@charset "UTF-8";
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("font-awesome-4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("font-awesome-4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("font-awesome-4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("font-awesome-4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("font-awesome-4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, i.events, i.accommodation, i.admin-role, i.settings, i.reports, i.back, i.program, i.outputs, i.users, i.delegates, i.members, i.group, i.committee, i.sponsors-trade, i.home, i.immigration, i.convenor, .input-group.loading .input-group-addon i, .icon-document {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, i.pull-left.events, i.pull-left.accommodation, i.pull-left.admin-role, i.pull-left.settings, i.pull-left.reports, i.pull-left.back, i.pull-left.program, i.pull-left.outputs, i.pull-left.users, i.pull-left.delegates, i.pull-left.members, i.pull-left.group, i.pull-left.committee, i.pull-left.sponsors-trade, i.pull-left.home, i.pull-left.immigration, i.pull-left.convenor, .input-group.loading .input-group-addon i.pull-left, .pull-left.icon-document {
  margin-right: .3em; }

.fa.pull-right, i.pull-right.events, i.pull-right.accommodation, i.pull-right.admin-role, i.pull-right.settings, i.pull-right.reports, i.pull-right.back, i.pull-right.program, i.pull-right.outputs, i.pull-right.users, i.pull-right.delegates, i.pull-right.members, i.pull-right.group, i.pull-right.committee, i.pull-right.sponsors-trade, i.pull-right.home, i.pull-right.immigration, i.pull-right.convenor, .input-group.loading .input-group-addon i.pull-right, .pull-right.icon-document {
  margin-left: .3em; }

.fa-spin, .icon-spin, .input-group.loading .input-group-addon i {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before, i.admin-role:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before, i.home:before {
  content: ""; }

.fa-file-o:before, .icon-document:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before, i.reports:before, i.program:before, i.outputs:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before, i.back:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before, i.immigration:before {
  content: ""; }

.fa-calendar:before, i.events:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before, i.reports:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before,
i.settings:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before, i.convenor:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before,
i.users:before,
i.delegates:before,
i.members:before,
i.group:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before, i.committee:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before, i.accommodation:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before, .input-group.loading .input-group-addon i:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before, i.sponsors-trade:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

#menu {
  float: left;
  width: 180px;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0; }
  #menu li a {
    background-color: #eaf8ff;
    border-radius: 0px;
    height: 25px;
    padding: 4px 6px; }
    #menu li a .menuicon i {
      padding-right: 5px; }
    #menu li a .menu-item-text {
      vertical-align: top; }
  #menu li.active {
    overflow: visible; }
    #menu li.active a {
      background-color: #00AEDB; }
      #menu li.active a .menuicon i {
        color: white; }
  #menu h5 {
    line-height: 1.4em;
    margin-top: 0; }
  #menu li.active:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 0 12px 13px;
    border-color: transparent transparent transparent #00AEDB;
    position: absolute;
    left: 168px;
    top: 1px; }
  #menu #previous {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 8px; }

.tabs {
  margin: 0px;
  border: 1px solid #d0d0d0;
  border-top: none;
  background-color: #e9e9e9;
  padding: 4px 0px 0px 10px;
  list-style: none;
  height: 29px;
  clear: right; }

#subtabs {
  background-color: #f8f8f8; }

.tabs > li {
  height: 25px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  margin-right: 3px;
  border: 1px solid #d0d0d0;
  border-bottom: none;
  background-color: #f8f8f8; }
  .tabs > li.disabled {
    border: 1px solid #dddddd;
    color: #777777; }
    .tabs > li.disabled a {
      color: #777777;
      text-decoration: none;
      cursor: not-allowed; }
  .tabs > li i {
    margin-top: 1px; }

#tabs #searchtab {
  border: none;
  float: right;
  padding: 0px;
  padding-left: 18px;
  background-color: #d0d0d0;
  background-image: url(/im/bg/bg_search.gif);
  background-position: 2px 2px;
  background-repeat: no-repeat; }

#searchform.loading .textfield {
  background: white url(/im/icons/loading.gif) no-repeat center right; }

