/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(af7ae505a9eed503f8b8e6982036873e.woff2) format('woff2'), url(fee66e712a8a08eef5805a46892932ad.woff) format('woff'), url(b06871f281fee6b241d60582ae9369b9.ttf) format('truetype'), url(912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
}
/* 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 #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.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: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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-remove:before,
.fa-close:before,
.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-photo:before,
.fa-image:before,
.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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.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-navicon:before,
.fa-reorder:before,
.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-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc: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-mail-reply-all:before,
.fa-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,
.fa-gratipay: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";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* DayPicker styles */

.DayPicker {
  display: inline-block;
}

.DayPicker-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 1rem;
  flex-direction: row;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker-Month {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 1rem;
  margin-top: 1rem;
}

.DayPicker-NavBar {
}

.DayPicker-NavButton {
  position: absolute;
  cursor: pointer;
  top: 1rem;
  right: 1.5rem;
  margin-top: 2px;
  color: #8b9898;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5rem;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  padding: 0 0.5rem;
  display: table-caption;
  text-align: left;
  margin-bottom: 0.5rem;
}

.DayPicker-Caption > div {
  font-size: 1.15rem;
  font-weight: 500;
}

.DayPicker-Weekdays {
  margin-top: 1rem;
  display: table-header-group;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5rem;
  font-size: 0.875em;
  text-align: center;
  color: #8b9898;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5rem;
  text-align: right;
  vertical-align: middle;
  min-width: 1rem;
  font-size: 0.75em;
  cursor: pointer;
  color: #8b9898;
  border-right: 1px solid #eaecec;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5rem;
}

.DayPicker-TodayButton {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  color: #4a90e2;
  font-size: 0.875em;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: #d0021b;
  font-weight: 700;
}

.DayPicker-Day--outside {
  cursor: default;
  color: #8b9898;
}

.DayPicker-Day--disabled {
  color: #dce0e0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #f7f8f8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #dce0e0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  color: #f0f8ff;
  background-color: #4a90e2;
  border-radius: 100%;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51a0fa;
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #f0f8ff;
  border-radius: 50%;
}

/* DayPickerInput */

