﻿/*!
 *  Font Awesome 4.0.3 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('Fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('Fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('Fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('Fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('Fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
h1 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 10px;
}
h2 {
  font-size: 13px;
  margin: 0 0 4px 0;
  border-bottom: solid 1px #DDD;
  padding-top: 14px;
  padding-bottom: 8px;
}
h3 {
  margin: 8px 0px 4px 0px;
  font-size: 12px;
  text-transform: uppercase;
}
h4 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}
.content_container {
  padding: 0 9px 9px 9px;
}
div.module_text p {
  padding-top: 5px;
}
/* color of the small border inside a tile*/
* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}
html {
  height: 100%;
  margin-bottom: 1px;
}
body {
  overflow-y: scroll;
  /*Scrollbar immer anzeigen*/
  border-collapse: collapse;
  font-size: 12px;
  color: #404040;
}
img {
  border: none;
}
dir {
  padding-left: 20pt;
}
ul {
  padding-left: 20pt;
}
ol {
  padding-left: 20pt;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
}
#wrapper {
  margin: 0px auto;
  width: 1030px;
  padding: 0 60px;
}
/*
 * Header
 *-----------------------------------------------------------------------------
 */
.header-wrapper {
  position: relative;
  clear: both;
  background-color: #7c7c7c;
  /*
     * Login information
     *-----------------------------------------------------------------------------
     * Zeigt den momentan eingeloggten Benutzernamen an.
     */
}
.header-wrapper .headerbgimages {
  height: 280px;
}
.header-wrapper .initialbgimage,
.header-wrapper .bgimage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.header-wrapper .bgimage {
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
.header-wrapper .initialbgimage.active,
.header-wrapper .bgimage.active {
  opacity: 1;
}
.header-wrapper .socialbar {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: -55px;
  right: -40px;
  width: 39px;
  height: 209px;
  padding: 5px;
}
.header-wrapper .socialbar a {
  box-sizing: border-box;
  display: block;
  width: 29px;
  height: 29px;
  margin-bottom: 5px;
  text-align: center;
  padding-top: 4px;
  font-size: 20px;
}
.header-wrapper .socialbar a:last-child {
  margin-bottom: 0;
}
.header-wrapper .socialbar a i {
  color: #FFF;
}
.header-wrapper .socialbar a.facebook {
  background-color: #3B5998;
}
.header-wrapper .socialbar a.twitter {
  background-color: #55ACEE;
}
.header-wrapper .socialbar a.youtube {
  background-color: #FFF;
}
.header-wrapper .socialbar a.youtube i {
  color: #E52D27;
}
.header-wrapper .socialbar a.livestream {
  background-color: #FFF;
  padding-top: 0;
}
.header-wrapper .socialbar a.livestream img {
  width: 29px;
  height: 29px;
}
.header-wrapper .socialbar a.instagram {
  background-color: #FFF;
  padding-top: 3px;
  padding-left: 1px;
}
.header-wrapper .socialbar a.instagram img {
  width: 24px;
  height: 24px;
}
.header-wrapper .socialbar a.flickr {
  padding-top: 0;
}
.header-wrapper .socialbar a.flickr img {
  width: 29px;
  height: 29px;
}
.header-wrapper .socialbar a.youku {
  background-color: #FFF;
  padding-top: 3px;
}
.header-wrapper .socialbar a.youku img {
  width: 24px;
  height: 24px;
}
.header-wrapper .headerbgimages + .socialbar {
  top: 3px;
  right: -39px;
}
.header-wrapper .logininformation_container {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5px 10px;
  display: inline-block;
  float: right;
}
.header-wrapper .logininformation_container::after {
  clear: both;
}
.header-wrapper .headerbgimages + .socialbar + .logininformation_container {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 25;
}
#header_image {
  position: relative;
  float: left;
  margin-top: 25px;
  height: 184px;
}
#header_image img {
  border: none;
  width: 185px;
  height: 184px;
}
.header-wrapper .caption {
  position: absolute;
  top: 30px;
  right: 20px;
}
.header-wrapper .caption p {
  color: #f0f0f0;
  color: rgba(240, 240, 240, 0.9);
  font-family: IssfFontBlack;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 1px 1px #606060;
  margin-bottom: 0;
}
#header_contact {
  position: relative;
  float: right;
  margin-top: 15px;
  margin-right: 24px;
  width: 214px;
}
/*
 * Sub-Header-Menu
 *-----------------------------------------------------------------------------
 * Die Navigationsstruktur ist momentan nicht gewünscht.
 */
#subheadermenu_wrapper {
  position: relative;
  clear: both;
}
#subheadermenu_content {
  padding-top: 10px;
}
#subheadermenu_content a {
  color: #8b8b8b;
}
#subheadermenu_content span {
  color: #404040;
}
#subheadermenu_content span.seperator {
  color: #8b8b8b;
}
/*
 * Content
 *-----------------------------------------------------------------------------
 */
#content_wrapper {
  clear: both;
}
/* TV / Foto - Teaser */
#content_top {
  overflow: auto;
}
/* News / Random - Rotator, Calendar*/
#content_bottom {
  overflow: auto;
}
/*
 * Footer
 *-----------------------------------------------------------------------------
 */