.tabs li a {
  display: block;
  padding: 4px 8px;
  color: #24829a; }

.tabs li.tabSelected {
  background-color: #ffffff;
  padding-bottom: 1px;
  font-weight: bold; }
  .tabs li.tabSelected a {
    color: #00aedb; }

.web-object-form .card-actions .remove {
  float: right; }

#websection_form .web-object-form select {
  min-width: 0px; }

.fa, i.events, i.accommodation, i.admin-role, i.settings, i.reports, i.back, i.program, i.outputs, i.users, i.delegates, i.members, i.group, i.committee, i.sponsors-trade, i.home, i.immigration, i.convenor, .input-group.loading .input-group-addon i, .icon-document {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before, i.admin-role:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before, i.home:before {
  content: ""; }

.fa-file-o:before, .icon-document:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before, i.reports:before, i.program:before, i.outputs:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before, i.back:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before, i.immigration:before {
  content: ""; }

.fa-calendar:before, i.events:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before, i.reports:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before,
i.settings:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before, i.convenor:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before,
i.users:before,
i.delegates:before,
i.members:before,
i.group:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before, i.committee:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before, i.accommodation:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before, .input-group.loading .input-group-addon i:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before, i.sponsors-trade:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

.glyphicon, i.past_events, i.organisations, i.locations, i.onsite, i.communication, i.support, i.setup, i.review, i.finance, i.tick, i.user, i.profile, i.app, i.communications, i.cpd, i.cpdevents, i.search, i.sessions {
  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; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before, i.communication:before, i.communications:before {
  content: "\2709"; }

.glyphicon-pencil:before, i.setup:before, i.review:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before, i.search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before, i.user:before, i.profile:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before, i.tick:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before, i.past_events:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before, i.sessions:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before, i.organisations:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before, i.support:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before, i.locations:before, i.onsite:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before, i.app:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before, i.finance:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before, i.cpd:before, i.cpdevents:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

i {
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.35); }

#menu i {
  font-size: 16px; }

i.events {
  color: #0088cc; }

i.past_events {
  color: #0088cc; }

i.organisations {
  color: #ee5f5b; }

i.locations, i.onsite {
  color: #0088cc; }

i.accommodation {
  color: #0088cc; }

i.communication {
  color: #0088cc; }

i.admin-role {
  color: #0088cc; }

i.settings {
  color: #fbb450; }

i.reports {
  color: #0088cc; }

i.support {
  color: #0088cc; }

i.back {
  color: #62c462; }

i.setup, i.review {
  color: #C37C18; }

i.reports {
  color: #0088cc; }

i.program, i.outputs {
  color: #0088cc; }

i.users, i.delegates, i.members, i.group {
  color: #0088cc; }

i.finance {
  color: #62c462; }

i.committee {
  color: #0088cc; }

i.user, i.profile {
  color: #0088cc; }

i.sponsors-trade {
  color: #0088cc; }

i.app {
  color: #0088cc; }

i.communications {
  color: #0088cc; }

i.cpd, i.cpdevents {
  color: #0088cc; }

i.search {
  color: #0088cc; }

i.sessions {
  color: #0088cc; }

i.home {
  color: #0088cc; }

i.immigration {
  color: #0088cc; }

i.convenor {
  color: #0088cc; }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777; }

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.bootstrap-datetimepicker-widget.wider {
  width: 21em; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

div.tagsinput {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 5px;
  width: 300px;
  height: 100px;
  overflow-y: auto; }

div.tagsinput span.tag {
  border: 1px solid #a5d24a;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  background: #cde69c;
  color: #638421;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px; }

div.tagsinput span.tag a {
  font-weight: 700;
  color: #82ad2b;
  text-decoration: none;
  font-size: 11px; }

div.tagsinput input {
  width: 80px;
  margin: 0 5px 5px 0;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: 0 0;
  color: #000;
  outline: 0; }

div.tagsinput div {
  display: block;
  float: left; }

.tags_clear {
  clear: both;
  width: 100%;
  height: 0; }

.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important; }

/* CSS Document */
body {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  background-color: #003333;
  color: #444444; }

html.api body {
  background-color: white; }

html.api #eventTitle {
  width: auto; }

html.api #eventTitle #eventLogo img {
  max-height: 135px;
  max-width: 80%;
  margin: 10px; }

html.api .login-section {
  margin: 30px 0; }

html.api #login-form label {
  width: auto;
  float: none;
  display: block; }

html.api #login-form input[type='text'], html.api #login-form input[type='password'] {
  width: 100%;
  float: none;
  display: block; }

[data-url] {
  cursor: pointer; }

/** FlexBox **/
.flexbox-container {
  display: flex; }

.flexbox-default {
  align-items: stretch;
  justify-content: flex-start;
  align-content: space-around;
  flex-flow: row wrap; }
  .flexbox-default .flexbox-item {
    padding: 3px; }

.flexbox-width-1 .flexbox-item {
  width: 100%; }

.flexbox-width-2 .flexbox-item {
  width: 50%; }

.flexbox-width-3 .flexbox-item {
  width: 33.33333%; }

.flexbox-width-4 .flexbox-item {
  width: 25%; }

.flexbox-width-6 .flexbox-item {
  width: 16.66667%; }

.tooltip {
  min-width: 200px;
  font-size: 12px; }

#membership-type-form label {
  font-size: 14px; }

#membership-location-select {
  height: 320px; }

#membership-location {
  float: left; }

.membership-location-form .canvas {
  width: auto;
  height: 320px; }

.map-canvas {
  margin: 17px 30px;
  float: right;
  height: 300px;
  width: 240px; }

.hotel-map-canvas {
  margin: 17px 30px;
  float: right;
  height: 300px;
  width: 100%; }

form .form-group .text-help {
  margin-left: 5px; }

table.itemlist .glyphicon, table.itemlist i.past_events, table.itemlist i.organisations, table.itemlist i.locations, table.itemlist i.onsite, table.itemlist i.communication, table.itemlist i.support, table.itemlist i.setup, table.itemlist i.review, table.itemlist i.finance, table.itemlist i.tick, table.itemlist i.user, table.itemlist i.profile, table.itemlist i.app, table.itemlist i.communications, table.itemlist i.cpd, table.itemlist i.cpdevents, table.itemlist i.search, table.itemlist i.sessions, table.itemlist .fa, table.itemlist i.events, table.itemlist i.accommodation, table.itemlist i.admin-role, table.itemlist i.settings, table.itemlist i.reports, table.itemlist i.back, table.itemlist i.program, table.itemlist i.outputs, table.itemlist i.users, table.itemlist i.delegates, table.itemlist i.members, table.itemlist i.group, table.itemlist i.committee, table.itemlist i.sponsors-trade, table.itemlist i.home, table.itemlist i.immigration, table.itemlist i.convenor, table.itemlist .input-group.loading .input-group-addon i, .input-group.loading .input-group-addon table.itemlist i, table.itemlist .icon-document {
  font-size: 16px;
  text-shadow: 1px 2px 2px rgba(51, 51, 51, 0.35); }

table .danger {
  color: #a94442; }

table .success {
  color: #3c763d; }

table tr.disabled {
  opacity: 0.5; }

table .handle {
  cursor: move; }

.danger {
  color: #a94442; }

.success {
  color: #3c763d; }

i.icon-large {
  font-size: 17px; }

td.italic {
  font-style: italic; }

hr {
  color: #e0e0e0; }

.printOnly {
  display: none; }

input.url[type='text'] {
  width: 400px; }

.rich-text-editor {
  width: 800px;
  margin-left: 165px; }
  .rich-text-editor .textarea {
    height: auto;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px; }

.embeddable #embed-variable {
  font-size: 18px; }

.embeddable li.list-title {
  color: #888;
  padding: 0px 10px; }

#import-form input[type="file"] {
  display: inline-block; }

.input-group .input-group-addon {
  padding: 3px 9px; }

#mobile-page-form fieldset {
  margin: 0px; }
  #mobile-page-form fieldset h3 {
    padding-top: 0px;
    padding-bottom: 10px; }

#mobile-page-form #Content {
  height: 600px; }

#mobile-page-form #Content .textarea {
  height: 100%; }

.icon_checkbox i {
  padding: 0px 5px; }

.section h3 i {
  padding-right: 10px; }

.date-timezone .input-group, .datetime .input-group, .datetimezone .input-group {
  width: 200px; }

.date-timezone .field, .datetime .field, .datetimezone .field {
  float: left;
  width: 200px; }

li.alert-field {
  padding: 15px 0; }

p {
  margin: 8px 0 10px; }

a i.fa-file-pdf-o, a i.fa-file-text-o {
  margin-right: 10px; }

.btn-login.btn {
  font-size: 14px;
  padding: 8px 15px; }

.btn-currinda.btn {
  background-image: inherit;
  background-color: #006dcc;
  background-image: url(/im/currinda-white-tiny.png), -webkit-linear-gradient(top, #428BCA, #2D6CA2);
  background-image: url(/im/currinda-white-tiny.png), -o-linear-gradient(top, #428BCA, #2D6CA2);
  background-image: url(/im/currinda-white-tiny.png), linear-gradient(to bottom, #428BCA 0%, #2D6CA2 100%);
  background-repeat: no-repeat, repeat-x;
  background-position: 8px center, center;
  padding-left: 36px;
  font-size: 14px;
  padding: 8px 15px 8px 36px; }

.btn-currinda.btn:hover,
.btn-currinda.btn:active {
  background-position: 8px center, 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  background-color: #2D6CA2; }

#archived-user.modal .btn {
  margin-top: 10px; }

#archived-user.modal #archived-activate-btn {
  float: right; }

a {
  color: #00aedb;
  text-decoration: none; }

a.btn {
  text-decoration: none; }

form {
  margin: 0px;
  padding: 0px; }
  form li.wide select {
    width: 400px; }
  form .hint {
    float: left; }
    form .hint strong {
      color: #337ab7; }

div.btn-heading h2, div.btn-heading a {
  float: left;
  margin: 0px 10px 0px 0px; }

div.btn-heading a {
  margin-top: 5px; }

h1, .h1, h2, .h2, h3, .h3 {
  margin: 6px 0; }

h1, h2 {
  letter-spacing: -0.045em; }

h2 small {
  font-size: 50%; }

h3 {
  letter-spacing: -0.03em;
  /*	color:#00aedb; */
  color: #888888; }

form h3 {
  padding: 6px 0px 0px;
  font-size: 17px; }

form h3 + p {
  margin-top: 0px; }

h4, h5, h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: inherit;
  font-weight: bold; }

/* @group Base */
select.chzn-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important;
  min-width: 160px; }

.chzn-container, .tagit {
  font-size: inherit;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  min-width: 160px; }

.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 999;
  min-width: 160px; }

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 19px;
  line-height: 18px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none; }

.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -moz-binding: url("/xml/ellipsis.xml#ellipsis");
  text-overflow: ellipsis; }

.chzn-container-single .chzn-single div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px; }

.chzn-container-single .chzn-single div b {
  background: url("chosen-sprite.png") no-repeat 0 -2px;
  display: block;
  width: 100%;
  height: 100%; }

.chzn-container-single .chzn-search {
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap; }

.chzn-container-single .chzn-search input {
  background: #fff url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  min-width: 160px; }

.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.chzn-container-single.chzn-disabled .chzn-single {
  color: #999; }

.chzn-disabled {
  opacity: 0.5 !important;
  cursor: default; }

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices, .tagit {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative; }

.chzn-container-multi .chzn-choices li, .tagit .tagit-choice {
  float: left;
  list-style: none;
  clear: none;
  padding-bottom: 7px; }

.chzn-container-multi .chzn-choices .search-field, .tagit-new {
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.chzn-container-multi .chzn-choices .search-field input, .tagit-new input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.chzn-container-multi .chzn-choices .search-field .default {
  color: #999; }

.chzn-container-multi .chzn-choices .search-choice, .tagit-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%, #eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #e4e4e4 0%, #eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative; }

.chzn-container-multi .chzn-choices .search-choice span, .tagit-choice span {
  cursor: default; }

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 8px;
  height: 9px;
  font-size: 1px;
  background: url(chosen-sprite.png) right top no-repeat; }

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -9px; }

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -9px; }

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }

.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0; }

.chzn-container .chzn-results li {
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none; }

.chzn-container .chzn-results .active-result {
  cursor: pointer; }

.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff; }

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal; }

.chzn-container .chzn-results .highlighted em {
  background: transparent; }

.chzn-container .chzn-results .no-results {
  background: #f4f4f4; }

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold; }

.chzn-container .chzn-results .group-option {
  padding-left: 20px; }

.chzn-container-multi .chzn-drop .result-selected {
  display: none; }

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none; }

.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px; }

.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb; }

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important; }

/* @end */
/* @group Right to Left */
.chzn-rtl {
  direction: rtl;
  text-align: right; }

.chzn-rtl .chzn-single {
  padding-left: 0;
  padding-right: 8px; }

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0; }

.chzn-rtl .chzn-single div {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.chzn-rtl .chzn-choices li {
  float: right; }

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 6px 3px 19px;
  margin: 3px 5px 3px 0; }

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 5px;
  right: auto;
  background-position: right top; }

.chzn-rtl.chzn-container-single .chzn-results {
  margin-left: 4px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px; }

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 20px; }

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none; }

.chzn-rtl .chzn-search input {
  background: url("chosen-sprite.png") no-repeat -38px -20px, #ffffff;
  background: url("chosen-sprite.png") no-repeat -38px -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("chosen-sprite.png") no-repeat -38px -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("chosen-sprite.png") no-repeat -38px -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("chosen-sprite.png") no-repeat -38px -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("chosen-sprite.png") no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("chosen-sprite.png") no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("chosen-sprite.png") no-repeat -38px -20px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  padding: 4px 5px 4px 20px;
  min-width: 160px; }

.tagit-close {
  float: right;
  color: #b4b4b4;
  font-weight: bold;
  margin-left: 4px;
  cursor: pointer; }

.tagit-close .text-icon {
  cursor: pointer; }

.tagit-choice {
  padding-right: 5px !important; }

/* @end */
ul.no-list-style {
  list-style: none;
  padding-left: 0; }

.membership_location_result {
  padding-bottom: 20px; }

#headerRow {
  background-color: white;
  margin-bottom: 8px; }

#header {
  width: 975px;
  margin: 0px auto;
  padding: 0px;
  /*	color:#f8f8f8;
*/
  padding: 0px 0px 8px; }

#header.admin {
  width: 1250px; }

#header #title {
  float: left;
  font-size: 5px;
  width: 200px;
  margin-top: 2px;
  margin-left: 98px; }

#title img {
  max-height: 115px; }

#header #title img {
  border: 0; }

#header .powered-by {
  text-align: right;
  padding: 20px; }

#header .powered-by img {
  height: 100px; }

#userPane {
  font-size: 12px;
  float: right;
  text-align: right;
  background-color: #265f74;
  color: #ffffff;
  padding: 4px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0px;
  font-weight: normal;
  font-size: 11px;
  text-shadow: none;
  letter-spacing: -0.025em;
  line-height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  min-width: 220px; }