.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  left: 0;
  z-index: 1;
  position: absolute;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@font-face {
  font-family: 'isudb';
  src: url(e5027c49effc3e29cb6b76638ecca1a1.ttf) format('truetype'), url(3431c1fcc71ab575663bdfcb38d1e644.woff) format('woff'), url(008abebbc451f15e76e0d49da9304334.svg#isudb) format('svg');
  font-weight: normal;
  font-style: normal;
}
i,
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'isudb' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  content: "\e9b9";
}
i .icon-isu-couples:before,
.icon .icon-isu-couples:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-drag_handle:before {
  content: "\ea1b";
  color: #afafaf;
}
.icon-isu-couples:before {
  content: "\e9b9";
}
.icon-isu-skater:before {
  content: "\e9ba";
}
.icon-isu-skare-mono .path1:before {
  content: "\e9bb";
  color: #ededf7;
}
.icon-isu-skare-mono .path2:before {
  content: "\e9bc";
  margin-left: -1em;
  color: #cacaea;
}
.icon-isu-skare-mono .path3:before {
  content: "\e9bd";
  margin-left: -1em;
  color: #8c88a8;
}
.icon-isu-skare-mono .path4:before {
  content: "\e9be";
  margin-left: -1em;
  color: #cacaea;
}
.icon-isu-skare-mono .path5:before {
  content: "\e9bf";
  margin-left: -1em;
  color: #ededf7;
}
.icon-isu-skare-mono .path6:before {
  content: "\e9c0";
  margin-left: -1em;
  color: #5763b3;
}
.icon-isu-skare-mono .path7:before {
  content: "\e9c1";
  margin-left: -1em;
  color: #5763b3;
}
.icon-isu-skare-mono .path8:before {
  content: "\e9c2";
  margin-left: -1em;
  color: #cacaea;
}
.icon-isu-skare-mono .path9:before {
  content: "\e9fd";
  margin-left: -1em;
  color: #323a8f;
}
.icon-isu-skare-mono .path10:before {
  content: "\e9fe";
  margin-left: -1em;
  color: #323a8f;
}
.icon-isu-users:before {
  content: "\e9ff";
}
.icon-isu-skate-color .path1:before {
  content: "\ea00";
  color: #eaeaea;
}
.icon-isu-skate-color .path2:before {
  content: "\ea01";
  margin-left: -1em;
  color: #d8d7da;
}
.icon-isu-skate-color .path3:before {
  content: "\ea02";
  margin-left: -1em;
  color: #d8d7da;
}
.icon-isu-skate-color .path4:before {
  content: "\ea03";
  margin-left: -1em;
  color: #d8d7da;
}
.icon-isu-skate-color .path5:before {
  content: "\ea04";
  margin-left: -1em;
  color: #b3dbf4;
}
.icon-isu-skate-color .path6:before {
  content: "\ea05";
  margin-left: -1em;
  color: #e9f6ff;
}
.icon-isu-skate-color .path7:before {
  content: "\ea06";
  margin-left: -1em;
  color: #cae7fc;
}
.icon-isu-skate-color .path8:before {
  content: "\ea07";
  margin-left: -1em;
  color: #cae7fc;
}
.icon-isu-skate-color .path9:before {
  content: "\ea08";
  margin-left: -1em;
  color: #f4a651;
}
.icon-isu-skate-color .path10:before {
  content: "\ea09";
  margin-left: -1em;
  color: #e28027;
}
.icon-isu-skate-color .path11:before {
  content: "\ea0a";
  margin-left: -1em;
  color: #e28027;
}
.icon-isu-skate-color .path12:before {
  content: "\ea0b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-isu-skate-color .path13:before {
  content: "\ea0c";
  margin-left: -1em;
  color: #57565c;
}
.icon-isu-skate-color .path14:before {
  content: "\ea0d";
  margin-left: -1em;
  color: #57565c;
}
.icon-isu-skate-color .path15:before {
  content: "\ea0e";
  margin-left: -1em;
  color: #57565c;
}
.icon-isu-skate-color .path16:before {
  content: "\ea0f";
  margin-left: -1em;
  color: #73b7dd;
}
.icon-isu-skate-color .path17:before {
  content: "\ea10";
  margin-left: -1em;
  color: #73b7dd;
}
.icon-isu-skate-color .path18:before {
  content: "\ea11";
  margin-left: -1em;
  color: #73b7dd;
}
.icon-ice-skate:before {
  content: "\ea12";
}
.icon-isu-menu .path1:before {
  content: "\ea13";
  color: #0b1153;
}
.icon-isu-menu .path2:before {
  content: "\ea14";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-menu .path3:before {
  content: "\ea15";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-menu .path4:before {
  content: "\ea16";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-right .path1:before {
  content: "\ea17";
  color: #0b1153;
}
.icon-isu-right .path2:before {
  content: "\ea18";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-left .path1:before {
  content: "\ea19";
  color: #0b1153;
}
.icon-isu-left .path2:before {
  content: "\ea1a";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-connected .path1:before {
  content: "\e900";
  color: #0b1153;
}
.icon-isu-connected .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-connected .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-connected .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-mailer .path1:before {
  content: "\e904";
  color: #0b1153;
}
.icon-isu-mailer .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-mailer .path3:before {
  content: "\e906";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-mailer .path4:before {
  content: "\e907";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-mailer .path5:before {
  content: "\e908";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-heart .path1:before {
  content: "\e909";
  color: #0b1153;
}
.icon-isu-heart .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-time .path1:before {
  content: "\e90b";
  color: #0b1153;
}
.icon-isu-time .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-time .path3:before {
  content: "\e90d";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-time .path4:before {
  content: "\e90e";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-time .path5:before {
  content: "\e90f";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-time .path6:before {
  content: "\e910";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-time .path7:before {
  content: "\e911";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-time .path8:before {
  content: "\e912";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-time .path9:before {
  content: "\e913";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-time .path10:before {
  content: "\e914";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-touch .path1:before {
  content: "\e915";
  color: #5c67e6;
}
.icon-isu-touch .path2:before {
  content: "\e916";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-touch .path3:before {
  content: "\e917";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-touch .path4:before {
  content: "\e918";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-touch .path5:before {
  content: "\e919";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-touch .path6:before {
  content: "\e91a";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-touch .path7:before {
  content: "\e91b";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-touch .path8:before {
  content: "\e91c";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-touch .path9:before {
  content: "\e91d";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-touch .path10:before {
  content: "\e91e";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-touch .path11:before {
  content: "\e91f";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-file .path1:before {
  content: "\e920";
  color: #0b1153;
}
.icon-isu-file .path2:before {
  content: "\e921";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-file .path3:before {
  content: "\e922";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-file .path4:before {
  content: "\e923";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-lamp .path1:before {
  content: "\e924";
  color: #5c67e6;
}
.icon-isu-lamp .path2:before {
  content: "\e925";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-lamp .path3:before {
  content: "\e926";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-lamp .path4:before {
  content: "\e927";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-lamp .path5:before {
  content: "\e928";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-lamp .path6:before {
  content: "\e929";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-lamp .path7:before {
  content: "\e92a";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-send:before {
  content: "\e92b";
  color: #028dff;
}
.icon-isu-message .path1:before {
  content: "\e92c";
  color: #0b1153;
}
.icon-isu-message .path2:before {
  content: "\e92d";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-power .path1:before {
  content: "\e92e";
  color: #0b1153;
}
.icon-isu-power .path2:before {
  content: "\e92f";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-power .path3:before {
  content: "\e930";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-preview .path1:before {
  content: "\e931";
  color: #0b1153;
}
.icon-isu-preview .path2:before {
  content: "\e932";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-preview .path3:before {
  content: "\e933";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-zoom .path1:before {
  content: "\e934";
  color: #5c67e6;
}
.icon-isu-zoom .path2:before {
  content: "\e935";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-zoom .path3:before {
  content: "\e936";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-zoom .path4:before {
  content: "\e937";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-zoom .path5:before {
  content: "\e938";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-mail .path1:before {
  content: "\e939";
  color: #5c67e6;
}
.icon-isu-mail .path2:before {
  content: "\e93a";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-mail .path3:before {
  content: "\e93b";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-mail .path4:before {
  content: "\e93c";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-mail .path5:before {
  content: "\e93d";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-mail .path6:before {
  content: "\e93e";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-mail .path7:before {
  content: "\e93f";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-mail .path8:before {
  content: "\e940";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-mail .path9:before {
  content: "\e941";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-bin .path1:before {
  content: "\e942";
  color: #5c67e6;
}
.icon-isu-bin .path2:before {
  content: "\e943";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-bin .path3:before {
  content: "\e944";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-bin .path4:before {
  content: "\e945";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-bin .path5:before {
  content: "\e946";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-bin .path6:before {
  content: "\e947";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-marks .path1:before {
  content: "\e948";
  color: #0b1153;
}
.icon-isu-marks .path2:before {
  content: "\e949";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-marks .path3:before {
  content: "\e94a";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-marks .path4:before {
  content: "\e94b";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-selection .path1:before {
  content: "\e94c";
  color: #5c67e6;
}
.icon-isu-selection .path2:before {
  content: "\e94d";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-selection .path3:before {
  content: "\e94e";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-selection .path4:before {
  content: "\e94f";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-selection .path5:before {
  content: "\e950";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-selection .path6:before {
  content: "\e951";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-selection .path7:before {
  content: "\e952";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-selection .path8:before {
  content: "\e953";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-selection .path9:before {
  content: "\e954";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-view .path1:before {
  content: "\e955";
  color: #0b1153;
}
.icon-isu-view .path2:before {
  content: "\e956";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-view .path3:before {
  content: "\e957";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-view .path4:before {
  content: "\e958";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-view .path5:before {
  content: "\e959";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-question .path1:before {
  content: "\e95a";
  color: #5c67e6;
}
.icon-isu-question .path2:before {
  content: "\e95b";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-question .path3:before {
  content: "\e95c";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-hint .path1:before {
  content: "\e95d";
  color: #5c67e6;
}
.icon-isu-hint .path2:before {
  content: "\e95e";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-hint .path3:before {
  content: "\e95f";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-pin .path1:before {
  content: "\e960";
  color: #5c67e6;
}
.icon-isu-pin .path2:before {
  content: "\e961";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-pin .path3:before {
  content: "\e962";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-pin .path4:before {
  content: "\e963";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-pin .path5:before {
  content: "\e964";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-unlock .path1:before {
  content: "\e965";
  color: #5c67e6;
}
.icon-isu-unlock .path2:before {
  content: "\e966";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-unlock .path3:before {
  content: "\e967";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-unlock .path4:before {
  content: "\e968";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-lock .path1:before {
  content: "\e969";
  color: #5c67e6;
}
.icon-isu-lock .path2:before {
  content: "\e96a";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-lock .path3:before {
  content: "\e96b";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-lock .path4:before {
  content: "\e96c";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-load .path1:before {
  content: "\e96d";
  color: #0b1153;
}
.icon-isu-load .path2:before {
  content: "\e96e";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-load .path3:before {
  content: "\e96f";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-load .path4:before {
  content: "\e970";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-load .path5:before {
  content: "\e971";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-load .path6:before {
  content: "\e972";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-load .path7:before {
  content: "\e973";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-load .path8:before {
  content: "\e974";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-load .path9:before {
  content: "\e975";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-bell .path1:before {
  content: "\e976";
  color: #5c67e6;
}
.icon-isu-bell .path2:before {
  content: "\e977";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-bell .path3:before {
  content: "\e978";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-bell .path4:before {
  content: "\e979";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-loop .path1:before {
  content: "\e97a";
  color: #0b1153;
}
.icon-isu-loop .path2:before {
  content: "\e97b";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-loop .path3:before {
  content: "\e97c";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-loop .path4:before {
  content: "\e97d";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-loop .path5:before {
  content: "\e97e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-isu-settings .path1:before {
  content: "\e97f";
  color: #0b1153;
}
.icon-isu-settings .path2:before {
  content: "\e980";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-settings .path3:before {
  content: "\e981";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-mute .path1:before {
  content: "\e982";
  color: #0b1153;
}
.icon-isu-mute .path2:before {
  content: "\e983";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-mute .path3:before {
  content: "\e984";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-sound .path1:before {
  content: "\e985";
  color: #0b1153;
}
.icon-isu-sound .path2:before {
  content: "\e986";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-sound .path3:before {
  content: "\e987";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-sound .path4:before {
  content: "\e988";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-click .path1:before {
  content: "\e989";
  color: #5c67e6;
}
.icon-isu-click .path2:before {
  content: "\e98a";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-click .path3:before {
  content: "\e98b";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-click .path4:before {
  content: "\e98c";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-click .path5:before {
  content: "\e98d";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-click .path6:before {
  content: "\e98e";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-click .path7:before {
  content: "\e98f";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-position .path1:before {
  content: "\e990";
  color: #0b1153;
}
.icon-isu-position .path2:before {
  content: "\e991";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-position .path3:before {
  content: "\e992";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-move:before {
  content: "\e993";
  color: #0b1153;
}
.icon-isu-relate .path1:before {
  content: "\e994";
  color: #0b1153;
}
.icon-isu-relate .path2:before {
  content: "\e995";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-relate .path3:before {
  content: "\e996";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-relate .path4:before {
  content: "\e997";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-list .path1:before {
  content: "\e998";
  color: #0b1153;
}
.icon-isu-list .path2:before {
  content: "\e999";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-list .path3:before {
  content: "\e99a";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-list .path4:before {
  content: "\e99b";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-list .path5:before {
  content: "\e99c";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-list .path6:before {
  content: "\e99d";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-checks .path1:before {
  content: "\e99e";
  color: #0b1153;
}
.icon-isu-checks .path2:before {
  content: "\e99f";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-checks .path3:before {
  content: "\e9a0";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-checks .path4:before {
  content: "\e9a1";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-checks .path5:before {
  content: "\e9a2";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-checks .path6:before {
  content: "\e9a3";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-checks .path7:before {
  content: "\e9a4";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-checks .path8:before {
  content: "\e9a5";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-waves .path1:before {
  content: "\e9a6";
  color: #5c67e6;
}
.icon-isu-waves .path2:before {
  content: "\e9a7";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-waves .path3:before {
  content: "\e9a8";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-waves .path4:before {
  content: "\e9a9";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-edit .path1:before {
  content: "\e9aa";
  color: #5c67e6;
}
.icon-isu-edit .path2:before {
  content: "\e9ab";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-edit .path3:before {
  content: "\e9ac";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-edit .path4:before {
  content: "\e9ad";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-edit .path5:before {
  content: "\e9ae";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-edit .path6:before {
  content: "\e9af";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-edit .path7:before {
  content: "\e9b0";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-edit .path8:before {
  content: "\e9b1";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-edit .path9:before {
  content: "\e9b2";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-edit .path10:before {
  content: "\e9b3";
  margin-left: -1em;
  color: #0b1153;
}
.icon-isu-edit .path11:before {
  content: "\e9b4";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-edit .path12:before {
  content: "\e9b5";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-edit .path13:before {
  content: "\e9b6";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-edit .path14:before {
  content: "\e9b7";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-edit .path15:before {
  content: "\e9b8";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-chain .path1:before {
  content: "\e9c3";
  color: #0b1153;
}
.icon-isu-chain .path2:before {
  content: "\e9c4";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-chain .path3:before {
  content: "\e9c5";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-chain .path4:before {
  content: "\e9c6";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-backward .path1:before {
  content: "\e9c7";
  color: #0b1153;
}
.icon-isu-backward .path2:before {
  content: "\e9c8";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-backward .path3:before {
  content: "\e9c9";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-forward .path1:before {
  content: "\e9ca";
  color: #0b1153;
}
.icon-isu-forward .path2:before {
  content: "\e9cb";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-forward .path3:before {
  content: "\e9cc";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-refresh .path1:before {
  content: "\e9cd";
  color: #0b1153;
}
.icon-isu-refresh .path2:before {
  content: "\e9ce";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-refresh .path3:before {
  content: "\e9cf";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-refresh .path4:before {
  content: "\e9d0";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-refresh .path5:before {
  content: "\e9d1";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-revert .path1:before {
  content: "\e9d2";
  color: #0b1153;
}
.icon-isu-revert .path2:before {
  content: "\e9d3";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-revert .path3:before {
  content: "\e9d4";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-download .path1:before {
  content: "\e9d5";
  color: #0b1153;
}
.icon-isu-download .path2:before {
  content: "\e9d6";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-download .path3:before {
  content: "\e9d7";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-download .path4:before {
  content: "\e9d8";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-upload .path1:before {
  content: "\e9d9";
  color: #0b1153;
}
.icon-isu-upload .path2:before {
  content: "\e9da";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-upload .path3:before {
  content: "\e9db";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-upload .path4:before {
  content: "\e9dc";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-back .path1:before {
  content: "\e9dd";
  color: #0b1153;
}
.icon-isu-back .path2:before {
  content: "\e9de";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-back .path3:before {
  content: "\e9df";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-plus .path1:before {
  content: "\e9e0";
  color: #0b1153;
}
.icon-isu-plus .path2:before {
  content: "\e9e1";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-plus .path3:before {
  content: "\e9e2";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-cross .path1:before {
  content: "\e9e3";
  color: #0b1153;
}
.icon-isu-cross .path2:before {
  content: "\e9e4";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-cross .path3:before {
  content: "\e9e5";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-isu-minus .path1:before {
  content: "\e9e6";
  color: #0b1153;
}
.icon-isu-minus .path2:before {
  content: "\e9e7";
  margin-left: -1em;
  color: #5c67e6;
}
.icon-next:before {
  content: "\e9e8";
}
.icon-calendar-2:before {
  content: "\e9e9";
}
.icon-time:before {
  content: "\e9ea";
}
.icon-calendar-1:before {
  content: "\e9eb";
}
.icon-back:before {
  content: "\e9ec";
}
.icon-lock:before {
  content: "\e9ed";
}
.icon-pdf:before {
  content: "\e9ee";
}
.icon-tick:before {
  content: "\e9ef";
}
.icon-odf:before {
  content: "\e9f0";
}
.icon-down:before {
  content: "\e9f1";
}
.icon-plus:before {
  content: "\e9f2";
}
.icon-download:before {
  content: "\e9f3";
}
.icon-edit:before {
  content: "\e9f4";
}
.icon-user:before {
  content: "\e9f5";
}
.icon-menu:before {
  content: "\e9f6";
}
.icon-bin:before {
  content: "\e9f7";
}
.icon-not-allowed:before {
  content: "\e9f8";
}
.icon-translation:before {
  content: "\e9f9";
}
.icon-export:before {
  content: "\e9fa";
}
.icon-save:before {
  content: "\e9fb";
}
.icon-view:before {
  content: "\e9fc";
}
@font-face {
  font-family: "Segoe UI";
  src: url(6581cfaeee8057734a3f16d37719bfb2.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica-Neue";
  src: url(a035ad376fc36ca17d91308451b8d015.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Black";
  src: url(ec4c9962ba54eb91787aa93d361c10a8.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(ee7b96fa85d8fdb8c126409326ac2d2b.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Italic";
  src: url(42bbe4eefcde1297b11dc4b6491e9746.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Light";
  src: url(fc84e998bc29b297ea20321e4c90b6ed.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url(d08840599e05db7345652d3d417574a9.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url(3e1af3ef546b9e6ecef9f3ba197bf7d2.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url(89e2666c24d37055bcb60e9d2d9f7e35.ttf);
  font-weight: normal;
  font-style: normal;
}
.fa {
  font-family: FontAwesome !important;
}
body,
html {
  background: #f5f7fa;
  color: #475259;
  font-family: Roboto-Regular, Helvetica-Neue, Helvetica, sans-serif;
  height: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
abbr[title],
acronym[title],
dfn {
  cursor: help;
}
img {
  font-style: italic;
}
textarea {
  resize: vertical;
}
[disabled] {
  cursor: not-allowed;
}
[aria-disabled="true"] {
  cursor: default;
  pointer-events: none;
}
p {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
input,
textarea,
select {
  box-sizing: border-box;
}
textarea {
  resize: vertical;
}
textarea.form-control {
  padding: 5px 10px;
  min-height: 8rem;
  width: 100%;
}
a.disabled,
a:disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
a.disabled .icon,
a:disabled .icon {
  cursor: not-allowed;
}
button {
  padding: 5px;
  margin: 0;
}
button:disabled {
  opacity: 0.6;
}
button:disabled:hover {
  cursor: not-allowed;
}
button:focus {
  outline: none;
}
img {
  border-style: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input,
select,
textarea {
  outline: none;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  padding: 5px 10px;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
  height: 30px;
}
@media screen and (max-width: 768px) {
  input,
  select,
  textarea {
    font-size: 13.3px;
  }
}
@media screen and (max-width: 768px) {
  input,
  select,
  textarea {
    height: 24px;
  }
}
input:hover,
select:hover,
textarea:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: 0px 0px 10px 0px #DAE1F4;
}
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}
img {
  margin-bottom: 1rem;
}
*::selection {
  color: #fff;
  background: #737be2;
}
.flex-row {
  margin: 1%;
  padding: 10px;
  min-width: 425px;
  background: white;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .flex-row {
    flex-direction: column;
  }
}
.flex-row .flex-2-col {
  width: 100%;
  display: flex;
}
.flex-row .flex-2-col .flex-col {
  width: 50%;
  background-color: #f4f1f13d;
}
.flex-row .flex-2-col .flex-col select {
  width: 100%;
}
.flex-row__half {
  width: 48%;
  display: inline-flex;
  vertical-align: top;
}
@media screen and (max-width: 1280px) {
  .flex-row {
    margin-bottom: 2%;
  }
}
.flex-row .st-field-wrapper {
  width: 200px;
  display: inline-flex;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .flex-row .st-field-wrapper {
    width: 100%;
  }
}
.select-field {
  width: 200px;
  display: inline-flex;
  margin-top: 0.5em;
}
.st-field-wrapper.blankfield .form-group .st-field .text-length-counter {
  display: flex;
  float: right;
  margin-top: -22px;
  margin-right: 1%;
}
.st-field-wrapper.blankfield .form-group .st-field .text-length-counter p {
  z-index: 2;
  opacity: 0.5;
}
.st-field-wrapper.blankfield label {
  font-weight: bold;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-part {
  background-color: #fff;
  margin: 0;
  padding: 10px;
  border: 1px solid #cfdae6;
}
.uppercase {
  text-transform: uppercase;
}
.crossed {
  text-decoration: line-through;
}
@media screen and (max-width: 1280px) {
  .export {
    width: 100%;
  }
  .export button {
    margin-left: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .export button {
    margin: 0;
  }
}
.export select {
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .export {
    float: none;
    margin-top: 1rem;
  }
}
.st-checkbox label {
  position: relative;
}
.st-checkbox label i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.btn-bin,
.btn-export {
  position: relative;
  display: inline-block;
  background-color: #d9534f;
  color: #ffffff;
  text-align: center;
  border: none;
  width: auto;
  font-size: 20px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn-bin,
  .btn-export {
    font-size: 16px;
  }
}
.btn-bin:hover,
.btn-export:hover {
  opacity: 0.75;
}
.btn-bin:active,
.btn-export:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.item-active {
  position: relative;
  cursor: default;
}
.item-active .btn-check {
  background-color: #1d4fa2;
}
.item-active .btn-check:hover {
  opacity: 1;
}
.item-active .btn-check:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.item-active:hover:before {
  visibility: visible;
  opacity: 1;
}
.pdf-body {
  text-align: center;
  height: 70vh;
}
.Select {
  background-color: #ffffff;
  border-radius: 4px;
}
.Select-input input {
  background-color: transparent;
}
.Select-arrow-zone {
  width: 12px;
}
.Select-arrow-zone .Select-arrow {
  border-color: #555555 transparent transparent;
  border-width: 6px 3px 2.5px;
}
@media screen and (max-width: 768px) {
  .ReactModal__Content--after-open {
    left: 20px;
    top: 55px;
  }
}
html {
  position: relative;
  min-height: 100vh;
  padding-bottom: 5vh;
}
@media screen and (max-width: 425px) {
  html {
    padding-bottom: 20vh;
  }
}
.btn-red-ow {
  background: #ed5556 !important;
  border: 1px solid #ed5556 !important;
}
.btn-red-ow:hover {
  border-color: #f07172 !important;
  background: #f07172 !important;
}
.main-container {
  transition: all 0.3s cubic-bezier(0.55, 0.06, 0.94, 1);
}
.main-container__marged {
  margin-left: 190px;
  transition: all 0.3s cubic-bezier(0.55, 0.06, 0.94, 1);
}
.main-container__marged .icon-isu-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-container__marged .icon-isu-menu {
    display: inline-block;
  }
}
.main-container__marged .logs {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-container__marged {
    margin-left: 0;
  }
}
.btn {
  cursor: pointer;
}
.btn-white {
  background: white;
  border-radius: 4px;
  color: #1e2225;
  border: 1px solid #DAE1F4;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .btn-white {
    font-size: 13.3px;
  }
}
.btn-action-delete {
  font-family: Roboto-Medium, Helvetica-Neue, Helvetica, sans-serif;
  user-select: none;
  text-align: center;
  background: #ed5556;
  border: 1px solid #ed5556;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 4px;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1.42;
  transition: all 0.2s ease-in;
  z-index: 0;
  color: #ffffff;
  margin-top: 1rem;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .btn-action-delete {
    font-size: 13.3px;
  }
}
.btn-action-delete:hover {
  border-color: #f07172;
  background: #f07172;
}
.btn-action-delete:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-action-delete .icon {
  color: #fff;
}
.btn-action-delete .icon:hover {
  color: #fff;
}
.single {
  width: 65%;
}
@media screen and (max-width: 1280px) {
  .single {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .single {
    width: 98%;
  }
}
label {
  display: inline-block;
}
h5 {
  font-family: Roboto-Medium, Helvetica-Neue, Helvetica, sans-serif;
  font-weight: normal;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.75;
}
.st-field-invalid input,
.st-field-invalid select,
.st-field-invalid .Select-value,
.st-field-invalid textarea {
  border: 1px solid #d9534f !important;
}
span.icon {
  font-size: 20px;
}
span.icon:hover {
  cursor: pointer;
}
.icon {
  color: #0b1153;
  font-size: 1em;
  transition: all 0.2s cubic-bezier(0.55, 0.06, 0.94, 1);
}
.icon *::before {
  transition: color 0.2s cubic-bezier(0.55, 0.06, 0.94, 1);
}
.icon:hover {
  color: #5c67e6;
}
.icon:hover *::before {
  color: #5c67e6;
}
.active-route {
  position: relative;
  min-height: 95vh;
}
.empty-container {
  pointer-events: none;
}
.editable-reference-field-invalid .Select.is-open > .Select-control,
.editable-reference-field-invalid .Select-control {
  border-color: #d9534f;
}
.Select.is-disabled {
  background: #eee;
}
.Select.is-disabled .Select-control {
  background: #eee;
}
.Select.is-disabled .Select-control .Select-value {
  cursor: not-allowed;
}
.Select.is-disabled * {
  cursor: not-allowed;
}
.Select.is-searchable * {
  cursor: pointer;
}
.disable-min-height > .active-route {
  min-height: initial;
}
.checkbox-container * {
  outline: none;
}
.inline-block {
  display: inline-block;
}
.element-no-name {
  opacity: 0.4;
  font-style: italic;
}
.hide-spin-arrows {
  /* For Firefox */
  /* Webkit browsers like Safari and Chrome */
}
.hide-spin-arrows input[type='number'] {
  -moz-appearance: textfield;
}
.hide-spin-arrows input[type=number]::-webkit-inner-spin-button,
.hide-spin-arrows input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rejection-message {
  text-align: justify;
  font-size: 14px;
  color: #ed5556;
  background: #fff0f0;
  padding: 10px;
}
.rejection-message-reason {
  font-weight: bold;
}
.rejection-message-additional-info {
  margin-top: 10px;
  color: black;
}
.rejection-message p {
  white-space: pre-line;
  text-align: left;
}
.approval-message {
  text-align: justify;
  font-size: 14px;
  color: #5ea400;
  background: #f0f5ea;
  padding: 10px;
}
.approval-message-reason {
  font-weight: bold;
}
.approval-message-additional-info {
  margin-top: 10px;
  color: black;
}
.approval-message p {
  white-space: pre-line;
  text-align: left;
}
.float-right {
  float: right;
}
.person.form-container {
  padding: 0;
}
.couple.position-relative,
.person.position-relative {
  position: relative;
  min-height: 94vh;
}
.save-btn {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .save-btn .mp-tooltip {
    width: 10px !important;
    display: inline-block;
    margin-bottom: 0 !important;
    margin-left: 5px !important;
  }
  .save-btn .mp-tooltip .mp-tooltip-icon {
    display: none;
    background-color: transparent;
  }
  .save-btn .mp-tooltip .mp-tooltip-icon span {
    display: none;
  }
  .save-btn .mp-tooltip .mp-tooltip-icon::after {
    display: none;
  }
  .save-btn .mp-tooltip .mp-tooltip-icon-top::after {
    display: none;
  }
  .save-btn .mp-tooltip .mp-tooltip-icon .mp-tooltip-children-container .data-has-changed {
    margin-top: 16px;
    margin: 0;
    background: #94f9c7;
    position: relative;
    top: 1px;
  }
}
.data-has-changed {
  border-radius: 50%;
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto 10px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .data-has-changed {
    margin: 0;
    background: #94f9c7;
    position: relative;
    top: 1px;
  }
}
.st-container-overflowx {
  overflow-x: auto;
}
.st-radio-field input {
  box-shadow: none;
  background-color: white;
}
.user-photo-description {
  padding: 5px;
  text-align: justify;
  font-size: smaller;
}
.season-info {
  background-color: #ffffff;
  padding: 10px 20px;
  margin-top: 3px;
}
.season-info .season-info-message {
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
}
@media screen and (max-width: 425px) {
  .season-info .btn {
    width: 100%;
  }
}
.current-season {
  font-weight: bolder;
  font-size: 14px;
  line-height: 18px;
}
.st-toolbar {
  border: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  background-color: transparent;
}
.st-toolbar a {
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .st-toolbar .st-btn,
  .st-toolbar .btn {
    margin: 0.5%;
    white-space: unset;
  }
  .st-toolbar .st-action-list {
    width: 100%;
  }
}
.st-toolbar .Select {
  background: transparent;
}
.st-toolbar .Select-control {
  width: 8em;
}
.st-toolbar .lang-container {
  margin-top: 0;
}
.modal-header a.fa {
  text-decoration: none;
  cursor: pointer;
}
.modal-header a.fa:hover {
  opacity: 0.75;
}
.form-group {
  margin-bottom: 0.2em;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-group label {
  width: 100%;
  margin-bottom: 0.4em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form-group label {
    font-size: 13.3px;
  }
}
.form-group .st-field {
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-group .st-field {
    font-size: 13.3px;
  }
}
.form-group .st-field input {
  min-width: 60px;
  width: 100%;
}
.form-group .st-field select.form-control {
  border: 1px solid #ebebeb;
  width: 100%;
}
.form-group .st-field select.form-control:focus {
  box-shadow: 0px 0px 10px 0px #DAE1F4;
}
.st-checkbox.disabled {
  background-color: transparent;
}
.st-checkbox.disabled label:hover {
  cursor: not-allowed;
}
.st-checkbox.disabled:hover {
  background-color: transparent;
  cursor: not-allowed;
}
.st-checkbox.disabled {
  background-color: #e1e3fa;
}
.st-checkbox label {
  width: 100% !important;
}
.st-checkbox.checked {
  background-color: #1d4fa2;
}
.modal-body .multiple-lookup input {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .modal-body .st-container .st-filter-panel .st-field-wrapper {
    padding-left: 0;
  }
  .modal-body .st-container .st-filter-panel .st-btn {
    margin-top: 0.5em;
    margin-left: 0;
  }
}
.modal-body .st-container .table-container .table tr th:first-of-type,
.modal-body .st-container .table-container .table tr td:first-of-type {
  padding-left: 8px;
}
@media screen and (max-width: 395px) {
  .modal-body .st-container .table-container .table tr th:nth-of-type(5),
  .modal-body .st-container .table-container .table tr td:nth-of-type(5),
  .modal-body .st-container .table-container .table tr th:nth-of-type(6),
  .modal-body .st-container .table-container .table tr td:nth-of-type(6) {
    display: none;
  }
}
.st-btn,
.btn-primary {
  font-family: Roboto-Medium, Helvetica-Neue, Helvetica, sans-serif;
  text-align: center;
  transition: all 0.2s ease-in;
  background: #5c67e6;
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #5c67e6;
  border-radius: 4px;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1.42;
  padding: 6px 12px;
  font-size: 14px;
  user-select: none;
  font-weight: normal;
  background-image: none;
  min-width: 70px;
}
@media screen and (max-width: 768px) {
  .st-btn,
  .btn-primary {
    font-size: 13.3px;
  }
}
.st-btn:focus,
.btn-primary:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.st-btn:hover,
.btn-primary:hover {
  border-color: #727ce9;
  background: #727ce9;
}
.st-btn:active,
.btn-primary:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.table-container .btn-action-delete {
  padding: 4px 6px;
}
.toolbar .btn {
  padding: 4px 6px;
}
* {
  box-sizing: border-box;
}
.modal-actions {
  text-align: right;
}
.modal-actions .st-btn {
  margin-left: 1em;
  margin-right: 1em;
}
button {
  outline: none;
  border: 1px;
}
button .icon {
  display: block;
}
.couple-selector .table {
  margin: 0;
}
.couple-selector .table td,
.couple-selector .table td {
  min-width: auto;
}
.couple-selector .table tbody tr:first-of-type {
  border: none;
}
.couple-sidebar .nav li a.st-link-active,
.couple-sidebar .nav li a.st-link-current {
  border-radius: 0 !important;
  color: #fff !important;
  background: unset !important;
}
.couple-sidebar .nav li a.st-link-active.st-link-current.link-current {
  border-radius: 6px !important;
  color: #fff !important;
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%) !important;
}
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  margin-top: -7px;
}
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.st-app-header {
  background: #fff;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1%;
  position: relative;
  color: #475259;
  font-size: 24px;
  font-family: Roboto-Bold, Helvetica-Neue, Helvetica, sans-serif;
  min-height: 5vh;
}
@media screen and (max-width: 768px) {
  .st-app-header {
    font-size: 19.2px;
  }
}
.st-app-header__functional {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 5px;
}
.st-app-header__functional span.icon {
  font-size: 26px;
  margin-right: 1rem;
  line-height: 26px;
  transition: all 0.2s ease;
}
.st-app-header__functional span.icon:hover {
  cursor: pointer;
}
.st-app-header .st-breadcrumb > li + li:before {
  content: "/";
}
.st-app-header .nav a {
  border-top: 1px solid transparent;
}
.st-app-header .nav a.active {
  border-top: 1px solid white;
}
.st-app-header .user-name a:hover {
  cursor: default;
  text-decoration: none;
}
.st-app-header .st-user-menu {
  padding: 9px 0 15px 9px;
  margin-top: 9px;
  transition: background-color 0.2s ease-in;
  position: relative;
  font-family: Roboto-Regular, Helvetica-Neue, Helvetica, sans-serif;
  border: 1px solid transparent;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .st-app-header .st-user-menu {
    font-size: 13.3px;
  }
}
.st-app-header .st-user-menu:focus {
  outline: none;
}
.st-app-header .st-user-menu:hover {
  cursor: pointer;
}
.st-app-header .st-user-menu-name-container {
  min-width: 120px;
}
.st-app-header .st-user-menu-name {
  padding-left: 0.5rem;
  vertical-align: super;
}
.st-app-header .st-user-menu-active {
  border-color: #f5f7fa;
  background-color: #fff;
  box-shadow: 0px 0px 10px 3px #e1e3fa;
}
.st-app-header .st-user-menu-bar {
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  text-align: right;
  transition: opacity 0.15s cubic-bezier(0.55, 0.06, 0.94, 1);
  background-color: #fff;
  box-shadow: 0px 16px 20px 3px #e1e3fa;
}
.st-app-header .st-user-menu-bar ul {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  list-style: none;
  padding: 0;
  margin: 0;
}
.st-app-header .st-user-menu-bar ul li {
  border-bottom: 1px solid #cfdae6;
  padding: 5px 10px 0 0;
  border: none;
  line-height: 1.5em;
}
.st-app-header .st-user-menu-bar ul li:hover {
  opacity: 0.75;
  background: #f4f6fa;
}
.st-app-header .st-user-menu-bar ul li:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.st-app-header .st-user-menu-bar ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.st-app-header .st-user-menu-bar__collapsed {
  opacity: 0;
  pointer-events: none;
}
.st-app-header .st-user-menu-bar__toggled {
  opacity: 1;
  border: 1px solid #f5f7fa;
  border-top: none;
}
.st-app-header .st-user-menu .icon {
  transition: all 0.15s linear;
  font-size: 26px;
}
.st-app-header .st-user-menu .icon .path1:before {
  color: transparent;
}
.st-app-header .st-user-menu .icon-isu-up {
  transform: rotate(270deg);
}
.st-app-header .st-user-menu .icon-isu-down {
  transform: rotate(90deg);
}
.file-image-selector-field {
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .file-image-selector-field {
    font-size: 13.3px;
  }
}
.file-image-selector-field .image-content {
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  overflow: overlay;
  width: 200px;
  height: 300px;
}
.file-image-selector-field .image-content .file-container {
  background-color: #eee;
  background-image: linear-gradient(45deg, #f4f6fa 25%, transparent 25%, transparent 75%, #f4f6fa 75%, #f4f6fa), linear-gradient(45deg, #f4f6fa 25%, transparent 25%, transparent 75%, #f4f6fa 75%, #f4f6fa);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  height: 85%;
}
.file-image-selector-field .image-content .file-container .file-container-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.file-image-selector-field .image-content .file-container .file-container-content .file-container-drag-over {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.file-image-selector-field .image-content .file-container .file-container-content .file-container-drag-over .type-description {
  width: 100%;
  text-align: center;
}
.file-image-selector-field .image-content .file-container .file-container-content .file-container-drag-over .zone-description {
  height: 100%;
  width: 100%;
}
.file-image-selector-field .image-content .file-container .file-container-content .file-container-drag-over .zone-description .img-thumbnail {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.file-image-selector-field .image-content:hover .image-tooltip {
  opacity: 1;
  visibility: visible;
}
.file-image-selector-field .image-content .image-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f4f6fa;
  height: 15%;
  padding: 0 5px;
}
.file-image-selector-field .image-content .image-toolbar .image-btn {
  font-size: 19px;
  margin: 0 0 0 5px;
  height: 30px;
  padding: 3px;
  overflow: initial;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}
.file-image-selector-field .image-content .image-toolbar .white-background {
  background: #fff;
  border: 1px solid #bfccd9;
  color: #1e2225;
}
.file-image-selector-field .image-content .image-toolbar .choose-link {
  text-decoration: underline;
  cursor: pointer;
  margin: 7px 0;
}
.person-info .file-image-selector-field {
  width: 100%;
}
.person-info .file-image-selector-field .image-content {
  width: 100%;
}
.isu-loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999;
  transition: all 100ms ease-out;
}
.isu-loader img {
  position: absolute;
  animation: loader-animation infinite;
  transition: all cubic-bezier(0, -0.04, 0.96, 1.01);
  animation-duration: 2s;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  margin-top: -125px;
  margin-left: -125px;
}
.isu-loader p {
  color: black;
}
@keyframes loader-animation {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}
.ReactModal__Overlay--after-open {
  transition: all 0.2s ease-in;
  background: #f8faff;
  z-index: 200;
}
.ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open {
  overflow: visible !important;
  max-width: 870px;
  max-height: 90vh;
  border: 1px solid #ccc !important;
  bottom: auto !important;
  padding: 0 !important;
  min-height: 10em;
  min-width: 20em;
  margin: auto;
  transform: none;
  box-shadow: 0px 0px 10px 0px #DAE1F4;
  width: max-content;
}
@media screen and (max-width: 1280px) {
  .ReactModal__Overlay--after-open .ReactModal__Content.ReactModal__Content--after-open {
    width: 70%;
  }
}
.Select-control {
  padding: 5px 10px 3px !important;
}
.competition-popup-top {
  width: max-content;
}
.competition-popup-top .Select-placeholder {
  line-height: 24px;
}
.Select-menu-outer {
  position: absolute !important;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #DAE1F4;
}
.modal-body {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .modal-body .flex-row {
    min-width: initial;
  }
}
.modal-footer {
  padding: 15px;
  border-top: 1px solid #DAE1F4;
}
.modal-footer > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .modal-footer > div {
    flex-direction: column;
  }
}
.modal-footer > div .st-btn {
  margin-left: 5px;
  font-weight: normal;
  padding: 0.5em 1.6em;
}
@media screen and (max-width: 1280px) {
  .modal-footer > div .st-btn {
    margin: 0 20px;
  }
  .modal-footer > div .st-btn:nth-child(n+2) {
    margin-top: 20px;
  }
}
.multiple-selector {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .multiple-selector {
    font-size: 13.3px;
  }
}
.st-sidebar {
  width: 190px;
  left: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  padding-top: 1.2em;
  padding-bottom: 5px;
  background: linear-gradient(180deg, #475259 0%, #1e2225 100%, #1e2225 100%);
  transition: all 0.3s cubic-bezier(0.55, 0.06, 0.94, 1);
  z-index: 10;
  color: #fff;
  box-shadow: none;
}
.st-sidebar .main-links {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #30373c;
}
.st-sidebar .main-links a {
  padding: 5px 10px;
}
.st-sidebar .main-links a.st-link-active.st-link-current {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
  line-height: 1.4em;
}
.st-sidebar .report-menu-item {
  padding-left: 0;
}
.st-sidebar .report-menu-item a {
  padding: 5px 10px;
}
.st-sidebar .report-menu-item a.st-link-active.st-link-current {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
  line-height: 1.4em;
  display: block;
  width: 100%;
}
.st-sidebar .report-menu-item .isu-active-link {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
  line-height: 1.4em;
  display: block;
  width: 100%;
}
.st-sidebar-app-version {
  font-size: 12px;
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .st-sidebar-app-version {
    font-size: 11.4px;
  }
}
.st-sidebar-head {
  display: block;
  width: 100%;
}
.st-sidebar-head .menu-toggle {
  cursor: pointer;
  z-index: 20;
  opacity: 1;
  transition: all 0.2s ease;
  display: inline-block;
  vertical-align: top;
  margin-left: 8%;
  width: 13%;
}
.st-sidebar-head .menu-toggle span {
  transition: all 0.2s ease;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .st-sidebar-head .menu-toggle span {
    font-size: 16px;
  }
}
.st-sidebar-head .menu-toggle span.icon *:before {
  color: #ffffff;
}
.st-sidebar-head .logotype {
  display: inline-block;
  width: 79%;
  padding-left: 8%;
}
.st-sidebar-head .logotype:hover {
  cursor: pointer;
}
.st-sidebar-head .logotype img {
  width: 5em;
  margin: 0;
}
.st-sidebar .sidebar-user-menu-items-container {
  text-align: center;
}
.st-sidebar .sidebar-user-menu-items-container div {
  margin: 10px;
}
.st-sidebar-wrapper {
  margin-left: 15%;
  transition: all 0.3s cubic-bezier(0.55, 0.06, 0.94, 1);
}
@media screen and (max-width: 1280px) {
  .st-sidebar-wrapper {
    margin: 0;
  }
}
.sidebar-triggered {
  transform: translateX(0);
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .sidebar-triggered {
    box-shadow: 0 0 15px 0 black;
  }
}
.sidebar-collapsed {
  transform: translateX(-100%);
  visibility: visible;
}
.st-sidebar-group-title {
  font-size: 16px;
  display: block;
  position: relative;
  margin-top: 0.7em;
  padding-left: 25px;
  padding-bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .st-sidebar-group-title {
    font-size: 12.8px;
  }
}
.st-sidebar-group-title.is-link {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
  line-height: 1.8em;
}
.st-sidebar-group-title.is-link .st-link-current.isu-active-link {
  background: none;
}
.st-sidebar-group-title .icon {
  top: -3px;
  left: 5px;
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  transition: all 0.15s linear;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .st-sidebar-group-title .icon {
    font-size: 16px;
  }
}
.st-sidebar-group-title .icon-triggered {
  transform: rotate(90deg);
}
.st-sidebar-group-title .icon .path1:before {
  color: transparent;
}
.st-sidebar-group-title .icon .path2:before {
  color: #fff;
}
.nav {
  transition: all 0.15s cubic-bezier(0.55, 0.06, 0.94, 1);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-container {
  max-height: 90vh;
}
.nav-container .st-link-current.isu-active-link {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
}
.nav-collapsed {
  opacity: 0;
  visibility: hidden;
  animation: hider 0.1s forwards;
  animation-delay: 0.15s;
}
@keyframes hider {
  0% {
    height: auto;
  }
  100% {
    height: 0;
  }
}
.nav-triggered {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.nav li:first-of-type {
  padding-top: 0.4em;
}
.nav li a {
  font-size: 14px;
  line-height: 1.8em;
  position: relative;
  transition: all 0.2s ease-out;
  display: block;
  width: 94%;
  padding: 0 10px 0 40px;
  margin: 0 3%;
  border-bottom: 1px solid #1e222564;
  word-break: break-word;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nav li a {
    font-size: 13.3px;
  }
}
.nav li a:hover {
  opacity: 0.75;
}
.nav li a.isu-unactive-link {
  background: none;
}
.st-user-menu {
  display: inline-flex;
  align-content: center;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .st-user-menu {
    font-size: 13.3px;
  }
}
.st-user-menu i {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
}
.st-user-menu .user-box {
  cursor: pointer;
}
.st-user-menu .user-box i {
  font-size: 14px;
  margin-left: 0.2em;
}
@media screen and (max-width: 768px) {
  .st-user-menu .user-box i {
    font-size: 13.3px;
  }
}
.st-user-menu .user-box .user-name {
  text-align: center;
  padding: 0 1em;
}
.mp-tooltip {
  position: relative;
}
@media screen and (max-width: 768px) {
  .mp-tooltip input {
    width: 100%;
  }
}
.mp-tooltip .mp-tooltip-icon.mp-tooltip-icon-first.mp-tooltip-icon-bottom {
  transform: none;
  left: 5px;
}
.mp-tooltip .mp-tooltip-icon.mp-tooltip-icon-first.mp-tooltip-icon-bottom::after {
  left: 20%;
}
.mp-tooltip .mp-tooltip-icon.mp-tooltip-icon-last.mp-tooltip-icon-bottom {
  transform: none;
  left: -60px;
}
.mp-tooltip .mp-tooltip-icon.mp-tooltip-icon-last.mp-tooltip-icon-bottom::after {
  left: 70%;
}
.mp-tooltip .mp-tooltip-icon {
  z-index: 999;
  padding: 5px;
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  width: 150px;
  height: auto;
  text-align: center;
  border-radius: 4px;
}
.mp-tooltip .mp-tooltip-icon-top {
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.mp-tooltip .mp-tooltip-icon-top::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-top: solid 4px rgba(0, 0, 0, 0.7);
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
}
.mp-tooltip .mp-tooltip-icon-bottom {
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.mp-tooltip .mp-tooltip-icon-bottom::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-bottom: solid 4px rgba(0, 0, 0, 0.7);
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
}
.mp-tooltip .mp-tooltip-icon-left {
  left: -160px;
  top: 50%;
  transform: translateY(-50%);
}
.mp-tooltip .mp-tooltip-icon-left::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 46%;
  width: 0;
  height: 0;
  border-top: solid 4px transparent;
  border-left: solid 4px rgba(0, 0, 0, 0.7);
  border-bottom: solid 4px transparent;
}
.mp-tooltip .mp-tooltip-icon-right {
  top: 50%;
  transform: translateY(-50%);
  right: -160px;
}
.mp-tooltip .mp-tooltip-icon-right::after {
  content: '';
  position: absolute;
  right: 100%;
  top: 46%;
  width: 0;
  height: 0;
  border-right: solid 4px rgba(0, 0, 0, 0.7);
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
}
.no-permissions {
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding-top: 10vmin;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .no-permissions {
    font-size: 19.2px;
  }
}
.permissions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.permissions-actions {
  width: 100%;
}
.user-image {
  height: 19.5em;
  min-height: 285px;
}
.user {
  width: 98%;
  justify-content: center;
  padding-bottom: 5vmin;
}
.user h5 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .user h5 {
    font-size: 14.4px;
  }
}
.user .grants {
  width: auto;
  display: flex;
  flex-direction: column;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .user .grants {
    margin-right: 0;
  }
}
.user .grants .form-group.role {
  margin-bottom: 1rem;
}
.user .roles {
  width: auto;
  display: flex;
  flex-direction: column;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .user .roles {
    margin-right: 0;
  }
}
.user .roles .role {
  width: auto;
  margin-right: 0.2em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .user .roles .role {
    font-size: 13.3px;
  }
}
.user .roles .role.form-group {
  flex-direction: row;
  align-items: center;
}
.user .roles .role.form-group label {
  margin: 0;
}
.user .roles label {
  width: auto;
}
.user .grant-item label {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .user .grant-item label {
    font-size: 13.3px;
  }
}
@media screen and (max-width: 768px) {
  .user {
    flex-direction: column;
  }
}
.st-validation-summary {
  color: #000000d9;
  margin-bottom: 5px;
  margin-top: 5px;
}
.st-validation-summary ul {
  padding: 0 1%;
  border-radius: 3px;
  font-size: 12px;
  line-height: 14px;
}
.st-validation-summary ul li {
  padding: 5px 0;
}
.st-validation-summary .alert-warning ul {
  color: #fcc149;
  background: #fef4e0;
  font-weight: bold;
}
.st-validation-summary .alert-danger ul {
  background-color: #eba5a3;
  color: #690d0b;
}
.st-validation-summary .alert-warning {
  padding: 0;
}
.not-valid-textbox {
  border: 1px solid #ed5556;
}
.textbox-not-valid-hint {
  position: relative;
  bottom: 14px;
  height: 0px;
  font-size: 10px;
  line-height: 18px;
  opacity: 0.5;
}
.change-password-fields-container .st-field-wrapper label::after,
.requered-fields-container .st-field-wrapper label::after {
  content: "*";
  color: red;
}
.st-breadcrumb {
  list-style: unset;
  list-style-type: none;
  margin: 0;
  background-color: transparent;
  display: inline-flex;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .st-breadcrumb {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 768px) {
  .st-breadcrumb {
    max-width: 300px;
    overflow-x: auto;
  }
}
@media screen and (max-width: 425px) {
  .st-breadcrumb {
    max-width: 200px;
  }
}
.st-datepicker {
  width: 270px;
  padding: 5px;
  background-color: white;
  border: 1px solid #eee;
  border-radius: 5px;
}
.st-datepicker-header button {
  padding: 0 1rem !important;
  border: none !important;
  font-size: 0.7em;
}
.st-datepicker-footer button {
  width: auto !important;
}
.st-datepicker select {
  display: inline-block;
  padding-right: 2px;
  padding-left: 2px;
}
.st-datepicker .btn {
  margin-right: 1px;
  margin-left: 1px;
  width: 30px;
}
.st-datepicker .st-datepicker-year {
  width: 70px;
  margin-right: 2px;
}
.st-datepicker .st-datepicker-month {
  width: 130px;
  margin-right: 2px;
}
.st-datepicker .st-datepicker-day {
  width: 50px;
  margin-right: 2px;
}
.st-datepicker.st-datepicker-no-day-mode .st-datepicker-month {
  width: 180px;
}
.st-datepicker .table {
  font-size: 0.7rem;
  margin: 0;
}
.st-datepicker .table td,
.st-datepicker .table th {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: none;
  border-top: none;
  font-size: 0.9rem;
}
.st-datepicker .table td {
  cursor: pointer;
  transition: background-color 0.2s ease-in;
}
.st-datepicker .table td:hover {
  background-color: rgba(199, 204, 233, 0.5);
}
.st-datepicker .table td.inactive {
  color: #204d74;
}
.st-datepicker .table td.selected {
  background-color: #C7CCE9;
}
.st-datepicker .table tbody tr {
  box-shadow: none;
}
.st-datepicker .st-datepicker-label {
  line-height: 2em;
}
.st-datepicker .st-datepicker-header {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 2px;
  font-size: 1.4em;
  border-bottom: 2px solid #ddd;
}
.st-datepicker .st-datepicker-footer {
  padding-top: 15px;
}
.st-datepicker .st-datepicker-footer .btn {
  padding-left: 15px;
  padding-right: 15px;
}
.st-datepicker .st-datepicker-footer * {
  float: right;
}
.st-datepicker-footer .btn {
  padding: 0 2rem;
  text-align: center;
  font-size: 1.1em;
  transition: all 0.2s ease-in;
  overflow: hidden;
  position: relative;
  display: inline-block;
  z-index: 0;
  color: #ffffff;
  border-radius: 4px;
  margin: 0 1.6em;
}
.st-datepicker-footer .btn:focus {
  outline: none;
}
.st-datepicker-footer .btn:hover {
  color: #ffffff;
  opacity: 0.75;
}
.st-datepickerfield {
  position: relative;
}
.st-datepickerfield .st-datepicker {
  position: absolute;
  z-index: 10;
}
.input-group-btn {
  background-color: white;
}
.input-group-btn .btn {
  color: #333;
  outline: none;
}
.input-group-btn .btn:hover {
  color: #C7CCE9;
}
.input-group-btn .btn:after {
  clear: both;
}
.input-group-btn .btn:before {
  clear: both;
}
.st-dateinput {
  display: block;
  position: relative;
}
.st-dateinput .form-control {
  display: inline-block;
}
.st-dateinput .input-group-btn .btn {
  position: absolute;
  width: 30px;
  height: 100%;
  padding: 0;
  margin: 0;
  top: 5px;
  right: 0;
  background: transparent;
  border: none;
}
.st-dateinput .input-group-btn .btn:before,
.st-dateinput .input-group-btn .btn:after {
  height: 0;
}
.st-dateinput-container .st-dateinput .input-group-btn .caret {
  visibility: hidden;
}
.datepicker-container {
  position: relative;
}
.datepicker-container input.form-control {
  padding-right: 30px;
}
.mp-daypicker {
  position: relative;
  width: 100%;
}
.mp-daypicker .DayPicker {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px #DAE1F4;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in-out;
  z-index: 101;
}
.mp-daypicker .DayPicker-Day--today {
  color: #d9534f;
}
.mp-daypicker .daypicker-collapsed {
  opacity: 0;
  display: none;
}
.mp-daypicker .daypicker-toggled {
  opacity: 1;
  display: inline-block;
}
.mp-daypicker__input {
  width: 100%;
  position: relative;
}
.mp-daypicker__input input {
  width: 100%;
}
.mp-daypicker__input i.icon-calendar-2 {
  font-weight: 500;
  font-size: 20px;
  position: absolute;
  top: 20%;
  right: 2%;
  bottom: 20%;
  transition: opacity 0.2s ease-in;
}
.mp-daypicker__input i.icon-calendar-2:hover,
.mp-daypicker__input i.icon-calendar-2:focus {
  opacity: 0.75;
  cursor: pointer;
}
.st-lookup {
  position: relative;
}
.st-lookup .st-picker {
  position: absolute;
  right: 0;
  width: 100%;
  min-width: 200px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  z-index: 10;
  cursor: pointer;
}
.st-lookup .st-picker thead {
  display: none;
}
.st-lookup .st-picker-footer {
  background-color: #ddd;
  padding: 5px 10px;
  font-style: italic;
}
.st-lookup .input-group .input-group-btn .btn {
  border-radius: 0;
}
.st-lookup .input-group .input-group-btn:last-child .btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.look {
  background: #f5f7fa;
  border: 1px solid #bfccd9;
  border-radius: 6px;
  padding: 0.5em;
}
.look-body {
  position: relative;
}
.look-body .icon {
  position: absolute;
  top: 8px;
  right: 2px;
  pointer-events: none;
}
.look-body .input-group-btn {
  position: absolute;
  background: transparent;
  top: 4px;
  right: 0;
}
.look-body .input-group-btn .btn.btn-default {
  background: transparent;
  color: transparent;
}
.look-body .st-field-wrapper {
  margin: 0;
}
.look-body .st-field-wrapper .form-group {
  width: 100%;
  padding: 0;
  margin: 0;
}
.look-body .st-field-wrapper .form-group input {
  padding-right: 20px;
}
.look-body .st-field-wrapper .st-lookup {
  width: 100%;
}
.look label {
  font-weight: bolder;
}
.select.form-group--is-disabled {
  cursor: not-allowed;
}
.select .react-select {
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .select .react-select {
    font-size: 13.3px;
  }
}
.select .react-select--is-disabled {
  cursor: not-allowed;
  pointer-events: unset;
}
.select .react-select__menu {
  margin-top: 1px;
  min-width: max-content;
}
.select .react-select__menu table {
  width: 100%;
  border-collapse: collapse;
}
.select .react-select__menu table tr {
  cursor: pointer;
}
.select .react-select__menu table tr:hover {
  background: #DEEBFF;
}
.select .react-select__menu table tr td {
  padding: 5px 0;
}
.select .react-select__menu table tr td:first-child {
  padding-left: 10px;
}
.select .react-select__menu table tr td:last-child {
  padding-right: 10px;
}
.select .react-select__control {
  height: 30px;
  min-height: 24px;
  background: white;
  border: 1px solid #ebebeb;
}
.select .react-select__control--is-focused {
  border-color: #DAE1F4 !important;
  box-shadow: 0px 0px 10px 0px #DAE1F4;
}
.select .react-select__control--is-disabled {
  cursor: not-allowed;
  background-color: #eee;
}
.select .react-select__control div {
  color: #333333;
}
.select .react-select__control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  border-color: #ebebeb;
}
.select .react-select__value-container,
.select .react-select__indicators {
  height: 100%;
}
.select .react-select__input > input {
  height: auto!important;
  box-shadow: none;
}
.select .react-select__option {
  padding: 5px 10px;
}
.editable-reference-field-invalid .select .react-select__control {
  border: 1px solid #d9534f;
}
.multiple-selector .react-select__control div {
  min-height: auto;
}
.multiple-selector .react-select__control input {
  height: auto;
}
.olympic-coaches-team .multiple-lookup input {
  box-shadow: none;
}
.st-checkbox {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  margin-right: 5px;
  color: white;
  text-align: center;
}
.st-checkbox label {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.st-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}
.st-checkbox i.fa.fa-check {
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  font-weight: 900;
  font-family: 'isudb' !important;
}
.st-checkbox i.fa.fa-check::before {
  content: "\E9EF";
}
.st-checkbox.checked,
.st-checkbox.mid-checked {
  background-color: #5c67e6;
  transition: all 0.15s ease-in;
}
.st-checkbox.mid-checked {
  background-color: white;
}
.st-checkbox.mid-checked label i {
  display: none;
}
.st-checkbox:hover {
  background-color: #eee;
}
.st-checkbox:hover.checked {
  background: #727ce9;
}
.st-checkbox label:focus {
  outline: none;
}
.toolbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  margin: 1%;
  border-radius: 6px;
  box-shadow: 0px 2px 20px 3px #e1e3fa;
  padding: 1%;
  flex-wrap: wrap;
}
.toolbar .bulk-delete-action .btn-action-delete span {
  display: inline;
}
.toolbar .st-field-wrapper {
  width: 200px;
}
.toolbar .st-filter-panel {
  width: 100%;
  padding: 0 10px 10px 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.toolbar .st-filter-panel .select-field,
.toolbar .st-filter-panel .form-group {
  margin: 0;
}
.toolbar .st-filter-panel .form-group {
  padding-right: 10px;
}
.toolbar .st-filter-panel .mp-tooltip {
  margin-right: 10px;
}
.toolbar .st-filter-panel .mp-tooltip .searchbox {
  width: 190px;
}
.toolbar .st-filter-panel .checkbox {
  width: auto !important;
}
.toolbar .st-filter-panel .checkbox .form-group {
  padding-top: 9px;
  display: inline-block;
  margin-bottom: 3px !important;
}
.toolbar .st-filter-panel .checkbox .form-group .checkbox-title {
  display: inline-block;
}
.toolbar .st-filter-panel .checkbox .form-group .st-field {
  width: 20px !important;
  display: inline-block;
  margin-left: 10px;
}
.toolbar .st-filter-panel .btn {
  margin-right: 0.5em;
}
.toolbar .st-filter-panel .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .toolbar .st-filter-panel {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .toolbar .st-filter-panel .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .toolbar .st-filter-panel .st-field-wrapper {
    width: 100%;
  }
  .toolbar .st-filter-panel .select-field,
  .toolbar .st-filter-panel .form-group {
    margin: 0;
    width: 100%;
  }
  .toolbar .st-filter-panel .select-field {
    margin-bottom: 5px;
  }
  .toolbar .st-filter-panel .form-group {
    padding-right: 0;
  }
  .toolbar .st-filter-panel .mp-tooltip {
    width: 100%;
    margin-right: 0;
  }
  .toolbar .st-filter-panel .mp-tooltip .searchbox {
    width: 100%;
  }
}
.st-toolbar {
  padding: 10px;
  margin-top: 3px;
  width: 100%;
  display: inline-flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .st-toolbar {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .st-toolbar .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.st-toolbar__actions {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
}
@media screen and (max-width: 768px) {
  .st-toolbar__actions {
    width: 100%;
  }
}
.st-toolbar__buttons {
  display: flex;
  width: 100%;
}
.st-toolbar__buttons .st-btn {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .st-toolbar__buttons {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
  }
  .st-toolbar__buttons .btn {
    width: 47%;
  }
  .st-toolbar__buttons .btn:nth-of-type(odd) {
    margin-left: 0;
  }
}
.media-info-container .toolbar {
  margin: 10px 15px 15px 15px;
  justify-content: space-between;
}
.media-info-container .toolbar .btn {
  margin: 0 5px;
  width: auto;
  padding: 6px 12px;
}
.media-info-container .toolbar .btn.btn-white {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
.media-info-container .toolbar .btn.copy-media-btn {
  width: 15em;
}
.media-info-container .add-media-btn {
  margin: 15px 0 0 15px;
}
.media-info-container.panels {
  display: flex;
  flex-wrap: wrap;
  margin: 15px;
}
.media-info-container.panels .panel {
  margin: 0 15px 15px 0;
  width: 32.6%;
}
.media-info-container.panels .panel:nth-child(3n) {
  margin: 0 0% 15px 0;
}
.media-info-container.panels .panel h3 {
  margin: 0 0 10px 0;
}
.media-info-container.panels .panel textarea {
  width: 100%;
  overflow: hidden;
}
.media-info-container.panels .panel > div .part-season > div {
  display: flex;
  flex-wrap: nowrap;
}
.media-info-container.panels .panel > div .part-season > div .st-field-wrapper {
  width: 20%;
}
.media-info-container.panels .panel > div .part-season > div .st-field-wrapper:nth-last-child(1) {
  width: 60%;
}
.media-info-container.panels .panel > div .part-season h4 {
  border-bottom: 1px solid #DAE1F4;
}
.media-info-container.panels .panel > div .part-season:nth-last-child(1) {
  margin-top: 14px;
}
@media screen and (max-width: 1607px) {
  .media-info-container.panels .panel {
    width: 49.3%;
  }
  .media-info-container.panels .panel:nth-child(3n) {
    margin: 0 15px 15px 0;
  }
  .media-info-container.panels .panel:nth-child(2n) {
    margin: 0 0% 15px 0;
  }
}
@media screen and (max-width: 1135px) {
  .media-info-container.panels .panel {
    width: 70%;
  }
  .media-info-container.panels .panel:nth-child(3n) {
    margin: 0 15px 15px 0;
  }
  .media-info-container.panels .panel:nth-child(2n) {
    margin: 0 15px 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .media-info-container.panels .panel {
    width: 100%;
  }
  .media-info-container.panels .panel:nth-child(n) {
    margin: 0 0 15px 0;
  }
  .media-info-container.panels .panel > div .st-field-wrapper {
    min-width: initial;
    max-width: initial;
  }
  .media-info-container.panels .panel > div .part-season > div .st-field-wrapper {
    min-width: initial;
    max-width: initial;
    width: 20%!important;
  }
  .media-info-container.panels .panel > div .part-season > div .st-field-wrapper:nth-last-child(1) {
    min-width: initial;
    max-width: initial;
    width: 60%!important;
  }
}
@media screen and (max-width: 425px) {
  .media-info-container .toolbar .mp-tooltip {
    width: 100%;
    margin-right: 12px;
  }
  .media-info-container .toolbar .btn {
    width: 100%;
  }
  .media-info-container .toolbar .btn:nth-child(1) {
    margin-bottom: 6px;
  }
  .media-info-container.panels .panel > div .part-season > div {
    flex-wrap: wrap;
  }
  .media-info-container.panels .panel > div .part-season > div .st-field-wrapper {
    width: 50%!important;
  }
  .media-info-container.panels .panel > div .part-season > div .st-field-wrapper:nth-last-child(1) {
    width: 100%!important;
  }
}
.ppc-info {
  padding-top: 10px;
}
.ppc-info .flex-row {
  box-shadow: none;
  box-shadow: 0px 2px 20px 3px #e1e3fa;
}
@media screen and (max-width: 768px) {
  .ppc-info .flex-row {
    padding-bottom: 1%;
  }
}
.ppc-info-toolbar.flex-row {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ppc-info-toolbar.flex-row .season-part {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .ppc-info-toolbar.flex-row .season-part .mp-tooltip {
    width: 100%;
  }
}
.ppc-info-toolbar.flex-row .season-part .mp-tooltip .add-ppc-btn {
  margin-right: 0.5em;
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .ppc-info-toolbar.flex-row .season-part .mp-tooltip .add-ppc-btn {
    width: 100%;
  }
}
.ppc-info-toolbar.flex-row .level-discipline-part {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.ppc-info-toolbar.flex-row .level-discipline-part .st-field-wrapper {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ppc-info-toolbar.flex-row .level-discipline-part .st-field-wrapper {
    margin-top: 0.5em;
  }
}
.ppc-info-toolbar.flex-row .level-discipline-part .st-field-wrapper .form-group {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ppc-info-toolbar.flex-row .level-discipline-part .st-field-wrapper .form-group {
    padding: 0;
  }
}
.ppc-info-toolbar.flex-row .level-discipline-part .btn-action-delete {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .ppc-info-toolbar.flex-row .level-discipline-part .btn-action-delete {
    margin-top: 1em;
    width: 100%;
  }
}
.ppc-info .ppc-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 425px) {
  .ppc-info .ppc-container .drag-and-drop {
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  .ppc-info .ppc-container {
    flex-wrap: wrap;
  }
}
.ppc-info .ppc-container .flex-row {
  margin-bottom: 0;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 768px) {
  .ppc-info .ppc-container .flex-row:nth-child(2n + 1) {
    margin-right: 1%;
  }
}
@media screen and (max-width: 1160px) {
  .ppc-info .ppc-container .flex-row {
    width: 100%;
  }
}
.ppc-info .ppc-container .flex-row > div {
  width: 100%;
}
.ppc-info .ppc-container .flex-row .ppc-item-header {
  border-bottom: 1px solid #bfccd9;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.ppc-info .ppc-container .flex-row table {
  width: 100%;
  text-align: left;
  border-spacing: 0;
}
.ppc-info .ppc-container .flex-row table tbody tr {
  border-radius: 4px;
}
.ppc-info .ppc-container .flex-row table tbody tr:hover {
  background: #f5f7fa;
}
.ppc-info .ppc-container .flex-row table tbody tr .ppc-item-delete-btn {
  margin-top: 0;
  padding: 4px 5px;
  line-height: 1;
  float: right;
}
.ppc-info .ppc-container .flex-row table tbody tr td {
  padding: 1px 5px;
  min-width: 100px;
}
.ppc-info .ppc-container .flex-row table tbody tr td:nth-child(1) {
  width: 5%;
  min-width: 20px;
}
.ppc-info .ppc-container .flex-row table tbody tr td:nth-child(2) {
  width: 30%;
}
.ppc-info .ppc-container .flex-row table tbody tr td:nth-child(3) {
  width: 55%;
}
.ppc-info .ppc-container .flex-row table tbody tr td:nth-child(4) {
  width: 10%;
}
.ppc-info .ppc-container .flex-row .st-field-wrapper {
  border-top: 1px solid #bfccd9;
  padding-top: 5px;
  margin-top: 5px;
  width: 100%;
}
.ppc-info .ppc-container .flex-row .st-field-wrapper > .form-group.select {
  width: 100%;
  margin: 0;
}
.ppc-info .ppc-container .flex-row .st-field-wrapper > .form-group.select .react-select__menu {
  height: 200px;
  overflow: auto;
}
.ppc-info .ppc-container .flex-row .st-field-wrapper > .form-group.select .react-select__menu-list {
  display: table;
  width: 100%;
}
.ppc-info .ppc-container .flex-row .st-field-wrapper > .form-group.select .react-select__menu-list .option-row {
  cursor: pointer;
  width: 100%;
  display: table-row;
}
.ppc-info .ppc-container .flex-row .st-field-wrapper > .form-group.select .react-select__menu-list .option-row:hover {
  background: #DEEBFF;
}
.ppc-info .ppc-container .flex-row .st-field-wrapper > .form-group.select .react-select__menu-list .option-row div {
  display: table-cell;
  padding: 5px;
  padding-right: 0;
}
.ppc-info .ppc-container .flex-row .st-field-wrapper > .form-group.select .react-select__menu-list .option-row div td:lastOfChild {
  padding-right: 5px;
}
.ppc-info .ppc-container .flex-row .st-field-wrapper button {
  min-width: 110px;
  line-height: 1;
}
.ppc-info .ppc-container .flex-row.warning-text {
  text-align: center;
  font-style: italic;
  opacity: 0.5;
  width: 100%;
  margin-right: 1%;
  font-size: 14px;
}
.ppc-info .ppc-container .flex-row.warning-text p {
  width: 100%;
}
.ppc-info .ppc-container .flex-row.warning-text p:last-child {
  margin-top: 5px;
}
.ppc-info .ppc-container .flex-row.warning-text p a {
  text-decoration: underline;
  font-weight: bold;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .ppc-info .ppc-container .flex-row.warning-text {
    font-size: 13.3px;
  }
}
@media screen and (max-width: 768px) {
  .ppc-info .ppc-container .flex-row {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  input,
  select,
  textarea {
    height: 30px;
  }
  .media-info-panel {
    display: block !important;
  }
  .media-info-panel .upload-image-component {
    display: block;
  }
  .media-info-panel .upload-image-component .image-content {
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
  }
  .media-info-panel .social-field-group {
    display: block;
  }
  .media-info-panel .social-field-group .st-field-wrapper .form-group {
    padding-left: 0 !important;
  }
  .personalinfo,
  .flexible-block,
  .flex-row,
  .flex-col .flex-row {
    max-width: 95vw;
    /*width: 95vw !important;*/
    min-width: 95vw;
  }
  .personalinfo-row .flex-col.flex-row {
    display: contents !important;
  }
  .st-field-wrapper {
    width: 100% !important;
  }
  .image-toolbar {
    display: inline-block !important;
  }
  .image-toolbar a.image-btn {
    display: inline-block !important;
  }
  .st-app-header {
    /*display: block !important;*/
  }
  .st-app-header .st-app-header__functional {
    display: block;
  }
  .st-app-header .st-app-header__functional span.icon {
    font-size: 35px;
    line-height: 30px;
    left: 5px;
  }
  .st-app-header .st-app-header__functional .st-breadcrumb {
    max-width: 80vw;
  }
  .st-app-header .st-user-menu {
    float: right;
  }
  .st-app-header .st-user-menu .st-user-menu-name {
    vertical-align: text-bottom;
  }
  .st-app-header .st-user-menu .icon-isu-down {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .st-app-header .st-user-menu .icon {
    display: -webkit-inline-box;
  }
  .st-app-header .st-user-menu .icon-isu-up {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .st-app-header .st-user-menu .icon-user,
  .st-app-header .st-user-menu .icon.icon-isu-left.icon-isu-up,
  .st-app-header .st-user-menu .icon.icon-isu-left.icon-isu-down {
    position: relative;
    top: 5px;
  }
  .st-app-header .st-user-menu ul li {
    padding: 8px 8px 8px 0;
    border-radius: 5px;
    line-height: 1.5em;
    margin-top: 2px;
  }
  .st-app-header .st-user-menu ul li:first-child {
    border: 1px solid #cfdae6 !important;
    padding: 8px 8px 8px 0;
    border-radius: 5px;
    line-height: 1.5em;
  }
  .st-app-header .st-user-menu ul li:last-child {
    border: 1px solid #cfdae6 !important;
    padding: 8px 8px 8px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    line-height: 1.5em;
  }
  .team-container .general {
    margin: 0 !important;
    padding: 0;
    padding-top: 10px;
  }
  .team-container .general .person-info .form-inputs {
    width: 100%;
  }
  .team-container .general .look .table tr th:nth-child(4n+1),
  .team-container .general .look .table tr th:nth-child(4n+2),
  .team-container .general .look .table tr td:nth-child(4n+1),
  .team-container .general .look .table tr td:nth-child(4n+2) {
    min-width: 135px;
  }
  .team-container .general .look .table tr th:nth-child(4n+3),
  .team-container .general .look .table tr td:nth-child(4n+3) {
    min-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .custom-scroll {
    min-height: 0;
    min-width: 0;
  }
  .custom-scroll-handle {
    position: absolute;
    width: 100%;
    top: 0;
  }
  .custom-scroll .inner-handle {
    height: 97%;
    margin-top: 6px;
    background-color: rgba(78, 183, 245, 0.7);
    border-radius: 3px;
  }
  .custom-scroll .outer-container {
    overflow: hidden;
    position: relative;
  }
  .custom-scroll .outer-container:hover .custom-scrollbar {
    opacity: 1;
    transition-duration: 0.2s;
  }
  .custom-scroll .inner-container {
    overflow-x: hidden;
    overflow-y: visible;
    margin-right: -10% !important;
  }
  .custom-scroll .inner-container:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 60%, transparent 100%);
    pointer-events: none;
    transition: height 0.1s ease-in;
    will-change: height;
  }
  .custom-scroll .custom-scrollbar {
    position: absolute;
    height: 100%;
    width: 6px;
    right: 3px;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s ease-out;
    padding: 6px 0;
    box-sizing: border-box;
    will-change: opacity;
    pointer-events: none;
  }
  .custom-scroll .inner-container.content-scrolled:after {
    height: 5px;
    transition: height 0.15s ease-out;
  }
  .custom-scroll.scroll-handle-dragged .inner-container {
    user-select: none;
  }
  .custom-scroll.scroll-handle-dragged .custom-scrollbar {
    opacity: 1;
  }
}
.st-table,
.table {
  width: 98%;
  margin: 0 1% 5vmin 1%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .st-table,
  .table {
    font-size: 13.3px;
  }
}
@media screen and (max-width: 768px) {
  .st-table,
  .table {
    width: 100%;
    margin: 0 0 20vmin 0;
  }
}
.st-table-container,
.table-container {
  background-color: #fff;
  margin: 1%;
  border-radius: 6px;
  box-shadow: 0px 2px 20px 3px #e1e3fa;
}
.st-table .st-checkbox,
.table .st-checkbox {
  display: block;
  margin: 0;
}
.st-table .st-action-list,
.table .st-action-list {
  display: table;
  float: right;
}
.st-table .st-action-list:after,
.table .st-action-list:after {
  content: "";
  display: table;
  clear: both;
}
.st-table th,
.table th,
.st-table td,
.table td {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1280px) {
  .st-table th,
  .table th,
  .st-table td,
  .table td {
    min-width: initial;
  }
}
.st-table th:first-of-type,
.table th:first-of-type,
.st-table td:first-of-type,
.table td:first-of-type {
  min-width: auto;
}
.st-table th:last-of-type,
.table th:last-of-type,
.st-table td:last-of-type,
.table td:last-of-type {
  padding-right: 20px;
}
.st-table thead tr,
.table thead tr {
  border-bottom: 1px solid #cfdae6;
}
.st-table thead tr th,
.table thead tr th {
  font-size: 16px;
  line-height: 2em;
  position: relative;
  letter-spacing: -0.5px;
  font-weight: normal;
  font-family: Roboto-Medium, Helvetica-Neue, Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  .st-table thead tr th,
  .table thead tr th {
    font-size: 14.4px;
  }
}
.st-table thead tr th .st-checkbox,
.table thead tr th .st-checkbox {
  font-size: 0.95rem;
}
.st-table .col-sorting-enabled,
.table .col-sorting-enabled {
  cursor: pointer;
}
.st-table tbody,
.table tbody {
  cursor: pointer;
}
.st-table tbody tr,
.table tbody tr {
  position: relative;
  border-top: 1px solid #DAE1F4;
  transition: all 0.2s cubic-bezier(0, 0.51, 0.46, 0.78);
}
.st-table tbody tr:hover,
.table tbody tr:hover {
  box-shadow: 0 0 10px 0 #DAE1F4;
  background-color: white;
}
.st-table tbody tr:after,
.table tbody tr:after {
  position: absolute;
}
.st-table tbody tr td,
.table tbody tr td {
  line-height: 1rem;
  height: 45px;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 768px) {
  .st-table tbody tr td,
  .table tbody tr td {
    line-height: 1.5em;
  }
}
.st-table tbody tr td .st-action-list.list-actions button,
.table tbody tr td .st-action-list.list-actions button {
  margin: 0;
}
.st-table th.col-sortby,
.table th.col-sortby {
  padding-left: 20px !important;
}
.st-table th.col-sortby:after,
.table th.col-sortby:after {
  position: absolute;
  content: '\ea1a';
  font-family: 'isudb';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  transform: rotate(90deg);
  left: 0;
}
.st-table th.col-sortby.col-sortby-desc:after,
.table th.col-sortby.col-sortby-desc:after {
  transform: rotate(270deg);
  left: 0;
}
.st-table-dropdown,
.table-dropdown {
  transition: all 0.2s cubic-bezier(0.55, 0.06, 0.94, 1);
  margin-bottom: 0;
}
.st-table-dropdown thead tr th,
.table-dropdown thead tr th {
  cursor: pointer;
}
.st-table-dropdown thead tr th:focus,
.table-dropdown thead tr th:focus {
  opacity: 0.75;
}
.st-table-dropdown thead tr th > div,
.table-dropdown thead tr th > div {
  color: transparent;
  visibility: hidden;
  position: relative;
}
.st-table-dropdown thead tr th > div:after,
.table-dropdown thead tr th > div:after {
  visibility: visible;
  color: #333;
  position: absolute;
  content: '\ea1a';
  font-family: 'isudb';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  left: 0;
  transform: rotate(180deg);
}
.st-table-dropdown tbody,
.table-dropdown tbody {
  cursor: default;
}
.st-table-dropdown tbody tr:hover,
.table-dropdown tbody tr:hover {
  box-shadow: none;
  background-color: inherit;
}
.st-table-collapsed,
.table-collapsed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.st-table-triggered,
.table-triggered {
  opacity: 1;
  visibility: visible;
}
.dropdown-table {
  width: 220px;
  position: relative;
  transition: all 0.15s ease-in;
  opacity: 1;
}
.dropdown-table input {
  width: 100%;
}
.dropdown-table > div {
  position: absolute;
  top: 0;
  z-index: 100;
}
.dropdown-table > div .table {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
}
.dropdown-table .form-group {
  margin-bottom: 0;
}
.dropdown-table .form-group .input-group {
  position: relative;
}
.dropdown-table .form-group .input-group-addon {
  display: none;
}
.dropdown-table .form-group .input-group input {
  padding-right: 1.5rem;
  border-color: #ebebeb;
}
.dropdown-table span.icon {
  position: absolute;
  top: 24%;
  right: 2%;
  z-index: 100;
}
.dropdown-table span.icon:hover {
  cursor: pointer;
}
.edit-mode .table input {
  max-width: 75px;
}
.referee-judges-container .drag-table {
  width: 100%;
  margin: 0;
  border: 1px solid #cfdae6;
}
.referee-judges-container .drag-table .col-sorting-enabled::after {
  top: 5px;
}
.referee-judges-container .drag-table th {
  text-align: left;
  cursor: default;
}
.referee-judges-container .drag-table td,
.referee-judges-container .drag-table th {
  padding: 5px;
}
.referee-judges-container .drag-table td div,
.referee-judges-container .drag-table th div {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.referee-judges-container .drag-table td a,
.referee-judges-container .drag-table th a,
.referee-judges-container .drag-table td input,
.referee-judges-container .drag-table th input,
.referee-judges-container .drag-table td textarea,
.referee-judges-container .drag-table th textarea {
  width: 100%;
}
.referee-judges-container .drag-table td .not-valid,
.referee-judges-container .drag-table th .not-valid {
  border: 1px solid #d9534f;
}
.referee-judges-container .drag-table td textarea,
.referee-judges-container .drag-table th textarea {
  min-height: 30px;
  top: 2px;
  position: relative;
}
.referee-judges-container .drag-table tr td:nth-child(1),
.referee-judges-container .drag-table tr th:nth-child(1) {
  width: 5%;
  text-align: center;
}
.referee-judges-container .drag-table tr td:nth-child(2) {
  max-width: 200px;
}
.referee-judges-container .drag-table tr td:nth-child(2),
.referee-judges-container .drag-table tr th:nth-child(2) {
  width: 45%;
  min-width: 100px;
}
.referee-judges-container .drag-table tr td:nth-child(3),
.referee-judges-container .drag-table tr th:nth-child(3) {
  width: 45%;
  min-width: 100px;
}
.referee-judges-container .drag-table tr td:nth-child(4),
.referee-judges-container .drag-table tr th:nth-child(4) {
  width: 5%;
}
.referee-judges-container .drag-table tr td:nth-child(4) .icon-bin,
.referee-judges-container .drag-table tr th:nth-child(4) .icon-bin {
  font-size: 15px;
}
.st-pager {
  height: 25px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .st-pager {
    font-size: 13.3px;
  }
}
.st-pager-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 1%;
}
.st-pager-wrap {
  position: relative;
}
.st-pager-nav {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 21px;
}
.st-pager-nav .icon {
  font-size: 21px;
}
.st-pager-nav .brick {
  width: 150px;
  display: inline-block;
}
.st-pager .st-pager-pagination {
  display: inline-flex;
}
.st-pager .st-pager-pagination li {
  opacity: 0;
  width: 21px;
  height: 21px;
}
.st-pager .st-pager-pagination li a {
  display: block;
  width: 21px;
  height: 21px;
}
.st-pager .st-pager-pagination li:nth-of-type(3) {
  opacity: 1;
  width: 150px;
  text-align: center;
}
.st-pager .st-pager-pagination li:nth-of-type(3) .pagination-info {
  width: 100%;
}
.st-pager select {
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 1px 1px 0 0;
  height: 21px;
  padding: initial;
}
.st-pager select:hover {
  box-shadow: none;
}
.custom-scroll {
  min-height: 0;
  min-width: 0;
}
.custom-scroll-handle {
  position: absolute;
  width: 100%;
  top: 0;
}
.custom-scroll .inner-handle {
  height: 97%;
  margin-top: 6px;
  background-color: rgba(78, 183, 245, 0.7);
  border-radius: 3px;
}
.custom-scroll .outer-container {
  overflow: hidden;
  position: relative;
}
.custom-scroll .outer-container:hover .custom-scrollbar {
  opacity: 1;
  transition-duration: 0.2s;
}
.custom-scroll .inner-container {
  overflow-x: hidden;
  overflow-y: visible;
  margin-right: -10% !important;
}
.custom-scroll .inner-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 60%, transparent 100%);
  pointer-events: none;
  transition: height 0.1s ease-in;
  will-change: height;
}
.custom-scroll .custom-scrollbar {
  position: absolute;
  height: 100%;
  width: 6px;
  right: 3px;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease-out;
  padding: 6px 0;
  box-sizing: border-box;
  will-change: opacity;
  pointer-events: none;
}
.custom-scroll .inner-container.content-scrolled:after {
  height: 5px;
  transition: height 0.15s ease-out;
}
.custom-scroll.scroll-handle-dragged .inner-container {
  user-select: none;
}
.custom-scroll.scroll-handle-dragged .custom-scrollbar {
  opacity: 1;
}
.form-container {
  padding: 20px;
}
.form-container .st-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.form-container .st-row .col-lg-1 {
  width: 8.33333333%;
  min-width: 65px;
}
.form-container .st-row .col-lg-2 {
  width: 16.66666667%;
  min-width: 130px;
}
.form-container .st-row .col-lg-3 {
  width: 25%;
  min-width: 195px;
}
.form-container .st-row .col-lg-4 {
  width: 33.33333333%;
  min-width: 260px;
}
.form-container .st-row .col-lg-5 {
  width: 41.66666667%;
  min-width: 325px;
}
.form-container .st-row .col-lg-6 {
  width: 50%;
  min-width: 390px;
}
.form-container .st-row .col-lg-7 {
  width: 58.33333333%;
  min-width: 455px;
}
.form-container .st-row .col-lg-8 {
  width: 66.66666667%;
  min-width: 520px;
}
.form-container .st-row .col-lg-9 {
  width: 75%;
  min-width: 585px;
}
.form-container .st-row .col-lg-10 {
  width: 83.33333333%;
  min-width: 650px;
}
.form-container .st-row .col-lg-11 {
  width: 91.66666667%;
  min-width: 715px;
}
.form-container .st-row .col-lg-12 {
  width: 100%;
  min-width: 780px;
}
.form-container .st-row .st-col {
  display: flex;
  flex-direction: column;
}
.form-container .st-field .form-control {
  width: 100%;
  min-height: initial;
}
.panel {
  background: white;
  padding: 10px;
  margin: 10px auto 0 auto;
  border-radius: 6px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .panel {
    font-size: 13.3px;
  }
}
.panel-shading {
  box-shadow: 0px 2px 20px 3px #e1e3fa;
}
.music {
  padding: 15px;
}
.music-toolbar {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.music-toolbar .st-field-wrapper {
  width: 200px;
}
.music-toolbar .season-part {
  display: flex;
}
@media screen and (max-width: 768px) {
  .music-toolbar .season-part {
    padding: 0 !important;
    width: 100%;
    flex-direction: column;
  }
}
.music-toolbar .season-part .btn-white {
  min-width: 150px;
  margin-right: 0.5em;
}
@media screen and (max-width: 919px) {
  .music-toolbar .season-part .btn-white {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .music-toolbar .season-part .btn-white {
    width: 100%;
  }
}
.music-toolbar .level-discipline-part {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .music-toolbar .level-discipline-part {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .music-toolbar .level-discipline-part .st-field-wrapper {
    margin-top: 1em;
    width: 100%;
  }
}
.music-toolbar .level-discipline-part .st-field-wrapper .form-group {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .music-toolbar .level-discipline-part .st-field-wrapper .form-group {
    padding: 0;
  }
}
.music-toolbar .btn-action-delete {
  height: 30px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .music-toolbar .btn-action-delete {
    margin-top: 1em;
    width: 100%;
  }
}
.music .panel {
  margin: 15px 0 0 0 !important;
}
.music-items {
  min-width: 1695px;
}
.music-items .warning-text {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .music-items {
    min-width: unset;
  }
}
.music-items .music-item .add-music-row-icon {
  width: 25px;
  height: 25px;
  padding: 1px;
}
.music-items .music-item .music-item-url-container .icon:first-child {
  margin-right: 5px;
}
.music-items .music-item .round-type {
  border-bottom: 1px solid #bfccd9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.music-items .music-item .round-type h3 {
  margin: 8px 0;
}
.music-items .music-item .round-type .mp-tooltip {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .music-items .music-item .round-type .mp-tooltip .mp-tooltip-icon {
    display: none;
    background-color: transparent;
  }
  .music-items .music-item .round-type .mp-tooltip .mp-tooltip-icon span {
    display: none;
  }
  .music-items .music-item .round-type .mp-tooltip .mp-tooltip-icon::after {
    display: none;
  }
  .music-items .music-item .round-type .mp-tooltip .mp-tooltip-icon-top::after {
    display: none;
  }
}
.music-items .music-item .table-wrapper {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .music-items .music-item .table-wrapper {
    overflow-x: auto;
    position: relative;
    width: 100%;
  }
}
.music-items .music-item .table-wrapper th i {
  margin-left: 5px;
}
.music-items .music-item .table-wrapper table {
  width: 100%;
  min-width: 1500px;
  text-align: left;
  border-spacing: 0;
}
.music-items .music-item .table-wrapper table tbody tr:hover {
  background: #f5f7fa;
}
.music-items .music-item .table-wrapper table tr.total-duration td {
  border-top: 1px solid #bfccd9;
  font-weight: bold;
}
.music-items .music-item .table-wrapper table tr.total-duration ul li {
  list-style-type: disc;
}
.music-items .music-item .table-wrapper table tr.member-music-selector td {
  border-top: 1px solid #bfccd9;
}
.music-items .music-item .table-wrapper table tr td {
  padding: 5px;
  position: relative;
}
.music-items .music-item .table-wrapper table tr td .st-field-wrapper .form-group {
  margin: 0;
  padding: 0;
}
.music-items .music-item .table-wrapper table tr td .st-field-wrapper .form-group label {
  display: none;
}
.music-items .music-item .table-wrapper table tr td .st-field-wrapper.checkbox-field-wrapper {
  height: initial;
  display: flex;
}
.music-items .music-item .table-wrapper table tr td .st-field-wrapper.checkbox-field-wrapper label {
  display: inline-block;
  margin: 0;
}
.music-items .music-item .table-wrapper table tr td .st-field-wrapper.checkbox-field-wrapper .st-checkbox {
  top: -8px;
}
.music-items .music-item .table-wrapper table tr td input[type="number"]::-webkit-outer-spin-button,
.music-items .music-item .table-wrapper table tr td input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.music-items .music-item .table-wrapper table tr td input[type="number"] {
  -moz-appearance: textfield;
}
.music-items .music-item .table-wrapper table tr td .member-music-item-delete-btn {
  margin-top: 0;
  padding: 4px 5px;
  line-height: 1;
  float: right;
}
.music-items .music-item .table-wrapper table tr td textarea {
  display: block;
  resize: vertical;
  min-height: 30px;
  width: 100%;
}
.music-items .music-item .table-wrapper table th:nth-child(1),
.music-items .music-item .table-wrapper table td:nth-child(1) {
  width: 45px;
}
.music-items .music-item .table-wrapper table th:nth-child(2),
.music-items .music-item .table-wrapper table td:nth-child(2) {
  width: 70px;
}
.music-items .music-item .table-wrapper table th:nth-child(3),
.music-items .music-item .table-wrapper table td:nth-child(3) {
  min-width: 170px;
}
.music-items .music-item .table-wrapper table th:nth-child(4),
.music-items .music-item .table-wrapper table td:nth-child(4) {
  min-width: 170px;
}
.music-items .music-item .table-wrapper table th:nth-child(5),
.music-items .music-item .table-wrapper table td:nth-child(5) {
  min-width: 170px;
}
.music-items .music-item .table-wrapper table th:nth-child(6),
.music-items .music-item .table-wrapper table td:nth-child(6) {
  min-width: 150px;
}
.music-items .music-item .table-wrapper table th:nth-child(7),
.music-items .music-item .table-wrapper table td:nth-child(7) {
  width: 70px;
}
.music-items .music-item .table-wrapper table th:nth-child(8),
.music-items .music-item .table-wrapper table td:nth-child(8) {
  min-width: 160px;
}
.music-items .music-item .table-wrapper table th:nth-child(9),
.music-items .music-item .table-wrapper table td:nth-child(9) {
  min-width: 160px;
}
.music-items .music-item .table-wrapper table th:nth-child(10),
.music-items .music-item .table-wrapper table td:nth-child(10) {
  min-width: 35px;
}
.music-items .music-item .table-wrapper table th:nth-child(11),
.music-items .music-item .table-wrapper table td:nth-child(11) {
  width: 80px;
}
.music-items .music-item .table-wrapper table th:nth-child(11) .checkbox-tooltip,
.music-items .music-item .table-wrapper table td:nth-child(11) .checkbox-tooltip {
  width: 20px;
}
.music-items .music-item .table-wrapper table th:nth-child(11) .checkbox-tooltip .mp-tooltip,
.music-items .music-item .table-wrapper table td:nth-child(11) .checkbox-tooltip .mp-tooltip {
  margin-left: 5px;
}
.music-items .music-item .table-wrapper table th:nth-child(12),
.music-items .music-item .table-wrapper table td:nth-child(12) {
  min-width: 40px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .music-items .music-item .table-wrapper table th:nth-child(1),
  .music-items .music-item .table-wrapper table td:nth-child(1) {
    width: 45px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(2),
  .music-items .music-item .table-wrapper table td:nth-child(2) {
    width: 45px;
    min-width: 45px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(3),
  .music-items .music-item .table-wrapper table td:nth-child(3) {
    width: 70px;
    min-width: 70px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(4),
  .music-items .music-item .table-wrapper table td:nth-child(4) {
    min-width: 170px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(5),
  .music-items .music-item .table-wrapper table td:nth-child(5) {
    min-width: 170px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(6),
  .music-items .music-item .table-wrapper table td:nth-child(6) {
    min-width: 170px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(7),
  .music-items .music-item .table-wrapper table td:nth-child(7) {
    min-width: 150px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(8),
  .music-items .music-item .table-wrapper table td:nth-child(8) {
    width: 70px;
    min-width: 70px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(9),
  .music-items .music-item .table-wrapper table td:nth-child(9) {
    min-width: 160px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(10),
  .music-items .music-item .table-wrapper table td:nth-child(10) {
    min-width: 160px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(11),
  .music-items .music-item .table-wrapper table td:nth-child(11) {
    min-width: 35px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(12),
  .music-items .music-item .table-wrapper table td:nth-child(12) {
    width: 80px;
    min-width: 80px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(12) .fa-info-circle,
  .music-items .music-item .table-wrapper table td:nth-child(12) .fa-info-circle {
    margin-left: 5px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(12) .checkbox-tooltip,
  .music-items .music-item .table-wrapper table td:nth-child(12) .checkbox-tooltip {
    width: 20px;
  }
  .music-items .music-item .table-wrapper table th:nth-child(12) .checkbox-tooltip .mp-tooltip-icon,
  .music-items .music-item .table-wrapper table td:nth-child(12) .checkbox-tooltip .mp-tooltip-icon {
    display: none;
    background-color: transparent;
  }
  .music-items .music-item .table-wrapper table th:nth-child(12) .checkbox-tooltip .mp-tooltip-icon span,
  .music-items .music-item .table-wrapper table td:nth-child(12) .checkbox-tooltip .mp-tooltip-icon span {
    display: none;
  }
  .music-items .music-item .table-wrapper table th:nth-child(12) .checkbox-tooltip .mp-tooltip-icon::after,
  .music-items .music-item .table-wrapper table td:nth-child(12) .checkbox-tooltip .mp-tooltip-icon::after {
    display: none;
  }
  .music-items .music-item .table-wrapper table th:nth-child(12) .checkbox-tooltip .mp-tooltip-icon-top::after,
  .music-items .music-item .table-wrapper table td:nth-child(12) .checkbox-tooltip .mp-tooltip-icon-top::after {
    display: none;
  }
  .music-items .music-item .table-wrapper table th:nth-child(13),
  .music-items .music-item .table-wrapper table td:nth-child(13) {
    min-width: 40px;
    text-align: right;
  }
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(1),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(1) {
  width: 45px;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(2),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(2) {
  width: 70px;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(3),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(3) {
  min-width: 170px;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(4),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(4) {
  min-width: 170px;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(5),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(5) {
  min-width: 170px;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(6),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(6) {
  min-width: 170px;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(7),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(7) {
  min-width: 170px;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(8),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(8) {
  min-width: 150px;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(9),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(9) {
  width: 70px;
  min-width: 0;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(10),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(10) {
  min-width: 160px;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(11),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(11) {
  min-width: 160px;
  text-align: left;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(12),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(12) {
  min-width: 35px;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(13),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(13) {
  width: 80px;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(13) .checkbox-tooltip,
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(13) .checkbox-tooltip {
  width: 20px;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(14),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(14) {
  min-width: 40px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(1),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(1) {
    width: 45px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(2),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(2) {
    width: 45px;
    min-width: 45px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(3),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(3) {
    width: 70px;
    min-width: 70px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(4),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(4) {
    min-width: 170px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(5),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(5) {
    min-width: 170px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(6),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(6) {
    min-width: 170px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(7),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(7) {
    min-width: 170px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(8),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(8) {
    min-width: 170px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(9),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(9) {
    min-width: 150px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(10),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(10) {
    width: 70px;
    min-width: 70px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(11),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(11) {
    min-width: 160px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(12),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(12) {
    min-width: 160px;
    text-align: left;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(13),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(13) {
    min-width: 35px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(14),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(14) {
    width: 80px;
    min-width: 80px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(14) .fa-info-circle,
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(14) .fa-info-circle {
    margin-left: 5px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(14) .checkbox-tooltip,
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(14) .checkbox-tooltip {
    width: 20px;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(14) .checkbox-tooltip .mp-tooltip-icon,
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(14) .checkbox-tooltip .mp-tooltip-icon {
    display: none;
    background-color: transparent;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(14) .checkbox-tooltip .mp-tooltip-icon span,
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(14) .checkbox-tooltip .mp-tooltip-icon span {
    display: none;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(14) .checkbox-tooltip .mp-tooltip-icon::after,
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(14) .checkbox-tooltip .mp-tooltip-icon::after {
    display: none;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(14) .checkbox-tooltip .mp-tooltip-icon-top::after,
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(14) .checkbox-tooltip .mp-tooltip-icon-top::after {
    display: none;
  }
  .music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(15),
  .music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(15) {
    min-width: 40px;
    text-align: right;
  }
}
.music-url-notes {
  text-align: center;
  font-style: italic;
  opacity: 0.8;
  font-size: 14px;
  margin-top: 5px;
}
.icon-btn {
  border-radius: 25%;
  height: 35px;
  width: 35px;
  border: 1px solid #bfccd9;
  background: #fff;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s cubic-bezier(0.55, 0.06, 0.94, 1);
}
.icon-btn:hover {
  border-color: #cfdae6;
}
.icon-btn:hover .icon {
  color: #5c67e6;
}
.icon-btn:hover .icon *::before {
  color: #5c67e6;
}
.icon-btn.delete-btn {
  background: #ed5556;
  border: 1px solid #ed5556;
  color: #ffffff;
}
.icon-btn.delete-btn:hover {
  border-color: #f07172;
  background: #f07172;
}
.icon-btn.delete-btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.icon-btn.delete-btn .icon {
  color: #fff;
}
.icon-btn.delete-btn .icon:hover {
  color: #fff;
}
.dropdown {
  position: relative;
  z-index: 5;
}
.dropdown .st-btn.btn-white {
  background: #fff;
  color: #0b1153;
  border: 1px solid #bfccd9;
  height: 32.4px;
  display: flex;
  transition: none;
}
.dropdown .st-btn.btn-white * {
  pointer-events: none;
}
.dropdown .st-btn.btn-white:focus {
  box-shadow: none;
}
.dropdown .st-btn.btn-white .name {
  margin-right: 6px;
}
.dropdown .st-btn.btn-white .icon {
  transform: rotate(90deg);
}
.dropdown .st-btn.btn-white .icon .path1 {
  visibility: hidden;
}
.dropdown.active .btn-white {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.dropdown.active .btn-white .icon {
  transform: rotate(-90deg);
}
.dropdown.active .dropdown-body {
  opacity: 1;
  pointer-events: initial;
}
.dropdown .dropdown-body {
  position: absolute;
  top: 32px;
  left: 0;
  display: flex;
  flex-direction: column;
  transition: 0.2s all ease-out;
  background: #fff;
  color: #0b1153;
  border: 1px solid #bfccd9;
  opacity: 0;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  pointer-events: none;
  min-width: 100%;
}
.dropdown .dropdown-body > * {
  border-bottom: 1px solid #bfccd9;
  white-space: nowrap;
  padding: 6px 12px;
  transition: opacity 0.2s ease-out;
}
.dropdown .dropdown-body > *:hover {
  opacity: 0.6;
}
.dropdown .dropdown-body > *:first-of-type {
  border-top-right-radius: 4px;
}
.dropdown .dropdown-body > *:last-of-type {
  border-bottom: none;
}
.dropdown .dropdown-body ul {
  padding: 0;
}
.dropdown .dropdown-body ul li {
  line-height: 30px;
  padding: 0 12px;
  border-bottom: 1px solid #bfccd9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown .dropdown-body ul li:last-of-type {
  border-bottom: none;
}
.dropdown .dropdown-body ul li span {
  font: 14px Roboto-Regular, Helvetica-Neue, Helvetica, sans-serif;
}
.dropdown .dropdown-body ul li button {
  padding: 0;
  background: transparent;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  font-weight: normal;
  color: #0b1153;
  transition: all 0.15s ease-out;
  font-family: Roboto-Bold;
}
@media screen and (max-width: 768px) {
  .dropdown .dropdown-body ul li button {
    font-size: 13.3px;
  }
}
.dropdown .dropdown-body ul li button:hover {
  opacity: 0.6;
}
.dropdown .dropdown-body ul li button:disabled {
  cursor: not-allowed;
}
.dropdown .dropdown-body ul:hover {
  opacity: 1;
}
.download-result {
  padding: 10px;
  width: 100%;
}
.download-result.success {
  background: #b1f0df;
  color: #474e4c;
}
.download-result.error {
  background: #ed5556;
  color: #690d0b;
}
.report-buttons {
  cursor: default;
}
.report-buttons > li .link-groups {
  display: inline-flex;
}
.report-buttons > li .link-groups .item {
  margin-left: 10px;
  cursor: pointer;
}
.report-buttons > li .link-groups .item.hiden {
  opacity: 0;
  cursor: default;
}
.report-detail .btn-action-delete {
  margin-top: 0;
  margin-right: 0;
}
.report-detail .close-btn {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .report-detail .st-toolbar__buttons .btn {
    width: calc(50% - 5px);
  }
  .report-detail .st-toolbar .btn-primary,
  .report-detail .st-toolbar .full-width-btn {
    width: 100%;
  }
}
.report-detail .st-action-list {
  display: inline-flex;
  margin: auto 0;
}
.report-detail .st-action-list .btn-default {
  font-family: Roboto-Medium, Helvetica-Neue, Helvetica, sans-serif;
  text-align: center;
  transition: all 0.2s ease-in;
  background: #5c67e6;
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #5c67e6;
  border-radius: 4px;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1.42;
  padding: 6px 12px;
  font-size: 14px;
  user-select: none;
  font-weight: normal;
  background-image: none;
  min-width: 70px;
  margin-right: 0px;
}
.report-detail .st-action-list .btn-default:hover {
  border-color: #727ce9;
  background: #727ce9;
}
.report-detail .st-action-list .btn-action-delete-report {
  margin-left: 5px;
  background: #ed5556;
  border: 1px solid #ed5556;
  margin-right: 0px;
}
.report-detail .st-action-list .btn-action-delete-report:hover {
  border-color: #f07172;
  background: #f07172;
}
@media screen and (max-width: 768px) {
  .report-detail .st-toolbar__buttons .btn {
    width: 100%;
    margin-left: 0px;
  }
  .report-detail .st-action-list .btn-action-delete-report {
    margin-left: 0px;
    margin-top: 5px;
  }
  .report-detail .official-lookup .btn-primary {
    margin-top: 5px;
  }
  .report-detail .official-lookup .btn {
    margin-top: 5px;
    min-width: 100%;
  }
}
.report-detail .official-lookup {
  display: inline-block;
  width: 100%;
}
.report-detail .official-lookup .st-field-wrapper {
  display: inline-block;
  width: calc(100% - 400px);
}
.report-detail .official-lookup .st-field-wrapper .form-group label {
  display: none;
}
.report-detail .official-lookup .st-field-wrapper .form-group .st-field,
.report-detail .official-lookup .st-field-wrapper .form-group .react-select {
  width: 100%;
}
.report-detail .official-lookup .official-searchbox {
  display: inline-block;
}
.report-detail .official-lookup .official-searchbox .st-field-wrapper {
  width: 100%;
  display: inline-block;
}
.report-detail .official-lookup .official-searchbox .st-field-wrapper .form-group label {
  display: inline-block;
}
.report-detail .official-lookup .official-searchbox .st-field-wrapper .form-group .st-field,
.report-detail .official-lookup .official-searchbox .st-field-wrapper .form-group .react-select {
  width: 100%;
}
.report-detail .official-lookup .btn {
  display: inline-block;
  width: 194px;
  margin-right: 5px;
}
.report-detail .official-lookup-from-all {
  display: inline-block;
  width: 100%;
}
.report-detail .official-lookup-from-all .lookup-clear {
  position: relative;
  float: right;
  margin-right: 60px;
  margin-top: -25px;
  z-index: 4;
  cursor: pointer;
}
.report-detail .official-lookup-from-all span.national {
  position: absolute;
  margin-top: -1.8%;
  font-size: 150%;
}
.report-detail .official-lookup-from-all .st-field-wrapper {
  display: inline-block;
  width: 100%;
}
.report-detail .official-lookup-from-all .st-field-wrapper .form-group .mp-tooltip {
  margin-left: 0px !important;
}
.report-detail .official-lookup-from-all .st-field-wrapper .form-group .mp-tooltip .mp-tooltip-icon-top {
  margin-left: 0px;
}
.report-detail .official-lookup-from-all .st-field-wrapper .form-group .mp-tooltip .mp-tooltip-icon-top::after {
  left: 50%;
}
.report-detail .official-lookup-from-all .st-field-wrapper .form-group label {
  display: none;
}
.report-detail .official-lookup-from-all .st-field-wrapper .form-group .react-select__menu {
  z-index: 5;
}
.report-detail .official-lookup-from-all .st-field-wrapper .form-group .st-field,
.report-detail .official-lookup-from-all .st-field-wrapper .form-group .react-select {
  width: 100%;
}
.report-detail .official-lookup-from-all .st-field-wrapper .form-group .st-field .clear-field,
.report-detail .official-lookup-from-all .st-field-wrapper .form-group .react-select .clear-field {
  display: flex;
  float: right;
  margin-top: -22px;
  margin-right: 1%;
  cursor: pointer;
}
.report-detail .official-lookup-from-all .st-field-wrapper .form-group .st-field .clear-field i,
.report-detail .official-lookup-from-all .st-field-wrapper .form-group .react-select .clear-field i {
  z-index: 2;
}
.report-detail .official-lookup-from-all .official-searchbox {
  display: inline-block;
}
.report-detail .official-lookup-from-all .official-searchbox .st-field-wrapper {
  width: 100%;
  display: inline-block;
}
.report-detail .official-lookup-from-all .official-searchbox .st-field-wrapper .form-group label {
  display: inline-block;
}
.report-detail .official-lookup-from-all .official-searchbox .st-field-wrapper .form-group .st-field,
.report-detail .official-lookup-from-all .official-searchbox .st-field-wrapper .form-group .react-select {
  width: 100%;
}
.report-detail .official-lookup-from-all .btn {
  display: inline-block;
  width: 195px;
  margin-left: 5px;
}
.report-detail .field-invalid .react-select,
.report-detail .field-invalid input,
.report-detail .field-invalid textarea {
  border: 1px solid red;
  border-radius: 4px;
}
.report-detail .field-invalid .react-select__input input {
  background: 0px center;
  border: 0px;
}
.report-detail .field-invalid .file-selector-field .file-container {
  border: 1px solid red;
  border-radius: 4px;
}
.referee-report-detail .outer-panel {
  margin-top: 1px;
  padding: 15px;
  padding-bottom: 30px;
}
.referee-report-detail .panel .panel-shading .form-group .mp-tooltip-icon-top {
  margin-left: 150px;
}
.referee-report-detail .panel .panel-shading .form-group .mp-tooltip-icon-top::after {
  left: 10%;
}
.referee-report-detail .mp-tooltip {
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .referee-report-detail .mp-tooltip .mp-tooltip-icon {
    display: none;
    background-color: transparent;
  }
  .referee-report-detail .mp-tooltip .mp-tooltip-icon span {
    display: none;
  }
  .referee-report-detail .mp-tooltip .mp-tooltip-icon::after {
    display: none;
  }
  .referee-report-detail .mp-tooltip .mp-tooltip-icon-top::after {
    display: none;
  }
}
.referee-report-detail .mp-tooltip-icon {
  white-space: pre-line;
  text-align: left;
}
.referee-report-detail .report-lookups .st-field-wrapper,
.referee-report-detail .report-base-info .st-field-wrapper {
  margin-top: 0;
}
.referee-report-detail .report-lookups .st-field-wrapper .form-group,
.referee-report-detail .report-base-info .st-field-wrapper .form-group {
  display: inline-block;
}
.referee-report-detail .report-lookups .st-field-wrapper .form-group label,
.referee-report-detail .report-base-info .st-field-wrapper .form-group label {
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 10px;
}
.referee-report-detail .report-lookups .st-field-wrapper .form-group .mp-daypicker,
.referee-report-detail .report-base-info .st-field-wrapper .form-group .mp-daypicker {
  display: inline-block;
  width: 135px;
}
.referee-report-detail .report-lookups .st-field-wrapper .form-group .st-field,
.referee-report-detail .report-base-info .st-field-wrapper .form-group .st-field,
.referee-report-detail .report-lookups .st-field-wrapper .form-group .react-select,
.referee-report-detail .report-base-info .st-field-wrapper .form-group .react-select,
.referee-report-detail .report-lookups .st-field-wrapper .form-group st-radio-field,
.referee-report-detail .report-base-info .st-field-wrapper .form-group st-radio-field {
  display: inline-block;
  width: calc(100% - 200px);
}
.referee-report-detail .report-lookups .st-field-wrapper.copy-field label,
.referee-report-detail .report-base-info .st-field-wrapper.copy-field label {
  top: 0px;
}
@media screen and (max-width: 768px) {
  .referee-report-detail .report-lookups .st-field-wrapper,
  .referee-report-detail .report-base-info .st-field-wrapper {
    margin-top: 5px;
    border-bottom: 1px solid #f2f2f2;
  }
  .referee-report-detail .report-lookups .st-field-wrapper .form-group,
  .referee-report-detail .report-base-info .st-field-wrapper .form-group {
    display: block;
  }
  .referee-report-detail .report-lookups .st-field-wrapper .form-group label,
  .referee-report-detail .report-base-info .st-field-wrapper .form-group label {
    display: block;
    width: 100%;
    position: initial;
    top: 0;
    margin-bottom: 0;
  }
  .referee-report-detail .report-lookups .st-field-wrapper .form-group .st-field,
  .referee-report-detail .report-base-info .st-field-wrapper .form-group .st-field,
  .referee-report-detail .report-lookups .st-field-wrapper .form-group .react-select,
  .referee-report-detail .report-base-info .st-field-wrapper .form-group .react-select,
  .referee-report-detail .report-lookups .st-field-wrapper .form-group st-radio-field,
  .referee-report-detail .report-base-info .st-field-wrapper .form-group st-radio-field {
    display: block;
    width: 100%;
  }
  .referee-report-detail .report-lookups .round-date .form-group label,
  .referee-report-detail .report-base-info .round-date .form-group label {
    margin-bottom: 5px;
  }
  .referee-report-detail .report-lookups .round-date .form-group .st-field,
  .referee-report-detail .report-base-info .round-date .form-group .st-field {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .referee-report-detail .report-lookups .st-field-wrapper {
    margin-top: 10px;
  }
  .referee-report-detail .report-lookups .st-field-wrapper .form-group label {
    margin-bottom: 5px;
  }
}
.referee-report-detail .report-base-info .st-field-wrapper .form-group .st-field {
  border: none;
  cursor: default;
}
.referee-report-detail .report-base-info .st-field-wrapper .form-group .st-field input {
  background-color: #ffffff;
  border: none;
  padding-left: 0;
  cursor: default;
}
.referee-report-detail .report-base-info .st-field-wrapper .form-group .st-field input:hover {
  box-shadow: none;
}
.referee-report-detail .referee-guid-lines .st-field-wrapper {
  margin-top: 10px;
}
.referee-report-detail .referee-guid-lines .st-field-wrapper .form-group {
  display: inline-block;
}
.referee-report-detail .referee-guid-lines .st-field-wrapper .form-group label {
  display: inline-block;
  max-width: 500px;
  width: calc(80% - 200px);
}
.referee-report-detail .referee-guid-lines .st-field-wrapper .form-group .st-radio-field {
  display: inline-block;
  width: 300px;
  top: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .referee-report-detail .referee-guid-lines .st-field-wrapper {
    margin-top: 10px;
  }
  .referee-report-detail .referee-guid-lines .st-field-wrapper .form-group {
    display: block;
  }
  .referee-report-detail .referee-guid-lines .st-field-wrapper .form-group label {
    display: block;
    max-width: none;
    width: 100%;
  }
  .referee-report-detail .referee-guid-lines .st-field-wrapper .form-group .st-radio-field {
    display: block;
    width: 100%;
    top: 3px;
    position: relative;
  }
}
.referee-report-detail .st-radio-field .radio-inline:first-child {
  margin-left: 0;
}
.referee-report-detail .table .judge-delete-btn {
  margin-top: 0;
}
.referee-report-detail .drag-and-drop .st-field-wrapper .form-group label,
.referee-report-detail table .st-field-wrapper .form-group label,
.referee-report-detail .dad-selector .st-field-wrapper .form-group label {
  display: none;
}
.referee-report-detail .drag-and-drop .st-field-wrapper .form-group .st-field,
.referee-report-detail table .st-field-wrapper .form-group .st-field,
.referee-report-detail .dad-selector .st-field-wrapper .form-group .st-field,
.referee-report-detail .drag-and-drop .st-field-wrapper .form-group .react-select,
.referee-report-detail table .st-field-wrapper .form-group .react-select,
.referee-report-detail .dad-selector .st-field-wrapper .form-group .react-select {
  display: block;
  width: 100%;
}
.referee-report-detail .round-judge-with-meeting tr td:nth-child(9n+1),
.referee-report-detail .round-judge-with-meeting tr th:nth-child(9n+1) {
  width: 110px;
}
.referee-report-detail .round-judge-with-meeting tr td:nth-child(9n+2),
.referee-report-detail .round-judge-with-meeting tr th:nth-child(9n+2) {
  width: 10px;
  padding: 0px;
}
.referee-report-detail .round-judge-with-meeting tr td:nth-child(9n+2) span.judge-n,
.referee-report-detail .round-judge-with-meeting tr th:nth-child(9n+2) span.judge-n {
  font-size: 150%;
}
.referee-report-detail .round-judge-with-meeting tr td:nth-child(9n+3),
.referee-report-detail .round-judge-with-meeting tr th:nth-child(9n+3) {
  width: 350px;
}
.referee-report-detail .round-judge-with-meeting tr td:nth-child(9n+4),
.referee-report-detail .round-judge-with-meeting tr th:nth-child(9n+4) {
  width: 100px;
}
.referee-report-detail .round-judge-with-meeting tr td:nth-child(9n+5),
.referee-report-detail .round-judge-with-meeting tr th:nth-child(9n+5) {
  width: 100px;
}
.referee-report-detail .round-judge-with-meeting tr td:nth-child(9n+6),
.referee-report-detail .round-judge-with-meeting tr th:nth-child(9n+6) {
  width: 100px;
}
.referee-report-detail .round-judge-with-meeting tr td:nth-child(9n+7),
.referee-report-detail .round-judge-with-meeting tr th:nth-child(9n+7) {
  width: 100px;
}
.referee-report-detail .round-judge-with-meeting tr td:nth-child(9n+8),
.referee-report-detail .round-judge-with-meeting tr th:nth-child(9n+8) {
  width: 340px;
}
.referee-report-detail .round-judge-with-no-meeting tr td:nth-child(7n+2),
.referee-report-detail .round-judge-with-no-meeting tr th:nth-child(7n+2) {
  width: 350px;
}
.referee-report-detail .round-judge-with-no-meeting tr td:nth-child(7n+3),
.referee-report-detail .round-judge-with-no-meeting tr th:nth-child(7n+3) {
  width: 110px;
}
.referee-report-detail .round-judge-with-no-meeting tr td:nth-child(7n+4),
.referee-report-detail .round-judge-with-no-meeting tr th:nth-child(7n+4) {
  width: 110px;
}
.referee-report-detail .round-judge-with-no-meeting tr td:nth-child(7n+5),
.referee-report-detail .round-judge-with-no-meeting tr th:nth-child(7n+5) {
  width: 110px;
}
.referee-report-detail .round-judge-with-no-meeting tr td:nth-child(7n+6),
.referee-report-detail .round-judge-with-no-meeting tr th:nth-child(7n+6) {
  width: 350px;
}
.referee-report-detail .drag-and-drop th:first-of-type,
.referee-report-detail .dad-selector th:first-of-type,
.referee-report-detail .drag-and-drop td:first-of-type,
.referee-report-detail .dad-selector td:first-of-type {
  width: 150px;
}
.referee-report-detail .drag-and-drop th:last-of-type,
.referee-report-detail .dad-selector th:last-of-type,
.referee-report-detail .table th:last-of-type,
.referee-report-detail .drag-and-drop td:last-of-type,
.referee-report-detail .table td:last-of-type,
.referee-report-detail .dad-selector td:last-of-type {
  width: 50px;
  text-align: right;
  padding-right: 0;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .referee-report-detail .drag-and-drop .table {
    margin-bottom: 10px;
  }
}
.referee-report-detail .tech-elements-container .elements-table tr td:nth-child(6n+1),
.referee-report-detail .tech-elements-container .elements-table tr th:nth-child(6n+1) {
  width: 300px;
}
.referee-report-detail .tech-elements-container .elements-table tr td:nth-child(6n+2),
.referee-report-detail .tech-elements-container .elements-table tr th:nth-child(6n+2) {
  width: 150px;
}
.referee-report-detail .tech-elements-container .elements-table tr td:nth-child(6n+3),
.referee-report-detail .tech-elements-container .elements-table tr th:nth-child(6n+3) {
  width: 200px;
}
.referee-report-detail .tech-elements-container .elements-table tr td:nth-child(6n+4),
.referee-report-detail .tech-elements-container .elements-table tr th:nth-child(6n+4) {
  width: 100px;
}
.referee-report-detail .tech-elements-container .elements-table tr td:nth-child(6n+5),
.referee-report-detail .tech-elements-container .elements-table tr th:nth-child(6n+5) {
  width: calc(100% - 50px);
  min-width: 250px;
}
.referee-report-detail .tech-elements-container .elements-table tr td:nth-child(6n+5) textarea.form-control,
.referee-report-detail .tech-elements-container .elements-table tr th:nth-child(6n+5) textarea.form-control {
  min-height: 28px;
}
.referee-report-detail .tech-elements-container .element-add-new {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.referee-report-detail .tech-elements-container .element-add-new .st-field-wrapper {
  display: inline-block;
  width: calc(100% - 100px);
}
.referee-report-detail .tech-elements-container .element-add-new .st-field-wrapper .form-group label {
  display: none;
}
.referee-report-detail .tech-elements-container .element-add-new .st-field-wrapper .form-group .st-field,
.referee-report-detail .tech-elements-container .element-add-new .st-field-wrapper .form-group .react-select {
  width: 100%;
}
.referee-report-detail .tech-elements-container .element-add-new .btn {
  display: inline-block;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .referee-report-detail .tech-elements-container .report-elements-table-container {
    overflow-x: auto;
    position: relative;
  }
  .referee-report-detail .tech-elements-container .report-elements-table-container .table {
    margin-bottom: 10px;
  }
  .referee-report-detail .tech-elements-container .report-elements-table-container .table td:nth-child(6n+3),
  .referee-report-detail .tech-elements-container .report-elements-table-container .table th:nth-child(6n+3) {
    min-width: 200px;
  }
  .referee-report-detail .tech-elements-container .report-elements-table-container .table td:nth-child(6n+4),
  .referee-report-detail .tech-elements-container .report-elements-table-container .table th:nth-child(6n+4) {
    min-width: 100px;
  }
  .referee-report-detail .tech-elements-container .report-elements-table-container .table .competitor-name {
    min-width: 140px;
  }
  .referee-report-detail .tech-elements-container .report-elements-table-container .table .radio-inline {
    display: block;
  }
  .referee-report-detail .tech-elements-container .element-add-new {
    display: block;
    width: 100%;
    padding: 0;
  }
  .referee-report-detail .tech-elements-container .element-add-new .st-field-wrapper {
    display: block;
    width: 100%;
  }
  .referee-report-detail .tech-elements-container .element-add-new .btn {
    display: block;
    margin-top: 10px;
  }
}
.referee-report-detail .referee-judges-container .referee-judges tbody tr {
  position: inherit;
}
.referee-report-detail .referee-judges-container .referee-judges tbody tr .st-field-wrapper .select .react-select {
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .referee-report-detail .referee-judges-container .referee-judges {
    overflow-x: auto;
    position: relative;
  }
  .referee-report-detail .referee-judges-container .referee-judges .table {
    margin-bottom: 10px;
  }
  .referee-report-detail .referee-judges-container .referee-judges .table tr td:nth-child(10n+2) .st-field-wrapper,
  .referee-report-detail .referee-judges-container .referee-judges .table tr th:nth-child(10n+2) .st-field-wrapper,
  .referee-report-detail .referee-judges-container .referee-judges .table tr td:nth-child(10n+2) .judge-order,
  .referee-report-detail .referee-judges-container .referee-judges .table tr th:nth-child(10n+2) .judge-order {
    min-width: 110px !important;
    display: block;
  }
  .referee-report-detail .referee-judges-container .referee-judges .table tr td:nth-child(10n+3) div.judge-national,
  .referee-report-detail .referee-judges-container .referee-judges .table tr th:nth-child(10n+3) div.judge-national {
    font-size: 150%;
  }
  .referee-report-detail .referee-judges-container .referee-judges .table tr td:nth-child(10n+9) .st-field-wrapper,
  .referee-report-detail .referee-judges-container .referee-judges .table tr th:nth-child(10n+9) .st-field-wrapper,
  .referee-report-detail .referee-judges-container .referee-judges .table tr td:nth-child(10n+9) .judge-language-knowledge,
  .referee-report-detail .referee-judges-container .referee-judges .table tr th:nth-child(10n+9) .judge-language-knowledge {
    width: 165px !important;
    display: block;
  }
  .referee-report-detail .referee-judges-container .referee-judges .table tr .judge-name {
    min-width: 140px;
  }
  .referee-report-detail .referee-judges-container .referee-judges .table tr .judge-national {
    width: 20px;
  }
}
.referee-report-detail .referee-judges-container .referee-judges-add-new {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.referee-report-detail .referee-judges-container .referee-judges-add-new .st-field-wrapper {
  display: inline-block;
  width: calc(100% - 100px);
}
.referee-report-detail .referee-judges-container .referee-judges-add-new .st-field-wrapper .form-group label {
  display: none;
}
.referee-report-detail .referee-judges-container .referee-judges-add-new .st-field-wrapper .form-group .st-field,
.referee-report-detail .referee-judges-container .referee-judges-add-new .st-field-wrapper .form-group .react-select {
  width: 100%;
}
.referee-report-detail .referee-judges-container .referee-judges-add-new .btn {
  display: inline-block;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .referee-report-detail .referee-judges-container .referee-judges-add-new {
    display: block;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .referee-report-detail .referee-judges-container .referee-judges-add-new .st-field-wrapper {
    display: block;
    width: 100%;
  }
  .referee-report-detail .referee-judges-container .referee-judges-add-new .st-field-wrapper .form-group .st-field,
  .referee-report-detail .referee-judges-container .referee-judges-add-new .st-field-wrapper .form-group .react-select {
    width: 100%;
  }
  .referee-report-detail .referee-judges-container .referee-judges-add-new .btn {
    margin-top: 10px;
    display: block;
  }
}
.referee-report-detail .referee-judges-container .referee-national-judge-add-new {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.referee-report-detail .referee-judges-container .referee-national-judge-add-new .st-field-wrapper {
  display: inline-block;
  width: calc(100% - 150px);
}
.referee-report-detail .referee-judges-container .referee-national-judge-add-new .st-field-wrapper .form-group label {
  display: none;
}
.referee-report-detail .referee-judges-container .referee-national-judge-add-new .st-field-wrapper .form-group .st-field {
  width: 100%;
}
.referee-report-detail .referee-judges-container .referee-national-judge-add-new .btn {
  display: inline-block;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .referee-report-detail .referee-judges-container .referee-national-judge-add-new {
    display: block;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .referee-report-detail .referee-judges-container .referee-national-judge-add-new .st-field-wrapper {
    display: block;
    width: 100%;
  }
  .referee-report-detail .referee-judges-container .referee-national-judge-add-new .st-field-wrapper .form-group .st-field {
    width: 100%;
  }
  .referee-report-detail .referee-judges-container .referee-national-judge-add-new .btn {
    margin-top: 10px;
    display: block;
  }
}
.referee-report-detail .referee-judges-container .second-round-judges-container {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 5px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.referee-report-detail .referee-judges-container .second-round-judges-container h3 {
  border: none;
  padding-bottom: 0;
  display: inline-flex;
  margin-bottom: 0;
}
.referee-report-detail .referee-judges-container .second-round-judges-container .copy-from-first-container {
  display: inline-flex;
  margin-left: 20px;
  vertical-align: middle;
}
.referee-report-detail .referee-judges-container .second-round-judges-container .copy-from-first-container .same-as-label {
  position: relative;
  top: 5px;
  font-size: 12px;
}
.referee-report-detail .referee-forms-container .table {
  margin-bottom: 15px;
}
.referee-report-detail .referee-forms-container .table tr {
  cursor: default;
}
.referee-report-detail .referee-forms-container .table tr td:first-child,
.referee-report-detail .referee-forms-container .table tr th:first-child {
  width: 400px;
}
.referee-report-detail .referee-forms-container .table tr td:last-child,
.referee-report-detail .referee-forms-container .table tr th:last-child {
  width: 50px;
  text-align: right;
  padding-right: 0;
  padding-left: 5px;
}
.referee-report-detail .referee-forms-container .doc-title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.referee-report-detail .referee-forms-container .report-document-delete-btn {
  display: inline-block;
  margin-top: 0;
}
.referee-report-detail .referee-forms-container .add-document-btn {
  margin-left: 15px;
  margin-bottom: 5px;
}
.referee-report-detail .referee-forms-container .report-doc-row .st-field-wrapper {
  height: 100%;
}
.referee-report-detail .referee-forms-container .report-doc-row .file-container-content {
  margin-top: 6px;
}
.referee-report-detail .referee-forms-container .referee-forms-table-container .st-table tbody {
  margin-top: 25px;
}
.referee-report-detail .referee-forms-container .referee-forms-table-container .st-table tbody tr:first-child {
  height: 80px;
}
.referee-report-detail .referee-forms-container .referee-forms-table-container .st-table tbody tr:first-child td .st-field-wrapper:first-child {
  height: 45px;
}
.referee-report-detail .referee-forms-container .referee-forms-table-container .st-table tbody tr:first-child td .st-field-wrapper:last-child {
  height: 30px;
}
.referee-report-detail .referee-forms-container .referee-forms-table-container .st-table tbody tr:first-child td .st-field-wrapper:last-child .st-field {
  width: calc(100% - 105px);
}
@media screen and (max-width: 768px) {
  .referee-report-detail .referee-forms-container .referee-forms-table-container {
    overflow-x: auto;
    position: relative;
  }
  .referee-report-detail .referee-forms-container .referee-forms-table-container .table tr td .st-field-wrapper {
    min-width: 300px;
  }
  .referee-report-detail .referee-forms-container .add-document-btn {
    width: 100%;
    margin: 0;
  }
}
.referee-report-detail .referee-forms-container .link-input input {
  color: blue;
  cursor: pointer;
}
.referee-report-detail .referee-standarts-section label {
  display: none;
}
.referee-report-detail .referee-standarts-section .round-label-container {
  margin-top: 10px;
}
.referee-report-detail .referee-standarts-section .round-label-container .form-group {
  margin: 0;
}
.referee-report-detail .referee-standarts-section .round-label-container .form-group .round-name-label {
  display: inline-block;
}
.referee-report-detail .report-remarks .st-field-wrapper,
.referee-report-detail .report-organizing-member .st-field-wrapper,
.referee-report-detail .entries-container .st-field-wrapper {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .referee-report-detail .entries-container .st-col {
    width: 100%;
  }
  .referee-report-detail .entries-container .col-lg-12 {
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .referee-report-detail .st-radio-field {
    width: 100%;
  }
  .referee-report-detail .st-radio-field .radio-inline {
    width: 50%;
    margin-left: 0;
  }
}
.referee-report-detail .round-date {
  min-height: 34.89px;
}
@media screen and (max-width: 768px) {
  .referee-report-detail .round-date label {
    margin-bottom: 5px;
  }
  .referee-report-detail .round-date .st-field {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .referee-report-detail .react-select table {
    max-width: calc(100vw - 20px);
  }
  .referee-report-detail .react-select table tr {
    max-width: calc(100vw - 20px);
  }
  .referee-report-detail .react-select table tr td {
    width: auto;
  }
}
.referee-report-detail h3 {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 5px;
}
.referee-report-detail .file-selector-field {
  display: inline-block;
  width: 100%;
}
.referee-report-detail .file-selector-field .fa-file-pdf-o,
.referee-report-detail .file-selector-field .fa-file-excel-o {
  display: none;
}
.referee-report-detail .file-selector-field img {
  max-width: 100px;
  height: 25px;
  margin: 0;
  padding: 0;
}
.referee-report-detail .file-selector-field .toolbar-mini {
  display: inline-block;
  width: 100px;
  margin-top: 4px;
  position: absolute;
}
.referee-report-detail .file-selector-field .file-container {
  display: inline-block;
  border: 1px solid #e4e4e4;
  padding: 5px;
  border-radius: 4px;
  margin-right: 5px;
  width: calc(100% - 105px);
  height: 40px;
  margin-top: 1px;
  cursor: pointer;
}
.referee-report-detail .file-selector-field .file-container .file-name {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.referee-report-detail .tech-section-seminar-protocol .st-radio-field {
  width: 120px;
  margin-top: -10px;
  display: inline-block;
}
.referee-report-detail .tech-section-seminar-protocol .st-field-wrapper {
  width: calc(100% - 120px);
  display: inline-block;
}
.referee-report-detail .tech-section-seminar-protocol .st-field-wrapper .form-group {
  display: inline-block;
}
.referee-report-detail .tech-section-seminar-protocol .st-field-wrapper .form-group label {
  display: inline-block;
  width: 120px;
}
.referee-report-detail .tech-section-seminar-protocol .st-field-wrapper .form-group .st-field {
  display: inline-block;
  width: calc(100% - 120px);
}
.referee-report-detail .tech-section-seminar-protocol .st-field-wrapper .form-group .st-field .file-selector-field {
  display: inline-block;
  width: 100%;
}
.referee-report-detail .tech-section-seminar-protocol .st-field-wrapper .form-group .st-field .file-selector-field .toolbar-mini {
  display: inline-block;
  width: 100px;
}
.referee-report-detail .tech-section-seminar-protocol .st-field-wrapper .form-group .st-field .file-selector-field .file-container {
  width: 400px;
  height: auto;
}
.referee-report-detail .tech-section-seminar-protocol .st-field-wrapper .form-group .st-field .file-selector-field .file-container .file-name {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
@media screen and (max-width: 768px) {
  .referee-report-detail .tech-section-seminar-protocol .st-field-wrapper {
    width: 100%;
    display: block;
  }
  .referee-report-detail .tech-section-seminar-protocol .st-field-wrapper .form-group {
    display: block;
  }
  .referee-report-detail .tech-section-seminar-protocol .st-field-wrapper .form-group label {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .referee-report-detail .tech-section-seminar-protocol .st-field-wrapper .form-group .st-field {
    display: block;
    width: 100%;
  }
  .referee-report-detail .tech-section-seminar-protocol .st-field-wrapper .form-group .st-field .file-selector-field {
    display: block;
    width: 100%;
  }
  .referee-report-detail .tech-section-seminar-protocol .st-field-wrapper .form-group .st-field .file-selector-field .toolbar-mini {
    display: inline-block;
    width: 100px;
  }
  .referee-report-detail .tech-section-seminar-protocol .st-field-wrapper .form-group .st-field .file-selector-field .file-container {
    width: calc(100% - 100px);
    height: auto;
  }
}
.referee-report-detail .custom-action {
  margin: 5px 0px 5px 0px;
}
.referee-report-detail .MiniSeminarProtocol .toolbar-mini {
  margin-top: 0;
}
.referee-report-detail .MiniSeminarProtocol .toolbar-mini .btn {
  height: 30px;
}
.file-selector-field .toolbar-mini .btn-mini {
  background-color: #5c67e6;
  color: #f8f8f8;
  margin-right: 5px;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 4px;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1.42;
  transition: all 0.2s ease-in;
  z-index: 0;
}
.file-selector-field .toolbar-mini .btn-mini:nth-last-child(1) {
  background-color: #ed5556;
}
.file-selector-field .toolbar-mini .btn-mini:nth-child(1) {
  background-color: #5c67e6;
}
.file-selector-field .toolbar-mini a.btn.btn-default.btn-mini {
  padding: 5px;
  outline: none;
  background-color: #5c67e6;
  color: #ffffff;
}
.file-selector-field .fa-window-close {
  display: none;
}
.file-not-editable .file-selector-field .file-container {
  background-color: #eee;
  pointer-events: none;
  cursor: not-allowed;
}
.file-not-editable .file-selector-field .toolbar-mini .btn-mini {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.file-not-editable .file-selector-field .toolbar-mini a.btn.btn-default.btn-mini {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.current-report-status {
  min-width: 200px;
  margin: auto;
  text-align: end;
  margin-right: 10px;
}
.deductions-container .st-field-wrapper {
  margin-top: 0;
}
.deductions-container .st-field-wrapper label {
  display: none;
}
.autosave-icon-container {
  display: inline-flex;
  margin: 0 10px;
  margin-top: 5px;
  width: 35px;
  height: 35px;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
}
.autosave-icon-container .icon-save {
  display: inline-flex;
  vertical-align: middle;
  border-radius: 3px;
  color: #2d2d2d;
  background-color: #e6e7f3;
  box-shadow: 3px 2px 5px 1px #aba5a5, inset 0px 10px 0px 1px #9da4f0, inset -5px 2px 0px 0px #9da4f0, inset 2px 0px 0px 1px #9da4f0;
}
.autosave-icon-container .pulse {
  display: inline-block;
  position: relative;
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from {
    transform: scale(0.85);
    box-shadow: 1.5px 1px 3px 0.5px #aba5a5, inset 0px 10px 0px 1px #9da4f0, inset -5px 2px 0px 0px #9da4f0, inset 2px 0px 0px 1px #9da4f0;
  }
  to {
    transform: scale(1.25);
    box-shadow: 3px 2px 5px 1px #aba5a5, inset 0px 10px 0px 1px #9da4f0, inset -5px 2px 0px 0px #9da4f0, inset 2px 0px 0px 1px #9da4f0;
  }
}
.st-toolbar__buttons {
  display: inline-flex;
}
.st-toolbar__buttons .st-btn {
  margin: 5px 0 5px 10px;
}
.person .panel {
  margin: 15px;
}
.person .panel .former-partners .btn-primary {
  border: 0;
}
.person .panel .former-partners .search-all-partners {
  margin-left: 0.5em;
}
.person .panel .former-partners .search-all-partners .icon > span::before {
  color: white;
}
.person .panel .former-partners .mp-tooltip .mp-tooltip-icon-left {
  left: -200px;
  top: 40%;
}
.person .panel .former-partners-selector {
  display: flex;
  width: 100%;
}
.person .panel .former-partners-selector .st-field-wrapper {
  width: 100%;
  display: flex;
}
.person .panel .former-partners-selector .st-field-wrapper label {
  margin: 0;
}
.person .panel .former-partners-selector button {
  height: 29px;
  position: relative;
}
.person .panel .former-partners .react-select__menu {
  min-width: 392px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .person .panel .former-partners .react-select__menu {
    width: 100%;
    display: flex;
  }
}
.person .panel .former-partners .table-wrapper .table th {
  padding-left: 5px;
}
.person .panel .former-partners .table-wrapper .table td {
  padding-left: 5px;
}
.person .panel .former-partners .table-wrapper .icon-btn {
  padding: 3px;
  width: 24px;
  height: 24px;
  border: none;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 6px;
  float: right;
  background: #ed5556;
}
.person .panel .former-partners .table-wrapper .icon-btn .icon {
  font-size: 17px;
  color: #ffffff;
}
.person .panel .form-inputs .col-lg-4 .row {
  margin-top: 0px;
}
.person .panel .form-inputs .col-lg-4 .col-lg-6 {
  min-width: initial;
}
.person .panel .form-inputs .col-lg-4 .col-lg-6 .form-group .st-field {
  width: initial;
}
.person .panel .form-inputs .col-lg-4 .col-lg-6 .st-field-wrapper.inline {
  padding-top: 1.8em;
}
.person .panel .form-inputs .col-lg-4 .col-lg-6 .st-field-wrapper.inline .form-group {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.person .panel .olympic-coaches-team .multiple-lookup {
  margin-top: 5px;
}
.person .panel .olympic-coaches-team .multiple-lookup label {
  margin-bottom: 0.4em;
  font-weight: bold;
}
.person-info {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: flex-start;
}
.person-info .form-photo {
  width: 33.33333333%;
  min-width: 260px;
}
.person-info .form-photo .st-field-wrapper {
  margin-top: 5px;
}
.person-info .form-photo .upload-image-component {
  width: 100%;
}
.person-info .form-photo .upload-image-component .image-content {
  width: 100%;
}
.person-info .form-inputs {
  width: 75%;
}
.person-info .form-photo {
  width: 25%;
}
.person-info .form-team-inputs {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}
.person-info .form-team-photo {
  width: calc(25% - 10px);
  display: inline-block;
  vertical-align: top;
}
.person-info-left {
  display: flex;
  flex-wrap: wrap;
}
.person-info-right {
  flex: 1;
  margin-left: 0 !important;
}
.person-info.form-container {
  padding: 0;
}
@media screen and (max-width: 1400px) {
  .person-info {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .person-info {
    padding-bottom: 100px;
  }
}
.person-info .flex-row {
  margin: initial;
  padding: initial;
  min-width: initial;
  background: initial;
  border-radius: initial;
  box-shadow: initial;
  border: initial;
  width: initial;
}
.person-info .flex-row .st-field-wrapper {
  width: initial;
  display: initial;
  margin-top: initial;
}
.person-info .st-row {
  margin-top: 5px;
}
.person-info-table {
  flex-direction: column;
}
.person-info-table .toolbar {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
.person-info-table .toolbar .st-field-wrapper .form-group {
  margin-bottom: 0;
}
.person-info-table .toolbar .st-btn {
  margin-right: 0.5em;
}
.person-info-table .toolbar .st-btn:last-of-type {
  margin: 0;
}
.person-info-table .st-container {
  width: 100%;
}
.person-info__media .st-field-wrapper {
  width: 50%;
}
.person-info__media .flexible-block {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
}
.person-info__media .flexible-block .flex-row {
  box-shadow: none;
  padding: 0;
  margin: 0;
  margin: 10px;
  padding: 10px;
  border: none;
  border: 1px solid #bfccd9;
  width: 100%;
  background-color: white;
}
.person-info__media .flexible-block .flex-row textarea {
  min-height: 75px;
  width: 100%;
}
.person-info__media .flexible-block .flex-row .multiple-selector {
  width: 100%;
}
.person-info__media .flexible-block .flex-row .media-info-panel {
  display: flex;
}
.person-info__media .flexible-block .flex-row .blankfield {
  width: 50%;
}
.person-info__media .flexible-block .flex-row .blankfield.full-width {
  width: 100%;
}
.person-info__media .flexible-block .flex-row .blankfield.full-width * {
  width: 100%;
}
.person-info__media .couple {
  background: transparent;
  margin: 0;
  border: none;
  width: 100%;
}
.person .half-block {
  width: 50%;
  min-width: 430px;
  display: flex;
  flex-direction: column;
}
.person .half-block > .flex-row {
  width: auto;
}
.person .half-block > .flex-row .flex-row {
  margin: 0;
  padding: 0;
  border: 0;
}
.person .tab-bar .st-btn {
  color: #8595a6;
}
.person .tab-bar .st-btn.active-tab {
  color: #475259;
}
.person .tab-bar .st-btn.active-tab::after {
  background: #fafafa;
}
.person .tab-bar .st-btn a {
  transition: 0.2s all ease-out;
}
.person .tab-content {
  background: #fafafa;
}
.social-media-container {
  width: 100% !important;
}
.social-media-container .st-field-wrapper {
  width: 100%;
}
.social-field-group {
  width: 100%;
}
@media screen and (max-width: 1630px) {
  .person-info-left .form-inputs {
    width: 100%;
  }
  .person-info-left .form-inputs .person-height .st-field {
    width: 100% !important;
  }
  .person-info-left .form-photo {
    width: 33.333%;
  }
}
@media screen and (max-width: 768px) {
  .last-when-mobile {
    order: 99999;
  }
  .person-info {
    padding-bottom: 100px;
  }
  .person .st-toolbar__buttons {
    display: flex;
    justify-content: space-between;
  }
  .person .st-toolbar__buttons .st-btn,
  .person .st-toolbar__buttons .mp-tooltip {
    width: 49%;
    margin: 0 0 1% 0;
  }
  .person .st-toolbar__buttons .st-btn:nth-child(even),
  .person .st-toolbar__buttons .mp-tooltip:nth-child(even) {
    margin-left: 1%;
  }
  .person .st-toolbar__buttons .mp-tooltip .st-btn {
    width: 100%;
    margin: 0;
  }
  .person .st-toolbar__buttons .dropdown {
    width: 49%;
  }
  .person .st-toolbar__buttons .dropdown .st-btn {
    margin: 0;
    width: 100%;
  }
  .person .media-info-container .media-panels-container .panel {
    width: 98%;
  }
  .person .media-info-container .media-panels-container .panel .st-field-wrapper {
    min-width: initial !important;
    max-width: initial !important;
  }
  .person .media-info-container .media-panels-container .panel .part-season > div .st-field-wrapper {
    min-width: initial !important;
    max-width: initial !important;
    width: 20% !important;
  }
  .person .media-info-container .media-panels-container .panel .part-season > div .st-field-wrapper:nth-last-child(1) {
    min-width: initial !important;
    max-width: initial !important;
    width: 60% !important;
  }
}
@media screen and (max-width: 1160px) {
  .person-info {
    display: initial;
  }
  .person-info-right {
    margin-left: 15px !important;
  }
  .person-info-right .form-group {
    width: 66.6666%;
    min-width: 520px;
  }
  .person-info-right .former-partners-selector .st-field-wrapper .form-group.select {
    width: 80.2%;
  }
  .person-info-right.panel:nth-child(2) {
    margin: 0 15px 40px 15px;
  }
}
@media screen and (max-width: 925px) {
  .person-info-right .former-partners-selector .st-field-wrapper .form-group.select {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 545px) {
  .last-when-mobile {
    order: 99999;
  }
  .person .st-toolbar__buttons {
    display: flex;
    justify-content: space-between;
  }
  .person .st-toolbar__buttons .st-btn,
  .person .st-toolbar__buttons .mp-tooltip {
    width: 49%;
    margin: 0 0 1% 0;
  }
  .person .st-toolbar__buttons .st-btn:nth-child(even),
  .person .st-toolbar__buttons .mp-tooltip:nth-child(even) {
    margin-left: 1%;
  }
  .person .st-toolbar__buttons .mp-tooltip .st-btn {
    width: 100%;
    margin: 0;
  }
  .person .st-toolbar__buttons .dropdown {
    width: 49%;
    margin: 0;
  }
  .person .st-toolbar__buttons .dropdown .st-btn {
    margin: 0;
    width: 100%;
  }
  .person .panel .form-inputs .person-height .st-field {
    width: 50% !important;
    padding-right: 4px;
  }
  .person .panel .form-inputs .st-col {
    width: 100%;
  }
  .person .panel .form-inputs .col-lg-8 {
    min-width: initial;
  }
  .person .panel .form-inputs .flex-col {
    width: 100% !important;
  }
  .person .panel .form-inputs .st-row.row:nth-child(1) .st-col.col-md-12.col-lg-4:nth-child(3) .st-row.row .st-col .st-field {
    width: 100%;
  }
  .person .panel .form-inputs .st-row.row .st-col.col-md-12.col-lg-4:nth-child(3) .st-row.row .st-col {
    width: 50%;
  }
  .person .panel.person-info-right .form-group {
    width: 100%;
    min-width: initial;
  }
}
.login-panel {
  top: 5%;
  position: absolute;
  left: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-panel img {
  max-width: 250px;
  margin: 0 0 20px 0;
  padding: 0;
}
.login-panel .panel {
  background: transparent;
  position: relative;
}
.login-panel .panel h3 {
  margin: 0 0 20px 0;
  font-size: 2em;
  text-align: center;
}
.login-panel .panel h3 span {
  margin: 10px 0 10px 0;
  font-size: 0.5em;
  text-align: center;
  font-weight: normal;
  color: #aeaeae;
  display: block;
}
.login-panel .panel-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.login-panel .panel div:nth-child(2),
.login-panel .panel form {
  position: relative;
}
.login-panel form .text-danger.validation-summary-errors {
  margin: 0 0 20px 0;
  background: #d9534f;
  border-radius: 4px;
  color: #690d0b;
  padding: 2px 5px;
}
.login-panel form .login-fields {
  display: flex;
  flex-direction: column;
}
.login-panel form .login-fields .form-group {
  width: 300px;
  padding: 0;
  margin-bottom: 10px;
}
.login-panel form .login-fields .form-group input {
  width: 100%;
}
.login-panel form .login-fields .form-group .checkbox.remember-me label {
  cursor: pointer;
}
.login-panel form .login-fields .form-group .checkbox.remember-me input {
  width: initial;
  height: initial;
  cursor: pointer;
}
.login-panel form .login-fields .form-group .checkbox.remember-me input:focus,
.login-panel form .login-fields .form-group .checkbox.remember-me input:active {
  box-shadow: none;
}
.login-panel form .login-fields .form-group .checkbox.remember-me label {
  display: flex;
  align-items: center;
}
.login-panel form .login-fields .form-group .checkbox.remember-me label span {
  margin-left: 5px;
}
.login-panel form .login-fields .form-group:nth-last-child(1) {
  display: flex;
  flex-direction: row-reverse;
}
.login-panel .login-info {
  display: block;
  position: relative;
  margin: 30px;
  padding-bottom: 30px;
}
.login-panel .login-buttons {
  text-align: center;
}
.login-panel .link-container {
  margin-bottom: 15px;
  text-align: center;
  position: absolute;
  bottom: 15px;
}
.login-panel .simple-link a {
  color: #aeaeae;
}
.login-panel .simple-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1160px) {
  .login-panel {
    position: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    flex-direction: column;
    transform: translate(0, -10%);
  }
  .login-panel img {
    max-width: 130px;
  }
}
@media screen and (max-width: 425px) {
  .login-panel form {
    width: 100%;
  }
  .login-panel form .login-fields {
    width: 100%;
  }
  .login-panel form .login-fields .form-group {
    width: 100%;
  }
}
@media only screen and (max-device-height: 480px) and (max-height: 350px) and (orientation: landscape) {
  .login-panel .link-container {
    top: 50px;
    position: fixed;
    right: 40px;
  }
}
.app-version {
  position: absolute;
  bottom: 1%;
  left: 1%;
}
.app-version span {
  font-style: italic;
}
.logout-panel .panel {
  width: 31%;
}
.logout-panel .panel form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logout-panel .panel form h3 {
  margin: 0;
  font-size: 1.17em;
}
@media screen and (max-width: 1280px) {
  .logout-panel .panel {
    width: 35%;
  }
}
@media screen and (max-width: 1160px) {
  .logout-panel .panel {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .logout-panel .panel {
    width: 80%;
  }
}
@media screen and (max-width: 475px) {
  .logout-panel .panel form {
    flex-wrap: wrap;
    justify-content: center;
  }
  .logout-panel .panel form h3 {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
}
.couple-detail .general.panel {
  margin: 15px;
}
.couple-detail .general.panel .form-group {
  padding-right: 0;
}
.couple-detail .general .couple-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  grid-gap: 10px;
  width: 70%;
  max-width: 720px;
}
@media screen and (max-width: 1280px) {
  .couple-detail .general .couple-info {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    width: 100%;
    max-width: 575px;
  }
  .couple-detail .general .couple-info input {
    height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .couple-detail .general .couple-info {
    grid-template-columns: 1fr 1fr 0 0;
    width: 100%;
    max-width: 575px;
  }
  .couple-detail .general .couple-info input {
    height: 30px;
  }
}
.couple-detail .general .couple-info textarea {
  min-height: initial;
  width: 100%;
}
.couple-detail .general .st-field-wrapper i {
  cursor: pointer;
}
.couple-detail .general .st-field-wrapper:nth-child(1) {
  grid-column: span 4;
}
@media screen and (max-width: 1280px) {
  .couple-detail .general .st-field-wrapper:nth-child(1) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 425px) {
  .couple-detail .general .st-field-wrapper:nth-child(1) {
    grid-column: span 3;
  }
}
.couple-detail .general .st-field-wrapper:nth-child(2) {
  grid-column: span 1;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .couple-detail .general .st-field-wrapper:nth-child(2) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 425px) {
  .couple-detail .general .st-field-wrapper:nth-child(2) {
    grid-column: span 3;
  }
}
.couple-detail .general .st-field-wrapper:nth-child(3) {
  grid-column: span 1;
  width: 100%;
}
@media screen and (max-width: 625px) {
  .couple-detail .general .st-field-wrapper:nth-child(3) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 425px) {
  .couple-detail .general .st-field-wrapper:nth-child(3) {
    grid-column: span 3;
  }
}
.couple-detail .general .st-field-wrapper:nth-child(4) {
  grid-column: span 1;
  padding-right: 2px;
  width: 100%;
}
@media screen and (max-width: 625px) {
  .couple-detail .general .st-field-wrapper:nth-child(4) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 425px) {
  .couple-detail .general .st-field-wrapper:nth-child(4) {
    grid-column: span 3;
  }
}
.couple-detail .general .st-field-wrapper:nth-child(5) {
  grid-column: span 1;
  padding-left: 1px;
  width: 100%;
}
@media screen and (max-width: 625px) {
  .couple-detail .general .st-field-wrapper:nth-child(5) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 425px) {
  .couple-detail .general .st-field-wrapper:nth-child(5) {
    grid-column: span 3;
  }
}
.couple-detail .general .st-field-wrapper:nth-child(6) {
  grid-column: span 1;
  width: 100%;
}
@media screen and (max-width: 625px) {
  .couple-detail .general .st-field-wrapper:nth-child(6) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 425px) {
  .couple-detail .general .st-field-wrapper:nth-child(6) {
    grid-column: span 3;
  }
}
.couple-detail .general .members-field {
  grid-column: span 4;
}
.couple-detail .general .members-field > .form-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.couple-detail .general .members-field > .form-group .member {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  width: 49%;
}
.couple-detail .general .members-field > .form-group .member label > i {
  margin: 0 5px;
}
@media screen and (max-width: 425px) {
  .couple-detail .general .members-field > .form-group .member {
    width: 100%;
    margin-right: 2%;
  }
  .couple-detail .general .members-field > .form-group .member .st-field-wrapper:nth-child(2) {
    max-width: 450px;
  }
}
.couple-detail .general .members-field > .form-group .member .st-field-wrapper:nth-child(1) {
  grid-row: 1;
  grid-column: 1 / span 2;
}
.couple-detail .general .members-field > .form-group .member .st-field-wrapper:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}
.couple-detail .general .members-field > .form-group .member .st-field-wrapper:nth-child(3) {
  grid-row: 2;
  grid-column: 2;
}
.couple-detail .general .members-field > .form-group .member .form-group {
  padding-right: 0;
}
.couple-detail .general .members-field > .form-group .member:nth-child(1) {
  margin-right: 2%;
}
.couple-detail .general .st-field-wrapper:nth-child(8),
.couple-detail .general .st-field-wrapper:nth-child(9),
.couple-detail .general .st-field-wrapper:nth-child(10),
.couple-detail .general .st-field-wrapper:nth-child(11),
.couple-detail .general .st-field-wrapper:nth-child(12),
.couple-detail .general .st-field-wrapper:nth-child(13),
.couple-detail .general .st-field-wrapper:nth-child(14) {
  grid-column: span 4;
}
@media screen and (max-width: 425px) {
  .couple-detail .general .st-field-wrapper:nth-child(8),
  .couple-detail .general .st-field-wrapper:nth-child(9),
  .couple-detail .general .st-field-wrapper:nth-child(10),
  .couple-detail .general .st-field-wrapper:nth-child(11),
  .couple-detail .general .st-field-wrapper:nth-child(12),
  .couple-detail .general .st-field-wrapper:nth-child(13),
  .couple-detail .general .st-field-wrapper:nth-child(14) {
    grid-column: span 3;
  }
}
.media-info-container .olympic-coaches-team .multiple-lookup {
  margin-top: 5px;
}
.media-info-container .olympic-coaches-team .multiple-lookup label {
  margin-bottom: 0.4em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .media-info-container .toolbar {
    display: flex;
    flex-direction: column !important;
    padding-right: 15px;
  }
  .media-info-container .toolbar .btn-action-delete {
    margin-top: 10px;
    margin-right: -5px;
  }
  .media-info-container .toolbar .mp-tooltip .add-media-btn {
    width: 100%;
  }
}
.person-sport-info {
  min-width: 440px;
  padding-left: 3%;
}
@media screen and (max-width: 1160px) {
  .person-sport-info {
    width: 100%;
    min-width: initial;
    padding-left: 0;
  }
}
@media screen and (max-width: 425px) {
  .person-info .st-row .col-lg-8 {
    width: 100%;
    min-width: 250px;
  }
  .person-sport-info {
    width: 100%;
    min-width: initial;
  }
  .person-sport-info .multiple-selector,
  .person-sport-info .st-field-wrapper {
    width: 100%;
    min-width: 0;
  }
  .person .st-row .col-lg-4 {
    width: 100%;
    min-width: 250px;
  }
}
.couple .table-wrapper {
  background: #fff;
  margin: 3vh 0;
  overflow-x: auto;
}
.couple .flex-row {
  border-radius: 6px;
}
.couple .st-field-wrapper.wide {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
}
.couple .st-field-wrapper.wide label {
  margin-bottom: 1em;
}
.couple .st-field-wrapper.wide .form-group {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.couple .st-field-wrapper.wide .look {
  width: 50%;
}
.couple .st-field-wrapper.wide .look:first-of-type {
  margin-right: 0.5em;
}
.couple .st-field-wrapper.wide .look label i {
  margin-left: 5px;
}
.couple .st-field-wrapper.wide .look label i:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .couple .st-toolbar .st-toolbar__buttons button,
  .couple .st-toolbar .st-toolbar__actions button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.couple .tab-bar .st-btn {
  color: #8595a6;
}
.couple .tab-bar .st-btn.active-tab {
  color: #475259;
}
.couple .tab-bar .st-btn.active-tab::after {
  background: #fafafa;
}
.couple .tab-bar .st-btn a {
  transition: 0.2s all ease-out;
}
.couple .tab-content {
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  .couple-module-info {
    padding-bottom: 100px;
  }
  .couple-module .st-toolbar__buttons {
    display: flex;
    justify-content: space-between;
  }
  .couple-module .st-toolbar__buttons .st-btn,
  .couple-module .st-toolbar__buttons .mp-tooltip {
    width: 49%;
  }
  .couple-module .st-toolbar__buttons .st-btn:nth-child(even),
  .couple-module .st-toolbar__buttons .mp-tooltip:nth-child(even) {
    margin-left: 1%;
  }
  .couple-module .st-toolbar__buttons .mp-tooltip .st-btn {
    width: 100%;
    margin: 0;
  }
  .couple-module .st-toolbar__buttons .dropdown {
    width: 49%;
  }
  .couple-module .st-toolbar__buttons .dropdown .st-btn {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  .couple-module .st-toolbar__buttons {
    display: block;
  }
  .couple-module .st-toolbar__buttons .mp-tooltip {
    display: inline-block;
  }
  .couple-module .st-toolbar__buttons .dropdown {
    display: inline-block;
    margin-top: 0px;
  }
}
@media screen and (max-width: 545px) {
  .couple-module .st-toolbar__buttons {
    display: flex;
  }
  .couple-module .st-toolbar__buttons .st-btn,
  .couple-module .st-toolbar__buttons .mp-tooltip {
    margin: 0 0 1% 0;
  }
}
.couple-list .st-container .table td:first-of-type,
.couple-list .st-container .table th:first-of-type {
  min-width: 300px;
}
@media screen and (max-width: 425px) {
  .event-portal-list .st-container .table {
    margin: 0 0 5px 0;
  }
}
.event-portal-list .st-container .table td:first-of-type,
.event-portal-list .st-container .table th:first-of-type {
  min-width: 300px;
}
.event-portal-list .mp-tooltip {
  margin-top: 0.5em;
}
.event-reports-list .st-container .table-container {
  padding-bottom: 1px;
  padding-top: 10px;
}
.event-reports-list .st-container .table-container .competition-name {
  display: inline-flex;
  gap: 10px;
}
.event-reports-list .st-container .table-container .competition-name .icon-edit {
  font-size: 15px;
  pointer-events: none;
}
@media screen and (max-width: 425px) {
  .event-reports-list .st-container .table-container .table {
    margin: 0 0 5px 0;
  }
}
.event-reports-list .st-container .table td:first-of-type,
.event-reports-list .st-container .table th:first-of-type {
  width: 30%;
  min-width: 150px;
}
.event-reports-list .st-container .table td:nth-of-type(2),
.event-reports-list .st-container .table th:nth-of-type(2) {
  width: 10%;
  min-width: 100px;
}
.event-reports-list .st-container .table td:nth-of-type(3),
.event-reports-list .st-container .table th:nth-of-type(3) {
  width: 30%;
  min-width: 250px;
}
.event-reports-list .st-container .table td:nth-of-type(4),
.event-reports-list .st-container .table th:nth-of-type(4),
.event-reports-list .st-container .table td:nth-of-type(5),
.event-reports-list .st-container .table th:nth-of-type(5) {
  width: 10%;
  min-width: 130px;
}
.reports-list .toolbar .st-filter-panel .mp-tooltip {
  margin-top: 0.5em;
}
.reports-list .toolbar .st-filter-panel .mp-tooltip .form-group {
  padding-right: 0px;
}