#footer_wrapper {
  background-color: #e9e9e9;
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 170px;
}
.footermenu {
  background-color: #e9e9e9;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 40px;
  position: relative;
}
.footermenu .column {
  float: left;
  padding: 0 0 0 20px;
  width: 160px;
}
.footermenu .column:first-child {
  padding: 0;
}
.footermenu .column:nth-child(2) {
  margin-left: 10px;
  width: 150px;
}
.footermenu .column:nth-child(4) {
  margin-left: -10px;
  width: 165px;
}
.footermenu .lastcolumn {
  padding: 0;
  margin-left: -50px;
  width: 100px;
}
.footermenu h3 {
  font-size: 0.8em;
}
.footermenu ul {
  list-style-type: none;
  margin: 0 0 1em;
  padding: 0;
}
.footermenu li {
  line-height: 1.4;
}
.footermenu a {
  text-decoration: none;
}
/* footer icons */
.footermenu .social_icons {
  position: absolute;
  right: 150px;
  bottom: -33px;
}
.footermenu .social_icons a,
.footer-wrapper .social_icons a {
  display: inline-block;
  margin-right: 15px;
}
.footermenu .social_icons a img,
.footer-wrapper .social_icons a img {
  width: 29px;
  height: 29px;
}
.footermenu .linkebutton {
  position: absolute;
  right: 60px;
  bottom: -30px;
  overflow: hidden;
}
.footermenu .copyright {
  position: absolute;
  left: 40px;
  bottom: -30px;
}
.footerpartner_wrapper {
  background-color: #cacaca;
  margin-top: 10px;
  clear: both;
  padding: 5px 10px;
  position: relative;
}
.footerpartner_wrapper a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 15px 5px;
  display: block;
}
.footerpartner_wrapper img {
  max-width: 100%;
  max-height: 80px;
  opacity: 0;
  visibility: hidden;
}
.footerpartner_wrapper .issf,
.footerpartner_wrapper .ioc,
.footerpartner_wrapper .wada,
.footerpartner_wrapper .yog2018,
.footerpartner_wrapper .tokyo2020,
.footerpartner_wrapper .tokyo2020para,
.footerpartner_wrapper .ipc,
.footerpartner_wrapper .changwon2018 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 15px 5px;
}
.footerpartner_wrapper .official-partner-text {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
}
.footerpartner_wrapper .off-partner .logo-center {
  display: flex;
}
.footerpartner_wrapper .off-partner .logo-center a {
  max-width: 150px;
  margin: auto auto;
}
.footerpartner_wrapper .approved-clay-machines .official-partner-text {
  font-size: 19px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.footerpartner_wrapper .approved-clay-machines .logo-center a {
  max-width: 115px;
  margin: auto auto;
}
.footerpartner_wrapper.old .col-md-2 {
  max-width: 13%;
}
.footerpartner_wrapper.old .off-partner .left-spacer-title {
  max-width: 21%;
}
.footerpartner_wrapper.old .off-partner .left-spacer-logo {
  max-width: 12%;
}
.footerpartner_wrapper .paris2024 {
  height: 78px;
  background-image: url(Images/footer/rgb/2024_Summer_Olympics_logo.svg);
  filter: grayscale(100%);
}
.footerpartner_wrapper .paris2024:hover {
  filter: unset;
}
.footerpartner_wrapper .paris2024para {
  height: 78px;
  background-image: url(Images/footer/rgb/2024_Summer_Paralympics_logo.svg);
  filter: grayscale(100%);
}
.footerpartner_wrapper .paris2024para:hover {
  filter: unset;
}
.footerpartner_wrapper .mattarelli img {
  filter: grayscale(100%);
  opacity: 1;
  visibility: initial;
}
.footerpartner_wrapper .mattarelli:hover img {
  filter: unset;
}
.footerpartner_wrapper .Promatic {
  margin-top: 3px;
  padding-top: 11px;
}
.footerpartner_wrapper .Promatic img {
  filter: grayscale(100%);
  opacity: 1;
  visibility: initial;
}
.footerpartner_wrapper .Promatic:hover img {
  filter: unset;
}
.footerpartner_wrapper .issf {
  height: 75px;
  background-image: url(Images/footer/sw/issf.png);
}
.footerpartner_wrapper .issf:hover {
  background-image: url(Images/footer/rgb/issf.png);
}
.footerpartner_wrapper .ioc {
  height: 78px;
  background-image: url(Images/footer/sw/ioc.png);
}
.footerpartner_wrapper .ioc:hover {
  background-image: url(Images/footer/rgb/ioc.png);
}
.footerpartner_wrapper .wada {
  height: 63px;
  background-image: url(Images/footer/sw/wada.png);
}
.footerpartner_wrapper .wada:hover {
  background-image: url(Images/footer/rgb/wada.png);
}
.footerpartner_wrapper .yog2014 {
  height: 78px;
  background-image: url(Images/footer/sw/nanjing.png);
}
.footerpartner_wrapper .yog2014:hover {
  background-image: url(Images/footer/rgb/nanjing.png);
}
.footerpartner_wrapper .yog2018 {
  height: 78px;
  background-image: url(Images/footer/sw/buenos_aires_2018.png);
}
.footerpartner_wrapper .yog2018:hover {
  background-image: url(Images/footer/rgb/buenos_aires_2018.png);
}
.footerpartner_wrapper .ipc {
  height: 50px;
  margin-top: 23px;
  background-image: url(Images/footer/sw/ipc.png);
}
.footerpartner_wrapper .ipc:hover {
  background-image: url(Images/footer/rgb/ipc.png);
}
.footerpartner_wrapper .tokyo2020 {
  height: 78px;
  background-image: url(Images/footer/sw/tokyo2020.png);
}
.footerpartner_wrapper .tokyo2020:hover {
  background-image: url(Images/footer/rgb/tokyo2020.png);
}
.footerpartner_wrapper .tokyo2020para {
  height: 78px;
  background-image: url(Images/footer/sw/tokyo2020para.png);
}
.footerpartner_wrapper .tokyo2020para:hover {
  background-image: url(Images/footer/rgb/tokyo2020para.png);
}
.footerpartner_wrapper .changwon2018 {
  height: 78px;
  background-image: url(Images/footer/sw/changwon2018.png);
}
.footerpartner_wrapper .changwon2018:hover {
  background-image: url(Images/footer/rgb/changwon2018.png);
}
.footerpartner_wrapper .laporte {
  background-image: url(Images/footer/rgb/Laporte-web.png);
  filter: grayscale(100%);
  background-size: contain;
  background-repeat: no-repeat;
}
.footerpartner_wrapper .laporte:hover {
  filter: unset;
}
.footerpartner_wrapper .Eurotarget {
  background-image: url(Images/footer/rgb/eurotarget_web.png);
  filter: grayscale(100%);
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 3px;
}
.footerpartner_wrapper .Eurotarget:hover {
  filter: unset;
}
.infoteaserwrapper {
  margin: 0;
  padding: 0;
  width: 300px;
  height: 96px;
}
.infoteaserwrapper img {
  width: 80px;
  height: 80px;
  border: none;
}
.infoteaser_img {
  margin-top: 0px;
  margin-left: 0px;
  float: left;
  overflow: hidden;
}
.infoteaser_text {
  width: 200px;
  height: 96px;
  padding-left: 10px;
  overflow: hidden;
}
/*
 * Width definitions
 *-----------------------------------------------------------------------------
 */
.issfpage .onethird {
  width: 337px;
}
.issfpage .twothird {
  width: 683px;
}
.issfpage .threethird {
  width: 1030px;
}
.issfpage.content_bottom .onethird:nth-child(3n-1) {
  margin-left: 9px;
  margin-right: 10px;
}
/*
 * Layouts
 *-----------------------------------------------------------------------------
 */
/* Home 2014 */
.home2014 .row1 {
  overflow: hidden;
}
.home2014 .row3 {
  overflow: hidden;
}
.home2014 .row4 {
  overflow: hidden;
}
.home2014 .row5 {
  overflow: hidden;
}
/* Competition Page 2014 */
.competition2014 .twothird .onethird:nth-child(3n-1) {
  margin-right: 9px;
}
/*
 * Telerik Button Style
 *-----------------------------------------------------------------------------
 */
.button_telerikdefault_65 {
  background-image: url('Images/telerikdefaultbutton/ruSprite.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border: 0;
  font: normal 11px/10px "Segoe UI", Arial, sans-serif;
  height: 22px;
  text-align: center;
  width: 65px;
  color: #000000;
}
.button_telerikdefault_65:hover {
  background-image: url('Images/telerikdefaultbutton/ruSprite.png');
  background-position: -335px 0px;
}
.button_telerikdefault_79 {
  background-image: url('Images/telerikdefaultbutton/ruSprite.png');
  background-position: 0px -23px;
  background-repeat: no-repeat;
  border: 0;
  font: normal 11px/10px "Segoe UI", Arial, sans-serif;
  height: 22px;
  text-align: center;
  width: 79px;
  color: #000000;
}
.button_telerikdefault_79:hover {
  background-image: url('Images/telerikdefaultbutton/ruSprite.png');
  background-position: -321px -23px;
}
.button_telerikdefault_115 {
  background-image: url('Images/telerikdefaultbutton/ruSprite.png');
  background-position: 0px -46px;
  background-repeat: no-repeat;
  border: 0;
  font: normal 11px/10px "Segoe UI", Arial, sans-serif;
  height: 22px;
  text-align: center;
  width: 115px;
  color: #000000;
}
.button_telerikdefault_115:hover {
  background-image: url('Images/telerikdefaultbutton/ruSprite.png');
  background-position: -285px -46px;
}
@media screen and (max-width: 767.9px) {
  .footerpartner_wrapper .off-partner .logo-center a {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .footerpartner_wrapper .off-partner .logo-center a.Eurotarget {
    margin-top: 0;
  }
  .footerpartner_wrapper .laporte {
    background-position: center;
  }
  .footerpartner_wrapper .Eurotarget {
    margin-top: 10px;
  }
}
.inlinespacing {
  margin: 0 9px;
  padding-bottom: 9px;
}
/*
 * Calendar-Views
 *
 * grey border color: BCBCBC
 * grey color (day of month, footer): BCBCBC
 * ----------------------------------------------------------------------------
 * 
 * Calendar-Teaser-View
 * Orange border in title: EAA770
 * white font color: FFFFFF
 * grey font color: 656565
 * grey days of next month: AEAEAE
 * grey background day header: 8B8B8B
 *
 * ----------------------------------------------------------------------------
 * Color list: EAA770, BCBCBC, FFFFFF, 656565, AEAEAE, 8B8B8B
 * ----------------------------------------------------------------------------
 * Abkürzungen: cal = calendar, tt = tooltip
 */
.calendar_titlewrapper {
  overflow: auto;
  padding: 11px 11px 0 11px;
}
/*
 * Year chooser
 */
.calendar_yearchooser {
  float: left;
  width: 168px;
}
.calendar_yearchooser p {
  float: left;
  color: #DC631A;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}
.calendar_yearchooser select {
  font-size: 12px;
  color: #606060;
}
.calendar_yearchooser input {
  float: right;
}
/*
 * Legend
 */
.calendar_legendwrapper {
  float: left;
  width: 472px;
}
/* p -tag */
.calendar_legendtext {
  float: left;
  background: url('Images/views/calendar/legend_rightarrow.png') no-repeat right center;
  color: #DC631A;
  font-size: 12px;
  font-weight: bold;
  margin-right: 12px;
  width: 75px;
}
.calendar_legenditemwrapper {
  float: left;
}
.calendar_legenditemwrapper p {
  color: #515151;
  font-size: 11px;
  text-indent: 66px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.calendar_legenditemissfchampionship {
  background: url(Images/views/calendar/issfchampionship_legend.jpg) no-repeat left top;
}
.calendar_legenditemissfmeeting {
  background: url(Images/views/calendar/issfmeeting_legend.jpg) no-repeat left top;
}
.calendar_legenditemcontinentalchampionship {
  background: url(Images/views/calendar/continentalchampionship_legend.jpg) no-repeat left top;
}
.calendar_legenditeminternationalcampionships {
  background: url(Images/views/calendar/internationalchampionship_legend.jpg) no-repeat left top;
}
/*
 * Year
 */
.calendar_yearwrapper {
  float: right;
}
.calendar_yearwrapper span {
  color: #DC631A;
  font-size: 40px;
  font-weight: normal;
}
/*
 * ----------------------------------------------------------------------------
 * One month
 * ----------------------------------------------------------------------------
 */
.calendar_monthwrapper {
  clear: both;
  width: 993px;
  padding: 0 0 20px 11px;
}
.calendar_monthtext {
  float: left;
  font-size: 13px;
}
.calendar_monthtext p {
  color: #DC631A;
  font-weight: bold;
  padding-top: 8px;
  text-align: center;
}
.calendar_rowwrapper {
  clear: both;
  overflow: hidden;
  border-left: solid 1px #BCBCBC;
}
.calendar_rowwrapper a {
  float: left;
  display: block;
  width: 15px;
  height: 28px;
  text-decoration: none;
}
.calendar_rowwrapper a.single {
  width: 31px;
}
/* .calendar_headerdayofmonth */
.cal_hdom {
  float: left;
  border-right: solid 1px #BCBCBC;
  border-top: solid 1px #BCBCBC;
  padding-top: 7px;
  text-align: center;
  width: 31px;
  height: 20px;
}
/* calendar_footerdayofmonth */
.cal_fdom {
  float: left;
  border-right: solid 1px #BCBCBC;
  color: #BCBCBC;
  padding-top: 9px;
  text-align: center;
  width: 31px;
  /* 32 - 1 = 31 */
  height: 19px;
  /* 28 - 9 = 19 */
}
/* .calendar_emptyfield */
.cal_ef {
  float: left;
  border-right: solid 1px #BCBCBC;
  text-align: center;
  width: 31px;
  /* 32 - 1 = 31 */
  height: 28px;
}
.cal_issfcship {
  float: left;
  border-right: solid 1px #BCBCBC;
  background: url('Images/views/calendar/issfchampionship.jpg') no-repeat center center;
  text-align: center;
  width: 31px;
  /* 32 - 1 = 31 */
  height: 28px;
}
.cal_issfcship a {
  background: url('Images/views/calendar/issfchampionship_arrow.png') no-repeat center center;
}
.cal_issfmeeting {
  float: left;
  border-right: solid 1px #BCBCBC;
  background: url('Images/views/calendar/issfmeeting.jpg') no-repeat center center;
  text-align: center;
  width: 31px;
  /* 32 - 1 = 31 */
  height: 28px;
}
.cal_issfmeeting a {
  background: url('Images/views/calendar/issfmeeting_arrow.png') no-repeat center center;
}
/* calendar_internationalchampionship */
.cal_contcship {
  float: left;
  border-right: solid 1px #BCBCBC;
  background: url('Images/views/calendar/continentalchampionship.jpg') no-repeat center center;
  text-align: center;
  width: 31px;
  /* 32 - 1 = 31 */
  height: 28px;
}
.cal_contcship a {
  background: url('Images/views/calendar/continentalchampionship_arrow.png') no-repeat center center;
}
/* calendar_internationalchampionship */
.cal_intcship {
  float: left;
  border-right: solid 1px #BCBCBC;
  background: url('Images/views/calendar/internationalchampionship.jpg') no-repeat center center;
  text-align: center;
  width: 31px;
  /* 32 - 1 = 31 */
  height: 28px;
}
.cal_intcship a {
  background: url('Images/views/calendar/internationalchampionship_arrow.png') no-repeat center center;
}
/*
 * ----------------------------------------------------------------------------
 * Calendar list view
 * ----------------------------------------------------------------------------
 */
.calendar_list_table_wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
}
.calendar_list_table {
  border-collapse: collapse;
  width: 100%;
}
.calendar_list_table tr:hover {
  background-color: #EEE;
}
.calendar_list_table td {
  padding: 5px;
  height: 16px;
}
.calendar_list_table tr td:first-child {
  padding-left: 0;
  width: 75px;
}
.calendar_list_table td.monthheader {
  border-bottom: solid 1px #EEE;
  padding: 5px 0 0 0;
}
/*
 * ----------------------------------------------------------------------------
 * Calendar list responsive
 * ----------------------------------------------------------------------------
 */
.calendar-list-wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
  padding-top: 9px;
  overflow: hidden;
  /* Year chooser */
  /* Year */
}
.calendar-list-wrapper .year-wrapper {
  margin-bottom: 8px;
}
.calendar-list-wrapper .yearselect p {
  display: inline-block;
  color: #DC631A;
  font-weight: bold;
  margin-right: 10px;
}
.calendar-list-wrapper .yearselect select {
  width: auto;
  display: inline;
  padding-left: 8px;
  padding-right: 5px;
}
.calendar-list-wrapper .currentyear {
  text-align: right;
}
.calendar-list-wrapper .currentyear span {
  color: #DC631A;
  font-size: 40px;
  font-weight: normal;
}
.calendar-list-wrapper .filter {
  margin-bottom: 5px;
}
.calendar-list-wrapper .filter label {
  margin-left: 0.25rem;
  margin-right: 1rem;
}
.calendar-list {
  overflow: hidden;
}
.calendar-list .month {
  margin-top: 15px;
}
.calendar-list .month:first-child {
  margin-top: 0;
}
.calendar-list .monthheader {
  color: #DC631A;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.calendar-list .monthheader::after {
  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;
  margin-left: 8px;
}
.calendar-list .monthheader::after {
  content: "\f106";
}
.calendar-list .monthheader.collapsed::after {
  content: "\f107";
}
.calendar-list .cship {
  padding-top: 8px;
  padding-bottom: 8px;
}
.calendar-list .cship:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.calendar_list_table td {
  padding: 5px;
  height: 16px;
}
.calendar_list_table tr td:first-child {
  padding-left: 0;
  width: 75px;
}
/*
 * ----------------------------------------------------------------------------
 * Calendar tooltip
 * ----------------------------------------------------------------------------
 */
.cal_tt_wrapper {
  display: none;
  overflow: hidden;
}
/* issf championship*/
.cal_tt_issfcshipcontent {
  background: #FFFFFF url(Images/views/calendar/tooltip_background.jpg) repeat-y left top;
  border: solid 2px #DC631A;
  padding: 20px;
  height: 45px;
}
.cal_tt_issfcshipcontent span.description {
  margin-right: 10px;
  white-space: nowrap;
}
.cal_tt_issfcshipcontent span.content {
  color: #DC631A;
  font-weight: bold;
  white-space: nowrap;
}
.cal_tt_issfcshipbubble {
  background: url(Images/views/calendar/tooltip_issfcshipbubble.png) no-repeat left top;
  margin-top: -2px;
  width: 78px;
  height: 60px;
}
/* issf meeting */
.cal_tt_issfmeetingcontent {
  background: #FFFFFF url(Images/views/calendar/tooltip_background.jpg) repeat-y left top;
  border: solid 2px #404040;
  padding: 20px;
}
.cal_tt_issfmeetingcontent span.description {
  float: left;
  margin-right: 10px;
  white-space: nowrap;
}
.cal_tt_issfmeetingcontent span.content {
  color: #404040;
  font-weight: bold;
  white-space: nowrap;
}
.cal_tt_issfmeetingbubble {
  background: url(Images/views/calendar/tooltip_issfmeetingbubble.png) no-repeat left top;
  margin-top: -2px;
  width: 78px;
  height: 60px;
}
/* continental championship */
.cal_tt_contcshipcontent {
  background: #FFFFFF url(Images/views/calendar/tooltip_background.jpg) repeat-y left top;
  border: solid 2px #245689;
  padding: 20px;
}
.cal_tt_contcshipcontent span.description {
  float: left;
  margin-right: 10px;
  white-space: nowrap;
}
.cal_tt_contcshipcontent span.content {
  color: #245689;
  font-weight: bold;
  white-space: nowrap;
}
.cal_tt_contcshipbubble {
  background: url(Images/views/calendar/tooltip_contcshipbubble.png) no-repeat left top;
  margin-top: -2px;
  width: 78px;
  height: 60px;
}
/* international championship */
.cal_tt_intcshipcontent {
  background: #FFFFFF url(Images/views/calendar/tooltip_background.jpg) repeat-y left top;
  border: solid 2px #EAC34A;
  padding: 20px;
}
.cal_tt_intcshipcontent span.description {
  float: left;
  margin-right: 10px;
  white-space: nowrap;
}
.cal_tt_intcshipcontent span.content {
  color: #EAC34A;
  font-weight: bold;
  white-space: nowrap;
}
.cal_tt_intcshipbubble {
  background: url(Images/views/calendar/tooltip_intcshipbubble.png) no-repeat left top;
  margin-top: -2px;
  width: 78px;
  height: 60px;
}
/*-------------------------------------------------------------------------------------------*
 *                                                                                           *
 *-------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .calendar-list .date {
    flex: 0 0 105px;
    max-width: 105px;
  }
}
@media screen and (max-width: 767.9px) {
  .calendar-list .title {
    font-weight: 700;
    margin-bottom: 4px;
  }
  .calendar-list a {
    text-decoration: none;
  }
}
/* News detail view */
.news_detailimagedatewrapper {
  clear: both;
  overflow: auto;
  margin-bottom: 20px;
  position: relative;
}
.news_detailimagedatewrapper img.big {
  float: left;
  width: 406px;
  height: 276px;
}
.news_detailimagedatewrapper p.date {
  float: right;
  font-size: 11pt;
  font-weight: bold;
  text-align: right;
  margin: 11px 11px 0 0;
}
.news_detailimagedatewrapper .editbutton {
  position: absolute;
  top: 25px;
  right: 3px;
}
.news_facebooklike {
  width: 55px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 415px;
}
.news_tweetbutton {
  width: 60px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 475px;
}
.news_googleplusone {
  width: 80px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 550px;
}
.news_detailcontentwrapper {
  clear: both;
  padding: 0 9px 1px 9px;
}
.news_detailcontentwrapper h1 {
  color: #245689;
  margin-bottom: 7px;
  padding-top: 7px;
}
.news_detailcontentwrapper .cshiptitle,
.news_detailcontentwrapper .eventtitle {
  color: #245689;
  font-weight: bold;
}
.news_detailcontentwrapper .eventtitle {
  margin-bottom: 0;
}
.news_detailcontentwrapper p.headline {
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 8px;
}
.news_detailcontentwrapper p.content img {
  max-width: 100%;
}
.news_detailcontentwrapper div.text img {
  max-width: 100%;
}
.news_detailcontentwrapper p.author {
  color: #245689;
  margin-top: 5px;
}
.news_detailcontentwrapper a.author {
  color: #245689;
}
.news_detailcontentwrapper .tickerwrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
.news_detailcontentwrapper .videoimglink {
  width: 120px;
  height: 68px;
  overflow: hidden;
  display: block;
  margin-right: 20px;
  position: relative;
  margin-bottom: 10px;
  clear: both;
}
.news_detailcontentwrapper .videoimg {
  margin-top: -11px;
}
.news_detailcontentwrapper .playimg {
  background: url(Images/views/news/video-overlay.png) no-repeat center center;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news_detailcontentwrapper table {
  max-width: 655px;
}
/* News overview */
.news_overviewwrapper {
  clear: both;
}
.news_overviewwrapper > div:nth-child(even) {
  background-color: #EEE;
}
.news_thumbnewswrapper {
  overflow: hidden;
  background: #FFF;
  padding: 9px;
}
.news_thumbnewswrapper img {
  float: right;
  border: 0;
  width: 117px;
  height: 78px;
  margin-right: -9px;
}
.news_thumbnewstextcontent {
  float: left;
  width: 185px;
  height: 77px;
}
.news_thumbnewstextcontent p.title {
  overflow: hidden;
  margin-bottom: 6px;
  height: 47px;
}
.news_thumbnewstextcontent a {
  color: #245689;
  font-weight: bold;
  text-decoration: none;
}
.news_thumbnewstextcontent p.date {
  color: #000000;
  font-weight: bold;
}
/* News search/paging */
.news_searchwrappertop {
  overflow: auto;
  margin-bottom: 6px;
  height: 32px;
}
.news_searchwrapperbottom {
  overflow: auto;
  height: 32px;
}
/* paging buttons */
.news_searchpagingtopnews {
  float: left;
  border: 0;
  background-color: #404040;
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  width: 110px;
  height: 32px;
}
.news_searchpagingleftarrow {
  float: left;
}
.news_searchpagingrightarrow {
  float: right;
}
.news_searchpagingleftarrow,
.news_searchpagingleftarrow:hover,
.news_searchpagingleftarrow:link,
.news_searchpagingrightarrow,
.news_searchpagingrightarrow:hover,
.news_searchpagingrightarrow:link {
  font-size: 25px;
  cursor: pointer;
  width: 22px;
  height: 28px;
  padding: 4px 0 0 11px;
  background-color: #245689;
  color: #FFF;
  text-decoration: none;
}
/* Searchfield and button */
.news_searchpanel {
  float: right;
  background-color: #404040;
  width: 160px;
  height: 32px;
  position: relative;
}
.news_searchtextfield {
  float: left;
  background-color: #FFF;
  border: 0;
  color: #245689;
  margin: 6px 0 0 10px;
  width: 113px;
  padding: 3px 27px 2px 5px;
  border-radius: 16px;
}
.news_searchbutton {
  position: absolute;
  background: url(Images/views/news/searchlens.png) no-repeat left top;
  border: 0;
  top: 7px;
  right: 10px;
  width: 18px;
  height: 18px;
}
/*
 * Live Ticker
 * ----------------------------------------------------------------------------
 */
.newsTickerEntry_wrapper {
  width: 100%;
  height: 92px;
}
.newsTickerEntry_content {
  float: left;
  padding: 5px;
  width: 465px;
  height: 82px;
}
.newsTickerEntry_content p {
  color: #245689;
}
.newsTickerEntry_eventtitle,
.newsTickerEntry_title {
  font-weight: bold;
  margin-bottom: 0;
}
.newsTickerEntry_title {
  height: 17px;
  overflow: hidden;
  width: 465px;
}
.newsTickerEntry_title a {
  color: #245689;
  text-decoration: none;
}
.newsTickerEntry_date {
  color: #404040 !important;
  font-size: 11px;
}
/* News edit */
.news_edittable td {
  padding: 1px;
}
.news_edittable .loadshooteridsfromrskey {
  padding: 2px 4px;
}
.news_edittable .description {
  font-size: 11px;
}
/* News edit list */
.newseditlist tr:hover {
  background-color: #EEE;
}
.newseditlist tr:first-child:hover {
  background-color: inherit;
}
.newseditlist tr td {
  padding: 2px;
}
.newseditlist tr td:first-child {
  padding-left: 0;
}
.shtr_container {
  padding-bottom: 9px;
}
/*-------------------------------------------------------------------------------------------*
 * ShooterSearch                                                                             *
 *-------------------------------------------------------------------------------------------*/
.issftv_shooterChampshipOverviewFirst {
  background-color: #FFB90F;
  color: #000000;
}
.issftv_shooterChampshipOverviewSecond {
  background-color: #D3D3D3;
  color: #000000;
}
.issftv_shooterChampshipOverviewThird {
  background-color: #B1772C;
  color: #000000;
}
.issftv_shooterChampshipOverviewThird td {
  color: #505050;
}
.issftv_shooterChampshipOverviewStandart {
  background-color: #FFFFFF;
}
div.issftv_shooternationcontainer {
  float: left;
  margin: 15px 0px 5px 8px;
  width: 160px;
  height: 260px;
}
div.issftv_shooternationimg {
  height: 230px;
}
.issftv_shootersearchbutton {
  border: solid 1px #5fcd22;
  background-color: #000000;
  color: #FFFFFF;
}
.issftv_shooterserachcombobox {
  background-color: #000000;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}
.issftv_shooterserachtextbox {
  background-color: #232323;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}
.issftv_shootersearchtable {
  width: 100%;
}
.issftv_shootersearchtable th {
  border-top: solid 10px #000000;
  background-color: #232323;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 50px;
  text-align: left;
  padding-left: 3px;
}
.issftv_shootersearchtable td {
  margin-top: 50px;
  padding-left: 3px;
}
.issftv_shooterdetailtable td {
  /*white-space: pre-wrap;*/
}
/* One field search */
.shtr_searchfieldcontainer {
  float: left;
  width: 300px;
}
.shtr_searchfieldcontainer input {
  width: 300px;
}
.shtr_searchbuttoncontainer {
  float: left;
  width: 100px;
  margin-left: 20px;
}
.shtr_searchresultcontainer {
  min-height: 50px;
  margin-top: 5px;
}
.shtr_searchresultlist {
  margin-top: 15px;
}
.shtr_searchresult {
  margin-bottom: 10px;
}
.shtr_searchresult .name {
  margin-bottom: 2px;
}
/*-------------------------------------------------------------------------------------------*
 * ShooterSearch End                                                                         *
 *-------------------------------------------------------------------------------------------*/
.shtr_searchtable td {
  padding-top: 5px;
}
.shtr_searchtime {
  margin-top: 10px;
  font-size: 10px;
}
.shtr_searchcomment {
  margin-top: 15px;
  text-align: center;
}
/* Shooter Search Result Table */
.shtr_searchresulttable {
  margin-top: 15px;
  width: 100%;
}
.shtr_searchresulttable tr.even {
  background-color: #C0C0C0;
}
.shtr_searchresulttable th {
  border-bottom: 1px solid #CBCDCE;
  font-weight: bold;
  text-align: left;
  padding: 3px 5px 3px 5px;
}
.shtr_searchresulttable td {
  padding: 3px 5px 3px 5px;
  vertical-align: middle;
}
.shtr_searchresulttable a {
  color: #666666;
  text-decoration: none;
}
/* Medal-List unter dem Schützen */
.shtr_medallist {
  width: 100%;
  margin-top: 10px;
}
.shtr_medallist th {
  border-bottom: solid 1px #EEE;
  text-align: left;
  padding: 2px;
  padding-bottom: 4px;
}
.shtr_medallist td {
  border: solid 0px #FFFFFF;
  padding: 2px;
}
/*-------------------------------------------------------------------------------------------*
 * ShooterDetail-View                                                                        *
 *-------------------------------------------------------------------------------------------*/
.shtr_newslistwrapper {
  clear: both;
}
.shtr_newslistwrapper h2 {
  color: #245689 !important;
}
.shtr_newslistwrapper .shtr_news {
  margin: 2px 0 3px 0;
}
.shtr_newslistwrapper .title,
.shtr_newslistwrapper .headline {
  margin-bottom: 2px;
}
.shtr_newslistwrapper .title a {
  color: #245689;
  font-weight: bold;
}
.shtr_additionalarticles {
  display: none;
}
.shtr_displayadditionalarticles {
  cursor: pointer;
  font-style: italic;
}
/*-------------------------------------------------------------------------------------------*
 * ShooterEdit-View                                                                          *
 *-------------------------------------------------------------------------------------------*/
/* Nation list */
.shootereditnationlist tr:hover {
  background-color: #EEE;
}
.shootereditnationlist tr td {
  padding: 2px;
}
.shootereditnationlist tr td:first-child {
  padding-left: 0;
}
.subnavigation_item {
  margin-bottom: 5px;
}
.subnavigation_item:last-child {
  margin-bottom: 0;
}
a.subnavigation_link {
  display: block;
  font-weight: bold;
  padding: 10px 9px;
  text-decoration: none;
}
/* black */
.border_black_wrapper a.subnavigation_link {
  background-color: rgba(255, 255, 255, 0.8);
  color: #404040;
}
.border_black_wrapper a.subnavigation_link:hover,
.border_black_wrapper a.subnavigation_active {
  background-color: #c7c7c7;
  color: #FFFFFF;
}
/* blue */
.border_blue_wrapper a.subnavigation_link {
  background-color: rgba(255, 255, 255, 0.8);
  color: #245689;
}
.border_blue_wrapper a.subnavigation_link:hover,
.border_blue_wrapper a.subnavigation_active {
  background-color: #57a2db;
  color: #FFFFFF;
}
/* green */
/* orange */
.border_orange_wrapper a.subnavigation_link {
  background-color: rgba(255, 255, 255, 0.8);
  color: #DC631A;
}
.border_orange_wrapper a.subnavigation_link:hover,
.border_orange_wrapper a.subnavigation_active {
  background-color: #eebf87;
  color: #FFFFFF;
}
/* red */
.inlinespacing {
  margin: 0 9px;
  padding-bottom: 9px;
}
/* util */
.vtop {
  vertical-align: top;
}
.vbottom {
  vertical-align: bottom;
}
/*
 * ----------------------------------------------------------------------------
 * Result Chooser
 * ----------------------------------------------------------------------------
 */
.historesult_chooser_rowwrapper {
  clear: both;
  overflow: hidden;
  margin: 0 -9px 5px -9px;
}
.historesult_chooser_rowwrapper p {
  margin-bottom: 0;
  line-height: 1.2em;
}
.historesult_chooser_rowwrapper p.number {
  float: left;
  font-size: 30px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
}
.historesult_chooser_rowwrapper p.description {
  font-size: 16px;
  margin-top: 18px;
  text-transform: uppercase;
}
.historesult_chooser_rowwrapper select {
  clear: both;
  margin-top: 6px;
  width: 100%;
  color: #606060;
}
.historesult_chooser_rowwrapper + .border_orange_wrapper .border_orange_title {
  margin: 0 -9px;
}
p.result_chooser_infotext {
  color: #B0221E;
  padding-bottom: 5px;
  padding-left: 9px;
  display: none;
}
#historesult_chooser_championship {
  float: left;
  width: 507px;
  height: 73px;
  margin-right: 5px;
}
#historesult_chooser_listtype {
  float: left;
  width: 508px;
  height: 73px;
  background-color: #d5d5d5;
}
#historesult_chooser_sublist {
  float: left;
  width: 507px;
  height: 73px;
  background-color: #d5d5d5;
}
.historesult_version_date {
  float: right;
  margin-right: 9px;
}
p.historesult_infotext {
  color: #B0221E;
  width: 880px;
  float: left;
  margin: 3px 0 5px 0;
  padding-left: 9px;
  display: none;
}
.historesult_chooser_rowwrapper div.active {
  background-color: #f7dfbd !important;
}
.historesult_chooser_rowwrapper div.active p {
  color: #DC631A;
}
.result-chooser-selectors .selectorwrapper {
  padding-top: 5px;
  background-color: #d5d5d5;
}
.result-chooser-selectors p {
  margin-bottom: 0;
  line-height: 1.2em;
  display: inline-block;
}
.result-chooser-selectors p.number {
  font-size: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.result-chooser-selectors p.description {
  font-size: 16px;
  margin-top: 18px;
  text-transform: uppercase;
}
.result-chooser-selectors select {
  clear: both;
  margin-top: 6px;
  width: 100%;
  color: #606060;
}
.result-chooser-selectors div.active {
  background-color: #f7dfbd !important;
}
.result-chooser-selectors div.active p {
  color: #DC631A;
}
/* 
 * Historical Results
 */
p.Stil2 {
  margin-top: 15px;
  margin-bottom: 0;
}
/* olympic cycle */
.histresult_oc_resultselectwrapper {
  margin: 5px 0 20px 0;
}
.histresult_oc_resultselectwrapper a {
  padding-right: 15px;
  color: #DC631A;
  font-weight: bold;
}
/*
 * ----------------------------------------------------------------------------
 * Results, from issfdb.mdb
 * ----------------------------------------------------------------------------
 */
.result_resultwrapper {
  margin: 0 9px;
  padding-bottom: 9px;
}
.result_resulttitlewrapper {
  height: 80px;
  /* 98 - (2 * 9) = 80 */
  margin-top: 15px;
}
.result_resulttitlewrapper p.championship {
  font-size: 12pt;
  font-weight: bold;
  padding-top: 9px;
}
.result_resulttitlewrapper p.event {
  color: #DC631A;
  font-size: 12pt;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 21px;
}
/* Resulttable */
.result_resulttable {
  border-collapse: collapse;
  width: 100%;
}
.result_resulttable th {
  color: #DC631A;
  background-color: #f7dfbd;
  padding: 10px 8px 8px 8px;
  text-align: left;
}
.result_resulttable th.borderright {
  border-right: solid 2px #FFFFFF;
}
.result_resulttable td {
  border-bottom: solid 1px #EEE;
  padding: 6px 8px;
}
.result_resulttable tr:last-child td {
  border: 0;
}
.result_resulttable .mix-nation td {
  border-top: solid 1px #EEE;
  border-bottom: none;
  padding-bottom: 2px;
}
.result_resulttable .mix-athlete td {
  border-bottom: none;
  padding-top: 2px;
  padding-bottom: 2px;
}
.result_resulttable .mix-nation + tr + tr td {
  padding-bottom: 6px;
}
.result_resultwrapper .titlerow {
  color: #DC631A;
  background-color: #f7dfbd;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.result_resultwrapper .rankrow {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #EEE;
}
.result_resultwrapper .rankrow p {
  margin-bottom: 3px;
}
.result_resultwrapper .rankrow .score-values {
  margin-top: 5px;
}
@media screen and (max-width: 991.9px) {
  .result_resultwrapper .titlerow .score-titles {
    font-size: 0.8em;
    margin-top: 5px;
  }
}
/*
 * ----------------------------------------------------------------------------
 * Life Results Complete Championship List
 * ----------------------------------------------------------------------------
 */
/* Title */
.result_xml_headerwrapper {
  overflow: auto;
  padding: 9px;
}
.result_xml_headerwrapper img {
  width: 80px;
  height: 80px;
}
.result_xml_headerwrapper img.cshiplogo {
  float: left;
  margin-right: 30px;
}
.result_xml_headerwrapper img.federationlogo {
  float: right;
}
.result_xml_headercontent {
  float: left;
}
.result_xml_headercontent p {
  font-size: 11pt;
  font-weight: bold;
}
/*
 * Resulttable
 * ----------------------------------------------------------------------------
 */
.result_xml_title {
  font-size: 16px;
  color: #404040 !important;
  margin: 10px 0 10px 10px;
}
.result_xml_resulttable {
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
}
.result_xml_resulttable .bold {
  font-weight: bold;
}
.result_xml_resulttable .black {
  color: #404040;
}
.result_xml_resulttable td {
  color: #DC631A;
  padding: 6px 10px 6px 10px;
}
.result_xml_resulttable img {
  margin-right: 1px;
}
.result_xml_resulttable a {
  color: #DC631A;
  text-decoration: none;
}
.result_xml_resulttable td.nonebold {
  font-weight: normal;
}
.result_xml_resulttable .hidden {
  display: none;
}
.shootgun_final_imgcell img {
  width: 10px;
  height: 14px;
}
/* Leaderboard buttons einschalten */
.result_xml_resulttable .leaderboard_button span.fa {
  font-size: 14px;
  cursor: pointer;
}
.result_xml_resulttable .leaderboard_button {
  text-align: center;
}
.leaderboard_title,
.leaderboard_my_title {
  font-size: 1.3em;
  display: none;
}
.result_xml_resulttable.leaderboard_disabled .leaderboard_button,
.result_xml_resulttable.leaderboard_disabled .leaderboard_title,
.result_xml_resulttable.leaderboard_disabled .leaderboard_my_title,
.result_xml_resulttable.leaderboard_disabled .myleaderboard_entry {
  /* leaderboard is always activ at the moment, even in not intermediate results */
  /*display: none;*/
}
.result_xml_resulttable .myleaderboard_entry .resulttarget_cell {
  padding: 2px 3px;
}
.result_xml_resulttable .myleaderboard_entry .resulttarget_cell img.targetimg {
  display: inline;
  height: 100px;
  border: 1px solid #555;
}
/* the target icon link is only hidden, if a target is rendered */
.result_xml_resulttable .myleaderboard_entry .resulttarget_cell a.targetimglink + a.targeticon {
  display: none;
}
.result_xml_resulttable .resulttarget_cell img.targetimg {
  display: none;
}
.resulttarget_cell {
  vertical-align: top;
}
/* Title definitions */
.result_xml_resulttable td.borderleft {
  border-left: solid 2px #FFFFFF;
}
.result_xml_resulttable td.borderright {
  border-right: solid 2px #FFFFFF;
}
.result_xml_resulttable td.borderleftright {
  border-left: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
}
tr.result_xml_resulttable_heading td {
  background-color: #f7dfbd;
  border-bottom-width: 0;
  font-weight: bold;
}
tr.result_xml_resulttable_seriesitem td {
  background-color: #f7dfbd;
  border-top: solid 2px #FFFFFF;
  padding: 3px;
  text-align: center;
  font-weight: bold;
}
/* content */
.result_xml_resulttable td.total {
  padding-left: 20px;
  white-space: nowrap;
}
.result_xml_resulttable td.totalcontent {
  text-align: right;
  white-space: nowrap;
}
.result_xml_resulttable td.bordercol {
  border-bottom: solid 1px #A6A6A6;
  line-height: 0;
  padding: 0;
  height: 0;
}
.result_xml_resulttable tr.bordertop td {
  border-top: solid 1px #A6A6A6;
}
.result_xml_resulttable .leaderboard_title ~ tbody tr.qfseparator td {
  border-bottom: 5px solid #a6a6a6;
}
.result_xml_resulttable tr.noheight td {
  line-height: 0;
  padding: 0;
  height: 0;
}
.result_xml_resulttable .resulttarget_cell {
  text-align: center;
}
.result_xml_resulttable .teamnameinset {
  padding-left: 20px;
}
tr.result_xml_resulttable_finalrow td {
  color: #404040 !important;
}
.result_xml_resulttable tr.lowpadbottom td {
  padding-bottom: 0;
}
.result_xml_resulttable tr.lowpadtop td {
  padding-top: 0;
}
.result_xml_resulttable tr td.lowpadrl {
  padding-left: 4px;
  padding-right: 4px;
}
/*
 * Legend Table
 */
.result_xml_legendtable td {
  padding: 2px;
}
/* Finals past 2013 */
.resultxml_rstable_final_2013 {
  background-position: 0 43px;
  font-weight: normal;
}
.resultxml_rstable_final_2013 td {
  padding: 5px 8px 5px 8px;
}
.resultxml_rstable_final_2013 .bold {
  font-weight: bold;
}
.resultxml_rstable_final_2013 .black {
  color: #404040;
}
.resultxml_rstable_final_2013 .result_xml_resulttable_heading {
  font-weight: bold;
}
.resultxml_rstable_final_2013 .blackborderbottom {
  border-bottom: 1px solid #404040;
}
.resultxml_rstable_final_2013 .forkdiv {
  border: 1px solid #404040;
  border-left: 0;
  height: 72px;
  width: 40px;
}
.resultxml_rstable_final_2013 .smallhitmissimgrow td {
  padding: 0 4px 8px 4px;
}
.resultxml_rstable_final_2013 .smallhitmissimgs {
  text-align: center;
}
.resultxml_rstable_final_2013 .smallhitmissimgs img {
  width: 8px;
  margin-left: 1px;
}
.resultxml_rstable_final_2013 .smallhitmissimgs img:first-child {
  margin-left: 0;
}
.resultxml_rstable_final_2013 .smallhitmissimgs.width7px img {
  width: 7px;
}
/* link to pdf version */
.result_xml_pdflink {
  margin-top: 5px;
  border-collapse: collapse;
  width: 100%;
}
.result_xml_pdflink td {
  color: #DC631A;
  padding: 6px 10px 6px 10px;
}
.result_xml_pdflink a {
  color: #DC631A;
  text-decoration: none;
  font-weight: bold;
}
.result_xml_pdflink img {
  margin-left: 5px;
}
/* Link to qualification result */
.result_xml_qualilink {
  margin-top: 5px;
  border-collapse: collapse;
  width: 100%;
}
.result_xml_qualilink td {
  color: #DC631A;
  padding: 6px 10px 6px 10px;
}
.result_xml_qualilink a {
  color: #DC631A;
  text-decoration: none;
  font-weight: bold;
}
.result_xml_qualilink td.bordercol {
  border-bottom: solid 1px #A6A6A6;
  line-height: 2px;
  height: 2px;
  padding: 0 0 5px 0;
}
.result_xml_pdflink + .result_xml_qualilink {
  margin-top: 0;
}
.result_xml_pdflink + .result_xml_qualilink td {
  padding-top: 0;
}
/* MM SP */
.resultxml_rstable_final_2013 .mm_sp_match_first_row td,
.resultxml_rstable_final_2013 .mm_sp_match_last_row td {
  padding-top: 0;
  padding-bottom: 0;
}
/* first an last row in a medal match */
.resultxml_rstable_final_2013 .mm_sp_match_top_rank_row td {
  padding-top: 0;
}
.resultxml_rstable_final_2013 .mm_sp_match_bottom_rank_row td {
  padding-bottom: 0;
}
.resultxml_rstable_final_2013 .mm_sp_pt_top {
  text-align: center;
}
.resultxml_rstable_final_2013 .mm_sp_pt_bottom {
  text-align: center;
}
.resultxml_rstable_final_2013 .mm_sp_targets_top {
  text-align: center;
}
.resultxml_rstable_final_2013 .mm_sp_targets_bottom {
  text-align: center;
}
/* Shotgun */
.shootgun_semifinal_imgcell img {
  width: 15px;
}
.shootgun_medalmatch_imgcell img {
  width: 15px;
}
.resultxml_rstable_final_2013 tr.sh_name td {
  padding-bottom: 2px;
}
.resultxml_rstable_final_2013 tr.sh_middle td {
  padding-bottom: 2px;
  padding-top: 2px;
}
.resultxml_rstable_final_2013 tr.sh_bottom td {
  padding-top: 2px;
  padding-bottom: 9px;
}
/* SH-DT */
.result_xml_resulttable .dtdoublet,
.result_xml_resulttable .dtdoublet {
  position: relative;
  width: 15px;
  height: 21px;
  float: left;
  margin-right: 1px;
}
.result_xml_resulttable .dtdoublet img,
.result_xml_resulttable .dtdoublet img {
  position: absolute;
  top: 0;
  left: 0;
}
/*
 * Live Ticker
 * ----------------------------------------------------------------------------
 */
.resultTickerEntry_wrapper {
  width: 100%;
  height: 92px;
}
.resultTickerEntry_wrapper p {
  margin-bottom: 0;
}
.resultTickerEntry_content {
  float: left;
  padding: 5px;
}
.resultTickerEntry_title {
  color: #e16319;
  font-weight: bold;
}
.resultTickerEntry_title a {
  color: #e16319;
  text-decoration: none;
}
.resultTickerEntry_text {
  padding-top: 1px;
  color: #e16319;
}
.resultTickerEntry_picture {
  width: 117px;
  height: 76px;
}
.resultTickerEntry_date {
  color: #404040;
  font-size: 11px;
}
/* Anzeige der drei Schützen */
.resultTickerEntry_shooter1wrapper {
  float: left;
  position: relative;
}
.resultTickerEntry_shooter2wrapper {
  float: left;
  position: relative;
  margin-right: 4px;
  margin-left: 4px;
}
.resultTickerEntry_shooter3wrapper {
  float: left;
  position: relative;
}
.resultTickerEntry_ranknumber {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #606060;
  background-color: #EEE;
  padding: 0px 3px 0px 2px;
  font-size: 10px;
}
.resultTickerEntry_shooterimg {
  float: left;
  height: 92px;
  width: 62px;
}
/*
 * Recrods
 *
 */
.record_nationflag {
  width: 35px;
  height: 18px;
}
/*
 * Latest Official Results (1:1)
 * ----------------------------------------------------------------------------
 */
.lor_11_wrapper {
  position: relative;
}
.lor_eventlist .cshiptitle {
  padding: 6px 2px 6px 8px;
  border-bottom: 1px solid #EEE;
}
.lor_eventlist .cshiptitle a {
  font-weight: bold;
  color: #DC631A;
  text-decoration: none;
}
.lor_eventlist .active {
  color: #DC631A;
  background: url('Images/views/results/lor_active.png') no-repeat center right;
  background-size: Auto 22px;
}
.lor_csevent {
  cursor: pointer;
  border-bottom: 1px solid #EEE;
  padding: 4px 0;
}
.lor_csevent a {
  text-decoration: none;
}
.lor_csevent p {
  margin: 3px 0;
  padding-left: 8px;
}
.lor_csevent .date {
  font-size: 10px;
  margin-bottom: 0;
}
.lor_csevent .title {
  margin-top: 0;
}
.lor_csevent:hover {
  color: #DC631A;
}
.lor_11_rsdisplay {
  float: right;
  width: 660px;
}
.lor_11_summarydetaillink {
  text-align: right;
  margin-top: 5px;
  margin-right: 5px;
}
.lor-detailed {
  position: relative;
}
.lor_11_rsloadingpanel {
  display: none;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 5px;
  z-index: 5;
  background: rgba(218, 218, 218, 0.5) url('Images/loading.gif') no-repeat center center;
}
/* result list 1:3 */
/*
 * Result Summary used in "Latest Official Results (1:1)" on the right
 * ----------------------------------------------------------------------------
 */
.rsx_sum_compstageheader {
  color: #404040 !important;
}
/* Portraits */
.rsx_sum_podium {
  padding-bottom: 10px;
}
.rsx_sum_shooter {
  position: relative;
  height: 75px;
}
.rsx_sum_shooter .portrait {
  position: absolute;
  top: 0;
  left: 15px;
  max-height: 75px;
}
.rsx_sum_shooter .rank {
  position: absolute;
  top: 0;
  left: 75px;
  font-size: 34px;
}
.rsx_sum_shooter .name {
  position: absolute;
  top: 5px;
  left: 100px;
}
.rsx_sum_shooter .name a {
  text-decoration: none;
}
.rsx_sum_shooter .nation {
  position: absolute;
  bottom: 5px;
  left: 75px;
}
.rsx_sum_shooter .nation img {
  margin-left: 5px;
  margin-bottom: -2px;
}
.rsx_sum_shooter .score {
  position: absolute;
  bottom: 5px;
  left: 160px;
  font-weight: bold;
}
/* Portraits Team Result */
.rsx_sum_team {
  position: relative;
}
.rsx_sum_team .rank {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 34px;
}
.rsx_sum_team .nation {
  position: absolute;
  top: 5px;
  left: 40px;
}
.rsx_sum_team .nation img {
  position: absolute;
  top: 0px;
  left: 55px;
}
.rsx_sum_team .score {
  position: absolute;
  top: 20px;
  left: 40px;
  font-weight: bold;
}
.rsx_sum_team .names {
  margin-top: 40px;
}
.rsx_sum_team .portrait {
  margin-top: 10px;
  max-height: 75px;
}
.rsx_sum_team .portrait.athlete1 {
  margin-right: 10px;
}
.rsx_sum_team .portrait.athlete2 {
  margin-right: 10px;
}
/* Result Table */
.rsx_sum_resulttable {
  width: 100%;
  font-weight: normal;
  font-size: 11px;
}
.rsx_sum_resulttable .bold {
  font-weight: bold;
}
.rsx_sum_resulttable .black {
  color: #404040;
}
.rsx_sum_resulttable td,
.rsx_sum_resulttable th {
  color: #DC631A;
  padding: 4px 7px 4px 7px;
}
.rsx_sum_resulttable a {
  color: #DC631A;
  text-decoration: none;
}
/* Title definitions */
.rsx_sum_resulttable th {
  height: 20px;
  font-weight: bold;
  text-align: left;
  background-color: #f7dfbd;
}
.rsx_sum_resulttable th.borderleft {
  border-left: solid 2px #FFFFFF;
}
.rsx_sum_resulttable th.borderright {
  border-right: solid 2px #FFFFFF;
}
.rsx_sum_resulttable th[align="center"] {
  text-align: center;
}
/* content */
.rsx_sum_resulttable td.bordercol {
  border-bottom: solid 1px #A6A6A6;
  line-height: 2px;
  padding: 0;
  height: 2px;
}
.rsx_sum_resulttable .blackborderbottom {
  border-bottom: 1px solid #404040;
}
.rsx_sum_resulttable .forkdiv {
  border: 1px solid #404040;
  border-left: 0;
  height: 72px;
  width: 40px;
}
.rsx_sum_resulttable .mmdescrow {
  padding-bottom: 0;
}
/* medal match description row (Gold Medal Match)*/
@media screen and (max-width: 991.9px) {
  .rsx_sum_podium .rsx_sum_shooter {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .lor_eventlist div:not(.latest-championship),
  .lor_eventlist div:nth-of-type(1n+5) {
    display: none;
  }
  .lor_11_summarywrapper {
    margin-top: 20px;
  }
  .rsx_sum_podium .rsx_sum_shooter {
    margin-left: 15px;
    margin-right: 15px;
  }
  .rsx_sum_podium .rsx_sum_team {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  .rsx_sum_team .names {
    margin-left: 10px;
  }
  .rsx_sum_team .portrait {
    margin-top: 0;
  }
}
@media screen and (max-width: 575.9px) {
  .portrait-wrapper {
    padding-left: 10px;
    padding-top: 10px;
  }
}
.homegallerywrapper {
  overflow: hidden;
  /* Um einen zu langen Text eines Bildes zu verbergen. */
  background-color: White;
  width: 458px;
  height: 330px;
}
.homegallerystage img {
  width: 458px;
  height: 272px;
}
.homegallerycontrols {
  background-color: Black;
  height: 24px;
  width: 458px;
}
.homegallerycontrols img {
  float: left;
  padding-top: 1px;
  padding-left: 1px;
}
.homegallerytext p {
  padding: 2px;
}
/* color of the small border inside a tile*/
.organisation_wrappertop,
.organisation_wrappercenter,
.organisation_wrapperbottom {
  overflow: auto;
  margin-top: 10px;
  text-align: center;
}
.organisation_outerwrapper {
  padding: 5px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.7);
}
.organisation_innerwrapper {
  background-color: rgba(255, 255, 255, 0.8);
}
.organisation_wrappertop h1,
.organisation_wrappertop h1 a {
  color: #ab6520 !important;
  font-size: 12px;
  text-decoration: none;
}
.organisation_wrappercenter h1,
.organisation_wrappercenter h1 a {
  color: #245689 !important;
  font-size: 12px;
  text-decoration: none;
}
.organisation_wrapperbottom {
  margin-bottom: 0;
}
.organisation_wrapperbottom h1,
.organisation_wrapperbottom h1 a {
  color: #127d6d !important;
  font-size: 12px;
  text-decoration: none;
}
.organisation_titletop,
.organisation_titlecenter,
.organisation_titlebottom {
  color: #FFF;
  margin: 0 auto;
  padding-top: 8px;
  width: 1030px;
  height: 26px;
}
.organisation_titletop {
  background-color: #ab6520;
}
.organisation_titlecenter {
  background-color: #245689;
}
.organisation_titlebottom {
  background-color: #127d6d;
}
.organisation_titletop a,
.organisation_titlecenter a,
.organisation_titlebottom a {
  font-family: ISSFFONTMedium;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
}
.organisation_branchtopimage1 {
  margin-bottom: 3px;
}
.organisation_branchtop {
  float: none;
  margin-left: 300px;
  margin-right: 300px;
}
.organisation_branchtopimage2 {
  margin-top: 3px;
  margin-right: 19px;
  margin-bottom: 3px;
}
.organisation_branchtop1 {
  float: left;
  margin-left: 40px;
  width: 175px;
}
.organisation_branchtop2 {
  float: left;
  margin-left: 55px;
  width: 175px;
}
.organisation_branchtop3 {
  float: left;
  margin-left: 60px;
  width: 240px;
}
.organisation_branchtop4 {
  float: left;
  margin-left: 20px;
  margin-right: 3px;
  width: 240px;
}
.organisation_branchcenterimage {
  margin-right: 22px;
  margin-bottom: 3px;
}
/*.organisation_branchcenter1 { float: left; margin-left: 30px; width: 190px; }
.organisation_branchcenter2 { float: left; margin-left: 18px; width: 230px; }
.organisation_branchcenter3 { float: left; margin-left: 28px; width: 250px; }
.organisation_branchcenter4 { float: left; margin-left: 45px; width: 180px; }*/
.organisation_branchcenter1 {
  float: left;
  margin-left: 30px;
  width: 190px;
}
.organisation_branchcenter2 {
  float: left;
  margin-left: 177px;
  width: 230px;
}
.organisation_branchcenter3 {
  float: left;
  margin-left: 138px;
  width: 250px;
}
.organisation_branchcenter4 {
  display: none;
  float: left;
  margin-left: 45px;
  width: 180px;
}
.organisation_branchbottomimage1 {
  margin-right: 22px;
  margin-bottom: 3px;
}
.organisation_branchbottomimage2 {
  margin-top: 3px;
  margin-bottom: 3px;
}
.organisation_branchbottom1 {
  float: left;
  margin-left: 30px;
  width: 190px;
}
.organisation_branchbottom2 {
  float: left;
  margin-left: 177px;
  width: 230px;
}
.organisation_branchbottom3 {
  float: left;
  margin-left: 138px;
  width: 230px;
}
.inlinespacing {
  margin: 0 9px;
  padding-bottom: 9px;
}
/*
 * ----------------------------------------------------------------------------
 * ChampionshipTitle
 * ----------------------------------------------------------------------------
 */
.cship_titlewrapper {
  overflow: auto;
  clear: both;
  padding: 9px;
  height: 84px;
}
.cship_titlewrapper img {
  float: left;
  margin-right: 30px;
  width: 78px;
  height: 78px;
}
.cship_titlewrapper p {
  font-size: 12pt;
  font-weight: bold;
}
.cship_titlewrapper div.cshiptitle {
  margin-top: 10px;
}
.cship_titlewrapper2012 {
  clear: both;
  padding: 9px;
  background-color: #FFF;
}
.cship_titlewrapper2012 .whitebg {
  background-color: #FFFFFF;
  width: 633px;
  height: 84px;
  padding: 0 0 0 5px;
}
.cship_titlewrapper2012 img {
  float: left;
  margin-right: 30px;
  height: 78px;
}
.cship_titlewrapper2012 p {
  font-size: 11pt;
  font-weight: normal;
  line-height: 1em;
  color: #000000;
  margin: 0;
  padding: 0 0 0 5px;
  text-transform: uppercase;
  font-family: IssfFontBlack;
}
.cship_titlewrapper2012 p.first {
  padding-top: 13px;
}
.cship_titlewrapper2012 p.discipline {
  padding-top: 2px;
}
.cship_titlewrapper2012 p.location {
  color: #0461af;
}
/* responsive */
.cship-titlewrapperresponsive {
  clear: both;
  padding: 9px;
  background-color: #FFF;
}
.cship-titlewrapperresponsive .whitebg {
  background-color: #FFFFFF;
  padding: 0 0 0 5px;
}
.cship-titlewrapperresponsive .img-wrapper {
  position: relative;
  height: 0;
  padding-top: 12%;
}
.cship-titlewrapperresponsive .img-wrapper .logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.cship-titlewrapperresponsive p {
  font-size: 11pt;
  font-weight: normal;
  line-height: 1em;
  color: #000000;
  margin: 0;
  padding: 0 0 0 5px;
  text-transform: uppercase;
  font-family: IssfFontBlack;
}
.cship-titlewrapperresponsive p.first {
  padding-top: 13px;
}
.cship-titlewrapperresponsive p.discipline {
  padding-top: 2px;
}
.cship-titlewrapperresponsive p.location {
  color: #0461af;
}
.cship-titlewrapperresponsive .with-header-logo {
  margin-top: 10px;
  margin-bottom: 5px;
}
.cship-titlewrapperresponsive .with-header-logo .text-left {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.cship-titlewrapperresponsive .with-header-logo .text-left .first {
  padding-top: 0;
}
.cship-titlewrapperresponsive .with-header-logo .text-left .location {
  margin-top: auto;
}
.cship-titlewrapperresponsive .with-header-logo .header-image .text {
  font-family: Arial;
  text-transform: none;
  font-weight: bold;
  font-size: 0.8rem;
}
/*
 * ----------------------------------------------------------------------------
 * Championship list for one year
 * ----------------------------------------------------------------------------
 */
.cship_list_wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
  padding-top: 4px;
}
.cship_list_wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.cship_list_wrapper td {
  border-bottom: solid 1px #EEE;
  padding: 7px 10px 7px 10px;
}
.cship_list_wrapper table tr:last-child td {
  border: 0;
}
.cship_list_wrapper .cshipactive {
  font-weight: bold;
}
/*
 * ----------------------------------------------------------------------------
 * Schedule By Discipline
 * ----------------------------------------------------------------------------
 */
/* surrounds all events in a discipline */
.cship_sbd_disciplineitemswrapper {
  clear: both;
}
.border_content .cship_sbd_disciplineheadingwrapper:first-child {
  margin-top: 0;
}
.border_content .cship_sbd_disciplineheadingwrapper {
  margin-top: 15px;
}
/* div */
.cship_sbd_borderbottom {
  border-bottom: solid 1px #D0D0D0;
}
.cship_sbd_eventtitle {
  overflow: hidden;
  border-bottom: solid 1px #D0D0D0;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 7px;
  padding-left: 7px;
  height: 15px;
}
.cship_sbd_eventtitle p:hover {
  cursor: pointer;
}
.cship_sbd_eventtitle p.eventtitle {
  float: left;
}
.cship_sbd_eventtitle p.eventtitleactive {
  float: left;
  color: #DC631A;
}
.cship_sbd_eventtitle p.eventtitleactive span {
  color: #DC631A;
}
.cship_sbd_eventtitle p.latestresult {
  float: right;
  margin-left: 20px;
}
.cship_sbd_eventtable .col1 {
  width: 230px;
}
.cship_sbd_eventtable .col2 {
  width: 250px;
}
.cship_sbd_eventtable .col3 {
  width: 75px;
}
.cship_sbd_eventtable td.rs_pdflink {
  padding: 0;
  vertical-align: middle;
}
.cship_sbd_disciplineitemswrapper table {
  clear: both;
  border-collapse: collapse;
  font-weight: bold;
  width: 100%;
}
.cship_sbd_disciplineitemswrapper td {
  border-bottom: solid 1px #D0D0D0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.cship_sbd_disciplineitemswrapper a {
  text-decoration: none;
}
/*
 * Discipline heading
 * ------------------------------------
 * sbd = schedule by discipline
 */
.cship_sbd_disciplineheadingwrapper {
  height: 34px;
  border-bottom: solid 1px #D0D0D0;
}
.cship_sbd_disciplineheading {
  float: left;
  overflow: auto;
  height: 34px;
}
.cship_sbd_disciplineheading p {
  color: #DC631A;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 10px;
  text-transform: uppercase;
}
.cship_sbd_disciplineheading_ri,
.cship_sbd_disciplineheading_pi,
.cship_sbd_disciplineheading_sh,
.cship_sbd_disciplineheading_rt {
  float: left;
  width: 268px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: left top;
}
/* Rifle */
.cship_sbd_disciplineheading_ri {
  background-image: url(Images/views/results/rifles.png);
}
/* Pistol */
.cship_sbd_disciplineheading_pi {
  background-image: url(Images/views/results/pistols.png);
}
/* Shotgun */
.cship_sbd_disciplineheading_sh {
  background-image: url(Images/views/results/shotguns.png);
}
/* Running Target */
.cship_sbd_disciplineheading_rt {
  background-image: url(Images/views/results/runningtarget.png);
}
/* 2012 Olympic games videos */
.cship_sbd_eventtitle_video {
  height: inherit;
  overflow: inherit;
  background-image: none;
  background-color: #FFF;
  border-bottom: 0;
  float: left;
  width: 181px;
}
.cship_sbd_eventtitle_video p.eventtitle {
  float: none;
}
.cship_sbd_eventtitle_video .youtubeimgwrapper {
  overflow: hidden;
  width: 120px;
  height: 68px;
}
.cship_sbd_eventtitle_video .youtubeimgwrapper img {
  margin-top: -11px;
}
/* Schedule by Discipline Responsive */
.cship_sbd {
  /* Discipline heading */
  /* surrounds all events in a discipline */
}
.cship_sbd .disciplineheading {
  margin-top: 15px;
  height: 34px;
  border-bottom: solid 1px #D0D0D0;
  /* Rifle */
  /* Pistol */
  /* Shotgun */
  /* Running Target */
}
.cship_sbd .disciplineheading:first-child {
  margin-top: 0;
}
.cship_sbd .disciplineheading .title {
  float: left;
  overflow: auto;
  height: 34px;
}
.cship_sbd .disciplineheading .title p {
  font-weight: bold;
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 10px;
  text-transform: uppercase;
}
.cship_sbd .disciplineheading .disciplineimg_ri,
.cship_sbd .disciplineheading .disciplineimg_pi,
.cship_sbd .disciplineheading .disciplineimg_sh,
.cship_sbd .disciplineheading .disciplineimg_rt {
  float: left;
  width: 255px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: left top;
}
.cship_sbd .disciplineheading .disciplineimg_ri {
  background-image: url(Images/views/results/rifles.png);
}
.cship_sbd .disciplineheading .disciplineimg_pi {
  background-image: url(Images/views/results/pistols.png);
}
.cship_sbd .disciplineheading .disciplineimg_sh {
  background-image: url(Images/views/results/shotguns.png);
}
.cship_sbd .disciplineheading .disciplineimg_rt {
  background-image: url(Images/views/results/runningtarget.png);
}
.cship_sbd .disciplineitems {
  clear: both;
}
.cship_sbd .disciplineitems a {
  text-decoration: none;
}
.cship_sbd .disciplineitems p {
  margin-bottom: 0;
}
.cship_sbd .disciplineitems .dot {
  padding-left: 0.4em;
  padding-right: 0.8em;
}
.cship_sbd .disciplineitems .timeseparator {
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.cship_sbd .disciplineitems .phaserow {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 5px 3px 5px;
  border-bottom: solid 1px #D0D0D0;
  font-weight: 700;
}
.cship_sbd .disciplineitems .resultlink .fa {
  margin-right: 0.4em;
}
.cship_sbd .disciplineitems .resultlink + .rs_pdflink {
  margin-left: 20px;
}
.cship_sbd .disciplineitems .rs_pdflink {
  display: inline-block;
  font-weight: normal;
}
.cship_sbd .disciplineitems .rs_pdflink .pdfdesc {
  margin-right: 10px;
}
.cship_sbd .disciplineitems .rs_pdflink img {
  width: 13px;
  height: 16px;
}
.cship_sbd .disciplineitems .date {
  font-weight: normal;
}
.cship_sbd .disciplineitems .startlist {
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.cship_sbd .disciplineitems .startlist .pdfdesc {
  font-weight: normal;
}
.cship_sbd .eventtitle {
  overflow: hidden;
  border-bottom: solid 1px #D0D0D0;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-right: 7px;
  padding-left: 7px;
}
.cship_sbd .eventtitle p:hover {
  cursor: pointer;
}
.cship_sbd .eventtitle .fa {
  margin-right: 0.4em;
}
.cship_sbd .eventtitle .title {
  display: block;
  float: left;
  color: #DC631A;
}
.cship_sbd .eventtitle .title::before {
  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;
  margin-right: 0.4em;
}
.cship_sbd .eventtitle .title::before {
  content: "\f106";
}
.cship_sbd .eventtitle .title.collapsed::before {
  content: "\f107";
}
.cship_sbd .eventtitle p.latestresult {
  float: right;
  margin-left: 20px;
}
/*
 * ----------------------------------------------------------------------------
 * General Information
 * ----------------------------------------------------------------------------
 */
.cship_geninformationwrapper {
  padding: 9px;
}
.cship_geninformationwrapper p.spacer {
  border-top: dashed 1px #404040;
  line-height: 1px;
  margin-bottom: 5px;
}
.cship_geninformationwrapper p.title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.cship_geninformationregistrationtable {
  margin-bottom: 8px;
  padding-bottom: 0;
}
.cship_geninformationregistrationtable td {
  font-weight: bold;
}
.cship_geninformationregistrationtable a {
  color: #DC631A;
  text-decoration: none;
}
.cship_geninformationwrapper a.organizerlink {
  color: #606060;
  text-decoration: none;
}
.cship_geninformationwrapper a.organizerlink:hover {
  color: #DC631A;
}
/*
 * ----------------------------------------------------------------------------
 * Schedule
 * ----------------------------------------------------------------------------
 */
.cship_scheduletable {
  width: 100%;
}
.cship_scheduletable td {
  padding: 2px;
}
.cship_scheduletable td.borderbottom {
  line-height: 10px;
}
.cship_scheduletable td.day,
.cship_scheduletable td.day a {
  color: #DC631A;
  font-weight: bold;
}
/*
 * ----------------------------------------------------------------------------
 * Championship Teaser
 * ----------------------------------------------------------------------------
 */
.tickerentrieswrapper > div:first-child {
  margin-top: 0;
}
.tickerentrieswrapper > div {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
}
/*
 * ----------------------------------------------------------------------------
 * Championship Result Teaser (Schedulelinks)
 * ----------------------------------------------------------------------------
 */
.cship_resultteaserwrapper {
  height: 84px;
  padding: 9px;
}
.cship_resultteaserwrapper a {
  color: #606060;
  font-weight: bold;
  text-decoration: none;
}
.cship_resultteaserwrapper a:hover,
.cship_resultteaserwrapper a.active {
  color: #DC631A;
}
.cship-schedulemenu {
  padding: 9px;
}
.cship-schedulemenu a {
  color: #606060;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.cship-schedulemenu a:hover,
.cship-schedulemenu a.active {
  color: #DC631A;
}
.cship-schedulemenu p:last-child {
  margin-bottom: 0;
}
/*
 * ----------------------------------------------------------------------------
 * Announcement ticker
 * ----------------------------------------------------------------------------
 */
.announcementTickerEntry_wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
  padding: 7px 7px 3px 7px;
}
/*
 * ----------------------------------------------------------------------------
 * Next Event 1:3 Teaser
 * ----------------------------------------------------------------------------
 */
.nevent_13_hidescroll {
  width: 327px;
  overflow: hidden;
}
.nevent_13_wrapper {
  overflow-x: hidden;
  width: 344px;
  height: 203px;
}
/*.nevent_13_wrapper { overflow-x: hidden; width: 344px; height: 223px; }*/
/*for livestream teaser */
.nevent_13_cshiptitle {
  box-sizing: border-box;
  width: 327px;
  padding: 6px 2px 6px 8px;
  font-weight: bold;
  border-bottom: 1px solid #EEE;
  color: #DC631A;
}
.nevent_13_cshiptitle a {
  color: inherit;
  text-decoration: none;
}
.nevent_13_cshiptitle .date {
  white-space: nowrap;
}
.nevent_13_date {
  font-size: 10px;
  padding: 4px 0 2px 5px;
  background-color: #EEE;
}
.nevent_13_csevent {
  box-sizing: border-box;
  width: 327px;
  padding: 3px 3px;
}
.nevent_13_csevent .title {
  clear: both;
  padding-left: 3px;
}
.nevent_13_csevent .name-link {
  display: inline-block;
  max-width: 240px;
}
.nevent_13_csevent .time {
  font-size: 10px;
  float: right;
  margin-top: 2px;
  width: 63px;
}
.nevent_13_csevent .liveresultlink {
  color: #5B9823;
  float: right;
  margin-right: 5px;
}
.nevent_13_csevent .liveresultlink i {
  font-size: 0.8em;
  vertical-align: middle;
  padding-left: 0.4em;
}
.nevent_13_csevent.has-live .name-link {
  max-width: 190px;
}
/*
 * ----------------------------------------------------------------------------
 * EventPage 2:3
 * ----------------------------------------------------------------------------
 */
.eventpage_23_resulttable {
  margin-bottom: 10px;
  width: 100%;
}
.eventpage_23_resulttable .col2 {
  width: 320px;
}
.eventpage_23_resulttable tr:hover {
  background-color: #F0F0F0;
}
.eventpage_23_resulttable td {
  padding: 3px 2px;
}
.eventpage_23_resulttable td.rslink {
  text-align: right;
  padding-right: 10px;
}
.eventpage_23_resulttable a {
  text-decoration: none;
}
/*
 * Venues Overview 2/3 with cship logo images
 * ----------------------------------------------------------------------------
 */
.venues_overview_23_wrapper .linkwrapper {
  width: 324px;
  height: 77px;
  background-color: #FFF;
  margin: 0 5px 5px 0;
  float: left;
  padding: 5px;
}
.venues_overview_23_wrapper .linkwrapper:nth-child(2n) {
  margin-right: 0;
}
.venues_overview_23_wrapper .logo {
  max-width: 324px;
  max-height: 77px;
}
.venues_overview_23_wrapper a {
  text-decoration: none;
}
.venues_overview_23_wrapper .textwrapper {
  box-sizing: border-box;
  padding-left: 155px;
}
.venues_overview_23_wrapper p {
  font-size: 11px;
  font-weight: normal;
  line-height: 1em;
  color: #000;
  margin: 0;
  padding: 0 0 0 5px;
  text-transform: uppercase;
  font-family: IssfFontBlack;
}
.venues-overview-wrapper {
  margin-bottom: -5px;
}
.venues-overview-wrapper .venue {
  background-color: #FFF;
  margin-bottom: 5px;
  padding: 5px;
}
.venues-overview-wrapper .venue .logo {
  max-height: 77px;
}
.venues-overview-wrapper .venue a {
  text-decoration: none;
}
.venues-overview-wrapper .venue .textwrapper {
  height: 77px;
}
.venues-overview-wrapper .venue p {
  font-size: 12px;
  font-weight: normal;
  line-height: 1em;
  color: #000;
  margin: 0;
  padding: 0 0 0 5px;
  text-transform: uppercase;
  font-family: IssfFontBlack;
}
@media screen and (min-width: 991.9px) {
  /* Schedule by Discipline Responsive */
  .cship_sbd {
    /* surrounds all events in a discipline */
  }
  .cship_sbd .disciplineitems .startlist {
    margin-top: 3px;
  }
}
@media screen and (max-width: 991.9px) {
  /* Schedule by Discipline Responsive */
  .cship_sbd .disciplineitems .phaserow {
    padding-top: 3px;
  }
  .cship_sbd .disciplineitems .rs_pdflink {
    margin-left: 30px;
  }
  .cship_sbd .disciplineitems .date {
    padding-left: 1.5em;
    margin-top: 3px;
    margin-bottom: 5px;
  }
  .cship_sbd .eventtitle {
    margin-top: 20px;
  }
  .cship_sbd .eventtitle:first-child {
    margin-top: 5px;
  }
  .cshipevent_wrapper .cship_sbd .disciplineitems .phaserow {
    padding-left: 0;
    padding-right: 0;
  }
  .cshipevent_wrapper .cship_sbd .disciplineitems .date {
    padding-left: 0;
  }
  .cship-titlewrapperresponsive .with-header-logo .header-image .text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575.9px) {
  /* Schedule by Discipline Responsive */
  .cship_sbd .disciplineheading .title p {
    padding-right: 15px;
  }
  .cship_sbd .disciplineheading .disciplineimg_ri,
  .cship_sbd .disciplineheading .disciplineimg_pi,
  .cship_sbd .disciplineheading .disciplineimg_sh,
  .cship_sbd .disciplineheading .disciplineimg_rt {
    width: 245px;
    background-position-x: -10px;
  }
}
.sitemap_emptyframe {
  width: 990px;
  height: 45px;
}
.sitemap_filledframe {
  clear: both;
  overflow: auto;
  width: 990px;
  min-height: 45px;
  height: auto !important;
  height: 45px;
}
.sitemap_group {
  float: left;
  padding: 15px;
  width: 290px !important;
}
.sitemap_subgrouplevel2 {
  padding-left: 20px;
}
.sitemap_subgrouplevel3 {
  padding-left: 40px;
}
.sitemap_group a {
  color: #404040;
  text-decoration: none;
}
.sitemap_group p {
  white-space: normal;
}
.sitemap_level0 {
  clear: both;
  font-size: 13px;
  font-weight: bold;
}
.sitemap_level1 {
  clear: both;
  font-size: 13px;
  font-weight: normal;
}
.sitemap_level2 {
  font-size: 11px;
  font-weight: normal;
}
.sitemap_level2last {
  clear: both;
  border: none !important;
  font-size: 11px;
  font-weight: normal;
  white-space: normal;
}
.sitemap_level3 {
  font-size: 10px;
  white-space: normal;
}
.sitemap_level3last {
  clear: both;
  border: none !important;
  font-size: 10px;
}
.sitemappath_container {
  float: left;
}
/* Actual Issue */
#newsmagpicture {
  position: relative;
  border: solid 1px #C0C0C0;
  /*padding: 5px 5px 5px 2px;*/
  margin-right: 5px;
  float: left;
}
.newsmagimagebig {
  border: 0;
  margin: 0;
  padding: 0;
}
#LinkContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  /* filter:alpha(opacity:80); /* Specify opacity for IE */
}
#PrevLink,
#NextLink {
  /*cursor: pointer;*/
  width: 30%;
  height: 100%;
  background: transparent url(Images/views/magazine/c.gif) no-repeat;
  /* Trick IE into showing hover */
  display: block;
}
/* Wie oben f�r PDF-Link */
#PdfLink {
  cursor: pointer;
  width: 40%;
  height: 100%;
  background: transparent url(Images/views/magazine/c.gif) no-repeat;
  /* Trick IE into showing hover */
  display: block;
}
#PrevLink span,
#NextLink span,
#PdfLink span {
  display: none;
}
#PrevLink {
  left: 0;
  float: left;
}
#NextLink {
  right: 0;
  float: right;
}
#PdfLink {
  left: 0;
  float: left;
}
/* background image for IE */
#PrevLink:hover,
#PrevLink:visited:hover {
  background: url(Images/views/magazine/prev_minus.gif) 20% 50% no-repeat;
}
#NextLink:hover,
#NextLink:visited:hover {
  background: url(Images/views/magazine/next_plus.gif) 80% 50% no-repeat;
}
#PdfLink:hover,
#PdfLink:visited:hover {
  background: url(Images/views/magazine/next_plus.gif) 50% 50% no-repeat;
}
/* backgroudn image for compliant browsers */
#LinkContainer > #PrevLink:hover,
#LinkContainer > #PrevLink:visited:hover {
  background: url(Images/views/magazine/prev_chevron.png) 20% 50% no-repeat;
}
#LinkContainer > #NextLink:hover,
#LinkContainer > #NextLink:visited:hover {
  background: url(Images/views/magazine/next_chevron.png) 80% 50% no-repeat;
}
#LinkContainer > #PdfLink:hover,
#LinkContainer > #PdfLink:visited:hover {
  background: url(Images/views/magazine/pdf.png) 50% 50% no-repeat;
}
.magazineiframe {
  width: 100%;
  height: 600px;
  border: 0;
}
/*
 * IssfPageMenu
 *-----------------------------------------------------------------------------
 */