#userPane img.powered-by {
  float: right;
  margin-left: 6px;
  height: 35px; }

#headerRow img.powered-by {
  margin: 25px 20px;
  float: right;
  width: 150px; }

#mottoRow {
  height: 20px;
  background-color: #000000; }

#motto {
  text-indent: -9000px;
  height: 20px;
  width: 960px;
  margin: 0 auto;
  padding: 0px; }

#userPane #actions {
  display: block; }

#motto.admin {
  width: 1250px; }

#contentRow {
  border-top: 1px solid #bbbbbb; }

#eventRow {
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 5px; }

#eventTitle {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0px; }

#eventTitle h2 {
  font-size: 26px;
  color: #26708c;
  line-height: 29px;
  text-align: center; }

#eventTitle #presents {
  font-size: 14px;
  font-style: italic; }

#eventTitle #eventMeta {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  overflow: auto; }

#eventTitle #hosts {
  margin-top: 5px;
  font-weight: bold; }

#eventTitle #eventLogo img {
  max-width: 100%; }

#eventTitle #eventLogo {
  margin-top: 10px;
  font-weight: bold;
  text-align: center; }
  #eventTitle #eventLogo.left {
    float: left; }
  #eventTitle #eventLogo.right {
    float: right; }

#contentWrapper {
  padding: 5px;
  padding-bottom: 0;
  background-color: #303030;
  border: 1px solid #666666;
  position: relative; }
  #contentWrapper #page {
    right: 0px; }

#contentWrapperAdmin {
  margin: 0px auto;
  padding: 5px;
  padding-bottom: 0;
  background-color: #303030;
  border: 1px solid #666666; }

#contentWrapperAdmin select, .abstract-search select {
  min-width: 200px; }

#page {
  position: absolute;
  left: 195px;
  right: 5px; }

#page.no-progress {
  position: absolute;
  left: 5px;
  right: 5px; }

#content {
  background-color: #ffffff;
  padding: 10px;
  min-height: 400px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0; }

.smallWindow #content {
  margin-left: 0; }

#pageTitle {
  min-height: 51px;
  background-color: #d5edf9;
  border: 1px solid #d0d0d0;
  border-bottom: 2px solid #00aedb;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 5px 10px; }
  #pageTitle h2 {
    color: #333333;
    position: relative;
    margin: 0px;
    font-size: 28px;
    text-align: left;
    text-shadow: #ffffff 0px -1px 0px;
    line-height: 41px;
    background-color: #d5edf9;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: inline-block; }
  #pageTitle h3 {
    font-size: 15px;
    margin: 0px; }

#searchform.loading .textfield {
  background: white url(/im/icons/loading.gif) no-repeat center right; }

#searchtab .textfield {
  border-color: #b0b0b0;
  margin: 0px; }

#error, .criticalError {
  padding: 5px 10px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  font-weight: bold; }

.criticalError {
  margin-left: 0px; }

#error #erroractions {
  float: right;
  padding-left: 10px; }

#error a, #error a:link, #error a:visited {
  color: #333333;
  font-weight: bold; }

#error a img {
  float: right;
  border: none;
  position: relative;
  top: -1px; }

#error.errormsg, .criticalError {
  border-color: #d74343;
  color: #aa0000;
  background-color: #f9bebe; }

#error.statusmsg {
  border-color: #b7de72;
  color: #5b8f00;
  background-color: #d6f3a3; }

#error.warningmsg {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #c09853; }

.fielderror {
  font-weight: bold;
  color: #aa0000;
  margin-left: 2px; }

#footer {
  background-color: #bbbbbb;
  padding: 10px;
  color: #777777;
  border: 1px solid #b0b0b0;
  /*	background-image:url(/im/bg/bg_footer.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
*/ }

#footer a {
  color: #eeeeee; }

#footer .logo {
  float: right; }

#footer .logo img {
  height: 55px; }

.shadow {
  padding-bottom: 5px;
  background-color: #d8d8d8; }

.section {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
  padding-bottom: 25px; }
  .section:only-child {
    margin-bottom: 0px; }
  .section:first-child {
    border-bottom: 0px solid #e0e0e0; }

.section.no-line {
  border-bottom: none; }

.section .btn {
  margin: 10px 0; }

.section .sectionInfo {
  margin-left: 200px;
  padding-top: 4px; }

.sectionInfo ul, .sectionInfo ol {
  padding-left: 20px; }

.sectionInfo ul li {
  list-style: disc; }

.old-theme .tab-content > .tab-pane {
  padding: 20px; }

.dashboard {
  padding-top: 10px; }

.dashboard .section h3 {
  float: left; }

.dashboard ul {
  padding-left: 0px; }

.dashboard ul li {
  list-style: none;
  padding-bottom: 2px;
  margin-bottom: 2px; }

.dashboard ul.nav-tabs {
  font-size: 14px; }
  .dashboard ul.nav-tabs li {
    padding-bottom: 0px;
    margin-bottom: -1px; }

.sponsorshipDetails fieldset.sectionContentForm {
  background-color: inherit;
  border: none; }

.sponsorshipcollection th.checked {
  width: 18px; }

.sponsorshipitems > ul, .sponsorshipitems > ul > li {
  list-style: none; }

.sponsorshipitems ul ul {
  margin-bottom: 5px; }

label {
  font-weight: bold;
  color: #555555; }

label em {
  font-weight: normal; }

.sectionContentForm input[type='text'], .sectionContentForm input[type='password'], .sectionContentForm select, .actionForm fieldset input[type='text'], .actionForm fieldset input[type='password'], .actionForm fieldset select {
  border: 1px solid #888888;
  color: #333333;
  background-color: #ffffff;
  padding: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 200px;
  height: 20px; }

.sectionContentForm select, .actionForm fieldset select {
  height: auto; }

.sectionContentForm select.large, .actionForm fieldset select.large {
  height: 140px; }

input#PhoneArea, input#FaxArea, input.profile-phone-area {
  width: 30px; }

input#Phone, input#Fax, input.profile-phone-number {
  width: 156px; }

input#PhoneArea, input#Phone, input#FaxArea, input#Fax, input.profile-phone {
  display: inline; }

