md-toast.md-error-toast-theme div.md-toast-content {
  color: white !important;
  background-color: rgb(153, 104, 104) !important;
}

md-toast.md-success-toast-theme div.md-toast-content {
  color: white !important;
  background-color: rgb(81, 116, 81) !important;
}

.fc-content-skeleton table thead tr {
  border-bottom: 0px;
}

.fc-day-header.fc-widget-header {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px !important;
}

.fc-day-number {
  font-size: 13px;
}

.fc-center h4 {
  font-size: 27px;
}

.dia_semana {
  display: table-cell;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  color: #3c4043;
}

.span_dia {
  display: table-cell;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  color: #3c4043;
  cursor: pointer;
  outline: none;
  position: relative;
}

.fc table {
  font-size: 1em !important;
}

.dia_hoy {
  color: white;
  font-weight: 500;
  background-color: #4285f4 !important;
  border-radius: 50%;
}

.dia_evento {
  color: #4285f4 !important;
  font-weight: 500;
}

.dia_hoy.dia_evento {
  color: white !important;
}

.dia {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: auto;
  border-radius: 50%;
  position: relative;
  transition: background-color 100ms linear;
}

.otroMes {
  color: #888888;
}

.dia_horario:hover {
  font-weight: 500;
  background-color: #E8E7E8;
  border-radius: 50%;
}

.autocomplete-custom-template .md-autocomplete-suggestion {
  border-bottom: 1px solid #ccc;
  height: 60px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
}

.autocomplete-custom-template .md-autocomplete-suggestion:last-child {
  border-bottom-width: 0;
}

.autocomplete-custom-template .item-title,
.autocomplete-custom-template .item-metadata {
  display: block;
  line-height: 2;
}

.autocomplete-custom-template .item-title md-icon {
  height: 18px;
  width: 18px;
}

.custom-container {
  min-width: 250px !important;
}

.fc-toolbar .fc-center h2 {
  font-weight: 400;
  font-size: 27px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.card-table {
  margin: 0px;
  box-shadow: 0px 0px 0px 0px !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-table md-card-content {
  padding: 0px;
}

.table {
  color: #535b61 !important;
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  margin-bottom: 0 !important;
  overflow-x: auto;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  line-height: 22px !important;
}
.table .table-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.table .table-header :first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.table .table-header th {
  padding: 0.75rem;
  vertical-align: top;
}
.table tbody td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.table .card-footer :last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.table .card-footer th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

@media (min-width: 576px) {
  .text-sm-right {
    text-align: right !important;
  }
}
.no-error .md-errors-spacer {
  display: none !important;
}

.md-button.md-default-theme.md-accent.md-fab, .md-button.md-accent.md-fab, .md-button.md-default-theme.md-accent.md-raised, .md-button.md-accent.md-raised {
  color: white;
}

.label {
  transform: translate3d(0, 6px, 0) scale(0.75) !important;
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s !important, width cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s !important;
}

.label-text {
  order: 2;
  display: block;
  margin-top: 0;
  background: none;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 2px;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  transition: border-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  box-sizing: border-box;
  float: left;
}

.md-button i.left {
  margin-right: 5px !important;
}
.md-button i.right {
  margin-left: 5px !important;
}

.table-no-padding {
  padding: 0px !important;
}
.table-no-padding .mdtTableContainer {
  margin: 0px !important;
}

.btn-excel {
  background-color: #004d40 !important;
}

.contenido-principal {
  background-color: rgb(240, 240, 240);
}

.no-padding {
  padding: 0px !important;
}

.ficha-fila {
  margin-bottom: 10px;
}/*# sourceMappingURL=custom.css.map */