.issfpagemenu {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.issfpagemenusection {
  float: left;
}
/* MenuLink */
.issfpagemenusection ul {
  border-top: solid 1px #EEE;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.issfpagemenusection li {
  padding-top: 2px;
  padding-bottom: 4px;
}
.issfpagemenulinkactive {
  color: #288dcd !important;
}
/*
 * Statistic - by month
 * ----------------------------------------------------------------------------
 */
.issf_statistic_bymonth {
  border-collapse: collapse;
  border-width: 0;
  width: 100%;
}
.issf_statistic_bymonth th {
  color: #FFFFFF;
  background-color: #C0C0C0;
  border: solid 1px #C0C0C0;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  text-align: left;
  text-transform: uppercase;
}
.issf_statistic_bymonth td {
  border: solid 1px #C0C0C0;
  padding: 5px 5px 5px 12px;
  text-align: center;
}
/*
 * Live Ticker
 * ----------------------------------------------------------------------------
 */
img {
  border: none;
}
.photoTickerEntry_wrapper {
  width: 100%;
  height: 92px;
}
/* ----- Schöner Rahmen um das icon ----- */
.photoTickerEntry_niceBorder {
  float: left;
  border: solid 1px #C0C0C0;
  background-color: #F0F8F4;
  margin-top: 12px;
  margin-left: 9px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding: 4px;
  height: 52px;
}
.photoTickerEntry_niceBorder_right1 {
  float: left;
  background-color: #F0F8F4;
  border-top: solid 1px #C0C0C0;
  border-right: solid 1px #C0C0C0;
  margin-top: 22px;
  width: 5px;
  height: 51px;
}
.photoTickerEntry_niceBorder_right2 {
  float: left;
  background-color: #F0F8F4;
  border-top: solid 1px #C0C0C0;
  border-right: solid 1px #C0C0C0;
  margin-top: 32px;
  width: 5px;
  height: 41px;
}
.photoTickerEntry_niceBorder_bottom1 {
  float: left;
  border-left: solid 1px #C0C0C0;
  border-bottom: solid 1px #C0C0C0;
  border-right: solid 1px #C0C0C0;
  background-color: #F0F8F4;
  margin-left: 19px;
  width: 82px;
  height: 5px;
}
.photoTickerEntry_niceBorder_bottom11 {
  float: left;
  border-right: solid 1px #C0C0C0;
  background-color: #F0F8F4;
  width: 5px;
  height: 6px;
}
.photoTickerEntry_niceBorder_bottom2 {
  border-left: solid 1px #C0C0C0;
  border-bottom: solid 1px #C0C0C0;
  border-right: solid 1px #C0C0C0;
  background-color: #F0F8F4;
  margin-left: 24px;
  width: 83px;
  height: 5px;
}
/* ---------------------------------------------- */
/* ---------- */
.photoTickerEntry_content {
  float: left;
  padding: 5px;
  width: 465px;
  height: 82px;
}
.photoTickerEntry_content p {
  color: #5B9823;
}
.photoTickerEntry_eventtitle {
  font-weight: bold;
  margin-bottom: 3px;
}
.photoTickerEntry_text {
  margin-bottom: 3px;
  height: 47px;
  overflow: hidden;
}
.photoTickerEntry_text a {
  color: #5B9823;
  text-decoration: none;
}
.photoTickerEntry_date {
  color: #404040 !important;
  font-size: 11px;
}
/*-----------------------------------------------------------------------------
 * Live Video Ticker
 *-----------------------------------------------------------------------------
 */
.videotickerentry_wrapper {
  width: 100%;
  height: 92px;
}
/* ----- Schöner Rahmen um das icon ----- */
.videotickerentry_innerborder {
  /*float: left;
    
    border: solid 1px #60D080;
    background-color: #7DBA45;
    
    margin-top: 14px;
    margin-left: 9px;
    margin-bottom: 0px;
    margin-right: 0px;
    
    padding: 4px;
    height: 52px;*/
}
/* ---------------------------------------------- */
.videotickerentry_picture {
  height: 92px;
}
/* ---------- */
.videotickerentry_content {
  float: left;
  padding: 5px;
  width: 465px;
  height: 82px;
}
.videotickerentry_content p {
  color: #5B9823;
}
.videotickerentry_eventtitle {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 4px;
}
.videotickerentry_title a {
  color: #5B9823;
  text-decoration: none;
}
.videotickerentry_date {
  color: #404040 !important;
  font-size: 11px;
}
/*-----------------------------------------------------------------------------
 * SportsHub Ticker
 *-----------------------------------------------------------------------------
 */
.sportshubtickerentry_innerborder,
.videotickerentry_innerborder {
  position: relative;
  overflow: hidden;
  width: 138px;
  height: 92px;
}
.sportshubtickerentry_image {
  height: 92px;
  margin-left: -13px;
}
.videotickerentry_picturewrapper .playicon {
  background: url('Images/views/video_play.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
}
/* subscriber list */
tr.nslt_subscribed {
  background-color: #CCFFCC;
}
tr.nslt_unsubscribed {
  background-color: #FFCCCC;
}
tr.nslt_blocked {
  background-color: #FFFCCC;
}
/*
 * ----------------------------------------------------------------------------
 * Newsletter-Teaser
 * ----------------------------------------------------------------------------
 */
.newsletter_teaserwrapper {
  overflow: hidden;
  background-color: #FFFFFF;
  padding: 9px;
}
.newsletter_teaserwrapper img {
  float: right;
  border: 0;
  width: 117px;
  height: 77px;
}
.newsletter_teasertextcontent {
  float: left;
  width: 160px;
  height: 77px;
}
.newsletter_teasertextcontent p.title {
  overflow: hidden;
  margin-bottom: 6px;
  height: 77px;
}
.newsletter_teasertextcontent a {
  color: #404040;
  font-weight: bold;
  text-decoration: none;
}
.newsletter_teasertextcontent p.text {
  color: #404040;
}
.pagewidthattribute {
  width: 1030px;
}
.pageinnerwidthattribute {
  width: 1020px;
}
/*
 * ResultTargets (Zielscheiben Darstellung)
 * ----------------------------------------------------------------------------
 */
.tournamentInfo {
  width: 1030px;
  height: 120px;
  padding: 10px 0;
}
.tournamentInfo div {
  width: 750px;
  float: left;
}
.tournamentInfo div p {
  font-size: 11pt;
  line-height: 20px;
  margin: 0;
  text-align: center;
}
.tournamentInfo img {
  width: 80px;
  height: 80px;
}
.tournamentInfo img.cshiplogo {
  float: left;
  margin-right: 30px;
  margin-left: 10px;
}
.tournamentInfo img.federationlogo {
  float: right;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.tournamentInfo p.row1 {
  font-weight: bold;
}
.tournamentInfo p.row2,
.tournamentInfo p.row3,
.tournamentInfo p.row4,
.tournamentInfo p.row5 {
  text-transform: uppercase;
}
.result_titlewrapper2012 {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
.result_titlewrapper2012 .whitebg {
  background-color: #FFFFFF;
  width: 1015px;
  padding: 5px 0 5px 5px;
}
.result_titlewrapper2012 img {
  margin-right: 30px;
  height: 78px;
}
.result_titlewrapper2012 p {
  font-size: 11pt;
  font-weight: normal;
  line-height: 1em;
  color: #000000;
  margin: 0;
  padding: 0 0 0 5px;
  text-transform: uppercase;
  font-family: IssfFontBlack;
}
.result_titlewrapper2012 p.first {
  padding-top: 10px;
}
.result_titlewrapper2012 p.discipline {
  padding-top: 2px;
}
.result_titlewrapper2012 p.location {
  color: #0461af;
}
.result_titlewrapper2012 .row2 {
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 13pt;
}
.result_titlewrapper2012 .row3 {
  text-transform: uppercase;
  margin-top: 2px;
}
.result_titlewrapper2012 .row4 {
  text-transform: uppercase;
  margin-top: 2px;
}
.result_titlewrapper2012 .row5 {
  text-transform: uppercase;
  margin-top: 2px;
  font-size: 10px;
}
div.shooterInfo {
  width: 1020px;
  height: 140px;
  margin: 0 0 -20px 0;
  padding: 10px;
  background-color: #EEE;
  box-sizing: border-box;
}
div.shooterInfo div p {
  font-size: 11pt;
  line-height: 25px;
  margin: 0;
}
div.shooterInfo img.shooterImage {
  height: 120px;
  float: left;
  margin-right: 30px;
}
.shooterInfo + .singleresult_content {
  clear: both;
}
img.flag_img {
  width: 30px;
}
div.resultTargets_content {
  width: 1020px;
}
div.resultTargets_group {
  width: 1020px;
  margin-top: 20px;
  overflow: hidden;
}
.resultTargets_group + .shooterInfo {
  margin-top: 30px;
}
div.groupTitle {
  width: 1030px;
  height: 23px;
  text-align: center;
  padding: 7px 0 0 0;
  margin-bottom: 10px;
  background-color: #DC631A;
}
div.groupTitle h3 {
  text-align: center;
  margin: 0;
  padding-right: 110px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
}
div.centering_wrapper {
  width: 928px;
  text-align: center;
  float: left;
}
div.centering_wrapper_box {
  margin: 0 auto;
}
div.titles {
  float: left;
  width: 920px;
  font-size: 12px;
}
.resultTargets_group div.title {
  height: 22px;
  text-align: center;
  padding-top: 8px;
  font-weight: bold;
  border: 1px solid transparent;
}
div.targets {
  width: 950px;
}
img.target {
  border: 1px solid #555555;
}
.multipleTargets {
  float: left;
  margin-right: 10px;
}
div.scores {
  float: left;
  width: 950px;
  font-size: 12px;
}
.resultTargets_content div.score {
  height: 22px;
  text-align: center;
  padding-top: 8px;
  background: #E7E7E7;
  border: 1px solid #555555;
  border-top: 0;
}
div.groupTotal {
  float: right;
  width: 59px;
  height: 22px;
  padding: 8px 11px 0 0;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  margin-top: 250px;
}
div.total {
  width: 1020px;
  margin-top: 20px;
  height: 30px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  padding-right: 11px;
  color: #dc631a;
  box-sizing: border-box;
}
.final .titles {
  text-align: center;
}
.final .targets {
  text-align: center;
}
span.roundscore {
  margin-right: 18px;
}
.final .groupTotal {
  margin-top: -1px;
}
table.singleFinal_singleScores {
  margin-left: 143px;
  height: 30px;
  border: 0;
  margin-top: -1px;
  border-collapse: collapse;
  width: 70%;
  background: #E7E7E7;
  border: 1px solid #555555;
}
table.singleFinal_singleScores td {
  font-weight: bold;
  padding: 5px 0 5px 0;
  vertical-align: top;
  width: 30px;
  text-align: center;
}
.final table.multiFinal_singleScores {
  margin: 0 auto;
  border: 0;
  margin-top: -1px;
  border-collapse: collapse;
  width: 100%;
}
.final table.multiFinal_singleScores td {
  font-weight: bold;
  padding: 0;
  padding-top: 8px;
  vertical-align: top;
  width: 30px;
}
.final div.score {
  height: auto;
  padding: 0px 0 5px 0;
}
/* Änderungen für die neuen RFP Finale */
.rfp_multiFinal_singleScores {
  margin: 0 auto;
  border: 0;
  margin-top: -1px;
  border-collapse: collapse;
  width: 100%;
}
.rfp_multiFinal_singleScores td {
  font-weight: bold;
  padding: 0;
  padding-top: 6px;
  vertical-align: top;
  width: 30px;
}
.rfp_final_singleresult_total {
  padding-top: 8px !important;
}
/* Shotgun additions */
.resulttargets_shotgunround {
  clear: both;
  height: 35px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.resultTargets_group .shotguntitle {
  padding: 9px 0 0 10px;
  float: left;
  text-align: left;
  width: 50px;
  font-weight: bold;
}
.shotguntargetswrappertrap {
  float: left;
  width: 700px;
  padding-left: 109px;
}
.shotguntargetswrapperskeet {
  float: left;
  width: 850px;
  padding-left: 44px;
}
.shotguntargetswrapper_dt_2013 {
  float: left;
  width: 600px;
  padding-left: 200px;
}
.shotguntargetswrapper_dt_2022 {
  float: left;
  width: 768px;
  padding-left: 80px;
}
/*.shotguntargets { float: left; }*/
.shotguntargets {
  margin: 0 auto;
}
.shotguntargets img {
  width: 23px;
}
.shotguntargets .img_gapnone {
  margin-right: 1px;
}
.shotguntargets .img_gapsmall {
  margin-right: 8px;
}
.shotguntargets .img_gapbig {
  margin-right: 23px;
}
div.shotgunscore {
  height: 24px;
  font-weight: bold;
  text-align: right;
  margin-left: 8px;
  padding: 9px 5px 0 0;
  float: right;
}
/* Unbedingt mit ResultConstants Bildgrössen vergleichen vergleichen!! */
.width_4img {
  width: 218px;
}
.width_6img {
  width: 141px;
}
.height_4img {
  height: 218px;
}
.height_6img {
  height: 141px;
}
.width_full {
  height: 483px;
}
.height_full {
  height: 483px;
}
.targettooltip_wrapper table td {
  vertical-align: top;
}
.targettooltip_wrapper table table th {
  text-align: left;
}
.targettooltip_wrapper table {
  width: 100%;
}
.targettooltip_wrapper table table th + th {
  text-align: right;
}
.targettooltip_wrapper table table tr.even {
  background: #ddd;
}
.targettooltip_wrapper table table tr.odd {
  background: #fff;
}
.targettooltip_wrapper table table th,
.targettooltip_wrapper table table td {
  height: 12px;
}
.targettooltip_wrapper table table td {
  text-align: right;
  vertical-align: middle;
}
.ttip_size4img {
  padding: 5px;
  width: 204px;
}
.ttip_size6img {
  padding: 2px;
  width: 133px;
}
.ttip_size4img table table th,
.ttip_size4img table table td {
  font-size: 11px;
  padding: 5px;
}
.ttip_size6img table table th,
.ttip_size6img table table td {
  font-size: 10px;
  padding: 2px;
}
.singleresult_content::after {
  display: table;
  content: " ";
  clear: both;
}
.singleresult_content h2 {
  text-indent: 9px;
}
.singleresult_content .target {
  margin-right: 0;
  border: 1px solid #555555;
}
.singleresult_content .left_img {
  width: 485px;
  height: 485px;
  float: left;
}
.singleresult_content .right_img {
  width: 485px;
  height: 485px;
  float: right;
}
.singleresult.mixedshooterinfo {
  height: 140px;
}
.singleresult.mixedshooterinfo .shooterInfo {
  float: left;
  width: 50%;
}
.singleresult.mixedshooterinfo:after,
.singleresult.mixedshooterinfo::after {
  content: " ";
  display: table;
  clear: both;
}
.singleresult.teamshooterinfo {
  height: 140px;
}
.singleresult.teamshooterinfo .shooterInfo {
  float: left;
  width: 33%;
}
.singleresult.teamshooterinfo:after,
.singleresult.teamshooterinfo::after {
  content: " ";
  display: table;
  clear: both;
}
.singleresult_scoretable_wrapper table {
  margin: 10px 0 10px 0;
  width: 485px;
}
.singleresult_scoretable_wrapper table table {
  width: 100%;
}
.singleresult_scoretable_wrapper table table th {
  text-align: left;
}
.singleresult_scoretable_wrapper table table th + th {
  text-align: right;
}
.singleresult_scoretable_wrapper table table tr.even {
  background: #EEE;
}
.singleresult_scoretable_wrapper table table th,
.singleresult_scoretable_wrapper table table td {
  height: 25px;
  vertical-align: middle;
  padding: 0 9px 0 9px;
}
.singleresult_scoretable_wrapper table table td {
  text-align: right;
}
/* overwrite tooltip padding */
.RadToolTip .rtWrapper td.rtWrapperContent {
  padding: 0 !important;
}
.RadToolTip_Default .rtWrapper .rtWrapperContent {
  color: inherit !important;
}
/* tests */
.titles .multipleTargets:last-child {
  margin-right: 0;
}
.targets a:last-child .multipleTargets {
  margin-right: 0;
}
.scores .multipleTargets:last-child {
  margin-right: 0;
}
/* <Root items> */
.RadMenu_issfmenu .rmRootGroup .rmItem {
  margin-bottom: 5px;
}
.RadMenu_issfmenu,
.RadMenu_issfmenu .rmLink {
  background-color: #eeeeee;
  color: #404040;
  text-decoration: none;
}
.RadMenu_issfmenu li.rmItem a.rmLink:hover {
  cursor: pointer;
}
.RadMenu_issfmenu a:hover span {
  color: #FFFFFF;
}
.RadMenu_issfmenu .rmSelected span {
  color: #FFFFFF;
}
.RadMenu_issfmenu .rmLink:hover,
.RadMenu_issfmenu .rmFocused,
.RadMenu_issfmenu .rmSelected {
  background-color: #c7c7c7;
  color: #FFFFFF;
  height: 35px;
}
.RadMenu .rmRootGroup .rmRootLink {
  padding: 0 !important;
}
.RadMenu_issfmenu .rmSelected span {
  background-color: #c7c7c7 !important;
}
.RadMenu_issfmenu .rmSlide {
  margin: 0 0 0 -1px;
}
.RadMenu_issfmenu .rmVertical .rmSlide,
.RadMenu_issfmenu .rmSlide .rmSlide,
.RadMenu_issfmenu_Context .rmGroup .rmSlide {
  margin: 0 0 0 -5px;
}
.RadMenu_issfmenu_rtl .rmSlide {
  margin: 0 0 0 0;
}
.RadMenu_issfmenu_rtl .rmFirst .rmSlide {
  margin-left: 1px;
}
.RadMenu_issfmenu_rtl .rmVertical .rmSlide,
.RadMenu_issfmenu_rtl .rmSlide .rmSlide,
.RadMenu_issfmenu_Context_rtl .rmGroup .rmSlide {
  margin: 0 0 0 5px;
  margin-left: -50px;
}
/* </RadMenu / Default> */
div.RadMenu_issfmenu .rmItem .rmLink {
  background-color: #FFF;
  font-weight: bold;
  height: 25px;
  padding-top: 10px !important;
  text-indent: 30px;
}
div.RadMenu_issfmenu .rmLink:hover {
  background-color: #c7c7c7;
  color: #FFFFFF;
  padding-top: 10px;
  height: 25px;
}
div.RadMenu_issfmenu .rmItem .rmLink:hover {
  background-color: #c7c7c7;
  color: #FFFFFF !important;
  height: 25px;
}
.RadMenu_issfmenu .rmItem .rmSelected {
  background-color: #c7c7c7 !important;
}
.RadMenu .rmGroup,
.RadMenu .rmRootGroup {
  border: 0 !important;
}
div.RadMenu_issfmenu .rmGroup .rmItem .rmLink {
  background-color: #FAFAFA;
}
div.RadMenu_issfmenu .rmGroup .rmItem .rmLink:hover {
  background-color: #c7c7c7;
}
/*.wcfpart_participants { overflow: auto; }
.wcfpart_participants h3 { clear: both; }*/
.wcfpart_loadallpubsave {
  padding: 2px 5px;
}
.wcfpart_editeventseperator {
  margin-bottom: 25px;
  border-bottom: 10px solid #C0C0C0;
}
.wcfpart_buttonload {
  margin-right: 15px;
}
.wcfpart_buttonsave {
  margin-left: 15px;
}
.wcfpart_checkboxpublish {
  margin-left: 10px;
  margin-right: 10px;
}
/*.wcfpart_participantrow { clear: both; overflow: hidden; }
.wcfpart_participantcontainer { float: left; margin-right: 4px; width: 75px; }
.wcfpart_participantcontainer a { text-decoration: none; }
.wcfpart_participantcontainer img { width: 75px; height: 112px;}
.wcfpart_participantcontaineredit { height: 210px; }
.wcfpart_participantname { font-size: 10px; word-wrap: break-word; }
.wcfpart_participantissfidfield { font-size: 8px; width: 75px; padding-top: 1px; padding-bottom: 1px; border: 1px solid #C0C0C0; background-color: #f3ffe3;  }*/
/* community teaser */
.fbwrapper {
  height: 319px;
  overflow: hidden;
}
.fbwrapper > .fb-like-box {
  margin: -1px;
  margin-top: -5px;
}
/* breaking news */
.breakingnewshome {
  margin-top: 11px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 9px;
}
.breakingnewshome .title {
  display: inline-block;
  font-weight: bold;
  margin-right: 7px;
  color: #404040;
  float: left;
  height: 15px;
}
.breakingnewsmarquee {
  overflow: hidden;
  display: inline-block;
  width: 915px;
  float: right;
  height: 15px;
}
/* latest news */
.latestNewsHomeRotator {
  height: 425px;
  position: relative;
}
.latestNewsHomeRotator .latestNewsHomeRotator.wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
  overflow: hidden;
  z-index: 0;
}
.latestNewsHomeRotator .latestNewsHomeRotator.wrapper.active {
  opacity: 1;
  z-index: 1;
}
.latestNewsHomeRotator .latestNewsHomeRotator.wrapper img {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.latestNewsHomeRotator .latestNewsHomeRotator.wrapper h1 {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: initial;
}
.latestNewsHomeRotator .latestNewsHomeRotator.wrapper .latestNewsHomeRotator.right:hover,
.latestNewsHomeRotator .latestNewsHomeRotator.wrapper .latestNewsHomeRotator.left:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.latestNewsHomeRotator .latestNewsHomeRotator.wrapper .latestNewsHomeRotator.right,
.latestNewsHomeRotator .latestNewsHomeRotator.wrapper .latestNewsHomeRotator.left {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 10%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.latestNewsHomeRotator .latestNewsHomeRotator.wrapper .latestNewsHomeRotator.left {
  left: 0;
  background-image: url('Images/views/news/home_news_arrow_left.png');
}
.latestNewsHomeRotator .latestNewsHomeRotator.wrapper .latestNewsHomeRotator.right {
  right: 0;
  background-image: url('Images/views/news/home_news_arrow_right.png');
}
.latestNewsHomeRotator .latestNewsHomeRotator a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.right {
  float: right;
}
.left {
  float: left;
}
/*-----------------------------------------------------------------------------
 * Error / Success Blöcke
 *-----------------------------------------------------------------------------
 */
.message_errorcontainer {
  border: 1px solid #cc3434;
  padding: 10px 10px 5px 10px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #cc3434;
  background: #f5dede;
}
.message_successcontainer {
  border: 1px solid #71cc73;
  padding: 10px 10px 5px 10px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #71cc73;
  background: #def5de;
}
.message_errorcontainer ul,
.message_successcontainer ul {
  list-style-position: inside;
}
.message_errorcontainer ul li,
.message_successcontainer ul li {
  margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------
 * User start page
 *-----------------------------------------------------------------------------
 */
.uspg_smallelementwrapper {
  margin-top: 20px;
}
/*-----------------------------------------------------------------------------
 * Coach                                                                          
 *-----------------------------------------------------------------------------
 */
.coch_infotext {
  font-size: 10px;
}
/* Search-View */
.coch_searchtable td {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
}
.coch_searchtable .inputbox {
  border: 1px solid #abadb3;
  padding: 4px 3px;
  width: 250px;
  box-sizing: border-box;
}
.coch_searchtable .inputbox:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.coch_searchtable .button {
  background-color: #FFF;
  padding: 4px 3px;
}
.coch_searchtable .button:hover {
  background-color: #e6e6e6;
}
.coch_searchresulttable {
  margin-top: 15px;
  width: 100%;
}
.coch_searchresulttable .col-nationality {
  width: 175px;
}
.coch_searchresulttable .col-discipline {
  width: 130px;
}
.coch_searchresulttable .col-class {
  width: 45px;
}
.coch_searchresulttable tr.even {
  background-color: #EEE;
}
.coch_searchresulttable th {
  border-bottom: 1px solid #CBCDCE;
  font-weight: bold;
  text-align: left;
  padding: 4px 5px;
}
.coch_searchresulttable td {
  padding: 5px;
  vertical-align: middle;
}
.coch_searchresulttable a {
  color: #666666;
  text-decoration: none;
}
.coch_searchbottombuttonswrapper {
  margin-top: 30px;
}
.coch_searchbottombuttonswrapper a {
  border: solid 1px #c0c0c0;
  color: inherit;
  background-color: #F6F6F6;
  text-align: center;
  padding: 3px 5px 3px 5px;
  text-decoration: none !important;
  display: inline-block;
}
.coch_searchbottombuttonswrapper a:hover {
  border-color: #222222;
  color: #222222;
}
.coch_searchregisterbutton {
  margin-right: 20px;
}
/* Edit-View */
.coch_editfieldset {
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
}
.coch_editfieldset legend {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.coch_edittable {
  margin: 10px 0 10px 0;
  table-layout: fixed;
}
.coach_editfieldset_contact {
  width: 67%;
}
.Coach_image {
  float: left;
  height: 300px;
}
.coach_edittable_contact {
  margin: 10px 0 10px 0;
}
.coch_editimage {
  max-height: 225px;
  padding: 7px;
}
.coch_detailtable {
  padding: 0 10px 0 10px;
  margin: 10px 0 10px 0;
  width: 100%;
  table-layout: fixed;
}
.coch_detailfieldset legend {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.coch_detailfieldset {
  margin: 10px 0 10px 0;
}
.coch_detailtdimage {
  vertical-align: top;
  width: 170px;
  height: 225px;
}
.coch_detailimage {
  margin: 10px;
  max-width: 150px;
  max-height: 225px;
}
.coch_detailtd {
  height: 20px;
  padding: 5px 5px 5px 10px;
}
.coch_detailtdinfo {
  color: #111111;
  word-wrap: break-word;
}
.ISSFIDField,
.ISSFIDField input {
  font-family: Lucida Console !important;
  color: Black;
}
.coch_container .RadUpload .ruClear {
  background-position: 0 0 !important;
  width: 65px !important;
}
.coch_container .RadUpload .ruClear:hover {
  background-position: -335px 0 !important;
  width: 65px !important;
}
/* Password change */
.coch_changepwdfieldset {
  padding: 0 10px 10px 10px;
}
.coch_changepwdfieldset legend {
  margin-left: 10px;
  padding: 0 5px 5px 5px;
}
.coch_changepwdfieldset td {
  padding: 3px;
}
.coch_pwdchangeerrormessage {
  color: #D51923;
}
/*-----------------------------------------------------------------------------
 * SportsHub-Manager                                                                         
 *-----------------------------------------------------------------------------
 */
.sportshub_edit {
  margin: 5px;
}
.sportshub_view {
  margin: 5px;
}
/*-----------------------------------------------------------------------------
 * Classroom
 *-----------------------------------------------------------------------------
 */
.clro_addinstancecontainer {
  border: 1px solid #C0C0C0;
  padding: 5px;
}
.clro_addinstancecontainer legend {
  margin-left: 10px;
  padding: 0 5px 0 5px;
}
.clro_addinstancecontainer p {
  font-weight: bold;
}
.clro_addinstancetable {
  margin-top: 5px;
}
.clro_addinstancetable td {
  padding: 2px;
}
/* Menu */
.clro_menu {
  background-color: #F8F8F8;
  border: 1px solid #C0C0C0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.clro_menurowcontainer {
  overflow: hidden;
  border-top: 1px dotted #C0C0C0;
  clear: both;
}
.clro_menu div.clro_menurowcontainer:first-child {
  border-top: 0;
}
.clro_menuitem {
  float: left;
  width: 72px;
  height: 72px;
  margin: 5px 0 5px 5px;
  border: 1px solid #C0C0C0;
  background-color: #EFEFEF;
}
.clro_menuitemnew {
  float: left;
  width: 72px;
  height: 72px;
  margin: 5px 0 5px 5px;
  border: 1px dashed #C0C0C0;
  background-color: #FFFFFF;
}
.clro_menuitemactive {
  background-color: #FCE4B8;
}
.clro_menuitemtable {
  width: 100%;
  height: 72px;
  border-collapse: collapse;
}
.clro_menuitemtable td {
  padding: 2px;
  text-align: center;
  height: 32px;
}
.clro_menuitemtable td.text {
  vertical-align: bottom;
  font-size: 0.95em;
}
.clro_menuitemtable p {
  width: 68px;
  max-height: 32px;
  overflow: hidden;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}
.clro_menuitemtable a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.clro_menuitemtable img {
  max-width: 68px;
  max-height: 32px;
}
/* Edit view */
.clro_childeditcontrol {
  float: left;
  margin: 15px 50px 0 0;
}
/* Footer */
.clro_footercontainer {
  border: 1px solid #C0C0C0;
  background-color: #EFEFEF;
  padding: 10px;
}
.clro_footercontainer a {
  text-decoration: none;
}
.clro_footercontainer table {
  width: 100%;
}
.clro_footercontainer table th {
  text-align: left;
}
.clro_footercontainer table td {
  font-size: 10px;
}
/*-----------------------------------------------------------------------------
 * Classroom Participant List
 *-----------------------------------------------------------------------------
 */
.crpl_fieldset {
  padding: 0 10px 0 10px;
  margin-bottom: 20px;
}
.crpl_fieldset legend {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.crpl_list {
  width: 100%;
  vertical-align: top;
  margin: 10px 0 10px 0;
}
.crpl_list th {
  text-align: left;
}
.crpl_list td {
  vertical-align: top;
  padding: 3px 0 3px 0;
}
/*-----------------------------------------------------------------------------
 * Coach Travel From
 *-----------------------------------------------------------------------------
 */
.ctf_travelform {
  width: 48%;
  float: left;
}
.ctf_coachselectionlist {
  margin-bottom: 15px;
  width: 270px !important;
}
.ctf_list {
  vertical-align: middle;
  width: 95%;
}
.ctf_list .first-col {
  width: 120px;
}
.ctf_list th {
  text-align: left;
}
.ctf_list td {
  vertical-align: middle;
  padding: 3px 3px 3px 3px;
}
.ctf_controll {
  margin: 3px 3px 3px 3px;
  padding: 1px 3px 1px 3px;
}
/*-----------------------------------------------------------------------------
 * E-Learning Teaser in Academy & Coach Search Teaser
 *-----------------------------------------------------------------------------
 */
.elearning_teaserwrapper,
.coach_searchteaserwrapper {
  overflow: hidden;
  padding: 9px;
}
.elearning_teaserwrapper img,
.coach_searchteaserwrapper img {
  float: right;
  border: 0;
  height: 77px;
  margin-right: 10px;
}
.elearning_teasertextcontent,
.coach_searchteasertextcontent {
  float: left;
  width: 160px;
  height: 77px;
}
.elearning_teasertextcontent p.title,
.coach_searchteasertextcontent p.title {
  overflow: hidden;
  margin-bottom: 6px;
  height: 77px;
}
.elearning_teasertextcontent a,
.coach_searchteasertextcontent a {
  color: #404040;
  font-weight: bold;
  text-decoration: none;
}
.elearning_teasertextcontent p.text,
.coach_searchteasertextcontent p.text {
  color: #404040;
}
/*-----------------------------------------------------------------------------
 * Forumlogin Page
 *-----------------------------------------------------------------------------
 */
.forumlogin_wrapper {
  margin-top: 20px;
  overflow: auto;
}
.forumlogin_loginform {
  float: left;
  width: 350px;
}
.forumlogin_backwrapper {
  float: left;
  margin-top: 100px;
}
.forumlogin_backwrapper a {
  display: block;
  border: 1px solid #c0c0c0;
  background-color: #f6f6f6;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  font-weight: bold;
}
.forumlogin_backwrapper a:hover {
  border-color: #222222;
}
.forumlogin_registernow {
  margin-left: 40px;
}
.forumlogin_registernow a {
  font-weight: normal;
}
/*-----------------------------------------------------------------------------
 * Invoice PayPal
 *-----------------------------------------------------------------------------
 */
.ivpp_errorlable {
  color: #D51923;
  padding: 5px 0 5px 0;
}
.ivpp_addresstable {
  width: 800px;
}
.ivpp_addresstable .col1 {
  width: 135px;
}
.ivpp_addresstable .col2 {
  width: 230px;
}
.ivpp_addresstable td {
  padding: 2px;
}
.ivpp_buttonnext {
  padding: 4px 8px 6px 8px;
  color: #404040;
  text-align: center;
  width: 130px;
  border: solid 1px #71c475;
  background-color: #c9dec9;
}
.ivpp_finishpppoaymenttext {
  margin-top: 12px;
}
/*-----------------------------------------------------------------------------
 * Content - London 2012 Participant List
 *-----------------------------------------------------------------------------
 */
.london2012participantlistdesctable .col1 {
  width: 43px;
}
.london2012participantlistdesctable .col2 {
  width: 273px;
}
.london2012participantlistdesctable .col3 {
  width: 132px;
}
.london2012participantlistdesctable .col4 {
  width: 238px;
}
/* Name */
.london2012participantstable .col2 {
  width: 55px;
}
/* NationFlag */
.london2012participantstable .col3 {
  width: 50px;
}
/* NationCode */
.london2012participantstable .col4 {
  width: 85px;
}
/* Birthday */
.london2012participantstable .col5 {
  width: 50px;
}
/* MQS */
.london2012participantstable .col6 {
  width: 140px;
}
/* Athletes Presentation */
/*-----------------------------------------------------------------------------
 * Info Teaser
 *-----------------------------------------------------------------------------
 */
.infoteaser_wrapper > div {
  width: 327px !important;
  height: 286px !important;
  padding: 0 !important;
  overflow: hidden;
}
/*-----------------------------------------------------------------------------
 * ManageLiveTickerHtml
 *-----------------------------------------------------------------------------
 */
.appa_manageliveticker .form-inline {
  margin-top: 15px;
}
.appa_manageliveticker .form-inline input[type="text"] {
  width: 5em;
}
.appa_manageliveticker .form-inline .btn {
  margin-left: 0.5em;
}
.appa_manageliveticker_table .col1 {
  width: 40px;
}
.appa_manageliveticker_table .col2 {
  width: 75px;
}
.appa_manageliveticker_table .col4 {
  width: 22px;
}
.appa_manageliveticker_table tr:hover {
  background-color: #E5E5E5;
}
.appa_manageliveticker_table th {
  padding: 3px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px dashed #606060;
}
.appa_manageliveticker_table td {
  padding: 3px;
}
/*-----------------------------------------------------------------------------
 * Newsletter Subscriber
 *-----------------------------------------------------------------------------
 */
.subs_container table td input {
  margin: 1px;
}
/*-----------------------------------------------------------------------------
 * Page ISSF Academy Article
 *-----------------------------------------------------------------------------
 */
.issfAcademyCollapse {
  line-height: 1.5em !important;
  color: #606060 !important;
}
.issfAcademyCollapse .rpText {
  color: #606060 !important;
}
.issfAcademyCollapse div.iteam_collapsable_panel_content {
  padding: 0px;
  padding-top: 10px;
}
.issfAcademyCollapse .iteam_collapsable_panel_container .rpRootGroup {
  border: none;
}
.issfAcademyCollapse .iteam_collapsable_panel_container .rpRootGroup .rpSelected {
  background-position: 0 -1px;
  border: none;
}
.issfAcademyCollapse .image {
  border: solid 1px #DEDEDE;
  padding: 5px;
  margin: 5px 10px 5px 10px;
}
.issfAcademyCollapse .image p {
  text-align: center;
  margin-top: 5px;
}
.issfAcademyCollapse .image.right {
  margin-right: 0;
}
.issfAcademyCollapse .image.left {
  margin-left: 0;
}
.issfAcademyCollapse .RadPanelBar_Default .rpGroup a.rpLink,
.issfAcademyCollapse .RadPanelBar_Default .rpGroup div.rpHeaderTemplate,
.issfAcademyCollapse .RadPanelBar_Default .rpGroup .rpTemplate,
.issfAcademyCollapse .RadPanelBar .rpGroup .rpLink,
.issfAcademyCollapse .RadPanelBar .rpGroup .rpTemplate {
  color: inherit;
  line-height: inherit;
}
/*-----------------------------------------------------------------------------
 * Login
 *-----------------------------------------------------------------------------
 */
.logn_container {
  padding: 9px;
}
.logn_table h3 {
  margin: 0 0 6px 0;
}
.logn_table th {
  text-align: left;
}
.logn_table .message_errorcontainer {
  margin-top: 20px;
}
.logn_table .message_errorcontainer ul {
  list-style-type: none;
  padding-left: 0;
}
/*-----------------------------------------------------------------------------
 * Session Overview
 *-----------------------------------------------------------------------------
 */
.session_user_detail_table th {
  text-align: left;
}
.session_user_detail_table td {
  padding: 2px;
}
/*-----------------------------------------------------------------------------
 * Session Overview
 *-----------------------------------------------------------------------------
 */
.subs_subscribetable th {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 5px;
}
.subs_subscribetable td {
  padding: 1px 1px;
}
.subs_subscribetable input {
  margin: 0px !important;
}
.subs_subscribetable .smalltext {
  font-size: 10px;
  display: inline-block;
  margin-bottom: 5px;
}
#header_contact p {
  margin: 0;
}
#header_contact p.title {
  padding-bottom: 4px;
  border-bottom: dotted 2px #636363;
}
#header_contact p.contact {
  color: #545454;
  font-weight: bold;
  margin-top: 5px;
}
#header_contact a {
  text-decoration: none;
}
.raquo_textsize {
  font-size: 15px;
}
.blacktext {
  color: #404040;
}
.bluetext {
  color: #245689;
}
.greentext {
  color: #5B9823;
}
.orangetext {
  color: #DC631A;
}
.redtext {
  color: #B0221E;
}
.goldtext {
  color: #C98910;
}
.silvertext {
  color: #A8A8A8;
}
.bronzetext {
  color: #965A38;
}
/*
 * Border title colors
 * ----------------------------------------------------------------------------
 */
/* black */
.border_black_wrapper h1,
.border_black_wrapper h2,
.border_black_wrapper h3,
.border_black_wrapper h4,
div.border_black_wrapper table.moduletable th,
div.border_black_wrapper table.issflist th {
  color: #404040;
}
/* blue */
.border_blue_wrapper h1,
.border_blue_wrapper h2,
.border_blue_wrapper h3,
.border_blue_wrapper a:hover,
.border_blue_wrapper table.moduletable th {
  color: #245689;
}
/* green */
.border_green_wrapper h1,
.border_green_wrapper a:hover {
  color: #5B9823;
}
/* orange */
.border_orange_wrapper h1,
.border_orange_wrapper h2,
.border_orange_wrapper h3,
.border_orange_wrapper a:hover,
div.border_orange_wrapper table.moduletable th,
div.border_orange_wrapper table.issflist th,
.border_orange_wrapper td.contentheading {
  color: #DC631A;
}
.border_orange_wrapper a.issfpagemenulinkactive {
  color: #DC631A !important;
  font-weight: bold !important;
}
.border_orange_wrapper div.issfpagemenusection h3 {
  margin: 0;
  padding: 9px 5px 3px 5px;
}
.border_orange_wrapper div.issfpagemenusection li {
  border-bottom-color: #FFFFFF;
  padding-top: 7px;
  padding-left: 5px;
  height: 18px;
  /* 25 - 7 = 18 */
}
.border_orange_wrapper .issfeventmenu a.active {
  color: #DC631A;
  font-weight: bold;
}
/* red */
.border_red_wrapper h1,
.border_red_wrapper h2,
.border_red_wrapper a:hover {
  color: #B0221E;
}
/*
 * Tabelle mit schwarzem Header.
 * ----------------------------------------------------------------------------
 */
.table_blackheader {
  border-collapse: collapse;
  border: solid 1px #818181;
}
.table_blackheader th {
  color: #404040 !important;
  border: solid 1px #818181;
  background-color: #c0c0c0;
  padding-top: 10px !important;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  font-size: 13px !important;
  vertical-align: top;
}
.table_blackheader td {
  border-left: solid 1px #818181;
  border-right: solid 1px #818181;
  border-top: solid 1px #F0F0F0;
  text-align: left;
  padding: 5px 8px 5px 8px;
}
.table_blackheader_grid {
  border-collapse: collapse;
  border: solid 1px #818181;
}
.table_blackheader_grid th {
  color: #FFFFFF !important;
  border: solid 1px #818181;
  background-color: #c0c0c0;
  padding-top: 10px !important;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  font-size: 13px !important;
  vertical-align: top;
}
.table_blackheader_grid td {
  border: solid 1px #818181;
  text-align: left;
  padding: 5px 8px 5px 8px;
}
/*
 * Tabelle mit blauem Header.
 * ----------------------------------------------------------------------------
 */
.table_blueheader {
  border-collapse: collapse;
  border: solid 1px #5B7DA1;
}
.table_blueheader th {
  color: #FFFFFF !important;
  border: solid 1px #5B7DA1;
  background-color: #245689;
  padding-top: 10px !important;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  font-size: 13px !important;
  vertical-align: top;
}
.table_blueheader td {
  border-left: solid 1px #5B7DA1;
  border-right: solid 1px #5B7DA1;
  border-top: solid 1px #F0F0F0;
  text-align: left;
  padding: 5px 8px 5px 8px;
}
.table_blueheader_grid {
  border-collapse: collapse;
  border: solid 1px #5B7DA1;
}
.table_blueheader_grid th {
  color: #FFFFFF !important;
  border: solid 1px #5B7DA1;
  background-color: #245689;
  padding-top: 10px !important;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  font-size: 13px !important;
  vertical-align: top;
}
.table_blueheader_grid td {
  border: solid 1px #5B7DA1;
  text-align: left;
  padding: 5px 8px 5px 8px;
}
/*
 * Tabelle mit orangem Header.
 * ----------------------------------------------------------------------------
 */
.table_orangeheader {
  border-collapse: collapse;
  border: solid 1px #E49F5E;
}
.table_orangeheader th {
  color: #DC631A !important;
  border: solid 1px #E49F5E;
  background-color: #f7dfbd;
  padding-top: 10px !important;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  font-size: 13px !important;
  vertical-align: top;
}
.table_orangeheader td {
  border-left: solid 1px #E49F5E;
  border-right: solid 1px #E49F5E;
  border-top: solid 1px #F0F0F0;
  text-align: left;
  padding: 5px 8px 5px 8px;
}
.table_orangeheader_grid {
  border-collapse: collapse;
  border: solid 1px #E49F5E;
}
.table_orangeheader_grid th {
  color: #FFFFFF !important;
  border: solid 1px #E49F5E;
  background-color: #f7dfbd;
  padding-top: 10px !important;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  font-size: 13px !important;
  vertical-align: top;
}
.table_orangeheader_grid td {
  border: solid 1px #E49F5E;
  text-align: left;
  padding: 5px 8px 5px 8px;
}
/*
 * Version Text bei gewissen Ansichten.
 * Zum Beispiel: /theissf/championships/world_cup_final/qualifications.ashx
 * ----------------------------------------------------------------------------
 */
.versiontext {
  margin-top: 4px;
  margin-bottom: 0;
}
/*
 * Tabellen welche für Listen eingesetzt wird (Records,Worldranking etc.)
 * ----------------------------------------------------------------------------
 */
table.issflist {
  border-collapse: collapse;
  width: 100%;
}
table.issflist th {
  border-bottom: 1px solid #EEE;
  font-weight: bold;
  padding: 6px 2px 6px 8px;
  text-align: left;
  vertical-align: top;
}
table.issflist td {
  border-bottom: 1px solid #EEE;
  padding: 5px 2px 2px 8px;
  text-align: left;
  vertical-align: top;
}
table.issflist h2 {
  border: none;
  font-weight: bold;
  padding: 2px 0px 2px 0px;
}
/*
 * Quota places by NATION and Number
 * ----------------------------------------------------------------------------
 */
/* Adult */
.ogquotabynatandnametable colgroup .col1 {
  width: 47px;
}
.ogquotabynatandnametable colgroup .col2 {
  width: 38px;
}
.ogquotabynatandnametable colgroup .col3 {
  width: 31px;
}
.ogquotabynatandnametable colgroup .col4 {
  width: 57px;
}
.ogquotabynatandnametable colgroup .col5 {
  width: 59px;
}
.ogquotabynatandnametable colgroup .col6 {
  width: 40px;
}
.ogquotabynatandnametable colgroup .col7 {
  width: 19px;
}
.ogquotabynatandnametable colgroup .col8 {
  width: 30px;
}
.ogquotabynatandnametable colgroup .col9 {
  width: 40px;
}
.ogquotabynatandnametable colgroup .col10 {
  width: 48px;
}
.ogquotabynatandnametable colgroup .col11 {
  width: 48px;
}
.ogquotabynatandnametable colgroup .col12 {
  width: 50px;
}
.ogquotabynatandnametable colgroup .col13 {
  width: 69px;
}
.ogquotabynatandnametable colgroup .col14 {
  width: 40px;
}
.ogquotabynatandnametable colgroup .col15 {
  width: 22px;
}
.ogquotabynatandnametable colgroup .col16 {
  width: 40px;
}
.ogquotabynatandnametable colgroup .col17 {
  width: 39px;
}
.ogquotabynatandnametable colgroup .col18 {
  width: 40px;
}
.ogquotabynatandnametable colgroup .last {
  width: 52px;
}
/* youth */
.ogquotabynatandnametableyouth {
  width: 55% !important;
}
.ogquotabynatandnametableyouth colgroup .col1 {
  width: 50px;
}
.ogquotabynatandnametableyouth colgroup .col2 {
  width: 39px;
}
.ogquotabynatandnametableyouth colgroup .col3 {
  width: 39px;
}
.ogquotabynatandnametableyouth colgroup .col4 {
  width: 40px;
}
.ogquotabynatandnametableyouth colgroup .col5 {
  width: 40px;
}
.ogquotabynatandnametableyouth colgroup .col6 {
  width: 40px;
}
.ogquotabynatandnametableyouth colgroup .col7 {
  width: 40px;
}
.ogquotabynatandnametableyouth colgroup .last {
  width: 270px;
}
/* both */
.ogquotabynatandnametable th,
.ogquotabynatandnametable td,
.ogquotabynatandnametableyouth th,
.ogquotabynatandnametableyouth td {
  text-align: center !important;
  padding: 5px 5px 2px 5px !important;
}
.ogquotabynatandnametable .nationflag,
.ogquotabynatandnametableyouth .nationflag {
  text-align: left !important;
}
.ogquotabynatandnametable .nation,
.ogquotabynatandnametableyouth .nation {
  text-align: left !important;
}
/* color of the small border inside a tile*/
@keyframes bgcolor {
  0% {
    background-color: #1b6886;
  }
  20% {
    background-color: #6d5589;
  }
  40% {
    background-color: #9e5a7f;
  }
  60% {
    background-color: #f35;
  }
  80% {
    background-color: #e27175;
  }
  100% {
    background-color: #1cb5fb;
  }
}
body {
  /*-webkit-animation: bgcolor 50s infinite;
    animation: bgcolor 50s infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;*/
  background-color: #2791bb;
}
.pagewidth {
  width: 1030px;
}
.inlinespacing {
  margin: 0 9px;
  padding-bottom: 9px;
}
/* --------------------------- End Less --------------------------------------- */
@font-face {
  font-family: 'ISSFFONTMedium';
  src: url('Fonts/ISSFFMedium/issffm__.eot');
  src: url('Fonts/ISSFFMedium/issffm__.eot') format('embedded-opentype'), url('Fonts/ISSFFMedium/issffm__.woff') format('woff'), url('Fonts/ISSFFMedium/issffm__.ttf') format('truetype'), url('Fonts/ISSFFMedium/issffm__.svg#ISSFFONTMedium') format('svg');
}
@font-face {
  font-family: 'ISSFFontBlack';
  src: url('Fonts/ISSFFBlack/issffbl_.eot');
  src: url('Fonts/ISSFFBlack/issffbl_.eot') format('embedded-opentype'), url('Fonts/ISSFFBlack/issffbl_.woff') format('woff'), url('Fonts/ISSFFBlack/issffbl_.ttf') format('truetype'), url('Fonts/ISSFFBlack/issffbl_.svg#ISSFFontBlack') format('svg');
}
/*
 * From bootstrap
 * ----------------------------------------------------------------------------
 */
.btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-default {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-default:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
a.btn-primary {
  color: #FFF;
}
.form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #404040;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
textarea.form-control {
  height: auto;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label,
.form-control[disabled],
fieldset[disabled] .form-control,
.RadInput_Default .riDisabled,
.rcDisabled {
  cursor: not-allowed;
}
.form-control[disabled] {
  background-color: #f0f0f0;
}
html body .RadInput_Default .riDisabled {
  cursor: not-allowed !important;
}
.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* custom bootstrap updates */
.table th {
  text-align: left;
}
.btn-primary.disabled,
.btn-primary:disabled {
  cursor: not-allowed;
}
/* custom Bootstrap end */
/* custom telerik updates */
.RadPicker_Bootstrap.is-invalid .riTextBox {
  border-color: #dc3545;
}
/* custom telerik end */
/* table saw */
.issflist.tablesaw th .tablesaw-cell-label {
  display: none;
}
.issflist.tablesaw .tablesaw-header.hideheader {
  display: none;
}
/**/
input[type="radio"] {
  margin-right: 5px;
}
a.btn {
  text-decoration: none;
}
/*
 * ISSF Frame
 * ----------------------------------------------------------------------------
 */
.issfframe_wrapper.spacing-top {
  margin-top: 10px;
}
.issfframe_title {
  box-sizing: border-box;
  color: #FFF;
  font-family: ISSFFONTMedium;
  padding-left: 9px;
  padding-right: 8px;
  padding-top: 5px;
  text-transform: uppercase;
  height: 34px;
  /* 34 - 10 = 24 */
  font-size: 24px;
}
.issfframe_title .links {
  float: right;
  margin: 0;
  line-height: 1em;
  margin-top: 1px;
}
.issfframe_title a,
.issfframe_title label {
  font-family: Arial;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  text-transform: none;
}
.issfframe_title a:after {
  content: "|";
  margin-right: 5px;
  margin-left: 5px;
}
.issfframe_title a:last-child:after {
  content: "";
  margin: 0;
}
.issfframe_title a:hover {
  color: #FFF !important;
}
.issfframe_title + .border_content {
  clear: both;
}
.border_content {
  overflow: visible;
  padding: 5px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.7);
}
.border_content .border_innerbackground {
  background-color: rgba(255, 255, 255, 0.8);
}
/* Border Black */
.border_black_title {
  background-color: #404040;
}
/* Border Blue */
.border_blue_title {
  background-color: #245689;
}
/* Border Darkblue */
.border_darkblue_title {
  background-color: #245689;
}
/* Border Green*/
.border_green_title {
  background-color: #5B9823;
}
/* Border Orange */
.border_orange_title {
  background-color: #DC631A;
}
/* Border Red */
.border_red_title {
  background-color: #B0221E;
}
/*
 * records
 * ----------------------------------------------------------------------------
 */
.record_wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
}
.record_wrapper .issflist th:first-child,
.record_wrapper .issflist td:first-child {
  padding-left: 0;
}
.record-table .eventtitle {
  padding-top: 10px;
  padding-bottom: 3px;
}
/*
 * mqs qualifiers
 * ----------------------------------------------------------------------------
 */
.mqsqualifiers_wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
}
.mqsqualifiers_wrapper .issflist th:first-child,
.mqsqualifiers_wrapper .issflist td:first-child,
.mqsqualifiers_wrapper div.issfpagemenusection h3,
.mqsqualifiers_wrapper div.issfpagemenusection li {
  padding-left: 0;
}
/*
 * quota places
 * ----------------------------------------------------------------------------
 */
.quotaplaces_wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
}
.quotaplaces_wrapper .issflist th:first-child,
.quotaplaces_wrapper .issflist td:first-child,
.quotaplaces_wrapper div.issfpagemenusection h3,
.quotaplaces_wrapper div.issfpagemenusection li {
  padding-left: 0;
}
/*
 * world ranking
 * ----------------------------------------------------------------------------
 */
.worldranking_wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
}
.worldranking_wrapper .issflist th:first-child,
.worldranking_wrapper .issflist td:first-child,
.worldranking_wrapper div.issfpagemenusection h3,
.worldranking_wrapper div.issfpagemenusection li {
  padding-left: 0;
}
.wrlist-wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
}
.wrlist-wrapper .issflist th:first-child,
.wrlist-wrapper .issflist td:first-child,
.wrlist-wrapper div.issfpagemenusection h3,
.wrlist-wrapper div.issfpagemenusection li {
  padding-left: 0;
}
/* combo teaser */
.wrcombo_13_wrapper {
  height: 168px;
}
.wrcomboteaser_buttons {
  padding: 6px 8px 0 8px;
  margin-bottom: 0;
}
.wrcomboteaser_buttons span {
  font-weight: bold;
  cursor: pointer;
}
.wrcomboteaser_buttons span:last-child {
  float: right;
}
/*
 * WCF Qualification
 * ----------------------------------------------------------------------------
 */
.wcfqualification_wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
}
.wcfqualification_wrapper .issflist th:first-child,
.wcfqualification_wrapper .issflist td:first-child,
.wcfqualification_wrapper div.issfpagemenusection h3,
.wcfqualification_wrapper div.issfpagemenusection li {
  padding-left: 0;
}
/*
 * Single Historical Result Pane
 * ----------------------------------------------------------------------------
 */
.historesult_wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
}
/*
 * Committees
 * ----------------------------------------------------------------------------
 */