.disabled label {
  color: #aaa; }

li.disabled input[type='text'], li.disabled select, input[type='text'].disabled, select.disabled {
  color: #dddddd;
  border: 1px solid #dddddd; }

li.readonly input[type='text'], li.readonly select, input[type='text'].readonly, select.readonly {
  color: #888888;
  border: 1px solid #dddddd; }

#letters .btn-primary {
  font-size: 10px;
  margin: 6px 1px;
  padding: 3px 7px; }

.information {
  float: none;
  display: inline;
  border: 1px dashed #e7dfaa;
  padding: 2px;
  font-weight: normal;
  padding-left: 4px;
  background-color: #fff9cd;
  font-size: 13px;
  line-height: 21px; }

div.information {
  width: 150px;
  float: right;
  margin: 10px;
  padding: 10px; }

form .checkbox label.field {
  font-weight: normal;
  background-color: white;
  border: none;
  width: none;
  float: none;
  display: inline;
  font-size: 10px;
  padding: 2px;
  line-height: 21px; }

.sectionContent, fieldset {
  border: none;
  padding: 0px;
  margin: 10px 0 10px 10px; }

form fieldset {
  margin: 2px 8px; }

.sectionContentForm, .actionForm fieldset {
  border: none;
  padding: 0px 10px;
  margin: 10px 0;
  background-color: #fffcd9;
  border: 1px solid #fbe785; }
  .sectionContentForm .action-buttons .btn, .actionForm fieldset .action-buttons .btn {
    margin: 3px; }
  .sectionContentForm [data-fieldtype='rich_textarea'] > label, .actionForm fieldset [data-fieldtype='rich_textarea'] > label {
    float: none;
    width: auto;
    clear: both; }

.register, .actionForm fieldset {
  border: none;
  padding: 0px 10px;
  margin: 10px 0;
  background-color: #FFFFFF; }

.userForm fieldset {
  background-color: transparent;
  border: none; }

.formGeneral, fieldset ol {
  padding: 0px;
  margin: 0 0px;
  list-style: none; }

fieldset.nestedCheckList ol {
  padding-left: 20px; }

.formGeneral li, fieldset ol li {
  margin: 6px 0;
  clear: left; }

.formGeneral.vertical li label {
  float: none;
  width: auto; }

.formGeneral.vertical li {
  margin: 10px 0; }

.formGeneral.vertical li li {
  margin: 6px 0; }

.formGeneral li label, fieldset ol li label {
  float: left;
  width: 160px;
  margin-right: 5px;
  line-height: 18px;
  display: block; }

li.tiny_mce label {
  float: none; }

fieldset.nestedCheckList ol li label {
  float: none;
  display: inline;
  margin-left: 5px; }

.formInfo {
  float: right;
  width: 360px; }

label.required, .required > label:first-child {
  color: #890000; }

.formGeneral li label.wide {
  width: 260px; }

.formGeneral li label.extrawide {
  width: auto;
  float: none; }

.formLarge li.addon {
  margin-bottom: 20px; }

.formLarge li.addon .logo {
  float: right;
  max-height: 100px; }

.formLarge li.addon label.extrawide {
  width: 85%;
  clear: none; }

#content .addon select {
  min-width: none; }

.addon .price {
  font-weight: bold; }

.formGeneral li .itemright {
  float: right;
  margin-top: 4px;
  line-height: 18px; }

.formLarge {
  padding: 0px;
  margin: 0px 0px 10px 0;
  list-style: none; }
  .formLarge select, .formLarge option {
    font-size: 11px; }

.formLarge li {
  margin: 12px 0;
  clear: both;
  font-size: 14px;
  list-style: none; }

.formLarge li:first-child {
  margin-top: 0; }

.formLarge label {
  float: left;
  clear: left;
  width: 160px;
  margin-right: 2px;
  line-height: 26px; }

.formLarge label.wide {
  width: 260px; }

.formLarge label.wider {
  width: 350px; }

.formLarge label.extrawide {
  width: auto;
  float: none; }

.formLarge .itemright {
  float: right;
  line-height: 26px; }

.modal-body input[type='text'] {
  width: 100%; }

.formLarge li ol.extras {
  padding-left: 26px; }

.formLarge li ol.extras label {
  width: auto; }

.formLarge li ol.extras fieldset {
  float: left; }

.formLarge li ol.extras fieldset label, li.extra fieldset label {
  width: auto;
  float: none; }

.extra + .extra h2 {
  border-top: 1px solid #ccc;
  padding-top: 25px; }

.clear {
  clear: both !important;
  float: none !important; }

ol.formLarge ol.formLarge {
  margin-left: 10px; }

.spacer {
  height: 10px; }

.manager select {
  /*width: 200px; */ }

.accommodation li.accommodation-item + li.accommodation-item {
  padding-top: 30px; }

.accommodation .details {
  list-style: none; }

.accommodation .details li {
  margin: 0; }

table.accommodation .allocation {
  text-align: center; }

table.eventaccommodationroomcollection .allocation .badge {
  cursor: pointer; }

.accommodation_allocation li.Delete {
  float: right; }

h3 span.distance {
  font-size: 12px;
  color: #444444;
  padding-left: 15px; }

th.hotel {
  text-align: left; }

table .header-fixed {
  position: fixed;
  top: 0px;
  /*left: 0;*/
  /*right: 0;*/
  z-index: 1020;
  /* 10 less than .navbar-fixed to prevent any overlap */
  border-bottom: 1px solid #d5d5d5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

table.itemlist tr td {
  transition: background-color .25s ease-in-out; }

table.itemlist tr:hover td {
  background-color: #FCFCE2;
  transition: none; }

table.itemlist tr.footer-data td {
  border-top: 1px solid #bbb;
  border-bottom: 2px solid #bbb;
  background-color: white; }

table#extra_table td.admin-only {
  background-color: #d9edf7; }

table#extra_table tr:nth-child(odd) td.admin-only {
  background-color: #BBDDED; }

.footer-data .checked img {
  visibility: hidden; }

.matrix .primary {
  width: 200px;
  text-align: left !important; }

.matrix td, .matrix th {
  text-align: center !important;
  padding: 2px; }

.matrix td.disabled {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  text-decoration: line-through; }

.matrix td.disabled a {
  color: #b94a48; }

.matrix td.cost {
  text-align: center; }

.badge a {
  color: inherit;
  font-weight: normal; }

.badge.badge-success {
  background-color: #5cb85c; }

.badge.badge-warning {
  background-color: #f0ad4e; }

.badge.badge-important {
  background-color: #d9534f; }

.itemlist .money {
  text-align: right !important;
  padding-right: 7px !important; }

.itemlist .time {
  text-align: right !important; }

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

table.itemlist th, table.itemlist td {
  padding-left: 3px; }

table.itemlist th {
  font-weight: bold;
  padding: 4px 2px;
  background-color: #666666;
  color: #ffffff;
  margin: 0px;
  border-bottom: 1px solid #404040;
  border-left: 1px solid #888888;
  border-right: 1px solid #2f2f2f; }
  table.itemlist th i.sort {
    float: right; }

td.eventitemcost i {
  font-size: 12px !important; }

.itemlist .itemsubheader th, .itemsubheader th {
  text-align: left;
  font-weight: bold;
  padding: 4px 2px;
  background-color: #aaaaaa;
  color: #ffffff;
  margin: 0px;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888; }

.itemlist .itemlistheader th a, .itemlist .itemlistheader th a:link, .itemlist .itemsubheader th a, .itemsubheader th a {
  color: #ffffff;
  border-bottom: 1px dashed #999999;
  text-decoration: none; }

.itemlist .itemlistheader th.actions a {
  border-bottom: none; }

.itemlist .itemlistheader th a img, .itemlist .itemlistheader th a:link img {
  border: none; }

.itemlist .subtotal td, .itemlist .total td {
  margin: 3px 0;
  padding: 3px 0;
  border-bottom: #888 1px solid;
  border-top: #888 1px solid; }

.itemlist .total td {
  border-bottom: #888 2px double; }

.itemlistheader th.sortby {
  background-color: #444444;
  background-image: url(/im/bg/bg_column_sortby.gif);
  background-position: top;
  background-repeat: repeat-x;
  border-left: 1px solid #444444;
  border-right: 1px solid #444444; }

.itemlist .noitems td {
  padding: 5px 2px;
  border-bottom: 1px solid #eaeaea; }

.itemlist .item td {
  padding: 2px;
  height: 18px;
  line-height: 18px;
  vertical-align: top; }

.itemlist tr:nth-child(odd) td {
  background-color: #f6f6f6; }

.itemlist tr:nth-child(even) td {
  background-color: #FFFFFF; }

.itemlist .activated td {
  background-color: #e7ffd2;
  border-bottom-color: #c7e8a9; }

.itemlist .activated:nth-child(odd) td {
  background-color: #dbf7c3;
  border-bottom-color: #c7e8a9; }

.itemlist td.secondary {
  font-style: italic;
  color: #888888; }

table.itemlist tr.activated:hover td {
  background-color: #FCFCE2; }

table.itemlist tr.inactive:hover td {
  background-color: #FFC4C4; }

.itemlist tr.inactive td {
  background-color: #F4AF9A;
  border-bottom-color: #C15E40; }

.itemlist tr.inactive:nth-child(odd) td {
  background-color: #FCA48E; }

.itemlist .inactive td a {
  color: #2F46A7; }

.itemlist .primary {
  font-weight: bold; }

.itemlist .primary a, .itemlist .primary a:link {
  border-bottom: 1px solid #a2deee;
  color: #444444; }

.itemlist .inactive .primary a, .itemlist .inactive .primary a:link {
  border-bottom: 1px solid #b9e8f4;
  color: #888888; }

table td.actions, table th.actions {
  width: 1%; }

table .tasks {
  float: right; }

table .tasks input,
table .tasks select,
table .tasks submit {
  padding: 1px; }

.itemlist tr:hover td .actions {
  visibility: visible; }

.itemlist tr td .actions {
  visibility: hidden; }

@media only screen and (max-device-width: 1024px) {
  .itemlist tr td .actions {
    visibility: visible; } }

.actions.inline {
  text-align: center;
  min-width: 80px; }
  .actions.inline a {
    text-decoration: none;
    padding: 4px;
    outline: none;
    display: inline-block;
    color: inherit; }
    .actions.inline a i {
      display: block; }
    .actions.inline a i.fa.fa-lightbulb-o, .actions.inline a i.fa-lightbulb-o.events, .actions.inline a i.fa-lightbulb-o.accommodation, .actions.inline a i.fa-lightbulb-o.admin-role, .actions.inline a i.fa-lightbulb-o.settings, .actions.inline a i.fa-lightbulb-o.reports, .actions.inline a i.fa-lightbulb-o.back, .actions.inline a i.fa-lightbulb-o.program, .actions.inline a i.fa-lightbulb-o.outputs, .actions.inline a i.fa-lightbulb-o.users, .actions.inline a i.fa-lightbulb-o.delegates, .actions.inline a i.fa-lightbulb-o.members, .actions.inline a i.fa-lightbulb-o.group, .actions.inline a i.fa-lightbulb-o.committee, .actions.inline a i.fa-lightbulb-o.sponsors-trade, .actions.inline a i.fa-lightbulb-o.home, .actions.inline a i.fa-lightbulb-o.immigration, .actions.inline a i.fa-lightbulb-o.convenor, .actions.inline a .input-group.loading .input-group-addon i.fa-lightbulb-o, .input-group.loading .input-group-addon .actions.inline a i.fa-lightbulb-o, .actions.inline a i.fa-lightbulb-o.icon-document {
      font-size: 18px; }
  .actions.inline a:hover {
    background-color: #eaf8ff;
    border: 1px solid #c3e2f1;
    color: #154e6a;
    padding: 3px; }

.actions.dropdown i {
  font-size: inherit;
  padding-right: 10px; }

.actions a {
  margin: 0px 4px; }

.table tr:hover td .actions {
  visibility: visible; }

.user-summary dd, .user-summary dt {
  line-height: 2em; }

.row div.summary {
  float: left;
  width: 340px;
  margin-left: 20px; }

.paging {
  margin: 10px 0;
  text-align: right; }

.paging a {
  border: 1px solid #00aedb;
  padding: 3px 6px; }

.paging a:hover {
  text-decoration: none;
  background-color: #eaf8ff; }

.paging a.selectedpage {
  background-color: #00aedb;
  color: #ffffff; }

#progressbar {
  border: 1px solid #cccccc;
  background-color: #f8f8f8;
  padding: 1px;
  height: 12px; }

#progressbar #progress {
  float: left;
  background-color: #aa0000;
  background-image: url(/im/bg/bg_progress.gif);
  background-position: bottom;
  background-repeat: repeat-x;
  height: 10px;
  border: 1px solid #aa0000;
  text-indent: -9000px; }

.section.complete h3, .sectionComplete, .section.organisation.financial h3 {
  padding-left: 32px;
  background-image: url(/im/icons/complete.jpg);
  background-position: left bottom;
  background-repeat: no-repeat; }

.section.incomplete h3, .sectionIncomplete,
.section.organisation.expired h3 {
  padding-left: 32px;
  background-image: url(/im/icons/incomplete.png);
  background-position: left bottom;
  background-repeat: no-repeat; }

.section.pending h3, .sectionPending,
.section.pending h3 {
  padding-left: 32px;
  background-image: url(/im/icons/pending.png);
  background-position: left bottom;
  background-repeat: no-repeat; }

.section ul.details, .section ol.details {
  padding: 0 0; }

.section li {
  list-style: none; }

ul.large {
  padding: 0;
  padding-left: 20px; }

.large li {
  font-size: 12px;
  line-height: 20px; }

.types li .lbl {
  width: 330px; }

li .lbl {
  float: left;
  width: 300px; }

li .value {
  font-weight: bold; }

.nicEdit-main {
  background-color: #ffffff;
  padding-right: 20px; }

.list td {
  font-size: 12px; }

.list .lbl {
  font-weight: bold; }

#contentWrapperBasic {
  width: 80%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px; }

table.payment {
  margin-bottom: 10px; }

.payment strong {
  color: #aa0000; }

#SponsoredBy {
  width: 200px; }

#payments li > label.type {
  display: inline !important; }

#payments .total_cc_fee {
  display: inline-block; }

#payments .total_cc_fee .disabled {
  color: #555; }

#payments label.type {
  width: auto; }

#payments li > div.info {
  display: none; }

#payments li.selected > div.info {
  display: block; }

#payments li.type > div {
  clear: left;
  margin-left: 26px;
  width: 65%; }

#payments #CardExpiryMonth {
  width: 2.3em;
  text-align: center; }

#payments #CardExpiryYear {
  width: 4em;
  text-align: center; }

#payments #CardVerification {
  display: inline-block;
  width: 3em; }

#payments .accepted-cc {
  float: right; }
  #payments .accepted-cc .card {
    margin: 0 3px;
    font-size: 20px; }

#payments .total_cost {
  line-height: 26px; }

.surcharge {
  display: none; }

#switch {
  color: #86dff6; }

.description {
  display: block;
  clear: left;
  font-size: 12px; }

.extra .description {
  padding-left: 0px;
  padding-bottom: 3px; }

li.accommodation .extra {
  margin: 0 25px;
  clear: both; }

.eventList label.event {
  float: none;
  width: auto;
  display: inline;
  font-size: 15px; }

.eventList li.users select {
  width: 200px; }

.eventList li {
  padding: 6px 6px 6px 0; }

.eventList li.selected {
  border-color: #b7de72;
  color: #5b8f00;
  background-color: #d6f3a3; }

.eventList div.info {
  float: left;
  width: 650px;
  margin-left: 5px; }

.eventList input {
  float: left; }

table.availability {
  margin: 0px; }

table.availability td.day {
  width: 18px;
  border-bottom: 1px solid #e7dfaa; }

table.availability th {
  text-align: left;
  margin-left: 10px; }

table.availability th p {
  margin-left: 20px;
  font-weight: normal;
  font-size: 12px; }

table.availability td.price {
  width: 145px; }

.edit-booking table.calendar {
  margin: 10px;
  width: 100%; }

table.calendar th.date {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD; }

table.calendar th.date, table.calendar td.day {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  text-align: center;
  padding: 6px; }

table.calendar tr:last-child td.day {
  border-bottom: 1px solid #DDD; }

span.soldout {
  color: #aa0000;
  font-size: 11px; }

.membershipTypes li {
  padding-bottom: 4px; }

.membershipTypes li span {
  padding-left: 25px;
  float: left;
  clear: both; }

.membership_transactions table tr.reversed {
  display: none; }

form div.fieldEdit {
  display: inline; }

form div.fieldEdit input[name='Update'] {
  display: none; }

form table div.fieldEdit input[name='Update'] {
  display: block; }

div.fieldEdit a.fields {
  z-index: 10;
  position: relative; }

div.fieldEdit {
  position: relative;
  width: 20px;
  color: black; }

div.fieldEdit > fieldset {
  z-index: 8;
  display: none;
  position: absolute;
  background-color: #eaf8ff;
  top: 9px;
  right: -1px;
  padding: 7px;
  border: 1px solid #666666;
  border-radius: 8px 0 8px 8px;
  box-shadow: 7px 7px 3px #666; }

div.fieldEdit fieldset.checkList {
  width: 200px;
  background-color: white;
  border: 1px solid #666; }

div.fieldEdit fieldset.checkList li:nth-child(2n) {
  background-color: #ddd; }

div.fieldEdit fieldset.checkList li label {
  float: none;
  width: auto;
  text-align: left; }

div.fieldEdit fieldset.checkList ol {
  height: 220px;
  overflow-y: scroll; }

div.fieldEdit.open a.fields, div.fieldEdit a.fields:hover {
  background: #eaf8ff; }

div.fieldEdit.open > fieldset {
  display: block;
  max-height: 350px;
  overflow-y: scroll; }

.rating-text {
  font-size: 20px; }

input.rating-hidden {
  display: none; }

.abstract-search .buttons li, #accommodation-search .buttons li {
  float: left;
  clear: none;
  margin-right: 5px; }

.abstractContent #image-form {
  display: none; }

.abstractcontent table {
  border-collapse: collapse;
  border-spacing: 0; }

.abstractcontent img {
  display: block;
  float: none;
  max-width: 100%; }

.abstractcontent table {
  max-width: 100%; }

.abstractcontent th {
  font-weight: bold; }

.abstractcontent td, .abstractcontent th {
  padding: 3px 6px;
  border: 1px solid black;
  margin: 0; }

#abstractReview .scoreitem fieldset {
  width: 200px;
  float: left; }

#abstractReview #selected-review-score {
  float: left; }

#abstractReview .buttons {
  height: 30px;
  list-style: none; }
  #abstractReview .buttons li {
    clear: none;
    margin: 0 5px; }
  #abstractReview .buttons .Submit {
    float: left; }
  #abstractReview .buttons .Skip, #abstractReview .buttons .Conflict, #abstractReview .buttons .report {
    float: right; }

#abstractReview #abstractCategory {
  float: right; }

#abstractReview #abstractCategory ul {
  padding-left: 20px; }

#abstractReview textarea {
  clear: both; }

#abstractReview .extra {
  margin-bottom: 12px;
  clear: both; }
  #abstractReview .extra .star-rating-control:before, #abstractReview .extra .star-rating-control:after {
    content: " ";
    display: table; }
  #abstractReview .extra .star-rating-control:after {
    clear: both; }
  #abstractReview .extra label {
    font-size: 16px; }

form#abstractReview .score-row {
  min-height: 70px;
  margin-bottom: 20px; }

.review-score {
  border-radius: 5px;
  background-color: #EEE;
  width: 100px;
  height: 60px; }
  .review-score .score {
    margin: 5px;
    font-size: 14px;
    text-align: center;
    height: 35px; }
  .review-score .title {
    font-weight: bold;
    margin: 5px;
    text-align: center; }

.review_summary td {
  padding-right: 100px;
  vertical-align: text-top; }

.review_summary td.score {
  font-size: 18px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.form-stacked label {
  width: auto;
  display: block;
  float: none; }

.checkList li {
  margin: 0; }

.checkList li label {
  width: auto; }

.form-stacked fieldset {
  padding: 0; }

.form-stacked .checkList {
  margin: 0; }

.form-stacked select {
  min-width: 300px; }

.form-stacked select, .form-stacked input {
  margin-bottom: 4px;
  margin-right: 4px; }

.form-stacked input[type='text'] {
  min-width: 250px; }

.form-stacked .information {
  margin-top: 4px; }

.abstractpreview .abstracttitle, .abstractpreview .title {
  font-size: 12px;
  font-weight: bold;
  color: black; }

ol.affiliations {
  font-style: italic;
  margin-top: 2px;
  padding-left: 22px; }

.abstractcontent ol#citations {
  padding-left: 22px; }

div.abstractpreview, #preview {
  border: 1px solid #666666;
  padding: 10px; }

div.abstractpreview div.abstracttopline {
  text-align: center; }

div.abstractpreview div.abstracttopline #AbstractTitle {
  font-size: 20px; }

div.abstractpreview div.abstracttopline #AbstractKeywords {
  font-size: 10px; }

div.abstractpreview div.abstractcategory {
  text-align: right; }

div.abstractpreview div.abstractsociety {
  text-align: right; }

div.abstractpreview div.abstractcontent {
  text-align: left; }

.abstractpreview #citations {
  padding-left: 22px; }

