/*
 * Afschrijfboek embed, moved out of the RIC child theme.
 * The ID refers to themes/ricamsterdam/CUSTOMIZATIONS.md.
 */

/* X-01 Search form, hidden logout, fonts and ticket table */
#ts_content #suche > form > select {
  margin: 0 8px 20px;
  width: 28%;
}
#ts_content #suche > form > input {
  margin: 0 8px 20px;
}
#ts_content #suche > form > button {
  margin: 0 8px;
}
#ts_content #logout {
  display: none !important;
}
#ts_content .done_text * {
  text-transform: none !important;
}
#ts_content .ts_title {
  font-weight: 700;
}
#ts_content * {
  font-family:
    "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
#ts_content .ticket * {
  font-size: 14px;
}
#ts_content .ticket td {
  padding: 8px;
}
#ts_content .ticket tr > td:only-child {
  padding: 0px 8px;
}
#ts_content .select_2 {
  padding: 8px 6px !important;
}
