/*!
 *  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,
button:disabled {
  opacity: 0.6;
  pointer-events: none;
  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: 30px;
    /*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% 0%;
  padding: 10px;
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  .flex-row {
    flex-direction: column;
  }
}
@media screen and (max-width: 425px) {
  .flex-row {
    margin: 0;
  }
}
.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 {
  display: inline-flex;
  margin-top: 0.5em;
}
.st-field-wrapper .form-group .st-field .text-length-counter {
  display: flex;
  float: right;
  margin-top: -22px;
  margin-right: 1%;
}
.st-field-wrapper .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;
  }
}
.main-container-disabled {
  pointer-events: none;
  margin-left: 0;
}
.main-container-disabled .st-app-header .st-app-header__functional {
  opacity: 0.75;
}
.main-container-disabled .st-app-header .st-user-menu {
  pointer-events: all;
}
.main-container-disabled .event-details-part .general-info,
.main-container-disabled .event-details-part .disciplines,
.main-container-disabled .event-details-part .competition-general-info {
  opacity: 0.75;
}
.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: 94vh;
}
.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 {
  color: #ed5556;
  padding: 10px;
  background-color: white;
}
.font-size-15 {
  font-size: 15px !important;
}
.table .sized-btn {
  margin-top: 2px;
  padding: 4px 6px;
}
div.circle {
  border: 1px solid #475259;
  width: 11px;
  height: 11px;
  border-radius: 15px;
  display: inline-block;
}
.red-background {
  background: #fd2f2f;
}
.yellow-background {
  background: #fdff53;
}
.blue-background {
  background: #487cff;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.width-200-bottom-0 {
  width: 200px;
}
.width-200-bottom-0 .form-group {
  margin-bottom: 0 !important;
}
.with-right-separator {
  padding-right: 15px;
  border-right: 1px solid #cfdae6;
}
.couple.position-relative,
.person.position-relative {
  position: relative;
  min-height: 94vh;
}
.st-app-header__functional {
  display: block !important;
}
.field-wrapper-with-half-width {
  width: 100px;
}
.field-wrapper-with-half-width .st-field-wrapper {
  width: 100%;
}
.double-width-field {
  width: 400px;
}
.full-width-field {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .full-width-field {
    width: 100%;
  }
}
.half-width-field {
  width: 100px;
}
.double-width-field .st-field-wrapper,
.full-width-field .st-field-wrapper,
.half-width-field .st-field-wrapper {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .double-width-field,
  .half-width-field {
    width: 100%;
  }
  .full-width-field,
  .half-width-field {
    min-width: initial;
    max-width: initial;
  }
}
.scroll-x-container {
  overflow-x: auto;
  overflow-y: hidden;
}
.fa.clickable {
  cursor: pointer;
}
.formCell-container span {
  min-height: 1.2em;
}
.email-html-body-frame {
  padding: 14px;
  border: 2px solid #eee;
  margin-top: 7px;
}
.email-status {
  margin-left: 31px;
  margin-top: 21px;
}
.fake-field {
  height: 70px;
}
.update-info-container {
  clear: both;
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding: 5px 10px;
  text-align: right;
  color: grey;
  box-sizing: border-box;
  font-size: smaller;
  display: block;
  bottom: 0;
  left: -1%;
  width: 100%;
  height: 100%;
}
.update-info-container .update-info-item {
  padding-right: 12px;
  padding-left: 12px;
}
.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-radio-field input {
  box-shadow: none;
  background-color: white;
}
.person-seminars .toolbar .panel {
  justify-content: unset;
}
.person-seminars .toolbar .panel .st-filter-panel {
  justify-content: flex-end;
  width: 100%;
}
.person-seminars .table-container .table .btn-action-delete {
  margin-top: 0;
}
.person-seminars .table-container .table .btn-action-edit {
  margin-top: 0;
  background: #5c67e6;
  border-color: #5c67e6;
}
.person-seminars .table-container .table tr td:nth-last-child(1),
.person-seminars .table-container .table tr td:nth-last-child(2) {
  width: 50px;
}
.fields-row-container .st-field-wrapper {
  width: 50%;
}
.stop-watch-icon {
  background-image: url("/wwwroot/documents/images/stopwatch.svg");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}
.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;
}
.form-group--is-disabled {
  cursor: not-allowed;
}
@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;
}
.responsive-talbe.event-officials-table.edit-mode.hide-spin-arrows .multiple-field-invalid .react-select__control {
  border: 1px solid #d9534f;
}
.responsive-talbe.event-officials-table.edit-mode.hide-spin-arrows .multiple-field-invalid .react-select__control--menu-is-open {
  border: 1px solid #d9534f !important;
  box-shadow: none !important;
}
.responsive-talbe.event-officials-table.edit-mode.hide-spin-arrows .multiple-field-invalid .react-select__control--is-focused {
  border: 1px solid #d9534f !important;
  box-shadow: none !important;
}
.modal-body .multiple-lookup {
  margin-right: 0.5em !important;
}
.modal-body .multiple-lookup input {
  box-shadow: none;
}
.modal-body .multiple-field-invalid .react-select__control {
  border: 1px solid #d9534f;
}
.modal-body .multiple-field-invalid .react-select__control--menu-is-open {
  border: 1px solid #d9534f !important;
  box-shadow: none !important;
}
.modal-body .multiple-field-invalid .react-select__control--is-focused {
  border: 1px solid #d9534f !important;
  box-shadow: none !important;
}
@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;
}
@supports (-ms-ime-align:auto) {
  .st-toolbar__buttons .st-btn {
    display: table;
  }
  .changes-only {
    min-width: 140px;
  }
}
.new-competition-competitor .flex-view {
  display: inline-flex;
  justify-content: flex-start;
}
@media screen and (max-width: 425px) {
  .new-competition-competitor .flex-view {
    display: block;
  }
}
.new-competition-competitor .editable-reference-field-invalid .select .react-select__control {
  border: 1px solid #d9534f !important;
}
.new-competition-competitor .edit-competitor-block {
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.small-competitor-modal {
  width: 625px;
}
@media screen and (max-width: 425px) {
  .small-competitor-modal {
    width: initial;
  }
}
@media screen and (max-width: 768px) {
  .small-competitor-modal {
    width: initial;
  }
}
.middle-competitor-modal {
  width: 1020px;
}
@media screen and (max-width: 425px) {
  .middle-competitor-modal {
    width: initial;
  }
}
@media screen and (max-width: 768px) {
  .middle-competitor-modal {
    width: initial;
  }
}
.modal-flex-view {
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 425px) {
  .modal-flex-view {
    display: block;
  }
}
.full-width-field .react-select__menu,
.small-select-field .react-select__menu {
  max-width: 190px;
  left: 2px;
}
.full-width-field .react-select__menu-list,
.small-select-field .react-select__menu-list {
  max-width: 190px;
}
.rankings .with-right-separator {
  padding-right: 15px;
  border-right: 1px solid #cfdae6;
}
.round-heat-splits {
  table-layout: fixed;
}
.round-heat-splits tr th:first-of-type {
  width: 4%;
}
.round-heat-splits tr td:first-of-type {
  padding-left: 20px;
}
.stcompetition-datail-round-info .column-group {
  justify-content: initial;
}
.stcompetition-datail-round-info .icon-wrapper {
  vertical-align: middle;
}
.stcompetition-datail-round-info .heat-time-icon img {
  margin: 0;
  height: 14px;
}
.stcompetition-datail-round-info .status-column {
  position: absolute;
  right: 20px;
}
.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-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-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.st-link-active {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
}
.st-sidebar-group-title {
  font-size: 16px;
  display: block;
  position: relative;
  margin-top: 0.3em;
  padding: 0.3em 0 0.3em 0;
  padding-left: 25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .st-sidebar-group-title {
    font-size: 12.8px;
  }
}
.st-sidebar-group-title .icon {
  top: 1px;
  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);
}
.nav-container {
  max-height: 90vh;
}
.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 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;
}
@media screen and (max-width: 768px) {
  .nav li a {
    font-size: 13.3px;
  }
}
.nav li a:hover {
  opacity: 0.75;
}
.nav li a.st-link-active,
.nav li a.st-link-current {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
}
.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;
}
.checkbox-field-wrapper {
  height: 55px;
}
.checkbox-field-wrapper .st-checkbox {
  position: relative;
  top: 10px;
}
.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;
}
@-moz-document url-prefix() {
  .st-checkbox input {
    visibility: hidden;
  }
}
.st-table,
.table {
  width: 98%;
  margin: 0 1% 5vmin 1%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
  background-color: #fff;
  margin: 1%;
}
@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-container.person,
.table-container.person {
  padding-bottom: 20px;
}
.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: 8px 0 8px 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: 1.2em;
  position: relative;
  letter-spacing: -0.5px;
  font-weight: normal;
  vertical-align: bottom;
  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 {
  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;
}
.table-container.rm-first .table {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
}
.table-container.rm-first .table th:first-of-type,
.table-container.rm-first .table td:first-of-type {
  width: 1%;
}
.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;
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .st-breadcrumb {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 425px) {
  .st-breadcrumb {
    max-width: 200px;
  }
}
@media screen and (max-width: 1160px) {
  .st-breadcrumb {
    width: 90%;
  }
}
.st-filter-panel {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .st-filter-panel {
    font-size: 13.3px;
  }
}
.st-filter-panel .form-group {
  flex-direction: column;
  align-items: flex-start;
}
.st-filter-panel .btn {
  margin: 0;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.st-filter-panel .st-field-wrapper {
  width: 200px;
  padding-right: 0.5em;
}
.st-filter-panel .st-field-wrapper .form-group {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .st-filter-panel .st-field-wrapper {
    float: left;
    width: 100%;
  }
}
.st-filter-panel .st-field-wrapper .form-group {
  margin-bottom: 0;
}
.st-filter-panel .st-field-wrapper .form-group label {
  width: 100%;
}
.st-filter-panel .st-field-wrapper .form-group .st-field {
  width: 100%;
}
.st-filter-panel .form-group label {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .st-filter-panel .form-group label {
    font-size: 13.3px;
  }
}
.st-filter-panel .select-field .st-field {
  position: relative;
  box-shadow: 0px 0px 10px 0px #DAE1F4;
}
.st-filter-panel .select-field .st-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
}
.st-filter-panel .select-field .st-field:after {
  position: absolute;
  content: '\ea1a';
  font-family: 'isudb';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  transform: rotate(270deg);
  right: 2%;
  top: 14%;
  pointer-events: none;
}
.st-filter-panel .checkbox {
  width: auto !important;
}
.st-filter-panel .checkbox .form-group {
  padding-top: 9px;
  display: inline-block;
  margin-bottom: 3px !important;
}
.st-filter-panel .checkbox .form-group .checkbox-title {
  display: inline-block;
}
.st-filter-panel .checkbox .form-group .st-field {
  width: 20px !important;
  display: inline-block;
  margin-left: 10px;
}
.toolbar .st-filter-panel {
  padding: 0;
  border-radius: 6px;
}
.toolbar .st-toolbar {
  padding: 0;
  width: auto;
  border-radius: 6px;
}
.st-toolbar .lang.lang-container .Select-control,
.tools .lang.lang-container .Select-control {
  height: auto;
}
.st-toolbar .right-bar,
.tools .right-bar {
  display: inline-flex;
  float: right;
  margin-left: 0;
}
.st-toolbar .right-bar select,
.tools .right-bar select {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.st-toolbar .right-bar div,
.tools .right-bar div {
  display: inline-flex;
}
.st-toolbar .right-bar div *,
.tools .right-bar div * {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .st-toolbar .right-bar div *,
  .tools .right-bar div * {
    margin: 2% 0 2% 2%;
  }
}
.st-toolbar .right-bar div * .mp-tooltip,
.tools .right-bar div * .mp-tooltip {
  margin: 0;
}
.st-toolbar .right-bar div * .mp-tooltip div,
.tools .right-bar div * .mp-tooltip div {
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .st-toolbar .right-bar,
  .tools .right-bar {
    float: none;
    margin-top: 1rem;
    display: block;
  }
}
.st-toolbar .right-bar .st-btn.btn,
.tools .right-bar .st-btn.btn {
  margin: 0 0 0 1rem;
  flex: 0 0 auto;
}
.st-toolbar .btn,
.tools .btn {
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 615px) {
  .st-toolbar .btn,
  .tools .btn {
    margin-top: 1reml;
  }
}
.participations .left-filters-container {
  width: calc(100% - 555px);
}
@media screen and (max-width: 768px) {
  .participations .left-filters-container {
    width: initial;
  }
}
@media screen and (max-width: 425px) {
  .participations .toolbar .panel .st-field-wrapper {
    width: 100%;
    margin: 5px 0;
  }
  .participations .toolbar .panel .st-field-wrapper .form-group {
    padding-right: 0;
  }
  .participations .toolbar .panel .search-wrapper {
    margin-top: 0;
    float: unset;
  }
  .participations .toolbar .panel .search-wrapper .mp-tooltip {
    width: 100%;
  }
  .participations .toolbar .panel .search-wrapper .btn-primary {
    width: calc(50% - 5px);
    margin-left: 0;
  }
  .participations .toolbar .panel .search-wrapper .btn-primary:last-child {
    float: right;
  }
}
.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;
}
.st-action-list {
  display: inline-block;
  margin: auto 0;
}
.st-action-list .btn-action-delete {
  margin-right: 0;
  margin-top: unset;
}
.st-action-list .btn-action-resend-email {
  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;
}
.st-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.st-row .col-sm-1 {
  width: 8.33333333%;
  min-width: 65px;
}
.st-row .col-md-1 {
  width: 8.33333333%;
  min-width: 65px;
}
.st-row .col-lg-1 {
  width: 8.33333333%;
  min-width: 65px;
}
.st-row .col-sm-2 {
  width: 16.66666667%;
  min-width: 130px;
}
.st-row .col-md-2 {
  width: 16.66666667%;
  min-width: 130px;
}
.st-row .col-lg-2 {
  width: 16.66666667%;
  min-width: 130px;
}
.st-row .col-sm-3 {
  width: 25%;
  min-width: 195px;
}
.st-row .col-md-3 {
  width: 25%;
  min-width: 195px;
}
.st-row .col-lg-3 {
  width: 25%;
  min-width: 195px;
}
.st-row .col-sm-4 {
  width: 33.33333333%;
  min-width: 260px;
}
.st-row .col-md-4 {
  width: 33.33333333%;
  min-width: 260px;
}
.st-row .col-lg-4 {
  width: 33.33333333%;
  min-width: 260px;
}
.st-row .col-sm-5 {
  width: 41.66666667%;
  min-width: 325px;
}
.st-row .col-md-5 {
  width: 41.66666667%;
  min-width: 325px;
}
.st-row .col-lg-5 {
  width: 41.66666667%;
  min-width: 325px;
}
.st-row .col-sm-6 {
  width: 50%;
  min-width: 390px;
}
.st-row .col-md-6 {
  width: 50%;
  min-width: 390px;
}
.st-row .col-lg-6 {
  width: 50%;
  min-width: 390px;
}
.st-row .col-sm-7 {
  width: 58.33333333%;
  min-width: 455px;
}
.st-row .col-md-7 {
  width: 58.33333333%;
  min-width: 455px;
}
.st-row .col-lg-7 {
  width: 58.33333333%;
  min-width: 455px;
}
.st-row .col-sm-8 {
  width: 66.66666667%;
  min-width: 520px;
}
.st-row .col-md-8 {
  width: 66.66666667%;
  min-width: 520px;
}
.st-row .col-lg-8 {
  width: 66.66666667%;
  min-width: 520px;
}
.st-row .col-sm-9 {
  width: 75%;
  min-width: 585px;
}
.st-row .col-md-9 {
  width: 75%;
  min-width: 585px;
}
.st-row .col-lg-9 {
  width: 75%;
  min-width: 585px;
}
.st-row .col-sm-10 {
  width: 83.33333333%;
  min-width: 650px;
}
.st-row .col-md-10 {
  width: 83.33333333%;
  min-width: 650px;
}
.st-row .col-lg-10 {
  width: 83.33333333%;
  min-width: 650px;
}
.st-row .col-sm-11 {
  width: 91.66666667%;
  min-width: 715px;
}
.st-row .col-md-11 {
  width: 91.66666667%;
  min-width: 715px;
}
.st-row .col-lg-11 {
  width: 91.66666667%;
  min-width: 715px;
}
.st-row .col-sm-12 {
  width: 100%;
  min-width: 780px;
}
.st-row .col-md-12 {
  width: 100%;
  min-width: 780px;
}
.st-row .col-lg-12 {
  width: 100%;
  min-width: 780px;
}
.st-row.no-wrap {
  flex-wrap: nowrap;
}
.st-row.no-wrap .st-col {
  min-width: initial;
}
.st-row .st-col {
  display: flex;
  flex-direction: column;
}
.form-container {
  padding: 20px;
}
.st-field-wrapper {
  width: 100%;
}
.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;
  }
}
@media screen and (max-width: 768px) {
  .st-app-header {
    max-height: 10vh;
    min-height: 45px;
  }
}
.st-app-header__functional {
  display: flex;
  margin-top: 9px;
  width: calc(100% - 150px);
}
.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 9px 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;
}
.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 {
  padding-left: 0.5rem;
}
.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;
}
.st-app-header .st-user-menu-bar ul li {
  border-bottom: 1px solid #cfdae6;
  padding: 0 10px;
}
.st-app-header .st-user-menu-bar ul li:last-of-type {
  border: none;
}
.st-app-header .st-user-menu-bar ul li:hover {
  opacity: 0.75;
}
.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%;
  line-height: 1.5em;
}
.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);
}
.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;
}
.logs {
  text-align: center;
  display: inline-flex;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  transition: all 0.3s cubic-bezier(0.55, 0.06, 0.94, 1);
  padding: 5px 0;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .logs {
    font-size: 13.3px;
  }
}
.logs-item {
  flex: 0 1 25%;
  border-right: 1px solid #ebebeb;
}
.logs-item:last-of-type {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .logs-item {
    border: none;
  }
}
.logs-item-column {
  display: inline-block;
  padding-right: 5px;
}
@media screen and (max-width: 1160px) {
  .logs-item-column {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .logs {
    display: table;
  }
  .logs-item {
    display: table-row;
  }
  .logs-item-column {
    display: table-cell;
  }
  .logs-item-column:nth-child(1) {
    text-align: right;
  }
  .logs-item-column:nth-child(2) {
    text-align: left;
  }
}
.message {
  width: 100%;
}
.message .form-group {
  align-items: flex-start;
}
.message textarea {
  resize: none;
  background-color: transparent;
  color: #333;
  border: none;
  box-shadow: none;
  cursor: default;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .message textarea {
    font-size: 13.3px;
  }
}
.detail-logs {
  width: 100%;
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .detail-logs {
    font-size: 12.8px;
  }
}
.detail-logs .st-field span {
  padding: 0 10px;
}
.detail-logs .st-field span a {
  padding: 0;
}
.detail-logs .st-field a {
  text-decoration: underline;
  padding: 0 10px;
}
.detail-log {
  width: 100%;
  margin: 0;
}
.detail-log .pr-info {
  margin: 1rem 0;
  border: none;
}
.detail-log .table {
  margin: 0;
  width: 100%;
}
.detail-log .table tbody {
  cursor: default;
}
.detail-log .table tbody tr:hover {
  box-shadow: none;
}
.modal-logs {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(71, 82, 89, 0.5) 0%, rgba(30, 34, 37, 0.5) 100%, rgba(30, 34, 37, 0.5) 100%);
  transition: opacity 0.15s cubic-bezier(0.55, 0.06, 0.94, 1);
}
.modal-logs:hover {
  cursor: pointer;
}
.modal-logs__toggled {
  opacity: 1;
}
.modal-logs__collapsed {
  opacity: 0;
  pointer-events: none;
}
.modal-logs__disabled {
  display: none;
}
.modal-logs .modal-close {
  position: absolute;
  top: 2%;
  right: 3%;
  font-size: 1.5em;
  transition: opacity 0.2s ease;
}
.modal-logs .modal-close:hover {
  cursor: pointer;
  opacity: 0.75;
}
.modal-logs-table-container {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #DAE1F4;
  width: 70%;
  margin: 5% auto;
  border-radius: 4px;
  position: relative;
  max-height: 80%;
  overflow-y: auto;
  transition: all 0.2s cubic-bezier(0.55, 0.06, 0.94, 1);
}
@media screen and (max-width: 768px) {
  .modal-logs-table-container {
    width: 90%;
  }
}
.modal-logs-table-container h2 {
  margin-left: 5%;
}
.modal-logs-table-container .st-btn {
  margin-bottom: 2%;
  margin-right: 5%;
  float: right;
}
.modal-logs-table {
  width: 90%;
  margin: 0 5%;
  text-align: left;
  border-collapse: collapse;
}
.modal-logs-table thead tr {
  border-bottom: 1px solid #ddd;
}
.modal-logs-table tbody tr {
  border-top: 1px solid #DAE1F4;
}
.modal-logs-table td {
  font-size: 14px;
  line-height: 1.5rem;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .modal-logs-table td {
    font-size: 13.3px;
  }
}
.modal-logs-table th {
  font-size: 16px;
  line-height: 2rem;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .modal-logs-table th {
    font-size: 12.8px;
  }
}
.upload-component {
  margin: 30px auto;
  width: 80%;
  max-width: 600px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .upload-component {
    font-size: 13.3px;
  }
}
.upload-component .main-content .drag-drop-zone {
  box-shadow: 0px 2px 20px 3px #e1e3fa;
  border-radius: 6px;
  background-color: white;
  text-align: center;
  padding: 0;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.upload-component .main-content .drag-drop-zone:hover {
  background-color: #f7f7f7;
}
.upload-component .main-content .drag-drop-zone input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.upload-component .main-content .drag-drop-zone .zone-description {
  padding: 70px 30px;
}
.upload-component .main-content .drag-drop-zone .zone-description p {
  margin: 0;
}
.upload-component .main-content .drag-drop-zone .zone-description .big-text {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .upload-component .main-content .drag-drop-zone .zone-description .big-text {
    font-size: 16px;
  }
}
.upload-component .main-content .drag-drop-zone .zone-description .small-text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .upload-component .main-content .drag-drop-zone .zone-description .small-text {
    font-size: 13.3px;
  }
}
.upload-component .main-content .file-description-zone {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.upload-component .main-content .file-description-zone .selected-file-zone .uploaded-file-name {
  display: block;
  margin-top: 10px;
}
.upload-component .main-content .file-description-zone .import-btn-container {
  margin-top: 15px;
  text-align: end;
  border-top: 1px solid #8a8a8a;
  padding-top: 15px;
}
.upload-component .main-content .file-description-zone .import-btn-container .btn {
  margin-left: 5px;
}
.upload-component .main-content .st-btn {
  margin: 0;
}
.upload-component .import-result-error {
  color: #d9534f;
}
.upload-component .import-result-success {
  color: #2f8618;
}
.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 .rotate-btn {
  transform: scale(-1, 1);
  display: inline-block;
}
.file-image-selector-field .image-content .image-toolbar .rotate-btn .icon-isu-revert .path1 {
  color: white;
}
.file-image-selector-field .image-content .image-toolbar .rotate-btn .icon-isu-revert .path1::before {
  color: white;
}
.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%;
}
.category .st-field-wrapper .form-group .st-field {
  margin: 0;
}
.category label {
  width: 15% !important;
  vertical-align: top;
  line-height: 34px;
}
.category .select {
  display: inline-block;
  width: 85% !important;
  background-color: #ffffff;
}
.category .select-actions {
  margin: 0.6em;
  width: 97% !important;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #204d74;
  position: relative;
  height: 100%;
}
.category .select .function-item {
  border: 1px solid #204d74;
  border-radius: 4px;
  margin-top: 2px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.category .select .function-item:first-of-type {
  margin-top: 0;
}
.category .select .function-item a {
  padding: 6px 30px 6px 10px;
}
.category .select .function-item .btn-bin {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
}
.category .select .Select {
  width: 90% !important;
}
.category .select .Select-arrow {
  border-color: #555555 transparent transparent;
  border-style: solid;
  border-width: 6px 3px 5px;
}
.category .select .Select-control {
  border-radius: 0;
  border: none;
}
.category .select button:disabled {
  opacity: 0.2;
}
.category .lang {
  width: 100%;
}
.category .lang label {
  width: 15%;
}
.function .lang {
  width: 100%;
}
.function .lang label {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .function .lang label {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .category-page .st-field-wrapper label {
    width: 100%;
  }
  .category-page .st-field-wrapper .select {
    width: 100%;
  }
  .category-page .st-field-wrapper .st-field {
    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 500ms 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;
  }
}
.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.person {
  padding-bottom: 20px;
}
.toolbar .panel {
  display: flex;
  justify-content: flex-end;
}
.toolbar .width-200-bottom-0:nth-child(1) {
  margin-right: auto;
}
.toolbar .bulk-delete-action .btn-action-delete span {
  display: inline;
}
.toolbar .st-field-wrapper {
  width: 200px;
}
.toolbar .st-filter-panel {
  width: auto;
  margin-top: 3px;
}
.toolbar .st-filter-panel .btn-white {
  background: #fff;
  color: #0b1153;
  border: 1px solid #bfccd9;
}
.toolbar .st-filter-panel .btn-white .general-disabled-mixin {
  color: #8595a6;
  background: #f5f7fa;
  border: 1px solid transparent;
}
.toolbar .st-filter-panel .btn-white:hover {
  color: #1723ad;
  border: 1px solid #adbdcc;
}
.toolbar .st-filter-panel .btn-white:focus {
  background: #f5f7fa;
}
.toolbar .st-filter-panel .btn-white:disabled {
  color: #8595a6;
  background: #f5f7fa;
  border: 1px solid transparent;
}
.toolbar .st-filter-panel .btn-white.link-disabled {
  color: #8595a6;
  background: #f5f7fa;
  border: 1px solid transparent;
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .toolbar .st-filter-panel .btn {
    margin-top: 1rem;
  }
}
.toolbar .st-toolbar {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .toolbar .st-toolbar .btn {
    width: 100%;
  }
}
.st-toolbar {
  padding: 10px;
  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%;
}
@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;
  }
}
/**
* Rangeslider
*/
.rangeslider {
  margin: 20px 0;
  position: relative;
  background: #e6e6e6;
  -ms-touch-action: none;
  touch-action: none;
}
.rangeslider,
.rangeslider .rangeslider__fill {
  display: block;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.rangeslider .rangeslider__handle {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 -1px 3px rgba(0, 0, 0, 0.4);
}
.rangeslider .rangeslider__handle .rangeslider__active {
  opacity: 1;
}
.rangeslider .rangeslider__handle-tooltip {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-size: 12px;
  transition: all 100ms ease-in;
  border-radius: 4px;
  display: inline-block;
  color: white;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (max-width: 768px) {
  .rangeslider .rangeslider__handle-tooltip {
    font-size: 11.4px;
  }
}
.rangeslider .rangeslider__handle-tooltip span {
  margin-top: 12px;
  display: inline-block;
  line-height: 100%;
}
.rangeslider .rangeslider__handle-tooltip:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
/**
  * Rangeslider - Horizontal slider
  */
.rangeslider-horizontal {
  height: 7px;
  border-radius: 10px;
}
.rangeslider-horizontal .rangeslider__fill {
  height: 100%;
  background-color: #2d3440;
  border-radius: 10px;
  top: 0;
}
.rangeslider-horizontal .rangeslider__handle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.rangeslider-horizontal .rangeslider__handle-tooltip {
  display: none;
  top: -55px;
}
.rangeslider-horizontal .rangeslider__handle-tooltip:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  left: 50%;
  bottom: -8px;
  transform: translate3d(-50%, 0, 0);
}
/**
  * Rangeslider - Vertical slider
  */
.rangeslider-vertical {
  margin: 20px auto;
  height: 150px;
  max-width: 10px;
  background-color: transparent;
}
.rangeslider-vertical .rangeslider__fill,
.rangeslider-vertical .rangeslider__handle {
  position: absolute;
}
.rangeslider-vertical .rangeslider__fill {
  width: 100%;
  background-color: #7cb342;
  box-shadow: none;
  bottom: 0;
}
.rangeslider-vertical .rangeslider__handle {
  width: 30px;
  height: 10px;
  left: -10px;
  box-shadow: none;
}
.rangeslider-vertical .rangeslider__handle-tooltip {
  left: -100%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.rangeslider-vertical .rangeslider__handle-tooltip:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.8);
  left: 100%;
  top: 12px;
}
/**
  * Rangeslider - Reverse
  */