.abstractpreview #citations li, .abstractcontent #citations li {
  width: auto; }

.abstractedit {
  display: none; }

#Keywords {
  width: 300px; }

.tagit {
  width: 300px; }

.summary {
  line-height: 2em;
  margin: 10px 0;
  max-width: 800px; }
  .summary tr, .summary th {
    line-height: 1.6em; }
  .summary th {
    text-align: left;
    padding-right: 10px; }
  .summary td {
    width: 25%;
    text-align: right; }

table.edit-affiliations {
  margin-top: 20px; }

.author.presenting .name, .presentingAuthorName {
  text-decoration: underline; }

legend {
  padding-left: 160px; }

#titleitem input {
  width: 75%;
  font-size: 1.3em; }

.symbolbutton {
  height: 29px; }

#symbols .symboldivider {
  float: none;
  border-top: 1px solid #666666;
  clear: both;
  height: 1px;
  margin: 10px; }

#symbols li {
  padding: 1px; }

.dashboard .section-button {
  float: right; }

#abstract_dashboard .abstract {
  min-height: 40px;
  margin: 12px 0; }

#abstract_dashboard #submitAbstract {
  float: right; }

#abstract_dashboard .btns {
  float: right;
  margin-left: 15px; }

#abstract-authors .header {
  padding-left: 18px; }