.committee_wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
  padding-top: 5px;
}
/* members */
.committeemember_wrapper {
  border-bottom: 1px solid #EEE;
  margin-top: 15px;
  padding-bottom: 9px;
}
.committeemember_wrapper .function {
  font-weight: bold;
}
.committeemember_wrapper .personinformation {
  float: left;
  width: 365px;
  margin-left: 25px;
}
.committeemember_wrapper .name {
  font-weight: bold;
}
.committeemember_wrapper img {
  max-width: 80px;
  max-height: 120px;
}
@media screen and (min-width: 991.9px) {
  .committeemember_wrapper .imgcol {
    text-align: right;
  }
}
.committeemember-edit input[type="checkbox"] {
  margin-right: 7px;
}
.committeemember-edit .portrait img {
  max-width: 100px;
  max-height: 100px;
}
/*
 * Member Federations
 * ----------------------------------------------------------------------------
 */
.memberfederation_wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
}
.memberfederation {
  border-top: solid 1px #DDD;
  padding-bottom: 7px;
}
.memberfederation h2 {
  padding-bottom: 2px;
  border-bottom: 0;
}
/*
 * iPad Magazine Teasers
 * ----------------------------------------------------------------------------
 */
.ipadmagazine_teaser {
  padding: 11px;
}
.ipadmagazine_teaser a {
  text-decoration: none;
}
.ipadmagazine_teaser p {
  margin-bottom: 0px;
}
.ipadmagazine_teaser p.big {
  font-weight: bold;
  color: #404040;
}
.ipadmagazine_teaser .ipadtext {
  margin-top: 8px;
}
.ipadmagazine_teaserhome {
  height: 264px;
}
.ipadmagazine_teaserhome img {
  padding-left: 94px;
  padding-bottom: 10px;
}
.ipadmagazine_teaserhome p {
  text-align: center;
}
.ipadmagazine_teaserhome p.big {
  font-size: 16px;
}
.ipadmagazine_teaserregular {
  height: 99px;
}
.ipadmagazine_teaserregular img {
  float: right;
}
.ipadmagazine_teaserregular p.big {
  font-size: 14px;
}
/*
 * Invoice view
 * ----------------------------------------------------------------------------
 */