.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill {
  right: 0;
}
.rangeslider-reverse.rangeslider-vertical .rangeslider__fill {
  top: 0;
  bottom: inherit;
}
/**
  * Rangeslider - Labels
  */
.rangeslider__labels {
  position: relative;
}
.rangeslider-vertical .rangeslider__labels {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 24px;
  padding: 0;
  text-align: left;
  width: 250px;
  height: 100%;
  left: 10px;
}
.rangeslider-vertical .rangeslider__labels .rangeslider__label-item {
  position: absolute;
  transform: translate3d(0, -50%, 0);
}
.rangeslider-vertical .rangeslider__labels .rangeslider__label-item::before {
  content: '';
  width: 10px;
  height: 2px;
  background: black;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.rangeslider__labels .rangeslider__label-item {
  position: absolute;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  top: 10px;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (max-width: 768px) {
  .rangeslider__labels .rangeslider__label-item {
    font-size: 11.4px;
  }
}
.time-picker .selecter-time-container {
  background-color: white;
  width: 100%;
  display: block;
  border: 1px solid #ebebeb;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  padding: 0 10px;
  padding-right: 1rem;
  height: 34px;
  outline: none;
  border-color: #ebebeb;
  color: #333;
}
.time-picker .selecter-time-container input {
  padding: 0;
  border: none;
  margin: 7px 0;
  height: auto;
  width: 100%;
}
.time-picker .selecter-time-container input:focus,
.time-picker .selecter-time-container input:hover {
  box-shadow: none;
}
.time-picker .selecter-time-container span {
  position: absolute;
  top: 8%;
  right: 1%;
  bottom: 20%;
  transition: opacity 0.2s ease-in;
}
.time-picker .selecter-time-container span:hover,
.time-picker .selecter-time-container span:focus {
  opacity: 0.75;
}
.time-picker .selecter-time-container .time-caret {
  margin-top: 7px;
  margin-right: 0;
}
.time-picker .time-selector {
  background-color: white;
  margin-top: 7px;
  border: 1px solid lightgray;
  position: absolute;
  width: 210px;
  height: auto;
  z-index: 999;
  border-radius: 4px;
}
.time-picker .time-selector .selected-time-container {
  padding: 10px 0;
  font-size: 30px;
}
.time-picker .time-selector .selected-time-container .time-item {
  display: inline-block;
  margin: 0 7%;
  width: 36%;
  padding: 12px 0;
  text-align: center;
  background-color: #009dff;
  color: white;
  border-radius: 4px;
}
.time-picker .time-selector .time-item-selector {
  margin: 30px 7%;
}
.time-picker .time-selector .btn-ok-container {
  text-align: right;
  margin: 0 7%;
  margin-bottom: 7px;
}
.time-picker .time-selector .btn-ok-container .btn {
  margin: 0;
  width: 100%;
}
.mp-tooltip .mp-tooltip-icon {
  z-index: 999;
  padding: 5px;
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  width: 150px;
  text-align: center;
  border-radius: 4px;
}
.mp-tooltip .mp-tooltip-icon-top {
  bottom: 40px;
  left: -60px;
}
.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: -60px;
}
.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 {
  top: 0;
  left: -160px;
}
.mp-tooltip .mp-tooltip-icon-left::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 20px;
  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: 0px;
  right: -160px;
}
.mp-tooltip .mp-tooltip-icon-right::after {
  content: '';
  position: absolute;
  right: 100%;
  top: 20px;
  width: 0;
  height: 0;
  border-right: solid 4px rgba(0, 0, 0, 0.7);
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
}
.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;
}
.mp-daypicker__input ::placeholder {
  opacity: 0.5;
  /* Firefox */
}
.mp-daypicker__input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
}
.mp-daypicker__input ::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.5;
}
.log-body .log-row-header:hover {
  box-shadow: 0 0 20px 0 transparent;
}
.log-body .log-row-container {
  max-height: 58vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.log-body .log-item-row {
  border-bottom: 1px solid #DAE1F4;
  padding: 5px 3px;
  cursor: default;
  transition: all 250ms;
}
.log-body .log-item-row:hover {
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 20px 0 #DAE1F4;
}
.log-body .log-item-row .info-item {
  width: 33.33%;
  display: inline-block;
}
.show-log-information-btn {
  font-size: 14px;
  float: right;
  right: 0;
  position: relative;
  bottom: 0;
  top: 7px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .show-log-information-btn {
    font-size: 13.3px;
  }
}
.grants {
  width: 98%;
}
.grants > div {
  width: 100%;
}
.grants > div h1 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .grants > div h1 {
    font-size: 14.4px;
  }
}
.grants > div > div {
  width: 100%;
  margin-top: 1em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .grants > div > div {
    font-size: 13.3px;
  }
}
.grants > div > div h4 {
  margin-bottom: 0;
}
.grants > div > div > div {
  display: inline-flex;
  width: 12.5%;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
}
.grants > div > div > div h5 {
  margin: 25px 0 5px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .grants > div > div > div h5 {
    font-size: 13.3px;
  }
}
@media screen and (max-width: 1280px) {
  .grants > div > div > div {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .grants > div > div > div {
    width: 33.3%;
  }
}
@media screen and (max-width: 425px) {
  .grants > div > div > div {
    width: 50%;
  }
}
.grants > div > div > div > div {
  display: flex;
  margin-bottom: 0.2em;
  margin-right: 0.2em;
}
.grants > div > div > div > div.grant-item {
  display: block;
}
.grants > div > div > div > div div:first-of-type {
  display: flex;
}
.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 {
  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 {
    max-width: 94% !important;
    max-height: 96% !important;
    left: 0 !important;
    right: 0 !important;
    top: 2% !important;
    width: initial;
  }
}
.ReactModal__Content.ReactModal__Content--after-open.resend-email-modal {
  min-width: 750px;
  background-color: white;
}
.Select-control {
  padding: 5px 10px 3px !important;
}
.competition-popup-top {
  display: flex;
  flex-wrap: wrap;
}
.competition-popup-top .Select-placeholder {
  line-height: 24px;
}
.Select-menu-outer {
  position: absolute !important;
}
@media screen and (max-width: 768px) {
  .modal-unsaved .modal-body {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .unsaved-message::has(.modal-body) {
    height: auto;
  }
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #DAE1F4;
}
.modal-body {
  padding: 15px;
  max-height: 76vh;
}
.modal-body .multiple-selector {
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .modal-body {
    /*height: calc(100vh - 190px);*/
  }
  .modal-body .flex-row {
    min-width: initial;
    padding: 10px;
  }
}
.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: 768px) {
  .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: 768px) {
  .modal-footer > div .st-btn {
    margin: 0 20px;
  }
  .modal-footer > div .st-btn:nth-child(n+2) {
    margin-top: 10px;
  }
}
@supports (-ms-ime-align:auto) {
  .select .react-select__menu {
    white-space: nowrap;
    display: table;
  }
}
.select.select-lookup .react-select__menu {
  max-height: 260px;
  overflow-y: auto;
}
@supports (-ms-ime-align:auto) {
  .select.select-lookup .react-select__menu {
    height: 260px;
    display: block;
  }
}
.select.select-lookup .react-select__menu ._tableWrapper {
  max-height: 260px !important;
}
.select.select-lookup .react-select__menu-list {
  max-height: initial;
}
@supports (-ms-ime-align:auto) {
  .select.select-lookup .react-select__menu-list {
    height: 260px;
  }
}
.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;
  min-width: -moz-max-content;
}
.select .react-select__menu table {
  width: 100%;
  border-collapse: collapse;
  overflow-y: auto;
}
.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 5px 10px;
}
.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;
  border-radius: 4px;
}
.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;
}
.editable-reference-field-invalid .react-select__control--is-focused {
  border: 1px solid #d9534f !important;
}
.multiple-selector .react-select__control div {
  min-height: auto;
}
.multiple-selector .react-select__control input {
  height: auto;
}
.multiple-selector .react-select__input > input {
  box-shadow: none;
}
.media-panels-container .multiple-lookup input {
  box-shadow: none;
}
.olympic-coaches-team .multiple-lookup input {
  box-shadow: none;
}
.st-validation-summary {
  color: #000000d9;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .st-validation-summary {
    font-size: 13.3px;
  }
}
.st-validation-summary ul {
  padding: 0 1%;
}
.st-validation-summary ul > span {
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0px;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .st-validation-summary ul > span {
    font-size: 11.4px;
  }
}
.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;
}
.has-not-validations {
  display: inline-flex;
}
.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;
}
.validated-field {
  display: inline-flex;
}
.validated-field.has-validations.with-empty-value input {
  border: 1px solid #ed5556;
}
.validated-field.has-validations.with-empty-value .react-select__control {
  border: 1px solid #ed5556;
}
.modal-body .st-validation-summary {
  margin-bottom: 5px;
  border-radius: 4px;
}
.modal-body .st-validation-summary ul {
  padding: 0 5px;
  border-radius: 4px;
  font-size: 12px;
}
.ordered-list .ordering {
  display: inline-block;
}
.ordered-list .ordering-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ordered-list .ordering-arrow i {
  display: block;
}
.ordered-list .ordering-arrow i.first {
  transform: rotate(180deg);
}
.ordered-list .ordering span {
  display: inline-block;
}
.ordered-list tbody tr:first-of-type .ordering .first {
  visibility: hidden;
}
.ordered-list tbody tr:last-of-type .ordering .second {
  visibility: hidden;
}
.ordered-list td,
.ordered-list th {
  min-width: auto;
  max-width: 400px;
}
.ordered-list td:last-of-type,
.ordered-list th:last-of-type {
  padding: 0;
}
/*.notifications-wrapper {
  display: none;
}*/
.tab-container {
  width: 100%;
  padding: 1%;
  padding-bottom: 30px;
}
@media screen and (max-width: 1160px) {
  .tab-container {
    padding-bottom: 80px;
  }
}
.tab-bar {
  width: max-content;
  border-bottom: 1px solid #bfccd9;
}
.tab-bar-wrapper {
  overflow: auto;
}
.tab-bar .st-btn {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: transparent;
  color: #475259;
  border-left: none;
  border-bottom: none;
  border-radius: 0;
  border-color: #bfccd9;
  padding: 0;
  bottom: -1px;
}
.tab-bar .st-btn a {
  display: block;
  padding: 8px 20px;
}
.tab-bar .st-btn:first-of-type {
  border-left: 1px solid #bfccd9;
  border-top-left-radius: 4px;
}
.tab-bar .st-btn:last-of-type {
  border-top-right-radius: 4px;
}
.tab-bar .st-btn:hover {
  background: transparent;
  border-color: #bfccd9;
  border-bottom-color: transparent;
  opacity: 0.75;
}
.tab-bar .st-btn.active-tab {
  position: relative;
  z-index: 0;
}
.tab-bar .st-btn.active-tab:after {
  transition: all 0.15s linear;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: 1px;
  bottom: 0;
  transform: translateY(100%);
  background-color: #fff;
  animation: filler 1s forwards;
  z-index: -1;
  pointer-events: none;
}
@keyframes filler {
  to {
    transform: translateY(0);
  }
}
.tab-content {
  width: 100%;
  border: 1px solid #bfccd9;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
  background: #fff;
  box-shadow: 0px 2px 20px 3px #e1e3fa;
}
.tab-content .toolbar {
  align-items: flex-end;
  box-shadow: none;
  border-bottom: 1px solid #bfccd9;
  border-radius: 0;
  margin: 0;
  background-color: transparent;
}
.tab-content .toolbar .st-btn {
  margin-left: 0.5em;
}
.tab-content .toolbar .st-field-wrapper {
  margin-bottom: 0;
}
.tab-content .toolbar .st-field-wrapper:last-of-type .form-group {
  padding-right: 0 !important;
}
.tab-content .toolbar .st-field-wrapper .form-group {
  margin-bottom: 0;
}
.tab-content .table-container {
  box-shadow: none;
}
.tab-content-item > h2 {
  padding: 0.83em 0 0.83em 1%;
  margin: 0;
}
.simple-field {
  margin: 5px 0;
}
.simple-field .field-name {
  margin-right: 8px;
  font-weight: bold;
}
.person .flex-row {
  background-color: #fff;
  margin: 1%;
  border-radius: 6px;
  box-shadow: 0px 2px 20px 3px #e1e3fa;
}
.person .flex-row.person {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .person .flex-row {
    padding-bottom: 6em;
  }
}
.simple {
  padding-bottom: 40px;
}
.simple .flex-row {
  background-color: #fff;
  margin: 1%;
  border-radius: 6px;
  box-shadow: 0px 2px 20px 3px #e1e3fa;
}
.simple .flex-row.person {
  padding-bottom: 20px;
}
.container.person {
  padding-bottom: 20px;
}
.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;
}
.mp-tooltip {
  position: relative;
}
@media screen and (max-width: 768px) {
  .mp-tooltip input {
    width: 100%;
    height: 30px;
  }
}
.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%;
}
@media screen and (max-width: 768px) {
  .mp-tooltip .mp-tooltip-icon.mp-tooltip-icon-last.mp-tooltip-icon-bottom {
    left: 0;
  }
}
.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: 110%;
  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;
}
.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: 5px;
  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;
}
.toggleedit {
  margin: auto;
  display: flex;
  background: #f5f7fa;
  border: 1px solid #bfccd9;
  border-radius: 20px;
  cursor: pointer;
}
.toggleedit .icon {
  display: block;
  transition: all 0.2s cubic-bezier(0.55, 0.06, 0.94, 1);
  animation: stable 0.2s ease-out forwards;
}
.toggleedit-switcher {
  font-family: Roboto-Medium, Helvetica-Neue, Helvetica, sans-serif;
  background: transparent;
  border: none;
  padding: 7px 22px;
  color: #8595a6;
  border-radius: 20px;
  cursor: pointer;
}
.toggleedit-switcher__active {
  border: 1px solid #bfccd9;
  box-shadow: 0px 0px 10px 0px #e1e3fa;
  position: relative;
  overflow: hidden;
}
.toggleedit-switcher__active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation-delay: 0.3s;
  animation: fill 0.2s cubic-bezier(0.55, 0.06, 0.94, 1) forwards;
}
.toggleedit-switcher__active:last-of-type .icon {
  animation: 0.3s ease-in rotate forwards;
}
@keyframes fill {
  0% {
    width: 0;
    height: 0;
    background: transparent;
  }
  100% {
    width: 200%;
    height: 200%;
    background: #fff;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes stable {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(0);
  }
}
.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;
}
.responsive-talbe {
  display: table;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .responsive-talbe {
    font-size: 13.3px;
  }
}
.responsive-talbe-header {
  line-height: 2em;
  position: relative;
  letter-spacing: -0.5px;
  font-weight: normal;
  font-family: Roboto-Medium, Helvetica-Neue, Helvetica, sans-serif;
  display: table-row;
}
.responsive-talbe-header-column {
  padding: 0.5em 0.3em;
  display: table-cell;
}
.responsive-talbe-row {
  position: relative;
  display: table-row;
  transition: all 0.2s cubic-bezier(0, 0.51, 0.46, 0.78);
}
.responsive-talbe-row .st-field-wrapper {
  margin: 0;
}
.responsive-talbe-row .st-field-wrapper .form-group {
  margin: 0;
}
.responsive-talbe-row:hover {
  box-shadow: 0 0 10px 0 #DAE1F4;
  background-color: white;
}
.responsive-talbe-row-column {
  border-top: 1px solid #DAE1F4;
  display: table-cell;
  vertical-align: middle;
}
.responsive-talbe-row-column-value {
  padding: 0.5em 0.3em;
}
.responsive-talbe-row-column-value .st-field-wrapper {
  width: 100% !important;
}
.responsive-talbe-row-column-value .st-field-wrapper .form-group > label {
  display: none !important;
}
.responsive-talbe-row-column-value .btn.btn-default.btn-action-delete {
  margin: 0 !important;
}
.thin-two-columns {
  table-layout: fixed;
}
.thin-two-columns.rc.edit-mode .responsive-talbe-row-column:nth-child(-n+3),
.thin-two-columns.rc.edit-mode .responsive-talbe-header-column:nth-child(-n+3) {
  width: 6%;
}
.thin-two-columns.rc.edit-mode .responsive-talbe-row-column:nth-child(-n+3) .form-group .st-field input,
.thin-two-columns.rc.edit-mode .responsive-talbe-header-column:nth-child(-n+3) .form-group .st-field input {
  min-width: 45px;
}
.thin-two-columns.rc.edit-mode .responsive-talbe-row-column:nth-child(4),
.thin-two-columns.rc.edit-mode .responsive-talbe-header-column:nth-child(4) {
  width: 25%;
}
.thin-two-columns.rc.edit-mode .responsive-talbe-row-column:nth-child(n+5),
.thin-two-columns.rc.edit-mode .responsive-talbe-header-column:nth-child(n+5) {
  width: 10%;
}
.thin-two-columns.rc .responsive-talbe-row-column:nth-child(-n+2),
.thin-two-columns.rc .responsive-talbe-header-column:nth-child(-n+2) {
  width: 7%;
}
.thin-two-columns.rc .responsive-talbe-row-column:nth-child(3),
.thin-two-columns.rc .responsive-talbe-header-column:nth-child(3) {
  width: 25%;
}
.thin-two-columns.rc .responsive-talbe-row-column:nth-child(n+4),
.thin-two-columns.rc .responsive-talbe-header-column:nth-child(n+4) {
  width: 10%;
}
.thin-two-columns.cc.edit-mode .responsive-talbe-row-column:nth-child(-n+2),
.thin-two-columns.cc.edit-mode .responsive-talbe-header-column:nth-child(-n+2) {
  width: 7%;
}
.thin-two-columns.cc.edit-mode .responsive-talbe-row-column:nth-child(-n+2) .form-group .st-field input,
.thin-two-columns.cc.edit-mode .responsive-talbe-header-column:nth-child(-n+2) .form-group .st-field input {
  min-width: 30px;
}
.thin-two-columns.cc.edit-mode .responsive-talbe-row-column:nth-child(3),
.thin-two-columns.cc.edit-mode .responsive-talbe-header-column:nth-child(3) {
  width: 31%;
}
.thin-two-columns.cc.edit-mode .responsive-talbe-row-column:nth-child(n+4),
.thin-two-columns.cc.edit-mode .responsive-talbe-header-column:nth-child(n+4) {
  width: 9%;
}
.thin-two-columns.cc.edit-mode .responsive-talbe-row-column:nth-last-child(-n+2),
.thin-two-columns.cc.edit-mode .responsive-talbe-header-column:nth-last-child(-n+2) {
  width: 50px;
}
.thin-two-columns.cc .responsive-talbe-row-column:nth-child(-n+1),
.thin-two-columns.cc .responsive-talbe-header-column:nth-child(-n+1) {
  width: 7%;
}
.thin-two-columns.cc .responsive-talbe-row-column:nth-child(2),
.thin-two-columns.cc .responsive-talbe-header-column:nth-child(2) {
  width: 30%;
}
.thin-two-columns.cc .responsive-talbe-row-column:nth-child(n+3),
.thin-two-columns.cc .responsive-talbe-header-column:nth-child(n+3) {
  width: 10%;
}
.fs-overall-table .form-group .st-field input {
  min-width: 30px;
}
.fs-overall-table .responsive-talbe-row-column:nth-child(n+5),
.fs-overall-table .responsive-talbe-header-column:nth-child(n+5) {
  width: 7% !important;
}
.fs-overall-table .responsive-talbe-row-column:nth-child(1),
.fs-overall-table .responsive-talbe-header-column:nth-child(1) {
  width: 5% !important;
}
.fs-overall-table .responsive-talbe-row-column:nth-child(3),
.fs-overall-table .responsive-talbe-header-column:nth-child(3) {
  width: 25% !important;
}
.fs-overall-table .responsive-talbe-row-column:nth-child(4),
.fs-overall-table .responsive-talbe-header-column:nth-child(4) {
  width: 10% !important;
}
.fs-overall-table .responsive-talbe-row-column:nth-child(8n+0),
.fs-overall-table .responsive-talbe-header-column:nth-child(8n+0) {
  width: 9% !important;
  overflow-wrap: break-word;
}
.fs-overall-table .responsive-talbe-row-column:nth-child(9n+0),
.fs-overall-table .responsive-talbe-header-column:nth-child(9n+0) {
  width: 5% !important;
  max-width: 25px;
}
.fs-overall-table .responsive-talbe-row-column:nth-child(9n+0) .st-checkbox,
.fs-overall-table .responsive-talbe-header-column:nth-child(9n+0) .st-checkbox {
  top: 15px;
}
.fs-overall-table .responsive-talbe-row-column:nth-child(10n+0),
.fs-overall-table .responsive-talbe-header-column:nth-child(10n+0) {
  max-width: 35px !important;
  width: 35px !important;
}
.fs-overall-table .responsive-talbe-row-column:nth-child(10n+0) button,
.fs-overall-table .responsive-talbe-header-column:nth-child(10n+0) button {
  max-width: 35px;
}
.fs-overall-table .responsive-talbe-row-column:nth-child(11n+0),
.fs-overall-table .responsive-talbe-header-column:nth-child(11n+0) {
  max-width: 35px !important;
  width: 35px !important;
}
.fs-overall-table .responsive-talbe-row-column:nth-child(11n+0) button,
.fs-overall-table .responsive-talbe-header-column:nth-child(11n+0) button {
  max-width: 35px;
}
.competition-list-field-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3px;
  margin-bottom: 3px;
  padding-left: 5px;
}
.competition-list-field-holder .st-field-wrapper .form-group {
  margin-bottom: 0;
  margin-right: 5px;
}
.competition-list-field-holder .st-field-wrapper .form-group label {
  display: none !important;
}
.column-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-top: 0 !important;
}
.column-group .column-item {
  padding: 0.5em;
}
.column-group .column-item-row {
  cursor: default;
  padding: 0.2em 0;
}
.column-group .column-item-row label {
  cursor: default;
  font-weight: bold;
}
.column-group .column-item-row .st-field-wrapper {
  width: 100%;
}
.column-group .column-item-row .st-field-wrapper .form-group > label {
  display: none !important;
}
.import-result {
  padding: 7px;
  border-radius: 4px;
}
.import-result.error {
  background: #eba5a3;
  color: #690d0b;
}
.import-result.success {
  background: #00de9947;
  color: #474e4c;
}
.import-result label,
.import-result .label {
  font-weight: bold;
  margin-right: 10px;
  cursor: default;
}
.import-result > .status {
  margin-bottom: 10px;
}
.import-result > .details > div:nth-child(2) {
  margin-bottom: 10px;
}
.import-result > .details .files {
  margin-left: 10px;
}
.import-result > .details .files .item-details {
  margin-top: 10px;
}
.import-result > .details .files .item-details .errors {
  margin-left: 10px;
}
.import-result > .details .files .item-details .warnings {
  margin-left: 10px;
  background: #d4f071;
  border-radius: 4px;
  padding: 4px;
}
.import-result > .details .files .item-details .entity-name {
  margin-left: 10px;
}
.rsc-container {
  transition: all 0.15s ease-out;
}
.rsc-container.collapsed {
  display: none;
}
.rsc-codes {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #cfdae6;
  border-radius: 6px;
  background: white;
}
.rsc-codes-title {
  display: flex;
  align-items: center;
}
.rsc-codes-title label {
  font-weight: bold;
  margin-right: 0.5em;
}
.rsc-codes label {
  cursor: default;
}
.rsc-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-top: 1px solid #cfdae6;
  padding: 10px 0;
}
.rsc-item:nth-child(1) {
  margin-top: 0.5em;
}
.rsc-item .st-field-wrapper {
  width: auto;
}
@media screen and (max-width: 768px) {
  .rsc-item {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .rsc-wrapper {
    width: 100%;
    margin: 10px 0;
  }
}
.rsc-wrapper .form-group {
  margin: 0;
  width: 200px;
}
.rsc-wrapper .st-field-wrapper label {
  display: none;
}
.rsc-codes .rsc-item .rsc-wrapper {
  margin-top: 0.5em;
}
.dropdown {
  position: relative;
  z-index: 5;
}
.dropdown .st-btn.btn-white {
  background: #fff;
  color: #0b1153;
  border: 1px solid #bfccd9;
  height: 33px;
  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;
}
.press-btn {
  background: #f5f7fa;
  border: 1px solid #bfccd9;
  border-radius: 32%;
  position: relative;
  transition: all 0.2s linear;
  height: 32px;
  width: 32px;
}
.press-btn .icon {
  transition: all 0.2s linear;
  font-size: 40px;
  position: absolute;
  top: -4px;
  left: -5px;
}
.press-btn .icon *::before {
  color: #bfccd9;
}
.press-btn .icon .path1 {
  visibility: hidden;
}
.press-btn-active {
  background: #fff;
}
.press-btn-active .icon *::before {
  color: #5c67e6;
}
.error-component {
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.error-component__actions .btn {
  margin-right: 1rem;
}
.error-component__actions .btn:last-of-type {
  margin: 0;
}
.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;
}
.multiple-selector {
  font-size: 14px;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .multiple-selector {
    font-size: 13.3px;
  }
}
.not-valid-multi-selector .react-select__control {
  border: 1px solid #ed5556;
}
.not-valid-multi-selector :hover .react-select__control {
  border: 1px solid #ed5556 !important;
}
.media-info-container {
  display: flex;
  flex-direction: column;
}
.media-info-container .warning-panel {
  margin: 10px 1% 10px 1%;
  width: 98% !important;
}
.media-info-container-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.media-info-container-toolbar .media-info-toolbar {
  display: flex;
  justify-content: space-between;
  margin: 10px;
  width: 100%;
}
.media-info-container-toolbar .btn-white-wrapper-with-label-space {
  height: 60px;
}
.media-info-container-toolbar .btn-white-wrapper-with-label-space .btn-white {
  position: relative;
  top: 21px;
}
.media-info-container-toolbar .btn-white {
  width: 110px;
  margin: 10px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  line-height: 1.15em;
  padding: 5px 10px;
  height: max-content;
}
.media-info-container-toolbar .btn-white .icon {
  font-size: 16px;
}
.media-info-container-toolbar .approving-buttons-section button {
  margin-right: 10px;
}
.custom-lookup-field.st-field-wrapper .relative-position {
  position: relative;
}
.custom-lookup-field.st-field-wrapper .form-group .st-field-wrapper {
  width: 100%;
  margin-top: 0px;
}
.custom-lookup-field.st-field-wrapper .form-group .st-field-wrapper .form-group {
  padding: 0;
}
.custom-lookup-field.st-field-wrapper .input-group-btn {
  position: absolute;
  color: transparent;
  background: transparent;
  top: 4px;
  right: 0;
}
.custom-lookup-field.st-field-wrapper .input-group-btn .btn {
  color: transparent;
  background: transparent;
}
.custom-lookup-field.st-field-wrapper .icon {
  position: absolute;
  top: 5px;
  right: 2px;
  pointer-events: none;
}
.ppc-info {
  padding-top: 10px;
}
.ppc-info .btn-white {
  width: 110px;
  margin: 10px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  line-height: 1.15em;
  padding: 5px 10px;
  height: max-content;
}
.ppc-info .btn-white .icon {
  font-size: 16px;
}
.ppc-info .flex-row {
  box-shadow: none;
}
@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;
}
.ppc-info-toolbar.flex-row .st-field-wrapper {
  margin: 0;
}
.ppc-info-toolbar.flex-row .st-field-wrapper .form-group {
  margin: 0;
}
.ppc-info-toolbar.flex-row .level-discipline-part {
  display: flex;
  align-items: flex-end;
}
.ppc-info-toolbar.flex-row .level-discipline-part .st-action-list {
  margin: 0;
}
.ppc-info-toolbar.flex-row .level-discipline-part .st-action-list button {
  height: 30px;
}
.ppc-info-toolbar.flex-row .season-part {
  display: inline-flex;
  align-items: flex-end;
}
.ppc-info-toolbar.flex-row .season-part .mp-tooltip {
  font-size: 14px;
}
.ppc-info-toolbar.flex-row .season-part .ppc-copy-btn {
  width: auto;
  min-height: 30px;
  margin-left: 0;
  align-items: flex-end;
}
.ppc-info-toolbar.flex-row .season-part .ppc-copy-btn .icon-plus {
  font-size: 14px;
  display: inline-flex;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.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: 1% 1% 0% 1%;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 768px) {
  .ppc-info .ppc-container .flex-row:first-child {
    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%;
  }
}
.tab-bar .has-changes > a:after {
  content: "\A";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
  display: inline-block;
  margin: 0 10px;
}
.request-tab-container {
  display: flex;
}
.request-tab-container .field-container {
  width: 50%;
  display: inline-flex;
}
.request-tab-container .field-container .st-field-wrapper {
  width: 100%;
}
.request-tab-container .image-toolbar .st-toolbar__buttons,
.request-tab-container .image-toolbar .btn-action-delete {
  display: none;
}
.request-tab-container .field-container.full-width {
  width: 100%;
}
.request-tab-container .inline-row .st-col {
  display: inline;
}
.request-tab-container .field-container.half-width {
  width: 50%;
}
.request-tab-container .social-field-group {
  width: 100%;
}
.request-tab-container .social-field-group .field-container {
  width: 100%;
}
.request-tab-container .field-container.changed-field .st-field input,
.request-tab-container .field-container.changed-field .mp-daypicker input,
.request-tab-container .field-container.changed-field .upload-image-component input,
.request-tab-container .field-container.changed-field .st-field textarea,
.request-tab-container .field-container.changed-field .mp-daypicker textarea,
.request-tab-container .field-container.changed-field .upload-image-component textarea {
  border: 1px solid #5c67e6;
  border-radius: 4px;
}
.request-tab-container .field-container.changed-field .react-select {
  border: 1px solid #5c67e6;
  border-radius: 4px;
}
.request-tab-container .field-container.changed-field .file-image-selector-field {
  border: 1px solid #5c67e6;
  border-radius: 4px;
}
.request-tab-container .request-info-container-title {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: transparent;
  color: #475259;
  border-color: #bfccd9;
  bottom: -1px;
  padding: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  top: 15px;
  position: relative;
}
.request-tab-container .request-info-container {
  width: 50%;
}
.request-tab-container .request-info-container input[disabled],
.request-tab-container .request-info-container select[disabled],
.request-tab-container .request-info-container textarea[disabled],
.request-tab-container .request-info-container input[readonly] {
  cursor: default;
  background-color: unset;
  color: #475259;
}
.request-tab-container .request-info-container.left {
  border-right: 1px solid #bfccd9;
  margin-left: 5px;
  padding-right: 5px;
  padding-bottom: 25px;
}
.request-tab-container .request-info-container.left .person-request-media {
  justify-content: flex-end;
}
.request-tab-container .request-info-container.right {
  border-left: 1px solid #bfccd9;
  margin-right: 5px;
  padding-left: 5px;
  padding-bottom: 25px;
}
.request-tab-container .request-info-container.right .person-request-media {
  justify-content: flex-start;
}
.request-tab-container .request-info-container .flex-row.ppc-no-info,
.request-tab-container .request-info-container .flex-row.ppc-panel {
  box-shadow: none;
  background: white;
  min-width: initial;
  min-height: initial;
  padding: 10px;
  margin: 10px;
}
.request-tab-container .request-info-container .flex-row .ppc-panel__title {
  font-weight: bold;
}
.request-tab-container .request-info-container .flex-row .ppc-panel-round-panel {
  margin-top: 10px;
}
.request-tab-container .request-info-container .flex-row .ppc-panel-round-panel__title span:first-child {
  font-weight: bold;
}
.request-tab-container .request-info-container .flex-row .ppc-panel-round-panel__elements span:first-child {
  font-weight: bold;
}
.request-tab-container .request-info-container .flex-row .ppc-panel-round-panel__elements table {
  border-spacing: 0;
}
.request-tab-container .request-info-container .flex-row .ppc-panel-round-panel__elements .added {
  background: #b1f0df;
}
.request-tab-container .request-info-container .flex-row .ppc-panel-round-panel__elements .changed {
  background: #f6f7c3;
}
.request-tab-container .request-info-container .flex-row .ppc-panel-round-panel__elements .removed {
  background: #d9534f;
}
.request-tab-container .react-select__single-value--is-disabled {
  cursor: default;
  background-color: unset;
  color: #475259 !important;
}
.person.hidden .field-container.changed-field {
  display: inline-flex;
}
.person.hidden .field-container {
  display: none;
}
.person.hidden .multiple-lookup {
  /*Hide coaching team olympic, if 'Changes Only' selected. Added for proper view of custom lookups*/
  display: none !important;
}
.couple.hidden .field-container.changed-field {
  display: inline-flex;
}
.couple.hidden .field-container {
  display: none;
}
.couple.hidden .multiple-lookup {
  /*Hide coaching team olympic, if 'Changes Only' selected. Added for proper view of custom lookups*/
  display: none !important;
}
.rejected-message-editor textarea {
  width: 100%;
  height: 200px;
}
.request-toolbar .btn {
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 100px;
  height: 35px;
}
.request-toolbar .changes-only .form-group {
  padding-top: 9px;
  display: inline-block;
}
.request-toolbar .changes-only .form-group .changes-only-title {
  display: inline-block;
}
.request-toolbar .changes-only .form-group .st-field {
  width: 35px;
  display: inline-block;
  margin-left: 10px;
}
.delete-button-wrapper .btn {
  background: #ed5556;
  border: 1px solid #ed5556;
  min-width: auto;
  padding: 4px 6px;
}
.notifications-wrapper .notification {
  height: auto!important;
}
.notifications-wrapper .notification .error-description {
  margin: 10px 0 0 0;
  overflow: auto;
  max-height: 75vh;
}
.notifications-wrapper .notification .error-description button {
  background: none;
  padding: 0;
  color: #1d4fa2;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.notifications-wrapper .notification .error-description p {
  text-align: justify;
}
.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;
}
.flex-view {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .flex-view {
    display: block;
    flex-wrap: nowrap;
  }
}
.flex-view-column {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .flex-view-column {
    display: block;
    width: 99% !important;
  }
}
.flex-view-row {
  display: flex;
  flex-direction: row;
}
.music-tab-content {
  min-width: 1650px;
}
.music {
  padding: 10px;
}
.music .react-select {
  z-index: 3;
}
.music-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
}
.music-toolbar .season-part {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .music-toolbar .season-part .width-200-bottom-0 {
    margin-bottom: 8px;
  }
}
.music-toolbar .season-part .copy-from-another-levels {
  display: inline-flex;
}
.music-toolbar .season-part .copy-from-another-levels .btn.btn-white {
  margin-right: 8px;
  height: 30px;
}
.music-toolbar .season-part .music-copy-btn {
  display: flex;
}
.music-toolbar .season-part .music-copy-btn .icon-plus {
  font-size: 14px;
  margin-left: 4px;
  display: inline;
  position: relative;
  top: 1px;
}
.music-toolbar .season-part .tooltip-wrapper {
  margin-right: 8px;
}
.music-toolbar .season-part .tooltip-wrapper .mp-tooltip button {
  display: flex;
  height: 30px;
  align-items: center;
}
.music-toolbar .season-part .download-report .btn-white {
  width: 100px;
  justify-content: space-between;
}
.music-toolbar .btn-white .icon-plus {
  font-size: 16px;
  margin-left: 4px;
}
.music-toolbar .level-discipline-part {
  display: flex;
  align-items: flex-end;
}
.music-toolbar .level-discipline-part .form-group.select {
  margin: 0;
}
.music-toolbar .level-discipline-part .st-action-list .btn.btn-default.btn-action-delete {
  margin: 0;
  height: 30px;
}
.music-toolbar .st-field-wrapper {
  width: 200px;
}
.music-toolbar .st-field-wrapper:nth-child(3) {
  width: auto;
}
.music-items .music-scoreboard {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.music-items .music-scoreboard .music-field-item {
  width: 50%;
  display: flex;
  align-items: flex-start;
}
.music-items .music-scoreboard .music-field-item.with-checkbox .mp-tooltip {
  margin-right: 5px;
  margin-top: 4px;
}
.music-items .music-scoreboard .music-field-item.with-checkbox .mp-tooltip .checkbox-field-wrapper {
  height: initial;
}
.music-items .music-scoreboard .music-field-item.with-checkbox .mp-tooltip .checkbox-field-wrapper .form-group {
  margin: 0;
  padding: 0;
}
.music-items .music-scoreboard .music-field-item.with-checkbox .mp-tooltip .checkbox-field-wrapper .form-group .st-checkbox {
  top: 3px;
  margin-right: 0px;
}
.music-items .music-scoreboard .music-field-item textarea {
  width: 100%;
  min-height: initial;
}
.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;
  font-size: medium;
}
.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 .mp-tooltip {
  margin-left: 5px;
}
.music-items .music-item .round-type h3 {
  font-size: 1.17em;
  font-weight: bold;
}
.music-items .music-item .table-wrapper {
  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;
}
.music-items .music-item .table-wrapper table tr td .st-field-wrapper.checkbox-field-wrapper label {
  display: inline-block;
}
.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: 55px;
}
.music-items .music-item .table-wrapper table th:nth-child(2) .form-group .st-field input,
.music-items .music-item .table-wrapper table td:nth-child(2) .form-group .st-field input {
  min-width: 55px;
}
.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),
.music-items .music-item .table-wrapper table td:nth-child(11) {
  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: 55px;
}
.music-items .music-item-rhythm-dance .table-wrapper table th:nth-child(2) .form-group .st-field input,
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(2) .form-group .st-field input {
  min-width: 55px;
}
.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: 160px;
}
.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(13),
.music-items .music-item-rhythm-dance .table-wrapper table td:nth-child(13) {
  min-width: 40px;
  text-align: right;
}
.music-url-notes {
  text-align: center;
  font-style: italic;
  opacity: 0.8;
  font-size: 14px;
  margin-top: 5px;
}
.music-request-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.music-request-items .music-item {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #bfccd9;
  padding: 5px;
  padding-bottom: 0;
  border-radius: 4px;
}
.music-request-items .music-item .st-field-wrapper {
  width: 50%;
}
.music-request-items .music-item .st-field-wrapper:hover {
  background: rgba(110, 110, 110, 0.1);
}
@media screen and (max-width: 1570px) {
  .music-request-items .music-item .st-field-wrapper {
    width: 100%;
  }
}
.music-request-items .music-item .st-field-wrapper .form-group {
  display: flex;
  flex-direction: row;
}
.music-request-items .music-item .st-field-wrapper .form-group label,
.music-request-items .music-item .st-field-wrapper .form-group .st-field {
  display: inline-block;
  width: initial;
  max-width: 140px;
  word-break: break-word;
}
.music-request-items .music-item .st-field-wrapper .form-group label {
  font-weight: bold;
  min-width: 260px;
}
@media screen and (max-width: 1570px) {
  .music-request-items .music-item .st-field-wrapper .form-group label {
    width: 50%;
  }
}
.music-request-items .music-item.added {
  background: #c3f7e6;
}
.music-request-items .music-item.removed {
  background: #ffc9c9;
}
.music-request-items .music-item.changed {
  background: #f6f7c3;
}
.reports-list .toolbar .st-filter-panel {
  width: 100%;
}
.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;
}
.people-officials-list .checkbox lable {
  cursor: pointer;
}
.no-available-reports {
  font-family: Roboto-Regular, Helvetica-Neue, Helvetica, sans-serif;
  cursor: pointer;
  line-height: 1.42;
  font-size: 14px;
  font-weight: normal;
}
.abook-reports-list .table-container .table th:nth-child(2n+1),
.abook-reports-list .table-container .table td:nth-child(2n+1) {
  width: 100%;
}
.abook-reports-list .table-container .table th:nth-child(2n+2),
.abook-reports-list .table-container .table td:nth-child(2n+2) {
  width: 500px;
  min-width: 500px;
}
.abook-reports-list .table-container .create-abook-item.blinker {
  background: #d5fbd5;
}
.abook-reports-list .table-container .create-abook-item.warning {
  background: #fdd6d6;
}
.abook-reports-list .table-container .create-abook-item .process-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.abook-reports-list .table-container .create-abook-item .process-action > .process-result {
  margin-right: 10px;
}
.abook-reports-list .table-container .create-abook-item .process-action > .process-result .success {
  color: #33af77;
}
.abook-reports-list .table-container .create-abook-item .process-action > .process-result .fail {
  color: #ea7979;
  float: left;
  width: 100%;
}
.abook-reports-list .table-container .create-abook-item .process-action > .process-result.no-result {
  color: #b3b3b3;
  float: left;
  width: 100%;
  padding-left: 10px;
}
.abook-reports-list .table-container .create-abook-item .process-action .process-result {
  width: 200px;
  min-width: 200px;
}
.abook-reports-list .table-container .create-abook-item .process-action .process-result span {
  display: block;
}
.abook-reports-list .table-container .create-abook-item .process-action .function-action-btn-container {
  display: flex;
  margin-left: 10px;
}
.abook-reports-list .table-container .create-abook-item .process-action .function-action-btn-container > div {
  width: 100%;
}
.abook-reports-list .table-container .create-abook-item .process-action .function-action-btn-container .btn {
  min-width: 115px;
}
.abook-reports-list .table-container .create-abook-item .process-action .function-action-btn-container .btn:nth-child(2) {
  margin-left: 8px;
}
.abook-reports-list .table-container .create-abook-item .process-action .download-btn-container {
  display: flex;
  min-width: 115px;
}
.abook-reports-list .table-container .create-abook-item .process-action .download-btn-container .function-download-btn-container .btn {
  min-width: 50px;
  background: #fff;
  color: #0b1153;
  border: 1px solid #bfccd9;
}
.abook-reports-list .table-container .create-abook-item .process-action .download-btn-container .function-download-btn-container:nth-child(2) {
  margin-left: 10px;
}
.current-report-status {
  min-width: 200px;
  margin: auto;
  text-align: end;
  margin-right: 25px;
}
.report-detail .btn-action-delete {
  margin-top: 0;
}
.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;
}
.report-detail .st-action-list .btn-default:hover {
  border-color: #727ce9;
  background: #727ce9;
}
.report-detail .st-action-list .btn-action-delete-report {
  background: #ed5556;
  border: 1px solid #ed5556;
  margin-right: 10px;
}
.report-detail .st-action-list .btn-action-delete-report:hover {
  border-color: #f07172;
  background: #f07172;
}
.referee-report-detail .checkbox-field-wrapper {
  width: auto;
  margin-right: 10px;
  height: 37px;
}
.referee-report-detail .checkbox-field-wrapper .form-group {
  flex-direction: row;
  float: right;
}
.referee-report-detail .checkbox-field-wrapper label {
  display: block;
  width: 210px;
  margin: 11px 6px;
}
.referee-report-detail .checkbox-field-wrapper .st-field {
  display: block;
  float: right;
  width: auto;
}
.referee-report-detail .checkbox-field-wrapper .st-field label {
  display: block;
  margin: auto;
}
.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;
}
.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 .mp-tooltip,
.referee-report-detail .report-base-info .st-field-wrapper .form-group .mp-tooltip {
  margin-left: 0px !important;
}
.referee-report-detail .report-lookups .st-field-wrapper .form-group .mp-tooltip .mp-tooltip-icon-top,
.referee-report-detail .report-base-info .st-field-wrapper .form-group .mp-tooltip .mp-tooltip-icon-top {
  margin-left: 0px;
}
.referee-report-detail .report-lookups .st-field-wrapper .form-group .mp-tooltip .mp-tooltip-icon-top::after,
.referee-report-detail .report-base-info .st-field-wrapper .form-group .mp-tooltip .mp-tooltip-icon-top::after {
  left: 50%;
}
.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;
}
.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;
}
.referee-report-detail span.national {
  position: absolute;
  margin-top: -1.5%;
  font-size: 150%;
}
.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;
}
.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;
}
.referee-report-detail .referee-judges-container .referee-judges tbody tr {
  position: inherit;
}
@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;
}
.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-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 .st-table tbody {
  margin-top: 25px;
}
.referee-report-detail .referee-forms-container .st-table tbody tr:first-child {
  height: 80px;
}
.referee-report-detail .referee-forms-container .st-table tbody tr:first-child td .st-field-wrapper:first-child {
  height: 45px;
}
.referee-report-detail .referee-forms-container .st-table tbody tr:first-child td .st-field-wrapper:last-child {
  height: 30px;
}
.referee-report-detail .referee-forms-container .st-table tbody tr:first-child td .st-field-wrapper:last-child .st-field {
  width: calc(100% - 105px);
}
.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 .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;
}
.referee-report-detail .round-date {
  min-height: 34.89px;
}
.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;
}
.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;
}
.deductions-container .st-field-wrapper {
  margin-top: 0;
}
.deductions-container .st-field-wrapper label {
  display: none;
}
.person-assessments .st-toolbar {
  float: left;
  margin-right: auto;
}
.person-assessments .table-container .table .btn-action-delete {
  margin-top: 0;
  float: right;
}
.person-assessments .table-container .table .btn-action-edit {
  margin-top: 0;
  background: #5c67e6;
  border-color: #5c67e6;
}
.person-assessments .table-container .table tr td:nth-last-child(1),
.person-assessments .table-container .table tr td:nth-last-child(2) {
  width: 50px;
}
.person-qualification .st-toolbar {
  float: left;
  margin-right: auto;
}
.person-qualification .table-container .table .btn-action-delete {
  margin-top: 0;
  float: right;
}
.person-qualification .table-container .table .btn-action-edit {
  margin-top: 0;
  background: #5c67e6;
  border-color: #5c67e6;
}
.person-qualification .table-container .table tr td:nth-last-child(1),
.person-qualification .table-container .table tr td:nth-last-child(2) {
  width: 50px;
}
.removable-list .removable-item {
  display: inline-block;
  border-color: black;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 5px 5px;
  cursor: pointer;
}
.removable-list .removable-item.disabled {
  cursor: not-allowed;
  border-color: darkgray;
  background-color: lightgrey;
}
.removable-list .removable-item .remove-button {
  display: inline-block;
  padding-left: 5px;
}
.switched-block {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #cfdae6;
  border-radius: 6px;
  background: white;
}
.switched-block .form-group {
  margin-top: 5px;
}
.switched-block-title {
  display: flex;
  align-items: center;
}
.switched-block-title label {
  font-weight: bold;
  margin-right: 0.5em;
}
.switched-block label {
  cursor: default;
}
.switched-block-container {
  transition: all 0.15s ease-out;
}
.switched-block-container.collapsed {
  display: none;
}
.event-details {
  position: relative;
  padding-bottom: 40px;
  min-height: 94vh;
}
.event-details .dropdown {
  margin-right: 1rem;
}
.event-details .Select-menu-outer {
  white-space: nowrap;
}
.event-details .form-group {
  margin-bottom: 0;
}
.event-details td,
.event-details th {
  min-width: auto;
}
.event-details td .actions,
.event-details th .actions {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
}
.event-details td .actions .icon-btn,
.event-details th .actions .icon-btn {
  margin-right: 0.5em;
}
.event-details td .actions .icon-btn .icon,
.event-details th .actions .icon-btn .icon {
  display: block;
  line-height: 1.6em;
}
.event-details td .actions .st-action-list,
.event-details th .actions .st-action-list {
  float: none;
  margin: 0;
}
.event-details-container {
  display: flex;
  margin: 10px;
  padding-bottom: 3vh;
  font-size: 14px;
  background-color: #fff;
  margin: 1%;
  border-radius: 6px;
  box-shadow: 0px 2px 20px 3px #e1e3fa;
}
@media screen and (max-width: 768px) {
  .event-details-container {
    font-size: 13.3px;
  }
}
.event-details-container.person {
  padding-bottom: 20px;
}
.event-details-container .responsive-talbe .icon-btn.delete-btn {
  padding: 0px;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  border: none;
}
.event-details-container .responsive-talbe .icon-btn.delete-btn .icon {
  font-size: 17px;
}
@media screen and (max-width: 1280px) {
  .event-details-container {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1160px) {
  .event-details-container {
    flex-direction: column;
    padding-bottom: 80px;
  }
}
.event-details .blank tr {
  cursor: default;
}
.event-details .blank tr:hover {
  box-shadow: none;
}
.event-details .table-container.competition {
  margin: 0;
  box-shadow: none;
}
.event-details .table-container.competition .table {
  margin-bottom: 0;
}
.event-details .table-container.competition .st-pager {
  display: flex;
}
.event-details .table-container.competition .add-competitor-btn {
  background: white;
  border: 1px solid #DAE1F4;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.event-details .table-container.competition .add-competitor-btn * {
  line-height: 1.2em;
  vertical-align: top;
}
.event-details .table-container.competition .add-competitor-btn .icon {
  display: inline-block;
  font-size: 16px;
}
.event-details .table-container.competition .add-competitor-btn span:nth-child(1) {
  position: relative;
  top: 2px;
}
.event-details .table-container.competition .icon-isu-relate {
  font-size: 0.9em;
}
.event-details .table-container.competition .column-group.competition-general-info {
  border-bottom: 1px solid #DAE1F4;
  flex-wrap: wrap;
}
.event-details .table-container.competition .column-group.competition-general-info .column-item {
  min-width: 230px;
  width: 33%;
}
.event-details .table-container.competition .column-group.competition-general-info .row-with-margin {
  margin-top: 13px;
}
.event-details .table-container.competition .column-group.competition-general-info.edit .column-item-row {
  display: flex;
  align-items: center;
}
.event-details .table-container.competition .column-group.competition-general-info.edit .column-item-row.title-left {
  justify-content: space-between;
}
.event-details .table-container.competition .column-group.competition-general-info.edit .column-item-row.title-left .st-field-wrapper {
  width: 70%;
  margin: 0;
}
.event-details .table-container.competition .column-group.competition-general-info.edit .column-item-row.title-left .st-field-wrapper .form-group {
  margin: 0;
}
.event-details .table-container.competition .column-group.competition-general-info.edit .column-item-row.title-right {
  justify-content: flex-start;
}
.event-details .table-container.competition .column-group.competition-general-info.edit .column-item-row.title-right .st-field-wrapper {
  width: 25px;
  margin: 0;
}
.event-details .table-container.competition .column-group.competition-general-info.edit .column-item-row.title-right .st-field-wrapper .form-group {
  margin: 0;
}
.event-details .table-container.competition .column-group.competition-general-info.edit .st-checkbox label {
  cursor: pointer;
}
.event-details .table-container.competition .add-judge-block {
  display: inline-block;
}
.event-details .table-container.competition .delete-button-wrapper {
  display: inline;
}
.event-details .table-container.competition.fs-competition-judges .responsive-talbe-row-column .form-group.select,
.event-details .table-container.competition.fs-event-officials .responsive-talbe-row-column .form-group.select {
  padding: 0;
}
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe .responsive-talbe-header > div:nth-child(1),
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe .responsive-talbe-row > div:nth-child(1) {
  width: 10%;
  min-width: 46px;
}
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe .responsive-talbe-header > div:nth-child(2),
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe .responsive-talbe-row > div:nth-child(2) {
  width: 30%;
  max-width: 370px;
}
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe .responsive-talbe-header > div:nth-child(3),
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe .responsive-talbe-row > div:nth-child(3) {
  width: 30%;
  max-width: 370px;
}
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe .responsive-talbe-header > div:nth-child(4),
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe .responsive-talbe-row > div:nth-child(4) {
  width: 30%;
  max-width: 370px;
}
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe.edit-mode .responsive-talbe-header > div:nth-child(1),
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe.edit-mode .responsive-talbe-row > div:nth-child(1) {
  width: 10%;
  min-width: 46px;
}
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe.edit-mode .responsive-talbe-header > div:nth-child(2),
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe.edit-mode .responsive-talbe-row > div:nth-child(2) {
  width: 28%;
  max-width: 370px;
}
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe.edit-mode .responsive-talbe-header > div:nth-child(3),
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe.edit-mode .responsive-talbe-row > div:nth-child(3) {
  width: 28%;
  max-width: 370px;
}
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe.edit-mode .responsive-talbe-header > div:nth-child(4),
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe.edit-mode .responsive-talbe-row > div:nth-child(4) {
  width: 28%;
  max-width: 370px;
}
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe.edit-mode .responsive-talbe-header > div:nth-child(5),
.event-details .table-container.competition.fs-event-officials .event-officials-table.responsive-talbe.edit-mode .responsive-talbe-row > div:nth-child(5) {
  width: 5%;
}
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe .responsive-talbe-header > div:nth-child(1),
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe .responsive-talbe-row > div:nth-child(1) {
  width: 5%;
  min-width: 46px;
}
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe .responsive-talbe-header > div:nth-child(2),
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe .responsive-talbe-row > div:nth-child(2) {
  width: 40%;
  max-width: 370px;
}
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe .responsive-talbe-header > div:nth-child(3),
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe .responsive-talbe-row > div:nth-child(3) {
  width: 40%;
  max-width: 370px;
}
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe .responsive-talbe-header > div:nth-child(4),
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe .responsive-talbe-row > div:nth-child(4) {
  width: 15%;
  min-width: 100px;
}
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe.edit-mode .responsive-talbe-header > div:nth-child(1),
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe.edit-mode .responsive-talbe-row > div:nth-child(1) {
  width: 4%;
  min-width: 46px;
}
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe.edit-mode .responsive-talbe-header > div:nth-child(2),
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe.edit-mode .responsive-talbe-row > div:nth-child(2) {
  width: 38%;
  max-width: 370px;
}
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe.edit-mode .responsive-talbe-header > div:nth-child(3),
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe.edit-mode .responsive-talbe-row > div:nth-child(3) {
  width: 38%;
  max-width: 370px;
}
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe.edit-mode .responsive-talbe-header > div:nth-child(4),
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe.edit-mode .responsive-talbe-row > div:nth-child(4) {
  width: 16%;
  min-width: 120px;
}
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe.edit-mode .responsive-talbe-header > div:nth-child(5),
.event-details .table-container.competition.fs-competition-judges .competition-judges-table.responsive-talbe.edit-mode .responsive-talbe-row > div:nth-child(5) {
  width: 4%;
  min-width: 30px;
}
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-header > div:nth-child(1),
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-row > div:nth-child(1) {
  width: 35%;
  max-width: 370px;
}
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-header > div:nth-child(2),
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-row > div:nth-child(2) {
  width: 25%;
  max-width: 370px;
}
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-header > div:nth-child(3),
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-row > div:nth-child(3) {
  width: 25%;
  max-width: 370px;
}
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-header > div:nth-child(4),
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-row > div:nth-child(4) {
  width: 5%;
  min-width: 100px;
  text-align: center;
}
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-header > div:nth-child(4) .responsive-talbe-row-column-value,
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-row > div:nth-child(4) .responsive-talbe-row-column-value {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-header > div:nth-child(4) .btn,
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-row > div:nth-child(4) .btn {
  vertical-align: middle;
  display: flex;
  margin-left: 0;
}
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-header > div:nth-child(5),
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-row > div:nth-child(5) {
  width: 5%;
  min-width: 100px;
  text-align: center;
}
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-header > div:nth-child(5) .responsive-talbe-row-column-value,
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-row > div:nth-child(5) .responsive-talbe-row-column-value {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-header > div:nth-child(5) .btn,
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-row > div:nth-child(5) .btn {
  vertical-align: middle;
  display: flex;
  margin-left: 0;
}
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-header > div:nth-child(6),
.event-details .table-container.competition .fs-round-officials.responsive-talbe .responsive-talbe-row > div:nth-child(6) {
  width: 5%;
  min-width: 100px;
  text-align: center;
}
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-header > div:nth-child(1),
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-row > div:nth-child(1) {
  width: 5%;
  min-width: 46px;
}
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-header > div:nth-child(2),
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-row > div:nth-child(2) {
  width: 45%;
  max-width: 370px;
}
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-header > div:nth-child(3),
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-row > div:nth-child(3) {
  width: 20%;
  max-width: 370px;
}
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-header > div:nth-child(4),
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-row > div:nth-child(4) {
  width: 10%;
  min-width: 100px;
}
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-header > div:nth-child(5),
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-row > div:nth-child(5) {
  width: 5%;
  min-width: 100px;
  text-align: center;
}
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-header > div:nth-child(5) .responsive-talbe-row-column-value,
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-row > div:nth-child(5) .responsive-talbe-row-column-value {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-header > div:nth-child(5) .btn,
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-row > div:nth-child(5) .btn {
  vertical-align: middle;
  display: flex;
  margin-left: 0;
}
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-header > div:nth-child(6),
.event-details .table-container.competition .fs-round-judges.responsive-talbe .responsive-talbe-row > div:nth-child(6) {
  width: 5%;
  min-width: 100px;
  text-align: center;
}
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-header > div:nth-child(1),
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-row > div:nth-child(1) {
  width: 30%;
  max-width: 370px;
}
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-header > div:nth-child(2),
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-row > div:nth-child(2) {
  width: 30%;
  max-width: 370px;
}
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-header > div:nth-child(3),
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-row > div:nth-child(3) {
  width: 25%;
  max-width: 370px;
}
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-header > div:nth-child(4),
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-row > div:nth-child(4) {
  width: 5%;
  min-width: 100px;
  text-align: center;
}
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-header > div:nth-child(5),
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-row > div:nth-child(5) {
  width: 5%;
  min-width: 100px;
  text-align: center;
}
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-header > div:nth-child(5) .responsive-talbe-row-column-value,
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-row > div:nth-child(5) .responsive-talbe-row-column-value {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-header > div:nth-child(5) .btn,
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-row > div:nth-child(5) .btn {
  vertical-align: middle;
  display: flex;
  margin-left: 0;
}
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-header > div:nth-child(6),
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-row > div:nth-child(6) {
  width: 5%;
  min-width: 100px;
  text-align: center;
}
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-header > div:nth-child(6) .responsive-talbe-row-column-value,
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-row > div:nth-child(6) .responsive-talbe-row-column-value {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-header > div:nth-child(6) .btn,
.event-details .table-container.competition .fs-competition-officials.responsive-talbe .responsive-talbe-row > div:nth-child(6) .btn {
  vertical-align: middle;
  display: flex;
  margin-left: 0;
}
.event-details .final-results-container .add-competitor-wrapper {
  margin-right: 10px;
}
.event-details .round-info .column-group {
  border-bottom: 1px solid #dae1f4;
}
.event-details .round-info .edit {
  border-top: 1px solid #dae1f4;
}
.event-details .round-info .edit .column-item-row label {
  width: 30%;
}
.event-details-part {
  margin: 0.5em;
}
@media screen and (max-width: 1160px) {
  .event-details-part:first-of-type {
    width: 96%;
  }
}
@media screen and (max-width: 1160px) {
  .event-details-part:last-of-type {
    width: 96%;
  }
}
.event-details .general-info,
.event-details .disciplines,
.event-details .information-block {
  background-color: #fff;
  margin: 1%;
  border-radius: 6px;
  box-shadow: 0px 2px 20px 3px #e1e3fa;
  margin: 0;
  padding: 10px;
  box-shadow: none;
  border: 1px solid #cfdae6;
}
.event-details .general-info.person,
.event-details .disciplines.person,
.event-details .information-block.person {
  padding-bottom: 20px;
}
.event-details .general-info span.field-value,
.event-details .disciplines span.field-value,
.event-details .information-block span.field-value {
  word-break: break-all;
}
.event-details .general-info__active {
  box-shadow: 0px 2px 20px 3px #d4d6e8;
}
.event-details .general-info:hover {
  cursor: pointer;
}
.event-details .information-block .active-route {
  min-height: initial;
}
.event-details .information-block .table td .btn-action-delete {
  margin: 0;
}
.event-details .information-block .st-field-wrapper {
  display: inline-flex;
  vertical-align: top;
}
@media screen and (max-width: 1160px) {
  .event-details .information-block .st-field-wrapper {
    width: 100%;
  }
}
.event-details .information-block .st-field-wrapper .form-group {
  padding: 0;
}
.event-details .information-block .st-field-wrapper .form-group:nth-of-type(odd) {
  padding-right: 5%;
}
@media screen and (max-width: 1160px) {
  .event-details .information-block .st-field-wrapper .form-group:nth-of-type(odd) {
    padding: 0;
  }
}
.event-details .information-block .flex-row {
  margin: 0;
  padding: 0;
  min-width: auto;
}
.event-details .information-block .file-image-selector-field {
  display: block;
  margin-top: 10px;
}
.event-details .information-block .round-link {
  color: #1d4fa2;
  text-decoration: underline;
  font-weight: bold;
}
.event-details .disciplines {
  margin-top: 10px;
}
.event-details .disciplines__active {
  box-shadow: 0px 2px 20px 3px #d4d6e8;
}
.event-details .disciplines .container {
  width: 100%;
}
.event-details .disciplines .container .icon {
  font-size: 17px;
}
.event-details .disciplines .container .icon-btn {
  padding: 3px;
  width: 24px;
  height: 24px;
  border: none;
  margin-left: 5px;
  border-radius: 6px;
}
.event-details .disciplines .container-head {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.event-details .disciplines .container-body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2em;
}
.event-details .disciplines .container-body .st-field {
  width: 70%;
}
.event-details .disciplines .container-body .st-field input {
  width: 100%;
}
.event-details .disciplines .container-body .icon-btn {
  margin: 0;
}
.event-details .disciplines .container .list-level-2 {
  padding-left: 15px;
}
.event-details .disciplines .container .st-competition-list-container .stcompetition-navigation-item {
  cursor: pointer;
  padding: 5px;
  width: 100%;
}
.event-details .disciplines .container .st-competition-list-container .stcompetition-navigation-item:hover {
  background: #f4f6fa;
  border-radius: 6px;
}
.event-details .disciplines .container .st-competition-list-container .stcompetition-navigation-item.active-gender {
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
  color: white;
  border-radius: 6px;
}
.event-details .disciplines .container .st-competition-list-container .level-4 {
  background: #f4f6fa;
  margin-bottom: 0;
}
.event-details .disciplines .container .st-competition-list-container .active {
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
  border-radius: 6px;
  color: #ffffff;
}
.event-details .disciplines .container .st-competition-list-container .active:hover {
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
  color: #ffffff;
}
.event-details .disciplines .container .st-competition-list-container .level-2 {
  padding-left: 15px;
}
.event-details .disciplines .container .st-competition-list-container .level-3 {
  padding-left: 20px;
}
.event-details .disciplines .container .st-competition-list-container .level-4 {
  padding-left: 25px;
}
.event-details .disciplines .container .competition-item {
  cursor: pointer;
  border-radius: 4px;
}
.event-details .disciplines .container .competition-item-active {
  background: #f4f6fa;
  border-radius: 6px;
}
.event-details .disciplines .container .competition-item-edit-mode {
  cursor: default;
}
.event-details .disciplines .container .competition-item:hover {
  background: #f4f6fa;
  border-radius: 6px;
}
.event-details .disciplines .container .sport-info {
  display: inline-flex;
  border-bottom: 1px solid #DAE1F4;
  margin-bottom: 10px;
  width: 100%;
  justify-content: space-between;
}
.event-details .disciplines .container .sport-info .icon-btn.add-sport-btn {
  margin: 0 0 10px 0;
}
.event-details .disciplines .disciplines-competition {
  padding: 5px;
  width: 100%;
}
.event-details .disciplines .disciplines-competition-active {
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
  border-radius: 6px;
  color: #ffffff;
}
.event-details .disciplines .disciplines-competition.active-competition {
  background: #f4f6fa;
  border-radius: 6px;
}
.event-details .disciplines .disciplines-competition.active-competition-item {
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
  color: white;
  border-radius: 6px;
}
.event-details .disciplines .disciplines-competition.round-item-active {
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
  border-radius: 6px;
  color: #ffffff;
}
.event-details .disciplines .disciplines-competition.round-item.edit-mode {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-details .disciplines .disciplines-competition.round-item.edit-mode .st-field-wrapper .form-group {
  margin: 0;
}
.event-details .disciplines .disciplines-competition.round-item.edit-mode .st-field-wrapper label {
  display: none;
}
.event-details .column-item-row *:focus {
  outline: none;
}
.event-details .column-item-row .st-checkbox label {
  vertical-align: bottom;
}
.event-details .main-info-part {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.event-details .main-info-part .st-checkbox {
  top: 0;
}
.event-details .main-info-part-container .disable-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.event-details .main-info-part-container .disable-content * {
  cursor: not-allowed;
}
.event-details .main-info-part-container .enable-content {
  display: flex;
  flex-wrap: wrap;
}
.event-details .main-info-part-container .file-image-selector-field {
  width: auto;
  flex: 0 0 300px;
}
.event-details .main-info-part .event-urls-container {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.event-details .main-info-part .event-urls-container .btn {
  float: right;
  margin: 10px;
}
.event-details .main-info-part .event-urls-container .table-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table {
  width: 100%;
  margin: 0;
  border: 1px solid #cfdae6;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table .col-sorting-enabled::after {
  top: 5px;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table th {
  text-align: left;
  cursor: default;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table td,
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table th {
  padding: 5px;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table td div,
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table th div {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table td a,
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table th a,
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table td input,
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table th input,
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table td textarea,
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table th textarea {
  width: 100%;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table td .not-valid,
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table th .not-valid {
  border: 1px solid #d9534f;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table td textarea,
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table th textarea {
  min-height: 30px;
  top: 2px;
  position: relative;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table tr td:nth-child(1),
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table tr th:nth-child(1) {
  width: 5%;
  text-align: center;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table tr td:nth-child(2) {
  max-width: 200px;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table tr td:nth-child(2),
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table tr th:nth-child(2) {
  width: 45%;
  min-width: 100px;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table tr td:nth-child(3),
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table tr th:nth-child(3) {
  width: 45%;
  min-width: 100px;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table tr td:nth-child(4),
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table tr th:nth-child(4) {
  width: 5%;
}
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table tr td:nth-child(4) .icon-bin,
.event-details .main-info-part .event-urls-container .table-wrapper .drag-table tr th:nth-child(4) .icon-bin {
  font-size: 15px;
}
.event-details .st-competition-general-container .column-group .column-item {
  width: 260px;
}
.filter-block .mp-tooltip {
  display: inline;
  float: left;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .filter-block .mp-tooltip {
    margin-top: 1rem;
  }
}
.filter-block .st-btn {
  display: inline;
  float: left;
}
.competition-popup-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.competition-popup-bottom .st-field {
  width: auto;
}
.competition-popup-bottom .st-field-wrapper {
  width: auto;
}
.competition-popup-bottom .st-field-wrapper .form-group {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0;
}
.competition-popup-bottom .st-field-wrapper .form-group label {
  display: block;
  width: auto;
  flex: 1 0 auto;
  margin: 0;
}
.event-details-container .main-info-part-container {
  display: inline-block;
}
@media screen and (max-width: 1160px) {
  .event-details-container .main-info-part-container {
    display: block;
  }
}
.event-details-container .main-info-container .event-images {
  margin-top: 0.5em;
}
.event-details-container .main-info-container .event-images .st-field-wrapper {
  margin-right: 10px;
}
@media screen and (max-width: 1160px) {
  .event-details-container .main-info-container .event-images .st-field-wrapper {
    width: 200px;
    margin-top: 0;
  }
}
.event-details-container .main-info-container .event-images .st-field-wrapper .form-group .st-field .file-image-selector-field {
  display: inline-block;
  margin-top: 0;
}
.event-details-container .event-abook-type-container {
  width: 200px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .event-details-container .event-abook-type-container {
    display: initial;
  }
}
.event-details-container .event-function-container {
  width: 200px;
  display: inline-flex;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .event-details-container .event-function-container {
    display: initial;
  }
}
.event-details-container .event-not-competition-container {
  width: 200px;
  display: inline-block;
  position: absolute;
}
.event-details-container .event-not-competition-container .multiple-selector {
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .event-details-container .event-not-competition-container {
    display: block;
    position: initial;
  }
  .event-details-container .event-not-competition-container .multiple-selector .react-select {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 1160px) {
  .event-details-container .event-not-competition-container {
    width: 100%;
  }
  .event-details-container .event-not-competition-container .multiple-selector {
    margin-right: 0;
  }
}
.event-details-container .st-container .add-competitor-wrapper {
  display: inline-block;
}
.event-details-container .st-container .add-competitor-btn:hover {
  box-shadow: 1px 1px 1px #e2e2e2;
}
.event-details-container .st-container .delete-wrapper {
  display: inline-block;
  float: right;
}
.event-details-container .st-container .delete-wrapper .btn-delete-all {
  float: right;
  margin: 0 0 20px 0;
}
.event-details-container .st-container .delete-sub-wrapper {
  display: inline-block;
  float: right;
}
.event-details-container .st-container .responsive-talbe-row-column-value .btn {
  padding: 3px;
  width: 24px !important;
  height: 24px;
  margin-left: 5px;
  border-radius: 6px;
}
.event-details-container .st-container .responsive-talbe-row-column-value .btn .icon {
  font-size: 17px;
}
.event-details-container .st-container .lap-time-view .pair .pair-header {
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #dae1f4;
}
.event-details-container .st-container .lap-time-view .pair .pair-body {
  display: block;
}
.event-details-container .st-container .lap-time-view .pair .pair-body .responsive-talbe-row-column {
  width: 33%;
}
.event-details-container .st-container .lap-time-view .pair .pair-body .bold-text {
  font-weight: bold;
}
.event-details-container .st-container .lap-time-view .pair .pair-body > div {
  display: inline-block;
  width: calc(50% - 20px);
  vertical-align: top;
}
.event-details-container .st-container .lap-time-view .pair .pair-body > div:nth-of-type(odd) {
  margin-right: 20px;
}
.event-details-container .st-container .lap-time-view .pair .pair-body > div:nth-of-type(even) {
  margin-left: 20px;
}
.event-details-container .st-container .lap-time-view .pair .responsive-talbe .responsive-talbe-row:nth-of-type(2) .responsive-talbe-row-column {
  border: none;
}
.event-details-container .st-container .lap-time-view .pair .responsive-talbe .responsive-talbe-row:nth-of-type(4) .responsive-talbe-row-column {
  border-top: 2px solid #dae1f4;
}
.event-details-container .st-container .lap-time-view .margin-left-4 {
  margin-left: 4px;
}
.event-details-container .team-results .table th,
.event-details-container .team-results .table td {
  padding: 0.5em 0.3em;
}
.event-details-container .team-results .table .team-name-col {
  width: 200px;
}
.event-details-container .team-results .table .team-name-col .st-field-wrapper {
  width: 100%;
}
.event-details-container .team-results .table .team-name-col .st-field-wrapper .form-group {
  padding-right: 0;
}
.event-details-container .team-results .table .st-field-wrapper {
  margin-top: 0;
}
.event-details-container .team-results .table .team-name-col-edit {
  min-width: 200px;
  width: auto;
}
.event-details-container .team-results .table .nation-col {
  width: 75px;
}
.event-details-container .team-results .table .small-col {
  width: 75px;
}
.event-details-container .team-results .table .small-col .st-field-wrapper {
  width: 35px;
}
.event-details-container .team-results .table .center-col {
  text-align: center;
}
.event-details-container .team-results .table .tiny-col {
  width: 35px;
  text-align: center;
}
.event-details-container .team-results .table th {
  vertical-align: middle;
}
.event-details-container .team-results .table tr {
  border-top-width: 0.5px;
}
.event-details-container .team-results .table .number-cell {
  text-align: center;
}
.event-details-container .team-results .table tr:hover {
  box-shadow: none;
  cursor: text;
}
.event-details-container .team-results .add-competitor-wrapper {
  margin-right: 10px;
}
.event-details-container .team-results .add-competitor-wrapper .add-competitor-btn {
  margin-bottom: 0;
}
.event-details-container .team-results .add-competitor-wrapper .add-competitor-btn span:nth-child(1) {
  padding-right: 4px;
  vertical-align: middle;
}
.event-details-container .team-results .add-competitor-wrapper .add-competitor-btn span .fa {
  font-size: 16px;
}
.event-details-container .table .col-btn-icon {
  width: 35px;
}
.event-details-container .table .col-btn-icon .btn,
.event-details-container .table .col-btn-icon .icon-btn {
  padding: 3px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  border-radius: 6px;
}
.event-details-container .table .col-btn-icon .icon {
  font-size: 17px;
}
.event-details-container .table .col-btn-icon .mp-tooltip-icon {
  font-size: 12px;
  width: auto;
  max-width: 150px;
  min-width: 100px;
}
.table-info {
  max-width: 465px;
  width: 300px;
}
.table-info .table-row {
  margin: 5px 0;
}
.table-info .table-row .field-name {
  width: 60px;
  vertical-align: baseline;
  margin-right: 8px;
  font-weight: bold;
}
.table-info .table-row .field-value {
  word-break: break-all;
  white-space: pre-line;
}
.st-toolbar .global-live-import {
  width: 185px;
}
.st-toolbar .global-live-import .form-group {
  display: block;
  padding-top: 8px;
}
.st-toolbar .global-live-import .form-group label {
  width: 125px;
  display: inline-block;
}
.st-toolbar .global-live-import .form-group .st-field {
  width: 30px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.st-toolbar .global-live-import .form-group .st-field .st-checkbox {
  width: 20px;
}
@media screen and (max-width: 1160px) {
  .main-info-part .flex-row {
    width: 100%;
  }
  .main-info-part .flex-row .validated-field {
    display: block;
  }
  .main-info-part .component-sitcher {
    width: 100%;
  }
  .main-info-part .component-sitcher .validated-field {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .event-details .st-toolbar .st-toolbar__buttons .btn {
    margin-right: 1%;
    width: 49%;
  }
  .event-details .st-toolbar .st-toolbar__buttons .dropdown {
    width: 49%;
    margin-right: 1%;
    margin-top: 0.5rem;
  }
  .event-details .st-toolbar .st-toolbar__buttons .dropdown .st-btn {
    margin: 0;
    width: 100%;
  }
  .event-details .st-toolbar .st-toolbar__buttons .st-field-wrapper.global-live-import {
    padding-top: 7px;
  }
  .event-details .st-toolbar .st-toolbar__actions {
    width: 99%;
  }
  .event-details .st-toolbar .st-toolbar__actions .mp-tooltip {
    width: 100%;
  }
}
.event-details-part .general-info {
  min-width: 300px;
}
.event-details-part .active-route {
  min-height: unset;
}
.event-details-part.content-part {
  flex-grow: 1;
}
.event-details-part.content-part .information-block .multiple-lookup input {
  box-shadow: none;
}
.event-details-part.content-part .information-block .active-route .btn-action-delete {
  margin: 5px !important;
}
.event-details-part.content-part .information-block .active-route .responsive-talbe-row-column-value .st-field-wrapper {
  margin-top: 5px;
}
.event-details-part.content-part .information-block .active-route .responsive-talbe .icon-btn .delete-btn {
  float: right;
  margin: 5px;
  padding: 3px;
  width: 24px;
  height: 24px;
}
.st-heat-container {
  border: 1px solid #eeeeee;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.label-modal-info {
  background-color: #5bc0de;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.settings .st-field-wrapper {
  margin-top: 0.6em;
}
.settings .st-field-wrapper label {
  font-weight: bold;
}
@media screen and (max-width: 1160px) {
  .settings > .flex-view .settings-left-part {
    width: 40%!important;
  }
}
@media screen and (max-width: 768px) {
  .settings > .flex-view .settings-left-part {
    width: 99%!important;
  }
}
@media screen and (max-width: 1160px) {
  .settings > .flex-view .settings-right-part {
    width: 57%!important;
  }
}
@media screen and (max-width: 768px) {
  .settings > .flex-view .settings-right-part {
    width: 99%!important;
  }
}
@media screen and (max-width: 768px) {
  .settings > .flex-view .flex-view-column {
    width: 99%!important;
  }
}
.settings .panel {
  width: 100%;
}
.settings .panel h3 {
  margin: 0 0 10px 0;
}
.settings .panel.logo-part {
  display: flex;
  flex-wrap: wrap;
}
.settings .panel.logo-part > div:nth-child(1) {
  margin-right: 10px;
}
.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: 100%;
  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 .container.simple > form > .flex-row > .flex-row .tooltip-wrapper .st-field-wrapper {
  width: 200px;
}
.user .container.simple > form > .flex-row > .flex-row .tooltip-wrapper:nth-last-child(1) .st-field-wrapper {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .user .container.simple > form > .flex-row > .flex-row .tooltip-wrapper {
    width: 100%;
  }
  .user .container.simple > form > .flex-row > .flex-row .tooltip-wrapper .mp-tooltip,
  .user .container.simple > form > .flex-row > .flex-row .tooltip-wrapper .st-field-wrapper {
    width: 100%;
  }
  .user .container.simple > form > .flex-row > .flex-row .tooltip-wrapper:nth-last-child(1) .st-field-wrapper {
    width: 100%;
  }
}
.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: fit-content;
  display: flex;
  flex-direction: column;
  margin-right: 3rem;
}
.user .roles > div {
  display: block;
}
@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;
  display: block;
}
.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;
  }
  .user .container.simple > form > .flex-row > .flex-row .tooltip-wrapper {
    width: 100%;
  }
  .user .container.simple > form > .flex-row > .flex-row .tooltip-wrapper .mp-tooltip,
  .user .container.simple > form > .flex-row > .flex-row .tooltip-wrapper .st-field-wrapper {
    width: 100%;
  }
  .user .st-toolbar .st-btn {
    width: 100%;
    margin: 1% 0 0 0;
  }
  .user .st-toolbar__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
  }
}
.st-field-wrapper.roles.st-field-invalid > div {
  border: 1px solid red;
  border-radius: 4px;
}
.login-history-btn {
  margin-left: 1rem;
}
.sports .table-container {
  padding-top: 1%;
}
@media screen and (max-width: 768px) {
  .sport .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.sport .panel {
  display: flex;
  flex-wrap: wrap;
  margin: 1%;
}
.sport .panel .st-field-wrapper {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .sport .panel .st-field-wrapper {
    width: 100%;
  }
}
.couple-list .table th:nth-child(2),
.couple-list .table td:nth-child(2) {
  min-width: 300px;
}
.couple-detail .general .panel {
  margin: 0;
}
.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;
}
.couple-detail .general .couple-info .checkbox-field-wrapper .st-checkbox {
  top: 0;
}
@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: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;
  /*
                .member:nth-child(2) {
                    width: 48%;
                }
                */
}
.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),
.couple-detail .general .st-field-wrapper:nth-child(15) {
  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),
  .couple-detail .general .st-field-wrapper:nth-child(15) {
    grid-column: span 3;
  }
}
@media screen and (max-width: 768px) {
  .couple-detail .media-info-container .panel {
    flex-direction: column;
  }
  .couple-detail .media-info-container .panel .media-selector {
    flex-direction: column;
    width: 100%;
  }
  .couple-detail .media-info-container .panel .media-selector .width-200-bottom-0 {
    width: 100% !important;
  }
  .couple-detail .media-info-container .panel .media-selector .width-200-bottom-0 .form-group {
    padding-right: 0;
  }
  .couple-detail .media-info-container .panel .media-selector .mp-tooltip {
    width: 100%;
  }
  .couple-detail .media-info-container .panel .media-selector .mp-tooltip .btn-white {
    width: 100% !important;
    margin: 0;
    top: 13px;
  }
  .couple-detail .media-info-container .panel .st-action-list {
    width: 100%;
    margin-top: 0 !important;
  }
  .couple-detail .media-info-container .panel .st-action-list .btn-action-delete {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .couple-detail .music .panel .st-field-wrapper {
    width: 100%;
    margin-top: 0.5em;
  }
  .couple-detail .music .panel .level-discipline-part {
    flex-direction: column;
  }
}
.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(width-max: @mobile) {
    .couple-detail {
        .general {
            .panel {
                .couple-info {
                    .members-field {
                        .form-group {
                            .member {
                                width: 99%;
                            }
                        }
                    }
                }
            }
        }
    }
}*/
.team {
  padding-bottom: 20px;
}
.team .toolbar {
  justify-content: flex-end;
}
.team .toolbar .panel .btn-wrapper {
  height: 30px;
  margin-top: 21px;
}
.team .table {
  background: #fff;
  margin: 3vh 0;
  width: 100%;
}
.team .table tbody tr td:last-of-type > div {
  display: table;
  float: right;
  margin-right: 0.5em;
}
.team .table .btn-action-delete {
  margin: 0;
}
.team .look {
  margin: 0.5em 0 0 0;
}
.team .look-body {
  display: flex;
}
.team .look-body-container {
  position: relative;
  width: 50%;
  padding-right: 7px;
  margin-top: 2px;
}
.team .look-body-container .table {
  margin-top: 0;
}
.team .look-body-container .couple-selector {
  width: 100%;
}
.team .look .table-wrapper {
  overflow: auto;
}
.team .team-members-table h3 {
  margin: 5px;
}
.team .team-members-table .table {
  margin: 5px 0;
}
.team.person .tab-content .validated-field .st-field-wrapper {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .discipline .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.discipline .panel {
  display: flex;
  flex-wrap: wrap;
  margin: 1%;
}
.discipline .panel .st-field-wrapper {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .discipline .panel .st-field-wrapper {
    width: 100%;
  }
}
.levels .table td:nth-of-type(3),
.levels .table th:nth-of-type(3) {
  width: 30px;
}
.levels .table td:nth-of-type(4),
.levels .table th:nth-of-type(4) {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .level .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.level .panel {
  display: flex;
  flex-wrap: wrap;
  margin: 1%;
}
.level .panel .st-field-wrapper {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .level .panel .st-field-wrapper {
    width: 100%;
  }
}
.rankings {
  display: flex;
  min-height: 75vh;
}
.rankings-time {
  margin-left: 0.5rem;
  margin-top: 1em;
  line-height: 28px;
  align-self: flex-start;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .rankings-time {
    font-size: 13.3px;
  }
}
.rankings .mp-tooltip .btn-red-ow {
  margin-left: 0;
}
.rankings .st-btn,
.rankings .btn {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .rankings .st-btn,
  .rankings .btn {
    font-size: 13.3px;
  }
}
.rankings-bar {
  padding: 1%;
  margin-right: 1rem;
  border-right: 1px solid #bfccd9;
}
.rankings-bar a {
  font-size: 14px;
  line-height: 1.8em;
  position: relative;
  transition: all 0.2s ease-out;
  display: block;
  padding: 4px 6px;
  max-width: 254px;
  min-width: 210px;
}
@media screen and (max-width: 768px) {
  .rankings-bar a {
    font-size: 13.3px;
  }
}
.rankings-bar a:hover {
  opacity: 0.75;
}
.rankings-bar a.active {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #737be2 0%, #4952b8 100%);
}
.rankings > .active-route {
  padding: 1%;
  width: calc(100% - 256px);
  min-height: initial;
}
.rankings > .active-route .toolbar {
  padding: 1% 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.2rem;
}
@media screen and (max-width: 768px) {
  .rankings > .active-route .toolbar {
    font-size: 13.3px;
  }
}
.rankings > .active-route .toolbar > p {
  white-space: nowrap;
}
.rankings > .active-route .toolbar .btn {
  margin: 0.4em 0.4em 0 0;
}
.rankings > .active-route .st-filter-panel {
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
.rankings > .active-route .st-filter-panel-left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.rankings > .active-route .st-filter-panel-left .mp-tooltip {
  margin-right: 7px;
}
.rankings > .active-route .st-filter-panel-right {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1160px) {
  .rankings > .active-route .st-filter-panel-left {
    width: 100%;
  }
  .rankings > .active-route .st-filter-panel-left.one-input {
    width: initial;
  }
  .rankings > .active-route .st-filter-panel-left.three-inputs {
    width: 100%;
  }
  .rankings > .active-route .st-filter-panel-left.three-inputs .width-200-bottom-0,
  .rankings > .active-route .st-filter-panel-left.three-inputs .st-field-wrapper {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .rankings > .active-route .st-filter-panel-right,
  .rankings > .active-route .st-filter-panel-left {
    flex-wrap: wrap;
    width: 100%;
  }
  .rankings > .active-route .st-filter-panel-left {
    justify-content: space-between;
  }
  .rankings > .active-route .st-filter-panel-left .width-200-bottom-0 {
    width: 49%;
    margin: 0.5em 0.5em 0 0;
  }
  .rankings > .active-route .st-filter-panel-left .width-200-bottom-0:nth-last-child(2) {
    margin: 0.5em 0 0;
  }
  .rankings > .active-route .st-filter-panel-left .width-200-bottom-0:nth-last-child(2) .form-group {
    padding: 0;
  }
  .rankings > .active-route .st-filter-panel-left .btn {
    width: 100%;
    margin: 0.5em 0 0 0;
  }
  .rankings > .active-route .st-filter-panel-left.one-input {
    width: 100%;
  }
  .rankings > .active-route .st-filter-panel-left.one-input .width-200-bottom-0,
  .rankings > .active-route .st-filter-panel-left.one-input .btn {
    width: 49%;
    margin: 0.5em 0 0 0;
  }
  .rankings > .active-route .st-filter-panel-left.three-inputs .width-200-bottom-0,
  .rankings > .active-route .st-filter-panel-left.three-inputs .st-field-wrapper {
    width: 33%;
    margin: 0.5em 0 0 0;
  }
  .rankings > .active-route .st-filter-panel-right {
    justify-content: space-between;
  }
  .rankings > .active-route .st-filter-panel-right .btn-white,
  .rankings > .active-route .st-filter-panel-right .mp-tooltip {
    width: 24%;
    margin: 0.5em 0 0 0;
  }
  .rankings > .active-route .st-filter-panel-right .btn-white .btn,
  .rankings > .active-route .st-filter-panel-right .mp-tooltip .btn {
    width: 100%;
  }
}
.rankings > .active-route .table-container {
  overflow: auto;
  margin: 1% 0;
  max-height: 65vh;
}
.rankings > .active-route .table-container .table {
  width: 100%;
  margin: 0;
  cursor: default;
}
.rankings > .active-route .table-container .table th,
.rankings > .active-route .table-container .table td {
  min-width: auto;
  font-size: 14px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .rankings > .active-route .table-container .table th,
  .rankings > .active-route .table-container .table td {
    font-size: 13.3px;
  }
}
.rankings > .active-route .table-container .table th.sorting-enabled {
  cursor: pointer;
}
.rankings > .active-route .table-container .table tr:hover {
  box-shadow: none;
  cursor: default;
}
.rankings > .active-route .table-container .table tbody tr {
  min-height: 30px;
}
.rankings > .active-route .table-container.table-slick th,
.rankings > .active-route .table-container.table-slick td {
  padding: 0 !important;
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  .rankings > .active-route .table-container.table-slick th,
  .rankings > .active-route .table-container.table-slick td {
    font-size: 13.3px;
  }
}
.rankings > .active-route .table-container.world-standing .table,
.rankings > .active-route .table-container.season-world-ranking .table {
  text-align: center;
}
.rankings > .active-route .table-container.world-standing .table tr td:nth-child(3),
.rankings > .active-route .table-container.season-world-ranking .table tr td:nth-child(3),
.rankings > .active-route .table-container.world-standing .table tr th:nth-child(3),
.rankings > .active-route .table-container.season-world-ranking .table tr th:nth-child(3) {
  text-align: left;
}
.rankings > .active-route .table-container.jgp-nation-standings .table,
.rankings > .active-route .table-container.challenger-series .table,
.rankings > .active-route .table-container.world-team-standing .table,
.rankings > .active-route .table-container.owg-qualification-team .table {
  text-align: center;
}
.rankings > .active-route .table-container.jgp-nation-standings .table tr td:nth-child(2),
.rankings > .active-route .table-container.challenger-series .table tr td:nth-child(2),
.rankings > .active-route .table-container.world-team-standing .table tr td:nth-child(2),
.rankings > .active-route .table-container.owg-qualification-team .table tr td:nth-child(2),
.rankings > .active-route .table-container.jgp-nation-standings .table tr th:nth-child(2),
.rankings > .active-route .table-container.challenger-series .table tr th:nth-child(2),
.rankings > .active-route .table-container.world-team-standing .table tr th:nth-child(2),
.rankings > .active-route .table-container.owg-qualification-team .table tr th:nth-child(2) {
  text-align: left;
}
.rankings > .active-route .table-container.world-team-standing-detailed .table,
.rankings > .active-route .table-container.owg-qualification-team-detailed .table {
  text-align: center;
}
.rankings > .active-route .table-container.world-team-standing-detailed .table thead tr:nth-child(1) th:nth-child(6),
.rankings > .active-route .table-container.owg-qualification-team-detailed .table thead tr:nth-child(1) th:nth-child(6) {
  text-align: left;
}
.rankings > .active-route .table-container.world-team-standing-detailed .table thead tr:nth-child(2) th:nth-child(9),
.rankings > .active-route .table-container.owg-qualification-team-detailed .table thead tr:nth-child(2) th:nth-child(9),
.rankings > .active-route .table-container.world-team-standing-detailed .table thead tr:nth-child(2) th:nth-child(10),
.rankings > .active-route .table-container.owg-qualification-team-detailed .table thead tr:nth-child(2) th:nth-child(10) {
  text-align: left;
}
.rankings > .active-route .table-container.world-team-standing-detailed .table tbody tr td:nth-child(12),
.rankings > .active-route .table-container.owg-qualification-team-detailed .table tbody tr td:nth-child(12),
.rankings > .active-route .table-container.world-team-standing-detailed .table tbody tr td:nth-child(13),
.rankings > .active-route .table-container.owg-qualification-team-detailed .table tbody tr td:nth-child(13) {
  text-align: left;
}
.detailed .table-container table {
  width: 100%;
  cursor: default;
}
.detailed .table-container table thead {
  border-bottom: 1px solid #cfdae6;
}
.detailed .table-container table thead tr {
  border: none;
}
.detailed .table-container table thead tr th,
.detailed .table-container table thead tr td {
  font-size: 14px;
  line-height: 2em;
  position: relative;
  letter-spacing: -0.5px;
  font-weight: normal;
  font-family: Roboto-Medium, Helvetica-Neue, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .detailed .table-container table thead tr th,
  .detailed .table-container table thead tr td {
    font-size: 13.3px;
  }
}
.detailed .table-container table thead,
.detailed .table-container table tbody {
  display: flex;
  width: 100%;
  flex-direction: column;
  cursor: default;
  text-align: center;
}
.detailed .table-container table thead tr,
.detailed .table-container table tbody tr {
  display: flex;
  height: auto;
  cursor: default;
  min-height: 51px;
}
.detailed .table-container table thead tr th,
.detailed .table-container table tbody tr th,
.detailed .table-container table thead tr td,
.detailed .table-container table tbody tr td {
  padding: 0;
  display: flex;
  border-right: 1px solid transparent;
  line-height: 1.2em;
}
.detailed .table-container table thead tr td,
.detailed .table-container table tbody tr td {
  height: auto;
  padding: 3px 0;
}
.detailed .table-container table tbody tr:first-of-type {
  border-top: none;
}
.detailed .table-container table tbody td {
  align-items: flex-start;
}
.wsd .table-container table thead tr th,
.wsd .table-container table tbody tr th,
.wsd .table-container table thead tr td,
.wsd .table-container table tbody tr td {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.wsd .table-container table thead tr th:nth-of-type(1),
.wsd .table-container table tbody tr th:nth-of-type(1),
.wsd .table-container table thead tr td:nth-of-type(1),
.wsd .table-container table tbody tr td:nth-of-type(1) {
  width: 5%;
  align-items: center;
}
.wsd .table-container table thead tr th:nth-of-type(2),
.wsd .table-container table tbody tr th:nth-of-type(2),
.wsd .table-container table thead tr td:nth-of-type(2),
.wsd .table-container table tbody tr td:nth-of-type(2) {
  width: 7%;
  align-items: center;
}
.wsd .table-container table thead tr th:nth-of-type(3),
.wsd .table-container table tbody tr th:nth-of-type(3),
.wsd .table-container table thead tr td:nth-of-type(3),
.wsd .table-container table tbody tr td:nth-of-type(3) {
  width: 30%;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
}
.wsd .table-container table thead tr th:nth-of-type(3) span,
.wsd .table-container table tbody tr th:nth-of-type(3) span,
.wsd .table-container table thead tr td:nth-of-type(3) span,
.wsd .table-container table tbody tr td:nth-of-type(3) span {
  line-height: 1.4rem;
}
.wsd .table-container table thead tr th:nth-of-type(4),
.wsd .table-container table tbody tr th:nth-of-type(4),
.wsd .table-container table thead tr td:nth-of-type(4),
.wsd .table-container table tbody tr td:nth-of-type(4) {
  width: 7%;
  align-items: center;
}
.wsd .table-container table thead tr th:nth-of-type(5),
.wsd .table-container table tbody tr th:nth-of-type(5),
.wsd .table-container table thead tr td:nth-of-type(5),
.wsd .table-container table tbody tr td:nth-of-type(5) {
  width: 14%;
  align-items: center;
}
.wsd .table-container table thead tr th:nth-of-type(6),
.wsd .table-container table tbody tr th:nth-of-type(6),
.wsd .table-container table thead tr td:nth-of-type(6),
.wsd .table-container table tbody tr td:nth-of-type(6) {
  width: 12%;
}
.wsd .table-container table thead tr th:nth-of-type(7),
.wsd .table-container table tbody tr th:nth-of-type(7),
.wsd .table-container table thead tr td:nth-of-type(7),
.wsd .table-container table tbody tr td:nth-of-type(7) {
  width: 5%;
}
.wsd .table-container table thead tr th:nth-of-type(8),
.wsd .table-container table tbody tr th:nth-of-type(8),
.wsd .table-container table thead tr td:nth-of-type(8),
.wsd .table-container table tbody tr td:nth-of-type(8) {
  width: 6%;
}
.wsd .table-container table thead tr th:nth-of-type(9),
.wsd .table-container table tbody tr th:nth-of-type(9),
.wsd .table-container table thead tr td:nth-of-type(9),
.wsd .table-container table tbody tr td:nth-of-type(9) {
  width: 7%;
}
.wsd .table-container table thead tr th:nth-of-type(10),
.wsd .table-container table tbody tr th:nth-of-type(10),
.wsd .table-container table thead tr td:nth-of-type(10),
.wsd .table-container table tbody tr td:nth-of-type(10) {
  width: 7%;
  border-right: 1px solid #cfdae6;
}
.wsd .table-container table thead tr th .flex-column,
.wsd .table-container table tbody tr th .flex-column,
.wsd .table-container table thead tr td .flex-column,
.wsd .table-container table tbody tr td .flex-column {
  align-items: center;
  height: auto;
}
.wsd .table-container table thead tr th:nth-of-type(n+5),
.wsd .table-container table tbody tr th:nth-of-type(n+5),
.wsd .table-container table thead tr td:nth-of-type(n+5),
.wsd .table-container table tbody tr td:nth-of-type(n+5) {
  border-right: 1px solid #cfdae6;
}
.wsd .table-container table thead tr td {
  align-items: center !important;
}
.wsd .table-container table thead tr:first-of-type td:nth-of-type(7) {
  width: 11%;
}
.wsd .table-container table thead tr:first-of-type td:nth-of-type(8) {
  display: none;
}
.wsd .table-container table thead tr:first-of-type td:nth-of-type(9) {
  display: none;
}
.wsd .table-container table thead tr:first-of-type td:nth-of-type(10) {
  width: 14%;
  border-right: 1px solid #cfdae6;
}
.wsd.synchro .table-container table thead tr th,
.wsd.synchro .table-container table tbody tr th,
.wsd.synchro .table-container table thead tr td,
.wsd.synchro .table-container table tbody tr td {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.wsd.synchro .table-container table thead tr th:nth-of-type(1),
.wsd.synchro .table-container table tbody tr th:nth-of-type(1),
.wsd.synchro .table-container table thead tr td:nth-of-type(1),
.wsd.synchro .table-container table tbody tr td:nth-of-type(1) {
  width: 5%;
  align-items: center;
}
.wsd.synchro .table-container table thead tr th:nth-of-type(2),
.wsd.synchro .table-container table tbody tr th:nth-of-type(2),
.wsd.synchro .table-container table thead tr td:nth-of-type(2),
.wsd.synchro .table-container table tbody tr td:nth-of-type(2) {
  width: 7%;
  align-items: center;
}
.wsd.synchro .table-container table thead tr th:nth-of-type(3),
.wsd.synchro .table-container table tbody tr th:nth-of-type(3),
.wsd.synchro .table-container table thead tr td:nth-of-type(3),
.wsd.synchro .table-container table tbody tr td:nth-of-type(3) {
  width: 41%;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
}
.wsd.synchro .table-container table thead tr th:nth-of-type(3) span,
.wsd.synchro .table-container table tbody tr th:nth-of-type(3) span,
.wsd.synchro .table-container table thead tr td:nth-of-type(3) span,
.wsd.synchro .table-container table tbody tr td:nth-of-type(3) span {
  line-height: 1.4rem;
}
.wsd.synchro .table-container table thead tr th:nth-of-type(4),
.wsd.synchro .table-container table tbody tr th:nth-of-type(4),
.wsd.synchro .table-container table thead tr td:nth-of-type(4),
.wsd.synchro .table-container table tbody tr td:nth-of-type(4) {
  width: 7%;
  align-items: center;
}
.wsd.synchro .table-container table thead tr th:nth-of-type(5),
.wsd.synchro .table-container table tbody tr th:nth-of-type(5),
.wsd.synchro .table-container table thead tr td:nth-of-type(5),
.wsd.synchro .table-container table tbody tr td:nth-of-type(5) {
  width: 14%;
  align-items: center;
}
.wsd.synchro .table-container table thead tr th:nth-of-type(6),
.wsd.synchro .table-container table tbody tr th:nth-of-type(6),
.wsd.synchro .table-container table thead tr td:nth-of-type(6),
.wsd.synchro .table-container table tbody tr td:nth-of-type(6) {
  width: 12%;
}
.wsd.synchro .table-container table thead tr th:nth-of-type(7),
.wsd.synchro .table-container table tbody tr th:nth-of-type(7),
.wsd.synchro .table-container table thead tr td:nth-of-type(7),
.wsd.synchro .table-container table tbody tr td:nth-of-type(7) {
  width: 7%;
}
.wsd.synchro .table-container table thead tr th:nth-of-type(8),
.wsd.synchro .table-container table tbody tr th:nth-of-type(8),
.wsd.synchro .table-container table thead tr td:nth-of-type(8),
.wsd.synchro .table-container table tbody tr td:nth-of-type(8) {
  width: 7%;
}
.wsd.synchro .table-container table thead tr th .flex-column,
.wsd.synchro .table-container table tbody tr th .flex-column,
.wsd.synchro .table-container table thead tr td .flex-column,
.wsd.synchro .table-container table tbody tr td .flex-column {
  align-items: center;
  height: auto;
}
.wsd.synchro .table-container table thead tr th:nth-of-type(n+5),
.wsd.synchro .table-container table tbody tr th:nth-of-type(n+5),
.wsd.synchro .table-container table thead tr td:nth-of-type(n+5),
.wsd.synchro .table-container table tbody tr td:nth-of-type(n+5) {
  border-right: 1px solid #cfdae6;
}
.swsd .table-container .table tbody td {
  align-items: center !important;
}
.gp .table-container .table thead th,
.gp .table-container .table tbody th,
.gp .table-container .table thead td,
.gp .table-container .table tbody td {
  text-align: center;
}
.gp .table-container .table thead th:nth-of-type(2),
.gp .table-container .table tbody th:nth-of-type(2),
.gp .table-container .table thead td:nth-of-type(2),
.gp .table-container .table tbody td:nth-of-type(2) {
  text-align: left;
}
.active-route .tab-container .tab-content {
  background: #fafafa;
}
.active-route .tab-container .tab-content .toolbar {
  padding: 0 1% 0;
  border: none;
}
.active-route .tab-container .tab-content .toolbar .filter-block .mp-tooltip {
  display: inline;
  float: left;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .active-route .tab-container .tab-content .toolbar .filter-block .mp-tooltip {
    margin-top: 1rem;
  }
}
.active-route .tab-container .tab-content .toolbar .filter-block .st-btn {
  display: inline;
  float: left;
}
.active-route .tab-container .tab-content .toolbar .panel {
  width: 100%;
}
.active-route .tab-container .tab-content .toolbar .panel .st-toolbar {
  float: left;
  margin-right: auto;
}
.active-route .tab-container .tab-bar .request-season {
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  color: #475259;
  font-size: 14px;
}
.person .panel {
  width: 100%;
}
.person .panel .mp-daypicker input::placeholder {
  opacity: 0.2;
}
.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-selector {
  display: flex;
  width: 100%;
}
.person .panel .former-partners-selector .st-field-wrapper {
  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 .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;
}
.person .panel .former-partners .table-wrapper .icon-btn .icon {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .person .tab-container .media-info-container .panel {
    display: flex;
    flex-direction: column;
  }
  .person .tab-container .media-info-container .panel .media-selector {
    flex-direction: column;
    width: 100%;
  }
  .person .tab-container .media-info-container .panel .media-selector .width-200-bottom-0 {
    width: 100% !important;
  }
  .person .tab-container .media-info-container .panel .media-selector .width-200-bottom-0 .form-group {
    padding-right: 0;
  }
  .person .tab-container .media-info-container .panel .media-selector .mp-tooltip {
    width: 100%;
  }
  .person .tab-container .media-info-container .panel .media-selector .mp-tooltip .btn-white {
    width: 100% !important;
    margin: 0;
    top: 13px;
  }
  .person .tab-container .media-info-container .panel .st-action-list {
    width: 100%;
    margin-top: 0 !important;
  }
  .person .tab-container .media-info-container .panel .st-action-list .btn-action-delete {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .person .tab-container .music .panel .st-field-wrapper {
    width: 100%;
    margin-top: 0.5em;
  }
  .person .tab-container .music .panel .season-part {
    width: 100%;
    display: inline-block;
  }
  .person .tab-container .music .panel .season-part .width-200-bottom-0 {
    width: 100%;
  }
  .person .tab-container .music .panel .season-part .tooltip-wrapper {
    padding-right: 0.5em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    width: 100%;
  }
  .person .tab-container .music .panel .season-part .tooltip-wrapper .mp-tooltip {
    width: 100%;
  }
  .person .tab-container .music .panel .season-part .tooltip-wrapper .mp-tooltip .btn {
    width: 100%;
    justify-content: space-between;
  }
  .person .tab-container .music .panel .season-part .tooltip-wrapper .mp-tooltip .btn .icon {
    font-size: 16px;
    margin-left: 5px;
  }
  .person .tab-container .music .panel .level-discipline-part {
    flex-direction: column;
  }
  .person .tab-container .music .panel .level-discipline-part .st-field-wrapper .st-action-list {
    width: 100%;
    margin-top: 1.5em;
    padding-right: 0.5em;
  }
  .person .tab-container .music .panel .level-discipline-part .st-field-wrapper .st-action-list .btn-action-delete {
    width: 100%;
  }
}
.person .mp-daypicker__input i.icon-calendar-2 {
  font-size: 17px;
}
.person .st-row .col-lg-4 {
  width: 33.33333333%;
  min-width: 220px;
}
.person .st-row .col-lg-8 {
  width: 66.6666666%;
  min-width: 440px;
}
.person-sport-info {
  min-width: 440px;
  padding-left: 3%;
}
.person-sport-info .panel .former-partners .mp-tooltip .mp-tooltip-icon-left {
  left: -200px;
  top: 40%;
}
.person-request-sport-info {
  padding-left: 3%;
}
.person-request-sport-info .panel .former-partners .mp-tooltip .mp-tooltip-icon-left {
  left: -200px;
  top: 40%;
}
.person-general-sport-info h3 {
  font-size: 16px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .person-general-sport-info h3 {
    font-size: 14.4px;
  }
}
.person-records .table {
  border-radius: 6px;
}
.person-info .search-wrapper {
  display: block;
  margin-top: 21px;
}
.person-info .search-wrapper .mp-tooltip {
  display: inline-block;
}
.person-info .form-photo {
  min-width: 245px;
}
.person-info .form-photo .form-group {
  padding: 0;
}
.person-info .form-photo .file-image-selector-field {
  margin-bottom: 6px;
}
.person-info .person-choose-photo-container .form-photo {
  display: inline-block;
  width: calc(50% - 5px);
  min-width: 110px;
}
.person-info .person-choose-photo-container .form-photo .file-image-selector-field {
  margin-bottom: 0;
}
.person-info .person-choose-photo-container .form-photo .copy-photo-btn {
  height: 25px;
  width: 25px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 3px;
  min-width: 35px;
  position: absolute;
}
.person-info .person-choose-photo-container .form-photo .form-group label {
  width: calc(100% - 30px);
  position: relative;
  left: 40px;
  margin-bottom: 10px;
}
.person-info .person-choose-photo-container .form-photo .st-field .image-content {
  height: 140px;
}
.person-info .person-choose-photo-container .form-photo .st-field .image-content .file-container {
  height: 100%;
}
.person-info .person-choose-photo-container .form-photo .st-field .image-content .image-toolbar {
  height: 0px;
}
.person-info .person-choose-photo-container .form-photo .st-field .image-content .image-toolbar span {
  display: none;
}
.person-info .person-choose-photo-container .form-photo.show-buttons .image-content {
  overflow-y: hidden;
  overflow-x: hidden;
}
.person-info .person-choose-photo-container .form-photo.show-buttons .image-content .image-toolbar {
  height: 0px;
  margin-top: -20px;
  justify-content: center;
}
.person-info .person-choose-photo-container .form-photo.show-buttons .image-content .image-toolbar span {
  display: flex;
}
.person-info .person-choose-photo-container .form-photo.show-buttons .image-content .image-toolbar span a {
  display: block;
  height: 25px;
  width: 25px;
}
.person-info .person-choose-photo-container .form-photo.show-buttons .image-content .image-toolbar span a i {
  display: block;
  font-size: small;
}
.person-info .person-choose-photo-container .form-photo.show-buttons .image-content .image-toolbar span a i.icon-download {
  padding: 2px 0 0 2px;
}
.person-info .person-choose-photo-container .form-photo.show-buttons .image-content .image-toolbar span a i.icon-bin {
  margin-top: 3px;
}
.person-info .person-choose-photo-container .form-photo.show-buttons .image-content .image-toolbar span a span.icon-view {
  display: block;
  margin-top: -1px;
}
.person-info .person-choose-photo-container .form-photo.show-buttons .image-content .image-toolbar span a span.icon-view,
.person-info .person-choose-photo-container .form-photo.show-buttons .image-content .image-toolbar span a span.icon-isu-revert {
  margin-left: -2px;
}
.person-info .person-choose-photo-container .form-photo.show-buttons .image-content .image-toolbar span a:first-child {
  margin-left: 0px;
}
.person-info .person-choose-photo-container .form-photo:last-child {
  margin-left: 10px;
}
.person-info .upload-image-component {
  width: 100%;
}
.person-info .upload-image-component .image-content {
  width: 100%;
}
.person-info.grid {
  padding: 1%;
  padding-top: 0;
  display: grid;
}
.person-info .st-field textarea.form-control {
  width: 100%;
  min-height: initial;
}
.person-info .form-panel {
  display: grid;
}
.person-info .form-panel .st-field-wrapper {
  margin-top: 5px;
}
.person-info .form-panel .st-field-wrapper.inline {
  padding-top: 1.8em;
}
.person-info .form-panel .st-field-wrapper.inline .form-group {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.person-info .form-panel .st-field-wrapper.inline .form-group .st-field {
  width: initial;
}
.person-info .panel h3 {
  margin: 0 0 10px 0;
}
.person-info-table {
  flex-direction: column;
}
.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%;
}
.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;
}
@media screen and (max-width: 768px) {
  .person-info__media .flexible-block .flex-row .media-info-panel {
    display: block;
  }
}
.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;
}
.person .toolbar {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}
.person .media-info-container .media-info-toolbar {
  margin: 0;
}
.person .media-info-container .media-info-toolbar .panel {
  justify-content: flex-end;
  display: flex;
  margin: 10px 1% 0 1%;
}
.person .media-info-container .media-info-toolbar .panel div:nth-child(1) {
  margin-right: auto;
}
.person .media-info-container .media-info-toolbar .panel div:nth-child(1) .width-200-bottom-0 {
  margin: 8px 0 !important;
}
.person .media-info-container .media-info-toolbar .panel .st-action-list {
  margin-top: 10px;
}
.person .media-info-container .media-info-toolbar .panel .width-200-bottom-0 {
  margin: 0;
}
.person .media-info-container .media-panels-container {
  display: flex;
  flex-wrap: wrap;
}
.person .media-info-container .media-panels-container .panel {
  margin: 1% 0 0 1%;
  min-width: 440px;
  width: 32%;
}
.person .media-info-container .media-panels-container .panel h3,
.person .media-info-container .media-panels-container .panel h4 {
  margin: 0 0 14px 0;
}
.person .media-info-container .media-panels-container .panel:nth-last-child(1) {
  margin: 1%;
}
.person .media-info-container .media-panels-container .panel:nth-last-child(2) {
  margin-bottom: 1%;
}
.person .media-info-container .media-panels-container .panel textarea {
  width: 100%;
  overflow: hidden;
}
.person .media-info-container .media-panels-container .panel .part-season > div {
  display: flex;
  flex-direction: row;
}
.person .media-info-container .media-panels-container .panel .part-season > div .st-field-wrapper {
  width: 20%;
}
.person .media-info-container .media-panels-container .panel .part-season > div .st-field-wrapper:nth-last-child(1) {
  width: 60%;
}
.person .media-info-container .media-panels-container .panel .part-season h4 {
  border-bottom: 1px solid #DAE1F4;
}
.person .media-info-container .media-panels-container .panel .part-season:nth-last-child(1) {
  margin-top: 14px;
}
.person .media-info-container .media-panels-container .panel .olympic-coaches-team .multiple-lookup {
  margin-top: 5px;
}
.person .media-info-container .media-panels-container .panel .olympic-coaches-team .multiple-lookup label {
  margin-bottom: 0.4em;
  font-weight: bold;
}
.person .qualifications .st-table th,
.person .qualifications .table th,
.person .qualifications .st-table td,
.person .qualifications .table td {
  padding: 8px 1px 8px 1px;
}
.person .qualifications .person-function {
  margin-top: 10px;
}
.person .qualifications .table td:last-of-type {
  text-align: right;
  padding-right: 10px;
}
.person .qualifications .table td:first-of-type {
  padding-left: 10px;
}
.person .qualifications .panel {
  padding-top: 0;
  border: 1px solid #dadada;
}
.person .qualifications .panel .medical-exemptions-container .table .btn-primary {
  padding: 2px 10px;
}
.person .qualifications .panel .medical-exemptions-container .table .delete-btn,
.person .qualifications .panel .medical-exemptions-container .table .btn-white {
  margin-left: 4px;
  height: 20px;
  width: 20px;
  padding: 0;
}
.social-media-container {
  width: 100% !important;
}
.social-media-container .st-field-wrapper {
  width: 100%;
}
.social-field-group {
  width: 100%;
}
.disabled-btn {
  opacity: 0.6;
}
.add-new-qualification-fields-container .mp-daypicker input::placeholder {
  opacity: 0.2;
}
@media screen and (min-width: 1160px) {
  .person-info {
    grid-template-columns: 3fr 1fr;
  }
}
@media screen and (min-width: 1630px) {
  .person-info .form-panel {
    grid-template-columns: 3fr 1fr;
  }
}
@media screen and (max-width: 1630px) {
  .person-info .form-photo {
    max-width: 33.33333333%;
  }
  .person-info .person-choose-photo-container .form-photo {
    max-width: none;
  }
}
@media screen and (max-width: 1607px) {
  .person .media-info-container .media-panels-container .panel {
    width: 48.5%;
  }
  .person .media-info-container .media-panels-container .panel:nth-last-child(2) {
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 1280px) {
  .person .form-photo {
    width: 33.333%;
  }
  .person .person-choose-photo-container {
    max-width: none;
  }
}
@media screen and (max-width: 1160px) {
  .person-sport-info {
    width: 100%;
    min-width: initial;
    padding-left: 0;
  }
  .person-sport-info .multiple-selector,
  .person-sport-info .st-field-wrapper {
    width: 66.6666666%;
    min-width: 440px;
  }
}
@media screen and (max-width: 1135px) {
  .person .media-info-container .media-panels-container .panel {
    width: 70%;
  }
}
@media screen and (max-width: 940px) {
  .person .st-toolbar__buttons {
    display: block;
  }
  .person .st-toolbar__buttons .mp-tooltip {
    display: inline-block;
  }
  .person .st-toolbar__buttons .dropdown {
    display: inline-block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .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: 100%;
  }
  .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-sport-info {
    width: 100%;
    min-width: initial;
  }
  .person-sport-info .multiple-selector,
  .person-sport-info .st-field-wrapper {
    width: 66.6666666%;
    min-width: 440px;
  }
}
@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;
  }
  .person .media-info-container .media-panels-container .panel {
    width: 100%;
  }
  .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 {
    flex-wrap: wrap;
  }
  .person .media-info-container .media-panels-container .panel .part-season > div .st-field-wrapper {
    width: 50% !important;
  }
  .person .media-info-container .media-panels-container .panel .part-season > div .st-field-wrapper:nth-last-child(1) {
    width: 100% !important;
  }
}
@media screen and (max-width: 1010px) {
  .person .panel {
    display: block;
  }
  .person .panel .width-200-bottom-0 {
    display: inline-block;
    float: right;
  }
  .person .panel .search-wrapper {
    float: right;
  }
}
.look-body .st-field-wrapper {
  width: 100%;
}
.look-body input {
  width: 100%;
}
.wide-custom-lookup {
  width: 500px !important;
}
.tooltip-wrapper {
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .portal-user .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.portal-user .st-action-list {
  display: inline-flex;
  margin: auto 0;
}
.portal-user .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: 0 10px;
}
.portal-user .st-action-list .btn-default:hover {
  border-color: #727ce9;
  background: #727ce9;
}
.portal-user .st-action-list .btn-action-delete,
.portal-user .st-action-list .btn-action-remove {
  background: #ed5556;
  border: 1px solid #ed5556;
}
.portal-user .st-action-list .btn-action-delete:hover,
.portal-user .st-action-list .btn-action-remove:hover {
  border-color: #f07172;
  background: #f07172;
}
@media screen and (max-width: 768px) {
  .portal-user .st-action-list {
    flex-wrap: wrap-reverse;
  }
  .portal-user .st-action-list button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.portal-user .login-history-btn {
  margin: 0 10px;
  width: 140px;
}
.portal-user .panel {
  width: 98%;
}
.portal-user .panel form {
  display: flex;
  flex-wrap: wrap;
  margin: 1%;
}
.portal-user .panel form .st-field-wrapper {
  width: 200px;
}
.portal-user .panel form .organization-container {
  width: 400px;
}
.portal-user .panel form .organization-container .st-field-wrapper {
  width: inherit;
}
@media screen and (max-width: 768px) {
  .portal-user .panel form .st-field-wrapper,
  .portal-user .panel form .mp-tooltip,
  .portal-user .panel form .organization-container {
    width: 100%;
  }
}
.global-functions,
.warning-notification {
  width: 60%;
}
@media screen and (max-width: 1160px) {
  .global-functions,
  .warning-notification {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .global-functions,
  .warning-notification {
    width: 90%;
  }
}
.warning-notification {
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .warning-notification {
    font-size: 13.3px;
  }
}
.warning-notification h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
.warning-notification.network {
  background: #f0e371;
  color: #7a6e02;
}
.warning-notification.server {
  background: #eba5a3;
  color: #690d0b;
}
.global-function-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  padding-left: 4px;
  margin-bottom: 10px;
  background: white;
  transition: background 300ms;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .global-function-item {
    font-size: 13.3px;
  }
}
.global-function-item:nth-last-child(1) {
  margin-bottom: 0;
}
.global-function-item.blinker {
  background: #d5fbd5;
}
.global-function-item.warning {
  background: #fdd6d6;
}
.global-function-item .process-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.global-function-item .process-action > .process-result {
  margin-right: 10px;
}
.global-function-item .process-action > .process-result.success {
  color: #33af77;
}
.global-function-item .process-action > .process-result.fail {
  color: #ea7979;
}
.global-function-item .process-action > .process-result.no-result {
  color: #b3b3b3;
}
.global-function-item .process-action .function-action-btn-container {
  display: flex;
}
.global-function-item .process-action .function-action-btn-container > div {
  width: 100%;
}
.global-function-item .process-action .function-action-btn-container .btn {
  min-width: 115px;
}
.global-function-item .process-action .function-action-btn-container .btn:nth-child(2) {
  margin-left: 8px;
}
.auto-sync-container {
  display: inline-block;
  width: 100%;
}
.auto-sync-container .st-field-wrapper {
  display: inline-block;
  width: 115px;
  float: right;
}
.auto-sync-container .st-field-wrapper .form-group {
  display: inline-block;
  padding-right: 0;
}
.auto-sync-container .st-field-wrapper .form-group label {
  display: none;
}
.auto-sync-container .sync-is-enabled:not(.st-checkbox) {
  margin-top: 6px;
  width: 303px;
}
.auto-sync-container .sync-is-enabled:not(.st-checkbox) .form-group {
  display: inline-block;
}
.auto-sync-container .sync-is-enabled:not(.st-checkbox) .form-group label {
  display: inline-block;
  width: 275px;
}
.auto-sync-container .sync-is-enabled:not(.st-checkbox) .form-group .st-field {
  display: inline-block;
  width: 20px;
}
.rankings > .active-route .table-container {
  overflow: auto;
}
.rankings > .active-route .table-container.highest-total-scores .table,
.rankings > .active-route .table-container.progression-highest-scores .table {
  text-align: center;
}
.rankings > .active-route .table-container.highest-total-scores .table tr th:nth-child(2),
.rankings > .active-route .table-container.progression-highest-scores .table tr th:nth-child(2),
.rankings > .active-route .table-container.highest-total-scores .table tr th:nth-child(4),
.rankings > .active-route .table-container.progression-highest-scores .table tr th:nth-child(4),
.rankings > .active-route .table-container.highest-total-scores .table tr td:nth-child(2),
.rankings > .active-route .table-container.progression-highest-scores .table tr td:nth-child(2),
.rankings > .active-route .table-container.highest-total-scores .table tr td:nth-child(4),
.rankings > .active-route .table-container.progression-highest-scores .table tr td:nth-child(4) {
  text-align: left;
}
.rankings > .active-route .table-container.season-technical-scores {
  margin-top: 0px;
  border-left: 1px solid #cfdae6;
  border-bottom: 1px solid #cfdae6;
  border-radius: 2px;
}
.rankings > .active-route .table-container.season-technical-scores .table {
  max-width: calc(100% - 2px);
  text-align: center;
}
.rankings > .active-route .table-container.season-technical-scores .table thead tr:nth-child(1) th:nth-child(1) {
  text-align: left;
}
.rankings > .active-route .table-container.season-technical-scores .table thead tr:nth-child(2) th:nth-child(1),
.rankings > .active-route .table-container.season-technical-scores .table thead tr:nth-child(2) th:nth-child(4n + 1) {
  text-align: left;
}
.rankings > .active-route .table-container.season-technical-scores .table tbody tr td:nth-child(1),
.rankings > .active-route .table-container.season-technical-scores .table tbody tr td:nth-child(4n - 1) {
  text-align: left;
}
.rankings > .active-route .table-container.season-technical-scores .table tbody tr td:nth-child(4n-2) {
  border-right: 1px solid #cfdae6;
  padding-right: 10px;
}
.rankings > .active-route .table-container.season-technical-scores.ctes .table tbody tr td:nth-child(4n - 1) {
  text-align: center;
}
.rankings > .active-route .table-container.season-technical-scores.ctes .table tbody tr td:nth-child(1),
.rankings > .active-route .table-container.season-technical-scores.ctes .table tbody tr td:nth-child(4n) {
  text-align: left;
}
.rankings > .active-route .table-container.season-technical-scores.ctes .table tbody tr td:nth-child(4n-2) {
  border-right: none;
  padding-right: 0;
}
.rankings > .active-route .table-container.season-technical-scores.ctes .table tbody tr td:nth-child(4n-1) {
  border-right: 1px solid #cfdae6;
  padding-right: 10px;
}
.rankings > .active-route .table-container.three-seasons-technical-scores {
  margin-top: 0px;
  border-left: 1px solid #cfdae6;
  border-bottom: 1px solid #cfdae6;
  border-radius: 2px;
}
.rankings > .active-route .table-container.three-seasons-technical-scores .table {
  max-width: calc(100% - 2px);
  text-align: center;
}
.rankings > .active-route .table-container.three-seasons-technical-scores .table thead tr:nth-child(1) th:nth-child(1) {
  text-align: left;
}
.rankings > .active-route .table-container.three-seasons-technical-scores .table thead tr:nth-child(2) th:nth-child(1),
.rankings > .active-route .table-container.three-seasons-technical-scores .table thead tr:nth-child(2) th:nth-child(4n + 1) {
  text-align: left;
}
.rankings > .active-route .table-container.three-seasons-technical-scores .table tbody tr td:nth-child(1),
.rankings > .active-route .table-container.three-seasons-technical-scores .table tbody tr td:nth-child(4n - 1) {
  text-align: left;
}
.rankings > .active-route .table-container.three-seasons-technical-scores .table tbody tr td:nth-child(4n - 2) {
  border-right: 1px solid #cfdae6;
  padding-right: 10px;
}
.rankings > .active-route .table-container.three-seasons-technical-scores.ctes .table tbody tr td:nth-child(4n - 1) {
  text-align: center;
}
.rankings > .active-route .table-container.three-seasons-technical-scores.ctes .table tbody tr td:nth-child(1),
.rankings > .active-route .table-container.three-seasons-technical-scores.ctes .table tbody tr td:nth-child(4n - 4) {
  text-align: left;
}
.rankings > .active-route .table-container.three-seasons-technical-scores.ctes .table tbody tr td:nth-child(4n - 2) {
  border-right: none;
  padding-right: 0;
}
.rankings > .active-route .table-container.three-seasons-technical-scores.ctes .table tbody tr td:nth-child(4n - 1) {
  border-right: 1px solid #cfdae6;
  padding-right: 10px;
}
.rankings > .active-route .table-container.three-seasons-technical-scores-sep {
  margin-top: 0px;
  border-left: 1px solid #cfdae6;
  border-bottom: 1px solid #cfdae6;
  border-radius: 2px;
}
.rankings > .active-route .table-container.three-seasons-technical-scores-sep .table {
  max-width: calc(100% - 2px);
  text-align: center;
}
.rankings > .active-route .table-container.three-seasons-technical-scores-sep .table thead tr:nth-child(1) th:nth-child(1) {
  text-align: left;
}
.rankings > .active-route .table-container.three-seasons-technical-scores-sep .table thead tr:nth-child(3) th:nth-child(4n-3) {
  text-align: left;
}
.rankings > .active-route .table-container.three-seasons-technical-scores-sep .table tbody tr td:nth-child(1),
.rankings > .active-route .table-container.three-seasons-technical-scores-sep .table tbody tr td:nth-child(4n-1) {
  text-align: left;
}
.rankings > .active-route .table-container.three-seasons-technical-scores-sep .table tbody tr td:nth-child(4n-2) {
  border-right: 1px solid #cfdae6;
  padding-right: 10px;
}
.rankings > .active-route .table-container.three-seasons-technical-scores-sep.ctes .table tbody tr td:nth-child(4n-1) {
  text-align: center;
}
.rankings > .active-route .table-container.three-seasons-technical-scores-sep.ctes .table tbody tr td:nth-child(1),
.rankings > .active-route .table-container.three-seasons-technical-scores-sep.ctes .table tbody tr td:nth-child(4n+2) {
  text-align: left;
}
.rankings > .active-route .table-container.three-seasons-technical-scores-sep.ctes .table tbody tr td:nth-child(4n-2) {
  border-right: none;
  padding-right: 0;
}
.rankings > .active-route .table-container.three-seasons-technical-scores-sep.ctes .table tbody tr td:nth-child(4n+1) {
  border-right: 1px solid #cfdae6;
  padding-right: 10px;
}
.rankings > .active-route .table-container.three-seasons-technical-scores-sep.ctes .table tbody tr td:nth-child(1) {
  border-right: none;
  padding-right: 0;
}
.rankings > .active-route .table-container.seasons-technical-scores-sep {
  margin-top: 0px;
  border-left: 1px solid #cfdae6;
  border-bottom: 1px solid #cfdae6;
  border-radius: 2px;
}
.rankings > .active-route .table-container.seasons-technical-scores-sep .table {
  max-width: calc(100% - 2px);
  text-align: center;
}
.rankings > .active-route .table-container.seasons-technical-scores-sep .table thead tr:nth-child(1) th:nth-child(1) {
  text-align: left;
}
.rankings > .active-route .table-container.seasons-technical-scores-sep .table thead tr:nth-child(3) th:nth-child(4n+1) {
  text-align: left;
}
.rankings > .active-route .table-container.seasons-technical-scores-sep .table tbody tr td:nth-child(1),
.rankings > .active-route .table-container.seasons-technical-scores-sep .table tbody tr td:nth-child(4n-1) {
  text-align: left;
}
.rankings > .active-route .table-container.seasons-technical-scores-sep .table tbody tr td:nth-child(4n-2) {
  border-right: 1px solid #cfdae6;
  padding-right: 10px;
}
.rankings > .active-route .table-container.seasons-technical-scores-sep.ctes .table tbody tr td:nth-child(4n-1) {
  text-align: center;
}
.rankings > .active-route .table-container.seasons-technical-scores-sep.ctes .table tbody tr td:nth-child(1),
.rankings > .active-route .table-container.seasons-technical-scores-sep.ctes .table tbody tr td:nth-child(4n+1) {
  text-align: left;
}
.rankings > .active-route .table-container.seasons-technical-scores-sep.ctes .table tbody tr td:nth-child(4n-2) {
  border-right: none;
  padding-right: 0;
}
.rankings > .active-route .table-container.seasons-technical-scores-sep.ctes .table tbody tr td:nth-child(4n) {
  border-right: 1px solid #cfdae6;
  padding-right: 10px;
}
.rankings > .active-route .table-container.season-best-scores .table,
.rankings > .active-route .table-container.personal-best-scores .table {
  text-align: center;
}
.rankings > .active-route .table-container.season-best-scores .table tr th:nth-child(2),
.rankings > .active-route .table-container.personal-best-scores .table tr th:nth-child(2),
.rankings > .active-route .table-container.season-best-scores .table tr th:nth-child(4),
.rankings > .active-route .table-container.personal-best-scores .table tr th:nth-child(4),
.rankings > .active-route .table-container.season-best-scores .table tr td:nth-child(2),
.rankings > .active-route .table-container.personal-best-scores .table tr td:nth-child(2),
.rankings > .active-route .table-container.season-best-scores .table tr td:nth-child(4),
.rankings > .active-route .table-container.personal-best-scores .table tr td:nth-child(4) {
  text-align: left;
}
.rankings .st-filter-panel.statistics .st-filter-panel-statistics-left,
.rankings .st-filter-panel.statistics .st-filter-panel-statistics-right,
.rankings .st-filter-panel.statistics .st-filter-panel-statistics-left-buttons,
.rankings .st-filter-panel.statistics .st-filter-panel-statistics-left-inputs {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.rankings .st-filter-panel.statistics .st-filter-panel-statistics-left-inputs {
  width: calc(100% - 150px);
}
@media screen and (max-width: 1280px) {
  .rankings .st-filter-panel.statistics .st-filter-panel-statistics-left {
    width: 100%;
  }
}
@media screen and (max-width: 1160px) {
  .rankings .st-filter-panel.statistics .st-filter-panel-statistics-left {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rankings .st-filter-panel.statistics .st-filter-panel-statistics-left-inputs {
    width: 100%;
    justify-content: space-between;
  }
  .rankings .st-filter-panel.statistics .st-filter-panel-statistics-left-inputs .st-field-wrapper {
    width: inherit;
  }
  .rankings .st-filter-panel.statistics .st-filter-panel-statistics-left-buttons {
    justify-content: space-between;
    width: 100%;
  }
  .rankings .st-filter-panel.statistics .st-filter-panel-statistics-left-buttons .btn {
    width: 49%;
  }
  .rankings .st-filter-panel.statistics .st-filter-panel-statistics-right {
    width: 100%;
  }
  .rankings .st-filter-panel.statistics .st-filter-panel-statistics-right .btn-white {
    width: 33%;
  }
}
.rankings .st-filter-panel.statistics .search-box-input {
  margin-right: 7px;
}
.rankings .menu-item-separator {
  box-shadow: 0px 0px 0px 0.25px #bfccd9;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .roles .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.roles .single {
  width: 98%;
}
.organization .st-field-wrapper {
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .organization .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.organization-info {
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1160px) {
  .organization-info {
    flex-wrap: nowrap;
    display: block;
  }
}
.organization-info .panel {
  width: 48%;
  margin: 1% 0 0 1%;
}
@media screen and (max-width: 1160px) {
  .organization-info .panel {
    width: 98%;
  }
}
.organization-info .panel:nth-child(2n) {
  width: 49%;
  margin: 1% 0 0 1%;
}
@media screen and (max-width: 1160px) {
  .organization-info .panel:nth-child(2n) {
    width: 98%;
  }
}
.organization-info .panel:nth-child(n+1) > div {
  display: flex;
  flex-wrap: wrap;
}
.organization-info .panel:nth-child(n+1) > div.multiple-selector .react-select {
  width: 100%;
  padding-right: 0.5em;
}
.organization-info .panel:nth-child(n+1) > div .st-field-wrapper {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .organization-info .panel:nth-child(n+1) > div .st-field-wrapper {
    width: 100%;
  }
}
.organization-info .panel:nth-child(n+1) .fields-row-container .st-field-wrapper {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .organization-group .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.organization-group .panel {
  display: flex;
  flex-wrap: wrap;
  margin: 1%;
}
.organization-group .panel .st-field-wrapper {
  width: 200px;
}
.organization-group .panel label {
  vertical-align: top;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .category .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.category .panel {
  display: flex;
  flex-wrap: wrap;
  margin: 1%;
}
.category .panel .st-field-wrapper {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .category .panel .st-field-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .country .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.country .panel {
  display: flex;
  flex-wrap: wrap;
  margin: 1%;
}
.country .panel .st-field-wrapper {
  width: 200px;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .country .panel .st-field-wrapper {
    width: 100%;
  }
}
.country .panel .country-main {
  min-width: 275px;
}
.country .panel .country-main .form-group {
  width: 275px;
}
.country .image-content {
  height: 250px;
}
@media screen and (max-width: 768px) {
  .season .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.season .panel {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.season .panel .st-field-wrapper {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .season .panel .st-field-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .series .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.series .panel {
  display: flex;
  flex-wrap: wrap;
  margin: 1%;
}
.series .panel .st-field-wrapper {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .series .panel .st-field-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .element .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.element .panel {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.element .panel .st-field-wrapper {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .element .panel .st-field-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .round-type .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.round-type .panel {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.round-type .panel .st-field-wrapper {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .round-type .panel .st-field-wrapper {
    width: 100%;
  }
}
.person-request .olympic-coaches-team .multiple-lookup {
  display: inline-block;
  margin-bottom: 10px;
}
.person-request .olympic-coaches-team .changed-field {
  display: inline-block !important;
}
.person-request .olympic-coaches-team .changed-field .react-select__control {
  border: none;
}
@media screen and (max-width: 425px) {
  .person-request .panel {
    padding: 0;
  }
}
.person-request.person-request-general .panel .personal-info-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.person-request.person-request-general .panel .personal-info-row .field-container {
  width: 49.5%;
}
.person-request.person-request-general .panel .personal-info-row .field-container .form-group {
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .person-request.person-request-general .panel .personal-info-row .field-container {
    width: 100%;
  }
  .person-request.person-request-general .panel .personal-info-row .field-container .form-group {
    padding-right: 0;
  }
}
.person-request.person-request-general .panel .personal-info-row .photo-block {
  width: 49.5%;
}
.person-request.person-request-general .panel .personal-info-row .photo-block .field-container {
  width: 100%;
}
.person-request.person-request-general .panel .personal-info-row .photo-block .field-container .file-image-selector-field {
  width: 100%;
}
.person-request.person-request-general .panel .personal-info-row .photo-block .field-container .file-image-selector-field .image-content {
  width: 100%;
}
.person-request.person-request-general .panel .personal-info-row .table-wrapper.person-request-former-partners {
  width: 100%;
}
.person-request.person-request-general .panel .personal-info-row .flex-col.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.person-request.person-request-general .panel .flex-col.flex-row {
  box-shadow: none;
}
.person-request.person-request-general .panel .flex-row {
  padding: 0;
  margin: 0;
  min-width: initial;
}
.person-request.person-request-general .panel textarea {
  width: 100%;
}
.person-request.person-request-general .panel.media-info-panel {
  display: flex;
  justify-content: space-between;
}
.person-request.person-request-general .panel.media-info-panel > .field-container:nth-child(1) {
  width: auto;
  padding-right: 10px;
}
.person-request.person-request-general .panel.media-info-panel .social-field-group {
  width: 100%;
}
.person-request.person-request-general .panel.media-info-panel .social-field-group .form-group {
  padding-right: 0;
}
@media screen and (max-width: 1160px) {
  .person-request.person-request-general .panel.media-info-panel {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .person-request.person-request-general .panel.media-info-panel > .field-container:nth-child(1) {
    padding-right: 0;
  }
  .person-request.person-request-general .panel.media-info-panel .image-content {
    width: 150px;
    height: 220px;
  }
}
.person-request.person-request-general .panel.figure-skating .field-container:nth-child(4) {
  width: 100%;
}
.person-request.person-request-general .panel.figure-skating .field-container:nth-last-child(-n+2) .form-group {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .person-request.person-request-general .panel.figure-skating .field-container {
    width: 100%;
  }
  .person-request.person-request-general .panel.figure-skating .field-container .form-group {
    padding-right: 0;
  }
}
.person-request.person-request-general .panel .person-request-former-partners th {
  padding: 5px;
}
.person-request.person-request-general .panel .person-request-former-partners .former-partner-item-added {
  background: #b1f0df;
}
.person-request.person-request-general .panel .person-request-former-partners .former-partner-item-removed {
  background: #d9534f;
}
.person-request.person-request-general .panel .person-request-former-partners .former-partner-item td {
  letter-spacing: -0.2px;
  padding: 5px;
}
.person-request.person-request-general .panel .person-request-former-partners .former-partner-item-added td,
.person-request.person-request-general .panel .person-request-former-partners .former-partner-item-removed td {
  letter-spacing: -0.2px;
  padding: 5px;
}
.person-request.person-request-media {
  display: flex;
  flex-wrap: wrap;
}
.person-request.person-request-media h3 {
  margin-top: 0;
}
.person-request.person-request-media .panel {
  width: 49%;
  margin: 10px 0 0 0;
}
.person-request.person-request-media .panel input[type=number]::-webkit-inner-spin-button,
.person-request.person-request-media .panel input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.person-request.person-request-media .panel:nth-child(2n) {
  margin-left: 10px;
}
.person-request.person-request-media .panel textarea {
  width: 100%;
  overflow: hidden;
}
.person-request.person-request-media .panel .part-season > div {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.person-request.person-request-media .panel .part-season > div .st-field-wrapper {
  width: 20%;
}
.person-request.person-request-media .panel .part-season > div .st-field-wrapper:nth-last-child(1) {
  width: 60%;
}
.person-request.person-request-media .panel .part-season h4 {
  border-bottom: 1px solid #DAE1F4;
}
.person-request.person-request-media .panel .part-season:nth-last-child(1) {
  margin-top: 14px;
}
@media screen and (max-width: 1600px) {
  .person-request.person-request-media .panel {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .person-request.person-request-media .panel .part-season > div .st-field-wrapper {
    width: 25%;
  }
  .person-request.person-request-media .panel .part-season > div .st-field-wrapper:nth-last-child(1) {
    width: 50%;
  }
  .person-request.person-request-media .panel .part-season > div .st-field-wrapper input {
    min-width: initial;
  }
}
@media screen and (max-width: 425px) {
  .person-request.person-request-media .panel .part-season > div .st-field-wrapper input {
    padding: 2px;
  }
}
.couple .request-tab-container .general .couple-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  grid-gap: 10px;
  width: 90%;
  max-width: 720px;
}
.couple .request-tab-container .general .couple-info .st-field-wrapper input[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}
.couple .request-tab-container .general .couple-info .st-field-wrapper.st-readonly .form-group .st-field select.form-control {
  cursor: not-allowed;
  background-color: #eee;
}
@media screen and (max-width: 1280px) {
  .couple .request-tab-container .general .couple-info {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    width: 100%;
    max-width: 575px;
  }
  .couple .request-tab-container .general .couple-info input {
    height: 30px;
  }
}
@media screen and (max-width: 425px) {
  .couple .request-tab-container .general .couple-info {
    grid-template-columns: 1fr 1fr 0 0;
    width: 100%;
    max-width: 575px;
  }
  .couple .request-tab-container .general .couple-info input {
    height: 30px;
  }
}
.couple .request-tab-container .general .couple-info textarea {
  min-height: initial;
  width: 100%;
}
.couple .request-tab-container .general .couple-info .field-container {
  width: 100%;
  grid-column: span 4;
}
.couple .request-tab-container .general .panel {
  margin: 0;
}
.couple .request-tab-container .general .panel .form-group {
  padding-right: 0;
}
.couple .request-tab-container .general .st-field-wrapper:nth-child(1) {
  grid-column: span 4;
}
@media screen and (max-width: 1280px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(1) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 425px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(1) {
    grid-column: span 3;
  }
}
.couple .request-tab-container .general .st-field-wrapper:nth-child(2) {
  grid-column: span 1;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(2) {
    grid-column: span 4;
  }
}
.couple .request-tab-container .general .st-field-wrapper:nth-child(3) {
  grid-column: span 1;
  width: 100%;
}
@media screen and (max-width: 625px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(3) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 425px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(3) {
    grid-column: span 3;
  }
}
.couple .request-tab-container .general .st-field-wrapper:nth-child(4) {
  grid-column: span 1;
  padding-right: 2px;
  width: 100%;
}
@media screen and (max-width: 625px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(4) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 425px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(4) {
    grid-column: span 3;
  }
}
.couple .request-tab-container .general .st-field-wrapper:nth-child(5) {
  grid-column: span 1;
  padding-left: 1px;
  width: 100%;
}
@media screen and (max-width: 625px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(5) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 425px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(5) {
    grid-column: span 3;
  }
}
.couple .request-tab-container .general .st-field-wrapper:nth-child(6) {
  grid-column: span 1;
  width: 100%;
}
@media screen and (max-width: 625px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(6) {
    grid-column: span 4;
  }
}
@media screen and (max-width: 425px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(6) {
    grid-column: span 3;
  }
}
.couple .request-tab-container .general .members-field {
  grid-column: span 4;
}
.couple .request-tab-container .general .members-field > .form-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.couple .request-tab-container .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 .request-tab-container .general .members-field > .form-group .member label > i {
  margin: 0 5px;
}
@media screen and (max-width: 425px) {
  .couple .request-tab-container .general .members-field > .form-group .member {
    width: 100%;
    margin-right: 2%;
  }
  .couple .request-tab-container .general .members-field > .form-group .member .st-field-wrapper:nth-child(2) {
    max-width: 450px;
  }
}
.couple .request-tab-container .general .members-field > .form-group .member .st-field-wrapper:nth-child(1) {
  grid-row: 1;
  grid-column: 1 / span 2;
}
.couple .request-tab-container .general .members-field > .form-group .member .st-field-wrapper:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}
.couple .request-tab-container .general .members-field > .form-group .member .st-field-wrapper:nth-child(3) {
  grid-row: 2;
  grid-column: 2;
}
.couple .request-tab-container .general .members-field > .form-group .member .form-group {
  padding-right: 0;
}
.couple .request-tab-container .general .members-field > .form-group .member:nth-child(1) {
  margin-right: 2%;
}
.couple .request-tab-container .general .st-field-wrapper:nth-child(8) {
  grid-column: span 4;
}
@media screen and (max-width: 425px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(8) {
    grid-column: span 3;
  }
}
.couple .request-tab-container .general .st-field-wrapper:nth-child(9) {
  grid-column: span 4;
}
@media screen and (max-width: 425px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(9) {
    grid-column: span 3;
  }
}
.couple .request-tab-container .general .st-field-wrapper:nth-child(10) {
  grid-column: span 4;
}
@media screen and (max-width: 425px) {
  .couple .request-tab-container .general .st-field-wrapper:nth-child(10) {
    grid-column: span 3;
  }
}
.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-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;
  align-items: center;
}
.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 .link-container {
  margin-bottom: 15px;
  text-align: center;
}
.login-panel .simple-link a {
  color: rgba(255, 255, 255, 0.7);
}
.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;
  }
}
.login-pages-wrapper {
  display: flex;
}
.login-pages-wrapper .panel {
  display: flex;
  flex-wrap: wrap;
  margin: 1% 0 1% 1%;
  max-width: 430px;
}
.login-pages-wrapper .panel:nth-last-child(1) {
  margin: 1%;
}
.login-pages-wrapper .panel h3 {
  margin: 0;
}
.login-pages-wrapper .panel > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.login-pages-wrapper .panel > div .st-field-wrapper {
  width: auto;
}
.login-pages-wrapper .panel .st-field-wrapper {
  margin: 20px 0 0 0;
}
.login-pages-wrapper .panel .st-field-wrapper .form-group {
  margin: 0;
  padding: 0;
}
.login-pages-wrapper .panel .st-field-wrapper .form-group > label {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .login-pages-wrapper {
    flex-wrap: wrap;
  }
  .login-pages-wrapper .panel {
    width: 100%;
    margin: 1% 1% 0 1%;
    max-width: initial;
  }
}
.email-status-label {
  height: 20px;
}
.email-status-label .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.email-status-label .label-default {
  background-color: #777;
}
.email-status-label .label-warning {
  background-color: #f0ad4e;
}
.email-status-label .label-danger {
  background-color: #d9534f;
}
.email-status-label .label-success {
  background-color: #5cb85c;
}
.email-status-label .label-info {
  background-color: #5bc0de;
}
.email-detail.grids .form-panel {
  margin: 1%;
}
.email-detail.grids .form-panel .form-inputs .st-col.col-lg-12 .email-html-body-text .email-html-body-frame ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.email-detail.grids .form-panel .form-inputs .st-col.col-lg-6 .st-field-wrapper {
  font-weight: bold;
  padding-left: 21px;
  margin-top: 21px;
}
.email-detail.grids .form-panel .form-inputs .st-col.col-lg-12 .email-html-body-text {
  padding-left: 21px;
  margin-top: 21px;
}
.emails-list-table-container {
  padding-bottom: 20px;
}
.emails-list-table-container .toolbar {
  justify-content: flex-end;
  padding: 0%;
}
.emails-list-table-container .toolbar .panel {
  justify-content: space-between;
  width: 100%;
}
.emails-list-table-container .toolbar .panel .btn-wrapper {
  height: 30px;
  margin-top: 21px;
}
.emails-list-table-container .table {
  background: #fff;
  margin: 3vh 0;
  width: 100%;
  display: table;
}
.emails-list-table-container .table-container.rm-first .table th:first-of-type,
.emails-list-table-container .table-container.rm-first .table td:first-of-type {
  width: 15%;
}
.emails-list-table-container .table-container.rm-first .table {
  display: table;
}
.email-detail-container .st-toolbar .st-action-list {
  margin-bottom: 0;
  margin-right: 100px;
}
.email-detail-container .st-toolbar .email-status {
  position: absolute;
  right: 25px;
  top: 15px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .email-detail-container .st-toolbar {
    align-items: flex-end;
  }
  .email-detail-container .st-toolbar .btn {
    margin-right: 0;
  }
  .email-detail-container .st-toolbar .st-action-list {
    margin-right: 0;
  }
  .email-detail-container .st-toolbar .email-status {
    position: relative;
    top: 5px;
    right: 0;
  }
  .email-detail-container .st-row .col-lg-12 {
    min-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .rhythm-dance .st-toolbar__buttons button {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
.rhythm-dance .panel {
  display: flex;
  flex-wrap: wrap;
  margin: 1%;
}
.rhythm-dance .panel .st-field-wrapper {
  width: 200px;
}
.rhythm-dance .panel .multiple-selector {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .rhythm-dance .panel .st-field-wrapper {
    width: 100%;
  }
}