#abstract-authors .chzn-container {
  vertical-align: top;
  font-size: 11px; }

#abstract-authors label {
  padding: 3px 5px !important;
  margin: 0 !important; }

.author > div {
  float: left;
  margin: 0 3px;
  padding: 2px;
  clear: none; }

.author > div > input, .author > div > select {
  width: 100%; }

#abstract-authors .handle {
  float: left; }

#abstract-authors .author fieldset li {
  float: left; }

#abstract-authors .author {
  min-height: 25px; }

#abstract-authors .firstname,
#abstract-authors .lastname,
#abstract-authors .middlename,
#abstract-authors .presenting,
#abstract-authors .orgs {
  box-sizing: content-box;
  clear: none; }

#abstract-authors .orgs select {
  width: 160px;
  min-width: 160px; }

#abstract-authors .email {
  width: 163px; }

#abstract-authors .glyphicon-refresh {
  cursor: pointer; }

.ui-state-highlight, .ui-sortable-placeholder {
  margin: 5px;
  height: 1em;
  border: 1px dashed #B4B4B4;
  width: 50%; }

.author.ui-state-highlight {
  width: 65%;
  margin: 0 22px; }

#abstract-authors .header .email {
  width: 170px; }

#abstract-authors .email .input-group input[type] {
  width: 126px; }

#abstract-authors .firstname, #abstract-authors .lastname {
  width: 100px; }

#abstract-authors .presenting {
  width: 35px;
  margin: 0 0 0 7px; }

#abstract-authors .middlename {
  width: 40px; }

#abstract-authors .middlename > input {
  width: 40px; }

#abstract-authors .orgs {
  width: 170px; }

#abstract-authors .reorder > .handle {
  width: 5px; }

#abstract-authors .buttons {
  float: left; }

#abstract-authors .buttons .btn {
  margin-left: 15px; }

#affiliations {
  list-style: none;
  padding: 0;
  margin: 0; }

#affiliations .affiliation input {
  float: left;
  clear: none;
  margin: 3px 7px; }

#affiliations .affiliation label {
  float: left;
  clear: none; }

.affiliationitem .btn-primary {
  float: left;
  clear: both; }

