/*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
@font-face {
  font-family: FontAwesome;
  src: url(fonts/fontawesome-webfont.eot?v=4.1.0);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal;
}
#legacy .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#legacy .fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
#legacy .fa-2x {
  font-size: 2em;
}
#legacy .fa-3x {
  font-size: 3em;
}
#legacy .fa-4x {
  font-size: 4em;
}
#legacy .fa-5x {
  font-size: 5em;
}
#legacy .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
#legacy .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
#legacy .fa-ul > li {
  position: relative;
  display: flex;
}
#legacy .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
#legacy .fa-li.fa-lg {
  left: -1.85714286em;
}
#legacy .fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
#legacy .pull-right {
  float: right;
}
#legacy .pull-left {
  float: left;
}
#legacy .fa.pull-left {
  margin-right: 0.3em;
}
#legacy .fa.pull-right {
  margin-left: 0.3em;
}
#legacy .fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#legacy .fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#legacy .fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#legacy .fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
#legacy .fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#legacy .fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
#legacy .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
#legacy .fa-stack-1x,
#legacy .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
#legacy .fa-stack-1x {
  line-height: inherit;
}
#legacy .fa-stack-2x {
  font-size: 2em;
}
#legacy .fa-inverse {
  color: #fff;
}
#legacy .fa-glass:before {
  content: "\f000";
}
#legacy .fa-music:before {
  content: "\f001";
}
#legacy .fa-search:before {
  content: "\f002";
}
#legacy .fa-envelope-o:before {
  content: "\f003";
}
#legacy .fa-heart:before {
  content: "\f004";
}
#legacy .fa-star:before {
  content: "\f005";
}
#legacy .fa-star-o:before {
  content: "\f006";
}
#legacy .fa-user:before {
  content: "\f007";
}
#legacy .fa-film:before {
  content: "\f008";
}
#legacy .fa-th-large:before {
  content: "\f009";
}
#legacy .fa-th:before {
  content: "\f00a";
}
#legacy .fa-th-list:before {
  content: "\f00b";
}
#legacy .fa-check:before {
  content: "\f00c";
  font-size: 2rem;
  margin-top: 0.5rem;
}
#legacy .fa-times:before {
  content: "\f00d";
}
#legacy .fa-search-plus:before {
  content: "\f00e";
}
#legacy .fa-search-minus:before {
  content: "\f010";
}
#legacy .fa-power-off:before {
  content: "\f011";
}
#legacy .fa-signal:before {
  content: "\f012";
}
#legacy .fa-cog:before,
#legacy .fa-gear:before {
  content: "\f013";
}
#legacy .fa-trash-o:before {
  content: "\f014";
}
#legacy .fa-home:before {
  content: "\f015";
}
#legacy .fa-file-o:before {
  content: "\f016";
}
#legacy .fa-clock-o:before {
  content: "\f017";
}
#legacy .fa-road:before {
  content: "\f018";
}
#legacy .fa-download:before {
  content: "\f019";
}
#legacy .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
#legacy .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
#legacy .fa-inbox:before {
  content: "\f01c";
}
#legacy .fa-play-circle-o:before {
  content: "\f01d";
}
#legacy .fa-repeat:before,
#legacy .fa-rotate-right:before {
  content: "\f01e";
}
#legacy .fa-refresh:before {
  content: "\f021";
}
#legacy .fa-list-alt:before {
  content: "\f022";
}
#legacy .fa-lock:before {
  content: "\f023";
}
#legacy .fa-flag:before {
  content: "\f024";
}
#legacy .fa-headphones:before {
  content: "\f025";
}
#legacy .fa-volume-off:before {
  content: "\f026";
}
#legacy .fa-volume-down:before {
  content: "\f027";
}
#legacy .fa-volume-up:before {
  content: "\f028";
}
#legacy .fa-qrcode:before {
  content: "\f029";
}
#legacy .fa-barcode:before {
  content: "\f02a";
}
#legacy .fa-tag:before {
  content: "\f02b";
}
#legacy .fa-tags:before {
  content: "\f02c";
}
#legacy .fa-book:before {
  content: "\f02d";
}
#legacy .fa-bookmark:before {
  content: "\f02e";
}
#legacy .fa-print:before {
  content: "\f02f";
}
#legacy .fa-camera:before {
  content: "\f030";
}
#legacy .fa-font:before {
  content: "\f031";
}
#legacy .fa-bold:before {
  content: "\f032";
}
#legacy .fa-italic:before {
  content: "\f033";
}
#legacy .fa-text-height:before {
  content: "\f034";
}
#legacy .fa-text-width:before {
  content: "\f035";
}
#legacy .fa-align-left:before {
  content: "\f036";
}
#legacy .fa-align-center:before {
  content: "\f037";
}
#legacy .fa-align-right:before {
  content: "\f038";
}
#legacy .fa-align-justify:before {
  content: "\f039";
}
#legacy .fa-list:before {
  content: "\f03a";
}
#legacy .fa-dedent:before,
#legacy .fa-outdent:before {
  content: "\f03b";
}
#legacy .fa-indent:before {
  content: "\f03c";
}
#legacy .fa-video-camera:before {
  content: "\f03d";
}
#legacy .fa-image:before,
#legacy .fa-photo:before,
#legacy .fa-picture-o:before {
  content: "\f03e";
}
#legacy .fa-pencil:before {
  content: "\f040";
}
#legacy .fa-map-marker:before {
  content: "\f041";
}
#legacy .fa-adjust:before {
  content: "\f042";
}
#legacy .fa-tint:before {
  content: "\f043";
}
#legacy .fa-edit:before,
#legacy .fa-pencil-square-o:before {
  content: "\f044";
}
#legacy .fa-share-square-o:before {
  content: "\f045";
}
#legacy .fa-check-square-o:before {
  content: "\f046";
}
#legacy .fa-arrows:before {
  content: "\f047";
}
#legacy .fa-step-backward:before {
  content: "\f048";
}
#legacy .fa-fast-backward:before {
  content: "\f049";
}
#legacy .fa-backward:before {
  content: "\f04a";
}
#legacy .fa-play:before {
  content: "\f04b";
}
#legacy .fa-pause:before {
  content: "\f04c";
}
#legacy .fa-stop:before {
  content: "\f04d";
}
#legacy .fa-forward:before {
  content: "\f04e";
}
#legacy .fa-fast-forward:before {
  content: "\f050";
}
#legacy .fa-step-forward:before {
  content: "\f051";
}
#legacy .fa-eject:before {
  content: "\f052";
}
#legacy .fa-chevron-left:before {
  content: "\f053";
}
#legacy .fa-chevron-right:before {
  content: "\f054";
}
#legacy .fa-plus-circle:before {
  content: "\f055";
}
#legacy .fa-minus-circle:before {
  content: "\f056";
}
#legacy .fa-times-circle:before {
  content: "\f057";
}
#legacy .fa-check-circle:before {
  content: "\f058";
}
#legacy .fa-question-circle:before {
  content: "\f059";
}
#legacy .fa-info-circle:before {
  content: "\f05a";
}
#legacy .fa-crosshairs:before {
  content: "\f05b";
}
#legacy .fa-times-circle-o:before {
  content: "\f05c";
}
#legacy .fa-check-circle-o:before {
  content: "\f05d";
}
#legacy .fa-ban:before {
  content: "\f05e";
}
#legacy .fa-arrow-left:before {
  content: "\f060";
}
#legacy .fa-arrow-right:before {
  content: "\f061";
}
#legacy .fa-arrow-up:before {
  content: "\f062";
}
#legacy .fa-arrow-down:before {
  content: "\f063";
}
#legacy .fa-mail-forward:before,
#legacy .fa-share:before {
  content: "\f064";
}
#legacy .fa-expand:before {
  content: "\f065";
}
#legacy .fa-compress:before {
  content: "\f066";
}
#legacy .fa-plus:before {
  content: "\f067";
}
#legacy .fa-minus:before {
  content: "\f068";
}
#legacy .fa-asterisk:before {
  content: "\f069";
}
#legacy .fa-exclamation-circle:before {
  content: "\f06a";
}
#legacy .fa-gift:before {
  content: "\f06b";
}
#legacy .fa-leaf:before {
  content: "\f06c";
}
#legacy .fa-fire:before {
  content: "\f06d";
}
#legacy .fa-eye:before {
  content: "\f06e";
}
#legacy .fa-eye-slash:before {
  content: "\f070";
}
#legacy .fa-exclamation-triangle:before,
#legacy .fa-warning:before {
  content: "\f071";
}
#legacy .fa-plane:before {
  content: "\f072";
}
#legacy .fa-calendar:before {
  content: "\f073";
}
#legacy .fa-random:before {
  content: "\f074";
}
#legacy .fa-comment:before {
  content: "\f075";
}
#legacy .fa-magnet:before {
  content: "\f076";
}
#legacy .fa-chevron-up:before {
  content: "\f077";
}
#legacy .fa-chevron-down:before {
  content: "\f078";
}
#legacy .fa-retweet:before {
  content: "\f079";
}
#legacy .fa-shopping-cart:before {
  content: "\f07a";
}
#legacy .fa-folder:before {
  content: "\f07b";
}
#legacy .fa-folder-open:before {
  content: "\f07c";
}
#legacy .fa-arrows-v:before {
  content: "\f07d";
}
#legacy .fa-arrows-h:before {
  content: "\f07e";
}
#legacy .fa-bar-chart-o:before {
  content: "\f080";
}
#legacy .fa-twitter-square:before {
  content: "\f081";
}
#legacy .fa-facebook-square:before {
  content: "\f082";
}
#legacy .fa-camera-retro:before {
  content: "\f083";
}
#legacy .fa-key:before {
  content: "\f084";
}
#legacy .fa-cogs:before,
#legacy .fa-gears:before {
  content: "\f085";
}
#legacy .fa-comments:before {
  content: "\f086";
}
#legacy .fa-thumbs-o-up:before {
  content: "\f087";
}
#legacy .fa-thumbs-o-down:before {
  content: "\f088";
}
#legacy .fa-star-half:before {
  content: "\f089";
}
#legacy .fa-heart-o:before {
  content: "\f08a";
}
#legacy .fa-sign-out:before {
  content: "\f08b";
}
#legacy .fa-linkedin-square:before {
  content: "\f08c";
}
#legacy .fa-thumb-tack:before {
  content: "\f08d";
}
#legacy .fa-external-link:before {
  content: "\f08e";
}
#legacy .fa-sign-in:before {
  content: "\f090";
}
#legacy .fa-trophy:before {
  content: "\f091";
}
#legacy .fa-github-square:before {
  content: "\f092";
}
#legacy .fa-upload:before {
  content: "\f093";
}
#legacy .fa-lemon-o:before {
  content: "\f094";
}
#legacy .fa-phone:before {
  content: "\f095";
}
#legacy .fa-square-o:before {
  content: "\f096";
}
#legacy .fa-bookmark-o:before {
  content: "\f097";
}
#legacy .fa-phone-square:before {
  content: "\f098";
}
#legacy .fa-twitter:before {
  content: "\f099";
}
#legacy .fa-facebook:before {
  content: "\f09a";
}
#legacy .fa-github:before {
  content: "\f09b";
}
#legacy .fa-unlock:before {
  content: "\f09c";
}
#legacy .fa-credit-card:before {
  content: "\f09d";
}
#legacy .fa-rss:before {
  content: "\f09e";
}
#legacy .fa-hdd-o:before {
  content: "\f0a0";
}
#legacy .fa-bullhorn:before {
  content: "\f0a1";
}
#legacy .fa-bell:before {
  content: "\f0f3";
}
#legacy .fa-certificate:before {
  content: "\f0a3";
}
#legacy .fa-hand-o-right:before {
  content: "\f0a4";
}
#legacy .fa-hand-o-left:before {
  content: "\f0a5";
}
#legacy .fa-hand-o-up:before {
  content: "\f0a6";
}
#legacy .fa-hand-o-down:before {
  content: "\f0a7";
}
#legacy .fa-arrow-circle-left:before {
  content: "\f0a8";
}
#legacy .fa-arrow-circle-right:before {
  content: "\f0a9";
}
#legacy .fa-arrow-circle-up:before {
  content: "\f0aa";
}
#legacy .fa-arrow-circle-down:before {
  content: "\f0ab";
}
#legacy .fa-globe:before {
  content: "\f0ac";
}
#legacy .fa-wrench:before {
  content: "\f0ad";
}
#legacy .fa-tasks:before {
  content: "\f0ae";
}
#legacy .fa-filter:before {
  content: "\f0b0";
}
#legacy .fa-briefcase:before {
  content: "\f0b1";
}
#legacy .fa-arrows-alt:before {
  content: "\f0b2";
}
#legacy .fa-group:before,
#legacy .fa-users:before {
  content: "\f0c0";
}
#legacy .fa-chain:before,
#legacy .fa-link:before {
  content: "\f0c1";
}
#legacy .fa-cloud:before {
  content: "\f0c2";
}
#legacy .fa-flask:before {
  content: "\f0c3";
}
#legacy .fa-cut:before,
#legacy .fa-scissors:before {
  content: "\f0c4";
}
#legacy .fa-copy:before,
#legacy .fa-files-o:before {
  content: "\f0c5";
}
#legacy .fa-paperclip:before {
  content: "\f0c6";
}
#legacy .fa-floppy-o:before,
#legacy .fa-save:before {
  content: "\f0c7";
}
#legacy .fa-square:before {
  content: "\f0c8";
}
#legacy .fa-bars:before,
#legacy .fa-navicon:before,
#legacy .fa-reorder:before {
  content: "\f0c9";
}
#legacy .fa-list-ul:before {
  content: "\f0ca";
}
#legacy .fa-list-ol:before {
  content: "\f0cb";
}
#legacy .fa-strikethrough:before {
  content: "\f0cc";
}
#legacy .fa-underline:before {
  content: "\f0cd";
}
#legacy .fa-table:before {
  content: "\f0ce";
}
#legacy .fa-magic:before {
  content: "\f0d0";
}
#legacy .fa-truck:before {
  content: "\f0d1";
}
#legacy .fa-pinterest:before {
  content: "\f0d2";
}
#legacy .fa-pinterest-square:before {
  content: "\f0d3";
}
#legacy .fa-google-plus-square:before {
  content: "\f0d4";
}
#legacy .fa-google-plus:before {
  content: "\f0d5";
}
#legacy .fa-money:before {
  content: "\f0d6";
}
#legacy .fa-caret-down:before {
  content: "\f0d7";
}
#legacy .fa-caret-up:before {
  content: "\f0d8";
}
#legacy .fa-caret-left:before {
  content: "\f0d9";
}
#legacy .fa-caret-right:before {
  content: "\f0da";
}
#legacy .fa-columns:before {
  content: "\f0db";
}
#legacy .fa-sort:before,
#legacy .fa-unsorted:before {
  content: "\f0dc";
}
#legacy .fa-sort-desc:before,
#legacy .fa-sort-down:before {
  content: "\f0dd";
}
#legacy .fa-sort-asc:before,
#legacy .fa-sort-up:before {
  content: "\f0de";
}
#legacy .fa-envelope:before {
  content: "\f0e0";
}
#legacy .fa-linkedin:before {
  content: "\f0e1";
}
#legacy .fa-rotate-left:before,
#legacy .fa-undo:before {
  content: "\f0e2";
}
#legacy .fa-gavel:before,
#legacy .fa-legal:before {
  content: "\f0e3";
}
#legacy .fa-dashboard:before,
#legacy .fa-tachometer:before {
  content: "\f0e4";
}
#legacy .fa-comment-o:before {
  content: "\f0e5";
}
#legacy .fa-comments-o:before {
  content: "\f0e6";
}
#legacy .fa-bolt:before,
#legacy .fa-flash:before {
  content: "\f0e7";
}
#legacy .fa-sitemap:before {
  content: "\f0e8";
}
#legacy .fa-umbrella:before {
  content: "\f0e9";
}
#legacy .fa-clipboard:before,
#legacy .fa-paste:before {
  content: "\f0ea";
}
#legacy .fa-lightbulb-o:before {
  content: "\f0eb";
}
#legacy .fa-exchange:before {
  content: "\f0ec";
}
#legacy .fa-cloud-download:before {
  content: "\f0ed";
}
#legacy .fa-cloud-upload:before {
  content: "\f0ee";
}
#legacy .fa-user-md:before {
  content: "\f0f0";
}
#legacy .fa-stethoscope:before {
  content: "\f0f1";
}
#legacy .fa-suitcase:before {
  content: "\f0f2";
}
#legacy .fa-bell-o:before {
  content: "\f0a2";
}
#legacy .fa-coffee:before {
  content: "\f0f4";
}
#legacy .fa-cutlery:before {
  content: "\f0f5";
}
#legacy .fa-file-text-o:before {
  content: "\f0f6";
}
#legacy .fa-building-o:before {
  content: "\f0f7";
}
#legacy .fa-hospital-o:before {
  content: "\f0f8";
}
#legacy .fa-ambulance:before {
  content: "\f0f9";
}
#legacy .fa-medkit:before {
  content: "\f0fa";
}
#legacy .fa-fighter-jet:before {
  content: "\f0fb";
}
#legacy .fa-beer:before {
  content: "\f0fc";
}
#legacy .fa-h-square:before {
  content: "\f0fd";
}
#legacy .fa-plus-square:before {
  content: "\f0fe";
}
#legacy .fa-angle-double-left:before {
  content: "\f100";
}
#legacy .fa-angle-double-right:before {
  content: "\f101";
}
#legacy .fa-angle-double-up:before {
  content: "\f102";
}
#legacy .fa-angle-double-down:before {
  content: "\f103";
}
#legacy .fa-angle-left:before {
  content: "\f104";
}
#legacy .fa-angle-right:before {
  content: "\f105";
}
#legacy .fa-angle-up:before {
  content: "\f106";
}
#legacy .fa-angle-down:before {
  content: "\f107";
}
#legacy .fa-desktop:before {
  content: "\f108";
}
#legacy .fa-laptop:before {
  content: "\f109";
}
#legacy .fa-tablet:before {
  content: "\f10a";
}
#legacy .fa-mobile-phone:before,
#legacy .fa-mobile:before {
  content: "\f10b";
}
#legacy .fa-circle-o:before {
  content: "\f10c";
}
#legacy .fa-quote-left:before {
  content: "\f10d";
}
#legacy .fa-quote-right:before {
  content: "\f10e";
}
#legacy .fa-spinner:before {
  content: "\f110";
}
#legacy .fa-circle:before {
  content: "\f111";
}
#legacy .fa-mail-reply:before,
#legacy .fa-reply:before {
  content: "\f112";
}
#legacy .fa-github-alt:before {
  content: "\f113";
}
#legacy .fa-folder-o:before {
  content: "\f114";
}
#legacy .fa-folder-open-o:before {
  content: "\f115";
}
#legacy .fa-smile-o:before {
  content: "\f118";
}
#legacy .fa-frown-o:before {
  content: "\f119";
}
#legacy .fa-meh-o:before {
  content: "\f11a";
}
#legacy .fa-gamepad:before {
  content: "\f11b";
}
#legacy .fa-keyboard-o:before {
  content: "\f11c";
}
#legacy .fa-flag-o:before {
  content: "\f11d";
}
#legacy .fa-flag-checkered:before {
  content: "\f11e";
}
#legacy .fa-terminal:before {
  content: "\f120";
}
#legacy .fa-code:before {
  content: "\f121";
}
#legacy .fa-mail-reply-all:before,
#legacy .fa-reply-all:before {
  content: "\f122";
}
#legacy .fa-star-half-empty:before,
#legacy .fa-star-half-full:before,
#legacy .fa-star-half-o:before {
  content: "\f123";
}
#legacy .fa-location-arrow:before {
  content: "\f124";
}
#legacy .fa-crop:before {
  content: "\f125";
}
#legacy .fa-code-fork:before {
  content: "\f126";
}
#legacy .fa-chain-broken:before,
#legacy .fa-unlink:before {
  content: "\f127";
}
#legacy .fa-question:before {
  content: "\f128";
}
#legacy .fa-info:before {
  content: "\f129";
}
#legacy .fa-exclamation:before {
  content: "\f12a";
}
#legacy .fa-superscript:before {
  content: "\f12b";
}
#legacy .fa-subscript:before {
  content: "\f12c";
}
#legacy .fa-eraser:before {
  content: "\f12d";
}
#legacy .fa-puzzle-piece:before {
  content: "\f12e";
}
#legacy .fa-microphone:before {
  content: "\f130";
}
#legacy .fa-microphone-slash:before {
  content: "\f131";
}
#legacy .fa-shield:before {
  content: "\f132";
}
#legacy .fa-calendar-o:before {
  content: "\f133";
}
#legacy .fa-fire-extinguisher:before {
  content: "\f134";
}
#legacy .fa-rocket:before {
  content: "\f135";
}
#legacy .fa-maxcdn:before {
  content: "\f136";
}
#legacy .fa-chevron-circle-left:before {
  content: "\f137";
}
#legacy .fa-chevron-circle-right:before {
  content: "\f138";
}
#legacy .fa-chevron-circle-up:before {
  content: "\f139";
}
#legacy .fa-chevron-circle-down:before {
  content: "\f13a";
}
#legacy .fa-html5:before {
  content: "\f13b";
}
#legacy .fa-css3:before {
  content: "\f13c";
}
#legacy .fa-anchor:before {
  content: "\f13d";
}
#legacy .fa-unlock-alt:before {
  content: "\f13e";
}
#legacy .fa-bullseye:before {
  content: "\f140";
}
#legacy .fa-ellipsis-h:before {
  content: "\f141";
}
#legacy .fa-ellipsis-v:before {
  content: "\f142";
}
#legacy .fa-rss-square:before {
  content: "\f143";
}
#legacy .fa-play-circle:before {
  content: "\f144";
}
#legacy .fa-ticket:before {
  content: "\f145";
}
#legacy .fa-minus-square:before {
  content: "\f146";
}
#legacy .fa-minus-square-o:before {
  content: "\f147";
}
#legacy .fa-level-up:before {
  content: "\f148";
}
#legacy .fa-level-down:before {
  content: "\f149";
}
#legacy .fa-check-square:before {
  content: "\f14a";
}
#legacy .fa-pencil-square:before {
  content: "\f14b";
}
#legacy .fa-external-link-square:before {
  content: "\f14c";
}
#legacy .fa-share-square:before {
  content: "\f14d";
}
#legacy .fa-compass:before {
  content: "\f14e";
}
#legacy .fa-caret-square-o-down:before,
#legacy .fa-toggle-down:before {
  content: "\f150";
}
#legacy .fa-caret-square-o-up:before,
#legacy .fa-toggle-up:before {
  content: "\f151";
}
#legacy .fa-caret-square-o-right:before,
#legacy .fa-toggle-right:before {
  content: "\f152";
}
#legacy .fa-eur:before,
#legacy .fa-euro:before {
  content: "\f153";
}
#legacy .fa-gbp:before {
  content: "\f154";
}
#legacy .fa-dollar:before,
#legacy .fa-usd:before {
  content: "\f155";
}
#legacy .fa-inr:before,
#legacy .fa-rupee:before {
  content: "\f156";
}
#legacy .fa-cny:before,
#legacy .fa-jpy:before,
#legacy .fa-rmb:before,
#legacy .fa-yen:before {
  content: "\f157";
}
#legacy .fa-rouble:before,
#legacy .fa-rub:before,
#legacy .fa-ruble:before {
  content: "\f158";
}
#legacy .fa-krw:before,
#legacy .fa-won:before {
  content: "\f159";
}
#legacy .fa-bitcoin:before,
#legacy .fa-btc:before {
  content: "\f15a";
}
#legacy .fa-file:before {
  content: "\f15b";
}
#legacy .fa-file-text:before {
  content: "\f15c";
}
#legacy .fa-sort-alpha-asc:before {
  content: "\f15d";
}
#legacy .fa-sort-alpha-desc:before {
  content: "\f15e";
}
#legacy .fa-sort-amount-asc:before {
  content: "\f160";
}
#legacy .fa-sort-amount-desc:before {
  content: "\f161";
}
#legacy .fa-sort-numeric-asc:before {
  content: "\f162";
}
#legacy .fa-sort-numeric-desc:before {
  content: "\f163";
}
#legacy .fa-thumbs-up:before {
  content: "\f164";
}
#legacy .fa-thumbs-down:before {
  content: "\f165";
}
#legacy .fa-youtube-square:before {
  content: "\f166";
}
#legacy .fa-youtube:before {
  content: "\f167";
}
#legacy .fa-xing:before {
  content: "\f168";
}
#legacy .fa-xing-square:before {
  content: "\f169";
}
#legacy .fa-youtube-play:before {
  content: "\f16a";
}
#legacy .fa-dropbox:before {
  content: "\f16b";
}
#legacy .fa-stack-overflow:before {
  content: "\f16c";
}
#legacy .fa-instagram:before {
  content: "\f16d";
}
#legacy .fa-flickr:before {
  content: "\f16e";
}
#legacy .fa-adn:before {
  content: "\f170";
}
#legacy .fa-bitbucket:before {
  content: "\f171";
}
#legacy .fa-bitbucket-square:before {
  content: "\f172";
}
#legacy .fa-tumblr:before {
  content: "\f173";
}
#legacy .fa-tumblr-square:before {
  content: "\f174";
}
#legacy .fa-long-arrow-down:before {
  content: "\f175";
}
#legacy .fa-long-arrow-up:before {
  content: "\f176";
}
#legacy .fa-long-arrow-left:before {
  content: "\f177";
}
#legacy .fa-long-arrow-right:before {
  content: "\f178";
}
#legacy .fa-apple:before {
  content: "\f179";
}
#legacy .fa-windows:before {
  content: "\f17a";
}
#legacy .fa-android:before {
  content: "\f17b";
}
#legacy .fa-linux:before {
  content: "\f17c";
}
#legacy .fa-dribbble:before {
  content: "\f17d";
}
#legacy .fa-skype:before {
  content: "\f17e";
}
#legacy .fa-foursquare:before {
  content: "\f180";
}
#legacy .fa-trello:before {
  content: "\f181";
}
#legacy .fa-female:before {
  content: "\f182";
}
#legacy .fa-male:before {
  content: "\f183";
}
#legacy .fa-gittip:before {
  content: "\f184";
}
#legacy .fa-sun-o:before {
  content: "\f185";
}
#legacy .fa-moon-o:before {
  content: "\f186";
}
#legacy .fa-archive:before {
  content: "\f187";
}
#legacy .fa-bug:before {
  content: "\f188";
}
#legacy .fa-vk:before {
  content: "\f189";
}
#legacy .fa-weibo:before {
  content: "\f18a";
}
#legacy .fa-renren:before {
  content: "\f18b";
}
#legacy .fa-pagelines:before {
  content: "\f18c";
}
#legacy .fa-stack-exchange:before {
  content: "\f18d";
}
#legacy .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
#legacy .fa-arrow-circle-o-left:before {
  content: "\f190";
}
#legacy .fa-caret-square-o-left:before,
#legacy .fa-toggle-left:before {
  content: "\f191";
}
#legacy .fa-dot-circle-o:before {
  content: "\f192";
}
#legacy .fa-wheelchair:before {
  content: "\f193";
}
#legacy .fa-vimeo-square:before {
  content: "\f194";
}
#legacy .fa-try:before,
#legacy .fa-turkish-lira:before {
  content: "\f195";
}
#legacy .fa-plus-square-o:before {
  content: "\f196";
}
#legacy .fa-space-shuttle:before {
  content: "\f197";
}
#legacy .fa-slack:before {
  content: "\f198";
}
#legacy .fa-envelope-square:before {
  content: "\f199";
}
#legacy .fa-wordpress:before {
  content: "\f19a";
}
#legacy .fa-openid:before {
  content: "\f19b";
}
#legacy .fa-bank:before,
#legacy .fa-institution:before,
#legacy .fa-university:before {
  content: "\f19c";
}
#legacy .fa-graduation-cap:before,
#legacy .fa-mortar-board:before {
  content: "\f19d";
}
#legacy .fa-yahoo:before {
  content: "\f19e";
}
#legacy .fa-google:before {
  content: "\f1a0";
}
#legacy .fa-reddit:before {
  content: "\f1a1";
}
#legacy .fa-reddit-square:before {
  content: "\f1a2";
}
#legacy .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
#legacy .fa-stumbleupon:before {
  content: "\f1a4";
}
#legacy .fa-delicious:before {
  content: "\f1a5";
}
#legacy .fa-digg:before {
  content: "\f1a6";
}
#legacy .fa-pied-piper-square:before,
#legacy .fa-pied-piper:before {
  content: "\f1a7";
}
#legacy .fa-pied-piper-alt:before {
  content: "\f1a8";
}
#legacy .fa-drupal:before {
  content: "\f1a9";
}
#legacy .fa-joomla:before {
  content: "\f1aa";
}
#legacy .fa-language:before {
  content: "\f1ab";
}
#legacy .fa-fax:before {
  content: "\f1ac";
}
#legacy .fa-building:before {
  content: "\f1ad";
}
#legacy .fa-child:before {
  content: "\f1ae";
}
#legacy .fa-paw:before {
  content: "\f1b0";
}
#legacy .fa-spoon:before {
  content: "\f1b1";
}
#legacy .fa-cube:before {
  content: "\f1b2";
}
#legacy .fa-cubes:before {
  content: "\f1b3";
}
#legacy .fa-behance:before {
  content: "\f1b4";
}
#legacy .fa-behance-square:before {
  content: "\f1b5";
}
#legacy .fa-steam:before {
  content: "\f1b6";
}
#legacy .fa-steam-square:before {
  content: "\f1b7";
}
#legacy .fa-recycle:before {
  content: "\f1b8";
}
#legacy .fa-automobile:before,
#legacy .fa-car:before {
  content: "\f1b9";
}
#legacy .fa-cab:before,
#legacy .fa-taxi:before {
  content: "\f1ba";
}
#legacy .fa-tree:before {
  content: "\f1bb";
}
#legacy .fa-spotify:before {
  content: "\f1bc";
}
#legacy .fa-deviantart:before {
  content: "\f1bd";
}
#legacy .fa-soundcloud:before {
  content: "\f1be";
}
#legacy .fa-database:before {
  content: "\f1c0";
}
#legacy .fa-file-pdf-o:before {
  content: "\f1c1";
}
#legacy .fa-file-word-o:before {
  content: "\f1c2";
}
#legacy .fa-file-excel-o:before {
  content: "\f1c3";
}
#legacy .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
#legacy .fa-file-image-o:before,
#legacy .fa-file-photo-o:before,
#legacy .fa-file-picture-o:before {
  content: "\f1c5";
}
#legacy .fa-file-archive-o:before,
#legacy .fa-file-zip-o:before {
  content: "\f1c6";
}
#legacy .fa-file-audio-o:before,
#legacy .fa-file-sound-o:before {
  content: "\f1c7";
}
#legacy .fa-file-movie-o:before,
#legacy .fa-file-video-o:before {
  content: "\f1c8";
}
#legacy .fa-file-code-o:before {
  content: "\f1c9";
}
#legacy .fa-vine:before {
  content: "\f1ca";
}
#legacy .fa-codepen:before {
  content: "\f1cb";
}
#legacy .fa-jsfiddle:before {
  content: "\f1cc";
}
#legacy .fa-life-bouy:before,
#legacy .fa-life-ring:before,
#legacy .fa-life-saver:before,
#legacy .fa-support:before {
  content: "\f1cd";
}
#legacy .fa-circle-o-notch:before {
  content: "\f1ce";
}
#legacy .fa-ra:before,
#legacy .fa-rebel:before {
  content: "\f1d0";
}
#legacy .fa-empire:before,
#legacy .fa-ge:before {
  content: "\f1d1";
}
#legacy .fa-git-square:before {
  content: "\f1d2";
}
#legacy .fa-git:before {
  content: "\f1d3";
}
#legacy .fa-hacker-news:before {
  content: "\f1d4";
}
#legacy .fa-tencent-weibo:before {
  content: "\f1d5";
}
#legacy .fa-qq:before {
  content: "\f1d6";
}
#legacy .fa-wechat:before,
#legacy .fa-weixin:before {
  content: "\f1d7";
}
#legacy .fa-paper-plane:before,
#legacy .fa-send:before {
  content: "\f1d8";
}
#legacy .fa-paper-plane-o:before,
#legacy .fa-send-o:before {
  content: "\f1d9";
}
#legacy .fa-history:before {
  content: "\f1da";
}
#legacy .fa-circle-thin:before {
  content: "\f1db";
}
#legacy .fa-header:before {
  content: "\f1dc";
}
#legacy .fa-paragraph:before {
  content: "\f1dd";
}
#legacy .fa-sliders:before {
  content: "\f1de";
}
#legacy .fa-share-alt:before {
  content: "\f1e0";
}
#legacy .fa-share-alt-square:before {
  content: "\f1e1";
}
#legacy .fa-bomb:before {
  content: "\f1e2";
}
#legacy html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
#legacy body {
  margin: 0;
}
#legacy article,
#legacy aside,
#legacy details,
#legacy figcaption,
#legacy figure,
#legacy footer,
#legacy header,
#legacy hgroup,
#legacy main,
#legacy nav,
#legacy section,
#legacy summary {
  display: block;
}
#legacy audio,
#legacy canvas,
#legacy progress,
#legacy video {
  display: inline-block;
  vertical-align: baseline;
}
#legacy audio:not([controls]) {
  display: none;
  height: 0;
}
#legacy [hidden],
#legacy template {
  display: none;
}
#legacy a {
  background: 0 0;
}
#legacy a:active,
#legacy a:hover {
  outline: 0;
}
#legacy abbr[title] {
  border-bottom: 1px dotted;
}
#legacy b,
#legacy strong {
  font-weight: 700;
}
#legacy dfn {
  font-style: italic;
}
#legacy h1 {
  margin: .67em 0;
  font-size: 2em;
}
#legacy mark {
  color: #000;
  background: #ff0;
}
#legacy small {
  font-size: 80%;
}
#legacy sub,
#legacy sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
#legacy sup {
  top: -0.5em;
}
#legacy sub {
  bottom: -0.25em;
}
#legacy img {
  border: 0;
}
#legacy svg:not(:root) {
  overflow: hidden;
}
#legacy figure {
  margin: 1em 40px;
}
#legacy hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#legacy pre {
  overflow: auto;
}
#legacy code,
#legacy kbd,
#legacy pre,
#legacy samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
#legacy button,
#legacy input,
#legacy optgroup,
#legacy select,
#legacy textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
#legacy button {
  overflow: visible;
}
#legacy button,
#legacy select {
  text-transform: none;
}
#legacy button,
#legacy html input[type=button],
#legacy input[type=reset],
#legacy input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
#legacy button[disabled],
#legacy html input[disabled] {
  cursor: default;
}
#legacy button::-moz-focus-inner,
#legacy input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#legacy input {
  line-height: normal;
}
#legacy input[type=checkbox],
#legacy input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
#legacy input[type=number]::-webkit-inner-spin-button,
#legacy input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
#legacy input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
#legacy input[type=search]::-webkit-search-cancel-button,
#legacy input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#legacy fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}
#legacy legend {
  padding: 0;
  border: 0;
}
#legacy textarea {
  overflow: auto;
}
#legacy optgroup {
  font-weight: 700;
}
#legacy table {
  border-spacing: 0;
  border-collapse: collapse;
}
#legacy td,
#legacy th {
  padding: 0;
}
@media print {
  #legacy * {
    color: #000!important;
    text-shadow: none!important;
    background: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none !important;
  }
  #legacy a,
  #legacy a:visited {
    text-decoration: underline;
  }
  #legacy a[href]:after {
    content: " (" attr(href) ")";
  }
  #legacy abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #legacy a[href^="#"]:after,
  #legacy a[href^="javascript:"]:after {
    content: "";
  }
  #legacy blockquote,
  #legacy pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  #legacy thead {
    display: table-header-group;
  }
  #legacy img,
  #legacy tr {
    page-break-inside: avoid;
  }
  #legacy img {
    max-width: 100% !important;
  }
  #legacy h2,
  #legacy h3,
  #legacy p {
    orphans: 3;
    widows: 3;
  }
  #legacy h2,
  #legacy h3 {
    page-break-after: avoid;
  }
  #legacy select {
    background: #fff !important;
  }
  #legacy .navbar {
    display: none;
  }
  #legacy .table td,
  #legacy .table th {
    background-color: #fff !important;
  }
  #legacy .btn > .caret,
  #legacy .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  #legacy .label {
    border: 1px solid #000;
  }
  #legacy .table {
    border-collapse: collapse !important;
  }
  #legacy .table-bordered td,
  #legacy .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
#legacy .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#legacy .glyphicon-asterisk:before {
  content: "\2a";
}
#legacy .glyphicon-plus:before {
  content: "\2b";
}
#legacy .glyphicon-euro:before {
  content: "\20ac";
}
#legacy .glyphicon-minus:before {
  content: "\2212";
}
#legacy .glyphicon-cloud:before {
  content: "\2601";
}
#legacy .glyphicon-envelope:before {
  content: "\2709";
}
#legacy .glyphicon-pencil:before {
  content: "\270f";
}
#legacy .glyphicon-glass:before {
  content: "\e001";
}
#legacy .glyphicon-music:before {
  content: "\e002";
}
#legacy .glyphicon-search:before {
  content: "\e003";
}
#legacy .glyphicon-heart:before {
  content: "\e005";
}
#legacy .glyphicon-star:before {
  content: "\e006";
}
#legacy .glyphicon-star-empty:before {
  content: "\e007";
}
#legacy .glyphicon-user:before {
  content: "\e008";
}
#legacy .glyphicon-film:before {
  content: "\e009";
}
#legacy .glyphicon-th-large:before {
  content: "\e010";
}
#legacy .glyphicon-th:before {
  content: "\e011";
}
#legacy .glyphicon-th-list:before {
  content: "\e012";
}
#legacy .glyphicon-ok:before {
  content: "\e013";
}
#legacy .glyphicon-remove:before {
  content: "\e014";
}
#legacy .glyphicon-zoom-in:before {
  content: "\e015";
}
#legacy .glyphicon-zoom-out:before {
  content: "\e016";
}
#legacy .glyphicon-off:before {
  content: "\e017";
}
#legacy .glyphicon-signal:before {
  content: "\e018";
}
#legacy .glyphicon-cog:before {
  content: "\e019";
}
#legacy .glyphicon-trash:before {
  content: "\e020";
}
#legacy .glyphicon-home:before {
  content: "\e021";
}
#legacy .glyphicon-file:before {
  content: "\e022";
}
#legacy .glyphicon-time:before {
  content: "\e023";
}
#legacy .glyphicon-road:before {
  content: "\e024";
}
#legacy .glyphicon-download-alt:before {
  content: "\e025";
}
#legacy .glyphicon-download:before {
  content: "\e026";
}
#legacy .glyphicon-upload:before {
  content: "\e027";
}
#legacy .glyphicon-inbox:before {
  content: "\e028";
}
#legacy .glyphicon-play-circle:before {
  content: "\e029";
}
#legacy .glyphicon-repeat:before {
  content: "\e030";
}
#legacy .glyphicon-refresh:before {
  content: "\e031";
}
#legacy .glyphicon-list-alt:before {
  content: "\e032";
}
#legacy .glyphicon-lock:before {
  content: "\e033";
}
#legacy .glyphicon-flag:before {
  content: "\e034";
}
#legacy .glyphicon-headphones:before {
  content: "\e035";
}
#legacy .glyphicon-volume-off:before {
  content: "\e036";
}
#legacy .glyphicon-volume-down:before {
  content: "\e037";
}
#legacy .glyphicon-volume-up:before {
  content: "\e038";
}
#legacy .glyphicon-qrcode:before {
  content: "\e039";
}
#legacy .glyphicon-barcode:before {
  content: "\e040";
}
#legacy .glyphicon-tag:before {
  content: "\e041";
}
#legacy .glyphicon-tags:before {
  content: "\e042";
}
#legacy .glyphicon-book:before {
  content: "\e043";
}
#legacy .glyphicon-bookmark:before {
  content: "\e044";
}
#legacy .glyphicon-print:before {
  content: "\e045";
}
#legacy .glyphicon-camera:before {
  content: "\e046";
}
#legacy .glyphicon-font:before {
  content: "\e047";
}
#legacy .glyphicon-bold:before {
  content: "\e048";
}
#legacy .glyphicon-italic:before {
  content: "\e049";
}
#legacy .glyphicon-text-height:before {
  content: "\e050";
}
#legacy .glyphicon-text-width:before {
  content: "\e051";
}
#legacy .glyphicon-align-left:before {
  content: "\e052";
}
#legacy .glyphicon-align-center:before {
  content: "\e053";
}
#legacy .glyphicon-align-right:before {
  content: "\e054";
}
#legacy .glyphicon-align-justify:before {
  content: "\e055";
}
#legacy .glyphicon-list:before {
  content: "\e056";
}
#legacy .glyphicon-indent-left:before {
  content: "\e057";
}
#legacy .glyphicon-indent-right:before {
  content: "\e058";
}
#legacy .glyphicon-facetime-video:before {
  content: "\e059";
}
#legacy .glyphicon-picture:before {
  content: "\e060";
}
#legacy .glyphicon-map-marker:before {
  content: "\e062";
}
#legacy .glyphicon-adjust:before {
  content: "\e063";
}
#legacy .glyphicon-tint:before {
  content: "\e064";
}
#legacy .glyphicon-edit:before {
  content: "\e065";
}
#legacy .glyphicon-share:before {
  content: "\e066";
}
#legacy .glyphicon-check:before {
  content: "\e067";
}
#legacy .glyphicon-move:before {
  content: "\e068";
}
#legacy .glyphicon-step-backward:before {
  content: "\e069";
}
#legacy .glyphicon-fast-backward:before {
  content: "\e070";
}
#legacy .glyphicon-backward:before {
  content: "\e071";
}
#legacy .glyphicon-play:before {
  content: "\e072";
}
#legacy .glyphicon-pause:before {
  content: "\e073";
}
#legacy .glyphicon-stop:before {
  content: "\e074";
}
#legacy .glyphicon-forward:before {
  content: "\e075";
}
#legacy .glyphicon-fast-forward:before {
  content: "\e076";
}
#legacy .glyphicon-step-forward:before {
  content: "\e077";
}
#legacy .glyphicon-eject:before {
  content: "\e078";
}
#legacy .glyphicon-chevron-left:before {
  content: "\e079";
}
#legacy .glyphicon-chevron-right:before {
  content: "\e080";
}
#legacy .glyphicon-plus-sign:before {
  content: "\e081";
}
#legacy .glyphicon-minus-sign:before {
  content: "\e082";
}
#legacy .glyphicon-remove-sign:before {
  content: "\e083";
}
#legacy .glyphicon-ok-sign:before {
  content: "\e084";
}
#legacy .glyphicon-question-sign:before {
  content: "\e085";
}
#legacy .glyphicon-info-sign:before {
  content: "\e086";
}
#legacy .glyphicon-screenshot:before {
  content: "\e087";
}
#legacy .glyphicon-remove-circle:before {
  content: "\e088";
}
#legacy .glyphicon-ok-circle:before {
  content: "\e089";
}
#legacy .glyphicon-ban-circle:before {
  content: "\e090";
}
#legacy .glyphicon-arrow-left:before {
  content: "\e091";
}
#legacy .glyphicon-arrow-right:before {
  content: "\e092";
}
#legacy .glyphicon-arrow-up:before {
  content: "\e093";
}
#legacy .glyphicon-arrow-down:before {
  content: "\e094";
}
#legacy .glyphicon-share-alt:before {
  content: "\e095";
}
#legacy .glyphicon-resize-full:before {
  content: "\e096";
}
#legacy .glyphicon-resize-small:before {
  content: "\e097";
}
#legacy .glyphicon-exclamation-sign:before {
  content: "\e101";
}
#legacy .glyphicon-gift:before {
  content: "\e102";
}
#legacy .glyphicon-leaf:before {
  content: "\e103";
}
#legacy .glyphicon-fire:before {
  content: "\e104";
}
#legacy .glyphicon-eye-open:before {
  content: "\e105";
}
#legacy .glyphicon-eye-close:before {
  content: "\e106";
}
#legacy .glyphicon-warning-sign:before {
  content: "\e107";
}
#legacy .glyphicon-plane:before {
  content: "\e108";
}
#legacy .glyphicon-calendar:before {
  content: "\e109";
}
#legacy .glyphicon-random:before {
  content: "\e110";
}
#legacy .glyphicon-comment:before {
  content: "\e111";
}
#legacy .glyphicon-magnet:before {
  content: "\e112";
}
#legacy .glyphicon-chevron-up:before {
  content: "\e113";
}
#legacy .glyphicon-chevron-down:before {
  content: "\e114";
}
#legacy .glyphicon-retweet:before {
  content: "\e115";
}
#legacy .glyphicon-shopping-cart:before {
  content: "\e116";
}
#legacy .glyphicon-folder-close:before {
  content: "\e117";
}
#legacy .glyphicon-folder-open:before {
  content: "\e118";
}
#legacy .glyphicon-resize-vertical:before {
  content: "\e119";
}
#legacy .glyphicon-resize-horizontal:before {
  content: "\e120";
}
#legacy .glyphicon-hdd:before {
  content: "\e121";
}
#legacy .glyphicon-bullhorn:before {
  content: "\e122";
}
#legacy .glyphicon-bell:before {
  content: "\e123";
}
#legacy .glyphicon-certificate:before {
  content: "\e124";
}
#legacy .glyphicon-thumbs-up:before {
  content: "\e125";
}
#legacy .glyphicon-thumbs-down:before {
  content: "\e126";
}
#legacy .glyphicon-hand-right:before {
  content: "\e127";
}
#legacy .glyphicon-hand-left:before {
  content: "\e128";
}
#legacy .glyphicon-hand-up:before {
  content: "\e129";
}
#legacy .glyphicon-hand-down:before {
  content: "\e130";
}
#legacy .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
#legacy .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
#legacy .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
#legacy .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
#legacy .glyphicon-globe:before {
  content: "\e135";
}
#legacy .glyphicon-wrench:before {
  content: "\e136";
}
#legacy .glyphicon-tasks:before {
  content: "\e137";
}
#legacy .glyphicon-filter:before {
  content: "\e138";
}
#legacy .glyphicon-briefcase:before {
  content: "\e139";
}
#legacy .glyphicon-fullscreen:before {
  content: "\e140";
}
#legacy .glyphicon-dashboard:before {
  content: "\e141";
}
#legacy .glyphicon-paperclip:before {
  content: "\e142";
}
#legacy .glyphicon-heart-empty:before {
  content: "\e143";
}
#legacy .glyphicon-link:before {
  content: "\e144";
}
#legacy .glyphicon-phone:before {
  content: "\e145";
}
#legacy .glyphicon-pushpin:before {
  content: "\e146";
}
#legacy .glyphicon-usd:before {
  content: "\e148";
}
#legacy .glyphicon-gbp:before {
  content: "\e149";
}
#legacy .glyphicon-sort:before {
  content: "\e150";
}
#legacy .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
#legacy .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
#legacy .glyphicon-sort-by-order:before {
  content: "\e153";
}
#legacy .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
#legacy .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
#legacy .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
#legacy .glyphicon-unchecked:before {
  content: "\e157";
}
#legacy .glyphicon-expand:before {
  content: "\e158";
}
#legacy .glyphicon-collapse-down:before {
  content: "\e159";
}
#legacy .glyphicon-collapse-up:before {
  content: "\e160";
}
#legacy .glyphicon-log-in:before {
  content: "\e161";
}
#legacy .glyphicon-flash:before {
  content: "\e162";
}
#legacy .glyphicon-log-out:before {
  content: "\e163";
}
#legacy .glyphicon-new-window:before {
  content: "\e164";
}
#legacy .glyphicon-record:before {
  content: "\e165";
}
#legacy .glyphicon-save:before {
  content: "\e166";
}
#legacy .glyphicon-open:before {
  content: "\e167";
}
#legacy .glyphicon-saved:before {
  content: "\e168";
}
#legacy .glyphicon-import:before {
  content: "\e169";
}
#legacy .glyphicon-export:before {
  content: "\e170";
}
#legacy .glyphicon-send:before {
  content: "\e171";
}
#legacy .glyphicon-floppy-disk:before {
  content: "\e172";
}
#legacy .glyphicon-floppy-saved:before {
  content: "\e173";
}
#legacy .glyphicon-floppy-remove:before {
  content: "\e174";
}
#legacy .glyphicon-floppy-save:before {
  content: "\e175";
}
#legacy .glyphicon-floppy-open:before {
  content: "\e176";
}
#legacy .glyphicon-credit-card:before {
  content: "\e177";
}
#legacy .glyphicon-transfer:before {
  content: "\e178";
}
#legacy .glyphicon-cutlery:before {
  content: "\e179";
}
#legacy .glyphicon-header:before {
  content: "\e180";
}
#legacy .glyphicon-compressed:before {
  content: "\e181";
}
#legacy .glyphicon-earphone:before {
  content: "\e182";
}
#legacy .glyphicon-phone-alt:before {
  content: "\e183";
}
#legacy .glyphicon-tower:before {
  content: "\e184";
}
#legacy .glyphicon-stats:before {
  content: "\e185";
}
#legacy .glyphicon-sd-video:before {
  content: "\e186";
}
#legacy .glyphicon-hd-video:before {
  content: "\e187";
}
#legacy .glyphicon-subtitles:before {
  content: "\e188";
}
#legacy .glyphicon-sound-stereo:before {
  content: "\e189";
}
#legacy .glyphicon-sound-dolby:before {
  content: "\e190";
}
#legacy .glyphicon-sound-5-1:before {
  content: "\e191";
}
#legacy .glyphicon-sound-6-1:before {
  content: "\e192";
}
#legacy .glyphicon-sound-7-1:before {
  content: "\e193";
}
#legacy .glyphicon-copyright-mark:before {
  content: "\e194";
}
#legacy .glyphicon-registration-mark:before {
  content: "\e195";
}
#legacy .glyphicon-cloud-download:before {
  content: "\e197";
}
#legacy .glyphicon-cloud-upload:before {
  content: "\e198";
}
#legacy .glyphicon-tree-conifer:before {
  content: "\e199";
}
#legacy .glyphicon-tree-deciduous:before {
  content: "\e200";
}
#legacy * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#legacy :after,
#legacy :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#legacy html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
#legacy body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
#legacy button,
#legacy input,
#legacy select,
#legacy textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#legacy a {
  color: #428bca;
  text-decoration: none;
}
#legacy a:focus,
#legacy a:hover {
  color: #2a6496;
  text-decoration: underline;
}
#legacy a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#legacy figure {
  margin: 0;
}
#legacy img {
  vertical-align: middle;
}
#legacy .carousel-inner > .item > a > img,
#legacy .carousel-inner > .item > img,
#legacy .img-responsive,
#legacy .thumbnail a > img,
#legacy .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#legacy .img-rounded {
  border-radius: 6px;
}
#legacy .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#legacy .img-circle {
  border-radius: 50%;
}
#legacy hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
#legacy .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#legacy .sr-only-focusable:active,
#legacy .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
#legacy .h1,
#legacy .h2,
#legacy .h3,
#legacy .h4,
#legacy .h5,
#legacy .h6,
#legacy h1,
#legacy h2,
#legacy h3,
#legacy h4,
#legacy h5,
#legacy h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
#legacy .h1 .small,
#legacy .h1 small,
#legacy .h2 .small,
#legacy .h2 small,
#legacy .h3 .small,
#legacy .h3 small,
#legacy .h4 .small,
#legacy .h4 small,
#legacy .h5 .small,
#legacy .h5 small,
#legacy .h6 .small,
#legacy .h6 small,
#legacy h1 .small,
#legacy h1 small,
#legacy h2 .small,
#legacy h2 small,
#legacy h3 .small,
#legacy h3 small,
#legacy h4 .small,
#legacy h4 small,
#legacy h5 .small,
#legacy h5 small,
#legacy h6 .small,
#legacy h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
#legacy .h1,
#legacy .h2,
#legacy .h3,
#legacy h1,
#legacy h2,
#legacy h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#legacy .h1 .small,
#legacy .h1 small,
#legacy .h2 .small,
#legacy .h2 small,
#legacy .h3 .small,
#legacy .h3 small,
#legacy h1 .small,
#legacy h1 small,
#legacy h2 .small,
#legacy h2 small,
#legacy h3 .small,
#legacy h3 small {
  font-size: 65%;
}
#legacy .h4,
#legacy .h5,
#legacy .h6,
#legacy h4,
#legacy h5,
#legacy h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#legacy .h4 .small,
#legacy .h4 small,
#legacy .h5 .small,
#legacy .h5 small,
#legacy .h6 .small,
#legacy .h6 small,
#legacy h4 .small,
#legacy h4 small,
#legacy h5 .small,
#legacy h5 small,
#legacy h6 .small,
#legacy h6 small {
  font-size: 75%;
}
#legacy .h1,
#legacy h1 {
  font-size: 36px;
}
#legacy .h2,
#legacy h2 {
  font-size: 30px;
}
#legacy .h3,
#legacy h3 {
  font-size: 24px;
}
#legacy .h4,
#legacy h4 {
  font-size: 18px;
}
#legacy .h5,
#legacy h5 {
  font-size: 14px;
}
#legacy .h6,
#legacy h6 {
  font-size: 12px;
}
#legacy p {
  margin: 0 0 10px;
}
#legacy .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #legacy .lead {
    font-size: 21px;
  }
}
#legacy .small,
#legacy small {
  font-size: 85%;
}
#legacy cite {
  font-style: normal;
}
#legacy .mark,
#legacy mark {
  padding: .2em;
  background-color: #fcf8e3;
}
#legacy .text-left {
  text-align: left;
}
#legacy .text-right {
  text-align: right;
}
#legacy .text-center {
  text-align: center;
}
#legacy .text-justify {
  text-align: justify;
}
#legacy .text-nowrap {
  white-space: nowrap;
}
#legacy .text-lowercase {
  text-transform: lowercase;
}
#legacy .text-uppercase {
  text-transform: uppercase;
}
#legacy .text-capitalize {
  text-transform: capitalize;
}
#legacy .text-muted {
  color: #777;
}
#legacy .text-primary {
  color: #428bca;
}
#legacy a.text-primary:hover {
  color: #3071a9;
}
#legacy .text-success {
  color: #3c763d;
}
#legacy a.text-success:hover {
  color: #2b542c;
}
#legacy .text-info {
  color: #31708f;
}
#legacy a.text-info:hover {
  color: #245269;
}
#legacy .text-warning {
  color: #8a6d3b;
}
#legacy a.text-warning:hover {
  color: #66512c;
}
#legacy .text-danger {
  color: #a94442;
}
#legacy a.text-danger:hover {
  color: #843534;
}
#legacy .bg-primary {
  color: #fff;
  background-color: #428bca;
}
#legacy a.bg-primary:hover {
  background-color: #3071a9;
}
#legacy .bg-success {
  background-color: #dff0d8;
}
#legacy a.bg-success:hover {
  background-color: #c1e2b3;
}
#legacy .bg-info {
  background-color: #d9edf7;
}
#legacy a.bg-info:hover {
  background-color: #afd9ee;
}
#legacy .bg-warning {
  background-color: #fcf8e3;
}
#legacy a.bg-warning:hover {
  background-color: #f7ecb5;
}
#legacy .bg-danger {
  background-color: #f2dede;
}
#legacy a.bg-danger:hover {
  background-color: #e4b9b9;
}
#legacy .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
#legacy ol,
#legacy ul {
  margin-top: 0;
  margin-bottom: 10px;
}
#legacy ol ol,
#legacy ol ul,
#legacy ul ol,
#legacy ul ul {
  margin-bottom: 0;
}
#legacy .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#legacy .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
#legacy .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
#legacy dl {
  margin-top: 0;
  margin-bottom: 20px;
}
#legacy dd,
#legacy dt {
  line-height: 1.42857143;
}
#legacy dt {
  font-weight: 700;
}
#legacy dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  #legacy .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #legacy .dl-horizontal dd {
    margin-left: 180px;
  }
}
#legacy abbr[data-original-title],
#legacy abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
#legacy .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
#legacy blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
#legacy blockquote ol:last-child,
#legacy blockquote p:last-child,
#legacy blockquote ul:last-child {
  margin-bottom: 0;
}
#legacy blockquote .small,
#legacy blockquote footer,
#legacy blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
#legacy blockquote .small:before,
#legacy blockquote footer:before,
#legacy blockquote small:before {
  content: '\2014 \00A0';
}
#legacy .blockquote-reverse,
#legacy blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
#legacy .blockquote-reverse .small:before,
#legacy .blockquote-reverse footer:before,
#legacy .blockquote-reverse small:before,
#legacy blockquote.pull-right .small:before,
#legacy blockquote.pull-right footer:before,
#legacy blockquote.pull-right small:before {
  content: '';
}
#legacy .blockquote-reverse .small:after,
#legacy .blockquote-reverse footer:after,
#legacy .blockquote-reverse small:after,
#legacy blockquote.pull-right .small:after,
#legacy blockquote.pull-right footer:after,
#legacy blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
#legacy blockquote:after,
#legacy blockquote:before {
  content: "";
}
#legacy address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
#legacy code,
#legacy kbd,
#legacy pre,
#legacy samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
#legacy code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
#legacy kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#legacy kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#legacy pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#legacy pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
#legacy .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
#legacy .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  #legacy .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #legacy .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #legacy .container {
    width: 1170px;
  }
}
#legacy .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#legacy .row {
  margin-right: -15px;
  margin-left: -15px;
}
#legacy .col-lg-1,
#legacy .col-lg-10,
#legacy .col-lg-11,
#legacy .col-lg-12,
#legacy .col-lg-2,
#legacy .col-lg-3,
#legacy .col-lg-4,
#legacy .col-lg-5,
#legacy .col-lg-6,
#legacy .col-lg-7,
#legacy .col-lg-8,
#legacy .col-lg-9,
#legacy .col-md-1,
#legacy .col-md-10,
#legacy .col-md-11,
#legacy .col-md-12,
#legacy .col-md-2,
#legacy .col-md-3,
#legacy .col-md-4,
#legacy .col-md-5,
#legacy .col-md-6,
#legacy .col-md-7,
#legacy .col-md-8,
#legacy .col-md-9,
#legacy .col-sm-1,
#legacy .col-sm-10,
#legacy .col-sm-11,
#legacy .col-sm-12,
#legacy .col-sm-2,
#legacy .col-sm-3,
#legacy .col-sm-4,
#legacy .col-sm-5,
#legacy .col-sm-6,
#legacy .col-sm-7,
#legacy .col-sm-8,
#legacy .col-sm-9,
#legacy .col-xs-1,
#legacy .col-xs-10,
#legacy .col-xs-11,
#legacy .col-xs-12,
#legacy .col-xs-2,
#legacy .col-xs-3,
#legacy .col-xs-4,
#legacy .col-xs-5,
#legacy .col-xs-6,
#legacy .col-xs-7,
#legacy .col-xs-8,
#legacy .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#legacy .col-xs-1,
#legacy .col-xs-10,
#legacy .col-xs-11,
#legacy .col-xs-12,
#legacy .col-xs-2,
#legacy .col-xs-3,
#legacy .col-xs-4,
#legacy .col-xs-5,
#legacy .col-xs-6,
#legacy .col-xs-7,
#legacy .col-xs-8,
#legacy .col-xs-9 {
  float: left;
}
#legacy .col-xs-12 {
  width: 100%;
}
#legacy .col-xs-11 {
  width: 91.66666667%;
}
#legacy .col-xs-10 {
  width: 83.33333333%;
}
#legacy .col-xs-9 {
  width: 75%;
}
#legacy .col-xs-8 {
  width: 66.66666667%;
}
#legacy .col-xs-7 {
  width: 58.33333333%;
}
#legacy .col-xs-6 {
  width: 50%;
}
#legacy .col-xs-5 {
  width: 41.66666667%;
}
#legacy .col-xs-4 {
  width: 33.33333333%;
}
#legacy .col-xs-3 {
  width: 25%;
}
#legacy .col-xs-2 {
  width: 16.66666667%;
}
#legacy .col-xs-1 {
  width: 8.33333333%;
}
#legacy .col-xs-pull-12 {
  right: 100%;
}
#legacy .col-xs-pull-11 {
  right: 91.66666667%;
}
#legacy .col-xs-pull-10 {
  right: 83.33333333%;
}
#legacy .col-xs-pull-9 {
  right: 75%;
}
#legacy .col-xs-pull-8 {
  right: 66.66666667%;
}
#legacy .col-xs-pull-7 {
  right: 58.33333333%;
}
#legacy .col-xs-pull-6 {
  right: 50%;
}
#legacy .col-xs-pull-5 {
  right: 41.66666667%;
}
#legacy .col-xs-pull-4 {
  right: 33.33333333%;
}
#legacy .col-xs-pull-3 {
  right: 25%;
}
#legacy .col-xs-pull-2 {
  right: 16.66666667%;
}
#legacy .col-xs-pull-1 {
  right: 8.33333333%;
}
#legacy .col-xs-pull-0 {
  right: auto;
}
#legacy .col-xs-push-12 {
  left: 100%;
}
#legacy .col-xs-push-11 {
  left: 91.66666667%;
}
#legacy .col-xs-push-10 {
  left: 83.33333333%;
}
#legacy .col-xs-push-9 {
  left: 75%;
}
#legacy .col-xs-push-8 {
  left: 66.66666667%;
}
#legacy .col-xs-push-7 {
  left: 58.33333333%;
}
#legacy .col-xs-push-6 {
  left: 50%;
}
#legacy .col-xs-push-5 {
  left: 41.66666667%;
}
#legacy .col-xs-push-4 {
  left: 33.33333333%;
}
#legacy .col-xs-push-3 {
  left: 25%;
}
#legacy .col-xs-push-2 {
  left: 16.66666667%;
}
#legacy .col-xs-push-1 {
  left: 8.33333333%;
}
#legacy .col-xs-push-0 {
  left: auto;
}
#legacy .col-xs-offset-12 {
  margin-left: 100%;
}
#legacy .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
#legacy .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
#legacy .col-xs-offset-9 {
  margin-left: 75%;
}
#legacy .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
#legacy .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
#legacy .col-xs-offset-6 {
  margin-left: 50%;
}
#legacy .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
#legacy .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
#legacy .col-xs-offset-3 {
  margin-left: 25%;
}
#legacy .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
#legacy .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
#legacy .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  #legacy .col-sm-1,
  #legacy .col-sm-10,
  #legacy .col-sm-11,
  #legacy .col-sm-12,
  #legacy .col-sm-2,
  #legacy .col-sm-3,
  #legacy .col-sm-4,
  #legacy .col-sm-5,
  #legacy .col-sm-6,
  #legacy .col-sm-7,
  #legacy .col-sm-8,
  #legacy .col-sm-9 {
    float: left;
  }
  #legacy .col-sm-12 {
    width: 100%;
  }
  #legacy .col-sm-11 {
    width: 91.66666667%;
  }
  #legacy .col-sm-10 {
    width: 83.33333333%;
  }
  #legacy .col-sm-9 {
    width: 75%;
  }
  #legacy .col-sm-8 {
    width: 66.66666667%;
  }
  #legacy .col-sm-7 {
    width: 58.33333333%;
  }
  #legacy .col-sm-6 {
    width: 50%;
  }
  #legacy .col-sm-5 {
    width: 41.66666667%;
  }
  #legacy .col-sm-4 {
    width: 33.33333333%;
  }
  #legacy .col-sm-3 {
    width: 25%;
  }
  #legacy .col-sm-2 {
    width: 16.66666667%;
  }
  #legacy .col-sm-1 {
    width: 8.33333333%;
  }
  #legacy .col-sm-pull-12 {
    right: 100%;
  }
  #legacy .col-sm-pull-11 {
    right: 91.66666667%;
  }
  #legacy .col-sm-pull-10 {
    right: 83.33333333%;
  }
  #legacy .col-sm-pull-9 {
    right: 75%;
  }
  #legacy .col-sm-pull-8 {
    right: 66.66666667%;
  }
  #legacy .col-sm-pull-7 {
    right: 58.33333333%;
  }
  #legacy .col-sm-pull-6 {
    right: 50%;
  }
  #legacy .col-sm-pull-5 {
    right: 41.66666667%;
  }
  #legacy .col-sm-pull-4 {
    right: 33.33333333%;
  }
  #legacy .col-sm-pull-3 {
    right: 25%;
  }
  #legacy .col-sm-pull-2 {
    right: 16.66666667%;
  }
  #legacy .col-sm-pull-1 {
    right: 8.33333333%;
  }
  #legacy .col-sm-pull-0 {
    right: auto;
  }
  #legacy .col-sm-push-12 {
    left: 100%;
  }
  #legacy .col-sm-push-11 {
    left: 91.66666667%;
  }
  #legacy .col-sm-push-10 {
    left: 83.33333333%;
  }
  #legacy .col-sm-push-9 {
    left: 75%;
  }
  #legacy .col-sm-push-8 {
    left: 66.66666667%;
  }
  #legacy .col-sm-push-7 {
    left: 58.33333333%;
  }
  #legacy .col-sm-push-6 {
    left: 50%;
  }
  #legacy .col-sm-push-5 {
    left: 41.66666667%;
  }
  #legacy .col-sm-push-4 {
    left: 33.33333333%;
  }
  #legacy .col-sm-push-3 {
    left: 25%;
  }
  #legacy .col-sm-push-2 {
    left: 16.66666667%;
  }
  #legacy .col-sm-push-1 {
    left: 8.33333333%;
  }
  #legacy .col-sm-push-0 {
    left: auto;
  }
  #legacy .col-sm-offset-12 {
    margin-left: 100%;
  }
  #legacy .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  #legacy .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  #legacy .col-sm-offset-9 {
    margin-left: 75%;
  }
  #legacy .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  #legacy .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  #legacy .col-sm-offset-6 {
    margin-left: 50%;
  }
  #legacy .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  #legacy .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  #legacy .col-sm-offset-3 {
    margin-left: 25%;
  }
  #legacy .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  #legacy .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  #legacy .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #legacy .col-md-1,
  #legacy .col-md-10,
  #legacy .col-md-11,
  #legacy .col-md-12,
  #legacy .col-md-2,
  #legacy .col-md-3,
  #legacy .col-md-4,
  #legacy .col-md-5,
  #legacy .col-md-6,
  #legacy .col-md-7,
  #legacy .col-md-8,
  #legacy .col-md-9 {
    float: left;
  }
  #legacy .col-md-12 {
    width: 100%;
  }
  #legacy .col-md-11 {
    width: 91.66666667%;
  }
  #legacy .col-md-10 {
    width: 83.33333333%;
  }
  #legacy .col-md-9 {
    width: 75%;
  }
  #legacy .col-md-8 {
    width: 66.66666667%;
  }
  #legacy .col-md-7 {
    width: 58.33333333%;
  }
  #legacy .col-md-6 {
    width: 50%;
  }
  #legacy .col-md-5 {
    width: 41.66666667%;
  }
  #legacy .col-md-4 {
    width: 33.33333333%;
  }
  #legacy .col-md-3 {
    width: 25%;
  }
  #legacy .col-md-2 {
    width: 16.66666667%;
  }
  #legacy .col-md-1 {
    width: 8.33333333%;
  }
  #legacy .col-md-pull-12 {
    right: 100%;
  }
  #legacy .col-md-pull-11 {
    right: 91.66666667%;
  }
  #legacy .col-md-pull-10 {
    right: 83.33333333%;
  }
  #legacy .col-md-pull-9 {
    right: 75%;
  }
  #legacy .col-md-pull-8 {
    right: 66.66666667%;
  }
  #legacy .col-md-pull-7 {
    right: 58.33333333%;
  }
  #legacy .col-md-pull-6 {
    right: 50%;
  }
  #legacy .col-md-pull-5 {
    right: 41.66666667%;
  }
  #legacy .col-md-pull-4 {
    right: 33.33333333%;
  }
  #legacy .col-md-pull-3 {
    right: 25%;
  }
  #legacy .col-md-pull-2 {
    right: 16.66666667%;
  }
  #legacy .col-md-pull-1 {
    right: 8.33333333%;
  }
  #legacy .col-md-pull-0 {
    right: auto;
  }
  #legacy .col-md-push-12 {
    left: 100%;
  }
  #legacy .col-md-push-11 {
    left: 91.66666667%;
  }
  #legacy .col-md-push-10 {
    left: 83.33333333%;
  }
  #legacy .col-md-push-9 {
    left: 75%;
  }
  #legacy .col-md-push-8 {
    left: 66.66666667%;
  }
  #legacy .col-md-push-7 {
    left: 58.33333333%;
  }
  #legacy .col-md-push-6 {
    left: 50%;
  }
  #legacy .col-md-push-5 {
    left: 41.66666667%;
  }
  #legacy .col-md-push-4 {
    left: 33.33333333%;
  }
  #legacy .col-md-push-3 {
    left: 25%;
  }
  #legacy .col-md-push-2 {
    left: 16.66666667%;
  }
  #legacy .col-md-push-1 {
    left: 8.33333333%;
  }
  #legacy .col-md-push-0 {
    left: auto;
  }
  #legacy .col-md-offset-12 {
    margin-left: 100%;
  }
  #legacy .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  #legacy .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  #legacy .col-md-offset-9 {
    margin-left: 75%;
  }
  #legacy .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  #legacy .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  #legacy .col-md-offset-6 {
    margin-left: 50%;
  }
  #legacy .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  #legacy .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  #legacy .col-md-offset-3 {
    margin-left: 25%;
  }
  #legacy .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  #legacy .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  #legacy .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #legacy .col-lg-1,
  #legacy .col-lg-10,
  #legacy .col-lg-11,
  #legacy .col-lg-12,
  #legacy .col-lg-2,
  #legacy .col-lg-3,
  #legacy .col-lg-4,
  #legacy .col-lg-5,
  #legacy .col-lg-6,
  #legacy .col-lg-7,
  #legacy .col-lg-8,
  #legacy .col-lg-9 {
    float: left;
  }
  #legacy .col-lg-12 {
    width: 100%;
  }
  #legacy .col-lg-11 {
    width: 91.66666667%;
  }
  #legacy .col-lg-10 {
    width: 83.33333333%;
  }
  #legacy .col-lg-9 {
    width: 75%;
  }
  #legacy .col-lg-8 {
    width: 66.66666667%;
  }
  #legacy .col-lg-7 {
    width: 58.33333333%;
  }
  #legacy .col-lg-6 {
    width: 50%;
  }
  #legacy .col-lg-5 {
    width: 41.66666667%;
  }
  #legacy .col-lg-4 {
    width: 33.33333333%;
  }
  #legacy .col-lg-3 {
    width: 25%;
  }
  #legacy .col-lg-2 {
    width: 16.66666667%;
  }
  #legacy .col-lg-1 {
    width: 8.33333333%;
  }
  #legacy .col-lg-pull-12 {
    right: 100%;
  }
  #legacy .col-lg-pull-11 {
    right: 91.66666667%;
  }
  #legacy .col-lg-pull-10 {
    right: 83.33333333%;
  }
  #legacy .col-lg-pull-9 {
    right: 75%;
  }
  #legacy .col-lg-pull-8 {
    right: 66.66666667%;
  }
  #legacy .col-lg-pull-7 {
    right: 58.33333333%;
  }
  #legacy .col-lg-pull-6 {
    right: 50%;
  }
  #legacy .col-lg-pull-5 {
    right: 41.66666667%;
  }
  #legacy .col-lg-pull-4 {
    right: 33.33333333%;
  }
  #legacy .col-lg-pull-3 {
    right: 25%;
  }
  #legacy .col-lg-pull-2 {
    right: 16.66666667%;
  }
  #legacy .col-lg-pull-1 {
    right: 8.33333333%;
  }
  #legacy .col-lg-pull-0 {
    right: auto;
  }
  #legacy .col-lg-push-12 {
    left: 100%;
  }
  #legacy .col-lg-push-11 {
    left: 91.66666667%;
  }
  #legacy .col-lg-push-10 {
    left: 83.33333333%;
  }
  #legacy .col-lg-push-9 {
    left: 75%;
  }
  #legacy .col-lg-push-8 {
    left: 66.66666667%;
  }
  #legacy .col-lg-push-7 {
    left: 58.33333333%;
  }
  #legacy .col-lg-push-6 {
    left: 50%;
  }
  #legacy .col-lg-push-5 {
    left: 41.66666667%;
  }
  #legacy .col-lg-push-4 {
    left: 33.33333333%;
  }
  #legacy .col-lg-push-3 {
    left: 25%;
  }
  #legacy .col-lg-push-2 {
    left: 16.66666667%;
  }
  #legacy .col-lg-push-1 {
    left: 8.33333333%;
  }
  #legacy .col-lg-push-0 {
    left: auto;
  }
  #legacy .col-lg-offset-12 {
    margin-left: 100%;
  }
  #legacy .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  #legacy .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  #legacy .col-lg-offset-9 {
    margin-left: 75%;
  }
  #legacy .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  #legacy .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  #legacy .col-lg-offset-6 {
    margin-left: 50%;
  }
  #legacy .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  #legacy .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  #legacy .col-lg-offset-3 {
    margin-left: 25%;
  }
  #legacy .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  #legacy .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  #legacy .col-lg-offset-0 {
    margin-left: 0;
  }
}
#legacy table {
  background-color: transparent;
}
#legacy th {
  text-align: left;
}
#legacy .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#legacy .table > tbody > tr > td,
#legacy .table > tbody > tr > th,
#legacy .table > tfoot > tr > td,
#legacy .table > tfoot > tr > th,
#legacy .table > thead > tr > td,
#legacy .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#legacy .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#legacy .table > caption + thead > tr:first-child > td,
#legacy .table > caption + thead > tr:first-child > th,
#legacy .table > colgroup + thead > tr:first-child > td,
#legacy .table > colgroup + thead > tr:first-child > th,
#legacy .table > thead:first-child > tr:first-child > td,
#legacy .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
#legacy .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
#legacy .table .table {
  background-color: #fff;
}
#legacy .table-condensed > tbody > tr > td,
#legacy .table-condensed > tbody > tr > th,
#legacy .table-condensed > tfoot > tr > td,
#legacy .table-condensed > tfoot > tr > th,
#legacy .table-condensed > thead > tr > td,
#legacy .table-condensed > thead > tr > th {
  padding: 5px;
}
#legacy .table-bordered {
  border: 1px solid #ddd;
}
#legacy .table-bordered > tbody > tr > td,
#legacy .table-bordered > tbody > tr > th,
#legacy .table-bordered > tfoot > tr > td,
#legacy .table-bordered > tfoot > tr > th,
#legacy .table-bordered > thead > tr > td,
#legacy .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
#legacy .table-bordered > thead > tr > td,
#legacy .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
#legacy .table-striped > tbody > tr:nth-child(odd) > td,
#legacy .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
#legacy .table-hover > tbody > tr:hover > td,
#legacy .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
#legacy table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
#legacy table td[class*=col-],
#legacy table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
#legacy .table > tbody > tr.active > td,
#legacy .table > tbody > tr.active > th,
#legacy .table > tbody > tr > td.active,
#legacy .table > tbody > tr > th.active,
#legacy .table > tfoot > tr.active > td,
#legacy .table > tfoot > tr.active > th,
#legacy .table > tfoot > tr > td.active,
#legacy .table > tfoot > tr > th.active,
#legacy .table > thead > tr.active > td,
#legacy .table > thead > tr.active > th,
#legacy .table > thead > tr > td.active,
#legacy .table > thead > tr > th.active {
  background-color: #f5f5f5;
}
#legacy .table-hover > tbody > tr.active:hover > td,
#legacy .table-hover > tbody > tr.active:hover > th,
#legacy .table-hover > tbody > tr:hover > .active,
#legacy .table-hover > tbody > tr > td.active:hover,
#legacy .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
#legacy .table > tbody > tr.success > td,
#legacy .table > tbody > tr.success > th,
#legacy .table > tbody > tr > td.success,
#legacy .table > tbody > tr > th.success,
#legacy .table > tfoot > tr.success > td,
#legacy .table > tfoot > tr.success > th,
#legacy .table > tfoot > tr > td.success,
#legacy .table > tfoot > tr > th.success,
#legacy .table > thead > tr.success > td,
#legacy .table > thead > tr.success > th,
#legacy .table > thead > tr > td.success,
#legacy .table > thead > tr > th.success {
  background-color: #dff0d8;
}
#legacy .table-hover > tbody > tr.success:hover > td,
#legacy .table-hover > tbody > tr.success:hover > th,
#legacy .table-hover > tbody > tr:hover > .success,
#legacy .table-hover > tbody > tr > td.success:hover,
#legacy .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
#legacy .table > tbody > tr.info > td,
#legacy .table > tbody > tr.info > th,
#legacy .table > tbody > tr > td.info,
#legacy .table > tbody > tr > th.info,
#legacy .table > tfoot > tr.info > td,
#legacy .table > tfoot > tr.info > th,
#legacy .table > tfoot > tr > td.info,
#legacy .table > tfoot > tr > th.info,
#legacy .table > thead > tr.info > td,
#legacy .table > thead > tr.info > th,
#legacy .table > thead > tr > td.info,
#legacy .table > thead > tr > th.info {
  background-color: #d9edf7;
}
#legacy .table-hover > tbody > tr.info:hover > td,
#legacy .table-hover > tbody > tr.info:hover > th,
#legacy .table-hover > tbody > tr:hover > .info,
#legacy .table-hover > tbody > tr > td.info:hover,
#legacy .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
#legacy .table > tbody > tr.warning > td,
#legacy .table > tbody > tr.warning > th,
#legacy .table > tbody > tr > td.warning,
#legacy .table > tbody > tr > th.warning,
#legacy .table > tfoot > tr.warning > td,
#legacy .table > tfoot > tr.warning > th,
#legacy .table > tfoot > tr > td.warning,
#legacy .table > tfoot > tr > th.warning,
#legacy .table > thead > tr.warning > td,
#legacy .table > thead > tr.warning > th,
#legacy .table > thead > tr > td.warning,
#legacy .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
#legacy .table-hover > tbody > tr.warning:hover > td,
#legacy .table-hover > tbody > tr.warning:hover > th,
#legacy .table-hover > tbody > tr:hover > .warning,
#legacy .table-hover > tbody > tr > td.warning:hover,
#legacy .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
#legacy .table > tbody > tr.danger > td,
#legacy .table > tbody > tr.danger > th,
#legacy .table > tbody > tr > td.danger,
#legacy .table > tbody > tr > th.danger,
#legacy .table > tfoot > tr.danger > td,
#legacy .table > tfoot > tr.danger > th,
#legacy .table > tfoot > tr > td.danger,
#legacy .table > tfoot > tr > th.danger,
#legacy .table > thead > tr.danger > td,
#legacy .table > thead > tr.danger > th,
#legacy .table > thead > tr > td.danger,
#legacy .table > thead > tr > th.danger {
  background-color: #f2dede;
}
#legacy .table-hover > tbody > tr.danger:hover > td,
#legacy .table-hover > tbody > tr.danger:hover > th,
#legacy .table-hover > tbody > tr:hover > .danger,
#legacy .table-hover > tbody > tr > td.danger:hover,
#legacy .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  #legacy .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  #legacy .table-responsive > .table {
    margin-bottom: 0;
  }
  #legacy .table-responsive > .table > tbody > tr > td,
  #legacy .table-responsive > .table > tbody > tr > th,
  #legacy .table-responsive > .table > tfoot > tr > td,
  #legacy .table-responsive > .table > tfoot > tr > th,
  #legacy .table-responsive > .table > thead > tr > td,
  #legacy .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  #legacy .table-responsive > .table-bordered {
    border: 0;
  }
  #legacy .table-responsive > .table-bordered > tbody > tr > td:first-child,
  #legacy .table-responsive > .table-bordered > tbody > tr > th:first-child,
  #legacy .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  #legacy .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  #legacy .table-responsive > .table-bordered > thead > tr > td:first-child,
  #legacy .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  #legacy .table-responsive > .table-bordered > tbody > tr > td:last-child,
  #legacy .table-responsive > .table-bordered > tbody > tr > th:last-child,
  #legacy .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  #legacy .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  #legacy .table-responsive > .table-bordered > thead > tr > td:last-child,
  #legacy .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  #legacy .table-responsive > .table-bordered > tbody > tr:last-child > td,
  #legacy .table-responsive > .table-bordered > tbody > tr:last-child > th,
  #legacy .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  #legacy .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
#legacy fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
#legacy legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
#legacy label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
#legacy input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#legacy input[type=checkbox],
#legacy input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}
#legacy input[type=file] {
  display: block;
}
#legacy input[type=range] {
  display: block;
  width: 100%;
}
#legacy select[multiple],
#legacy select[size] {
  height: auto;
}
#legacy input[type=checkbox]:focus,
#legacy input[type=file]:focus,
#legacy input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#legacy output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
#legacy .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#legacy .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#legacy .form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
#legacy .form-control:-ms-input-placeholder {
  color: #777;
}
#legacy .form-control::-webkit-input-placeholder {
  color: #777;
}
#legacy .form-control[disabled],
#legacy .form-control[readonly],
#legacy fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
#legacy textarea.form-control {
  height: auto;
}
#legacy input[type=search] {
  -webkit-appearance: none;
}
#legacy input[type=date],
#legacy input[type=datetime-local],
#legacy input[type=month],
#legacy input[type=time] {
  line-height: 34px;
}
#legacy input[type=date].input-sm,
#legacy input[type=datetime-local].input-sm,
#legacy input[type=month].input-sm,
#legacy input[type=time].input-sm {
  line-height: 30px;
}
#legacy input[type=date].input-lg,
#legacy input[type=datetime-local].input-lg,
#legacy input[type=month].input-lg,
#legacy input[type=time].input-lg {
  line-height: 46px;
}
#legacy .form-group {
  margin-bottom: 15px;
}
#legacy .checkbox,
#legacy .radio {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#legacy .checkbox label,
#legacy .radio label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
#legacy .checkbox input[type=checkbox],
#legacy .checkbox-inline input[type=checkbox],
#legacy .radio input[type=radio],
#legacy .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
}
#legacy .checkbox + .checkbox,
#legacy .radio + .radio {
  margin-top: -5px;
}
#legacy .checkbox-inline,
#legacy .radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
#legacy .checkbox-inline + .checkbox-inline,
#legacy .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
#legacy fieldset[disabled] input[type=checkbox],
#legacy fieldset[disabled] input[type=radio],
#legacy input[type=checkbox].disabled,
#legacy input[type=checkbox][disabled],
#legacy input[type=radio].disabled,
#legacy input[type=radio][disabled] {
  cursor: not-allowed;
}
#legacy .checkbox-inline.disabled,
#legacy .radio-inline.disabled,
#legacy fieldset[disabled] .checkbox-inline,
#legacy fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
#legacy .checkbox.disabled label,
#legacy .radio.disabled label,
#legacy fieldset[disabled] .checkbox label,
#legacy fieldset[disabled] .radio label {
  cursor: not-allowed;
}
#legacy .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
#legacy .form-control-static.input-lg,
#legacy .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
#legacy .form-horizontal .form-group-sm .form-control,
#legacy .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#legacy select.input-sm {
  height: 30px;
  line-height: 30px;
}
#legacy select[multiple].input-sm,
#legacy textarea.input-sm {
  height: auto;
}
#legacy .form-horizontal .form-group-lg .form-control,
#legacy .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
#legacy select.input-lg {
  height: 46px;
  line-height: 46px;
}
#legacy select[multiple].input-lg,
#legacy textarea.input-lg {
  height: auto;
}
#legacy .has-feedback {
  position: relative;
}
#legacy .has-feedback .form-control {
  padding-right: 42.5px;
}
#legacy .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
#legacy .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
#legacy .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#legacy .has-success .checkbox,
#legacy .has-success .checkbox-inline,
#legacy .has-success .control-label,
#legacy .has-success .help-block,
#legacy .has-success .radio,
#legacy .has-success .radio-inline {
  color: #3c763d;
}
#legacy .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#legacy .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
#legacy .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
#legacy .has-success .form-control-feedback {
  color: #3c763d;
}
#legacy .has-warning .checkbox,
#legacy .has-warning .checkbox-inline,
#legacy .has-warning .control-label,
#legacy .has-warning .help-block,
#legacy .has-warning .radio,
#legacy .has-warning .radio-inline {
  color: #8a6d3b;
}
#legacy .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#legacy .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
#legacy .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
#legacy .has-warning .form-control-feedback {
  color: #8a6d3b;
}
#legacy .has-error .checkbox,
#legacy .has-error .checkbox-inline,
#legacy .has-error .control-label,
#legacy .has-error .help-block,
#legacy .has-error .radio,
#legacy .has-error .radio-inline {
  color: #a94442;
}
#legacy .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#legacy .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
#legacy .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
#legacy .has-error .form-control-feedback {
  color: #a94442;
}
#legacy .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
#legacy .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  #legacy .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #legacy .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #legacy .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  #legacy .form-inline .input-group .form-control,
  #legacy .form-inline .input-group .input-group-addon,
  #legacy .form-inline .input-group .input-group-btn {
    width: auto;
  }
  #legacy .form-inline .input-group > .form-control {
    width: 100%;
  }
  #legacy .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  #legacy .form-inline .checkbox,
  #legacy .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #legacy .form-inline .checkbox label,
  #legacy .form-inline .radio label {
    padding-left: 0;
  }
  #legacy .form-inline .checkbox input[type=checkbox],
  #legacy .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  #legacy .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
#legacy .form-horizontal .checkbox,
#legacy .form-horizontal .checkbox-inline,
#legacy .form-horizontal .radio,
#legacy .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
#legacy .form-horizontal .checkbox,
#legacy .form-horizontal .radio {
  min-height: 27px;
}
#legacy .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  #legacy .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
#legacy .form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  #legacy .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  #legacy .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
#legacy .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#legacy .btn.active:focus,
#legacy .btn:active:focus,
#legacy .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#legacy .btn:focus,
#legacy .btn:hover {
  color: #333;
  text-decoration: none;
}
#legacy .btn.active,
#legacy .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#legacy .btn.disabled,
#legacy .btn[disabled],
#legacy fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
#legacy .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
#legacy .btn-default.active,
#legacy .btn-default:active,
#legacy .btn-default:focus,
#legacy .btn-default:hover,
#legacy .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#legacy .btn-default.active,
#legacy .btn-default:active,
#legacy .open > .dropdown-toggle.btn-default {
  background-image: none;
}
#legacy .btn-default.disabled,
#legacy .btn-default.disabled.active,
#legacy .btn-default.disabled:active,
#legacy .btn-default.disabled:focus,
#legacy .btn-default.disabled:hover,
#legacy .btn-default[disabled],
#legacy .btn-default[disabled].active,
#legacy .btn-default[disabled]:active,
#legacy .btn-default[disabled]:focus,
#legacy .btn-default[disabled]:hover,
#legacy fieldset[disabled] .btn-default,
#legacy fieldset[disabled] .btn-default.active,
#legacy fieldset[disabled] .btn-default:active,
#legacy fieldset[disabled] .btn-default:focus,
#legacy fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
#legacy .btn-default .badge {
  color: #fff;
  background-color: #333;
}
#legacy .btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
#legacy .btn-primary.active,
#legacy .btn-primary:active,
#legacy .btn-primary:focus,
#legacy .btn-primary:hover,
#legacy .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
#legacy .btn-primary.active,
#legacy .btn-primary:active,
#legacy .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
#legacy .btn-primary.disabled,
#legacy .btn-primary.disabled.active,
#legacy .btn-primary.disabled:active,
#legacy .btn-primary.disabled:focus,
#legacy .btn-primary.disabled:hover,
#legacy .btn-primary[disabled],
#legacy .btn-primary[disabled].active,
#legacy .btn-primary[disabled]:active,
#legacy .btn-primary[disabled]:focus,
#legacy .btn-primary[disabled]:hover,
#legacy fieldset[disabled] .btn-primary,
#legacy fieldset[disabled] .btn-primary.active,
#legacy fieldset[disabled] .btn-primary:active,
#legacy fieldset[disabled] .btn-primary:focus,
#legacy fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd;
}
#legacy .btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
#legacy .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#legacy .btn-success.active,
#legacy .btn-success:active,
#legacy .btn-success:focus,
#legacy .btn-success:hover,
#legacy .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
#legacy .btn-success.active,
#legacy .btn-success:active,
#legacy .open > .dropdown-toggle.btn-success {
  background-image: none;
}
#legacy .btn-success.disabled,
#legacy .btn-success.disabled.active,
#legacy .btn-success.disabled:active,
#legacy .btn-success.disabled:focus,
#legacy .btn-success.disabled:hover,
#legacy .btn-success[disabled],
#legacy .btn-success[disabled].active,
#legacy .btn-success[disabled]:active,
#legacy .btn-success[disabled]:focus,
#legacy .btn-success[disabled]:hover,
#legacy fieldset[disabled] .btn-success,
#legacy fieldset[disabled] .btn-success.active,
#legacy fieldset[disabled] .btn-success:active,
#legacy fieldset[disabled] .btn-success:focus,
#legacy fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#legacy .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
#legacy .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
#legacy .btn-info.active,
#legacy .btn-info:active,
#legacy .btn-info:focus,
#legacy .btn-info:hover,
#legacy .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
#legacy .btn-info.active,
#legacy .btn-info:active,
#legacy .open > .dropdown-toggle.btn-info {
  background-image: none;
}
#legacy .btn-info.disabled,
#legacy .btn-info.disabled.active,
#legacy .btn-info.disabled:active,
#legacy .btn-info.disabled:focus,
#legacy .btn-info.disabled:hover,
#legacy .btn-info[disabled],
#legacy .btn-info[disabled].active,
#legacy .btn-info[disabled]:active,
#legacy .btn-info[disabled]:focus,
#legacy .btn-info[disabled]:hover,
#legacy fieldset[disabled] .btn-info,
#legacy fieldset[disabled] .btn-info.active,
#legacy fieldset[disabled] .btn-info:active,
#legacy fieldset[disabled] .btn-info:focus,
#legacy fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
#legacy .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
#legacy .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
#legacy .btn-warning.active,
#legacy .btn-warning:active,
#legacy .btn-warning:focus,
#legacy .btn-warning:hover,
#legacy .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
#legacy .btn-warning.active,
#legacy .btn-warning:active,
#legacy .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
#legacy .btn-warning.disabled,
#legacy .btn-warning.disabled.active,
#legacy .btn-warning.disabled:active,
#legacy .btn-warning.disabled:focus,
#legacy .btn-warning.disabled:hover,
#legacy .btn-warning[disabled],
#legacy .btn-warning[disabled].active,
#legacy .btn-warning[disabled]:active,
#legacy .btn-warning[disabled]:focus,
#legacy .btn-warning[disabled]:hover,
#legacy fieldset[disabled] .btn-warning,
#legacy fieldset[disabled] .btn-warning.active,
#legacy fieldset[disabled] .btn-warning:active,
#legacy fieldset[disabled] .btn-warning:focus,
#legacy fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
#legacy .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
#legacy .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
#legacy .btn-danger.active,
#legacy .btn-danger:active,
#legacy .btn-danger:focus,
#legacy .btn-danger:hover,
#legacy .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
#legacy .btn-danger.active,
#legacy .btn-danger:active,
#legacy .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
#legacy .btn-danger.disabled,
#legacy .btn-danger.disabled.active,
#legacy .btn-danger.disabled:active,
#legacy .btn-danger.disabled:focus,
#legacy .btn-danger.disabled:hover,
#legacy .btn-danger[disabled],
#legacy .btn-danger[disabled].active,
#legacy .btn-danger[disabled]:active,
#legacy .btn-danger[disabled]:focus,
#legacy .btn-danger[disabled]:hover,
#legacy fieldset[disabled] .btn-danger,
#legacy fieldset[disabled] .btn-danger.active,
#legacy fieldset[disabled] .btn-danger:active,
#legacy fieldset[disabled] .btn-danger:focus,
#legacy fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
#legacy .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
#legacy .btn-link {
  font-weight: 400;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
#legacy .btn-link,
#legacy .btn-link:active,
#legacy .btn-link[disabled],
#legacy fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#legacy .btn-link,
#legacy .btn-link:active,
#legacy .btn-link:focus,
#legacy .btn-link:hover {
  border-color: transparent;
}
#legacy .btn-link:focus,
#legacy .btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
#legacy .btn-link[disabled]:focus,
#legacy .btn-link[disabled]:hover,
#legacy fieldset[disabled] .btn-link:focus,
#legacy fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
#legacy .btn-group-lg > .btn,
#legacy .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
#legacy .btn-group-sm > .btn,
#legacy .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#legacy .btn-group-xs > .btn,
#legacy .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#legacy .btn-block {
  display: block;
  width: 100%;
}
#legacy .btn-block + .btn-block {
  margin-top: 5px;
}
#legacy input[type=button].btn-block,
#legacy input[type=reset].btn-block,
#legacy input[type=submit].btn-block {
  width: 100%;
}
#legacy .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}
#legacy .fade.in {
  opacity: 1;
}
#legacy .collapse {
  display: none;
}
#legacy .collapse.in {
  display: block;
}
#legacy tr.collapse.in {
  display: table-row;
}
#legacy tbody.collapse.in {
  display: table-row-group;
}
#legacy .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height 0.35s ease;
}
#legacy .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#legacy .dropdown {
  position: relative;
}
#legacy .dropdown-toggle:focus {
  outline: 0;
}
#legacy .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#legacy .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#legacy .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#legacy .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
#legacy .dropdown-menu > li > a:focus,
#legacy .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
#legacy .dropdown-menu > .active > a,
#legacy .dropdown-menu > .active > a:focus,
#legacy .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
#legacy .dropdown-menu > .disabled > a,
#legacy .dropdown-menu > .disabled > a:focus,
#legacy .dropdown-menu > .disabled > a:hover {
  color: #777;
}
#legacy .dropdown-menu > .disabled > a:focus,
#legacy .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}
#legacy .open > .dropdown-menu {
  display: block;
}
#legacy .open > a {
  outline: 0;
}
#legacy .dropdown-menu-right {
  right: 0;
  left: auto;
}
#legacy .dropdown-menu-left {
  right: auto;
  left: 0;
}
#legacy .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
#legacy .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
#legacy .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
#legacy .dropup .caret,
#legacy .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
#legacy .dropup .dropdown-menu,
#legacy .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  #legacy .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  #legacy .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
#legacy .btn-group,
#legacy .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#legacy .btn-group-vertical > .btn,
#legacy .btn-group > .btn {
  position: relative;
  float: left;
}
#legacy .btn-group-vertical > .btn.active,
#legacy .btn-group-vertical > .btn:active,
#legacy .btn-group-vertical > .btn:focus,
#legacy .btn-group-vertical > .btn:hover,
#legacy .btn-group > .btn.active,
#legacy .btn-group > .btn:active,
#legacy .btn-group > .btn:focus,
#legacy .btn-group > .btn:hover {
  z-index: 2;
}
#legacy .btn-group-vertical > .btn:focus,
#legacy .btn-group > .btn:focus {
  outline: 0;
}
#legacy .btn-group .btn + .btn,
#legacy .btn-group .btn + .btn-group,
#legacy .btn-group .btn-group + .btn,
#legacy .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
#legacy .btn-toolbar {
  margin-left: -5px;
}
#legacy .btn-toolbar .btn-group,
#legacy .btn-toolbar .input-group {
  float: left;
}
#legacy .btn-toolbar > .btn,
#legacy .btn-toolbar > .btn-group,
#legacy .btn-toolbar > .input-group {
  margin-left: 5px;
}
#legacy .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
#legacy .btn-group > .btn:first-child {
  margin-left: 0;
}
#legacy .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#legacy .btn-group > .btn:last-child:not(:first-child),
#legacy .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#legacy .btn-group > .btn-group {
  float: left;
}
#legacy .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
#legacy .btn-group > .btn-group:first-child > .btn:last-child,
#legacy .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#legacy .btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#legacy .btn-group .dropdown-toggle:active,
#legacy .btn-group.open .dropdown-toggle {
  outline: 0;
}
#legacy .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
#legacy .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
#legacy .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#legacy .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#legacy .btn .caret {
  margin-left: 0;
}
#legacy .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
#legacy .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
#legacy .btn-group-vertical > .btn,
#legacy .btn-group-vertical > .btn-group,
#legacy .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
#legacy .btn-group-vertical > .btn-group > .btn {
  float: none;
}
#legacy .btn-group-vertical > .btn + .btn,
#legacy .btn-group-vertical > .btn + .btn-group,
#legacy .btn-group-vertical > .btn-group + .btn,
#legacy .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
#legacy .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#legacy .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#legacy .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
#legacy .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
#legacy .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
#legacy .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#legacy .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#legacy .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
#legacy .btn-group-justified > .btn,
#legacy .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
#legacy .btn-group-justified > .btn-group .btn {
  width: 100%;
}
#legacy .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
#legacy [data-toggle=buttons] > .btn > input[type=checkbox],
#legacy [data-toggle=buttons] > .btn > input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#legacy .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
#legacy .input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
#legacy .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#legacy .input-group-lg > .form-control,
#legacy .input-group-lg > .input-group-addon,
#legacy .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
#legacy select.input-group-lg > .form-control,
#legacy select.input-group-lg > .input-group-addon,
#legacy select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
#legacy select[multiple].input-group-lg > .form-control,
#legacy select[multiple].input-group-lg > .input-group-addon,
#legacy select[multiple].input-group-lg > .input-group-btn > .btn,
#legacy textarea.input-group-lg > .form-control,
#legacy textarea.input-group-lg > .input-group-addon,
#legacy textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
#legacy .input-group-sm > .form-control,
#legacy .input-group-sm > .input-group-addon,
#legacy .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#legacy select.input-group-sm > .form-control,
#legacy select.input-group-sm > .input-group-addon,
#legacy select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
#legacy select[multiple].input-group-sm > .form-control,
#legacy select[multiple].input-group-sm > .input-group-addon,
#legacy select[multiple].input-group-sm > .input-group-btn > .btn,
#legacy textarea.input-group-sm > .form-control,
#legacy textarea.input-group-sm > .input-group-addon,
#legacy textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
#legacy .input-group .form-control,
#legacy .input-group-addon,
#legacy .input-group-btn {
  display: table-cell;
}
#legacy .input-group .form-control:not(:first-child):not(:last-child),
#legacy .input-group-addon:not(:first-child):not(:last-child),
#legacy .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#legacy .input-group-addon,
#legacy .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
#legacy .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#legacy .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
#legacy .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
#legacy .input-group-addon input[type=checkbox],
#legacy .input-group-addon input[type=radio] {
  margin-top: 0;
}
#legacy .input-group .form-control:first-child,
#legacy .input-group-addon:first-child,
#legacy .input-group-btn:first-child > .btn,
#legacy .input-group-btn:first-child > .btn-group > .btn,
#legacy .input-group-btn:first-child > .dropdown-toggle,
#legacy .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
#legacy .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#legacy .input-group-addon:first-child {
  border-right: 0;
}
#legacy .input-group .form-control:last-child,
#legacy .input-group-addon:last-child,
#legacy .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
#legacy .input-group-btn:first-child > .btn:not(:first-child),
#legacy .input-group-btn:last-child > .btn,
#legacy .input-group-btn:last-child > .btn-group > .btn,
#legacy .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#legacy .input-group-addon:last-child {
  border-left: 0;
}
#legacy .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
#legacy .input-group-btn > .btn {
  position: relative;
}
#legacy .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
#legacy .input-group-btn > .btn:active,
#legacy .input-group-btn > .btn:focus,
#legacy .input-group-btn > .btn:hover {
  z-index: 2;
}
#legacy .input-group-btn:first-child > .btn,
#legacy .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
#legacy .input-group-btn:last-child > .btn,
#legacy .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
#legacy .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#legacy .nav > li {
  position: relative;
  display: block;
}
#legacy .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
#legacy .nav > li > a:focus,
#legacy .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
#legacy .nav > li.disabled > a {
  color: #777;
}
#legacy .nav > li.disabled > a:focus,
#legacy .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
#legacy .nav .open > a,
#legacy .nav .open > a:focus,
#legacy .nav .open > a:hover {
  background-color: #eee;
  border-color: #428bca;
}
#legacy .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#legacy .nav > li > a > img {
  max-width: none;
}
#legacy .nav-tabs {
  border-bottom: 1px solid #ddd;
}
#legacy .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
#legacy .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
#legacy .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
#legacy .nav-tabs > li.active > a,
#legacy .nav-tabs > li.active > a:focus,
#legacy .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
#legacy .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
#legacy .nav-tabs.nav-justified > li {
  float: none;
}
#legacy .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
#legacy .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #legacy .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #legacy .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
#legacy .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
#legacy .nav-tabs.nav-justified > .active > a,
#legacy .nav-tabs.nav-justified > .active > a:focus,
#legacy .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  #legacy .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  #legacy .nav-tabs.nav-justified > .active > a,
  #legacy .nav-tabs.nav-justified > .active > a:focus,
  #legacy .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
#legacy .nav-pills > li {
  float: left;
}
#legacy .nav-pills > li > a {
  border-radius: 4px;
}
#legacy .nav-pills > li + li {
  margin-left: 2px;
}
#legacy .nav-pills > li.active > a,
#legacy .nav-pills > li.active > a:focus,
#legacy .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #428bca;
}
#legacy .nav-stacked > li {
  float: none;
}
#legacy .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
#legacy .nav-justified {
  width: 100%;
}
#legacy .nav-justified > li {
  float: none;
}
#legacy .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
#legacy .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #legacy .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #legacy .nav-justified > li > a {
    margin-bottom: 0;
  }
}
#legacy .nav-tabs-justified {
  border-bottom: 0;
}
#legacy .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
#legacy .nav-tabs-justified > .active > a,
#legacy .nav-tabs-justified > .active > a:focus,
#legacy .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  #legacy .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  #legacy .nav-tabs-justified > .active > a,
  #legacy .nav-tabs-justified > .active > a:focus,
  #legacy .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
#legacy .tab-content > .tab-pane {
  display: none;
}
#legacy .tab-content > .active {
  display: block;
}
#legacy .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#legacy .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  #legacy .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  #legacy .navbar-header {
    float: left;
  }
}
#legacy .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#legacy .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1046px) {
  #legacy .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #legacy .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  #legacy .navbar-collapse.in {
    overflow-y: visible;
  }
  #legacy .navbar-fixed-bottom .navbar-collapse,
  #legacy .navbar-fixed-top .navbar-collapse,
  #legacy .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
#legacy .navbar-fixed-bottom .navbar-collapse,
#legacy .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  #legacy .navbar-fixed-bottom .navbar-collapse,
  #legacy .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
#legacy .container-fluid > .navbar-collapse,
#legacy .container-fluid > .navbar-header,
#legacy .container > .navbar-collapse,
#legacy .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  #legacy .container-fluid > .navbar-collapse,
  #legacy .container-fluid > .navbar-header,
  #legacy .container > .navbar-collapse,
  #legacy .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
#legacy .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  #legacy .navbar-static-top {
    border-radius: 0;
  }
}
#legacy .navbar-fixed-bottom,
#legacy .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  #legacy .navbar-fixed-bottom,
  #legacy .navbar-fixed-top {
    border-radius: 0;
  }
}
#legacy .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
#legacy .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
#legacy .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
#legacy .navbar-brand:focus,
#legacy .navbar-brand:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  #legacy .navbar > .container .navbar-brand,
  #legacy .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
#legacy .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#legacy .navbar-toggle:focus {
  outline: 0;
}
#legacy .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
#legacy .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  #legacy .navbar-toggle {
    display: none;
  }
}
#legacy .navbar-nav {
  margin: 7.5px -15px;
}
#legacy .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  #legacy .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #legacy .navbar-nav .open .dropdown-menu .dropdown-header,
  #legacy .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  #legacy .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  #legacy .navbar-nav .open .dropdown-menu > li > a:focus,
  #legacy .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  #legacy .navbar-nav {
    float: left;
    margin: 0;
  }
  #legacy .navbar-nav > li {
    float: left;
  }
  #legacy .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #legacy .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  #legacy .navbar-left {
    float: left !important;
  }
  #legacy .navbar-right {
    float: right !important;
  }
}
#legacy .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  #legacy .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #legacy .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #legacy .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  #legacy .navbar-form .input-group .form-control,
  #legacy .navbar-form .input-group .input-group-addon,
  #legacy .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  #legacy .navbar-form .input-group > .form-control {
    width: 100%;
  }
  #legacy .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  #legacy .navbar-form .checkbox,
  #legacy .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #legacy .navbar-form .checkbox label,
  #legacy .navbar-form .radio label {
    padding-left: 0;
  }
  #legacy .navbar-form .checkbox input[type=checkbox],
  #legacy .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  #legacy .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  #legacy .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  #legacy .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #legacy .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
#legacy .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#legacy .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#legacy .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
#legacy .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
#legacy .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
#legacy .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #legacy .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  #legacy .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
#legacy .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
#legacy .navbar-default .navbar-brand {
  color: #777;
}
#legacy .navbar-default .navbar-brand:focus,
#legacy .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
#legacy .navbar-default .navbar-text {
  color: #777;
}
#legacy .navbar-default .navbar-nav > li > a {
  color: #777;
}
#legacy .navbar-default .navbar-nav > li > a:focus,
#legacy .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
#legacy .navbar-default .navbar-nav > .active > a,
#legacy .navbar-default .navbar-nav > .active > a:focus,
#legacy .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
#legacy .navbar-default .navbar-nav > .disabled > a,
#legacy .navbar-default .navbar-nav > .disabled > a:focus,
#legacy .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
#legacy .navbar-default .navbar-toggle {
  border-color: #ddd;
}
#legacy .navbar-default .navbar-toggle:focus,
#legacy .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
#legacy .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
#legacy .navbar-default .navbar-collapse,
#legacy .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
#legacy .navbar-default .navbar-nav > .open > a,
#legacy .navbar-default .navbar-nav > .open > a:focus,
#legacy .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  #legacy .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  #legacy .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  #legacy .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  #legacy .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  #legacy .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  #legacy .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  #legacy .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  #legacy .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  #legacy .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
#legacy .navbar-default .navbar-link {
  color: #777;
}
#legacy .navbar-default .navbar-link:hover {
  color: #333;
}
#legacy .navbar-default .btn-link {
  color: #777;
}
#legacy .navbar-default .btn-link:focus,
#legacy .navbar-default .btn-link:hover {
  color: #333;
}
#legacy .navbar-default .btn-link[disabled]:focus,
#legacy .navbar-default .btn-link[disabled]:hover,
#legacy fieldset[disabled] .navbar-default .btn-link:focus,
#legacy fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
#legacy .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
#legacy .navbar-inverse .navbar-brand {
  color: #777;
}
#legacy .navbar-inverse .navbar-brand:focus,
#legacy .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
#legacy .navbar-inverse .navbar-text {
  color: #777;
}
#legacy .navbar-inverse .navbar-nav > li > a {
  color: #777;
}
#legacy .navbar-inverse .navbar-nav > li > a:focus,
#legacy .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
#legacy .navbar-inverse .navbar-nav > .active > a,
#legacy .navbar-inverse .navbar-nav > .active > a:focus,
#legacy .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
#legacy .navbar-inverse .navbar-nav > .disabled > a,
#legacy .navbar-inverse .navbar-nav > .disabled > a:focus,
#legacy .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
#legacy .navbar-inverse .navbar-toggle {
  border-color: #333;
}
#legacy .navbar-inverse .navbar-toggle:focus,
#legacy .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
#legacy .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
#legacy .navbar-inverse .navbar-collapse,
#legacy .navbar-inverse .navbar-form {
  border-color: #101010;
}
#legacy .navbar-inverse .navbar-nav > .open > a,
#legacy .navbar-inverse .navbar-nav > .open > a:focus,
#legacy .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  #legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  #legacy .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  #legacy .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  #legacy .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  #legacy .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  #legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  #legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  #legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  #legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  #legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  #legacy .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
#legacy .navbar-inverse .navbar-link {
  color: #777;
}
#legacy .navbar-inverse .navbar-link:hover {
  color: #fff;
}
#legacy .navbar-inverse .btn-link {
  color: #777;
}
#legacy .navbar-inverse .btn-link:focus,
#legacy .navbar-inverse .btn-link:hover {
  color: #fff;
}
#legacy .navbar-inverse .btn-link[disabled]:focus,
#legacy .navbar-inverse .btn-link[disabled]:hover,
#legacy fieldset[disabled] .navbar-inverse .btn-link:focus,
#legacy fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
#legacy .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
#legacy .breadcrumb > li {
  display: inline-block;
}
#legacy .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
#legacy .breadcrumb > .active {
  color: #777;
}
#legacy .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
#legacy .pagination > li {
  display: inline;
}
#legacy .pagination > li > a,
#legacy .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
#legacy .pagination > li:first-child > a,
#legacy .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#legacy .pagination > li:last-child > a,
#legacy .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#legacy .pagination > li > a:focus,
#legacy .pagination > li > a:hover,
#legacy .pagination > li > span:focus,
#legacy .pagination > li > span:hover {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
#legacy .pagination > .active > a,
#legacy .pagination > .active > a:focus,
#legacy .pagination > .active > a:hover,
#legacy .pagination > .active > span,
#legacy .pagination > .active > span:focus,
#legacy .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
#legacy .pagination > .disabled > a,
#legacy .pagination > .disabled > a:focus,
#legacy .pagination > .disabled > a:hover,
#legacy .pagination > .disabled > span,
#legacy .pagination > .disabled > span:focus,
#legacy .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
#legacy .pagination-lg > li > a,
#legacy .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
#legacy .pagination-lg > li:first-child > a,
#legacy .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#legacy .pagination-lg > li:last-child > a,
#legacy .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#legacy .pagination-sm > li > a,
#legacy .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
#legacy .pagination-sm > li:first-child > a,
#legacy .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#legacy .pagination-sm > li:last-child > a,
#legacy .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#legacy .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
#legacy .pager li {
  display: inline;
}
#legacy .pager li > a,
#legacy .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
#legacy .pager li > a:focus,
#legacy .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
#legacy .pager .next > a,
#legacy .pager .next > span {
  float: right;
}
#legacy .pager .previous > a,
#legacy .pager .previous > span {
  float: left;
}
#legacy .pager .disabled > a,
#legacy .pager .disabled > a:focus,
#legacy .pager .disabled > a:hover,
#legacy .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
#legacy .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
#legacy a.label:focus,
#legacy a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#legacy .label:empty {
  display: none;
}
#legacy .btn .label {
  position: relative;
  top: -1px;
}
#legacy .label-default {
  background-color: #777;
}
#legacy .label-default[href]:focus,
#legacy .label-default[href]:hover {
  background-color: #5e5e5e;
}
#legacy .label-primary {
  background-color: #428bca;
}
#legacy .label-primary[href]:focus,
#legacy .label-primary[href]:hover {
  background-color: #3071a9;
}
#legacy .label-success {
  background-color: #5cb85c;
}
#legacy .label-success[href]:focus,
#legacy .label-success[href]:hover {
  background-color: #449d44;
}
#legacy .label-info {
  background-color: #5bc0de;
}
#legacy .label-info[href]:focus,
#legacy .label-info[href]:hover {
  background-color: #31b0d5;
}
#legacy .label-warning {
  background-color: #f0ad4e;
}
#legacy .label-warning[href]:focus,
#legacy .label-warning[href]:hover {
  background-color: #ec971f;
}
#legacy .label-danger {
  background-color: #d9534f;
}
#legacy .label-danger[href]:focus,
#legacy .label-danger[href]:hover {
  background-color: #c9302c;
}
#legacy .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
#legacy .badge:empty {
  display: none;
}
#legacy .btn .badge {
  position: relative;
  top: -1px;
}
#legacy .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
#legacy a.badge:focus,
#legacy a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#legacy .nav-pills > .active > a > .badge,
#legacy a.list-group-item.active > .badge {
  color: #428bca;
  background-color: #fff;
}
#legacy .nav-pills > li > a > .badge {
  margin-left: 3px;
}
#legacy .jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
#legacy .jumbotron .h1,
#legacy .jumbotron h1 {
  color: inherit;
}
#legacy .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
#legacy .jumbotron > hr {
  border-top-color: #d5d5d5;
}
#legacy .container .jumbotron {
  border-radius: 6px;
}
#legacy .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #legacy .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  #legacy .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  #legacy .jumbotron .h1,
  #legacy .jumbotron h1 {
    font-size: 63px;
  }
}
#legacy .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#legacy .thumbnail a > img,
#legacy .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
#legacy a.thumbnail.active,
#legacy a.thumbnail:focus,
#legacy a.thumbnail:hover {
  border-color: #428bca;
}
#legacy .thumbnail .caption {
  padding: 9px;
  color: #333;
}
#legacy .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#legacy .alert h4 {
  margin-top: 0;
  color: inherit;
}
#legacy .alert .alert-link {
  font-weight: 700;
}
#legacy .alert > p,
#legacy .alert > ul {
  margin-bottom: 0;
}
#legacy .alert > p + p {
  margin-top: 5px;
}
#legacy .alert-dismissable,
#legacy .alert-dismissible {
  padding-right: 35px;
}
#legacy .alert-dismissable .close,
#legacy .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
#legacy .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
#legacy .alert-success hr {
  border-top-color: #c9e2b3;
}
#legacy .alert-success .alert-link {
  color: #2b542c;
}
#legacy .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
#legacy .alert-info hr {
  border-top-color: #a6e1ec;
}
#legacy .alert-info .alert-link {
  color: #245269;
}
#legacy .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
#legacy .alert-warning hr {
  border-top-color: #f7e1b5;
}
#legacy .alert-warning .alert-link {
  color: #66512c;
}
#legacy .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
#legacy .alert-danger hr {
  border-top-color: #e4b9c0;
}
#legacy .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
#legacy .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
#legacy .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width 0.6s ease;
}
#legacy .progress-bar-striped,
#legacy .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
#legacy .progress-bar.active,
#legacy .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
#legacy .progress-bar[aria-valuenow="1"],
#legacy .progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
#legacy .progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#legacy .progress-bar-success {
  background-color: #5cb85c;
}
#legacy .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
#legacy .progress-bar-info {
  background-color: #5bc0de;
}
#legacy .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
#legacy .progress-bar-warning {
  background-color: #f0ad4e;
}
#legacy .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
#legacy .progress-bar-danger {
  background-color: #d9534f;
}
#legacy .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
#legacy .media,
#legacy .media-body {
  overflow: hidden;
  zoom: 1;
}
#legacy .media,
#legacy .media .media {
  margin-top: 15px;
}
#legacy .media:first-child {
  margin-top: 0;
}
#legacy .media-object {
  display: block;
}
#legacy .media-heading {
  margin: 0 0 5px;
}
#legacy .media > .pull-left {
  margin-right: 10px;
}
#legacy .media > .pull-right {
  margin-left: 10px;
}
#legacy .media-list {
  padding-left: 0;
  list-style: none;
}
#legacy .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
#legacy .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
#legacy .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#legacy .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#legacy .list-group-item > .badge {
  float: right;
}
#legacy .list-group-item > .badge + .badge {
  margin-right: 5px;
}
#legacy a.list-group-item {
  color: #555;
}
#legacy a.list-group-item .list-group-item-heading {
  color: #333;
}
#legacy a.list-group-item:focus,
#legacy a.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
#legacy .list-group-item.disabled,
#legacy .list-group-item.disabled:focus,
#legacy .list-group-item.disabled:hover {
  color: #777;
  background-color: #eee;
}
#legacy .list-group-item.disabled .list-group-item-heading,
#legacy .list-group-item.disabled:focus .list-group-item-heading,
#legacy .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
#legacy .list-group-item.disabled .list-group-item-text,
#legacy .list-group-item.disabled:focus .list-group-item-text,
#legacy .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
#legacy .list-group-item.active,
#legacy .list-group-item.active:focus,
#legacy .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
#legacy .list-group-item.active .list-group-item-heading,
#legacy .list-group-item.active .list-group-item-heading > .small,
#legacy .list-group-item.active .list-group-item-heading > small,
#legacy .list-group-item.active:focus .list-group-item-heading,
#legacy .list-group-item.active:focus .list-group-item-heading > .small,
#legacy .list-group-item.active:focus .list-group-item-heading > small,
#legacy .list-group-item.active:hover .list-group-item-heading,
#legacy .list-group-item.active:hover .list-group-item-heading > .small,
#legacy .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
#legacy .list-group-item.active .list-group-item-text,
#legacy .list-group-item.active:focus .list-group-item-text,
#legacy .list-group-item.active:hover .list-group-item-text {
  color: #e1edf7;
}
#legacy .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
#legacy a.list-group-item-success {
  color: #3c763d;
}
#legacy a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
#legacy a.list-group-item-success:focus,
#legacy a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
#legacy a.list-group-item-success.active,
#legacy a.list-group-item-success.active:focus,
#legacy a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
#legacy .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
#legacy a.list-group-item-info {
  color: #31708f;
}
#legacy a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
#legacy a.list-group-item-info:focus,
#legacy a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
#legacy a.list-group-item-info.active,
#legacy a.list-group-item-info.active:focus,
#legacy a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
#legacy .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
#legacy a.list-group-item-warning {
  color: #8a6d3b;
}
#legacy a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
#legacy a.list-group-item-warning:focus,
#legacy a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
#legacy a.list-group-item-warning.active,
#legacy a.list-group-item-warning.active:focus,
#legacy a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
#legacy .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
#legacy a.list-group-item-danger {
  color: #a94442;
}
#legacy a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
#legacy a.list-group-item-danger:focus,
#legacy a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
#legacy a.list-group-item-danger.active,
#legacy a.list-group-item-danger.active:focus,
#legacy a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
#legacy .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
#legacy .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
#legacy .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#legacy .panel-body {
  padding: 15px;
}
#legacy .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#legacy .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
#legacy .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
#legacy .panel-title > a {
  color: inherit;
}
#legacy .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#legacy .panel > .list-group {
  margin-bottom: 0;
}
#legacy .panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
#legacy .panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#legacy .panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#legacy .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
#legacy .list-group + .panel-footer {
  border-top-width: 0;
}
#legacy .panel > .panel-collapse > .table,
#legacy .panel > .table,
#legacy .panel > .table-responsive > .table {
  margin-bottom: 0;
}
#legacy .panel > .table-responsive:first-child > .table:first-child,
#legacy .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#legacy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#legacy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#legacy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
#legacy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
#legacy .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#legacy .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#legacy .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
#legacy .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
#legacy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#legacy .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#legacy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
#legacy .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
#legacy .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#legacy .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#legacy .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
#legacy .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
#legacy .panel > .table-responsive:last-child > .table:last-child,
#legacy .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#legacy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#legacy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#legacy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#legacy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#legacy .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#legacy .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#legacy .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#legacy .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
#legacy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#legacy .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#legacy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#legacy .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#legacy .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#legacy .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#legacy .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#legacy .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
#legacy .panel > .panel-body + .table,
#legacy .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
#legacy .panel > .table > tbody:first-child > tr:first-child td,
#legacy .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
#legacy .panel > .table-bordered,
#legacy .panel > .table-responsive > .table-bordered {
  border: 0;
}
#legacy .panel > .table-bordered > tbody > tr > td:first-child,
#legacy .panel > .table-bordered > tbody > tr > th:first-child,
#legacy .panel > .table-bordered > tfoot > tr > td:first-child,
#legacy .panel > .table-bordered > tfoot > tr > th:first-child,
#legacy .panel > .table-bordered > thead > tr > td:first-child,
#legacy .panel > .table-bordered > thead > tr > th:first-child,
#legacy .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#legacy .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#legacy .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
#legacy .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#legacy .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
#legacy .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
#legacy .panel > .table-bordered > tbody > tr > td:last-child,
#legacy .panel > .table-bordered > tbody > tr > th:last-child,
#legacy .panel > .table-bordered > tfoot > tr > td:last-child,
#legacy .panel > .table-bordered > tfoot > tr > th:last-child,
#legacy .panel > .table-bordered > thead > tr > td:last-child,
#legacy .panel > .table-bordered > thead > tr > th:last-child,
#legacy .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#legacy .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#legacy .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
#legacy .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#legacy .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
#legacy .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
#legacy .panel > .table-bordered > tbody > tr:first-child > td,
#legacy .panel > .table-bordered > tbody > tr:first-child > th,
#legacy .panel > .table-bordered > thead > tr:first-child > td,
#legacy .panel > .table-bordered > thead > tr:first-child > th,
#legacy .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
#legacy .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
#legacy .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
#legacy .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
#legacy .panel > .table-bordered > tbody > tr:last-child > td,
#legacy .panel > .table-bordered > tbody > tr:last-child > th,
#legacy .panel > .table-bordered > tfoot > tr:last-child > td,
#legacy .panel > .table-bordered > tfoot > tr:last-child > th,
#legacy .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#legacy .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#legacy .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
#legacy .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
#legacy .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
#legacy .panel-group {
  margin-bottom: 20px;
}
#legacy .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
#legacy .panel-group .panel + .panel {
  margin-top: 5px;
}
#legacy .panel-group .panel-heading {
  border-bottom: 0;
}
#legacy .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
#legacy .panel-group .panel-footer {
  border-top: 0;
}
#legacy .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
#legacy .panel-default {
  border-color: #ddd;
}
#legacy .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
#legacy .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
#legacy .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
#legacy .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
#legacy .panel-primary {
  border-color: #428bca;
}
#legacy .panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
#legacy .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
#legacy .panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
#legacy .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
#legacy .panel-success {
  border-color: #d6e9c6;
}
#legacy .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
#legacy .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
#legacy .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
#legacy .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
#legacy .panel-info {
  border-color: #bce8f1;
}
#legacy .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
#legacy .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
#legacy .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
#legacy .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
#legacy .panel-warning {
  border-color: #faebcc;
}
#legacy .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
#legacy .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
#legacy .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
#legacy .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
#legacy .panel-danger {
  border-color: #ebccd1;
}
#legacy .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
#legacy .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
#legacy .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
#legacy .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
#legacy .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
#legacy .embed-responsive .embed-responsive-item,
#legacy .embed-responsive embed,
#legacy .embed-responsive iframe,
#legacy .embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#legacy .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
#legacy .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
#legacy .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#legacy .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#legacy .well-lg {
  padding: 24px;
  border-radius: 6px;
}
#legacy .well-sm {
  padding: 9px;
  border-radius: 3px;
}
#legacy .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
#legacy .close:focus,
#legacy .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
#legacy button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
#legacy .modal-open {
  overflow: hidden;
}
#legacy .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#legacy .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
#legacy .modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#legacy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
#legacy .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
#legacy .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
#legacy .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
#legacy .modal-backdrop.fade {
  opacity: 0;
}
#legacy .modal-backdrop.in {
  opacity: 0.5;
}
#legacy .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#legacy .modal-header .close {
  margin-top: -2px;
}
#legacy .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
#legacy .modal-body {
  position: relative;
  padding: 15px;
}
#legacy .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
#legacy .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
#legacy .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
#legacy .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
#legacy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  #legacy .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  #legacy .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  #legacy .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  #legacy .modal-lg {
    width: 900px;
  }
}
#legacy .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  opacity: 0;
}
#legacy .tooltip.in {
  opacity: 0.9;
}
#legacy .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
#legacy .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
#legacy .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
#legacy .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
#legacy .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

#legacy .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#legacy .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#legacy .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#legacy .tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#legacy .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
#legacy .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
#legacy .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#legacy .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#legacy .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#legacy .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#legacy .popover.top {
  margin-top: -10px;
}
#legacy .popover.right {
  margin-left: 10px;
}
#legacy .popover.bottom {
  margin-top: 10px;
}
#legacy .popover.left {
  margin-left: -10px;
}
#legacy .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
#legacy .popover-content {
  padding: 9px 14px;
}
#legacy .popover > .arrow,
#legacy .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#legacy .popover > .arrow {
  border-width: 11px;
}
#legacy .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
#legacy .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
#legacy .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
#legacy .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
#legacy .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
#legacy .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
#legacy .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
#legacy .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
#legacy .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
#legacy .carousel {
  position: relative;
}
#legacy .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#legacy .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
#legacy .carousel-inner > .item > a > img,
#legacy .carousel-inner > .item > img {
  line-height: 1;
}
#legacy .carousel-inner > .active,
#legacy .carousel-inner > .next,
#legacy .carousel-inner > .prev {
  display: block;
}
#legacy .carousel-inner > .active {
  left: 0;
}
#legacy .carousel-inner > .next,
#legacy .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
#legacy .carousel-inner > .next {
  left: 100%;
}
#legacy .carousel-inner > .prev {
  left: -100%;
}
#legacy .carousel-inner > .next.left,
#legacy .carousel-inner > .prev.right {
  left: 0;
}
#legacy .carousel-inner > .active.left {
  left: -100%;
}
#legacy .carousel-inner > .active.right {
  left: 100%;
}
#legacy .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
#legacy .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}
#legacy .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
#legacy .carousel-control:focus,
#legacy .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
#legacy .carousel-control .glyphicon-chevron-left,
#legacy .carousel-control .glyphicon-chevron-right,
#legacy .carousel-control .icon-next,
#legacy .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
#legacy .carousel-control .glyphicon-chevron-left,
#legacy .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
#legacy .carousel-control .glyphicon-chevron-right,
#legacy .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
#legacy .carousel-control .icon-next,
#legacy .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
#legacy .carousel-control .icon-prev:before {
  content: '\2039';
}
#legacy .carousel-control .icon-next:before {
  content: '\203a';
}
#legacy .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
#legacy .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
#legacy .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
#legacy .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#legacy .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  #legacy .carousel-control .glyphicon-chevron-left,
  #legacy .carousel-control .glyphicon-chevron-right,
  #legacy .carousel-control .icon-next,
  #legacy .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  #legacy .carousel-control .glyphicon-chevron-left,
  #legacy .carousel-control .icon-prev {
    margin-left: -15px;
  }
  #legacy .carousel-control .glyphicon-chevron-right,
  #legacy .carousel-control .icon-next {
    margin-right: -15px;
  }
  #legacy .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  #legacy .carousel-indicators {
    bottom: 20px;
  }
}
#legacy .btn-group-vertical > .btn-group:after,
#legacy .btn-group-vertical > .btn-group:before,
#legacy .btn-toolbar:after,
#legacy .btn-toolbar:before,
#legacy .clearfix:after,
#legacy .clearfix:before,
#legacy .container-fluid:after,
#legacy .container-fluid:before,
#legacy .container:after,
#legacy .container:before,
#legacy .dl-horizontal dd:after,
#legacy .dl-horizontal dd:before,
#legacy .form-horizontal .form-group:after,
#legacy .form-horizontal .form-group:before,
#legacy .modal-footer:after,
#legacy .modal-footer:before,
#legacy .nav:after,
#legacy .nav:before,
#legacy .navbar-collapse:after,
#legacy .navbar-collapse:before,
#legacy .navbar-header:after,
#legacy .navbar-header:before,
#legacy .navbar:after,
#legacy .navbar:before,
#legacy .pager:after,
#legacy .pager:before,
#legacy .panel-body:after,
#legacy .panel-body:before,
#legacy .row:after,
#legacy .row:before {
  display: table;
  content: " ";
}
#legacy .btn-group-vertical > .btn-group:after,
#legacy .btn-toolbar:after,
#legacy .clearfix:after,
#legacy .container-fluid:after,
#legacy .container:after,
#legacy .dl-horizontal dd:after,
#legacy .form-horizontal .form-group:after,
#legacy .modal-footer:after,
#legacy .nav:after,
#legacy .navbar-collapse:after,
#legacy .navbar-header:after,
#legacy .navbar:after,
#legacy .pager:after,
#legacy .panel-body:after,
#legacy .row:after {
  clear: both;
}
#legacy .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#legacy .pull-right {
  float: right !important;
}
#legacy .pull-left {
  float: left !important;
}
#legacy .hide {
  display: none !important;
}
#legacy .show {
  display: block !important;
}
#legacy .invisible {
  visibility: hidden;
}
#legacy .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#legacy .hidden {
  display: none!important;
  visibility: hidden !important;
}
#legacy .affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
#legacy .visible-lg,
#legacy .visible-md,
#legacy .visible-sm,
#legacy .visible-xs {
  display: none !important;
}
#legacy .visible-lg-block,
#legacy .visible-lg-inline,
#legacy .visible-lg-inline-block,
#legacy .visible-md-block,
#legacy .visible-md-inline,
#legacy .visible-md-inline-block,
#legacy .visible-sm-block,
#legacy .visible-sm-inline,
#legacy .visible-sm-inline-block,
#legacy .visible-xs-block,
#legacy .visible-xs-inline,
#legacy .visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  #legacy .visible-xs {
    display: block !important;
  }
  #legacy table.visible-xs {
    display: table;
  }
  #legacy tr.visible-xs {
    display: table-row !important;
  }
  #legacy td.visible-xs,
  #legacy th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  #legacy .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  #legacy .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  #legacy .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #legacy .visible-sm {
    display: block !important;
  }
  #legacy table.visible-sm {
    display: table;
  }
  #legacy tr.visible-sm {
    display: table-row !important;
  }
  #legacy td.visible-sm,
  #legacy th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #legacy .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #legacy .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #legacy .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #legacy .visible-md {
    display: block !important;
  }
  #legacy table.visible-md {
    display: table;
  }
  #legacy tr.visible-md {
    display: table-row !important;
  }
  #legacy td.visible-md,
  #legacy th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #legacy .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #legacy .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #legacy .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  #legacy .visible-lg {
    display: block !important;
  }
  #legacy table.visible-lg {
    display: table;
  }
  #legacy tr.visible-lg {
    display: table-row !important;
  }
  #legacy td.visible-lg,
  #legacy th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  #legacy .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  #legacy .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  #legacy .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  #legacy .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #legacy .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #legacy .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #legacy .hidden-lg {
    display: none !important;
  }
}
#legacy .visible-print {
  display: none !important;
}
@media print {
  #legacy .visible-print {
    display: block !important;
  }
  #legacy table.visible-print {
    display: table;
  }
  #legacy tr.visible-print {
    display: table-row !important;
  }
  #legacy td.visible-print,
  #legacy th.visible-print {
    display: table-cell !important;
  }
}
#legacy .visible-print-block {
  display: none !important;
}
@media print {
  #legacy .visible-print-block {
    display: block !important;
  }
}
#legacy .visible-print-inline {
  display: none !important;
}
@media print {
  #legacy .visible-print-inline {
    display: inline !important;
  }
}
#legacy .visible-print-inline-block {
  display: none !important;
}
@media print {
  #legacy .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  #legacy .hidden-print {
    display: none !important;
  }
}
#legacy body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#legacy .text-muted {
  color: #777;
}
#legacy .text-primary {
  color: #00a857;
}
#legacy p {
  font-size: 14px;
  line-height: 1.75;
}
#legacy p.large {
  font-size: 16px;
}
#legacy a,
#legacy a.active,
#legacy a:active,
#legacy a:focus,
#legacy a:hover {
  outline: 0;
}
#legacy a {
  color: #00a857;
}
#legacy a.active,
#legacy a:active,
#legacy a:focus,
#legacy a:hover {
  color: #00c465;
}
#legacy h1,
#legacy h2,
#legacy h3,
#legacy h4,
#legacy h5,
#legacy h6 {
  text-transform: uppercase;
  font-family: Roboto, Montserrat, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
}
#legacy .img-centered {
  margin: 0 auto;
}
#legacy .bg-light-gray {
  background-color: #f7f7f7;
}
#legacy .bg-darkest-gray {
  background-color: #222;
}
#legacy .btn-primary {
  border-color: #00a857;
  text-transform: uppercase;
  font-family: Roboto, Montserrat, Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #00a857;
}
#legacy .btn-primary.active,
#legacy .btn-primary:active,
#legacy .btn-primary:focus,
#legacy .btn-primary:hover,
#legacy .open .dropdown-toggle.btn-primary {
  border-color: #f6bf01;
  color: #fff;
  background-color: #00c465;
}
#legacy .btn-primary.active,
#legacy .btn-primary:active,
#legacy .open .dropdown-toggle.btn-primary {
  background-image: none;
}
#legacy .btn-primary.disabled,
#legacy .btn-primary.disabled.active,
#legacy .btn-primary.disabled:active,
#legacy .btn-primary.disabled:focus,
#legacy .btn-primary.disabled:hover,
#legacy .btn-primary[disabled],
#legacy .btn-primary[disabled].active,
#legacy .btn-primary[disabled]:active,
#legacy .btn-primary[disabled]:focus,
#legacy .btn-primary[disabled]:hover,
#legacy fieldset[disabled] .btn-primary,
#legacy fieldset[disabled] .btn-primary.active,
#legacy fieldset[disabled] .btn-primary:active,
#legacy fieldset[disabled] .btn-primary:focus,
#legacy fieldset[disabled] .btn-primary:hover {
  border-color: #00a857;
  background-color: #00a857;
}
#legacy .btn-primary .badge {
  color: #00a857;
  background-color: #fff;
}
#legacy .btn-xl {
  padding: 14px 30px;
  border-color: #00a857;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: Roboto, Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #00a857;
}
#legacy .btn-xl.active,
#legacy .btn-xl:active,
#legacy .btn-xl:focus,
#legacy .btn-xl:hover,
#legacy .open .dropdown-toggle.btn-xl {
  border-color: #00c465;
  color: #fff;
  background-color: #00c465;
}
#legacy .btn-xl.active,
#legacy .btn-xl:active,
#legacy .open .dropdown-toggle.btn-xl {
  background-image: none;
}
#legacy .btn-xl.disabled,
#legacy .btn-xl.disabled.active,
#legacy .btn-xl.disabled:active,
#legacy .btn-xl.disabled:focus,
#legacy .btn-xl.disabled:hover,
#legacy .btn-xl[disabled],
#legacy .btn-xl[disabled].active,
#legacy .btn-xl[disabled]:active,
#legacy .btn-xl[disabled]:focus,
#legacy .btn-xl[disabled]:hover,
#legacy fieldset[disabled] .btn-xl,
#legacy fieldset[disabled] .btn-xl.active,
#legacy fieldset[disabled] .btn-xl:active,
#legacy fieldset[disabled] .btn-xl:focus,
#legacy fieldset[disabled] .btn-xl:hover {
  border-color: #00a857;
  background-color: #00a857;
}
#legacy .btn-xl .badge {
  color: #00a857;
  background-color: #fff;
}
#legacy .navbar-default {
  border-color: transparent;
  background-color: #f2f2f2;
}
#legacy .navbar-default .navbar-brand {
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  color: #00a857;
}
#legacy .navbar-default .navbar-brand.active,
#legacy .navbar-default .navbar-brand:active,
#legacy .navbar-default .navbar-brand:focus,
#legacy .navbar-default .navbar-brand:hover {
  color: #00c465;
}
#legacy .navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
#legacy .navbar-default .navbar-toggle {
  border-color: #00a857;
  background-color: #00a857;
}
#legacy .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
#legacy .navbar-default .navbar-toggle:focus,
#legacy .navbar-default .navbar-toggle:hover {
  background-color: #00a857;
}
#legacy .navbar-default .nav li a {
  text-transform: uppercase;
font-family: Roboto, Montserrat, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #444;
}
#legacy .navbar-default .nav li a:focus,
#legacy .navbar-default .nav li a:hover {
  outline: 0;
  color: #00a857;
}
#legacy .navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  background-color: #00a857;
  border-radius: 4px;
}
#legacy .navbar-default .navbar-nav > .active > a:focus,
#legacy .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #00c465;
}
@media (max-width: 990px) {
  #legacy .navbar-default {
    font-size: 1em;
  }
}
@media (min-width: 990px) {
  #legacy .navbar-default {
    padding: 25px 0;
    border: 0;
    background-color: transparent;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding 0.3s;
  }
  #legacy .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all 0.3s;
  }
  #legacy .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  #legacy .navbar-default.navbar-shrink {
    padding: 10px 0;
    padding-right: 15px;
    background-color: #f2f2f2;
  }
  #legacy .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
#legacy header {
  text-align: center;
  background-color: #ccc;
}
#legacy #masthead {
  background: #fff;
  position: relative;
  font-size: 0;
}
#legacy #masthead .home,
#legacy #masthead .twoup .intro-text {
  height: 500px;
}
#legacy #masthead .home {
  margin-top: 70px;
}
#legacy #masthead .twoup {
  margin-top: 50px;
}
#legacy #masthead .home .loading {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url(../img/masthead/freeze-m.jpg) no-repeat center bottom;
  background-size: contain;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
#legacy #masthead .home .loading.done {
  opacity: 0;
}
#legacy #masthead .home .iframe-primary,
#legacy #masthead .home .loading {
  width: 100%;
  height: 85%;
}
#legacy #masthead .home .grey {
  width: 100%;
  height: 15%;
  background-color: #e3e3e3;
}
#legacy #masthead .home .grey .iframe-secondary {
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #legacy #masthead .home {
    margin-top: 50px;
  }
  #legacy #masthead .home,
  #legacy #masthead .twoup .intro-text {
    height: 830px;
  }
  #legacy #masthead .home .loading {
    background-image: url(../img/masthead/freeze-l.jpg);
  }
  #legacy #masthead .home .iframe-primary,
  #legacy #masthead .home .loading {
    height: 90%;
  }
  #legacy #masthead .home .grey {
    height: 10%;
  }
}
@media (max-width: 320px) {
  #legacy #masthead .home {
    margin-top: 50px;
  }
  #legacy #masthead .home,
  #legacy #masthead .twoup .intro-text {
    height: 450px;
  }
  #legacy #masthead .home .loading {
    background-image: url(../img/masthead/freeze-s.jpg);
  }
  #legacy #masthead .home .iframe-primary,
  #legacy #masthead .home .loading {
    height: 85%;
  }
  #legacy #masthead .home .grey {
    height: 15%;
  }
}
@media (min-width: 990px) {
  #legacy #masthead .home,
  #legacy #masthead .twoup {
    margin-top: 70px;
  }
}
#legacy header .intro-video {
  height: 300px;
  display: none;
}
@media (min-width: 730px) {
  #legacy header .intro-video {
    height: 450px;
    display: none;
  }
}
@media (min-width: 768px) {
  #legacy header .intro-video {
    height: 650px;
    display: inherit;
  }
}
@media (max-width: 320px) {
  #legacy header .intro-video {
    height: 250px;
    display: none;
  }
}
#legacy header .intro-video-mobile {
  height: 300px;
  display: inherit;
}
@media (min-width: 730px) {
  #legacy header .intro-video-mobile {
    height: 450px;
    display: inherit;
  }
}
@media (min-width: 768px) {
  #legacy header .intro-video-mobile {
    height: 650px;
    display: none;
  }
}
@media (max-width: 320px) {
  #legacy header .intro-video-mobile {
    height: 250px;
    display: inherit;
  }
}

#legacy section h2.section-heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
}
#legacy section h3.section-subheading {
  margin-bottom: 75px;
  text-transform: none;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

#legacy section#features {
  padding: 0;
  padding-top: 50px;
  margin-bottom: 50px;
}
#legacy section#features .fa-stack {
  width: initial;
  height: initial;
}
#legacy section#features .feature-block {
  display: inline-block;
}
#legacy section#features .feature-img {
  width: 100%;
  margin-top: 20px;
  max-width: 300px;
  max-height: 194px;
}
#legacy section#features h4 {
  color: #00a857;
}
#legacy section#features .text-muted {
  color: #888;
  line-height: 20px;
}
#legacy section#features .section-heading {
  font-size: 28px;
  color: #999;
  margin-top: 20px;
  text-transform: none;
}
@media (max-width: 991px) {
  #legacy section#features .feature-block {
    width: 100%;
    padding-right: 10%;
  }
  #legacy section#features .fa-4x {
    float: left;
    width: 50%;
  }
  #legacy section#features .feature-text {
    float: right;
    padding-top: 5%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  #legacy section#features .feature-block {
    padding-right: 5%;
  }
}
@media (max-width: 600px) {
  #legacy section#features .feature-block {
    padding-right: 10px;
    padding-left: 0;
  }
  #legacy section#features .service-heading {
    margin: 15px 0 5px 0;
  }
  #legacy section#features .feature-text {
    padding-top: 5%;
    width: 50%;
  }
  #legacy section#features .fa-4x {
    width: 50%;
  }
  #legacy section#features h4 {
    font-size: 16px;
  }
  #legacy section#features .text-muted {
    font-size: 12px;
    line-height: 16px;
  }
}
#legacy .service-heading {
  margin: 15px 0;
  text-transform: none;
}
#legacy #portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}
#legacy #portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
#legacy #portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease 0.5s;
}
#legacy #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#legacy #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
#legacy #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#legacy #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#legacy #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#legacy #portfolio .portfolio-item .portfolio-caption {
  margin: 0 auto;
  padding: 25px;
  max-width: 400px;
  text-align: center;
  background-color: #fff;
}
#legacy #portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}
#legacy #portfolio .portfolio-item .portfolio-caption p {
  margin: 0;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
}
#legacy #portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #legacy #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
#legacy .timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
#legacy .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  background-color: #f1f1f1;
}
#legacy .timeline > li {
  position: relative;
  margin-bottom: 50px;
  min-height: 50px;
}
#legacy .timeline > li:after,
#legacy .timeline > li:before {
  content: " ";
  display: table;
}
#legacy .timeline > li:after {
  clear: both;
}
#legacy .timeline > li .timeline-panel {
  float: right;
  position: relative;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
#legacy .timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
#legacy .timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
#legacy .timeline > li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  border: 7px solid #f1f1f1;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  background-color: #00a857;
}
#legacy .timeline > li .timeline-image h4 {
  margin-top: 12px;
  font-size: 10px;
  line-height: 14px;
}
#legacy .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
#legacy .timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
#legacy .timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
#legacy .timeline > li:last-child {
  margin-bottom: 0;
}
#legacy .timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
#legacy .timeline .timeline-heading h4.subheading {
  text-transform: none;
}
#legacy .timeline .timeline-body > p,
#legacy .timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #legacy .timeline:before {
    left: 50%;
  }
  #legacy .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  #legacy .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  #legacy .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  #legacy .timeline > li .timeline-image h4 {
    margin-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }
  #legacy .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #legacy .timeline > li {
    min-height: 150px;
  }
  #legacy .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  #legacy .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  #legacy .timeline > li .timeline-image h4 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
  }
  #legacy .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  #legacy .timeline > li {
    min-height: 170px;
  }
  #legacy .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  #legacy .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  #legacy .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  #legacy .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
#legacy .team-member {
  margin-bottom: 50px;
  text-align: center;
}
#legacy .team-member img {
  margin: 0 auto;
  border: 7px solid #fff;
}
#legacy .team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
#legacy .team-member p {
  margin-top: 0;
}
#legacy aside.clients img {
  margin: 50px auto;
}
#legacy section#samples {
  background-color: #ddd;
  height: 560px;
  padding: 0;
  padding-top: 70px;
  margin: 0 !important;
}
#legacy section#samples .section-heading {
  font-size: 28px;
  color: #777;
}
#legacy section#clients {
  background-color: #2a2a2a;
  height: 540px;
  padding: 0;
  padding-top: 70px;
  margin: 0 !important;
}
#legacy section#clients .section-heading {
  font-size: 28px;
  color: #777;
  text-transform: none;
}
#legacy section#clients .flexitive-embed {
  width: 100%;
  height: 370px;
}
@media (max-width: 1000px) {
  #legacy section#clients {
    background-color: #2a2a2a;
    height: 640px;
    padding: 0;
    padding-top: 70px;
    margin: 0 !important;
  }
  #legacy section#clients .section-heading {
    font-size: 28px;
    color: #777;
  }
  #legacy section#clients .flexitive-embed {
    width: 100%;
    height: 470px;
  }
}
@media (max-width: 700px) {
  #legacy section#clients {
    background-color: #2a2a2a;
    height: 540px;
    padding: 0;
    padding-top: 70px;
    margin: 0 !important;
  }
  #legacy section#clients .section-heading {
    font-size: 28px;
    color: #777;
  }
  #legacy section#clients .flexitive-embed {
    width: 100%;
    height: 370px;
  }
}
@media (max-width: 504px) {
  #legacy section#clients {
    background-color: #2a2a2a;
    height: 750px;
    padding: 0;
    padding-top: 70px;
    margin: 0 !important;
  }
  #legacy section#clients .section-heading {
    font-size: 28px;
    color: #777;
  }
  #legacy section#clients .flexitive-embed {
    width: 100%;
    height: 570px;
  }
}
#legacy section#careers {
  background-color: #eee;
  height: 210px;
  padding: 0;
  padding-top: 45px;
  margin: 0!important;
  text-align: center;
}
#legacy section#careers .section-heading {
  font-size: 28px;
  color: #777;
}
#legacy .pricing-headerbar {
  background-color: #ddd;
  overflow: none;
  padding: 0;
  padding-top: 70px;
  margin: 0 !important;
}
#legacy .pricing-headerbar-ttl {
  font-size: 28px;
  color: #777;
}
#legacy section#pricing {
  background-color: #ddd;
  overflow: auto;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 70px!important;
  margin: 0 !important;
}
#legacy section#pricing .section-heading {
  font-size: 28px;
  color: #777;
  text-transform: none;
}
#legacy .student-id-note {
  padding-top: 90px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1020px) {
  #legacy .student-id-note {
    padding-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  #legacy .pricing--sonam .pricing__feature-list {
    padding: 1.5em 0 18px !important;
  }
}
#legacy section#contact {
  background-image: url(../img/contact-bg.jpg);
  background-position: top center;
  background-repeat: repeat;
}
#legacy section#contact .section-heading {
  color: #fff;
  font-size: 28px;
}
#legacy section#contact .form-group {
  margin-bottom: 18px;
}
#legacy section#contact .form-group input,
#legacy section#contact .form-group textarea {
  padding: 9px;
}
#legacy section#contact .form-group input.form-control {
  height: auto;
}
#legacy section#contact .form-group textarea.form-control {
  height: 236px;
}
#legacy section#contact .form-control:focus {
  border-color: #00a857;
  box-shadow: none;
}
#legacy section#contact::-webkit-input-placeholder {
  text-transform: uppercase;
font-family: Roboto, Montserrat, Arial, sans-serif;
  font-weight: 400;
  color: #bbb;
}
#legacy section#contact:-moz-placeholder {
  text-transform: uppercase;
font-family: Roboto, Montserrat, Arial, sans-serif;
  font-weight: 400;
  color: #bbb;
}
#legacy section#contact::-moz-placeholder {
  text-transform: uppercase;
font-family: Roboto, Montserrat, Arial, sans-serif;
  font-weight: 400;
  color: #bbb;
}
#legacy section#contact:-ms-input-placeholder {
  text-transform: uppercase;
font-family: Roboto, Montserrat, Arial, sans-serif;
  font-weight: 400;
  color: #bbb;
}
#legacy section#contact .text-danger {
  color: #e74c3c;
}
#legacy footer {
  padding: 25px 0;
  text-align: center;
}
#legacy footer span.copyright {
  text-transform: uppercase;
  text-transform: none;
font-family: Roboto, Montserrat, Arial, sans-serif;
  line-height: 40px;
}
#legacy footer ul.quicklinks {
  margin-bottom: 0;
  text-transform: uppercase;
  text-transform: none;
font-family: Roboto, Montserrat, Arial, sans-serif;
  line-height: 40px;
}
#legacy ul.social-buttons {
  margin-bottom: 0;
}
#legacy ul.social-buttons li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  outline: 0;
  color: #fff;
  background-color: #222;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all 0.3s;
}
#legacy ul.social-buttons li a:active,
#legacy ul.social-buttons li a:focus,
#legacy ul.social-buttons li a:hover {
  background-color: #00a857;
}
#legacy .share-padding {
  padding-right: 2px!important;
  padding-left: 2px !important;
}
#legacy ul.share-buttons {
  margin-bottom: 0;
}
#legacy ul.share-buttons li a {
  display: block;
  border-radius: 100%;
  outline: 0;
  color: #fff;
  background-color: #777;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: 30px;
  height: 30px;
  line-height: 31px;
  font-size: 1.3em;
}
#legacy ul.share-buttons li a:active,
#legacy ul.share-buttons li a:focus,
#legacy ul.share-buttons li a:hover {
  background-color: #00a857;
}
#legacy ul.sharetop {
  float: right;
  text-align: center;
  padding-top: 10px;
  font-family: Roboto,Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: .9em;
  font-weight: 700;
  color: #444;
}
@media (max-width: 1045px) {
  #legacy ul.sharetop {
    float: none;
    top: 45px;
    padding-top: 20px;
  }
  #legacy ul.sharetop-menu {
    visibility: hidden;
    float: none;
    top: 0;
    padding-top: 0;
    height: 0;
  }
}
#legacy .btn.active,
#legacy .btn:active,
#legacy .btn:active:focus,
#legacy .btn:focus {
  outline: 0;
}
#legacy .portfolio-modal .modal-content {
  padding: 100px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#legacy .portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
#legacy .portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
#legacy .portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
}
#legacy .portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
#legacy .portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
#legacy .portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}
#legacy .portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
#legacy .portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#legacy .portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #222;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#legacy ::-moz-selection {
  text-shadow: none;
  background: #00a857;
}
#legacy ::selection {
  text-shadow: none;
  background: #00a857;
}
#legacy img::selection {
  background: 0 0;
}
#legacy img::-moz-selection {
  background: 0 0;
}
#legacy body {
  webkit-tap-highlight-color: #00a857;
}
#legacy .flex-logo {
  width: 141px;
  margin-top: -20px;
}
@media (min-width: 990px) {
  #legacy .navbar-shrink img {
    width: 120px;
    margin-top: -8px;
  }
}
@media (max-width: 990px) {
  #legacy .flex-logo {
    width: 105px;
    margin-top: -5px;
  }
}
@font-face {
  font-family: Flat-UI-Pro-Icons;
  src: url(../fonts/glyphicons/flat-ui-icons-regular.eot);
  src: url(../fonts/glyphicons/flat-ui-icons-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons/flat-ui-icons-regular.woff) format('woff'), url(../fonts/glyphicons/flat-ui-icons-regular.ttf) format('truetype'), url(../fonts/glyphicons/flat-ui-icons-regular.svg#flat-ui-icons-regular) format('svg');
}
#legacy [class*=fui-],
#legacy [class^=fui-] {
  font-family: Flat-UI-Pro-Icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#legacy .fui-triangle-up:before {
  content: "\e600";
}
#legacy .fui-triangle-down:before {
  content: "\e601";
}
#legacy .fui-triangle-up-small:before {
  content: "\e602";
}
#legacy .fui-triangle-down-small:before {
  content: "\e603";
}
#legacy .fui-triangle-left-large:before {
  content: "\e604";
}
#legacy .fui-triangle-right-large:before {
  content: "\e605";
}
#legacy .fui-arrow-left:before {
  content: "\e606";
}
#legacy .fui-arrow-right:before {
  content: "\e607";
}
#legacy .fui-plus:before {
  content: "\e608";
}
#legacy .fui-cross:before {
  content: "\e609";
}
#legacy .fui-check:before {
  content: "\e60a";
}
#legacy .fui-radio-unchecked:before {
  content: "\e60b";
}
#legacy .fui-radio-checked:before {
  content: "\e60c";
}
#legacy .fui-checkbox-unchecked:before {
  content: "\e60d";
}
#legacy .fui-checkbox-checked:before {
  content: "\e60e";
}
#legacy .fui-info-circle:before {
  content: "\e60f";
}
#legacy .fui-alert-circle:before {
  content: "\e610";
}
#legacy .fui-question-circle:before {
  content: "\e611";
}
#legacy .fui-check-circle:before {
  content: "\e612";
}
#legacy .fui-cross-circle:before {
  content: "\e613";
}
#legacy .fui-plus-circle:before {
  content: "\e614";
}
#legacy .fui-pause:before {
  content: "\e615";
}
#legacy .fui-play:before {
  content: "\e616";
}
#legacy .fui-volume:before {
  content: "\e617";
}
#legacy .fui-mute:before {
  content: "\e618";
}
#legacy .fui-resize:before {
  content: "\e619";
}
#legacy .fui-list:before {
  content: "\e61a";
}
#legacy .fui-list-thumbnailed:before {
  content: "\e61b";
}
#legacy .fui-list-small-thumbnails:before {
  content: "\e61c";
}
#legacy .fui-list-large-thumbnails:before {
  content: "\e61d";
}
#legacy .fui-list-numbered:before {
  content: "\e61e";
}
#legacy .fui-list-columned:before {
  content: "\e61f";
}
#legacy .fui-list-bulleted:before {
  content: "\e620";
}
#legacy .fui-window:before {
  content: "\e621";
}
#legacy .fui-windows:before {
  content: "\e622";
}
#legacy .fui-loop:before {
  content: "\e623";
}
#legacy .fui-cmd:before {
  content: "\e624";
}
#legacy .fui-mic:before {
  content: "\e625";
}
#legacy .fui-heart:before {
  content: "\e626";
}
#legacy .fui-location:before {
  content: "\e627";
}
#legacy .fui-new:before {
  content: "\e628";
}
#legacy .fui-video:before {
  content: "\e629";
}
#legacy .fui-photo:before {
  content: "\e62a";
}
#legacy .fui-time:before {
  content: "\e62b";
}
#legacy .fui-eye:before {
  content: "\e62c";
}
#legacy .fui-chat:before {
  content: "\e62d";
}
#legacy .fui-home:before {
  content: "\e62e";
}
#legacy .fui-upload:before {
  content: "\e62f";
}
#legacy .fui-search:before {
  content: "\e630";
}
#legacy .fui-user:before {
  content: "\e631";
}
#legacy .fui-mail:before {
  content: "\e632";
}
#legacy .fui-lock:before {
  content: "\e633";
}
#legacy .fui-power:before {
  content: "\e634";
}
#legacy .fui-calendar:before {
  content: "\e635";
}
#legacy .fui-gear:before {
  content: "\e636";
}
#legacy .fui-bookmark:before {
  content: "\e637";
}
#legacy .fui-exit:before {
  content: "\e638";
}
#legacy .fui-trash:before {
  content: "\e639";
}
#legacy .fui-folder:before {
  content: "\e63a";
}
#legacy .fui-bubble:before {
  content: "\e63b";
}
#legacy .fui-export:before {
  content: "\e63c";
}
#legacy .fui-calendar-solid:before {
  content: "\e63d";
}
#legacy .fui-star:before {
  content: "\e63e";
}
#legacy .fui-star-2:before {
  content: "\e63f";
}
#legacy .fui-credit-card:before {
  content: "\e640";
}
#legacy .fui-clip:before {
  content: "\e641";
}
#legacy .fui-link:before {
  content: "\e642";
}
#legacy .fui-tag:before {
  content: "\e643";
}
#legacy .fui-document:before {
  content: "\e644";
}
#legacy .fui-image:before {
  content: "\e645";
}
#legacy .fui-facebook:before {
  content: "\e646";
}
#legacy .fui-youtube:before {
  content: "\e647";
}
#legacy .fui-vimeo:before {
  content: "\e648";
}
#legacy .fui-twitter:before {
  content: "\e649";
}
#legacy .fui-spotify:before {
  content: "\e64a";
}
#legacy .fui-skype:before {
  content: "\e64b";
}
#legacy .fui-pinterest:before {
  content: "\e64c";
}
#legacy .fui-path:before {
  content: "\e64d";
}
#legacy .fui-linkedin:before {
  content: "\e64e";
}
#legacy .fui-google-plus:before {
  content: "\e64f";
}
#legacy .fui-dribbble:before {
  content: "\e650";
}
#legacy .fui-behance:before {
  content: "\e651";
}
#legacy .fui-stumbleupon:before {
  content: "\e652";
}
#legacy .fui-yelp:before {
  content: "\e653";
}
#legacy .fui-wordpress:before {
  content: "\e654";
}
#legacy .fui-windows-8:before {
  content: "\e655";
}
#legacy .fui-vine:before {
  content: "\e656";
}
#legacy .fui-tumblr:before {
  content: "\e657";
}
#legacy .fui-paypal:before {
  content: "\e658";
}
#legacy .fui-lastfm:before {
  content: "\e659";
}
#legacy .fui-instagram:before {
  content: "\e65a";
}
#legacy .fui-html5:before {
  content: "\e65b";
}
#legacy .fui-github:before {
  content: "\e65c";
}
#legacy .fui-foursquare:before {
  content: "\e65d";
}
#legacy .fui-dropbox:before {
  content: "\e65e";
}
#legacy .fui-android:before {
  content: "\e65f";
}
#legacy .fui-apple:before {
  content: "\e660";
}
@media (min-width: 768px) {
  #legacy .lead {
    font-size: 30.006px;
  }
}
#legacy .small,
#legacy small {
  font-size: 83%;
  line-height: 2.067;
}
#legacy .text-muted {
  color: #bdc3c7;
}
#legacy .text-inverse {
  color: #fff;
}
#legacy .text-primary {
  color: #1abc9c;
}
#legacy a.text-primary:hover {
  color: #148f77;
}
#legacy .text-warning {
  color: #f1c40f;
}
#legacy a.text-warning:hover {
  color: #c29d0b;
}
#legacy .text-danger {
  color: #e74c3c;
}
#legacy a.text-danger:hover {
  color: #d62c1a;
}
#legacy .text-success {
  color: #2ecc71;
}
#legacy a.text-success:hover {
  color: #25a25a;
}
#legacy .text-info {
  color: #3498db;
}
#legacy a.text-info:hover {
  color: #217dbb;
}
#legacy .bg-primary {
  color: #fff;
  background-color: #34495e;
}
#legacy a.bg-primary:hover {
  background-color: #222f3d;
}
#legacy .bg-success {
  background-color: #dff0d8;
}
#legacy a.bg-success:hover {
  background-color: #c1e2b3;
}
#legacy .bg-info {
  background-color: #d9edf7;
}
#legacy a.bg-info:hover {
  background-color: #afd9ee;
}
#legacy .bg-warning {
  background-color: #fcf8e3;
}
#legacy a.bg-warning:hover {
  background-color: #f7ecb5;
}
#legacy .bg-danger {
  background-color: #f2dede;
}
#legacy a.bg-danger:hover {
  background-color: #e4b9b9;
}
#legacy .page-header {
  padding-bottom: 14px;
  margin: 60px 0 30px;
  border-bottom: 2px solid #e7e9ec;
}
#legacy ol,
#legacy ul {
  margin-bottom: 15px;
}
#legacy dl {
  margin-bottom: 30px;
}
#legacy dd,
#legacy dt {
  line-height: 1.72222;
}
@media (min-width: 768px) {
  #legacy .dl-horizontal dt {
    width: 160px;
  }
  #legacy .dl-horizontal dd {
    margin-left: 180px;
  }
}
#legacy abbr[data-original-title],
#legacy abbr[title] {
  border-bottom: 1px dotted #bdc3c7;
}
#legacy blockquote {
  padding: 0 0 0 16px;
  margin: 0 0 30px;
  border-left: 3px solid #e7e9ec;
}
#legacy blockquote p {
  margin-bottom: .4em;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
}
#legacy blockquote .small,
#legacy blockquote small {
  font-size: 18px;
  font-style: italic;
  line-height: 1.72222;
  color: inherit;
}
#legacy blockquote .small:before,
#legacy blockquote small:before {
  content: "";
}
#legacy blockquote.pull-right {
  padding-right: 16px;
  padding-left: 0;
  border-right: 3px solid #e7e9ec;
  border-left: 0;
}
#legacy blockquote.pull-right small:after {
  content: "";
}
#legacy address {
  margin-bottom: 30px;
  line-height: 1.72222;
}
#legacy sub,
#legacy sup {
  font-size: 70%;
}
#legacy code,
#legacy kbd,
#legacy pre,
#legacy samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
#legacy code {
  padding: 2px 6px;
  font-size: 85%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
#legacy kbd {
  padding: 2px 6px;
  font-size: 85%;
  color: #fff;
  background-color: #34495e;
  border-radius: 4px;
  box-shadow: none;
}
#legacy pre {
  padding: 8px;
  margin: 0 0 15px;
  font-size: 13px;
  line-height: 1.72222;
  color: inherit;
  white-space: pre;
  background-color: #fff;
  border: 2px solid #e7e9ec;
  border-radius: 6px;
}
#legacy .pre-scrollable {
  max-height: 340px;
}
#legacy .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 5px;
  line-height: 1.72222;
  background-color: #fff;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#legacy .thumbnail a > img,
#legacy .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
#legacy a.thumbnail.active,
#legacy a.thumbnail:focus,
#legacy a.thumbnail:hover {
  border-color: #16a085;
}
#legacy .thumbnail .caption {
  padding: 9px;
  color: #34495e;
}
#legacy .btn2 {
  padding: 16px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  border: none;
  border-radius: 4px;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -webkit-font-smoothing: subpixel-antialiased;
}
#legacy .btn:focus,
#legacy .btn:hover {
  color: #fff;
  outline: 0;
}
#legacy .btn.active,
#legacy .btn:active {
  outline: 0;
  box-shadow: none;
}
#legacy .btn.disabled,
#legacy .btn[disabled],
#legacy fieldset[disabled] .btn {
  color: rgba(255, 255, 255, 0.75);
  background-color: #bdc3c7;
  opacity: 0.7;
}
#legacy .btn > [class^=fui-] {
  position: relative;
  top: 1px;
  margin: 0 1px;
  line-height: 1;
}
#legacy .btn-xs.btn > [class^=fui-] {
  top: 0;
  font-size: 11px;
}
#legacy .btn-hg.btn > [class^=fui-] {
  top: 2px;
}
#legacy .btn-default {
  color: #fff;
  background-color: #bdc3c7;
}
#legacy .btn-default.active,
#legacy .btn-default.hover,
#legacy .btn-default:active,
#legacy .btn-default:focus,
#legacy .btn-default:hover,
#legacy .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
#legacy .btn-default.active,
#legacy .btn-default:active,
#legacy .open > .dropdown-toggle.btn-default {
  background: #a1a6a9;
  border-color: #a1a6a9;
}
#legacy .btn-default.disabled,
#legacy .btn-default.disabled.active,
#legacy .btn-default.disabled.hover,
#legacy .btn-default.disabled:active,
#legacy .btn-default.disabled:focus,
#legacy .btn-default.disabled:hover,
#legacy .btn-default[disabled],
#legacy .btn-default[disabled].active,
#legacy .btn-default[disabled].hover,
#legacy .btn-default[disabled]:active,
#legacy .btn-default[disabled]:focus,
#legacy .btn-default[disabled]:hover,
#legacy fieldset[disabled] .btn-default,
#legacy fieldset[disabled] .btn-default.active,
#legacy fieldset[disabled] .btn-default.hover,
#legacy fieldset[disabled] .btn-default:active,
#legacy fieldset[disabled] .btn-default:focus,
#legacy fieldset[disabled] .btn-default:hover {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
#legacy .btn-default .badge {
  color: #bdc3c7;
  background-color: #fff;
}
#legacy .btn-primary {
  color: #fff;
  background-color: #00a857;
}
#legacy .btn-primary.active,
#legacy .btn-primary.hover,
#legacy .btn-primary:active,
#legacy .btn-primary:focus,
#legacy .btn-primary:hover,
#legacy .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00c465;
  border-color: #00c465;
}
#legacy .btn-primary.active,
#legacy .btn-primary:active,
#legacy .open > .dropdown-toggle.btn-primary {
  background: #00a857;
  border-color: #00a857;
}
#legacy .btn-primary.disabled,
#legacy .btn-primary.disabled.active,
#legacy .btn-primary.disabled.hover,
#legacy .btn-primary.disabled:active,
#legacy .btn-primary.disabled:focus,
#legacy .btn-primary.disabled:hover,
#legacy .btn-primary[disabled],
#legacy .btn-primary[disabled].active,
#legacy .btn-primary[disabled].hover,
#legacy .btn-primary[disabled]:active,
#legacy .btn-primary[disabled]:focus,
#legacy .btn-primary[disabled]:hover,
#legacy fieldset[disabled] .btn-primary,
#legacy fieldset[disabled] .btn-primary.active,
#legacy fieldset[disabled] .btn-primary.hover,
#legacy fieldset[disabled] .btn-primary:active,
#legacy fieldset[disabled] .btn-primary:focus,
#legacy fieldset[disabled] .btn-primary:hover {
  background-color: #bdc3c7;
  border-color: #1abc9c;
}
#legacy .btn-primary .badge {
  color: #1abc9c;
  background-color: #fff;
}
#legacy .btn-info {
  color: #fff;
  background-color: #3498db;
}
#legacy .btn-info.active,
#legacy .btn-info.hover,
#legacy .btn-info:active,
#legacy .btn-info:focus,
#legacy .btn-info:hover,
#legacy .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #5dade2;
  border-color: #5dade2;
}
#legacy .btn-info.active,
#legacy .btn-info:active,
#legacy .open > .dropdown-toggle.btn-info {
  background: #2c81ba;
  border-color: #2c81ba;
}
#legacy .btn-info.disabled,
#legacy .btn-info.disabled.active,
#legacy .btn-info.disabled.hover,
#legacy .btn-info.disabled:active,
#legacy .btn-info.disabled:focus,
#legacy .btn-info.disabled:hover,
#legacy .btn-info[disabled],
#legacy .btn-info[disabled].active,
#legacy .btn-info[disabled].hover,
#legacy .btn-info[disabled]:active,
#legacy .btn-info[disabled]:focus,
#legacy .btn-info[disabled]:hover,
#legacy fieldset[disabled] .btn-info,
#legacy fieldset[disabled] .btn-info.active,
#legacy fieldset[disabled] .btn-info.hover,
#legacy fieldset[disabled] .btn-info:active,
#legacy fieldset[disabled] .btn-info:focus,
#legacy fieldset[disabled] .btn-info:hover {
  background-color: #bdc3c7;
  border-color: #3498db;
}
#legacy .btn-info .badge {
  color: #3498db;
  background-color: #fff;
}
#legacy .btn-danger {
  color: #fff;
  background-color: #e74c3c;
}
#legacy .btn-danger.active,
#legacy .btn-danger.hover,
#legacy .btn-danger:active,
#legacy .btn-danger:focus,
#legacy .btn-danger:hover,
#legacy .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ec7063;
  border-color: #ec7063;
}
#legacy .btn-danger.active,
#legacy .btn-danger:active,
#legacy .open > .dropdown-toggle.btn-danger {
  background: #c44133;
  border-color: #c44133;
}
#legacy .btn-danger.disabled,
#legacy .btn-danger.disabled.active,
#legacy .btn-danger.disabled.hover,
#legacy .btn-danger.disabled:active,
#legacy .btn-danger.disabled:focus,
#legacy .btn-danger.disabled:hover,
#legacy .btn-danger[disabled],
#legacy .btn-danger[disabled].active,
#legacy .btn-danger[disabled].hover,
#legacy .btn-danger[disabled]:active,
#legacy .btn-danger[disabled]:focus,
#legacy .btn-danger[disabled]:hover,
#legacy fieldset[disabled] .btn-danger,
#legacy fieldset[disabled] .btn-danger.active,
#legacy fieldset[disabled] .btn-danger.hover,
#legacy fieldset[disabled] .btn-danger:active,
#legacy fieldset[disabled] .btn-danger:focus,
#legacy fieldset[disabled] .btn-danger:hover {
  background-color: #bdc3c7;
  border-color: #e74c3c;
}
#legacy .btn-danger .badge {
  color: #e74c3c;
  background-color: #fff;
}
#legacy .btn-success {
  color: #fff;
  background-color: #2ecc71;
}
#legacy .btn-success.active,
#legacy .btn-success.hover,
#legacy .btn-success:active,
#legacy .btn-success:focus,
#legacy .btn-success:hover,
#legacy .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #58d68d;
  border-color: #58d68d;
}
#legacy .btn-success.active,
#legacy .btn-success:active,
#legacy .open > .dropdown-toggle.btn-success {
  background: #27ad60;
  border-color: #27ad60;
}
#legacy .btn-success.disabled,
#legacy .btn-success.disabled.active,
#legacy .btn-success.disabled.hover,
#legacy .btn-success.disabled:active,
#legacy .btn-success.disabled:focus,
#legacy .btn-success.disabled:hover,
#legacy .btn-success[disabled],
#legacy .btn-success[disabled].active,
#legacy .btn-success[disabled].hover,
#legacy .btn-success[disabled]:active,
#legacy .btn-success[disabled]:focus,
#legacy .btn-success[disabled]:hover,
#legacy fieldset[disabled] .btn-success,
#legacy fieldset[disabled] .btn-success.active,
#legacy fieldset[disabled] .btn-success.hover,
#legacy fieldset[disabled] .btn-success:active,
#legacy fieldset[disabled] .btn-success:focus,
#legacy fieldset[disabled] .btn-success:hover {
  background-color: #bdc3c7;
  border-color: #2ecc71;
}
#legacy .btn-success .badge {
  color: #2ecc71;
  background-color: #fff;
}
#legacy .btn-warning {
  color: #fff;
  background-color: #f1c40f;
}
#legacy .btn-warning.active,
#legacy .btn-warning.hover,
#legacy .btn-warning:active,
#legacy .btn-warning:focus,
#legacy .btn-warning:hover,
#legacy .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f4d313;
  border-color: #f4d313;
}
#legacy .btn-warning.active,
#legacy .btn-warning:active,
#legacy .open > .dropdown-toggle.btn-warning {
  background: #cda70d;
  border-color: #cda70d;
}
#legacy .btn-warning.disabled,
#legacy .btn-warning.disabled.active,
#legacy .btn-warning.disabled.hover,
#legacy .btn-warning.disabled:active,
#legacy .btn-warning.disabled:focus,
#legacy .btn-warning.disabled:hover,
#legacy .btn-warning[disabled],
#legacy .btn-warning[disabled].active,
#legacy .btn-warning[disabled].hover,
#legacy .btn-warning[disabled]:active,
#legacy .btn-warning[disabled]:focus,
#legacy .btn-warning[disabled]:hover,
#legacy fieldset[disabled] .btn-warning,
#legacy fieldset[disabled] .btn-warning.active,
#legacy fieldset[disabled] .btn-warning.hover,
#legacy fieldset[disabled] .btn-warning:active,
#legacy fieldset[disabled] .btn-warning:focus,
#legacy fieldset[disabled] .btn-warning:hover {
  background-color: #bdc3c7;
  border-color: #f1c40f;
}
#legacy .btn-warning .badge {
  color: #f1c40f;
  background-color: #fff;
}
#legacy .btn-inverse {
  color: #fff;
  background-color: #34495e;
}
#legacy .btn-inverse.active,
#legacy .btn-inverse.hover,
#legacy .btn-inverse:active,
#legacy .btn-inverse:focus,
#legacy .btn-inverse:hover,
#legacy .open > .dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: #415b76;
  border-color: #415b76;
}
#legacy .btn-inverse.active,
#legacy .btn-inverse:active,
#legacy .open > .dropdown-toggle.btn-inverse {
  background: #2c3e50;
  border-color: #2c3e50;
}
#legacy .btn-inverse.disabled,
#legacy .btn-inverse.disabled.active,
#legacy .btn-inverse.disabled.hover,
#legacy .btn-inverse.disabled:active,
#legacy .btn-inverse.disabled:focus,
#legacy .btn-inverse.disabled:hover,
#legacy .btn-inverse[disabled],
#legacy .btn-inverse[disabled].active,
#legacy .btn-inverse[disabled].hover,
#legacy .btn-inverse[disabled]:active,
#legacy .btn-inverse[disabled]:focus,
#legacy .btn-inverse[disabled]:hover,
#legacy fieldset[disabled] .btn-inverse,
#legacy fieldset[disabled] .btn-inverse.active,
#legacy fieldset[disabled] .btn-inverse.hover,
#legacy fieldset[disabled] .btn-inverse:active,
#legacy fieldset[disabled] .btn-inverse:focus,
#legacy fieldset[disabled] .btn-inverse:hover {
  background-color: #bdc3c7;
  border-color: #34495e;
}
#legacy .btn-inverse .badge {
  color: #34495e;
  background-color: #fff;
}
#legacy .btn-embossed {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
#legacy .btn-embossed.active,
#legacy .btn-embossed:active {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}
#legacy .btn-wide {
  min-width: 140px;
  padding-right: 30px;
  padding-left: 30px;
}
#legacy .btn-link {
  color: #16a085;
}
#legacy .btn-link:focus,
#legacy .btn-link:hover {
  color: #1abc9c;
  text-decoration: underline;
  background-color: transparent;
}
#legacy .btn-link[disabled]:focus,
#legacy .btn-link[disabled]:hover,
#legacy fieldset[disabled] .btn-link:focus,
#legacy fieldset[disabled] .btn-link:hover {
  color: #bdc3c7;
  text-decoration: none;
}
#legacy .btn-group-hg > .btn,
#legacy .btn-hg {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.227;
  border-radius: 6px;
}
#legacy .btn-group-lg > .btn,
#legacy .btn-lg {
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
}
#legacy .btn-group-sm > .btn,
#legacy .btn-sm {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}
#legacy .btn-group-xs > .btn,
#legacy .btn-xs {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.083;
  border-radius: 3px;
}
#legacy .btn-tip {
  padding-left: 10px;
  font-size: 92%;
  font-weight: 300;
}
#legacy .btn-block {
  white-space: normal;
}
#legacy .btn-group > .btn + .btn {
  margin-left: 0;
}
#legacy .btn-group > .btn + .dropdown-toggle {
  padding: 10px 12px;
  border-left: 2px solid rgba(52, 73, 94, 0.15);
}
#legacy .btn-group > .btn + .dropdown-toggle .caret {
  margin-right: 3px;
  margin-left: 3px;
}
#legacy .btn-group > .btn.btn-gh + .dropdown-toggle .caret {
  margin-right: 7px;
  margin-left: 7px;
}
#legacy .btn-group > .btn.btn-sm + .dropdown-toggle .caret {
  margin-right: 0;
  margin-left: 0;
}
#legacy .dropdown-toggle .caret {
  margin-left: 8px;
}
#legacy .btn-group-xs > .btn + .dropdown-toggle {
  padding: 6px 9px;
}
#legacy .btn-group-sm > .btn + .dropdown-toggle {
  padding: 9px 13px;
}
#legacy .btn-group-lg > .btn + .dropdown-toggle {
  padding: 10px 19px;
}
#legacy .btn-group-hg > .btn + .dropdown-toggle {
  padding: 13px 20px;
}
#legacy .btn-xs .caret {
  border-width: 6px 4px 0;
  border-bottom-width: 0;
}
#legacy .btn-lg .caret {
  border-width: 8px 6px 0;
  border-bottom-width: 0;
}
#legacy .dropup .btn-lg .caret {
  border-width: 0 6px 8px;
}
#legacy .dropup .btn-xs .caret {
  border-width: 0 4px 6px;
}
#legacy .btn-group > .btn,
#legacy .btn-group > .dropdown-menu,
#legacy .btn-group > .popover {
  font-weight: 400;
}
#legacy .btn-group:focus .dropdown-toggle {
  outline: 0;
  -webkit-transition: .25s;
  transition: 0.25s;
}
#legacy .btn-group.open .dropdown-toggle {
  color: rgba(255, 255, 255, 0.75);
  box-shadow: none;
}
#legacy .btn-toolbar .btn.active {
  color: #fff;
}
#legacy .btn-toolbar .btn > [class^=fui-] {
  margin: 0 1px;
  font-size: 16px;
}
#legacy legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: inherit;
  color: inherit;
  border-bottom: none;
}
#legacy textarea {
  padding: 5px 11px;
  font-size: 20px;
  line-height: 24px;
}
#legacy input[type=search] {
  -webkit-appearance: none !important;
}
#legacy label {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.4;
}
#legacy .form-control::-moz-placeholder,
#legacy .select2-search input[type=text]::-moz-placeholder {
  color: #888;
  font-weight: 400;
  opacity: 1;
}
#legacy .form-control:-ms-input-placeholder,
#legacy .select2-search input[type=text]:-ms-input-placeholder {
  font-weight: 400;
  color: #888;
}
#legacy .form-control::-webkit-input-placeholder,
#legacy .select2-search input[type=text]::-webkit-input-placeholder {
  font-weight: 400;
  color: #888;
}
#legacy .form-control,
#legacy .select2-search input[type=text] {
  height: 42px;
  padding: 8px 12px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.467;
  color: #333;
  font-weight: 700;
  border: 3px solid #bdc3c7;
  border-radius: 6px;
  box-shadow: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
#legacy .form-control:focus,
#legacy .form-group.focus .form-control,
#legacy .form-group.focus .select2-search input[type=text],
#legacy .select2-search input[type=text]:focus {
  border-color: #1abc9c;
  outline: 0;
  box-shadow: none;
}
#legacy .form-control[disabled],
#legacy .form-control[readonly],
#legacy .select2-search input[type=text][disabled],
#legacy .select2-search input[type=text][readonly],
#legacy fieldset[disabled] .form-control,
#legacy fieldset[disabled] .select2-search input[type=text] {
  color: #d5dbdb;
  cursor: default;
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  opacity: 0.7;
}
#legacy .form-control.flat,
#legacy .select2-search input[type=text].flat {
  border-color: transparent;
}
#legacy .form-control.flat:hover,
#legacy .select2-search input[type=text].flat:hover {
  border-color: #bdc3c7;
}
#legacy .form-control.flat:focus,
#legacy .select2-search input[type=text].flat:focus {
  border-color: #1abc9c;
}
#legacy .form-horizontal .form-group-sm .form-control,
#legacy .form-horizontal .form-group-sm .select2-search input[type=text],
#legacy .input-sm,
#legacy .select2-search input[type=text] {
  height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.462;
  border-radius: 6px;
}
#legacy select.input-sm,
#legacy select.select2-search input[type=text] {
  height: 35px;
  line-height: 35px;
}
#legacy select[multiple].input-sm,
#legacy select[multiple].select2-search input[type=text],
#legacy textarea.input-sm,
#legacy textarea.select2-search input[type=text] {
  height: auto;
}
#legacy .form-horizontal .form-group-lg .form-control,
#legacy .form-horizontal .form-group-lg .select2-search input[type=text],
#legacy .input-lg {
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.235;
  border-radius: 6px;
}
#legacy select.input-lg {
  height: 45px;
  line-height: 45px;
}
#legacy select[multiple].input-lg,
#legacy textarea.input-lg {
  height: auto;
}
#legacy .form-horizontal .form-group-hg .form-control,
#legacy .form-horizontal .form-group-hg .select2-search input[type=text],
#legacy .input-hg {
  height: 53px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.318;
  border-radius: 6px;
}
#legacy select.input-hg {
  height: 53px;
  line-height: 53px;
}
#legacy select[multiple].input-hg,
#legacy textarea.input-hg {
  height: auto;
}
#legacy .form-control-feedback {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 0 12px 0 0;
  margin-top: 1px;
  font-size: 17px;
  line-height: 36px;
  color: #b2bcc5;
  background-color: transparent;
  border-radius: 6px;
}
#legacy .input-hg + .form-control-feedback {
  width: auto;
  height: 48px;
  padding-right: 16px;
  font-size: 20px;
  line-height: 48px;
}
#legacy .input-lg + .form-control-feedback {
  width: auto;
  height: 40px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 40px;
}
#legacy .input-sm + .form-control-feedback,
#legacy .select2-search input[type=text] + .form-control-feedback {
  width: auto;
  height: 29px;
  padding-right: 10px;
  line-height: 29px;
}
#legacy .has-success .checkbox,
#legacy .has-success .checkbox-inline,
#legacy .has-success .control-label,
#legacy .has-success .help-block,
#legacy .has-success .radio,
#legacy .has-success .radio-inline {
  color: #2ecc71;
}
#legacy .has-success .form-control,
#legacy .has-success .select2-search input[type=text] {
  color: #2ecc71;
  border-color: #2ecc71;
  box-shadow: none;
}
#legacy .has-success .form-control::-moz-placeholder,
#legacy .has-success .select2-search input[type=text]::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}
#legacy .has-success .form-control:-ms-input-placeholder,
#legacy .has-success .select2-search input[type=text]:-ms-input-placeholder {
  color: #2ecc71;
}
#legacy .has-success .form-control::-webkit-input-placeholder,
#legacy .has-success .select2-search input[type=text]::-webkit-input-placeholder {
  color: #2ecc71;
}
#legacy .has-success .form-control:focus,
#legacy .has-success .select2-search input[type=text]:focus {
  border-color: #2ecc71;
  box-shadow: none;
}
#legacy .has-success .input-group-addon {
  color: #2ecc71;
  background-color: #fff;
  border-color: #2ecc71;
}
#legacy .has-success .form-control-feedback {
  color: #2ecc71;
}
#legacy .has-warning .checkbox,
#legacy .has-warning .checkbox-inline,
#legacy .has-warning .control-label,
#legacy .has-warning .help-block,
#legacy .has-warning .radio,
#legacy .has-warning .radio-inline {
  color: #f1c40f;
}
#legacy .has-warning .form-control,
#legacy .has-warning .select2-search input[type=text] {
  color: #f1c40f;
  border-color: #f1c40f;
  box-shadow: none;
}
#legacy .has-warning .form-control::-moz-placeholder,
#legacy .has-warning .select2-search input[type=text]::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}
#legacy .has-warning .form-control:-ms-input-placeholder,
#legacy .has-warning .select2-search input[type=text]:-ms-input-placeholder {
  color: #f1c40f;
}
#legacy .has-warning .form-control::-webkit-input-placeholder,
#legacy .has-warning .select2-search input[type=text]::-webkit-input-placeholder {
  color: #f1c40f;
}
#legacy .has-warning .form-control:focus,
#legacy .has-warning .select2-search input[type=text]:focus {
  border-color: #f1c40f;
  box-shadow: none;
}
#legacy .has-warning .input-group-addon {
  color: #f1c40f;
  background-color: #fff;
  border-color: #f1c40f;
}
#legacy .has-warning .form-control-feedback {
  color: #f1c40f;
}
#legacy .has-error .checkbox,
#legacy .has-error .checkbox-inline,
#legacy .has-error .control-label,
#legacy .has-error .help-block,
#legacy .has-error .radio,
#legacy .has-error .radio-inline {
  color: #e74c3c;
}
#legacy .has-error .form-control,
#legacy .has-error .select2-search input[type=text] {
  color: #e74c3c;
  border-color: #e74c3c;
  box-shadow: none;
}
#legacy .has-error .form-control::-moz-placeholder,
#legacy .has-error .select2-search input[type=text]::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}
#legacy .has-error .form-control:-ms-input-placeholder,
#legacy .has-error .select2-search input[type=text]:-ms-input-placeholder {
  color: #e74c3c;
}
#legacy .has-error .form-control::-webkit-input-placeholder,
#legacy .has-error .select2-search input[type=text]::-webkit-input-placeholder {
  color: #e74c3c;
}
#legacy .has-error .form-control:focus,
#legacy .has-error .select2-search input[type=text]:focus {
  border-color: #e74c3c;
  box-shadow: none;
}
#legacy .has-error .input-group-addon {
  color: #e74c3c;
  background-color: #fff;
  border-color: #e74c3c;
}
#legacy .has-error .form-control-feedback {
  color: #e74c3c;
}
#legacy .form-control.disabled + .form-control-feedback,
#legacy .form-control[disabled] + .form-control-feedback,
#legacy .form-control[readonly] + .form-control-feedback,
#legacy .select2-search input[type=text].disabled + .form-control-feedback,
#legacy .select2-search input[type=text][disabled] + .form-control-feedback,
#legacy .select2-search input[type=text][readonly] + .form-control-feedback,
#legacy fieldset[disabled] .form-control + .form-control-feedback,
#legacy fieldset[disabled] .select2-search input[type=text] + .form-control-feedback {
  color: #d5dbdb;
  background-color: transparent;
  opacity: 0.7;
}
#legacy .help-block {
  margin-bottom: 5px;
  font-size: 14px;
  color: #6b7a88;
}
#legacy .form-group {
  position: relative;
  margin-bottom: 20px;
}
#legacy .form-horizontal .checkbox,
#legacy .form-horizontal .checkbox-inline,
#legacy .form-horizontal .radio,
#legacy .form-horizontal .radio-inline {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #legacy .form-horizontal .control-label {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
#legacy .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
#legacy .form-horizontal .form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  #legacy .form-horizontal .form-group-hg .control-label {
    padding-top: 2px;
    padding-bottom: 0;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  #legacy .form-horizontal .form-group-lg .control-label {
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  #legacy .form-horizontal .form-group-sm .control-label {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
  }
}
#legacy .input-group .form-control,
#legacy .input-group .select2-search input[type=text] {
  position: static;
}
#legacy .input-group-hg > .form-control,
#legacy .input-group-hg > .input-group-addon,
#legacy .input-group-hg > .input-group-btn > .btn,
#legacy .input-group-hg > .select2-search input[type=text] {
  height: 53px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.318;
  border-radius: 6px;
}
#legacy select.input-group-hg > .form-control,
#legacy select.input-group-hg > .input-group-addon,
#legacy select.input-group-hg > .input-group-btn > .btn,
#legacy select.input-group-hg > .select2-search input[type=text] {
  height: 53px;
  line-height: 53px;
}
#legacy select[multiple].input-group-hg > .form-control,
#legacy select[multiple].input-group-hg > .input-group-addon,
#legacy select[multiple].input-group-hg > .input-group-btn > .btn,
#legacy select[multiple].input-group-hg > .select2-search input[type=text],
#legacy textarea.input-group-hg > .form-control,
#legacy textarea.input-group-hg > .input-group-addon,
#legacy textarea.input-group-hg > .input-group-btn > .btn,
#legacy textarea.input-group-hg > .select2-search input[type=text] {
  height: auto;
}
#legacy .input-group-lg > .form-control,
#legacy .input-group-lg > .input-group-addon,
#legacy .input-group-lg > .input-group-btn > .btn,
#legacy .input-group-lg > .select2-search input[type=text] {
  height: 45px;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.235;
  border-radius: 6px;
}
#legacy select.input-group-lg > .form-control,
#legacy select.input-group-lg > .input-group-addon,
#legacy select.input-group-lg > .input-group-btn > .btn,
#legacy select.input-group-lg > .select2-search input[type=text] {
  height: 45px;
  line-height: 45px;
}
#legacy select[multiple].input-group-lg > .form-control,
#legacy select[multiple].input-group-lg > .input-group-addon,
#legacy select[multiple].input-group-lg > .input-group-btn > .btn,
#legacy select[multiple].input-group-lg > .select2-search input[type=text],
#legacy textarea.input-group-lg > .form-control,
#legacy textarea.input-group-lg > .input-group-addon,
#legacy textarea.input-group-lg > .input-group-btn > .btn,
#legacy textarea.input-group-lg > .select2-search input[type=text] {
  height: auto;
}
#legacy .input-group-sm > .form-control,
#legacy .input-group-sm > .input-group-addon,
#legacy .input-group-sm > .input-group-btn > .btn,
#legacy .input-group-sm > .select2-search input[type=text] {
  height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.462;
  border-radius: 6px;
}
#legacy select.input-group-sm > .form-control,
#legacy select.input-group-sm > .input-group-addon,
#legacy select.input-group-sm > .input-group-btn > .btn,
#legacy select.input-group-sm > .select2-search input[type=text] {
  height: 35px;
  line-height: 35px;
}
#legacy select[multiple].input-group-sm > .form-control,
#legacy select[multiple].input-group-sm > .input-group-addon,
#legacy select[multiple].input-group-sm > .input-group-btn > .btn,
#legacy select[multiple].input-group-sm > .select2-search input[type=text],
#legacy textarea.input-group-sm > .form-control,
#legacy textarea.input-group-sm > .input-group-addon,
#legacy textarea.input-group-sm > .input-group-btn > .btn,
#legacy textarea.input-group-sm > .select2-search input[type=text] {
  height: auto;
}
#legacy .input-group-addon {
  padding: 10px 12px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #bdc3c7;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
#legacy .input-group-hg .input-group-addon,
#legacy .input-group-lg .input-group-addon,
#legacy .input-group-sm .input-group-addon {
  line-height: 1;
}
#legacy .input-group .form-control:first-child,
#legacy .input-group .select2-search input[type=text]:first-child,
#legacy .input-group-addon:first-child,
#legacy .input-group-btn:first-child > .btn,
#legacy .input-group-btn:first-child > .dropdown-toggle,
#legacy .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#legacy .input-group .form-control:last-child,
#legacy .input-group .select2-search input[type=text]:last-child,
#legacy .input-group-addon:last-child,
#legacy .input-group-btn:first-child > .btn:not(:first-child),
#legacy .input-group-btn:last-child > .btn,
#legacy .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#legacy .form-group.focus .input-group-addon,
#legacy .input-group.focus .input-group-addon {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
#legacy .form-group.focus .input-group-btn > .btn-default + .btn-default,
#legacy .input-group.focus .input-group-btn > .btn-default + .btn-default {
  border-left-color: #16a085;
}
#legacy .form-group.focus .input-group-btn .btn,
#legacy .input-group.focus .input-group-btn .btn {
  color: #1abc9c;
  background-color: #fff;
  border-color: #1abc9c;
}
#legacy .form-group.focus .input-group-btn .btn-default,
#legacy .input-group.focus .input-group-btn .btn-default {
  color: #fff;
  background-color: #1abc9c;
}
#legacy .form-group.focus .input-group-btn .btn-default.active,
#legacy .form-group.focus .input-group-btn .btn-default.hover,
#legacy .form-group.focus .input-group-btn .btn-default:active,
#legacy .form-group.focus .input-group-btn .btn-default:focus,
#legacy .form-group.focus .input-group-btn .btn-default:hover,
#legacy .input-group.focus .input-group-btn .btn-default.active,
#legacy .input-group.focus .input-group-btn .btn-default.hover,
#legacy .input-group.focus .input-group-btn .btn-default:active,
#legacy .input-group.focus .input-group-btn .btn-default:focus,
#legacy .input-group.focus .input-group-btn .btn-default:hover,
#legacy .open > .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
#legacy .open > .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
  color: #fff;
  background-color: #00c465;
  border-color: #00c465;
}
#legacy .form-group.focus .input-group-btn .btn-default.active,
#legacy .form-group.focus .input-group-btn .btn-default:active,
#legacy .input-group.focus .input-group-btn .btn-default.active,
#legacy .input-group.focus .input-group-btn .btn-default:active,
#legacy .open > .dropdown-toggle.form-group.focus .input-group-btn .btn-default,
#legacy .open > .dropdown-toggle.input-group.focus .input-group-btn .btn-default {
  background: #16a085;
  border-color: #16a085;
}
#legacy .form-group.focus .input-group-btn .btn-default.disabled,
#legacy .form-group.focus .input-group-btn .btn-default.disabled.active,
#legacy .form-group.focus .input-group-btn .btn-default.disabled.hover,
#legacy .form-group.focus .input-group-btn .btn-default.disabled:active,
#legacy .form-group.focus .input-group-btn .btn-default.disabled:focus,
#legacy .form-group.focus .input-group-btn .btn-default.disabled:hover,
#legacy .form-group.focus .input-group-btn .btn-default[disabled],
#legacy .form-group.focus .input-group-btn .btn-default[disabled].active,
#legacy .form-group.focus .input-group-btn .btn-default[disabled].hover,
#legacy .form-group.focus .input-group-btn .btn-default[disabled]:active,
#legacy .form-group.focus .input-group-btn .btn-default[disabled]:focus,
#legacy .form-group.focus .input-group-btn .btn-default[disabled]:hover,
#legacy .input-group.focus .input-group-btn .btn-default.disabled,
#legacy .input-group.focus .input-group-btn .btn-default.disabled.active,
#legacy .input-group.focus .input-group-btn .btn-default.disabled.hover,
#legacy .input-group.focus .input-group-btn .btn-default.disabled:active,
#legacy .input-group.focus .input-group-btn .btn-default.disabled:focus,
#legacy .input-group.focus .input-group-btn .btn-default.disabled:hover,
#legacy .input-group.focus .input-group-btn .btn-default[disabled],
#legacy .input-group.focus .input-group-btn .btn-default[disabled].active,
#legacy .input-group.focus .input-group-btn .btn-default[disabled].hover,
#legacy .input-group.focus .input-group-btn .btn-default[disabled]:active,
#legacy .input-group.focus .input-group-btn .btn-default[disabled]:focus,
#legacy .input-group.focus .input-group-btn .btn-default[disabled]:hover,
#legacy fieldset[disabled] .form-group.focus .input-group-btn .btn-default,
#legacy fieldset[disabled] .form-group.focus .input-group-btn .btn-default.active,
#legacy fieldset[disabled] .form-group.focus .input-group-btn .btn-default.hover,
#legacy fieldset[disabled] .form-group.focus .input-group-btn .btn-default:active,
#legacy fieldset[disabled] .form-group.focus .input-group-btn .btn-default:focus,
#legacy fieldset[disabled] .form-group.focus .input-group-btn .btn-default:hover,
#legacy fieldset[disabled] .input-group.focus .input-group-btn .btn-default,
#legacy fieldset[disabled] .input-group.focus .input-group-btn .btn-default.active,
#legacy fieldset[disabled] .input-group.focus .input-group-btn .btn-default.hover,
#legacy fieldset[disabled] .input-group.focus .input-group-btn .btn-default:active,
#legacy fieldset[disabled] .input-group.focus .input-group-btn .btn-default:focus,
#legacy fieldset[disabled] .input-group.focus .input-group-btn .btn-default:hover {
  background-color: #bdc3c7;
  border-color: #1abc9c;
}
#legacy .form-group.focus .input-group-btn .btn-default .badge,
#legacy .input-group.focus .input-group-btn .btn-default .badge {
  color: #1abc9c;
  background-color: #fff;
}
#legacy .input-group-btn .btn {
  height: 42px;
  line-height: 18px;
  color: #bdc3c7;
  background-color: #fff;
  border: 2px solid #bdc3c7;
}
#legacy .input-group-btn .btn-default {
  color: #fff;
  background-color: #bdc3c7;
}
#legacy .input-group-btn .btn-default.active,
#legacy .input-group-btn .btn-default.hover,
#legacy .input-group-btn .btn-default:active,
#legacy .input-group-btn .btn-default:focus,
#legacy .input-group-btn .btn-default:hover,
#legacy .open > .dropdown-toggle.input-group-btn .btn-default {
  color: #fff;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
#legacy .input-group-btn .btn-default.active,
#legacy .input-group-btn .btn-default:active,
#legacy .open > .dropdown-toggle.input-group-btn .btn-default {
  background: #a1a6a9;
  border-color: #a1a6a9;
}
#legacy .input-group-btn .btn-default.disabled,
#legacy .input-group-btn .btn-default.disabled.active,
#legacy .input-group-btn .btn-default.disabled.hover,
#legacy .input-group-btn .btn-default.disabled:active,
#legacy .input-group-btn .btn-default.disabled:focus,
#legacy .input-group-btn .btn-default.disabled:hover,
#legacy .input-group-btn .btn-default[disabled],
#legacy .input-group-btn .btn-default[disabled].active,
#legacy .input-group-btn .btn-default[disabled].hover,
#legacy .input-group-btn .btn-default[disabled]:active,
#legacy .input-group-btn .btn-default[disabled]:focus,
#legacy .input-group-btn .btn-default[disabled]:hover,
#legacy fieldset[disabled] .input-group-btn .btn-default,
#legacy fieldset[disabled] .input-group-btn .btn-default.active,
#legacy fieldset[disabled] .input-group-btn .btn-default.hover,
#legacy fieldset[disabled] .input-group-btn .btn-default:active,
#legacy fieldset[disabled] .input-group-btn .btn-default:focus,
#legacy fieldset[disabled] .input-group-btn .btn-default:hover {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
#legacy .input-group-btn .btn-default .badge {
  color: #bdc3c7;
  background-color: #fff;
}
#legacy .input-group-hg .input-group-btn .btn {
  line-height: 31px;
}
#legacy .input-group-lg .input-group-btn .btn {
  line-height: 21px;
}
#legacy .input-group-sm .input-group-btn .btn {
  line-height: 19px;
}
#legacy .input-group-btn:first-child > .btn {
  margin-right: -3px;
  border-right-width: 0;
}
#legacy .input-group-btn:last-child > .btn {
  margin-left: -3px;
  border-left-width: 0;
}
#legacy .input-group-btn > .btn-default + .btn-default {
  border-left: 2px solid #bdc3c7;
}
#legacy .input-group-btn > .btn:first-child + .btn .caret {
  margin-left: 0;
}
#legacy .input-group-rounded .input-group-btn + .form-control,
#legacy .input-group-rounded .input-group-btn + .select2-search input[type=text],
#legacy .input-group-rounded .input-group-btn:last-child .btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#legacy .input-group-hg.input-group-rounded .input-group-btn + .form-control,
#legacy .input-group-hg.input-group-rounded .input-group-btn + .select2-search input[type=text],
#legacy .input-group-hg.input-group-rounded .input-group-btn:last-child .btn {
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
}
#legacy .input-group-lg.input-group-rounded .input-group-btn + .form-control,
#legacy .input-group-lg.input-group-rounded .input-group-btn + .select2-search input[type=text],
#legacy .input-group-lg.input-group-rounded .input-group-btn:last-child .btn {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#legacy .input-group-rounded .form-control:first-child,
#legacy .input-group-rounded .input-group-btn:first-child .btn,
#legacy .input-group-rounded .select2-search input[type=text]:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#legacy .input-group-hg.input-group-rounded .form-control:first-child,
#legacy .input-group-hg.input-group-rounded .input-group-btn:first-child .btn,
#legacy .input-group-hg.input-group-rounded .select2-search input[type=text]:first-child {
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
}
#legacy .input-group-lg.input-group-rounded .form-control:first-child,
#legacy .input-group-lg.input-group-rounded .input-group-btn:first-child .btn,
#legacy .input-group-lg.input-group-rounded .select2-search input[type=text]:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
#legacy .input-group-rounded .input-group-btn + .form-control,
#legacy .input-group-rounded .input-group-btn + .select2-search input[type=text] {
  padding-left: 0;
}
#legacy .select {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 220px;
  vertical-align: top;
}
#legacy .form-group .select {
  width: 100%;
}
#legacy .form-group .select > .select2-choice {
  width: 100%;
}
#legacy .select.form-control,
#legacy .select.select2-search input[type=text] {
  height: auto;
  padding: 0;
  border: none;
}
#legacy .select2-choice {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 39px 10px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  border: none;
  border-radius: 4px;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
#legacy .select2-choice:focus,
#legacy .select2-choice:hover {
  outline: 0;
}
#legacy .select2-choice:active {
  outline: 0;
  box-shadow: none;
}
#legacy .select2-container-disabled .select2-choice {
  opacity: 0.7;
}
#legacy .select2-chosen {
  overflow: hidden;
  text-align: left;
}
#legacy .select2-arrow {
  position: absolute;
  top: 42%;
  right: 16px;
  display: inline-block;
  border-color: #34495e transparent;
  border-style: solid;
  border-width: 8px 6px;
  border-bottom-style: none;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
#legacy .select2-arrow b {
  display: none;
}
#legacy .btn-lg .select2-arrow {
  border-top-width: 8px;
  border-right-width: 6px;
  border-left-width: 6px;
}
#legacy .select-default .select2-choice {
  color: #fff;
  background-color: #bdc3c7;
}
#legacy .select-default .select2-choice.hover,
#legacy .select-default .select2-choice:active,
#legacy .select-default .select2-choice:focus,
#legacy .select-default .select2-choice:hover {
  color: #fff;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
#legacy .select-default .select2-choice:active {
  background: #a1a6a9;
  border-color: #a1a6a9;
}
#legacy .select2-container-disabled.select-default .select2-choice,
#legacy .select2-container-disabled.select-default .select2-choice:active,
#legacy .select2-container-disabled.select-default .select2-choice:focus,
#legacy .select2-container-disabled.select-default .select2-choice:hover {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
#legacy .select-default .select2-choice .select2-arrow {
  border-top-color: #fff;
}
#legacy .select-primary .select2-choice {
  color: #fff;
  background-color: #1abc9c;
}
#legacy .select-primary .select2-choice.hover,
#legacy .select-primary .select2-choice:active,
#legacy .select-primary .select2-choice:focus,
#legacy .select-primary .select2-choice:hover {
  color: #fff;
  background-color: #00c465;
  border-color: #00c465;
}
#legacy .select-primary .select2-choice:active {
  background: #16a085;
  border-color: #16a085;
}
#legacy .select2-container-disabled.select-primary .select2-choice,
#legacy .select2-container-disabled.select-primary .select2-choice:active,
#legacy .select2-container-disabled.select-primary .select2-choice:focus,
#legacy .select2-container-disabled.select-primary .select2-choice:hover {
  background-color: #bdc3c7;
  border-color: #1abc9c;
}
#legacy .select-primary .select2-choice .select2-arrow {
  border-top-color: #fff;
}
#legacy .select-info .select2-choice {
  color: #fff;
  background-color: #3498db;
}
#legacy .select-info .select2-choice.hover,
#legacy .select-info .select2-choice:active,
#legacy .select-info .select2-choice:focus,
#legacy .select-info .select2-choice:hover {
  color: #fff;
  background-color: #5dade2;
  border-color: #5dade2;
}
#legacy .select-info .select2-choice:active {
  background: #2c81ba;
  border-color: #2c81ba;
}
#legacy .select2-container-disabled.select-info .select2-choice,
#legacy .select2-container-disabled.select-info .select2-choice:active,
#legacy .select2-container-disabled.select-info .select2-choice:focus,
#legacy .select2-container-disabled.select-info .select2-choice:hover {
  background-color: #bdc3c7;
  border-color: #3498db;
}
#legacy .select-info .select2-choice .select2-arrow {
  border-top-color: #fff;
}
#legacy .select-danger .select2-choice {
  color: #fff;
  background-color: #e74c3c;
}
#legacy .select-danger .select2-choice.hover,
#legacy .select-danger .select2-choice:active,
#legacy .select-danger .select2-choice:focus,
#legacy .select-danger .select2-choice:hover {
  color: #fff;
  background-color: #ec7063;
  border-color: #ec7063;
}
#legacy .select-danger .select2-choice:active {
  background: #c44133;
  border-color: #c44133;
}
#legacy .select2-container-disabled.select-danger .select2-choice,
#legacy .select2-container-disabled.select-danger .select2-choice:active,
#legacy .select2-container-disabled.select-danger .select2-choice:focus,
#legacy .select2-container-disabled.select-danger .select2-choice:hover {
  background-color: #bdc3c7;
  border-color: #e74c3c;
}
#legacy .select-danger .select2-choice .select2-arrow {
  border-top-color: #fff;
}
#legacy .select-success .select2-choice {
  color: #fff;
  background-color: #2ecc71;
}
#legacy .select-success .select2-choice.hover,
#legacy .select-success .select2-choice:active,
#legacy .select-success .select2-choice:focus,
#legacy .select-success .select2-choice:hover {
  color: #fff;
  background-color: #58d68d;
  border-color: #58d68d;
}
#legacy .select-success .select2-choice:active {
  background: #27ad60;
  border-color: #27ad60;
}
#legacy .select2-container-disabled.select-success .select2-choice,
#legacy .select2-container-disabled.select-success .select2-choice:active,
#legacy .select2-container-disabled.select-success .select2-choice:focus,
#legacy .select2-container-disabled.select-success .select2-choice:hover {
  background-color: #bdc3c7;
  border-color: #2ecc71;
}
#legacy .select-success .select2-choice .select2-arrow {
  border-top-color: #fff;
}
#legacy .select-warning .select2-choice {
  color: #fff;
  background-color: #f1c40f;
}
#legacy .select-warning .select2-choice.hover,
#legacy .select-warning .select2-choice:active,
#legacy .select-warning .select2-choice:focus,
#legacy .select-warning .select2-choice:hover {
  color: #fff;
  background-color: #f4d313;
  border-color: #f4d313;
}
#legacy .select-warning .select2-choice:active {
  background: #cda70d;
  border-color: #cda70d;
}
#legacy .select2-container-disabled.select-warning .select2-choice,
#legacy .select2-container-disabled.select-warning .select2-choice:active,
#legacy .select2-container-disabled.select-warning .select2-choice:focus,
#legacy .select2-container-disabled.select-warning .select2-choice:hover {
  background-color: #bdc3c7;
  border-color: #f1c40f;
}
#legacy .select-warning .select2-choice .select2-arrow {
  border-top-color: #fff;
}
#legacy .select-inverse .select2-choice {
  color: #fff;
  background-color: #34495e;
}
#legacy .select-inverse .select2-choice.hover,
#legacy .select-inverse .select2-choice:active,
#legacy .select-inverse .select2-choice:focus,
#legacy .select-inverse .select2-choice:hover {
  color: #fff;
  background-color: #415b76;
  border-color: #415b76;
}
#legacy .select-inverse .select2-choice:active {
  background: #2c3e50;
  border-color: #2c3e50;
}
#legacy .select2-container-disabled.select-inverse .select2-choice,
#legacy .select2-container-disabled.select-inverse .select2-choice:active,
#legacy .select2-container-disabled.select-inverse .select2-choice:focus,
#legacy .select2-container-disabled.select-inverse .select2-choice:hover {
  background-color: #bdc3c7;
  border-color: #34495e;
}
#legacy .select-inverse .select2-choice .select2-arrow {
  border-top-color: #fff;
}
#legacy .select2-container.select-hg > .select2-choice {
  padding: 13px 20px;
  padding-right: 49px;
  font-size: 22px;
  line-height: 1.227;
  border-radius: 6px;
}
#legacy .select2-container.select-hg > .select2-choice .filter-option {
  top: 13px;
  right: 40px;
  left: 20px;
}
#legacy .select2-container.select-hg > .select2-choice .select2-arrow {
  right: 20px;
}
#legacy .select2-container.select-hg > .select2-choice > [class^=fui-] {
  top: 2px;
}
#legacy .select2-container.select-lg > .select2-choice {
  padding: 10px 19px;
  padding-right: 47px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
}
#legacy .select2-container.select-lg > .select2-choice .filter-option {
  right: 38px;
  left: 18px;
}
#legacy .select2-container.select-sm > .select2-choice {
  padding: 9px 13px;
  padding-right: 35px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}
#legacy .select2-container.select-sm > .select2-choice .filter-option {
  right: 33px;
  left: 13px;
}
#legacy .select2-container.select-sm > .select2-choice .select2-arrow {
  right: 13px;
}
#legacy .multiselect {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 220px;
  max-width: none;
  font-size: 0;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  border-radius: 6px;
}
#legacy .form-group .multiselect {
  width: 100%;
}
#legacy .form-group .multiselect > .select2-choice {
  width: 100%;
}
#legacy .multiselect.form-control,
#legacy .multiselect.select2-search input[type=text] {
  height: auto;
  padding: 6px 1px 1px 6px;
  border: 2px solid #ebedef;
}
#legacy .select2-choices {
  position: relative;
  min-height: 26px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: text;
}
#legacy .select2-choices li {
  float: left;
  list-style: none;
}
#legacy .select2-search-choice {
  position: relative;
  display: inline-block;
  height: 27px;
  padding: 6px 21px;
  margin: 0 5px 4px 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: .25s linear;
  transition: 0.25s linear;
}
#legacy .select2-search-choice:hover {
  padding-right: 28px;
  padding-left: 14px;
  color: #fff;
}
#legacy .select2-search-choice:hover .select2-search-choice-close {
  color: inherit;
  filter: none;
  opacity: 1;
  -webkit-filter: none;
}
#legacy .select2-search-choice .select2-search-choice-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding-right: 10px;
  font-size: 12px;
  color: #fff;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .25s linear;
  transition: opacity 0.25s linear;
}
#legacy .select2-search-choice .select2-search-choice-close:after {
  font-family: Flat-UI-Pro-Icons;
  line-height: 27px;
  content: "\e609";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#legacy .select2-search-field input[type=text] {
  width: auto;
  min-width: 80px;
  max-width: inherit;
  height: 29px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #34495e;
  vertical-align: top;
  background-color: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
}
#legacy .select2-search-field:first-child input[type=text] {
  height: 23px;
  margin: 3px 0 5px;
}
#legacy .select2-container-multi.multiselect-default {
  border-color: #bdc3c7;
}
#legacy .select2-container-multi.multiselect-default .select2-search-choice {
  background-color: #bdc3c7;
}
#legacy .select2-container-multi.multiselect-default .select2-search-choice:hover {
  background-color: #cacfd2;
}
#legacy .select2-container-multi.multiselect-primary {
  border-color: #1abc9c;
}
#legacy .select2-container-multi.multiselect-primary .select2-search-choice {
  background-color: #1abc9c;
}
#legacy .select2-container-multi.multiselect-primary .select2-search-choice:hover {
  background-color: #00c465;
}
#legacy .select2-container-multi.multiselect-info {
  border-color: #3498db;
}
#legacy .select2-container-multi.multiselect-info .select2-search-choice {
  background-color: #3498db;
}
#legacy .select2-container-multi.multiselect-info .select2-search-choice:hover {
  background-color: #5dade2;
}
#legacy .select2-container-multi.multiselect-danger {
  border-color: #e74c3c;
}
#legacy .select2-container-multi.multiselect-danger .select2-search-choice {
  background-color: #e74c3c;
}
#legacy .select2-container-multi.multiselect-danger .select2-search-choice:hover {
  background-color: #ec7063;
}
#legacy .select2-container-multi.multiselect-success {
  border-color: #2ecc71;
}
#legacy .select2-container-multi.multiselect-success .select2-search-choice {
  background-color: #2ecc71;
}
#legacy .select2-container-multi.multiselect-success .select2-search-choice:hover {
  background-color: #58d68d;
}
#legacy .select2-container-multi.multiselect-warning {
  border-color: #f1c40f;
}
#legacy .select2-container-multi.multiselect-warning .select2-search-choice {
  background-color: #f1c40f;
}
#legacy .select2-container-multi.multiselect-warning .select2-search-choice:hover {
  background-color: #f4d313;
}
#legacy .select2-container-multi.multiselect-inverse {
  border-color: #34495e;
}
#legacy .select2-container-multi.multiselect-inverse .select2-search-choice {
  background-color: #34495e;
}
#legacy .select2-container-multi.multiselect-inverse .select2-search-choice:hover {
  background-color: #415b76;
}
#legacy .select2-drop {
  position: absolute;
  top: 100%;
  z-index: 9999;
  min-width: 220px;
  margin-top: 9px;
  font-size: 14px;
  visibility: visible;
  filter: none;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-filter: none;
}
#legacy .select2-drop.select2-drop-above {
  margin-top: -9px;
}
#legacy .select2-drop.select2-drop-auto-width {
  width: auto;
}
#legacy .select2-drop.show-select-search .select2-search {
  display: block;
}
#legacy .select2-drop.show-select-search .select2-search + .select2-results > li:first-child .select2-result-label {
  border-radius: 0;
}
#legacy .select2-drop .select2-results {
  padding: 0;
  margin: 0;
  list-style: none;
}
#legacy .select2-drop .select2-results > li:first-child > .select2-result-label {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#legacy .select2-drop .select2-results > li:last-child > .select2-result-label {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#legacy .select2-drop .select2-result-sub {
  padding: 0;
  margin: 0;
  list-style: none;
}
#legacy .select2-drop .select2-result-sub > li:last-child > .select2-result-label {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#legacy .select2-drop .select2-no-results {
  padding: 8px 15px;
}
#legacy .select2-drop .select2-result-label {
  padding: 8px 16px;
  line-height: 1.429;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
#legacy .select2-drop .select2-result-selectable .select2-result-label {
  color: rgba(52, 73, 94, 0.85);
  cursor: pointer;
}
#legacy .select2-drop .select2-result-selectable .select2-result-label:active,
#legacy .select2-drop .select2-result-selectable .select2-result-label:focus,
#legacy .select2-drop .select2-result-selectable .select2-result-label:hover {
  color: inherit;
  background-color: #e1e4e7;
  outline: 0;
}
#legacy .select2-drop .select2-disabled {
  color: rgba(52, 73, 94, 0.95);
  cursor: default;
  opacity: 0.4;
}
#legacy .select2-drop .select2-disabled:active,
#legacy .select2-drop .select2-disabled:focus,
#legacy .select2-drop .select2-disabled:hover {
  background: 0 0 !important;
}
#legacy .select2-drop .select2-highlighted > .select2-result-label {
  color: #fff;
  background: #1abc9c;
}
#legacy .select2-drop .select2-result-with-children > .select2-result-label {
  margin-top: 5px;
  font-size: 13px;
  color: rgba(52, 73, 94, 0.6);
  text-transform: uppercase;
}
#legacy .select2-drop .select2-result-with-children + .select2-result-with-children > .select2-result-label {
  margin-top: 11px;
}
#legacy .select2-results {
  position: relative;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}
#legacy .select2-search {
  display: none;
  width: 100%;
  padding: 8px 6px;
}
#legacy .select2-search input[type=text] {
  width: 100%;
  height: auto !important;
}
#legacy .select-inverse-dropdown {
  color: rgba(255, 255, 255, 0.75);
  background-color: #34495e;
}
#legacy .select-inverse-dropdown .select2-results .select2-result-label {
  color: #fff;
}
#legacy .select-inverse-dropdown .select2-results .select2-result-label:active,
#legacy .select-inverse-dropdown .select2-results .select2-result-label:focus,
#legacy .select-inverse-dropdown .select2-results .select2-result-label:hover {
  background: #2c3e50;
}
#legacy .select-inverse-dropdown .select2-results.select2-disabled .select2-result-label:hover {
  color: #fff;
}
#legacy .select-inverse-dropdown .select2-result-with-children > .select2-result-label {
  color: rgba(255, 255, 255, 0.6);
}
#legacy .select-inverse-dropdown .select2-result-with-children > .select2-result-label:hover {
  color: #fff;
  background: 0 0 !important;
}
#legacy .select2-drop-multi {
  border-radius: 6px;
}
#legacy .select2-drop-multi .select2-results {
  padding: 2px 0;
}
#legacy .select2-drop-multi .select2-result {
  padding: 2px 4px;
}
#legacy .select2-drop-multi .select2-result-label {
  border-radius: 4px;
}
#legacy .select2-drop-multi .select2-selected {
  display: none;
}
#legacy .select2-offscreen,
#legacy .select2-offscreen:focus {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: 0!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0) !important;
  border: 0!important;
  outline: 0 !important;
}
#legacy .select2-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
#legacy .select2-offscreen,
#legacy .select2-offscreen:focus {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: 0!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0) !important;
  border: 0!important;
  outline: 0 !important;
}
#legacy .select2-display-none {
  display: none;
}
#legacy .select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
#legacy .select2-drop-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  padding: 0;
  margin: 0;
  /* styles required for IE to work */
  background-color: #fff;
  border: 0;
  opacity: 0;
}
#legacy .checkbox,
#legacy .radio {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: color .25s linear;
  transition: color 0.25s linear;
}
#legacy .checkbox .icons,
#legacy .radio .icons {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #bdc3c7;
  text-align: center;
  cursor: pointer;
}
#legacy .checkbox .icons .icon-checked,
#legacy .radio .icons .icon-checked {
  opacity: 0;
}
#legacy .checkbox .icon-checked,
#legacy .checkbox .icon-unchecked,
#legacy .radio .icon-checked,
#legacy .radio .icon-unchecked {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-table;
  margin: 0;
  background-color: transparent;
  filter: none;
  opacity: 1;
  -webkit-transition: color .25s linear;
  transition: color .25s linear;
  -webkit-filter: none;
}
#legacy .checkbox .icon-checked:before,
#legacy .checkbox .icon-unchecked:before,
#legacy .radio .icon-checked:before,
#legacy .radio .icon-unchecked:before {
  font-family: Flat-UI-Pro-Icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#legacy .checkbox .icon-checked:before {
  content: "\e60e";
}
#legacy .checkbox .icon-unchecked:before {
  content: "\e60d";
}
#legacy .radio .icon-checked:before {
  content: "\e60c";
}
#legacy .radio .icon-unchecked:before {
  content: "\e60b";
}
#legacy .checkbox input[type=checkbox].custom-checkbox,
#legacy .checkbox input[type=radio].custom-radio,
#legacy .radio input[type=checkbox].custom-checkbox,
#legacy .radio input[type=radio].custom-radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  outline: 0!important;
  opacity: 0;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked,
#legacy .checkbox input[type=radio].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked,
#legacy .radio input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked,
#legacy .radio input[type=radio].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-unchecked {
  opacity: 0;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-checked,
#legacy .checkbox input[type=radio].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-checked,
#legacy .radio input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled) + .icons .icon-checked,
#legacy .radio input[type=radio].custom-radio:hover:not(.nohover):not(:disabled) + .icons .icon-checked {
  filter: none;
  opacity: 1;
  -webkit-filter: none;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:checked + .icons,
#legacy .checkbox input[type=radio].custom-radio:checked + .icons,
#legacy .radio input[type=checkbox].custom-checkbox:checked + .icons,
#legacy .radio input[type=radio].custom-radio:checked + .icons {
  color: #00a857;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:checked + .icons .icon-unchecked,
#legacy .checkbox input[type=radio].custom-radio:checked + .icons .icon-unchecked,
#legacy .radio input[type=checkbox].custom-checkbox:checked + .icons .icon-unchecked,
#legacy .radio input[type=radio].custom-radio:checked + .icons .icon-unchecked {
  opacity: 0;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:checked + .icons .icon-checked,
#legacy .checkbox input[type=radio].custom-radio:checked + .icons .icon-checked,
#legacy .radio input[type=checkbox].custom-checkbox:checked + .icons .icon-checked,
#legacy .radio input[type=radio].custom-radio:checked + .icons .icon-checked {
  color: #00a857;
  filter: none;
  opacity: 1;
  -webkit-filter: none;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:disabled + .icons,
#legacy .checkbox input[type=radio].custom-radio:disabled + .icons,
#legacy .radio input[type=checkbox].custom-checkbox:disabled + .icons,
#legacy .radio input[type=radio].custom-radio:disabled + .icons {
  color: #e6e8ea;
  cursor: default;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:disabled + .icons .icon-unchecked,
#legacy .checkbox input[type=radio].custom-radio:disabled + .icons .icon-unchecked,
#legacy .radio input[type=checkbox].custom-checkbox:disabled + .icons .icon-unchecked,
#legacy .radio input[type=radio].custom-radio:disabled + .icons .icon-unchecked {
  filter: none;
  opacity: 1;
  -webkit-filter: none;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:disabled + .icons .icon-checked,
#legacy .checkbox input[type=radio].custom-radio:disabled + .icons .icon-checked,
#legacy .radio input[type=checkbox].custom-checkbox:disabled + .icons .icon-checked,
#legacy .radio input[type=radio].custom-radio:disabled + .icons .icon-checked {
  opacity: 0;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:disabled:checked + .icons,
#legacy .checkbox input[type=radio].custom-radio:disabled:checked + .icons,
#legacy .radio input[type=checkbox].custom-checkbox:disabled:checked + .icons,
#legacy .radio input[type=radio].custom-radio:disabled:checked + .icons {
  color: #e6e8ea;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-unchecked,
#legacy .checkbox input[type=radio].custom-radio:disabled:checked + .icons .icon-unchecked,
#legacy .radio input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-unchecked,
#legacy .radio input[type=radio].custom-radio:disabled:checked + .icons .icon-unchecked {
  opacity: 0;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-checked,
#legacy .checkbox input[type=radio].custom-radio:disabled:checked + .icons .icon-checked,
#legacy .radio input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-checked,
#legacy .radio input[type=radio].custom-radio:disabled:checked + .icons .icon-checked {
  color: #e6e8ea;
  filter: none;
  opacity: 1;
  -webkit-filter: none;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:indeterminate + .icons,
#legacy .checkbox input[type=radio].custom-radio:indeterminate + .icons,
#legacy .radio input[type=checkbox].custom-checkbox:indeterminate + .icons,
#legacy .radio input[type=radio].custom-radio:indeterminate + .icons {
  color: #bdc3c7;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:indeterminate + .icons .icon-unchecked,
#legacy .checkbox input[type=radio].custom-radio:indeterminate + .icons .icon-unchecked,
#legacy .radio input[type=checkbox].custom-checkbox:indeterminate + .icons .icon-unchecked,
#legacy .radio input[type=radio].custom-radio:indeterminate + .icons .icon-unchecked {
  filter: none;
  opacity: 1;
  -webkit-filter: none;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:indeterminate + .icons .icon-checked,
#legacy .checkbox input[type=radio].custom-radio:indeterminate + .icons .icon-checked,
#legacy .radio input[type=checkbox].custom-checkbox:indeterminate + .icons .icon-checked,
#legacy .radio input[type=radio].custom-radio:indeterminate + .icons .icon-checked {
  opacity: 0;
}
#legacy .checkbox input[type=checkbox].custom-checkbox:indeterminate + .icons:before,
#legacy .checkbox input[type=radio].custom-radio:indeterminate + .icons:before,
#legacy .radio input[type=checkbox].custom-checkbox:indeterminate + .icons:before,
#legacy .radio input[type=radio].custom-radio:indeterminate + .icons:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 20px;
  font-size: 22px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  content: "\2013";
}
#legacy .checkbox.primary input[type=checkbox].custom-checkbox + .icons,
#legacy .checkbox.primary input[type=radio].custom-radio + .icons,
#legacy .radio.primary input[type=checkbox].custom-checkbox + .icons,
#legacy .radio.primary input[type=radio].custom-radio + .icons {
  color: #34495e;
}
#legacy .checkbox.primary input[type=checkbox].custom-checkbox:checked + .icons,
#legacy .checkbox.primary input[type=radio].custom-radio:checked + .icons,
#legacy .radio.primary input[type=checkbox].custom-checkbox:checked + .icons,
#legacy .radio.primary input[type=radio].custom-radio:checked + .icons {
  color: #00a857;
}
#legacy .checkbox.primary input[type=checkbox].custom-checkbox:disabled + .icons,
#legacy .checkbox.primary input[type=radio].custom-radio:disabled + .icons,
#legacy .radio.primary input[type=checkbox].custom-checkbox:disabled + .icons,
#legacy .radio.primary input[type=radio].custom-radio:disabled + .icons {
  color: #bdc3c7;
  cursor: default;
}
#legacy .checkbox.primary input[type=checkbox].custom-checkbox:disabled + .icons.checked,
#legacy .checkbox.primary input[type=radio].custom-radio:disabled + .icons.checked,
#legacy .radio.primary input[type=checkbox].custom-checkbox:disabled + .icons.checked,
#legacy .radio.primary input[type=radio].custom-radio:disabled + .icons.checked {
  color: #bdc3c7;
}
#legacy .checkbox.primary input[type=checkbox].custom-checkbox:indeterminate + .icons,
#legacy .checkbox.primary input[type=radio].custom-radio:indeterminate + .icons,
#legacy .radio.primary input[type=checkbox].custom-checkbox:indeterminate + .icons,
#legacy .radio.primary input[type=radio].custom-radio:indeterminate + .icons {
  color: #34495e;
}
#legacy .input-group-addon .checkbox,
#legacy .input-group-addon .radio {
  padding-left: 20px;
  margin: -2px 0;
}
#legacy .input-group-addon .checkbox .icons,
#legacy .input-group-addon .radio .icons {
  color: #e6e8ea;
}
#legacy .input-group-addon .checkbox input[type=checkbox].custom-checkbox:checked + .icons,
#legacy .input-group-addon .checkbox input[type=radio].custom-radio:checked + .icons,
#legacy .input-group-addon .radio input[type=checkbox].custom-checkbox:checked + .icons,
#legacy .input-group-addon .radio input[type=radio].custom-radio:checked + .icons {
  color: #fff;
}
#legacy .input-group-addon .checkbox input[type=checkbox].custom-checkbox:checked + .icons .icon-checked,
#legacy .input-group-addon .checkbox input[type=radio].custom-radio:checked + .icons .icon-checked,
#legacy .input-group-addon .radio input[type=checkbox].custom-checkbox:checked + .icons .icon-checked,
#legacy .input-group-addon .radio input[type=radio].custom-radio:checked + .icons .icon-checked {
  color: #fff;
}
#legacy .input-group-addon .checkbox input[type=checkbox].custom-checkbox:disabled + .icons,
#legacy .input-group-addon .checkbox input[type=radio].custom-radio:disabled + .icons,
#legacy .input-group-addon .radio input[type=checkbox].custom-checkbox:disabled + .icons,
#legacy .input-group-addon .radio input[type=radio].custom-radio:disabled + .icons {
  color: rgba(230, 232, 234, 0.6);
}
#legacy .input-group-addon .checkbox input[type=checkbox].custom-checkbox:disabled:checked + .icons,
#legacy .input-group-addon .checkbox input[type=radio].custom-radio:disabled:checked + .icons,
#legacy .input-group-addon .radio input[type=checkbox].custom-checkbox:disabled:checked + .icons,
#legacy .input-group-addon .radio input[type=radio].custom-radio:disabled:checked + .icons {
  color: rgba(230, 232, 234, 0.6);
}
#legacy .input-group-addon .checkbox input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-checked,
#legacy .input-group-addon .checkbox input[type=radio].custom-radio:disabled:checked + .icons .icon-checked,
#legacy .input-group-addon .radio input[type=checkbox].custom-checkbox:disabled:checked + .icons .icon-checked,
#legacy .input-group-addon .radio input[type=radio].custom-radio:disabled:checked + .icons .icon-checked {
  color: rgba(230, 232, 234, 0.6);
}
#legacy .checkbox + .checkbox,
#legacy .radio + .radio {
  margin-top: 10px;
}
#legacy .form-inline .checkbox,
#legacy .form-inline .radio {
  padding-left: 32px;
}
#legacy .bootstrap-tagsinput {
  padding: 6px 1px 1px 6px;
  margin-bottom: 18px;
  font-size: 0;
  text-align: left;
  background-color: #fff;
  border: 2px solid #ebedef;
  border-radius: 6px;
}
#legacy .bootstrap-tagsinput .tag {
  position: relative;
  display: inline-block;
  height: 27px;
  padding: 6px 21px;
  margin: 0 5px 5px 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 15px;
  color: #7b8996;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ebedef;
  border-radius: 4px;
  -webkit-transition: .25s linear;
  transition: 0.25s linear;
}
#legacy .bootstrap-tagsinput .tag > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0 10px 0 0;
  font-size: 12px;
  color: #fff;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .25s linear;
  transition: opacity 0.25s linear;
}
#legacy .bootstrap-tagsinput .tag > span:after {
  font-family: Flat-UI-Pro-Icons;
  line-height: 27px;
  content: "\e609";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#legacy .bootstrap-tagsinput .tag:hover {
  padding-right: 28px;
  padding-left: 14px;
  color: #fff;
  background-color: #16a085;
}
#legacy .bootstrap-tagsinput .tag:hover > span {
  filter: none;
  opacity: 1;
  -webkit-filter: none;
}
#legacy .bootstrap-tagsinput input[type=text] {
  width: auto!important;
  min-width: 80px;
  max-width: inherit;
  height: 29px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #34495e;
  vertical-align: top;
  background-color: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
}
#legacy .bootstrap-tagsinput input[type=text]:first-child {
  height: 23px;
  margin: 3px 0 8px;
}
#legacy .tags_clear {
  width: 100%;
  height: 0;
  clear: both;
}
#legacy .not_valid {
  margin-left: 5px!important;
  color: #90111a!important;
  background: #fbd8db !important;
}
#legacy .tagsinput-primary {
  margin-bottom: 18px;
}
#legacy .tagsinput-primary .bootstrap-tagsinput {
  margin-bottom: 0;
  border-color: #1abc9c;
}
#legacy .tagsinput-primary .tag {
  color: #fff;
  background-color: #1abc9c;
}
#legacy .tagsinput-primary .tag:hover {
  color: #fff;
  background-color: #16a085;
}
#legacy .bootstrap-tagsinput .twitter-typeahead {
  width: auto;
  vertical-align: top;
}
#legacy .bootstrap-tagsinput .twitter-typeahead .tt-input {
  min-width: 200px;
}
#legacy .bootstrap-tagsinput .twitter-typeahead .tt-dropdown-menu {
  width: auto;
  min-width: 120px;
  margin-top: 11px;
}
#legacy .twitter-typeahead {
  width: 100%;
}
#legacy .twitter-typeahead .tt-hint,
#legacy .twitter-typeahead .tt-query {
  height: 42px;
  padding: 8px 12px;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.467;
  color: #34495e;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  box-shadow: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
#legacy .twitter-typeahead .tt-hint::-moz-placeholder,
#legacy .twitter-typeahead .tt-query::-moz-placeholder {
  color: #b2bcc5;
  opacity: 1;
}
#legacy .twitter-typeahead .tt-hint:-ms-input-placeholder,
#legacy .twitter-typeahead .tt-query:-ms-input-placeholder {
  color: #b2bcc5;
}
#legacy .twitter-typeahead .tt-hint::-webkit-input-placeholder,
#legacy .twitter-typeahead .tt-query::-webkit-input-placeholder {
  color: #b2bcc5;
}
#legacy .form-group.focus .twitter-typeahead .tt-hint,
#legacy .form-group.focus .twitter-typeahead .tt-query,
#legacy .twitter-typeahead .tt-hint:focus,
#legacy .twitter-typeahead .tt-query:focus {
  border-color: #00a857;
  outline: 0;
  box-shadow: none;
}
#legacy .twitter-typeahead .tt-hint[disabled],
#legacy .twitter-typeahead .tt-hint[readonly],
#legacy .twitter-typeahead .tt-query[disabled],
#legacy .twitter-typeahead .tt-query[readonly],
#legacy fieldset[disabled] .twitter-typeahead .tt-hint,
#legacy fieldset[disabled] .twitter-typeahead .tt-query {
  color: #d5dbdb;
  cursor: default;
  background-color: #f4f6f6;
  border-color: #d5dbdb;
  opacity: 0.7;
}
#legacy .twitter-typeahead .tt-hint.flat,
#legacy .twitter-typeahead .tt-query.flat {
  border-color: transparent;
}
#legacy .twitter-typeahead .tt-hint.flat:hover,
#legacy .twitter-typeahead .tt-query.flat:hover {
  border-color: #bdc3c7;
}
#legacy .twitter-typeahead .tt-hint.flat:focus,
#legacy .twitter-typeahead .tt-query.flat:focus {
  border-color: #1abc9c;
}
#legacy .twitter-typeahead .tt-dropdown-menu {
  width: 100%;
  padding: 5px 0;
  margin-top: 5px;
  background-color: #fff;
  border: 2px solid #1abc9c;
  border-radius: 6px;
}
#legacy .twitter-typeahead .tt-suggestion p {
  padding: 6px 14px;
  margin: 0;
  font-size: 14px;
  line-height: 1.429;
}
#legacy .twitter-typeahead .tt-suggestion:first-child p,
#legacy .twitter-typeahead .tt-suggestion:last-child p {
  padding: 6px 14px;
}
#legacy .twitter-typeahead .tt-suggestion.tt-cursor,
#legacy .twitter-typeahead .tt-suggestion.tt-is-under-cursor {
  color: #fff;
  cursor: pointer;
  background-color: #16a085;
}
#legacy .progress {
  height: 12px;
  background: #ebedef;
  border-radius: 32px;
  box-shadow: none;
}
#legacy .progress-bar {
  line-height: 12px;
  background: #1abc9c;
  box-shadow: none;
}
#legacy .progress-bar-success {
  background-color: #2ecc71;
}
#legacy .progress-bar-warning {
  background-color: #f1c40f;
}
#legacy .progress-bar-danger {
  background-color: #e74c3c;
}
#legacy .progress-bar-info {
  background-color: #3498db;
}
#legacy .ui-slider {
  position: relative;
  height: 12px;
  margin-bottom: 20px;
  cursor: pointer;
  background: #ebedef;
  border-radius: 32px;
  box-shadow: none;
}
#legacy .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #16a085;
  border-radius: 50%;
  -webkit-transition: background .25s;
  transition: background 0.25s;
}
#legacy .ui-slider-handle:focus,
#legacy .ui-slider-handle:hover {
  background-color: #00c465;
  outline: 0;
}
#legacy .ui-slider-handle:active {
  background-color: #16a085;
}
#legacy .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  background-color: #1abc9c;
}
#legacy .ui-slider-segment {
  width: 6px;
  height: 6px;
  background-color: #d9dbdd;
  border-radius: 50%;
}
#legacy .ui-slider-value {
  float: right;
  margin-top: 12px;
  font-size: 13px;
}
#legacy .ui-slider-value.first {
  float: left;
  clear: left;
}
#legacy .ui-slider-horizontal .ui-slider-handle {
  top: -3px;
  margin-left: -9px;
}
#legacy .ui-slider-horizontal .ui-slider-handle[style*="100"] {
  margin-left: -15px;
}
#legacy .ui-slider-horizontal .ui-slider-range {
  border-radius: 30px 0 0 30px;
}
#legacy .ui-slider-horizontal .ui-slider-segment {
  float: left;
  margin: 3px -6px 0 0;
}
#legacy .ui-slider-vertical {
  width: 12px;
}
#legacy .ui-slider-vertical .ui-slider-handle {
  top: auto;
  margin-bottom: -11px;
  margin-left: -3px;
}
#legacy .ui-slider-vertical .ui-slider-range {
  bottom: 0;
  width: 100%;
  border-radius: 0 0 30px 30px;
}
#legacy .ui-slider-vertical .ui-slider-segment {
  position: absolute;
  right: 3px;
}
#legacy .pager {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #34495e;
  border-radius: 6px;
}
#legacy .pager li:first-child > a,
#legacy .pager li:first-child > span {
  border-left: none;
  border-radius: 6px 0 0 6px;
}
#legacy .pager li > a,
#legacy .pager li > span {
  padding: 9px 15px 10px;
  line-height: 1.313;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  background: 0 0;
  border: none;
  border-left: 2px solid #2c3e50;
  border-radius: 0 6px 6px 0;
}
#legacy .pager li > a:focus,
#legacy .pager li > a:hover,
#legacy .pager li > span:focus,
#legacy .pager li > span:hover {
  background-color: #2c3e50;
}
#legacy .pager li > a:active,
#legacy .pager li > span:active {
  background-color: #2c3e50;
}
#legacy .pager li > a [class*=fui-] + span,
#legacy .pager li > span [class*=fui-] + span {
  margin-left: 8px;
}
#legacy .pager li > a span + [class*=fui-],
#legacy .pager li > span span + [class*=fui-] {
  margin-left: 8px;
}
#legacy .pagination {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  #legacy .pagination {
    display: inline-block;
  }
}
#legacy .pagination > ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #fff;
  word-spacing: -0.5px;
  background: #d6dbdf;
  border-radius: 6px;
}
@media (max-width: 767px) {
  #legacy .pagination > ul {
    height: 41px;
    padding: 0 55px 0 52px;
    overflow: auto;
    white-space: nowrap;
    border-radius: 6px;
  }
}
#legacy .pagination li {
  display: inline-block;
  margin-right: -3px;
  word-spacing: normal;
  vertical-align: middle;
}
#legacy .pagination li.active > a,
#legacy .pagination li.active > span {
  color: #fff;
  background-color: #1abc9c;
  border-color: #dfe2e5;
}
#legacy .pagination li.active.next > a,
#legacy .pagination li.active.next > span,
#legacy .pagination li.active.previous > a,
#legacy .pagination li.active.previous > span {
  margin: 0;
}
#legacy .pagination li.active.next > a,
#legacy .pagination li.active.next > a:focus,
#legacy .pagination li.active.next > a:hover,
#legacy .pagination li.active.next > span,
#legacy .pagination li.active.next > span:focus,
#legacy .pagination li.active.next > span:hover,
#legacy .pagination li.active.previous > a,
#legacy .pagination li.active.previous > a:focus,
#legacy .pagination li.active.previous > a:hover,
#legacy .pagination li.active.previous > span,
#legacy .pagination li.active.previous > span:focus,
#legacy .pagination li.active.previous > span:hover {
  color: #fff;
  background-color: #1abc9c;
}
#legacy .pagination li:first-child > a,
#legacy .pagination li:first-child > span {
  border-left: none;
  border-radius: 6px 0 0 6px;
}
#legacy .pagination li:first-child.previous + li > a,
#legacy .pagination li:first-child.previous + li > span {
  border-left-width: 0;
}
#legacy .pagination li:last-child {
  margin-right: 0;
}
#legacy .pagination li:last-child > a,
#legacy .pagination li:last-child > a:focus,
#legacy .pagination li:last-child > a:hover,
#legacy .pagination li:last-child > span,
#legacy .pagination li:last-child > span:focus,
#legacy .pagination li:last-child > span:hover {
  border-radius: 0 6px 6px 0;
}
#legacy .pagination li.next > a,
#legacy .pagination li.next > span,
#legacy .pagination li.previous > a,
#legacy .pagination li.previous > span {
  min-width: auto;
  padding: 12px 17px;
  font-size: 16px;
  background-color: transparent;
  border-right: 2px solid #e4e7ea;
}
#legacy .pagination li.next > a,
#legacy .pagination li.next > span {
  border-right: none;
}
#legacy .pagination li.disabled > a,
#legacy .pagination li.disabled > span {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border-right-color: #dfe2e5;
}
#legacy .pagination li.disabled > a:active,
#legacy .pagination li.disabled > a:focus,
#legacy .pagination li.disabled > a:hover,
#legacy .pagination li.disabled > span:active,
#legacy .pagination li.disabled > span:focus,
#legacy .pagination li.disabled > span:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  #legacy .pagination li.next,
  #legacy .pagination li.previous {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #d6dbdf;
    border-radius: 0 6px 6px 0;
  }
  #legacy .pagination li.previous {
    right: auto;
    left: 0;
    border-radius: 6px 0 0 6px;
  }
}
#legacy .pagination li > a,
#legacy .pagination li > span {
  display: inline-block;
  min-width: 41px;
  min-height: 41px;
  padding: 12px 10px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: none;
  border-left: 2px solid #e4e7ea;
  outline: 0;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
#legacy .pagination li > a:focus,
#legacy .pagination li > a:hover,
#legacy .pagination li > span:focus,
#legacy .pagination li > span:hover {
  color: #fff;
  background-color: #1abc9c;
}
#legacy .pagination li > a:active,
#legacy .pagination li > span:active {
  color: #fff;
  background-color: #1abc9c;
}
#legacy .pagination > .btn.next,
#legacy .pagination > .btn.previous {
  padding-right: 23px;
  padding-left: 23px;
  margin-right: 8px;
  font-size: 14px;
  line-height: 1.429;
}
#legacy .pagination > .btn.next [class*=fui-],
#legacy .pagination > .btn.previous [class*=fui-] {
  margin-top: -2px;
  margin-left: -2px;
  font-size: 16px;
}
#legacy .pagination > .btn.next {
  margin-right: 0;
  margin-left: 8px;
}
#legacy .pagination > .btn.next [class*=fui-] {
  margin-right: -2px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  #legacy .pagination > .btn {
    display: block;
    width: 50%;
    margin: 0;
  }
  #legacy .pagination > .btn:first-child {
    border-bottom: 2px solid #dfe2e5;
    border-radius: 6px 0 0;
  }
  #legacy .pagination > .btn:first-child.btn-primary {
    border-bottom-color: #00c465;
  }
  #legacy .pagination > .btn:first-child.btn-danger {
    border-bottom-color: #ec7063;
  }
  #legacy .pagination > .btn:first-child.btn-warning {
    border-bottom-color: #f4d03f;
  }
  #legacy .pagination > .btn:first-child.btn-success {
    border-bottom-color: #58d68d;
  }
  #legacy .pagination > .btn:first-child.btn-info {
    border-bottom-color: #5dade2;
  }
  #legacy .pagination > .btn:first-child.btn-inverse {
    border-bottom-color: #5d6d7e;
  }
  #legacy .pagination > .btn:first-child > [class*=fui] {
    margin-left: -20px;
  }
  #legacy .pagination > .btn + ul {
    padding: 0;
    text-align: center;
    border-radius: 0 0 6px 6px;
  }
  #legacy .pagination > .btn + ul + .btn {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 2px solid #dfe2e5;
    border-radius: 0 6px 0 0;
  }
  #legacy .pagination > .btn + ul + .btn.btn-primary {
    border-bottom-color: #00c465;
  }
  #legacy .pagination > .btn + ul + .btn.btn-danger {
    border-bottom-color: #ec7063;
  }
  #legacy .pagination > .btn + ul + .btn.btn-warning {
    border-bottom-color: #f4d03f;
  }
  #legacy .pagination > .btn + ul + .btn.btn-success {
    border-bottom-color: #58d68d;
  }
  #legacy .pagination > .btn + ul + .btn.btn-info {
    border-bottom-color: #5dade2;
  }
  #legacy .pagination > .btn + ul + .btn.btn-inverse {
    border-bottom-color: #5d6d7e;
  }
  #legacy .pagination > .btn + ul + .btn > [class*=fui] {
    margin-right: -20px;
  }
  #legacy .pagination ul {
    display: block;
  }
  #legacy .pagination ul > li > a {
    border-radius: 0;
  }
}
#legacy .pagination-danger ul {
  background-color: #e74c3c;
}
#legacy .pagination-danger ul li.previous > a {
  border-right-color: #ef897e;
}
#legacy .pagination-danger ul li > a,
#legacy .pagination-danger ul li > span {
  border-left-color: #ef897e;
}
#legacy .pagination-danger ul li > a:focus,
#legacy .pagination-danger ul li > a:hover,
#legacy .pagination-danger ul li > span:focus,
#legacy .pagination-danger ul li > span:hover {
  background-color: #ec7063;
}
#legacy .pagination-danger ul li > a:active,
#legacy .pagination-danger ul li > span:active {
  background-color: #c44133;
}
#legacy .pagination-danger ul li.active > a,
#legacy .pagination-danger ul li.active > span {
  background-color: #c44133;
}
#legacy .pagination-success ul {
  background-color: #2ecc71;
}
#legacy .pagination-success ul li.previous > a {
  border-right-color: #75dda1;
}
#legacy .pagination-success ul li > a,
#legacy .pagination-success ul li > span {
  border-left-color: #75dda1;
}
#legacy .pagination-success ul li > a:focus,
#legacy .pagination-success ul li > a:hover,
#legacy .pagination-success ul li > span:focus,
#legacy .pagination-success ul li > span:hover {
  background-color: #58d68d;
}
#legacy .pagination-success ul li > a:active,
#legacy .pagination-success ul li > span:active {
  background-color: #27ad60;
}
#legacy .pagination-success ul li.active > a,
#legacy .pagination-success ul li.active > span {
  background-color: #27ad60;
}
#legacy .pagination-warning ul {
  background-color: #f1c40f;
}
#legacy .pagination-warning ul li.previous > a {
  border-right-color: #f6d861;
}
#legacy .pagination-warning ul li > a,
#legacy .pagination-warning ul li > span {
  border-left-color: #f6d861;
}
#legacy .pagination-warning ul li > a:focus,
#legacy .pagination-warning ul li > a:hover,
#legacy .pagination-warning ul li > span:focus,
#legacy .pagination-warning ul li > span:hover {
  background-color: #f4d313;
}
#legacy .pagination-warning ul li > a:active,
#legacy .pagination-warning ul li > span:active {
  background-color: #cda70d;
}
#legacy .pagination-warning ul li.active > a,
#legacy .pagination-warning ul li.active > span {
  background-color: #cda70d;
}
#legacy .pagination-info ul {
  background-color: #3498db;
}
#legacy .pagination-info ul li.previous > a {
  border-right-color: #79bbe7;
}
#legacy .pagination-info ul li > a,
#legacy .pagination-info ul li > span {
  border-left-color: #79bbe7;
}
#legacy .pagination-info ul li > a:focus,
#legacy .pagination-info ul li > a:hover,
#legacy .pagination-info ul li > span:focus,
#legacy .pagination-info ul li > span:hover {
  background-color: #5dade2;
}
#legacy .pagination-info ul li > a:active,
#legacy .pagination-info ul li > span:active {
  background-color: #2c81ba;
}
#legacy .pagination-info ul li.active > a,
#legacy .pagination-info ul li.active > span {
  background-color: #2c81ba;
}
#legacy .pagination-inverse ul {
  background-color: #34495e;
}
#legacy .pagination-inverse ul li.previous > a {
  border-right-color: #798795;
}
#legacy .pagination-inverse ul li > a,
#legacy .pagination-inverse ul li > span {
  border-left-color: #798795;
}
#legacy .pagination-inverse ul li > a:focus,
#legacy .pagination-inverse ul li > a:hover,
#legacy .pagination-inverse ul li > span:focus,
#legacy .pagination-inverse ul li > span:hover {
  background-color: #415b76;
}
#legacy .pagination-inverse ul li > a:active,
#legacy .pagination-inverse ul li > span:active {
  background-color: #2c3e50;
}
#legacy .pagination-inverse ul li.active > a,
#legacy .pagination-inverse ul li.active > span {
  background-color: #2c3e50;
}
#legacy .pagination-minimal > ul > li:first-child {
  border-radius: 6px 0 0 6px;
}
#legacy .pagination-minimal > ul > li:first-child.previous + li > a,
#legacy .pagination-minimal > ul > li:first-child.previous + li > span {
  border-left-width: 5px;
}
#legacy .pagination-minimal > ul > li:last-child {
  border-radius: 0 6px 6px 0;
}
#legacy .pagination-minimal > ul > li.next > a,
#legacy .pagination-minimal > ul > li.next > span,
#legacy .pagination-minimal > ul > li.previous > a,
#legacy .pagination-minimal > ul > li.previous > span {
  padding: 12px 17px;
  margin: 0 9px 0 0;
  background: 0 0;
  border: none;
  border-right: 2px solid #e4e7ea;
  border-radius: 6px 0 0 6px;
}
#legacy .pagination-minimal > ul > li.next > a,
#legacy .pagination-minimal > ul > li.next > a:focus,
#legacy .pagination-minimal > ul > li.next > a:hover,
#legacy .pagination-minimal > ul > li.next > span,
#legacy .pagination-minimal > ul > li.next > span:focus,
#legacy .pagination-minimal > ul > li.next > span:hover,
#legacy .pagination-minimal > ul > li.previous > a,
#legacy .pagination-minimal > ul > li.previous > a:focus,
#legacy .pagination-minimal > ul > li.previous > a:hover,
#legacy .pagination-minimal > ul > li.previous > span,
#legacy .pagination-minimal > ul > li.previous > span:focus,
#legacy .pagination-minimal > ul > li.previous > span:hover {
  border-color: #e4e7ea !important;
}
@media (max-width: 767px) {
  #legacy .pagination-minimal > ul > li.next > a,
  #legacy .pagination-minimal > ul > li.next > span,
  #legacy .pagination-minimal > ul > li.previous > a,
  #legacy .pagination-minimal > ul > li.previous > span {
    margin-right: 0;
  }
}
#legacy .pagination-minimal > ul > li.next {
  margin-left: 9px;
}
#legacy .pagination-minimal > ul > li.next > a,
#legacy .pagination-minimal > ul > li.next > span {
  margin: 0;
  border-right: none;
  border-left: 2px solid #e4e7ea;
  border-radius: 0 6px 6px 0;
}
#legacy .pagination-minimal > ul > li.active > a,
#legacy .pagination-minimal > ul > li.active > span {
  margin: 10px 5px 9px;
  color: #d6dbdf;
  background-color: #fff;
  border-color: #fff;
  border-width: 2px !important;
}
#legacy .pagination-minimal > ul > li.active > a:focus,
#legacy .pagination-minimal > ul > li.active > a:hover,
#legacy .pagination-minimal > ul > li.active > span:focus,
#legacy .pagination-minimal > ul > li.active > span:hover {
  color: #d6dbdf;
  background-color: #fff;
  border-color: #fff;
}
#legacy .pagination-minimal > ul > li.active.next,
#legacy .pagination-minimal > ul > li.active.previous {
  border-color: #e4e7ea;
}
#legacy .pagination-minimal > ul > li.active.previous {
  margin-right: 6px;
}
#legacy .pagination-minimal > ul > li > a,
#legacy .pagination-minimal > ul > li > span {
  min-width: 0;
  min-height: 16px;
  padding: 0 4px;
  margin: 7px 2px 6px;
  line-height: 16px;
  color: #fff;
  background: #fff;
  background-clip: padding-box;
  border: 5px solid #d6dbdf;
  border-radius: 50px;
  -webkit-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
}
#legacy .pagination-minimal > ul > li > a:focus,
#legacy .pagination-minimal > ul > li > a:hover,
#legacy .pagination-minimal > ul > li > span:focus,
#legacy .pagination-minimal > ul > li > span:hover {
  color: #fff;
  background-color: #1abc9c;
  border-color: #1abc9c;
  -webkit-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
}
#legacy .pagination-minimal > ul > li > a:active,
#legacy .pagination-minimal > ul > li > span:active {
  background-color: #16a085;
  border-color: #16a085;
}
#legacy .pagination-plain {
  height: 57px;
  padding: 0;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
}
#legacy .pagination-plain > li {
  display: inline;
}
#legacy .pagination-plain > li.previous {
  padding-right: 23px;
}
#legacy .pagination-plain > li.next {
  padding-left: 20px;
}
#legacy .pagination-plain > li.active > a {
  color: #d3d7da;
}
#legacy .pagination-plain > li > a {
  padding: 0 5px;
}
@media (max-width: 480px) {
  #legacy .pagination-plain {
    overflow: hidden;
    text-align: center;
  }
  #legacy .pagination-plain > li.previous {
    display: block;
    width: 50%;
    margin-bottom: 10px;
    text-align: left;
  }
  #legacy .pagination-plain > li.next {
    float: right;
    width: 50%;
    margin-top: -64px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  #legacy .pagination-plain {
    height: auto;
  }
}
#legacy .pagination-dropdown ul {
  left: 50%;
  width: auto;
  min-width: 67px;
  margin-left: -34px;
}
#legacy .pagination-dropdown ul li {
  display: block;
  margin-right: 0;
}
#legacy .pagination-dropdown ul li:first-child > a,
#legacy .pagination-dropdown ul li:first-child > span {
  border-radius: 6px 6px 0 0;
}
#legacy .pagination-dropdown ul li:last-child > a,
#legacy .pagination-dropdown ul li:last-child > span {
  border-radius: 0 0 6px 6px !important;
}
#legacy .pagination-dropdown ul li > a,
#legacy .pagination-dropdown ul li > span {
  display: block;
  float: none;
  min-height: 0;
  padding: 8px 10px 7px;
  text-align: center;
  border-left: none;
}
#legacy .pagination-dropdown.dropup {
  position: relative;
}
#legacy .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transition: border-color 0.25s, color 0.25s;
  transition: border-color 0.25s, color 0.25s;
}
#legacy .dropdown-menu,
#legacy .select2-drop {
  z-index: 1000;
  min-width: 220px;
  padding: 0;
  margin-top: 50px;
  font-size: 14px;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 70px;
  text-align: center;
}
@media (min-width: 1046px) {
  #legacy .dropdown-menu-switch1 {
    visibility: hidden;
  }
}
#legacy .dropdown-menu-switch2 {
  margin: 0 auto;
  left: inherit;
  width: 100%;
  right: 0;
  top: 70px;
  height: 71px;
  padding-top: 10px;
  vertical-align: middle;
  background-color: #f2f2f2;
}
@media (max-width: 768px) {
  #legacy .dropdown-menu-switch2 {
    visibility: hidden;
  }
}
#legacy .dropdown-menu .divider {
  height: 2px;
  margin: 3px 0;
  overflow: hidden;
  background-color: rgba(202, 206, 209, 0.5);
}
#legacy .dropdown-menu > li > a {
  padding: 8px 16px;
  line-height: 1.429;
  color: #606d7a;
}
#legacy .dropdown-menu > li:first-child > a:first-child {
  border-top-radius: 4px;
}
#legacy .dropdown-menu > li:last-child > a:first-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#legacy .dropdown-menu.typeahead {
  display: none;
  width: auto;
  padding: 5px 0;
  margin-top: 5px;
  background-color: #fff;
  border: 2px solid #1abc9c;
  border-radius: 6px;
}
#legacy .dropdown-menu.typeahead li a {
  padding: 6px 14px;
}
#legacy .dropdown-menu.typeahead li:first-child a,
#legacy .dropdown-menu.typeahead li:last-child a {
  padding: 6px 14px;
  border-radius: 0;
}
#legacy .dropdown-menu > li > a:focus,
#legacy .dropdown-menu > li > a:hover {
  color: #55606c;
  background-color: rgba(202, 206, 209, 0.5);
}
#legacy .dropdown-menu > .active > a,
#legacy .dropdown-menu > .active > a:focus,
#legacy .dropdown-menu > .active > a:hover {
  color: #fff;
  background-color: #1abc9c;
}
#legacy .dropdown-menu > .disabled > a,
#legacy .dropdown-menu > .disabled > a:focus,
#legacy .dropdown-menu > .disabled > a:hover {
  color: #bdc3c7;
}
#legacy .dropdown-menu > .disabled > a:focus,
#legacy .dropdown-menu > .disabled > a:hover {
  background-color: transparent;
}
#legacy .dropdown-menu-right {
  right: 0;
  left: auto;
}
#legacy .dropdown-menu-left {
  right: auto;
  left: 0;
}
#legacy .dropdown-header {
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1.538;
  color: rgba(52, 73, 94, 0.6);
  text-transform: uppercase;
}
#legacy .dropdown-header:first-child {
  margin-top: 3px;
}
#legacy .dropdown-backdrop {
  z-index: 990;
}
#legacy .dropup .caret,
#legacy .navbar-fixed-bottom .dropdown .caret {
  margin-bottom: .25em;
  border-bottom: 8px solid;
}
#legacy .dropup .dropdown-menu,
#legacy .navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-top: 0;
  margin-bottom: 9px;
}
#legacy .dropdown-menu-inverse {
  background-color: #34495e;
}
#legacy .dropdown-menu-inverse .divider {
  height: 2px;
  margin: 3px 0;
  overflow: hidden;
  background-color: rgba(43, 60, 78, 0.5);
}
#legacy .dropdown-menu-inverse > li > a {
  color: rgba(255, 255, 255, 0.85);
}
#legacy .dropdown-menu-inverse > li > a:focus,
#legacy .dropdown-menu-inverse > li > a:hover {
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(43, 60, 78, 0.5);
}
#legacy .dropdown-menu-inverse > .active > a,
#legacy .dropdown-menu-inverse > .active > a:focus,
#legacy .dropdown-menu-inverse > .active > a:hover {
  color: rgba(255, 255, 255, 0.85);
  background-color: #1abc9c;
}
#legacy .dropdown-menu-inverse > .disabled > a,
#legacy .dropdown-menu-inverse > .disabled > a:focus,
#legacy .dropdown-menu-inverse > .disabled > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#legacy .dropdown-menu-inverse > .disabled > a:focus,
#legacy .dropdown-menu-inverse > .disabled > a:hover {
  background-color: transparent;
}
#legacy .dropdown-menu-inverse .dropdown-header {
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 990px) {
  #legacy .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  #legacy .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
#legacy .tooltip {
  z-index: 1070;
  font-size: 12px;
  line-height: 1.286;
}
#legacy .tooltip.in {
  opacity: 1;
}
#legacy .tooltip.top {
  padding: 9px 0;
  margin-top: -5px;
}
#legacy .tooltip.right {
  padding: 0 9px;
  margin-left: 5px;
}
#legacy .tooltip.bottom {
  padding: 9px 0;
  margin-top: 5px;
}
#legacy .tooltip.left {
  padding: 0 9px;
  margin-left: -5px;
}
#legacy .tooltip-inner {
  max-width: 183px;
  padding: 12px 12px;
  line-height: 1.286;
  color: #fff;
  background-color: #333;
  border-radius: 6px;
}
#legacy .tooltip.top .tooltip-arrow {
  margin-left: -9px;
  border-width: 9px 9px 0;
  border-top-color: #34495e;
}
#legacy .tooltip.right .tooltip-arrow {
  margin-top: -9px;
  border-width: 9px 9px 9px 0;
  border-right-color: #34495e;
}
#legacy .tooltip.left .tooltip-arrow {
  margin-top: -9px;
  border-width: 9px 0 9px 9px;
  border-left-color: #34495e;
}
#legacy .tooltip.bottom .tooltip-arrow {
  margin-left: -9px;
  border-width: 0 9px 9px;
  border-bottom-color: #34495e;
}
#legacy .tooltip-arrow {
  display: none!important;
  visibility: hidden !important;
}
#legacy .bootstrap-switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 29px;
  overflow: hidden;
  font-size: 15px;
  line-height: 29px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 30px;
  -webkit-mask-box-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgODAgMjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDI5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik04MCwxNC41YzAsOC02LjUsMTQuNS0xNC41LDE0LjVoLTUxQzYuNSwyOSwwLDIyLjUsMCwxNC41bDAsMEMwLDYuNSw2LjUsMCwxNC41LDBoNTFDNzMuNSwwLDgwLDYuNSw4MCwxNC41TDgwLDE0LjV6Ii8+DQo8L3N2Zz4NCg==) 0 0 stretch;
}
#legacy .bootstrap-switch > div {
  display: inline-block;
  width: 132px;
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#legacy .bootstrap-switch > div > span {
  z-index: 1;
  display: inline-block;
  width: 66px;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
}
#legacy .bootstrap-switch > div > span > [class^=fui-] {
  text-indent: 0;
}
#legacy .bootstrap-switch > div > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0;
}
#legacy .bootstrap-switch input[type=checkbox],
#legacy .bootstrap-switch input[type=radio] {
  position: absolute!important;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0;
  opacity: 0;
}
#legacy .bootstrap-switch-handle-on {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#legacy .bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-default {
  box-shadow: inset 0 0 transparent, -16px 0 0 #bdc3c7;
}
#legacy .bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-default:before {
  background-color: #7f8c9a;
  border-color: #bdc3c7;
}
#legacy .bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-primary {
  box-shadow: inset 0 0 transparent, -16px 0 0 #34495e;
}
#legacy .bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-primary:before {
  background-color: #1abc9c;
  border-color: #34495e;
}
#legacy .bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-success {
  box-shadow: inset 0 0 transparent, -16px 0 0 #2ecc71;
}
#legacy .bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-success:before {
  background-color: #fff;
  border-color: #2ecc71;
}
#legacy .bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-warning {
  box-shadow: inset 0 0 transparent, -16px 0 0 #f1c40f;
}
#legacy .bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-warning:before {
  background-color: #fff;
  border-color: #f1c40f;
}
#legacy .bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-info {
  box-shadow: inset 0 0 transparent, -16px 0 0 #3498db;
}
#legacy .bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-info:before {
  background-color: #fff;
  border-color: #3498db;
}
#legacy .bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-danger {
  box-shadow: inset 0 0 transparent, -16px 0 0 #e74c3c;
}
#legacy .bootstrap-switch-off .bootstrap-switch-handle-on ~ .bootstrap-switch-handle-off.bootstrap-switch-danger:before {
  background-color: #fff;
  border-color: #e74c3c;
}
#legacy .bootstrap-switch-handle-off {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#legacy .bootstrap-switch-handle-off:before {
  position: absolute;
  top: 0;
  left: 51px;
  z-index: 100;
  display: inline-block;
  width: 29px;
  height: 29px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  content: " ";
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 50%;
  -webkit-transition: border-color 0.25s ease-out, background-color 0.25s ease-out;
  transition: border-color 0.25s ease-out, background-color 0.25s ease-out;
}
#legacy .bootstrap-switch-animate > div {
  -webkit-transition: margin-left 0.25s ease-out;
  transition: margin-left 0.25s ease-out;
}
#legacy .bootstrap-switch-on > div {
  margin-left: 0;
}
#legacy .bootstrap-switch-off > div {
  margin-left: -51px;
}
#legacy .bootstrap-switch-disabled,
#legacy .bootstrap-switch-readonly {
  cursor: default;
  opacity: 0.5;
}
#legacy .bootstrap-switch-disabled > div > label,
#legacy .bootstrap-switch-disabled > div > span,
#legacy .bootstrap-switch-readonly > div > label,
#legacy .bootstrap-switch-readonly > div > span {
  cursor: default !important;
}
#legacy .bootstrap-switch-focused {
  outline: 0;
}
#legacy .bootstrap-switch-default {
  color: #fff;
  background-color: #bdc3c7;
}
#legacy .bootstrap-switch-default ~ .bootstrap-switch-handle-off:before {
  background-color: #7f8c9a;
  border-color: #bdc3c7;
}
#legacy .bootstrap-switch-on .bootstrap-switch-default ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #bdc3c7;
}
#legacy .bootstrap-switch-primary {
  color: #1abc9c;
  background-color: #34495e;
}
#legacy .bootstrap-switch-primary ~ .bootstrap-switch-handle-off:before {
  background-color: #1abc9c;
  border-color: #34495e;
}
#legacy .bootstrap-switch-on .bootstrap-switch-primary ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #34495e;
}
#legacy .bootstrap-switch-info {
  color: #fff;
  background-color: #3498db;
}
#legacy .bootstrap-switch-info ~ .bootstrap-switch-handle-off:before {
  background-color: #fff;
  border-color: #3498db;
}
#legacy .bootstrap-switch-on .bootstrap-switch-info ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #3498db;
}
#legacy .bootstrap-switch-success {
  color: #fff;
  background-color: #2ecc71;
}
#legacy .bootstrap-switch-success ~ .bootstrap-switch-handle-off:before {
  background-color: #fff;
  border-color: #2ecc71;
}
#legacy .bootstrap-switch-on .bootstrap-switch-success ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #2ecc71;
}
#legacy .bootstrap-switch-warning {
  color: #fff;
  background-color: #f1c40f;
}
#legacy .bootstrap-switch-warning ~ .bootstrap-switch-handle-off:before {
  background-color: #fff;
  border-color: #f1c40f;
}
#legacy .bootstrap-switch-on .bootstrap-switch-warning ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #f1c40f;
}
#legacy .bootstrap-switch-danger {
  color: #fff;
  background-color: #e74c3c;
}
#legacy .bootstrap-switch-danger ~ .bootstrap-switch-handle-off:before {
  background-color: #fff;
  border-color: #e74c3c;
}
#legacy .bootstrap-switch-on .bootstrap-switch-danger ~ .bootstrap-switch-handle-off {
  box-shadow: inset 16px 0 0 #e74c3c;
}
#legacy .bootstrap-switch-square .bootstrap-switch {
  border-radius: 4px;
  -webkit-mask-box-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgODAgMjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDI5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik04MCwyNWMwLDIuMi0xLjgsNC00LDRINGMtMi4yLDAtNC0xLjgtNC00VjRjMC0yLjIsMS44LTQsNC00aDcyYzIuMiwwLDQsMS44LDQsNFYyNXoiLz4NCjwvc3ZnPg0K) 0 0 stretch;
}
#legacy .bootstrap-switch-square .bootstrap-switch > div {
  border-radius: 4px;
}
#legacy .bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-on {
  text-indent: -15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#legacy .bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-off {
  text-indent: 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#legacy .bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-off:before {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
#legacy .bootstrap-switch-square .bootstrap-switch-off .bootstrap-switch-handle-off:before {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
#legacy .share {
  position: relative;
  background-color: #eff0f2;
  border-radius: 6px;
}
#legacy .share ul {
  padding: 15px;
  margin: 0;
  list-style-type: none;
}
#legacy .share li {
  padding-top: 11px;
  font-size: 15px;
  line-height: 1.4;
}
#legacy .share li:after,
#legacy .share li:before {
  display: table;
  content: " ";
}
#legacy .share li:after {
  clear: both;
}
#legacy .share li:first-child {
  padding-top: 0;
}
#legacy .share .toggle {
  float: right;
  margin: 0;
}
#legacy .share .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#legacy .share-label {
  float: left;
  width: 50%;
  padding-top: 5px;
  font-size: 15px;
  line-height: 1.4;
}
#legacy .todo {
  margin-bottom: 20px;
  color: #798795;
  border-radius: 6px;
}
#legacy .todo ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #2c3e50;
  border-radius: 0 0 6px 6px;
}
#legacy .todo li {
  position: relative;
  padding: 18px 42px 21px 25px;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.214;
  cursor: pointer;
  background: #34495e;
  background-size: 20px 20px;
  -webkit-transition: .25s;
  transition: 0.25s;
}
#legacy .todo li:first-child {
  margin-top: 0;
}
#legacy .todo li:last-child {
  padding-bottom: 21px;
  border-radius: 0 0 6px 6px;
}
#legacy .todo li.todo-done {
  color: #1abc9c;
  background: 0 0;
}
#legacy .todo li.todo-done .todo-name {
  color: #1abc9c;
}
#legacy .todo li:after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: " ";
  background: #fff;
  border-radius: 50%;
}
#legacy .todo li.todo-done:after {
  font-family: Flat-UI-Pro-Icons;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 21px;
  color: #2c3e50;
  text-align: center;
  text-transform: none;
  content: "\e60a";
  background: #1abc9c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#legacy .todo-search {
  position: relative;
  padding: 19px 25px 20px;
  color: #34495e;
  background: #1abc9c;
  background-size: 16px 16px;
  border-radius: 6px 6px 0 0;
}
#legacy .todo-search:before {
  position: absolute;
  top: 50%;
  left: 92%;
  display: inline-block;
  margin: -0.5em 0 0 -1em;
  font-family: Flat-UI-Pro-Icons;
  font-size: 16px;
  line-height: 17px;
  content: "\e630";
}
#legacy .todo-search-field {
  padding: 5px 0;
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  color: #34495e;
  text-indent: 0;
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
}
#legacy .todo-search-field::-moz-placeholder {
  color: #34495e;
  opacity: 1;
}
#legacy .todo-search-field:-ms-input-placeholder {
  color: #34495e;
}
#legacy .todo-search-field::-webkit-input-placeholder {
  color: #34495e;
}
#legacy .todo-icon {
  float: left;
  padding: 11px 22px 0 0;
  font-size: 24px;
}
#legacy .todo-content {
  padding-top: 1px;
  overflow: hidden;
}
#legacy .todo-name {
  margin: 1px 0 3px;
  font-size: 17px;
  color: #fff;
}
#legacy .video-js {
  position: relative;
  width: 100%!important;
  height: auto!important;
  padding-bottom: 47px;
  overflow: hidden;
  font-size: 0;
  vertical-align: middle;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top-radius: 6px;
}
#legacy .video-js .vjs-tech {
  display: block;
  width: 100%;
  height: 100%;
}
#legacy .video-js::-moz-full-screen {
  position: absolute;
}
#legacy .video-js::-webkit-full-screen {
  width: 100%!important;
  height: 100% !important;
}
#legacy .vjs-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%!important;
  height: 100%!important;
  overflow: hidden;
  border-top-radius: 0;
}
#legacy .vjs-fullscreen .vjs-control-bar {
  margin-top: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#legacy .vjs-fullscreen .vjs-tech {
  background-color: #000;
}
#legacy .vjs-poster {
  position: relative;
  width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
  border-top-radius: 6px;
}
#legacy .vjs-control-bar {
  position: relative;
  height: 47px;
  margin-top: -1px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #2c3e50;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
#legacy .vjs-control-bar.vjs-fade-out {
  visibility: visible!important;
  opacity: 1 !important;
}
#legacy .vjs-text-track-display {
  position: absolute;
  right: 1em;
  bottom: 4em;
  left: 1em;
  font-family: Lato, Helvetica, Arial, sans-serif;
  text-align: center;
}
#legacy .vjs-text-track {
  display: none;
  margin-bottom: .1em;
  font-size: 1.4em;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
#legacy .vjs-subtitles {
  color: #fff;
}
#legacy .vjs-captions {
  color: #fc6;
}
#legacy .vjs-tt-cue {
  display: block;
}
#legacy .vjs-fade-in {
  visibility: visible!important;
  opacity: 1!important;
  -webkit-transition: visibility 0s linear 0s, opacity .3s linear;
  transition: visibility 0s linear 0s, opacity 0.3s linear;
}
#legacy .vjs-fade-out {
  visibility: hidden!important;
  opacity: 0!important;
  -webkit-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
  transition: visibility 0s linear 1.5s, opacity 1.5s linear;
}
#legacy .vjs-control {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
#legacy .vjs-control:focus {
  outline: 0;
}
#legacy .vjs-control > div {
  background-repeat: no-repeat;
  background-position: center;
}
#legacy .vjs-control-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
#legacy .vjs-play-control {
  width: 58px;
  height: 47px;
  cursor: pointer;
}
#legacy .vjs-play-control > div {
  position: relative;
  height: 47px;
}
#legacy .vjs-play-control > div:after,
#legacy .vjs-play-control > div:before {
  position: absolute;
  top: 38%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  font-family: Flat-UI-Pro-Icons;
  font-size: 16px;
  color: #1abc9c;
  -webkit-transition: color .25s, opacity .25s;
  transition: color .25s, opacity .25s;
  -webkit-font-smoothing: antialiased;
}
#legacy .vjs-play-control > div:after {
  content: "\e615";
}
#legacy .vjs-play-control > div:before {
  content: "\e616";
}
#legacy .vjs-paused .vjs-play-control:hover > div:before {
  color: #16a085;
}
#legacy .vjs-paused .vjs-play-control > div:after {
  opacity: 0;
}
#legacy .vjs-paused .vjs-play-control > div:before {
  filter: none;
  opacity: 1;
  -webkit-filter: none;
}
#legacy .vjs-playing .vjs-play-control:hover > div:after {
  color: #16a085;
}
#legacy .vjs-playing .vjs-play-control > div:after {
  filter: none;
  opacity: 1;
  -webkit-filter: none;
}
#legacy .vjs-playing .vjs-play-control > div:before {
  opacity: 0;
}
#legacy .vjs-rewind-control {
  width: 5em;
  cursor: pointer !important;
}
#legacy .vjs-rewind-control > div {
  width: 19px;
  height: 16px;
  margin: .5em auto 0;
  background: none transparent;
}
#legacy .vjs-mute-control {
  float: right;
  margin: 14px 0;
  cursor: pointer !important;
}
#legacy .vjs-mute-control:focus > div,
#legacy .vjs-mute-control:hover > div {
  color: #57718b;
}
#legacy .vjs-mute-control > div {
  height: 18px;
  color: #475d72;
}
#legacy .vjs-mute-control > div:after,
#legacy .vjs-mute-control > div:before {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -0.5em;
  font-family: Flat-UI-Pro-Icons;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: color .25s, opacity .25s;
  transition: color .25s, opacity .25s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#legacy .vjs-mute-control > div:after {
  content: "\e617";
}
#legacy .vjs-mute-control > div:before {
  content: "\e618";
  opacity: 0;
}
#legacy .vjs-mute-control.vjs-vol-0 > div:after {
  opacity: 0;
}
#legacy .vjs-mute-control.vjs-vol-0 > div:before {
  filter: none;
  opacity: 1;
  -webkit-filter: none;
}
#legacy .vjs-volume-bar,
#legacy .vjs-volume-control,
#legacy .vjs-volume-handle,
#legacy .vjs-volume-level {
  display: none;
}
#legacy .vjs-progress-control {
  position: absolute;
  top: 18px;
  right: 160px;
  left: 60px;
  width: auto;
  height: 12px;
  background: #425669;
  border-radius: 32px;
}
#legacy .vjs-progress-holder {
  position: relative;
  height: 12px;
  padding: 0;
  margin: 0;
  cursor: pointer !important;
}
#legacy .vjs-load-progress,
#legacy .vjs-play-progress {
  display: block;
  height: 12px;
  padding: 0;
  margin: 0;
  border-radius: 32px;
}
#legacy .vjs-play-progress {
  position: absolute;
  top: 0;
  left: -1px;
  background: #1abc9c;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#legacy .vjs-load-progress {
  background: #d6dbdf;
}
#legacy .vjs-load-progress[style*="100%"],
#legacy .vjs-load-progress[style*="99%"] {
  border-radius: 32px;
}
#legacy .vjs-seek-handle {
  position: absolute;
  top: 0;
  width: 18px;
  height: 18px;
  margin: -3px 0 0 -3px;
  background-color: #16a085;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
#legacy .vjs-seek-handle[style*="95."] {
  margin-left: 3px;
}
#legacy .vjs-seek-handle[style="left: 0%;"] {
  margin-left: -2px;
}
#legacy .vjs-seek-handle:focus,
#legacy .vjs-seek-handle:hover {
  background-color: #148d75;
}
#legacy .vjs-seek-handle:active {
  background-color: #117a65;
}
#legacy .vjs-time-controls {
  position: absolute;
  width: auto;
  height: auto;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
}
#legacy .vjs-time-divider {
  position: absolute;
  top: 11px;
  right: 114px;
  font-size: 14px;
  color: #5d6d7e;
}
#legacy .vjs-remaining-time {
  display: none;
}
#legacy .vjs-current-time {
  top: 16px;
  right: 122px;
}
#legacy .vjs-duration {
  top: 16px;
  right: 85px;
  color: #5d6d7e;
}
#legacy .vjs-fullscreen-control {
  float: right;
  margin: 14px 15px;
  cursor: pointer;
}
#legacy .vjs-fullscreen-control:focus > div,
#legacy .vjs-fullscreen-control:hover > div {
  color: #57718b;
}
#legacy .vjs-fullscreen-control > div {
  height: 18px;
  color: #475d72;
}
#legacy .vjs-fullscreen-control > div:before {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -0.5em;
  font-family: Flat-UI-Pro-Icons;
  font-size: 16px;
  line-height: 18px;
  content: "\e619";
  -webkit-transition: color .25s, opacity .25s;
  transition: color .25s, opacity .25s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#legacy .vjs-menu-button {
  display: none !important;
}
#legacy .vjs-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: #ebedee;
  border-radius: 10px;
  -webkit-animation: sharp 2s ease infinite;
  animation: sharp 2s ease infinite;
}
@-webkit-keyframes sharp {
  0% {
    background-color: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    background-color: #ebedee;
    border-radius: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    background-color: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sharp {
  0% {
    background-color: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    background-color: #ebedee;
    border-radius: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    background-color: #e74c3c;
    border-radius: 10px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#legacy .tile {
  position: relative;
  padding: 14px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #eff0f2;
  border-radius: 6px;
}
#legacy .tile .tile-hot-ribbon {
  position: absolute;
  top: -4px;
  right: -4px;
  display: block;
  width: 82px;
}
#legacy .tile p {
  margin-bottom: 33px;
  font-size: 15px;
}
#legacy .tile-image {
  height: 100px;
  margin: 31px 0 27px;
  vertical-align: bottom;
}
#legacy .tile-image.big-illustration {
  width: 112px;
  height: 111px;
  margin-top: 20px;
}
#legacy .tile-title {
  margin: 0;
  font-size: 20px;
}
#legacy .pallete-item {
  float: left;
  width: 140px;
  margin: 0 0 20px 20px;
}
#legacy .palette {
  padding: 15px;
  margin: 0;
  font-size: 14px;
  line-height: 1.214;
  color: #fff;
  text-transform: uppercase;
}
#legacy .palette dd,
#legacy .palette dt {
  line-height: 1.429;
}
#legacy .palette dt {
  display: block;
  font-weight: 700;
  opacity: 0.8;
}
#legacy .palette dd {
  margin-left: 0;
  font-weight: 300;
  opacity: .8;
  -webkit-font-smoothing: subpixel-antialiased;
}
#legacy .palette-turquoise {
  background-color: #1abc9c;
}
#legacy .palette-green-sea {
  background-color: #16a085;
}
#legacy .palette-emerald {
  background-color: #2ecc71;
}
#legacy .palette-nephritis {
  background-color: #27ae60;
}
#legacy .palette-peter-river {
  background-color: #3498db;
}
#legacy .palette-belize-hole {
  background-color: #2980b9;
}
#legacy .palette-amethyst {
  background-color: #9b59b6;
}
#legacy .palette-wisteria {
  background-color: #8e44ad;
}
#legacy .palette-wet-asphalt {
  background-color: #34495e;
}
#legacy .palette-midnight-blue {
  background-color: #2c3e50;
}
#legacy .palette-sun-flower {
  background-color: #f1c40f;
}
#legacy .palette-orange {
  background-color: #f39c12;
}
#legacy .palette-carrot {
  background-color: #e67e22;
}
#legacy .palette-pumpkin {
  background-color: #d35400;
}
#legacy .palette-alizarin {
  background-color: #e74c3c;
}
#legacy .palette-pomegranate {
  background-color: #c0392b;
}
#legacy .palette-clouds {
  background-color: #ecf0f1;
}
#legacy .palette-silver {
  background-color: #bdc3c7;
}
#legacy .palette-concrete {
  background-color: #95a5a6;
}
#legacy .palette-asbestos {
  background-color: #7f8c8d;
}
#legacy .palette-clouds {
  color: #bdc3c7;
}
#legacy .palette-paragraph {
  font-size: 12px;
  line-height: 17px;
  color: #7f8c8d;
}
#legacy .palette-paragraph span {
  color: #bdc3c7;
}
#legacy .palette-headline {
  margin-top: -3px;
  font-size: 13px;
  font-weight: 700;
  color: #7f8c8d;
}
#legacy .login {
  position: relative;
  padding: 38px 38px 267px;
  margin-bottom: 77px;
  color: #fff;
  background: url(../img/login/imac.png) 0 0 no-repeat;
  background-size: 940px 778px;
}
#legacy .login-screen {
  min-height: 473px;
  padding: 123px 199px 33px 306px;
  background-color: #1abc9c;
}
#legacy .login-icon {
  position: absolute;
  top: 160px;
  left: 200px;
  width: 96px;
}
#legacy .login-icon > img {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
#legacy .login-icon > h4 {
  font-size: 17px;
  font-weight: 300;
  line-height: 34px;
  opacity: 0.95;
}
#legacy .login-icon > h4 small {
  display: block;
  font-size: inherit;
  font-weight: 700;
  color: inherit;
}
#legacy .login-form {
  position: relative;
  padding: 24px 23px 20px;
  background-color: #edeff1;
  border-radius: 6px;
}
#legacy .login-form .control-group {
  position: relative;
  margin-bottom: 6px;
}
#legacy .login-form .login-field {
  font-size: 17px;
  text-indent: 3px;
  border-color: transparent;
}
#legacy .login-form .login-field:focus {
  border-color: #1abc9c;
}
#legacy .login-form .login-field:focus + .login-field-icon {
  color: #1abc9c;
}
#legacy .login-form .login-field-icon {
  position: absolute;
  top: 3px;
  right: 15px;
  font-size: 16px;
  color: #bfc9ca;
  -webkit-transition: all .25s;
  transition: all 0.25s;
}
#legacy .login-link {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  color: #bfc9ca;
  text-align: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {
  #legacy .login {
    background-image: url(../img/login/imac-2x.png);
  }
}
#legacy .last-col {
  overflow: hidden;
}
#legacy .pan,
#legacy .ptn,
#legacy .pvn {
  padding-top: 0;
}
#legacy .pax,
#legacy .ptx,
#legacy .pvx {
  padding-top: 3px;
}
#legacy .pas,
#legacy .pts,
#legacy .pvs {
  padding-top: 5px;
}
#legacy .pam,
#legacy .ptm,
#legacy .pvm {
  padding-top: 10px;
}
#legacy .pal,
#legacy .ptl,
#legacy .pvl {
  padding-top: 20px;
}
#legacy .pan,
#legacy .phn,
#legacy .prn {
  padding-right: 0;
}
#legacy .pax,
#legacy .phx,
#legacy .prx {
  padding-right: 3px;
}
#legacy .pas,
#legacy .phs,
#legacy .prs {
  padding-right: 5px;
}
#legacy .pam,
#legacy .phm,
#legacy .prm {
  padding-right: 10px;
}
#legacy .pal,
#legacy .phl,
#legacy .prl {
  padding-right: 20px;
}
#legacy .pan,
#legacy .pbn,
#legacy .pvn {
  padding-bottom: 0;
}
#legacy .pax,
#legacy .pbx,
#legacy .pvx {
  padding-bottom: 3px;
}
#legacy .pas,
#legacy .pbs,
#legacy .pvs {
  padding-bottom: 5px;
}
#legacy .pam,
#legacy .pbm,
#legacy .pvm {
  padding-bottom: 10px;
}
#legacy .pal,
#legacy .pbl,
#legacy .pvl {
  padding-bottom: 20px;
}
#legacy .pan,
#legacy .phn,
#legacy .pln {
  padding-left: 0;
}
#legacy .pax,
#legacy .phx,
#legacy .plx {
  padding-left: 3px;
}
#legacy .pas,
#legacy .phs,
#legacy .pls {
  padding-left: 5px;
}
#legacy .pam,
#legacy .phm,
#legacy .plm {
  padding-left: 10px;
}
#legacy .pal,
#legacy .phl,
#legacy .pll {
  padding-left: 20px;
}
#legacy .man,
#legacy .mtn,
#legacy .mvn {
  margin-top: 0;
}
#legacy .max,
#legacy .mtx,
#legacy .mvx {
  margin-top: 3px;
}
#legacy .mas,
#legacy .mts,
#legacy .mvs {
  margin-top: 5px;
}
#legacy .mam,
#legacy .mtm,
#legacy .mvm {
  margin-top: 10px;
}
#legacy .mal,
#legacy .mtl,
#legacy .mvl {
  margin-top: 20px;
}
#legacy .man,
#legacy .mhn,
#legacy .mrn {
  margin-right: 0;
}
#legacy .max,
#legacy .mhx,
#legacy .mrx {
  margin-right: 3px;
}
#legacy .mas,
#legacy .mhs,
#legacy .mrs {
  margin-right: 5px;
}
#legacy .mam,
#legacy .mhm,
#legacy .mrm {
  margin-right: 10px;
}
#legacy .mal,
#legacy .mhl,
#legacy .mrl {
  margin-right: 20px;
}
#legacy .man,
#legacy .mbn,
#legacy .mvn {
  margin-bottom: 0;
}
#legacy .max,
#legacy .mbx,
#legacy .mvx {
  margin-bottom: 3px;
}
#legacy .mas,
#legacy .mbs,
#legacy .mvs {
  margin-bottom: 5px;
}
#legacy .mam,
#legacy .mbm,
#legacy .mvm {
  margin-bottom: 10px;
}
#legacy .mal,
#legacy .mbl,
#legacy .mvl {
  margin-bottom: 20px;
}
#legacy .man,
#legacy .mhn,
#legacy .mln {
  margin-left: 0;
}
#legacy .max,
#legacy .mhx,
#legacy .mlx {
  margin-left: 3px;
}
#legacy .mas,
#legacy .mhs,
#legacy .mls {
  margin-left: 5px;
}
#legacy .mam,
#legacy .mhm,
#legacy .mlm {
  margin-left: 10px;
}
#legacy .mal,
#legacy .mhl,
#legacy .mll {
  margin-left: 20px;
}
#legacy .select-inside {
  background-color: #fff;
  color: #333;
  text-align: left;
}
#legacy .dropform {
  color: #fff;
  border: 0;
  height: 44px!important;
  padding-left: 10px!important;
  padding-right: 10px !important;
}
#legacy .content-list-style {
  color: #fff;
  font-size: 14px;
  line-height: normal;
}
#legacy .content-list-gap {
  padding-top: 10px;
}
#legacy .go-down {
  position: absolute;
  top: 200px;
  right: 10px;
  left: 10px;
  text-align: center;
  margin: auto;
  font-size: 1em;
  font-family: Roboto,Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #eee;
}
@media (min-width: 768px) {
  #legacy .go-down {
    position: absolute;
    top: 350px;
    text-align: center;
    margin: auto;
    font-size: 1.2em;
  }
}
@media (max-width: 380px) {
  #legacy .go-down {
    position: absolute;
    top: 150px;
    text-align: center;
    margin: auto;
    font-size: 1.2em;
  }
}
@media (max-width: 321px) {
  #legacy .go-down {
    position: absolute;
    top: 150px;
    text-align: center;
    margin: auto;
    font-size: 1.2em;
  }
}
#legacy .go-down a {
  color: #eee;
  text-decoration: none;
  outline: 0;
}
#legacy .go-down a:hover {
  color: #999;
}
#legacy #select-error,
#legacy #select-error-team {
  display: none;
}
#legacy #industry-ga {
  display: none;
}
@media (min-width: 769px) {
  #legacy .flex-masthead-desk {
    display: inline;
  }
  #legacy .flex-masthead-mobi {
    display: none;
  }
}
@media (max-width: 768px) {
  #legacy .flex-masthead-desk {
    display: none;
  }
  #legacy .flex-masthead-mobi {
    display: inline;
  }
}
#legacy .nav-btn-blog {
  background-color: #ddd;
  border-radius: 4px;
  margin-left: 6px;
}
@media (max-width: 1045px) {
  #legacy .navbar-header {
    float: none;
  }
  #legacy .navbar-toggle {
    display: block;
  }
  #legacy .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #legacy .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #legacy .navbar-nav > li {
    float: none;
  }
  #legacy .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #legacy .nav-btn-blog {
    margin-left: 0;
    margin-top: 10px;
  }
  #legacy .navbar .nav > .external > a {
    padding: 8px 13px 8px 13px!important;
    margin-top: 4px !important;
  }
}
@media (max-width: 468px) {
  #legacy .container {
    width: 100%;
  }
}
@media (min-width: 469px) {
  #legacy .container {
    width: 100%;
    max-width: 1800px;
  }
}
#legacy .nav-div-line-right {
  border-left: 1px dashed #aaa;
  padding-left: 14px;
  margin-left: 14px;
  height: 40px;
  margin-top: 5px;
  float: left;
}
@media (max-width: 1045px) {
  #legacy .nav-div-line-right {
    border-left: 0 dashed #aaa;
    padding-left: 0;
    margin: 10px 0 8px 14px;
    height: 2px;
    border-bottom: 1px dashed #aaa;
    float: none;
    width: 90%;
  }
}
#legacy .navbar .nav > .external > a {
  border: 2px solid #00a857;
  color: #00a857;
  background-color: transparent;
  transition: border-color 1s ease;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 13px;
}
#legacy .navbar .nav > .external > a:focus,
#legacy .navbar .nav > .external > a:hover {
  color: #fff;
  background-color: #00a857;
}
#legacy .social-icon-lineup {
  text-transform: uppercase;
  text-transform: none;
font-family: Roboto, Montserrat, Arial, sans-serif;
  line-height: 40px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  #legacy .social-icon-lineup {
    text-transform: uppercase;
    text-transform: none;
    font-family: Roboto, Montserrat, Arial, sans-serif;
    line-height: 40px;
    padding-right: 0;
    display: block;
  }
}
#legacy .form-modal-heading {
  color: #00a857!important;
  text-transform: none;
}
#legacy .form-modal-subheading1 {
  line-height: 22px;
  color: #aaa;
  font-weight: 400;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  text-transform: none;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
#legacy .form-modal-subheading2 {
  line-height: 20px;
  color: #aaa;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  text-transform: none;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 600px) {
  #legacy .form-modal-subheading1,
  #legacy .form-modal-subheading2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#legacy .inpage-form-close-holder {
  position: relative;
  height: 50px;
  float: right;
  width: 60px;
}
#legacy .inpage-form-close-btn {
  float: right;
  margin: 15px;
}
#legacy .field-auto-capture {
  padding: 0!important;
  margin: 0 !important;
}
#legacy .field-auto-capture__message {
  bottom: 0;
  position: absolute;
  padding: 0 0!important;
  border-radius: 4px!important;
  margin-right: 10px;
  margin-top: 100px;
  z-index: -100 !important;
}
#legacy .field-auto-capture__message__text {
  color: #e7e7e7 !important;
}
#legacy .stacklock {
  position: absolute!important;
  z-index: -100 !important;
}
#legacy .inpage-modal-container {
  background-color: #333;
  border-radius: 10px;
  margin: 10px auto;
  max-width: 900px;
  box-shadow: 0 5px 20px #000000, 0 15px 30px -10px rgba(0, 0, 0, 0.3);
}
#legacy .inpage-modal-header {
  color: #00a857!important;
  text-transform: none;
  float: left;
  padding-top: 20px;
  padding-left: 25px;
  font-size: 20px!important;
  width: 70%;
}
#legacy .inpage-modal-iframe {
  margin-top: 10px;
  margin-bottom: 30px;
  border-top: 1px dashed #888!important;
  border-bottom: 1px dashed #888 !important;
}
#legacy .inpage-modal-nested-container {
  padding: 0 !important;
}
#legacy .inpage-modal-nested-row {
  margin: 0 !important;
}
#legacy .inpage-modal-nested-cols {
  margin: 0 auto;
}
#legacy .inpage-modal-nested-row-inside {
  margin: 0 auto;
  max-width: 700px;
}
#legacy .footer-sharefollow-widget-contain {
  visibility: visible !important;
}
#legacy .footer-sharefollow-widget-label {
  font-family: Roboto,Montserrat, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: .9em;
  font-weight: 700;
  padding: 7px;
  color: #777;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 0;
  cursor: pointer;
  float: left;
  position: relative;
  visibility: visible !important;
}
#legacy .footer-sharefollow-widget-label img {
  width: 16px;
  margin-top: -4px;
}
#legacy .footer-sharefollow-widget-dropdown {
  margin: 0 auto;
  left: inherit;
  width: auto;
  right: 0;
  top: 0;
  position: relative;
  height: 58px;
  float: left;
  padding-top: 5px;
  vertical-align: bottom;
  border-radius: 4px;
  background-color: #e7e7e7;
  text-align: right;
  visibility: visible !important;
}
#legacy .footer-sharefollow-widget-dropdown-close {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  font-size: 1.5em;
  color: #999;
}
#legacy .footer-sharefollow-widget-dropdown-iconwrap {
  float: none!important;
  padding-top: 0 !important;
}
@media (max-width: 990px) {
  #legacy .footer-sharefollow-widget-contain {
    visibility: visible!important;
    width: 200px;
    margin: 0 auto;
  }
  #legacy .footer-sharefollow-widget-dropdown {
    margin-bottom: 15px;
  }
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: codropsicons;
  src: url(../fonts/codropsicons/codropsicons.eot);
  src: url(../fonts/codropsicons/codropsicons.eot?#iefix) format('embedded-opentype'), url(../fonts/codropsicons/codropsicons.woff) format('woff'), url(../fonts/codropsicons/codropsicons.ttf) format('truetype'), url(../fonts/codropsicons/codropsicons.svg#codropsicons) format('svg');
}
#legacy *,
#legacy :after,
#legacy :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#legacy .clearfix:after,
#legacy .clearfix:before {
  display: table;
  content: '';
}
#legacy .clearfix:after {
  clear: both;
}
#legacy body {
  font-family: Montserrat, "Avenir Next", Avenir, 'Helvetica Neue', Lato, 'Segoe UI', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#legacy a:focus,
#legacy a:hover {
  color: #57d8b8;
}
#legacy .hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}
#legacy .content {
  padding: 3em 0;
}
#legacy .intro {
  padding: 1em;
  max-width: 1000px;
  text-align: center;
  font-size: 2em;
}
#legacy .codrops-header,
#legacy .pricing-section {
  min-height: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#legacy .pricing-section {
  padding: 0;
  min-height: none;
  position: relative;
}
#legacy .pricing-section__title {
  font-size: 1.4em;
  font-weight: 700;
  margin: 3em 0 5em;
  flex: none;
}
#legacy .pricing-section a {
  color: #333;
}
#legacy .pricing-section .buttons a {
  margin: 4% 2%;
  flex: 1;
  padding: 34px 20px;
}
#legacy .pricing-section a:focus,
#legacy .pricing-section a:hover {
  color: #000;                         
}

#legacy .codrops-header {
  padding: 2em 1em 4em;
  color: #fff;
  height: 100vh;
  min-height: 500px;
  text-align: center;
  background: #2c292f url(../img/mouse.svg) no-repeat left 50% bottom 40px;
}
#legacy .codrops-header h1 {
  margin: .5em 0 0;
  letter-spacing: -1px;
  font-size: 4em;
  line-height: 1;
}
#legacy .codrops-header h1 span {
  font-weight: 400;
  display: block;
  margin: .5em 0;
  font-size: 50%;
  letter-spacing: 0;
  color: #d2d5d4;
}
#legacy .codrops-links {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
#legacy .codrops-links::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: '';
  -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
  transform: rotate3d(0, 0, 1, 22.5deg);
}
#legacy .codrops-icon {
  display: inline-block;
  margin: .5em;
  padding: 0 0;
  width: 1.5em;
  text-decoration: none;
}
#legacy .codrops-icon span {
  display: none;
}
#legacy .codrops-icon:before {
  margin: 0 5px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: codropsicons;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
#legacy .codrops-icon--drop:before {
  content: "\e001";
}
#legacy .codrops-icon--prev:before {
  content: "\e004";
}
#legacy .codrops-demos {
  margin: 2em 0 0;
}
#legacy .codrops-demos a {
  display: inline-block;
  margin: 0 0.5em;
}
#legacy .codrops-demos a.current-demo {
  color: #333;
}
#legacy .bg-1 {
  background: 0 0!important;
  background-size: cover;
  color: #fff;
}
#legacy .bg-2 {
  background: #333 url(../img/blackboard.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
#legacy .bg-3 {
  color: #fff;
  background: #a2e29e;
}
#legacy .bg-4 {
  background: #30353c;
  color: #4e5154;
}
#legacy .bg-5 {
  background: #514b48;
  color: #7d746f;
}
#legacy .bg-6 {
  background: #1d211f;
  color: #6ed19f;
}
#legacy .bg-7 {
  color: #c3e9f5;
  background: linear-gradient(45deg, #7e67e5, #02cbdf);
}
#legacy .bg-8 {
  background: #383e4c;
  color: #fff;
}
#legacy .bg-9 {
  background: #efb7b7;
  color: #382628;
}
#legacy .bg-10 {
  color: #eaebed;
}
#legacy .bg-11 {
  background: #f7faf9;
}
#legacy .bg-12 {
  background: #647df9;
  color: #7a90ff;
}
#legacy .bg-12 p {
  color: #fff;
  text-align: center;
}
#legacy .bg-12 a {
  color: #fff;
  font-weight: 700;
}
#legacy .bg-12 a:focus,
#legacy .bg-12 a:hover {
  color: rgba(0, 0, 0, 0.3);
}
#legacy .content--related {
  text-align: center;
  font-weight: 700;
  padding: 10em 1em;
  background: #2c292f;
}
#legacy .media-item {
  display: inline-block;
  padding: 1em;
  vertical-align: top;
  -webkit-transition: color .3s;
  transition: color 0.3s;
}
#legacy .media-item__img {
  max-width: 100%;
  opacity: .6;
  -webkit-transition: opacity .3s;
  transition: opacity 0.3s;
}
#legacy .media-item:focus .media-item__img,
#legacy .media-item:hover .media-item__img {
  opacity: 1;
}
#legacy .media-item__title {
  margin: 0;
  padding: .5em;
  font-size: 1em;
}
@media screen and (max-width: 50em) {
  #legacy .codrops-header {
    padding: 3em 10% 4em;
  }
}
@media screen and (max-width: 40em) {
  #legacy .codrops-header h1 {
    font-size: 2.8em;
  }
}
#legacy .pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 0;
}
#legacy .pricing__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 49%;
  flex: 0 1 49%;
}
#legacy .pricing-intro-block {
  color: #7E7E7E;
  font-family: Roboto, Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 3rem;
  text-align: left;
  padding: 1.5rem 1rem 0 1rem;
  margin: 1rem;
  min-height: 17rem;
}

@media screen and (min-width: 763px) and (max-width: 859px) {
  #legacy .pricing-intro-block {
    min-height: 32rem;
  }
}

@media screen and (min-width: 860px) and (max-width: 990px) {
  #legacy .pricing-intro-block {
    min-height: 26rem;
  }
}

@media screen and (min-width: 991px) and (max-width: 1049px) {
  #legacy .pricing-intro-block {
    min-height: 23rem;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1285px) {
  #legacy .pricing-intro-block {
    min-height: 20rem;
  }
}

@media screen and (min-width: 1286px) and (max-width: 1679px) {
  #legacy .pricing-intro-block {
    min-height: 17rem;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1919px) {
  #legacy .pricing-intro-block {
    min-height: 18rem;
  }
}

@media screen and (min-width: 1920px) and (max-width: 2544px) {
  #legacy .pricing-intro-block {
    min-height: 20rem;
  }
}

@media screen and (min-width: 2555px) {
  #legacy .pricing-intro-block {
    min-height: 21rem;
  }
}

@media screen and (max-width: 762px) {
  #legacy .pricing__item {
    flex: 0 1 100%;
  }
  #legacy .pricing-intro-block {
    height: auto;
    min-height: auto;
    padding: 1.5rem 1rem;
  }
  #legacy section#pricing {
    padding-top: 90px;
  }
}


#legacy .pricing__feature-list {
  font-family: Roboto,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: left;
}
#legacy .pricing__feature-list-title > strong{
  font-family: Roboto,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 2.2rem;
}

#legacy .pricing__action {
  background: 0 0;
  border: none;
  color: inherit;
  font-family: Roboto,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#legacy .pricing__action:focus {
  outline: 0;
}
#legacy .pricing__item {
  margin: 1em;
  padding: 20px 2em;
  font-size: 14px;
  cursor: default;
  border-radius: 10px;
  background: #333;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 15px 30px -10px rgba(0, 0, 0, 0.3);
  -webkit-transition: background .3s;
  transition: background 0.3s;
  /* width: 1200px; */
}
#legacy .pricing--sonam .pricing__title {
  font-size: 3rem;
  text-transform: none;
  width: 100%;
  margin: 0 0 .25em;
  padding: .25em 0 0.5em;
  border-bottom: 3px solid #1b1a1c;
  color: #00a857;
}
#legacy .pricing--sonam .pricing__price {
  color: #7E7E7E;
  font-family: Roboto,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 4rem;
  font-weight: normal;
  padding-bottom: 2rem;
  height: 12rem;
}
#legacy .pricing--sonam .enterprise .pricing__price {
  padding-top: 1.2rem;
  padding-bottom: 2.5rem;
}
#legacy .pricing--sonam .pricing__sentence {
  font-weight: 700;
}
#legacy .pricing--sonam .pricing__feature-list {
  font-family: Roboto,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 5px 0;
  padding: 1em 1em 0px;
  font-size: 13px;
  line-height: 17px;
  color: #00a857;
}
#legacy .pricing--sonam .pricing__feature-list li {
  padding-bottom: 0;
  width: 100%;
  margin-bottom: 20px;
}
#legacy .pricing--sonam .pricing__feature-list.pricing-info {
  padding: 2em 1em 0;
} 
#legacy .pricing--sonam .pricing__action {
  font-weight: 400;
  padding: .75em 2em;
  border-radius: 5px;
  background: #00a857;
  -webkit-transition: background .3s;
  transition: background .3s;
  color: #fff;
  width: 100%;
  line-height: 16px;
}
#legacy .pricing--sonam .pricing__action:focus,
#legacy .pricing--sonam .pricing__action:hover {
  background: #00c465;
  color: #fff;
  text-decoration: none;
}
#legacy .pricing--sonam .pricing__action_dark {
  border: 0;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  outline: 0;
  font-weight: 400;
  padding: 1.4em 2em;
  border-radius: 5px;
  -webkit-transition: background .3s;
  transition: background .3s;
  color: #fff;
  background: #555;
  width: 100%;
}
#legacy .pricing--sonam .pricing__action_dark:focus,
#legacy .pricing--sonam .pricing__action_dark:hover {
  background: #666;
  color: #fff;
  text-decoration: none;
}
#legacy .pricing--sonam .pricing__action_dark2 {
  border: 0;
  outline: 0;
  font-weight: 700;
  padding: .75em 2em;
  border-radius: 5px;
  -webkit-transition: background .3s;
  transition: background .3s;
  color: #fff;
  background: #666;
  width: 100%;
}
#legacy .pricing--sonam .pricing__action_dark2:focus,
#legacy .pricing--sonam .pricing__action_dark2:hover {
  background: #777;
  color: #fff;
  text-decoration: none;
}
#legacy .pricing--jinpa .pricing__item {
  font-family: Sahitya, serif;
  margin: 1.5em 0;
  padding: 2em;
  cursor: default;
  color: #fff;
  border: 1px solid #cbffc8;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
}
#legacy .pricing--jinpa .pricing__item:nth-child(2) {
  border-right: none;
  border-left: none;
}
#legacy .pricing--jinpa .pricing__item:hover {
  color: #444;
  background: #cbffc8;
}
#legacy .pricing--jinpa .pricing__title {
  font-size: 2em;
  width: 100%;
  margin: 0;
  padding: 0;
}
#legacy .pricing--jinpa .pricing__price {
  font-size: 1.45em;
  font-weight: 700;
  line-height: 95px;
  width: 100px;
  height: 100px;
  margin: 1.15em auto 1em;
  border-radius: 50%;
  background: #ea716e;
  -webkit-transition: color .3s, background .3s;
  transition: color 0.3s, background 0.3s;
}
#legacy .pricing--jinpa .pricing__item:first-child .pricing__price {
  background: #eac36e;
}
#legacy .pricing--jinpa .pricing__item:nth-child(2) .pricing__price {
  background: #eaa36e;
}
#legacy .pricing--jinpa .pricing__item:hover .pricing__price {
  color: #fff;
  background: #82c57e;
}
#legacy .pricing--jinpa .pricing__sentence {
  font-weight: 700;
}
#legacy .pricing--jinpa .pricing__feature-list {
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 1em 1em 2em 1em;
  list-style: none;
  text-align: center;
}
#legacy .pricing--jinpa .pricing__action {
  font-weight: 700;
  margin-top: auto;
  padding: .75em 2em;
  opacity: 0;
  color: #fff;
  background: #82c57e;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform .3s, opacity .3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
#legacy .pricing--jinpa .pricing__item:hover .pricing__action {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#legacy .pricing--jinpa .pricing__action:focus,
#legacy .pricing--jinpa .pricing__action:hover {
  background: #6ea76b;
}
@media screen and (max-width: 60em) {
  #legacy .pricing--jinpa .pricing__item {
    max-width: none;
    width: 90%;
    flex: none;
  }
  #legacy .pricing--jinpa .pricing__item:nth-child(2) {
    border: 1px solid #fff;
  }
}
#legacy .pricing--tenzin .pricing__item {
  margin: 1em;
  padding: 2em 2.5em;
  text-align: left;
  color: #262b38;
  background: #eef0f3;
  border-top: 3px solid #eef0f3;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
#legacy .pricing--tenzin .pricing__item:hover {
  border-color: #3e62e0;
}
#legacy .pricing--tenzin .pricing__title {
  font-size: 1em;
  margin: 0 0 1em;
}
#legacy .pricing--tenzin .pricing__price {
  font-size: 2em;
  font-weight: 700;
  padding: .5em 0 .75em;
  border-top: 3px solid rgba(139, 144, 157, 0.18);
}
#legacy .pricing--tenzin .pricing__currency {
  font-size: .5em;
  vertical-align: super;
}
#legacy .pricing--tenzin .pricing__sentence {
  font-weight: 700;
  padding: 0 0 .5em;
  color: #9ca0a9;
  border-bottom: 3px solid rgba(139, 144, 157, 0.18);
}
#legacy .pricing--tenzin .pricing__feature-list {
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .85em;
  font-style: italic;
  margin: 0;
  padding: .25em 0 2.5em;
  list-style: none;
  text-align: right;
  color: #8b909d;
}
#legacy .pricing--tenzin .pricing__action {
  font-weight: 700;
  margin-top: auto;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #3e62e0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#legacy .pricing--tenzin .pricing__action:focus,
#legacy .pricing--tenzin .pricing__action:hover {
  background-color: #3b5ac5;
}
#legacy .pricing--yama .pricing__item {
  margin: 1em;
  padding: 0 0 2em;
  color: #fff;
  background: #1e1c20;
}
#legacy .pricing--yama .pricing__title {
  font-family: 'Playfair Display', serif;
  font-size: 2.35em;
  font-weight: 900;
  line-height: 1;
  width: 290px;
  margin: 0 auto;
  padding: 1em 1em 0;
}
#legacy .pricing__amp {
  padding: .15em 0 .1em;
  color: #0f0e0f;
}
#legacy .pricing--yama .pricing__sentence {
  margin-bottom: 2em;
  color: #555357;
}
#legacy .pricing--yama .pricing__price {
  font-size: 2em;
  font-weight: 700;
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: .75em;
  cursor: default;
  color: #ef7d46;
  background: #1a181b;
  -webkit-transition: color .3s;
  transition: color 0.3s;
}
#legacy .pricing--yama .pricing__item:hover .pricing__price {
  color: #fff;
}
#legacy .pricing--yama .pricing__price::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #141315;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform .3s, opacity .3s;
  -webkit-transform: translate3d(-150%, 0, 0) skewX(40deg);
  transform: translate3d(-150%, 0, 0) skewX(40deg);
}
#legacy .pricing--yama .pricing__item:hover .pricing__price::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) skewX(0);
  transform: translate3d(0, 0, 0) skewX(0);
}
#legacy .pricing--yama .pricing__period {
  font-size: .5em;
  font-weight: 400;
  display: block;
  color: #2a272c;
}
#legacy .pricing--yama .pricing__feature-list {
  margin: 0;
  padding: 2em 1em;
  list-style: none;
  text-align: center;
  color: #6a6563;
}
#legacy .pricing--yama .pricing__action {
  font-weight: 700;
  margin: 0 2em;
  padding: 1em 2em;
  border-radius: 4px;
  background: #ef7d46;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
#legacy .pricing--yama .pricing__action:focus,
#legacy .pricing--yama .pricing__action:hover {
  color: #ef7d46;
  background: #fff;
}
#legacy .pricing--rabten .pricing__item {
  font-family: Roboto, Arial, sans-serif;
  padding: 2em 4em;
  cursor: default;
  color: #262b38;
  max-width: 320px;
}
#legacy .pricing--rabten .pricing__item:nth-child(2) {
  border-right: 1px solid rgba(139, 144, 157, 0.18);
  border-left: 1px solid rgba(139, 144, 157, 0.18);
}
#legacy .pricing--rabten .pricing__title {
  font-size: 1em;
  margin: 1.5em 0 0;
}
#legacy .pricing--rabten .icon {
  font-size: 2.5em;
  color: #8b909d;
  -webkit-transition: color .3s;
  transition: color 0.3s;
}
#legacy .pricing--rabten .pricing__item:hover .icon {
  color: #e03e3e;
}
#legacy .pricing--rabten .pricing__price {
  font-size: 2em;
  font-weight: 700;
  margin: .5em 0 .75em;
  overflow: hidden;
}
#legacy .pricing--rabten .pricing__currency {
  font-size: .5em;
  vertical-align: super;
}
#legacy .pricing--rabten .pricing__period {
  font-size: .35em;
  color: #8b909d;
}
#legacy .pricing--rabten .pricing__anim {
  display: inline-block;
  position: relative;
}
#legacy .pricing--rabten .pricing__item:hover .pricing__anim {
  -webkit-animation: moveUp .4s forwards;
  animation: moveUp .4s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
#legacy .pricing--rabten .pricing__item:hover .pricing__anim--2 {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}
@-webkit-keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#legacy .pricing--rabten .pricing__sentence {
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 .5em;
  color: #8b909d;
}
#legacy .pricing--rabten .pricing__feature-list {
  font-size: .85em;
  margin: 0;
  padding: .25em 0 2.5em;
  list-style: none;
  text-align: center;
  color: #8b909d;
}
#legacy .pricing--rabten .pricing__action {
  font-weight: 700;
  margin-top: auto;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #e03e3e;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#legacy .pricing--rabten .pricing__action:focus,
#legacy .pricing--rabten .pricing__action:hover {
  background-color: #c53737;
}
@media screen and (max-width: 60em) {
  #legacy .pricing--rabten .pricing__item {
    max-width: none;
    width: 90%;
    flex: none;
    border: none!important;
    opacity: 1 !important;
  }
}
#legacy .pricing--pema .pricing__item {
  font-family: 'Alegreya Sans', sans-serif;
  padding: 2em 3em;
  margin: 1em;
  color: #262b38;
  background: #fff;
  cursor: default;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 66.25em) {
  #legacy .pricing--pema .pricing__item {
    margin: 1.5em 0;
  }
  #legacy .pricing--pema .pricing__item--featured {
    z-index: 10;
    margin: 0;
    font-size: 1.15em;
  }
}
#legacy .pricing--pema .pricing__title {
  font-size: 2em;
  margin: .5em 0 0;
  color: #1d211f;
}
#legacy .pricing--pema .icon {
  display: inline-block;
  min-width: 2em;
  color: #8a9790;
  vertical-align: middle;
}
#legacy .pricing--pema .pricing__price {
  font-size: 5em;
  font-weight: 800;
  color: #6ed19c;
  position: relative;
  z-index: 100;
}
#legacy .pricing--pema .pricing__currency {
  font-size: .5em;
  vertical-align: super;
}
#legacy .pricing--pema .pricing__period {
  font-size: .25em;
  display: inline-block;
  padding: 0 0 0 .5em;
  color: #ceded6;
}
#legacy .pricing--pema .pricing__sentence {
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 .5em;
  color: #6ed19c;
}
#legacy .pricing--pema .pricing__feature-list {
  font-size: .95em;
  margin: 0;
  padding: 1.5em .5em 2.5em;
  list-style: none;
}
#legacy .pricing--pema .pricing__feature {
  padding: 0.15em 0;
}
#legacy .pricing--pema .pricing__action {
  font-weight: 700;
  margin-top: auto;
  padding: 1em 2em;
  color: #fff;
  border-radius: 5px;
  background: #6ed19c;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#legacy .pricing--pema .pricing__action:focus,
#legacy .pricing--pema .pricing__action:hover {
  background-color: #4f5f56;
}
#legacy .pricing--karma .pricing__item {
  margin: 1em;
  color: #382628;
  background: #fff;
  cursor: default;
  text-transform: uppercase;
  letter-spacing: 4px;
  border: 2px solid #382628;
  border-radius: 5px;
}
#legacy .pricing--karma .pricing__title {
  font-size: 1em;
  font-weight: 700;
  margin: .5em 0 0;
  padding: 1em;
  border-bottom: 2px solid #382628;
}
#legacy .pricing--karma .icon {
  display: inline-block;
  min-width: 2em;
}
#legacy .pricing--karma .pricing__price {
  font-size: 3em;
  padding: .5em 0 0 0;
  margin: 1em;
  font-weight: 700;
  border: 2px solid #382628;
  position: relative;
  z-index: 100;
}
#legacy .pricing--karma .pricing__item--featured .pricing__price::after {
  background: url(../img/stamp.png);
  background-size: cover;
  content: '';
  position: absolute;
  top: -30px;
  right: -20px;
  width: 100px;
  height: 100px;
  pointer-events: none;
}
#legacy .pricing--karma .pricing__currency {
  font-size: .5em;
  vertical-align: super;
}
#legacy .pricing--karma .pricing__period {
  font-size: .25em;
  display: block;
  padding: 1em;
  margin-top: 1.25em;
  border-top: 2px solid #382628;
}
#legacy .pricing--karma .pricing__sentence {
  margin: 0 0 1em 0;
  padding: 1em;
  font-size: .85em;
  border-bottom: 2px solid #382628;
}
#legacy .pricing--karma .pricing__feature-list {
  font-size: .85em;
  margin: 0;
  letter-spacing: 0;
  padding: 0 1em 2.5em 4em;
  list-style-type: square;
}
#legacy .pricing--karma .pricing__action {
  font-weight: 700;
  flex: none;
  margin: auto 1em 1em;
  padding: 1.25em 2em;
  color: #fff;
  background: #382628;
  letter-spacing: 2px;
  border-radius: 5px;
  border: 2px solid #382628;
  font-size: .95em;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
#legacy .pricing--karma .pricing__action:focus,
#legacy .pricing--karma .pricing__action:hover {
  background-color: #ffdbd5;
  color: #382628;
}
#legacy .pricing--norbu .pricing__item {
  margin: 1em;
  color: #fff;
  cursor: default;
  font-family: 'Myriad Pro', Arial, sans-serif;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  -webkit-transition: border-color 0.3s, background 0.3s;
  transition: border-color 0.3s, background 0.3s;
}
#legacy .pricing--norbu .pricing__item:hover {
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.18);
}
#legacy .pricing--norbu .pricing__title {
  font-size: 2em;
  font-weight: 400;
  margin: .5em 0;
  padding: 1em;
  position: relative;
}
#legacy .pricing--norbu .pricing__title::after {
  content: '';
  position: absolute;
  width: 20%;
  height: 1px;
  background: #fff;
  left: 40%;
  bottom: 0;
}
#legacy .pricing--norbu .icon {
  display: inline-block;
  min-width: 2em;
}
#legacy .pricing--norbu .pricing__price {
  font-size: 3.5em;
  padding: .5em 0 0 0;
  font-weight: 400;
  position: relative;
  z-index: 100;
}
#legacy .pricing--norbu .pricing__currency {
  font-size: .5em;
  vertical-align: super;
}
#legacy .pricing--norbu .pricing__period {
  font-size: .25em;
  display: block;
  padding: 1em;
}
#legacy .pricing--norbu .pricing__sentence {
  padding: 1em 2em;
  font-size: 1em;
  margin: 0 auto 1em;
}
#legacy .pricing--norbu .pricing__feature-list {
  font-size: 1.15em;
  margin: 0 2em;
  letter-spacing: 0;
  padding: 2em 0;
  list-style: none;
}
#legacy .pricing--norbu .pricing__feature {
  line-height: 1.4;
}
#legacy .pricing--norbu .pricing__feature::before {
  content: "\e87a";
  font-family: linearicons;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.75em 0 0;
}
#legacy .pricing--norbu .pricing__action {
  font-weight: 700;
  flex: none;
  margin: auto 1em 1em;
  padding: 1.25em 2em;
  color: #4aa8e4;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  -webkit-transition: background .3s;
  transition: background 0.3s;
}
#legacy .pricing--norbu .pricing__action:focus,
#legacy .pricing--norbu .pricing__action:hover {
  background: #fff;
}
#legacy .pricing--dawa .pricing__item {
  padding: 0 2em;
}
#legacy .pricing--dawa .pricing__title {
  font-weight: 700;
  font-size: 1.8em;
  padding: 0 0 .5em;
  background: url(../img/line.png) no-repeat 50% 100%;
}
#legacy .pricing--dawa .pricing__price {
  font-size: 3.75em;
  line-height: 1;
  margin: 1em 0 .65em;
  font-family: 'Homemade Apple', cursive;
}
#legacy .pricing--dawa .pricing__period {
  font-size: .25em;
  display: block;
}
#legacy .pricing--dawa .pricing__sentence {
  font-family: 'Homemade Apple', cursive;
  margin: 0;
}
#legacy .pricing--dawa .pricing__feature-list {
  margin: 0 0 1.5em;
  padding: 1em;
  list-style: none;
  text-align: center;
}
#legacy .pricing--dawa .pricing__action {
  border-radius: 30px;
  font-size: 1.5em;
  padding: .5em 1.5em;
  font-family: 'Homemade Apple', cursive;
  -webkit-transition: color .3s;
  transition: color 0.3s;
}
#legacy .pricing--dawa .pricing__action:focus,
#legacy .pricing--dawa .pricing__action:hover {
  color: #fffa5c;
}
@media screen and (max-width: 40em) {
  #legacy .pricing--dawa .pricing__item {
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin: 1em;
  }
}
#legacy .pricing--yonten .pricing__item {
  font-family: 'PT Sans', sans-serif;
  padding: 2em 4em;
  cursor: default;
  color: #fff;
  margin: 1em;
  border: 1px solid #5c6552;
  max-width: 320px;
}
@media screen and (min-width: 66.25em) {
  #legacy .pricing--yonten .pricing__item {
    margin: 0;
  }
  #legacy .pricing--yonten .pricing__item:nth-child(2) {
    border-right: none;
    border-left: none;
  }
}
#legacy .pricing--yonten .pricing__item:hover {
  z-index: 100;
}
#legacy .pricing--yonten .pricing__item:hover::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  border: 5px solid #8bc34a;
}
#legacy .pricing--yonten .pricing__title {
  font-size: 1.5em;
  margin: 0 0 .5em 0;
  padding: 0 0 0.5em;
}
#legacy .pricing--yonten .icon {
  font-size: 3em;
  margin: 0 0 .5em 0;
  color: #85c34a;
}
#legacy .pricing--yonten .pricing__price {
  font-size: 2em;
  margin: 0 0 .5em 0;
  font-weight: 700;
  color: #85c34a;
}
#legacy .pricing--yonten .pricing__currency {
  font-size: .5em;
  vertical-align: super;
}
#legacy .pricing--yonten .pricing__period {
  font-size: .35em;
  padding: 0 0 0 .5em;
  color: #646d5b;
}
#legacy .pricing--yonten .pricing__feature-list {
  margin: 0;
  padding: .25em 0 8em;
  list-style: none;
  text-align: center;
  color: #81867d;
}
#legacy .pricing--yonten .pricing__feature {
  padding: 0.25em;
}
#legacy .pricing--yonten .pricing__action {
  font-weight: 700;
  margin-top: auto;
  padding: 1em 2em;
  border-radius: 40px;
  background: #85c34a;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
#legacy .pricing--yonten .pricing__action:focus,
#legacy .pricing--yonten .pricing__action:hover {
  color: #85c34a;
  background: #fff;
}
#legacy .pricing--tashi .pricing__item {
  font-family: 'Roboto Condensed', sans-serif;
  margin: .5em;
  padding: 2em 2.5em;
  text-align: left;
  color: #fff;
  background: #262c37;
}
#legacy .pricing--tashi .pricing__title {
  font-size: 2em;
  font-weight: 300;
  margin: 0 0 .15em;
  color: #e25a77;
}
#legacy .pricing--tashi .pricing__item:nth-child(2) .pricing__title {
  color: #e25abc;
}
#legacy .pricing--tashi .pricing__item:nth-child(3) .pricing__title {
  color: #7e5ae2;
}
#legacy .pricing--tashi .pricing__price {
  font-size: 3em;
  font-weight: 300;
  padding: 0.85em 0;
}
#legacy .pricing--tashi .pricing__currency {
  font-size: .65em;
  vertical-align: super;
  color: #394150;
}
#legacy .pricing--tashi .pricing__period {
  font-size: .35em;
  padding: 0 0 0 .5em;
  color: #535965;
}
#legacy .pricing--tashi .pricing__sentence {
  padding: 0 0 .5em;
  margin: 0;
  color: #535965;
}
#legacy .pricing--tashi .pricing__feature-list {
  font-size: .95em;
  margin: 0;
  padding: 0 0 2.5em;
  list-style: none;
  color: #757983;
}
#legacy .pricing--tashi .pricing__feature {
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  line-height: 1.5;
}
#legacy .pricing--tashi .pricing__feature::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #1f242d;
  left: 0;
  top: 50%;
  margin: -2px 0 0 0;
}
#legacy .pricing--tashi .pricing__action {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin-top: auto;
  font-size: 1.55em;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 30px;
  background: #e25a77;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
#legacy .pricing--tashi .pricing__item:nth-child(2) .pricing__action {
  background: #e25abc;
}
#legacy .pricing--tashi .pricing__item:nth-child(3) .pricing__action {
  background: #7e5ae2;
}
#legacy .pricing--tashi .pricing__action:focus,
#legacy .pricing--tashi .pricing__action:hover {
  background: #1a1f28 !important;
}
#legacy .pricing--palden .pricing__item {
  font-family: Nunito, sans-serif;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}
@media screen and (min-width: 66.25em) {
  #legacy .pricing--palden .pricing__item {
    margin: 1em -0.5em;
  }
  #legacy .pricing--palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}
#legacy .pricing--palden .pricing__deco {
  border-radius: 10px 10px 0 0;
  background: #7a90ff;
  padding: 4em 0 9em;
  position: relative;
}
#legacy .pricing--palden .pricing__deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}
#legacy .pricing--palden .pricing__item--featured .pricing__deco {
  padding: 5em 0 8.885em 0;
}
#legacy .pricing--palden .pricing__title {
  font-size: .75em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ffd5bd;
}
#legacy .pricing--palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
#legacy .pricing--palden .pricing__item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
#legacy .pricing--palden .pricing__item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
#legacy .pricing--palden .icon {
  font-size: 2.5em;
}
#legacy .pricing--palden .pricing__price {
  font-size: 5em;
  font-weight: 700;
  padding: 0;
  color: #fff;
  margin: 0 0 .25em 0;
  line-height: 0.75;
}
#legacy .pricing--palden .pricing__currency {
  font-size: .15em;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.4);
}
#legacy .pricing--palden .pricing__period {
  font-size: .15em;
  padding: 0 0 0 .5em;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
#legacy .pricing--palden .pricing__sentence {
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}
#legacy .pricing--palden .pricing__feature-list {
  margin: 0;
  padding: .25em 0 2.5em;
  list-style: none;
  text-align: center;
}
#legacy .pricing--palden .pricing__feature {
  padding: 1em 0;
}
#legacy .pricing--palden .pricing__action {
  font-weight: 700;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #ffae7e;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#legacy .pricing--palden .pricing__action:focus,
#legacy .pricing--palden .pricing__action:hover {
  background-color: #f38747;
}
#legacy .priced-subtext {
  font-family: Roboto,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.5rem;
  color: #7E7E7E;
  font-weight: 700;
}
#legacy .priced-subtext2 {
  font-family: Roboto,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #aaa;
  font-weight: 700;
}

#legacy .bullet-check-indent {
  font-family: Roboto, Montserrat!important;
  font-size: 1.9rem;
  font-weight: 400;
  padding-left: 1rem;
  top: -14px;
  line-height: 3rem;
  color: #7E7E7E;
}

#legacy .pricing__feature-list .bullet-check-indent .feature-title {
  cursor: pointer;
  font-weight: 700;
}

#legacy .pricing__feature-list .feature-title.empty {
  cursor: auto;
  font-weight: 700;
}
#legacy .pricing__feature-list .bullet-check-indent .feature-title .feature-description {
  display: none;
}

#legacy .pricing__feature-list .bullet-check-indent .feature-title i{
  cursor: pointer;
  font-size: 0.75em;
    margin-left: 0.5em;
    vertical-align: unset;
    pointer-events: none;
}

#legacy .pricing__item_containermod1 {
  background: #888!important;
  display: inline-block !important;
  flex: 0 1 900px;
  box-shadow: none !important;
}
#legacy .pricing__item_containermod2 {
  background: #888!important;
  display: inline-block !important;
  flex: 0 1 624px;
  box-shadow: none !important;
}
#legacy .pricing__item_containermod2 h3 {
  font-size: 3rem;
  text-transform: none;
}
#legacy .pricing__item_sizemod1 {
  min-width: 49%;
  padding: 15px!important;
  margin: 3px!important;
  margin-top: 20px!important;
  background-color: #fff!important;
  border-radius: 10px!important;
  float: left !important;
}
#legacy .pricing__item_sizemod2 {
  width: 30%;
  min-width: 275px;
  padding: 0!important;
  margin: 3px!important;
  margin-top: 15px!important;
  border: 4px solid #111!important;
  background-color: #111!important;
  border-radius: 10px!important;
  float: left !important;
}

#legacy .pricing__title-mod1 {
  font-size: 28px!important;
  color: #fff!important;
  border-bottom: 0!important;
  margin: 0!important;
  padding-bottom: 15px !important;
}
#legacy .pricing__feature-toplist-mod1 {
  border-bottom: 3px solid #e8e8e8!important;
  padding: 0!important;
  min-height: 170px!important;
  text-align: center !important;
}
#legacy .pricing__feature-toplist-mod2 {
  padding: 0!important;
  min-height: 225px!important;
  text-align: center !important;
}
#legacy .pricing__feature-toplist-mod3 {
  padding: 0!important;
  text-align: center !important;
}
#legacy .pricing__feature-list-mod1 {
  padding: 2em 1em 0!important;
}
#legacy .pricing__feature-list-mod1 li strong,
#legacy .pricing__feature-list-mod2 li strong {
  color: #00a857;
}
#legacy .pricing__feature-list-mod2 {
  padding: 2em 1em 0!important;
}

@media (min-width: 761px) {
  #legacy .pricing__feature-toplist-mod1 {
    min-height: 225px !important;
  }
  #legacy .pricing__feature-list-mod1 {
    min-height: 305px !important;
  }
  #legacy .pricing__item_containermod2 {
    width: 95%;
  }
}

@media (max-width: 972px) {
  #legacy .pricing__item_sizemod1,
  #legacy .pricing__item_sizemod2 {
    width: 47%!important;
  }
  #legacy .pricing__item_containermod1,
  #legacy .pricing__item_containermod2 {
    flex: 0 1 100%;
    margin-bottom: 50px !important;
  }
}
@media (max-width: 690px) {
  #legacy .pricing--sonam .pricing__feature-list {
    padding: 1em 0 0.5em !important;
  }
  #legacy .pricing__item_containermod1,
  #legacy .pricing__item_containermod2 {
    flex: 0 1 100%;
    max-width: 440px;
    margin: .5em!important;
    padding: 1.5em !important;
  }
  #legacy .pricing__item_sizemod1,
  #legacy .pricing__item_sizemod2 {
    width: 98%!important;
    min-width: 200px!important;
    margin-top: 15px !important;
  }
  #legacy .pricing--sonam .pricing__price,
  #legacy .pricing-intro-block {
    min-height: 20px !important;
  }
  #legacy .pricing__title-mod1 {
    font-size: 20px!important;
    padding-bottom: 15px !important;
  }
  #legacy .pricing__feature-list-mod1,
  #legacy .pricing__feature-list-mod2,
  #legacy .pricing__feature-toplist-mod1,
  #legacy .pricing__feature-toplist-mod2,
  #legacy .pricing__feature-toplist-mod3 {
    min-height: 20px !important;
  }
}
@media (max-width: 320px) {
  #legacy .pricing__item_containermod1,
  #legacy .pricing__item_containermod2 {
    flex: 0 1 100%;
    max-width: 440px;
    margin: .5em!important;
    padding: 1em !important;
  }
}
@media (min-width: 691px) {
  #legacy .pricing__item_sizemod2 .most-popular-content {
    height: 995px;
  }
}

#legacy #fsRow2248360-10 .fsFieldHorizontal,
#legacy #fsRow2248360-12 .fsFieldHorizontal,
#legacy #fsRow2248360-13 .fsFieldHorizontal {
  width: 50%;
}
#legacy .formstack-form {
  display: none;
}
#legacy .formstack-form > .row > .col-lg-12 {
  padding: 0;
}
#legacy .formstack-form iframe {
  width: 100%;
  border: 0;
  background-color: transparent;
}
#legacy .formstack-form iframe html {
  overflow: hidden;
}
@media (max-width: 600px) {
  #legacy .fsFieldHorizontal,
  #legacy .fsForm select.fsField {
    width: 100%;
  }
}


/* EXPORT PACKAGES TABLE > PRICING TABLE TOOLTIP */
#legacy .pricing__item--featured-fix {
  font-family: Roboto,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

#legacy .ptable {
  background-color: #fff;
  font-weight: 300;
  width: 100%;
}
#legacy .ptable.individual {
  margin-top:10px;
}
#legacy .ptable__tooltip {
  box-sizing: border-box;
  max-width: 100vw;
  width: 350px;
}
#legacy .ptable__tooltip.teams,
#legacy .ptable__tooltip.enterprise {
  width: 425px;
}
#legacy .ptable__tooltip .tooltip-inner {
  box-sizing: border-box;
  max-width: none !important;
  max-width: 100vw !important;
  width: 100% !important;
}
#legacy .ptable table {
  border-collapse: collapse;
  width: 100%;
}
#legacy .ptable__header {
  background-color: #00a857;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
}
#legacy .ptable tr {
  font-size: 18px;
}
#legacy .ptable td,
#legacy .ptable th {
  font-weight: 400;
  padding: 5px 20px;
}
#legacy .ptable th {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  max-width: 40px;
  vertical-align: middle;
}
#legacy .ptable td {
  color: #000;
  font-size: 16px;
  text-align: left;
}
#legacy .ptable tr:nth-child(odd) {
  background-color: #e8e8e8;
}
#legacy .ptable__contact td {
  color: grey;
}
#legacy .ptable__overage td {
  font-size: 12px;
}
#legacy .buttons {
  display: flex;
  width: 96%;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

#legacy .button-highlight {
  background: #e3e3e3;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: 1em;
}

#legacy .buttons.premium {
  width: 267px;
  margin: -3px 0 0 -15px;
  padding: 9px 0 9px 0;
}

#legacy .button {
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-block;
  height: 55px;
  line-height: 4px;
  text-align: center;
  transition: all 300ms ease;
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 0.2px;
  font-weight: 400;
  text-transform: uppercase;
}

#legacy .button:hover,
#legacy .button:active,
#legacy .button:focus {
  text-decoration: none;
}

#legacy .button--standout {
   background-color: #00a857;
   padding-bottom: 20px;
   padding-top: 15px;
   width: 90%;
}

#legacy .button--standout:hover {
  background-color: #00a857;
}

#legacy .button--branded {
  color: #fff;
  background-color: #4E4E53;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 90%;
  min-width: 200px;
}

#legacy .button--branded.buy-now {
  background-color: #727272;
}
#legacy .button--branded:hover {
  background-color: #bbbbbb;
}

#legacy .enterprise-demo {
  padding-top: 20px;
  height: 55px;
}

#legacy .button--dark {
  color: #fff;
  background-color: #00a857;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 90%;
}

#legacy .button--dark:hover {
  background-color: #00a857;
}
#legacy .button__subtext {
  display: block;
font-size: 8px;
}
#legacy .pricing__currency {
  font-size: 2.1rem;
  line-height: 30px;
  margin-right: 2px;
  vertical-align: top;
}

@media (max-width: 690px) {
  #legacy .buttons.premium {
    width: 382px;
  }
}

@media (max-width: 440px) {
  #legacy .buttons {
    min-width: 199px;
  }
  #legacy .buttons.premium {
    width: calc(111% - 4px);
    min-width: 191px;
  }
}

@media (max-width: 390px) {
  #legacy .buttons {
    min-width: 199px;
    max-width: 298px;
    align-self: center;
  }
  #legacy .buttons.premium {
    width: calc(112% - 4px);
    min-width: 191px;
    max-width: 290px;
  }
}



#legacy .pricing-info {
  margin: 2em 0;
}