.invoice_wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
}
/*
 * Championship Page
 * ----------------------------------------------------------------------------
 */
.cship_medalstandings {
  padding: 9px;
}
.cship_medalstandings table {
  margin-bottom: 0;
}
.cship_medalstandings .col1 {
  width: 100px;
}
.cship_medalstandings .col2,
.cship_medalstandings .col3,
.cship_medalstandings .col4,
.cship_medalstandings .col5 {
  width: 60px;
}
.cship_medalstandings tr th,
.cship_medalstandings tr td {
  text-align: center;
}
.cship_medalstandings tr th:first-child,
.cship_medalstandings tr td:first-child {
  text-align: left;
  padding-left: 8px;
}
.cship_medalstandings table img {
  margin: 0px 5px 0 10px;
}
.cship_medalstandings tfoot {
  font-weight: 700;
}
.cship_medalstandings tfoot tr td {
  border-top-width: 2px;
}
.cship_medalstandings p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 0.9em;
}
.cship-medalstandings {
  padding: 7px;
}
.cship-medalstandings table {
  margin-bottom: 0;
}
.cship-medalstandings .col1 {
  width: 100px;
}
.cship-medalstandings .col2,
.cship-medalstandings .col3,
.cship-medalstandings .col4,
.cship-medalstandings .col5 {
  width: 60px;
}
.cship-medalstandings tr th,
.cship-medalstandings tr td {
  text-align: center;
}
.cship-medalstandings tr th:first-child,
.cship-medalstandings tr td:first-child {
  text-align: left;
  padding-left: 8px;
}
.cship-medalstandings table img {
  margin: 0px 5px 0 10px;
}
.cship-medalstandings tfoot {
  font-weight: 700;
}
.cship-medalstandings tfoot tr td {
  border-top-width: 2px;
}
.cship-medalstandings p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 0.9em;
}
.cship-additionalinfo table.file_list,
.cship-tvaudience table.file_list {
  margin-bottom: 0;
}
.cship-additionalinfo .iteam_collapsable_panel_container,
.cship-tvaudience .iteam_collapsable_panel_container {
  margin-top: 20px;
  margin-bottom: 0;
}
.cship-additionalinfo .RadUpload,
.cship-tvaudience .RadUpload {
  margin-top: 20px;
}
/*
 * Championship Event Page
 * ----------------------------------------------------------------------------
 */