#abstract-authors #author-edit-buttons {
  margin-bottom: 20px; }

#OrganisationForm {
  height: 327px; }

#OrganisationForm legend {
  padding: 0 30px 0 0;
  white-space: nowrap; }

.buttons li {
  float: left;
  clear: none;
  margin-right: 5px; }

#affiliations h5 {
  font-size: 14px;
  line-height: 1em; }

#affiliations label span {
  font-size: 11px; }

#affiliations .affiliation {
  border-bottom: 1px solid #bbb;
  padding: 7px 0;
  margin: 0;
  width: 50%; }

#affiliations .affiliation:nth-child(even) {
  background-color: #f6f6f6; }

.loading [class^="icon-"], .loading [class*=" icon-"] {
  background: transparent url(/im/icons/loading.gif) no-repeat center center; }

#references .action {
  width: 30px; }

#new-reference {
  display: none; }
  #new-reference textarea {
    width: 90%; }
  #new-reference ol {
    list-style: none; }
  #new-reference .information {
    font-weight: normal; }
  #new-reference .citation_name {
    font-weight: bold; }

/* #abstract-authors .btn.add { display: none; } */
/* #abstract-authors li:last-child .btn.add { display: inline-block; } */
td .progress {
  margin-bottom: 0px; }

td .progress.progress-grey .bar {
  color: #777;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }

.org-event-extra {
  display: none; }

.preview-user-photo {
  max-height: 200px; }

.preview-upload {
  margin-top: 20px; }

.preview-upload a {
  margin-left: 20px; }

img.disabled {
  opacity: 0.4;
  background-color: #000;
  filter: alpha(opacity=40);
  /* msie */ }

.downloads {
  width: 50%; }

.downloads li {
  list-style: none;
  height: 35px; }

.downloads a {
  float: right; }

form#find_event select {
  min-width: 400px; }

ul.find-events {
  list-style: none; }
  ul.find-events li.section {
    margin-bottom: 0px;
    padding-bottom: 10px; }

/** HomePage **/
#login-page h2 {
  margin-bottom: 20px; }

.login-user form label {
  width: 90px; }

.login-user form input[type='text'], .login-user form input[type='password'] {
  width: 170px; }

input.user-search {
  width: 250px; }

.new-user div#details, .login-user div#inputs {
  padding: 8px 0px 20px 0px; }

.login-user div#login-actions span#forgot-password {
  float: right;
  position: relative;
  bottom: 0px; }

.new-user div#register-btn, .login-user div#login-actions {
  position: relative;
  bottom: 0px; }

/** Batch styles **/
#batch-modal {
  bottom: 10%;
  overflow-y: scroll; }
  #batch-modal .modal-dialog {
    width: 1000px;
    left: auto; }
    #batch-modal .modal-dialog .modal-body {
      max-height: none; }

.modal.edit-booking-modal .modal-dialog {
  width: 1000px; }

form.batch #attachment-list li {
  list-style: none; }

/** Register profile form **/
form#register-profile h3.address {
  font-size: 17px; }

/** Event sponsorship item form **/
form#event_sponsorship_item_form .mobiledisplayitem .checkList label {
  width: 430px; }

/** customising bootstrap labels **/
table .label a {
  color: white; }

table div.label-center {
  text-align: center;
  margin-top: 2px; }

table span.label.label-success.lightest {
  background-color: #5AA15B; }

table span.label.label-success.lighter {
  background-color: #519652; }

table span.label.label-success.normal {
  background-color: #468847; }

table span.label.label-success.darker {
  background-color: #387839; }

table span.label.label-success.darkest {
  background-color: #306931; }

table h2 span.label {
  margin-left: 20px;
  vertical-align: middle; }

table .boolean {
  text-align: center; }

.nametag {
  padding: 30px 10px;
  width: 400px;
  background: white;
  border: 1px solid black;
  margin: 0 auto;
  position: relative; }

.nametag .name {
  color: black;
  margin: 4px 0; }

.nametag img {
  max-height: 150px;
  max-width: 100%; }

.documents a.btn {
  float: right; }

#accommodation-breakdown .amount {
  padding-left: 30px; }

#accommodation-breakdown tr#total_transfer {
  height: 45px; }

.amount, .bold {
  font-weight: bold; }

/** CPD **/
.cpd-attributes {
  float: right;
  margin-right: 20px; }

.cpd-assessment-info .action {
  float: right;
  padding-left: 3px; }

ul.cpd_summary {
  padding-bottom: 10px; }

ul.cpd_summary li {
  padding-bottom: 10px; }

ul.cpd_summary li div {
  padding-bottom: 3px; }

ul#member-cpd {
  list-style: none; }

ul#member-cpd li {
  height: 35px; }

ul#member-cpd li div.value {
  width: 70%; }

div.cpd-points-label {
  padding: 10px 0px; }

div.cpd-points-label i {
  margin-right: 5px; }

#payments ol.manager {
  padding-left: 16px;
  margin-bottom: 20px; }

#delegates-report select {
  width: 380px; }
  #delegates-report select[multiple] {
    height: 100px; }

/** Group Management **/
form#register-delegate div.register-section {
  float: left;
  padding: 0px 15px; }

.right-divider {
  border-right: 1px solid #E0E0E0; }

#manager-events a.btn {
  float: right; }

#managed-delegates-list a.collapse-button {
  color: #444; }

#managed-delegates-list a.collapse-button i {
  margin-top: 2px; }

#session_form select, #session_form input[type='text'] {
  width: 300px; }

.group-registrations .detach-manager {
  float: right; }

#add-new-session .badge {
  letter-spacing: 0em; }

#registration-summary {
  margin-top: 0px;
  padding-top: 0px; }

#registration-summary ul {
  margin: 3px 0px;
  padding-left: 8px; }

.panel-heading [data-toggle] {
  cursor: pointer; }

[data-field-name='Notes?'] .glyphicon-remove {
  visibility: hidden; }

[data-field-name='Attended?'] .glyphicon-remove {
  visibility: hidden; }

#addons input[type='text'] {
  width: 30px;
  font-size: 10px;
  line-height: 12px; }

#user-manager-status {
  font-size: 15px;
  margin: 10px 18px;
  display: inline-block; }

#invitation .extra label, #invitation .ackitem label {
  float: none;
  width: auto; }

#invitation .ackitem label {
  display: inline; }

.image-map {
  display: inline-block;
  position: relative;
  background: #ddd;
  line-height: 300px;
  text-align: center;
  color: #666;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  .image-map img {
    float: left; }

.selection-box {
  position: relative;
  border: 0px dotted #000;
  background-color: red;
  opacity: 0.3; }

.selection-box:hover {
  opacity: 0.9; }

