@charset "UTF-8";
/*
 All rights reserverd.
*/
/*
    Created on : 29.10.2014, 15:20:53
    Author     : Robert Becker <robert at rbecker.eu>
*/
:root {
  --sams-box-shadow: 4px 6px 10px #ccc;
  --sams-box-shadow-buttons: 2px 2px 4px #888;
  --sams-box-border: 2px solid #aaa;
  --sams-cms-component-color-primary: #88c4ff;
  --sams-cms-component-color-secondary: #ffab18;
  --sams-cms-component-color-background: rgba(136, 196, 255, 0.8);
  --sams-cms-component-article-teaser-color-header: white;
  --sams-cms-component-article-category-tiles-width: 295px; }

.ui-dialog .ui-dialog-content, body .rf-ctx-lst, body .rf-tbp .rf-tab .rf-tab-cnt, body .rf-cp .rf-cp-b, body .rf-cp .rf-p-b, body .rf-p .rf-cp-b, body .rf-p .rf-p-b, .samsFileUploadContainer .samsFileUploadContainerCurrentValue {
  background-color: white;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=0 ); }

.samsFileUploadContainer .samsFileUploadContainerCurrentValue {
  box-shadow: 4px 6px 10px #ccc;
  box-shadow: var(--sams-box-shadow, 4px 6px 10px #ccc);
  border: 2px solid #aaa;
  border: var(--sams-box-border, 2px solid #aaa);
  border-radius: 1px; }

.ui-widget-header, body .rf-pp-cntr .rf-pp-hdr, body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs .rf-tab-hdr, body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs .rf-tab-hdr-inact.rf-tab-hdr-top, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs .rf-tab-hdr, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs .rf-tab-hdr-inact.rf-tab-hdr-top, body .rf-cp .rf-cp-hdr, body .rf-cp .rf-cp-hdr-exp, body .rf-cp .rf-p-hdr, body .rf-p .rf-cp-hdr, body .rf-p .rf-cp-hdr-exp, body .rf-p .rf-p-hdr {
  font-weight: normal;
  color: white;
  background: #3983D7;
  background-color: #3983D7; }
  .ui-widget-header > *, body .rf-pp-cntr .rf-pp-hdr > *, body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs .rf-tab-hdr > *, body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs .rf-tab-hdr-inact.rf-tab-hdr-top > *, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs .rf-tab-hdr > *, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs .rf-tab-hdr-inact.rf-tab-hdr-top > *, body .rf-cp .rf-cp-hdr > *, body .rf-cp .rf-cp-hdr-exp > *, body .rf-cp .rf-p-hdr > *, body .rf-p .rf-cp-hdr > *, body .rf-p .rf-cp-hdr-exp > *, body .rf-p .rf-p-hdr > * {
    font-weight: normal;
    color: white; }

body .rf-fu .rf-fu-btns-lft .rf-fu-btn-add, input[type="button"],
button,
input[type="submit"] {
  background: none;
  text-shadow: none;
  background-color: #ffab18;
  color: black;
  border-width: 0px;
  box-shadow: 2px 3px 5px #ccc;
  margin: 10px 5px 5px 0px;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 0; }
  body .rf-fu .rf-fu-btns-lft .rf-fu-btn-add:hover, input[type="button"]:hover,
  button:hover,
  input[type="submit"]:hover {
    background-color: #88c4ff; }
  body .rf-fu .rf-fu-btns-lft .disabled.rf-fu-btn-add, input.disabled[type="button"],
  button.disabled,
  input.disabled[type="submit"] {
    background-color: #ccc; }

/*
 All rights reserverd.
*/
/*
    Created on : 22.10.2014, 11:12:34
    Author     : Robert Becker <robert at rbecker.eu>
*/
.samsCmsComponentBlock .samsArticleSummaryLink {
  clear: both;
  text-align: right;
  margin: 5px 0 5px 10px; }

select.smallFilterInput, input.smallFilterInput, input.rich-filter-input, input[type="text"].smallFilterInput,
input[type="number"].smallFilterInput,
.ui-inputfield.smallFilterInput,
input[type="password"].smallFilterInput {
  background-image: url(../images/magnify-12x12.png);
  background-repeat: no-repeat;
  font-size: 11px;
  width: 95%;
  background-position: 99% 1px;
  padding: 0;
  margin: auto; }

input[type="button"].smallFilterButton,
button.smallFilterButton,
input[type="submit"].smallFilterButton {
  margin: 1px 1px 0 0;
  padding: 2px 3px;
  box-shadow: 0 0 0 0;
  font-size: 9px; }

.rf-td tr td table tr > td, .samsDataTable tr td table tr > td {
  border: none;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  background-color: transparent; }

.samsDataTable tr td {
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-bottom: 0; }

.globalInfoMessages > td,
.globalInfoMessage,
div.infoMessage,
div.successMessage,
.samsInfoMessage, .globalErrorMessages > td,
.globalErrorMessage,
div.errorMessage,
.samsErrorMessage,
.inlineError, .globalWarnMessages > td,
.globalWarnMessage,
div.warnMessage,
.samsWarningMessage {
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 3px 0;
  line-height: 20px;
  font-size: 14px;
  display: block;
  margin: 0;
  padding: 0; }
  .globalInfoMessages > td:before,
  .globalInfoMessage:before,
  div.infoMessage:before,
  div.successMessage:before,
  .samsInfoMessage:before, .globalErrorMessages > td:before,
  .globalErrorMessage:before,
  div.errorMessage:before,
  .samsErrorMessage:before,
  .inlineError:before, .globalWarnMessages > td:before,
  .globalWarnMessage:before,
  div.warnMessage:before,
  .samsWarningMessage:before {
    line-height: inherit;
    font-size: inherit;
    font-size: 16px;
    margin-top: 2px;
    margin-right: 3px; }

.samsOutputMvpPlayerName, .samsMatchDetailsTeamName {
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
  margin-top: 6px; }

.samsOutputMvpCeremonyPhoto, .samsOutputMvpPortrait {
  position: relative;
  display: inline-block;
  text-align: center; }

.glyphicons:before, .globalInfoMessages > td:before,
.globalInfoMessage:before,
div.infoMessage:before,
div.successMessage:before,
.samsInfoMessage:before, .globalErrorMessages > td:before,
.globalErrorMessage:before,
div.errorMessage:before,
.samsErrorMessage:before,
.inlineError:before, .globalWarnMessages > td:before,
.globalWarnMessage:before,
div.warnMessage:before,
.samsWarningMessage:before, .social:before, .halflings:before, .filetypes:before {
  content: "X"; }

@font-face {
  font-family: 'Glyphicons Regular';
  src: url("../fonts/glyphicons-regular.eot");
  src: url("../fonts/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-regular.woff2") format("woff2"), url("../fonts/glyphicons-regular.woff") format("woff"), url("../fonts/glyphicons-regular.ttf") format("truetype"), url("../fonts/glyphicons-regular.svg#glyphiconsregular") format("svg"); }

.glyphicons, .samsDateInput button.ui-widget.ui-button.ui-datepicker-trigger:after, .globalInfoMessages > td:before,
.globalInfoMessage:before,
div.infoMessage:before,
div.successMessage:before,
.samsInfoMessage:before, .globalErrorMessages > td:before,
.globalErrorMessage:before,
div.errorMessage:before,
.samsErrorMessage:before,
.inlineError:before, .globalWarnMessages > td:before,
.globalWarnMessage:before,
div.warnMessage:before,
.samsWarningMessage:before {
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicons:before, .globalInfoMessages > td:before,
.globalInfoMessage:before,
div.infoMessage:before,
div.successMessage:before,
.samsInfoMessage:before, .globalErrorMessages > td:before,
.globalErrorMessage:before,
div.errorMessage:before,
.samsErrorMessage:before,
.inlineError:before, .globalWarnMessages > td:before,
.globalWarnMessage:before,
div.warnMessage:before,
.samsWarningMessage:before {
  display: inline-block;
  padding: 6px 8px; }

.glyphicons.x05, .samsDateInput button.x05.ui-widget.ui-button.ui-datepicker-trigger:after, .globalInfoMessages > td.x05:before,
.x05.globalInfoMessage:before,
div.x05.infoMessage:before,
div.x05.successMessage:before,
.x05.samsInfoMessage:before, .globalErrorMessages > td.x05:before,
.x05.globalErrorMessage:before,
div.x05.errorMessage:before,
.x05.samsErrorMessage:before,
.x05.inlineError:before, .globalWarnMessages > td.x05:before,
.x05.globalWarnMessage:before,
div.x05.warnMessage:before,
.x05.samsWarningMessage:before {
  font-size: 12px; }

.glyphicons.x2, .samsDateInput button.x2.ui-widget.ui-button.ui-datepicker-trigger:after, .globalInfoMessages > td.x2:before,
.x2.globalInfoMessage:before,
div.x2.infoMessage:before,
div.x2.successMessage:before,
.x2.samsInfoMessage:before, .globalErrorMessages > td.x2:before,
.x2.globalErrorMessage:before,
div.x2.errorMessage:before,
.x2.samsErrorMessage:before,
.x2.inlineError:before, .globalWarnMessages > td.x2:before,
.x2.globalWarnMessage:before,
div.x2.warnMessage:before,
.x2.samsWarningMessage:before {
  font-size: 48px; }

.glyphicons.x2:before, .globalInfoMessages > td.x2:before,
.x2.globalInfoMessage:before,
div.x2.infoMessage:before,
div.x2.successMessage:before,
.x2.samsInfoMessage:before, .globalErrorMessages > td.x2:before,
.x2.globalErrorMessage:before,
div.x2.errorMessage:before,
.x2.samsErrorMessage:before,
.x2.inlineError:before, .globalWarnMessages > td.x2:before,
.x2.globalWarnMessage:before,
div.x2.warnMessage:before,
.x2.samsWarningMessage:before {
  padding: 8px 12px; }

.glyphicons.x3, .samsDateInput button.x3.ui-widget.ui-button.ui-datepicker-trigger:after, .globalInfoMessages > td.x3:before,
.x3.globalInfoMessage:before,
div.x3.infoMessage:before,
div.x3.successMessage:before,
.x3.samsInfoMessage:before, .globalErrorMessages > td.x3:before,
.x3.globalErrorMessage:before,
div.x3.errorMessage:before,
.x3.samsErrorMessage:before,
.x3.inlineError:before, .globalWarnMessages > td.x3:before,
.x3.globalWarnMessage:before,
div.x3.warnMessage:before,
.x3.samsWarningMessage:before {
  font-size: 72px; }

.glyphicons.x3:before, .globalInfoMessages > td.x3:before,
.x3.globalInfoMessage:before,
div.x3.infoMessage:before,
div.x3.successMessage:before,
.x3.samsInfoMessage:before, .globalErrorMessages > td.x3:before,
.x3.globalErrorMessage:before,
div.x3.errorMessage:before,
.x3.samsErrorMessage:before,
.x3.inlineError:before, .globalWarnMessages > td.x3:before,
.x3.globalWarnMessage:before,
div.x3.warnMessage:before,
.x3.samsWarningMessage:before {
  padding: 16px 20px; }

.glyphicons.x4, .samsDateInput button.x4.ui-widget.ui-button.ui-datepicker-trigger:after, .globalInfoMessages > td.x4:before,
.x4.globalInfoMessage:before,
div.x4.infoMessage:before,
div.x4.successMessage:before,
.x4.samsInfoMessage:before, .globalErrorMessages > td.x4:before,
.x4.globalErrorMessage:before,
div.x4.errorMessage:before,
.x4.samsErrorMessage:before,
.x4.inlineError:before, .globalWarnMessages > td.x4:before,
.x4.globalWarnMessage:before,
div.x4.warnMessage:before,
.x4.samsWarningMessage:before {
  font-size: 96px; }

.glyphicons.x4:before, .globalInfoMessages > td.x4:before,
.x4.globalInfoMessage:before,
div.x4.infoMessage:before,
div.x4.successMessage:before,
.x4.samsInfoMessage:before, .globalErrorMessages > td.x4:before,
.x4.globalErrorMessage:before,
div.x4.errorMessage:before,
.x4.samsErrorMessage:before,
.x4.inlineError:before, .globalWarnMessages > td.x4:before,
.x4.globalWarnMessage:before,
div.x4.warnMessage:before,
.x4.samsWarningMessage:before {
  padding: 20px 28px; }

.glyphicons.x5, .samsDateInput button.x5.ui-widget.ui-button.ui-datepicker-trigger:after, .globalInfoMessages > td.x5:before,
.x5.globalInfoMessage:before,
div.x5.infoMessage:before,
div.x5.successMessage:before,
.x5.samsInfoMessage:before, .globalErrorMessages > td.x5:before,
.x5.globalErrorMessage:before,
div.x5.errorMessage:before,
.x5.samsErrorMessage:before,
.x5.inlineError:before, .globalWarnMessages > td.x5:before,
.x5.globalWarnMessage:before,
div.x5.warnMessage:before,
.x5.samsWarningMessage:before {
  font-size: 120px; }

.glyphicons.x5:before, .globalInfoMessages > td.x5:before,
.x5.globalInfoMessage:before,
div.x5.infoMessage:before,
div.x5.successMessage:before,
.x5.samsInfoMessage:before, .globalErrorMessages > td.x5:before,
.x5.globalErrorMessage:before,
div.x5.errorMessage:before,
.x5.samsErrorMessage:before,
.x5.inlineError:before, .globalWarnMessages > td.x5:before,
.x5.globalWarnMessage:before,
div.x5.warnMessage:before,
.x5.samsWarningMessage:before {
  padding: 28px 36px; }

.glyphicons.light:before, .globalInfoMessages > td.light:before,
.light.globalInfoMessage:before,
div.light.infoMessage:before,
div.light.successMessage:before,
.light.samsInfoMessage:before, .globalErrorMessages > td.light:before,
.light.globalErrorMessage:before,
div.light.errorMessage:before,
.light.samsErrorMessage:before,
.light.inlineError:before, .globalWarnMessages > td.light:before,
.light.globalWarnMessage:before,
div.light.warnMessage:before,
.light.samsWarningMessage:before {
  color: #f2f2f2; }

.glyphicons.drop:before, .globalInfoMessages > td.drop:before,
.drop.globalInfoMessage:before,
div.drop.infoMessage:before,
div.drop.successMessage:before,
.drop.samsInfoMessage:before, .globalErrorMessages > td.drop:before,
.drop.globalErrorMessage:before,
div.drop.errorMessage:before,
.drop.samsErrorMessage:before,
.drop.inlineError:before, .globalWarnMessages > td.drop:before,
.drop.globalWarnMessage:before,
div.drop.warnMessage:before,
.drop.samsWarningMessage:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.glyphicons.flip, .samsDateInput button.flip.ui-widget.ui-button.ui-datepicker-trigger:after, .globalInfoMessages > td.flip:before,
.flip.globalInfoMessage:before,
div.flip.infoMessage:before,
div.flip.successMessage:before,
.flip.samsInfoMessage:before, .globalErrorMessages > td.flip:before,
.flip.globalErrorMessage:before,
div.flip.errorMessage:before,
.flip.samsErrorMessage:before,
.flip.inlineError:before, .globalWarnMessages > td.flip:before,
.flip.globalWarnMessage:before,
div.flip.warnMessage:before,
.flip.samsWarningMessage:before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.glyphicons.flipv, .samsDateInput button.flipv.ui-widget.ui-button.ui-datepicker-trigger:after, .globalInfoMessages > td.flipv:before,
.flipv.globalInfoMessage:before,
div.flipv.infoMessage:before,
div.flipv.successMessage:before,
.flipv.samsInfoMessage:before, .globalErrorMessages > td.flipv:before,
.flipv.globalErrorMessage:before,
div.flipv.errorMessage:before,
.flipv.samsErrorMessage:before,
.flipv.inlineError:before, .globalWarnMessages > td.flipv:before,
.flipv.globalWarnMessage:before,
div.flipv.warnMessage:before,
.flipv.samsWarningMessage:before {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.glyphicons.rotate90, .samsDateInput button.rotate90.ui-widget.ui-button.ui-datepicker-trigger:after, .globalInfoMessages > td.rotate90:before,
.rotate90.globalInfoMessage:before,
div.rotate90.infoMessage:before,
div.rotate90.successMessage:before,
.rotate90.samsInfoMessage:before, .globalErrorMessages > td.rotate90:before,
.rotate90.globalErrorMessage:before,
div.rotate90.errorMessage:before,
.rotate90.samsErrorMessage:before,
.rotate90.inlineError:before, .globalWarnMessages > td.rotate90:before,
.rotate90.globalWarnMessage:before,
div.rotate90.warnMessage:before,
.rotate90.samsWarningMessage:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.glyphicons.rotate180, .samsDateInput button.rotate180.ui-widget.ui-button.ui-datepicker-trigger:after, .globalInfoMessages > td.rotate180:before,
.rotate180.globalInfoMessage:before,
div.rotate180.infoMessage:before,
div.rotate180.successMessage:before,
.rotate180.samsInfoMessage:before, .globalErrorMessages > td.rotate180:before,
.rotate180.globalErrorMessage:before,
div.rotate180.errorMessage:before,
.rotate180.samsErrorMessage:before,
.rotate180.inlineError:before, .globalWarnMessages > td.rotate180:before,
.rotate180.globalWarnMessage:before,
div.rotate180.warnMessage:before,
.rotate180.samsWarningMessage:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.glyphicons.rotate270, .samsDateInput button.rotate270.ui-widget.ui-button.ui-datepicker-trigger:after, .globalInfoMessages > td.rotate270:before,
.rotate270.globalInfoMessage:before,
div.rotate270.infoMessage:before,
div.rotate270.successMessage:before,
.rotate270.samsInfoMessage:before, .globalErrorMessages > td.rotate270:before,
.rotate270.globalErrorMessage:before,
div.rotate270.errorMessage:before,
.rotate270.samsErrorMessage:before,
.rotate270.inlineError:before, .globalWarnMessages > td.rotate270:before,
.rotate270.globalWarnMessage:before,
div.rotate270.warnMessage:before,
.rotate270.samsWarningMessage:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.glyphicons-glass:before {
  content: "\E001"; }

.glyphicons-leaf:before {
  content: "\E002"; }

.glyphicons-dog:before {
  content: "\E003"; }

.glyphicons-user:before {
  content: "\E004"; }

.glyphicons-girl:before {
  content: "\E005"; }

.glyphicons-car:before {
  content: "\E006"; }

.glyphicons-user-add:before {
  content: "\E007"; }

.glyphicons-user-remove:before {
  content: "\E008"; }

.glyphicons-film:before {
  content: "\E009"; }

.glyphicons-magic:before {
  content: "\E010"; }

.glyphicons-envelope:before {
  content: "\E011"; }

.glyphicons-camera:before {
  content: "\E012"; }

.glyphicons-heart:before {
  content: "\E013"; }

.glyphicons-beach-umbrella:before {
  content: "\E014"; }

.glyphicons-train:before {
  content: "\E015"; }

.glyphicons-print:before {
  content: "\E016"; }

.glyphicons-bin:before {
  content: "\E017"; }

.glyphicons-music:before {
  content: "\E018"; }

.glyphicons-music-alt:before {
  content: "\E019"; }

.glyphicons-heart-empty:before {
  content: "\E020"; }

.glyphicons-home:before {
  content: "\E021"; }

.glyphicons-snowflake:before {
  content: "\E022"; }

.glyphicons-fire:before {
  content: "\E023"; }

.glyphicons-magnet:before {
  content: "\E024"; }

.glyphicons-parents:before {
  content: "\E025"; }

.glyphicons-binoculars:before {
  content: "\E026"; }

.glyphicons-road:before {
  content: "\E027"; }

.glyphicons-search:before {
  content: "\E028"; }

.glyphicons-cars:before {
  content: "\E029"; }

.glyphicons-notes-2:before {
  content: "\E030"; }

.glyphicons-pencil:before {
  content: "\E031"; }

.glyphicons-bus:before {
  content: "\E032"; }

.glyphicons-wifi-alt:before {
  content: "\E033"; }

.glyphicons-luggage:before {
  content: "\E034"; }

.glyphicons-old-man:before {
  content: "\E035"; }

.glyphicons-woman:before {
  content: "\E036"; }

.glyphicons-file:before {
  content: "\E037"; }

.glyphicons-coins:before {
  content: "\E038"; }

.glyphicons-plane:before {
  content: "\E039"; }

.glyphicons-notes:before {
  content: "\E040"; }

.glyphicons-stats:before {
  content: "\E041"; }

.glyphicons-charts:before {
  content: "\E042"; }

.glyphicons-pie-chart:before {
  content: "\E043"; }

.glyphicons-group:before {
  content: "\E044"; }

.glyphicons-keys:before {
  content: "\E045"; }

.glyphicons-calendar:before {
  content: "\E046"; }

.glyphicons-router:before {
  content: "\E047"; }

.glyphicons-camera-small:before {
  content: "\E048"; }

.glyphicons-star-empty:before {
  content: "\E049"; }

.glyphicons-star:before {
  content: "\E050"; }

.glyphicons-link:before {
  content: "\E051"; }

.glyphicons-eye-open:before {
  content: "\E052"; }

.glyphicons-eye-close:before {
  content: "\E053"; }

.glyphicons-alarm:before {
  content: "\E054"; }

.glyphicons-clock:before {
  content: "\E055"; }

.glyphicons-stopwatch:before {
  content: "\E056"; }

.glyphicons-projector:before {
  content: "\E057"; }

.glyphicons-history:before {
  content: "\E058"; }

.glyphicons-truck:before {
  content: "\E059"; }

.glyphicons-cargo:before {
  content: "\E060"; }

.glyphicons-compass:before {
  content: "\E061"; }

.glyphicons-keynote:before {
  content: "\E062"; }

.glyphicons-paperclip:before {
  content: "\E063"; }

.glyphicons-power:before {
  content: "\E064"; }

.glyphicons-lightbulb:before {
  content: "\E065"; }

.glyphicons-tag:before {
  content: "\E066"; }

.glyphicons-tags:before {
  content: "\E067"; }

.glyphicons-cleaning:before {
  content: "\E068"; }

.glyphicons-ruler:before {
  content: "\E069"; }

.glyphicons-gift:before {
  content: "\E070"; }

.glyphicons-umbrella:before {
  content: "\E071"; }

.glyphicons-book:before {
  content: "\E072"; }

.glyphicons-bookmark:before {
  content: "\E073"; }

.glyphicons-wifi:before {
  content: "\E074"; }

.glyphicons-cup:before {
  content: "\E075"; }

.glyphicons-stroller:before {
  content: "\E076"; }

.glyphicons-headphones:before {
  content: "\E077"; }

.glyphicons-headset:before {
  content: "\E078"; }

.glyphicons-warning-sign:before {
  content: "\E079"; }

.glyphicons-signal:before {
  content: "\E080"; }

.glyphicons-retweet:before {
  content: "\E081"; }

.glyphicons-refresh:before {
  content: "\E082"; }

.glyphicons-roundabout:before {
  content: "\E083"; }

.glyphicons-random:before {
  content: "\E084"; }

.glyphicons-heat:before {
  content: "\E085"; }

.glyphicons-repeat:before {
  content: "\E086"; }

.glyphicons-display:before {
  content: "\E087"; }

.glyphicons-log-book:before {
  content: "\E088"; }

.glyphicons-address-book:before {
  content: "\E089"; }

.glyphicons-building:before {
  content: "\E090"; }

.glyphicons-eyedropper:before {
  content: "\E091"; }

.glyphicons-adjust:before {
  content: "\E092"; }

.glyphicons-tint:before {
  content: "\E093"; }

.glyphicons-crop:before {
  content: "\E094"; }

.glyphicons-vector-path-square:before {
  content: "\E095"; }

.glyphicons-vector-path-circle:before {
  content: "\E096"; }

.glyphicons-vector-path-polygon:before {
  content: "\E097"; }

.glyphicons-vector-path-line:before {
  content: "\E098"; }

.glyphicons-vector-path-curve:before {
  content: "\E099"; }

.glyphicons-vector-path-all:before {
  content: "\E100"; }

.glyphicons-font:before {
  content: "\E101"; }

.glyphicons-italic:before {
  content: "\E102"; }

.glyphicons-bold:before {
  content: "\E103"; }

.glyphicons-text-underline:before {
  content: "\E104"; }

.glyphicons-text-strike:before {
  content: "\E105"; }

.glyphicons-text-height:before {
  content: "\E106"; }

.glyphicons-text-width:before {
  content: "\E107"; }

.glyphicons-text-resize:before {
  content: "\E108"; }

.glyphicons-left-indent:before {
  content: "\E109"; }

.glyphicons-right-indent:before {
  content: "\E110"; }

.glyphicons-align-left:before {
  content: "\E111"; }

.glyphicons-align-center:before {
  content: "\E112"; }

.glyphicons-align-right:before {
  content: "\E113"; }

.glyphicons-justify:before {
  content: "\E114"; }

.glyphicons-list:before {
  content: "\E115"; }

.glyphicons-text-smaller:before {
  content: "\E116"; }

.glyphicons-text-bigger:before {
  content: "\E117"; }

.glyphicons-embed:before {
  content: "\E118"; }

.glyphicons-embed-close:before {
  content: "\E119"; }

.glyphicons-table:before {
  content: "\E120"; }

.glyphicons-message-full:before {
  content: "\E121"; }

.glyphicons-message-empty:before {
  content: "\E122"; }

.glyphicons-message-in:before {
  content: "\E123"; }

.glyphicons-message-out:before {
  content: "\E124"; }

.glyphicons-message-plus:before {
  content: "\E125"; }

.glyphicons-message-minus:before {
  content: "\E126"; }

.glyphicons-message-ban:before {
  content: "\E127"; }

.glyphicons-message-flag:before {
  content: "\E128"; }

.glyphicons-message-lock:before {
  content: "\E129"; }

.glyphicons-message-new:before {
  content: "\E130"; }

.glyphicons-inbox:before {
  content: "\E131"; }

.glyphicons-inbox-plus:before {
  content: "\E132"; }

.glyphicons-inbox-minus:before {
  content: "\E133"; }

.glyphicons-inbox-lock:before {
  content: "\E134"; }

.glyphicons-inbox-in:before {
  content: "\E135"; }

.glyphicons-inbox-out:before {
  content: "\E136"; }

.glyphicons-cogwheel:before {
  content: "\E137"; }

.glyphicons-cogwheels:before {
  content: "\E138"; }

.glyphicons-picture:before {
  content: "\E139"; }

.glyphicons-adjust-alt:before {
  content: "\E140"; }

.glyphicons-database-lock:before {
  content: "\E141"; }

.glyphicons-database-plus:before {
  content: "\E142"; }

.glyphicons-database-minus:before {
  content: "\E143"; }

.glyphicons-database-ban:before {
  content: "\E144"; }

.glyphicons-folder-open:before {
  content: "\E145"; }

.glyphicons-folder-plus:before {
  content: "\E146"; }

.glyphicons-folder-minus:before {
  content: "\E147"; }

.glyphicons-folder-lock:before {
  content: "\E148"; }

.glyphicons-folder-flag:before {
  content: "\E149"; }

.glyphicons-folder-new:before {
  content: "\E150"; }

.glyphicons-edit:before {
  content: "\E151"; }

.glyphicons-new-window:before {
  content: "\E152"; }

.glyphicons-check:before {
  content: "\E153"; }

.glyphicons-unchecked:before {
  content: "\E154"; }

.glyphicons-more-windows:before {
  content: "\E155"; }

.glyphicons-show-big-thumbnails:before {
  content: "\E156"; }

.glyphicons-show-thumbnails:before {
  content: "\E157"; }

.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158"; }

.glyphicons-show-lines:before {
  content: "\E159"; }

.glyphicons-playlist:before {
  content: "\E160"; }

.glyphicons-imac:before {
  content: "\E161"; }

.glyphicons-macbook:before {
  content: "\E162"; }

.glyphicons-ipad:before {
  content: "\E163"; }

.glyphicons-iphone:before {
  content: "\E164"; }

.glyphicons-iphone-transfer:before {
  content: "\E165"; }

.glyphicons-iphone-exchange:before {
  content: "\E166"; }

.glyphicons-ipod:before {
  content: "\E167"; }

.glyphicons-ipod-shuffle:before {
  content: "\E168"; }

.glyphicons-ear-plugs:before {
  content: "\E169"; }

.glyphicons-record:before {
  content: "\E170"; }

.glyphicons-step-backward:before {
  content: "\E171"; }

.glyphicons-fast-backward:before {
  content: "\E172"; }

.glyphicons-rewind:before {
  content: "\E173"; }

.glyphicons-play:before {
  content: "\E174"; }

.glyphicons-pause:before {
  content: "\E175"; }

.glyphicons-stop:before {
  content: "\E176"; }

.glyphicons-forward:before {
  content: "\E177"; }

.glyphicons-fast-forward:before {
  content: "\E178"; }

.glyphicons-step-forward:before {
  content: "\E179"; }

.glyphicons-eject:before {
  content: "\E180"; }

.glyphicons-facetime-video:before {
  content: "\E181"; }

.glyphicons-download-alt:before {
  content: "\E182"; }

.glyphicons-mute:before {
  content: "\E183"; }

.glyphicons-volume-down:before {
  content: "\E184"; }

.glyphicons-volume-up:before {
  content: "\E185"; }

.glyphicons-screenshot:before {
  content: "\E186"; }

.glyphicons-move:before {
  content: "\E187"; }

.glyphicons-more:before {
  content: "\E188"; }

.glyphicons-brightness-reduce:before {
  content: "\E189"; }

.glyphicons-brightness-increase:before {
  content: "\E190"; }

.glyphicons-plus-sign:before {
  content: "\E191"; }

.glyphicons-minus-sign:before {
  content: "\E192"; }

.glyphicons-remove-sign:before {
  content: "\E193"; }

.glyphicons-ok-sign:before {
  content: "\E194"; }

.glyphicons-question-sign:before {
  content: "\E195"; }

.glyphicons-info-sign:before {
  content: "\E196"; }

.glyphicons-exclamation-sign:before {
  content: "\E197"; }

.glyphicons-remove-circle:before {
  content: "\E198"; }

.glyphicons-ok-circle:before {
  content: "\E199"; }

.glyphicons-ban-circle:before {
  content: "\E200"; }

.glyphicons-download:before {
  content: "\E201"; }

.glyphicons-upload:before {
  content: "\E202"; }

.glyphicons-shopping-cart:before {
  content: "\E203"; }

.glyphicons-lock:before {
  content: "\E204"; }

.glyphicons-unlock:before {
  content: "\E205"; }

.glyphicons-electricity:before {
  content: "\E206"; }

.glyphicons-ok:before {
  content: "\E207"; }

.glyphicons-remove:before {
  content: "\E208"; }

.glyphicons-cart-in:before {
  content: "\E209"; }

.glyphicons-cart-out:before {
  content: "\E210"; }

.glyphicons-arrow-left:before {
  content: "\E211"; }

.glyphicons-arrow-right:before {
  content: "\E212"; }

.glyphicons-arrow-down:before {
  content: "\E213"; }

.glyphicons-arrow-up:before {
  content: "\E214"; }

.glyphicons-resize-small:before {
  content: "\E215"; }

.glyphicons-resize-full:before {
  content: "\E216"; }

.glyphicons-circle-arrow-left:before {
  content: "\E217"; }

.glyphicons-circle-arrow-right:before {
  content: "\E218"; }

.glyphicons-circle-arrow-top:before {
  content: "\E219"; }

.glyphicons-circle-arrow-down:before {
  content: "\E220"; }

.glyphicons-play-button:before {
  content: "\E221"; }

.glyphicons-unshare:before {
  content: "\E222"; }

.glyphicons-share:before {
  content: "\E223"; }

.glyphicons-chevron-right:before {
  content: "\E224"; }

.glyphicons-chevron-left:before {
  content: "\E225"; }

.glyphicons-bluetooth:before {
  content: "\E226"; }

.glyphicons-euro:before {
  content: "\E227"; }

.glyphicons-usd:before {
  content: "\E228"; }

.glyphicons-gbp:before {
  content: "\E229"; }

.glyphicons-retweet-2:before {
  content: "\E230"; }

.glyphicons-moon:before {
  content: "\E231"; }

.glyphicons-sun:before {
  content: "\E232"; }

.glyphicons-cloud:before {
  content: "\E233"; }

.glyphicons-direction:before {
  content: "\E234"; }

.glyphicons-brush:before {
  content: "\E235"; }

.glyphicons-pen:before {
  content: "\E236"; }

.glyphicons-zoom-in:before {
  content: "\E237"; }

.glyphicons-zoom-out:before {
  content: "\E238"; }

.glyphicons-pin:before {
  content: "\E239"; }

.glyphicons-albums:before {
  content: "\E240"; }

.glyphicons-rotation-lock:before {
  content: "\E241"; }

.glyphicons-flash:before {
  content: "\E242"; }

.glyphicons-map-marker:before {
  content: "\E243"; }

.glyphicons-anchor:before {
  content: "\E244"; }

.glyphicons-conversation:before {
  content: "\E245"; }

.glyphicons-chat:before {
  content: "\E246"; }

.glyphicons-note-empty:before {
  content: "\E247"; }

.glyphicons-note:before {
  content: "\E248"; }

.glyphicons-asterisk:before {
  content: "\E249"; }

.glyphicons-divide:before {
  content: "\E250"; }

.glyphicons-snorkel-diving:before {
  content: "\E251"; }

.glyphicons-scuba-diving:before {
  content: "\E252"; }

.glyphicons-oxygen-bottle:before {
  content: "\E253"; }

.glyphicons-fins:before {
  content: "\E254"; }

.glyphicons-fishes:before {
  content: "\E255"; }

.glyphicons-boat:before {
  content: "\E256"; }

.glyphicons-delete:before {
  content: "\E257"; }

.glyphicons-sheriffs-star:before {
  content: "\E258"; }

.glyphicons-qrcode:before {
  content: "\E259"; }

.glyphicons-barcode:before {
  content: "\E260"; }

.glyphicons-pool:before {
  content: "\E261"; }

.glyphicons-buoy:before {
  content: "\E262"; }

.glyphicons-spade:before {
  content: "\E263"; }

.glyphicons-bank:before {
  content: "\E264"; }

.glyphicons-vcard:before {
  content: "\E265"; }

.glyphicons-electrical-plug:before {
  content: "\E266"; }

.glyphicons-flag:before {
  content: "\E267"; }

.glyphicons-credit-card:before {
  content: "\E268"; }

.glyphicons-keyboard-wireless:before {
  content: "\E269"; }

.glyphicons-keyboard-wired:before {
  content: "\E270"; }

.glyphicons-shield:before {
  content: "\E271"; }

.glyphicons-ring:before {
  content: "\E272"; }

.glyphicons-cake:before {
  content: "\E273"; }

.glyphicons-drink:before {
  content: "\E274"; }

.glyphicons-beer:before {
  content: "\E275"; }

.glyphicons-fast-food:before {
  content: "\E276"; }

.glyphicons-cutlery:before {
  content: "\E277"; }

.glyphicons-pizza:before {
  content: "\E278"; }

.glyphicons-birthday-cake:before {
  content: "\E279"; }

.glyphicons-tablet:before {
  content: "\E280"; }

.glyphicons-settings:before {
  content: "\E281"; }

.glyphicons-bullets:before {
  content: "\E282"; }

.glyphicons-cardio:before {
  content: "\E283"; }

.glyphicons-t-shirt:before {
  content: "\E284"; }

.glyphicons-pants:before {
  content: "\E285"; }

.glyphicons-sweater:before {
  content: "\E286"; }

.glyphicons-fabric:before {
  content: "\E287"; }

.glyphicons-leather:before {
  content: "\E288"; }

.glyphicons-scissors:before {
  content: "\E289"; }

.glyphicons-bomb:before {
  content: "\E290"; }

.glyphicons-skull:before {
  content: "\E291"; }

.glyphicons-celebration:before {
  content: "\E292"; }

.glyphicons-tea-kettle:before {
  content: "\E293"; }

.glyphicons-french-press:before {
  content: "\E294"; }

.glyphicons-coffee-cup:before {
  content: "\E295"; }

.glyphicons-pot:before {
  content: "\E296"; }

.glyphicons-grater:before {
  content: "\E297"; }

.glyphicons-kettle:before {
  content: "\E298"; }

.glyphicons-hospital:before {
  content: "\E299"; }

.glyphicons-hospital-h:before {
  content: "\E300"; }

.glyphicons-microphone:before {
  content: "\E301"; }

.glyphicons-webcam:before {
  content: "\E302"; }

.glyphicons-temple-christianity-church:before {
  content: "\E303"; }

.glyphicons-temple-islam:before {
  content: "\E304"; }

.glyphicons-temple-hindu:before {
  content: "\E305"; }

.glyphicons-temple-buddhist:before {
  content: "\E306"; }

.glyphicons-bicycle:before {
  content: "\E307"; }

.glyphicons-life-preserver:before {
  content: "\E308"; }

.glyphicons-share-alt:before {
  content: "\E309"; }

.glyphicons-comments:before {
  content: "\E310"; }

.glyphicons-flower:before {
  content: "\E311"; }

.glyphicons-baseball:before {
  content: "\E312"; }

.glyphicons-rugby:before {
  content: "\E313"; }

.glyphicons-ax:before {
  content: "\E314"; }

.glyphicons-table-tennis:before {
  content: "\E315"; }

.glyphicons-bowling:before {
  content: "\E316"; }

.glyphicons-tree-conifer:before {
  content: "\E317"; }

.glyphicons-tree-deciduous:before {
  content: "\E318"; }

.glyphicons-more-items:before {
  content: "\E319"; }

.glyphicons-sort:before {
  content: "\E320"; }

.glyphicons-filter:before {
  content: "\E321"; }

.glyphicons-gamepad:before {
  content: "\E322"; }

.glyphicons-playing-dices:before {
  content: "\E323"; }

.glyphicons-calculator:before {
  content: "\E324"; }

.glyphicons-tie:before {
  content: "\E325"; }

.glyphicons-wallet:before {
  content: "\E326"; }

.glyphicons-piano:before {
  content: "\E327"; }

.glyphicons-sampler:before {
  content: "\E328"; }

.glyphicons-podium:before {
  content: "\E329"; }

.glyphicons-soccer-ball:before {
  content: "\E330"; }

.glyphicons-blog:before {
  content: "\E331"; }

.glyphicons-dashboard:before {
  content: "\E332"; }

.glyphicons-certificate:before {
  content: "\E333"; }

.glyphicons-bell:before {
  content: "\E334"; }

.glyphicons-candle:before {
  content: "\E335"; }

.glyphicons-pushpin:before {
  content: "\E336"; }

.glyphicons-iphone-shake:before {
  content: "\E337"; }

.glyphicons-pin-flag:before {
  content: "\E338"; }

.glyphicons-turtle:before {
  content: "\E339"; }

.glyphicons-rabbit:before {
  content: "\E340"; }

.glyphicons-globe:before {
  content: "\E341"; }

.glyphicons-briefcase:before {
  content: "\E342"; }

.glyphicons-hdd:before {
  content: "\E343"; }

.glyphicons-thumbs-up:before {
  content: "\E344"; }

.glyphicons-thumbs-down:before {
  content: "\E345"; }

.glyphicons-hand-right:before {
  content: "\E346"; }

.glyphicons-hand-left:before {
  content: "\E347"; }

.glyphicons-hand-up:before {
  content: "\E348"; }

.glyphicons-hand-down:before {
  content: "\E349"; }

.glyphicons-fullscreen:before {
  content: "\E350"; }

.glyphicons-shopping-bag:before {
  content: "\E351"; }

.glyphicons-book-open:before {
  content: "\E352"; }

.glyphicons-nameplate:before {
  content: "\E353"; }

.glyphicons-nameplate-alt:before {
  content: "\E354"; }

.glyphicons-vases:before {
  content: "\E355"; }

.glyphicons-bullhorn:before {
  content: "\E356"; }

.glyphicons-dumbbell:before {
  content: "\E357"; }

.glyphicons-suitcase:before {
  content: "\E358"; }

.glyphicons-file-import:before {
  content: "\E359"; }

.glyphicons-file-export:before {
  content: "\E360"; }

.glyphicons-bug:before {
  content: "\E361"; }

.glyphicons-crown:before {
  content: "\E362"; }

.glyphicons-smoking:before {
  content: "\E363"; }

.glyphicons-cloud-upload:before {
  content: "\E364"; }

.glyphicons-cloud-download:before {
  content: "\E365"; }

.glyphicons-restart:before {
  content: "\E366"; }

.glyphicons-security-camera:before {
  content: "\E367"; }

.glyphicons-expand:before {
  content: "\E368"; }

.glyphicons-collapse:before {
  content: "\E369"; }

.glyphicons-collapse-top:before {
  content: "\E370"; }

.glyphicons-globe-af:before {
  content: "\E371"; }

.glyphicons-global:before {
  content: "\E372"; }

.glyphicons-spray:before {
  content: "\E373"; }

.glyphicons-nails:before {
  content: "\E374"; }

.glyphicons-claw-hammer:before {
  content: "\E375"; }

.glyphicons-classic-hammer:before {
  content: "\E376"; }

.glyphicons-hand-saw:before {
  content: "\E377"; }

.glyphicons-riflescope:before {
  content: "\E378"; }

.glyphicons-electrical-socket-eu:before {
  content: "\E379"; }

.glyphicons-electrical-socket-us:before {
  content: "\E380"; }

.glyphicons-message-forward:before {
  content: "\E381"; }

.glyphicons-coat-hanger:before {
  content: "\E382"; }

.glyphicons-dress:before {
  content: "\E383"; }

.glyphicons-bathrobe:before {
  content: "\E384"; }

.glyphicons-shirt:before {
  content: "\E385"; }

.glyphicons-underwear:before {
  content: "\E386"; }

.glyphicons-log-in:before {
  content: "\E387"; }

.glyphicons-log-out:before {
  content: "\E388"; }

.glyphicons-exit:before {
  content: "\E389"; }

.glyphicons-new-window-alt:before {
  content: "\E390"; }

.glyphicons-video-sd:before {
  content: "\E391"; }

.glyphicons-video-hd:before {
  content: "\E392"; }

.glyphicons-subtitles:before {
  content: "\E393"; }

.glyphicons-sound-stereo:before {
  content: "\E394"; }

.glyphicons-sound-dolby:before {
  content: "\E395"; }

.glyphicons-sound-5-1:before {
  content: "\E396"; }

.glyphicons-sound-6-1:before {
  content: "\E397"; }

.glyphicons-sound-7-1:before {
  content: "\E398"; }

.glyphicons-copyright-mark:before {
  content: "\E399"; }

.glyphicons-registration-mark:before {
  content: "\E400"; }

.glyphicons-radar:before {
  content: "\E401"; }

.glyphicons-skateboard:before {
  content: "\E402"; }

.glyphicons-golf-course:before {
  content: "\E403"; }

.glyphicons-sorting:before {
  content: "\E404"; }

.glyphicons-sort-by-alphabet:before {
  content: "\E405"; }

.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406"; }

.glyphicons-sort-by-order:before {
  content: "\E407"; }

.glyphicons-sort-by-order-alt:before {
  content: "\E408"; }

.glyphicons-sort-by-attributes:before {
  content: "\E409"; }

.glyphicons-sort-by-attributes-alt:before {
  content: "\E410"; }

.glyphicons-compressed:before {
  content: "\E411"; }

.glyphicons-package:before {
  content: "\E412"; }

.glyphicons-cloud-plus:before {
  content: "\E413"; }

.glyphicons-cloud-minus:before {
  content: "\E414"; }

.glyphicons-disk-save:before {
  content: "\E415"; }

.glyphicons-disk-open:before {
  content: "\E416"; }

.glyphicons-disk-saved:before {
  content: "\E417"; }

.glyphicons-disk-remove:before {
  content: "\E418"; }

.glyphicons-disk-import:before {
  content: "\E419"; }

.glyphicons-disk-export:before {
  content: "\E420"; }

.glyphicons-tower:before {
  content: "\E421"; }

.glyphicons-send:before {
  content: "\E422"; }

.glyphicons-git-branch:before {
  content: "\E423"; }

.glyphicons-git-create:before {
  content: "\E424"; }

.glyphicons-git-private:before {
  content: "\E425"; }

.glyphicons-git-delete:before {
  content: "\E426"; }

.glyphicons-git-merge:before {
  content: "\E427"; }

.glyphicons-git-pull-request:before {
  content: "\E428"; }

.glyphicons-git-compare:before {
  content: "\E429"; }

.glyphicons-git-commit:before {
  content: "\E430"; }

.glyphicons-construction-cone:before {
  content: "\E431"; }

.glyphicons-shoe-steps:before {
  content: "\E432"; }

.glyphicons-plus:before {
  content: "\E433"; }

.glyphicons-minus:before {
  content: "\E434"; }

.glyphicons-redo:before {
  content: "\E435"; }

.glyphicons-undo:before {
  content: "\E436"; }

.glyphicons-golf:before {
  content: "\E437"; }

.glyphicons-hockey:before {
  content: "\E438"; }

.glyphicons-pipe:before {
  content: "\E439"; }

.glyphicons-wrench:before {
  content: "\E440"; }

.glyphicons-folder-closed:before {
  content: "\E441"; }

.glyphicons-phone-alt:before {
  content: "\E442"; }

.glyphicons-earphone:before {
  content: "\E443"; }

.glyphicons-floppy-disk:before {
  content: "\E444"; }

.glyphicons-floppy-saved:before {
  content: "\E445"; }

.glyphicons-floppy-remove:before {
  content: "\E446"; }

.glyphicons-floppy-save:before {
  content: "\E447"; }

.glyphicons-floppy-open:before {
  content: "\E448"; }

.glyphicons-translate:before {
  content: "\E449"; }

.glyphicons-fax:before {
  content: "\E450"; }

.glyphicons-factory:before {
  content: "\E451"; }

.glyphicons-shop-window:before {
  content: "\E452"; }

.glyphicons-shop:before {
  content: "\E453"; }

.glyphicons-kiosk:before {
  content: "\E454"; }

.glyphicons-kiosk-wheels:before {
  content: "\E455"; }

.glyphicons-kiosk-light:before {
  content: "\E456"; }

.glyphicons-kiosk-food:before {
  content: "\E457"; }

.glyphicons-transfer:before {
  content: "\E458"; }

.glyphicons-money:before {
  content: "\E459"; }

.glyphicons-header:before {
  content: "\E460"; }

.glyphicons-blacksmith:before {
  content: "\E461"; }

.glyphicons-saw-blade:before {
  content: "\E462"; }

.glyphicons-basketball:before {
  content: "\E463"; }

.glyphicons-server:before {
  content: "\E464"; }

.glyphicons-server-plus:before {
  content: "\E465"; }

.glyphicons-server-minus:before {
  content: "\E466"; }

.glyphicons-server-ban:before {
  content: "\E467"; }

.glyphicons-server-flag:before {
  content: "\E468"; }

.glyphicons-server-lock:before {
  content: "\E469"; }

.glyphicons-server-new:before {
  content: "\E470"; }

.glyphicons-charging-station:before {
  content: "\E471"; }

.glyphicons-gas-station:before {
  content: "\E472"; }

.glyphicons-target:before {
  content: "\E473"; }

.glyphicons-bed:before {
  content: "\E474"; }

.glyphicons-mosquito:before {
  content: "\E475"; }

.glyphicons-dining-set:before {
  content: "\E476"; }

.glyphicons-plate-of-food:before {
  content: "\E477"; }

.glyphicons-hygiene-kit:before {
  content: "\E478"; }

.glyphicons-blackboard:before {
  content: "\E479"; }

.glyphicons-marriage:before {
  content: "\E480"; }

.glyphicons-bucket:before {
  content: "\E481"; }

.glyphicons-none-color-swatch:before {
  content: "\E482"; }

.glyphicons-bring-forward:before {
  content: "\E483"; }

.glyphicons-bring-to-front:before {
  content: "\E484"; }

.glyphicons-send-backward:before {
  content: "\E485"; }

.glyphicons-send-to-back:before {
  content: "\E486"; }

.glyphicons-fit-frame-to-image:before {
  content: "\E487"; }

.glyphicons-fit-image-to-frame:before {
  content: "\E488"; }

.glyphicons-multiple-displays:before {
  content: "\E489"; }

.glyphicons-handshake:before {
  content: "\E490"; }

.glyphicons-child:before {
  content: "\E491"; }

.glyphicons-baby-formula:before {
  content: "\E492"; }

.glyphicons-medicine:before {
  content: "\E493"; }

.glyphicons-atv-vehicle:before {
  content: "\E494"; }

.glyphicons-motorcycle:before {
  content: "\E495"; }

.glyphicons-bed-alt:before {
  content: "\E496"; }

.glyphicons-tent:before {
  content: "\E497"; }

.glyphicons-glasses:before {
  content: "\E498"; }

.glyphicons-sunglasses:before {
  content: "\E499"; }

.glyphicons-family:before {
  content: "\E500"; }

.glyphicons-education:before {
  content: "\E501"; }

.glyphicons-shoes:before {
  content: "\E502"; }

.glyphicons-map:before {
  content: "\E503"; }

.glyphicons-cd:before {
  content: "\E504"; }

.glyphicons-alert:before {
  content: "\E505"; }

.glyphicons-piggy-bank:before {
  content: "\E506"; }

.glyphicons-star-half:before {
  content: "\E507"; }

.glyphicons-cluster:before {
  content: "\E508"; }

.glyphicons-flowchart:before {
  content: "\E509"; }

.glyphicons-commodities:before {
  content: "\E510"; }

.glyphicons-duplicate:before {
  content: "\E511"; }

.glyphicons-copy:before {
  content: "\E512"; }

.glyphicons-paste:before {
  content: "\E513"; }

.glyphicons-bath-bathtub:before {
  content: "\E514"; }

.glyphicons-bath-shower:before {
  content: "\E515"; }

.glyphicons-shower:before {
  content: "\E516"; }

.glyphicons-menu-hamburger:before {
  content: "\E517"; }

.glyphicons-option-vertical:before {
  content: "\E518"; }

.glyphicons-option-horizontal:before {
  content: "\E519"; }

.glyphicons-currency-conversion:before {
  content: "\E520"; }

.glyphicons-user-ban:before {
  content: "\E521"; }

.glyphicons-user-lock:before {
  content: "\E522"; }

.glyphicons-user-flag:before {
  content: "\E523"; }

.glyphicons-user-asterisk:before {
  content: "\E524"; }

.glyphicons-user-alert:before {
  content: "\E525"; }

.glyphicons-user-key:before {
  content: "\E526"; }

.glyphicons-user-conversation:before {
  content: "\E527"; }

.glyphicons-database:before {
  content: "\E528"; }

.glyphicons-database-search:before {
  content: "\E529"; }

.glyphicons-list-alt:before {
  content: "\E530"; }

.glyphicons-hazard-sign:before {
  content: "\E531"; }

.glyphicons-hazard:before {
  content: "\E532"; }

.glyphicons-stop-sign:before {
  content: "\E533"; }

.glyphicons-lab:before {
  content: "\E534"; }

.glyphicons-lab-alt:before {
  content: "\E535"; }

.glyphicons-ice-cream:before {
  content: "\E536"; }

.glyphicons-ice-lolly:before {
  content: "\E537"; }

.glyphicons-ice-lolly-tasted:before {
  content: "\E538"; }

.glyphicons-invoice:before {
  content: "\E539"; }

.glyphicons-cart-tick:before {
  content: "\E540"; }

.glyphicons-hourglass:before {
  content: "\E541"; }

.glyphicons-cat:before {
  content: "\E542"; }

.glyphicons-lamp:before {
  content: "\E543"; }

.glyphicons-scale-classic:before {
  content: "\E544"; }

.glyphicons-eye-plus:before {
  content: "\E545"; }

.glyphicons-eye-minus:before {
  content: "\E546"; }

.glyphicons-quote:before {
  content: "\E547"; }

.glyphicons-bitcoin:before {
  content: "\E548"; }

.glyphicons-yen:before {
  content: "\E549"; }

.glyphicons-ruble:before {
  content: "\E550"; }

.glyphicons-erase:before {
  content: "\E551"; }

.glyphicons-podcast:before {
  content: "\E552"; }

.glyphicons-firework:before {
  content: "\E553"; }

.glyphicons-scale:before {
  content: "\E554"; }

.glyphicons-king:before {
  content: "\E555"; }

.glyphicons-queen:before {
  content: "\E556"; }

.glyphicons-pawn:before {
  content: "\E557"; }

.glyphicons-bishop:before {
  content: "\E558"; }

.glyphicons-knight:before {
  content: "\E559"; }

.glyphicons-mic-mute:before {
  content: "\E560"; }

.glyphicons-voicemail:before {
  content: "\E561"; }

.glyphicons-paragraph-alt:before {
  content: "\E562"; }

.glyphicons-person-walking:before {
  content: "\E563"; }

.glyphicons-person-wheelchair:before {
  content: "\E564"; }

.glyphicons-underground:before {
  content: "\E565"; }

.glyphicons-car-hov:before {
  content: "\E566"; }

.glyphicons-car-rental:before {
  content: "\E567"; }

.glyphicons-transport:before {
  content: "\E568"; }

.glyphicons-taxi:before {
  content: "\E569"; }

.glyphicons-ice-cream-no:before {
  content: "\E570"; }

.glyphicons-uk-rat-u:before {
  content: "\E571"; }

.glyphicons-uk-rat-pg:before {
  content: "\E572"; }

.glyphicons-uk-rat-12a:before {
  content: "\E573"; }

.glyphicons-uk-rat-12:before {
  content: "\E574"; }

.glyphicons-uk-rat-15:before {
  content: "\E575"; }

.glyphicons-uk-rat-18:before {
  content: "\E576"; }

.glyphicons-uk-rat-r18:before {
  content: "\E577"; }

.glyphicons-tv:before {
  content: "\E578"; }

.glyphicons-sms:before {
  content: "\E579"; }

.glyphicons-mms:before {
  content: "\E580"; }

.glyphicons-us-rat-g:before {
  content: "\E581"; }

.glyphicons-us-rat-pg:before {
  content: "\E582"; }

.glyphicons-us-rat-pg-13:before {
  content: "\E583"; }

.glyphicons-us-rat-restricted:before {
  content: "\E584"; }

.glyphicons-us-rat-no-one-17:before {
  content: "\E585"; }

.glyphicons-equalizer:before {
  content: "\E586"; }

.glyphicons-speakers:before {
  content: "\E587"; }

.glyphicons-remote-control:before {
  content: "\E588"; }

.glyphicons-remote-control-tv:before {
  content: "\E589"; }

.glyphicons-shredder:before {
  content: "\E590"; }

.glyphicons-folder-heart:before {
  content: "\E591"; }

.glyphicons-person-running:before {
  content: "\E592"; }

.glyphicons-person:before {
  content: "\E593"; }

.glyphicons-voice:before {
  content: "\E594"; }

.glyphicons-stethoscope:before {
  content: "\E595"; }

.glyphicons-paired:before {
  content: "\E596"; }

.glyphicons-activity:before {
  content: "\E597"; }

.glyphicons-watch:before {
  content: "\E598"; }

.glyphicons-scissors-alt:before {
  content: "\E599"; }

.glyphicons-car-wheel:before {
  content: "\E600"; }

.glyphicons-chevron-up:before {
  content: "\E601"; }

.glyphicons-chevron-down:before {
  content: "\E602"; }

.glyphicons-superscript:before {
  content: "\E603"; }

.glyphicons-subscript:before {
  content: "\E604"; }

.glyphicons-text-size:before {
  content: "\E605"; }

.glyphicons-text-color:before {
  content: "\E606"; }

.glyphicons-text-background:before {
  content: "\E607"; }

.glyphicons-modal-window:before {
  content: "\E608"; }

.glyphicons-newspaper:before {
  content: "\E609"; }

.glyphicons-tractor:before {
  content: "\E610"; }

.glyphicons-camping:before {
  content: "\E611"; }

.glyphicons-camping-benches:before {
  content: "\E612"; }

.glyphicons-forest:before {
  content: "\E613"; }

.glyphicons-park:before {
  content: "\E614"; }

.glyphicons-field:before {
  content: "\E615"; }

.glyphicons-mountains:before {
  content: "\E616"; }

.glyphicons-fees-payments:before {
  content: "\E617"; }

.glyphicons-small-payments:before {
  content: "\E618"; }

.glyphicons-mixed-buildings:before {
  content: "\E619"; }

.glyphicons-industrial-zone:before {
  content: "\E620"; }

.glyphicons-visitor-tag:before {
  content: "\E621"; }

.glyphicons-businessman:before {
  content: "\E622"; }

.glyphicons-meditation:before {
  content: "\E623"; }

.glyphicons-bath:before {
  content: "\E624"; }

.glyphicons-donate:before {
  content: "\E625"; }

.glyphicons-sauna:before {
  content: "\E626"; }

.glyphicons-bedroom-nightstand:before {
  content: "\E627"; }

.glyphicons-bedroom-lamp:before {
  content: "\E628"; }

.glyphicons-doctor:before {
  content: "\E629"; }

.glyphicons-engineering-networks:before {
  content: "\E630"; }

.glyphicons-washing-machine:before {
  content: "\E631"; }

.glyphicons-dryer:before {
  content: "\E632"; }

.glyphicons-dishwasher:before {
  content: "\E633"; }

.glyphicons-luggage-group:before {
  content: "\E634"; }

.glyphicons-teenager:before {
  content: "\E635"; }

.glyphicons-person-stick:before {
  content: "\E636"; }

.glyphicons-person-stick-old:before {
  content: "\E637"; }

.glyphicons-traveler:before {
  content: "\E638"; }

.glyphicons-veteran:before {
  content: "\E639"; }

.glyphicons-group-chat:before {
  content: "\E640"; }

.glyphicons-elections:before {
  content: "\E641"; }

.glyphicons-law-justice:before {
  content: "\E642"; }

.glyphicons-judiciary:before {
  content: "\E643"; }

.glyphicons-house-fire:before {
  content: "\E644"; }

.glyphicons-firefighters:before {
  content: "\E645"; }

.glyphicons-police:before {
  content: "\E646"; }

.glyphicons-ambulance:before {
  content: "\E647"; }

.glyphicons-light-beacon:before {
  content: "\E648"; }

.glyphicons-important-day:before {
  content: "\E649"; }

.glyphicons-bike-park:before {
  content: "\E650"; }

.glyphicons-object-align-top:before {
  content: "\E651"; }

.glyphicons-object-align-bottom:before {
  content: "\E652"; }

.glyphicons-object-align-horizontal:before {
  content: "\E653"; }

.glyphicons-object-align-left:before {
  content: "\E654"; }

.glyphicons-object-align-vertical:before {
  content: "\E655"; }

.glyphicons-object-align-right:before {
  content: "\E656"; }

.glyphicons-reflect-y:before {
  content: "\E657"; }

.glyphicons-reflect-x:before {
  content: "\E658"; }

.glyphicons-tick:before {
  content: "\E659"; }

.glyphicons-lawnmower:before {
  content: "\E660"; }

.glyphicons-call-redirect:before {
  content: "\E661"; }

.glyphicons-call-ip:before {
  content: "\E662"; }

.glyphicons-call-record:before {
  content: "\E663"; }

.glyphicons-call-ringtone:before {
  content: "\E664"; }

.glyphicons-call-traffic:before {
  content: "\E665"; }

.glyphicons-call-hold:before {
  content: "\E666"; }

.glyphicons-call-incoming:before {
  content: "\E667"; }

.glyphicons-call-outgoing:before {
  content: "\E668"; }

.glyphicons-call-video:before {
  content: "\E669"; }

.glyphicons-call-missed:before {
  content: "\E670"; }

.glyphicons-theater:before {
  content: "\E671"; }

.glyphicons-heartbeat:before {
  content: "\E672"; }

.glyphicons-kettlebell:before {
  content: "\E673"; }

.glyphicons-fireplace:before {
  content: "\E674"; }

.glyphicons-street-lights:before {
  content: "\E675"; }

.glyphicons-pedestrian:before {
  content: "\E676"; }

.glyphicons-flood:before {
  content: "\E677"; }

.glyphicons-open-water:before {
  content: "\E678"; }

.glyphicons-for-sale:before {
  content: "\E679"; }

.glyphicons-dustbin:before {
  content: "\E680"; }

.glyphicons-door:before {
  content: "\E681"; }

.glyphicons-camp-fire:before {
  content: "\E682"; }

.glyphicons-fleur-de-lis:before {
  content: "\E683"; }

.glyphicons-temperature-settings:before {
  content: "\E684"; }

.glyphicons-article:before {
  content: "\E685"; }

.glyphicons-sunbath:before {
  content: "\E686"; }

.glyphicons-balanced-diet:before {
  content: "\E687"; }

.glyphicons-ticket:before {
  content: "\E688"; }

.glyphicons-parking-ticket:before {
  content: "\E689"; }

.glyphicons-parking-meter:before {
  content: "\E690"; }

.glyphicons-laptop:before {
  content: "\E691"; }

.glyphicons-tree-structure:before {
  content: "\E692"; }

.glyphicons-weather-warning:before {
  content: "\E693"; }

.glyphicons-temperature-low:before {
  content: "\E694"; }

.glyphicons-temperature-high:before {
  content: "\E695"; }

.glyphicons-temperature-low-warning:before {
  content: "\E696"; }

.glyphicons-temperature-high-warning:before {
  content: "\E697"; }

.glyphicons-hurricane:before {
  content: "\E698"; }

.glyphicons-storm:before {
  content: "\E699"; }

.glyphicons-sorted-waste:before {
  content: "\E700"; }

.glyphicons-ear:before {
  content: "\E701"; }

.glyphicons-ear-deaf:before {
  content: "\E702"; }

.glyphicons-file-plus:before {
  content: "\E703"; }

.glyphicons-file-minus:before {
  content: "\E704"; }

.glyphicons-file-lock:before {
  content: "\E705"; }

.glyphicons-file-cloud:before {
  content: "\E706"; }

.glyphicons-file-cloud-download:before {
  content: "\E707"; }

.glyphicons-file-cloud-upload:before {
  content: "\E708"; }

.glyphicons-paragraph:before {
  content: "\E709"; }

.glyphicons-list-numbered:before {
  content: "\E710"; }

.glyphicons-donate-heart:before {
  content: "\E711"; }

.glyphicons-government:before {
  content: "\E712"; }

.glyphicons-maze:before {
  content: "\E713"; }

.glyphicons-chronicle:before {
  content: "\E714"; }

.glyphicons-user-structure:before {
  content: "\E715"; }

.glyphicons-recycle:before {
  content: "\E716"; }

.glyphicons-gas:before {
  content: "\E717"; }

.glyphicons-waste-pipe:before {
  content: "\E718"; }

.glyphicons-water-pipe:before {
  content: "\E719"; }

.glyphicons-parking:before {
  content: "\E720"; }

.glyphicons-closed:before {
  content: "\E721"; }

.glyphicons-mouse:before {
  content: "\E722"; }

.glyphicons-mouse-double-click:before {
  content: "\E723"; }

.glyphicons-mouse-left-click:before {
  content: "\E724"; }

.glyphicons-mouse-right-click:before {
  content: "\E725"; }

.glyphicons-mouse-middle-click:before {
  content: "\E726"; }

.glyphicons-mouse-scroll:before {
  content: "\E727"; }

.glyphicons-resize-vertical:before {
  content: "\E728"; }

.glyphicons-resize-horizontal:before {
  content: "\E729"; }

.glyphicons-temperature:before {
  content: "\E730"; }

.glyphicons-puzzle:before {
  content: "\E731"; }

.glyphicons-puzzle-2:before {
  content: "\E732"; }

.glyphicons-puzzle-3:before {
  content: "\E733"; }

.glyphicons-nearby-square:before {
  content: "\E734"; }

.glyphicons-nearby-circle:before {
  content: "\E735"; }

.glyphicons-rotate-right:before {
  content: "\E736"; }

.glyphicons-rotate-left:before {
  content: "\E737"; }

.glyphicons-pictures:before {
  content: "\E738"; }

.glyphicons-photo-album:before {
  content: "\E739"; }

.glyphicons-cadastral-map:before {
  content: "\E740"; }

.glyphicons-fingerprint-scan:before {
  content: "\E741"; }

.glyphicons-fingerprint:before {
  content: "\E742"; }

.glyphicons-fingerprint-lock:before {
  content: "\E743"; }

.glyphicons-fingerprint-ok:before {
  content: "\E744"; }

.glyphicons-fingerprint-remove:before {
  content: "\E745"; }

.glyphicons-fingerprint-reload:before {
  content: "\E746"; }

.glyphicons-pending-notifications:before {
  content: "\E747"; }

.glyphicons-synchronization:before {
  content: "\E748"; }

.glyphicons-synchronization-ban:before {
  content: "\E749"; }

.glyphicons-hash:before {
  content: "\E750"; }

.glyphicons-gender-male:before {
  content: "\E751"; }

.glyphicons-gender-female:before {
  content: "\E752"; }

.glyphicons-gender-virgin-female:before {
  content: "\E753"; }

.glyphicons-gender-intersex:before {
  content: "\E754"; }

.glyphicons-gender-transgender:before {
  content: "\E755"; }

.glyphicons-gender-ori-lesbian:before {
  content: "\E756"; }

.glyphicons-gender-ori-gay:before {
  content: "\E757"; }

.glyphicons-gender-ori-hetero:before {
  content: "\E758"; }

.glyphicons-gender-other:before {
  content: "\E759"; }

.glyphicons-gender-unknown:before {
  content: "\E760"; }

.glyphicons-scanner:before {
  content: "\E761"; }

.glyphicons-multifunction-printer:before {
  content: "\E762"; }

.glyphicons-lasso:before {
  content: "\E763"; }

.glyphicons-view-360:before {
  content: "\E764"; }

.glyphicons-battery-charging:before {
  content: "\E765"; }

.glyphicons-battery-full:before {
  content: "\E766"; }

.glyphicons-battery-75:before {
  content: "\E767"; }

.glyphicons-battery-50:before {
  content: "\E768"; }

.glyphicons-battery-25:before {
  content: "\E769"; }

.glyphicons-battery-10:before {
  content: "\E770"; }

.glyphicons-satellite:before {
  content: "\E771"; }

.glyphicons-satellite-dish:before {
  content: "\E772"; }

.glyphicons-satellite-dish-alt:before {
  content: "\E773"; }

.glyphicons-auction:before {
  content: "\E774"; }

.glyphicons-directions:before {
  content: "\E775"; }

.glyphicons-race:before {
  content: "\E776"; }

.glyphicons-robot:before {
  content: "\E777"; }

.glyphicons-ruler-alt:before {
  content: "\E778"; }

.glyphicons-cube-empty:before {
  content: "\E779"; }

.glyphicons-cube-black:before {
  content: "\E780"; }

.glyphicons-move-square:before {
  content: "\E781"; }

.glyphicons-drop:before {
  content: "\E782"; }

.glyphicons-vr-headset:before {
  content: "\E783"; }

.glyphicons-vr-charging:before {
  content: "\E784"; }

.glyphicons-vr-low-battery:before {
  content: "\E785"; }

.glyphicons-vr-paired:before {
  content: "\E786"; }

.glyphicons-vr-settings:before {
  content: "\E787"; }

.glyphicons-vr-maintenance:before {
  content: "\E788"; }

.glyphicons-filter-remove:before {
  content: "\E789"; }

.glyphicons-filter-applied:before {
  content: "\E790"; }

.glyphicons-one-day:before {
  content: "\E791"; }

.glyphicons-user-vr:before {
  content: "\E792"; }

.glyphicons-user-vr-add:before {
  content: "\E793"; }

.glyphicons-user-vr-remove:before {
  content: "\E794"; }

.glyphicons-dice-1:before {
  content: "\E795"; }

.glyphicons-dice-2:before {
  content: "\E796"; }

.glyphicons-dice-3:before {
  content: "\E797"; }

.glyphicons-dice-4:before {
  content: "\E798"; }

.glyphicons-dice-5:before {
  content: "\E799"; }

.glyphicons-dice-6:before {
  content: "\E800"; }

@font-face {
  font-family: 'Glyphicons Filetypes';
  src: url("../fonts/glyphicons-filetypes-regular.eot");
  src: url("../fonts/glyphicons-filetypes-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-filetypes-regular.woff2") format("woff2"), url("../fonts/glyphicons-filetypes-regular.woff") format("woff"), url("../fonts/glyphicons-filetypes-regular.ttf") format("truetype"), url("../fonts/glyphicons-filetypes-regular.svg#glyphicons_filetypesregular") format("svg"); }

.filetypes {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Filetypes';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.filetypes.x05 {
  font-size: 12px; }

.filetypes.x2 {
  font-size: 48px; }

.filetypes.x3 {
  font-size: 72px; }

.filetypes.x4 {
  font-size: 96px; }

.filetypes.x5 {
  font-size: 120px; }

.filetypes.light:before {
  color: #f2f2f2; }

.filetypes.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.filetypes.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.filetypes.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.filetypes.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.filetypes.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.filetypes.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.filetypes-txt:before {
  content: "\E001"; }

.filetypes-doc:before {
  content: "\E002"; }

.filetypes-rtf:before {
  content: "\E003"; }

.filetypes-log:before {
  content: "\E004"; }

.filetypes-tex:before {
  content: "\E005"; }

.filetypes-msg:before {
  content: "\E006"; }

.filetypes-text:before {
  content: "\E007"; }

.filetypes-wpd:before {
  content: "\E008"; }

.filetypes-wps:before {
  content: "\E009"; }

.filetypes-docx:before {
  content: "\E010"; }

.filetypes-page:before {
  content: "\E011"; }

.filetypes-csv:before {
  content: "\E012"; }

.filetypes-dat:before {
  content: "\E013"; }

.filetypes-tar:before {
  content: "\E014"; }

.filetypes-xml:before {
  content: "\E015"; }

.filetypes-vcf:before {
  content: "\E016"; }

.filetypes-pps:before {
  content: "\E017"; }

.filetypes-key:before {
  content: "\E018"; }

.filetypes-ppt:before {
  content: "\E019"; }

.filetypes-pptx:before {
  content: "\E020"; }

.filetypes-sdf:before {
  content: "\E021"; }

.filetypes-gbr:before {
  content: "\E022"; }

.filetypes-ged:before {
  content: "\E023"; }

.filetypes-mp3:before {
  content: "\E024"; }

.filetypes-m4a:before {
  content: "\E025"; }

.filetypes-waw:before {
  content: "\E026"; }

.filetypes-wma:before {
  content: "\E027"; }

.filetypes-mpa:before {
  content: "\E028"; }

.filetypes-iff:before {
  content: "\E029"; }

.filetypes-aif:before {
  content: "\E030"; }

.filetypes-ra:before {
  content: "\E031"; }

.filetypes-mid:before {
  content: "\E032"; }

.filetypes-m3v:before {
  content: "\E033"; }

.filetypes-e-3gp:before {
  content: "\E034"; }

.filetypes-swf:before {
  content: "\E035"; }

.filetypes-avi:before {
  content: "\E036"; }

.filetypes-asx:before {
  content: "\E037"; }

.filetypes-mp4:before {
  content: "\E038"; }

.filetypes-e-3g2:before {
  content: "\E039"; }

.filetypes-mpg:before {
  content: "\E040"; }

.filetypes-asf:before {
  content: "\E041"; }

.filetypes-vob:before {
  content: "\E042"; }

.filetypes-wmv:before {
  content: "\E043"; }

.filetypes-mov:before {
  content: "\E044"; }

.filetypes-srt:before {
  content: "\E045"; }

.filetypes-m4v:before {
  content: "\E046"; }

.filetypes-flv:before {
  content: "\E047"; }

.filetypes-rm:before {
  content: "\E048"; }

.filetypes-png:before {
  content: "\E049"; }

.filetypes-psd:before {
  content: "\E050"; }

.filetypes-psp:before {
  content: "\E051"; }

.filetypes-jpg:before {
  content: "\E052"; }

.filetypes-tif:before {
  content: "\E053"; }

.filetypes-tiff:before {
  content: "\E054"; }

.filetypes-gif:before {
  content: "\E055"; }

.filetypes-bmp:before {
  content: "\E056"; }

.filetypes-tga:before {
  content: "\E057"; }

.filetypes-thm:before {
  content: "\E058"; }

.filetypes-yuv:before {
  content: "\E059"; }

.filetypes-dds:before {
  content: "\E060"; }

.filetypes-ai:before {
  content: "\E061"; }

.filetypes-eps:before {
  content: "\E062"; }

.filetypes-ps:before {
  content: "\E063"; }

.filetypes-svg:before {
  content: "\E064"; }

.filetypes-pdf:before {
  content: "\E065"; }

.filetypes-pct:before {
  content: "\E066"; }

.filetypes-indd:before {
  content: "\E067"; }

.filetypes-xlr:before {
  content: "\E068"; }

.filetypes-xls:before {
  content: "\E069"; }

.filetypes-xlsx:before {
  content: "\E070"; }

.filetypes-db:before {
  content: "\E071"; }

.filetypes-dbf:before {
  content: "\E072"; }

.filetypes-mdb:before {
  content: "\E073"; }

.filetypes-pdb:before {
  content: "\E074"; }

.filetypes-sql:before {
  content: "\E075"; }

.filetypes-aacd:before {
  content: "\E076"; }

.filetypes-app:before {
  content: "\E077"; }

.filetypes-exe:before {
  content: "\E078"; }

.filetypes-com:before {
  content: "\E079"; }

.filetypes-bat:before {
  content: "\E080"; }

.filetypes-apk:before {
  content: "\E081"; }

.filetypes-jar:before {
  content: "\E082"; }

.filetypes-hsf:before {
  content: "\E083"; }

.filetypes-pif:before {
  content: "\E084"; }

.filetypes-vb:before {
  content: "\E085"; }

.filetypes-cgi:before {
  content: "\E086"; }

.filetypes-css:before {
  content: "\E087"; }

.filetypes-js:before {
  content: "\E088"; }

.filetypes-php:before {
  content: "\E089"; }

.filetypes-xhtml:before {
  content: "\E090"; }

.filetypes-htm:before {
  content: "\E091"; }

.filetypes-html:before {
  content: "\E092"; }

.filetypes-asp:before {
  content: "\E093"; }

.filetypes-cer:before {
  content: "\E094"; }

.filetypes-jsp:before {
  content: "\E095"; }

.filetypes-cfm:before {
  content: "\E096"; }

.filetypes-aspx:before {
  content: "\E097"; }

.filetypes-rss:before {
  content: "\E098"; }

.filetypes-csr:before {
  content: "\E099"; }

.filetypes-less:before {
  content: "\E100"; }

.filetypes-otf:before {
  content: "\E101"; }

.filetypes-ttf:before {
  content: "\E102"; }

.filetypes-font:before {
  content: "\E103"; }

.filetypes-fnt:before {
  content: "\E104"; }

.filetypes-eot:before {
  content: "\E105"; }

.filetypes-woff:before {
  content: "\E106"; }

.filetypes-zip:before {
  content: "\E107"; }

.filetypes-zipx:before {
  content: "\E108"; }

.filetypes-rar:before {
  content: "\E109"; }

.filetypes-targ:before {
  content: "\E110"; }

.filetypes-sitx:before {
  content: "\E111"; }

.filetypes-deb:before {
  content: "\E112"; }

.filetypes-e-7z:before {
  content: "\E113"; }

.filetypes-pkg:before {
  content: "\E114"; }

.filetypes-rpm:before {
  content: "\E115"; }

.filetypes-cbr:before {
  content: "\E116"; }

.filetypes-gz:before {
  content: "\E117"; }

.filetypes-dmg:before {
  content: "\E118"; }

.filetypes-cue:before {
  content: "\E119"; }

.filetypes-bin:before {
  content: "\E120"; }

.filetypes-iso:before {
  content: "\E121"; }

.filetypes-hdf:before {
  content: "\E122"; }

.filetypes-vcd:before {
  content: "\E123"; }

.filetypes-bak:before {
  content: "\E124"; }

.filetypes-tmp:before {
  content: "\E125"; }

.filetypes-ics:before {
  content: "\E126"; }

.filetypes-msi:before {
  content: "\E127"; }

.filetypes-cfg:before {
  content: "\E128"; }

.filetypes-ini:before {
  content: "\E129"; }

.filetypes-prf:before {
  content: "\E130"; }

.filetypes-json:before {
  content: "\E131"; }

.filetypes-site:before {
  content: "\E132"; }

.filetypes-xap:before {
  content: "\E133"; }

.filetypes-api:before {
  content: "\E134"; }

.filetypes-ico:before {
  content: "\E135"; }

.filetypes-webp:before {
  content: "\E136"; }

.filetypes-bpg:before {
  content: "\E137"; }

.filetypes-flac:before {
  content: "\E138"; }

.filetypes-ogg:before {
  content: "\E139"; }

.filetypes-unknown:before {
  content: "\E140"; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.halflings {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.halflings.x05 {
  font-size: 6px; }

.halflings.x2 {
  font-size: 24px; }

.halflings.x3 {
  font-size: 36px; }

.halflings.x4 {
  font-size: 48px; }

.halflings.x5 {
  font-size: 60px; }

.halflings.x6 {
  font-size: 72px; }

.halflings.x7 {
  font-size: 84px; }

.halflings.x8 {
  font-size: 96px; }

.halflings.light:before {
  color: #f2f2f2; }

.halflings.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.halflings.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.halflings.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.halflings.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.halflings.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.halflings.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.halflings-glass:before {
  content: "\E001"; }

.halflings-music:before {
  content: "\E002"; }

.halflings-search:before {
  content: "\E003"; }

.halflings-envelope:before {
  content: "\E004"; }

.halflings-heart:before {
  content: "\E005"; }

.halflings-star:before {
  content: "\E006"; }

.halflings-star-empty:before {
  content: "\E007"; }

.halflings-user:before {
  content: "\E008"; }

.halflings-film:before {
  content: "\E009"; }

.halflings-th-large:before {
  content: "\E010"; }

.halflings-th:before {
  content: "\E011"; }

.halflings-th-list:before {
  content: "\E012"; }

.halflings-ok:before {
  content: "\E013"; }

.halflings-remove:before {
  content: "\E014"; }

.halflings-zoom-in:before {
  content: "\E015"; }

.halflings-zoom-out:before {
  content: "\E016"; }

.halflings-off:before {
  content: "\E017"; }

.halflings-signal:before {
  content: "\E018"; }

.halflings-cog:before {
  content: "\E019"; }

.halflings-trash:before {
  content: "\E020"; }

.halflings-home:before {
  content: "\E021"; }

.halflings-file:before {
  content: "\E022"; }

.halflings-time:before {
  content: "\E023"; }

.halflings-road:before {
  content: "\E024"; }

.halflings-download-alt:before {
  content: "\E025"; }

.halflings-download:before {
  content: "\E026"; }

.halflings-upload:before {
  content: "\E027"; }

.halflings-inbox:before {
  content: "\E028"; }

.halflings-play-circle:before {
  content: "\E029"; }

.halflings-repeat:before {
  content: "\E030"; }

.halflings-refresh:before {
  content: "\E031"; }

.halflings-list-alt:before {
  content: "\E032"; }

.halflings-lock:before {
  content: "\E033"; }

.halflings-flag:before {
  content: "\E034"; }

.halflings-headphones:before {
  content: "\E035"; }

.halflings-volume-off:before {
  content: "\E036"; }

.halflings-volume-down:before {
  content: "\E037"; }

.halflings-volume-up:before {
  content: "\E038"; }

.halflings-qrcode:before {
  content: "\E039"; }

.halflings-barcode:before {
  content: "\E040"; }

.halflings-tag:before {
  content: "\E041"; }

.halflings-tags:before {
  content: "\E042"; }

.halflings-book:before {
  content: "\E043"; }

.halflings-bookmark:before {
  content: "\E044"; }

.halflings-print:before {
  content: "\E045"; }

.halflings-camera:before {
  content: "\E046"; }

.halflings-font:before {
  content: "\E047"; }

.halflings-bold:before {
  content: "\E048"; }

.halflings-italic:before {
  content: "\E049"; }

.halflings-text-height:before {
  content: "\E050"; }

.halflings-text-width:before {
  content: "\E051"; }

.halflings-align-left:before {
  content: "\E052"; }

.halflings-align-center:before {
  content: "\E053"; }

.halflings-align-right:before {
  content: "\E054"; }

.halflings-align-justify:before {
  content: "\E055"; }

.halflings-list:before {
  content: "\E056"; }

.halflings-indent-left:before {
  content: "\E057"; }

.halflings-indent-right:before {
  content: "\E058"; }

.halflings-facetime-video:before {
  content: "\E059"; }

.halflings-picture:before {
  content: "\E060"; }

.halflings-pencil:before {
  content: "\E061"; }

.halflings-map-marker:before {
  content: "\E062"; }

.halflings-adjust:before {
  content: "\E063"; }

.halflings-tint:before {
  content: "\E064"; }

.halflings-edit:before {
  content: "\E065"; }

.halflings-share:before {
  content: "\E066"; }

.halflings-check:before {
  content: "\E067"; }

.halflings-move:before {
  content: "\E068"; }

.halflings-step-backward:before {
  content: "\E069"; }

.halflings-fast-backward:before {
  content: "\E070"; }

.halflings-backward:before {
  content: "\E071"; }

.halflings-play:before {
  content: "\E072"; }

.halflings-pause:before {
  content: "\E073"; }

.halflings-stop:before {
  content: "\E074"; }

.halflings-forward:before {
  content: "\E075"; }

.halflings-fast-forward:before {
  content: "\E076"; }

.halflings-step-forward:before {
  content: "\E077"; }

.halflings-eject:before {
  content: "\E078"; }

.halflings-chevron-left:before {
  content: "\E079"; }

.halflings-chevron-right:before {
  content: "\E080"; }

.halflings-plus-sign:before {
  content: "\E081"; }

.halflings-minus-sign:before {
  content: "\E082"; }

.halflings-remove-sign:before {
  content: "\E083"; }

.halflings-ok-sign:before {
  content: "\E084"; }

.halflings-question-sign:before {
  content: "\E085"; }

.halflings-info-sign:before {
  content: "\E086"; }

.halflings-screenshot:before {
  content: "\E087"; }

.halflings-remove-circle:before {
  content: "\E088"; }

.halflings-ok-circle:before {
  content: "\E089"; }

.halflings-ban-circle:before {
  content: "\E090"; }

.halflings-arrow-left:before {
  content: "\E091"; }

.halflings-arrow-right:before {
  content: "\E092"; }

.halflings-arrow-up:before {
  content: "\E093"; }

.halflings-arrow-down:before {
  content: "\E094"; }

.halflings-share-alt:before {
  content: "\E095"; }

.halflings-resize-full:before {
  content: "\E096"; }

.halflings-resize-small:before {
  content: "\E097"; }

.halflings-plus:before {
  content: "\E098"; }

.halflings-minus:before {
  content: "\E099"; }

.halflings-asterisk:before {
  content: "\E100"; }

.halflings-exclamation-sign:before {
  content: "\E101"; }

.halflings-gift:before {
  content: "\E102"; }

.halflings-leaf:before {
  content: "\E103"; }

.halflings-fire:before {
  content: "\E104"; }

.halflings-eye-open:before {
  content: "\E105"; }

.halflings-eye-close:before {
  content: "\E106"; }

.halflings-warning-sign:before {
  content: "\E107"; }

.halflings-plane:before {
  content: "\E108"; }

.halflings-calendar:before {
  content: "\E109"; }

.halflings-random:before {
  content: "\E110"; }

.halflings-comments:before {
  content: "\E111"; }

.halflings-magnet:before {
  content: "\E112"; }

.halflings-chevron-up:before {
  content: "\E113"; }

.halflings-chevron-down:before {
  content: "\E114"; }

.halflings-retweet:before {
  content: "\E115"; }

.halflings-shopping-cart:before {
  content: "\E116"; }

.halflings-folder-close:before {
  content: "\E117"; }

.halflings-folder-open:before {
  content: "\E118"; }

.halflings-resize-vertical:before {
  content: "\E119"; }

.halflings-resize-horizontal:before {
  content: "\E120"; }

.halflings-hdd:before {
  content: "\E121"; }

.halflings-bullhorn:before {
  content: "\E122"; }

.halflings-bell:before {
  content: "\E123"; }

.halflings-certificate:before {
  content: "\E124"; }

.halflings-thumbs-up:before {
  content: "\E125"; }

.halflings-thumbs-down:before {
  content: "\E126"; }

.halflings-hand-right:before {
  content: "\E127"; }

.halflings-hand-left:before {
  content: "\E128"; }

.halflings-hand-top:before {
  content: "\E129"; }

.halflings-hand-down:before {
  content: "\E130"; }

.halflings-circle-arrow-right:before {
  content: "\E131"; }

.halflings-circle-arrow-left:before {
  content: "\E132"; }

.halflings-circle-arrow-top:before {
  content: "\E133"; }

.halflings-circle-arrow-down:before {
  content: "\E134"; }

.halflings-globe:before {
  content: "\E135"; }

.halflings-wrench:before {
  content: "\E136"; }

.halflings-tasks:before {
  content: "\E137"; }

.halflings-filter:before {
  content: "\E138"; }

.halflings-briefcase:before {
  content: "\E139"; }

.halflings-fullscreen:before {
  content: "\E140"; }

.halflings-dashboard:before {
  content: "\E141"; }

.halflings-paperclip:before {
  content: "\E142"; }

.halflings-heart-empty:before {
  content: "\E143"; }

.halflings-link:before {
  content: "\E144"; }

.halflings-phone:before {
  content: "\E145"; }

.halflings-pushpin:before {
  content: "\E146"; }

.halflings-euro:before {
  content: "\E147"; }

.halflings-usd:before {
  content: "\E148"; }

.halflings-gbp:before {
  content: "\E149"; }

.halflings-sort:before {
  content: "\E150"; }

.halflings-sort-by-alphabet:before {
  content: "\E151"; }

.halflings-sort-by-alphabet-alt:before {
  content: "\E152"; }

.halflings-sort-by-order:before {
  content: "\E153"; }

.halflings-sort-by-order-alt:before {
  content: "\E154"; }

.halflings-sort-by-attributes:before {
  content: "\E155"; }

.halflings-sort-by-attributes-alt:before {
  content: "\E156"; }

.halflings-unchecked:before {
  content: "\E157"; }

.halflings-expand:before {
  content: "\E158"; }

.halflings-collapse:before {
  content: "\E159"; }

.halflings-collapse-top:before {
  content: "\E160"; }

.halflings-log-in:before {
  content: "\E161"; }

.halflings-flash:before {
  content: "\E162"; }

.halflings-log-out:before {
  content: "\E163"; }

.halflings-new-window:before {
  content: "\E164"; }

.halflings-record:before {
  content: "\E165"; }

.halflings-save:before {
  content: "\E166"; }

.halflings-open:before {
  content: "\E167"; }

.halflings-saved:before {
  content: "\E168"; }

.halflings-import:before {
  content: "\E169"; }

.halflings-export:before {
  content: "\E170"; }

.halflings-send:before {
  content: "\E171"; }

.halflings-floppy-disk:before {
  content: "\E172"; }

.halflings-floppy-saved:before {
  content: "\E173"; }

.halflings-floppy-remove:before {
  content: "\E174"; }

.halflings-floppy-save:before {
  content: "\E175"; }

.halflings-floppy-open:before {
  content: "\E176"; }

.halflings-credit-card:before {
  content: "\E177"; }

.halflings-transfer:before {
  content: "\E178"; }

.halflings-cutlery:before {
  content: "\E179"; }

.halflings-header:before {
  content: "\E180"; }

.halflings-compressed:before {
  content: "\E181"; }

.halflings-earphone:before {
  content: "\E182"; }

.halflings-phone-alt:before {
  content: "\E183"; }

.halflings-tower:before {
  content: "\E184"; }

.halflings-stats:before {
  content: "\E185"; }

.halflings-sd-video:before {
  content: "\E186"; }

.halflings-hd-video:before {
  content: "\E187"; }

.halflings-subtitles:before {
  content: "\E188"; }

.halflings-sound-stereo:before {
  content: "\E189"; }

.halflings-sound-dolby:before {
  content: "\E190"; }

.halflings-sound-5-1:before {
  content: "\E191"; }

.halflings-sound-6-1:before {
  content: "\E192"; }

.halflings-sound-7-1:before {
  content: "\E193"; }

.halflings-copyright-mark:before {
  content: "\E194"; }

.halflings-registration-mark:before {
  content: "\E195"; }

.halflings-cloud:before {
  content: "\E196"; }

.halflings-cloud-download:before {
  content: "\E197"; }

.halflings-cloud-upload:before {
  content: "\E198"; }

.halflings-tree-conifer:before {
  content: "\E199"; }

.halflings-tree-deciduous:before {
  content: "\E200"; }

.halflings-cd:before {
  content: "\E201"; }

.halflings-save-file:before {
  content: "\E202"; }

.halflings-open-file:before {
  content: "\E203"; }

.halflings-level-up:before {
  content: "\E204"; }

.halflings-copy:before {
  content: "\E205"; }

.halflings-paste:before {
  content: "\E206"; }

.halflings-door:before {
  content: "\E207"; }

.halflings-key:before {
  content: "\E208"; }

.halflings-alert:before {
  content: "\E209"; }

.halflings-equalizer:before {
  content: "\E210"; }

.halflings-king:before {
  content: "\E211"; }

.halflings-queen:before {
  content: "\E212"; }

.halflings-pawn:before {
  content: "\E213"; }

.halflings-bishop:before {
  content: "\E214"; }

.halflings-knight:before {
  content: "\E215"; }

.halflings-baby-formula:before {
  content: "\E216"; }

.halflings-tent:before {
  content: "\E217"; }

.halflings-blackboard:before {
  content: "\E218"; }

.halflings-bed:before {
  content: "\E219"; }

.halflings-apple:before {
  content: "\E220"; }

.halflings-erase:before {
  content: "\E221"; }

.halflings-hourglass:before {
  content: "\E222"; }

.halflings-lamp:before {
  content: "\E223"; }

.halflings-duplicate:before {
  content: "\E224"; }

.halflings-piggy-bank:before {
  content: "\E225"; }

.halflings-scissors:before {
  content: "\E226"; }

.halflings-bitcoin:before {
  content: "\E227"; }

.halflings-yen:before {
  content: "\E228"; }

.halflings-ruble:before {
  content: "\E229"; }

.halflings-scale:before {
  content: "\E230"; }

.halflings-ice-lolly:before {
  content: "\E231"; }

.halflings-ice-lolly-tasted:before {
  content: "\E232"; }

.halflings-education:before {
  content: "\E233"; }

.halflings-option-horizontal:before {
  content: "\E234"; }

.halflings-option-vertical:before {
  content: "\E235"; }

.halflings-menu-hamburger:before {
  content: "\E236"; }

.halflings-modal-window:before {
  content: "\E237"; }

.halflings-oil:before {
  content: "\E238"; }

.halflings-grain:before {
  content: "\E239"; }

.halflings-sunglasses:before {
  content: "\E240"; }

.halflings-text-size:before {
  content: "\E241"; }

.halflings-text-color:before {
  content: "\E242"; }

.halflings-text-background:before {
  content: "\E243"; }

.halflings-object-align-top:before {
  content: "\E244"; }

.halflings-object-align-bottom:before {
  content: "\E245"; }

.halflings-object-align-horizontal:before {
  content: "\E246"; }

.halflings-object-align-left:before {
  content: "\E247"; }

.halflings-object-align-vertical:before {
  content: "\E248"; }

.halflings-object-align-right:before {
  content: "\E249"; }

.halflings-triangle-right:before {
  content: "\E250"; }

.halflings-triangle-left:before {
  content: "\E251"; }

.halflings-triangle-bottom:before {
  content: "\E252"; }

.halflings-triangle-top:before {
  content: "\E253"; }

.halflings-terminal:before {
  content: "\E254"; }

.halflings-superscript:before {
  content: "\E255"; }

.halflings-subscript:before {
  content: "\E256"; }

.halflings-menu-left:before {
  content: "\E257"; }

.halflings-menu-right:before {
  content: "\E258"; }

.halflings-menu-down:before {
  content: "\E259"; }

.halflings-menu-up:before {
  content: "\E260"; }

.halflings-building:before {
  content: "\E261"; }

.halflings-tick:before {
  content: "\E262"; }

.halflings-star-half:before {
  content: "\E263"; }

.halflings-hash:before {
  content: "\E264"; }

.halflings-directions:before {
  content: "\E265"; }

.halflings-gas:before {
  content: "\E266"; }

.halflings-snowflake:before {
  content: "\E267"; }

.halflings-sunlight:before {
  content: "\E268"; }

.halflings-selectbox:before {
  content: "\E269"; }

.halflings-sortable:before {
  content: "\E270"; }

.halflings-note-empty:before {
  content: "\E271"; }

.halflings-note:before {
  content: "\E272"; }

.halflings-direction-right:before {
  content: "\E273"; }

.halflings-direction-left:before {
  content: "\E274"; }

.halflings-direction-down:before {
  content: "\E275"; }

.halflings-direction-up:before {
  content: "\E276"; }

.halflings-parking:before {
  content: "\E277"; }

.halflings-coffee-cup:before {
  content: "\E278"; }

.halflings-record-empty:before {
  content: "\E279"; }

.halflings-move-square:before {
  content: "\E280"; }

.halflings-bug:before {
  content: "\E281"; }

.halflings-display:before {
  content: "\E282"; }

.halflings-direction:before {
  content: "\E283"; }

.halflings-group:before {
  content: "\E284"; }

.halflings-reflect-y:before {
  content: "\E285"; }

.halflings-reflect-x:before {
  content: "\E286"; }

.halflings-battery-charging:before {
  content: "\E287"; }

.halflings-battery-full:before {
  content: "\E288"; }

.halflings-battery-75:before {
  content: "\E289"; }

.halflings-battery-50:before {
  content: "\E290"; }

.halflings-battery-25:before {
  content: "\E291"; }

.halflings-battery-10:before {
  content: "\E292"; }

.halflings-paired:before {
  content: "\E293"; }

.halflings-rotate-right:before {
  content: "\E294"; }

.halflings-rotate-left:before {
  content: "\E295"; }

.halflings-list-numbered:before {
  content: "\E296"; }

.halflings-paragraph:before {
  content: "\E297"; }

.halflings-list-plus:before {
  content: "\E298"; }

.halflings-synchronization:before {
  content: "\E299"; }

.halflings-cube-black:before {
  content: "\E300"; }

@font-face {
  font-family: 'Glyphicons Social';
  src: url("../fonts/glyphicons-social-regular.eot");
  src: url("../fonts/glyphicons-social-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-social-regular.woff2") format("woff2"), url("../fonts/glyphicons-social-regular.woff") format("woff"), url("../fonts/glyphicons-social-regular.ttf") format("truetype"), url("../fonts/glyphicons-social-regular.svg#glyphicons_socialregular") format("svg"); }

.social {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Social';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social.x05 {
  font-size: 12px; }

.social.x2 {
  font-size: 48px; }

.social.x3 {
  font-size: 72px; }

.social.x4 {
  font-size: 96px; }

.social.x5 {
  font-size: 120px; }

.social.light:before {
  color: #f2f2f2; }

.social.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.social.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.social.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.social.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.social.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.social.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.social-pinterest:before {
  content: "\E001"; }

.social-dropbox:before {
  content: "\E002"; }

.social-google-plus:before {
  content: "\E003"; }

.social-jolicloud:before {
  content: "\E004"; }

.social-yahoo:before {
  content: "\E005"; }

.social-blogger:before {
  content: "\E006"; }

.social-picasa:before {
  content: "\E007"; }

.social-amazon:before {
  content: "\E008"; }

.social-tumblr:before {
  content: "\E009"; }

.social-wordpress:before {
  content: "\E010"; }

.social-instapaper:before {
  content: "\E011"; }

.social-evernote:before {
  content: "\E012"; }

.social-xing:before {
  content: "\E013"; }

.social-e-mail-envelope:before {
  content: "\E014"; }

.social-dribbble:before {
  content: "\E015"; }

.social-deviantart:before {
  content: "\E016"; }

.social-read-it-later:before {
  content: "\E017"; }

.social-linked-in:before {
  content: "\E018"; }

.social-gmail:before {
  content: "\E019"; }

.social-pinboard:before {
  content: "\E020"; }

.social-behance:before {
  content: "\E021"; }

.social-github:before {
  content: "\E022"; }

.social-youtube:before {
  content: "\E023"; }

.social-open-id:before {
  content: "\E024"; }

.social-foursquare:before {
  content: "\E025"; }

.social-quora:before {
  content: "\E026"; }

.social-badoo:before {
  content: "\E027"; }

.social-spotify:before {
  content: "\E028"; }

.social-stumbleupon:before {
  content: "\E029"; }

.social-readability:before {
  content: "\E030"; }

.social-facebook:before {
  content: "\E031"; }

.social-twitter:before {
  content: "\E032"; }

.social-instagram:before {
  content: "\E033"; }

.social-posterous-spaces:before {
  content: "\E034"; }

.social-vimeo:before {
  content: "\E035"; }

.social-flickr:before {
  content: "\E036"; }

.social-last-fm:before {
  content: "\E037"; }

.social-rss:before {
  content: "\E038"; }

.social-skype:before {
  content: "\E039"; }

.social-e-mail:before {
  content: "\E040"; }

.social-vine:before {
  content: "\E041"; }

.social-myspace:before {
  content: "\E042"; }

.social-goodreads:before {
  content: "\E043"; }

.social-apple:before {
  content: "\E044"; }

.social-windows:before {
  content: "\E045"; }

.social-yelp:before {
  content: "\E046"; }

.social-playstation:before {
  content: "\E047"; }

.social-xbox:before {
  content: "\E048"; }

.social-android:before {
  content: "\E049"; }

.social-ios:before {
  content: "\E050"; }

.social-wikipedia:before {
  content: "\E051"; }

.social-pocket:before {
  content: "\E052"; }

.social-steam:before {
  content: "\E053"; }

.social-soundcloud:before {
  content: "\E054"; }

.social-slideshare:before {
  content: "\E055"; }

.social-netflix:before {
  content: "\E056"; }

.social-paypal:before {
  content: "\E057"; }

.social-google-drive:before {
  content: "\E058"; }

.social-linux-foundation:before {
  content: "\E059"; }

.social-ebay:before {
  content: "\E060"; }

.social-bitbucket:before {
  content: "\E061"; }

.social-whatsapp:before {
  content: "\E062"; }

.social-buffer:before {
  content: "\E063"; }

.social-medium:before {
  content: "\E064"; }

.social-stackoverflow:before {
  content: "\E065"; }

.social-linux:before {
  content: "\E066"; }

.social-vk:before {
  content: "\E067"; }

.social-snapchat:before {
  content: "\E068"; }

.social-etsy:before {
  content: "\E069"; }

.social-stackexchange:before {
  content: "\E070"; }

table th .glyphicons:before, table th .globalInfoMessages > td:before,
table th .globalInfoMessage:before,
table th div.infoMessage:before,
table th div.successMessage:before,
table th .samsInfoMessage:before, table th .globalErrorMessages > td:before,
table th .globalErrorMessage:before,
table th div.errorMessage:before,
table th .samsErrorMessage:before,
table th .inlineError:before, table th .globalWarnMessages > td:before,
table th .globalWarnMessage:before,
table th div.warnMessage:before,
table th .samsWarningMessage:before, table th .social:before, table th .filetypes:before, table th .halflings:before, table th .ui-icon-calendar:before {
  color: black; }

.glyphicons:before, .globalInfoMessages > td:before,
.globalInfoMessage:before,
div.infoMessage:before,
div.successMessage:before,
.samsInfoMessage:before, .globalErrorMessages > td:before,
.globalErrorMessage:before,
div.errorMessage:before,
.samsErrorMessage:before,
.inlineError:before, .globalWarnMessages > td:before,
.globalWarnMessage:before,
div.warnMessage:before,
.samsWarningMessage:before, .social:before, .filetypes:before, .halflings:before, .ui-icon-calendar:before {
  color: #888888;
  padding: 0; }

.glyphicons.disabled:before, .globalInfoMessages > td.disabled:before,
.disabled.globalInfoMessage:before,
div.disabled.infoMessage:before,
div.disabled.successMessage:before,
.disabled.samsInfoMessage:before, .globalErrorMessages > td.disabled:before,
.disabled.globalErrorMessage:before,
div.disabled.errorMessage:before,
.disabled.samsErrorMessage:before,
.disabled.inlineError:before, .globalWarnMessages > td.disabled:before,
.disabled.globalWarnMessage:before,
div.disabled.warnMessage:before,
.disabled.samsWarningMessage:before, .social.disabled:before, .filetypes.disabled:before, .halflings.disabled:before, .ui-icon-calendar.disabled:before {
  color: #888888 !important; }

.glyphicons.glyphiconSeverityWarning:before, .globalInfoMessages > td.glyphiconSeverityWarning:before,
.glyphiconSeverityWarning.globalInfoMessage:before,
div.glyphiconSeverityWarning.infoMessage:before,
div.glyphiconSeverityWarning.successMessage:before,
.glyphiconSeverityWarning.samsInfoMessage:before, .globalErrorMessages > td.glyphiconSeverityWarning:before,
.glyphiconSeverityWarning.globalErrorMessage:before,
div.glyphiconSeverityWarning.errorMessage:before,
.glyphiconSeverityWarning.samsErrorMessage:before,
.glyphiconSeverityWarning.inlineError:before, .globalWarnMessages > td.glyphiconSeverityWarning:before,
.glyphiconSeverityWarning.globalWarnMessage:before,
div.glyphiconSeverityWarning.warnMessage:before,
.glyphiconSeverityWarning.samsWarningMessage:before, .social.glyphiconSeverityWarning:before, .filetypes.glyphiconSeverityWarning:before, .halflings.glyphiconSeverityWarning:before, .ui-icon-calendar.glyphiconSeverityWarning:before {
  color: #ea0 !important; }

.glyphicons.glyphiconSeverityGood:before, .globalInfoMessages > td.glyphiconSeverityGood:before,
.glyphiconSeverityGood.globalInfoMessage:before,
div.glyphiconSeverityGood.infoMessage:before,
div.glyphiconSeverityGood.successMessage:before,
.glyphiconSeverityGood.samsInfoMessage:before, .globalErrorMessages > td.glyphiconSeverityGood:before,
.glyphiconSeverityGood.globalErrorMessage:before,
div.glyphiconSeverityGood.errorMessage:before,
.glyphiconSeverityGood.samsErrorMessage:before,
.glyphiconSeverityGood.inlineError:before, .globalWarnMessages > td.glyphiconSeverityGood:before,
.glyphiconSeverityGood.globalWarnMessage:before,
div.glyphiconSeverityGood.warnMessage:before,
.glyphiconSeverityGood.samsWarningMessage:before, .glyphicons.positive:before, .globalInfoMessages > td.positive:before,
.positive.globalInfoMessage:before,
div.positive.infoMessage:before,
div.positive.successMessage:before,
.positive.samsInfoMessage:before, .globalErrorMessages > td.positive:before,
.positive.globalErrorMessage:before,
div.positive.errorMessage:before,
.positive.samsErrorMessage:before,
.positive.inlineError:before, .globalWarnMessages > td.positive:before,
.positive.globalWarnMessage:before,
div.positive.warnMessage:before,
.positive.samsWarningMessage:before, .social.glyphiconSeverityGood:before, .social.positive:before, .filetypes.glyphiconSeverityGood:before, .filetypes.positive:before, .halflings.glyphiconSeverityGood:before, .halflings.positive:before, .ui-icon-calendar.glyphiconSeverityGood:before, .ui-icon-calendar.positive:before {
  color: #4a4 !important; }

.glyphicons.glyphiconSeverityCritical:before, .globalInfoMessages > td.glyphiconSeverityCritical:before,
.glyphiconSeverityCritical.globalInfoMessage:before,
div.glyphiconSeverityCritical.infoMessage:before,
div.glyphiconSeverityCritical.successMessage:before,
.glyphiconSeverityCritical.samsInfoMessage:before, .globalErrorMessages > td.glyphiconSeverityCritical:before,
.glyphiconSeverityCritical.globalErrorMessage:before,
div.glyphiconSeverityCritical.errorMessage:before,
.glyphiconSeverityCritical.samsErrorMessage:before,
.glyphiconSeverityCritical.inlineError:before, .globalWarnMessages > td.glyphiconSeverityCritical:before,
.glyphiconSeverityCritical.globalWarnMessage:before,
div.glyphiconSeverityCritical.warnMessage:before,
.glyphiconSeverityCritical.samsWarningMessage:before, .glyphicons.critical:before, .globalInfoMessages > td.critical:before,
.critical.globalInfoMessage:before,
div.critical.infoMessage:before,
div.critical.successMessage:before,
.critical.samsInfoMessage:before, .globalErrorMessages > td.critical:before,
.critical.globalErrorMessage:before,
div.critical.errorMessage:before,
.critical.samsErrorMessage:before,
.critical.inlineError:before, .globalWarnMessages > td.critical:before,
.critical.globalWarnMessage:before,
div.critical.warnMessage:before,
.critical.samsWarningMessage:before, .glyphicons.negative:before, .globalInfoMessages > td.negative:before,
.negative.globalInfoMessage:before,
div.negative.infoMessage:before,
div.negative.successMessage:before,
.negative.samsInfoMessage:before, .globalErrorMessages > td.negative:before,
.negative.globalErrorMessage:before,
div.negative.errorMessage:before,
.negative.samsErrorMessage:before,
.negative.inlineError:before, .globalWarnMessages > td.negative:before,
.negative.globalWarnMessage:before,
div.negative.warnMessage:before,
.negative.samsWarningMessage:before, .social.glyphiconSeverityCritical:before, .social.critical:before, .social.negative:before, .filetypes.glyphiconSeverityCritical:before, .filetypes.critical:before, .filetypes.negative:before, .halflings.glyphiconSeverityCritical:before, .halflings.critical:before, .halflings.negative:before, .ui-icon-calendar.glyphiconSeverityCritical:before, .ui-icon-calendar.critical:before, .ui-icon-calendar.negative:before {
  color: #e44 !important; }

.glyphicons.glyphiconSeverityDisabled:before, .globalInfoMessages > td.glyphiconSeverityDisabled:before,
.glyphiconSeverityDisabled.globalInfoMessage:before,
div.glyphiconSeverityDisabled.infoMessage:before,
div.glyphiconSeverityDisabled.successMessage:before,
.glyphiconSeverityDisabled.samsInfoMessage:before, .globalErrorMessages > td.glyphiconSeverityDisabled:before,
.glyphiconSeverityDisabled.globalErrorMessage:before,
div.glyphiconSeverityDisabled.errorMessage:before,
.glyphiconSeverityDisabled.samsErrorMessage:before,
.glyphiconSeverityDisabled.inlineError:before, .globalWarnMessages > td.glyphiconSeverityDisabled:before,
.glyphiconSeverityDisabled.globalWarnMessage:before,
div.glyphiconSeverityDisabled.warnMessage:before,
.glyphiconSeverityDisabled.samsWarningMessage:before, .social.glyphiconSeverityDisabled:before, .filetypes.glyphiconSeverityDisabled:before, .halflings.glyphiconSeverityDisabled:before, .ui-icon-calendar.glyphiconSeverityDisabled:before {
  color: #888888 !important; }

.glyphicons.samsMatchStatisticsDataFileLink:before, .globalInfoMessages > td.samsMatchStatisticsDataFileLink:before,
.samsMatchStatisticsDataFileLink.globalInfoMessage:before,
div.samsMatchStatisticsDataFileLink.infoMessage:before,
div.samsMatchStatisticsDataFileLink.successMessage:before,
.samsMatchStatisticsDataFileLink.samsInfoMessage:before, .globalErrorMessages > td.samsMatchStatisticsDataFileLink:before,
.samsMatchStatisticsDataFileLink.globalErrorMessage:before,
div.samsMatchStatisticsDataFileLink.errorMessage:before,
.samsMatchStatisticsDataFileLink.samsErrorMessage:before,
.samsMatchStatisticsDataFileLink.inlineError:before, .globalWarnMessages > td.samsMatchStatisticsDataFileLink:before,
.samsMatchStatisticsDataFileLink.globalWarnMessage:before,
div.samsMatchStatisticsDataFileLink.warnMessage:before,
.samsMatchStatisticsDataFileLink.samsWarningMessage:before, .social.samsMatchStatisticsDataFileLink:before, .filetypes.samsMatchStatisticsDataFileLink:before, .halflings.samsMatchStatisticsDataFileLink:before, .ui-icon-calendar.samsMatchStatisticsDataFileLink:before {
  color: #ff870f !important; }

.glyphicons.scaledGlyphicon:before, .globalInfoMessages > td.scaledGlyphicon:before,
.scaledGlyphicon.globalInfoMessage:before,
div.scaledGlyphicon.infoMessage:before,
div.scaledGlyphicon.successMessage:before,
.scaledGlyphicon.samsInfoMessage:before, .globalErrorMessages > td.scaledGlyphicon:before,
.scaledGlyphicon.globalErrorMessage:before,
div.scaledGlyphicon.errorMessage:before,
.scaledGlyphicon.samsErrorMessage:before,
.scaledGlyphicon.inlineError:before, .globalWarnMessages > td.scaledGlyphicon:before,
.scaledGlyphicon.globalWarnMessage:before,
div.scaledGlyphicon.warnMessage:before,
.scaledGlyphicon.samsWarningMessage:before {
  display: block;
  font-size: 2.5vw;
  margin: .75vw; }

.actionIconContainer.critical .glyphicons:before, .actionIconContainer.critical .globalInfoMessages > td:before,
.actionIconContainer.critical .globalInfoMessage:before,
.actionIconContainer.critical div.infoMessage:before,
.actionIconContainer.critical div.successMessage:before,
.actionIconContainer.critical .samsInfoMessage:before, .actionIconContainer.critical .globalErrorMessages > td:before,
.actionIconContainer.critical .globalErrorMessage:before,
.actionIconContainer.critical div.errorMessage:before,
.actionIconContainer.critical .samsErrorMessage:before,
.actionIconContainer.critical .inlineError:before, .actionIconContainer.critical .globalWarnMessages > td:before,
.actionIconContainer.critical .globalWarnMessage:before,
.actionIconContainer.critical div.warnMessage:before,
.actionIconContainer.critical .samsWarningMessage:before {
  color: #e44; }

.actionIconContainer.positive .glyphicons:before, .actionIconContainer.positive .globalInfoMessages > td:before,
.actionIconContainer.positive .globalInfoMessage:before,
.actionIconContainer.positive div.infoMessage:before,
.actionIconContainer.positive div.successMessage:before,
.actionIconContainer.positive .samsInfoMessage:before, .actionIconContainer.positive .globalErrorMessages > td:before,
.actionIconContainer.positive .globalErrorMessage:before,
.actionIconContainer.positive div.errorMessage:before,
.actionIconContainer.positive .samsErrorMessage:before,
.actionIconContainer.positive .inlineError:before, .actionIconContainer.positive .globalWarnMessages > td:before,
.actionIconContainer.positive .globalWarnMessage:before,
.actionIconContainer.positive div.warnMessage:before,
.actionIconContainer.positive .samsWarningMessage:before {
  color: #4a4; }

.actionIconContainer.warning .glyphicons:before, .actionIconContainer.warning .globalInfoMessages > td:before,
.actionIconContainer.warning .globalInfoMessage:before,
.actionIconContainer.warning div.infoMessage:before,
.actionIconContainer.warning div.successMessage:before,
.actionIconContainer.warning .samsInfoMessage:before, .actionIconContainer.warning .globalErrorMessages > td:before,
.actionIconContainer.warning .globalErrorMessage:before,
.actionIconContainer.warning div.errorMessage:before,
.actionIconContainer.warning .samsErrorMessage:before,
.actionIconContainer.warning .inlineError:before, .actionIconContainer.warning .globalWarnMessages > td:before,
.actionIconContainer.warning .globalWarnMessage:before,
.actionIconContainer.warning div.warnMessage:before,
.actionIconContainer.warning .samsWarningMessage:before {
  color: #ea0; }

@media screen and (min-width: 720px) {
  .hideGtSmall {
    display: none !important; } }

@media screen and (max-width: 720px) {
  .hideLeSmall {
    display: none !important; }
  .hideGtSmall,
  .showLeSmall {
    display: inline; }
  address .hideGtSmall,
  address .showLeSmall,
  blockquote .hideGtSmall,
  blockquote .showLeSmall,
  center .hideGtSmall,
  center .showLeSmall,
  del .hideGtSmall,
  del .showLeSmall,
  dir .hideGtSmall,
  dir .showLeSmall,
  div .hideGtSmall,
  div .showLeSmall,
  dl .hideGtSmall,
  dl .showLeSmall,
  fieldset .hideGtSmall,
  fieldset .showLeSmall,
  form .hideGtSmall,
  form .showLeSmall,
  h1-6 .hideGtSmall,
  h1-6 .showLeSmall,
  hr .hideGtSmall,
  hr .showLeSmall,
  ins .hideGtSmall,
  ins .showLeSmall,
  isindex .hideGtSmall,
  isindex .showLeSmall,
  menu .hideGtSmall,
  menu .showLeSmall,
  noframes .hideGtSmall,
  noframes .showLeSmall,
  noscript .hideGtSmall,
  noscript .showLeSmall,
  ol .hideGtSmall,
  ol .showLeSmall,
  p .hideGtSmall,
  p .showLeSmall,
  pre .hideGtSmall,
  pre .showLeSmall,
  table .hideGtSmall,
  table .showLeSmall,
  ul .hideGtSmall,
  ul .showLeSmall {
    display: block; } }

.flex-simple-wrapped {
  display: flex;
  flex-wrap: wrap; }
  .flex-simple-wrapped.with-padding > * {
    padding: 10px; }
  .flex-simple-wrapped > .samsContentBox, .flex-simple-wrapped.with-child-margins > * {
    margin-right: 20px; }
    .flex-simple-wrapped > .samsContentBox:last-child, .flex-simple-wrapped.with-child-margins > *:last-child {
      margin-right: 0; }
  .flex-simple-wrapped.vertically-centered {
    align-items: center; }
  .flex-simple-wrapped.justified-between {
    justify-content: space-between; }
  .flex-simple-wrapped.align-top {
    align-content: flex-start; }
  .flex-simple-wrapped.stretch-content {
    align-content: stretch; }
    .flex-simple-wrapped.stretch-content > * {
      flex-grow: 1; }
  .flex-simple-wrapped.with-bottom-margin > * {
    margin-bottom: 20px; }
  .flex-simple-wrapped.equal-content-width > * {
    flex-grow: 1;
    flex-basis: 0; }
    @media screen and (max-width: 720px) {
      .flex-simple-wrapped.equal-content-width > * {
        flex-basis: 100%; } }
  .flex-simple-wrapped.column-wise {
    flex-direction: column; }

.matchInformationHeader {
  text-align: center; }
  .matchInformationHeader > div > * {
    font-weight: normal;
    font-size: 0.9em; }
    .matchInformationHeader > div > *.title {
      font-weight: bold !important;
      font-size: 1.1em !important; }

.samsCurrentScrollToElement {
  position: relative; }

@keyframes samsCurrentScrollToElementAnimation {
  0% {
    background-color: transparent;
    border: none; }
  50% {
    background-color: rgba(100, 255, 100, 0.6);
    box-shadow: 0 0 5px 5px rgba(100, 255, 100, 0.6); }
  100% {
    background-color: transparent;
    border: none; } }

.samsCurrentScrollToElementHighlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  pointer-events: none;
  box-sizing: border-box;
  animation-name: samsCurrentScrollToElementAnimation;
  animation-duration: 1s; }

.samsTileBox {
  background-color: white;
  position: relative;
  box-shadow: 0 10px 6px -6px #aaa;
  padding: 16px;
  margin: 8px; }
  .samsTileBox address {
    font-weight: bold;
    font-style: normal;
    font-size: 0.8rem;
    margin: 8px 0; }
  .samsTileBox h1 {
    font-size: 1.1rem; }

select.samsInputManyToOne {
  max-width: 100%; }

#fancybox-left,
#fancybox-right {
  width: 60px; }

#fancybox-left-ico {
  left: 20px; }

#fancybox-right-ico {
  left: 10px; }

#fancybox-left {
  left: -60px;
  /* Default: 0 */ }

#fancybox-right {
  right: -60px;
  /* Default: 0 */ }

table.samsFormTable > tr > td,
table.samsFormTable > tbody > tr > td {
  vertical-align: top;
  padding-bottom: 6px; }

table.samsFormTable .samsFormPartInputPanel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }

table.samsFormTable .inputContainer {
  /*display: flex;*/ }
  table.samsFormTable .inputContainer table {
    display: inline-table; }

.cke {
  margin-bottom: 10px !important; }

div.clear {
  clear: both; }

div.samsMatchResult {
  font-size: 4em;
  font-weight: bold;
  color: black;
  text-align: center; }

div.samsMatchSubResult {
  font-size: 0.4em; }

.preFormatted {
  white-space: pre-wrap; }

.preLine {
  white-space: pre-line; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.centered {
  text-align: center; }

.nowrap {
  white-space: nowrap; }

.inputMessage {
  padding: 0 5px;
  font-weight: bold;
  display: inline-block;
  width: 200px;
  z-index: 100;
  color: #f00;
  font-size: 1.2em;
  border-left: 3px solid #f00; }

.requiredPropertyFormPart .requiredInputMarker .glyphicons:before, .requiredPropertyFormPart .requiredInputMarker .globalInfoMessages > td:before,
.requiredPropertyFormPart .requiredInputMarker .globalInfoMessage:before,
.requiredPropertyFormPart .requiredInputMarker div.infoMessage:before,
.requiredPropertyFormPart .requiredInputMarker div.successMessage:before,
.requiredPropertyFormPart .requiredInputMarker .samsInfoMessage:before, .requiredPropertyFormPart .requiredInputMarker .globalErrorMessages > td:before,
.requiredPropertyFormPart .requiredInputMarker .globalErrorMessage:before,
.requiredPropertyFormPart .requiredInputMarker div.errorMessage:before,
.requiredPropertyFormPart .requiredInputMarker .samsErrorMessage:before,
.requiredPropertyFormPart .requiredInputMarker .inlineError:before, .requiredPropertyFormPart .requiredInputMarker .globalWarnMessages > td:before,
.requiredPropertyFormPart .requiredInputMarker .globalWarnMessage:before,
.requiredPropertyFormPart .requiredInputMarker div.warnMessage:before,
.requiredPropertyFormPart .requiredInputMarker .samsWarningMessage:before {
  color: #aaa; }

.requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker .glyphicons:before, .requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker .globalInfoMessages > td:before,
.requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker .globalInfoMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker div.infoMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker div.successMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker .samsInfoMessage:before, .requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker .globalErrorMessages > td:before,
.requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker .globalErrorMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker div.errorMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker .samsErrorMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker .inlineError:before, .requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker .globalWarnMessages > td:before,
.requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker .globalWarnMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker div.warnMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartMissing .requiredInputMarker .samsWarningMessage:before {
  color: #e44; }

.requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker .glyphicons:before, .requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker .globalInfoMessages > td:before,
.requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker .globalInfoMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker div.infoMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker div.successMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker .samsInfoMessage:before, .requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker .globalErrorMessages > td:before,
.requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker .globalErrorMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker div.errorMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker .samsErrorMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker .inlineError:before, .requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker .globalWarnMessages > td:before,
.requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker .globalWarnMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker div.warnMessage:before,
.requiredPropertyFormPart.requiredPropertyFormPartFilled .requiredInputMarker .samsWarningMessage:before {
  color: #4a4; }

.samsGoogleMapDiv {
  box-shadow: 4px 6px 10px #ccc;
  border: 1px solid #ccc; }

.samsArticleContentImage {
  padding: 5px;
  max-width: 100%;
  box-sizing: border-box; }

.samsImageGallery {
  margin: 5px 0;
  padding: 0;
  list-style-type: none; }

.samsImageGallery > li {
  display: inline-block; }

@media screen and (min-width: 720px) {
  .twoColumnComponentBlocks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    .twoColumnComponentBlocks .samsCmsComponentBlock {
      vertical-align: top;
      margin-left: 0;
      margin-right: 0;
      width: 49%;
      /* poor approximation for old browsers    */
      width: calc(50% - 8px);
      /* standards-based answer for IE9+, FF16+ */
      width: -moz-calc(50% - 8px);
      /* support for FF4 - FF15                 */
      width: -webkit-calc(50% - 8px);
      /* support for Chrome19+ and Safari6+     */
      box-sizing: border-box;
      display: inline-block; }
      .twoColumnComponentBlocks .samsCmsComponentBlock:nth-of-type(odd) {
        margin-right: 8px; }
      .twoColumnComponentBlocks .samsCmsComponentBlock:first-of-type:last-of-type {
        width: 100%;
        display: block;
        margin-right: 0; } }

.samsCommitteeMemberTitle {
  font-weight: bold; }

.samsCommitteeMemberDescription {
  font-size: 0.9em;
  padding: 10px 0; }

ul.samsNavigationList, ul.samsHorizontalList {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  ul.samsNavigationList li, ul.samsHorizontalList li {
    display: block; }

ul.samsNavigationList > li {
  padding: 0 7px 0 7px;
  margin: 0;
  border-right: 1px solid #ccc; }
  ul.samsNavigationList > li.active {
    font-weight: bold; }
  ul.samsNavigationList > li:last-child {
    border-right: none; }

ul.samsMatchSeriesOverviewComponentNavigationList {
  margin: 0 0 7px 15px; }

ul.samsMatchSeriesOverviewComponentNavigationList > li {
  font-size: 1em; }

ul.samsCmsListNavigation > li {
  font-size: 1em; }

ul.samsCmsListNavigation {
  text-align: center;
  margin: 15px 0; }

ul.samsSimpleItemList {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.samsSimpleItemList li {
    padding: 2px 0; }

ul.samsStatusIndicatorBar {
  list-style: none;
  padding-left: 0;
  white-space: nowrap;
  display: table; }
  ul.samsStatusIndicatorBar * {
    margin: 0;
    padding: 0; }
  ul.samsStatusIndicatorBar.samsStatusIndicatorBarVertical {
    width: 20px;
    text-align: left; }
    ul.samsStatusIndicatorBar.samsStatusIndicatorBarVertical > * {
      float: none;
      display: block; }
    ul.samsStatusIndicatorBar.samsStatusIndicatorBarVertical .toolTipContainer {
      font-size: 0; }
      ul.samsStatusIndicatorBar.samsStatusIndicatorBarVertical .toolTipContainer .toolTipContent {
        font-size: 13px; }
    ul.samsStatusIndicatorBar.samsStatusIndicatorBarVertical li {
      border-left: 1px solid #888;
      border-top: 1px solid #888;
      border-right: 1px solid #888;
      border-bottom: none; }
    ul.samsStatusIndicatorBar.samsStatusIndicatorBarVertical > *:last-child li {
      border-bottom: 1px solid #888; }
  ul.samsStatusIndicatorBar li {
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    font-size: 9px;
    margin: 0;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888;
    border-top: 1px solid #888;
    border-right: none;
    padding: 0;
    white-space: nowrap; }
    ul.samsStatusIndicatorBar li.samsStatusIndicatorNegative {
      background-color: #ff8080; }
    ul.samsStatusIndicatorBar li.samsStatusIndicatorNeutral {
      background-color: #ffe000; }
    ul.samsStatusIndicatorBar li.samsStatusIndicatorPositive {
      background-color: #40e040; }
    ul.samsStatusIndicatorBar li.samsStatusIndicatorDisabled {
      background-color: #ddd; }
  ul.samsStatusIndicatorBar > *:last-child li {
    border-right: 1px solid #888; }

ul.samsStatusIndicatorShifter {
  list-style: none;
  padding-left: 0; }
  ul.samsStatusIndicatorShifter li {
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-top: 1px solid #888;
    border-bottom: none;
    padding: 2px 5px; }
    ul.samsStatusIndicatorShifter li.samsStatusIndicatorNegative {
      background-color: #ff8080; }
    ul.samsStatusIndicatorShifter li.samsStatusIndicatorNeutral {
      background-color: #ffe000; }
    ul.samsStatusIndicatorShifter li.samsStatusIndicatorPositive {
      background-color: #40e040; }
    ul.samsStatusIndicatorShifter li.samsStatusIndicatorDisabled {
      background-color: #ddd; }
    ul.samsStatusIndicatorShifter li:last-child {
      border-bottom: 1px solid #888; }
    ul.samsStatusIndicatorShifter li a {
      display: block; }

ul.samsDualColumnList li {
  width: 50%;
  float: left;
  display: inline; }

.samsArticleListTable {
  max-width: 100%;
  table-layout: fixed; }
  .samsArticleListTable tr td + td {
    white-space: nowrap;
    width: auto; }
  .samsArticleListTable tr th + th {
    white-space: nowrap;
    width: auto; }
  .samsArticleListTable tr td a {
    white-space: nowrap;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis; }

a.active {
  font-weight: bold; }

a.disabled {
  color: #888; }

a:hover.noUnderlineHover {
  text-decoration: none; }

.samsContentBox {
  border-left: 3px solid #aaa;
  margin: 15px 5px -5px 0;
  padding: 0 5px 0 0;
  overflow: visible; }
  .samsContentBox.negativeContentBox {
    background-color: #fcc !important;
    background-image: none; }
  .samsContentBox.positiveContentBox {
    background-color: #cfc !important;
    background-image: none; }
  .samsContentBox .samsContentBoxHeader {
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding: 2px 10px;
    font-size: 1.1em; }
    .samsContentBox .samsContentBoxHeader:empty {
      display: none; }
  .samsContentBox .samsContentBoxHeader:after,
  .samsContentBox .samsContentBoxContent:after {
    clear: both;
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    content: ""; }

.samsContentBoxContent {
  margin: 15px;
  white-space: normal; }

.samsContentBoxHint {
  float: right; }

.samsModalPanel .samsModalPanelBackground {
  background-color: rgba(31, 34, 38, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500; }

.samsModalPanel .samsModalPanelOuter {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center; }
  .samsModalPanel .samsModalPanelOuter .samsModalPanelInner {
    background-color: white;
    background: linear-gradient(to bottom, white 0, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=0 );
    box-shadow: 4px 6px 10px #666;
    text-align: left;
    display: inline-block;
    border-width: 0;
    padding: 0;
    margin-top: 10vh;
    max-height: calc(100vh - 15vh);
    overflow-y: auto; }
    .samsModalPanel .samsModalPanelOuter .samsModalPanelInner .samsModalPanelHeader {
      font-weight: normal;
      color: white;
      background: #3983D7;
      background-color: #3983D7;
      padding: 4px 13px; }
      .samsModalPanel .samsModalPanelOuter .samsModalPanelInner .samsModalPanelHeader > * {
        font-weight: normal;
        color: white; }
    .samsModalPanel .samsModalPanelOuter .samsModalPanelInner .samsModalPanelContent {
      padding: 10px 13px; }
      .samsModalPanel .samsModalPanelOuter .samsModalPanelInner .samsModalPanelContent .samsContentBox {
        margin-left: 0;
        margin-right: 0; }

th.textualTableCell {
  /*text-align: left;*/ }

th.numericTableCell {
  /*text-align: center;*/ }

td.textualTableCell {
  text-align: left !important; }

td.numericTableCell {
  text-align: center !important; }

td.matchDayContainerBroadcastTeamLogoCell,
th.matchDayContainerBroadcastTeamLogoCell {
  width: 18px;
  text-align: center; }

a .actionIconContainer .glyphicons, a .actionIconContainer .samsDateInput button.ui-widget.ui-button.ui-datepicker-trigger:after, .samsDateInput a .actionIconContainer button.ui-widget.ui-button.ui-datepicker-trigger:after, a .actionIconContainer .globalInfoMessages > td:before,
a .actionIconContainer .globalInfoMessage:before,
a .actionIconContainer div.infoMessage:before,
a .actionIconContainer div.successMessage:before,
a .actionIconContainer .samsInfoMessage:before, a .actionIconContainer .globalErrorMessages > td:before,
a .actionIconContainer .globalErrorMessage:before,
a .actionIconContainer div.errorMessage:before,
a .actionIconContainer .samsErrorMessage:before,
a .actionIconContainer .inlineError:before, a .actionIconContainer .globalWarnMessages > td:before,
a .actionIconContainer .globalWarnMessage:before,
a .actionIconContainer div.warnMessage:before,
a .actionIconContainer .samsWarningMessage:before,
a .actionIconContainer .social,
a .actionIconContainer .filetypes,
a .actionIconContainer .halflings {
  height: 20px; }
  a .actionIconContainer .glyphicons:before, a .actionIconContainer .globalInfoMessages > td:before,
  a .actionIconContainer .globalInfoMessage:before,
  a .actionIconContainer div.infoMessage:before,
  a .actionIconContainer div.successMessage:before,
  a .actionIconContainer .samsInfoMessage:before, a .actionIconContainer .globalErrorMessages > td:before,
  a .actionIconContainer .globalErrorMessage:before,
  a .actionIconContainer div.errorMessage:before,
  a .actionIconContainer .samsErrorMessage:before,
  a .actionIconContainer .inlineError:before, a .actionIconContainer .globalWarnMessages > td:before,
  a .actionIconContainer .globalWarnMessage:before,
  a .actionIconContainer div.warnMessage:before,
  a .actionIconContainer .samsWarningMessage:before,
  a .actionIconContainer .social:before,
  a .actionIconContainer .filetypes:before,
  a .actionIconContainer .halflings:before {
    color: #255ab8; }
  a .actionIconContainer .glyphicons.overlayIcon:before, a .actionIconContainer .globalInfoMessages > td.overlayIcon:before,
  a .actionIconContainer .overlayIcon.globalInfoMessage:before,
  a .actionIconContainer div.overlayIcon.infoMessage:before,
  a .actionIconContainer div.overlayIcon.successMessage:before,
  a .actionIconContainer .overlayIcon.samsInfoMessage:before, a .actionIconContainer .globalErrorMessages > td.overlayIcon:before,
  a .actionIconContainer .overlayIcon.globalErrorMessage:before,
  a .actionIconContainer div.overlayIcon.errorMessage:before,
  a .actionIconContainer .overlayIcon.samsErrorMessage:before,
  a .actionIconContainer .overlayIcon.inlineError:before, a .actionIconContainer .globalWarnMessages > td.overlayIcon:before,
  a .actionIconContainer .overlayIcon.globalWarnMessage:before,
  a .actionIconContainer div.overlayIcon.warnMessage:before,
  a .actionIconContainer .overlayIcon.samsWarningMessage:before,
  a .actionIconContainer .social.overlayIcon:before,
  a .actionIconContainer .filetypes.overlayIcon:before,
  a .actionIconContainer .halflings.overlayIcon:before {
    text-shadow: -1px 0 #255ab8, 0 1px #255ab8, 1px 0 #255ab8, 0 -1px #255ab8; }
  a .actionIconContainer .glyphicons.overlayIcon.tinyOverlayIcon:before, a .actionIconContainer .globalInfoMessages > td.tinyOverlayIcon:before,
  a .actionIconContainer .tinyOverlayIcon.globalInfoMessage:before,
  a .actionIconContainer div.tinyOverlayIcon.infoMessage:before,
  a .actionIconContainer div.tinyOverlayIcon.successMessage:before,
  a .actionIconContainer .tinyOverlayIcon.samsInfoMessage:before, a .actionIconContainer .globalErrorMessages > td.tinyOverlayIcon:before,
  a .actionIconContainer .tinyOverlayIcon.globalErrorMessage:before,
  a .actionIconContainer div.tinyOverlayIcon.errorMessage:before,
  a .actionIconContainer .tinyOverlayIcon.samsErrorMessage:before,
  a .actionIconContainer .tinyOverlayIcon.inlineError:before, a .actionIconContainer .globalWarnMessages > td.tinyOverlayIcon:before,
  a .actionIconContainer .tinyOverlayIcon.globalWarnMessage:before,
  a .actionIconContainer div.tinyOverlayIcon.warnMessage:before,
  a .actionIconContainer .tinyOverlayIcon.samsWarningMessage:before,
  a .actionIconContainer .social.overlayIcon.tinyOverlayIcon:before,
  a .actionIconContainer .filetypes.overlayIcon.tinyOverlayIcon:before,
  a .actionIconContainer .halflings.overlayIcon.tinyOverlayIcon:before {
    text-shadow: -1px 0 green, 0 1px green, 1px 0 green, 0 -1px green; }

a .actionIconContainer.critical .glyphicons.tinyOverlayIcon:before,
a .actionIconContainer .glyphicons.critical.tinyOverlayIcon:before,
a .actionIconContainer .globalInfoMessages > td.tinyOverlayIcon:before,
a .actionIconContainer .tinyOverlayIcon.globalInfoMessage:before,
a .actionIconContainer div.tinyOverlayIcon.infoMessage:before,
a .actionIconContainer div.tinyOverlayIcon.successMessage:before,
a .actionIconContainer .tinyOverlayIcon.samsInfoMessage:before,
a .actionIconContainer .globalErrorMessages > td.tinyOverlayIcon:before,
a .actionIconContainer .tinyOverlayIcon.globalErrorMessage:before,
a .actionIconContainer div.tinyOverlayIcon.errorMessage:before,
a .actionIconContainer .tinyOverlayIcon.samsErrorMessage:before,
a .actionIconContainer .tinyOverlayIcon.inlineError:before,
a .actionIconContainer .globalWarnMessages > td.tinyOverlayIcon:before,
a .actionIconContainer .tinyOverlayIcon.globalWarnMessage:before,
a .actionIconContainer div.tinyOverlayIcon.warnMessage:before,
a .actionIconContainer .tinyOverlayIcon.samsWarningMessage:before {
  text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey; }

.actionIconContainer {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle; }
  .actionIconContainer .glyphicons, .actionIconContainer .samsDateInput button.ui-widget.ui-button.ui-datepicker-trigger:after, .samsDateInput .actionIconContainer button.ui-widget.ui-button.ui-datepicker-trigger:after, .actionIconContainer .globalInfoMessages > td:before,
  .actionIconContainer .globalInfoMessage:before,
  .actionIconContainer div.infoMessage:before,
  .actionIconContainer div.successMessage:before,
  .actionIconContainer .samsInfoMessage:before, .actionIconContainer .globalErrorMessages > td:before,
  .actionIconContainer .globalErrorMessage:before,
  .actionIconContainer div.errorMessage:before,
  .actionIconContainer .samsErrorMessage:before,
  .actionIconContainer .inlineError:before, .actionIconContainer .globalWarnMessages > td:before,
  .actionIconContainer .globalWarnMessage:before,
  .actionIconContainer div.warnMessage:before,
  .actionIconContainer .samsWarningMessage:before,
  .actionIconContainer .social,
  .actionIconContainer .filetypes,
  .actionIconContainer .halflings {
    height: 20px; }
    .actionIconContainer .glyphicons:before, .actionIconContainer .globalInfoMessages > td:before,
    .actionIconContainer .globalInfoMessage:before,
    .actionIconContainer div.infoMessage:before,
    .actionIconContainer div.successMessage:before,
    .actionIconContainer .samsInfoMessage:before, .actionIconContainer .globalErrorMessages > td:before,
    .actionIconContainer .globalErrorMessage:before,
    .actionIconContainer div.errorMessage:before,
    .actionIconContainer .samsErrorMessage:before,
    .actionIconContainer .inlineError:before, .actionIconContainer .globalWarnMessages > td:before,
    .actionIconContainer .globalWarnMessage:before,
    .actionIconContainer div.warnMessage:before,
    .actionIconContainer .samsWarningMessage:before,
    .actionIconContainer .social:before,
    .actionIconContainer .filetypes:before,
    .actionIconContainer .halflings:before {
      padding: 0 0 0 0;
      font-size: 16px; }
    .actionIconContainer .glyphicons.overlayIcon, .actionIconContainer .samsDateInput button.overlayIcon.ui-widget.ui-button.ui-datepicker-trigger:after, .samsDateInput .actionIconContainer button.overlayIcon.ui-widget.ui-button.ui-datepicker-trigger:after, .actionIconContainer .globalInfoMessages > td.overlayIcon:before,
    .actionIconContainer .overlayIcon.globalInfoMessage:before,
    .actionIconContainer div.overlayIcon.infoMessage:before,
    .actionIconContainer div.overlayIcon.successMessage:before,
    .actionIconContainer .overlayIcon.samsInfoMessage:before, .actionIconContainer .globalErrorMessages > td.overlayIcon:before,
    .actionIconContainer .overlayIcon.globalErrorMessage:before,
    .actionIconContainer div.overlayIcon.errorMessage:before,
    .actionIconContainer .overlayIcon.samsErrorMessage:before,
    .actionIconContainer .overlayIcon.inlineError:before, .actionIconContainer .globalWarnMessages > td.overlayIcon:before,
    .actionIconContainer .overlayIcon.globalWarnMessage:before,
    .actionIconContainer div.overlayIcon.warnMessage:before,
    .actionIconContainer .overlayIcon.samsWarningMessage:before,
    .actionIconContainer .social.overlayIcon,
    .actionIconContainer .filetypes.overlayIcon,
    .actionIconContainer .halflings.overlayIcon {
      position: absolute;
      left: 0;
      top: 0; }
      .actionIconContainer .glyphicons.overlayIcon:before, .actionIconContainer .globalInfoMessages > td.overlayIcon:before,
      .actionIconContainer .overlayIcon.globalInfoMessage:before,
      .actionIconContainer div.overlayIcon.infoMessage:before,
      .actionIconContainer div.overlayIcon.successMessage:before,
      .actionIconContainer .overlayIcon.samsInfoMessage:before, .actionIconContainer .globalErrorMessages > td.overlayIcon:before,
      .actionIconContainer .overlayIcon.globalErrorMessage:before,
      .actionIconContainer div.overlayIcon.errorMessage:before,
      .actionIconContainer .overlayIcon.samsErrorMessage:before,
      .actionIconContainer .overlayIcon.inlineError:before, .actionIconContainer .globalWarnMessages > td.overlayIcon:before,
      .actionIconContainer .overlayIcon.globalWarnMessage:before,
      .actionIconContainer div.overlayIcon.warnMessage:before,
      .actionIconContainer .overlayIcon.samsWarningMessage:before,
      .actionIconContainer .social.overlayIcon:before,
      .actionIconContainer .filetypes.overlayIcon:before,
      .actionIconContainer .halflings.overlayIcon:before {
        position: absolute;
        color: white;
        text-shadow: -1px 0 #888888, 0 1px #888888, 1px 0 #888888, 0 -1px #888888;
        font-size: 14px;
        top: 2px;
        left: 4px; }
      .actionIconContainer .glyphicons.overlayIcon.positive:before, .actionIconContainer .globalInfoMessages > td.positive:before,
      .actionIconContainer .positive.globalInfoMessage:before,
      .actionIconContainer div.positive.infoMessage:before,
      .actionIconContainer div.positive.successMessage:before,
      .actionIconContainer .positive.samsInfoMessage:before, .actionIconContainer .globalErrorMessages > td.positive:before,
      .actionIconContainer .positive.globalErrorMessage:before,
      .actionIconContainer div.positive.errorMessage:before,
      .actionIconContainer .positive.samsErrorMessage:before,
      .actionIconContainer .positive.inlineError:before, .actionIconContainer .globalWarnMessages > td.positive:before,
      .actionIconContainer .positive.globalWarnMessage:before,
      .actionIconContainer div.positive.warnMessage:before,
      .actionIconContainer .positive.samsWarningMessage:before, .actionIconContainer .glyphicons.overlayIcon.negative:before, .actionIconContainer .globalInfoMessages > td.negative:before,
      .actionIconContainer .negative.globalInfoMessage:before,
      .actionIconContainer div.negative.infoMessage:before,
      .actionIconContainer div.negative.successMessage:before,
      .actionIconContainer .negative.samsInfoMessage:before, .actionIconContainer .globalErrorMessages > td.negative:before,
      .actionIconContainer .negative.globalErrorMessage:before,
      .actionIconContainer div.negative.errorMessage:before,
      .actionIconContainer .negative.samsErrorMessage:before,
      .actionIconContainer .negative.inlineError:before, .actionIconContainer .globalWarnMessages > td.negative:before,
      .actionIconContainer .negative.globalWarnMessage:before,
      .actionIconContainer div.negative.warnMessage:before,
      .actionIconContainer .negative.samsWarningMessage:before, .actionIconContainer .glyphicons.overlayIcon.disabled:before, .actionIconContainer .globalInfoMessages > td.disabled:before,
      .actionIconContainer .disabled.globalInfoMessage:before,
      .actionIconContainer div.disabled.infoMessage:before,
      .actionIconContainer div.disabled.successMessage:before,
      .actionIconContainer .disabled.samsInfoMessage:before, .actionIconContainer .globalErrorMessages > td.disabled:before,
      .actionIconContainer .disabled.globalErrorMessage:before,
      .actionIconContainer div.disabled.errorMessage:before,
      .actionIconContainer .disabled.samsErrorMessage:before,
      .actionIconContainer .disabled.inlineError:before, .actionIconContainer .globalWarnMessages > td.disabled:before,
      .actionIconContainer .disabled.globalWarnMessage:before,
      .actionIconContainer div.disabled.warnMessage:before,
      .actionIconContainer .disabled.samsWarningMessage:before,
      .actionIconContainer .social.overlayIcon.positive:before,
      .actionIconContainer .social.overlayIcon.negative:before,
      .actionIconContainer .social.overlayIcon.disabled:before,
      .actionIconContainer .filetypes.overlayIcon.positive:before,
      .actionIconContainer .filetypes.overlayIcon.negative:before,
      .actionIconContainer .filetypes.overlayIcon.disabled:before,
      .actionIconContainer .halflings.overlayIcon.positive:before,
      .actionIconContainer .halflings.overlayIcon.negative:before,
      .actionIconContainer .halflings.overlayIcon.disabled:before {
        text-shadow: none; }
      .actionIconContainer .glyphicons.overlayIcon.positive:before, .actionIconContainer .globalInfoMessages > td.positive:before,
      .actionIconContainer .positive.globalInfoMessage:before,
      .actionIconContainer div.positive.infoMessage:before,
      .actionIconContainer div.positive.successMessage:before,
      .actionIconContainer .positive.samsInfoMessage:before, .actionIconContainer .globalErrorMessages > td.positive:before,
      .actionIconContainer .positive.globalErrorMessage:before,
      .actionIconContainer div.positive.errorMessage:before,
      .actionIconContainer .positive.samsErrorMessage:before,
      .actionIconContainer .positive.inlineError:before, .actionIconContainer .globalWarnMessages > td.positive:before,
      .actionIconContainer .positive.globalWarnMessage:before,
      .actionIconContainer div.positive.warnMessage:before,
      .actionIconContainer .positive.samsWarningMessage:before, .actionIconContainer .glyphicons.overlayIcon.negative:before, .actionIconContainer .globalInfoMessages > td.negative:before,
      .actionIconContainer .negative.globalInfoMessage:before,
      .actionIconContainer div.negative.infoMessage:before,
      .actionIconContainer div.negative.successMessage:before,
      .actionIconContainer .negative.samsInfoMessage:before, .actionIconContainer .globalErrorMessages > td.negative:before,
      .actionIconContainer .negative.globalErrorMessage:before,
      .actionIconContainer div.negative.errorMessage:before,
      .actionIconContainer .negative.samsErrorMessage:before,
      .actionIconContainer .negative.inlineError:before, .actionIconContainer .globalWarnMessages > td.negative:before,
      .actionIconContainer .negative.globalWarnMessage:before,
      .actionIconContainer div.negative.warnMessage:before,
      .actionIconContainer .negative.samsWarningMessage:before, .actionIconContainer .glyphicons.overlayIcon.disabled:before, .actionIconContainer .globalInfoMessages > td.disabled:before,
      .actionIconContainer .disabled.globalInfoMessage:before,
      .actionIconContainer div.disabled.infoMessage:before,
      .actionIconContainer div.disabled.successMessage:before,
      .actionIconContainer .disabled.samsInfoMessage:before, .actionIconContainer .globalErrorMessages > td.disabled:before,
      .actionIconContainer .disabled.globalErrorMessage:before,
      .actionIconContainer div.disabled.errorMessage:before,
      .actionIconContainer .disabled.samsErrorMessage:before,
      .actionIconContainer .disabled.inlineError:before, .actionIconContainer .globalWarnMessages > td.disabled:before,
      .actionIconContainer .disabled.globalWarnMessage:before,
      .actionIconContainer div.disabled.warnMessage:before,
      .actionIconContainer .disabled.samsWarningMessage:before,
      .actionIconContainer .social.overlayIcon.positive:before,
      .actionIconContainer .social.overlayIcon.negative:before,
      .actionIconContainer .social.overlayIcon.disabled:before,
      .actionIconContainer .filetypes.overlayIcon.positive:before,
      .actionIconContainer .filetypes.overlayIcon.negative:before,
      .actionIconContainer .filetypes.overlayIcon.disabled:before,
      .actionIconContainer .halflings.overlayIcon.positive:before,
      .actionIconContainer .halflings.overlayIcon.negative:before,
      .actionIconContainer .halflings.overlayIcon.disabled:before {
        text-shadow: none; }
      .actionIconContainer .glyphicons.overlayIcon.tinyOverlayIcon:before, .actionIconContainer .globalInfoMessages > td.tinyOverlayIcon:before,
      .actionIconContainer .tinyOverlayIcon.globalInfoMessage:before,
      .actionIconContainer div.tinyOverlayIcon.infoMessage:before,
      .actionIconContainer div.tinyOverlayIcon.successMessage:before,
      .actionIconContainer .tinyOverlayIcon.samsInfoMessage:before, .actionIconContainer .globalErrorMessages > td.tinyOverlayIcon:before,
      .actionIconContainer .tinyOverlayIcon.globalErrorMessage:before,
      .actionIconContainer div.tinyOverlayIcon.errorMessage:before,
      .actionIconContainer .tinyOverlayIcon.samsErrorMessage:before,
      .actionIconContainer .tinyOverlayIcon.inlineError:before, .actionIconContainer .globalWarnMessages > td.tinyOverlayIcon:before,
      .actionIconContainer .tinyOverlayIcon.globalWarnMessage:before,
      .actionIconContainer div.tinyOverlayIcon.warnMessage:before,
      .actionIconContainer .tinyOverlayIcon.samsWarningMessage:before,
      .actionIconContainer .social.overlayIcon.tinyOverlayIcon:before,
      .actionIconContainer .filetypes.overlayIcon.tinyOverlayIcon:before,
      .actionIconContainer .halflings.overlayIcon.tinyOverlayIcon:before {
        font-size: 8px;
        top: 8px;
        left: 10px; }

.smallActionIconContainer {
  height: auto;
  width: 12px; }
  .smallActionIconContainer .actionIcon {
    height: 12px;
    width: 12px; }
  .smallActionIconContainer .glyphicons:before, .smallActionIconContainer .globalInfoMessages > td:before,
  .smallActionIconContainer .globalInfoMessage:before,
  .smallActionIconContainer div.infoMessage:before,
  .smallActionIconContainer div.successMessage:before,
  .smallActionIconContainer .samsInfoMessage:before, .smallActionIconContainer .globalErrorMessages > td:before,
  .smallActionIconContainer .globalErrorMessage:before,
  .smallActionIconContainer div.errorMessage:before,
  .smallActionIconContainer .samsErrorMessage:before,
  .smallActionIconContainer .inlineError:before, .smallActionIconContainer .globalWarnMessages > td:before,
  .smallActionIconContainer .globalWarnMessage:before,
  .smallActionIconContainer div.warnMessage:before,
  .smallActionIconContainer .samsWarningMessage:before {
    font-size: 12px;
    padding: 4px 1px 0 0; }

.actionIcon {
  height: 16px;
  width: auto;
  border: 0;
  display: block; }

.functionaryItem {
  padding: 4px 4px 10px 4px;
  width: 100%; }
  .functionaryItem p {
    margin: 5px; }
  .functionaryItem label {
    font-size: 0.8em; }

table tr.functionaryItem td {
  vertical-align: middle;
  padding-left: 20px; }
  table tr.functionaryItem td h1.functionaryItemHeader {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
    padding: 0; }

table.samsDataTable tr.selectedTableRow {
  background-color: #d0e0ff; }

table.verticallyCentered tr td {
  vertical-align: middle; }

input[type="button"],
button,
input[type="submit"] {
  margin: 0px 5px 5px 0; }

input[type="text"],
input[type="number"],
.ui-inputfield,
input[type="password"] {
  width: 200px;
  border-radius: 0; }
  input[type="text"].smallFilterInput,
  input[type="number"].smallFilterInput,
  .ui-inputfield.smallFilterInput,
  input[type="password"].smallFilterInput {
    height: 14px; }
  input[type="text"].filterInputDayMonth,
  input[type="number"].filterInputDayMonth,
  .ui-inputfield.filterInputDayMonth,
  input[type="password"].filterInputDayMonth {
    background-image: none;
    width: 20px;
    margin-right: 1px; }
  input[type="text"].filterInputYear,
  input[type="number"].filterInputYear,
  .ui-inputfield.filterInputYear,
  input[type="password"].filterInputYear {
    background-image: none;
    width: 40px; }
  input[type="text"]:disabled,
  input[type="number"]:disabled,
  .ui-inputfield:disabled,
  input[type="password"]:disabled {
    opacity: 1; }
  input[type="text"].invalid,
  input[type="number"].invalid,
  .ui-inputfield.invalid,
  input[type="password"].invalid {
    border: 3px solid red; }

input.filterInput {
  background-image: url(../images/magnify-14x14.png);
  background-repeat: no-repeat;
  background-position: 99% 2px; }

input.wideInput {
  width: 350px; }

input.smallInput {
  width: 85px; }

input.numericInput {
  width: 85px; }

input.tinyInput {
  width: 40px; }

.samsDateInput {
  position: relative;
  white-space: nowrap; }
  .samsDateInput:after {
    /* simple margin-right was cut off in tables, so this hack is used to give button space*/
    content: "";
    display: inline-block;
    width: 36px; }
  .samsDateInput > input,
  .samsDateInput > input[type="text"] {
    width: 110px; }
  .samsDateInput button.ui-widget.ui-button.ui-datepicker-trigger {
    padding: 3px;
    height: 24px;
    margin: 0 0 0 3px;
    position: absolute;
    right: 0;
    top: 0;
    top: calc(50% - 12px); }
    .samsDateInput button.ui-widget.ui-button.ui-datepicker-trigger span {
      display: none; }
    .samsDateInput button.ui-widget.ui-button.ui-datepicker-trigger:after {
      margin: 2px;
      display: inline-block;
      font-size: 12px;
      content: "\E046";
      color: #666; }

select.smallFilterInput {
  background-image: none; }

select.wideInput {
  width: 350px; }

select.smallInput {
  width: 85px; }

select.tinyInput {
  width: 40px; }

select.invalid {
  border: 3px solid red; }

select option:disabled {
  color: #888;
  font-style: italic; }

.samsDataTable {
  width: 100%;
  background-color: #ffffff; }

table.samsDataTable {
  border-spacing: 0;
  table-layout: auto; }

.samsClientSortedTable thead th.header {
  cursor: pointer; }

.samsClientSortedTable thead th.header:after {
  content: url(/images/arrow-updown.png);
  padding-left: 3px;
  opacity: 0.5; }

.samsClientSortedTable thead th.headerSortUp:after {
  content: url(/images/arrow-down.png);
  padding-left: 3px; }

.samsClientSortedTable thead th.headerSortDown:after {
  content: url(/images/arrow-up.png);
  padding-left: 3px; }

.samsClientSortedTable thead th.header:hover:after {
  opacity: 1; }

table tr th .samsDiagonalTableHeaderLabel {
  width: 15px;
  margin: auto;
  vertical-align: bottom;
  overflow: visible;
  padding-bottom: 3px;
  position: relative; }
  table tr th .samsDiagonalTableHeaderLabel div.samsRotatedLabel {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-weight: bold;
    transform-origin: 6px 0; }
    table tr th .samsDiagonalTableHeaderLabel div.samsRotatedLabel:hover {
      background-color: white; }

div.samsRotatedLabel {
  transform: rotate(-45deg);
  transform-origin: 0 0;
  position: absolute;
  left: 0;
  bottom: 0; }

@media (max-width: 640px) {
  .ui-datatable-reflow .samsDataTable tr td,
  .ui-datatable-reflow .samsDataTable tr td[role="gridcell"] {
    display: flex;
    flex-wrap: wrap;
    text-align: left !important; }
    .ui-datatable-reflow .samsDataTable tr td:last-child,
    .ui-datatable-reflow .samsDataTable tr td[role="gridcell"]:last-child {
      border-bottom: 1px solid #aaa !important;
      padding-bottom: 20px;
      margin-bottom: 20px; }
    .ui-datatable-reflow .samsDataTable tr td .ui-column-title,
    .ui-datatable-reflow .samsDataTable tr td[role="gridcell"] .ui-column-title {
      font-weight: bold; } }

.samsDataTable {
  overflow: hidden; }
  .samsDataTable tr.selected,
  .samsDataTable tr.selected:nth-child(even),
  .samsDataTable tr.selected:nth-child(odd) {
    background-color: #cfc; }
  .samsDataTable tr:hover,
  .samsDataTable tr:hover:nth-child(even),
  .samsDataTable tr:hover:nth-child(odd) {
    background-color: rgba(218, 232, 251, 0.5); }
  .samsDataTable td.samsDiagonalTableHeaderColumn:last-child,
  .samsDataTable th.samsDiagonalTableHeaderColumn:last-child, .samsDataTable:last-child td.samsDiagonalTableHeaderColumn:last-child,
  .samsDataTable:last-child th.samsDiagonalTableHeaderColumn:last-child, .samsDataTable:first-child td.samsDiagonalTableHeaderColumn:last-child,
  .samsDataTable:first-child th.samsDiagonalTableHeaderColumn:last-child {
    padding-right: 100px; }
  .samsDataTable tr.selected, .samsDataTable tr.selected:nth-child(even), .samsDataTable tr.selected:nth-child(odd) {
    background-color: #cfc; }
  .samsDataTable tr td.samsDiagonalTableHeaderColumn:last-child,
  .samsDataTable tr th.samsDiagonalTableHeaderColumn:last-child, .samsDataTable tr:last-child td.samsDiagonalTableHeaderColumn:last-child,
  .samsDataTable tr:last-child th.samsDiagonalTableHeaderColumn:last-child, .samsDataTable tr:first-child td.samsDiagonalTableHeaderColumn:last-child,
  .samsDataTable tr:first-child th.samsDiagonalTableHeaderColumn:last-child {
    padding-right: 100px; }
  .samsDataTable tr.matchWithShortNoticeInformation td {
    font-style: italic; }
  .samsDataTable tr td {
    padding: 2px 5px;
    text-align: left; }
    .samsDataTable tr td > input[type="button"],
    .samsDataTable tr td > input[type="submit"],
    .samsDataTable tr td > input[type="reset"],
    .samsDataTable tr td > input[type="file"] {
      margin: 1px 2px 0 0;
      padding: 1px 3px;
      box-shadow: none; }
    .samsDataTable tr td table {
      border: none;
      border-spacing: 0;
      width: 100%; }
      .samsDataTable tr td table tr {
        border: none !important;
        background-color: transparent !important; }
    .samsDataTable tr td.action > div {
      display: flex; }
    .samsDataTable tr td:first-child {
      border-left: 1px solid #e0e0e0; }
    .samsDataTable tr td:last-child {
      border-right: 1px solid #e0e0e0; }
    .samsDataTable tr td.samsDataTablePortraitCell {
      text-align: center !important;
      position: relative; }
      .samsDataTable tr td.samsDataTablePortraitCell .jerseyNumber {
        font-weight: bold;
        font-size: 2.5em; }
      .samsDataTable tr td.samsDataTablePortraitCell .personName {
        font-weight: bold; }
      .samsDataTable tr td.samsDataTablePortraitCell .personFunction {
        font-weight: normal;
        font-size: 0.85em;
        color: #666; }
      .samsDataTable tr td.samsDataTablePortraitCell .jerseyNumberWithPhoto {
        font-size: 4em;
        color: white;
        text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000;
        margin-top: -1.2em;
        margin-bottom: 0.1em; }
  .samsDataTable tr th {
    border-bottom: 1px solid #e0e0e0;
    vertical-align: bottom;
    background: none;
    border-right: none;
    border-left: none;
    overflow: visible; }
    .samsDataTable tr th input,
    .samsDataTable tr th .ui-inputfield {
      width: 100%; }
    .samsDataTable tr th table {
      border: none !important; }
      .samsDataTable tr th table tr {
        background-color: transparent !important;
        border: none !important; }
        .samsDataTable tr th table tr td {
          padding: 1px;
          text-transform: none;
          border: none !important; }
          .samsDataTable tr th table tr td.hint, .samsDataTable .ui-datatable tr.ui-datatable-empty-message th table tr td, .ui-datatable .samsDataTable tr.ui-datatable-empty-message th table tr td, .samsDataTable tr th table tr body .rf-fu td.rf-pb-lbl, body .rf-fu .samsDataTable tr th table tr td.rf-pb-lbl, .samsDataTable tr th table tr body .rf-pb td.rf-pb-lbl, body .rf-pb .samsDataTable tr th table tr td.rf-pb-lbl,
          .samsDataTable tr th table tr td .hint,
          .samsDataTable tr th table tr td body .rf-fu .rf-pb-lbl,
          body .rf-fu .samsDataTable tr th table tr td .rf-pb-lbl,
          .samsDataTable tr th table tr td body .rf-pb .rf-pb-lbl,
          body .rf-pb .samsDataTable tr th table tr td .rf-pb-lbl {
            color: #ccc !important; }
  .samsDataTable tr.rf-dt-hdr th input,
  .samsDataTable tr.rf-dt-hdr th .ui-inputfield {
    width: auto; }
  .samsDataTable tr.ascendor {
    background-color: #98badb; }
  .samsDataTable tr.descendor {
    background-color: #98badb; }
  .samsDataTable tr.relegatorUp {
    background-color: #becfde; }
  .samsDataTable tr.relegatorDown {
    background-color: #becfde; }
  .samsDataTable tr.disabledTableRow {
    color: #888;
    font-style: italic; }
    .samsDataTable tr.disabledTableRow a {
      color: #888;
      font-style: italic; }
      .samsDataTable tr.disabledTableRow a:active {
        color: #888;
        font-style: italic; }
      .samsDataTable tr.disabledTableRow a:visited {
        color: #888;
        font-style: italic; }
  .samsDataTable tr.lastRowInGroup td {
    border-bottom: 4px solid #e0e0e0; }
  .samsDataTable tr:last-child td {
    border-bottom: 1px solid #e0e0e0; }
  .samsDataTable tr.sectionHeader {
    font-weight: bold;
    background-color: #dae8fb; }
    .samsDataTable tr.sectionHeader td {
      border-color: #c0c0c0; }
  .samsDataTable.samsArticleArchiveTable tr td:first-child {
    width: 75%; }
  .samsDataTable.samsArticleArchiveTable tr th:first-child {
    width: 75%; }
  .samsDataTable.samsRssFeedTable tr td:first-child {
    width: 80%; }
  .samsDataTable.samsRssFeedTable tr th:first-child {
    width: 80%; }
  .samsDataTable.samsRssFeedTable.samsArticleListTableWithSource tr td:first-child {
    width: 60%; }
  .samsDataTable.samsRssFeedTable.samsArticleListTableWithSource tr th:first-child {
    width: 60%; }
  .samsDataTable.samsArticleArchiveTable, .samsDataTable.samsRssFeedTable {
    table-layout: fixed; }

.sortableColumnHeader {
  white-space: nowrap; }
  .sortableColumnHeader img.sortableColumnHeaderArrow {
    padding-left: 3px; }

.samsFileUploadContainer {
  border-spacing: 0;
  min-width: 450px; }
  .samsFileUploadContainer div {
    width: auto;
    min-width: 200px;
    margin-right: 10px; }
  .samsFileUploadContainer .samsFileUploadContainerCurrentValue {
    overflow: hidden;
    padding: 5px;
    font-size: 11px; }

.alternatingRow1 td {
  padding: 2px 5px;
  text-align: left; }

.alternatingRow0 td {
  padding: 2px 5px;
  text-align: left; }

.selectedTableRow {
  background-color: #d0e0ff; }

.samsHighlightedTableCell {
  background-color: #efe; }

.samsCompetitionScheduleContainer {
  position: relative;
  height: auto; }

.samsCompetitionScheduleGroup {
  position: relative;
  height: auto;
  margin-bottom: 30px; }

.samsCompetitionScheduleGroupLevelIndicator {
  position: absolute;
  height: 100%;
  background-color: #ddd;
  color: #333;
  width: 30px;
  font-size: 170%;
  text-align: center;
  padding-top: 12px; }

.samsCompetitionScheduleGroupContent {
  margin-left: 40px; }

.toolTipContainer {
  display: inline-block;
  text-decoration: none; }
  .toolTipContainer .toolTipContent {
    pointer-events: none;
    background-color: rgba(240, 248, 255, 0.9);
    border-radius: 0;
    color: black;
    display: none;
    font-family: Arial, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    max-width: 450px;
    min-height: 14px;
    min-width: 70px;
    padding: 4px 5px 4px 22px;
    position: fixed;
    text-align: left;
    top: 0;
    z-index: 100;
    overflow: auto;
    max-height: 100%; }
    .toolTipContainer .toolTipContent:before {
      font-family: "Glyphicons Regular";
      position: absolute;
      color: #4da6ff;
      font-size: 14px;
      left: 4px;
      top: 0px;
      content: "\E196"; }
    .toolTipContainer .toolTipContent.unconstrainedWidthToolTipContent {
      max-width: none; }
    .toolTipContainer .toolTipContent ul {
      padding-left: 8px; }
  .toolTipContainer .toolTipItem {
    display: inline-block; }

.warnText {
  color: #f00; }

.success {
  font-weight: bold;
  color: green; }

.tinyText, .hint, .ui-datatable tr.ui-datatable-empty-message td, body .rf-fu .rf-pb-lbl, body .rf-pb .rf-pb-lbl {
  font-size: 0.8em;
  font-weight: normal; }

.hint, .ui-datatable tr.ui-datatable-empty-message td, body .rf-fu .rf-pb-lbl, body .rf-pb .rf-pb-lbl {
  color: #888; }

.disabled {
  font-style: italic;
  color: #888; }

.samsArticleContentImageText {
  font-size: 0.8em;
  color: #888;
  text-align: center; }

.formLabelHint {
  color: #888;
  text-align: right;
  font-size: 0.85em;
  margin-right: 25px;
  max-width: 220px;
  margin-left: auto; }

.noFancyLabel input {
  margin: 3px; }

.noFancyLabel .formLabelHint {
  margin-top: 0; }

.noFancyLabel label {
  display: inline;
  background-image: none;
  text-align: inherit;
  padding-right: 0;
  margin: 0;
  font-weight: normal; }
  .noFancyLabel label.samsAgreementConfirmationLabel {
    font-weight: bold; }
  .noFancyLabel label:after {
    content: "";
    display: none; }

.lineThrough {
  text-decoration: line-through; }

.slaveTeam {
  font-style: italic; }

.samsAjaxStatusRegion {
  position: relative; }
  .samsAjaxStatusRegion .ajaxStatusIndicator {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block;
    vertical-align: middle;
    text-align: center; }
    .samsAjaxStatusRegion .ajaxStatusIndicator.active {
      width: 100%;
      height: 100%; }
      .samsAjaxStatusRegion .ajaxStatusIndicator.active .ajaxStatusIndicatorContent {
        opacity: 1;
        width: 100%;
        height: 100%; }
        .samsAjaxStatusRegion .ajaxStatusIndicator.active .ajaxStatusIndicatorContent img {
          display: block; }
    .samsAjaxStatusRegion .ajaxStatusIndicator .ajaxStatusIndicatorContent {
      transition: opacity 200ms ease;
      opacity: 0;
      height: 0;
      width: 0;
      background-color: rgba(200, 200, 200, 0.5);
      box-shadow: 0 5px 5px rgba(200, 200, 200, 0.5), 0 -5px 5px rgba(200, 200, 200, 0.5); }
      .samsAjaxStatusRegion .ajaxStatusIndicator .ajaxStatusIndicatorContent img {
        display: none;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; }

.samsGlobalAjaxStatus {
  z-index: 10000; }
  .samsGlobalAjaxStatus .loadingIndicator {
    /*display: none;*/
    width: 0;
    height: 0;
    transition: opacity 200ms ease; }
    .samsGlobalAjaxStatus .loadingIndicator.active {
      display: block; }
      .samsGlobalAjaxStatus .loadingIndicator.active .loadingIndicatorImageWrapper {
        opacity: 1;
        width: 100%;
        height: 100%; }
        .samsGlobalAjaxStatus .loadingIndicator.active .loadingIndicatorImageWrapper img {
          display: block; }
    .samsGlobalAjaxStatus .loadingIndicator .loadingIndicatorImageWrapper {
      transition: opacity 300ms ease;
      opacity: 0;
      position: fixed;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      /*background-color: rgba(200,200,200, 0.01);*/
      z-index: 10000;
      display: flex;
      align-items: center;
      justify-content: center; }
      .samsGlobalAjaxStatus .loadingIndicator .loadingIndicatorImageWrapper img {
        display: none;
        border: 1px solid #333;
        border-radius: 5px;
        padding: 5px;
        background-color: rgba(255, 255, 255, 0.7);
        box-shadow: 3px 3px 6px #666; }

.samsArticleSummaryImageBox {
  float: left;
  margin-right: 5px; }

.samsArticleContentImageBox {
  margin-bottom: 10px;
  padding-right: 5px;
  float: left; }

.manyToManyDataGrid {
  overflow-y: auto;
  overflow-x: visible;
  padding: 0 20px 0 0; }
  .manyToManyDataGrid .actionIconContainer {
    background-color: inherit; }
  .manyToManyDataGrid .selected {
    background-color: #cfc; }
  .manyToManyDataGrid table td {
    margin: 0;
    padding: 1px;
    white-space: pre-wrap; }

.filterInputYear {
  background-image: none;
  width: 40px; }

.smallSelection {
  float: left;
  font-size: 0.9em; }

.samsMatchDetailsSpecialResult {
  font-weight: bold;
  color: #c00; }

.samsMatchDetailsAdditionalMatchInfoTable th {
  text-align: right; }
  .samsMatchDetailsAdditionalMatchInfoTable th.multipleLineMatchInfo {
    vertical-align: top; }

.samsOutputMvpPlayerName {
  margin-top: 10px; }

.samsOutputMvpCeremonyPhoto .hint, .samsOutputMvpCeremonyPhoto .ui-datatable tr.ui-datatable-empty-message td, .ui-datatable tr.ui-datatable-empty-message .samsOutputMvpCeremonyPhoto td, .samsOutputMvpCeremonyPhoto body .rf-fu .rf-pb-lbl, body .rf-fu .samsOutputMvpCeremonyPhoto .rf-pb-lbl, .samsOutputMvpCeremonyPhoto body .rf-pb .rf-pb-lbl, body .rf-pb .samsOutputMvpCeremonyPhoto .rf-pb-lbl {
  max-width: 300px; }

.samsOutputMvpMedalImage {
  position: absolute;
  bottom: -10px;
  right: -30px; }
  .samsOutputMvpMedalImage img {
    width: 80px;
    height: 80px; }

.samsPublicMatchSeriesListMatchSeriesName {
  font-weight: bold;
  padding: 5px 0; }

.samsArticleComponentRssFeeds {
  font-size: 0.9em; }

.samsCrossTableComponentTeamName {
  font-weight: bold;
  font-size: 11px;
  word-wrap: break-word;
  max-width: 80px;
  display: block; }

.samsCrossTableComponentMatchResult {
  font-weight: bold;
  font-size: 1.1em; }

.samsExternalLinkIndicatorIcon {
  margin: -6px 0 6px;
  vertical-align: bottom; }

.samsImageFullSizeLink {
  cursor: -webkit-zoom-in; }

.samsMatchResultTableCell .samsMatchResultBallPoints {
  font-size: 0.9em; }

.samsMatchResultTableCell .samsMatchResultSetPoints,
.samsMatchResultTableCell .samsMatchResultBallPoints {
  display: inline-block;
  white-space: nowrap; }

.samsInvitedUserParticipationStatus {
  height: 100%;
  width: 100%;
  margin: -3px 0;
  vertical-align: middle;
  white-space: nowrap;
  overflow: visible; }

.samsInvitedUserParticipationStatusUnreactive {
  background-color: #ff8080; }

.samsInvitedUserParticipationStatusParticipating {
  background-color: #40e040; }

.samsInvitedUserParticipationStatusDeregistered {
  background-color: #ff8000; }

.samsInvitedUserParticipationStatusWaitlisted {
  background-color: #ffe000; }

.samsInvitedUserParticipationStatusAnticipating {
  background-color: #ffe000; }

.chooseType a.disabled {
  color: #888; }

li .actionIconContainer {
  vertical-align: middle; }

textarea.wideInput {
  width: 350px; }

textarea.largeTextareaInput {
  width: 500px;
  height: 240px; }

textarea.invalid {
  border: 3px solid red; }

.samsHighlightedTableRow td {
  background-color: #efe; }

.globalMessageList {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .globalMessageList > li {
    display: block; }
    .globalMessageList > li:before {
      margin-right: 0; }

.globalWarnMessages > td,
.globalWarnMessage,
div.warnMessage,
.samsWarningMessage {
  color: #d60; }
  .globalWarnMessages > td:before,
  .globalWarnMessage:before,
  div.warnMessage:before,
  .samsWarningMessage:before {
    content: "\E079";
    color: #d60; }

.globalErrorMessages > td,
.globalErrorMessage,
div.errorMessage,
.samsErrorMessage,
.inlineError {
  color: red; }
  .globalErrorMessages > td:before,
  .globalErrorMessage:before,
  div.errorMessage:before,
  .samsErrorMessage:before,
  .inlineError:before {
    content: "\E197";
    color: red; }

.inlineError {
  display: inline-block;
  margin: 0 10px; }

.instructionText {
  font-weight: bold;
  font-size: 1.1rem; }

.globalInfoMessages > td,
.globalInfoMessage,
div.infoMessage,
div.successMessage,
.samsInfoMessage {
  color: green; }
  .globalInfoMessages > td:before,
  .globalInfoMessage:before,
  div.infoMessage:before,
  div.successMessage:before,
  .samsInfoMessage:before {
    content: "\E196";
    color: green; }

.samsNavigationList .hint, .samsNavigationList .ui-datatable tr.ui-datatable-empty-message td, .ui-datatable tr.ui-datatable-empty-message .samsNavigationList td, .samsNavigationList body .rf-fu .rf-pb-lbl, body .rf-fu .samsNavigationList .rf-pb-lbl, .samsNavigationList body .rf-pb .rf-pb-lbl, body .rf-pb .samsNavigationList .rf-pb-lbl {
  font-size: 0.8em;
  color: #888; }

.samsPersonContactDetails table td {
  margin: 0;
  padding: 0 5px 0 0; }

.samsLeagueCrossTable tr td {
  text-align: center; }

label.samsAgreementConfirmationLabel {
  font-weight: bold; }

.linkList ul li {
  padding-left: 10px; }

.limitedCharacterInputContainerOverflow {
  color: red; }

.privacyPolicyHeader {
  font-weight: bold; }

.samsMapsInfoWindowHeader {
  color: #000000;
  margin: 10px 0px 10px 0px; }

.samsMapsInfoWindowLogoBox img {
  display: block;
  margin: auto;
  width: 80px; }

.samsMapsInfoWindowLogoBox {
  overflow: auto; }

.samsMapsInfoWindowContentBox {
  margin-top: 15px;
  color: #000000; }

ul.samsMapsInfoWindowLinkPanel {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.samsMapsInfoWindowLinkPanel li {
  display: inline-block;
  padding-right: 10px; }

.samsMapsInfoWindowLinkPanel li a {
  display: block; }

.samsBadgeLabels {
  display: inline-flex; }
  .samsBadgeLabels .samsBadgeLabel {
    display: inline-block;
    color: #fff;
    text-shadow: 0px 0.1em 0px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    border: 0; }
    .samsBadgeLabels .samsBadgeLabel a {
      color: #fff;
      text-decoration: underline; }
    .samsBadgeLabels .samsBadgeLabel.default {
      background-color: #555555; }
    .samsBadgeLabels .samsBadgeLabel.premium, .samsBadgeLabels .samsBadgeLabel.positive {
      background-color: #44cc11; }
    .samsBadgeLabels .samsBadgeLabel.support {
      background-color: #00aadd; }
    .samsBadgeLabels .samsBadgeLabel.negative {
      background-color: #cc1100; }
    .samsBadgeLabels .samsBadgeLabel.info {
      background-color: #3266a2; }
    .samsBadgeLabels .samsBadgeLabel.pending {
      background-color: #ffe100; }
    .samsBadgeLabels .samsBadgeLabel.basic {
      background-color: #cccccc; }
    .samsBadgeLabels .samsBadgeLabel span {
      display: inline-block;
      background: linear-gradient(180deg, rgba(187, 187, 187, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
      padding: 0.25em 0.5em;
      box-sizing: border-box; }

.samsChartWithLegend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

#categoryNavigationWrapper a[target="_blank"]:after,
.pageSubNavigation a[target="_blank"]:after {
  content: "\29C9"; }

.pageSubNavigation li.active a {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  #categoryNavigationWrapper {
    display: none; } }

#categoryNavigationWrapper.static ul#categoryNavigation > li.visible > .subCategoryWrapper {
  display: block; }

#categoryNavigationWrapper.static ul#categoryNavigation > li:not(.visible) > .subCategoryWrapper {
  display: none; }

#categoryNavigationWrapper ul#categoryNavigation > li:hover > .subCategoryWrapper {
  display: block; }

#categoryNavigationWrapper ul#categoryNavigation > li > .subCategoryWrapper {
  display: none; }

.samsCmsComponent {
  overflow: visible; }
  .samsCmsComponent.samsLicenseComponent .samsNavigationList {
    text-align: center; }
  .samsCmsComponent .samsDataTableWrapper .ui-datatable-tablewrapper {
    overflow: auto; }
  .samsCmsComponent .samsDataTable {
    width: 100%; }

@media screen and (min-width: 769px) {
  .samsCmsMatchSeriesTeamTiles .samsTileBox {
    max-width: 33%; } }

.samsArticleComponent ul.samsArticleArchiveNavigation {
  justify-content: center; }

@media screen and (min-width: 769px) {
  .samsArticleComponent.tiles .articles {
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(auto-fill, 295px);
    grid-template-columns: repeat(auto-fill, --sams-cms-component-article-category-tiles-width); } }

.samsArticleComponent.tiles .articles .title {
  font-weight: bold; }

.samsArticleComponent.tiles .articles .date {
  font-size: 0.7em; }

.samsArticleComponent.tiles .articles .summary {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 98px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis; }

.samsArticleComponent.tiles .articles .withTeaserImage .summary {
  display: none; }

.samsArticleComponent.tiles .articles > * {
  min-height: 205px;
  box-sizing: border-box;
  position: relative;
  transition: transform 300ms; }
  .samsArticleComponent.tiles .articles > *:hover {
    transform: scale(1.05); }
    .samsArticleComponent.tiles .articles > *:hover .summary {
      display: block;
      display: -webkit-box; }
    .samsArticleComponent.tiles .articles > *:hover .content {
      background-color: rgba(255, 255, 255, 0.9); }
  .samsArticleComponent.tiles .articles > * > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: inherit; }
  .samsArticleComponent.tiles .articles > * .content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: background-color 300ms;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 15px; }

.samsCmsComponentBlock {
  margin-bottom: 10px;
  position: relative;
  overflow: visible !important;
  padding: 5px; }
  .samsCmsComponentBlock[style^="background-image"] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .samsCmsComponentBlock .samsDataTableWrapper {
    width: 100%; }
  .samsCmsComponentBlock .samsCmsComponentDetailLink {
    clear: both;
    margin: 10px; }
  .samsCmsComponentBlock .samsCmsComponentHeader {
    border-bottom: 1px solid #aaa; }
  .samsCmsComponentBlock .samsArticleInfo {
    font-style: italic;
    color: #888;
    text-align: right;
    margin-top: 0;
    margin-bottom: 10px;
    clear: both;
    /*white-space: nowrap;*/ }
  .samsCmsComponentBlock h1 a {
    color: inherit;
    font-style: inherit;
    text-decoration: inherit; }
  .samsCmsComponentBlock .samsCmsComponentCategory {
    color: #888;
    text-align: left;
    margin-top: -8px;
    margin-bottom: 10px;
    clear: both;
    white-space: nowrap; }

.samsCmsComponentBlockPortraitImage {
  float: right; }
  .samsCmsComponentBlockPortraitImage img {
    margin-left: 5px;
    margin-bottom: 5px; }

.samsMatchDayContainerComponentBox select {
  width: 100%; }

.samsMatchDayContainerComponentBox .currentViewTitle {
  display: none; }

.samsMatchDayContainerComponentBox h2 {
  font-size: 1em;
  padding: 10px 0;
  margin: 0; }

.samsMatchDayContainerComponentBox .matchDayContainerMatchFlexTable .row {
  display: table-row;
  width: 100%; }
  .samsMatchDayContainerComponentBox .matchDayContainerMatchFlexTable .row.samsMatchDayContainerDecidingMatchRow {
    font-style: italic; }
  .samsMatchDayContainerComponentBox .matchDayContainerMatchFlexTable .row.disabledTableRow {
    color: #888;
    font-style: italic; }
  .samsMatchDayContainerComponentBox .matchDayContainerMatchFlexTable .row .teamName {
    width: 50%; }
  .samsMatchDayContainerComponentBox .matchDayContainerMatchFlexTable .row .teamLogo {
    width: 16px;
    text-align: right; }
  .samsMatchDayContainerComponentBox .matchDayContainerMatchFlexTable .row .results,
  .samsMatchDayContainerComponentBox .matchDayContainerMatchFlexTable .row .icons {
    white-space: nowrap; }
  .samsMatchDayContainerComponentBox .matchDayContainerMatchFlexTable .row .results {
    text-align: left; }
  .samsMatchDayContainerComponentBox .matchDayContainerMatchFlexTable .row .icons {
    text-align: right; }
    .samsMatchDayContainerComponentBox .matchDayContainerMatchFlexTable .row .icons > * {
      margin-left: 1px; }
    .samsMatchDayContainerComponentBox .matchDayContainerMatchFlexTable .row .icons .glyphicons:before {
      padding: 0; }
  .samsMatchDayContainerComponentBox .matchDayContainerMatchFlexTable .row > * {
    display: table-cell;
    vertical-align: top;
    padding-right: 4px; }
    .samsMatchDayContainerComponentBox .matchDayContainerMatchFlexTable .row > *:last-child {
      padding-right: 0; }

.samsMatchDayContainerComponentBox table.samsDataTable {
  border: none;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
  max-width: 100%; }
  .samsMatchDayContainerComponentBox table.samsDataTable tr,
  .samsMatchDayContainerComponentBox table.samsDataTable tr:last-child,
  .samsMatchDayContainerComponentBox table.samsDataTable tr:first-child {
    background-color: transparent;
    border: none; }
    .samsMatchDayContainerComponentBox table.samsDataTable tr td,
    .samsMatchDayContainerComponentBox table.samsDataTable tr:last-child td,
    .samsMatchDayContainerComponentBox table.samsDataTable tr:first-child td {
      background-color: transparent;
      border-radius: 0;
      border: none !important;
      padding: 0 2px; }
    .samsMatchDayContainerComponentBox table.samsDataTable tr td.samsMatchDayContainerTeamNameCell,
    .samsMatchDayContainerComponentBox table.samsDataTable tr:last-child td.samsMatchDayContainerTeamNameCell,
    .samsMatchDayContainerComponentBox table.samsDataTable tr:first-child td.samsMatchDayContainerTeamNameCell {
      word-wrap: break-word;
      width: 50%; }

.samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList:after {
    content: "";
    display: block;
    clear: both; }
  .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .topPlayerContainer {
    display: inline-block;
    width: 50%; }
  .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .topPlayerPortraitPhoto {
    width: 100%;
    height: auto; }
  .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .topPlayerLogoImage {
    width: 20%;
    height: auto; }
  .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .topPlayerDetailsContainer {
    display: inline-block;
    width: 50%; }
  .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .property-header {
    margin-top: 0;
    font-size: 9px; }
  .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .property-value {
    margin-bottom: 2px;
    font-size: 15px; }
  .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList li {
    margin: 0;
    padding: 0;
    width: 0px;
    max-width: 100%;
    white-space: nowrap;
    /* is important to fix height issues with wrapping text in 0px width */
    overflow: hidden;
    display: block;
    float: left;
    position: relative; }
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList li.active {
      font-size: inherit;
      width: auto; }
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList li .teamLogo {
      position: absolute;
      bottom: 10px;
      right: 30px; }
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList li .playerName a {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
  .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow {
    position: absolute;
    top: 50%;
    padding: 10px; }
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow:hover {
      cursor: pointer; }
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > .glyphicons, .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .samsDateInput .arrow > button.ui-widget.ui-button.ui-datepicker-trigger:after, .samsDateInput .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > button.ui-widget.ui-button.ui-datepicker-trigger:after, .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .globalWarnMessages.arrow > td:before,
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > .globalWarnMessage:before,
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > div.warnMessage:before,
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > .samsWarningMessage:before, .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .globalErrorMessages.arrow > td:before,
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > .globalErrorMessage:before,
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > div.errorMessage:before,
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > .samsErrorMessage:before,
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > .inlineError:before, .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .globalInfoMessages.arrow > td:before,
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > .globalInfoMessage:before,
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > div.infoMessage:before,
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > div.successMessage:before,
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > .samsInfoMessage:before {
      font-size: 16px;
      background-color: rgba(136, 196, 255, 0.6);
      border-radius: 50%;
      text-align: center;
      width: 24px;
      height: 24px;
      line-height: 24px; }
      .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow > .glyphicons:before {
        color: white; }
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow.left {
      left: 0px; }
    .samsTopPlayerRankingComponent ul.samsTopPlayerRankingComponentRankingList .arrow.right {
      right: 0px; }

.samsCmsCalendarComponent .samsCmsCalendarComponentMonthViewTable,
.samsCmsCalendarComponent .samsCmsCalendarComponentWeekViewTable {
  table-layout: fixed; }
  .samsCmsCalendarComponent .samsCmsCalendarComponentMonthViewTable .samsCalendarDate,
  .samsCmsCalendarComponent .samsCmsCalendarComponentWeekViewTable .samsCalendarDate {
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 5px;
    text-align: left;
    color: #666;
    padding: 2px 0; }
  .samsCmsCalendarComponent .samsCmsCalendarComponentMonthViewTable .samsCalendarDateCurrentDay,
  .samsCmsCalendarComponent .samsCmsCalendarComponentWeekViewTable .samsCalendarDateCurrentDay {
    font-weight: bold; }
  .samsCmsCalendarComponent .samsCmsCalendarComponentMonthViewTable td,
  .samsCmsCalendarComponent .samsCmsCalendarComponentWeekViewTable td {
    padding: 1px;
    vertical-align: top;
    min-height: 50px; }
  .samsCmsCalendarComponent .samsCmsCalendarComponentMonthViewTable ul,
  .samsCmsCalendarComponent .samsCmsCalendarComponentMonthViewTable li,
  .samsCmsCalendarComponent .samsCmsCalendarComponentWeekViewTable ul,
  .samsCmsCalendarComponent .samsCmsCalendarComponentWeekViewTable li {
    margin: 0;
    padding: 0; }
  .samsCmsCalendarComponent .samsCmsCalendarComponentMonthViewTable ul,
  .samsCmsCalendarComponent .samsCmsCalendarComponentWeekViewTable ul {
    list-style-type: none;
    min-height: 40px; }
  .samsCmsCalendarComponent .samsCmsCalendarComponentMonthViewTable li,
  .samsCmsCalendarComponent .samsCmsCalendarComponentWeekViewTable li {
    margin-bottom: 2px;
    padding: 2px;
    font-size: 12px; }
    .samsCmsCalendarComponent .samsCmsCalendarComponentMonthViewTable li a,
    .samsCmsCalendarComponent .samsCmsCalendarComponentWeekViewTable li a {
      color: black; }
  .samsCmsCalendarComponent .samsCmsCalendarComponentMonthViewTable .samsCalendarEntry,
  .samsCmsCalendarComponent .samsCmsCalendarComponentWeekViewTable .samsCalendarEntry {
    background-color: #eee;
    overflow: hidden;
    display: block; }
    .samsCmsCalendarComponent .samsCmsCalendarComponentMonthViewTable .samsCalendarEntry.samsCalendarEntryIntermediateOfSequence,
    .samsCmsCalendarComponent .samsCmsCalendarComponentWeekViewTable .samsCalendarEntry.samsCalendarEntryIntermediateOfSequence {
      /*font-size: 0px;*/
      height: 0px;
      overflow: hidden; }

/**
 *
 * Variables:
 * --sams-component-teaser-color-primary
 * --sams-component-teaser-color-secondary
 * --sams-component-teaser-color-list-background
 */
.samsTeaserArticleComponent .inner {
  position: relative; }

.samsTeaserArticleComponent .samsTeaserListWrapper {
  transition: opacity 0.3s;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.samsTeaserArticleComponent .activeArticle {
  z-index: 50;
  transition: height 0.3s, opacity 0.3s;
  display: block;
  opacity: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.samsTeaserArticleComponent ul.samsTeaserArticleList {
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 100;
  text-align: right;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  columns: 1;
  flex-shrink: 0;
  flex-grow: 0; }
  .samsTeaserArticleComponent ul.samsTeaserArticleList::-webkit-scrollbar {
    display: none; }
  .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle {
    transition: opacity 0.3s;
    display: inline-block;
    position: initial; }
    .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle > * {
      text-align: left;
      transition: opacity 0.3s, transform 0.3s; }
    .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle .fullArticle {
      display: none; }
    .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle .samsArticleTeaserImage {
      background-repeat: no-repeat;
      background-size: cover;
      transition: opacity 1.2s;
      opacity: 1;
      z-index: 100;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      width: 100%;
      box-sizing: border-box; }
      @media screen and (min-width: 769px) {
        .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle .samsArticleTeaserImage {
          width: calc(100% - 158px); } }
    .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle .samsArticleHeader {
      z-index: 200;
      position: absolute;
      opacity: 0;
      top: 0px;
      left: 0px;
      box-sizing: border-box;
      max-width: 70%;
      margin: 30px;
      max-width: calc(100% - 218px);
      text-overflow: ellipsis;
      padding: 8px;
      background-color: var(--sams-cms-component-color-background, rgba(136, 196, 255, 0.6));
      color: white;
      color: var(--sams-cms-component-article-teaser-color-headerm, white); }
    .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle .samsArticleThumbnail {
      position: relative;
      z-index: 200;
      text-align: right;
      padding: 0 0 10px 10px;
      width: 148px;
      background-color: rgba(136, 196, 255, 0.6);
      background-color: var(--sams-cms-component-color-background, rgba(136, 196, 255, 0.6));
      overflow: hidden; }
      .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle .samsArticleThumbnail img {
        transition: all 0.2s ease;
        height: auto !important;
        width: 140px !important;
        border-left: 8px solid #88c4ff;
        border-left-color: var(--sams-cms-component-color-primary, #88c4ff); }
        .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle .samsArticleThumbnail img:hover {
          transform: scale(1.06757);
          margin-right: 5px;
          margin-left: -5px; }
    .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle:first-child .samsArticleThumbnail {
      padding-top: 10px; }
    .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle:last-child .samsArticleThumbnail {
      padding-bottom: 0; }
    .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle.active .samsArticleTeaserImage,
    .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle.active .samsArticleHeader {
      opacity: 1; }
    .samsTeaserArticleComponent ul.samsTeaserArticleList li.samsArticle.active .samsArticleThumbnail img {
      border-left-color: #ffab18;
      border-left-color: var(--sams-cms-component-color-secondary, #ffab18); }

.samsTeaserArticleComponent.showMode .activeArticle {
  opacity: 1; }

.samsTeaserArticleComponent.showMode .samsTeaserListWrapper {
  opacity: 0; }

.samsTeaserArticleComponent.teaserMode {
  overflow: hidden; }
  .samsTeaserArticleComponent.teaserMode .samsArticle,
  .samsTeaserArticleComponent.teaserMode .samsTeaserArticleList {
    padding: 0;
    margin: 0; }
  .samsTeaserArticleComponent.teaserMode .samsTeaserListWrapper {
    cursor: pointer;
    overflow: hidden;
    margin-right: -20px; }
  .samsTeaserArticleComponent.teaserMode ul.samsTeaserArticleList li.samsArticle {
    width: 158px; }

.samsCmsCalendarTeaserComponent .toolTipContainer {
  display: block; }
  .samsCmsCalendarTeaserComponent .toolTipContainer .toolTipItem {
    display: block; }
    .samsCmsCalendarTeaserComponent .toolTipContainer .toolTipItem a {
      display: block;
      width: 0;
      min-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.samsCmsCalendarTeaserComponent .title {
  min-width: 50px;
  white-space: nowrap; }

.samsCmsCalendarTeaserComponent table {
  width: 100%;
  border-collapse: collapse; }
  .samsCmsCalendarTeaserComponent table td {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    .samsCmsCalendarTeaserComponent table td > * {
      width: 100%; }

ul.samsCmsTwoColumnList {
  overflow: hidden;
  list-style-type: none; }
  ul.samsCmsTwoColumnList li {
    margin: 0 -1px;
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    padding-right: 20px; }

.samsCmsMatchDayContainerComponent ul li .disabled {
  color: #666; }

.samsSportsclubListComponentDetailBlock ul {
  padding-left: 0px; }
  .samsSportsclubListComponentDetailBlock ul li {
    list-style-type: none;
    padding-bottom: 10px;
    vertical-align: top; }

.samsCmsTeamListComponentTeamPhotoBlock {
  text-align: center; }

.samsCmsClubTaskHolderName {
  font-weight: bold; }

.samsCmsClubTaskDescription {
  font-style: italic; }

.samsCmsMediaGalleryTeaserComponent ul {
  list-style-type: none;
  position: relative;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  display: block;
  overflow: hidden; }
  .samsCmsMediaGalleryTeaserComponent ul li {
    margin: 0;
    padding: 0; }

.samsCmsMediaGalleryTeaserComponent.slider .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.samsCmsMediaGalleryTeaserComponent.fader ul li {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box; }
  .samsCmsMediaGalleryTeaserComponent.fader ul li a {
    display: flex; }

.samsCmsMediaGalleryTeaserComponentUnformatted ul {
  list-style-type: none;
  justify-content: space-between;
  align-items: center;
  margin: -20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .samsCmsMediaGalleryTeaserComponentUnformatted ul li {
    margin: 0;
    padding: 20px; }

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

.samsCmsMediaGalleryBrowserComponent ul {
  list-style-type: none; }
  .samsCmsMediaGalleryBrowserComponent ul.samsCmsMediaGallerySubGalleryList li, .samsCmsMediaGalleryBrowserComponent ul.samsCmsMediaGalleryItemList li {
    margin: 5px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    display: inline-block; }
    .samsCmsMediaGalleryBrowserComponent ul.samsCmsMediaGallerySubGalleryList li .title, .samsCmsMediaGalleryBrowserComponent ul.samsCmsMediaGalleryItemList li .title {
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 9px;
      padding: 2px 4px;
      color: white;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      box-sizing: border-box;
      background-color: rgba(0, 0, 0, 0.5); }
    .samsCmsMediaGalleryBrowserComponent ul.samsCmsMediaGallerySubGalleryList li .plainTextPreview, .samsCmsMediaGalleryBrowserComponent ul.samsCmsMediaGalleryItemList li .plainTextPreview {
      display: inline-block;
      vertical-align: bottom;
      background-color: #000;
      box-sizing: border-box;
      padding: 5px; }

/*
 All rights reserverd.
*/
/*
    Created on : 21.10.2014, 18:05:53
    Author     : Robert Becker <robert at rbecker.eu>


#88c4ff / light blue        emblem-border
        #DAE8FB / richfaces light blue
        #4da6ff / darker blue
        #0787ff / darker blue
        #babaff
        #c48aff / purple
        #baffff / ???
        #ff870f / orange
        #ffa64d / light orange
        #8AFFC4 / mint-green
        #FFFF8A / light yellow
        #C4FF8A / light yellowish green
        #ffd182 / Orange fade end
*/
.rf-insp .rf-insp-btns .rf-insp-dec, .rf-insp .rf-insp-btns .rf-insp-inc {
  background-color: #ffab18; }
  .rf-insp .rf-insp-btns .rf-insp-dec:hover, .rf-insp .rf-insp-btns .rf-insp-inc:hover {
    background-color: #88c4ff; }
  .rf-insp .rf-insp-btns .rf-insp-dec:before, .rf-insp .rf-insp-btns .rf-insp-inc:before {
    text-align: center;
    display: block;
    font-size: 8px;
    line-height: 8px; }

body {
  /*.rf-ac, .rf-ac-itm-hdr, .rf-ac-itm-hdr-act, .rf-ac-itm-hdr-inact, .rf-ac-itm-hdr-dis, .rf-ac-itm-gr, .rf-ac-itm-cnt, .rf-ac-itm-ico, .rf-ac-itm-exp-ico, .rf-ac-itm-ico-act, .rf-ac-itm-ico-inact, .rf-ac-itm-lbl, .rf-ac-itm-lbl-act, .rf-ac-itm-lbl-inact,*/
  /*.rf-cal-extr, .rf-cal-btn, .rf-cal-hdr, .rf-cal-hdr-optnl, .rf-cal-hdr-month, .rf-cal-ftr, .rf-cal-ftr-optnl, .rf-cal-tl, .rf-cal-tl-ftr, .rf-cal-tl-btn, .rf-cal-tl-btn-dis, .rf-cal-tl-btn-hov, .rf-cal-tl-btn-press, .rf-cal-tl-close, .rf-cal-c, .rf-cal-c-cnt, .rf-cal-today, .rf-cal-sel, .rf-cal-hov, .rf-cal-week, .rf-cal-holiday, .rf-cal-boundary-day, .rf-cal-sp-inp, .rf-cal-sp-inp-cntr, .rf-cal-sp-btn, .rf-cal-sp-up, .rf-cal-sp-down, .rf-cal-sp-press, .rf-cal-edtr-shdw, .rf-cal-edtr-layout-shdw, .rf-cal-edtr-btn, .rf-cal-edtr-btn-over, .rf-cal-edtr-btn-sel, .rf-cal-edtr-tl-over, .rf-cal-edtr-tl-press, .rf-cal-time-inp, .rf-cal-time-btn, .rf-cal-time-btn-press, .rf-cal-timepicker-cnt, .rf-cal-timepicker-inp, .rf-cal-timepicker-ok, .rf-cal-timepicker-cancel, .rf-cal-monthpicker-cnt, .rf-cal-monthpicker-ok, .rf-cal-monthpicker-cancel, .rf-cal-monthpicker-split,*/ }
  body .rf-cp, body .rf-cp-hdr, body .rf-cp-hdr-exp, body .rf-cp-hdr-colps, body .rf-cp-gr, body .rf-cp-b, body .rf-cp-ico, body .rf-cp-exp-ico, body .rf-cp-ico-exp, body .rf-cp-ico-colps, body .rf-cp-lbl, body .rf-cp-lbl-exp, body .rf-cp-lbl-colps, body .rf-pp-btn, body .rf-pp-shade, body .rf-pp-cntr, body .rf-pp-hdr, body .rf-pp-hdr-cnt, body .rf-pp-cnt, body .rf-pp-cnt-scrlr, body .rf-pp-hndlr, body .rf-pp-hndlr-t, body .rf-pp-hndlr-b, body .rf-pp-hndlr-l, body .rf-pp-hndlr-r, body .rf-pp-hndlr-tl, body .rf-pp-hndlr-tr, body .rf-pp-hndlr-bl, body .rf-pp-hndlr-br,
  body .rf-dg,
  body .rf-p, body .rf-p-hdr, body .rf-p-b,
  body .rf-tab-hdr, body .rf-tab-hdr-act, body .rf-tab-hdr-inact, body .rf-tab-hdr-dis, body .rf-tab-hdr-tabline-vis, body .rf-tab-hdr-tabs, body .rf-tab-hdr-spcr, body .rf-tab-lbl, body .rf-tab-hdn, body .rf-tab-hdr-scrl-lft, body .rf-tab-hdr-scrl-rgh, body .rf-tab-hdr-tablst, body .rf-tab-hdr-brd, body .rf-tab-cnt {
    border-width: 0;
    background-color: transparent;
    background-image: none;
    font-size: 1rem; }
  body .rf-cp, body .rf-p {
    border-width: 0;
    border-radius: 1px;
    box-shadow: 4px 6px 10px #ccc;
    box-shadow: var(--sams-box-shadow, 4px 6px 10px #ccc);
    overflow: hidden;
    padding: 0; }
    body .rf-cp .rf-cp-b, body .rf-cp .rf-p-b, body .rf-p .rf-cp-b, body .rf-p .rf-p-b {
      border-width: 0; }
    body .rf-cp .rf-cp-hdr, body .rf-cp .rf-cp-hdr-exp, body .rf-cp .rf-p-hdr, body .rf-p .rf-cp-hdr, body .rf-p .rf-cp-hdr-exp, body .rf-p .rf-p-hdr {
      border-width: 0;
      padding: 3px 2px; }
      body .rf-cp .rf-cp-hdr:hover, body .rf-cp .rf-cp-hdr-exp:hover, body .rf-cp .rf-p-hdr:hover, body .rf-p .rf-cp-hdr:hover, body .rf-p .rf-cp-hdr-exp:hover, body .rf-p .rf-p-hdr:hover {
        background-color: #88c4ff; }
    body .rf-cp .rf-p-hdr, body .rf-p .rf-p-hdr {
      padding: 3px 0px 3px 10px; }
  body .rf-p {
    margin-right: 8px; }
  body .rf-tbp {
    border-width: 0;
    margin-bottom: 10px; }
    body .rf-tbp .rf-tbp {
      margin-top: 10px; }
    body .rf-tbp .rf-tab-cnt {
      overflow: auto; }
    body .rf-tbp .rf-tab-hdr-tabline-top, body .rf-tbp .rf-tab-hdr-tabline-vis {
      border-width: 0;
      height: auto;
      margin-bottom: -2px;
      overflow: hidden;
      white-space: normal;
      border-bottom: 2px solid #aaa;
      border-bottom: var(--sams-box-border, 2px solid #aaa); }
      body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs {
        border-spacing: 0;
        display: block; }
        body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs > tbody, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs > tbody {
          display: block; }
        body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs .rf-tab-hdr-spcr, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs .rf-tab-hdr-spcr {
          display: none; }
        body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs .rf-tab-hdr, body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs .rf-tab-hdr-inact.rf-tab-hdr-top, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs .rf-tab-hdr, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs .rf-tab-hdr-inact.rf-tab-hdr-top {
          background-color: #3983D7;
          display: inline-block;
          vertical-align: middle;
          border-top-left-radius: 1px;
          border-top-right-radius: 1px;
          border-top-width: 0;
          border-right-width: 0;
          border-left-width: 0;
          border-radius: 0;
          box-shadow: 1px -1px 0 1px #ffffff;
          padding: 3px 5px 203px 5px;
          margin-bottom: -200px;
          margin-right: 2px; }
          body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs .rf-tab-hdr:hover, body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs .rf-tab-hdr-inact.rf-tab-hdr-top:hover, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs .rf-tab-hdr:hover, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs .rf-tab-hdr-inact.rf-tab-hdr-top:hover {
            background-color: #88c4ff; }
          body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs .rf-tab-hdr.rf-tab-hdr-dis, body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs .rf-tab-hdr-inact.rf-tab-hdr-top.rf-tab-hdr-dis, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs .rf-tab-hdr.rf-tab-hdr-dis, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs .rf-tab-hdr-inact.rf-tab-hdr-top.rf-tab-hdr-dis {
            background-color: #aaa; }
          body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs .rf-tab-hdr.rf-tab-hdr-act, body .rf-tbp .rf-tab-hdr-tabline-top table.rf-tab-hdr-tabs .rf-tab-hdr-inact.rf-tab-hdr-top.rf-tab-hdr-act, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs .rf-tab-hdr.rf-tab-hdr-act, body .rf-tbp .rf-tab-hdr-tabline-vis table.rf-tab-hdr-tabs .rf-tab-hdr-inact.rf-tab-hdr-top.rf-tab-hdr-act {
            border-bottom: none;
            font-weight: normal;
            background-color: #ffab18; }
    body .rf-tbp .rf-tab-hdr-brd {
      height: 0;
      border-width: 0; }
    body .rf-tbp .rf-tab .rf-tab-cnt {
      border-radius: 1px;
      box-shadow: 4px 6px 10px #ccc;
      box-shadow: var(--sams-box-shadow, 4px 6px 10px #ccc);
      border: 2px solid #aaa;
      border: var(--sams-box-border, 2px solid #aaa); }
  body .rf-fu .rf-pb-prgs, body .rf-pb .rf-pb-prgs {
    background-color: #88c4ff; }
  body .rf-pb .rf-pb-rmng {
    width: 100%; }
  body .rf-fu {
    background-color: white;
    box-shadow: 4px 6px 10px #ccc;
    box-shadow: var(--sams-box-shadow, 4px 6px 10px #ccc);
    /*
            display: inline;
            .rf-fu-btn-cnt-add {
                * {

                    margin: 0 !important;
                    padding: 5px 10px !important;
                }

            }
        }*/ }
    body .rf-fu .rf-fu-btns-lft {
      padding: 10px; }
      body .rf-fu .rf-fu-btns-lft .rf-fu-btn-add {
        margin: 0;
        padding: 0;
        display: inline; }
        body .rf-fu .rf-fu-btns-lft .rf-fu-btn-add .rf-fu-btn-cnt-add {
          margin: 0 !important;
          padding: 0px 10px !important; }
  body .rf-pp-shade {
    background-color: rgba(80, 80, 80, 0.5); }
  body .rf-pp-cntr {
    background-color: white;
    box-shadow: 4px 6px 10px #666; }
    body .rf-pp-cntr .rf-pp-shdw {
      display: none; }
  body .rf-ctx-lst {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 1px;
    box-shadow: 4px 6px 10px #ccc;
    box-shadow: var(--sams-box-shadow, 4px 6px 10px #ccc); }
    body .rf-ctx-lst .rf-ctx-itm {
      width: auto; }
      body .rf-ctx-lst .rf-ctx-itm:hover {
        background-color: #aaa; }

.rf-insp .rf-insp-btns {
  cursor: pointer; }
  .rf-insp .rf-insp-btns .rf-insp-inc:before {
    content: "▲"; }
  .rf-insp .rf-insp-btns .rf-insp-dec:before {
    content: "▼"; }

/* Component containers----------------------------------*/
/* The css is based on primefaces-delta theme and extracted here to make it easier to edit. */
.ui-widget {
  font-family: inherit;
  font-size: 1em;
  /*padding: 1px;*/
  border-radius: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; }

.ui-widget-content {
  border: 1px solid #D5D5D5;
  background: #ffffff;
  color: #222222; }

/* Interaction states----------------------------------*/
/*.ui-state-default,*/
/*.ui-widget-content .ui-state-default,*/
.ui-state-default {
  font-weight: normal; }

.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #f9f9fc;
  font-weight: normal;
  color: #555555; }

.ui-state-default a {
  color: #555555;
  text-decoration: none; }
  .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  /*border: 1px solid #a6a6ac;*/
  /*background: #ededf0;*/
  /*font-weight: normal;*/
  /*color: #212121;*/ }

.ui-state-hover a {
  color: #212121;
  text-decoration: none; }
  .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #D5D5D5;
  background: #ffffff;
  font-weight: normal;
  color: #212121; }

.ui-state-active a {
  color: #212121;
  text-decoration: none; }
  .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none; }

.ui-widget:active {
  /*outline: none;*/ }

/* Interaction Cues----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #4da6ff;
  background: #4da6ff;
  color: #FFFFFF; }
  .ui-state-highlight > td, .ui-widget-content .ui-state-highlight > td, .ui-widget-header .ui-state-highlight > td {
    color: #FFFFFF; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  /*font-weight: normal;*/ }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("/images/pf-delta-icons/ui-icons_222222_256x240.png"); }

.ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("/images/pf-delta-icons/ui-icons_222222_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("/images/pf-delta-icons/ui-icons_888888_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon {
  background-image: url("/images/pf-delta-icons/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("/images/pf-delta-icons/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/images/pf-delta-icons/ui-icons_cd0a0a_256x240.png"); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start, .ui-icon-seek-first {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-overlaypanel.ui-overlay-visible:before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(200,200,200,0.5);*/
  z-index: -10; }

.ui-widget-overlay {
  background: #1f2226;
  opacity: .60;
  filter: Alpha(Opacity=60); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #1f2226;
  opacity: .60;
  filter: Alpha(Opacity=60);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

/** jQuery UI Resizable 1.8.16** Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)* Dual licensed under the MIT or GPL Version 2 licenses.* http://jquery.org/license** http://docs.jquery.com/UI/Resizable#theming*/
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/** jQuery UI Selectable 1.8.16** Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)* Dual licensed under the MIT or GPL Version 2 licenses.* http://jquery.org/license** http://docs.jquery.com/UI/Selectable#theming*/
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/** jQuery UI Accordion 1.8.16** Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)* Dual licensed under the MIT or GPL Version 2 licenses.* http://jquery.org/license** http://docs.jquery.com/UI/Accordion#theming*/
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
  font-weight: bold; }

/** jQuery UI Button 1.8.16** Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)* Dual licensed under the MIT or GPL Version 2 licenses.* http://jquery.org/license** http://docs.jquery.com/UI/Button#theming*/
.ui-button .ui-icon {
  background-image: url("/images/pf-delta-icons/ui-icons_222222_256x240.png"); }

/** jQuery UI Dialog 1.8.16** Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)* Dual licensed under the MIT or GPL Version 2 licenses.* http://jquery.org/license** http://docs.jquery.com/UI/Dialog#theming*/
.ui-dialog {
  position: absolute;
  padding: 0;
  width: 300px;
  overflow: visible;
  border: 0 none;
  border-radius: 0;
  box-shadow: 4px 6px 10px #666; }
  .ui-dialog .ui-dialog-titlebar {
    border-width: 0;
    padding: 3px 0px 3px 10px;
    position: relative;
    border: solid #e5e5e5;
    border-width: 0 0 1px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .ui-dialog .ui-dialog-titlebar:hover {
      background-color: #88c4ff; }
  .ui-dialog .ui-dialog-title {
    float: left; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: -16px !important;
    top: -16px !important;
    margin: 0;
    width: 30px;
    height: 30px;
    background: url("/images/pf-delta-icons/modalClose.png") 0 0 no-repeat;
    border: 0 !important;
    z-index: 10000;
    padding: 0px !important; }
    .ui-dialog .ui-dialog-titlebar-close span {
      display: none !important; }
    .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
      padding: 0; }
  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 15px 20px 20px 20px;
    border-width: 0;
    overflow: auto;
    zoom: 1; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border: solid #e5e5e5;
    border-width: 1px 0 0 0;
    background: transparent;
    margin: 20px 20px 10px 20px;
    padding: 10px 0 0 0; }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: right; }
    .ui-dialog .ui-dialog-buttonpane button {
      margin: .5em .4em .5em 0;
      cursor: pointer; }
  .ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/** jQuery UI Slider 1.8.16** Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)* Dual licensed under the MIT or GPL Version 2 licenses.* http://jquery.org/license** http://docs.jquery.com/UI/Slider#theming*/
.ui-slider {
  position: relative;
  text-align: left;
  background: #838688;
  border: none; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 17px !important;
    height: 21px !important;
    cursor: default;
    background: url("/images/pf-delta-icons/slider_handles.png") 0 0 no-repeat;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #14a4ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .ui-slider .ui-slider-handle.ui-state-active {
    background-position: -17px 0; }

.ui-slider-horizontal {
  height: 6px; }
  .ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -.6em; }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }
  .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em; }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0; }

#ui-datepicker-div {
  z-index: 9999 !important; }

.ui-datepicker {
  padding: 0px !important;
  box-shadow: 4px 6px 10px #ccc;
  box-shadow: var(--sams-box-shadow, 4px 6px 10px #ccc); }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .4em 0;
    border: 1px solid #3b3e40;
    background: #595c5d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #595c5d 0%, #474a4b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #595c5d), color-stop(100%, #474a4b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #595c5d 0%, #474a4b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #595c5d 0%, #474a4b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #595c5d 0%, #474a4b 100%);
    /* IE10+ */
    background: linear-gradient(top, #595c5d 0%, #474a4b 100%);
    /* W3C */
    /* IE6-9 */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .ui-datepicker th {
    color: #e8e9ea !important;
    border: #27292b solid !important;
    border-width: 1px 0 !important;
    background: #77797a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #77797a 0%, #5b5e5e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77797a), color-stop(100%, #5b5e5e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #77797a 0%, #5b5e5e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #77797a 0%, #5b5e5e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #77797a 0%, #5b5e5e 100%);
    /* IE10+ */
    background: linear-gradient(top, #77797a 0%, #5b5e5e 100%);
    /* W3C */ }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer; }
  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 2px !important; }
  .ui-datepicker .ui-datepicker-prev {
    left: 2px !important; }
  .ui-datepicker .ui-datepicker-next {
    right: 2px !important; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important; }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color: #e8e9ea; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month-year {
    width: 100%; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-datepicker table {
    font-size: .9em;
    border-collapse: collapse;
    margin: -1px 0 0 0 !important; }
  .ui-datepicker th {
    padding: .7em 0;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-size: 10px;
    color: #acacac;
    border-bottom: 1px solid #cdcdcd !important; }
  .ui-datepicker td {
    border: 0;
    padding: 0 !important;
    border: 1px solid #cdcdcd; }
    .ui-datepicker td a {
      display: block;
      padding: 0 !important;
      border: 0 none !important;
      /*border:1px solid #cdcdcd !important;*/
      line-height: 30px;
      text-align: center !important;
      font-size: 12px;
      text-decoration: none;
      font-weight: bold !important; }
      .ui-datepicker td a.ui-state-default {
        color: #5d5d5d;
        background: #e8e9ea;
        /* Old browsers */
        background: -moz-linear-gradient(top, #e8e9ea 0%, #e3e3e3 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e9ea), color-stop(100%, #e3e3e3));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e8e9ea 0%, #e3e3e3 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e8e9ea 0%, #e3e3e3 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e8e9ea 0%, #e3e3e3 100%);
        /* IE10+ */
        background: linear-gradient(top, #e8e9ea 0%, #e3e3e3 100%);
        /* W3C */ }

.ui-datepicker-current-day a {
  background: #20a8fe !important;
  filter: none !important;
  color: #FFF !important; }

td.ui-datepicker-unselectable {
  border-color: #ebebeb !important;
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #fcfcfc 0%, #efefef 100%);
  /* W3C */
  /* IE6-9 */ }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 0; }
  .ui-datepicker .ui-datepicker-buttonpane > button, .ui-datepicker .ui-datepicker-buttonpane > button[type=button] {
    float: left;
    margin: 10px;
    cursor: pointer;
    /*padding: .2em .6em .3em .6em;*/
    width: auto;
    overflow: visible; }
    .ui-datepicker .ui-datepicker-buttonpane > button.ui-datepicker-current, .ui-datepicker .ui-datepicker-buttonpane > button[type=button].ui-datepicker-current {
      display: none;
      /*float: left;*/ }

.ui-datepicker .ui-icon-circle-triangle-w {
  background: url("/images/pf-delta-icons/icons_16.png") 0 -128px no-repeat !important; }

.ui-datepicker .ui-icon-circle-triangle-e {
  background: url("/images/pf-delta-icons/icons_16.png") 0 -112px no-repeat !important; }

.ui-datepicker-header .ui-state-hover {
  border: 0;
  background: none; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/** jQuery UI Progressbar 1.8.16** Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)* Dual licensed under the MIT or GPL Version 2 licenses.* http://jquery.org/license** http://docs.jquery.com/UI/Progressbar#theming*/
.ui-progressbar {
  height: 10px;
  text-align: left;
  border: 0 none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #333; }
  .ui-progressbar .ui-progressbar-value {
    margin: 0px !important;
    height: 100%;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #27abff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #27abff 0%, #059eff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #27abff), color-stop(100%, #059eff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #27abff 0%, #059eff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #27abff 0%, #059eff 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #27abff 0%, #059eff 100%);
    /* IE10+ */
    background: linear-gradient(top, #27abff 0%, #059eff 100%);
    /* W3C */ }
  .ui-progressbar .ui-progressbar-label {
    color: #ffffff; }

.ui-button, button.ui-button.ui-state-default {
  border: 1px solid #168dd9;
  color: #FFF;
  font-size: 12px;
  background: #27abff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #27abff 0%, #059eff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #27abff), color-stop(100%, #059eff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #27abff 0%, #059eff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #27abff 0%, #059eff 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #27abff 0%, #059eff 100%);
  /* IE10+ */
  background: linear-gradient(top, #27abff 0%, #059eff 100%);
  /* W3C */
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none; }

.ui-button.ui-state-default {
  border: 1px solid #168dd9;
  color: #FFF;
  font-size: 12px;
  background: #27abff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #27abff 0%, #059eff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #27abff), color-stop(100%, #059eff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #27abff 0%, #059eff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #27abff 0%, #059eff 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #27abff 0%, #059eff 100%);
  /* IE10+ */
  background: linear-gradient(top, #27abff 0%, #059eff 100%);
  /* W3C */
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none; }

.ui-button:hover {
  border: 1px solid #0c6aa6;
  background: #279cff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #279cff 0%, #058dff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #279cff), color-stop(100%, #058dff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #279cff 0%, #058dff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #279cff 0%, #058dff 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #279cff 0%, #058dff 100%);
  /* IE10+ */
  background: linear-gradient(top, #279cff 0%, #058dff 100%);
  /* W3C */ }

button.ui-button.ui-state-hover {
  border: 1px solid #0c6aa6;
  background: #279cff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #279cff 0%, #058dff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #279cff), color-stop(100%, #058dff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #279cff 0%, #058dff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #279cff 0%, #058dff 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #279cff 0%, #058dff 100%);
  /* IE10+ */
  background: linear-gradient(top, #279cff 0%, #058dff 100%);
  /* W3C */ }

.ui-button.ui-state-hover {
  border: 1px solid #0c6aa6;
  background: #279cff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #279cff 0%, #058dff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #279cff), color-stop(100%, #058dff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #279cff 0%, #058dff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #279cff 0%, #058dff 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #279cff 0%, #058dff 100%);
  /* IE10+ */
  background: linear-gradient(top, #279cff 0%, #058dff 100%);
  /* W3C */ }

.ui-button:active, button.ui-button.ui-state-active {
  border: 1px solid #0c6aa6;
  /* W3C */ }

.ui-button:focus, button.ui-button.ui-state-focus {
  border-color: #0f669d; }

.ui-button .ui-button-text {
  font-size: 1em; }

.ui-button-text-only .ui-button-text {
  padding: 0; }

.ui-toggle-switch label {
  text-align: left;
  width: auto;
  cursor: pointer; }

.inlineSearch .ui-toggle-switch {
  margin-top: 3px; }

.oldie .inlineSearch .ui-toggle-switch {
  margin-top: 2px; }

/* PrimeFaces Extensions */
.ui-tabs {
  position: relative;
  zoom: 1;
  border: none !important;
  background: none; }
  .ui-tabs .ui-tabs-nav {
    background: none;
    border: 0; }
    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      margin: 0 .2em 1px 0;
      padding: 0;
      white-space: nowrap; }
      .ui-tabs .ui-tabs-nav li a {
        float: left;
        padding: .5em 1em;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        margin-bottom: 0; }
        .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
          cursor: text; }
      .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text; }
      .ui-tabs .ui-tabs-nav li a {
        cursor: pointer; }
  .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer; }
  .ui-tabs .ui-tabs-panel {
    border-width: 0px !important;
    padding: 1em 1.4em;
    background: #FFF; }
  .ui-tabs.ui-tabs-top .ui-tabs-nav {
    border-bottom: 1px solid #D9D9D9; }
    .ui-tabs.ui-tabs-top .ui-tabs-nav li.ui-tabs-selected {
      padding-bottom: 1px; }
  .ui-tabs.ui-tabs-bottom .ui-tabs-nav {
    border-top: 1px solid #D9D9D9; }
    .ui-tabs.ui-tabs-bottom .ui-tabs-nav li.ui-tabs-selected {
      margin-top: -1px;
      padding-top: 1px; }
  .ui-tabs.ui-tabs-left .ui-tabs-nav {
    border-right: 1px solid #D9D9D9; }
    .ui-tabs.ui-tabs-left .ui-tabs-nav li.ui-tabs-selected {
      margin-right: -1px;
      padding-right: 1px; }
  .ui-tabs.ui-tabs-right .ui-tabs-nav {
    border-left: 1px solid #D9D9D9; }
    .ui-tabs.ui-tabs-right .ui-tabs-nav li.ui-tabs-selected {
      margin-left: -1px !important;
      padding-left: 1px !important; }
  .ui-tabs .ui-tabs-nav {
    padding: 0px !important;
    border-radius: 0px !important; }

/** FULL CUSTOM DEFINITIONS START HERE **/
.timeline-frame .timeline-content .timeline-event {
  background-color: #3983D7;
  border-radius: 0;
  border-color: black; }
  .timeline-frame .timeline-content .timeline-event .timeline-event-content {
    color: white;
    font-weight: lighter; }
  .timeline-frame .timeline-content .timeline-event.canceled {
    background-color: #ccc; }
    .timeline-frame .timeline-content .timeline-event.canceled .timeline-event-content {
      text-decoration: line-through; }
  .timeline-frame .timeline-content .timeline-event.timeline-event-selected {
    background: #ffab18; }

.timeline-frame .timeline-groups-axis {
  font-size: 0.9em;
  font-weight: bold; }

.timeline-frame .timeline-navigation {
  background-color: white;
  border-color: #3983D7; }

.ui-datatable .ui-datatable-tablewrapper {
  overflow: initial; }

.ui-datatable table {
  width: auto;
  table-layout: auto; }
  .ui-datatable table thead th {
    border-top-width: 0; }

.ui-datatable tr.ui-widget-content {
  border: none; }

.ui-datatable th.ui-state-default a, .ui-datatable th.ui-state-default a:link, .ui-datatable th.ui-state-default a:hover, .ui-datatable th.ui-state-default a:active, .ui-datatable th.ui-state-default a:visited {
  color: inherit; }

.ui-inputfield {
  padding: 1px; }
  .ui-inputfield, .ui-inputfield.ui-state-focus {
    /*box-shadow: none;*/ }

.ui-spinner input.ui-spinner-input {
  width: auto;
  padding: 4px 22px 4px 4px; }

button.ui-button.ui-widget,
button.ui-button.ui-widget.ui-state-default,
button.ui-button.ui-widget.ui-state-highlight
.ui-widget-content > button, .ui-widget-content > button[type=button] {
  /*box-shadow: none !important; // these fuckers have set !important in their style definition...*/
  background: none;
  text-shadow: none;
  background-color: #ffab18;
  color: black;
  border-width: 0px;
  box-shadow: 2px 3px 5px #ccc;
  margin: 10px 5px 5px 0px;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 0; }
  button.ui-button.ui-widget:hover,
  button.ui-button.ui-widget.ui-state-default:hover,
  button.ui-button.ui-widget.ui-state-highlight
.ui-widget-content > button:hover, .ui-widget-content > button[type=button]:hover {
    background-color: #88c4ff; }
  button.ui-button.ui-widget.disabled,
  button.ui-button.ui-widget.ui-state-default.disabled,
  button.ui-button.ui-widget.ui-state-highlight
.ui-widget-content > button.disabled, .ui-widget-content > button[type=button].disabled {
    background-color: #ccc; }

.ui-selectonelistbox .suggestionBox, .ui-selectonelistbox {
  width: auto; }
  .ui-selectonelistbox .suggestionBox .ui-selectlistbox-listcontainer, .ui-selectonelistbox .ui-selectlistbox-listcontainer {
    overflow-y: scroll;
    max-height: 80px; }
  .ui-selectonelistbox .suggestionBox .ui-selectlistbox-item td, .ui-selectonelistbox .ui-selectlistbox-item td {
    font-size: 11px;
    white-space: nowrap;
    text-align: left; }
  .ui-selectonelistbox .suggestionBox .ui-state-highlight, .ui-selectonelistbox .ui-state-highlight {
    background-color: #255ab8 !important; }

.ui-inplace .ui-inplace-display {
  border-bottom: 1px dashed #666 !important; }

.fc .fc-day-header, .fc .fc-axis {
  background-color: #888;
  border-color: #888; }

.fc .fc-event-container a {
  cursor: pointer;
  background-color: #3983D7;
  border-color: #3983D7; }
  .fc .fc-event-container a:hover {
    background-color: #88c4ff;
    border-color: #88c4ff; }
  .fc .fc-event-container a.disabled, .fc .fc-event-container a.disabled:hover {
    cursor: auto;
    background-color: #888;
    border-color: #888; }

.ui-growl-item-container {
  opacity: 100; }

/*# sourceMappingURL=../../sams.css.map */