.tx-sf-onlinecards .hidden {
  display: none;
}
.tx-sf-onlinecards .current {
  font-weight: bold;
  font-style: italic;
} 
.tx-sf-onlinecards .errorContainer {
  background-color: #ccc;
  border: 1px solid #005b9c;
  margin: 5px;
  padding: 5px;
}
.tx-sf-onlinecards .help {
  cursor: help;
}
.tx-sf-onlinecards .tooltipster-base h3 {
  color: #fff;
  font-size: 1em;
}
.tx-sf-onlinecards .getArticles span {
  text-decoration: underline;
  font-weight: bold;
}
.tx-sf-onlinecards table:not(.tablesorter) {
  border-collapse: separate;
  border-spacing: 10px;
  background-color: transparent;
  padding: 0;
  border: 0;
  float: left;
}
.tx-sf-onlinecards table:not(.tablesorter) th,
.tx-sf-onlinecards table:not(.tablesorter) td {
  padding: 0;
  border: 0;
  vertical-align: top;
  text-align: left;
}
.tx-sf-onlinecards table .number {
  text-align: right;
}
.tx-sf-onlinecards table.datatable {
  width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}
.tx-sf-onlinecards table.datatable tr.headline td {
  font-weight: bold;
  font-size: 1.1em;
}
.tx-sf-onlinecards table.datatable tr td.icon {
  text-align: right;
}
.tx-sf-onlinecards table.datatable tbody tr.odd td {
  background-color: #f0f0f6;
  padding: 0.25em;
}
.tx-sf-onlinecards table.datatable tbody tr.even td {
  background-color: #e5e5e5;
  padding: 0.25em;
}
.tx-sf-onlinecards table.datatable tfoot tr td {
  background-color: #ddd;
  padding: 0.25em;
  border-top: 1px solid #999;
}
.tx-sf-onlinecards table.datatable .fa-file-pdf {
  color: #005b9c;
  margin-left: 0.15em;
  margin-right: 0.25em;
}
.tx-sf-onlinecards .app-store-icon {
  width: 10%;
  vertical-align: bottom;
}
.tx-sf-onlinecards .tabmenu {
  min-height: 35px;
  padding-left: 0;
}
.tx-sf-onlinecards .tabmenu li {
  float: left;
  margin-right: 1em;
  list-style-type: none;
}
.tx-sf-onlinecards .tabmenu li a {
  float: left;
  padding: 2% 4%;
  height: 1em;
  min-height: 1.5em;
  text-decoration: none;
}
.tx-sf-onlinecards .tabs > div:not(.show) {
  display: none;
}
.tx-sf-onlinecards #add-event input,
.tx-sf-onlinecards #add-event textarea {
  width: 98%;
  border: 1px solid #999;
  padding: 1% 2%;
}
.tx-sf-onlinecards #add-event textarea {
  min-height: 100px;
}
.tx-sf-onlinecards #add-event th {
  border-width: 1px;
  border-style: solid;
  border-color: #c3c3c3 #c3c3c3 #ababab;
  background-color: #999;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  text-shadow: 0 1px 0 #fff;
  color: #000;
}
.tx-sf-onlinecards #add-event td {
  text-align: center;
}
.tx-sf-onlinecards .type-button,
.tx-sf-onlinecards .type-check,
.tx-sf-onlinecards .type-select {
  margin: 0.5em 0;
 /* padding: 3px 0.5em;*/
  position: relative;
  overflow: hidden;
}
.tx-sf-onlinecards .type-select select {
  padding: 0.25em;
  border: 1px solid #ccc;
}
.tx-sf-onlinecards .type-select label {
  float: left;
  width: 30%;
}
.tx-sf-onlinecards .type-check {
  height: auto;
}
.tx-sf-onlinecards .type-check label {
  float: none;
  width: 30%;
}
.tx-sf-onlinecards .type-check input {
  margin-right: 10px;
  margin-top: 8px;
  vertical-align: top;
}
.tx-sf-onlinecards .required label:after {
  content: "*";
  color: #005b9c;
}
.tx-sf-onlinecards .concept1001 .type-text input {
  width: 99%;
}
.tx-sf-onlinecards .elastic label {
  font-weight: bold;
  line-height: 2;
}
.tx-sf-onlinecards .elastic .type-check-normal label {
  float: none;
  width: auto;
  font-weight: normal;
}
.tx-sf-onlinecards .elastic .concept1001 .type-text label {
  display: inline-block;
  margin-bottom: 0;
}
.tx-sf-onlinecards .elastic .concept1001 .type-select {
  width: 100%;
}
.tx-sf-onlinecards .elastic .concept1001 .type-text,
.tx-sf-onlinecards .elastic .concept1001 .type-select {
  padding: 0;
  margin-bottom: 0.5em;
}
.tx-sf-onlinecards label.error {
  clear: both;
  color: #005b9c;
  font-weight: bold;
  font-style: italic;
  width: 100%;
}
.tx-sf-onlinecards .barcode {
  float: left;
}
.tx-sf-onlinecards .barcode-number {
  text-align: center;
  font-family: verdana;
  font-size: 1.4em;
  font-style: oblique;
  letter-spacing: 2px;
}

.sf_lightbox.sagaflorExtension {
  background: transparent url("ui-bg.png") repeat scroll left top;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  position: fixed;
  top: 0;
  z-index: 80000;
}
.sf_lightbox.sagaflorExtension .innerbox {
  background: transparent linear-gradient(#077a63 0%, #00624e 100%) repeat scroll 0 0;
  padding: 1% 0.5%;
  border: 1px solid #ccc;
  margin: auto;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  position: relative;
  top: 45%;
  width: 20%;
}