.cshipevent_wrapper {
  margin: 0 9px;
  padding-bottom: 9px;
}
.cshipevent_wrapper .tickerentrieswrapper {
  margin: 0 -9px;
}
/*
 * DocFolder
 * ----------------------------------------------------------------------------
*/
.docf_container .btn-upload {
  margin-top: 5px;
  margin-bottom: 30px;
}
.docf_container td.name {
  min-width: 100px;
}
.docf_container .playvideo {
  font-size: 1.5em;
}
.docf_container .table a {
  text-decoration: none;
  word-break: break-word;
}
/*
 * Live Ticker
 * ----------------------------------------------------------------------------
 */
.newsTickerEntry_pictureWrapper,
.photoTickerEntry_pictureWrapper,
.videotickerentry_picturewrapper,
.resultTickerEntry_shooterswrapper,
.resultTickerEntry_pictureWrapper {
  float: left;
  margin-right: 10px;
}
.newsTickerEntry_picture,
.photoTickerEntry_picture,
.resultTickerEntry_picture {
  width: 138px;
  height: 92px;
}
.resultTickerEntry_shooterswrapper a {
  text-decoration: none;
}
/* responsive */
.tickerwrapper .content {
  padding: 5px 5px 5px 0;
}
.tickerwrapper .content .date {
  color: #404040;
  font-size: 11px;
  margin-bottom: 0;
}
.phototicker {
  min-height: 92px;
}
.phototicker .content p {
  color: #5B9823;
}
.phototicker .content .eventtitle {
  font-weight: bold;
  margin-bottom: 3px;
}
.phototicker .content .text {
  margin-bottom: 3px;
  height: 3.8em;
  overflow: hidden;
}
.phototicker .content .text a {
  color: #5B9823;
  text-decoration: none;
}
.newsticker {
  min-height: 92px;
}
.newsticker .content p {
  color: #245689;
}
.newsticker .content .eventtitle,
.newsticker .content .title {
  font-weight: bold;
  margin-bottom: 0;
}
.newsticker .content .title a {
  color: #245689;
  text-decoration: none;
}
.videoticker .ytpicturewrapper {
  position: relative;
}
.videoticker .ytimg2022 {
  overflow: hidden;
}
.videoticker .ytimg2022 img {
  width: 100%;
  margin: -10% 0;
}
.videoticker .ocpicturewrapper {
  position: relative;
}
.videoticker .playicon {
  background: url(Images/views/video_play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.videoticker .videotickerentry_picturewrapper .playicon {
  height: 115px;
}
.videoticker .content p {
  color: #5B9823;
}
.videoticker .content .eventtitle {
  font-weight: bold;
}
.videoticker .content .title a {
  color: #5B9823;
  text-decoration: none;
}
.resultticker .picture {
  width: 100%;
}
.resultticker .content .title {
  font-weight: bold;
  color: #DC631A;
}
.resultticker .content .title a {
  color: #DC631A;
  text-decoration: none;
}
.resultticker .content .text {
  margin-bottom: 0;
  padding-top: 1px;
  color: #DC631A;
}
.resultticker .athletesportraits {
  /* Anzeige der drei Schützen */
}
.resultticker .athletesportraits .row-athletes {
  margin-left: -2px;
  margin-right: -2px;
}
.resultticker .athletesportraits .row-athletes > .col-4 {
  padding-right: 2px;
  padding-left: 2px;
}
.resultticker .athletesportraits .athlete {
  position: relative;
}
.resultticker .athletesportraits .athlete img {
  max-height: 105px;
}
.resultticker .athletesportraits .ranknumber {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #606060;
  background-color: #EEE;
  padding: 0px 3px 0px 2px;
  font-size: 10px;
}
.announcementticker {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
  padding: 7px 7px 3px 7px;
}
/* instagram teaser */
.embed-container-instagram {
  position: relative;
  height: 628px;
}
.embed-container-instagram iframe,
.embed-container-instagram object,
.embed-container-instagram embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * Header Menu
 * ----------------------------------------------------------------------------
 */
.issfmenu_levelone li a,
.issfmenu_leveltwo li a {
  color: #404040;
  text-decoration: none;
  display: block;
}
/* Level 1 */
.issfmenu_levelone {
  list-style: none;
  padding: 0;
}
.issfmenu_levelone li {
  position: relative;
  float: left;
  margin-right: 2px;
}
.issfmenu_levelone li a {
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  padding: 9px 15px 0 15px;
  height: 35px;
  font-family: "ISSFFONTMedium";
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0;
  -webkit-transition: all 0.5s ease-in-out 0;
  -moz-transition: all 0.5s ease-in-out 0;
  -o-transition: all 0.5s ease-in-out 0;
}
/* black */
.issfmenu_levelone li.black a:hover,
.issfmenu_levelone li.black a.active {
  background-color: #404040;
  color: #FFF;
}
/* blue */
.issfmenu_levelone li.blue a:hover,
.issfmenu_levelone li.blue a.active {
  background-color: #245689;
  color: #FFF;
}
/* green */
.issfmenu_levelone li.green a:hover,
.issfmenu_levelone li.green a.active {
  background-color: #5B9823;
  color: #FFF;
}
/* orange */
.issfmenu_levelone li.orange a:hover,
.issfmenu_levelone li.orange a.active {
  background-color: #DC631A;
  color: #FFF;
}
/* red */
.issfmenu_levelone li.red a:hover,
.issfmenu_levelone li.red a.active {
  background-color: #B0221E;
  color: #FFF;
}
/* Level 2 */
.issfmenu_leveltwowrapper {
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  width: 1030px;
  height: 36px;
}
.issfmenu_leveltwo {
  list-style: none;
  padding: 0;
}
.issfmenu_leveltwo li {
  position: relative;
  float: left;
}
.issfmenu_leveltwo li.home a {
  height: 20px;
  width: 20px;
  margin-top: 7px;
  background: url('Images/menu/home-button.png') 14px 0 no-repeat;
}
.issfmenu_leveltwo li a {
  margin-top: 11px;
  padding: 0 15px 0 15px;
  font-size: 13px;
  border-right: 1px dotted #404040;
  font-family: "ISSFFONTMedium";
}
.issfmenu_leveltwo li:last-child a {
  border: 0;
}
.issfmenu_leveltwo li a.active {
  text-decoration: underline;
}
.issfmenu_leveltwo li.black a.active {
  color: #404040;
}
.issfmenu_leveltwo li.blue a.active {
  color: #245689;
}
.issfmenu_leveltwo li.green a.active {
  color: #5B9823;
}
.issfmenu_leveltwo li.orange a.active {
  color: #DC631A;
}
.issfmenu_leveltwo li.red a.active {
  color: #B0221E;
}
/*
 * Newslist 2 / 3
 * ----------------------------------------------------------------------------
 */
.latestnews_23_wrapper {
  box-sizing: border-box;
}
.latestNews .news {
  clear: both;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}
.latestNews .news:last-child {
  margin-bottom: 0;
}
.latestNews .news a {
  text-decoration: none;
}
.latestNews .news img {
  width: 310px;
  float: left;
}
.latestNews .news .textwrapper {
  float: left;
  width: 325px;
  height: 180px;
  padding: 0 0 0 15px;
}
.latestNews .news h1 {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 5px;
  padding-top: 12px;
}
.latestNews .news:last-child img {
  padding-bottom: 0;
}
.latestNews .news .date {
  font-size: 11px;
}
.latestNews .nothingfound {
  margin-bottom: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
/* search */
.newstitlesearchlink {
  cursor: pointer;
}
#newssearchfield_toggle {
  display: none;
  /* hide the checkbox */
}
.newstitlesearchfield {
  display: none;
  margin-top: 2px;
  border: 1px solid #FFF;
  padding: 1px;
}
#newssearchfield_toggle:checked + label {
  display: none;
}
#newssearchfield_toggle:checked + label + .newstitlesearchfield {
  display: inline-block;
}
/* news and photo, videos*/
.latestnews_23_wrapper .loadmore,
.latestmedia_23_wrapper .loadmore {
  color: #FFF;
  background-color: #606060;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 9px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}
/*
 * Photo Galleries, Videos - 2 / 3
 * ----------------------------------------------------------------------------
 */
.latestmedia_23_list {
  margin: 0;
  margin-top: -5px;
  overflow: auto;
}
.latestmedia_23_list .mediaentry {
  position: relative;
  float: left;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
  width: 334px;
}
.latestmedia_23_list .mediaentry:nth-child(2n) {
  margin-left: 5px;
  margin-right: 0px;
}
.latestmedia_23_list .mediaentry img {
  max-height: 222px;
  float: left;
}
.latestmedia_23_list .mediaentry .playicon {
  background: url('Images/views/video_play.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% auto;
  position: absolute;
  top: 0;
  bottom: 63px;
  left: 0;
  right: 0;
}
.latestmedia_23_list a {
  text-decoration: none;
}
.latestmedia_23_list .mediaentry .description {
  clear: both;
  height: 48px;
  padding: 10px 10px 5px 10px;
}
.latestmedia_23_list .mediaentry .description p {
  margin: 0 0 4px 0;
  line-height: 1em;
  overflow: hidden;
  max-height: 13px;
}
.latestmedia_23_list .mediaentry .description .eventtitle {
  color: #5B9823;
}
.latestmedia_23_list .mediaentry .description .text {
  width: 314px;
  height: 12px;
  overflow: hidden;
}
.latestmedia_23_list .oc-video-placeholder {
  width: 334px;
  height: 188px;
  margin-left: 0;
}
.videomedia_23_list .mediaentry .imgwrapper {
  width: 334px;
  height: 223px;
  overflow: hidden;
}
.videomedia_23_list .mediaentry img {
  width: 396px;
  height: 223px;
  margin-left: -31px;
}
.latestmedia_23_list .occhannel-video .imgwrapper {
  height: 188px;
}
.latestmedia_23_list .occhannel-video .description {
  height: 83px;
}
/*
 * Latest News Teaser
 * ----------------------------------------------------------------------------
 */
.latestNewsTeaser {
  box-sizing: border-box;
  padding: 4px 10px;
}
.latestNewsTeaser .latestNewsTeaserEntry {
  padding: 5px 0;
}
.latestNewsTeaser a {
  text-decoration: none;
}
.latestNewsTeaser a:after {
  content: "\00BB";
  padding-left: 3px;
}
/*
 * Photo, Video Teasers
 * ----------------------------------------------------------------------------
 */
.latestVideosTeaser,
.latestPhotosTeaser {
  margin: 0;
  position: relative;
  width: 327px;
}
.latestPhotosTeaser .latestPhotosTeaserEntry,
.latestVideosTeaser .latestVideosTeaserEntry {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  display: block;
  width: 327px;
  transition: opacity 1s ease 0;
  -webkit-transition: opacity 1s ease 0;
  -moz-transition: opacity 1s ease 0;
  -o-transition: opacity 1s ease 0;
}
.latestPhotosTeaser .latestPhotosTeaserEntry.active,
.latestVideosTeaser .latestVideosTeaserEntry.active {
  opacity: 1;
  z-index: 1;
}
.latestPhotosTeaser .latestPhotosTeaserEntry img,
.latestVideosTeaser .latestVideosTeaserEntry img {
  max-width: 327px;
  max-height: 218px;
}
.latestPhotosTeaser a,
.latestVideosTeaser a {
  text-decoration: none;
}
.latestPhotosTeaser ul li.active,
.latestVideosTeaser ul li.active {
  background: rgba(0, 0, 0, 0.9);
}
.latestPhotosTeaser ul,
.latestVideosTeaser ul {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.latestPhotosTeaser ul li,
.latestVideosTeaser ul li {
  list-style-type: none;
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  width: 11px;
  height: 11px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.latestPhotosTeaser .latestPhotosTeaserEntry .latestPhotosTeaserEntryDescription,
.latestVideosTeaser .latestVideosTeaserEntry .latestVideosTeaserEntryDescription {
  padding: 10px;
  padding-bottom: 5px;
}
.latestPhotosTeaser .latestPhotosTeaserEntry .latestPhotosTeaserEntryDescription p,
.latestVideosTeaser .latestVideosTeaserEntry .latestVideosTeaserEntryDescription p {
  margin: 0 0 4px 0;
  line-height: 1em;
}
.latestPhotosTeaser .latestPhotosTeaserEntry .latestPhotosTeaserEntryDescription .type {
  color: #85b25c;
}
.latestVideosTeaserEntryDescription .eventtitle {
  color: #5B9823;
}
.latestVideosTeaserEntryDescription .text {
  width: 307px;
  height: 12px;
  overflow: hidden;
}
/* latest Photo Teaser */
.latestPhotosTeaser {
  height: 317px;
}
.latest-gallery-teaser {
  margin: 0;
  position: relative;
}
.latest-gallery-teaser .carousel-item {
  margin-bottom: 25px;
}
.latest-gallery-teaser a {
  text-decoration: none;
  display: block;
}
.latest-gallery-teaser .eventtitle {
  color: #5B9823;
}
.latest-gallery-teaser .description {
  padding: 9px;
}
.latest-gallery-teaser .description p {
  margin: 0 0 4px 0;
  line-height: 1em;
}
.latest-gallery-teaser .description .text {
  height: 25px;
  overflow: hidden;
}
.latest-gallery-teaser .img-wrapper {
  width: 100%;
  position: relative;
  height: 0;
  padding: 66% 0 0 0;
  overflow: hidden;
}
.latest-gallery-teaser .img-wrapper img {
  width: 100%;
  position: absolute;
  display: block;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.latest-gallery-teaser .carousel-indicators {
  margin-bottom: 0.35rem;
}
.latest-gallery-teaser .carousel-indicators li {
  background-color: #404040;
}
/* latest Videos Teaser */
.latestVideosTeaser {
  height: 282px;
}
.latestVideosTeaser .latestVideosTeaserEntry .latestVideosTeaserEntryPlayIcon {
  background: url('Images/views/video_play.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% auto;
  position: absolute;
  top: 0;
  bottom: 63px;
  left: 0;
  right: 0;
}
.latest-videos-teaser {
  margin: 0;
  position: relative;
}
.latest-videos-teaser .carousel-item {
  margin-bottom: 25px;
}
.latest-videos-teaser a {
  text-decoration: none;
  display: block;
}
.latest-videos-teaser .eventtitle {
  color: #5B9823;
}
.latest-videos-teaser .description {
  padding: 9px;
}
.latest-videos-teaser .description p {
  margin: 0 0 4px 0;
  line-height: 1em;
}
.latest-videos-teaser .description .text {
  height: 25px;
  overflow: hidden;
}
.latest-videos-teaser .img-wrapper {
  text-align: center;
}
.latest-videos-teaser .latestVideosTeaserEntryPlayIcon {
  background: url('Images/views/video_play.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15% auto;
  position: absolute;
  top: 0;
  bottom: 63px;
  left: 0;
  right: 0;
}
.latest-videos-teaser .carousel-indicators {
  margin-bottom: 0.35rem;
}
.latest-videos-teaser .carousel-indicators li {
  background-color: #404040;
}
.latest-videos-teaser .ytimg2022 {
  overflow: hidden;
}
.latest-videos-teaser .ytimg2022 img {
  margin: -10% 0;
  width: 100%;
}
/* World Ranking */
.worldRanking .worldRankingEntry,
.worldRecord .worldRecordEntry {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
  padding: 6px 8px 6px 8px;
  border-bottom: 1px solid #EEE;
}
.worldRanking a:hover,
.worldRecord a:hover {
  color: #DC631A;
  cursor: pointer;
}
.worldRanking .worldRankingEntry tr td,
.worldRecord .worldRecordEntry tr td {
  text-align: center;
}
.worldRanking .worldRankingEntry tr td:nth-child(1) {
  width: 70%;
  text-align: left;
}
.worldRanking .worldRankingEntry tr td:nth-child(2),
.worldRecord .worldRecordEntry tr td:nth-child(2) {
  text-align: right;
}
.worldRanking .worldRankingEntry tr td.eventtitle,
.worldRecord .worldRecordEntry tr td.eventtitle {
  font-weight: bold;
}
/* World Records */
.worldRecord .worldRecordEntry tr td:nth-child(1) {
  width: 62%;
  text-align: left;
}
/*
 * Marketing
 * ----------------------------------------------------------------------------
 */
.marketing h1 {
  margin: 10px 0 5px 0;
  padding-top: 10px;
}
.marketing h2 {
  margin: 10px 0;
  padding-top: 10px;
}
.marketing a {
  color: #404040;
}
.marketing .cell:first-of-type {
  margin-left: 0;
}
.marketing .cell {
  width: 310px;
  float: left;
  margin: 10px 15px;
  min-height: 200px;
}
.marketing .cell h2 {
  margin-top: 0;
}
.marketing .cellright {
  width: 310px;
  float: left;
  margin: 10px 0 10px 10px;
  min-height: 200px;
}
.marketing .cell img,
.marketing .cellright img {
  margin: 10px 0 10px 0;
}
/*
 * ----------------------------------------------------------------------------
 * Shop-Teaser
 * ----------------------------------------------------------------------------
 */
.shop_teaserwrapper {
  overflow: hidden;
  background-color: #FFF;
}
.shop_teaserwrapper img {
  float: right;
  border: 0;
  height: 95px;
}
.shop_teasertextcontent {
  float: left;
  width: 180px;
  height: 77px;
  padding: 9px;
}
.shop_teasertextcontent p.title {
  overflow: hidden;
  margin-bottom: 6px;
}
.shop_teasertextcontent a {
  color: #404040;
  font-weight: bold;
  text-decoration: none;
}
.shop_teasertextcontent p.price {
  color: #404040;
}
/*
 * ----------------------------------------------------------------------------
 * Academy coaching book teaser
 * ----------------------------------------------------------------------------
 */
.academy-coaching-book-teaser p {
  padding: 8px;
}
.academy-coaching-book-teaser .shoplink {
  margin-top: 8px;
  margin-bottom: 0;
}
.academy-coaching-book-teaser img {
  max-width: 100%;
}
/*
 * ----------------------------------------------------------------------------
 * Athlete's Handbook
 * ----------------------------------------------------------------------------
 */
.athletes-handbook-teaser p {
  padding: 8px;
}
.athletes-handbook-teaser .textlink {
  margin-top: 8px;
  margin-bottom: 0;
}
/*
 * ----------------------------------------------------------------------------
 * Shop-Checkout
 * ----------------------------------------------------------------------------
 */
.shop_checkoutuseregisteredmailcontainer {
  margin-top: 15px;
}
.shop_checkoutuseregisteredmailcontainer .highlight {
  display: block;
  color: #B0221E;
  margin-bottom: 4px;
}
/*
 * ----------------------------------------------------------------------------
 * Shop-Order Overview
 * ----------------------------------------------------------------------------
 */
.order_overview {
  padding: 6px;
}
.order_overview .dateselect {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
.orderlist table td {
  cursor: pointer;
}
.orderdetails div {
  display: none;
}
.orderdetails table {
  border: 1px solid #C0C0C0;
  width: 100%;
  margin-top: 5px;
}
.orderdetails table th {
  text-align: left;
  padding-bottom: 5px;
  border: 1px solid #C0C0C0;
  padding: 5px;
}
.orderdetails table td {
  padding: 5px;
}
.orderdetails .address td:first-child,
.orderdetails .address td:last-child {
  width: 48%;
}
.orderdetails .address td {
  vertical-align: top;
}
.orderdetails .articles td {
  border-bottom: 1px solid #C0C0C0;
}
.orderdetails .articles .netamount td,
.orderdetails .articles .vat td {
  border-bottom-width: 0;
}
.orderdetails .articles .amount {
  text-align: right;
}
.orderdetails .articles .postage td {
  border-bottom-width: 0;
}
.orderdetails .articles .total td {
  border-top: 1px solid #C0C0C0;
}
/*
 * ----------------------------------------------------------------------------
 * Shop-Package Edit
 * ----------------------------------------------------------------------------
 */
.shop-nationdeliveryzone .deliveryzone-grid {
  width: 48%;
  float: left;
}
.shop-nationdeliveryzone .nation-grid {
  width: 48%;
  float: right;
}
.shop-nationdeliveryzone .nation-grid .savebutton {
  margin-top: 10px;
}
.shop-nationdeliveryzone:after {
  display: table;
  content: " ";
  clear: both;
}
.nat-deliveryzone-overview .data-scroll {
  overflow-y: scroll;
  height: 500px;
}
.nat-deliveryzone-overview table {
  width: 590px;
}
.nat-deliveryzone-overview th:first-child {
  width: 201px;
  text-align: left;
  vertical-align: bottom;
  padding-bottom: 5px;
  padding-left: 4px;
}
.nat-deliveryzone-overview th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}
.nat-deliveryzone-overview th.rotate > div {
  transform: translate(25px, 51px) /* 45 is really 360 - 45 */ rotate(315deg);
  transform: translate(14px, 51px) rotate(300deg);
  width: 30px;
}
.nat-deliveryzone-overview th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  padding-left: 2px;
}
.nat-deliveryzone-overview td {
  padding: 3px;
  border: 1px solid #ccc;
  text-align: center;
  width: 25px;
}
.nat-deliveryzone-overview td:first-child {
  width: 200px;
  text-align: left;
}
.nat-deliveryzone-overview .has-error td {
  background-color: #f2dede;
}
/*
 * ----------------------------------------------------------------------------
 * Edit
 * ----------------------------------------------------------------------------
*/
.edit_instance_table .RadUpload_Bootstrap .ruButton {
  height: 22px;
  width: auto;
}
.edit_instance_table .RadUpload .ruButton.ruClear {
  margin-left: 5px;
}
.RadGrid .maximize input[type='text'] {
  width: 100%;
}
/*
 * ----------------------------------------------------------------------------
 * External Video Edit
 * ----------------------------------------------------------------------------
 */
.ext-video-edit-overview .add-video a {
  text-decoration: none;
}
.ext-video-edit-overview .add-video-control {
  display: none;
}
.ext-video-edit-overview h2 {
  cursor: pointer;
}
.ext-video-edit-overview h2 i {
  float: right;
  margin-right: 15px;
}
.ext-video-edit-overview .videos-list {
  display: none;
}
.ext-video-edit-overview .videowrapper {
  margin: 0 -5px;
}
.ext-video-edit-overview .videowrapper .col1,
.ext-video-edit-overview .videowrapper .col2,
.ext-video-edit-overview .videowrapper .col3 {
  float: left;
  padding: 5px;
}
.ext-video-edit-overview .videowrapper .col1 {
  width: 435px;
}
.ext-video-edit-overview .videowrapper .videotype {
  font-weight: bold;
}
.ext-video-edit-overview .videowrapper .key {
  font-weight: bold;
}
.ext-video-edit-overview .videowrapper img {
  max-width: 120px;
}
.ext-video-edit-overview .videowrapper:after {
  clear: both;
  display: table;
  content: " ";
}
.external-video-edit-table td {
  padding: 4px;
}
.external-video-edit-table small {
  font-size: 0.95em;
}
.external-video-edit-table .occhannelkey-highlight {
  font-weight: bold;
  color: red;
}
.external-video-edit-table .video-type-selection .RadAjaxPanel {
  display: inline-block !important;
}
.external-video-edit-table input[type="radio"] + label {
  margin-right: 15px;
}
.external-video-edit-table input:disabled {
  background-color: #eee;
}
html body .external-video-edit-table .riSingle .riTextBox[type="text"] {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #404040;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
  height: 34px;
}
/*
 * Top Athletes
 * ----------------------------------------------------------------------------
 */
.topathletes_23_wrapper {
  position: relative;
  width: 673px;
  height: 200px;
}
.topathletes_23_rotatorwrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 2s, z-index 0 2s;
  transition: opacity 2s, z-index 0 2s;
}
.topathletes_23_rotatorwrapper.active {
  opacity: 1;
  z-index: 1;
}
.topathletes_23_wrapper a {
  text-decoration: none;
}
.topathletes_23_wrapper .athlete {
  float: left;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
.topathletes_23_wrapper .athlete:nth-child(3n) {
  margin-right: 0;
}
.topathletes_23_wrapper .portrait {
  width: 221px;
  height: 147px;
  border: none;
  background: black;
  display: block;
}
/* display: block; is workaround because firefox adds a margin at bottom of image, that can't be removed with margin-bottom! */
.topathletes_23_wrapper .text {
  box-sizing: border-box;
  height: 53px;
  padding: 4px 9px 4px 9px;
}
.topathletes_23_wrapper .text p {
  margin-bottom: 0;
}
.topathletes_23_wrapper .text img {
  width: 19px;
  height: 12px;
  margin-right: 5px;
}
.topathletes_23_wrapper .text .eventtitle {
  color: #B0221E;
}
.topathletes-wrapper a {
  text-decoration: none;
}
.topathletes-wrapper .topathletes-carouselwrapper {
  margin-bottom: -5px;
}
.topathletes-wrapper .athlete {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}
.topathletes-wrapper .text {
  min-height: 53px;
  padding: 4px 9px 4px 9px;
}
.topathletes-wrapper .text p {
  margin-bottom: 0;
}
.topathletes-wrapper .text img {
  width: 19px;
  height: 12px;
  margin-right: 5px;
}
.topathletes-wrapper .text .eventtitle {
  color: #B0221E;
}
/*
 * Academy
 * ----------------------------------------------------------------------------
 */
/* Course Galleries */
.academycoursegalleries_23_wrapper {
  padding: 4px 9px;
}
.academycoursegalleries_23_wrapper a {
  padding-bottom: 5px;
  padding-top: 5px;
  display: inline-block;
  text-decoration: none;
}
.academycoursegalleries_23_wrapper a:after {
  content: "\00BB";
  padding-left: 3px;
}
/* Step by Step Language Menu*/
.stepbystep_langmenu {
  margin-top: 15px;
}
.stepbystep_langmenu a {
  margin-right: 20px;
}
/*
 * Magazine Archive View
 * ----------------------------------------------------------------------------
 */
.issue_wrapper {
  background-color: #FFF;
  padding: 5px;
}
.issue_headerwrapper {
  overflow: auto;
}
.issue_headerwrapper h1 {
  float: left;
}
.issue_headerwrapper .ipadmagazine_teaser {
  float: right;
  width: 336px;
  padding: 7px;
}
.issue_archivecontainer {
  float: left;
  margin-right: 16px;
}
.issue_magimagesmall {
  border: solid 1px #245689;
  width: 95px;
}
.issue_wrapper table td .issue_archivecontainer:last-child {
  margin-right: 0;
}
/*
 * ISSF Livestream
 * ----------------------------------------------------------------------------
 */
.issflivestreamteaser {
  height: 212px;
  margin-top: 10px;
  background-color: #04293c;
}
.issflivestreamteaser .issf_lst_countdown.islive {
  display: none;
}
.issflivestreamteaser .issf_lst_livebody.notlive {
  display: none;
}
.issflivestreamteaser .issf_lst_livetitle.notlive {
  display: none;
}
.issflivestreamteaser a {
  text-decoration: none;
}
.issflivestreamteaser h1 {
  box-sizing: border-box;
  float: left;
  color: #FFF;
  font-family: ISSFFONTMedium;
  font-weight: normal;
  padding-left: 9px;
  padding-right: 8px;
  padding-top: 5px;
  text-transform: uppercase;
  height: 34px;
  /* 34 - 10 = 24 */
  font-size: 24px;
  margin: 0;
}
.issflivestreamteaser .issf_lst_livetitle {
  box-sizing: border-box;
  float: right;
  width: 104px;
  height: 34px;
  line-height: 34px;
  color: #FFF;
  background-color: #DC631A;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0px 0 0 5px;
}
.issflivestreamteaser .issf_lst_livetitle i {
  font-size: 12px;
  vertical-align: middle;
}
.issflivestreamteaser .issf_lst_livetitle span {
  padding-left: 3px;
  vertical-align: middle;
}
.issflivestreamteaser .content {
  box-sizing: border-box;
  clear: both;
  height: 178px;
  border: 5px solid #5b6b7a;
  padding: 9px;
  background-image: url('Images/views/livestreamteserlogo.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.issflivestreamteaser .nextbroadcast {
  color: #5f7d96;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 3px 0;
}
.issflivestreamteaser .cstitle {
  color: #FFF;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 14px;
}
.issflivestreamteaser .eventtitle {
  color: #00d6ff;
  font-size: 14px;
  margin-bottom: 2px;
}
.issflivestreamteaser .watchit {
  color: #8ca8c3;
  font-size: 14px;
}
.issflivestreamteaser .eventstarted {
  color: #DC631A;
  font-size: 14px;
}
.issflivestreamteaser .cdlegend {
  padding-left: 10px;
  margin-top: 10px;
}
.issflivestreamteaser .cdlegend span {
  display: inline-block;
  color: #8ca8c3;
  font-size: 18px;
  width: 50px;
  text-align: center;
}
.issflivestreamteaser .cdlegend .delimiter {
  width: 25px;
}
.issflivestreamteaser .countdown {
  padding-left: 14px;
  font-size: 30px;
  font-weight: bold;
  margin-top: -5px;
}
.issflivestreamteaser .countdown span {
  display: inline-block;
  color: #FFF;
  font-family: IssfFontBlack;
  text-align: center;
  width: 45px;
}
.issflivestreamteaser .countdown .delimiter {
  width: 30px;
}
.issflivestreamteaser .watchnow {
  box-sizing: border-box;
  border: 2px solid #FFF;
  background-color: #DC631A;
  width: 152px;
  height: 48px;
  padding: 8px 0 0 12px;
  margin: 0 auto;
}
.issflivestreamteaser .watchnow i {
  font-size: 29px;
  color: #FFF;
}
.issflivestreamteaser .watchnow .arrow {
  float: left;
  margin-right: 8px;
}
.issflivestreamteaser .watchnow .text {
  float: left;
  margin-top: 6px;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
}
/*
 * ISSF Livestream
 * ----------------------------------------------------------------------------
 */
.issfvideodemandteaser {
  height: 329px;
  margin-top: 10px;
  background-color: #04293c;
}
.issfvideodemandteaser .allfinals {
  color: #5f7d96;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
}
.issfvideodemandteaser .series {
  color: #00d6ff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.issfvideodemandteaser .series + .text {
  margin-top: 20px;
}
.issfvideodemandteaser .text {
  color: #FFF;
  margin-bottom: 1px;
}
.issfvideodemandteaser a {
  display: block;
  width: 202px;
  height: 58px;
  margin-left: 47px;
  text-decoration: none;
}
.issfvideodemandteaser .livestream {
  background-image: url(Images/views/issfbroadcast/livestream.png);
  margin-top: 14px;
}
.issfvideodemandteaser .youtube {
  background-image: url(Images/views/issfbroadcast/youtube.png);
  margin-top: 10px;
}
.issfvideodemandteaser .facebook {
  margin-top: 14px;
  display: block;
  height: 58px;
  border: 2px solid white;
  background-color: #1877f2;
  color: #FFF;
  padding: 7px;
  font-size: 22px;
  text-align: center;
}
.issfvideodemandteaser .facebook img {
  max-height: 40px;
  margin-left: 10px;
}
.issfvideodemandteaser h1 {
  box-sizing: border-box;
  color: #FFF;
  font-family: ISSFFONTMedium;
  font-weight: normal;
  padding-left: 9px;
  padding-top: 5px;
  text-transform: uppercase;
  height: 34px;
  /* 34 - 10 = 24 */
  font-size: 24px;
  margin: 0;
}
.issfvideodemandteaser .content {
  box-sizing: border-box;
  height: 295px;
  border: 5px solid #5b6b7a;
  padding: 9px;
  background-image: url('Images/views/livestreamteserlogo.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.generalassembly2022 h1 {
  font-size: 20px;
  padding-top: 7px;
}
.generalassembly2022 .series {
  margin-top: 25px;
  font-size: 20px;
  text-align: center;
}
.generalassembly2022 .issflivestreamteaser {
  height: auto;
  margin-top: 15px;
  background-color: transparent;
}
.generalassembly2022 .resultssoon {
  color: #FFF;
  text-align: center;
  margin-top: 90px;
  font-size: 24px;
}
/*
 * ISSF News
 * ----------------------------------------------------------------------------
 */
/* Article display */
.news_detailwrapper .text,
.news_detailwrapper p {
  line-height: 1.42857143;
}
/* text */
.news_detailwrapper .text {
  margin-top: 20px;
}
/* twitter */
.news_detailwrapper .newstwitter {
  width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* video embed */
.news_detailwrapper .videoembed {
  width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* medalstandings */
.news_detailwrapper .medalstandings {
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}
.news_detailwrapper .medalstandings.team {
  width: 100%;
}
.news_detailwrapper .medalstandings p {
  font-weight: 700;
}
.news_detailwrapper .medalstandings .col1,
.news_detailwrapper .medalstandings .col3,
.news_detailwrapper .medalstandings .col4,
.news_detailwrapper .medalstandings .col5,
.news_detailwrapper .medalstandings .col6 {
  width: 76px;
}
.news_detailwrapper .medalstandings.team .col1 {
  width: 60px;
}
.news_detailwrapper .medalstandings.team .col3,
.news_detailwrapper .medalstandings.team .col4,
.news_detailwrapper .medalstandings.team .col5,
.news_detailwrapper .medalstandings.team .col6,
.news_detailwrapper .medalstandings.team .col7,
.news_detailwrapper .medalstandings.team .col8,
.news_detailwrapper .medalstandings.team .col9,
.news_detailwrapper .medalstandings.team .col10,
.news_detailwrapper .medalstandings.team .col11,
.news_detailwrapper .medalstandings.team .col12 {
  width: 52px;
}
.news_detailwrapper .medalstandings tr th,
.news_detailwrapper .medalstandings tr td {
  text-align: center;
}
.news_detailwrapper .medalstandings tr th:first-child,
.news_detailwrapper .medalstandings tr td:first-child {
  text-align: right;
  padding-right: 16px;
}
.news_detailwrapper .medalstandings table img {
  float: right;
  margin: 3px 5px 0 -7px;
}
.news_detailwrapper .medalstandings table tr td:nth-child(2) {
  text-align: left;
  padding-left: 8px;
}
.news_detailwrapper .medalstandings tfoot {
  font-weight: 700;
}
.news_detailwrapper .medalstandings tfoot tr td {
  border-top-width: 2px;
}
.news_detailwrapper .medalstandings.team tbody tr td:nth-child(5),
.news_detailwrapper .medalstandings.team tfoot tr td:nth-child(5),
.news_detailwrapper .medalstandings.team tbody tr td:nth-child(8),
.news_detailwrapper .medalstandings.team tfoot tr td:nth-child(8) {
  border-right-width: 2px;
}
/* medallist by event */
.news_detailwrapper .medallistbyevent,
.news_detailwrapper .medallistbyeventteam {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.news_detailwrapper .medallistbyevent p,
.news_detailwrapper .medallistbyeventteam p {
  font-weight: 700;
}
.news_detailwrapper .medallistbyevent .col1,
.news_detailwrapper .medallistbyeventteam .col1 {
  width: 180px;
}
.news_detailwrapper .medallistbyevent .col2,
.news_detailwrapper .medallistbyeventteam .col2 {
  width: 90px;
}
.news_detailwrapper .medallistbyevent .col3,
.news_detailwrapper .medallistbyeventteam .col3 {
  width: 65px;
}
.news_detailwrapper .medallistbyevent .col5,
.news_detailwrapper .medallistbyeventteam .col5 {
  width: 75px;
}
.news_detailwrapper .medallistbyevent table img,
.news_detailwrapper .medallistbyeventteam table img {
  float: right;
  margin: 3px 5px 0 -7px;
}
/* news detail responsive */
.newsdetail-wrapper {
  /* medalstandings */
  /* medallist by event */
}
.newsdetail-wrapper .image-date {
  margin-bottom: 20px;
}
.newsdetail-wrapper .image-date .social-date {
  position: relative;
}
.newsdetail-wrapper .image-date .social-date .date {
  font-size: 11pt;
  font-weight: bold;
  text-align: right;
  margin: 11px 11px 0 0;
}
.newsdetail-wrapper .image-date .social-date .editbutton {
  text-align: right;
  padding-right: 10px;
}
.newsdetail-wrapper .image-date .social-date .facebooklike {
  width: 55px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.newsdetail-wrapper .image-date .social-date .tweetbutton {
  width: 75px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 60px;
}
.newsdetail-wrapper .medalstandings {
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}
.newsdetail-wrapper .medalstandings.team {
  width: 100%;
}
.newsdetail-wrapper .medalstandings p {
  font-weight: 700;
}
.newsdetail-wrapper .medalstandings .col1,
.newsdetail-wrapper .medalstandings .col3,
.newsdetail-wrapper .medalstandings .col4,
.newsdetail-wrapper .medalstandings .col5,
.newsdetail-wrapper .medalstandings .col6 {
  width: 76px;
}
.newsdetail-wrapper .medalstandings.team .col1 {
  width: 60px;
}
.newsdetail-wrapper .medalstandings.team .col3,
.newsdetail-wrapper .medalstandings.team .col4,
.newsdetail-wrapper .medalstandings.team .col5,
.newsdetail-wrapper .medalstandings.team .col6,
.newsdetail-wrapper .medalstandings.team .col7,
.newsdetail-wrapper .medalstandings.team .col8,
.newsdetail-wrapper .medalstandings.team .col9,
.newsdetail-wrapper .medalstandings.team .col10,
.newsdetail-wrapper .medalstandings.team .col11,
.newsdetail-wrapper .medalstandings.team .col12 {
  width: 52px;
}
.newsdetail-wrapper .medalstandings tr th,
.newsdetail-wrapper .medalstandings tr td {
  text-align: center;
}
.newsdetail-wrapper .medalstandings tr th:first-child,
.newsdetail-wrapper .medalstandings tr td:first-child {
  text-align: right;
  padding-right: 16px;
}
.newsdetail-wrapper .medalstandings table img {
  float: right;
  margin: 3px 5px 0 0;
}
.newsdetail-wrapper .medalstandings table tr td:nth-child(2) {
  text-align: left;
  padding-left: 8px;
}
.newsdetail-wrapper .medalstandings tfoot {
  font-weight: 700;
}
.newsdetail-wrapper .medalstandings tfoot tr td {
  border-top-width: 2px;
}
.newsdetail-wrapper .medalstandings.team tbody tr td:nth-child(5),
.newsdetail-wrapper .medalstandings.team tfoot tr td:nth-child(5),
.newsdetail-wrapper .medalstandings.team tbody tr td:nth-child(8),
.newsdetail-wrapper .medalstandings.team tfoot tr td:nth-child(8) {
  border-right-width: 2px;
}
.newsdetail-wrapper .medallistbyevent,
.newsdetail-wrapper .medallistbyeventteam {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.newsdetail-wrapper .medallistbyevent p,
.newsdetail-wrapper .medallistbyeventteam p {
  font-weight: 700;
}
.newsdetail-wrapper .medallistbyevent .col1,
.newsdetail-wrapper .medallistbyeventteam .col1 {
  width: 180px;
}
.newsdetail-wrapper .medallistbyevent .col2,
.newsdetail-wrapper .medallistbyeventteam .col2 {
  width: 90px;
}
.newsdetail-wrapper .medallistbyevent .col3,
.newsdetail-wrapper .medallistbyeventteam .col3 {
  width: 65px;
}
.newsdetail-wrapper .medallistbyevent .col5,
.newsdetail-wrapper .medallistbyeventteam .col5 {
  width: 75px;
}
.newsdetail-wrapper .medallistbyevent table img,
.newsdetail-wrapper .medallistbyeventteam table img {
  float: right;
  margin: 3px 5px 0 0;
}
/* Article edit */
.article_edittable {
  width: 100%;
}
.article_edittable .col1 {
  width: 110px;
}
.article_edittable td {
  padding: 1px;
}
.article_edittable label {
  display: inline-block;
  font-weight: 700;
  max-width: 100%;
}
.article_edittable .contentselectionbuttons {
  padding: 10px 0;
}
.article_edittable .contentselectionbuttons input {
  margin: 0 5px;
}
.article_edittable .controlbuttons {
  margin: 3px 0 15px 0;
  font-size: 22px;
}
.article_edittable .controlbuttons a {
  margin-right: 10px;
}
html body .article_edittable .riSingle .riTextBox[type="text"],
html body .bootstrap-form .riSingle .riTextBox[type="text"] {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #404040;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
  height: 34px;
}
html body .bootstrap-form .RadComboBox {
  width: 100%;
}
/* Newsletter subscription */
iframe.pressreleases,
iframe.shootingfriends {
  border: 0;
  width: 100%;
}
iframe.shootingfriends {
  height: 320px;
}
iframe.pressreleases {
  height: 350px;
}
/* 
 * coach 2015
 *-------------------------------------------------------------------------------
 */
.coach-grid-2015 .RadGrid_Bootstrap .rgFilterBox {
  width: 75px;
}
.coach2015create {
  margin: 10px 0 0 10px;
}
.coach2015edit fieldset {
  border: 1px solid #404040;
  border-radius: 5px;
  padding: 10px;
}
.coach2015edit table td {
  padding: 1px;
}
html body .coach2015edit .riSingle input[type="text"] {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #404040;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
  width: 60px;
  height: 34px;
}
/* import competn results */
.competnresultimport {
  padding: 10px;
}
.competnresultimport .form-inline {
  margin-bottom: 10px;
}
.competnresultimport .form-group label {
  margin-right: 5px;
}
.competnresultimport .competn {
  width: 45%;
  float: left;
  margin-right: 10%;
}
.competnresultimport .cships {
  width: 45%;
  float: left;
}
.competnresultimport .controls input[type="checkbox"] {
  margin-bottom: 10px;
}
/* rio 2016 */
.rio2016-getyourtickets {
  text-align: center;
  margin-top: 10px;
}
.rio2016-getyourtickets a {
  display: inline-block;
  width: 728px;
  height: 90px;
  background-image: url('Images/rio2016_getyourtickets02.jpg');
  background-repeat: no-repeat;
}
.rio2016-getyourtickets img {
  display: none;
}
/*
 * Olympic channel teaser
 * ----------------------------------------------------------------------------
 */
.teaserwrapper.olympicchannel {
  margin-top: 10px;
  position: relative;
}
.teaserwrapper.olympicchannel .play {
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 36px solid rgba(255, 255, 255, 0.9);
  /*margin: (@oct_play_button_size * 2) auto @oct_play_button_size auto;*/
  /*position:relative;*/
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  left: 6px;
  position: absolute;
  top: 103px;
  left: 198px;
  cursor: pointer;
}
.teaserwrapper.olympicchannel .play:before {
  content: '';
  position: absolute;
  top: -45px;
  left: -69px;
  bottom: -45px;
  right: -21px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.9);
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.teaserwrapper.olympicchannel .play:after {
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.teaserwrapper.olympicchannel .play:hover:before,
.teaserwrapper.olympicchannel .play:focus:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .teaserwrapper.olympicchannel .play {
    display: none;
  }
}
/* updated values for include of olympic channel videos in live ticker */
.videotickerentry_wrapper {
  height: 120px;
}
.sportshubtickerentry_innerborder,
.videotickerentry_innerborder {
  width: 194px;
  height: 120px;
}
.sportshubtickerentry_image {
  height: 131px;
  margin-left: -19px;
  margin-top: -5px;
}
.videotickerentry_picturewrapper .playicon {
  height: 115px;
}
.videotickerentry_content {
  width: 455px;
}
/* olympic channel video summary page */
.ocvs_container .btn {
  text-decoration: none;
}
.ocvs_container .add-video-control {
  display: none;
}
.ocvs_videolist .issfframe_wrapper.spacing-top {
  margin-top: 0;
}
.ocvs_videolist .issfframe_wrapper.spacing-top .border_content {
  padding-top: 1px;
}
/* Cookie Consent */
.cc-window.cc-banner {
  border-top: 1px solid #404040;
}
/**/
.container_319 iframe {
  max-width: 655px;
}
/*
 * Championship Schedule
 * ----------------------------------------------------------------------------
 */
.cship-livebroadcastschedule {
  margin: 0 9px;
  padding: 9px 0 0 0;
}
.cship-livebroadcastschedule .content_container {
  padding: 0;
}
.cship-livebroadcastschedule .timediv {
  font-weight: 700;
  margin-bottom: 15px;
}
.cship-livebroadcastschedule .watchlive {
  text-transform: uppercase;
}
.cship-livebroadcastschedule .btn {
  margin-top: 4px;
}
.cship-livebroadcastschedule .statusnotification {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 12px;
}
.cship-schedule {
  margin: 0 15px;
  padding: 0 0 9px 0;
}
.cship-schedule .bold {
  font-weight: 700;
}
.cship-schedule .day {
  color: #DC631A;
  font-weight: 700;
}
.cship-schedule .date {
  font-weight: 700;
}
.cship-schedule .row div {
  padding: 2px 0 3px 0;
}
.cship-schedule .dayspacer {
  height: 1.5rem;
}
/* header link: finals schedule*/
.finals-schedule-link {
  position: absolute;
  bottom: 105px;
  left: 512px;
  color: #FFF;
}
.finals-schedule-link a {
  font-family: ISSFFONTMedium;
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  padding: 10px;
  margin: 10px 0 0 -10px;
  display: block;
}
.cship_livebroadcastschedulewrapper .content_container {
  padding: 0;
}
.cship_livebroadcastschedulewrapper .timediv {
  font-weight: 700;
  margin-bottom: 15px;
  margin-left: 2px;
}
.cship_livebroadcastschedulewrapper .watchlive {
  text-transform: uppercase;
}
/* header headline */
.headerbgimages {
  height: 280px;
}
.headerbgimages .initialbgimage,
.headerbgimages .bgimage {
  background-position: left top;
  background-repeat: no-repeat;
}
.headerbgimages .initialbgimage.active,
.headerbgimages .bgimage.active {
  z-index: 20;
}
.headerbgimages a {
  display: block;
  height: 100%;
}
.headerbgimages .bgimage p {
  font-family: ISSFFONTMedium;
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  padding: 10px;
  margin: 10px 0 0 10px;
  display: block;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.headerbgimages .banner-links {
  margin-left: 0;
  margin-right: 0;
  height: 100%;
}
.headerbgimages .banner-links .link {
  padding: 0;
}
/* gallery edit */
.back-link {
  color: #245689 !important;
  margin-left: 20px;
  font-size: small;
}
/* championship edit */
.cldr_container .img-preview {
  height: 100px;
  border: 1px #000 Dotted;
}
.cldr_container .organisatordoc .filename {
  max-width: 245px;
  word-break: break-all;
}
.table-schedule-edit > tbody > tr > td {
  vertical-align: middle;
}
.table-schedule-edit .col1 {
  width: 55px;
}
.table-schedule-edit .col2 {
  width: 220px;
}
.table-schedule-edit .col4 {
  width: 205px;
}
.table-schedule-edit .col6 {
  width: 240px;
}
/* Edit table */
.edit-table {
  width: 100%;
}
.edit-table .col1 {
  width: 110px;
}
.edit-table .preview-img {
  max-width: 100px;
}
.edit-table td {
  padding: 1px;
}
.edit-table label {
  display: inline-block;
  max-width: 100%;
}
/* cship edit */
.cship-events-edit td.del {
  text-align: right;
}
/* athlete presenation */
.athlete-presentation {
  padding: 10px;
}
.athlete-presentation .name {
  font-size: 1.5em;
}
.athlete-presentation .nation {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.athlete-presentation .nation img {
  max-height: 17px;
}
.athlete-presentation dl.row {
  margin-bottom: 0;
}
.athlete-presentation hr {
  margin-top: 0.6rem;
}
.athlete-presentation h1 {
  margin-bottom: 0;
}
.athlete-presentation .total-medals .table-bordered {
  border: none;
}
.athlete-presentation .total-medals th:nth-child(1) {
  border-top: none;
  border-left: none;
}
.athlete-presentation .total-medals tr > *:nth-child(2),
.athlete-presentation .total-medals tr > *:nth-child(3),
.athlete-presentation .total-medals tr > *:nth-child(4) {
  text-align: center;
}
.athlete-presentation .total-medals th:nth-child(2) {
  background-color: #FFD700;
}
.athlete-presentation .total-medals th:nth-child(3) {
  background-color: #C0C0C0;
}
.athlete-presentation .total-medals th:nth-child(4) {
  background-color: #CC9966;
}
.athlete-presentation .total-medals td:nth-child(2) {
  background-color: #FEEC80;
}
.athlete-presentation .total-medals td:nth-child(3) {
  background-color: #E5E5E5;
}
.athlete-presentation .total-medals td:nth-child(4) {
  background-color: #FFCC99;
}
.athlete-presentation .results .achievements-all .cshiptype {
  font-weight: 700;
  margin-top: 1.5rem;
  padding-left: 0.3rem;
}
.athlete-presentation .results .achievements-all .cshiptype:nth-of-type(1) {
  margin-top: 1rem;
}
.athlete-presentation .results .achievements-all .cshipslist {
  display: grid;
  grid-template-columns: 4em 1fr 4em;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}
.athlete-presentation .results .achievements-all .cshipslist > div {
  padding: 0.3rem;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.athlete-presentation .results .achievements-all .cshipslist .header {
  font-weight: 700;
  border-bottom-width: 2px;
}
.athlete-presentation .results .achievements-all .cshipslist .rkcol {
  text-align: center;
  padding-top: 0.4rem;
  padding-bottom: 0.25rem;
  padding-top: 0.9rem;
  grid-row: auto / 2 span;
}
.athlete-presentation .results .achievements-all .cshipslist .event_score {
  grid-column: 2 / 4;
}
.athlete-presentation .results .achievements-all .cshipslist .score {
  line-height: 1.4em;
  color: #6c6c6c;
}
.athlete-presentation .results .achievements-all .cshipslist .score span {
  display: inline-block;
}
.athlete-presentation .results .achievements-all .cshipslist + .collapse .cshipslist,
.athlete-presentation .results .achievements-all .cshipslist + .collapsing .cshipslist {
  border-top: none;
}
.athlete-presentation .results .achievements-all .morewrapper {
  text-align: center;
  margin-top: 0.7rem;
}
.athlete-presentation .results .achievements-all .morewrapper .expandlink[aria-expanded="false"] > .expanded,
.athlete-presentation .results .achievements-all .morewrapper .expandlink[aria-expanded="true"] > .collapsed {
  display: none;
}
.athlete-presentation .results .achievements-all .rk {
  display: inline-block;
  border-radius: 50%;
  width: 1.3em;
  padding-top: 0;
}
.athlete-presentation .results .achievements-all .gold {
  background-color: #FFD700;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.athlete-presentation .results .achievements-all .silver {
  background-color: #C0C0C0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.athlete-presentation .results .achievements-all .bronze {
  background-color: #CC9966;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.athlete-presentation .results .cship-code {
  color: #FFF;
  background-color: #404040;
}
.athlete-presentation .results h2 {
  font-size: 14px;
}
.athlete-presentation .results h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}
.athlete-presentation .results .event-summary span {
  display: block;
  margin-bottom: 1px;
}
.athlete-presentation .results table .col1 {
  width: 70px;
}
.athlete-presentation .results table .col2 {
  width: 35px;
}
.athlete-presentation .results table .col4 {
  width: 50px;
}
.athlete-presentation .results table .col5 {
  width: 55px;
}
.athlete-presentation .results table .gold {
  background-color: #D6AF36;
}
.athlete-presentation .results table .silver {
  background-color: #A7A7AD;
}
.athlete-presentation .results table .bronze {
  background-color: #A77044;
}
.athlete-presentation .results table .nr-ranks,
.athlete-presentation .results table .age,
.athlete-presentation .results table .year {
  text-align: center;
}
.athlete-presentation .results .score {
  font-size: 90%;
}
/* Athlete Edit */
.athlete-edit input[type="checkbox"] {
  margin-right: 7px;
}
.athlete-edit .portrait img {
  max-width: 100px;
  max-height: 100px;
}
/* issfeventmenu */
.issfeventmenu {
  margin-bottom: 10px;
}
.issfeventmenu h3 {
  font-weight: 700;
}
.issfeventmenu ul {
  border-top: solid 1px #EEE;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.issfeventmenu ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}
/* 
 WCF Participants
-------------------------------------------------------------------------------
*/
.wcf-participants h3 {
  font-weight: 700;
  margin-top: 20px;
}
.wcf-participants h4 {
  margin-bottom: 2px;
}
.wcf-participants .participant {
  margin-bottom: 10px;
}
.wcf-participants .participant a {
  display: block;
  text-decoration: none;
}
.wcf-participants .participant .name {
  margin-top: 3px;
  font-size: 11px;
  word-wrap: break-word;
}
.wcf-participants .participant .issfidfield {
  font-size: 8px;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  border: 1px solid #C0C0C0;
  background-color: #f3ffe3;
}
.wcf-participants .participant img {
  max-height: 125px;
}
/* Result Archive */
.rs-archive-edit .ath-search-result {
  padding: 8px 5px 0 5px;
}
.rs-archive-edit .ath-search-result .athlete {
  cursor: pointer;
  margin-bottom: 4px;
}
.rs-archive-edit .ath-search-result .select {
  text-decoration: underline;
  padding-left: 12px;
}
/* Medalstanding */
.medal-entry-edit .ath-search-result {
  padding: 8px 5px 0 5px;
}
.medal-entry-edit .ath-search-result .athlete {
  margin-bottom: 4px;
}
.medal-entry-edit .ath-search-result .select {
  cursor: pointer;
  text-decoration: underline;
  padding-right: 25px;
}
/* 
    responsive
-------------------------------------------------------------------------------
*/
@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .cship-medalstandings .table-condensed > thead > tr > th,
  .cship-medalstandings .table-condensed > tbody > tr > td {
    padding: 3px;
  }
  .cship-medalstandings thead th span {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.9px) {
  .cship-medalstandings .table-condensed > thead > tr > th,
  .cship-medalstandings .table-condensed > tbody > tr > td {
    padding: 0.5rem 0.1rem;
  }
}
@media screen and (min-width: 1199.9px) {
  .cship-medalstandings .table-condensed > thead > tr > th,
  .cship-medalstandings .table-condensed > tbody > tr > td,
  .cship-medalstandings .table-condensed > tfoot > tr > td {
    padding: 0.5rem 0.35rem;
  }
}
@media screen and (min-width: 576px) {
  .athlete-presentation dl dt:after {
    content: ":";
  }
}
@media screen and (min-width: 992px) {
  .participant-row .col-lg-1 {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
}
@media screen and (max-width: 991.9px) {
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  /* news detail responsive */
  .newsdetail-wrapper .image-date .social-date .facebooklike {
    left: 14px;
  }
  .newsdetail-wrapper .image-date .social-date .tweetbutton {
    left: 74px;
  }
  .newsdetail-wrapper .text a {
    word-break: break-word;
  }
  /* athlete */
  .athlete-presentation .name {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575.9px) {
  .athlete-presentation .world-rank dl dt:after,
  .athlete-presentation .total-medals dl dt:after {
    content: ":";
  }
}
/*
 * Photo Player
 *
 * Border color: A8A8A9
 * Green text: 5B9823
 * Image copyright text color: 8B8B8C
 * ---------------------------------------------------------------------------- 
 * Color list: A8A8A9, 5B9823, 8B8B8C
 */
/*
 * ----------------------------------------------------------------------------
 * Stage
 * ----------------------------------------------------------------------------
 */
.photoplayer_fullscreenicon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
/*==================================
=            navigation            =
==================================*/
.navbar-issf {
  background-color: #FFF;
  border-bottom: 1px solid #c0c0c0;
  z-index: 999;
}
.navbar-issf .dropdown-menu {
  margin-top: 0;
  border-top: 1px solid #404040 !important;
  box-shadow: 0 3px 2px -2px rgba(64, 64, 64, 0.5);
  border-radius: 0;
}
.navbar-issf .navbar-nav .nav-item .nav-link {
  padding: 15px 14px;
  font-size: 1rem;
}
.navbar-issf .logo {
  height: 33px;
}
.navbar-issf a {
  text-decoration: none;
}
.navbar-issf a i {
  margin-left: 5px;
}
.navbar-issf .sublvl2 ul {
  list-style-type: none;
}
.navbar .dropdown:hover > .dropdown-menu {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
  visibility: visible;
}
/* for testing */
/*.navbar .dropdown:nth-child(0) > .dropdown-menu {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
    visibility: visible;
}*/
.navbar-issfdesktop .sublvl2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-issfdesktop .sublvl2 ul {
  list-style-type: none;
  padding-left: 0;
}
.navbar-issfdesktop .sublvl2 .sublvl2-nav > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-issfdesktop .sublvl2 .sublvl2-nav > li a.active {
  font-weight: 700;
}
.navbar-issfdesktop .sublvl3 {
  margin-top: 5px;
}
.navbar-issfdesktop .sublvl3 li a {
  display: inline-block;
  margin-right: 3px;
  padding: 3px 0 0 0;
  font-size: 0.9rem;
}
.navbar-issfdesktop .sublvl3 a:hover {
  font-weight: 700;
}
.navbar-issfdesktop .sublvl3 .card-columns .card {
  border: none;
}
.navbar-issfdesktop .sublvl4 {
  padding-left: 15px;
}
.navbar-issfdesktop .sublvl5 {
  padding-left: 15px;
}
.navbar-issfmobile .navbar-nav .nav-item .nav-link {
  padding-bottom: 5px;
}
.navbar-issfmobile .navbar-nav .nav-link::after,
.navbar-issfmobile .navbar-nav .sublvl2-nav a.childs::after {
  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;
  margin-left: 8px;
}
.navbar-issfmobile .navbar-nav .nav-link::after,
.navbar-issfmobile .navbar-nav .sublvl2-nav a.childs::after {
  content: "\f106";
}
.navbar-issfmobile .navbar-nav .nav-link.collapsed::after,
.navbar-issfmobile .navbar-nav .sublvl2-nav a.childs.collapsed::after {
  content: "\f107";
}
.navbar-issfmobile .navbar-nav .no-child.no-child::after {
  content: none;
}
.navbar-issfmobile .sublvl2-nav {
  font-size: 0.9rem;
  padding-left: 10px;
}
.navbar-issfmobile .sublvl2-nav li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-issfmobile .sublvl3 {
  margin-top: 3px;
}
.navbar-issfmobile .sublvl3 ul {
  padding-left: 15pt;
}
/*=====  End of navigation  ======*/
/*=====================================
=            media queries            =
=====================================*/
@media screen and (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .dropdown-menu {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
    border: none;
    display: block;
    left: 0;
    opacity: 0;
    right: 0;
    top: 100%;
    transform-origin: 0 0;
    transform: rotateX(-75deg);
    visibility: hidden;
    width: 100%;
  }
  .navbar .dropdown {
    position: static;
  }
  .navbar-issfdesktop .sublvl3 .card-columns {
    column-count: 2;
  }
  .navbar-issfmobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .navbar-issfdesktop {
    display: none;
  }
  .navbar .sublvl2 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .sublvl2-nav {
    display: block;
  }
  .sublvl2-nav li a {
    display: block;
    margin-bottom: 6px;
    padding: 5px 5px;
    width: 100%;
  }
  .section {
    padding: 50px 0;
  }
  .section-heading {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .button {
    font-size: 14px;
    padding: 6px 30px;
  }
}
/*=====  End of media queries  ======*/