@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    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.woff2') format('woff2'), 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');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #337ab7;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(51, 122, 183, 0.6);
}
.form-control::-webkit-input-placeholder {
  color: hotpink;
}
.form-control:-moz-placeholder {
  color: hotpink;
}
.form-control::-moz-placeholder {
  color: hotpink;
}
.form-control:-ms-input-placeholder {
  color: hotpink;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-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;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30001;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
::-moz-selection {
  background: #337ab7;
  color: #fff;
}
::selection {
  background: #337ab7;
  color: #fff;
}
::-moz-selection {
  background: #337ab7;
  color: #fff;
}
span.block {
  display: block;
}
.no-margin {
  margin: 0;
}
.no-border {
  border: 0;
}
a.bg-primary {
  background-color: #337ab7;
  color: #fff;
}
a.bg-primary:hover {
  background-color: #337ab7;
  color: #fff;
}
a.bg-success {
  background-color: #5cb85c;
  color: #fff;
}
a.bg-success:hover {
  background-color: #5cb85c;
  color: #fff;
}
a.bg-info {
  background-color: #5bc0de;
  color: #fff;
}
a.bg-info:hover {
  background-color: #5bc0de;
  color: #fff;
}
a.bg-warning {
  background-color: #f0ad4e;
  color: #fff;
}
a.bg-warning:hover {
  background-color: #f0ad4e;
  color: #fff;
}
a.bg-danger {
  background-color: #d9534f;
  color: #fff;
}
a.bg-danger:hover {
  background-color: #d9534f;
  color: #fff;
}
a.bg-orange {
  background-color: #ef9549;
  color: #fff;
}
a.bg-orange:hover {
  background-color: #ef9549;
  color: #fff;
}
.bg-primary {
  background-color: #337ab7;
  color: #fff;
}
.bg-primary-light {
  background-color: #5bdddc;
  color: #fff;
}
.bg-success {
  background-color: #5cb85c;
  color: #fff;
}
.bg-info {
  background-color: #5bc0de;
  color: #fff;
}
.bg-warning {
  background-color: #f0ad4e;
  color: #fff;
}
.bg-danger {
  background-color: #d9534f;
  color: #fff;
}
.bg-orange {
  background-color: #ef9549;
  color: #fff;
}
.bg-violet {
  background-color: #8170ca;
  color: #fff;
}
.bg-dark {
  background-color: #242633;
  color: #fff;
}
.bg-bright {
  background-color: #fafafa;
  color: #333333;
}
.bg-reverse {
  background-color: #fff;
  color: #333333;
}
.bg-facebook {
  background-color: #335397;
  color: #fff;
}
.bg-twitter {
  background-color: #00c7f7;
  color: #fff;
}
.bg-google-plus {
  background-color: #df4a32;
  color: #fff;
}
.page-container {
  max-width: 1170px;
  margin: auto;
}
.ui-iggrid td.ui-state-highlight {
  border-color: #e3e3e3 white white #e3e3e3;
}
.gradient-text {
  font-size: 150px;
  font-weight: 300;
  color: #337ab7;
  background: -webkit-linear-gradient(92deg, #fb83fa, #00aced);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-small {
  font-size: 12px;
}
.text-normal {
  font-size: 14px;
}
.text-huge {
  font-size: 72px;
}
.text-large {
  font-size: 50px;
}
.size-h1 {
  font-size: 36px;
}
.size-h2 {
  font-size: 30px;
}
.size-h3 {
  font-size: 24px;
}
.size-h4 {
  font-size: 18px;
}
.text-thin {
  font-weight: 300;
}
.text-ultralight {
  font-weight: 100;
}
.color-primary {
  color: #337ab7;
}
.color-success {
  color: #5cb85c;
}
.color-info {
  color: #5bc0de;
}
.color-info-alt {
  color: #8170ca;
}
.color-warning {
  color: #f0ad4e;
}
.color-danger {
  color: #d9534f;
}
.color-dark {
  color: #242633;
}
.color-reverse {
  color: #fff;
}
.color-gray-darker {
  color: #222222;
}
.color-gray-dark {
  color: #333333;
}
.color-gray {
  color: #555555;
}
.color-gray-light {
  color: #777777;
}
.color-gray-lighter {
  color: #eeeeee;
}
.dropcap,
.dropcap-square,
.dropcap-circle {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none;
}
.dropcap {
  font-size: 3.1em;
}
.dropcap-square,
.dropcap-circle {
  background-color: #444;
  color: #fff;
  width: 36px;
  text-align: center;
}
.dropcap-square {
  border-radius: 0px;
  font-size: 2.3em;
}
.dropcap-circle {
  border-radius: 50%;
  font-size: 1.78em;
}
.dropcap.colored {
  color: #337ab7;
}
.dropcap-square.colored,
.dropcap-circle.colored {
  background-color: #337ab7;
}
.highlight {
  background-color: #337ab7;
  color: #fff;
  border-radius: 0px;
  padding: 2px 5px;
}
.divider {
  display: block;
  height: 10px;
}
.divider-sm {
  height: 15px;
}
.divider-md {
  height: 20px;
}
.divider-lg {
  height: 30px;
}
.divider-xl {
  height: 50px;
}
.space {
  display: inline;
  padding: 5px;
}
.space-md {
  padding: 15px;
}
.space-lg {
  padding: 25px;
}
.table-dynamic .table-filters {
  margin: 10px 0;
  padding: 8px;
}
.table-dynamic .filter-result-info {
  padding: 7px;
}
.table-dynamic .table-bordered {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table-dynamic .table-bordered thead th {
  position: relative;
  padding: 0;
}
.table-dynamic .table-bordered thead th > .th {
  position: relative;
  padding: 8px 20px 8px 8px;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up,
.table-dynamic .table-bordered thead th .glyphicon-chevron-down {
  position: absolute;
  color: #999;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up:hover,
.table-dynamic .table-bordered thead th .glyphicon-chevron-down:hover {
  color: #337ab7;
  cursor: pointer;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up.active,
.table-dynamic .table-bordered thead th .glyphicon-chevron-down.active {
  color: #337ab7;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up {
  top: 4px;
  right: 5px;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-down {
  top: 18px;
  right: 6px;
}
.table-dynamic .table-footer {
  margin: 10px 0;
  padding: 8px;
}
.table-dynamic .page-num-info span {
  padding: 6px;
}
.table-dynamic .pagination-container ul {
  margin: 0;
}
.table-dynamic .pagination-container ul li:hover {
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .table-flip-scroll {
    /* sort out borders */
  }
  .table-flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .table-flip-scroll * html .cf {
    zoom: 1;
  }
  .table-flip-scroll *:first-child + html .cf {
    zoom: 1;
  }
  .table-flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .table-flip-scroll th,
  .table-flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  .table-flip-scroll th {
    text-align: left;
  }
  .table-flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  .table-flip-scroll thead {
    display: block;
    float: left;
  }
  .table-flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table-flip-scroll thead tr {
    display: block;
  }
  .table-flip-scroll .table > thead > tr > th:first-child {
    border-top: 1px solid #ddd;
  }
  .table-flip-scroll th {
    display: block;
    text-align: right;
  }
  .table-flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .table-flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  .table-flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  .table-flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .table-flip-scroll tbody tr {
    border-left: 1px solid #babcbf;
  }
  .table-flip-scroll th:last-child,
  .table-flip-scroll td:last-child {
    border-bottom: 1px solid #babcbf;
  }
}
.ui-radio {
  position: relative;
  margin: 0 20px 10px 20px;
}
.ui-radio input[type="radio"] {
  display: none;
}
.ui-radio input[type="radio"] + span {
  font-weight: normal;
}
.ui-radio input[type="radio"] + span:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -20px;
  background: white;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.ui-radio input[type="radio"]:disabled + span:before {
  opacity: .65;
  border: 1px solid #ccc;
  cursor: no-drop;
}
.ui-radio input[type="radio"]:checked + span:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: -15px;
  background-color: #337ab7;
  border-radius: 50%;
  display: block;
}
.ui-radio input[type="radio"]:disabled:checked + span:after {
  opacity: .65;
  cursor: no-drop;
  background-color: #ccc;
}
.ui-checkbox {
  position: relative;
  margin: 0 20px 10px 20px;
}
.ui-checkbox input[type="checkbox"] {
  display: none;
}
.ui-checkbox input[type="checkbox"] + span {
  font-weight: normal;
}
.ui-checkbox input[type="checkbox"] + span:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -20px;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #ccc;
}
.ui-checkbox input[type="checkbox"]:disabled + span:before {
  opacity: .65;
  border: 1px solid #ccc;
  cursor: no-drop;
}
.ui-checkbox input[type="checkbox"]:checked + span:before {
  background-color: #337ab7;
  border: 1px solid #337ab7;
}
.ui-checkbox input[type="checkbox"]:checked + span:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: -15px;
  background: url("img/checkmark.png") no-repeat center center;
  background-size: 14px 14px;
  display: block;
}
.ui-checkbox input[type="checkbox"]:disabled:checked + span:before {
  opacity: .65;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.ui-checkbox input[type="checkbox"]:disabled:checked + span:after {
  opacity: .65;
  cursor: no-drop;
  background: url("img/checkmark.png") no-repeat center center;
}
.ui-editor .btn-toolbar {
  margin-bottom: 10px;
}
.ui-editor .btn-toolbar .btn {
  font-size: 12px;
}
.ui-editor .btn-toolbar .btn-group {
  margin: 5px;
}
.ui-editor .btn-toolbar .btn-default {
  background-color: #fff;
  color: #333333;
}
.ui-editor #taTextElement {
  overflow: auto;
  min-height: 300px;
}
.ui-datepicker table {
  margin: 0 5px;
}
.ui-datepicker table th,
.ui-datepicker table td {
  padding: 1px;
}
.ui-timepicker td {
  padding: 1px;
}
.ui-rating .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}
.ui-rating .fa.fa-star {
  color: #5bdddc;
}
.ui-rating.ui-rating-success .fa.fa-star {
  color: #5cb85c;
}
.ui-rating.ui-rating-info .fa.fa-star {
  color: #5bc0de;
}
.ui-rating.ui-rating-warning .fa.fa-star {
  color: #f0ad4e;
}
.ui-rating.ui-rating-danger .fa.fa-star {
  color: #d9534f;
}
.form-control {
  border-width: 1px;
  box-shadow: none;
}
.form-control:focus {
  border-color: #337ab7;
  box-shadow: none;
}
.form-group .col-sm-10 {
  position: relative;
}
.form-group .col-sm-10 .icon {
  position: absolute;
  right: 25px;
  top: 10px;
}
.form-group label:not(.switch) {
  height: 25px;
  font-weight: normal;
  border: 1px solid transparent;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 0;
}
input.input-primary {
  border-color: #337ab7;
}
input.input-primary:focus {
  border-color: #337ab7;
}
input.input-info {
  border-color: #5bc0de;
}
input.input-info:focus {
  border-color: #5bc0de;
}
input.input-success {
  border-color: #5cb85c;
}
input.input-success:focus {
  border-color: #5cb85c;
}
input.input-warning {
  border-color: #f0ad4e;
}
input.input-warning:focus {
  border-color: #f0ad4e;
}
input.input-danger {
  border-color: #d9534f;
}
input.input-danger:focus {
  border-color: #d9534f;
}
.drop-box {
  width: 100%;
  height: 100px;
  padding-top: 40px;
  background: #F8F8F8;
  border: 2px dashed #DDD;
  text-align: center;
  padding-top: 35px;
  border-radius: 0px;
}
.ui-select {
  position: relative;
}
.ui-select > select {
  margin: 10px 0;
  padding: 10px 15px 10px 10px;
  width: 200px;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  text-indent: 0.01px;
  border: 1px solid #ccc;
  border-radius: 0px;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}
.ui-select:after {
  z-index: 0;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  color: #ccc;
  width: 0;
  margin-top: -3px;
  height: 0;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.ui-spinner {
  max-width: 200px;
}
.ui-spinner .input-group-btn.btn-group-vertical > .btn {
  height: 17px;
  margin: 0;
  padding: 0 6px;
  text-align: center;
}
.ui-spinner .input-group-btn.btn-group-vertical > .btn:first-child {
  border-radius: 0 0px 0 0 !important;
}
.ui-spinner .input-group-btn.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 0px 0;
}
.ui-spinner .input-group-btn.btn-group-vertical > .btn i {
  display: block;
  margin-top: -2px;
}
.switch input {
  display: none;
}
.switch i {
  display: inline-block;
  cursor: pointer;
  padding-right: 25px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  border-radius: 30px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}
.switch i:before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.switch :checked + i {
  padding-right: 0;
  padding-left: 25px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #337ab7;
}
.switch.switch-success :checked + i {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #5cb85c;
}
.switch.switch-info :checked + i {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #5bc0de;
}
.switch.switch-warning :checked + i {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #f0ad4e;
}
.switch.switch-danger :checked + i {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 50px #d9534f;
}
.btn-info-alt {
  color: #fff;
  background-color: #8170ca;
  border-color: #715dc3;
}
.btn-info-alt:focus,
.btn-info-alt.focus {
  color: #fff;
  background-color: #604bbc;
  border-color: #3a2c75;
}
.btn-info-alt:hover {
  color: #fff;
  background-color: #604bbc;
  border-color: #513da6;
}
.btn-info-alt:active,
.btn-info-alt.active,
.open > .dropdown-toggle.btn-info-alt {
  color: #fff;
  background-color: #604bbc;
  border-color: #513da6;
}
.btn-info-alt:active:hover,
.btn-info-alt.active:hover,
.open > .dropdown-toggle.btn-info-alt:hover,
.btn-info-alt:active:focus,
.btn-info-alt.active:focus,
.open > .dropdown-toggle.btn-info-alt:focus,
.btn-info-alt:active.focus,
.btn-info-alt.active.focus,
.open > .dropdown-toggle.btn-info-alt.focus {
  color: #fff;
  background-color: #513da6;
  border-color: #3a2c75;
}
.btn-info-alt:active,
.btn-info-alt.active,
.open > .dropdown-toggle.btn-info-alt {
  background-image: none;
}
.btn-info-alt.disabled:hover,
.btn-info-alt[disabled]:hover,
fieldset[disabled] .btn-info-alt:hover,
.btn-info-alt.disabled:focus,
.btn-info-alt[disabled]:focus,
fieldset[disabled] .btn-info-alt:focus,
.btn-info-alt.disabled.focus,
.btn-info-alt[disabled].focus,
fieldset[disabled] .btn-info-alt.focus {
  background-color: #8170ca;
  border-color: #715dc3;
}
.btn-info-alt .badge {
  color: #8170ca;
  background-color: #fff;
}
.btn-dark {
  color: #fff;
  background-color: #242633;
  border-color: #191b24;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #0f1015;
  border-color: #000000;
}
.btn-dark:hover {
  color: #fff;
  background-color: #0f1015;
  border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #0f1015;
  border-color: #000000;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #242633;
  border-color: #191b24;
}
.btn-dark .badge {
  color: #242633;
  background-color: #fff;
}
.btn-line-default {
  color: #333333;
  background-color: transparent;
  border-color: #ccc;
}
.btn-line-default:hover,
.btn-line-default:focus,
.btn-line-default:active,
.btn-line-default.active {
  color: #333;
  background-color: #fff;
}
.open .btn-line-default.dropdown-toggle {
  color: #333;
  background-color: #fff;
}
.btn-line-primary {
  color: #333333;
  background-color: transparent;
  border-color: #2e6da4;
}
.btn-line-primary:hover,
.btn-line-primary:focus,
.btn-line-primary:active,
.btn-line-primary.active {
  color: #fff;
  background-color: #337ab7;
}
.open .btn-line-primary.dropdown-toggle {
  color: #fff;
  background-color: #337ab7;
}
.btn-line-success {
  color: #333333;
  background-color: transparent;
  border-color: #4cae4c;
}
.btn-line-success:hover,
.btn-line-success:focus,
.btn-line-success:active,
.btn-line-success.active {
  color: #fff;
  background-color: #5cb85c;
}
.open .btn-line-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
}
.btn-line-info {
  color: #333333;
  background-color: transparent;
  border-color: #46b8da;
}
.btn-line-info:hover,
.btn-line-info:focus,
.btn-line-info:active,
.btn-line-info.active {
  color: #fff;
  background-color: #5bc0de;
}
.open .btn-line-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
}
.btn-line-warning {
  color: #333333;
  background-color: transparent;
  border-color: #eea236;
}
.btn-line-warning:hover,
.btn-line-warning:focus,
.btn-line-warning:active,
.btn-line-warning.active {
  color: #fff;
  background-color: #f0ad4e;
}
.open .btn-line-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
}
.btn-line-danger {
  color: #333333;
  background-color: transparent;
  border-color: #d43f3a;
}
.btn-line-danger:hover,
.btn-line-danger:focus,
.btn-line-danger:active,
.btn-line-danger.active {
  color: #fff;
  background-color: #d9534f;
}
.open .btn-line-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
}
.btn-line-dark {
  color: #333333;
  background-color: transparent;
  border-color: #191b24;
}
.btn-line-dark:hover,
.btn-line-dark:focus,
.btn-line-dark:active,
.btn-line-dark.active {
  color: #fff;
  background-color: #242633;
}
.open .btn-line-dark.dropdown-toggle {
  color: #fff;
  background-color: #242633;
}
.btn-direction {
  position: relative;
  border: 0;
  line-height: 20px;
}
.btn-left:before {
  content: " ";
  line-height: 0;
  position: absolute;
  top: 0;
  left: -26px;
  border: 16px solid transparent;
  border-right: 10px solid #fff;
}
.btn-left:hover:before {
  border-right: 10px solid #ebebeb;
}
.btn-left.btn-primary:before {
  border-right: 10px solid #337ab7;
}
.btn-left.btn-primary:hover:before {
  border-right: 10px solid #2a6598;
}
.btn-left.btn-success:before {
  border-right: 10px solid #5cb85c;
}
.btn-left.btn-success:hover:before {
  border-right: 10px solid #47a447;
}
.btn-left.btn-info:before {
  border-right: 10px solid #5bc0de;
}
.btn-left.btn-info:hover:before {
  border-right: 10px solid #39b3d7;
}
.btn-left.btn-warning:before {
  border-right: 10px solid #f0ad4e;
}
.btn-left.btn-warning:hover:before {
  border-right: 10px solid #ed9c28;
}
.btn-left.btn-danger:before {
  border-right: 10px solid #d9534f;
}
.btn-left.btn-danger:hover:before {
  border-right: 10px solid #d2322d;
}
.btn-right:before {
  content: " ";
  line-height: 0;
  position: absolute;
  top: 0;
  right: -26px;
  border: 16px solid transparent;
  border-left: 10px solid #fff;
}
.btn-right:hover:before {
  border-left: 10px solid #ebebeb;
}
.btn-right.btn-primary:before {
  border-left: 10px solid #337ab7;
}
.btn-right.btn-primary:hover:before {
  border-left: 10px solid #2a6598;
}
.btn-right.btn-success:before {
  border-left: 10px solid #5cb85c;
}
.btn-right.btn-success:hover:before {
  border-left: 10px solid #47a447;
}
.btn-right.btn-info:before {
  border-left: 10px solid #5bc0de;
}
.btn-right.btn-info:hover:before {
  border-left: 10px solid #39b3d7;
}
.btn-right.btn-warning:before {
  border-left: 10px solid #f0ad4e;
}
.btn-right.btn-warning:hover:before {
  border-left: 10px solid #ed9c28;
}
.btn-right.btn-danger:before {
  border-left: 10px solid #d9534f;
}
.btn-right.btn-danger:hover:before {
  border-left: 10px solid #d2322d;
}
.btn-up:before {
  content: " ";
  line-height: 0;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.btn-up:hover:before {
  border-bottom: 8px solid #ebebeb;
}
.btn-up.btn-primary:before {
  border-bottom: 8px solid #337ab7;
}
.btn-up.btn-primary:hover:before {
  border-bottom: 8px solid #2a6598;
}
.btn-up.btn-success:before {
  border-bottom: 8px solid #5cb85c;
}
.btn-up.btn-success:hover:before {
  border-bottom: 8px solid #47a447;
}
.btn-up.btn-info:before {
  border-bottom: 8px solid #5bc0de;
}
.btn-up.btn-info:hover:before {
  border-bottom: 8px solid #39b3d7;
}
.btn-up.btn-warning:before {
  border-bottom: 8px solid #f0ad4e;
}
.btn-up.btn-warning:hover:before {
  border-bottom: 8px solid #ed9c28;
}
.btn-up.btn-danger:before {
  border-bottom: 8px solid #d9534f;
}
.btn-up.btn-danger:hover:before {
  border-bottom: 8px solid #d2322d;
}
.btn-down:before {
  content: " ";
  line-height: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
}
.btn-down:hover:before {
  border-top: 8px solid #ebebeb;
}
.btn-down.btn-primary:before {
  border-top: 8px solid #337ab7;
}
.btn-down.btn-primary:hover:before {
  border-top: 8px solid #2a6598;
}
.btn-down.btn-success:before {
  border-top: 8px solid #5cb85c;
}
.btn-down.btn-success:hover:before {
  border-top: 8px solid #47a447;
}
.btn-down.btn-info:before {
  border-top: 8px solid #5bc0de;
}
.btn-down.btn-info:hover:before {
  border-top: 8px solid #39b3d7;
}
.btn-down.btn-warning:before {
  border-top: 8px solid #f0ad4e;
}
.btn-down.btn-warning:hover:before {
  border-top: 8px solid #ed9c28;
}
.btn-down.btn-danger:before {
  border-top: 8px solid #d9534f;
}
.btn-down.btn-danger:hover:before {
  border-top: 8px solid #d2322d;
}
.btn-w-xs {
  min-width: 80px;
}
.btn-w-sm {
  min-width: 100px;
}
.btn-w-md {
  min-width: 120px;
}
.btn-w-lg {
  min-width: 150px;
}
.btn-round {
  border-radius: 25px;
}
.btn-gap {
  margin: 5px;
}
.btn-gap-h {
  margin: 0 5px;
}
.btn-gap-v {
  margin: 0 0 5px;
}
.btn-icon {
  display: inline-block;
  text-align: center;
  border-radius: 0px;
}
.btn-icon:hover {
  color: #fff;
}
.btn-icon-round {
  border-radius: 50%;
}
.btn-icon-sm {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.btn-icon-md {
  height: 45px;
  width: 45px;
  line-height: 45px;
}
.btn-twitter {
  color: #fff;
  background-color: #00c7f7;
  border-color: #00c7f7;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #00a6ce;
  border-color: #0096ba;
}
.btn-facebook {
  color: #fff;
  background-color: #335397;
  border-color: #335397;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #294279;
  border-color: #243a69;
}
.btn-gplus,
.btn-google-plus {
  color: #fff;
  background-color: #dd4a38;
  border-color: #dd4a38;
}
.btn-gplus:hover,
.btn-google-plus:hover {
  color: #fff;
  background-color: #ca3522;
  border-color: #b8301f;
}
.btn-instagram {
  color: #fff;
  background-color: #82685A;
  border-color: #82685A;
}
.btn-instagram:hover {
  color: #fff;
  background-color: #6a5549;
  border-color: #5e4b41;
}
.btn-vimeo {
  color: #fff;
  background-color: #63879C;
  border-color: #63879C;
}
.btn-vimeo:hover {
  color: #fff;
  background-color: #537183;
  border-color: #4b6777;
}
.btn-flickr {
  color: #fff;
  background-color: #0061DB;
  border-color: #0061DB;
}
.btn-flickr:hover {
  color: #fff;
  background-color: #004fb2;
  border-color: #00469e;
}
.btn-github {
  color: #fff;
  background-color: #3B3B3B;
  border-color: #3B3B3B;
}
.btn-github:hover {
  color: #fff;
  background-color: #272727;
  border-color: #1c1c1c;
}
.btn-pinterest {
  color: #fff;
  background-color: #D73532;
  border-color: #D73532;
}
.btn-pinterest:hover {
  color: #fff;
  background-color: #bc2725;
  border-color: #ab2421;
}
.btn-tumblr {
  color: #fff;
  background-color: #586980;
  border-color: #586980;
}
.btn-tumblr:hover {
  color: #fff;
  background-color: #475568;
  border-color: #3f4b5c;
}
.btn-linkedin {
  color: #fff;
  background-color: #018FAF;
  border-color: #018FAF;
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #016e86;
  border-color: #015d72;
}
.btn-dribbble {
  color: #fff;
  background-color: #EA73A0;
  border-color: #EA73A0;
}
.btn-dribbble:hover {
  color: #fff;
  background-color: #e55088;
  border-color: #e23e7c;
}
.btn-stumbleupon {
  color: #fff;
  background-color: #EA4B24;
  border-color: #EA4B24;
}
.btn-stumbleupon:hover {
  color: #fff;
  background-color: #d13914;
  border-color: #bf3412;
}
.btn-lastfm {
  color: #fff;
  background-color: #B80638;
  border-color: #B80638;
}
.btn-lastfm:hover {
  color: #fff;
  background-color: #90052c;
  border-color: #7d0426;
}
.btn-evernote {
  color: #fff;
  background-color: #3BAB27;
  border-color: #3BAB27;
}
.btn-evernote:hover {
  color: #fff;
  background-color: #308a1f;
  border-color: #2a791c;
}
.btn-skype {
  color: #fff;
  background-color: #00B0F6;
  border-color: #00B0F6;
}
.btn-skype:hover {
  color: #fff;
  background-color: #0093cd;
  border-color: #0084b9;
}
.btn-soundcloud {
  color: #fff;
  background-color: #0066FF;
  border-color: #0066FF;
}
.btn-soundcloud:hover {
  color: #fff;
  background-color: #0056d6;
  border-color: #004ec2;
}
.btn-behance {
  color: #fff;
  background-color: #B80638;
  border-color: #B80638;
}
.btn-behance:hover {
  color: #fff;
  background-color: #90052c;
  border-color: #7d0426;
}
.btn-rss {
  color: #fff;
  background-color: #F79638;
  border-color: #F79638;
}
.btn-rss:hover {
  color: #fff;
  background-color: #f58111;
  border-color: #e87709;
}
.btn-youtube {
  color: #fff;
  background-color: #CC181E;
  border-color: #CC181E;
}
.btn-youtube:hover {
  color: #fff;
  background-color: #a71419;
  border-color: #951216;
}
.btn-metro {
  position: relative;
  padding: 0;
  border: 0;
  width: 180px;
  height: 180px;
  font-size: 21px;
  text-align: center;
}
.btn-metro i {
  font-size: 48px;
  line-height: 180px;
}
.btn-metro span {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.badge-primary {
  background-color: #337ab7;
}
.badge-success {
  background-color: #5cb85c;
}
.badge-info {
  background-color: #5bc0de;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-danger {
  background-color: #d9534f;
}
.breadcrumb a {
  color: #333333;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb-alt {
  overflow: hidden;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}
.breadcrumb-alt > li {
  float: left;
  margin: 0 25px 0 0;
}
.breadcrumb-alt > li > a {
  position: relative;
  float: left;
  background-color: #eeeeee;
  color: #333333;
  font-size: 12px;
  padding: 10px;
}
.breadcrumb-alt > li > a:before {
  position: absolute;
  top: 50%;
  left: -1em;
  margin-top: -1.6em;
  border-color: #eeeeee #eeeeee #eeeeee rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 1.5em 0 1.7em 1em;
  content: '';
}
.breadcrumb-alt > li > a:after {
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -1.5em;
  border-bottom: 1.5em solid rgba(0, 0, 0, 0);
  border-left: 1em solid #eeeeee;
  border-top: 1.5em solid rgba(0, 0, 0, 0);
  content: '';
}
.breadcrumb-alt > li > a:hover,
.breadcrumb-alt > li > a.active {
  text-decoration: none;
  background-color: #337ab7;
  color: #fff;
}
.breadcrumb-alt > li > a:hover:before,
.breadcrumb-alt > li > a.active:before {
  border-color: #337ab7 #337ab7 #337ab7 rgba(0, 0, 0, 0);
}
.breadcrumb-alt > li > a:hover:after,
.breadcrumb-alt > li > a.active:after {
  border-left: 1em solid #337ab7;
}
.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}
.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout-success {
  background-color: #f3faf3;
  border-color: #5cb85c;
}
.callout-success h4 {
  color: #5cb85c;
}
.callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.callout-info h4 {
  color: #5bc0de;
}
.callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.callout-warning h4 {
  color: #f0ad4e;
}
.callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.callout-danger h4 {
  color: #d9534f;
}
.dropdown-menu {
  box-shadow: none;
}
.dropdown-menu.dropdown-dark {
  background-color: #242633;
}
.dropdown-menu.dropdown-dark.with-arrow:after {
  border-bottom: 7px solid #242633;
}
.dropdown-menu.dropdown-dark > li > a {
  color: #777777;
}
.dropdown-menu.with-arrow {
  margin-top: 0;
}
.dropdown-menu.with-arrow:before {
  content: " ";
  position: absolute;
  left: 12px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu.with-arrow:after {
  content: " ";
  position: absolute;
  left: 13px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.dropdown-menu.with-arrow.pull-right {
  margin-top: 0;
}
.dropdown-menu.with-arrow.pull-right:before {
  left: auto;
  right: 12px;
}
.dropdown-menu.with-arrow.pull-right:after {
  left: auto;
  right: 13px;
}
.dropdown-menu.with-arrow.panel-default:before {
  border-bottom: 8px solid #ddd;
}
.dropdown-menu.with-arrow.panel-default:after {
  border-bottom: 7px solid #f5f5f5;
}
.dropdown-menu.with-arrow.panel-dark:before {
  border-bottom: 8px solid #242633;
}
.dropdown-menu.with-arrow.panel-dark:after {
  border-bottom: 7px solid #242633;
}
.dropdown-menu.with-arrow.panel-primary:before {
  border-bottom: 8px solid #337ab7;
}
.dropdown-menu.with-arrow.panel-primary:after {
  border-bottom: 7px solid #337ab7;
}
.dropdown-menu.with-arrow.panel-success:before {
  border-bottom: 8px solid #d6e9c6;
}
.dropdown-menu.with-arrow.panel-success:after {
  border-bottom: 7px solid #dff0d8;
}
.dropdown-menu.with-arrow.panel-info:before {
  border-bottom: 8px solid #bce8f1;
}
.dropdown-menu.with-arrow.panel-info:after {
  border-bottom: 7px solid #d9edf7;
}
.dropdown-menu.with-arrow.panel-warning:before {
  border-bottom: 8px solid #faebcc;
}
.dropdown-menu.with-arrow.panel-warning:after {
  border-bottom: 7px solid #fcf8e3;
}
.dropdown-menu.with-arrow.panel-danger:before {
  border-bottom: 8px solid #ebccd1;
}
.dropdown-menu.with-arrow.panel-danger:after {
  border-bottom: 7px solid #f2dede;
}
.square-icon {
  display: block;
  text-align: center;
}
.square-icon.sm {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
}
img.img30_30 {
  width: 30px;
  height: 30px;
}
img.img64_64 {
  width: 64px;
  height: 64px;
}
img.img80_80 {
  width: 80px;
  height: 80px;
}
.label {
  padding: .5em .8em;
}
.label-info-alt {
  background: #8170ca;
}
.list-group-item {
  padding: 15px;
  border: 1px solid #f3f3f3;
}
.list-info li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.list-info li:last-child {
  border-bottom: none;
}
.list-info li .icon {
  margin-right: 10px;
  color: #337ab7;
}
.list-info li label {
  width: 100px;
}
.mail-categories .list-group .list-group-item {
  padding: 0;
}
.mail-categories .list-group .list-group-item.active > a {
  border-left: 3px solid #337ab7;
  color: #337ab7;
  background-color: #fafafa;
}
.mail-categories .list-group .list-group-item > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.mail-categories .list-group .list-group-item > a:hover {
  border-left: 3px solid #337ab7;
  color: #337ab7;
  background-color: #fafafa;
}
.mail-categories .list-group .list-group-item > a > i {
  font-size: 16px;
  width: 18px;
  margin-right: 5px;
}
.mail-categories .list-group .list-group-item > a > i.fa-circle {
  font-size: 14px;
}
.mail-container .mail-options {
  padding: 12px;
}
.mail-container .table {
  margin-bottom: 0;
  border-top: 1px solid #ddd;
}
.mail-container .table tr:hover {
  cursor: pointer;
}
.mail-container .table tr > td {
  padding: 12px;
}
.mail-container .table tr > td > .fa-star {
  color: #ccc;
}
.mail-container .table tr > td > .fa-star.active {
  color: #d9534f;
}
.mail-container .table label.ui-checkbox {
  margin-bottom: 0;
}
.mail-container .table .mail-unread {
  font-weight: bold;
  color: #333333;
}
.mail-container .table .mail-hightlight td {
  background-color: #fcf8e3;
}
.mail-container .mail-header {
  padding: 15px 0;
}
.mail-container .mail-header h3 {
  margin-top: 0;
}
.mail-container .mail-info {
  padding: 10px 15px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.mail-container .mail-info .col-md-8,
.mail-container .mail-info .col-md-4 {
  padding: 0;
}
.mail-container .mail-content {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}
.mail-container .mail-attachments {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}
.mail-container .mail-attachments .list-attachs img {
  max-width: 200px;
  max-height: 200px;
}
.mail-container .mail-actions {
  margin-top: 10px;
}
.mail-compose .form-group > input {
  border: none;
}
.mail-compose .form-group > input:focus {
  border: none;
}
.mail-compose .mail-actions {
  margin-top: 10px;
}
.nav-boxed {
  background-color: #fff;
  border-radius: 0px;
}
.nav-boxed.nav-justified > li > a {
  margin: 0;
}
.nav-boxed > li > a {
  display: block;
  padding: 10px 5px;
  border-left: 0;
  border-top: 1px solid #f3f3f3;
}
@media (min-width: 768px) {
  .nav-boxed > li > a {
    border-top: 0;
    border-left: 1px solid #f3f3f3;
  }
}
.nav-boxed > li > a > i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 2px;
  font-size: 30px;
}
.nav-boxed > li:first-child > a {
  border-left: none;
  border-top: 0;
}
@media (min-width: 768px) {
  .nav-boxed > li:first-child > a {
    border-left: 1px solid #f3f3f3;
  }
}
.panel .panel-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}
.panel .panel-heading small {
  text-transform: none;
}
.panel .panel-title {
  font-size: 14px;
}
.panel-dark {
  border-color: #242633;
}
.panel-dark > .panel-heading {
  color: #fff;
  background-color: #242633;
  border-color: #242633;
}
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #242633;
}
.panel-dark > .panel-heading .badge {
  color: #242633;
  background-color: #fff;
}
.panel-dark > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #242633;
}
.panel-box {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
}
.panel-box .panel-item {
  display: table-cell;
  padding: 30px;
  width: 1%;
  vertical-align: top;
  border-radius: 0;
}
.panel-box .panel-left {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-box .panel-right {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-box.info-box i {
  line-height: 70px;
}
.panel-box .panel-top,
.panel-box .panel-bottom {
  display: block;
}
.panel-box .panel-top {
  padding: 30px 20px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-box .panel-bottom {
  padding: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-box .panel-bottom p {
  margin: 0;
}
.panel-box .list-justified-container {
  padding: 15px 0;
}
.panel-box ul.list-justified {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
}
.panel-box ul.list-justified > li {
  float: none;
  display: table-cell;
  padding: 10px;
  width: 1%;
  border-right: 1px solid #eeeeee;
}
.panel-box ul.list-justified > li:last-child {
  border: none;
}
.panel-box ul.list-justified > li p {
  margin: 0;
}
.panel-box .panel-icon {
  display: block;
  margin: -75px auto 0;
  padding: 28px 35px 35px;
  border-radius: 50%;
  border: 10px solid #fff;
  width: 150px;
  height: 150px;
  line-height: 80px;
  text-align: center;
  font-size: 58px;
  text-shadow: -6px 8px 5px rgba(0, 0, 0, 0.3);
}
.mini-box {
  min-height: 105px;
  padding: 20px;
}
.mini-box .box-icon {
  display: block;
  float: left;
  margin: 0 15px 10px 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  vertical-align: middle;
  text-align: center;
  font-size: 35px;
}
.mini-box .box-icon.rounded {
  border-radius: 0px;
}
.mini-box .box-info p {
  margin: 0;
}
.panel-profile {
  border: none;
}
.panel-profile .profile {
  margin: 5px 15px 5px 5px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #5094ce, 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.panel-profile .profile img {
  border-radius: 50%;
}
.panel-profile .list-group > li > i {
  margin-right: 10px;
  font-size: 16px;
  color: #777777;
  table-layout: fixed;
}
.panel-profile .list-justified-container {
  padding: 15px 0;
}
.panel-profile ul.list-justified {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
}
.panel-profile ul.list-justified > li {
  float: none;
  display: table-cell;
  padding: 10px;
  width: 1%;
  border-right: 1px solid #eeeeee;
}
.panel-profile ul.list-justified > li:last-child {
  border: none;
}
.panel-profile ul.list-justified > li p {
  margin: 0;
}
.pricing-table {
  margin-bottom: 20px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}
.pricing-table > header {
  display: block;
  margin: 0;
  padding: 25px 10px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.pricing-table .pricing-price {
  position: relative;
  padding: 35px 10px;
  font-size: 60px;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-table .pricing-price em {
  font-size: .6em;
  font-weight: 300;
  font-style: normal;
  vertical-align: 10px;
}
.pricing-table .pricing-price sup {
  font-size: .45em;
}
.pricing-table .pricing-price sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: .25em;
  margin-left: -50px;
}
.pricing-table .pricing-body > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.pricing-table .pricing-body > ul > li {
  padding: 22px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-table > footer > a {
  display: block;
  margin: 0;
  padding: 22px 10px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.pricing-table > footer > a > i {
  margin-right: 10px;
}
.pricing-table-success {
  background-color: #5cb85c;
}
.pricing-table-info {
  background-color: #5bc0de;
}
.pricing-table-warning {
  background-color: #f0ad4e;
}
.pricing-table-danger {
  background-color: #d9534f;
}
.ui-ribbon-container {
  position: relative;
}
.ui-ribbon-container .ui-ribbon-wrapper {
  position: absolute;
  overflow: hidden;
  width: 85px;
  height: 88px;
  top: -3px;
  right: -3px;
}
.ui-ribbon-container .ui-ribbon {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  line-height: 20px;
  background-color: #555555;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.ui-ribbon-container .ui-ribbon:before,
.ui-ribbon-container .ui-ribbon:after {
  position: absolute;
  content: " ";
  line-height: 0;
  border-top: 2px solid #555555;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  bottom: -2px;
}
.ui-ribbon-container .ui-ribbon:before {
  left: 0;
  bottom: -1px;
}
.ui-ribbon-container .ui-ribbon:after {
  right: 0;
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
  background-color: #337ab7;
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before,
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after {
  border-top: 2px solid #337ab7;
}
.ui-ribbon-container.ui-ribbon-success .ui-ribbon {
  background-color: #5cb85c;
}
.ui-ribbon-container.ui-ribbon-success .ui-ribbon:before,
.ui-ribbon-container.ui-ribbon-success .ui-ribbon:after {
  border-top: 2px solid #5cb85c;
}
.ui-ribbon-container.ui-ribbon-info .ui-ribbon {
  background-color: #5bc0de;
}
.ui-ribbon-container.ui-ribbon-info .ui-ribbon:before,
.ui-ribbon-container.ui-ribbon-info .ui-ribbon:after {
  border-top: 2px solid #5bc0de;
}
.ui-ribbon-container.ui-ribbon-warning .ui-ribbon {
  background-color: #f0ad4e;
}
.ui-ribbon-container.ui-ribbon-warning .ui-ribbon:before,
.ui-ribbon-container.ui-ribbon-warning .ui-ribbon:after {
  border-top: 2px solid #f0ad4e;
}
.ui-ribbon-container.ui-ribbon-danger .ui-ribbon {
  background-color: #d9534f;
}
.ui-ribbon-container.ui-ribbon-danger .ui-ribbon:before,
.ui-ribbon-container.ui-ribbon-danger .ui-ribbon:after {
  border-top: 2px solid #d9534f;
}
.flags-sprite,
.flags-american,
.flags-china,
.flags-france,
.flags-germany,
.flags-italy,
.flags-japan,
.flags-korea,
.flags-portugal,
.flags-russia,
.flags-spain {
  background: url('ui/images/flags.png') no-repeat;
}
.flags-american {
  background-position: 0 -160px;
  height: 32px;
  width: 32px;
}
.flags-china {
  background-position: 0 -64px;
  height: 32px;
  width: 32px;
}
.flags-france {
  background-position: 0 -192px;
  height: 32px;
  width: 32px;
}
.flags-germany {
  background-position: 0 -256px;
  height: 32px;
  width: 32px;
}
.flags-italy {
  background-position: 0 -224px;
  height: 32px;
  width: 32px;
}
.flags-japan {
  background-position: 0 -128px;
  height: 32px;
  width: 32px;
}
.flags-korea {
  background-position: 0 0;
  height: 32px;
  width: 32px;
}
.flags-portugal {
  background-position: 0 -32px;
  height: 32px;
  width: 32px;
}
.flags-russia {
  background-position: 0 -288px;
  height: 32px;
  width: 32px;
}
.flags-spain {
  background-position: 0 -96px;
  height: 32px;
  width: 32px;
}
.ui-timeline {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.ui-timeline:before {
  background-color: #d5d5d5;
  bottom: 0px;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}
.ui-timeline .tl-item {
  display: table-row;
  margin-bottom: 5px;
}
.ui-timeline .tl-item:before {
  content: "";
  display: block;
  width: 50%;
}
.ui-timeline .tl-item .tl-caption {
  width: 150px;
  margin-left: -110px;
}
.ui-timeline .tl-item.alt {
  text-align: right;
}
.ui-timeline .tl-item.alt:before {
  display: none;
}
.ui-timeline .tl-item.alt:after {
  content: "";
  display: block;
  width: 50%;
}
.ui-timeline .tl-item.alt .tl-body .tl-entry {
  margin: 0 35px 15px 0;
}
.ui-timeline .tl-item.alt .tl-body .tl-time {
  right: -220px;
  left: auto;
  text-align: left;
}
.ui-timeline .tl-item.alt .tl-body .tl-icon {
  right: -53px;
  left: auto;
}
.ui-timeline .tl-item.alt .tl-body .tl-content:after {
  right: -16px;
  left: auto;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
}
.ui-timeline .tl-item .tl-body {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.ui-timeline .tl-item .tl-body .tl-entry {
  position: relative;
  margin: 0 0 15px 36px;
}
.ui-timeline .tl-item .tl-body .tl-time {
  position: absolute;
  left: -220px;
  top: 5px;
  width: 150px;
  line-height: 35px;
  text-align: right;
}
.ui-timeline .tl-item .tl-body .tl-icon {
  position: absolute;
  left: -53px;
  top: 5px;
}
.ui-timeline .tl-item .tl-body .tl-content {
  position: relative;
  padding: 15px;
  border-radius: 0px;
  background-color: #fff;
}
.ui-timeline .tl-item .tl-body .tl-content:after {
  content: " ";
  line-height: 0;
  position: absolute;
  left: -16px;
  top: 15px;
  border: 8px solid transparent;
  border-right: 8px solid #fff;
}
.ui-accordion .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #e9e9e9;
}
.ui-accordion .panel {
  border: 1px solid #e9e9e9;
}
.ui-accordion .panel-heading {
  padding: 0;
  background-color: #f6f6f6;
}
.ui-accordion .panel-heading .panel-title > a {
  display: block;
  padding: 15px;
  font-size: 14px;
}
.ui-accordion .panel-heading .panel-title > a:hover {
  cursor: pointer;
  text-decoration: none;
}
.ui-accordion-success .panel {
  border: 1px solid #5cb85c;
}
.ui-accordion-success .panel-heading {
  background-color: #5cb85c;
  color: #fff;
}
.ui-accordion-info .panel {
  border: 1px solid #5bc0de;
}
.ui-accordion-info .panel-heading {
  background-color: #5bc0de;
  color: #fff;
}
.ui-accordion-warning .panel {
  border: 1px solid #f0ad4e;
}
.ui-accordion-warning .panel-heading {
  background-color: #f0ad4e;
  color: #fff;
}
.ui-accordion-danger .panel {
  border: 1px solid #d9534f;
}
.ui-accordion-danger .panel-heading {
  background-color: #d9534f;
  color: #fff;
}
.ui-accordion-dark .panel {
  border: 1px solid #242633;
}
.ui-accordion-dark .panel-heading {
  background-color: #242633;
  color: #fff;
}
.ui-map {
  display: block;
  height: 400px;
}
.pagination > li > a {
  cursor: pointer;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 1px;
}
.progress {
  box-shadow: none;
  background-color: #fff;
}
.progress-rounded {
  border-radius: 50px;
}
.progress-bar {
  box-shadow: none;
}
.progressbar-xs {
  height: 10px;
}
.progressbar-sm {
  height: 15px;
}
.ui-tab-container {
  border: 1px solid #ddd;
  border-radius: 0px;
}
.ui-tab-container .ui-tab .nav-tabs {
  margin-bottom: 0;
}
.ui-tab-container .nav-tabs {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.ui-tab-container .nav-tabs.nav-justified {
  border-bottom: 0;
}
.ui-tab-container .nav-tabs.nav-justified > li > a {
  border-bottom-color: transparent;
}
.ui-tab-container .nav-tabs > li.active > a {
  background-color: #fff;
  border: 1px solid transparent;
}
.ui-tab-container .nav-tabs > li.active > a:hover {
  border: 1px solid transparent;
}
.ui-tab-container .nav-tabs > li > a {
  padding: 10px 15px;
}
.ui-tab-container .nav-tabs > li > a:hover {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}
.ui-tab-container .tab-content {
  padding: 15px;
}
.ui-tab-container.ui-tab-success {
  border: 1px solid #d6e9c6;
}
.ui-tab-container.ui-tab-success .nav-tabs {
  background-color: #dff0d8;
  border-bottom: 1px solid #d6e9c6;
}
.ui-tab-container.ui-tab-info {
  border: 1px solid #bce8f1;
}
.ui-tab-container.ui-tab-info .nav-tabs {
  background-color: #d9edf7;
  border-bottom: 1px solid #bce8f1;
}
.ui-tab-container.ui-tab-warning {
  border: 1px solid #faebcc;
}
.ui-tab-container.ui-tab-warning .nav-tabs {
  background-color: #fcf8e3;
  border-bottom: 1px solid #faebcc;
}
.ui-tab-container.ui-tab-danger {
  border: 1px solid #ebccd1;
}
.ui-tab-container.ui-tab-danger .nav-tabs {
  background-color: #f2dede;
  border-bottom: 1px solid #ebccd1;
}
.ui-tab .nav-tabs {
  margin-bottom: 15px;
}
.ui-tab .nav-tabs.nav-justified > li.active > a {
  border-bottom-color: transparent;
}
.ui-tab .nav-tabs > li.active > a {
  background-color: #fff;
}
.ui-tab .nav-tabs a:hover {
  cursor: pointer;
}
#preload {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #242a34;
  opacity: 1;
  transition: opacity 1s linear;
}
#preload .fadeout {
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}
#preload .logo {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  background: url(/images/arcflow-logo-64x64.gif) no-repeat center center;
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #3e91ce;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #3e91ce, 0 0 5px #3e91ce;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*
 * OpenSans-Light
 */
@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.svg') format('svg');
  }
}
/*
 * OpenSans-Regular
 */
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.svg') format('svg');
  }
}
/*
 * OpenSans-Semibold
 */
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/OpenSans-Semibold-webfont.eot');
  src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.svg') format('svg');
  }
}
/*
 * OpenSans-Bold
 */
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/OpenSans-Bold-webfont.eot');
  src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.svg') format('svg');
  }
}
/*
 * OpenSans-ExtraBold
 */
@font-face {
  font-family: 'open_sansextrabold';
  src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
  src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/OpenSans-ExtraBold-webfont.svg') format('svg');
  }
}
/* ----------------------------------------------------------------
 *  igniteui iggrid
 * ----------------------------------------------------------------
 */
.nav-tabs > li > a {
  line-height: 0.6em;
}
.ui-igloadingmsg {
  background-image: url(/images/spinner.gif);
  width: 32px !important;
  height: 32px !important;
}
.ui-widget {
  font-size: 1em;
}
.ui-iggrid .ui-iggrid-headercaption,
.ui-iggrid .ui-iggrid-footer,
.ui-iggrid .ui-iggrid-toolbar {
  padding: 0;
}
.ui-iggrid-pagelist li {
  margin-top: 2px;
}
a.ui-iggrid-pagelink,
a.ui-iggrid-pagelinkcurrent {
  line-height: 1em !important;
}
.ui-iggrid tbody td {
  white-space: nowrap;
  text-overflow: clip;
}
.ui-iggrid-table > tbody > tr > td > input[type='button'],
.ui-iggrid-table > tbody > tr > td > button {
  color: #333333;
}
.input-group.ui-state-focus {
  border-width: 1px;
}
.ui-iggrid th.ui-state-focus {
  background-color: #428bca !important;
  color: white !important;
}
.ui-iggrid th.ui-state-focus > a > span {
  color: white !important;
}
.ui-iggrid tr.ui-state-focus td {
  background-color: #428bca !important;
}
td.ui-iggrid-selectedcell {
  background-color: #428bca !important;
  color: white !important;
}
.ui-iggrid th,
.ui-iggrid th.ui-state-default {
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px !important;
  border-bottom-color: #428bca;
}
.ui-iggrid th.ui-state-hover,
.ui-iggrid th.ui-state-hover:first-child {
  border-bottom-color: #489cd4;
}
.ui-widget-header .ui-state-focus {
  background-color: white;
  background-image: none;
  background-repeat: no-repeat;
  border: 2px solid #f5f5f5;
}
.ui-iggrid td.ui-iggrid-filtercell {
  background: #f5f5f5;
}
.ui-widget-content .ui-iggrid-selectedcell.ui-state-active > a:link {
  color: white;
}
.ui-widget-content .ui-iggrid-selectedcell.ui-state-active > a:visited,
.ui-widget-content .ui-iggrid-selectedcell.ui-state-active > a:hover,
.ui-widget-content .ui-iggrid-selectedcell.ui-state-active > a:active {
  color: unset;
}
.ui-iggrid-filtercell .ui-iggrid-indicatorcontainer a {
  border-right: 1px #dcdcdc solid;
  text-shadow: none;
  width: 1.4em;
}
.ui-iggrid-filtercell .ui-iggrid-indicatorcontainer a:before {
  content: '';
}
.ui-iggrid-filtercell .ui-igedit-container .ui-igedit-button:first-child {
  width: 1.4em;
  height: 100% !important;
  box-sizing: border-box;
}
.ui-iggrid-scrolldiv {
  border-bottom: none !important;
}
.ui-iggrid-scrolldiv.ui-widget-content {
  overflow: auto auto !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
  -ms-overflow-x: auto !important;
  -ms-overflow-y: auto !important;
}
.ui-iggrid-scrolldiv.ui-widget-content + div {
  height: 0 !important;
}
.ui-iggrid-scrolldiv.ui-widget-content + div > div {
  overflow: hidden !important;
}
.ui-igvalidator,
.ui-widget .ui-igvalidator {
  height: 1.5em;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  white-space: nowrap;
}
.ui-dialog .ui-dialog-titlebar {
  background-color: #313940;
}
.ui-button-text-only.ui-state-focus .ui-button-text {
  padding: 1px 9px !important;
}
.ui-button-text-only.ui-state-active .ui-button-text {
  padding: 1px 9px !important;
}
.ui-button-text-only .ui-button-text {
  padding: 2px 10px !important;
}
.afGridIconbar span.afGridIcoPlaceholder {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: transparent !important;
  border: none !important;
}
.afGridIconbar span.afGridIcoAttachment,
.afGridIconbar span.afGridIcoActionArrowD,
.afGridIconbar span.afGridIcoActionArrowL,
.afGridIconbar span.afGridIcoActionArrowR,
.afGridIconbar span.afGridIcoActionArrowU,
.afGridIconbar span.afGridIcoActionGotoF,
.afGridIconbar span.afGridIcoActionGotoL,
.afGridIconbar span.afGridIcoActionGotoN,
.afGridIconbar span.afGridIcoActionGotoP,
.afGridIconbar span.afGridIcoActionPlayBw,
.afGridIconbar span.afGridIcoActionPlayFw,
.afGridIconbar span.afGridIcoAdd,
.afGridIconbar span.afGridIcoAddCopy,
.afGridIconbar span.afGridIcoAddNext,
.afGridIconbar span.afGridIcoAddRetour,
.afGridIconbar span.afGridIcoAddressBook,
.afGridIconbar span.afGridIcoArrowD,
.afGridIconbar span.afGridIcoArrowL,
.afGridIconbar span.afGridIcoArrowR,
.afGridIconbar span.afGridIcoArrowU,
.afGridIconbar span.afGridIcoBill,
.afGridIconbar span.afGridIcoBillMail,
.afGridIconbar span.afGridIcoBillOk,
.afGridIconbar span.afGridIcoBlueB,
.afGridIconbar span.afGridIcoBlueL,
.afGridIconbar span.afGridIcoBlueR,
.afGridIconbar span.afGridIcoBlueU,
.afGridIconbar span.afGridIcoBtnBlueArrowD,
.afGridIconbar span.afGridIcoBtnBlueArrowL,
.afGridIconbar span.afGridIcoBtnBlueArrowR,
.afGridIconbar span.afGridIcoBtnBlueArrowU,
.afGridIconbar span.afGridIcoBtnBlueGotoF,
.afGridIconbar span.afGridIcoBtnBlueGotoL,
.afGridIconbar span.afGridIcoBtnBlueGotoN,
.afGridIconbar span.afGridIcoBtnBlueGotoP,
.afGridIconbar span.afGridIcoBtnBluePlayBw,
.afGridIconbar span.afGridIcoBtnBluePlayFw,
.afGridIconbar span.afGridIcoBtnRoundedGreenF,
.afGridIconbar span.afGridIcoBtnRoundedGreenL,
.afGridIconbar span.afGridIcoBtnRoundedGreenN,
.afGridIconbar span.afGridIcoBtnRoundedGreenP,
.afGridIconbar span.afGridIcoCalculator,
.afGridIconbar span.afGridIcoCalendar,
.afGridIconbar span.afGridIcoCalendar2,
.afGridIconbar span.afGridIcoCancel,
.afGridIconbar span.afGridIcoCancel2,
.afGridIconbar span.afGridIcoCar,
.afGridIconbar span.afGridIcoCarStriked,
.afGridIconbar span.afGridIcoCertificate,
.afGridIconbar span.afGridIcoCertificateLightBlue,
.afGridIconbar span.afGridIcoCertificateLightGreen,
.afGridIconbar span.afGridIcoCertificateOrange,
.afGridIconbar span.afGridIcoCertificateYellow,
.afGridIconbar span.afGridIcoClipboard,
.afGridIconbar span.afGridIcoClipboardCopy,
.afGridIconbar span.afGridIcoClipboardCut,
.afGridIconbar span.afGridIcoClipboardDelete,
.afGridIconbar span.afGridIcoClipboardDelete2,
.afGridIconbar span.afGridIcoClipboardPaste,
.afGridIconbar span.afGridIcoClock,
.afGridIconbar span.afGridIcoCloseWindow,
.afGridIconbar span.afGridIcoCountryMunicipality,
.afGridIconbar span.afGridIcoCountryRegion,
.afGridIconbar span.afGridIcoCountryRegion2,
.afGridIconbar span.afGridIcoDangerCls1,
.afGridIconbar span.afGridIcoDangerCls21,
.afGridIconbar span.afGridIcoDangerCls22,
.afGridIconbar span.afGridIcoDangerCls23,
.afGridIconbar span.afGridIcoDangerCls3,
.afGridIconbar span.afGridIcoDangerCls41,
.afGridIconbar span.afGridIcoDangerCls42,
.afGridIconbar span.afGridIcoDangerCls43,
.afGridIconbar span.afGridIcoDangerCls51,
.afGridIconbar span.afGridIcoDangerCls52,
.afGridIconbar span.afGridIcoDangerCls61,
.afGridIconbar span.afGridIcoDangerCls62,
.afGridIconbar span.afGridIcoDangerCls7A,
.afGridIconbar span.afGridIcoDangerCls7B,
.afGridIconbar span.afGridIcoDangerCls7C,
.afGridIconbar span.afGridIcoDangerCls7E,
.afGridIconbar span.afGridIcoDangerCls8,
.afGridIconbar span.afGridIcoDangerCls9,
.afGridIconbar span.afGridIcoDangerClsAdrPanel,
.afGridIconbar span.afGridIcoDangerClsGhs1,
.afGridIconbar span.afGridIcoDangerClsGhs2,
.afGridIconbar span.afGridIcoDangerClsGhs3,
.afGridIconbar span.afGridIcoDangerClsGhs4,
.afGridIconbar span.afGridIcoDangerClsGhs5,
.afGridIconbar span.afGridIcoDangerClsGhs6,
.afGridIconbar span.afGridIcoDangerClsGhs7,
.afGridIconbar span.afGridIcoDangerClsGhs8,
.afGridIconbar span.afGridIcoDangerClsGhs9,
.afGridIconbar span.afGridIcoDatabase,
.afGridIconbar span.afGridIcoDatabaseCheck,
.afGridIconbar span.afGridIcoDatabaseEdit,
.afGridIconbar span.afGridIcoDatabaseError,
.afGridIconbar span.afGridIcoDatabaseExport,
.afGridIconbar span.afGridIcoDatabaseImport,
.afGridIconbar span.afGridIcoDatabaseInfo,
.afGridIconbar span.afGridIcoDatabaseSearch,
.afGridIconbar span.afGridIcoDatabaseUpdate,
.afGridIconbar span.afGridIcoDatasheet,
.afGridIconbar span.afGridIcoDelete,
.afGridIconbar span.afGridIcoDeleteButtonError,
.afGridIconbar span.afGridIcoDelivery,
.afGridIconbar span.afGridIcoDeliveryArrival,
.afGridIconbar span.afGridIcoDeliveryDelete,
.afGridIconbar span.afGridIcoDeliveryDelivered,
.afGridIconbar span.afGridIcoDeliveryDeparture,
.afGridIconbar span.afGridIcoDeliveryEdit,
.afGridIconbar span.afGridIcoDeliveryErase,
.afGridIconbar span.afGridIcoDeliveryError,
.afGridIconbar span.afGridIcoDeliveryInTransit,
.afGridIconbar span.afGridIcoDeliveryInfo,
.afGridIconbar span.afGridIcoDeliveryList,
.afGridIconbar span.afGridIcoDeliveryNew,
.afGridIconbar span.afGridIcoDeliveryNote,
.afGridIconbar span.afGridIcoDeliveryOk,
.afGridIconbar span.afGridIcoDeliveryOk2,
.afGridIconbar span.afGridIcoDeliveryReturned,
.afGridIconbar span.afGridIcoDirections,
.afGridIconbar span.afGridIcoDiscount,
.afGridIconbar span.afGridIcoDiscountCoupon,
.afGridIconbar span.afGridIcoDiscountGiveMoney,
.afGridIconbar span.afGridIcoDiscountLabel,
.afGridIconbar span.afGridIcoDocument,
.afGridIconbar span.afGridIcoDocumentAdd,
.afGridIconbar span.afGridIcoDocumentArrowLeft,
.afGridIconbar span.afGridIcoDocumentArrowRight,
.afGridIconbar span.afGridIcoDocumentClose,
.afGridIconbar span.afGridIcoDocumentDelete,
.afGridIconbar span.afGridIcoDocumentDownload,
.afGridIconbar span.afGridIcoDocumentEdit,
.afGridIconbar span.afGridIcoDocumentError,
.afGridIconbar span.afGridIcoDocumentExcel,
.afGridIconbar span.afGridIcoDocumentExport,
.afGridIconbar span.afGridIcoDocumentFind,
.afGridIconbar span.afGridIcoDocumentGroup,
.afGridIconbar span.afGridIcoDocumentGroupAdd,
.afGridIconbar span.afGridIcoDocumentGroupDelete,
.afGridIconbar span.afGridIcoDocumentGroupRemove,
.afGridIconbar span.afGridIcoDocumentImage,
.afGridIconbar span.afGridIcoDocumentImport,
.afGridIconbar span.afGridIcoDocumentInfo,
.afGridIconbar span.afGridIcoDocumentNew,
.afGridIconbar span.afGridIcoDocumentOk,
.afGridIconbar span.afGridIcoDocumentOpen,
.afGridIconbar span.afGridIcoDocumentPdf,
.afGridIconbar span.afGridIcoDocumentPicture,
.afGridIconbar span.afGridIcoDocumentPrint,
.afGridIconbar span.afGridIcoDocumentRemove,
.afGridIconbar span.afGridIcoDocumentSave,
.afGridIconbar span.afGridIcoDocumentSpreadsheet,
.afGridIconbar span.afGridIcoDocumentText,
.afGridIconbar span.afGridIcoDocumentTextPicture,
.afGridIconbar span.afGridIcoDocumentUpdate,
.afGridIconbar span.afGridIcoDocumentWord,
.afGridIconbar span.afGridIcoDownload,
.afGridIconbar span.afGridIcoDownloadCloud,
.afGridIconbar span.afGridIcoDownloadInternet,
.afGridIconbar span.afGridIcoEdit,
.afGridIconbar span.afGridIcoExcel,
.afGridIconbar span.afGridIcoFax,
.afGridIconbar span.afGridIcoFilter,
.afGridIconbar span.afGridIcoFilterAdd,
.afGridIconbar span.afGridIcoFilterDelete,
.afGridIconbar span.afGridIcoFilterEdit,
.afGridIconbar span.afGridIcoFilterExecute,
.afGridIconbar span.afGridIcoFilterNew,
.afGridIconbar span.afGridIcoFilterRemove,
.afGridIconbar span.afGridIcoFilterUpdate,
.afGridIconbar span.afGridIcoFind,
.afGridIconbar span.afGridIcoFlagAustria,
.afGridIconbar span.afGridIcoFlagBelgium,
.afGridIconbar span.afGridIcoFlagEngland,
.afGridIconbar span.afGridIcoFlagFinland,
.afGridIconbar span.afGridIcoFlagFrance,
.afGridIconbar span.afGridIcoFlagGermany,
.afGridIconbar span.afGridIcoFlagItaly,
.afGridIconbar span.afGridIcoFlagNorway,
.afGridIconbar span.afGridIcoFlagSpain,
.afGridIconbar span.afGridIcoFlagSweden,
.afGridIconbar span.afGridIcoFlagSwiss,
.afGridIconbar span.afGridIcoFolder,
.afGridIconbar span.afGridIcoFolderActionClose,
.afGridIconbar span.afGridIcoFolderClose,
.afGridIconbar span.afGridIcoFolderCloseAll,
.afGridIconbar span.afGridIcoFolderOpen,
.afGridIconbar span.afGridIcoForm,
.afGridIconbar span.afGridIcoFormDialog,
.afGridIconbar span.afGridIcoFormEmpty,
.afGridIconbar span.afGridIcoFuelGasPump,
.afGridIconbar span.afGridIcoFuelOilBarrel,
.afGridIconbar span.afGridIcoFuelPetrolCan,
.afGridIconbar span.afGridIcoHelp,
.afGridIconbar span.afGridIcoHistory,
.afGridIconbar span.afGridIcoHistoryRedo,
.afGridIconbar span.afGridIcoHistoryRefresh,
.afGridIconbar span.afGridIcoHistoryUndo,
.afGridIconbar span.afGridIcoHome,
.afGridIconbar span.afGridIcoHouseGreen,
.afGridIconbar span.afGridIcoHouseGreenBlueCellar,
.afGridIconbar span.afGridIcoHouseGreenCellar,
.afGridIconbar span.afGridIcoHouseNoCellarGreenBlue,
.afGridIconbar span.afGridIcoHouseOrange,
.afGridIconbar span.afGridIcoHouseOrangeCellar,
.afGridIconbar span.afGridIcoHouseOrangeCellarInactive,
.afGridIconbar span.afGridIcoHouseOrangeCellarOverpopulation,
.afGridIconbar span.afGridIcoHouseRed,
.afGridIconbar span.afGridIcoHouseRedCellar,
.afGridIconbar span.afGridIcoHouseYellow,
.afGridIconbar span.afGridIcoHouseYellowAutomatic,
.afGridIconbar span.afGridIcoHouseYellowCellar,
.afGridIconbar span.afGridIcoHouseYellowManual,
.afGridIconbar span.afGridIcoHouseYellowMoney,
.afGridIconbar span.afGridIcoInfo,
.afGridIconbar span.afGridIcoLabelBarcode,
.afGridIconbar span.afGridIcoLabelBarcodeAdd,
.afGridIconbar span.afGridIcoLabelBarcodeDelete,
.afGridIconbar span.afGridIcoLabelBarcodeError,
.afGridIconbar span.afGridIcoLabelBarcodeInfo,
.afGridIconbar span.afGridIcoLabelBarcodeOk,
.afGridIconbar span.afGridIcoLabelBarcodeRemove,
.afGridIconbar span.afGridIcoLabelBarcodeUpdate,
.afGridIconbar span.afGridIcoLabelQrcode,
.afGridIconbar span.afGridIcoLabelShipment,
.afGridIconbar span.afGridIcoLink,
.afGridIconbar span.afGridIcoLinkAdd,
.afGridIconbar span.afGridIcoLinkDelete,
.afGridIconbar span.afGridIcoLinkError,
.afGridIconbar span.afGridIcoLinkRemove,
.afGridIconbar span.afGridIcoLogoArcflowNew,
.afGridIconbar span.afGridIcoLogoArcflowOld,
.afGridIconbar span.afGridIcoMail,
.afGridIconbar span.afGridIcoMailOpen,
.afGridIconbar span.afGridIcoMap,
.afGridIconbar span.afGridIcoMapItinerary,
.afGridIconbar span.afGridIcoMapItineraryInternet,
.afGridIconbar span.afGridIcoMoneyBanknotesEdit,
.afGridIconbar span.afGridIcoMoneyCustoms,
.afGridIconbar span.afGridIcoMoneyRent,
.afGridIconbar span.afGridIcoMoneyRent2,
.afGridIconbar span.afGridIcoMoneyValueAddedTax,
.afGridIconbar span.afGridIcoOk,
.afGridIconbar span.afGridIcoOk2,
.afGridIconbar span.afGridIcoOrder,
.afGridIconbar span.afGridIcoOrderShipment,
.afGridIconbar span.afGridIcoPackage,
.afGridIconbar span.afGridIcoPackageFront,
.afGridIconbar span.afGridIcoPackages,
.afGridIconbar span.afGridIcoPdf,
.afGridIconbar span.afGridIcoPeopleCallOperator,
.afGridIconbar span.afGridIcoPeopleRecipient,
.afGridIconbar span.afGridIcoPeopleSender,
.afGridIconbar span.afGridIcoPhone,
.afGridIconbar span.afGridIcoPhoneCall,
.afGridIconbar span.afGridIcoPicture,
.afGridIconbar span.afGridIcoPlanning,
.afGridIconbar span.afGridIcoPrint,
.afGridIconbar span.afGridIcoPrintError,
.afGridIconbar span.afGridIcoPrintInfo,
.afGridIconbar span.afGridIcoPrintNetwork,
.afGridIconbar span.afGridIcoPrintOk,
.afGridIconbar span.afGridIcoPrintOption,
.afGridIconbar span.afGridIcoPrintPreview,
.afGridIconbar span.afGridIcoPrintRemove,
.afGridIconbar span.afGridIcoPrintSetup,
.afGridIconbar span.afGridIcoRecord,
.afGridIconbar span.afGridIcoRecordAdd,
.afGridIconbar span.afGridIcoRecordDelete,
.afGridIconbar span.afGridIcoRecordEdit,
.afGridIconbar span.afGridIcoRecordError,
.afGridIconbar span.afGridIcoRecordInfo,
.afGridIconbar span.afGridIcoRecordNew,
.afGridIconbar span.afGridIcoRecordOk,
.afGridIconbar span.afGridIcoRecordRemove,
.afGridIconbar span.afGridIcoRecordSearch,
.afGridIconbar span.afGridIcoRecordWarn,
.afGridIconbar span.afGridIcoRefresh,
.afGridIconbar span.afGridIcoReport1,
.afGridIconbar span.afGridIcoReport2,
.afGridIconbar span.afGridIcoSave,
.afGridIconbar span.afGridIcoScanBarcode,
.afGridIconbar span.afGridIcoScanScanner,
.afGridIconbar span.afGridIcoScript,
.afGridIconbar span.afGridIcoScriptDelete,
.afGridIconbar span.afGridIcoScriptEdit,
.afGridIconbar span.afGridIcoScriptExecute,
.afGridIconbar span.afGridIcoScriptNew,
.afGridIconbar span.afGridIcoSearch,
.afGridIconbar span.afGridIcoSearchDelete,
.afGridIconbar span.afGridIcoSearchLeft,
.afGridIconbar span.afGridIcoSearchNew,
.afGridIconbar span.afGridIcoSearchRight,
.afGridIconbar span.afGridIcoSelect,
.afGridIconbar span.afGridIcoSelectAll,
.afGridIconbar span.afGridIcoSelectInvert,
.afGridIconbar span.afGridIcoSelectNone,
.afGridIconbar span.afGridIcoSettings,
.afGridIconbar span.afGridIcoSettingsOptions,
.afGridIconbar span.afGridIcoSort2,
.afGridIconbar span.afGridIcoSortAz,
.afGridIconbar span.afGridIcoSortDown,
.afGridIconbar span.afGridIcoSortUp,
.afGridIconbar span.afGridIcoSortZa,
.afGridIconbar span.afGridIcoStamp,
.afGridIconbar span.afGridIcoStop,
.afGridIconbar span.afGridIcoStorage,
.afGridIconbar span.afGridIcoStorageCargoHandling,
.afGridIconbar span.afGridIcoStorageLocation,
.afGridIconbar span.afGridIcoStorageNotes,
.afGridIconbar span.afGridIcoStorehouseRequisition,
.afGridIconbar span.afGridIcoTicket,
.afGridIconbar span.afGridIcoTicketBlue,
.afGridIconbar span.afGridIcoTicketBlueStriked,
.afGridIconbar span.afGridIcoTicketBrown,
.afGridIconbar span.afGridIcoTicketBrownStriked,
.afGridIconbar span.afGridIcoTicketGreen,
.afGridIconbar span.afGridIcoTicketGreenStriked,
.afGridIconbar span.afGridIcoTicketOrange,
.afGridIconbar span.afGridIcoTicketOrangeStriked,
.afGridIconbar span.afGridIcoTicketRose,
.afGridIconbar span.afGridIcoTicketRoseStriked,
.afGridIconbar span.afGridIcoTicketStriked,
.afGridIconbar span.afGridIcoTicketZone,
.afGridIconbar span.afGridIcoTicketZoneStriked,
.afGridIconbar span.afGridIcoToolsError,
.afGridIconbar span.afGridIcoToolsWarn,
.afGridIconbar span.afGridIcoTrain,
.afGridIconbar span.afGridIcoTrainRemove,
.afGridIconbar span.afGridIcoTrainStriked,
.afGridIconbar span.afGridIcoTransport,
.afGridIconbar span.afGridIcoTransportContainer,
.afGridIconbar span.afGridIcoTransportContainerLift,
.afGridIconbar span.afGridIcoTransportContainerLongerSide,
.afGridIconbar span.afGridIcoTransportContainerShorterSide,
.afGridIconbar span.afGridIcoTransportContainerTrailer,
.afGridIconbar span.afGridIcoTransportDumpTruck,
.afGridIconbar span.afGridIcoTransportHalfTruck,
.afGridIconbar span.afGridIcoTransportHandTruck,
.afGridIconbar span.afGridIcoTransportLandfill,
.afGridIconbar span.afGridIcoTransportPlatformTrailer,
.afGridIconbar span.afGridIcoTransportSewerCleaning,
.afGridIconbar span.afGridIcoTransportTruckTipper,
.afGridIconbar span.afGridIcoTrash,
.afGridIconbar span.afGridIcoTruckEmptyFork,
.afGridIconbar span.afGridIcoTruckLoadEmpty,
.afGridIconbar span.afGridIcoTruckLoadFull,
.afGridIconbar span.afGridIcoTruckLoadHalf,
.afGridIconbar span.afGridIcoTruckTachodisk,
.afGridIconbar span.afGridIcoTruckTelematics,
.afGridIconbar span.afGridIcoUpload,
.afGridIconbar span.afGridIcoUploadCloud,
.afGridIconbar span.afGridIcoUploadInternet,
.afGridIconbar span.afGridIcoUser,
.afGridIconbar span.afGridIcoUserAdd,
.afGridIconbar span.afGridIcoUserDelete,
.afGridIconbar span.afGridIcoUserError,
.afGridIconbar span.afGridIcoUserGroup,
.afGridIconbar span.afGridIcoUserInfo,
.afGridIconbar span.afGridIcoUserOk,
.afGridIconbar span.afGridIcoUserRemove,
.afGridIconbar span.afGridIcoUserWarn,
.afGridIconbar span.afGridIcoVehicleBoatCargo,
.afGridIconbar span.afGridIcoVehicleTruck,
.afGridIconbar span.afGridIcoVehicleVan2,
.afGridIconbar span.afGridIcoVehicleVanSmall,
.afGridIconbar span.afGridIcoView,
.afGridIconbar span.afGridIcoViewDetails,
.afGridIconbar span.afGridIcoViewLargeIcons,
.afGridIconbar span.afGridIcoViewList,
.afGridIconbar span.afGridIcoViewMediumIcons,
.afGridIconbar span.afGridIcoViewSmalIlcons,
.afGridIconbar span.afGridIcoViewZoom,
.afGridIconbar span.afGridIcoViewZoomAdd,
.afGridIconbar span.afGridIcoViewZoomRemove,
.afGridIconbar span.afGridIcoWindow,
.afGridIconbar span.afGridIcoWindowArrangeHorizontal,
.afGridIconbar span.afGridIcoWindowArrangeVertical,
.afGridIconbar span.afGridIcoWindowArrowLeft,
.afGridIconbar span.afGridIcoWindowArrowRight,
.afGridIconbar span.afGridIcoWindowFullScreen,
.afGridIconbar span.afGridIcoWindowFullScreen2,
.afGridIconbar span.afGridIcoWindowPanelBottom,
.afGridIconbar span.afGridIcoWindows,
.afGridIconbar span.afGridIcoWord,
.afGridIconbar span.afGridIcoZipCompress,
.afGridIconbar span.afGridIcoZipUncompress,
.afGridIconbar span.afGridIcoZoom,
.afGridIconbar span.afGridIcoZoomIn,
.afGridIconbar span.afGridIcoZoomOut,
.afGridIconbar span.afGridIcogbarMap,
.afGridIconbar span.afGridIcogbarMap2,
.afGridIconbar span.afGridIcogbarMap3,
.afGridIconbar span.afGridIcoCamera,
.afGridIconbar span.afGridIcoCameraDocument {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url('../images/gbar16color.png') !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  border: none !important;
}
.afGridIconbar span.afGridIcoAttachment.disabled,
.afGridIconbar span.afGridIcoActionArrowD.disabled,
.afGridIconbar span.afGridIcoActionArrowL.disabled,
.afGridIconbar span.afGridIcoActionArrowR.disabled,
.afGridIconbar span.afGridIcoActionArrowU.disabled,
.afGridIconbar span.afGridIcoActionGotoF.disabled,
.afGridIconbar span.afGridIcoActionGotoL.disabled,
.afGridIconbar span.afGridIcoActionGotoN.disabled,
.afGridIconbar span.afGridIcoActionGotoP.disabled,
.afGridIconbar span.afGridIcoActionPlayBw.disabled,
.afGridIconbar span.afGridIcoActionPlayFw.disabled,
.afGridIconbar span.afGridIcoAdd.disabled,
.afGridIconbar span.afGridIcoAddCopy.disabled,
.afGridIconbar span.afGridIcoAddNext.disabled,
.afGridIconbar span.afGridIcoAddRetour.disabled,
.afGridIconbar span.afGridIcoAddressBook.disabled,
.afGridIconbar span.afGridIcoArrowD.disabled,
.afGridIconbar span.afGridIcoArrowL.disabled,
.afGridIconbar span.afGridIcoArrowR.disabled,
.afGridIconbar span.afGridIcoArrowU.disabled,
.afGridIconbar span.afGridIcoBill.disabled,
.afGridIconbar span.afGridIcoBillMail.disabled,
.afGridIconbar span.afGridIcoBillOk.disabled,
.afGridIconbar span.afGridIcoBlueB.disabled,
.afGridIconbar span.afGridIcoBlueL.disabled,
.afGridIconbar span.afGridIcoBlueR.disabled,
.afGridIconbar span.afGridIcoBlueU.disabled,
.afGridIconbar span.afGridIcoBtnBlueArrowD.disabled,
.afGridIconbar span.afGridIcoBtnBlueArrowL.disabled,
.afGridIconbar span.afGridIcoBtnBlueArrowR.disabled,
.afGridIconbar span.afGridIcoBtnBlueArrowU.disabled,
.afGridIconbar span.afGridIcoBtnBlueGotoF.disabled,
.afGridIconbar span.afGridIcoBtnBlueGotoL.disabled,
.afGridIconbar span.afGridIcoBtnBlueGotoN.disabled,
.afGridIconbar span.afGridIcoBtnBlueGotoP.disabled,
.afGridIconbar span.afGridIcoBtnBluePlayBw.disabled,
.afGridIconbar span.afGridIcoBtnBluePlayFw.disabled,
.afGridIconbar span.afGridIcoBtnRoundedGreenF.disabled,
.afGridIconbar span.afGridIcoBtnRoundedGreenL.disabled,
.afGridIconbar span.afGridIcoBtnRoundedGreenN.disabled,
.afGridIconbar span.afGridIcoBtnRoundedGreenP.disabled,
.afGridIconbar span.afGridIcoCalculator.disabled,
.afGridIconbar span.afGridIcoCalendar.disabled,
.afGridIconbar span.afGridIcoCalendar2.disabled,
.afGridIconbar span.afGridIcoCancel.disabled,
.afGridIconbar span.afGridIcoCancel2.disabled,
.afGridIconbar span.afGridIcoCar.disabled,
.afGridIconbar span.afGridIcoCarStriked.disabled,
.afGridIconbar span.afGridIcoCertificate.disabled,
.afGridIconbar span.afGridIcoCertificateLightBlue.disabled,
.afGridIconbar span.afGridIcoCertificateLightGreen.disabled,
.afGridIconbar span.afGridIcoCertificateOrange.disabled,
.afGridIconbar span.afGridIcoCertificateYellow.disabled,
.afGridIconbar span.afGridIcoClipboard.disabled,
.afGridIconbar span.afGridIcoClipboardCopy.disabled,
.afGridIconbar span.afGridIcoClipboardCut.disabled,
.afGridIconbar span.afGridIcoClipboardDelete.disabled,
.afGridIconbar span.afGridIcoClipboardDelete2.disabled,
.afGridIconbar span.afGridIcoClipboardPaste.disabled,
.afGridIconbar span.afGridIcoClock.disabled,
.afGridIconbar span.afGridIcoCloseWindow.disabled,
.afGridIconbar span.afGridIcoCountryMunicipality.disabled,
.afGridIconbar span.afGridIcoCountryRegion.disabled,
.afGridIconbar span.afGridIcoCountryRegion2.disabled,
.afGridIconbar span.afGridIcoDangerCls1.disabled,
.afGridIconbar span.afGridIcoDangerCls21.disabled,
.afGridIconbar span.afGridIcoDangerCls22.disabled,
.afGridIconbar span.afGridIcoDangerCls23.disabled,
.afGridIconbar span.afGridIcoDangerCls3.disabled,
.afGridIconbar span.afGridIcoDangerCls41.disabled,
.afGridIconbar span.afGridIcoDangerCls42.disabled,
.afGridIconbar span.afGridIcoDangerCls43.disabled,
.afGridIconbar span.afGridIcoDangerCls51.disabled,
.afGridIconbar span.afGridIcoDangerCls52.disabled,
.afGridIconbar span.afGridIcoDangerCls61.disabled,
.afGridIconbar span.afGridIcoDangerCls62.disabled,
.afGridIconbar span.afGridIcoDangerCls7A.disabled,
.afGridIconbar span.afGridIcoDangerCls7B.disabled,
.afGridIconbar span.afGridIcoDangerCls7C.disabled,
.afGridIconbar span.afGridIcoDangerCls7E.disabled,
.afGridIconbar span.afGridIcoDangerCls8.disabled,
.afGridIconbar span.afGridIcoDangerCls9.disabled,
.afGridIconbar span.afGridIcoDangerClsAdrPanel.disabled,
.afGridIconbar span.afGridIcoDangerClsGhs1.disabled,
.afGridIconbar span.afGridIcoDangerClsGhs2.disabled,
.afGridIconbar span.afGridIcoDangerClsGhs3.disabled,
.afGridIconbar span.afGridIcoDangerClsGhs4.disabled,
.afGridIconbar span.afGridIcoDangerClsGhs5.disabled,
.afGridIconbar span.afGridIcoDangerClsGhs6.disabled,
.afGridIconbar span.afGridIcoDangerClsGhs7.disabled,
.afGridIconbar span.afGridIcoDangerClsGhs8.disabled,
.afGridIconbar span.afGridIcoDangerClsGhs9.disabled,
.afGridIconbar span.afGridIcoDatabase.disabled,
.afGridIconbar span.afGridIcoDatabaseCheck.disabled,
.afGridIconbar span.afGridIcoDatabaseEdit.disabled,
.afGridIconbar span.afGridIcoDatabaseError.disabled,
.afGridIconbar span.afGridIcoDatabaseExport.disabled,
.afGridIconbar span.afGridIcoDatabaseImport.disabled,
.afGridIconbar span.afGridIcoDatabaseInfo.disabled,
.afGridIconbar span.afGridIcoDatabaseSearch.disabled,
.afGridIconbar span.afGridIcoDatabaseUpdate.disabled,
.afGridIconbar span.afGridIcoDatasheet.disabled,
.afGridIconbar span.afGridIcoDelete.disabled,
.afGridIconbar span.afGridIcoDeleteButtonError.disabled,
.afGridIconbar span.afGridIcoDelivery.disabled,
.afGridIconbar span.afGridIcoDeliveryArrival.disabled,
.afGridIconbar span.afGridIcoDeliveryDelete.disabled,
.afGridIconbar span.afGridIcoDeliveryDelivered.disabled,
.afGridIconbar span.afGridIcoDeliveryDeparture.disabled,
.afGridIconbar span.afGridIcoDeliveryEdit.disabled,
.afGridIconbar span.afGridIcoDeliveryErase.disabled,
.afGridIconbar span.afGridIcoDeliveryError.disabled,
.afGridIconbar span.afGridIcoDeliveryInTransit.disabled,
.afGridIconbar span.afGridIcoDeliveryInfo.disabled,
.afGridIconbar span.afGridIcoDeliveryList.disabled,
.afGridIconbar span.afGridIcoDeliveryNew.disabled,
.afGridIconbar span.afGridIcoDeliveryNote.disabled,
.afGridIconbar span.afGridIcoDeliveryOk.disabled,
.afGridIconbar span.afGridIcoDeliveryOk2.disabled,
.afGridIconbar span.afGridIcoDeliveryReturned.disabled,
.afGridIconbar span.afGridIcoDirections.disabled,
.afGridIconbar span.afGridIcoDiscount.disabled,
.afGridIconbar span.afGridIcoDiscountCoupon.disabled,
.afGridIconbar span.afGridIcoDiscountGiveMoney.disabled,
.afGridIconbar span.afGridIcoDiscountLabel.disabled,
.afGridIconbar span.afGridIcoDocument.disabled,
.afGridIconbar span.afGridIcoDocumentAdd.disabled,
.afGridIconbar span.afGridIcoDocumentArrowLeft.disabled,
.afGridIconbar span.afGridIcoDocumentArrowRight.disabled,
.afGridIconbar span.afGridIcoDocumentClose.disabled,
.afGridIconbar span.afGridIcoDocumentDelete.disabled,
.afGridIconbar span.afGridIcoDocumentDownload.disabled,
.afGridIconbar span.afGridIcoDocumentEdit.disabled,
.afGridIconbar span.afGridIcoDocumentError.disabled,
.afGridIconbar span.afGridIcoDocumentExcel.disabled,
.afGridIconbar span.afGridIcoDocumentExport.disabled,
.afGridIconbar span.afGridIcoDocumentFind.disabled,
.afGridIconbar span.afGridIcoDocumentGroup.disabled,
.afGridIconbar span.afGridIcoDocumentGroupAdd.disabled,
.afGridIconbar span.afGridIcoDocumentGroupDelete.disabled,
.afGridIconbar span.afGridIcoDocumentGroupRemove.disabled,
.afGridIconbar span.afGridIcoDocumentImage.disabled,
.afGridIconbar span.afGridIcoDocumentImport.disabled,
.afGridIconbar span.afGridIcoDocumentInfo.disabled,
.afGridIconbar span.afGridIcoDocumentNew.disabled,
.afGridIconbar span.afGridIcoDocumentOk.disabled,
.afGridIconbar span.afGridIcoDocumentOpen.disabled,
.afGridIconbar span.afGridIcoDocumentPdf.disabled,
.afGridIconbar span.afGridIcoDocumentPicture.disabled,
.afGridIconbar span.afGridIcoDocumentPrint.disabled,
.afGridIconbar span.afGridIcoDocumentRemove.disabled,
.afGridIconbar span.afGridIcoDocumentSave.disabled,
.afGridIconbar span.afGridIcoDocumentSpreadsheet.disabled,
.afGridIconbar span.afGridIcoDocumentText.disabled,
.afGridIconbar span.afGridIcoDocumentTextPicture.disabled,
.afGridIconbar span.afGridIcoDocumentUpdate.disabled,
.afGridIconbar span.afGridIcoDocumentWord.disabled,
.afGridIconbar span.afGridIcoDownload.disabled,
.afGridIconbar span.afGridIcoDownloadCloud.disabled,
.afGridIconbar span.afGridIcoDownloadInternet.disabled,
.afGridIconbar span.afGridIcoEdit.disabled,
.afGridIconbar span.afGridIcoExcel.disabled,
.afGridIconbar span.afGridIcoFax.disabled,
.afGridIconbar span.afGridIcoFilter.disabled,
.afGridIconbar span.afGridIcoFilterAdd.disabled,
.afGridIconbar span.afGridIcoFilterDelete.disabled,
.afGridIconbar span.afGridIcoFilterEdit.disabled,
.afGridIconbar span.afGridIcoFilterExecute.disabled,
.afGridIconbar span.afGridIcoFilterNew.disabled,
.afGridIconbar span.afGridIcoFilterRemove.disabled,
.afGridIconbar span.afGridIcoFilterUpdate.disabled,
.afGridIconbar span.afGridIcoFind.disabled,
.afGridIconbar span.afGridIcoFlagAustria.disabled,
.afGridIconbar span.afGridIcoFlagBelgium.disabled,
.afGridIconbar span.afGridIcoFlagEngland.disabled,
.afGridIconbar span.afGridIcoFlagFinland.disabled,
.afGridIconbar span.afGridIcoFlagFrance.disabled,
.afGridIconbar span.afGridIcoFlagGermany.disabled,
.afGridIconbar span.afGridIcoFlagItaly.disabled,
.afGridIconbar span.afGridIcoFlagNorway.disabled,
.afGridIconbar span.afGridIcoFlagSpain.disabled,
.afGridIconbar span.afGridIcoFlagSweden.disabled,
.afGridIconbar span.afGridIcoFlagSwiss.disabled,
.afGridIconbar span.afGridIcoFolder.disabled,
.afGridIconbar span.afGridIcoFolderActionClose.disabled,
.afGridIconbar span.afGridIcoFolderClose.disabled,
.afGridIconbar span.afGridIcoFolderCloseAll.disabled,
.afGridIconbar span.afGridIcoFolderOpen.disabled,
.afGridIconbar span.afGridIcoForm.disabled,
.afGridIconbar span.afGridIcoFormDialog.disabled,
.afGridIconbar span.afGridIcoFormEmpty.disabled,
.afGridIconbar span.afGridIcoFuelGasPump.disabled,
.afGridIconbar span.afGridIcoFuelOilBarrel.disabled,
.afGridIconbar span.afGridIcoFuelPetrolCan.disabled,
.afGridIconbar span.afGridIcoHelp.disabled,
.afGridIconbar span.afGridIcoHistory.disabled,
.afGridIconbar span.afGridIcoHistoryRedo.disabled,
.afGridIconbar span.afGridIcoHistoryRefresh.disabled,
.afGridIconbar span.afGridIcoHistoryUndo.disabled,
.afGridIconbar span.afGridIcoHome.disabled,
.afGridIconbar span.afGridIcoHouseGreen.disabled,
.afGridIconbar span.afGridIcoHouseGreenBlueCellar.disabled,
.afGridIconbar span.afGridIcoHouseGreenCellar.disabled,
.afGridIconbar span.afGridIcoHouseNoCellarGreenBlue.disabled,
.afGridIconbar span.afGridIcoHouseOrange.disabled,
.afGridIconbar span.afGridIcoHouseOrangeCellar.disabled,
.afGridIconbar span.afGridIcoHouseOrangeCellarInactive.disabled,
.afGridIconbar span.afGridIcoHouseOrangeCellarOverpopulation.disabled,
.afGridIconbar span.afGridIcoHouseRed.disabled,
.afGridIconbar span.afGridIcoHouseRedCellar.disabled,
.afGridIconbar span.afGridIcoHouseYellow.disabled,
.afGridIconbar span.afGridIcoHouseYellowAutomatic.disabled,
.afGridIconbar span.afGridIcoHouseYellowCellar.disabled,
.afGridIconbar span.afGridIcoHouseYellowManual.disabled,
.afGridIconbar span.afGridIcoHouseYellowMoney.disabled,
.afGridIconbar span.afGridIcoInfo.disabled,
.afGridIconbar span.afGridIcoLabelBarcode.disabled,
.afGridIconbar span.afGridIcoLabelBarcodeAdd.disabled,
.afGridIconbar span.afGridIcoLabelBarcodeDelete.disabled,
.afGridIconbar span.afGridIcoLabelBarcodeError.disabled,
.afGridIconbar span.afGridIcoLabelBarcodeInfo.disabled,
.afGridIconbar span.afGridIcoLabelBarcodeOk.disabled,
.afGridIconbar span.afGridIcoLabelBarcodeRemove.disabled,
.afGridIconbar span.afGridIcoLabelBarcodeUpdate.disabled,
.afGridIconbar span.afGridIcoLabelQrcode.disabled,
.afGridIconbar span.afGridIcoLabelShipment.disabled,
.afGridIconbar span.afGridIcoLink.disabled,
.afGridIconbar span.afGridIcoLinkAdd.disabled,
.afGridIconbar span.afGridIcoLinkDelete.disabled,
.afGridIconbar span.afGridIcoLinkError.disabled,
.afGridIconbar span.afGridIcoLinkRemove.disabled,
.afGridIconbar span.afGridIcoLogoArcflowNew.disabled,
.afGridIconbar span.afGridIcoLogoArcflowOld.disabled,
.afGridIconbar span.afGridIcoMail.disabled,
.afGridIconbar span.afGridIcoMailOpen.disabled,
.afGridIconbar span.afGridIcoMap.disabled,
.afGridIconbar span.afGridIcoMapItinerary.disabled,
.afGridIconbar span.afGridIcoMapItineraryInternet.disabled,
.afGridIconbar span.afGridIcoMoneyBanknotesEdit.disabled,
.afGridIconbar span.afGridIcoMoneyCustoms.disabled,
.afGridIconbar span.afGridIcoMoneyRent.disabled,
.afGridIconbar span.afGridIcoMoneyRent2.disabled,
.afGridIconbar span.afGridIcoMoneyValueAddedTax.disabled,
.afGridIconbar span.afGridIcoOk.disabled,
.afGridIconbar span.afGridIcoOk2.disabled,
.afGridIconbar span.afGridIcoOrder.disabled,
.afGridIconbar span.afGridIcoOrderShipment.disabled,
.afGridIconbar span.afGridIcoPackage.disabled,
.afGridIconbar span.afGridIcoPackageFront.disabled,
.afGridIconbar span.afGridIcoPackages.disabled,
.afGridIconbar span.afGridIcoPdf.disabled,
.afGridIconbar span.afGridIcoPeopleCallOperator.disabled,
.afGridIconbar span.afGridIcoPeopleRecipient.disabled,
.afGridIconbar span.afGridIcoPeopleSender.disabled,
.afGridIconbar span.afGridIcoPhone.disabled,
.afGridIconbar span.afGridIcoPhoneCall.disabled,
.afGridIconbar span.afGridIcoPicture.disabled,
.afGridIconbar span.afGridIcoPlanning.disabled,
.afGridIconbar span.afGridIcoPrint.disabled,
.afGridIconbar span.afGridIcoPrintError.disabled,
.afGridIconbar span.afGridIcoPrintInfo.disabled,
.afGridIconbar span.afGridIcoPrintNetwork.disabled,
.afGridIconbar span.afGridIcoPrintOk.disabled,
.afGridIconbar span.afGridIcoPrintOption.disabled,
.afGridIconbar span.afGridIcoPrintPreview.disabled,
.afGridIconbar span.afGridIcoPrintRemove.disabled,
.afGridIconbar span.afGridIcoPrintSetup.disabled,
.afGridIconbar span.afGridIcoRecord.disabled,
.afGridIconbar span.afGridIcoRecordAdd.disabled,
.afGridIconbar span.afGridIcoRecordDelete.disabled,
.afGridIconbar span.afGridIcoRecordEdit.disabled,
.afGridIconbar span.afGridIcoRecordError.disabled,
.afGridIconbar span.afGridIcoRecordInfo.disabled,
.afGridIconbar span.afGridIcoRecordNew.disabled,
.afGridIconbar span.afGridIcoRecordOk.disabled,
.afGridIconbar span.afGridIcoRecordRemove.disabled,
.afGridIconbar span.afGridIcoRecordSearch.disabled,
.afGridIconbar span.afGridIcoRecordWarn.disabled,
.afGridIconbar span.afGridIcoRefresh.disabled,
.afGridIconbar span.afGridIcoReport1.disabled,
.afGridIconbar span.afGridIcoReport2.disabled,
.afGridIconbar span.afGridIcoSave.disabled,
.afGridIconbar span.afGridIcoScanBarcode.disabled,
.afGridIconbar span.afGridIcoScanScanner.disabled,
.afGridIconbar span.afGridIcoScript.disabled,
.afGridIconbar span.afGridIcoScriptDelete.disabled,
.afGridIconbar span.afGridIcoScriptEdit.disabled,
.afGridIconbar span.afGridIcoScriptExecute.disabled,
.afGridIconbar span.afGridIcoScriptNew.disabled,
.afGridIconbar span.afGridIcoSearch.disabled,
.afGridIconbar span.afGridIcoSearchDelete.disabled,
.afGridIconbar span.afGridIcoSearchLeft.disabled,
.afGridIconbar span.afGridIcoSearchNew.disabled,
.afGridIconbar span.afGridIcoSearchRight.disabled,
.afGridIconbar span.afGridIcoSelect.disabled,
.afGridIconbar span.afGridIcoSelectAll.disabled,
.afGridIconbar span.afGridIcoSelectInvert.disabled,
.afGridIconbar span.afGridIcoSelectNone.disabled,
.afGridIconbar span.afGridIcoSettings.disabled,
.afGridIconbar span.afGridIcoSettingsOptions.disabled,
.afGridIconbar span.afGridIcoSort2.disabled,
.afGridIconbar span.afGridIcoSortAz.disabled,
.afGridIconbar span.afGridIcoSortDown.disabled,
.afGridIconbar span.afGridIcoSortUp.disabled,
.afGridIconbar span.afGridIcoSortZa.disabled,
.afGridIconbar span.afGridIcoStamp.disabled,
.afGridIconbar span.afGridIcoStop.disabled,
.afGridIconbar span.afGridIcoStorage.disabled,
.afGridIconbar span.afGridIcoStorageCargoHandling.disabled,
.afGridIconbar span.afGridIcoStorageLocation.disabled,
.afGridIconbar span.afGridIcoStorageNotes.disabled,
.afGridIconbar span.afGridIcoStorehouseRequisition.disabled,
.afGridIconbar span.afGridIcoTicket.disabled,
.afGridIconbar span.afGridIcoTicketBlue.disabled,
.afGridIconbar span.afGridIcoTicketBlueStriked.disabled,
.afGridIconbar span.afGridIcoTicketBrown.disabled,
.afGridIconbar span.afGridIcoTicketBrownStriked.disabled,
.afGridIconbar span.afGridIcoTicketGreen.disabled,
.afGridIconbar span.afGridIcoTicketGreenStriked.disabled,
.afGridIconbar span.afGridIcoTicketOrange.disabled,
.afGridIconbar span.afGridIcoTicketOrangeStriked.disabled,
.afGridIconbar span.afGridIcoTicketRose.disabled,
.afGridIconbar span.afGridIcoTicketRoseStriked.disabled,
.afGridIconbar span.afGridIcoTicketStriked.disabled,
.afGridIconbar span.afGridIcoTicketZone.disabled,
.afGridIconbar span.afGridIcoTicketZoneStriked.disabled,
.afGridIconbar span.afGridIcoToolsError.disabled,
.afGridIconbar span.afGridIcoToolsWarn.disabled,
.afGridIconbar span.afGridIcoTrain.disabled,
.afGridIconbar span.afGridIcoTrainRemove.disabled,
.afGridIconbar span.afGridIcoTrainStriked.disabled,
.afGridIconbar span.afGridIcoTransport.disabled,
.afGridIconbar span.afGridIcoTransportContainer.disabled,
.afGridIconbar span.afGridIcoTransportContainerLift.disabled,
.afGridIconbar span.afGridIcoTransportContainerLongerSide.disabled,
.afGridIconbar span.afGridIcoTransportContainerShorterSide.disabled,
.afGridIconbar span.afGridIcoTransportContainerTrailer.disabled,
.afGridIconbar span.afGridIcoTransportDumpTruck.disabled,
.afGridIconbar span.afGridIcoTransportHalfTruck.disabled,
.afGridIconbar span.afGridIcoTransportHandTruck.disabled,
.afGridIconbar span.afGridIcoTransportLandfill.disabled,
.afGridIconbar span.afGridIcoTransportPlatformTrailer.disabled,
.afGridIconbar span.afGridIcoTransportSewerCleaning.disabled,
.afGridIconbar span.afGridIcoTransportTruckTipper.disabled,
.afGridIconbar span.afGridIcoTrash.disabled,
.afGridIconbar span.afGridIcoTruckEmptyFork.disabled,
.afGridIconbar span.afGridIcoTruckLoadEmpty.disabled,
.afGridIconbar span.afGridIcoTruckLoadFull.disabled,
.afGridIconbar span.afGridIcoTruckLoadHalf.disabled,
.afGridIconbar span.afGridIcoTruckTachodisk.disabled,
.afGridIconbar span.afGridIcoTruckTelematics.disabled,
.afGridIconbar span.afGridIcoUpload.disabled,
.afGridIconbar span.afGridIcoUploadCloud.disabled,
.afGridIconbar span.afGridIcoUploadInternet.disabled,
.afGridIconbar span.afGridIcoUser.disabled,
.afGridIconbar span.afGridIcoUserAdd.disabled,
.afGridIconbar span.afGridIcoUserDelete.disabled,
.afGridIconbar span.afGridIcoUserError.disabled,
.afGridIconbar span.afGridIcoUserGroup.disabled,
.afGridIconbar span.afGridIcoUserInfo.disabled,
.afGridIconbar span.afGridIcoUserOk.disabled,
.afGridIconbar span.afGridIcoUserRemove.disabled,
.afGridIconbar span.afGridIcoUserWarn.disabled,
.afGridIconbar span.afGridIcoVehicleBoatCargo.disabled,
.afGridIconbar span.afGridIcoVehicleTruck.disabled,
.afGridIconbar span.afGridIcoVehicleVan2.disabled,
.afGridIconbar span.afGridIcoVehicleVanSmall.disabled,
.afGridIconbar span.afGridIcoView.disabled,
.afGridIconbar span.afGridIcoViewDetails.disabled,
.afGridIconbar span.afGridIcoViewLargeIcons.disabled,
.afGridIconbar span.afGridIcoViewList.disabled,
.afGridIconbar span.afGridIcoViewMediumIcons.disabled,
.afGridIconbar span.afGridIcoViewSmalIlcons.disabled,
.afGridIconbar span.afGridIcoViewZoom.disabled,
.afGridIconbar span.afGridIcoViewZoomAdd.disabled,
.afGridIconbar span.afGridIcoViewZoomRemove.disabled,
.afGridIconbar span.afGridIcoWindow.disabled,
.afGridIconbar span.afGridIcoWindowArrangeHorizontal.disabled,
.afGridIconbar span.afGridIcoWindowArrangeVertical.disabled,
.afGridIconbar span.afGridIcoWindowArrowLeft.disabled,
.afGridIconbar span.afGridIcoWindowArrowRight.disabled,
.afGridIconbar span.afGridIcoWindowFullScreen.disabled,
.afGridIconbar span.afGridIcoWindowFullScreen2.disabled,
.afGridIconbar span.afGridIcoWindowPanelBottom.disabled,
.afGridIconbar span.afGridIcoWindows.disabled,
.afGridIconbar span.afGridIcoWord.disabled,
.afGridIconbar span.afGridIcoZipCompress.disabled,
.afGridIconbar span.afGridIcoZipUncompress.disabled,
.afGridIconbar span.afGridIcoZoom.disabled,
.afGridIconbar span.afGridIcoZoomIn.disabled,
.afGridIconbar span.afGridIcoZoomOut.disabled,
.afGridIconbar span.afGridIcogbarMap.disabled,
.afGridIconbar span.afGridIcogbarMap2.disabled,
.afGridIconbar span.afGridIcogbarMap3.disabled,
.afGridIconbar span.afGridIcoCamera.disabled,
.afGridIconbar span.afGridIcoCameraDocument.disabled {
  background-image: url('../images/gbar16gray.png') !important;
}
.afGridIcoActionArrowD {
  background-position: -16px 0px !important;
}
.afGridIcoActionArrowL {
  background-position: -224px -16px !important;
}
.afGridIcoActionArrowR {
  background-position: 0px -16px !important;
}
.afGridIcoActionArrowU {
  background-position: -16px -16px !important;
}
.afGridIcoActionGotoF {
  background-position: -32px 0px !important;
}
.afGridIcoActionGotoL {
  background-position: -32px -16px !important;
}
.afGridIcoActionGotoN {
  background-position: 0px -32px !important;
}
.afGridIcoActionGotoP {
  background-position: -16px -32px !important;
}
.afGridIcoActionPlayBw {
  background-position: -32px -32px !important;
}
.afGridIcoActionPlayFw {
  background-position: -48px 0px !important;
}
.afGridIcoAdd {
  background-position: -48px -16px !important;
}
.afGridIcoAddCopy {
  background-position: -48px -32px !important;
}
.afGridIcoAddNext {
  background-position: 0px -48px !important;
}
.afGridIcoAddRetour {
  background-position: -16px -48px !important;
}
.afGridIcoAddressBook {
  background-position: -32px -48px !important;
}
.afGridIcoArrowD {
  background-position: -48px -48px !important;
}
.afGridIcoArrowL {
  background-position: -64px 0px !important;
}
.afGridIcoArrowR {
  background-position: -64px -16px !important;
}
.afGridIcoArrowU {
  background-position: -64px -32px !important;
}
.afGridIcoAttachment {
  background-position: -64px -48px !important;
}
.afGridIcoBill {
  background-position: 0px -64px !important;
}
.afGridIcoBillMail {
  background-position: -16px -64px !important;
}
.afGridIcoBillOk {
  background-position: -32px -64px !important;
}
.afGridIcoBlueB {
  background-position: -48px -64px !important;
}
.afGridIcoBlueL {
  background-position: -64px -64px !important;
}
.afGridIcoBlueR {
  background-position: -80px 0px !important;
}
.afGridIcoBlueU {
  background-position: -80px -16px !important;
}
.afGridIcoBtnBlueArrowD {
  background-position: -80px -32px !important;
}
.afGridIcoBtnBlueArrowL {
  background-position: -80px -48px !important;
}
.afGridIcoBtnBlueArrowR {
  background-position: -80px -64px !important;
}
.afGridIcoBtnBlueArrowU {
  background-position: 0px -80px !important;
}
.afGridIcoBtnBlueGotoF {
  background-position: -16px -80px !important;
}
.afGridIcoBtnBlueGotoL {
  background-position: -32px -80px !important;
}
.afGridIcoBtnBlueGotoN {
  background-position: -48px -80px !important;
}
.afGridIcoBtnBlueGotoP {
  background-position: -64px -80px !important;
}
.afGridIcoBtnBluePlayBw {
  background-position: -80px -80px !important;
}
.afGridIcoBtnBluePlayFw {
  background-position: -96px 0px !important;
}
.afGridIcoBtnRoundedGreenF {
  background-position: -96px -16px !important;
}
.afGridIcoBtnRoundedGreenL {
  background-position: -96px -32px !important;
}
.afGridIcoBtnRoundedGreenN {
  background-position: -96px -48px !important;
}
.afGridIcoBtnRoundedGreenP {
  background-position: -96px -64px !important;
}
.afGridIcoCalculator {
  background-position: -96px -80px !important;
}
.afGridIcoCalendar {
  background-position: 0px -96px !important;
}
.afGridIcoCalendar2 {
  background-position: -16px -96px !important;
}
.afGridIcoCancel {
  background-position: -32px -96px !important;
}
.afGridIcoCancel2 {
  background-position: -48px -96px !important;
}
.afGridIcoCar {
  background-position: -64px -96px !important;
}
.afGridIcoCarStriked {
  background-position: -80px -96px !important;
}
.afGridIcoCertificate {
  background-position: -96px -96px !important;
}
.afGridIcoCertificateLightBlue {
  background-position: -112px 0px !important;
}
.afGridIcoCertificateLightGreen {
  background-position: -112px -16px !important;
}
.afGridIcoCertificateOrange {
  background-position: -112px -32px !important;
}
.afGridIcoCertificateYellow {
  background-position: -112px -48px !important;
}
.afGridIcoClipboard {
  background-position: -112px -64px !important;
}
.afGridIcoClipboardCopy {
  background-position: -112px -80px !important;
}
.afGridIcoClipboardCut {
  background-position: -112px -96px !important;
}
.afGridIcoClipboardDelete {
  background-position: 0px -112px !important;
}
.afGridIcoClipboardDelete2 {
  background-position: -16px -112px !important;
}
.afGridIcoClipboardPaste {
  background-position: -32px -112px !important;
}
.afGridIcoClock {
  background-position: -48px -112px !important;
}
.afGridIcoCloseWindow {
  background-position: -64px -112px !important;
}
.afGridIcoCountryMunicipality {
  background-position: -80px -112px !important;
}
.afGridIcoCountryRegion {
  background-position: -96px -112px !important;
}
.afGridIcoCountryRegion2 {
  background-position: -112px -112px !important;
}
.afGridIcoDangerCls1 {
  background-position: -128px 0px !important;
}
.afGridIcoDangerCls21 {
  background-position: -128px -16px !important;
}
.afGridIcoDangerCls22 {
  background-position: -128px -32px !important;
}
.afGridIcoDangerCls23 {
  background-position: -128px -48px !important;
}
.afGridIcoDangerCls3 {
  background-position: -128px -64px !important;
}
.afGridIcoDangerCls41 {
  background-position: -128px -80px !important;
}
.afGridIcoDangerCls42 {
  background-position: -128px -96px !important;
}
.afGridIcoDangerCls43 {
  background-position: -128px -112px !important;
}
.afGridIcoDangerCls51 {
  background-position: 0px -128px !important;
}
.afGridIcoDangerCls52 {
  background-position: -16px -128px !important;
}
.afGridIcoDangerCls61 {
  background-position: -32px -128px !important;
}
.afGridIcoDangerCls62 {
  background-position: -48px -128px !important;
}
.afGridIcoDangerCls7A {
  background-position: -64px -128px !important;
}
.afGridIcoDangerCls7B {
  background-position: -80px -128px !important;
}
.afGridIcoDangerCls7C {
  background-position: -96px -128px !important;
}
.afGridIcoDangerCls7E {
  background-position: -112px -128px !important;
}
.afGridIcoDangerCls8 {
  background-position: -128px -128px !important;
}
.afGridIcoDangerCls9 {
  background-position: -144px 0px !important;
}
.afGridIcoDangerClsAdrPanel {
  background-position: -144px -16px !important;
}
.afGridIcoDangerClsGhs1 {
  background-position: -144px -32px !important;
}
.afGridIcoDangerClsGhs2 {
  background-position: -144px -48px !important;
}
.afGridIcoDangerClsGhs3 {
  background-position: -144px -64px !important;
}
.afGridIcoDangerClsGhs4 {
  background-position: -144px -80px !important;
}
.afGridIcoDangerClsGhs5 {
  background-position: -144px -96px !important;
}
.afGridIcoDangerClsGhs6 {
  background-position: -144px -112px !important;
}
.afGridIcoDangerClsGhs7 {
  background-position: -144px -128px !important;
}
.afGridIcoDangerClsGhs8 {
  background-position: 0px -144px !important;
}
.afGridIcoDangerClsGhs9 {
  background-position: -16px -144px !important;
}
.afGridIcoDatabase {
  background-position: -32px -144px !important;
}
.afGridIcoDatabaseCheck {
  background-position: -48px -144px !important;
}
.afGridIcoDatabaseEdit {
  background-position: -64px -144px !important;
}
.afGridIcoDatabaseError {
  background-position: -80px -144px !important;
}
.afGridIcoDatabaseExport {
  background-position: -96px -144px !important;
}
.afGridIcoDatabaseImport {
  background-position: -112px -144px !important;
}
.afGridIcoDatabaseInfo {
  background-position: -128px -144px !important;
}
.afGridIcoDatabaseSearch {
  background-position: -144px -144px !important;
}
.afGridIcoDatabaseUpdate {
  background-position: -160px 0px !important;
}
.afGridIcoDatasheet {
  background-position: -160px -16px !important;
}
.afGridIcoDelete {
  background-position: -160px -32px !important;
}
.afGridIcoDeleteButtonError {
  background-position: -160px -48px !important;
}
.afGridIcoDelivery {
  background-position: -160px -64px !important;
}
.afGridIcoDeliveryArrival {
  background-position: -160px -80px !important;
}
.afGridIcoDeliveryDelete {
  background-position: -160px -96px !important;
}
.afGridIcoDeliveryDelivered {
  background-position: -160px -112px !important;
}
.afGridIcoDeliveryDeparture {
  background-position: -160px -128px !important;
}
.afGridIcoDeliveryEdit {
  background-position: -160px -144px !important;
}
.afGridIcoDeliveryErase {
  background-position: 0px -160px !important;
}
.afGridIcoDeliveryError {
  background-position: -16px -160px !important;
}
.afGridIcoDeliveryInTransit {
  background-position: -32px -160px !important;
}
.afGridIcoDeliveryInfo {
  background-position: -48px -160px !important;
}
.afGridIcoDeliveryList {
  background-position: -64px -160px !important;
}
.afGridIcoDeliveryNew {
  background-position: -80px -160px !important;
}
.afGridIcoDeliveryNote {
  background-position: -96px -160px !important;
}
.afGridIcoDeliveryOk {
  background-position: -112px -160px !important;
}
.afGridIcoDeliveryOk2 {
  background-position: -128px -160px !important;
}
.afGridIcoDeliveryReturned {
  background-position: -144px -160px !important;
}
.afGridIcoDirections {
  background-position: -160px -160px !important;
}
.afGridIcoDiscount {
  background-position: -176px 0px !important;
}
.afGridIcoDiscountCoupon {
  background-position: -176px -16px !important;
}
.afGridIcoDiscountGiveMoney {
  background-position: -176px -32px !important;
}
.afGridIcoDiscountLabel {
  background-position: -176px -48px !important;
}
.afGridIcoDocument {
  background-position: -176px -64px !important;
}
.afGridIcoDocumentAdd {
  background-position: -176px -80px !important;
}
.afGridIcoDocumentArrowLeft {
  background-position: -176px -96px !important;
}
.afGridIcoDocumentArrowRight {
  background-position: -176px -112px !important;
}
.afGridIcoDocumentClose {
  background-position: -176px -128px !important;
}
.afGridIcoDocumentDelete {
  background-position: -176px -144px !important;
}
.afGridIcoDocumentDownload {
  background-position: -176px -160px !important;
}
.afGridIcoDocumentEdit {
  background-position: 0px -176px !important;
}
.afGridIcoDocumentError {
  background-position: -16px -176px !important;
}
.afGridIcoDocumentExcel {
  background-position: -32px -176px !important;
}
.afGridIcoDocumentExport {
  background-position: -48px -176px !important;
}
.afGridIcoDocumentFind {
  background-position: -64px -176px !important;
}
.afGridIcoDocumentGroup {
  background-position: -80px -176px !important;
}
.afGridIcoDocumentGroupAdd {
  background-position: -96px -176px !important;
}
.afGridIcoDocumentGroupDelete {
  background-position: -112px -176px !important;
}
.afGridIcoDocumentGroupRemove {
  background-position: -128px -176px !important;
}
.afGridIcoDocumentImage {
  background-position: -144px -176px !important;
}
.afGridIcoDocumentImport {
  background-position: -160px -176px !important;
}
.afGridIcoDocumentInfo {
  background-position: -176px -176px !important;
}
.afGridIcoDocumentNew {
  background-position: -192px 0px !important;
}
.afGridIcoDocumentOk {
  background-position: -192px -16px !important;
}
.afGridIcoDocumentOpen {
  background-position: -192px -32px !important;
}
.afGridIcoDocumentPdf {
  background-position: -192px -48px !important;
}
.afGridIcoDocumentPicture {
  background-position: -192px -64px !important;
}
.afGridIcoDocumentPrint {
  background-position: -192px -80px !important;
}
.afGridIcoDocumentRemove {
  background-position: -192px -96px !important;
}
.afGridIcoDocumentSave {
  background-position: -192px -112px !important;
}
.afGridIcoDocumentSpreadsheet {
  background-position: -192px -128px !important;
}
.afGridIcoDocumentText {
  background-position: -192px -144px !important;
}
.afGridIcoDocumentTextPicture {
  background-position: -192px -160px !important;
}
.afGridIcoDocumentUpdate {
  background-position: -192px -176px !important;
}
.afGridIcoDocumentWord {
  background-position: 0px -192px !important;
}
.afGridIcoDownload {
  background-position: -16px -192px !important;
}
.afGridIcoDownloadCloud {
  background-position: -32px -192px !important;
}
.afGridIcoDownloadInternet {
  background-position: -48px -192px !important;
}
.afGridIcoEdit {
  background-position: -64px -192px !important;
}
.afGridIcoExcel {
  background-position: -80px -192px !important;
}
.afGridIcoFax {
  background-position: -96px -192px !important;
}
.afGridIcoFilter {
  background-position: -112px -192px !important;
}
.afGridIcoFilterAdd {
  background-position: -128px -192px !important;
}
.afGridIcoFilterDelete {
  background-position: -144px -192px !important;
}
.afGridIcoFilterEdit {
  background-position: -160px -192px !important;
}
.afGridIcoFilterExecute {
  background-position: -176px -192px !important;
}
.afGridIcoFilterNew {
  background-position: -192px -192px !important;
}
.afGridIcoFilterRemove {
  background-position: -208px 0px !important;
}
.afGridIcoFilterUpdate {
  background-position: -208px -16px !important;
}
.afGridIcoFind {
  background-position: -208px -32px !important;
}
.afGridIcoFlagAustria {
  background-position: -208px -48px !important;
}
.afGridIcoFlagBelgium {
  background-position: -208px -64px !important;
}
.afGridIcoFlagEngland {
  background-position: -208px -80px !important;
}
.afGridIcoFlagFinland {
  background-position: -208px -96px !important;
}
.afGridIcoFlagFrance {
  background-position: -208px -112px !important;
}
.afGridIcoFlagGermany {
  background-position: -208px -128px !important;
}
.afGridIcoFlagItaly {
  background-position: -208px -144px !important;
}
.afGridIcoFlagNorway {
  background-position: -208px -160px !important;
}
.afGridIcoFlagSpain {
  background-position: -208px -176px !important;
}
.afGridIcoFlagSweden {
  background-position: -208px -192px !important;
}
.afGridIcoFlagSwiss {
  background-position: 0px -208px !important;
}
.afGridIcoFolder {
  background-position: -16px -208px !important;
}
.afGridIcoFolderActionClose {
  background-position: -32px -208px !important;
}
.afGridIcoFolderClose {
  background-position: -48px -208px !important;
}
.afGridIcoFolderCloseAll {
  background-position: -64px -208px !important;
}
.afGridIcoFolderOpen {
  background-position: -80px -208px !important;
}
.afGridIcoForm {
  background-position: -96px -208px !important;
}
.afGridIcoFormDialog {
  background-position: -112px -208px !important;
}
.afGridIcoFormEmpty {
  background-position: -128px -208px !important;
}
.afGridIcoFuelGasPump {
  background-position: -144px -208px !important;
}
.afGridIcoFuelOilBarrel {
  background-position: -160px -208px !important;
}
.afGridIcoFuelPetrolCan {
  background-position: -176px -208px !important;
}
.afGridIcoHelp {
  background-position: -192px -208px !important;
}
.afGridIcoHistory {
  background-position: -208px -208px !important;
}
.afGridIcoHistoryRedo {
  background-position: -224px 0px !important;
}
.afGridIcoHistoryRefresh {
  background-position: 0px 0px !important;
}
.afGridIcoHistoryUndo {
  background-position: -224px -32px !important;
}
.afGridIcoHome {
  background-position: -224px -48px !important;
}
.afGridIcoHouseGreen {
  background-position: -224px -64px !important;
}
.afGridIcoHouseGreenBlue {
  background-position: -224px -80px !important;
}
.afGridIcoHouseGreenBlueCellar {
  background-position: -224px -96px !important;
}
.afGridIcoHouseGreenCellar {
  background-position: -224px -112px !important;
}
.afGridIcoHouseOrange {
  background-position: -224px -128px !important;
}
.afGridIcoHouseOrangeCellar {
  background-position: -224px -144px !important;
}
.afGridIcoHouseOrangeCellarInactive {
  background-position: -224px -160px !important;
}
.afGridIcoHouseOrangeCellarOverpopulation {
  background-position: -224px -176px !important;
}
.afGridIcoHouseRed {
  background-position: -224px -192px !important;
}
.afGridIcoHouseRedCellar {
  background-position: -224px -208px !important;
}
.afGridIcoHouseYellow {
  background-position: 0px -224px !important;
}
.afGridIcoHouseYellowAutomatic {
  background-position: -16px -224px !important;
}
.afGridIcoHouseYellowCellar {
  background-position: -32px -224px !important;
}
.afGridIcoHouseYellowManual {
  background-position: -48px -224px !important;
}
.afGridIcoHouseYellowMoney {
  background-position: -64px -224px !important;
}
.afGridIcoInfo {
  background-position: -80px -224px !important;
}
.afGridIcoLabelBarcode {
  background-position: -96px -224px !important;
}
.afGridIcoLabelBarcodeAdd {
  background-position: -112px -224px !important;
}
.afGridIcoLabelBarcodeDelete {
  background-position: -128px -224px !important;
}
.afGridIcoLabelBarcodeError {
  background-position: -144px -224px !important;
}
.afGridIcoLabelBarcodeInfo {
  background-position: -160px -224px !important;
}
.afGridIcoLabelBarcodeOk {
  background-position: -176px -224px !important;
}
.afGridIcoLabelBarcodeRemove {
  background-position: -192px -224px !important;
}
.afGridIcoLabelBarcodeUpdate {
  background-position: -208px -224px !important;
}
.afGridIcoLabelQrcode {
  background-position: -224px -224px !important;
}
.afGridIcoLabelShipment {
  background-position: -240px 0px !important;
}
.afGridIcoLink {
  background-position: -240px -16px !important;
}
.afGridIcoLinkAdd {
  background-position: -240px -32px !important;
}
.afGridIcoLinkDelete {
  background-position: -240px -48px !important;
}
.afGridIcoLinkError {
  background-position: -240px -64px !important;
}
.afGridIcoLinkRemove {
  background-position: -240px -80px !important;
}
.afGridIcoLogoArcflowNew {
  background-position: -240px -96px !important;
}
.afGridIcoLogoArcflowOld {
  background-position: -240px -112px !important;
}
.afGridIcoMail {
  background-position: -240px -128px !important;
}
.afGridIcoMailOpen {
  background-position: -240px -144px !important;
}
.afGridIcoMap {
  background-position: -240px -160px !important;
}
.afGridIcoMapItinerary {
  background-position: -240px -176px !important;
}
.afGridIcoMapItineraryInternet {
  background-position: -240px -192px !important;
}
.afGridIcoMoneyBanknotesEdit {
  background-position: -240px -208px !important;
}
.afGridIcoMoneyCustoms {
  background-position: -240px -224px !important;
}
.afGridIcoMoneyRent {
  background-position: 0px -240px !important;
}
.afGridIcoMoneyRent2 {
  background-position: -16px -240px !important;
}
.afGridIcoMoneyValueAddedTax {
  background-position: -32px -240px !important;
}
.afGridIcoOk {
  background-position: -48px -240px !important;
}
.afGridIcoOk2 {
  background-position: -64px -240px !important;
}
.afGridIcoOrder {
  background-position: -80px -240px !important;
}
.afGridIcoOrderShipment {
  background-position: -96px -240px !important;
}
.afGridIcoPackage {
  background-position: -112px -240px !important;
}
.afGridIcoPackageFront {
  background-position: -128px -240px !important;
}
.afGridIcoPackages {
  background-position: -144px -240px !important;
}
.afGridIcoPdf {
  background-position: -160px -240px !important;
}
.afGridIcoPeopleCallOperator {
  background-position: -176px -240px !important;
}
.afGridIcoPeopleRecipient {
  background-position: -192px -240px !important;
}
.afGridIcoPeopleSender {
  background-position: -208px -240px !important;
}
.afGridIcoPhone {
  background-position: -224px -240px !important;
}
.afGridIcoPhoneCall {
  background-position: -240px -240px !important;
}
.afGridIcoPicture {
  background-position: -256px 0px !important;
}
.afGridIcoPlanning {
  background-position: -256px -16px !important;
}
.afGridIcoPrint {
  background-position: -256px -32px !important;
}
.afGridIcoPrintError {
  background-position: -256px -48px !important;
}
.afGridIcoPrintInfo {
  background-position: -256px -64px !important;
}
.afGridIcoPrintNetwork {
  background-position: -256px -80px !important;
}
.afGridIcoPrintOk {
  background-position: -256px -96px !important;
}
.afGridIcoPrintOption {
  background-position: -256px -112px !important;
}
.afGridIcoPrintPreview {
  background-position: -256px -128px !important;
}
.afGridIcoPrintRemove {
  background-position: -256px -144px !important;
}
.afGridIcoPrintSetup {
  background-position: -256px -160px !important;
}
.afGridIcoRecord {
  background-position: -256px -176px !important;
}
.afGridIcoRecordAdd {
  background-position: -256px -192px !important;
}
.afGridIcoRecordDelete {
  background-position: -256px -208px !important;
}
.afGridIcoRecordEdit {
  background-position: -256px -224px !important;
}
.afGridIcoRecordError {
  background-position: -256px -240px !important;
}
.afGridIcoRecordInfo {
  background-position: 0px -256px !important;
}
.afGridIcoRecordNew {
  background-position: -16px -256px !important;
}
.afGridIcoRecordOk {
  background-position: -32px -256px !important;
}
.afGridIcoRecordRemove {
  background-position: -48px -256px !important;
}
.afGridIcoRecordSearch {
  background-position: -64px -256px !important;
}
.afGridIcoRecordWarn {
  background-position: -80px -256px !important;
}
.afGridIcoRefresh {
  background-position: -96px -256px !important;
}
.afGridIcoReport1 {
  background-position: -112px -256px !important;
}
.afGridIcoReport2 {
  background-position: -128px -256px !important;
}
.afGridIcoSave {
  background-position: -144px -256px !important;
}
.afGridIcoScanBarcode {
  background-position: -160px -256px !important;
}
.afGridIcoScanScanner {
  background-position: -176px -256px !important;
}
.afGridIcoScript {
  background-position: -192px -256px !important;
}
.afGridIcoScriptDelete {
  background-position: -208px -256px !important;
}
.afGridIcoScriptEdit {
  background-position: -224px -256px !important;
}
.afGridIcoScriptExecute {
  background-position: -240px -256px !important;
}
.afGridIcoScriptNew {
  background-position: -256px -256px !important;
}
.afGridIcoSearch {
  background-position: -272px 0px !important;
}
.afGridIcoSearchDelete {
  background-position: -272px -16px !important;
}
.afGridIcoSearchLeft {
  background-position: -272px -32px !important;
}
.afGridIcoSearchNew {
  background-position: -272px -48px !important;
}
.afGridIcoSearchRight {
  background-position: -272px -64px !important;
}
.afGridIcoSelect {
  background-position: -272px -80px !important;
}
.afGridIcoSelectAll {
  background-position: -272px -96px !important;
}
.afGridIcoSelectInvert {
  background-position: -272px -112px !important;
}
.afGridIcoSelectNone {
  background-position: -272px -128px !important;
}
.afGridIcoSettings {
  background-position: -272px -144px !important;
}
.afGridIcoSettingsOptions {
  background-position: -272px -160px !important;
}
.afGridIcoSort2 {
  background-position: -272px -176px !important;
}
.afGridIcoSortAz {
  background-position: -272px -192px !important;
}
.afGridIcoSortDown {
  background-position: -272px -208px !important;
}
.afGridIcoSortUp {
  background-position: -272px -224px !important;
}
.afGridIcoSortZa {
  background-position: -272px -240px !important;
}
.afGridIcoStamp {
  background-position: -272px -256px !important;
}
.afGridIcoStop {
  background-position: 0px -272px !important;
}
.afGridIcoStorage {
  background-position: -16px -272px !important;
}
.afGridIcoStorageCargoHandling {
  background-position: -32px -272px !important;
}
.afGridIcoStorageLocation {
  background-position: -48px -272px !important;
}
.afGridIcoStorageNotes {
  background-position: -64px -272px !important;
}
.afGridIcoStorehouseRequisition {
  background-position: -80px -272px !important;
}
.afGridIcoTicket {
  background-position: -96px -272px !important;
}
.afGridIcoTicketBlue {
  background-position: -112px -272px !important;
}
.afGridIcoTicketBlueStriked {
  background-position: -128px -272px !important;
}
.afGridIcoTicketBrown {
  background-position: -144px -272px !important;
}
.afGridIcoTicketBrownStriked {
  background-position: -160px -272px !important;
}
.afGridIcoTicketGreen {
  background-position: -176px -272px !important;
}
.afGridIcoTicketGreenStriked {
  background-position: -192px -272px !important;
}
.afGridIcoTicketOrange {
  background-position: -208px -272px !important;
}
.afGridIcoTicketOrangeStriked {
  background-position: -224px -272px !important;
}
.afGridIcoTicketRose {
  background-position: -240px -272px !important;
}
.afGridIcoTicketRoseStriked {
  background-position: -256px -272px !important;
}
.afGridIcoTicketStriked {
  background-position: -272px -272px !important;
}
.afGridIcoTicketZone {
  background-position: -288px 0px !important;
}
.afGridIcoTicketZoneStriked {
  background-position: -288px -16px !important;
}
.afGridIcoToolsError {
  background-position: -288px -32px !important;
}
.afGridIcoToolsWarn {
  background-position: -288px -48px !important;
}
.afGridIcoTrain {
  background-position: -288px -64px !important;
}
.afGridIcoTrainRemove {
  background-position: -288px -80px !important;
}
.afGridIcoTrainStriked {
  background-position: -288px -96px !important;
}
.afGridIcoTransport {
  background-position: -288px -112px !important;
}
.afGridIcoTransportContainer {
  background-position: -288px -128px !important;
}
.afGridIcoTransportContainerLift {
  background-position: -288px -144px !important;
}
.afGridIcoTransportContainerLongerSide {
  background-position: -288px -160px !important;
}
.afGridIcoTransportContainerShorterSide {
  background-position: -288px -176px !important;
}
.afGridIcoTransportContainerTrailer {
  background-position: -288px -192px !important;
}
.afGridIcoTransportDumpTruck {
  background-position: -288px -208px !important;
}
.afGridIcoTransportHalfTruck {
  background-position: -288px -224px !important;
}
.afGridIcoTransportHandTruck {
  background-position: -288px -240px !important;
}
.afGridIcoTransportLandfill {
  background-position: -288px -256px !important;
}
.afGridIcoTransportPlatformTrailer {
  background-position: -288px -272px !important;
}
.afGridIcoTransportSewerCleaning {
  background-position: 0px -288px !important;
}
.afGridIcoTransportTruckTipper {
  background-position: -16px -288px !important;
}
.afGridIcoTrash {
  background-position: -32px -288px !important;
}
.afGridIcoTruckEmptyFork {
  background-position: -48px -288px !important;
}
.afGridIcoTruckLoadEmpty {
  background-position: -64px -288px !important;
}
.afGridIcoTruckLoadFull {
  background-position: -80px -288px !important;
}
.afGridIcoTruckLoadHalf {
  background-position: -96px -288px !important;
}
.afGridIcoTruckTachodisk {
  background-position: -112px -288px !important;
}
.afGridIcoTruckTelematics {
  background-position: -128px -288px !important;
}
.afGridIcoUpload {
  background-position: -144px -288px !important;
}
.afGridIcoUploadCloud {
  background-position: -160px -288px !important;
}
.afGridIcoUploadInternet {
  background-position: -176px -288px !important;
}
.afGridIcoUser {
  background-position: -192px -288px !important;
}
.afGridIcoUserAdd {
  background-position: -208px -288px !important;
}
.afGridIcoUserDelete {
  background-position: -224px -288px !important;
}
.afGridIcoUserError {
  background-position: -240px -288px !important;
}
.afGridIcoUserGroup {
  background-position: -256px -288px !important;
}
.afGridIcoUserInfo {
  background-position: -272px -288px !important;
}
.afGridIcoUserOk {
  background-position: -288px -288px !important;
}
.afGridIcoUserRemove {
  background-position: -304px 0px !important;
}
.afGridIcoUserWarn {
  background-position: -304px -16px !important;
}
.afGridIcoVehicleBoatCargo {
  background-position: -304px -32px !important;
}
.afGridIcoVehicleTruck {
  background-position: -304px -48px !important;
}
.afGridIcoVehicleVan2 {
  background-position: -304px -64px !important;
}
.afGridIcoVehicleVanSmall {
  background-position: -304px -80px !important;
}
.afGridIcoView {
  background-position: -304px -96px !important;
}
.afGridIcoViewDetails {
  background-position: -304px -112px !important;
}
.afGridIcoViewLargeIcons {
  background-position: -304px -128px !important;
}
.afGridIcoViewList {
  background-position: -304px -144px !important;
}
.afGridIcoViewMediumIcons {
  background-position: -304px -160px !important;
}
.afGridIcoViewSmalIlcons {
  background-position: -304px -176px !important;
}
.afGridIcoViewZoom {
  background-position: -304px -192px !important;
}
.afGridIcoViewZoomAdd {
  background-position: -304px -208px !important;
}
.afGridIcoViewZoomRemove {
  background-position: -304px -224px !important;
}
.afGridIcoWindow {
  background-position: -304px -240px !important;
}
.afGridIcoWindowArrangeHorizontal {
  background-position: -304px -256px !important;
}
.afGridIcoWindowArrangeVertical {
  background-position: -304px -272px !important;
}
.afGridIcoWindowArrowLeft {
  background-position: -304px -288px !important;
}
.afGridIcoWindowArrowRight {
  background-position: 0px -304px !important;
}
.afGridIcoWindowFullScreen {
  background-position: -16px -304px !important;
}
.afGridIcoWindowFullScreen2 {
  background-position: -32px -304px !important;
}
.afGridIcoWindowPanelBottom {
  background-position: -48px -304px !important;
}
.afGridIcoWindows {
  background-position: -64px -304px !important;
}
.afGridIcoWord {
  background-position: -80px -304px !important;
}
.afGridIcoZipCompress {
  background-position: -96px -304px !important;
}
.afGridIcoZipUncompress {
  background-position: -112px -304px !important;
}
.afGridIcoZoom {
  background-position: -128px -304px !important;
}
.afGridIcoZoomIn {
  background-position: -144px -304px !important;
}
.afGridIcoZoomOut {
  background-position: -160px -304px !important;
}
.afGridIcogbarMap {
  background-position: -176px -304px !important;
}
.afGridIcogbarMap2 {
  background-position: -192px -304px !important;
}
.afGridIcogbarMap3 {
  background-position: -208px -304px !important;
}
.afGridIcoCamera {
  background-position: -224px -304px !important;
}
.afGridIcoCameraDocument {
  background-position: -240px -304px !important;
}
.afGridIcoSeparator4,
.afGridIcoSeparator8,
.afGridIcoSeparator16 {
  display: inline-block;
}
.afGridIcoSeparator4 {
  height: 16px;
  line-height: 20px;
  width: 5px;
  border-left: 1px solid #e3e3e3;
  vertical-align: middle;
}
.afGridIcoSeparator8 {
  width: 8px;
}
.afGridIcoSeparator16 {
  width: 15px;
}
.afGridComboCellCity,
.afGridComboCellPostalCode {
  float: left;
  padding-right: 5px;
  padding-left: 5px;
}
.afGridComboCellCity {
  width: 200px;
  margin-left: 5px;
}
.afGridComboCellPostalCode {
  width: 60px;
  margin-right: 5px;
}
.comboclm200 div {
  display: inline-block;
  width: 100px;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #ccc;
}
.comboclm200 div:first-child {
  width: 40px;
  text-align: right;
  border-right: 1px solid #ccc;
}
.comboclm200 div:last-child {
  width: 20px;
  text-align: right;
  border-right: none;
}
.afGridMarkedRow {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
div.ui-dialog-content > table > tbody > tr > td > span > span > span.ui-igcombo-clear {
  float: none !important;
}
div.ui-dialog-content > table > tbody > tr > td > span > span > span > span.ui-igcombo-clearicon {
  margin-top: 2px !important;
}
.ui-iggrid-featurechooser-list .ui-iggrid-featurechooser-li-iconcontainer,
.no-svg .ui-iggrid-featurechooser-list .ui-iggrid-featurechooser-li-iconcontainer {
  background-image: url(../images/af-touch-icons.png);
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  margin: 0 auto;
}
.ui-icon.ui-icon.ui-iggrid-icon-undo {
  background-position: -780px 0;
}
.ui-icon.ui-icon.ui-iggrid-icon-save {
  background-position: -840px 0;
}
.ui-iggrid-addrow.ui-state-active .ui-icon {
  background-image: none !important;
}
.ui-iggrid .ui-iggrid-addrow td .ui-icon {
  background-color: #5d89ba;
  color: white;
  background-image: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-family: FontAwesome !important;
  font-size: 14px;
  text-indent: 0;
  text-align: center;
  vertical-align: middle;
}
.ui-iggrid .ui-iggrid-addrow td .ui-icon ~ span {
  vertical-align: middle;
}
.ui-iggrid .ui-iggrid-addrow td .ui-icon:before {
  content: '\f067';
}
.ui-iggrid .ui-iggrid-deletebutton .ui-icon {
  background-color: #ee6363;
  color: white;
  background-image: none;
  top: 2px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-family: FontAwesome !important;
  font-size: 14px;
  text-indent: 0;
  text-align: center;
  vertical-align: middle;
}
.ui-iggrid .ui-iggrid-deletebutton .ui-icon:before {
  content: '\f1f8';
}
.afMapsSprites span.afMapsIcoShelter,
.afMapsSprites span.afMapsIcoBuilding,
.afMapsSprites span.afMapsIcoBuildingOwnShelter,
.afMapsSprites span.afMapsIcoBuildingSelected,
.afMapsSprites span.afMapsIcoBuildingOwnShelterSelected,
.afMapsSprites span.afMapsIcoBuildingAssigned,
.afMapsSprites span.afMapsIcoBuildingOwnShelterAssigned,
.afMapsSprites span.afMapsIcoBuildingNotAssigned,
.afMapsSprites span.afMapsIcoBuildingOwnShelterNotAssigned,
.afMapsSprites span.afMapsIcoSirenInstalled,
.afMapsSprites span.afMapsIcoSirenActive,
.afMapsSprites span.afMapsIcoSirenInactive,
.afMapsSprites span.afMapsIcoSirenDeinstalled {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 60px;
  background-image: url('../images/gmapsprites400x900.png') !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  border: none !important;
}
.afMapsSprites .afMapsIcoShelter {
  background-position: -80px 0px !important;
}
.afMapsSprites .afMapsIcoBuilding {
  background-position: 0px 0px !important;
}
.afMapsSprites .afMapsIcoBuildingOwnShelter {
  background-position: -40px 0px !important;
}
.afMapsSprites .afMapsIcoBuildingSelected {
  background-position: -200px 0px !important;
}
.afMapsSprites .afMapsIcoBuildingOwnShelterSelected {
  background-position: -240px 0px !important;
}
.afMapsSprites .afMapsIcoBuildingAssigned {
  background-position: -280px 0px !important;
}
.afMapsSprites .afMapsIcoBuildingOwnShelterAssigned {
  background-position: -320px 0px !important;
}
.afMapsSprites .afMapsIcoBuildingNotAssigned {
  background-position: 0px -480px !important;
}
.afMapsSprites .afMapsIcoBuildingOwnShelterNotAssigned {
  background-position: -40px -480px !important;
}
.afMapsSprites .afMapsIcoSirenInstalled {
  background-position: 0px, -420px !important;
}
.afMapsSprites .afMapsIcoSirenActive {
  background-position: -40px, -420px !important;
}
.afMapsSprites .afMapsIcoSirenInactive {
  background-position: -80px, -420px !important;
}
.afMapsSprites .afMapsIcoSirenDeinstalled {
  background-position: -120px, -420px !important;
}
.af-filter-by-id td {
  background-color: rgba(255, 165, 0, 0.5);
  padding-left: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #4b4b4b;
}
.af-filter-by-id td button {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  width: 32px;
}
.af-filter-by-id td button:hover {
  cursor: pointer;
  background-color: orange;
}
.af-filter-by-id td span {
  vertical-align: bottom;
}
.panel-body div.ui-widget.ui-iggrid {
  width: 100% !important;
}
.ui-iggrid-fixedcontainer thead {
  min-height: 18px;
  line-height: 1.6em;
}
.ui-iggrid-fixedcontainer thead .ui-iggrid-headertext {
  height: 1.6em;
}
.ui-iggrid-fixedcontainer .ui-iggrid-filterrow {
  border: none;
}
.ui-iggrid-fixedcontainer div:has(table.ui-iggrid-table) {
  height: inherit !important;
}
.modal {
  overflow-y: hidden;
}
.modal.opacityHide {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal.opacityShow {
  -webkit-opacity: 100;
  -moz-opacity: 100;
  opacity: 100;
  filter: alpha(opacity=10000);
}
.modal-header {
  border-bottom: none;
  background-color: #242A34;
  color: #eeeeee;
}
.modal-header .close {
  color: inherit;
}
.modal-header h2 {
  font-size: 24px;
  line-height: 30px;
}
.modal-footer {
  border-top: none;
  margin-top: 0;
  padding: 0 20px 20px;
}
.modal-backdrop {
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: alpha(opacity=60);
  -khtml-opacity: .6;
  -moz-opacity: 60;
  overflow: hidden;
  pointer-events: none;
}
.modal-backdrop-transparent {
  opacity: .1;
  filter: alpha(opacity=10);
  -ms-filter: alpha(opacity=10);
  -khtml-opacity: .1;
  -moz-opacity: 10;
  overflow: hidden;
  pointer-events: none;
}
.filter-favourite.item {
  padding: 4px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.filter-favourite.item.first {
  background-color: white;
  border-top: 1px solid #ccc;
}
.filter-favourite.item.even {
  background-color: white;
}
.filter-favourite.item.odd {
  background-color: #f9f9f9;
}
.filter-favourite.criteria.condition {
  color: #6082b6;
  font-style: italic;
  padding: 0 5px;
}
.filter-favourite.icon {
  padding: 4px 4px;
  min-width: 32px;
  text-align: center;
}
.filter-favourite.icon.remove {
  color: white;
  background-color: #ee6363;
}
.filter-favourite.icon.filter {
  color: black;
  background-color: #ffa500;
}
.filter-favourite.icon.default {
  color: white;
  background-color: #6082b6;
}
#last-one {
  position: absolute;
  right: 40px;
}
.navbar {
  background-color: #363b3f;
  border: none;
  border-radius: 0;
  margin: 0;
}
.navbar li:last-child {
  position: absolute;
  right: 0;
  border: none;
}
.navbar .nav {
  height: 40px;
}
.navbar .navbar-brand {
  float: left;
  font-size: 18px;
  line-height: 20px;
  width: 255px;
}
.navbar .navbar-brand a {
  color: white;
  padding-left: 24px;
}
.navbar .navbar-brand img {
  position: absolute;
  max-width: 60%;
  height: 24px;
  width: 24px;
  top: 12px;
  left: 8px;
}
.navbar #dropdown-user {
  color: #FFFFFF;
}
.navbar #dropdown-user i {
  color: #FFFFFF;
  font-size: 17px;
}
.navbar #dropdown-user .badge {
  background-color: #dd5a43;
  border-radius: 99px !important;
  font-size: 12px !important;
  font-weight: 300;
  height: 16px;
  padding: 2px 6px;
  position: absolute;
  right: 24px;
  text-align: center;
  text-shadow: none !important;
  top: 8px;
}
.navbar #dropdown-user .username {
  font-weight: 600;
}
.navbar #navbar-left li.dropdown {
  background-color: #6f94b8;
  border-right: 1px solid #507aa4;
  font-weight: 400;
}
.navbar #navbar-left li.dropdown:first-child {
  border-left: 1px solid #507aa4;
}
.navbar #navbar-left i {
  margin-right: 5px;
  color: #FFFFFF;
}
.navbar .nav.navbar-nav.pull-right {
  min-width: 300px;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a :focus {
  background-color: #80a0c1 !important;
}
.divide-10 {
  height: 10px;
  width: 100%;
}
.divide-12 {
  height: 12px;
  width: 100%;
}
.divide-20 {
  height: 20px;
  width: 100%;
}
.divide-40 {
  height: 40px;
  width: 100%;
}
.divide-100 {
  height: 100px;
  width: 100%;
}
.margin-left-0 {
  margin-left: 0px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-top-100 {
  margin-top: 100px !important;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-bottom-4 {
  margin-bottom: 4px !important;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.separator {
  height: 1px;
  border-bottom: 1px solid #FFFFFF !important;
  border-top: 1px solid #E7E7E7 !important;
  color: #555555 !important;
  margin: 10px 0 30px;
}
/*
 * -------------------------------------------
 * CSS for dropdowns
 * -------------------------------------------
 */
.dropdown-visible {
  display: block;
  position: relative;
}
.dropdown-menu > li > a {
  padding: 5px 15px;
}
.dropdown-menu.square {
  padding: 0;
  border-radius: 0px;
}
.dropdown-menu.no-border {
  border: none;
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.175);
}
.dropdown-menu.margin-list > li > a {
  margin: 5px;
}
.dropdown-menu.margin-list-rounded > li > a {
  margin: 5px;
  border-radius: 3px;
}
.dropdown-menu.with-triangle {
  top: 90%;
}
.dropdown-menu.with-triangle:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.dropdown-menu.with-triangle:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.navbar-right .dropdown-menu.with-triangle:before,
.pull-right .dropdown-menu.with-triangle:before,
.dropdown-menu.pull-right.with-triangle:before {
  right: 12px;
  left: auto;
}
.navbar-right .dropdown-menu.with-triangle:after,
.pull-right .dropdown-menu.with-triangle:after,
.dropdown-menu.pull-right.with-triangle:after {
  right: 13px;
  left: auto;
}
@media (max-width: 767px) {
  .dropdown-menu.with-triangle:before,
  .dropdown-menu.with-triangle:after {
    display: none;
  }
}
.dropdown-menu.square.primary.margin-list-rounded.with-triangle .dropdown-submenu > .dropdown-toggle {
  padding: 3px 9px;
  color: #333333;
  border: 7px solid transparent;
  line-height: 0.4;
  overflow: visible;
  height: 26px;
  content: "";
}
.dropdown-menu.square.primary.margin-list-rounded.with-triangle .dropdown-submenu > .dropdown-toggle:hover {
  color: #ffffff;
}
.dropdown-submenu .dropdown-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  min-width: 180px;
  margin-left: 30px;
  border: 2px solid #48CFAD;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s;
  white-space: nowrap;
  background-color: white;
  z-index: 9999;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.dropdown-submenu > a:after {
  content: '\f054';
  font-size: 0.8em;
  height: auto;
  margin-left: 5px;
  font-family: 'FontAwesome';
  font-weight: 100;
}
.dropdown-submenu:hover > a:after {
  content: ' \f078';
}
.dropdown-submenu > .dropdown-menu > li.active > a {
  background-color: #ffffff;
  color: #000000;
}
.dropdown-submenu > .dropdown-menu > li.active > a:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  margin-right: 5px;
}
.dropdown-submenu-separator::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ddd;
  margin: 8px 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #37BC9B;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu.primary > .disabled > a,
.dropdown-menu.primary > .disabled > a:hover,
.dropdown-menu.primary > .disabled > a:focus,
.dropdown-menu.success > .disabled > a,
.dropdown-menu.success > .disabled > a:hover,
.dropdown-menu.success > .disabled > a:focus,
.dropdown-menu.info > .disabled > a,
.dropdown-menu.info > .disabled > a:hover,
.dropdown-menu.info > .disabled > a:focus,
.dropdown-menu.danger > .disabled > a,
.dropdown-menu.danger > .disabled > a:hover,
.dropdown-menu.danger > .disabled > a:focus,
.dropdown-menu.warning > .disabled > a,
.dropdown-menu.warning > .disabled > a:hover,
.dropdown-menu.warning > .disabled > a:focus {
  background-color: transparent;
  color: #D5DAE0;
}
.dropdown-menu.primary > li > a:hover,
.dropdown-menu.primary > li > a:focus {
  color: #fff;
  background-color: #48CFAD;
}
.dropdown-menu.primary > .active > a,
.dropdown-menu.primary > .active > a:hover,
.dropdown-menu.primary > .active > a:focus {
  background-color: #37BC9B;
}
.dropdown-menu.success > li > a:hover,
.dropdown-menu.success > li > a:focus {
  color: #fff;
  background-color: #A0D468;
}
.dropdown-menu.success > .active > a,
.dropdown-menu.success > .active > a:hover,
.dropdown-menu.success > .active > a:focus {
  background-color: #8CC152;
}
.dropdown-menu.info > li > a:hover,
.dropdown-menu.info > li > a:focus {
  color: #fff;
  background-color: #4FC1E9;
}
.dropdown-menu.info > .active > a,
.dropdown-menu.info > .active > a:hover,
.dropdown-menu.info > .active > a:focus {
  background-color: #3BAFDA;
}
.dropdown-menu.danger > li > a:hover,
.dropdown-menu.danger > li > a:focus {
  color: #fff;
  background-color: #FC6E51;
}
.dropdown-menu.danger > .active > a,
.dropdown-menu.danger > .active > a:hover,
.dropdown-menu.danger > .active > a:focus {
  background-color: #E9573F;
}
.dropdown-menu.warning > li > a:hover,
.dropdown-menu.warning > li > a:focus {
  color: #fff;
  background-color: #FFCE54;
}
.dropdown-menu.warning > .active > a,
.dropdown-menu.warning > .active > a:hover,
.dropdown-menu.warning > .active > a:focus {
  background-color: #F6BB42;
}
/* ----------------------------------------------------------------
 *  the box
 * ----------------------------------------------------------------
 */
.the-box {
  padding: 15px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #d5dae0;
  position: relative;
}
.the-box.more-padding {
  padding: 20px;
}
.the-box.full-width {
  margin: 0 -15px;
  border: none;
}
.the-box.transparent {
  background: transparent;
  border: none;
}
.the-box.full {
  padding: 0;
}
.the-box.no-margin {
  margin: 0;
}
.the-box.no-border {
  border: none;
}
.the-box.rounded {
  border-radius: 10px;
}
.the-box .right-action {
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 9;
}
h4.small-title {
  font-size: 16px;
  color: #656d78;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.bg-dark .small-title,
.bg-primary .small-title,
.bg-success .small-title,
.bg-info .small-title,
.bg-danger .small-title,
.bg-warning .small-title {
  color: #fff;
}
/* ----------------------------------------------------------------
 *  typography colors
 * ----------------------------------------------------------------
 */
.btn .fa,
.btn .glyphicon {
  margin: 0 3px;
}
hr {
  margin: 30px 0;
}
a {
  color: #F0F0F0;
}
a:hover {
  color: #C8C8C8;
}
a:focus {
  color: #C8C8C8;
}
.text-muted {
  color: #aab2bd;
}
h1.text-primary,
h2.text-primary,
h3.text-primary,
h4.text-primary,
h5.text-primary,
h6.text-primary,
.text-primary {
  color: #37bc9b;
}
h1.text-success,
h2.text-success,
h3.text-success,
h4.text-success,
h5.text-success,
h6.text-success,
.text-success {
  color: #b4e87e;
}
h1.text-info,
h2.text-info,
h3.text-info,
h4.text-info,
h5.text-info,
h6.text-info,
.text-info {
  color: #3bafda;
}
h1.text-warning,
h2.text-warning,
h3.text-warning,
h4.text-warning,
h5.text-warning,
h6.text-warning,
.text-warning {
  color: #f6bb42;
}
h1.text-danger,
h2.text-danger,
h3.text-danger,
h4.text-danger,
h5.text-danger,
h6.text-danger,
.text-danger {
  color: #e9573f;
}
a.text-primary:hover {
  color: #29af8e;
}
a.text-success:hover {
  color: #74ad3b;
}
a.text-info:hover {
  color: #5dcbf7;
}
a.text-warning:hover {
  color: #fccb6a;
}
a.text-danger:hover {
  color: #d8482c;
}
.bg-dark,
.bg-primary,
.bg-success,
.bg-info,
.bg-danger,
.bg-warning {
  color: #fff;
}
.bg-primary .text-primary,
.bg-success .text-success,
.bg-info .text-info,
.bg-danger .text-danger,
.bg-warning .text-warning {
  color: #fff;
  color: rgba(0, 0, 0, 0.4);
}
.bg-dark a,
.bg-primary a,
.bg-success a,
.bg-info a,
.bg-danger a,
.bg-warning a {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
.bg-primary {
  background-color: #37bc9b;
}
a.bg-primary:hover {
  background-color: #29a0cb;
}
.bg-success {
  background-color: #8cc152;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #3bafda;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #f6bb42;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #e9573f;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.bg-dark {
  background-color: #434a54;
}
a.bg-dark:hover {
  background-color: #434a54;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-success h1,
.bg-success h2,
.bg-success h3,
.bg-success h4,
.bg-success h5,
.bg-success h6,
.bg-info h1,
.bg-info h2,
.bg-info h3,
.bg-info h4,
.bg-info h5,
.bg-info h6,
.bg-danger h1,
.bg-danger h2,
.bg-danger h3,
.bg-danger h4,
.bg-danger h5,
.bg-danger h6,
.bg-warning h1,
.bg-warning h2,
.bg-warning h3,
.bg-warning h4,
.bg-warning h5,
.bg-warning h6,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: #fff;
}
.bg-primary .form-control,
.bg-success .form-control,
.bg-info .form-control,
.bg-danger .form-control,
.bg-warning .form-control,
.bg-dark .form-control {
  border: none;
}
.bg-primary .btn.btn-primary {
  background-color: #27a283;
  border-color: #27a283;
}
.bg-primary .btn.btn-primary:hover,
.bg-primary .btn.btn-primary:active,
.bg-primary .btn.btn-primary:focus {
  background-color: #1c9376;
  border-color: #1c9376;
}
.bg-success .btn.btn-success {
  background-color: #76ad3e;
  border-color: #76ad3e;
}
.bg-success .btn.btn-success:hover,
.bg-success .btn.btn-success:active,
.bg-success .btn.btn-success:focus {
  background-color: #679d2e;
  border-color: #679d2e;
}
.bg-info .btn.btn-info {
  background-color: #2998c1;
  border-color: #2998c1;
}
.bg-info .btn.btn-info:hover,
.bg-info .btn.btn-info:active,
.bg-info .btn.btn-info:focus {
  background-color: #1c86af;
  border-color: #1c86af;
}
.bg-danger .btn.btn-danger {
  background-color: #d1462c;
  border-color: #d1462c;
}
.bg-danger .btn.btn-danger:hover,
.bg-danger .btn.btn-danger:active,
.bg-danger .btn.btn-danger:focus {
  background-color: #c1361f;
  border-color: #c1361f;
}
.bg-warning .btn.btn-warning {
  background-color: #e0a52c;
  border-color: #e0a52c;
}
.bg-warning .btn.btn-warning:hover,
.bg-warning .btn.btn-warning:active,
.bg-warning .btn.btn-warning:focus {
  background-color: #cb8e12;
  border-color: #cb8e12;
}
.bg-primary .progress-bar-primary {
  background-color: #27a283;
}
.bg-success .progress-bar-success {
  background-color: #76ad3e;
}
.bg-info .progress-bar-info {
  background-color: #2998c1;
}
.bg-warning .progress-bar-warning {
  background-color: #e0a52c;
}
.bg-danger .progress-bar-danger {
  background-color: #d1462c;
}
.bg-primary hr {
  border-top-color: #27a283;
}
.bg-success hr {
  border-top-color: #76ad3e;
}
.bg-info hr {
  border-top-color: #2998c1;
}
.bg-warning hr {
  border-top-color: #e0a52c;
}
.bg-danger hr {
  border-top-color: #d1462c;
}
/* ----------------------------------------------------------------
 *  tiles
 * ----------------------------------------------------------------
 */
.tiles {
  padding: 15px;
  margin-bottom: 30px;
  background: #fff;
}
.tiles.rounded {
  border-radius: 8px;
}
.tiles.facebook-tile {
  color: #fff;
  background-color: #4b66a0;
}
.tiles.twitter-tile {
  color: #fff;
  background-color: #55acee;
}
.tiles.linkedin-tile {
  color: #fff;
  background-color: #0085ae;
}
.tiles.dribbble-tile {
  color: #fff;
  background-color: #e04c86;
}
.tiles.horizontal {
  padding: 0;
}
.tiles.horizontal:before,
.tiles.horizontal:after {
  content: " ";
  display: table;
}
.tiles.horizontal:after {
  clear: both;
}
.tiles.horizontal .icon {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 15px 0;
}
.tiles.horizontal .content {
  overflow: hidden;
  *zoom: 1;
  padding: 15px 10px;
  font-size: 20px;
  font-weight: 700;
}
.tiles a,
.tiles.horizontal .content a {
  color: #fff;
  text-decoration: none;
}
.tiles-information {
  overflow: hidden;
  position: relative;
}
.tiles-information .progress {
  margin: 20px -15px;
}
.tiles-information .tiles-inner {
  position: relative;
  z-index: 2;
}
.tiles-information .icon-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 100px;
  color: #fff;
  opacity: 0.08;
  filter: alpha(opacity=8);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.my-reminder .owl-controls {
  margin-top: 30px;
  text-align: center;
}
.my-reminder {
  padding-bottom: 30px;
}
.my-reminder .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 5px;
  background: #ea563c;
  border: 1px solid #ee7256;
}
.my-reminder .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
  background: #bb321c;
}
.tiles-carousel-color .item {
  position: relative;
  text-align: left;
  min-height: 250px;
}
.tiles-carousel .item {
  position: relative;
  text-align: left;
}
.tiles-carousel-color .item .des,
.tiles-carousel .item .des {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  position: absolute;
  color: #fff;
  z-index: 2;
}
.tiles-carousel-color .item .avatar-wrap {
  top: 5px;
  left: 5px;
  right: 5px;
  position: absolute;
  z-index: 2;
}
.tiles-carousel-color .item .avatar-wrap .media {
  padding: 20px 10px;
}
.tiles-carousel-color .item .avatar-wrap .avatar {
  width: 50px;
  height: 50px;
  position: relative;
}
.tiles-carousel .item .avatar {
  top: 30px;
  right: 20px;
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
}
.tiles-carousel-color .item .des a,
.tiles-carousel .item .des a {
  color: #fff;
  text-decoration: none;
}
.toast-title {
  font-weight: bold;
  font-family: open_sanssemibold;
  font-size: 20px;
  margin-bottom: 0.5em;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -khtml-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}
.toast-message a,
.toast-message label,
.toast-message a:hover {
  color: #666;
  text-decoration: none;
}
.toast-message > h1,
.toast-message h2 {
  margin-bottom: 0.5em;
}
.toast-message > h1 {
  font-size: 18px;
}
.toast-message > h2 {
  font-size: 15px;
}
.toast-message > p > img.left,
.toast-message a > img.left {
  float: left;
  margin-right: 15px;
}
.toast-message > p > img.right,
.toast-message a > img.right {
  float: right;
  margin-left: 15px;
}
.toast-message > p > b,
.toast-message a > b {
  font-weight: bold;
  font-family: open_sanssemibold;
}
.toast-message > p > button.left,
.toast-message > p > button.right {
  margin-top: 4px;
}
.toast-message > p > button.left {
  float: left;
  margin-right: 10px;
}
.toast-message > p > button.right {
  float: right;
  margin-left: 10px;
}
.toast-message > p > button.middle {
  float: none;
  margin-bottom: 2px;
}
.toast-message > p > button.smalltext,
.toast-message > p > button.small {
  height: 16px;
  font-size: 11px;
  padding: 0px 4px;
}
.toast-message > p > button.small {
  width: 24px;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 350px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  box-shadow: 0 0 12px #000000;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/* ----------------------------------------------------------------
 *  HELP-DIALOG (overwrite Info-Dialog)
 * ----------------------------------------------------------------
 */
#toast-container > .toast-info {
  background-color: #e0e0e0;
  color: #000000;
  width: 500px;
  overflow-y: scroll;
  max-height: 600px;
}
#toast-container > .toast-info {
  background-image: none !important;
}
#toast-container > .toast-info:before {
  color: black;
  font-family: FontAwesome;
  font-size: 24px;
  float: left;
  margin-left: -1em;
  content: "\f128";
  margin-top: -3px;
}
.bg-lightconflowerblue {
  background-color: #93ccea;
}
.bg-lightconflowerblue-lighten {
  background-color: #bee0f2;
}
.lightconflowerblue-border {
  border: 1px solid #93ccea;
}
.bg-lightconflowerblue-brighten {
  background-color: #bee0f2;
}
.bg-lightconflowerblue-brighten-lighten {
  background-color: #e8f4fb;
}
.lightconflowerblue-brighten-border {
  border: 1px solid #bee0f2;
}
.bg-darkpastelblue {
  background-color: #779ecb;
}
.bg-darkpastelblue-lighten {
  background-color: #9cb8d9;
}
.darkpastelblue-border {
  border: 1px solid #779ecb;
}
.bg-silverlakeblue {
  background-color: #5D89BA;
}
.bg-silverlakeblue-lighten {
  background-color: #81a3c9;
}
.silverlakeblue-border {
  border: 1px solid #5D89BA;
}
.bg-aero {
  background-color: #C9FFE5;
}
.bg-aero-lighten {
  background-color: #fcfffe;
}
.aero-border {
  border: 1px solid #C9FFE5;
}
.bg-glaucous {
  background-color: #6082b6;
}
.bg-glaucous-lighten {
  background-color: #839dc6;
}
.glaucous-border {
  border: 1px solid #6082b6;
}
.bg-uclablue {
  background-color: #536895;
}
.bg-uclablue-lighten {
  background-color: #6d82ae;
}
.uclablue-border {
  border: 1px solid #536895;
}
.bg-dodgerblue {
  background-color: #1E90FF;
}
.bg-dodgerblue-lighten {
  background-color: #51a9ff;
}
.dodgerblue-border {
  border: 1px solid #1E90FF;
}
.bg-print {
  background-color: #5BC0DE;
}
.bg-print-lighten {
  background-color: #85d0e7;
}
.print-border {
  border: 1px solid #5BC0DE;
}
.bg-olivegreen {
  background-color: #bab86c;
}
.bg-olivegreen-lighten {
  background-color: #cac98f;
}
.olivegreen-border {
  border: 1px solid #bab86c;
}
.bg-pistachio {
  background-color: #93c572;
}
.bg-pistachio-lighten {
  background-color: #afd496;
}
.pistachio-border {
  border: 1px solid #93c572;
}
.bg-mantis {
  background-color: #74c365;
}
.bg-mantis-lighten {
  background-color: #95d18a;
}
.mantis-border {
  border: 1px solid #74c365;
}
.bg-asparagus {
  background-color: #87a96b;
}
.bg-asparagus-lighten {
  background-color: #a1bc8b;
}
.asparagus-border {
  border: 1px solid #87a96b;
}
.bg-mossgreen {
  background-color: #8a9a5b;
}
.bg-mossgreen-lighten {
  background-color: #a2b078;
}
.mossgreen-border {
  border: 1px solid #8a9a5b;
}
.bg-excel {
  background-color: #217346;
}
.bg-excel-lighten {
  background-color: #2c9b5e;
}
.excel-border {
  border: 1px solid #217346;
}
.bg-lightfrenchbeige {
  background-color: #c8ad7f;
}
.bg-lightfrenchbeige-lighten {
  background-color: #d7c4a3;
}
.lightfrenchbeige-border {
  border: 1px solid #c8ad7f;
}
.bg-chamoisee {
  background-color: #a0785a;
}
.bg-chamoisee-lighten {
  background-color: #b49279;
}
.chamoisee-border {
  border: 1px solid #a0785a;
}
.bg-blastoffbronze {
  background-color: #a57164;
}
.bg-blastoffbronze-lighten {
  background-color: #b88f84;
}
.blastoffbronze-border {
  border: 1px solid #a57164;
}
.bg-darkchestnut {
  background-color: #986960;
}
.bg-darkchestnut-lighten {
  background-color: #ad857e;
}
.darkchestnut-border {
  border: 1px solid #986960;
}
.bg-pastelbrown {
  background-color: #836953;
}
.bg-pastelbrown-lighten {
  background-color: #a08269;
}
.pastelbrown-border {
  border: 1px solid #836953;
}
.bg-newyorkpink {
  background-color: #d7837f;
}
.bg-newyorkpink-lighten {
  background-color: #e3a9a6;
}
.newyorkpink-border {
  border: 1px solid #d7837f;
}
.bg-candypink {
  background-color: #e4717a;
}
.bg-candypink-lighten {
  background-color: #ec9ca2;
}
.candypink-border {
  border: 1px solid #e4717a;
}
.bg-rosegold {
  background-color: #b76e79;
}
.bg-rosegold-lighten {
  background-color: #c89098;
}
.rosegold-border {
  border: 1px solid #b76e79;
}
.bg-deeppuce {
  background-color: #a95c68;
}
.bg-deeppuce-lighten {
  background-color: #bb7d87;
}
.deeppuce-border {
  border: 1px solid #a95c68;
}
.bg-twilightlavender {
  background-color: #8a496b;
}
.bg-twilightlavender-lighten {
  background-color: #a95d85;
}
.twilightlavender-border {
  border: 1px solid #8a496b;
}
.bg-indianRed2 {
  background-color: #EE6363;
}
.bg-indianRed2-lighten {
  background-color: #f39191;
}
.indianRed2-border {
  border: 1px solid #EE6363;
}
.bg-peach {
  background-color: #ffe5b4;
}
.bg-peach-lighten {
  background-color: #fff7e7;
}
.peach-border {
  border: 1px solid #ffe5b4;
}
.bg-apricot {
  background-color: #fbceb1;
}
.bg-apricot-lighten {
  background-color: #fdece2;
}
.apricot-border {
  border: 1px solid #fbceb1;
}
.bg-peachorange {
  background-color: #ffcc99;
}
.bg-peachorange-lighten {
  background-color: #ffe6cc;
}
.peachorange-border {
  border: 1px solid #ffcc99;
}
.bg-darksalmon {
  background-color: #e9967a;
}
.bg-darksalmon-lighten {
  background-color: #f0b9a6;
}
.darksalmon-border {
  border: 1px solid #e9967a;
}
.bg-orange {
  background-color: #FFA500;
}
.bg-orange-lighten {
  background-color: #ffb733;
}
.orange-border {
  border: 1px solid #FFA500;
}
.bg-bisque2 {
  background-color: #EED5B7;
}
.bg-bisque2-lighten {
  background-color: #f8ede0;
}
.bisque2-border {
  border: 1px solid #EED5B7;
}
.bg-bisque3 {
  background-color: #CDB79E;
}
.bg-bisque3-lighten {
  background-color: #ded0c0;
}
.bisque3-border {
  border: 1px solid #CDB79E;
}
.bg-chocolate1 {
  background-color: #FF7F24;
}
.bg-chocolate1-lighten {
  background-color: #ff9d57;
}
.chocolate1-border {
  border: 1px solid #FF7F24;
}
.bg-clear {
  background-color: #ffdc73;
}
.bg-clear-lighten {
  background-color: #ffe9a6;
}
.clear-border {
  border: 1px solid #ffdc73;
}
.bg-azure2 {
  background-color: #E0EEEE;
}
.bg-azure2-lighten {
  background-color: #ffffff;
}
.azure2-border {
  border: 1px solid #E0EEEE;
}
.bg-azure3 {
  background-color: #C1CDCD;
}
.bg-azure3-lighten {
  background-color: #dde4e4;
}
.azure3-border {
  border: 1px solid #C1CDCD;
}
.bg-gray91 {
  background-color: #E8E8E8;
}
.bg-gray91-lighten {
  background-color: #ffffff;
}
.gray91-border {
  border: 1px solid #E8E8E8;
}
.bg-gray81 {
  background-color: #CFCFCF;
}
.bg-gray81-lighten {
  background-color: #e9e9e9;
}
.gray81-border {
  border: 1px solid #CFCFCF;
}
.bg-gray40 {
  background-color: #666666;
}
.bg-gray40-lighten {
  background-color: #808080;
}
.gray40-border {
  border: 1px solid #666666;
}
.bg-gray45 {
  background-color: #737373;
}
.bg-gray45-lighten {
  background-color: #8d8d8d;
}
.gray45-border {
  border: 1px solid #737373;
}
.bg-btntext {
  background-color: #ffffff;
}
.bg-btntext-lighten {
  background-color: #ffffff;
}
.btntext-border {
  border: 1px solid #ffffff;
}
/* ----------------------------------------------------------------
 *  panel-heading: buttons right
 * ----------------------------------------------------------------
 */
.panel-heading > div:first-of-type {
  display: inline-block;
  margin-top: 3px;
}
.panel-heading > div:nth-of-type(2) {
  float: right;
}
.panel-heading > div:nth-of-type(2) button:not(:first-child),
.panel-heading div:nth-of-type(2) div.tooltip-wrapper:not(:first-child) {
  margin-left: 5px;
}
.panel-heading > div.floatReset {
  clear: both;
}
/* ----------------------------------------------------------------
 *  Buttons without text
 * ----------------------------------------------------------------
 */
.btn-af-checkin,
.btn-af-checkout,
.btn-af-clear,
.btn-af-add,
.btn-af-add2,
.btn-af-remove,
.btn-af-expand,
.btn-af-expanded,
.btn-af-export-excel,
.btn-af-print,
.btn-af-save,
.btn-af-mapsshow,
.btn-af-mapshide,
.btn-af-calculator,
.btn-af-copy,
.btn-af-book,
.btn-af-printbill,
.btn-af-printdelivery,
.btn-af-printorder,
.btn-af-bookdelivery,
.btn-af-refresh,
.btn-af-toggleoff,
.btn-af-toggleon,
.btn-af-checkoff,
.btn-af-checkon,
.btn-af-fileimport,
.btn-af-fileexport,
.btn-af-webimport,
.btn-af-webexport,
.btn-af-sortNumericAsc,
.btn-af-envelope,
.btn-af-check-square,
.btn-af-edit,
.btn-af-cancel,
.btn-af-eye,
.btn-af-bookmark,
.btn-af-arrows-h,
.btn-af-cancelation,
.btn-af-500px,
.btn-af-adjust,
.btn-af-adn,
.btn-af-align-center,
.btn-af-align-justify,
.btn-af-align-left,
.btn-af-align-right,
.btn-af-amazon,
.btn-af-ambulance,
.btn-af-american-sign-language-interpreting,
.btn-af-anchor,
.btn-af-android,
.btn-af-angellist,
.btn-af-angle-double-down,
.btn-af-angle-double-left,
.btn-af-angle-double-right,
.btn-af-angle-double-up,
.btn-af-angle-down,
.btn-af-angle-left,
.btn-af-angle-right,
.btn-af-angle-up,
.btn-af-apple,
.btn-af-archive,
.btn-af-area-chart,
.btn-af-arrow-circle-down,
.btn-af-arrow-circle-left,
.btn-af-arrow-circle-o-down,
.btn-af-arrow-circle-o-left,
.btn-af-arrow-circle-o-right,
.btn-af-arrow-circle-o-up,
.btn-af-arrow-circle-right,
.btn-af-arrow-circle-up,
.btn-af-arrow-down,
.btn-af-arrow-left,
.btn-af-arrow-right,
.btn-af-arrow-up,
.btn-af-arrows,
.btn-af-arrows-alt,
.btn-af-arrows-h,
.btn-af-arrows-v,
.btn-af-asl-interpreting,
.btn-af-assistive-listening-systems,
.btn-af-asterisk,
.btn-af-at,
.btn-af-audio-description,
.btn-af-automobile,
.btn-af-backward,
.btn-af-balance-scale,
.btn-af-ban,
.btn-af-bank,
.btn-af-bar-chart,
.btn-af-bar-chart-o,
.btn-af-barcode,
.btn-af-bars,
.btn-af-battery-0,
.btn-af-battery-1,
.btn-af-battery-2,
.btn-af-battery-3,
.btn-af-battery-4,
.btn-af-battery-empty,
.btn-af-battery-full,
.btn-af-battery-half,
.btn-af-battery-quarter,
.btn-af-battery-three-quarters,
.btn-af-bed,
.btn-af-beer,
.btn-af-behance,
.btn-af-behance-square,
.btn-af-bell,
.btn-af-bell-o,
.btn-af-bell-slash,
.btn-af-bell-slash-o,
.btn-af-bicycle,
.btn-af-binoculars,
.btn-af-birthday-cake,
.btn-af-bitbucket,
.btn-af-bitbucket-square,
.btn-af-bitcoin,
.btn-af-black-tie,
.btn-af-blind,
.btn-af-bluetooth,
.btn-af-bluetooth-b,
.btn-af-bold,
.btn-af-bolt,
.btn-af-bomb,
.btn-af-book,
.btn-af-bookmark,
.btn-af-bookmark-o,
.btn-af-braille,
.btn-af-briefcase,
.btn-af-btc,
.btn-af-bug,
.btn-af-building,
.btn-af-building-o,
.btn-af-bullhorn,
.btn-af-bullseye,
.btn-af-bus,
.btn-af-buysellads,
.btn-af-cab,
.btn-af-calculator,
.btn-af-calendar,
.btn-af-calendar-check-o,
.btn-af-calendar-minus-o,
.btn-af-calendar-o,
.btn-af-calendar-plus-o,
.btn-af-calendar-times-o,
.btn-af-camera,
.btn-af-camera-retro,
.btn-af-car,
.btn-af-caret-down,
.btn-af-caret-left,
.btn-af-caret-right,
.btn-af-caret-square-o-down,
.btn-af-caret-square-o-left,
.btn-af-caret-square-o-right,
.btn-af-caret-square-o-up,
.btn-af-caret-up,
.btn-af-cart-arrow-down,
.btn-af-cart-plus,
.btn-af-cc,
.btn-af-cc-amex,
.btn-af-cc-diners-club,
.btn-af-cc-discover,
.btn-af-cc-jcb,
.btn-af-cc-mastercard,
.btn-af-cc-paypal,
.btn-af-cc-stripe,
.btn-af-cc-visa,
.btn-af-certificate,
.btn-af-chain,
.btn-af-chain-broken,
.btn-af-check,
.btn-af-check-circle,
.btn-af-check-circle-o,
.btn-af-check-square,
.btn-af-check-square-o,
.btn-af-chevron-circle-down,
.btn-af-chevron-circle-left,
.btn-af-chevron-circle-right,
.btn-af-chevron-circle-up,
.btn-af-chevron-down,
.btn-af-chevron-left,
.btn-af-chevron-right,
.btn-af-chevron-up,
.btn-af-child,
.btn-af-chrome,
.btn-af-circle,
.btn-af-circle-o,
.btn-af-circle-o-notch,
.btn-af-circle-thin,
.btn-af-clipboard,
.btn-af-clock-o,
.btn-af-clone,
.btn-af-close,
.btn-af-cloud,
.btn-af-cloud-download,
.btn-af-cloud-upload,
.btn-af-cny,
.btn-af-code,
.btn-af-code-fork,
.btn-af-codepen,
.btn-af-codiepie,
.btn-af-coffee,
.btn-af-cog,
.btn-af-cogs,
.btn-af-columns,
.btn-af-comment,
.btn-af-comment-o,
.btn-af-commenting,
.btn-af-commenting-o,
.btn-af-comments,
.btn-af-comments-o,
.btn-af-compass,
.btn-af-compress,
.btn-af-connectdevelop,
.btn-af-contao,
.btn-af-copy,
.btn-af-copyright,
.btn-af-creative-commons,
.btn-af-credit-card,
.btn-af-credit-card-alt,
.btn-af-crop,
.btn-af-crosshairs,
.btn-af-css3,
.btn-af-cube,
.btn-af-cubes,
.btn-af-cut,
.btn-af-cutlery,
.btn-af-dashboard,
.btn-af-dashcube,
.btn-af-database,
.btn-af-deaf,
.btn-af-deafness,
.btn-af-dedent,
.btn-af-delicious,
.btn-af-desktop,
.btn-af-deviantart,
.btn-af-diamond,
.btn-af-digg,
.btn-af-dollar,
.btn-af-dot-circle-o,
.btn-af-download,
.btn-af-dribbble,
.btn-af-dropbox,
.btn-af-drupal,
.btn-af-edge,
.btn-af-edit,
.btn-af-eject,
.btn-af-ellipsis-h,
.btn-af-ellipsis-v,
.btn-af-empire,
.btn-af-envelope,
.btn-af-envelope-o,
.btn-af-envelope-square,
.btn-af-envira,
.btn-af-eraser,
.btn-af-eur,
.btn-af-euro,
.btn-af-exchange,
.btn-af-exclamation,
.btn-af-exclamation-circle,
.btn-af-exclamation-triangle,
.btn-af-expand,
.btn-af-expeditedssl,
.btn-af-external-link,
.btn-af-external-link-square,
.btn-af-eye,
.btn-af-eye-slash,
.btn-af-eyedropper,
.btn-af-fa,
.btn-af-facebook,
.btn-af-facebook-f,
.btn-af-facebook-official,
.btn-af-facebook-square,
.btn-af-fast-backward,
.btn-af-fast-forward,
.btn-af-fax,
.btn-af-feed,
.btn-af-female,
.btn-af-fighter-jet,
.btn-af-file,
.btn-af-file-archive-o,
.btn-af-file-audio-o,
.btn-af-file-code-o,
.btn-af-file-excel-o,
.btn-af-file-image-o,
.btn-af-file-movie-o,
.btn-af-file-o,
.btn-af-file-pdf-o,
.btn-af-file-photo-o,
.btn-af-file-picture-o,
.btn-af-file-powerpoint-o,
.btn-af-file-sound-o,
.btn-af-file-text,
.btn-af-file-text-o,
.btn-af-file-video-o,
.btn-af-file-word-o,
.btn-af-file-zip-o,
.btn-af-files-o,
.btn-af-film,
.btn-af-filter,
.btn-af-fire,
.btn-af-fire-extinguisher,
.btn-af-firefox,
.btn-af-first-order,
.btn-af-flag,
.btn-af-flag-checkered,
.btn-af-flag-o,
.btn-af-flash,
.btn-af-flask,
.btn-af-flickr,
.btn-af-floppy-o,
.btn-af-folder,
.btn-af-folder-o,
.btn-af-folder-open,
.btn-af-folder-open-o,
.btn-af-font,
.btn-af-font-awesome,
.btn-af-fonticons,
.btn-af-fort-awesome,
.btn-af-forumbee,
.btn-af-forward,
.btn-af-foursquare,
.btn-af-frown-o,
.btn-af-futbol-o,
.btn-af-gamepad,
.btn-af-gavel,
.btn-af-gbp,
.btn-af-ge,
.btn-af-gear,
.btn-af-gears,
.btn-af-genderless,
.btn-af-get-pocket,
.btn-af-gg,
.btn-af-gg-circle,
.btn-af-gift,
.btn-af-git,
.btn-af-git-square,
.btn-af-github,
.btn-af-github-alt,
.btn-af-github-square,
.btn-af-gitlab,
.btn-af-gittip,
.btn-af-glass,
.btn-af-glide,
.btn-af-glide-g,
.btn-af-globe,
.btn-af-google,
.btn-af-google-plus,
.btn-af-google-plus-circle,
.btn-af-google-plus-official,
.btn-af-google-plus-square,
.btn-af-google-wallet,
.btn-af-graduation-cap,
.btn-af-gratipay,
.btn-af-group,
.btn-af-h-square,
.btn-af-hacker-news,
.btn-af-hand-grab-o,
.btn-af-hand-lizard-o,
.btn-af-hand-o-down,
.btn-af-hand-o-left,
.btn-af-hand-o-right,
.btn-af-hand-o-up,
.btn-af-hand-paper-o,
.btn-af-hand-peace-o,
.btn-af-hand-pointer-o,
.btn-af-hand-rock-o,
.btn-af-hand-scissors-o,
.btn-af-hand-spock-o,
.btn-af-hand-stop-o,
.btn-af-hard-of-hearing,
.btn-af-hashtag,
.btn-af-hdd-o,
.btn-af-header,
.btn-af-headphones,
.btn-af-heart,
.btn-af-heart-o,
.btn-af-heartbeat,
.btn-af-history,
.btn-af-home,
.btn-af-hospital-o,
.btn-af-hotel,
.btn-af-hourglass,
.btn-af-hourglass-1,
.btn-af-hourglass-2,
.btn-af-hourglass-3,
.btn-af-hourglass-end,
.btn-af-hourglass-half,
.btn-af-hourglass-o,
.btn-af-hourglass-start,
.btn-af-houzz,
.btn-af-html5,
.btn-af-i-cursor,
.btn-af-ils,
.btn-af-image,
.btn-af-inbox,
.btn-af-indent,
.btn-af-industry,
.btn-af-info,
.btn-af-info-circle,
.btn-af-inr,
.btn-af-instagram,
.btn-af-institution,
.btn-af-internet-explorer,
.btn-af-intersex,
.btn-af-ioxhost,
.btn-af-italic,
.btn-af-joomla,
.btn-af-jpy,
.btn-af-jsfiddle,
.btn-af-key,
.btn-af-keyboard-o,
.btn-af-krw,
.btn-af-language,
.btn-af-laptop,
.btn-af-lastfm,
.btn-af-lastfm-square,
.btn-af-leaf,
.btn-af-leanpub,
.btn-af-legal,
.btn-af-lemon-o,
.btn-af-level-down,
.btn-af-level-up,
.btn-af-life-bouy,
.btn-af-life-buoy,
.btn-af-life-ring,
.btn-af-life-saver,
.btn-af-lightbulb-o,
.btn-af-line-chart,
.btn-af-link,
.btn-af-linkedin,
.btn-af-linkedin-square,
.btn-af-linux,
.btn-af-list,
.btn-af-list-alt,
.btn-af-list-ol,
.btn-af-list-ul,
.btn-af-location-arrow,
.btn-af-lock,
.btn-af-long-arrow-down,
.btn-af-long-arrow-left,
.btn-af-long-arrow-right,
.btn-af-long-arrow-up,
.btn-af-low-vision,
.btn-af-magic,
.btn-af-magnet,
.btn-af-mail-forward,
.btn-af-mail-reply,
.btn-af-mail-reply-all,
.btn-af-male,
.btn-af-map,
.btn-af-map-marker,
.btn-af-map-o,
.btn-af-map-pin,
.btn-af-map-signs,
.btn-af-mars,
.btn-af-mars-double,
.btn-af-mars-stroke,
.btn-af-mars-stroke-h,
.btn-af-mars-stroke-v,
.btn-af-maxcdn,
.btn-af-meanpath,
.btn-af-medium,
.btn-af-medkit,
.btn-af-meh-o,
.btn-af-mercury,
.btn-af-microphone,
.btn-af-microphone-slash,
.btn-af-minus,
.btn-af-minus-circle,
.btn-af-minus-square,
.btn-af-minus-square-o,
.btn-af-mixcloud,
.btn-af-mobile,
.btn-af-mobile-phone,
.btn-af-modx,
.btn-af-money,
.btn-af-moon-o,
.btn-af-mortar-board,
.btn-af-motorcycle,
.btn-af-mouse-pointer,
.btn-af-music,
.btn-af-navicon,
.btn-af-neuter,
.btn-af-newspaper-o,
.btn-af-object-group,
.btn-af-object-ungroup,
.btn-af-odnoklassniki,
.btn-af-odnoklassniki-square,
.btn-af-opencart,
.btn-af-openid,
.btn-af-opera,
.btn-af-optin-monster,
.btn-af-outdent,
.btn-af-pagelines,
.btn-af-paint-brush,
.btn-af-paper-plane,
.btn-af-paper-plane-o,
.btn-af-paperclip,
.btn-af-paragraph,
.btn-af-paste,
.btn-af-pause,
.btn-af-pause-circle,
.btn-af-pause-circle-o,
.btn-af-paw,
.btn-af-paypal,
.btn-af-pencil,
.btn-af-pencil-square,
.btn-af-pencil-square-o,
.btn-af-percent,
.btn-af-phone,
.btn-af-phone-square,
.btn-af-photo,
.btn-af-picture-o,
.btn-af-pie-chart,
.btn-af-pied-piper,
.btn-af-pied-piper-alt,
.btn-af-pied-piper-pp,
.btn-af-pinterest,
.btn-af-pinterest-p,
.btn-af-pinterest-square,
.btn-af-plane,
.btn-af-play,
.btn-af-play-circle,
.btn-af-play-circle-o,
.btn-af-plug,
.btn-af-plus,
.btn-af-plus-circle,
.btn-af-plus-square,
.btn-af-plus-square-o,
.btn-af-power-off,
.btn-af-print,
.btn-af-product-hunt,
.btn-af-puzzle-piece,
.btn-af-qq,
.btn-af-qrcode,
.btn-af-question,
.btn-af-question-circle,
.btn-af-question-circle-o,
.btn-af-quote-left,
.btn-af-quote-right,
.btn-af-ra,
.btn-af-random,
.btn-af-rebel,
.btn-af-recycle,
.btn-af-reddit,
.btn-af-reddit-alien,
.btn-af-reddit-square,
.btn-af-refresh,
.btn-af-registered,
.btn-af-remove,
.btn-af-renren,
.btn-af-reorder,
.btn-af-repeat,
.btn-af-reply,
.btn-af-reply-all,
.btn-af-resistance,
.btn-af-retweet,
.btn-af-rmb,
.btn-af-road,
.btn-af-rocket,
.btn-af-rotate-left,
.btn-af-rotate-right,
.btn-af-rouble,
.btn-af-rss,
.btn-af-rss-square,
.btn-af-rub,
.btn-af-ruble,
.btn-af-rupee,
.btn-af-safari,
.btn-af-save,
.btn-af-scissors,
.btn-af-scribd,
.btn-af-search,
.btn-af-search-minus,
.btn-af-search-plus,
.btn-af-sellsy,
.btn-af-send,
.btn-af-send-o,
.btn-af-server,
.btn-af-share,
.btn-af-share-alt,
.btn-af-share-alt-square,
.btn-af-share-square,
.btn-af-share-square-o,
.btn-af-shekel,
.btn-af-sheqel,
.btn-af-shield,
.btn-af-ship,
.btn-af-shirtsinbulk,
.btn-af-shopping-bag,
.btn-af-shopping-basket,
.btn-af-shopping-cart,
.btn-af-sign-in,
.btn-af-sign-language,
.btn-af-sign-out,
.btn-af-signal,
.btn-af-signing,
.btn-af-simplybuilt,
.btn-af-sitemap,
.btn-af-skyatlas,
.btn-af-skype,
.btn-af-slack,
.btn-af-sliders,
.btn-af-slideshare,
.btn-af-smile-o,
.btn-af-snapchat,
.btn-af-snapchat-ghost,
.btn-af-snapchat-square,
.btn-af-soccer-ball-o,
.btn-af-sort,
.btn-af-sort-alpha-asc,
.btn-af-sort-alpha-desc,
.btn-af-sort-amount-asc,
.btn-af-sort-amount-desc,
.btn-af-sort-asc,
.btn-af-sort-desc,
.btn-af-sort-down,
.btn-af-sort-numeric-asc,
.btn-af-sort-numeric-desc,
.btn-af-sort-up,
.btn-af-soundcloud,
.btn-af-space-shuttle,
.btn-af-spinner,
.btn-af-spoon,
.btn-af-spotify,
.btn-af-square,
.btn-af-square-o,
.btn-af-stack-exchange,
.btn-af-stack-overflow,
.btn-af-star,
.btn-af-star-half,
.btn-af-star-half-empty,
.btn-af-star-half-full,
.btn-af-star-half-o,
.btn-af-star-o,
.btn-af-steam,
.btn-af-steam-square,
.btn-af-step-backward,
.btn-af-step-forward,
.btn-af-stethoscope,
.btn-af-sticky-note,
.btn-af-sticky-note-o,
.btn-af-stop,
.btn-af-stop-circle,
.btn-af-stop-circle-o,
.btn-af-street-view,
.btn-af-strikethrough,
.btn-af-stumbleupon,
.btn-af-stumbleupon-circle,
.btn-af-subscript,
.btn-af-subway,
.btn-af-suitcase,
.btn-af-sun-o,
.btn-af-superscript,
.btn-af-support,
.btn-af-table,
.btn-af-tablet,
.btn-af-tachometer,
.btn-af-tag,
.btn-af-tags,
.btn-af-tasks,
.btn-af-taxi,
.btn-af-television,
.btn-af-tencent-weibo,
.btn-af-terminal,
.btn-af-text-height,
.btn-af-text-width,
.btn-af-th,
.btn-af-th-large,
.btn-af-th-list,
.btn-af-themeisle,
.btn-af-thumb-tack,
.btn-af-thumbs-down,
.btn-af-thumbs-o-down,
.btn-af-thumbs-o-up,
.btn-af-thumbs-up,
.btn-af-ticket,
.btn-af-times,
.btn-af-times-circle,
.btn-af-times-circle-o,
.btn-af-tint,
.btn-af-toggle-down,
.btn-af-toggle-left,
.btn-af-toggle-off,
.btn-af-toggle-on,
.btn-af-toggle-right,
.btn-af-toggle-up,
.btn-af-trademark,
.btn-af-train,
.btn-af-transgender,
.btn-af-transgender-alt,
.btn-af-trash,
.btn-af-trash-o,
.btn-af-tree,
.btn-af-trello,
.btn-af-tripadvisor,
.btn-af-trophy,
.btn-af-truck,
.btn-af-try,
.btn-af-tty,
.btn-af-tumblr,
.btn-af-tumblr-square,
.btn-af-turkish-lira,
.btn-af-tv,
.btn-af-twitch,
.btn-af-twitter,
.btn-af-twitter-square,
.btn-af-umbrella,
.btn-af-underline,
.btn-af-undo,
.btn-af-universal-access,
.btn-af-university,
.btn-af-unlink,
.btn-af-unlock,
.btn-af-unlock-alt,
.btn-af-unsorted,
.btn-af-upload,
.btn-af-usb,
.btn-af-usd,
.btn-af-user,
.btn-af-user-md,
.btn-af-user-plus,
.btn-af-user-secret,
.btn-af-user-times,
.btn-af-users,
.btn-af-venus,
.btn-af-venus-double,
.btn-af-venus-mars,
.btn-af-viacoin,
.btn-af-viadeo,
.btn-af-viadeo-square,
.btn-af-video-camera,
.btn-af-vimeo,
.btn-af-vimeo-square,
.btn-af-vine,
.btn-af-vk,
.btn-af-volume-control-phone,
.btn-af-volume-down,
.btn-af-volume-off,
.btn-af-volume-up,
.btn-af-warning,
.btn-af-wechat,
.btn-af-weibo,
.btn-af-weixin,
.btn-af-whatsapp,
.btn-af-wheelchair,
.btn-af-wheelchair-alt,
.btn-af-wifi,
.btn-af-wikipedia-w,
.btn-af-windows,
.btn-af-won,
.btn-af-wordpress,
.btn-af-wpbeginner,
.btn-af-wpforms,
.btn-af-wrench,
.btn-af-xing,
.btn-af-xing-square,
.btn-af-y-combinator,
.btn-af-y-combinator-square,
.btn-af-yahoo,
.btn-af-yc,
.btn-af-yc-square,
.btn-af-yelp,
.btn-af-yen,
.btn-af-yoast,
.btn-af-youtube,
.btn-af-youtube-play,
.btn-af-youtube-square {
  display: inline-block;
  width: 40px;
  height: 24px;
  border: 1px solid transparent;
  font-family: FontAwesome !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0px;
  -moz-user-select: none;
}
.btn-af-checkin.disabled,
.btn-af-checkin[disabled],
.btn-af-checkout.disabled,
.btn-af-checkout[disabled],
.btn-af-clear.disabled,
.btn-af-clear[disabled],
.btn-af-add.disabled,
.btn-af-add[disabled],
.btn-af-add2.disabled,
.btn-af-add2[disabled],
.btn-af-remove.disabled,
.btn-af-remove[disabled],
.btn-af-expand.disabled,
.btn-af-expand[disabled],
.btn-af-expanded.disabled,
.btn-af-expanded[disabled],
.btn-af-export-excel.disabled,
.btn-af-export-excel[disabled],
.btn-af-print.disabled,
.btn-af-print[disabled],
.btn-af-save.disabled,
.btn-af-save[disabled],
.btn-af-mapsshow.disabled,
.btn-af-mapsshow[disabled],
.btn-af-mapshide.disabled,
.btn-af-mapshide[disabled],
.btn-af-calculator.disabled,
.btn-af-calculator[disabled],
.btn-af-copy.disabled,
.btn-af-copy[disabled],
.btn-af-book.disabled,
.btn-af-book[disabled],
.btn-af-printbill.disabled,
.btn-af-printbill[disabled],
.btn-af-printdelivery.disabled,
.btn-af-printdelivery[disabled],
.btn-af-printorder.disabled,
.btn-af-printorder[disabled],
.btn-af-bookdelivery.disabled,
.btn-af-bookdelivery[disabled],
.btn-af-refresh.disabled,
.btn-af-refresh[disabled],
.btn-af-toggleoff.disabled,
.btn-af-toggleoff[disabled],
.btn-af-toggleon.disabled,
.btn-af-toggleon[disabled],
.btn-af-checkoff.disabled,
.btn-af-checkoff[disabled],
.btn-af-checkon.disabled,
.btn-af-checkon[disabled],
.btn-af-fileimport.disabled,
.btn-af-fileimport[disabled],
.btn-af-fileexport.disabled,
.btn-af-fileexport[disabled],
.btn-af-webimport.disabled,
.btn-af-webimport[disabled],
.btn-af-webexport.disabled,
.btn-af-webexport[disabled],
.btn-af-sortNumericAsc.disabled,
.btn-af-sortNumericAsc[disabled],
.btn-af-envelope.disabled,
.btn-af-envelope[disabled],
.btn-af-check-square.disabled,
.btn-af-check-square[disabled],
.btn-af-edit.disabled,
.btn-af-edit[disabled],
.btn-af-cancel.disabled,
.btn-af-cancel[disabled],
.btn-af-eye.disabled,
.btn-af-eye[disabled],
.btn-af-bookmark.disabled,
.btn-af-bookmark[disabled],
.btn-af-arrows-h.disabled,
.btn-af-arrows-h[disabled],
.btn-af-cancelation.disabled,
.btn-af-cancelation[disabled],
.btn-af-500px.disabled,
.btn-af-500px[disabled],
.btn-af-adjust.disabled,
.btn-af-adjust[disabled],
.btn-af-adn.disabled,
.btn-af-adn[disabled],
.btn-af-align-center.disabled,
.btn-af-align-center[disabled],
.btn-af-align-justify.disabled,
.btn-af-align-justify[disabled],
.btn-af-align-left.disabled,
.btn-af-align-left[disabled],
.btn-af-align-right.disabled,
.btn-af-align-right[disabled],
.btn-af-amazon.disabled,
.btn-af-amazon[disabled],
.btn-af-ambulance.disabled,
.btn-af-ambulance[disabled],
.btn-af-american-sign-language-interpreting.disabled,
.btn-af-american-sign-language-interpreting[disabled],
.btn-af-anchor.disabled,
.btn-af-anchor[disabled],
.btn-af-android.disabled,
.btn-af-android[disabled],
.btn-af-angellist.disabled,
.btn-af-angellist[disabled],
.btn-af-angle-double-down.disabled,
.btn-af-angle-double-down[disabled],
.btn-af-angle-double-left.disabled,
.btn-af-angle-double-left[disabled],
.btn-af-angle-double-right.disabled,
.btn-af-angle-double-right[disabled],
.btn-af-angle-double-up.disabled,
.btn-af-angle-double-up[disabled],
.btn-af-angle-down.disabled,
.btn-af-angle-down[disabled],
.btn-af-angle-left.disabled,
.btn-af-angle-left[disabled],
.btn-af-angle-right.disabled,
.btn-af-angle-right[disabled],
.btn-af-angle-up.disabled,
.btn-af-angle-up[disabled],
.btn-af-apple.disabled,
.btn-af-apple[disabled],
.btn-af-archive.disabled,
.btn-af-archive[disabled],
.btn-af-area-chart.disabled,
.btn-af-area-chart[disabled],
.btn-af-arrow-circle-down.disabled,
.btn-af-arrow-circle-down[disabled],
.btn-af-arrow-circle-left.disabled,
.btn-af-arrow-circle-left[disabled],
.btn-af-arrow-circle-o-down.disabled,
.btn-af-arrow-circle-o-down[disabled],
.btn-af-arrow-circle-o-left.disabled,
.btn-af-arrow-circle-o-left[disabled],
.btn-af-arrow-circle-o-right.disabled,
.btn-af-arrow-circle-o-right[disabled],
.btn-af-arrow-circle-o-up.disabled,
.btn-af-arrow-circle-o-up[disabled],
.btn-af-arrow-circle-right.disabled,
.btn-af-arrow-circle-right[disabled],
.btn-af-arrow-circle-up.disabled,
.btn-af-arrow-circle-up[disabled],
.btn-af-arrow-down.disabled,
.btn-af-arrow-down[disabled],
.btn-af-arrow-left.disabled,
.btn-af-arrow-left[disabled],
.btn-af-arrow-right.disabled,
.btn-af-arrow-right[disabled],
.btn-af-arrow-up.disabled,
.btn-af-arrow-up[disabled],
.btn-af-arrows.disabled,
.btn-af-arrows[disabled],
.btn-af-arrows-alt.disabled,
.btn-af-arrows-alt[disabled],
.btn-af-arrows-h.disabled,
.btn-af-arrows-h[disabled],
.btn-af-arrows-v.disabled,
.btn-af-arrows-v[disabled],
.btn-af-asl-interpreting.disabled,
.btn-af-asl-interpreting[disabled],
.btn-af-assistive-listening-systems.disabled,
.btn-af-assistive-listening-systems[disabled],
.btn-af-asterisk.disabled,
.btn-af-asterisk[disabled],
.btn-af-at.disabled,
.btn-af-at[disabled],
.btn-af-audio-description.disabled,
.btn-af-audio-description[disabled],
.btn-af-automobile.disabled,
.btn-af-automobile[disabled],
.btn-af-backward.disabled,
.btn-af-backward[disabled],
.btn-af-balance-scale.disabled,
.btn-af-balance-scale[disabled],
.btn-af-ban.disabled,
.btn-af-ban[disabled],
.btn-af-bank.disabled,
.btn-af-bank[disabled],
.btn-af-bar-chart.disabled,
.btn-af-bar-chart[disabled],
.btn-af-bar-chart-o.disabled,
.btn-af-bar-chart-o[disabled],
.btn-af-barcode.disabled,
.btn-af-barcode[disabled],
.btn-af-bars.disabled,
.btn-af-bars[disabled],
.btn-af-battery-0.disabled,
.btn-af-battery-0[disabled],
.btn-af-battery-1.disabled,
.btn-af-battery-1[disabled],
.btn-af-battery-2.disabled,
.btn-af-battery-2[disabled],
.btn-af-battery-3.disabled,
.btn-af-battery-3[disabled],
.btn-af-battery-4.disabled,
.btn-af-battery-4[disabled],
.btn-af-battery-empty.disabled,
.btn-af-battery-empty[disabled],
.btn-af-battery-full.disabled,
.btn-af-battery-full[disabled],
.btn-af-battery-half.disabled,
.btn-af-battery-half[disabled],
.btn-af-battery-quarter.disabled,
.btn-af-battery-quarter[disabled],
.btn-af-battery-three-quarters.disabled,
.btn-af-battery-three-quarters[disabled],
.btn-af-bed.disabled,
.btn-af-bed[disabled],
.btn-af-beer.disabled,
.btn-af-beer[disabled],
.btn-af-behance.disabled,
.btn-af-behance[disabled],
.btn-af-behance-square.disabled,
.btn-af-behance-square[disabled],
.btn-af-bell.disabled,
.btn-af-bell[disabled],
.btn-af-bell-o.disabled,
.btn-af-bell-o[disabled],
.btn-af-bell-slash.disabled,
.btn-af-bell-slash[disabled],
.btn-af-bell-slash-o.disabled,
.btn-af-bell-slash-o[disabled],
.btn-af-bicycle.disabled,
.btn-af-bicycle[disabled],
.btn-af-binoculars.disabled,
.btn-af-binoculars[disabled],
.btn-af-birthday-cake.disabled,
.btn-af-birthday-cake[disabled],
.btn-af-bitbucket.disabled,
.btn-af-bitbucket[disabled],
.btn-af-bitbucket-square.disabled,
.btn-af-bitbucket-square[disabled],
.btn-af-bitcoin.disabled,
.btn-af-bitcoin[disabled],
.btn-af-black-tie.disabled,
.btn-af-black-tie[disabled],
.btn-af-blind.disabled,
.btn-af-blind[disabled],
.btn-af-bluetooth.disabled,
.btn-af-bluetooth[disabled],
.btn-af-bluetooth-b.disabled,
.btn-af-bluetooth-b[disabled],
.btn-af-bold.disabled,
.btn-af-bold[disabled],
.btn-af-bolt.disabled,
.btn-af-bolt[disabled],
.btn-af-bomb.disabled,
.btn-af-bomb[disabled],
.btn-af-book.disabled,
.btn-af-book[disabled],
.btn-af-bookmark.disabled,
.btn-af-bookmark[disabled],
.btn-af-bookmark-o.disabled,
.btn-af-bookmark-o[disabled],
.btn-af-braille.disabled,
.btn-af-braille[disabled],
.btn-af-briefcase.disabled,
.btn-af-briefcase[disabled],
.btn-af-btc.disabled,
.btn-af-btc[disabled],
.btn-af-bug.disabled,
.btn-af-bug[disabled],
.btn-af-building.disabled,
.btn-af-building[disabled],
.btn-af-building-o.disabled,
.btn-af-building-o[disabled],
.btn-af-bullhorn.disabled,
.btn-af-bullhorn[disabled],
.btn-af-bullseye.disabled,
.btn-af-bullseye[disabled],
.btn-af-bus.disabled,
.btn-af-bus[disabled],
.btn-af-buysellads.disabled,
.btn-af-buysellads[disabled],
.btn-af-cab.disabled,
.btn-af-cab[disabled],
.btn-af-calculator.disabled,
.btn-af-calculator[disabled],
.btn-af-calendar.disabled,
.btn-af-calendar[disabled],
.btn-af-calendar-check-o.disabled,
.btn-af-calendar-check-o[disabled],
.btn-af-calendar-minus-o.disabled,
.btn-af-calendar-minus-o[disabled],
.btn-af-calendar-o.disabled,
.btn-af-calendar-o[disabled],
.btn-af-calendar-plus-o.disabled,
.btn-af-calendar-plus-o[disabled],
.btn-af-calendar-times-o.disabled,
.btn-af-calendar-times-o[disabled],
.btn-af-camera.disabled,
.btn-af-camera[disabled],
.btn-af-camera-retro.disabled,
.btn-af-camera-retro[disabled],
.btn-af-car.disabled,
.btn-af-car[disabled],
.btn-af-caret-down.disabled,
.btn-af-caret-down[disabled],
.btn-af-caret-left.disabled,
.btn-af-caret-left[disabled],
.btn-af-caret-right.disabled,
.btn-af-caret-right[disabled],
.btn-af-caret-square-o-down.disabled,
.btn-af-caret-square-o-down[disabled],
.btn-af-caret-square-o-left.disabled,
.btn-af-caret-square-o-left[disabled],
.btn-af-caret-square-o-right.disabled,
.btn-af-caret-square-o-right[disabled],
.btn-af-caret-square-o-up.disabled,
.btn-af-caret-square-o-up[disabled],
.btn-af-caret-up.disabled,
.btn-af-caret-up[disabled],
.btn-af-cart-arrow-down.disabled,
.btn-af-cart-arrow-down[disabled],
.btn-af-cart-plus.disabled,
.btn-af-cart-plus[disabled],
.btn-af-cc.disabled,
.btn-af-cc[disabled],
.btn-af-cc-amex.disabled,
.btn-af-cc-amex[disabled],
.btn-af-cc-diners-club.disabled,
.btn-af-cc-diners-club[disabled],
.btn-af-cc-discover.disabled,
.btn-af-cc-discover[disabled],
.btn-af-cc-jcb.disabled,
.btn-af-cc-jcb[disabled],
.btn-af-cc-mastercard.disabled,
.btn-af-cc-mastercard[disabled],
.btn-af-cc-paypal.disabled,
.btn-af-cc-paypal[disabled],
.btn-af-cc-stripe.disabled,
.btn-af-cc-stripe[disabled],
.btn-af-cc-visa.disabled,
.btn-af-cc-visa[disabled],
.btn-af-certificate.disabled,
.btn-af-certificate[disabled],
.btn-af-chain.disabled,
.btn-af-chain[disabled],
.btn-af-chain-broken.disabled,
.btn-af-chain-broken[disabled],
.btn-af-check.disabled,
.btn-af-check[disabled],
.btn-af-check-circle.disabled,
.btn-af-check-circle[disabled],
.btn-af-check-circle-o.disabled,
.btn-af-check-circle-o[disabled],
.btn-af-check-square.disabled,
.btn-af-check-square[disabled],
.btn-af-check-square-o.disabled,
.btn-af-check-square-o[disabled],
.btn-af-chevron-circle-down.disabled,
.btn-af-chevron-circle-down[disabled],
.btn-af-chevron-circle-left.disabled,
.btn-af-chevron-circle-left[disabled],
.btn-af-chevron-circle-right.disabled,
.btn-af-chevron-circle-right[disabled],
.btn-af-chevron-circle-up.disabled,
.btn-af-chevron-circle-up[disabled],
.btn-af-chevron-down.disabled,
.btn-af-chevron-down[disabled],
.btn-af-chevron-left.disabled,
.btn-af-chevron-left[disabled],
.btn-af-chevron-right.disabled,
.btn-af-chevron-right[disabled],
.btn-af-chevron-up.disabled,
.btn-af-chevron-up[disabled],
.btn-af-child.disabled,
.btn-af-child[disabled],
.btn-af-chrome.disabled,
.btn-af-chrome[disabled],
.btn-af-circle.disabled,
.btn-af-circle[disabled],
.btn-af-circle-o.disabled,
.btn-af-circle-o[disabled],
.btn-af-circle-o-notch.disabled,
.btn-af-circle-o-notch[disabled],
.btn-af-circle-thin.disabled,
.btn-af-circle-thin[disabled],
.btn-af-clipboard.disabled,
.btn-af-clipboard[disabled],
.btn-af-clock-o.disabled,
.btn-af-clock-o[disabled],
.btn-af-clone.disabled,
.btn-af-clone[disabled],
.btn-af-close.disabled,
.btn-af-close[disabled],
.btn-af-cloud.disabled,
.btn-af-cloud[disabled],
.btn-af-cloud-download.disabled,
.btn-af-cloud-download[disabled],
.btn-af-cloud-upload.disabled,
.btn-af-cloud-upload[disabled],
.btn-af-cny.disabled,
.btn-af-cny[disabled],
.btn-af-code.disabled,
.btn-af-code[disabled],
.btn-af-code-fork.disabled,
.btn-af-code-fork[disabled],
.btn-af-codepen.disabled,
.btn-af-codepen[disabled],
.btn-af-codiepie.disabled,
.btn-af-codiepie[disabled],
.btn-af-coffee.disabled,
.btn-af-coffee[disabled],
.btn-af-cog.disabled,
.btn-af-cog[disabled],
.btn-af-cogs.disabled,
.btn-af-cogs[disabled],
.btn-af-columns.disabled,
.btn-af-columns[disabled],
.btn-af-comment.disabled,
.btn-af-comment[disabled],
.btn-af-comment-o.disabled,
.btn-af-comment-o[disabled],
.btn-af-commenting.disabled,
.btn-af-commenting[disabled],
.btn-af-commenting-o.disabled,
.btn-af-commenting-o[disabled],
.btn-af-comments.disabled,
.btn-af-comments[disabled],
.btn-af-comments-o.disabled,
.btn-af-comments-o[disabled],
.btn-af-compass.disabled,
.btn-af-compass[disabled],
.btn-af-compress.disabled,
.btn-af-compress[disabled],
.btn-af-connectdevelop.disabled,
.btn-af-connectdevelop[disabled],
.btn-af-contao.disabled,
.btn-af-contao[disabled],
.btn-af-copy.disabled,
.btn-af-copy[disabled],
.btn-af-copyright.disabled,
.btn-af-copyright[disabled],
.btn-af-creative-commons.disabled,
.btn-af-creative-commons[disabled],
.btn-af-credit-card.disabled,
.btn-af-credit-card[disabled],
.btn-af-credit-card-alt.disabled,
.btn-af-credit-card-alt[disabled],
.btn-af-crop.disabled,
.btn-af-crop[disabled],
.btn-af-crosshairs.disabled,
.btn-af-crosshairs[disabled],
.btn-af-css3.disabled,
.btn-af-css3[disabled],
.btn-af-cube.disabled,
.btn-af-cube[disabled],
.btn-af-cubes.disabled,
.btn-af-cubes[disabled],
.btn-af-cut.disabled,
.btn-af-cut[disabled],
.btn-af-cutlery.disabled,
.btn-af-cutlery[disabled],
.btn-af-dashboard.disabled,
.btn-af-dashboard[disabled],
.btn-af-dashcube.disabled,
.btn-af-dashcube[disabled],
.btn-af-database.disabled,
.btn-af-database[disabled],
.btn-af-deaf.disabled,
.btn-af-deaf[disabled],
.btn-af-deafness.disabled,
.btn-af-deafness[disabled],
.btn-af-dedent.disabled,
.btn-af-dedent[disabled],
.btn-af-delicious.disabled,
.btn-af-delicious[disabled],
.btn-af-desktop.disabled,
.btn-af-desktop[disabled],
.btn-af-deviantart.disabled,
.btn-af-deviantart[disabled],
.btn-af-diamond.disabled,
.btn-af-diamond[disabled],
.btn-af-digg.disabled,
.btn-af-digg[disabled],
.btn-af-dollar.disabled,
.btn-af-dollar[disabled],
.btn-af-dot-circle-o.disabled,
.btn-af-dot-circle-o[disabled],
.btn-af-download.disabled,
.btn-af-download[disabled],
.btn-af-dribbble.disabled,
.btn-af-dribbble[disabled],
.btn-af-dropbox.disabled,
.btn-af-dropbox[disabled],
.btn-af-drupal.disabled,
.btn-af-drupal[disabled],
.btn-af-edge.disabled,
.btn-af-edge[disabled],
.btn-af-edit.disabled,
.btn-af-edit[disabled],
.btn-af-eject.disabled,
.btn-af-eject[disabled],
.btn-af-ellipsis-h.disabled,
.btn-af-ellipsis-h[disabled],
.btn-af-ellipsis-v.disabled,
.btn-af-ellipsis-v[disabled],
.btn-af-empire.disabled,
.btn-af-empire[disabled],
.btn-af-envelope.disabled,
.btn-af-envelope[disabled],
.btn-af-envelope-o.disabled,
.btn-af-envelope-o[disabled],
.btn-af-envelope-square.disabled,
.btn-af-envelope-square[disabled],
.btn-af-envira.disabled,
.btn-af-envira[disabled],
.btn-af-eraser.disabled,
.btn-af-eraser[disabled],
.btn-af-eur.disabled,
.btn-af-eur[disabled],
.btn-af-euro.disabled,
.btn-af-euro[disabled],
.btn-af-exchange.disabled,
.btn-af-exchange[disabled],
.btn-af-exclamation.disabled,
.btn-af-exclamation[disabled],
.btn-af-exclamation-circle.disabled,
.btn-af-exclamation-circle[disabled],
.btn-af-exclamation-triangle.disabled,
.btn-af-exclamation-triangle[disabled],
.btn-af-expand.disabled,
.btn-af-expand[disabled],
.btn-af-expeditedssl.disabled,
.btn-af-expeditedssl[disabled],
.btn-af-external-link.disabled,
.btn-af-external-link[disabled],
.btn-af-external-link-square.disabled,
.btn-af-external-link-square[disabled],
.btn-af-eye.disabled,
.btn-af-eye[disabled],
.btn-af-eye-slash.disabled,
.btn-af-eye-slash[disabled],
.btn-af-eyedropper.disabled,
.btn-af-eyedropper[disabled],
.btn-af-fa.disabled,
.btn-af-fa[disabled],
.btn-af-facebook.disabled,
.btn-af-facebook[disabled],
.btn-af-facebook-f.disabled,
.btn-af-facebook-f[disabled],
.btn-af-facebook-official.disabled,
.btn-af-facebook-official[disabled],
.btn-af-facebook-square.disabled,
.btn-af-facebook-square[disabled],
.btn-af-fast-backward.disabled,
.btn-af-fast-backward[disabled],
.btn-af-fast-forward.disabled,
.btn-af-fast-forward[disabled],
.btn-af-fax.disabled,
.btn-af-fax[disabled],
.btn-af-feed.disabled,
.btn-af-feed[disabled],
.btn-af-female.disabled,
.btn-af-female[disabled],
.btn-af-fighter-jet.disabled,
.btn-af-fighter-jet[disabled],
.btn-af-file.disabled,
.btn-af-file[disabled],
.btn-af-file-archive-o.disabled,
.btn-af-file-archive-o[disabled],
.btn-af-file-audio-o.disabled,
.btn-af-file-audio-o[disabled],
.btn-af-file-code-o.disabled,
.btn-af-file-code-o[disabled],
.btn-af-file-excel-o.disabled,
.btn-af-file-excel-o[disabled],
.btn-af-file-image-o.disabled,
.btn-af-file-image-o[disabled],
.btn-af-file-movie-o.disabled,
.btn-af-file-movie-o[disabled],
.btn-af-file-o.disabled,
.btn-af-file-o[disabled],
.btn-af-file-pdf-o.disabled,
.btn-af-file-pdf-o[disabled],
.btn-af-file-photo-o.disabled,
.btn-af-file-photo-o[disabled],
.btn-af-file-picture-o.disabled,
.btn-af-file-picture-o[disabled],
.btn-af-file-powerpoint-o.disabled,
.btn-af-file-powerpoint-o[disabled],
.btn-af-file-sound-o.disabled,
.btn-af-file-sound-o[disabled],
.btn-af-file-text.disabled,
.btn-af-file-text[disabled],
.btn-af-file-text-o.disabled,
.btn-af-file-text-o[disabled],
.btn-af-file-video-o.disabled,
.btn-af-file-video-o[disabled],
.btn-af-file-word-o.disabled,
.btn-af-file-word-o[disabled],
.btn-af-file-zip-o.disabled,
.btn-af-file-zip-o[disabled],
.btn-af-files-o.disabled,
.btn-af-files-o[disabled],
.btn-af-film.disabled,
.btn-af-film[disabled],
.btn-af-filter.disabled,
.btn-af-filter[disabled],
.btn-af-fire.disabled,
.btn-af-fire[disabled],
.btn-af-fire-extinguisher.disabled,
.btn-af-fire-extinguisher[disabled],
.btn-af-firefox.disabled,
.btn-af-firefox[disabled],
.btn-af-first-order.disabled,
.btn-af-first-order[disabled],
.btn-af-flag.disabled,
.btn-af-flag[disabled],
.btn-af-flag-checkered.disabled,
.btn-af-flag-checkered[disabled],
.btn-af-flag-o.disabled,
.btn-af-flag-o[disabled],
.btn-af-flash.disabled,
.btn-af-flash[disabled],
.btn-af-flask.disabled,
.btn-af-flask[disabled],
.btn-af-flickr.disabled,
.btn-af-flickr[disabled],
.btn-af-floppy-o.disabled,
.btn-af-floppy-o[disabled],
.btn-af-folder.disabled,
.btn-af-folder[disabled],
.btn-af-folder-o.disabled,
.btn-af-folder-o[disabled],
.btn-af-folder-open.disabled,
.btn-af-folder-open[disabled],
.btn-af-folder-open-o.disabled,
.btn-af-folder-open-o[disabled],
.btn-af-font.disabled,
.btn-af-font[disabled],
.btn-af-font-awesome.disabled,
.btn-af-font-awesome[disabled],
.btn-af-fonticons.disabled,
.btn-af-fonticons[disabled],
.btn-af-fort-awesome.disabled,
.btn-af-fort-awesome[disabled],
.btn-af-forumbee.disabled,
.btn-af-forumbee[disabled],
.btn-af-forward.disabled,
.btn-af-forward[disabled],
.btn-af-foursquare.disabled,
.btn-af-foursquare[disabled],
.btn-af-frown-o.disabled,
.btn-af-frown-o[disabled],
.btn-af-futbol-o.disabled,
.btn-af-futbol-o[disabled],
.btn-af-gamepad.disabled,
.btn-af-gamepad[disabled],
.btn-af-gavel.disabled,
.btn-af-gavel[disabled],
.btn-af-gbp.disabled,
.btn-af-gbp[disabled],
.btn-af-ge.disabled,
.btn-af-ge[disabled],
.btn-af-gear.disabled,
.btn-af-gear[disabled],
.btn-af-gears.disabled,
.btn-af-gears[disabled],
.btn-af-genderless.disabled,
.btn-af-genderless[disabled],
.btn-af-get-pocket.disabled,
.btn-af-get-pocket[disabled],
.btn-af-gg.disabled,
.btn-af-gg[disabled],
.btn-af-gg-circle.disabled,
.btn-af-gg-circle[disabled],
.btn-af-gift.disabled,
.btn-af-gift[disabled],
.btn-af-git.disabled,
.btn-af-git[disabled],
.btn-af-git-square.disabled,
.btn-af-git-square[disabled],
.btn-af-github.disabled,
.btn-af-github[disabled],
.btn-af-github-alt.disabled,
.btn-af-github-alt[disabled],
.btn-af-github-square.disabled,
.btn-af-github-square[disabled],
.btn-af-gitlab.disabled,
.btn-af-gitlab[disabled],
.btn-af-gittip.disabled,
.btn-af-gittip[disabled],
.btn-af-glass.disabled,
.btn-af-glass[disabled],
.btn-af-glide.disabled,
.btn-af-glide[disabled],
.btn-af-glide-g.disabled,
.btn-af-glide-g[disabled],
.btn-af-globe.disabled,
.btn-af-globe[disabled],
.btn-af-google.disabled,
.btn-af-google[disabled],
.btn-af-google-plus.disabled,
.btn-af-google-plus[disabled],
.btn-af-google-plus-circle.disabled,
.btn-af-google-plus-circle[disabled],
.btn-af-google-plus-official.disabled,
.btn-af-google-plus-official[disabled],
.btn-af-google-plus-square.disabled,
.btn-af-google-plus-square[disabled],
.btn-af-google-wallet.disabled,
.btn-af-google-wallet[disabled],
.btn-af-graduation-cap.disabled,
.btn-af-graduation-cap[disabled],
.btn-af-gratipay.disabled,
.btn-af-gratipay[disabled],
.btn-af-group.disabled,
.btn-af-group[disabled],
.btn-af-h-square.disabled,
.btn-af-h-square[disabled],
.btn-af-hacker-news.disabled,
.btn-af-hacker-news[disabled],
.btn-af-hand-grab-o.disabled,
.btn-af-hand-grab-o[disabled],
.btn-af-hand-lizard-o.disabled,
.btn-af-hand-lizard-o[disabled],
.btn-af-hand-o-down.disabled,
.btn-af-hand-o-down[disabled],
.btn-af-hand-o-left.disabled,
.btn-af-hand-o-left[disabled],
.btn-af-hand-o-right.disabled,
.btn-af-hand-o-right[disabled],
.btn-af-hand-o-up.disabled,
.btn-af-hand-o-up[disabled],
.btn-af-hand-paper-o.disabled,
.btn-af-hand-paper-o[disabled],
.btn-af-hand-peace-o.disabled,
.btn-af-hand-peace-o[disabled],
.btn-af-hand-pointer-o.disabled,
.btn-af-hand-pointer-o[disabled],
.btn-af-hand-rock-o.disabled,
.btn-af-hand-rock-o[disabled],
.btn-af-hand-scissors-o.disabled,
.btn-af-hand-scissors-o[disabled],
.btn-af-hand-spock-o.disabled,
.btn-af-hand-spock-o[disabled],
.btn-af-hand-stop-o.disabled,
.btn-af-hand-stop-o[disabled],
.btn-af-hard-of-hearing.disabled,
.btn-af-hard-of-hearing[disabled],
.btn-af-hashtag.disabled,
.btn-af-hashtag[disabled],
.btn-af-hdd-o.disabled,
.btn-af-hdd-o[disabled],
.btn-af-header.disabled,
.btn-af-header[disabled],
.btn-af-headphones.disabled,
.btn-af-headphones[disabled],
.btn-af-heart.disabled,
.btn-af-heart[disabled],
.btn-af-heart-o.disabled,
.btn-af-heart-o[disabled],
.btn-af-heartbeat.disabled,
.btn-af-heartbeat[disabled],
.btn-af-history.disabled,
.btn-af-history[disabled],
.btn-af-home.disabled,
.btn-af-home[disabled],
.btn-af-hospital-o.disabled,
.btn-af-hospital-o[disabled],
.btn-af-hotel.disabled,
.btn-af-hotel[disabled],
.btn-af-hourglass.disabled,
.btn-af-hourglass[disabled],
.btn-af-hourglass-1.disabled,
.btn-af-hourglass-1[disabled],
.btn-af-hourglass-2.disabled,
.btn-af-hourglass-2[disabled],
.btn-af-hourglass-3.disabled,
.btn-af-hourglass-3[disabled],
.btn-af-hourglass-end.disabled,
.btn-af-hourglass-end[disabled],
.btn-af-hourglass-half.disabled,
.btn-af-hourglass-half[disabled],
.btn-af-hourglass-o.disabled,
.btn-af-hourglass-o[disabled],
.btn-af-hourglass-start.disabled,
.btn-af-hourglass-start[disabled],
.btn-af-houzz.disabled,
.btn-af-houzz[disabled],
.btn-af-html5.disabled,
.btn-af-html5[disabled],
.btn-af-i-cursor.disabled,
.btn-af-i-cursor[disabled],
.btn-af-ils.disabled,
.btn-af-ils[disabled],
.btn-af-image.disabled,
.btn-af-image[disabled],
.btn-af-inbox.disabled,
.btn-af-inbox[disabled],
.btn-af-indent.disabled,
.btn-af-indent[disabled],
.btn-af-industry.disabled,
.btn-af-industry[disabled],
.btn-af-info.disabled,
.btn-af-info[disabled],
.btn-af-info-circle.disabled,
.btn-af-info-circle[disabled],
.btn-af-inr.disabled,
.btn-af-inr[disabled],
.btn-af-instagram.disabled,
.btn-af-instagram[disabled],
.btn-af-institution.disabled,
.btn-af-institution[disabled],
.btn-af-internet-explorer.disabled,
.btn-af-internet-explorer[disabled],
.btn-af-intersex.disabled,
.btn-af-intersex[disabled],
.btn-af-ioxhost.disabled,
.btn-af-ioxhost[disabled],
.btn-af-italic.disabled,
.btn-af-italic[disabled],
.btn-af-joomla.disabled,
.btn-af-joomla[disabled],
.btn-af-jpy.disabled,
.btn-af-jpy[disabled],
.btn-af-jsfiddle.disabled,
.btn-af-jsfiddle[disabled],
.btn-af-key.disabled,
.btn-af-key[disabled],
.btn-af-keyboard-o.disabled,
.btn-af-keyboard-o[disabled],
.btn-af-krw.disabled,
.btn-af-krw[disabled],
.btn-af-language.disabled,
.btn-af-language[disabled],
.btn-af-laptop.disabled,
.btn-af-laptop[disabled],
.btn-af-lastfm.disabled,
.btn-af-lastfm[disabled],
.btn-af-lastfm-square.disabled,
.btn-af-lastfm-square[disabled],
.btn-af-leaf.disabled,
.btn-af-leaf[disabled],
.btn-af-leanpub.disabled,
.btn-af-leanpub[disabled],
.btn-af-legal.disabled,
.btn-af-legal[disabled],
.btn-af-lemon-o.disabled,
.btn-af-lemon-o[disabled],
.btn-af-level-down.disabled,
.btn-af-level-down[disabled],
.btn-af-level-up.disabled,
.btn-af-level-up[disabled],
.btn-af-life-bouy.disabled,
.btn-af-life-bouy[disabled],
.btn-af-life-buoy.disabled,
.btn-af-life-buoy[disabled],
.btn-af-life-ring.disabled,
.btn-af-life-ring[disabled],
.btn-af-life-saver.disabled,
.btn-af-life-saver[disabled],
.btn-af-lightbulb-o.disabled,
.btn-af-lightbulb-o[disabled],
.btn-af-line-chart.disabled,
.btn-af-line-chart[disabled],
.btn-af-link.disabled,
.btn-af-link[disabled],
.btn-af-linkedin.disabled,
.btn-af-linkedin[disabled],
.btn-af-linkedin-square.disabled,
.btn-af-linkedin-square[disabled],
.btn-af-linux.disabled,
.btn-af-linux[disabled],
.btn-af-list.disabled,
.btn-af-list[disabled],
.btn-af-list-alt.disabled,
.btn-af-list-alt[disabled],
.btn-af-list-ol.disabled,
.btn-af-list-ol[disabled],
.btn-af-list-ul.disabled,
.btn-af-list-ul[disabled],
.btn-af-location-arrow.disabled,
.btn-af-location-arrow[disabled],
.btn-af-lock.disabled,
.btn-af-lock[disabled],
.btn-af-long-arrow-down.disabled,
.btn-af-long-arrow-down[disabled],
.btn-af-long-arrow-left.disabled,
.btn-af-long-arrow-left[disabled],
.btn-af-long-arrow-right.disabled,
.btn-af-long-arrow-right[disabled],
.btn-af-long-arrow-up.disabled,
.btn-af-long-arrow-up[disabled],
.btn-af-low-vision.disabled,
.btn-af-low-vision[disabled],
.btn-af-magic.disabled,
.btn-af-magic[disabled],
.btn-af-magnet.disabled,
.btn-af-magnet[disabled],
.btn-af-mail-forward.disabled,
.btn-af-mail-forward[disabled],
.btn-af-mail-reply.disabled,
.btn-af-mail-reply[disabled],
.btn-af-mail-reply-all.disabled,
.btn-af-mail-reply-all[disabled],
.btn-af-male.disabled,
.btn-af-male[disabled],
.btn-af-map.disabled,
.btn-af-map[disabled],
.btn-af-map-marker.disabled,
.btn-af-map-marker[disabled],
.btn-af-map-o.disabled,
.btn-af-map-o[disabled],
.btn-af-map-pin.disabled,
.btn-af-map-pin[disabled],
.btn-af-map-signs.disabled,
.btn-af-map-signs[disabled],
.btn-af-mars.disabled,
.btn-af-mars[disabled],
.btn-af-mars-double.disabled,
.btn-af-mars-double[disabled],
.btn-af-mars-stroke.disabled,
.btn-af-mars-stroke[disabled],
.btn-af-mars-stroke-h.disabled,
.btn-af-mars-stroke-h[disabled],
.btn-af-mars-stroke-v.disabled,
.btn-af-mars-stroke-v[disabled],
.btn-af-maxcdn.disabled,
.btn-af-maxcdn[disabled],
.btn-af-meanpath.disabled,
.btn-af-meanpath[disabled],
.btn-af-medium.disabled,
.btn-af-medium[disabled],
.btn-af-medkit.disabled,
.btn-af-medkit[disabled],
.btn-af-meh-o.disabled,
.btn-af-meh-o[disabled],
.btn-af-mercury.disabled,
.btn-af-mercury[disabled],
.btn-af-microphone.disabled,
.btn-af-microphone[disabled],
.btn-af-microphone-slash.disabled,
.btn-af-microphone-slash[disabled],
.btn-af-minus.disabled,
.btn-af-minus[disabled],
.btn-af-minus-circle.disabled,
.btn-af-minus-circle[disabled],
.btn-af-minus-square.disabled,
.btn-af-minus-square[disabled],
.btn-af-minus-square-o.disabled,
.btn-af-minus-square-o[disabled],
.btn-af-mixcloud.disabled,
.btn-af-mixcloud[disabled],
.btn-af-mobile.disabled,
.btn-af-mobile[disabled],
.btn-af-mobile-phone.disabled,
.btn-af-mobile-phone[disabled],
.btn-af-modx.disabled,
.btn-af-modx[disabled],
.btn-af-money.disabled,
.btn-af-money[disabled],
.btn-af-moon-o.disabled,
.btn-af-moon-o[disabled],
.btn-af-mortar-board.disabled,
.btn-af-mortar-board[disabled],
.btn-af-motorcycle.disabled,
.btn-af-motorcycle[disabled],
.btn-af-mouse-pointer.disabled,
.btn-af-mouse-pointer[disabled],
.btn-af-music.disabled,
.btn-af-music[disabled],
.btn-af-navicon.disabled,
.btn-af-navicon[disabled],
.btn-af-neuter.disabled,
.btn-af-neuter[disabled],
.btn-af-newspaper-o.disabled,
.btn-af-newspaper-o[disabled],
.btn-af-object-group.disabled,
.btn-af-object-group[disabled],
.btn-af-object-ungroup.disabled,
.btn-af-object-ungroup[disabled],
.btn-af-odnoklassniki.disabled,
.btn-af-odnoklassniki[disabled],
.btn-af-odnoklassniki-square.disabled,
.btn-af-odnoklassniki-square[disabled],
.btn-af-opencart.disabled,
.btn-af-opencart[disabled],
.btn-af-openid.disabled,
.btn-af-openid[disabled],
.btn-af-opera.disabled,
.btn-af-opera[disabled],
.btn-af-optin-monster.disabled,
.btn-af-optin-monster[disabled],
.btn-af-outdent.disabled,
.btn-af-outdent[disabled],
.btn-af-pagelines.disabled,
.btn-af-pagelines[disabled],
.btn-af-paint-brush.disabled,
.btn-af-paint-brush[disabled],
.btn-af-paper-plane.disabled,
.btn-af-paper-plane[disabled],
.btn-af-paper-plane-o.disabled,
.btn-af-paper-plane-o[disabled],
.btn-af-paperclip.disabled,
.btn-af-paperclip[disabled],
.btn-af-paragraph.disabled,
.btn-af-paragraph[disabled],
.btn-af-paste.disabled,
.btn-af-paste[disabled],
.btn-af-pause.disabled,
.btn-af-pause[disabled],
.btn-af-pause-circle.disabled,
.btn-af-pause-circle[disabled],
.btn-af-pause-circle-o.disabled,
.btn-af-pause-circle-o[disabled],
.btn-af-paw.disabled,
.btn-af-paw[disabled],
.btn-af-paypal.disabled,
.btn-af-paypal[disabled],
.btn-af-pencil.disabled,
.btn-af-pencil[disabled],
.btn-af-pencil-square.disabled,
.btn-af-pencil-square[disabled],
.btn-af-pencil-square-o.disabled,
.btn-af-pencil-square-o[disabled],
.btn-af-percent.disabled,
.btn-af-percent[disabled],
.btn-af-phone.disabled,
.btn-af-phone[disabled],
.btn-af-phone-square.disabled,
.btn-af-phone-square[disabled],
.btn-af-photo.disabled,
.btn-af-photo[disabled],
.btn-af-picture-o.disabled,
.btn-af-picture-o[disabled],
.btn-af-pie-chart.disabled,
.btn-af-pie-chart[disabled],
.btn-af-pied-piper.disabled,
.btn-af-pied-piper[disabled],
.btn-af-pied-piper-alt.disabled,
.btn-af-pied-piper-alt[disabled],
.btn-af-pied-piper-pp.disabled,
.btn-af-pied-piper-pp[disabled],
.btn-af-pinterest.disabled,
.btn-af-pinterest[disabled],
.btn-af-pinterest-p.disabled,
.btn-af-pinterest-p[disabled],
.btn-af-pinterest-square.disabled,
.btn-af-pinterest-square[disabled],
.btn-af-plane.disabled,
.btn-af-plane[disabled],
.btn-af-play.disabled,
.btn-af-play[disabled],
.btn-af-play-circle.disabled,
.btn-af-play-circle[disabled],
.btn-af-play-circle-o.disabled,
.btn-af-play-circle-o[disabled],
.btn-af-plug.disabled,
.btn-af-plug[disabled],
.btn-af-plus.disabled,
.btn-af-plus[disabled],
.btn-af-plus-circle.disabled,
.btn-af-plus-circle[disabled],
.btn-af-plus-square.disabled,
.btn-af-plus-square[disabled],
.btn-af-plus-square-o.disabled,
.btn-af-plus-square-o[disabled],
.btn-af-power-off.disabled,
.btn-af-power-off[disabled],
.btn-af-print.disabled,
.btn-af-print[disabled],
.btn-af-product-hunt.disabled,
.btn-af-product-hunt[disabled],
.btn-af-puzzle-piece.disabled,
.btn-af-puzzle-piece[disabled],
.btn-af-qq.disabled,
.btn-af-qq[disabled],
.btn-af-qrcode.disabled,
.btn-af-qrcode[disabled],
.btn-af-question.disabled,
.btn-af-question[disabled],
.btn-af-question-circle.disabled,
.btn-af-question-circle[disabled],
.btn-af-question-circle-o.disabled,
.btn-af-question-circle-o[disabled],
.btn-af-quote-left.disabled,
.btn-af-quote-left[disabled],
.btn-af-quote-right.disabled,
.btn-af-quote-right[disabled],
.btn-af-ra.disabled,
.btn-af-ra[disabled],
.btn-af-random.disabled,
.btn-af-random[disabled],
.btn-af-rebel.disabled,
.btn-af-rebel[disabled],
.btn-af-recycle.disabled,
.btn-af-recycle[disabled],
.btn-af-reddit.disabled,
.btn-af-reddit[disabled],
.btn-af-reddit-alien.disabled,
.btn-af-reddit-alien[disabled],
.btn-af-reddit-square.disabled,
.btn-af-reddit-square[disabled],
.btn-af-refresh.disabled,
.btn-af-refresh[disabled],
.btn-af-registered.disabled,
.btn-af-registered[disabled],
.btn-af-remove.disabled,
.btn-af-remove[disabled],
.btn-af-renren.disabled,
.btn-af-renren[disabled],
.btn-af-reorder.disabled,
.btn-af-reorder[disabled],
.btn-af-repeat.disabled,
.btn-af-repeat[disabled],
.btn-af-reply.disabled,
.btn-af-reply[disabled],
.btn-af-reply-all.disabled,
.btn-af-reply-all[disabled],
.btn-af-resistance.disabled,
.btn-af-resistance[disabled],
.btn-af-retweet.disabled,
.btn-af-retweet[disabled],
.btn-af-rmb.disabled,
.btn-af-rmb[disabled],
.btn-af-road.disabled,
.btn-af-road[disabled],
.btn-af-rocket.disabled,
.btn-af-rocket[disabled],
.btn-af-rotate-left.disabled,
.btn-af-rotate-left[disabled],
.btn-af-rotate-right.disabled,
.btn-af-rotate-right[disabled],
.btn-af-rouble.disabled,
.btn-af-rouble[disabled],
.btn-af-rss.disabled,
.btn-af-rss[disabled],
.btn-af-rss-square.disabled,
.btn-af-rss-square[disabled],
.btn-af-rub.disabled,
.btn-af-rub[disabled],
.btn-af-ruble.disabled,
.btn-af-ruble[disabled],
.btn-af-rupee.disabled,
.btn-af-rupee[disabled],
.btn-af-safari.disabled,
.btn-af-safari[disabled],
.btn-af-save.disabled,
.btn-af-save[disabled],
.btn-af-scissors.disabled,
.btn-af-scissors[disabled],
.btn-af-scribd.disabled,
.btn-af-scribd[disabled],
.btn-af-search.disabled,
.btn-af-search[disabled],
.btn-af-search-minus.disabled,
.btn-af-search-minus[disabled],
.btn-af-search-plus.disabled,
.btn-af-search-plus[disabled],
.btn-af-sellsy.disabled,
.btn-af-sellsy[disabled],
.btn-af-send.disabled,
.btn-af-send[disabled],
.btn-af-send-o.disabled,
.btn-af-send-o[disabled],
.btn-af-server.disabled,
.btn-af-server[disabled],
.btn-af-share.disabled,
.btn-af-share[disabled],
.btn-af-share-alt.disabled,
.btn-af-share-alt[disabled],
.btn-af-share-alt-square.disabled,
.btn-af-share-alt-square[disabled],
.btn-af-share-square.disabled,
.btn-af-share-square[disabled],
.btn-af-share-square-o.disabled,
.btn-af-share-square-o[disabled],
.btn-af-shekel.disabled,
.btn-af-shekel[disabled],
.btn-af-sheqel.disabled,
.btn-af-sheqel[disabled],
.btn-af-shield.disabled,
.btn-af-shield[disabled],
.btn-af-ship.disabled,
.btn-af-ship[disabled],
.btn-af-shirtsinbulk.disabled,
.btn-af-shirtsinbulk[disabled],
.btn-af-shopping-bag.disabled,
.btn-af-shopping-bag[disabled],
.btn-af-shopping-basket.disabled,
.btn-af-shopping-basket[disabled],
.btn-af-shopping-cart.disabled,
.btn-af-shopping-cart[disabled],
.btn-af-sign-in.disabled,
.btn-af-sign-in[disabled],
.btn-af-sign-language.disabled,
.btn-af-sign-language[disabled],
.btn-af-sign-out.disabled,
.btn-af-sign-out[disabled],
.btn-af-signal.disabled,
.btn-af-signal[disabled],
.btn-af-signing.disabled,
.btn-af-signing[disabled],
.btn-af-simplybuilt.disabled,
.btn-af-simplybuilt[disabled],
.btn-af-sitemap.disabled,
.btn-af-sitemap[disabled],
.btn-af-skyatlas.disabled,
.btn-af-skyatlas[disabled],
.btn-af-skype.disabled,
.btn-af-skype[disabled],
.btn-af-slack.disabled,
.btn-af-slack[disabled],
.btn-af-sliders.disabled,
.btn-af-sliders[disabled],
.btn-af-slideshare.disabled,
.btn-af-slideshare[disabled],
.btn-af-smile-o.disabled,
.btn-af-smile-o[disabled],
.btn-af-snapchat.disabled,
.btn-af-snapchat[disabled],
.btn-af-snapchat-ghost.disabled,
.btn-af-snapchat-ghost[disabled],
.btn-af-snapchat-square.disabled,
.btn-af-snapchat-square[disabled],
.btn-af-soccer-ball-o.disabled,
.btn-af-soccer-ball-o[disabled],
.btn-af-sort.disabled,
.btn-af-sort[disabled],
.btn-af-sort-alpha-asc.disabled,
.btn-af-sort-alpha-asc[disabled],
.btn-af-sort-alpha-desc.disabled,
.btn-af-sort-alpha-desc[disabled],
.btn-af-sort-amount-asc.disabled,
.btn-af-sort-amount-asc[disabled],
.btn-af-sort-amount-desc.disabled,
.btn-af-sort-amount-desc[disabled],
.btn-af-sort-asc.disabled,
.btn-af-sort-asc[disabled],
.btn-af-sort-desc.disabled,
.btn-af-sort-desc[disabled],
.btn-af-sort-down.disabled,
.btn-af-sort-down[disabled],
.btn-af-sort-numeric-asc.disabled,
.btn-af-sort-numeric-asc[disabled],
.btn-af-sort-numeric-desc.disabled,
.btn-af-sort-numeric-desc[disabled],
.btn-af-sort-up.disabled,
.btn-af-sort-up[disabled],
.btn-af-soundcloud.disabled,
.btn-af-soundcloud[disabled],
.btn-af-space-shuttle.disabled,
.btn-af-space-shuttle[disabled],
.btn-af-spinner.disabled,
.btn-af-spinner[disabled],
.btn-af-spoon.disabled,
.btn-af-spoon[disabled],
.btn-af-spotify.disabled,
.btn-af-spotify[disabled],
.btn-af-square.disabled,
.btn-af-square[disabled],
.btn-af-square-o.disabled,
.btn-af-square-o[disabled],
.btn-af-stack-exchange.disabled,
.btn-af-stack-exchange[disabled],
.btn-af-stack-overflow.disabled,
.btn-af-stack-overflow[disabled],
.btn-af-star.disabled,
.btn-af-star[disabled],
.btn-af-star-half.disabled,
.btn-af-star-half[disabled],
.btn-af-star-half-empty.disabled,
.btn-af-star-half-empty[disabled],
.btn-af-star-half-full.disabled,
.btn-af-star-half-full[disabled],
.btn-af-star-half-o.disabled,
.btn-af-star-half-o[disabled],
.btn-af-star-o.disabled,
.btn-af-star-o[disabled],
.btn-af-steam.disabled,
.btn-af-steam[disabled],
.btn-af-steam-square.disabled,
.btn-af-steam-square[disabled],
.btn-af-step-backward.disabled,
.btn-af-step-backward[disabled],
.btn-af-step-forward.disabled,
.btn-af-step-forward[disabled],
.btn-af-stethoscope.disabled,
.btn-af-stethoscope[disabled],
.btn-af-sticky-note.disabled,
.btn-af-sticky-note[disabled],
.btn-af-sticky-note-o.disabled,
.btn-af-sticky-note-o[disabled],
.btn-af-stop.disabled,
.btn-af-stop[disabled],
.btn-af-stop-circle.disabled,
.btn-af-stop-circle[disabled],
.btn-af-stop-circle-o.disabled,
.btn-af-stop-circle-o[disabled],
.btn-af-street-view.disabled,
.btn-af-street-view[disabled],
.btn-af-strikethrough.disabled,
.btn-af-strikethrough[disabled],
.btn-af-stumbleupon.disabled,
.btn-af-stumbleupon[disabled],
.btn-af-stumbleupon-circle.disabled,
.btn-af-stumbleupon-circle[disabled],
.btn-af-subscript.disabled,
.btn-af-subscript[disabled],
.btn-af-subway.disabled,
.btn-af-subway[disabled],
.btn-af-suitcase.disabled,
.btn-af-suitcase[disabled],
.btn-af-sun-o.disabled,
.btn-af-sun-o[disabled],
.btn-af-superscript.disabled,
.btn-af-superscript[disabled],
.btn-af-support.disabled,
.btn-af-support[disabled],
.btn-af-table.disabled,
.btn-af-table[disabled],
.btn-af-tablet.disabled,
.btn-af-tablet[disabled],
.btn-af-tachometer.disabled,
.btn-af-tachometer[disabled],
.btn-af-tag.disabled,
.btn-af-tag[disabled],
.btn-af-tags.disabled,
.btn-af-tags[disabled],
.btn-af-tasks.disabled,
.btn-af-tasks[disabled],
.btn-af-taxi.disabled,
.btn-af-taxi[disabled],
.btn-af-television.disabled,
.btn-af-television[disabled],
.btn-af-tencent-weibo.disabled,
.btn-af-tencent-weibo[disabled],
.btn-af-terminal.disabled,
.btn-af-terminal[disabled],
.btn-af-text-height.disabled,
.btn-af-text-height[disabled],
.btn-af-text-width.disabled,
.btn-af-text-width[disabled],
.btn-af-th.disabled,
.btn-af-th[disabled],
.btn-af-th-large.disabled,
.btn-af-th-large[disabled],
.btn-af-th-list.disabled,
.btn-af-th-list[disabled],
.btn-af-themeisle.disabled,
.btn-af-themeisle[disabled],
.btn-af-thumb-tack.disabled,
.btn-af-thumb-tack[disabled],
.btn-af-thumbs-down.disabled,
.btn-af-thumbs-down[disabled],
.btn-af-thumbs-o-down.disabled,
.btn-af-thumbs-o-down[disabled],
.btn-af-thumbs-o-up.disabled,
.btn-af-thumbs-o-up[disabled],
.btn-af-thumbs-up.disabled,
.btn-af-thumbs-up[disabled],
.btn-af-ticket.disabled,
.btn-af-ticket[disabled],
.btn-af-times.disabled,
.btn-af-times[disabled],
.btn-af-times-circle.disabled,
.btn-af-times-circle[disabled],
.btn-af-times-circle-o.disabled,
.btn-af-times-circle-o[disabled],
.btn-af-tint.disabled,
.btn-af-tint[disabled],
.btn-af-toggle-down.disabled,
.btn-af-toggle-down[disabled],
.btn-af-toggle-left.disabled,
.btn-af-toggle-left[disabled],
.btn-af-toggle-off.disabled,
.btn-af-toggle-off[disabled],
.btn-af-toggle-on.disabled,
.btn-af-toggle-on[disabled],
.btn-af-toggle-right.disabled,
.btn-af-toggle-right[disabled],
.btn-af-toggle-up.disabled,
.btn-af-toggle-up[disabled],
.btn-af-trademark.disabled,
.btn-af-trademark[disabled],
.btn-af-train.disabled,
.btn-af-train[disabled],
.btn-af-transgender.disabled,
.btn-af-transgender[disabled],
.btn-af-transgender-alt.disabled,
.btn-af-transgender-alt[disabled],
.btn-af-trash.disabled,
.btn-af-trash[disabled],
.btn-af-trash-o.disabled,
.btn-af-trash-o[disabled],
.btn-af-tree.disabled,
.btn-af-tree[disabled],
.btn-af-trello.disabled,
.btn-af-trello[disabled],
.btn-af-tripadvisor.disabled,
.btn-af-tripadvisor[disabled],
.btn-af-trophy.disabled,
.btn-af-trophy[disabled],
.btn-af-truck.disabled,
.btn-af-truck[disabled],
.btn-af-try.disabled,
.btn-af-try[disabled],
.btn-af-tty.disabled,
.btn-af-tty[disabled],
.btn-af-tumblr.disabled,
.btn-af-tumblr[disabled],
.btn-af-tumblr-square.disabled,
.btn-af-tumblr-square[disabled],
.btn-af-turkish-lira.disabled,
.btn-af-turkish-lira[disabled],
.btn-af-tv.disabled,
.btn-af-tv[disabled],
.btn-af-twitch.disabled,
.btn-af-twitch[disabled],
.btn-af-twitter.disabled,
.btn-af-twitter[disabled],
.btn-af-twitter-square.disabled,
.btn-af-twitter-square[disabled],
.btn-af-umbrella.disabled,
.btn-af-umbrella[disabled],
.btn-af-underline.disabled,
.btn-af-underline[disabled],
.btn-af-undo.disabled,
.btn-af-undo[disabled],
.btn-af-universal-access.disabled,
.btn-af-universal-access[disabled],
.btn-af-university.disabled,
.btn-af-university[disabled],
.btn-af-unlink.disabled,
.btn-af-unlink[disabled],
.btn-af-unlock.disabled,
.btn-af-unlock[disabled],
.btn-af-unlock-alt.disabled,
.btn-af-unlock-alt[disabled],
.btn-af-unsorted.disabled,
.btn-af-unsorted[disabled],
.btn-af-upload.disabled,
.btn-af-upload[disabled],
.btn-af-usb.disabled,
.btn-af-usb[disabled],
.btn-af-usd.disabled,
.btn-af-usd[disabled],
.btn-af-user.disabled,
.btn-af-user[disabled],
.btn-af-user-md.disabled,
.btn-af-user-md[disabled],
.btn-af-user-plus.disabled,
.btn-af-user-plus[disabled],
.btn-af-user-secret.disabled,
.btn-af-user-secret[disabled],
.btn-af-user-times.disabled,
.btn-af-user-times[disabled],
.btn-af-users.disabled,
.btn-af-users[disabled],
.btn-af-venus.disabled,
.btn-af-venus[disabled],
.btn-af-venus-double.disabled,
.btn-af-venus-double[disabled],
.btn-af-venus-mars.disabled,
.btn-af-venus-mars[disabled],
.btn-af-viacoin.disabled,
.btn-af-viacoin[disabled],
.btn-af-viadeo.disabled,
.btn-af-viadeo[disabled],
.btn-af-viadeo-square.disabled,
.btn-af-viadeo-square[disabled],
.btn-af-video-camera.disabled,
.btn-af-video-camera[disabled],
.btn-af-vimeo.disabled,
.btn-af-vimeo[disabled],
.btn-af-vimeo-square.disabled,
.btn-af-vimeo-square[disabled],
.btn-af-vine.disabled,
.btn-af-vine[disabled],
.btn-af-vk.disabled,
.btn-af-vk[disabled],
.btn-af-volume-control-phone.disabled,
.btn-af-volume-control-phone[disabled],
.btn-af-volume-down.disabled,
.btn-af-volume-down[disabled],
.btn-af-volume-off.disabled,
.btn-af-volume-off[disabled],
.btn-af-volume-up.disabled,
.btn-af-volume-up[disabled],
.btn-af-warning.disabled,
.btn-af-warning[disabled],
.btn-af-wechat.disabled,
.btn-af-wechat[disabled],
.btn-af-weibo.disabled,
.btn-af-weibo[disabled],
.btn-af-weixin.disabled,
.btn-af-weixin[disabled],
.btn-af-whatsapp.disabled,
.btn-af-whatsapp[disabled],
.btn-af-wheelchair.disabled,
.btn-af-wheelchair[disabled],
.btn-af-wheelchair-alt.disabled,
.btn-af-wheelchair-alt[disabled],
.btn-af-wifi.disabled,
.btn-af-wifi[disabled],
.btn-af-wikipedia-w.disabled,
.btn-af-wikipedia-w[disabled],
.btn-af-windows.disabled,
.btn-af-windows[disabled],
.btn-af-won.disabled,
.btn-af-won[disabled],
.btn-af-wordpress.disabled,
.btn-af-wordpress[disabled],
.btn-af-wpbeginner.disabled,
.btn-af-wpbeginner[disabled],
.btn-af-wpforms.disabled,
.btn-af-wpforms[disabled],
.btn-af-wrench.disabled,
.btn-af-wrench[disabled],
.btn-af-xing.disabled,
.btn-af-xing[disabled],
.btn-af-xing-square.disabled,
.btn-af-xing-square[disabled],
.btn-af-y-combinator.disabled,
.btn-af-y-combinator[disabled],
.btn-af-y-combinator-square.disabled,
.btn-af-y-combinator-square[disabled],
.btn-af-yahoo.disabled,
.btn-af-yahoo[disabled],
.btn-af-yc.disabled,
.btn-af-yc[disabled],
.btn-af-yc-square.disabled,
.btn-af-yc-square[disabled],
.btn-af-yelp.disabled,
.btn-af-yelp[disabled],
.btn-af-yen.disabled,
.btn-af-yen[disabled],
.btn-af-yoast.disabled,
.btn-af-yoast[disabled],
.btn-af-youtube.disabled,
.btn-af-youtube[disabled],
.btn-af-youtube-play.disabled,
.btn-af-youtube-play[disabled],
.btn-af-youtube-square.disabled,
.btn-af-youtube-square[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.25;
  box-shadow: none;
}
.btn-af-checkin:focus {
  outline: none;
}
.btn-af-checkin:before {
  content: "\f090";
}
.btn-af-checkout:focus {
  outline: none;
}
.btn-af-checkout:before {
  content: "\f08b";
}
.btn-af-clear:focus {
  outline: none;
}
.btn-af-clear:before {
  content: "\f127";
}
.btn-af-add:focus {
  outline: none;
}
.btn-af-add:before {
  content: "\f0fe";
}
.btn-af-add2:focus {
  outline: none;
}
.btn-af-add2:before {
  content: "\f067";
}
.btn-af-remove:focus {
  outline: none;
}
.btn-af-remove:before {
  content: "\f146";
}
.btn-af-expand:focus {
  outline: none;
}
.btn-af-expand:before {
  content: "\f065";
}
.btn-af-expanded:focus {
  outline: none;
}
.btn-af-expanded:before {
  content: "\f066";
}
.btn-af-export-excel:focus {
  outline: none;
}
.btn-af-export-excel:before {
  content: "\f1c3";
}
.btn-af-print:focus {
  outline: none;
}
.btn-af-print:before {
  content: "\f02f";
}
.btn-af-save:focus {
  outline: none;
}
.btn-af-save:before {
  content: "\f0c7";
}
.btn-af-mapsshow:focus {
  outline: none;
}
.btn-af-mapsshow:before {
  content: "\f0ac";
}
.btn-af-mapshide:focus {
  outline: none;
}
.btn-af-mapshide:before {
  content: "\f139";
}
.btn-af-calculator:focus {
  outline: none;
}
.btn-af-calculator:before {
  content: "\f1ec";
}
.btn-af-copy:focus {
  outline: none;
}
.btn-af-copy:before {
  content: "\f0c5";
}
.btn-af-book:focus {
  outline: none;
}
.btn-af-book:before {
  content: "\f02d";
}
.btn-af-printbill:focus {
  outline: none;
}
.btn-af-printbill:before {
  content: "\f02f";
}
.btn-af-printdelivery:focus {
  outline: none;
}
.btn-af-printdelivery:before {
  content: "\f02f";
}
.btn-af-printorder:focus {
  outline: none;
}
.btn-af-printorder:before {
  content: "\f02f";
}
.btn-af-bookdelivery:focus {
  outline: none;
}
.btn-af-bookdelivery:before {
  content: "\f044";
}
.btn-af-refresh:focus {
  outline: none;
}
.btn-af-refresh:before {
  content: "\f021";
}
.btn-af-toggleoff:focus {
  outline: none;
}
.btn-af-toggleoff:before {
  content: "\f204";
}
.btn-af-toggleon:focus {
  outline: none;
}
.btn-af-toggleon:before {
  content: "\f205";
}
.btn-af-checkoff:focus {
  outline: none;
}
.btn-af-checkoff:before {
  content: "\f096";
}
.btn-af-checkon:focus {
  outline: none;
}
.btn-af-checkon:before {
  content: "\f046";
}
.btn-af-fileimport:focus {
  outline: none;
}
.btn-af-fileimport:before {
  content: "\f019";
}
.btn-af-fileexport:focus {
  outline: none;
}
.btn-af-fileexport:before {
  content: "\f093";
}
.btn-af-webimport:focus {
  outline: none;
}
.btn-af-webimport:before {
  content: "\f0ed";
}
.btn-af-webexport:focus {
  outline: none;
}
.btn-af-webexport:before {
  content: "\f0ee";
}
.btn-af-sortNumericAsc:focus {
  outline: none;
}
.btn-af-sortNumericAsc:before {
  content: "\f162";
}
.btn-af-envelope:focus {
  outline: none;
}
.btn-af-envelope:before {
  content: "\f003";
}
.btn-af-check-square:focus {
  outline: none;
}
.btn-af-check-square:before {
  content: "\f046";
}
.btn-af-edit:focus {
  outline: none;
}
.btn-af-edit:before {
  content: "\f040";
}
.btn-af-cancel:focus {
  outline: none;
}
.btn-af-cancel:before {
  content: "\f05E";
}
.btn-af-eye:focus {
  outline: none;
}
.btn-af-eye:before {
  content: "\f06e";
}
.btn-af-bookmark:focus {
  outline: none;
}
.btn-af-bookmark:before {
  content: "\f02e";
}
.btn-af-arrows-h:focus {
  outline: none;
}
.btn-af-arrows-h:before {
  content: "\f07e";
}
.btn-af-cancelation:focus {
  outline: none;
}
.btn-af-cancelation:before {
  content: "\f0e2";
}
.btn-af-500px:focus {
  outline: none;
}
.btn-af-500px:before {
  content: "\f26e";
}
.btn-af-adjust:focus {
  outline: none;
}
.btn-af-adjust:before {
  content: "\f042";
}
.btn-af-adn:focus {
  outline: none;
}
.btn-af-adn:before {
  content: "\f170";
}
.btn-af-align-center:focus {
  outline: none;
}
.btn-af-align-center:before {
  content: "\f037";
}
.btn-af-align-justify:focus {
  outline: none;
}
.btn-af-align-justify:before {
  content: "\f039";
}
.btn-af-align-left:focus {
  outline: none;
}
.btn-af-align-left:before {
  content: "\f036";
}
.btn-af-align-right:focus {
  outline: none;
}
.btn-af-align-right:before {
  content: "\f038";
}
.btn-af-amazon:focus {
  outline: none;
}
.btn-af-amazon:before {
  content: "\f270";
}
.btn-af-ambulance:focus {
  outline: none;
}
.btn-af-ambulance:before {
  content: "\f0f9";
}
.btn-af-american-sign-language-interpreting:focus {
  outline: none;
}
.btn-af-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.btn-af-anchor:focus {
  outline: none;
}
.btn-af-anchor:before {
  content: "\f13d";
}
.btn-af-android:focus {
  outline: none;
}
.btn-af-android:before {
  content: "\f17b";
}
.btn-af-angellist:focus {
  outline: none;
}
.btn-af-angellist:before {
  content: "\f209";
}
.btn-af-angle-double-down:focus {
  outline: none;
}
.btn-af-angle-double-down:before {
  content: "\f103";
}
.btn-af-angle-double-left:focus {
  outline: none;
}
.btn-af-angle-double-left:before {
  content: "\f100";
}
.btn-af-angle-double-right:focus {
  outline: none;
}
.btn-af-angle-double-right:before {
  content: "\f101";
}
.btn-af-angle-double-up:focus {
  outline: none;
}
.btn-af-angle-double-up:before {
  content: "\f102";
}
.btn-af-angle-down:focus {
  outline: none;
}
.btn-af-angle-down:before {
  content: "\f107";
}
.btn-af-angle-left:focus {
  outline: none;
}
.btn-af-angle-left:before {
  content: "\f104";
}
.btn-af-angle-right:focus {
  outline: none;
}
.btn-af-angle-right:before {
  content: "\f105";
}
.btn-af-angle-up:focus {
  outline: none;
}
.btn-af-angle-up:before {
  content: "\f106";
}
.btn-af-apple:focus {
  outline: none;
}
.btn-af-apple:before {
  content: "\f179";
}
.btn-af-archive:focus {
  outline: none;
}
.btn-af-archive:before {
  content: "\f187";
}
.btn-af-area-chart:focus {
  outline: none;
}
.btn-af-area-chart:before {
  content: "\f1fe";
}
.btn-af-arrow-circle-down:focus {
  outline: none;
}
.btn-af-arrow-circle-down:before {
  content: "\f0ab";
}
.btn-af-arrow-circle-left:focus {
  outline: none;
}
.btn-af-arrow-circle-left:before {
  content: "\f0a8";
}
.btn-af-arrow-circle-o-down:focus {
  outline: none;
}
.btn-af-arrow-circle-o-down:before {
  content: "\f01a";
}
.btn-af-arrow-circle-o-left:focus {
  outline: none;
}
.btn-af-arrow-circle-o-left:before {
  content: "\f190";
}
.btn-af-arrow-circle-o-right:focus {
  outline: none;
}
.btn-af-arrow-circle-o-right:before {
  content: "\f18e";
}
.btn-af-arrow-circle-o-up:focus {
  outline: none;
}
.btn-af-arrow-circle-o-up:before {
  content: "\f01b";
}
.btn-af-arrow-circle-right:focus {
  outline: none;
}
.btn-af-arrow-circle-right:before {
  content: "\f0a9";
}
.btn-af-arrow-circle-up:focus {
  outline: none;
}
.btn-af-arrow-circle-up:before {
  content: "\f0aa";
}
.btn-af-arrow-down:focus {
  outline: none;
}
.btn-af-arrow-down:before {
  content: "\f063";
}
.btn-af-arrow-left:focus {
  outline: none;
}
.btn-af-arrow-left:before {
  content: "\f060";
}
.btn-af-arrow-right:focus {
  outline: none;
}
.btn-af-arrow-right:before {
  content: "\f061";
}
.btn-af-arrow-up:focus {
  outline: none;
}
.btn-af-arrow-up:before {
  content: "\f062";
}
.btn-af-arrows:focus {
  outline: none;
}
.btn-af-arrows:before {
  content: "\f047";
}
.btn-af-arrows-alt:focus {
  outline: none;
}
.btn-af-arrows-alt:before {
  content: "\f0b2";
}
.btn-af-arrows-h:focus {
  outline: none;
}
.btn-af-arrows-h:before {
  content: "\f07e";
}
.btn-af-arrows-v:focus {
  outline: none;
}
.btn-af-arrows-v:before {
  content: "\f07d";
}
.btn-af-asl-interpreting:focus {
  outline: none;
}
.btn-af-asl-interpreting:before {
  content: "\f2a3";
}
.btn-af-assistive-listening-systems:focus {
  outline: none;
}
.btn-af-assistive-listening-systems:before {
  content: "\f2a2";
}
.btn-af-asterisk:focus {
  outline: none;
}
.btn-af-asterisk:before {
  content: "\f069";
}
.btn-af-at:focus {
  outline: none;
}
.btn-af-at:before {
  content: "\f1fa";
}
.btn-af-audio-description:focus {
  outline: none;
}
.btn-af-audio-description:before {
  content: "\f29e";
}
.btn-af-automobile:focus {
  outline: none;
}
.btn-af-automobile:before {
  content: "\f1b9";
}
.btn-af-backward:focus {
  outline: none;
}
.btn-af-backward:before {
  content: "\f04a";
}
.btn-af-balance-scale:focus {
  outline: none;
}
.btn-af-balance-scale:before {
  content: "\f24e";
}
.btn-af-ban:focus {
  outline: none;
}
.btn-af-ban:before {
  content: "\f05e";
}
.btn-af-bank:focus {
  outline: none;
}
.btn-af-bank:before {
  content: "\f19c";
}
.btn-af-bar-chart:focus {
  outline: none;
}
.btn-af-bar-chart:before {
  content: "\f080";
}
.btn-af-bar-chart-o:focus {
  outline: none;
}
.btn-af-bar-chart-o:before {
  content: "\f080";
}
.btn-af-barcode:focus {
  outline: none;
}
.btn-af-barcode:before {
  content: "\f02a";
}
.btn-af-bars:focus {
  outline: none;
}
.btn-af-bars:before {
  content: "\f0c9";
}
.btn-af-battery-0:focus {
  outline: none;
}
.btn-af-battery-0:before {
  content: "\f244";
}
.btn-af-battery-1:focus {
  outline: none;
}
.btn-af-battery-1:before {
  content: "\f243";
}
.btn-af-battery-2:focus {
  outline: none;
}
.btn-af-battery-2:before {
  content: "\f242";
}
.btn-af-battery-3:focus {
  outline: none;
}
.btn-af-battery-3:before {
  content: "\f241";
}
.btn-af-battery-4:focus {
  outline: none;
}
.btn-af-battery-4:before {
  content: "\f240";
}
.btn-af-battery-empty:focus {
  outline: none;
}
.btn-af-battery-empty:before {
  content: "\f244";
}
.btn-af-battery-full:focus {
  outline: none;
}
.btn-af-battery-full:before {
  content: "\f240";
}
.btn-af-battery-half:focus {
  outline: none;
}
.btn-af-battery-half:before {
  content: "\f242";
}
.btn-af-battery-quarter:focus {
  outline: none;
}
.btn-af-battery-quarter:before {
  content: "\f243";
}
.btn-af-battery-three-quarters:focus {
  outline: none;
}
.btn-af-battery-three-quarters:before {
  content: "\f241";
}
.btn-af-bed:focus {
  outline: none;
}
.btn-af-bed:before {
  content: "\f236";
}
.btn-af-beer:focus {
  outline: none;
}
.btn-af-beer:before {
  content: "\f0fc";
}
.btn-af-behance:focus {
  outline: none;
}
.btn-af-behance:before {
  content: "\f1b4";
}
.btn-af-behance-square:focus {
  outline: none;
}
.btn-af-behance-square:before {
  content: "\f1b5";
}
.btn-af-bell:focus {
  outline: none;
}
.btn-af-bell:before {
  content: "\f0f3";
}
.btn-af-bell-o:focus {
  outline: none;
}
.btn-af-bell-o:before {
  content: "\f0a2";
}
.btn-af-bell-slash:focus {
  outline: none;
}
.btn-af-bell-slash:before {
  content: "\f1f6";
}
.btn-af-bell-slash-o:focus {
  outline: none;
}
.btn-af-bell-slash-o:before {
  content: "\f1f7";
}
.btn-af-bicycle:focus {
  outline: none;
}
.btn-af-bicycle:before {
  content: "\f206";
}
.btn-af-binoculars:focus {
  outline: none;
}
.btn-af-binoculars:before {
  content: "\f1e5";
}
.btn-af-birthday-cake:focus {
  outline: none;
}
.btn-af-birthday-cake:before {
  content: "\f1fd";
}
.btn-af-bitbucket:focus {
  outline: none;
}
.btn-af-bitbucket:before {
  content: "\f171";
}
.btn-af-bitbucket-square:focus {
  outline: none;
}
.btn-af-bitbucket-square:before {
  content: "\f172";
}
.btn-af-bitcoin:focus {
  outline: none;
}
.btn-af-bitcoin:before {
  content: "\f15a";
}
.btn-af-black-tie:focus {
  outline: none;
}
.btn-af-black-tie:before {
  content: "\f27e";
}
.btn-af-blind:focus {
  outline: none;
}
.btn-af-blind:before {
  content: "\f29d";
}
.btn-af-bluetooth:focus {
  outline: none;
}
.btn-af-bluetooth:before {
  content: "\f293";
}
.btn-af-bluetooth-b:focus {
  outline: none;
}
.btn-af-bluetooth-b:before {
  content: "\f294";
}
.btn-af-bold:focus {
  outline: none;
}
.btn-af-bold:before {
  content: "\f032";
}
.btn-af-bolt:focus {
  outline: none;
}
.btn-af-bolt:before {
  content: "\f0e7";
}
.btn-af-bomb:focus {
  outline: none;
}
.btn-af-bomb:before {
  content: "\f1e2";
}
.btn-af-book:focus {
  outline: none;
}
.btn-af-book:before {
  content: "\f02d";
}
.btn-af-bookmark:focus {
  outline: none;
}
.btn-af-bookmark:before {
  content: "\f02e";
}
.btn-af-bookmark-o:focus {
  outline: none;
}
.btn-af-bookmark-o:before {
  content: "\f097";
}
.btn-af-braille:focus {
  outline: none;
}
.btn-af-braille:before {
  content: "\f2a1";
}
.btn-af-briefcase:focus {
  outline: none;
}
.btn-af-briefcase:before {
  content: "\f0b1";
}
.btn-af-btc:focus {
  outline: none;
}
.btn-af-btc:before {
  content: "\f15a";
}
.btn-af-bug:focus {
  outline: none;
}
.btn-af-bug:before {
  content: "\f188";
}
.btn-af-building:focus {
  outline: none;
}
.btn-af-building:before {
  content: "\f1ad";
}
.btn-af-building-o:focus {
  outline: none;
}
.btn-af-building-o:before {
  content: "\f0f7";
}
.btn-af-bullhorn:focus {
  outline: none;
}
.btn-af-bullhorn:before {
  content: "\f0a1";
}
.btn-af-bullseye:focus {
  outline: none;
}
.btn-af-bullseye:before {
  content: "\f140";
}
.btn-af-bus:focus {
  outline: none;
}
.btn-af-bus:before {
  content: "\f207";
}
.btn-af-buysellads:focus {
  outline: none;
}
.btn-af-buysellads:before {
  content: "\f20d";
}
.btn-af-cab:focus {
  outline: none;
}
.btn-af-cab:before {
  content: "\f1ba";
}
.btn-af-calculator:focus {
  outline: none;
}
.btn-af-calculator:before {
  content: "\f1ec";
}
.btn-af-calendar:focus {
  outline: none;
}
.btn-af-calendar:before {
  content: "\f073";
}
.btn-af-calendar-check-o:focus {
  outline: none;
}
.btn-af-calendar-check-o:before {
  content: "\f274";
}
.btn-af-calendar-minus-o:focus {
  outline: none;
}
.btn-af-calendar-minus-o:before {
  content: "\f272";
}
.btn-af-calendar-o:focus {
  outline: none;
}
.btn-af-calendar-o:before {
  content: "\f133";
}
.btn-af-calendar-plus-o:focus {
  outline: none;
}
.btn-af-calendar-plus-o:before {
  content: "\f271";
}
.btn-af-calendar-times-o:focus {
  outline: none;
}
.btn-af-calendar-times-o:before {
  content: "\f273";
}
.btn-af-camera:focus {
  outline: none;
}
.btn-af-camera:before {
  content: "\f030";
}
.btn-af-camera-retro:focus {
  outline: none;
}
.btn-af-camera-retro:before {
  content: "\f083";
}
.btn-af-car:focus {
  outline: none;
}
.btn-af-car:before {
  content: "\f1b9";
}
.btn-af-caret-down:focus {
  outline: none;
}
.btn-af-caret-down:before {
  content: "\f0d7";
}
.btn-af-caret-left:focus {
  outline: none;
}
.btn-af-caret-left:before {
  content: "\f0d9";
}
.btn-af-caret-right:focus {
  outline: none;
}
.btn-af-caret-right:before {
  content: "\f0da";
}
.btn-af-caret-square-o-down:focus {
  outline: none;
}
.btn-af-caret-square-o-down:before {
  content: "\f150";
}
.btn-af-caret-square-o-left:focus {
  outline: none;
}
.btn-af-caret-square-o-left:before {
  content: "\f191";
}
.btn-af-caret-square-o-right:focus {
  outline: none;
}
.btn-af-caret-square-o-right:before {
  content: "\f152";
}
.btn-af-caret-square-o-up:focus {
  outline: none;
}
.btn-af-caret-square-o-up:before {
  content: "\f151";
}
.btn-af-caret-up:focus {
  outline: none;
}
.btn-af-caret-up:before {
  content: "\f0d8";
}
.btn-af-cart-arrow-down:focus {
  outline: none;
}
.btn-af-cart-arrow-down:before {
  content: "\f218";
}
.btn-af-cart-plus:focus {
  outline: none;
}
.btn-af-cart-plus:before {
  content: "\f217";
}
.btn-af-cc:focus {
  outline: none;
}
.btn-af-cc:before {
  content: "\f20a";
}
.btn-af-cc-amex:focus {
  outline: none;
}
.btn-af-cc-amex:before {
  content: "\f1f3";
}
.btn-af-cc-diners-club:focus {
  outline: none;
}
.btn-af-cc-diners-club:before {
  content: "\f24c";
}
.btn-af-cc-discover:focus {
  outline: none;
}
.btn-af-cc-discover:before {
  content: "\f1f2";
}
.btn-af-cc-jcb:focus {
  outline: none;
}
.btn-af-cc-jcb:before {
  content: "\f24b";
}
.btn-af-cc-mastercard:focus {
  outline: none;
}
.btn-af-cc-mastercard:before {
  content: "\f1f1";
}
.btn-af-cc-paypal:focus {
  outline: none;
}
.btn-af-cc-paypal:before {
  content: "\f1f4";
}
.btn-af-cc-stripe:focus {
  outline: none;
}
.btn-af-cc-stripe:before {
  content: "\f1f5";
}
.btn-af-cc-visa:focus {
  outline: none;
}
.btn-af-cc-visa:before {
  content: "\f1f0";
}
.btn-af-certificate:focus {
  outline: none;
}
.btn-af-certificate:before {
  content: "\f0a3";
}
.btn-af-chain:focus {
  outline: none;
}
.btn-af-chain:before {
  content: "\f0c1";
}
.btn-af-chain-broken:focus {
  outline: none;
}
.btn-af-chain-broken:before {
  content: "\f127";
}
.btn-af-check:focus {
  outline: none;
}
.btn-af-check:before {
  content: "\f00c";
}
.btn-af-check-circle:focus {
  outline: none;
}
.btn-af-check-circle:before {
  content: "\f058";
}
.btn-af-check-circle-o:focus {
  outline: none;
}
.btn-af-check-circle-o:before {
  content: "\f05d";
}
.btn-af-check-square:focus {
  outline: none;
}
.btn-af-check-square:before {
  content: "\f14a";
}
.btn-af-check-square-o:focus {
  outline: none;
}
.btn-af-check-square-o:before {
  content: "\f046";
}
.btn-af-chevron-circle-down:focus {
  outline: none;
}
.btn-af-chevron-circle-down:before {
  content: "\f13a";
}
.btn-af-chevron-circle-left:focus {
  outline: none;
}
.btn-af-chevron-circle-left:before {
  content: "\f137";
}
.btn-af-chevron-circle-right:focus {
  outline: none;
}
.btn-af-chevron-circle-right:before {
  content: "\f138";
}
.btn-af-chevron-circle-up:focus {
  outline: none;
}
.btn-af-chevron-circle-up:before {
  content: "\f139";
}
.btn-af-chevron-down:focus {
  outline: none;
}
.btn-af-chevron-down:before {
  content: "\f078";
}
.btn-af-chevron-left:focus {
  outline: none;
}
.btn-af-chevron-left:before {
  content: "\f053";
}
.btn-af-chevron-right:focus {
  outline: none;
}
.btn-af-chevron-right:before {
  content: "\f054";
}
.btn-af-chevron-up:focus {
  outline: none;
}
.btn-af-chevron-up:before {
  content: "\f077";
}
.btn-af-child:focus {
  outline: none;
}
.btn-af-child:before {
  content: "\f1ae";
}
.btn-af-chrome:focus {
  outline: none;
}
.btn-af-chrome:before {
  content: "\f268";
}
.btn-af-circle:focus {
  outline: none;
}
.btn-af-circle:before {
  content: "\f111";
}
.btn-af-circle-o:focus {
  outline: none;
}
.btn-af-circle-o:before {
  content: "\f10c";
}
.btn-af-circle-o-notch:focus {
  outline: none;
}
.btn-af-circle-o-notch:before {
  content: "\f1ce";
}
.btn-af-circle-thin:focus {
  outline: none;
}
.btn-af-circle-thin:before {
  content: "\f1db";
}
.btn-af-clipboard:focus {
  outline: none;
}
.btn-af-clipboard:before {
  content: "\f0ea";
}
.btn-af-clock-o:focus {
  outline: none;
}
.btn-af-clock-o:before {
  content: "\f017";
}
.btn-af-clone:focus {
  outline: none;
}
.btn-af-clone:before {
  content: "\f24d";
}
.btn-af-close:focus {
  outline: none;
}
.btn-af-close:before {
  content: "\f00d";
}
.btn-af-cloud:focus {
  outline: none;
}
.btn-af-cloud:before {
  content: "\f0c2";
}
.btn-af-cloud-download:focus {
  outline: none;
}
.btn-af-cloud-download:before {
  content: "\f0ed";
}
.btn-af-cloud-upload:focus {
  outline: none;
}
.btn-af-cloud-upload:before {
  content: "\f0ee";
}
.btn-af-cny:focus {
  outline: none;
}
.btn-af-cny:before {
  content: "\f157";
}
.btn-af-code:focus {
  outline: none;
}
.btn-af-code:before {
  content: "\f121";
}
.btn-af-code-fork:focus {
  outline: none;
}
.btn-af-code-fork:before {
  content: "\f126";
}
.btn-af-codepen:focus {
  outline: none;
}
.btn-af-codepen:before {
  content: "\f1cb";
}
.btn-af-codiepie:focus {
  outline: none;
}
.btn-af-codiepie:before {
  content: "\f284";
}
.btn-af-coffee:focus {
  outline: none;
}
.btn-af-coffee:before {
  content: "\f0f4";
}
.btn-af-cog:focus {
  outline: none;
}
.btn-af-cog:before {
  content: "\f013";
}
.btn-af-cogs:focus {
  outline: none;
}
.btn-af-cogs:before {
  content: "\f085";
}
.btn-af-columns:focus {
  outline: none;
}
.btn-af-columns:before {
  content: "\f0db";
}
.btn-af-comment:focus {
  outline: none;
}
.btn-af-comment:before {
  content: "\f075";
}
.btn-af-comment-o:focus {
  outline: none;
}
.btn-af-comment-o:before {
  content: "\f0e5";
}
.btn-af-commenting:focus {
  outline: none;
}
.btn-af-commenting:before {
  content: "\f27a";
}
.btn-af-commenting-o:focus {
  outline: none;
}
.btn-af-commenting-o:before {
  content: "\f27b";
}
.btn-af-comments:focus {
  outline: none;
}
.btn-af-comments:before {
  content: "\f086";
}
.btn-af-comments-o:focus {
  outline: none;
}
.btn-af-comments-o:before {
  content: "\f0e6";
}
.btn-af-compass:focus {
  outline: none;
}
.btn-af-compass:before {
  content: "\f14e";
}
.btn-af-compress:focus {
  outline: none;
}
.btn-af-compress:before {
  content: "\f066";
}
.btn-af-connectdevelop:focus {
  outline: none;
}
.btn-af-connectdevelop:before {
  content: "\f20e";
}
.btn-af-contao:focus {
  outline: none;
}
.btn-af-contao:before {
  content: "\f26d";
}
.btn-af-copy:focus {
  outline: none;
}
.btn-af-copy:before {
  content: "\f0c5";
}
.btn-af-copyright:focus {
  outline: none;
}
.btn-af-copyright:before {
  content: "\f1f9";
}
.btn-af-creative-commons:focus {
  outline: none;
}
.btn-af-creative-commons:before {
  content: "\f25e";
}
.btn-af-credit-card:focus {
  outline: none;
}
.btn-af-credit-card:before {
  content: "\f09d";
}
.btn-af-credit-card-alt:focus {
  outline: none;
}
.btn-af-credit-card-alt:before {
  content: "\f283";
}
.btn-af-crop:focus {
  outline: none;
}
.btn-af-crop:before {
  content: "\f125";
}
.btn-af-crosshairs:focus {
  outline: none;
}
.btn-af-crosshairs:before {
  content: "\f05b";
}
.btn-af-css3:focus {
  outline: none;
}
.btn-af-css3:before {
  content: "\f13c";
}
.btn-af-cube:focus {
  outline: none;
}
.btn-af-cube:before {
  content: "\f1b2";
}
.btn-af-cubes:focus {
  outline: none;
}
.btn-af-cubes:before {
  content: "\f1b3";
}
.btn-af-cut:focus {
  outline: none;
}
.btn-af-cut:before {
  content: "\f0c4";
}
.btn-af-cutlery:focus {
  outline: none;
}
.btn-af-cutlery:before {
  content: "\f0f5";
}
.btn-af-dashboard:focus {
  outline: none;
}
.btn-af-dashboard:before {
  content: "\f0e4";
}
.btn-af-dashcube:focus {
  outline: none;
}
.btn-af-dashcube:before {
  content: "\f210";
}
.btn-af-database:focus {
  outline: none;
}
.btn-af-database:before {
  content: "\f1c0";
}
.btn-af-deaf:focus {
  outline: none;
}
.btn-af-deaf:before {
  content: "\f2a4";
}
.btn-af-deafness:focus {
  outline: none;
}
.btn-af-deafness:before {
  content: "\f2a4";
}
.btn-af-dedent:focus {
  outline: none;
}
.btn-af-dedent:before {
  content: "\f03b";
}
.btn-af-delicious:focus {
  outline: none;
}
.btn-af-delicious:before {
  content: "\f1a5";
}
.btn-af-desktop:focus {
  outline: none;
}
.btn-af-desktop:before {
  content: "\f108";
}
.btn-af-deviantart:focus {
  outline: none;
}
.btn-af-deviantart:before {
  content: "\f1bd";
}
.btn-af-diamond:focus {
  outline: none;
}
.btn-af-diamond:before {
  content: "\f219";
}
.btn-af-digg:focus {
  outline: none;
}
.btn-af-digg:before {
  content: "\f1a6";
}
.btn-af-dollar:focus {
  outline: none;
}
.btn-af-dollar:before {
  content: "\f155";
}
.btn-af-dot-circle-o:focus {
  outline: none;
}
.btn-af-dot-circle-o:before {
  content: "\f192";
}
.btn-af-download:focus {
  outline: none;
}
.btn-af-download:before {
  content: "\f019";
}
.btn-af-dribbble:focus {
  outline: none;
}
.btn-af-dribbble:before {
  content: "\f17d";
}
.btn-af-dropbox:focus {
  outline: none;
}
.btn-af-dropbox:before {
  content: "\f16b";
}
.btn-af-drupal:focus {
  outline: none;
}
.btn-af-drupal:before {
  content: "\f1a9";
}
.btn-af-edge:focus {
  outline: none;
}
.btn-af-edge:before {
  content: "\f282";
}
.btn-af-edit:focus {
  outline: none;
}
.btn-af-edit:before {
  content: "\f044";
}
.btn-af-eject:focus {
  outline: none;
}
.btn-af-eject:before {
  content: "\f052";
}
.btn-af-ellipsis-h:focus {
  outline: none;
}
.btn-af-ellipsis-h:before {
  content: "\f141";
}
.btn-af-ellipsis-v:focus {
  outline: none;
}
.btn-af-ellipsis-v:before {
  content: "\f142";
}
.btn-af-empire:focus {
  outline: none;
}
.btn-af-empire:before {
  content: "\f1d1";
}
.btn-af-envelope:focus {
  outline: none;
}
.btn-af-envelope:before {
  content: "\f0e0";
}
.btn-af-envelope-o:focus {
  outline: none;
}
.btn-af-envelope-o:before {
  content: "\f003";
}
.btn-af-envelope-square:focus {
  outline: none;
}
.btn-af-envelope-square:before {
  content: "\f199";
}
.btn-af-envira:focus {
  outline: none;
}
.btn-af-envira:before {
  content: "\f299";
}
.btn-af-eraser:focus {
  outline: none;
}
.btn-af-eraser:before {
  content: "\f12d";
}
.btn-af-eur:focus {
  outline: none;
}
.btn-af-eur:before {
  content: "\f153";
}
.btn-af-euro:focus {
  outline: none;
}
.btn-af-euro:before {
  content: "\f153";
}
.btn-af-exchange:focus {
  outline: none;
}
.btn-af-exchange:before {
  content: "\f0ec";
}
.btn-af-exclamation:focus {
  outline: none;
}
.btn-af-exclamation:before {
  content: "\f12a";
}
.btn-af-exclamation-circle:focus {
  outline: none;
}
.btn-af-exclamation-circle:before {
  content: "\f06a";
}
.btn-af-exclamation-triangle:focus {
  outline: none;
}
.btn-af-exclamation-triangle:before {
  content: "\f071";
}
.btn-af-expand:focus {
  outline: none;
}
.btn-af-expand:before {
  content: "\f065";
}
.btn-af-expeditedssl:focus {
  outline: none;
}
.btn-af-expeditedssl:before {
  content: "\f23e";
}
.btn-af-external-link:focus {
  outline: none;
}
.btn-af-external-link:before {
  content: "\f08e";
}
.btn-af-external-link-square:focus {
  outline: none;
}
.btn-af-external-link-square:before {
  content: "\f14c";
}
.btn-af-eye:focus {
  outline: none;
}
.btn-af-eye:before {
  content: "\f06e";
}
.btn-af-eye-slash:focus {
  outline: none;
}
.btn-af-eye-slash:before {
  content: "\f070";
}
.btn-af-eyedropper:focus {
  outline: none;
}
.btn-af-eyedropper:before {
  content: "\f1fb";
}
.btn-af-fa:focus {
  outline: none;
}
.btn-af-fa:before {
  content: "\f2b4";
}
.btn-af-facebook:focus {
  outline: none;
}
.btn-af-facebook:before {
  content: "\f09a";
}
.btn-af-facebook-f:focus {
  outline: none;
}
.btn-af-facebook-f:before {
  content: "\f09a";
}
.btn-af-facebook-official:focus {
  outline: none;
}
.btn-af-facebook-official:before {
  content: "\f230";
}
.btn-af-facebook-square:focus {
  outline: none;
}
.btn-af-facebook-square:before {
  content: "\f082";
}
.btn-af-fast-backward:focus {
  outline: none;
}
.btn-af-fast-backward:before {
  content: "\f049";
}
.btn-af-fast-forward:focus {
  outline: none;
}
.btn-af-fast-forward:before {
  content: "\f050";
}
.btn-af-fax:focus {
  outline: none;
}
.btn-af-fax:before {
  content: "\f1ac";
}
.btn-af-feed:focus {
  outline: none;
}
.btn-af-feed:before {
  content: "\f09e";
}
.btn-af-female:focus {
  outline: none;
}
.btn-af-female:before {
  content: "\f182";
}
.btn-af-fighter-jet:focus {
  outline: none;
}
.btn-af-fighter-jet:before {
  content: "\f0fb";
}
.btn-af-file:focus {
  outline: none;
}
.btn-af-file:before {
  content: "\f15b";
}
.btn-af-file-archive-o:focus {
  outline: none;
}
.btn-af-file-archive-o:before {
  content: "\f1c6";
}
.btn-af-file-audio-o:focus {
  outline: none;
}
.btn-af-file-audio-o:before {
  content: "\f1c7";
}
.btn-af-file-code-o:focus {
  outline: none;
}
.btn-af-file-code-o:before {
  content: "\f1c9";
}
.btn-af-file-excel-o:focus {
  outline: none;
}
.btn-af-file-excel-o:before {
  content: "\f1c3";
}
.btn-af-file-image-o:focus {
  outline: none;
}
.btn-af-file-image-o:before {
  content: "\f1c5";
}
.btn-af-file-movie-o:focus {
  outline: none;
}
.btn-af-file-movie-o:before {
  content: "\f1c8";
}
.btn-af-file-o:focus {
  outline: none;
}
.btn-af-file-o:before {
  content: "\f016";
}
.btn-af-file-pdf-o:focus {
  outline: none;
}
.btn-af-file-pdf-o:before {
  content: "\f1c1";
}
.btn-af-file-photo-o:focus {
  outline: none;
}
.btn-af-file-photo-o:before {
  content: "\f1c5";
}
.btn-af-file-picture-o:focus {
  outline: none;
}
.btn-af-file-picture-o:before {
  content: "\f1c5";
}
.btn-af-file-powerpoint-o:focus {
  outline: none;
}
.btn-af-file-powerpoint-o:before {
  content: "\f1c4";
}
.btn-af-file-sound-o:focus {
  outline: none;
}
.btn-af-file-sound-o:before {
  content: "\f1c7";
}
.btn-af-file-text:focus {
  outline: none;
}
.btn-af-file-text:before {
  content: "\f15c";
}
.btn-af-file-text-o:focus {
  outline: none;
}
.btn-af-file-text-o:before {
  content: "\f0f6";
}
.btn-af-file-video-o:focus {
  outline: none;
}
.btn-af-file-video-o:before {
  content: "\f1c8";
}
.btn-af-file-word-o:focus {
  outline: none;
}
.btn-af-file-word-o:before {
  content: "\f1c2";
}
.btn-af-file-zip-o:focus {
  outline: none;
}
.btn-af-file-zip-o:before {
  content: "\f1c6";
}
.btn-af-files-o:focus {
  outline: none;
}
.btn-af-files-o:before {
  content: "\f0c5";
}
.btn-af-film:focus {
  outline: none;
}
.btn-af-film:before {
  content: "\f008";
}
.btn-af-filter:focus {
  outline: none;
}
.btn-af-filter:before {
  content: "\f0b0";
}
.btn-af-fire:focus {
  outline: none;
}
.btn-af-fire:before {
  content: "\f06d";
}
.btn-af-fire-extinguisher:focus {
  outline: none;
}
.btn-af-fire-extinguisher:before {
  content: "\f134";
}
.btn-af-firefox:focus {
  outline: none;
}
.btn-af-firefox:before {
  content: "\f269";
}
.btn-af-first-order:focus {
  outline: none;
}
.btn-af-first-order:before {
  content: "\f2b0";
}
.btn-af-flag:focus {
  outline: none;
}
.btn-af-flag:before {
  content: "\f024";
}
.btn-af-flag-checkered:focus {
  outline: none;
}
.btn-af-flag-checkered:before {
  content: "\f11e";
}
.btn-af-flag-o:focus {
  outline: none;
}
.btn-af-flag-o:before {
  content: "\f11d";
}
.btn-af-flash:focus {
  outline: none;
}
.btn-af-flash:before {
  content: "\f0e7";
}
.btn-af-flask:focus {
  outline: none;
}
.btn-af-flask:before {
  content: "\f0c3";
}
.btn-af-flickr:focus {
  outline: none;
}
.btn-af-flickr:before {
  content: "\f16e";
}
.btn-af-floppy-o:focus {
  outline: none;
}
.btn-af-floppy-o:before {
  content: "\f0c7";
}
.btn-af-folder:focus {
  outline: none;
}
.btn-af-folder:before {
  content: "\f07b";
}
.btn-af-folder-o:focus {
  outline: none;
}
.btn-af-folder-o:before {
  content: "\f114";
}
.btn-af-folder-open:focus {
  outline: none;
}
.btn-af-folder-open:before {
  content: "\f07c";
}
.btn-af-folder-open-o:focus {
  outline: none;
}
.btn-af-folder-open-o:before {
  content: "\f115";
}
.btn-af-font:focus {
  outline: none;
}
.btn-af-font:before {
  content: "\f031";
}
.btn-af-font-awesome:focus {
  outline: none;
}
.btn-af-font-awesome:before {
  content: "\f2b4";
}
.btn-af-fonticons:focus {
  outline: none;
}
.btn-af-fonticons:before {
  content: "\f280";
}
.btn-af-fort-awesome:focus {
  outline: none;
}
.btn-af-fort-awesome:before {
  content: "\f286";
}
.btn-af-forumbee:focus {
  outline: none;
}
.btn-af-forumbee:before {
  content: "\f211";
}
.btn-af-forward:focus {
  outline: none;
}
.btn-af-forward:before {
  content: "\f04e";
}
.btn-af-foursquare:focus {
  outline: none;
}
.btn-af-foursquare:before {
  content: "\f180";
}
.btn-af-frown-o:focus {
  outline: none;
}
.btn-af-frown-o:before {
  content: "\f119";
}
.btn-af-futbol-o:focus {
  outline: none;
}
.btn-af-futbol-o:before {
  content: "\f1e3";
}
.btn-af-gamepad:focus {
  outline: none;
}
.btn-af-gamepad:before {
  content: "\f11b";
}
.btn-af-gavel:focus {
  outline: none;
}
.btn-af-gavel:before {
  content: "\f0e3";
}
.btn-af-gbp:focus {
  outline: none;
}
.btn-af-gbp:before {
  content: "\f154";
}
.btn-af-ge:focus {
  outline: none;
}
.btn-af-ge:before {
  content: "\f1d1";
}
.btn-af-gear:focus {
  outline: none;
}
.btn-af-gear:before {
  content: "\f013";
}
.btn-af-gears:focus {
  outline: none;
}
.btn-af-gears:before {
  content: "\f085";
}
.btn-af-genderless:focus {
  outline: none;
}
.btn-af-genderless:before {
  content: "\f22d";
}
.btn-af-get-pocket:focus {
  outline: none;
}
.btn-af-get-pocket:before {
  content: "\f265";
}
.btn-af-gg:focus {
  outline: none;
}
.btn-af-gg:before {
  content: "\f260";
}
.btn-af-gg-circle:focus {
  outline: none;
}
.btn-af-gg-circle:before {
  content: "\f261";
}
.btn-af-gift:focus {
  outline: none;
}
.btn-af-gift:before {
  content: "\f06b";
}
.btn-af-git:focus {
  outline: none;
}
.btn-af-git:before {
  content: "\f1d3";
}
.btn-af-git-square:focus {
  outline: none;
}
.btn-af-git-square:before {
  content: "\f1d2";
}
.btn-af-github:focus {
  outline: none;
}
.btn-af-github:before {
  content: "\f09b";
}
.btn-af-github-alt:focus {
  outline: none;
}
.btn-af-github-alt:before {
  content: "\f113";
}
.btn-af-github-square:focus {
  outline: none;
}
.btn-af-github-square:before {
  content: "\f092";
}
.btn-af-gitlab:focus {
  outline: none;
}
.btn-af-gitlab:before {
  content: "\f296";
}
.btn-af-gittip:focus {
  outline: none;
}
.btn-af-gittip:before {
  content: "\f184";
}
.btn-af-glass:focus {
  outline: none;
}
.btn-af-glass:before {
  content: "\f000";
}
.btn-af-glide:focus {
  outline: none;
}
.btn-af-glide:before {
  content: "\f2a5";
}
.btn-af-glide-g:focus {
  outline: none;
}
.btn-af-glide-g:before {
  content: "\f2a6";
}
.btn-af-globe:focus {
  outline: none;
}
.btn-af-globe:before {
  content: "\f0ac";
}
.btn-af-google:focus {
  outline: none;
}
.btn-af-google:before {
  content: "\f1a0";
}
.btn-af-google-plus:focus {
  outline: none;
}
.btn-af-google-plus:before {
  content: "\f0d5";
}
.btn-af-google-plus-circle:focus {
  outline: none;
}
.btn-af-google-plus-circle:before {
  content: "\f2b3";
}
.btn-af-google-plus-official:focus {
  outline: none;
}
.btn-af-google-plus-official:before {
  content: "\f2b3";
}
.btn-af-google-plus-square:focus {
  outline: none;
}
.btn-af-google-plus-square:before {
  content: "\f0d4";
}
.btn-af-google-wallet:focus {
  outline: none;
}
.btn-af-google-wallet:before {
  content: "\f1ee";
}
.btn-af-graduation-cap:focus {
  outline: none;
}
.btn-af-graduation-cap:before {
  content: "\f19d";
}
.btn-af-gratipay:focus {
  outline: none;
}
.btn-af-gratipay:before {
  content: "\f184";
}
.btn-af-group:focus {
  outline: none;
}
.btn-af-group:before {
  content: "\f0c0";
}
.btn-af-h-square:focus {
  outline: none;
}
.btn-af-h-square:before {
  content: "\f0fd";
}
.btn-af-hacker-news:focus {
  outline: none;
}
.btn-af-hacker-news:before {
  content: "\f1d4";
}
.btn-af-hand-grab-o:focus {
  outline: none;
}
.btn-af-hand-grab-o:before {
  content: "\f255";
}
.btn-af-hand-lizard-o:focus {
  outline: none;
}
.btn-af-hand-lizard-o:before {
  content: "\f258";
}
.btn-af-hand-o-down:focus {
  outline: none;
}
.btn-af-hand-o-down:before {
  content: "\f0a7";
}
.btn-af-hand-o-left:focus {
  outline: none;
}
.btn-af-hand-o-left:before {
  content: "\f0a5";
}
.btn-af-hand-o-right:focus {
  outline: none;
}
.btn-af-hand-o-right:before {
  content: "\f0a4";
}
.btn-af-hand-o-up:focus {
  outline: none;
}
.btn-af-hand-o-up:before {
  content: "\f0a6";
}
.btn-af-hand-paper-o:focus {
  outline: none;
}
.btn-af-hand-paper-o:before {
  content: "\f256";
}
.btn-af-hand-peace-o:focus {
  outline: none;
}
.btn-af-hand-peace-o:before {
  content: "\f25b";
}
.btn-af-hand-pointer-o:focus {
  outline: none;
}
.btn-af-hand-pointer-o:before {
  content: "\f25a";
}
.btn-af-hand-rock-o:focus {
  outline: none;
}
.btn-af-hand-rock-o:before {
  content: "\f255";
}
.btn-af-hand-scissors-o:focus {
  outline: none;
}
.btn-af-hand-scissors-o:before {
  content: "\f257";
}
.btn-af-hand-spock-o:focus {
  outline: none;
}
.btn-af-hand-spock-o:before {
  content: "\f259";
}
.btn-af-hand-stop-o:focus {
  outline: none;
}
.btn-af-hand-stop-o:before {
  content: "\f256";
}
.btn-af-hard-of-hearing:focus {
  outline: none;
}
.btn-af-hard-of-hearing:before {
  content: "\f2a4";
}
.btn-af-hashtag:focus {
  outline: none;
}
.btn-af-hashtag:before {
  content: "\f292";
}
.btn-af-hdd-o:focus {
  outline: none;
}
.btn-af-hdd-o:before {
  content: "\f0a0";
}
.btn-af-header:focus {
  outline: none;
}
.btn-af-header:before {
  content: "\f1dc";
}
.btn-af-headphones:focus {
  outline: none;
}
.btn-af-headphones:before {
  content: "\f025";
}
.btn-af-heart:focus {
  outline: none;
}
.btn-af-heart:before {
  content: "\f004";
}
.btn-af-heart-o:focus {
  outline: none;
}
.btn-af-heart-o:before {
  content: "\f08a";
}
.btn-af-heartbeat:focus {
  outline: none;
}
.btn-af-heartbeat:before {
  content: "\f21e";
}
.btn-af-history:focus {
  outline: none;
}
.btn-af-history:before {
  content: "\f1da";
}
.btn-af-home:focus {
  outline: none;
}
.btn-af-home:before {
  content: "\f015";
}
.btn-af-hospital-o:focus {
  outline: none;
}
.btn-af-hospital-o:before {
  content: "\f0f8";
}
.btn-af-hotel:focus {
  outline: none;
}
.btn-af-hotel:before {
  content: "\f236";
}
.btn-af-hourglass:focus {
  outline: none;
}
.btn-af-hourglass:before {
  content: "\f254";
}
.btn-af-hourglass-1:focus {
  outline: none;
}
.btn-af-hourglass-1:before {
  content: "\f251";
}
.btn-af-hourglass-2:focus {
  outline: none;
}
.btn-af-hourglass-2:before {
  content: "\f252";
}
.btn-af-hourglass-3:focus {
  outline: none;
}
.btn-af-hourglass-3:before {
  content: "\f253";
}
.btn-af-hourglass-end:focus {
  outline: none;
}
.btn-af-hourglass-end:before {
  content: "\f253";
}
.btn-af-hourglass-half:focus {
  outline: none;
}
.btn-af-hourglass-half:before {
  content: "\f252";
}
.btn-af-hourglass-o:focus {
  outline: none;
}
.btn-af-hourglass-o:before {
  content: "\f250";
}
.btn-af-hourglass-start:focus {
  outline: none;
}
.btn-af-hourglass-start:before {
  content: "\f251";
}
.btn-af-houzz:focus {
  outline: none;
}
.btn-af-houzz:before {
  content: "\f27c";
}
.btn-af-html5:focus {
  outline: none;
}
.btn-af-html5:before {
  content: "\f13b";
}
.btn-af-i-cursor:focus {
  outline: none;
}
.btn-af-i-cursor:before {
  content: "\f246";
}
.btn-af-ils:focus {
  outline: none;
}
.btn-af-ils:before {
  content: "\f20b";
}
.btn-af-image:focus {
  outline: none;
}
.btn-af-image:before {
  content: "\f03e";
}
.btn-af-inbox:focus {
  outline: none;
}
.btn-af-inbox:before {
  content: "\f01c";
}
.btn-af-indent:focus {
  outline: none;
}
.btn-af-indent:before {
  content: "\f03c";
}
.btn-af-industry:focus {
  outline: none;
}
.btn-af-industry:before {
  content: "\f275";
}
.btn-af-info:focus {
  outline: none;
}
.btn-af-info:before {
  content: "\f129";
}
.btn-af-info-circle:focus {
  outline: none;
}
.btn-af-info-circle:before {
  content: "\f05a";
}
.btn-af-inr:focus {
  outline: none;
}
.btn-af-inr:before {
  content: "\f156";
}
.btn-af-instagram:focus {
  outline: none;
}
.btn-af-instagram:before {
  content: "\f16d";
}
.btn-af-institution:focus {
  outline: none;
}
.btn-af-institution:before {
  content: "\f19c";
}
.btn-af-internet-explorer:focus {
  outline: none;
}
.btn-af-internet-explorer:before {
  content: "\f26b";
}
.btn-af-intersex:focus {
  outline: none;
}
.btn-af-intersex:before {
  content: "\f224";
}
.btn-af-ioxhost:focus {
  outline: none;
}
.btn-af-ioxhost:before {
  content: "\f208";
}
.btn-af-italic:focus {
  outline: none;
}
.btn-af-italic:before {
  content: "\f033";
}
.btn-af-joomla:focus {
  outline: none;
}
.btn-af-joomla:before {
  content: "\f1aa";
}
.btn-af-jpy:focus {
  outline: none;
}
.btn-af-jpy:before {
  content: "\f157";
}
.btn-af-jsfiddle:focus {
  outline: none;
}
.btn-af-jsfiddle:before {
  content: "\f1cc";
}
.btn-af-key:focus {
  outline: none;
}
.btn-af-key:before {
  content: "\f084";
}
.btn-af-keyboard-o:focus {
  outline: none;
}
.btn-af-keyboard-o:before {
  content: "\f11c";
}
.btn-af-krw:focus {
  outline: none;
}
.btn-af-krw:before {
  content: "\f159";
}
.btn-af-language:focus {
  outline: none;
}
.btn-af-language:before {
  content: "\f1ab";
}
.btn-af-laptop:focus {
  outline: none;
}
.btn-af-laptop:before {
  content: "\f109";
}
.btn-af-lastfm:focus {
  outline: none;
}
.btn-af-lastfm:before {
  content: "\f202";
}
.btn-af-lastfm-square:focus {
  outline: none;
}
.btn-af-lastfm-square:before {
  content: "\f203";
}
.btn-af-leaf:focus {
  outline: none;
}
.btn-af-leaf:before {
  content: "\f06c";
}
.btn-af-leanpub:focus {
  outline: none;
}
.btn-af-leanpub:before {
  content: "\f212";
}
.btn-af-legal:focus {
  outline: none;
}
.btn-af-legal:before {
  content: "\f0e3";
}
.btn-af-lemon-o:focus {
  outline: none;
}
.btn-af-lemon-o:before {
  content: "\f094";
}
.btn-af-level-down:focus {
  outline: none;
}
.btn-af-level-down:before {
  content: "\f149";
}
.btn-af-level-up:focus {
  outline: none;
}
.btn-af-level-up:before {
  content: "\f148";
}
.btn-af-life-bouy:focus {
  outline: none;
}
.btn-af-life-bouy:before {
  content: "\f1cd";
}
.btn-af-life-buoy:focus {
  outline: none;
}
.btn-af-life-buoy:before {
  content: "\f1cd";
}
.btn-af-life-ring:focus {
  outline: none;
}
.btn-af-life-ring:before {
  content: "\f1cd";
}
.btn-af-life-saver:focus {
  outline: none;
}
.btn-af-life-saver:before {
  content: "\f1cd";
}
.btn-af-lightbulb-o:focus {
  outline: none;
}
.btn-af-lightbulb-o:before {
  content: "\f0eb";
}
.btn-af-line-chart:focus {
  outline: none;
}
.btn-af-line-chart:before {
  content: "\f201";
}
.btn-af-link:focus {
  outline: none;
}
.btn-af-link:before {
  content: "\f0c1";
}
.btn-af-linkedin:focus {
  outline: none;
}
.btn-af-linkedin:before {
  content: "\f0e1";
}
.btn-af-linkedin-square:focus {
  outline: none;
}
.btn-af-linkedin-square:before {
  content: "\f08c";
}
.btn-af-linux:focus {
  outline: none;
}
.btn-af-linux:before {
  content: "\f17c";
}
.btn-af-list:focus {
  outline: none;
}
.btn-af-list:before {
  content: "\f03a";
}
.btn-af-list-alt:focus {
  outline: none;
}
.btn-af-list-alt:before {
  content: "\f022";
}
.btn-af-list-ol:focus {
  outline: none;
}
.btn-af-list-ol:before {
  content: "\f0cb";
}
.btn-af-list-ul:focus {
  outline: none;
}
.btn-af-list-ul:before {
  content: "\f0ca";
}
.btn-af-location-arrow:focus {
  outline: none;
}
.btn-af-location-arrow:before {
  content: "\f124";
}
.btn-af-lock:focus {
  outline: none;
}
.btn-af-lock:before {
  content: "\f023";
}
.btn-af-long-arrow-down:focus {
  outline: none;
}
.btn-af-long-arrow-down:before {
  content: "\f175";
}
.btn-af-long-arrow-left:focus {
  outline: none;
}
.btn-af-long-arrow-left:before {
  content: "\f177";
}
.btn-af-long-arrow-right:focus {
  outline: none;
}
.btn-af-long-arrow-right:before {
  content: "\f178";
}
.btn-af-long-arrow-up:focus {
  outline: none;
}
.btn-af-long-arrow-up:before {
  content: "\f176";
}
.btn-af-low-vision:focus {
  outline: none;
}
.btn-af-low-vision:before {
  content: "\f2a8";
}
.btn-af-magic:focus {
  outline: none;
}
.btn-af-magic:before {
  content: "\f0d0";
}
.btn-af-magnet:focus {
  outline: none;
}
.btn-af-magnet:before {
  content: "\f076";
}
.btn-af-mail-forward:focus {
  outline: none;
}
.btn-af-mail-forward:before {
  content: "\f064";
}
.btn-af-mail-reply:focus {
  outline: none;
}
.btn-af-mail-reply:before {
  content: "\f112";
}
.btn-af-mail-reply-all:focus {
  outline: none;
}
.btn-af-mail-reply-all:before {
  content: "\f122";
}
.btn-af-male:focus {
  outline: none;
}
.btn-af-male:before {
  content: "\f183";
}
.btn-af-map:focus {
  outline: none;
}
.btn-af-map:before {
  content: "\f279";
}
.btn-af-map-marker:focus {
  outline: none;
}
.btn-af-map-marker:before {
  content: "\f041";
}
.btn-af-map-o:focus {
  outline: none;
}
.btn-af-map-o:before {
  content: "\f278";
}
.btn-af-map-pin:focus {
  outline: none;
}
.btn-af-map-pin:before {
  content: "\f276";
}
.btn-af-map-signs:focus {
  outline: none;
}
.btn-af-map-signs:before {
  content: "\f277";
}
.btn-af-mars:focus {
  outline: none;
}
.btn-af-mars:before {
  content: "\f222";
}
.btn-af-mars-double:focus {
  outline: none;
}
.btn-af-mars-double:before {
  content: "\f227";
}
.btn-af-mars-stroke:focus {
  outline: none;
}
.btn-af-mars-stroke:before {
  content: "\f229";
}
.btn-af-mars-stroke-h:focus {
  outline: none;
}
.btn-af-mars-stroke-h:before {
  content: "\f22b";
}
.btn-af-mars-stroke-v:focus {
  outline: none;
}
.btn-af-mars-stroke-v:before {
  content: "\f22a";
}
.btn-af-maxcdn:focus {
  outline: none;
}
.btn-af-maxcdn:before {
  content: "\f136";
}
.btn-af-meanpath:focus {
  outline: none;
}
.btn-af-meanpath:before {
  content: "\f20c";
}
.btn-af-medium:focus {
  outline: none;
}
.btn-af-medium:before {
  content: "\f23a";
}
.btn-af-medkit:focus {
  outline: none;
}
.btn-af-medkit:before {
  content: "\f0fa";
}
.btn-af-meh-o:focus {
  outline: none;
}
.btn-af-meh-o:before {
  content: "\f11a";
}
.btn-af-mercury:focus {
  outline: none;
}
.btn-af-mercury:before {
  content: "\f223";
}
.btn-af-microphone:focus {
  outline: none;
}
.btn-af-microphone:before {
  content: "\f130";
}
.btn-af-microphone-slash:focus {
  outline: none;
}
.btn-af-microphone-slash:before {
  content: "\f131";
}
.btn-af-minus:focus {
  outline: none;
}
.btn-af-minus:before {
  content: "\f068";
}
.btn-af-minus-circle:focus {
  outline: none;
}
.btn-af-minus-circle:before {
  content: "\f056";
}
.btn-af-minus-square:focus {
  outline: none;
}
.btn-af-minus-square:before {
  content: "\f146";
}
.btn-af-minus-square-o:focus {
  outline: none;
}
.btn-af-minus-square-o:before {
  content: "\f147";
}
.btn-af-mixcloud:focus {
  outline: none;
}
.btn-af-mixcloud:before {
  content: "\f289";
}
.btn-af-mobile:focus {
  outline: none;
}
.btn-af-mobile:before {
  content: "\f10b";
}
.btn-af-mobile-phone:focus {
  outline: none;
}
.btn-af-mobile-phone:before {
  content: "\f10b";
}
.btn-af-modx:focus {
  outline: none;
}
.btn-af-modx:before {
  content: "\f285";
}
.btn-af-money:focus {
  outline: none;
}
.btn-af-money:before {
  content: "\f0d6";
}
.btn-af-moon-o:focus {
  outline: none;
}
.btn-af-moon-o:before {
  content: "\f186";
}
.btn-af-mortar-board:focus {
  outline: none;
}
.btn-af-mortar-board:before {
  content: "\f19d";
}
.btn-af-motorcycle:focus {
  outline: none;
}
.btn-af-motorcycle:before {
  content: "\f21c";
}
.btn-af-mouse-pointer:focus {
  outline: none;
}
.btn-af-mouse-pointer:before {
  content: "\f245";
}
.btn-af-music:focus {
  outline: none;
}
.btn-af-music:before {
  content: "\f001";
}
.btn-af-navicon:focus {
  outline: none;
}
.btn-af-navicon:before {
  content: "\f0c9";
}
.btn-af-neuter:focus {
  outline: none;
}
.btn-af-neuter:before {
  content: "\f22c";
}
.btn-af-newspaper-o:focus {
  outline: none;
}
.btn-af-newspaper-o:before {
  content: "\f1ea";
}
.btn-af-object-group:focus {
  outline: none;
}
.btn-af-object-group:before {
  content: "\f247";
}
.btn-af-object-ungroup:focus {
  outline: none;
}
.btn-af-object-ungroup:before {
  content: "\f248";
}
.btn-af-odnoklassniki:focus {
  outline: none;
}
.btn-af-odnoklassniki:before {
  content: "\f263";
}
.btn-af-odnoklassniki-square:focus {
  outline: none;
}
.btn-af-odnoklassniki-square:before {
  content: "\f264";
}
.btn-af-opencart:focus {
  outline: none;
}
.btn-af-opencart:before {
  content: "\f23d";
}
.btn-af-openid:focus {
  outline: none;
}
.btn-af-openid:before {
  content: "\f19b";
}
.btn-af-opera:focus {
  outline: none;
}
.btn-af-opera:before {
  content: "\f26a";
}
.btn-af-optin-monster:focus {
  outline: none;
}
.btn-af-optin-monster:before {
  content: "\f23c";
}
.btn-af-outdent:focus {
  outline: none;
}
.btn-af-outdent:before {
  content: "\f03b";
}
.btn-af-pagelines:focus {
  outline: none;
}
.btn-af-pagelines:before {
  content: "\f18c";
}
.btn-af-paint-brush:focus {
  outline: none;
}
.btn-af-paint-brush:before {
  content: "\f1fc";
}
.btn-af-paper-plane:focus {
  outline: none;
}
.btn-af-paper-plane:before {
  content: "\f1d8";
}
.btn-af-paper-plane-o:focus {
  outline: none;
}
.btn-af-paper-plane-o:before {
  content: "\f1d9";
}
.btn-af-paperclip:focus {
  outline: none;
}
.btn-af-paperclip:before {
  content: "\f0c6";
}
.btn-af-paragraph:focus {
  outline: none;
}
.btn-af-paragraph:before {
  content: "\f1dd";
}
.btn-af-paste:focus {
  outline: none;
}
.btn-af-paste:before {
  content: "\f0ea";
}
.btn-af-pause:focus {
  outline: none;
}
.btn-af-pause:before {
  content: "\f04c";
}
.btn-af-pause-circle:focus {
  outline: none;
}
.btn-af-pause-circle:before {
  content: "\f28b";
}
.btn-af-pause-circle-o:focus {
  outline: none;
}
.btn-af-pause-circle-o:before {
  content: "\f28c";
}
.btn-af-paw:focus {
  outline: none;
}
.btn-af-paw:before {
  content: "\f1b0";
}
.btn-af-paypal:focus {
  outline: none;
}
.btn-af-paypal:before {
  content: "\f1ed";
}
.btn-af-pencil:focus {
  outline: none;
}
.btn-af-pencil:before {
  content: "\f040";
}
.btn-af-pencil-square:focus {
  outline: none;
}
.btn-af-pencil-square:before {
  content: "\f14b";
}
.btn-af-pencil-square-o:focus {
  outline: none;
}
.btn-af-pencil-square-o:before {
  content: "\f044";
}
.btn-af-percent:focus {
  outline: none;
}
.btn-af-percent:before {
  content: "\f295";
}
.btn-af-phone:focus {
  outline: none;
}
.btn-af-phone:before {
  content: "\f095";
}
.btn-af-phone-square:focus {
  outline: none;
}
.btn-af-phone-square:before {
  content: "\f098";
}
.btn-af-photo:focus {
  outline: none;
}
.btn-af-photo:before {
  content: "\f03e";
}
.btn-af-picture-o:focus {
  outline: none;
}
.btn-af-picture-o:before {
  content: "\f03e";
}
.btn-af-pie-chart:focus {
  outline: none;
}
.btn-af-pie-chart:before {
  content: "\f200";
}
.btn-af-pied-piper:focus {
  outline: none;
}
.btn-af-pied-piper:before {
  content: "\f2ae";
}
.btn-af-pied-piper-alt:focus {
  outline: none;
}
.btn-af-pied-piper-alt:before {
  content: "\f1a8";
}
.btn-af-pied-piper-pp:focus {
  outline: none;
}
.btn-af-pied-piper-pp:before {
  content: "\f1a7";
}
.btn-af-pinterest:focus {
  outline: none;
}
.btn-af-pinterest:before {
  content: "\f0d2";
}
.btn-af-pinterest-p:focus {
  outline: none;
}
.btn-af-pinterest-p:before {
  content: "\f231";
}
.btn-af-pinterest-square:focus {
  outline: none;
}
.btn-af-pinterest-square:before {
  content: "\f0d3";
}
.btn-af-plane:focus {
  outline: none;
}
.btn-af-plane:before {
  content: "\f072";
}
.btn-af-play:focus {
  outline: none;
}
.btn-af-play:before {
  content: "\f04b";
}
.btn-af-play-circle:focus {
  outline: none;
}
.btn-af-play-circle:before {
  content: "\f144";
}
.btn-af-play-circle-o:focus {
  outline: none;
}
.btn-af-play-circle-o:before {
  content: "\f01d";
}
.btn-af-plug:focus {
  outline: none;
}
.btn-af-plug:before {
  content: "\f1e6";
}
.btn-af-plus:focus {
  outline: none;
}
.btn-af-plus:before {
  content: "\f067";
}
.btn-af-plus-circle:focus {
  outline: none;
}
.btn-af-plus-circle:before {
  content: "\f055";
}
.btn-af-plus-square:focus {
  outline: none;
}
.btn-af-plus-square:before {
  content: "\f0fe";
}
.btn-af-plus-square-o:focus {
  outline: none;
}
.btn-af-plus-square-o:before {
  content: "\f196";
}
.btn-af-power-off:focus {
  outline: none;
}
.btn-af-power-off:before {
  content: "\f011";
}
.btn-af-print:focus {
  outline: none;
}
.btn-af-print:before {
  content: "\f02f";
}
.btn-af-product-hunt:focus {
  outline: none;
}
.btn-af-product-hunt:before {
  content: "\f288";
}
.btn-af-puzzle-piece:focus {
  outline: none;
}
.btn-af-puzzle-piece:before {
  content: "\f12e";
}
.btn-af-qq:focus {
  outline: none;
}
.btn-af-qq:before {
  content: "\f1d6";
}
.btn-af-qrcode:focus {
  outline: none;
}
.btn-af-qrcode:before {
  content: "\f029";
}
.btn-af-question:focus {
  outline: none;
}
.btn-af-question:before {
  content: "\f128";
}
.btn-af-question-circle:focus {
  outline: none;
}
.btn-af-question-circle:before {
  content: "\f059";
}
.btn-af-question-circle-o:focus {
  outline: none;
}
.btn-af-question-circle-o:before {
  content: "\f29c";
}
.btn-af-quote-left:focus {
  outline: none;
}
.btn-af-quote-left:before {
  content: "\f10d";
}
.btn-af-quote-right:focus {
  outline: none;
}
.btn-af-quote-right:before {
  content: "\f10e";
}
.btn-af-ra:focus {
  outline: none;
}
.btn-af-ra:before {
  content: "\f1d0";
}
.btn-af-random:focus {
  outline: none;
}
.btn-af-random:before {
  content: "\f074";
}
.btn-af-rebel:focus {
  outline: none;
}
.btn-af-rebel:before {
  content: "\f1d0";
}
.btn-af-recycle:focus {
  outline: none;
}
.btn-af-recycle:before {
  content: "\f1b8";
}
.btn-af-reddit:focus {
  outline: none;
}
.btn-af-reddit:before {
  content: "\f1a1";
}
.btn-af-reddit-alien:focus {
  outline: none;
}
.btn-af-reddit-alien:before {
  content: "\f281";
}
.btn-af-reddit-square:focus {
  outline: none;
}
.btn-af-reddit-square:before {
  content: "\f1a2";
}
.btn-af-refresh:focus {
  outline: none;
}
.btn-af-refresh:before {
  content: "\f021";
}
.btn-af-registered:focus {
  outline: none;
}
.btn-af-registered:before {
  content: "\f25d";
}
.btn-af-remove:focus {
  outline: none;
}
.btn-af-remove:before {
  content: "\f00d";
}
.btn-af-renren:focus {
  outline: none;
}
.btn-af-renren:before {
  content: "\f18b";
}
.btn-af-reorder:focus {
  outline: none;
}
.btn-af-reorder:before {
  content: "\f0c9";
}
.btn-af-repeat:focus {
  outline: none;
}
.btn-af-repeat:before {
  content: "\f01e";
}
.btn-af-reply:focus {
  outline: none;
}
.btn-af-reply:before {
  content: "\f112";
}
.btn-af-reply-all:focus {
  outline: none;
}
.btn-af-reply-all:before {
  content: "\f122";
}
.btn-af-resistance:focus {
  outline: none;
}
.btn-af-resistance:before {
  content: "\f1d0";
}
.btn-af-retweet:focus {
  outline: none;
}
.btn-af-retweet:before {
  content: "\f079";
}
.btn-af-rmb:focus {
  outline: none;
}
.btn-af-rmb:before {
  content: "\f157";
}
.btn-af-road:focus {
  outline: none;
}
.btn-af-road:before {
  content: "\f018";
}
.btn-af-rocket:focus {
  outline: none;
}
.btn-af-rocket:before {
  content: "\f135";
}
.btn-af-rotate-left:focus {
  outline: none;
}
.btn-af-rotate-left:before {
  content: "\f0e2";
}
.btn-af-rotate-right:focus {
  outline: none;
}
.btn-af-rotate-right:before {
  content: "\f01e";
}
.btn-af-rouble:focus {
  outline: none;
}
.btn-af-rouble:before {
  content: "\f158";
}
.btn-af-rss:focus {
  outline: none;
}
.btn-af-rss:before {
  content: "\f09e";
}
.btn-af-rss-square:focus {
  outline: none;
}
.btn-af-rss-square:before {
  content: "\f143";
}
.btn-af-rub:focus {
  outline: none;
}
.btn-af-rub:before {
  content: "\f158";
}
.btn-af-ruble:focus {
  outline: none;
}
.btn-af-ruble:before {
  content: "\f158";
}
.btn-af-rupee:focus {
  outline: none;
}
.btn-af-rupee:before {
  content: "\f156";
}
.btn-af-safari:focus {
  outline: none;
}
.btn-af-safari:before {
  content: "\f267";
}
.btn-af-save:focus {
  outline: none;
}
.btn-af-save:before {
  content: "\f0c7";
}
.btn-af-scissors:focus {
  outline: none;
}
.btn-af-scissors:before {
  content: "\f0c4";
}
.btn-af-scribd:focus {
  outline: none;
}
.btn-af-scribd:before {
  content: "\f28a";
}
.btn-af-search:focus {
  outline: none;
}
.btn-af-search:before {
  content: "\f002";
}
.btn-af-search-minus:focus {
  outline: none;
}
.btn-af-search-minus:before {
  content: "\f010";
}
.btn-af-search-plus:focus {
  outline: none;
}
.btn-af-search-plus:before {
  content: "\f00e";
}
.btn-af-sellsy:focus {
  outline: none;
}
.btn-af-sellsy:before {
  content: "\f213";
}
.btn-af-send:focus {
  outline: none;
}
.btn-af-send:before {
  content: "\f1d8";
}
.btn-af-send-o:focus {
  outline: none;
}
.btn-af-send-o:before {
  content: "\f1d9";
}
.btn-af-server:focus {
  outline: none;
}
.btn-af-server:before {
  content: "\f233";
}
.btn-af-share:focus {
  outline: none;
}
.btn-af-share:before {
  content: "\f064";
}
.btn-af-share-alt:focus {
  outline: none;
}
.btn-af-share-alt:before {
  content: "\f1e0";
}
.btn-af-share-alt-square:focus {
  outline: none;
}
.btn-af-share-alt-square:before {
  content: "\f1e1";
}
.btn-af-share-square:focus {
  outline: none;
}
.btn-af-share-square:before {
  content: "\f14d";
}
.btn-af-share-square-o:focus {
  outline: none;
}
.btn-af-share-square-o:before {
  content: "\f045";
}
.btn-af-shekel:focus {
  outline: none;
}
.btn-af-shekel:before {
  content: "\f20b";
}
.btn-af-sheqel:focus {
  outline: none;
}
.btn-af-sheqel:before {
  content: "\f20b";
}
.btn-af-shield:focus {
  outline: none;
}
.btn-af-shield:before {
  content: "\f132";
}
.btn-af-ship:focus {
  outline: none;
}
.btn-af-ship:before {
  content: "\f21a";
}
.btn-af-shirtsinbulk:focus {
  outline: none;
}
.btn-af-shirtsinbulk:before {
  content: "\f214";
}
.btn-af-shopping-bag:focus {
  outline: none;
}
.btn-af-shopping-bag:before {
  content: "\f290";
}
.btn-af-shopping-basket:focus {
  outline: none;
}
.btn-af-shopping-basket:before {
  content: "\f291";
}
.btn-af-shopping-cart:focus {
  outline: none;
}
.btn-af-shopping-cart:before {
  content: "\f07a";
}
.btn-af-sign-in:focus {
  outline: none;
}
.btn-af-sign-in:before {
  content: "\f090";
}
.btn-af-sign-language:focus {
  outline: none;
}
.btn-af-sign-language:before {
  content: "\f2a7";
}
.btn-af-sign-out:focus {
  outline: none;
}
.btn-af-sign-out:before {
  content: "\f08b";
}
.btn-af-signal:focus {
  outline: none;
}
.btn-af-signal:before {
  content: "\f012";
}
.btn-af-signing:focus {
  outline: none;
}
.btn-af-signing:before {
  content: "\f2a7";
}
.btn-af-simplybuilt:focus {
  outline: none;
}
.btn-af-simplybuilt:before {
  content: "\f215";
}
.btn-af-sitemap:focus {
  outline: none;
}
.btn-af-sitemap:before {
  content: "\f0e8";
}
.btn-af-skyatlas:focus {
  outline: none;
}
.btn-af-skyatlas:before {
  content: "\f216";
}
.btn-af-skype:focus {
  outline: none;
}
.btn-af-skype:before {
  content: "\f17e";
}
.btn-af-slack:focus {
  outline: none;
}
.btn-af-slack:before {
  content: "\f198";
}
.btn-af-sliders:focus {
  outline: none;
}
.btn-af-sliders:before {
  content: "\f1de";
}
.btn-af-slideshare:focus {
  outline: none;
}
.btn-af-slideshare:before {
  content: "\f1e7";
}
.btn-af-smile-o:focus {
  outline: none;
}
.btn-af-smile-o:before {
  content: "\f118";
}
.btn-af-snapchat:focus {
  outline: none;
}
.btn-af-snapchat:before {
  content: "\f2ab";
}
.btn-af-snapchat-ghost:focus {
  outline: none;
}
.btn-af-snapchat-ghost:before {
  content: "\f2ac";
}
.btn-af-snapchat-square:focus {
  outline: none;
}
.btn-af-snapchat-square:before {
  content: "\f2ad";
}
.btn-af-soccer-ball-o:focus {
  outline: none;
}
.btn-af-soccer-ball-o:before {
  content: "\f1e3";
}
.btn-af-sort:focus {
  outline: none;
}
.btn-af-sort:before {
  content: "\f0dc";
}
.btn-af-sort-alpha-asc:focus {
  outline: none;
}
.btn-af-sort-alpha-asc:before {
  content: "\f15d";
}
.btn-af-sort-alpha-desc:focus {
  outline: none;
}
.btn-af-sort-alpha-desc:before {
  content: "\f15e";
}
.btn-af-sort-amount-asc:focus {
  outline: none;
}
.btn-af-sort-amount-asc:before {
  content: "\f160";
}
.btn-af-sort-amount-desc:focus {
  outline: none;
}
.btn-af-sort-amount-desc:before {
  content: "\f161";
}
.btn-af-sort-asc:focus {
  outline: none;
}
.btn-af-sort-asc:before {
  content: "\f0de";
}
.btn-af-sort-desc:focus {
  outline: none;
}
.btn-af-sort-desc:before {
  content: "\f0dd";
}
.btn-af-sort-down:focus {
  outline: none;
}
.btn-af-sort-down:before {
  content: "\f0dd";
}
.btn-af-sort-numeric-asc:focus {
  outline: none;
}
.btn-af-sort-numeric-asc:before {
  content: "\f162";
}
.btn-af-sort-numeric-desc:focus {
  outline: none;
}
.btn-af-sort-numeric-desc:before {
  content: "\f163";
}
.btn-af-sort-up:focus {
  outline: none;
}
.btn-af-sort-up:before {
  content: "\f0de";
}
.btn-af-soundcloud:focus {
  outline: none;
}
.btn-af-soundcloud:before {
  content: "\f1be";
}
.btn-af-space-shuttle:focus {
  outline: none;
}
.btn-af-space-shuttle:before {
  content: "\f197";
}
.btn-af-spinner:focus {
  outline: none;
}
.btn-af-spinner:before {
  content: "\f110";
}
.btn-af-spoon:focus {
  outline: none;
}
.btn-af-spoon:before {
  content: "\f1b1";
}
.btn-af-spotify:focus {
  outline: none;
}
.btn-af-spotify:before {
  content: "\f1bc";
}
.btn-af-square:focus {
  outline: none;
}
.btn-af-square:before {
  content: "\f0c8";
}
.btn-af-square-o:focus {
  outline: none;
}
.btn-af-square-o:before {
  content: "\f096";
}
.btn-af-stack-exchange:focus {
  outline: none;
}
.btn-af-stack-exchange:before {
  content: "\f18d";
}
.btn-af-stack-overflow:focus {
  outline: none;
}
.btn-af-stack-overflow:before {
  content: "\f16c";
}
.btn-af-star:focus {
  outline: none;
}
.btn-af-star:before {
  content: "\f005";
}
.btn-af-star-half:focus {
  outline: none;
}
.btn-af-star-half:before {
  content: "\f089";
}
.btn-af-star-half-empty:focus {
  outline: none;
}
.btn-af-star-half-empty:before {
  content: "\f123";
}
.btn-af-star-half-full:focus {
  outline: none;
}
.btn-af-star-half-full:before {
  content: "\f123";
}
.btn-af-star-half-o:focus {
  outline: none;
}
.btn-af-star-half-o:before {
  content: "\f123";
}
.btn-af-star-o:focus {
  outline: none;
}
.btn-af-star-o:before {
  content: "\f006";
}
.btn-af-steam:focus {
  outline: none;
}
.btn-af-steam:before {
  content: "\f1b6";
}
.btn-af-steam-square:focus {
  outline: none;
}
.btn-af-steam-square:before {
  content: "\f1b7";
}
.btn-af-step-backward:focus {
  outline: none;
}
.btn-af-step-backward:before {
  content: "\f048";
}
.btn-af-step-forward:focus {
  outline: none;
}
.btn-af-step-forward:before {
  content: "\f051";
}
.btn-af-stethoscope:focus {
  outline: none;
}
.btn-af-stethoscope:before {
  content: "\f0f1";
}
.btn-af-sticky-note:focus {
  outline: none;
}
.btn-af-sticky-note:before {
  content: "\f249";
}
.btn-af-sticky-note-o:focus {
  outline: none;
}
.btn-af-sticky-note-o:before {
  content: "\f24a";
}
.btn-af-stop:focus {
  outline: none;
}
.btn-af-stop:before {
  content: "\f04d";
}
.btn-af-stop-circle:focus {
  outline: none;
}
.btn-af-stop-circle:before {
  content: "\f28d";
}
.btn-af-stop-circle-o:focus {
  outline: none;
}
.btn-af-stop-circle-o:before {
  content: "\f28e";
}
.btn-af-street-view:focus {
  outline: none;
}
.btn-af-street-view:before {
  content: "\f21d";
}
.btn-af-strikethrough:focus {
  outline: none;
}
.btn-af-strikethrough:before {
  content: "\f0cc";
}
.btn-af-stumbleupon:focus {
  outline: none;
}
.btn-af-stumbleupon:before {
  content: "\f1a4";
}
.btn-af-stumbleupon-circle:focus {
  outline: none;
}
.btn-af-stumbleupon-circle:before {
  content: "\f1a3";
}
.btn-af-subscript:focus {
  outline: none;
}
.btn-af-subscript:before {
  content: "\f12c";
}
.btn-af-subway:focus {
  outline: none;
}
.btn-af-subway:before {
  content: "\f239";
}
.btn-af-suitcase:focus {
  outline: none;
}
.btn-af-suitcase:before {
  content: "\f0f2";
}
.btn-af-sun-o:focus {
  outline: none;
}
.btn-af-sun-o:before {
  content: "\f185";
}
.btn-af-superscript:focus {
  outline: none;
}
.btn-af-superscript:before {
  content: "\f12b";
}
.btn-af-support:focus {
  outline: none;
}
.btn-af-support:before {
  content: "\f1cd";
}
.btn-af-table:focus {
  outline: none;
}
.btn-af-table:before {
  content: "\f0ce";
}
.btn-af-tablet:focus {
  outline: none;
}
.btn-af-tablet:before {
  content: "\f10a";
}
.btn-af-tachometer:focus {
  outline: none;
}
.btn-af-tachometer:before {
  content: "\f0e4";
}
.btn-af-tag:focus {
  outline: none;
}
.btn-af-tag:before {
  content: "\f02b";
}
.btn-af-tags:focus {
  outline: none;
}
.btn-af-tags:before {
  content: "\f02c";
}
.btn-af-tasks:focus {
  outline: none;
}
.btn-af-tasks:before {
  content: "\f0ae";
}
.btn-af-taxi:focus {
  outline: none;
}
.btn-af-taxi:before {
  content: "\f1ba";
}
.btn-af-television:focus {
  outline: none;
}
.btn-af-television:before {
  content: "\f26c";
}
.btn-af-tencent-weibo:focus {
  outline: none;
}
.btn-af-tencent-weibo:before {
  content: "\f1d5";
}
.btn-af-terminal:focus {
  outline: none;
}
.btn-af-terminal:before {
  content: "\f120";
}
.btn-af-text-height:focus {
  outline: none;
}
.btn-af-text-height:before {
  content: "\f034";
}
.btn-af-text-width:focus {
  outline: none;
}
.btn-af-text-width:before {
  content: "\f035";
}
.btn-af-th:focus {
  outline: none;
}
.btn-af-th:before {
  content: "\f00a";
}
.btn-af-th-large:focus {
  outline: none;
}
.btn-af-th-large:before {
  content: "\f009";
}
.btn-af-th-list:focus {
  outline: none;
}
.btn-af-th-list:before {
  content: "\f00b";
}
.btn-af-themeisle:focus {
  outline: none;
}
.btn-af-themeisle:before {
  content: "\f2b2";
}
.btn-af-thumb-tack:focus {
  outline: none;
}
.btn-af-thumb-tack:before {
  content: "\f08d";
}
.btn-af-thumbs-down:focus {
  outline: none;
}
.btn-af-thumbs-down:before {
  content: "\f165";
}
.btn-af-thumbs-o-down:focus {
  outline: none;
}
.btn-af-thumbs-o-down:before {
  content: "\f088";
}
.btn-af-thumbs-o-up:focus {
  outline: none;
}
.btn-af-thumbs-o-up:before {
  content: "\f087";
}
.btn-af-thumbs-up:focus {
  outline: none;
}
.btn-af-thumbs-up:before {
  content: "\f164";
}
.btn-af-ticket:focus {
  outline: none;
}
.btn-af-ticket:before {
  content: "\f145";
}
.btn-af-times:focus {
  outline: none;
}
.btn-af-times:before {
  content: "\f00d";
}
.btn-af-times-circle:focus {
  outline: none;
}
.btn-af-times-circle:before {
  content: "\f057";
}
.btn-af-times-circle-o:focus {
  outline: none;
}
.btn-af-times-circle-o:before {
  content: "\f05c";
}
.btn-af-tint:focus {
  outline: none;
}
.btn-af-tint:before {
  content: "\f043";
}
.btn-af-toggle-down:focus {
  outline: none;
}
.btn-af-toggle-down:before {
  content: "\f150";
}
.btn-af-toggle-left:focus {
  outline: none;
}
.btn-af-toggle-left:before {
  content: "\f191";
}
.btn-af-toggle-off:focus {
  outline: none;
}
.btn-af-toggle-off:before {
  content: "\f204";
}
.btn-af-toggle-on:focus {
  outline: none;
}
.btn-af-toggle-on:before {
  content: "\f205";
}
.btn-af-toggle-right:focus {
  outline: none;
}
.btn-af-toggle-right:before {
  content: "\f152";
}
.btn-af-toggle-up:focus {
  outline: none;
}
.btn-af-toggle-up:before {
  content: "\f151";
}
.btn-af-trademark:focus {
  outline: none;
}
.btn-af-trademark:before {
  content: "\f25c";
}
.btn-af-train:focus {
  outline: none;
}
.btn-af-train:before {
  content: "\f238";
}
.btn-af-transgender:focus {
  outline: none;
}
.btn-af-transgender:before {
  content: "\f224";
}
.btn-af-transgender-alt:focus {
  outline: none;
}
.btn-af-transgender-alt:before {
  content: "\f225";
}
.btn-af-trash:focus {
  outline: none;
}
.btn-af-trash:before {
  content: "\f1f8";
}
.btn-af-trash-o:focus {
  outline: none;
}
.btn-af-trash-o:before {
  content: "\f014";
}
.btn-af-tree:focus {
  outline: none;
}
.btn-af-tree:before {
  content: "\f1bb";
}
.btn-af-trello:focus {
  outline: none;
}
.btn-af-trello:before {
  content: "\f181";
}
.btn-af-tripadvisor:focus {
  outline: none;
}
.btn-af-tripadvisor:before {
  content: "\f262";
}
.btn-af-trophy:focus {
  outline: none;
}
.btn-af-trophy:before {
  content: "\f091";
}
.btn-af-truck:focus {
  outline: none;
}
.btn-af-truck:before {
  content: "\f0d1";
}
.btn-af-try:focus {
  outline: none;
}
.btn-af-try:before {
  content: "\f195";
}
.btn-af-tty:focus {
  outline: none;
}
.btn-af-tty:before {
  content: "\f1e4";
}
.btn-af-tumblr:focus {
  outline: none;
}
.btn-af-tumblr:before {
  content: "\f173";
}
.btn-af-tumblr-square:focus {
  outline: none;
}
.btn-af-tumblr-square:before {
  content: "\f174";
}
.btn-af-turkish-lira:focus {
  outline: none;
}
.btn-af-turkish-lira:before {
  content: "\f195";
}
.btn-af-tv:focus {
  outline: none;
}
.btn-af-tv:before {
  content: "\f26c";
}
.btn-af-twitch:focus {
  outline: none;
}
.btn-af-twitch:before {
  content: "\f1e8";
}
.btn-af-twitter:focus {
  outline: none;
}
.btn-af-twitter:before {
  content: "\f099";
}
.btn-af-twitter-square:focus {
  outline: none;
}
.btn-af-twitter-square:before {
  content: "\f081";
}
.btn-af-umbrella:focus {
  outline: none;
}
.btn-af-umbrella:before {
  content: "\f0e9";
}
.btn-af-underline:focus {
  outline: none;
}
.btn-af-underline:before {
  content: "\f0cd";
}
.btn-af-undo:focus {
  outline: none;
}
.btn-af-undo:before {
  content: "\f0e2";
}
.btn-af-universal-access:focus {
  outline: none;
}
.btn-af-universal-access:before {
  content: "\f29a";
}
.btn-af-university:focus {
  outline: none;
}
.btn-af-university:before {
  content: "\f19c";
}
.btn-af-unlink:focus {
  outline: none;
}
.btn-af-unlink:before {
  content: "\f127";
}
.btn-af-unlock:focus {
  outline: none;
}
.btn-af-unlock:before {
  content: "\f09c";
}
.btn-af-unlock-alt:focus {
  outline: none;
}
.btn-af-unlock-alt:before {
  content: "\f13e";
}
.btn-af-unsorted:focus {
  outline: none;
}
.btn-af-unsorted:before {
  content: "\f0dc";
}
.btn-af-upload:focus {
  outline: none;
}
.btn-af-upload:before {
  content: "\f093";
}
.btn-af-usb:focus {
  outline: none;
}
.btn-af-usb:before {
  content: "\f287";
}
.btn-af-usd:focus {
  outline: none;
}
.btn-af-usd:before {
  content: "\f155";
}
.btn-af-user:focus {
  outline: none;
}
.btn-af-user:before {
  content: "\f007";
}
.btn-af-user-md:focus {
  outline: none;
}
.btn-af-user-md:before {
  content: "\f0f0";
}
.btn-af-user-plus:focus {
  outline: none;
}
.btn-af-user-plus:before {
  content: "\f234";
}
.btn-af-user-secret:focus {
  outline: none;
}
.btn-af-user-secret:before {
  content: "\f21b";
}
.btn-af-user-times:focus {
  outline: none;
}
.btn-af-user-times:before {
  content: "\f235";
}
.btn-af-users:focus {
  outline: none;
}
.btn-af-users:before {
  content: "\f0c0";
}
.btn-af-venus:focus {
  outline: none;
}
.btn-af-venus:before {
  content: "\f221";
}
.btn-af-venus-double:focus {
  outline: none;
}
.btn-af-venus-double:before {
  content: "\f226";
}
.btn-af-venus-mars:focus {
  outline: none;
}
.btn-af-venus-mars:before {
  content: "\f228";
}
.btn-af-viacoin:focus {
  outline: none;
}
.btn-af-viacoin:before {
  content: "\f237";
}
.btn-af-viadeo:focus {
  outline: none;
}
.btn-af-viadeo:before {
  content: "\f2a9";
}
.btn-af-viadeo-square:focus {
  outline: none;
}
.btn-af-viadeo-square:before {
  content: "\f2aa";
}
.btn-af-video-camera:focus {
  outline: none;
}
.btn-af-video-camera:before {
  content: "\f03d";
}
.btn-af-vimeo:focus {
  outline: none;
}
.btn-af-vimeo:before {
  content: "\f27d";
}
.btn-af-vimeo-square:focus {
  outline: none;
}
.btn-af-vimeo-square:before {
  content: "\f194";
}
.btn-af-vine:focus {
  outline: none;
}
.btn-af-vine:before {
  content: "\f1ca";
}
.btn-af-vk:focus {
  outline: none;
}
.btn-af-vk:before {
  content: "\f189";
}
.btn-af-volume-control-phone:focus {
  outline: none;
}
.btn-af-volume-control-phone:before {
  content: "\f2a0";
}
.btn-af-volume-down:focus {
  outline: none;
}
.btn-af-volume-down:before {
  content: "\f027";
}
.btn-af-volume-off:focus {
  outline: none;
}
.btn-af-volume-off:before {
  content: "\f026";
}
.btn-af-volume-up:focus {
  outline: none;
}
.btn-af-volume-up:before {
  content: "\f028";
}
.btn-af-warning:focus {
  outline: none;
}
.btn-af-warning:before {
  content: "\f071";
}
.btn-af-wechat:focus {
  outline: none;
}
.btn-af-wechat:before {
  content: "\f1d7";
}
.btn-af-weibo:focus {
  outline: none;
}
.btn-af-weibo:before {
  content: "\f18a";
}
.btn-af-weixin:focus {
  outline: none;
}
.btn-af-weixin:before {
  content: "\f1d7";
}
.btn-af-whatsapp:focus {
  outline: none;
}
.btn-af-whatsapp:before {
  content: "\f232";
}
.btn-af-wheelchair:focus {
  outline: none;
}
.btn-af-wheelchair:before {
  content: "\f193";
}
.btn-af-wheelchair-alt:focus {
  outline: none;
}
.btn-af-wheelchair-alt:before {
  content: "\f29b";
}
.btn-af-wifi:focus {
  outline: none;
}
.btn-af-wifi:before {
  content: "\f1eb";
}
.btn-af-wikipedia-w:focus {
  outline: none;
}
.btn-af-wikipedia-w:before {
  content: "\f266";
}
.btn-af-windows:focus {
  outline: none;
}
.btn-af-windows:before {
  content: "\f17a";
}
.btn-af-won:focus {
  outline: none;
}
.btn-af-won:before {
  content: "\f159";
}
.btn-af-wordpress:focus {
  outline: none;
}
.btn-af-wordpress:before {
  content: "\f19a";
}
.btn-af-wpbeginner:focus {
  outline: none;
}
.btn-af-wpbeginner:before {
  content: "\f297";
}
.btn-af-wpforms:focus {
  outline: none;
}
.btn-af-wpforms:before {
  content: "\f298";
}
.btn-af-wrench:focus {
  outline: none;
}
.btn-af-wrench:before {
  content: "\f0ad";
}
.btn-af-xing:focus {
  outline: none;
}
.btn-af-xing:before {
  content: "\f168";
}
.btn-af-xing-square:focus {
  outline: none;
}
.btn-af-xing-square:before {
  content: "\f169";
}
.btn-af-y-combinator:focus {
  outline: none;
}
.btn-af-y-combinator:before {
  content: "\f23b";
}
.btn-af-y-combinator-square:focus {
  outline: none;
}
.btn-af-y-combinator-square:before {
  content: "\f1d4";
}
.btn-af-yahoo:focus {
  outline: none;
}
.btn-af-yahoo:before {
  content: "\f19e";
}
.btn-af-yc:focus {
  outline: none;
}
.btn-af-yc:before {
  content: "\f23b";
}
.btn-af-yc-square:focus {
  outline: none;
}
.btn-af-yc-square:before {
  content: "\f1d4";
}
.btn-af-yelp:focus {
  outline: none;
}
.btn-af-yelp:before {
  content: "\f1e9";
}
.btn-af-yen:focus {
  outline: none;
}
.btn-af-yen:before {
  content: "\f157";
}
.btn-af-yoast:focus {
  outline: none;
}
.btn-af-yoast:before {
  content: "\f2b1";
}
.btn-af-youtube:focus {
  outline: none;
}
.btn-af-youtube:before {
  content: "\f167";
}
.btn-af-youtube-play:focus {
  outline: none;
}
.btn-af-youtube-play:before {
  content: "\f16a";
}
.btn-af-youtube-square:focus {
  outline: none;
}
.btn-af-youtube-square:before {
  content: "\f166";
}
/* ----------------------------------------------------------------
 *  Buttontext per CSS
 * ----------------------------------------------------------------
 */
/* Beispiele für Buttontexte per CSS
.af-text-1 {
  .button-af-text-variant("+22+");
}

.af-text-2 {
  .button-af-text-variant("Button-Text Nr. 2");
}

.af-text-expand {
  .button-af-text-variant("Erweitern");
}

.af-text-reduce {
  .button-af-text-variant("Reduzieren");
}
*/
/* ----------------------------------------------------------------
 *  Buttontext between elements
 * ----------------------------------------------------------------
 */
.item-text {
  width: inherit;
}
.item-text > span {
  font-family: 'open_sansregular', Calibri, Arial, sans-serif;
  margin-left: 6px;
  font-size: 12px;
}
/* ----------------------------------------------------------------
 *  Helptext:
 *  Class for buttons and button-helptext in table-columns
 * ----------------------------------------------------------------
 */
.help-buttons > tbody > tr td:first-of-type {
  text-align: right;
  vertical-align: middle;
  padding: 5px 5px 5px 0;
}
.help-buttons > tbody > tr td:nth-of-type(2) {
  vertical-align: middle;
  padding: 5px 0;
}
.deficit-table {
  margin: 1em 0;
}
.deficit-table > tbody > tr td:first-of-type {
  padding-right: 10px;
}
.deficit-table > tbody > tr td {
  vertical-align: top;
}
.tooltip-wrapper {
  display: inline-block;
}
.fancybox-wrap {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1008020;
}
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.fancybox-skin {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: relative;
  background: #f9f9f9;
  color: #444444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-outer {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: relative;
}
.fancybox-inner {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: relative;
  overflow: hidden !important;
}
.fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1008040;
}
.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1008040;
  visibility: hidden;
}
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-opened {
  z-index: 1008030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444444;
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#fancybox-loading {
  background-image: url('/images/fancybox_sprite.png');
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px !important;
  opacity: 0.8;
  cursor: pointer;
  z-index: 1008060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  background-image: url('/images/fancybox_sprite.png');
  position: absolute;
  top: -18px;
  right: -32px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1008040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  background-image: url('/images/fancybox_sprite.png');
  left: 10px;
  background-position: 0 -36px !important;
}
.fancybox-next {
  right: 0;
}
.fancybox-next span {
  background-image: url('/images/fancybox_sprite.png');
  right: 10px;
  background-position: 0 -72px !important;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1008010;
  background: url('/images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1008050;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1008050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  text-shadow: 0 1px 2px #222222;
  color: #ffffff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #ffffff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-shadow: 0 1px 2px #222222;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  padding: 10px;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/images/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/images/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.selectize-control > .selectize-input {
  line-height: 19px;
}
.selectize-control > .selectize-input:focus {
  outline: none;
  box-shadow: none;
}
.combo-clear {
  color: #777 !important;
}
.dropdown-menu table:focus {
  outline: none;
}
.dropdown-menu table th .btn-default:focus,
.dropdown-menu table th .btn-default:active,
.dropdown-menu table th button:focus,
.dropdown-menu table th button:active {
  outline: none;
  box-shadow: none;
}
.dropdown-menu table td button.btn.active {
  box-shadow: none;
}
.dropdown-menu table td button.btn-info {
  background-color: #31b0d5;
}
.dropdown-menu table td button.btn-info span.text-muted {
  color: lightgrey;
}
.dropdown-menu table td button.btn-info span.text-info {
  color: white;
}
.dropdown-menu .btn-group > .btn:last-child:not(:first-child),
.dropdown-menu .btn-group > .dropdown-toggle:not(:first-child) {
  margin-left: 8px;
}
.dropdown-menu button,
.dropdown-menu input,
.dropdown-menu optgroup,
.dropdown-menu select,
.dropdown-menu textarea {
  margin: 0;
  border: none;
}
.af-scroller {
  overflow-y: hidden;
  position: relative;
  padding-right: 18px;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0.2;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0.2;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
.af-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.af-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
  outline: none;
  box-shadow: none;
}
.af-touchspin .input-group-btn-vertical .af-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 0;
}
.af-touchspin .input-group-btn-vertical .af-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 0;
}
.af-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}
.textright {
  text-align: right;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus {
  outline: none;
  box-shadow: none;
}
.form-control-static {
  background-color: #eee;
  border: 1px solid #cccccc;
  height: 27px;
  line-height: 27px;
  min-height: 27px;
  font-size: 14px;
  padding: 0 8px 0 8px;
  cursor: default;
}
.formly-field .form-group {
  line-height: 0;
  margin-bottom: 8px;
}
.formly-field .form-group label {
  height: 27px;
  min-height: 27px;
  line-height: 27px;
  font-size: 12px;
}
.formly-field .form-group .label-error {
  color: #a94442;
  font-weight: bold;
}
.formly-field .form-group .label-required {
  color: #333333;
  font-weight: bold;
}
.formly-field .form-group .input-group-btn:last-child > .btn,
.formly-field .form-group .input-group-btn:last-child > .btn-group {
  z-index: 0;
}
.formly-field .form-group .input-group-btn .btn .fa {
  margin: 0;
  color: #555;
  min-width: 13px;
}
.formly-field .form-group .input-group-btn button {
  height: 27px;
  padding: 3px 6px;
}
.formly-field .form-group .input-group {
  width: 100%;
}
.formly-field .form-group .input-group .panel {
  line-height: 1.42857143;
}
.formly-field .form-group .input-group .form-control {
  height: 27px;
  min-height: 27px;
  line-height: 27px;
  padding: 3px 8px;
  font-size: 14px;
  border-radius: 0;
  cursor: default;
}
.has-error .formly-field .form-group .input-group .form-control:focus,
.formly-field .form-group .input-group .form-control:focus {
  box-shadow: none;
}
.formly-field .form-group .input-group .checkbox-container {
  float: left;
  padding: 0 8px;
}
.formly-field .form-group .input-group input[type="checkbox"] {
  height: 16px;
  line-height: 16px;
  min-height: 16px;
  width: 16px;
}
.formly-field .form-group input[type=text]::-ms-clear {
  display: none;
}
.formly-field .form-group input.semireadonly,
.formly-field .form-group textarea.semireadonly {
  background-color: white;
}
.formly-field .form-group input:not([disabled]):required,
.formly-field .form-group textarea:not([disabled]):required,
.formly-field .form-group .selectize-input[required],
.formly-field .form-group input.semireadonly:required {
  background-color: #fcffcc;
}
.formly-field .form-group input:not([disabled]).ng-invalid,
.formly-field .form-group textarea:not([disabled]).ng-invalid,
.formly-field .form-group .selectize-input.ng-invalid,
.formly-field .form-group input.semireadonly.ng-invalid {
  background-color: #ffcdca;
}
.tab-pane {
  padding-top: 4px;
}
.combopopup-color {
  display: inline-block;
  width: 32px;
  margin-right: 8px;
}
.combopopup-color span {
  display: inline-block;
  width: 32px;
  height: 16px;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.combopopup-icon {
  display: inline-block;
  width: 32px;
  margin-right: 8px;
}
.combopopup-icon span {
  display: inline-block;
  width: 32px;
  height: 16px;
  vertical-align: middle;
  text-align: center;
}
.svg-wrapper {
  width: 100%;
}
.svg-wrapper svg {
  width: 100% !important;
  height: auto !important;
  display: block;
  /* optional: remove inline space */
}
/**
 * selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 1px 3px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 0 0 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 3px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: 14px;
  line-height: 19px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #ccc;
  padding: 3px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 2px 8px 1px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: none;
}
.selectize-input.dropdown-active {
  border-radius: 0 0 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 1px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #337ab7;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0 0;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(51, 121, 183, 0.4);
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 1px 3px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 8px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(51, 121, 183, 0.4);
  padding-left: 0;
  padding-right: 0;
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -3px;
  margin-right: -3px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 2px 3px;
}
.selectize-input {
  min-height: 19px;
}
.selectize-input.dropdown-active {
  border-radius: 0;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #337ab7;
  outline: 0;
}
.has-error .selectize-input {
  border-color: #a94442;
}
.has-error .selectize-input:focus {
  border-color: #843534;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input > div {
  border-radius: 0;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.selectize-popup-column {
  display: inline-block;
  padding-right: 8px;
  word-wrap: unset;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 19px;
  line-height: 19px;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.selectize-popup-column:nth-of-type(n+2) {
  border-left: 1px solid #e3e3e3;
}
.selectize-popup-column.search {
  color: #428BCA;
  font-weight: 500;
}
/* jquery.jspanel.css version 2.5.3 - 2015-05-16 22:21 */
@font-face {
  font-family: 'jsglyphregular';
  src: url('../fonts/jsglyph.eot');
  src: url('../fonts/jsglyph.eot?#iefix') format('embedded-opentype'), url('../fonts/jsglyph.woff2') format('woff2'), url('../fonts/jsglyph.woff') format('woff'), url('../fonts/jsglyph.ttf') format('truetype'), url('../fonts/jsglyph.svg#jsglyphregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.jsglyph {
  font-family: "jsglyphregular";
}
.jsglyph-minimize:before {
  content: "\e001";
}
/* unicode &#xe001; */
.jsglyph-maximize:before {
  content: "\e002";
}
.jsglyph-chevron-up:before {
  content: "\e003";
}
.jsglyph-chevron-down:before {
  content: "\e004";
}
.jsglyph-normalize:before {
  content: "\e005";
}
.jsglyph-tick:before {
  content: "\e006";
}
.jsglyph-remove:before {
  content: "\e007";
}
.jsglyph-chevron-right:before {
  content: "\e008";
}
.jsglyph-chevron-left:before {
  content: "\e009";
}
.jsglyph-plus:before {
  content: "\e00a";
}
.jsglyph-minus:before {
  content: "\e00b";
}
.jsglyph-trashcan:before {
  content: "\e00c";
}
.jsglyph-square-info:before {
  content: "\e00d";
}
.jsglyph-square-exclamationmark:before {
  content: "\e00e";
}
.jsglyph-delete:before {
  content: "\e00f";
}
.jsglyph-mail:before {
  content: "\e010";
}
.jsglyph-envelope:before {
  content: "\e011";
}
.jsglyph-play:before {
  content: "\e012";
}
.jsglyph-forward:before {
  content: "\e013";
}
.jsglyph-backward:before {
  content: "\e014";
}
.jsglyph-step-forward:before {
  content: "\e015";
}
.jsglyph-step-backward:before {
  content: "\e016";
}
.jsglyph-fast-forward:before {
  content: "\e017";
}
.jsglyph-fast-backward:before {
  content: "\e018";
}
.jsglyph-eject:before {
  content: "\e019";
}
.jsglyph-stop:before {
  content: "\e01a";
}
.jsglyph-pause:before {
  content: "\e01b";
}
.jsglyph-arrow-right:before {
  content: "\e01c";
}
.jsglyph-arrow-left:before {
  content: "\e01d";
}
.jsglyph-arrow-up:before {
  content: "\e01e";
}
.jsglyph-arrow-down:before {
  content: "\e01f";
}
.jsglyph-star-halffull:before {
  content: "\e020";
}
.jsglyph-star:before {
  content: "\e021";
}
.jsglyph-star-empty:before {
  content: "\e022";
}
.jsglyph-arrow-right-hollow:before {
  content: "\e023";
}
.jsglyph-arrow-left-hollow:before {
  content: "\e024";
}
.jsglyph-arrow-up-hollow:before {
  content: "\e025";
}
.jsglyph-arrow-down-hollow:before {
  content: "\e026";
}
.jsglyph-square-questionmark:before {
  content: "\e027";
}
.jsglyph-circle-info:before {
  content: "\e028";
}
.jsglyph-circle-exclamationmark:before {
  content: "\e029";
}
.jsglyph-circle-questionmark:before {
  content: "\e02a";
}
.jsglyph-circle2-info:before {
  content: "\e02b";
}
.jsglyph-circle2-exclamationmark:before {
  content: "\e02c";
}
.jsglyph-circle2-questionmark:before {
  content: "\e02d";
}
.jsglyph-resize-handle:before {
  content: "\e02e";
}
.jsglyph-resize-handle-2:before {
  content: "\e02f";
}
.jsglyph-pencil:before {
  content: "\e030";
}
.jsglyph-refresh:before {
  content: "\e031";
}
.jsglyph-volume-off:before {
  content: "\e032";
}
.jsglyph-volume-up:before {
  content: "\e033";
}
.jsglyph-volume-down:before {
  content: "\e034";
}
.jsglyph-link:before {
  content: "\e035";
}
.jsglyph-eye-open:before {
  content: "\e036";
}
.jsglyph-eye-slash:before {
  content: "\e037";
}
.jsglyph-power-on:before {
  content: "\e038";
}
.jsglyph-cog:before {
  content: "\e039";
}
.jsglyph-cog2:before {
  content: "\e03a";
}
.jsglyph-torso:before {
  content: "\e03b";
}
.jsglyph-people:before {
  content: "\e03c";
}
.jsglyph-torso-female:before {
  content: "\e03d";
}
.jsglyph-people-female:before {
  content: "\e03e";
}
.jsglyph-torso-male-female:before {
  content: "\e03f";
}
.jsglyph-torso-female-male:before {
  content: "\e040";
}
.jsglyph-torso-hollow:before {
  content: "\e041";
}
.jsglyph-cog3:before {
  content: "\e042";
}
.jsglyph-tools:before {
  content: "\e043";
}
.jsglyph-home:before {
  content: "\e044";
}
.jsglyph-login:before {
  content: "\e045";
}
.jsglyph-logout:before {
  content: "\e046";
}
.jsglyph-download:before {
  content: "\e047";
}
.jsglyph-upload:before {
  content: "\e048";
}
.jsglyph-reload:before {
  content: "\e049";
}
.jsglyph-lock:before {
  content: "\e04a";
}
.jsglyph-unlock:before {
  content: "\e04b";
}
.jsglyph-save:before {
  content: "\e04c";
}
.jsglyph-wrench:before {
  content: "\e04d";
}
.jsglyph-search:before {
  content: "\e04e";
}
.jsglyph-zoom-in:before {
  content: "\e04f";
}
.jsglyph-zoom-out:before {
  content: "\e050";
}
.jsglyph-bars:before {
  content: "\e051";
}
.jsglyph-marker:before {
  content: "\e052";
}
.jsglyph-resize-handle-left:before {
  content: "\e053";
}
.jsglyph-resize-handle-2-left:before {
  content: "\e054";
}
.jsglyph-edit:before {
  content: "\e055";
}
.jsPanel,
.jsPanel-hdr-r,
.jsPanel-hdr-l,
.jsPanel-hdr-r span img,
.jsPanel-content {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1.5em;
  vertical-align: baseline;
}
.jsPanel {
  box-sizing: border-box;
  /*display: none;  // check bolg entry for jQuery 3.0.0 !! */
  overflow: hidden;
  position: absolute;
  border-radius: 0;
  z-index: 100000;
}
.jsPanel-hdr {
  box-sizing: border-box;
  min-height: 26px;
  padding: 2px 0 4px 2px;
}
.jsPanel-hdr * {
  font-size: 16px;
}
.jsPanel-hdr-r {
  position: absolute;
  top: 0;
  right: 0;
}
h3.jsPanel-title {
  float: left;
  width: calc(10%);
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  margin: 0;
  cursor: move;
  min-height: 20px;
  padding: 0 5px;
  font-weight: bold;
  font-family: open_sanssemibold;
  font-family: 'open_sansregular', Calibri, Arial, sans-serif;
}
.jsPanel-hdr-r div {
  float: right;
  cursor: pointer;
  margin-left: 1px;
  width: auto;
  height: auto;
  min-width: 20px;
  min-height: 20px;
  overflow: hidden;
}
.jsPanel-btn-close {
  background: url("images/icon-sprite-20x20.jpg") 20px 0 repeat no-repeat;
}
.jsPanel-btn-max {
  background: url("images/icon-sprite-20x20.jpg") 40px 0 repeat no-repeat;
}
.jsPanel-btn-norm {
  background: url("images/icon-sprite-20x20.jpg") 60px 0 repeat no-repeat;
  display: none;
}
.jsPanel-btn-min {
  background: url("images/icon-sprite-20x20.jpg") 80px 0 repeat no-repeat;
}
.jsPanel-btn-small {
  background: url("images/icon-sprite-20x20.jpg") 100px 0 repeat no-repeat;
}
.jsPanel-btn-smallrev {
  background: url("images/icon-sprite-20x20.jpg") 120px 0 repeat no-repeat;
  display: none;
}
.jsPanel-hdr-toolbar {
  box-sizing: border-box;
  clear: both;
  font-size: 16px;
  margin-top: 23px;
  height: auto;
  padding: 0 5px;
  width: auto;
}
.jsPanel-hdr-toolbar img {
  cursor: pointer;
  margin-bottom: 4px;
  margin-right: 5px;
}
.jsPanel-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  font-family: 'open_sansregular', Calibri, Arial, sans-serif;
  font-size: 15px;
}
.jsPanel-ftr {
  box-sizing: border-box;
  cursor: move;
  display: none;
  font-size: 12px;
  height: auto;
  padding: 2px 2px 2px 5px;
  text-align: right;
}
.jsPanel-ftr button {
  margin: 5px;
}
/* clearfix */
.jsPanel-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* container that takes the minified jsPanels */
#jsPanel-min-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: auto;
  height: 28px;
  background: transparent;
  z-index: 9999;
}
/* css for the modal backdrop --------------------------- */
.jsPanel-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.jsPanel-backdrop-inner {
  position: absolute;
  width: 100%;
}
/* THEMES ------------------------------------------------------------------------- */
/* default ------------------------------------------- */
.jsPanel.jsPanel-theme-default {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
}
.jsPanel-hdr.jsPanel-theme-default {
  color: #000;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
}
.jsPanel-hdr.jsPanel-theme-default h3 {
  color: #000;
}
.jsPanel-hdr.jsPanel-theme-default h3 small {
  color: #000;
  font-size: 65%;
}
.jsPanel-content.jsPanel-theme-default {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #000;
  font-family: tahoma, arial, verdana, sans-serif;
  outline: 1px solid #bbb;
}
.jsPanel-ftr.jsPanel-theme-default {
  font-size: 12px;
  height: auto;
  padding: 2px 2px 2px 5px;
  text-align: right;
}
.jsPanel-theme-default .ui-icon-gripsmall-diagonal-se {
  color: #000;
}
.jsPanel-content > .scroll-container {
  height: 100%;
  width: 100%;
  overflow-y: hidden;
  position: relative;
  padding-right: 18px;
}
.jsPanel.jsPanel-theme-afhelp {
  background: #f1f1f1;
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
  color: rgba(147, 203, 233, 0.5);
}
.jsPanel-hdr.jsPanel-theme-afhelp {
  color: #aab2bd;
  background: #313940;
  font-family: 'open_sansregular', Calibri, Arial, sans-serif;
  font-weight: normal;
  height: 40px;
}
.jsPanel-hdr.jsPanel-theme-afhelp h3 {
  color: white;
}
.jsPanel-hdr.jsPanel-theme-afhelp h3 small {
  color: white;
  font-size: 65%;
}
.jsPanel-hdr.jsPanel-theme-afhelp h3.jsPanel-title {
  line-height: 36px;
  padding-left: 16px;
}
.jsPanel-content.jsPanel-theme-afhelp {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #000;
  font-family: 'open_sansregular', Calibri, Arial, sans-serif;
  outline: 1px solid #bbb;
  padding: 16px;
}
.jsPanel-ftr.jsPanel-theme-afhelp {
  color: #000;
  font-family: 'open_sansregular', Calibri, Arial, sans-serif;
  font-weight: normal;
  background: #f1f1f1;
}
.ui-icon-gripsmall-diagonal-se.jsPanel-theme-afhelp {
  color: #313940;
}
.jsPanel-hdr-r {
  padding-top: 10px;
}
/* light ------------------------------------------- */
.jsPanel.jsPanel-theme-light {
  background: #f1f1f1;
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
}
.jsPanel-hdr.jsPanel-theme-light {
  color: #000;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #f1f1f1;
}
.jsPanel-hdr.jsPanel-theme-light h3 {
  color: #000;
}
.jsPanel-hdr.jsPanel-theme-light h3 small {
  color: #000;
  font-size: 65%;
}
.jsPanel-content.jsPanel-theme-light {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #000;
  font-family: tahoma, arial, verdana, sans-serif;
  outline: 1px solid #bbb;
}
.jsPanel-ftr.jsPanel-theme-light {
  color: #000;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #f1f1f1;
}
.jsPanel-theme-light .ui-icon-gripsmall-diagonal-se {
  color: #000;
}
/* medium -------------------------------------------- */
.jsPanel.jsPanel-theme-medium {
  background: #c2c2c2;
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
}
.jsPanel-hdr.jsPanel-theme-medium {
  color: #000;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #c2c2c2;
}
.jsPanel-hdr.jsPanel-theme-medium h3 {
  color: #000;
}
.jsPanel-hdr.jsPanel-theme-medium h3 small {
  color: #000;
  font-size: 65%;
}
.jsPanel-content.jsPanel-theme-medium {
  background: none repeat scroll 0 0 #fff;
  color: #000;
  font-family: tahoma, arial, verdana, sans-serif;
  outline: 1px solid #bbb;
}
.jsPanel-ftr.jsPanel-theme-medium {
  color: #000;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #c2c2c2;
}
.jsPanel-theme-medium .ui-icon-gripsmall-diagonal-se {
  color: #000;
}
/* dark ---------------------------------------------- */
.jsPanel.jsPanel-theme-dark {
  background: #828282;
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
}
.jsPanel-hdr.jsPanel-theme-dark {
  color: #fff;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #828282;
}
.jsPanel-hdr.jsPanel-theme-dark h3 {
  color: #fff;
}
.jsPanel-hdr.jsPanel-theme-dark h3 small {
  color: #fff;
  font-size: 65%;
}
.jsPanel-content.jsPanel-theme-dark {
  background: none repeat scroll 0 0 #fff;
  color: #000;
  font-family: tahoma, arial, verdana, sans-serif;
  outline: 1px solid #bbb;
}
.jsPanel-ftr.jsPanel-theme-dark {
  color: #fff;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #828282;
}
.jsPanel-theme-dark .ui-icon-gripsmall-diagonal-se {
  color: #000;
}
/* black ---------------------------------------------- */
.jsPanel.jsPanel-theme-black {
  background: linear-gradient(#4a4a4a 0px, black 100%) repeat scroll 0 0 #4a4a4a;
  background: -ms-linear-gradient(#4a4a4a 0px, black 100%) repeat scroll 0 0 #4a4a4a;
  box-shadow: 0 0 3px #333;
}
.jsPanel-hdr.jsPanel-theme-black {
  color: #fff;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: transparent;
}
.jsPanel-hdr.jsPanel-theme-black h3 {
  color: #fff;
}
.jsPanel-hdr.jsPanel-theme-black h3 small {
  color: #fff;
  font-size: 65%;
}
.jsPanel-content.jsPanel-theme-black {
  background: transparent;
  color: #c3c3c3;
}
.jsPanel-ftr.jsPanel-theme-black {
  color: #fff;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: transparent;
}
.jsPanel-theme-black .ui-icon-gripsmall-diagonal-se {
  color: #fff;
}
/* primary ---------------------------------------------- */
.jsPanel.jsPanel-theme-primary {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
}
.jsPanel-hdr.jsPanel-theme-primary {
  color: #ffffff;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #2FA4E7;
}
.jsPanel-hdr.jsPanel-theme-primary h3 {
  color: #fff;
}
.jsPanel-hdr.jsPanel-theme-primary h3 small {
  color: #fff;
  font-size: 65%;
}
.jsPanel-content.jsPanel-theme-primary {
  background: none repeat scroll 0 0 #ffffff;
  color: #000000;
  font-family: tahoma, arial, verdana, sans-serif;
  outline: 1px solid #bbb;
}
.jsPanel-theme-primary .ui-icon-gripsmall-diagonal-se {
  color: #000;
}
/* success --------------------------------------------- */
.jsPanel.jsPanel-theme-success {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
}
.jsPanel-hdr.jsPanel-theme-success {
  color: #fff;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #73A839;
}
.jsPanel-hdr.jsPanel-theme-success h3 {
  color: #fff;
}
.jsPanel-hdr.jsPanel-theme-success h3 small {
  color: #fff;
  font-size: 65%;
}
.jsPanel-content.jsPanel-theme-success {
  background: none repeat scroll 0 0 #ffffff;
  color: #000000;
  font-family: tahoma, arial, verdana, sans-serif;
  outline: 1px solid #bbb;
}
.jsPanel-theme-successt .ui-icon-gripsmall-diagonal-se {
  color: #000;
}
/* info ---------------------------------------------- */
.jsPanel.jsPanel-theme-info {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
}
.jsPanel-hdr.jsPanel-theme-info {
  color: #fff;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #033C73;
}
.jsPanel-hdr.jsPanel-theme-info h3 {
  color: #fff;
}
.jsPanel-hdr.jsPanel-theme-info h3 small {
  color: #fff;
  font-size: 65%;
}
.jsPanel-content.jsPanel-theme-info {
  background: none repeat scroll 0 0 #ffffff;
  color: #000000;
  font-family: tahoma, arial, verdana, sans-serif;
  outline: 1px solid #bbb;
}
.jsPanel-theme-info .ui-icon-gripsmall-diagonal-se {
  color: #000;
}
/* warning ----------------------------------------------- */
.jsPanel.jsPanel-theme-warning {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
}
.jsPanel-hdr.jsPanel-theme-warning {
  color: #fff;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #DD5600;
}
.jsPanel-hdr.jsPanel-theme-warning h3 {
  color: #fff;
}
.jsPanel-hdr.jsPanel-theme-warning h3 small {
  color: #fff;
  font-size: 65%;
}
.jsPanel-content.jsPanel-theme-warning {
  background: none repeat scroll 0 0 #fff;
  color: #000;
  font-family: tahoma, arial, verdana, sans-serif;
  outline: 1px solid #bbb;
}
.jsPanel-theme-warning .ui-icon-gripsmall-diagonal-se {
  color: #000;
}
/* danger ----------------------------------------------- */
.jsPanel.jsPanel-theme-danger {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
}
.jsPanel-hdr.jsPanel-theme-danger {
  color: #fff;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #C71C22;
}
.jsPanel-hdr.jsPanel-theme-danger h3 {
  color: #fff;
}
.jsPanel-hdr.jsPanel-theme-danger h3 small {
  color: #fff;
  font-size: 65%;
}
.jsPanel-content.jsPanel-theme-danger {
  background: none repeat scroll 0 0 #ffffff;
  color: #000000;
  font-family: tahoma, arial, verdana, sans-serif;
  outline: 1px solid #bbb;
}
.jsPanel-theme-danger .ui-icon-gripsmall-diagonal-se {
  color: #000;
}
/* autumngreen ------------------------------------------- */
.jsPanel.jsPanel-theme-autumngreen {
  background: none repeat scroll 0 0 #eee;
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
}
.jsPanel-hdr.jsPanel-theme-autumngreen {
  color: #c4bd8e;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #7d7e51;
}
.jsPanel-hdr.jsPanel-theme-autumngreen h3 {
  color: #c4bd8e;
}
.jsPanel-hdr.jsPanel-theme-autumngreen h3 small {
  color: #fff;
  font-size: 65%;
}
.jsPanel-content.jsPanel-theme-autumngreen {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #6e6449;
  font-family: tahoma, arial, verdana, sans-serif;
  outline: 1px solid #bbb;
}
.jsPanel-ftr.jsPanel-theme-autumngreen {
  background: linear-gradient(to bottom, rgba(125, 126, 81, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(125, 126, 81, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  color: #6e6449;
}
.jsPanel-theme-autumngreen .ui-icon-gripsmall-diagonal-se {
  color: #000;
}
/* autumnbrown ------------------------------------------- */
.jsPanel.jsPanel-theme-autumnbrown {
  background: none repeat scroll 0 0 #eee;
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
}
.jsPanel-hdr.jsPanel-theme-autumnbrown {
  color: #e9ce87;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #8a5b33;
}
.jsPanel-hdr.jsPanel-theme-autumnbrown h3 {
  color: #e9ce87;
}
.jsPanel-hdr.jsPanel-theme-autumnbrown h3 small {
  color: #fff;
  font-size: 65%;
}
.jsPanel-content.jsPanel-theme-autumnbrown {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #6e6449;
  font-family: tahoma, arial, verdana, sans-serif;
  outline: 1px solid #bbb;
}
.jsPanel-ftr.jsPanel-theme-autumnbrown {
  background: linear-gradient(to bottom, rgba(138, 91, 51, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(138, 91, 51, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  color: #6e6449;
}
.jsPanel-theme-autumnbrown .ui-icon-gripsmall-diagonal-se {
  color: #000;
}
/* autumnred ------------------------------------------- */
.jsPanel.jsPanel-theme-autumnred {
  background: none repeat scroll 0 0 #eee;
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
}
.jsPanel-hdr.jsPanel-theme-autumnred {
  color: #e9ce87;
  font-family: tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  background: #c6710a;
}
.jsPanel-hdr.jsPanel-theme-autumnred h3 {
  color: #e9ce87;
}
.jsPanel-hdr.jsPanel-theme-autumnred h3 small {
  color: #fff;
  font-size: 65%;
}
.jsPanel-content.jsPanel-theme-autumnred {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #6e6449;
  font-family: tahoma, arial, verdana, sans-serif;
  outline: 1px solid #bbb;
}
.jsPanel-ftr.jsPanel-theme-autumnred {
  background: linear-gradient(to bottom, rgba(198, 113, 10, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(198, 113, 10, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  color: #6e6449;
}
.jsPanel-theme-autumnred .ui-icon-gripsmall-diagonal-se {
  color: #000;
}
/* bootstrap adjustments */
.jsPanel.panel-default,
.jsPanel.panel-primary,
.jsPanel.panel-info,
.jsPanel.panel-success,
.jsPanel.panel-warning,
.jsPanel.panel-danger {
  box-shadow: 0 0 6px rgba(0, 33, 50, 0.1), 0 7px 25px rgba(17, 38, 60, 0.4);
}
/* jQuery-UI adjustments */
/* uncomment to show a lower left resize icon
.ui-resizable-handle.ui-resizable-sw{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    font-family: jsglyphregular;
    font-size: 16px;
    line-height: 16px;
    text-indent: 7px;
    bottom: 2px;
    width: 16px;
    height: 16px;
}
.ui-resizable-handle.ui-resizable-sw:before{
    content: "\e054";
}
*/
/* css for the tooltip wrapper ---------------------------- */
.jsPanel-tooltip-wrapper {
  position: relative;
  display: inline-block;
  /* do not change !!!  inline würde gehen -> offsets neu berechnen */
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.jsPanel-tooltip-wrapper .jsPanel {
  border-radius: 0;
}
/* css for tooltip corners */
.jsPanel-corner-top,
.jsPanel-corner-right,
.jsPanel-corner-bottom,
.jsPanel-corner-left {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  position: absolute;
}
.jsPanel-corner-top {
  border-top-width: 10px;
}
.jsPanel-corner-right {
  border-right-width: 10px;
}
.jsPanel-corner-bottom {
  border-bottom-width: 10px;
}
.jsPanel-corner-left {
  border-left-width: 10px;
}
/* css for the hints ----------------------------------------------------------- */
.jsPanel-hint {
  margin-bottom: 4px;
}
.jsPanel-hint-close {
  float: right;
  font-size: 1.5em;
  margin: 4px 5px 0 0;
  cursor: pointer;
}
.jsPanel-hint-content.jsPanel-hint-default {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #222;
  color: #222;
  text-shadow: 1px 1px 1px #789;
}
.jsPanel-hint-content.jsPanel-hint-light {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(250, 250, 250, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(250, 250, 250, 0.65) 100%);
  color: #000;
}
.jsPanel-hint-content.jsPanel-hint-medium {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #828282 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #828282 100%);
  color: #fff;
}
.jsPanel-hint-content.jsPanel-hint-dark {
  background: linear-gradient(to bottom, #b5bdc8 0%, #828c95 36%, #28343b 100%);
  background: -ms-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%);
  color: #fff;
}
.jsPanel-hint-content.jsPanel-hint-autumngreen {
  background: linear-gradient(to bottom, rgba(125, 126, 81, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(125, 126, 81, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}
.jsPanel-hint-content.jsPanel-hint-autumnbrown {
  background: linear-gradient(to bottom, rgba(138, 91, 51, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(138, 91, 51, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}
.jsPanel-hint-content.jsPanel-hint-autumnred {
  background: linear-gradient(to bottom, rgba(198, 113, 10, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(198, 113, 10, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}
.jsPanel-hint-content.jsPanel-hint-primary {
  background: #82C8F1 none repeat scroll 0 0;
  border: 5px solid #02436A;
  color: #02436A;
  text-shadow: 2px 2px 2px #fff;
}
.jsPanel-hint-content.jsPanel-hint-info {
  background: #4594c3 none repeat scroll 0 0;
  border: 5px solid #033c73;
  color: #fff;
  text-shadow: 2px 2px 2px #033c73;
}
.jsPanel-hint-content.jsPanel-hint-success {
  background: #C3EA99 none repeat scroll 0 0;
  border: 5px solid #034E26;
  color: #356304;
  text-shadow: 2px 2px 2px #aaa;
}
.jsPanel-hint-content.jsPanel-hint-warning {
  background: #FFC7A3 none repeat scroll 0 0;
  border: 5px solid #DD5600;
  color: #AD6537;
  text-shadow: 2px 2px 2px #fff;
}
.jsPanel-hint-content.jsPanel-hint-danger {
  background: #fc7073 none repeat scroll 0 0;
  border: 5px solid #c71c22;
  color: #fff;
  text-shadow: 2px 2px 2px #c71c22;
}
/**
 * CSS3 Tips v1.0.1
 * A stylesheet for creating tooltips without using anything other than CSS3.
 * created by c.bavota released under GPL v2 March 21st, 2014
 * HTML example code for the tooltip
 * http://cbavota.bitbucket.org/css3-tips/
 * <a href="http://bavotasan.com" class="top-tip" data-tips="Go to bavotasan.com">bavotasan.com</a>
*/
[data-tips] {
  position: relative;
  text-decoration: none;
}
[data-tips]:after,
[data-tips]:before {
  position: absolute;
  z-index: 100;
  opacity: 0;
}
[data-tips]:after {
  content: attr(data-tips);
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #3276B1;
  border-radius: 0;
  /*text-shadow: 0 0 5px #000;*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  box-sizing: border-box;
}
[data-tips]:before {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
}
[data-tips]:hover:after,
[data-tips]:hover:before {
  opacity: 1;
}
/* Top tips */
[data-tips].top-tip:after,
[data-tips].top-tip:before {
  transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
  bottom: 90%;
  left: -9999px;
  margin-bottom: 12px;
}
[data-tips].top-tip:before {
  border-color: #3276B1 transparent transparent transparent;
  margin-bottom: 0;
}
[data-tips].top-tip:hover:after,
[data-tips].top-tip:hover:before {
  bottom: 100%;
  left: 0;
}
[data-tips].top-tip:hover:before {
  left: 15px;
}
/* Bottom tip */
[data-tips].bottom-tip:after,
[data-tips].bottom-tip:before {
  transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
  top: 90%;
  left: -9999px;
  margin-top: 12px;
}
[data-tips].bottom-tip:before {
  border-color: transparent transparent #3276B1 transparent;
  margin-top: 0;
}
[data-tips].bottom-tip:hover:after,
[data-tips].bottom-tip:hover:before {
  top: 100%;
  left: 0;
}
[data-tips].bottom-tip:hover:before {
  left: 15px;
}
/* Right tip */
[data-tips].right-tip:after,
[data-tips].right-tip:before {
  transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
  top: -9999px;
  left: 96%;
  margin-left: 12px;
}
[data-tips].right-tip:before {
  border-color: transparent #3276B1 transparent transparent;
  margin-left: 0;
}
[data-tips].right-tip:hover:after,
[data-tips].right-tip:hover:before {
  left: 100%;
  top: 0;
}
[data-tips].right-tip:hover:before {
  top: 7px;
}
/* Left tip */
[data-tips].left-tip:after,
[data-tips].left-tip:before {
  transition: right 0.25s ease-in-out, opacity 0.25s ease-in-out;
  top: -9999px;
  right: 96%;
  margin-right: 12px;
}
[data-tips].left-tip:before {
  border-color: transparent transparent transparent #3276B1;
  margin-right: 0;
}
[data-tips].left-tip:hover:after,
[data-tips].left-tip:hover:before {
  right: 100%;
  top: 0;
}
[data-tips].left-tip:hover:before {
  top: 7px;
}
/*
 * angular-ui-tab-scroll
 * https://github.com/VersifitTechnologies/angular-ui-tab-scroll
 *
 * Version: 2.2.3
 * License: MIT
 */
.ui-tabs-scrollable {
  position: relative;
}
.ui-tabs-scrollable > .spacer:not(.hidden-buttons) {
  margin-left: 0;
  margin-right: calc(40px);
}
.ui-tabs-scrollable > .spacer:not(.hidden-buttons) > div:first-child > .tab-content {
  margin-left: 0px;
  margin-right: calc(-40px);
}
.ui-tabs-scrollable > .spacer.hidden-buttons > div:first-child > .nav-tabs > li:last-child > a {
  border-right-color: #D9D9D9;
}
.ui-tabs-scrollable > .spacer.hidden-buttons > div:first-child > .nav-tabs > li:last-child.active > a {
  border-right-color: #DDDDDD;
}
.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs {
  white-space: nowrap;
  overflow: hidden;
  border: none;
}
.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs > li {
  float: none;
  display: table-cell;
  margin: 0;
}
.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs > li.active > a {
  border-radius: 0;
  border-color: #DDDDDD;
  border-bottom-color: transparent;
  background-color: #fff;
  color: #333;
}
.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs > li.active + li > a {
  border-left-color: #F2F2F2;
}
.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs > li.active + li > a:hover {
  border-left-color: #e5e5e5;
}
.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs > li:not(.active) > a {
  border-bottom-color: transparent;
}
.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs > li:not(.active) > a:hover {
  background-color: #428bca;
}
.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs > li.disabled:not(.active) > a {
  color: #9d9d9d;
}
.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs > li.disabled:not(.active) > a:hover {
  background-color: #aab2bd;
}
.ui-tabs-scrollable > .spacer > div:first-child > .nav-tabs > li > a {
  line-height: 35px;
  height: 35px;
  font-size: 12px;
  overflow: hidden;
  background-color: #8f8f8f;
  border: 1px solid #D9D9D9;
  border-right-color: transparent;
  border-radius: 0;
  padding: 0 15px;
  margin: 0;
  color: #E9E9E9;
}
.ui-tabs-scrollable > .spacer > div:first-child > .tab-content {
  padding-top: 0;
  margin-top: -1px;
  border-top: 1px solid #DDDDDD;
}
.ui-tabs-scrollable > .nav-button {
  position: absolute;
  width: 20px;
  line-height: 35px;
  height: 35px;
  top: 0;
  cursor: pointer;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-bottom-color: #DDDDDD;
  border-radius: 0;
  padding: 0;
  background-color: #fff;
  z-index: 10;
  box-shadow: none;
}
.ui-tabs-scrollable > .nav-button:hover,
.ui-tabs-scrollable > .nav-button:active {
  background-color: #e5e5e5;
}
.ui-tabs-scrollable > .nav-button:before {
  font-family: 'Glyphicons Halflings';
  color: #8c8c8c;
  font-size: 10px;
}
.ui-tabs-scrollable > .nav-button:disabled:before {
  color: #c5c5c5;
}
.ui-tabs-scrollable > .nav-button.left-nav-button {
  right: 20px;
  border-right: 0;
}
.ui-tabs-scrollable > .nav-button.left-nav-button:before {
  content: '\e079';
}
.ui-tabs-scrollable > .nav-button.right-nav-button {
  right: 0;
}
.ui-tabs-scrollable > .nav-button.right-nav-button:before {
  content: '\e080';
}
.ui-tabs-scrollable > .dropdown {
  position: absolute;
  top: 0;
  right: 0;
}
.ui-tabs-scrollable > .dropdown > .dropdown-toggle {
  width: 20px;
  line-height: 35px;
  height: 35px;
  font-size: 10px;
  color: #8c8c8c;
  text-align: center;
  border: 1px solid #ddd;
  border-left-width: 0;
  padding: 0;
  background-color: #fff;
  z-index: 10;
  border-radius: 0;
  border-bottom-color: #DDDDDD;
}
.ui-tabs-scrollable > .dropdown > .dropdown-toggle:before {
  font-family: 'Glyphicons Halflings';
  content: '\e114';
  font-size: 10px;
}
.ui-tabs-scrollable.show-drop-down > .spacer:not(.hidden-buttons) {
  margin-right: calc(60px);
}
.ui-tabs-scrollable.show-drop-down > .spacer:not(.hidden-buttons) > div:first-child > .tab-content {
  margin-right: calc(-60px);
}
.ui-tabs-scrollable.show-drop-down > .nav-button.right-nav-button {
  right: 20px;
}
.ui-tabs-scrollable.show-drop-down > .nav-button.left-nav-button {
  right: calc(40px);
}
.dropdown-menu {
  min-width: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.dropdown-menu > li > a {
  padding: 3px 15px;
}
.dropdown-menu > li > a > .dropDownTabActiveMark:before {
  font-family: 'Glyphicons Halflings';
  content: '\e072';
  padding-right: 7px;
  font-size: 10px;
  color: #777;
}
/*make the tabs content be height 100%*/
.ui-tabs-scrollable > .spacer {
  height: 100%;
}
.ui-tabs-scrollable > .spacer > div:first-child {
  height: 100%;
}
.ui-tabs-scrollable > .spacer > div:first-child > .tab-content {
  height: 100%;
}
.ui-tabs-scrollable > .spacer > div:first-child > .tab-content > .active {
  height: 100%;
  overflow: auto;
}
/* ArcFlow tabset */
.tab-loading-container {
  border: 1px solid #ddd;
}
.tab-loading-header {
  height: 46px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.tab-loading-body {
  background-color: white;
}
.af_scheduler_bubble_main {
  cursor: default;
}
.af_scheduler_bubble_main_inner {
  font-size: 12px;
  padding: 4px;
  color: #666;
  background: #f6f6f6;
  border: 1px solid #ccc;
}
.af_scheduler_bubble_main_inner_line_blue {
  height: 1px;
  background-color: #99C8E9;
}
.af_scheduler_bubble_main_inner_line_grey {
  height: 1px;
  background-color: #dadada;
}
/* 
DayPilot Month Theme
*/
.af_scheduler_month_main,
.af_scheduler_month_main td {
  font-family: 'open_sansregular', Calibri, Arial, sans-serif;
  font-size: 12px;
}
.af_scheduler_month_event_inner {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: 1px;
  text-align: left;
  color: #333333;
  background-color: #fcffcc;
  padding: 2px;
  border: 0;
}
.af_scheduler_month_header_inner,
.af_scheduler_month_colheader_inner,
.af_scheduler_month_rowheader_inner {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  padding: 2px;
  color: #ffffff;
  background-color: #428bca;
}
.af_scheduler_month_cell {
  background-color: #ffefef;
}
.af_scheduler_month_cell.af_scheduler_month_cell_business {
  background-color: #ffffff;
}
.af_scheduler_month_cell.af_scheduler_month_previous,
.af_scheduler_month_cell.af_scheduler_month_next {
  background-color: #f0f0f0;
}
.af_scheduler_month_cell_inner {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.af_scheduler_month_cell_header {
  text-align: right;
  padding-right: 2px;
}
.af_scheduler_month_message {
  padding: 10px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  color: #ffffff;
  background: #f28749;
}
.af_scheduler_month_shadow_inner {
  background-color: #666666;
  opacity: 0.5;
  filter: alpha(opacity=50);
  height: 100%;
  border-radius: 0;
}
.af_scheduler_month_event_delete {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAI5JREFUKFNtkLERgCAMRbmzdK8s4gAUlhYOYEHJEJYOYOEwDmGBPxC4kOPfvePy84MGR0RJ2N1A8H3N6DATwSQ57m2ql8NBG+AEM7D+UW+wjdfUPgerYNgB5gOLRHqhcasg84C2QxPMtrUhSqQIhg7ypy9VM2EUZPI/4rQ7rGxqo9sadTegw+UdjeDLAKUfhbaQUVPIfJYAAAAASUVORK5CYII=) center center no-repeat;
  opacity: 0.6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
  cursor: pointer;
}
.af_scheduler_month_event_delete:hover {
  opacity: 1;
  -ms-filter: none;
}
.af_scheduler_month_event_timeleft {
  color: #ccc;
  font-size: 8pt;
}
.af_scheduler_month_event_timeright {
  color: #ccc;
  font-size: 8pt;
  text-align: right;
}
.af_scheduler_month_weeknumber {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ztree {
  color: #333333;
  margin: 0;
  overflow: auto;
  padding: 5px;
}
.ztree * {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.ztree li {
  line-height: 18px;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
}
.ztree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ztree li ul.line {
  background: url("../images/ztree_line_conn.gif") 0 0 repeat-y;
}
.ztree li a {
  background-color: transparent;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0;
  padding: 1px 3px 0 4px;
  text-decoration: none;
  vertical-align: middle;
}
.ztree li a:hover {
  background-color: #e5e5e5;
  border: 1px #bdbdbd solid;
  opacity: 0.8;
  padding-top: 0;
  text-decoration: none;
}
.ztree li a input.rename {
  *border: 0;
  border: 1px #7EC4CC solid;
  font-size: 14px;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 200px;
}
.ztree li a span.node_name {
  margin-right: 20px;
}
.ztree li a.curSelectedNode {
  background-color: #428bca;
  border: 1px #376da1 solid;
  color: white;
  padding-top: 0;
}
.ztree li a.curSelectedNode_Edit {
  background-color: #C8C8C8;
  border: 1px #979797 solid;
  color: black;
  padding-top: 0;
}
.ztree li a.tmpTargetNode_inner {
  background-color: #316ac5;
  border: 1px #316ac5 solid;
  color: white;
  filter: alpha(opacity=80);
  opacity: 0.8;
  padding-top: 0;
}
.ztree li span {
  margin-right: 2px;
  padding-left: 4px;
  line-height: 20px;
  vertical-align: middle;
}
.ztree li span.button {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("../images/ztree_icons.png");
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 0;
  margin: 0;
  outline: none;
  vertical-align: middle;
  width: 20px;
}
.ztree li span.button.chk {
  cursor: auto;
  height: 13px;
  margin: 0 3px 0 0;
  width: 13px;
}
.ztree li span.button.chk.checkbox_false_full {
  background-position: 0 0;
}
.ztree li span.button.chk.checkbox_false_full_focus {
  background-position: 0 -14px;
}
.ztree li span.button.chk.checkbox_false_part {
  background-position: 0 -28px;
}
.ztree li span.button.chk.checkbox_false_part_focus {
  background-position: 0 -42px;
}
.ztree li span.button.chk.checkbox_false_disable {
  background-position: 0 -56px;
}
.ztree li span.button.chk.checkbox_true_full {
  background-position: -14px 0;
}
.ztree li span.button.chk.checkbox_true_full_focus {
  background-position: -14px -14px;
}
.ztree li span.button.chk.checkbox_true_part {
  background-position: -14px -28px;
}
.ztree li span.button.chk.checkbox_true_part_focus {
  background-position: -14px -42px;
}
.ztree li span.button.chk.checkbox_true_disable {
  background-position: -14px -56px;
}
.ztree li span.button.chk.radio_false_full {
  background-position: -28px 0;
}
.ztree li span.button.chk.radio_false_full_focus {
  background-position: -28px -14px;
}
.ztree li span.button.chk.radio_false_part {
  background-position: -28px -28px;
}
.ztree li span.button.chk.radio_false_part_focus {
  background-position: -28px -42px;
}
.ztree li span.button.chk.radio_false_disable {
  background-position: -28px -56px;
}
.ztree li span.button.chk.radio_true_full {
  background-position: -42px 0;
}
.ztree li span.button.chk.radio_true_full_focus {
  background-position: -42px -14px;
}
.ztree li span.button.chk.radio_true_part {
  background-position: -42px -28px;
}
.ztree li span.button.chk.radio_true_part_focus {
  background-position: -42px -42px;
}
.ztree li span.button.chk.radio_true_disable {
  background-position: -42px -56px;
}
.ztree li span.button.switch {
  height: 20px;
  width: 20px;
}
.ztree li span.button.root_open {
  background-position: -120px -60px;
}
.ztree li span.button.root_close {
  background-position: -100px -60px;
}
.ztree li span.button.roots_open {
  background-position: -120px 0;
}
.ztree li span.button.roots_close {
  background-position: -100px 0;
}
.ztree li span.button.center_open {
  background-position: -120px -20px;
}
.ztree li span.button.center_close {
  background-position: -100px -20px;
}
.ztree li span.button.bottom_open {
  background-position: -120px -40px;
}
.ztree li span.button.bottom_close {
  background-position: -100px -40px;
}
.ztree li span.button.noline_open {
  background-position: -120px -80px;
}
.ztree li span.button.noline_close {
  background-position: -100px -80px;
}
.ztree li span.button.root_docu {
  background: none;
}
.ztree li span.button.roots_docu {
  background-position: -80px 0;
}
.ztree li span.button.center_docu {
  background-position: -80px -20px;
}
.ztree li span.button.bottom_docu {
  background-position: -80px -40px;
}
.ztree li span.button.noline_docu {
  background: none;
}
.ztree li span.button.ico_open {
  *vertical-align: middle;
  background-position: -140px -20px;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.ico_close {
  *vertical-align: middle;
  background-position: -140px 0;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.ico_docu {
  *vertical-align: middle;
  background-position: -140px -40px;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.edit {
  *vertical-align: middle;
  background-position: -140px -60px;
  margin-right: 2px;
  margin-top: -1px;
  vertical-align: top;
}
.ztree li span.button.remove {
  *vertical-align: middle;
  background-position: -140px -80px;
  margin-right: 2px;
  margin-top: -1px;
  vertical-align: top;
}
.ztree li span.button.add {
  *vertical-align: middle;
  background-position: -180px 0px;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.type_date_ico_docu {
  *vertical-align: middle;
  background-position: -200px 0px;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.type_time_ico_docu {
  *vertical-align: middle;
  background-position: -200px -20px;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.type_string_ico_docu {
  *vertical-align: middle;
  background-position: -200px -40px;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.type_text_ico_docu {
  *vertical-align: middle;
  background-position: -200px -60px;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.type_number_ico_docu {
  *vertical-align: middle;
  background-position: -200px -80px;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.type_bool_ico_docu {
  *vertical-align: middle;
  background-position: -200px -100px;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.type_unknown_ico_docu {
  *vertical-align: middle;
  background-position: -240px 0;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.pool_ico_docu,
.ztree li span.button.pool_ico_open,
.ztree li span.button.pool_ico_close {
  *vertical-align: middle;
  background-position: -220px -100px;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.tabset_ico_docu,
.ztree li span.button.tabset_ico_open,
.ztree li span.button.tabset_ico_close {
  *vertical-align: middle;
  background-position: -240px -80px;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.ico_loading {
  *vertical-align: middle;
  background: url("../images/ztree_loading.gif") no-repeat scroll 0 0 transparent;
  margin-right: 2px;
  vertical-align: top;
}
.ztree li span.button.box_ico_docu,
.ztree li span.button.box_ico_open,
.ztree li span.button.box_ico_close {
  background-position: -16px 0px;
}
.ztree li span.button.cabinet_ico_docu,
.ztree li span.button.cabinet_ico_open,
.ztree li span.button.cabinet_ico_close {
  background-position: -96px 0px;
}
.ztree li span.button.deliveryvan_ico_docu,
.ztree li span.button.deliveryvan_ico_open,
.ztree li span.button.deliveryvan_ico_close {
  background-position: -32px 0px;
}
.ztree li span.button.department_ico_docu,
.ztree li span.button.department_ico_open,
.ztree li span.button.department_ico_close {
  background-position: -48px 0px;
}
.ztree li span.button.group_ico_docu,
.ztree li span.button.group_ico_open,
.ztree li span.button.group_ico_close {
  background-position: -64px 0px;
}
.ztree li span.button.home_ico_docu,
.ztree li span.button.home_ico_open,
.ztree li span.button.home_ico_close {
  background-position: -80px 0px;
}
.ztree li span.button.layer_ico_docu,
.ztree li span.button.layer_ico_open,
.ztree li span.button.layer_ico_close {
  background-position: 0px 0px;
}
.ztree li span.button.level_ico_docu,
.ztree li span.button.level_ico_open,
.ztree li span.button.level_ico_close {
  background-position: -112px 0px;
}
.ztree li span.button.person_ico_docu,
.ztree li span.button.person_ico_open,
.ztree li span.button.person_ico_close {
  background-position: -128px 0px;
}
.ztree li span.button.rent_ico_docu,
.ztree li span.button.rent_ico_open,
.ztree li span.button.rent_ico_close {
  background-position: -144px 0px;
}
.ztree li span.button.room_ico_docu,
.ztree li span.button.room_ico_open,
.ztree li span.button.room_ico_close {
  background-position: -160px 0px;
}
.ztree li span.button.shelf_ico_docu,
.ztree li span.button.shelf_ico_open,
.ztree li span.button.shelf_ico_close {
  background-position: -176px 0px;
}
.ztree li span.button.trailer_ico_docu,
.ztree li span.button.trailer_ico_open,
.ztree li span.button.trailer_ico_close {
  background-position: -192px 0px;
}
.ztree li i.fa {
  font-family: FontAwesome !important;
  color: #1062B5;
}
.ztree li span.dimmed {
  color: #999999;
  padding: 0;
}
ul.tmpTargetzTree {
  background-color: #FFE6B0;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
span.tmpzTreeMove_arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 0;
  margin: 2px 0 0 1px;
  border: 0 none;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: -140px -100px;
  background-image: url("../images/ztree_icons.png");
  z-index: 30002;
}
ul.ztree.zTreeDragUL {
  background-color: #cfcfcf;
  border: 1px #696969 dotted;
  filter: alpha(opacity=80);
  height: auto;
  margin: 0;
  opacity: 0.8;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: auto;
  z-index: 30002;
}
.zTreeMask {
  background-color: #cfcfcf;
  filter: alpha(opacity=0);
  opacity: 0.0;
  position: absolute;
  z-index: 30002;
}
.ztree li span.button.box_ico_docu,
.ztree li span.button.box_ico_open,
.ztree li span.button.box_ico_close,
.ztree li span.button.cabinet_ico_docu,
.ztree li span.button.cabinet_ico_open,
.ztree li span.button.cabinet_ico_close,
.ztree li span.button.deliveryvan_ico_docu,
.ztree li span.button.deliveryvan_ico_open,
.ztree li span.button.deliveryvan_ico_close,
.ztree li span.button.department_ico_docu,
.ztree li span.button.department_ico_open,
.ztree li span.button.department_ico_close,
.ztree li span.button.group_ico_docu,
.ztree li span.button.group_ico_open,
.ztree li span.button.group_ico_close,
.ztree li span.button.home_ico_docu,
.ztree li span.button.home_ico_open,
.ztree li span.button.home_ico_close,
.ztree li span.button.layer_ico_docu,
.ztree li span.button.layer_ico_open,
.ztree li span.button.layer_ico_close,
.ztree li span.button.level_ico_docu,
.ztree li span.button.level_ico_open,
.ztree li span.button.level_ico_close,
.ztree li span.button.person_ico_docu,
.ztree li span.button.person_ico_open,
.ztree li span.button.person_ico_close,
.ztree li span.button.rent_ico_docu,
.ztree li span.button.rent_ico_open,
.ztree li span.button.rent_ico_close,
.ztree li span.button.room_ico_docu,
.ztree li span.button.room_ico_open,
.ztree li span.button.room_ico_close,
.ztree li span.button.shelf_ico_docu,
.ztree li span.button.shelf_ico_open,
.ztree li span.button.shelf_ico_close,
.ztree li span.button.trailer_ico_docu,
.ztree li span.button.trailer_ico_open,
.ztree li span.button.trailer_ico_close {
  background-image: url("../images/tree16color.png");
  height: 16px;
  width: 16px;
  margin-top: -3px;
}
/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: v2.2.0
 *
 * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://swisnl.github.io/jQuery-contextMenu/
 *
 * Copyright (c) 2011-2016 SWIS BV and contributors
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *
 * Date: 2016-06-13T13:50:47.218Z
 */
@font-face {
  font-family: "context-menu-icons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/context-menu-icons.eot?1rzc4");
  src: url("../fonts/context-menu-icons.eot?1rzc4#iefix") format("embedded-opentype"), url("../fonts/context-menu-icons.woff2?1rzc4") format("woff2"), url("../fonts/context-menu-icons.woff?1rzc4") format("woff"), url("../fonts/context-menu-icons.ttf?1rzc4") format("truetype");
}
.context-menu-icon-add:before {
  content: "\EA01";
}
.context-menu-icon-copy:before {
  content: "\EA02";
}
.context-menu-icon-cut:before {
  content: "\EA03";
}
.context-menu-icon-delete:before {
  content: "\EA04";
}
.context-menu-icon-edit:before {
  content: "\EA05";
}
.context-menu-icon-paste:before {
  content: "\EA06";
}
.context-menu-icon-quit:before {
  content: "\EA07";
}
.context-menu-icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  font-family: "context-menu-icons";
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #2980b9;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.context-menu-icon.context-menu-hover:before {
  color: #fff;
}
.context-menu-icon.context-menu-disabled::before {
  color: #bbb;
}
.context-menu-icon.context-menu-icon--fa {
  display: list-item;
}
.context-menu-icon.context-menu-icon--fa::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  font-family: FontAwesome;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #2980b9;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.context-menu-icon.context-menu-icon--fa.context-menu-hover:before {
  color: #fff;
}
.context-menu-icon.context-menu-icon--fa.context-menu-disabled::before {
  color: #bbb;
}
.context-menu-icon.context-menu-icon--fa span {
  font-family: sans-serif;
}
.context-menu-list {
  position: absolute;
  display: inline-block;
  min-width: 13em;
  max-width: 26em;
  padding: .25em 0;
  margin: .3em;
  font-family: inherit;
  font-size: inherit;
  list-style-type: none;
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: .2em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.context-menu-item {
  position: relative;
  padding: .2em 2em;
  color: #2f2f2f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}
.context-menu-separator {
  padding: 0;
  margin: .35em 0;
  border-bottom: 1px solid #e6e6e6;
}
.context-menu-item > label > input,
.context-menu-item > label > textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.context-menu-item.context-menu-hover {
  color: #fff;
  cursor: pointer;
  background-color: #2980b9;
}
.context-menu-item.context-menu-disabled {
  color: #bbb;
  cursor: default;
  background-color: #fff;
}
.context-menu-input.context-menu-hover {
  cursor: default;
  background-color: #eee;
}
.context-menu-submenu:after {
  position: absolute;
  top: 50%;
  right: .5em;
  z-index: 1;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent transparent #2f2f2f;
  border-style: solid;
  border-width: .25em 0 .25em .25em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/**
 * Inputs
 */
.context-menu-item.context-menu-input {
  padding: .3em .6em;
}
/* vertically align inside labels */
.context-menu-input > label > * {
  vertical-align: top;
}
/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
  position: relative;
  top: .12em;
  margin-right: .4em;
}
.context-menu-input > label {
  margin: 0;
}
.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.context-menu-input > label > textarea {
  height: 7em;
}
.context-menu-item > .context-menu-list {
  top: .3em;
  /* re-positioned by js */
  right: -0.3em;
  display: none;
}
.context-menu-item.context-menu-visible > .context-menu-list {
  display: block;
}
.context-menu-accesskey {
  text-decoration: underline;
}
.context-menu-item span.dimmed {
  color: #999999;
}
.context-menu-iconbar {
  margin-left: -1em;
  margin-right: 1em;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-datetimepicker-widget table td.separator {
  border: none !important;
}
.bootstrap-datetimepicker-widget a[data-action] {
  color: #337ab7;
}
.helpbody {
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: open_sanssemibold;
}
div.helpbody h1 {
  font-size: 160%;
}
div.helpbody h2 {
  font-size: 140%;
}
div.helpbody h3 {
  font-size: 120%;
}
div.helpbody a {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  text-decoration: underline;
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
div.helpbody table {
  display: table;
}
div.helpbody th {
  display: table-cell;
  color: white;
  background-color: darkgrey;
  vertical-align: top;
  border-style: solid;
  border-width: thin;
  border-color: black;
  padding: 2px 5px;
}
div.helpbody tr {
  display: table-row;
}
div.helpbody td {
  display: table-cell;
  vertical-align: top;
  border-style: solid;
  border-width: thin;
  border-color: black;
  padding: 2px 5px;
}
/* ----------------------------------------------------------------
 *  MAIN LAYOUT
 * ----------------------------------------------------------------
 */
body {
  background: #e8e9ee;
  font-family: 'open_sansregular', Calibri, Arial, sans-serif;
  font-size: 15px;
  color: #656d78;
  padding-top: 60px;
  overflow-x: hidden;
  height: 100%;
}
.hide-scrollbar::-webkit-scrollbar-thumb {
  visibility: hidden;
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: open_sanssemibold;
}
strong {
  font-weight: bold;
  font-family: open_sanssemibold;
}
.alert i {
  float: left !important;
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.validation-label {
  color: #a94442;
  font-size: 90%;
}
h1.page-heading {
  padding: 5px 0;
  margin: 15px 0 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #656d78;
}
h1.page-heading small {
  text-transform: none;
  color: #acb5be;
}
.page-content.toggle-left {
  margin-left: 0px;
  margin-right: 250px;
}
.page-content {
  padding: 0;
  margin-left: 250px;
  margin-top: 0;
  z-index: 2;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
/* ----------------------------------------------------------------
 *  BREADCRUMB
 * ----------------------------------------------------------------
 */
.breadcrumb {
  padding: 2px 15px;
  margin-bottom: 0;
  margin-left: 250px;
}
/* ----------------------------------------------------------------
 *  ZiSoft-Version
 * ----------------------------------------------------------------
 */
.zisoft-version {
  font-size: 12px;
  font-weight: 100;
  color: #cccccc;
}
.zisoft-version:hover {
  cursor: pointer;
}
/* ----------------------------------------------------------------
 *  WaitState-Overlay
 * ----------------------------------------------------------------
 */
#waitstate,
#blockstate,
#waitprogress,
#form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 60;
  cursor: wait;
  overflow: hidden;
}
#waitstate {
  background: #dddddd url(/images/spinner.gif) no-repeat center center;
}
#blockstate,
#waitprogress,
#form-modal {
  background: #333333;
}
.ui-igtree li {
  line-height: 1.4em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.ui-igtree img {
  vertical-align: middle;
}
.not-focusable:focus {
  outline: none;
  box-shadow: none;
}
.panel-heading small i.fa {
  color: #1062b5;
}
.panel-heading-summary {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}
.waitprogress-container {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 95px;
  z-index: 10000;
  padding: 16px;
  font-family: 'open_sansregular', Calibri, Arial, sans-serif;
  font-size: 13px;
  background-color: white;
}
.waitprogress-header {
  text-align: center;
  font-weight: normal;
  left: 0;
  right: 0;
  color: black;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
.waitprogress-foooter {
  height: 24px;
  font-size: 12px;
  color: #414141;
}
.waitprogress-bar {
  height: 21px;
  background-color: #2e2e2e;
  padding: 1px;
  position: relative;
  overflow: hidden;
}
.waitprogress-bar:before {
  content: attr(data-label);
  position: absolute;
  text-align: center;
  font-weight: normal;
  left: 0;
  right: 0;
  color: white;
  z-index: 1;
}
.waitprogress-bar .value {
  background-color: #2f7ab5;
  display: inline-block;
  height: 100%;
  padding: 1px;
  transition: width 0.3s ease;
}
.waitprogress-bar.indeterminate .value {
  position: relative;
  width: 100% !important;
}
.waitprogress-bar.indeterminate .value:before,
.waitprogress-bar.indeterminate .value:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.waitprogress-bar.indeterminate .value:before {
  left: -80%;
  width: 80%;
  -webkit-animation: increase 2s infinite;
          animation: increase 2s infinite;
}
.waitprogress-bar.indeterminate .value:after {
  left: -5%;
  width: 5%;
  -webkit-animation: decrease 2s 0.5s infinite;
          animation: decrease 2s 0.5s infinite;
}
.waitprogress-bar .inc {
  -webkit-animation: increase 2s infinite;
          animation: increase 2s infinite;
}
.waitprogress-bar .dec {
  -webkit-animation: decrease 2s 0.5s infinite;
          animation: decrease 2s 0.5s infinite;
}
@-webkit-keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }
  to {
    left: 130%;
    width: 100%;
  }
}
@keyframes increase {
  from {
    left: -5%;
    width: 5%;
  }
  to {
    left: 130%;
    width: 100%;
  }
}
@-webkit-keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }
  to {
    left: 110%;
    width: 10%;
  }
}
@keyframes decrease {
  from {
    left: -80%;
    width: 80%;
  }
  to {
    left: 110%;
    width: 10%;
  }
}
p.textview {
  white-space: pre;
  overflow: auto;
  height: 400px;
  margin: 16px;
  padding: 16px;
  border: 1px solid #ddd;
}
.row-summary {
  color: #000000;
  background: #9cd0a9;
  line-height: 45px;
  vertical-align: middle;
  font-weight: 100;
  font-size: 16px;
  margin-top: -15px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
@page {
  size: 21cm 29cm;
  margin: 5mm 5mm 5mm 5mm;
}