/*
 * typehead.js-bootstrap3.less
 * @version 0.2.3
 * https://github.com/hyspace/typeahead.js-bootstrap3.less
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  line-height: 30px; }

textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: auto; }

.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0; }

.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  line-height: 46px; }

textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: auto; }

.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0; }

.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.twitter-typeahead {
  width: auto; }

.input-group .twitter-typeahead {
  display: table-cell !important;
  float: left; }

.twitter-typeahead .tt-hint {
  color: #999999; }

.twitter-typeahead .tt-input {
  z-index: 2; }

.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #eeeeee !important; }

.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: auto;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px; }

.tt-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.tt-menu .tt-suggestion.tt-cursor {
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #262626; }

.tt-menu .tt-suggestion.tt-cursor a {
  color: #262626; }

.tt-menu .tt-suggestion p {
  margin: 0; }

.twitter-typeahead .synced {
  padding-left: 5px;
  margin-left: 5px; }
  .twitter-typeahead .synced i {
    color: white; }

.dropdown-menu {
  min-width: 250px; }
  .dropdown-menu .row {
    margin-left: 0px;
    margin-right: 0px; }

#event-theme-form .theme-swatch .theme-colour {
  width: 15px;
  height: 15px;
  float: left; }

#event-theme-form .font-preview {
  font-size: 18px; }

#event-theme-form .theme-preview {
  padding: 10px 0px; }

#menu .primary {
  color: #428bca; }

#website-data {
  padding: 20px; }
  #website-data .website-action {
    padding: 0 10px; }

.page-placeholder {
  border: 1px dashed #AAA; }
  .page-placeholder .parent-name {
    margin: 15px; }
  .page-placeholder a {
    font-weight: bold;
    color: #AAA;
    width: 100%; }
    .page-placeholder a i {
      text-shadow: none; }
    .page-placeholder a:hover {
      background-color: #AAA;
      color: white; }

.card-placeholder {
  background-color: #5bc0de;
  opacity: 0.4;
  border: 1px dashed #AAA; }

span.move:before {
  content: "\f0c9";
  font-family: "fontawesome";
  font-size: 17px; }

#webpage_form .starred {
  color: #f0ad4e;
  text-shadow: none; }

#webpage_form #section-table tr {
  text-align: center; }

#webpage_form #section-table tr.shared {
  background-color: #5bc0de; }

#webpage_form #section-table tr.inactive {
  background-color: whitesmoke; }
  #webpage_form #section-table tr.inactive .section-name {
    color: #d9534f; }

#webpage_form #section-table tr:not(.shared) li.shared-option {
  display: none; }

#webpage_form #section-table a {
  color: #444; }

#webpage_form #section-table .section-sort, #webpage_form #section-table .section-info, #webpage_form #section-table .section-pagetype {
  width: 10%; }

#webpage_form #section-table .section-pagetype {
  padding: 0 5px; }
  #webpage_form #section-table .section-pagetype .label {
    display: inline-block;
    width: 100%; }

#webpage_form #section-table .section-name {
  width: 100%;
  text-align: left; }
  #webpage_form #section-table .section-name .name {
    overflow: hidden; }

#webpage_form #section-table .section-actions {
  width: 10%; }

#websection_form .page .page-action {
  font-size: 18px; }

#websection_form .page .page-heading {
  padding: 3px; }
  #websection_form .page .page-heading i {
    visibility: hidden;
    margin-right: 5px; }
  #websection_form .page .page-heading:hover i {
    visibility: visible;
    color: #CCC; }

#websection_form #widget-preview label {
  padding-top: 7px; }
  #websection_form #widget-preview label .checkbox {
    padding-top: 0px; }

#websection_form #widget-preview .btn:hover {
  background-color: #428bca;
  background-image: none; }
  #websection_form #widget-preview .btn:hover label {
    color: white;
    text-shadow: 0 0; }

#websection_form #widget-preview .btn.disabled input {
  pointer-events: auto; }

#websection_form .internal-links ul.dropdown-menu {
  height: 300px;
  overflow: scroll; }

#websection_form .internal-links .web-page {
  font-weight: bold; }

#websection_form .internal-links .web-section {
  padding-left: 10px; }

#websection_form .internal-links .web-card {
  padding-left: 20px;
  font-style: italic; }

#websection_form .page-name {
  font-size: 40px;
  height: 60px;
  width: 100%;
  text-align: center; }

#websection_form .speaker-name, #websection_form .sponsor-name, #websection_form .price-name, #websection_form .price {
  font-size: 20px;
  height: 30px;
  width: 100%;
  text-align: center; }

#websection_form #duplicate-action {
  margin-left: 10px; }

#websection_form #main[data-type='speaker'] img.preview {
  margin: 10px 10px 10px 25px;
  padding: 0 10px; }

#websection_form #main[data-type='sponsor'] img.preview {
  padding: 15px 0; }

#websection_form #main img.preview {
  width: 40%; }

#websection_form #advanced label {
  width: 100%; }

#websection_form #website-sidebar .form-group {
  margin-left: 0px;
  margin-right: 0px; }

#websection_form #website-sidebar select {
  width: 100%;
  min-width: 10px; }

#websection_form #website-sidebar .change-theme-button {
  width: 100%; }

#websection_form #website-sidebar .theme-preview {
  padding: 20px; }

#websection_form #website-sidebar .font-preview {
  padding: 5px 20px; }

#websection_form #website-sidebar .preview {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin: 10px 0; }

#resource-library img.preview {
  padding: 10px;
  width: 100%; }

#resource-library .resource img {
  /* IMAGE STYLES */
  cursor: pointer;
  border: 2px solid transparent; }

#resource-library .resource.selected {
  border: 2px solid #428bca;
  background-color: #428bca; }

#resource-library .resource:hover .remove-resource {
  display: none;
  position: relative;
  color: white; }

#resource-library .resource .remove-resource {
  display: none;
  cursor: pointer; }

#resource-library #resource-attributes {
  margin-top: 15px; }
  #resource-library #resource-attributes th {
    padding-right: 15px;
    width: 45%; }

#resource-library #resource-library {
  height: 430px;
  overflow: scroll; }
  #resource-library #resource-library .no-resources::before {
    color: #DDD;
    font-size: 70px;
    left: 240px;
    top: 100px;
    position: absolute;
    content: "\e060"; }
  #resource-library #resource-library .no-resources::after {
    color: #DDD;
    font-size: 20px;
    left: 183px;
    top: 200px;
    position: absolute;
    font-family: sans-serif;
    content: "No images uploaded";
    width: 300px; }

#resource-library #resource-preview {
  height: 200px;
  width: 100%; }
  #resource-library #resource-preview img {
    max-height: 200px;
    max-width: 200px; }

#resource-library #resource-information .remove-resource {
  margin-top: 20px; }

#resource-library #resource-information.no-preview #resource-preview {
  background-color: #DDD; }
  #resource-library #resource-information.no-preview #resource-preview:before {
    color: white;
    font-size: 70px;
    left: 80px;
    top: 60px;
    position: absolute;
    content: "\e060"; }
  #resource-library #resource-information.no-preview #resource-preview img {
    display: none; }

#resource-library #resource-information.no-preview .remove-resource {
  display: none; }

.image-upload-tab #image-upload-size-options {
  height: 60px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  .image-upload-tab #image-upload-size-options label {
    height: 100%;
    width: 100px;
    border: 1px solid #ddd; }
    .image-upload-tab #image-upload-size-options label i {
      height: 30px;
      padding: 5px; }
      .image-upload-tab #image-upload-size-options label i.btn-lg {
        font-size: 20px; }
      .image-upload-tab #image-upload-size-options label i.btn-md {
        font-size: 16px; }
      .image-upload-tab #image-upload-size-options label i.btn-sm {
        font-size: 12px; }
    .image-upload-tab #image-upload-size-options label.active {
      background-color: #337ab7;
      color: white; }

.web-map-canvas {
  height: 300px;
  width: 100%; }

#invalid_transaction_modal input[type='submit'] {
  margin: 10px 0px; }

#invalid_transaction_modal .over-allocated {
  color: #890000; }

#invalid_transaction_modal .over-allocated-msg i {
  font-size: 1.5em; }

#invalid_transaction_modal .over-allocated-msg p {
  line-height: 1.5em; }

.grid-action {
  text-align: center; }
  .grid-action .panel-body i {
    font-size: 70px; }

.date-range-label {
  margin: 0px 10px; }

form#event-transactions-report {
  padding: 10px; }

form#organisation-donation-form .donation-description {
  width: 60%;
  color: #555555; }

form#organisation-donation-form .donation-arbitrary-amount label {
  width: 12px; }
  form#organisation-donation-form .donation-arbitrary-amount label input {
    margin-right: 5px; }

form#organisation-donation-form input[type='text'] {
  width: 175px; }

form#new-attached-member-form input[type='text'], form#new-detached-member-form input[type='text'] {
  height: 29px;
  width: 300px; }

#intercom-container #intercom-launcher {
  left: 24px;
  right: auto; }

#social-widgets .widget-preview {
  border: 1px solid #DDD;
  padding: 16px; }
  #social-widgets .widget-preview .widget-preview-inner {
    padding: 16px; }
  #social-widgets .widget-preview .social-widget {
    display: block;
    text-align: center; }
  #social-widgets .widget-preview::after {
    content: "Preview";
    color: #999;
    position: absolute;
    top: 4px;
    left: 25px; }

.hide-collapsed {
  display: none; }

.hide-collapsed.collapsed {
  display: block; }

form .form-group.textarea label {
  float: none; }

form textarea {
  width: 400px;
  height: 60px; }

.header-page-support .dropdown-toggle i {
  color: #333; }

.header-page-support li.heading {
  padding: 10px;
  padding-top: 0px; }

#mailtemplate_form #preview-content {
  height: auto; }

/** WordCount widget **/
.wordcount-widget .exceeded {
  color: #a94442; }

.wordcount-widget .label {
  margin-left: 20px; }

.file_upload {
  display: inline-block; }

.file_uploader .image-preview {
  max-width: 50%;
  margin-bottom: 10px; }

/*# sourceMappingURL=general.css.map */
