/*!
 *  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('../css/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../css/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../css/font-awesome/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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html,
.e,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
.e .reset-override em,
.reset-override em {
  font-style: italic;
}
.e .reset-override ul,
.reset-override ul {
  padding-left: 40px;
  list-style-type: disc;
  margin: 15px 0;
}
.e .reset-override ul li,
.reset-override ul li {
  line-height: 1.3em;
}
.e .reset-override ul ul,
.reset-override ul ul {
  list-style-type: circle;
}
.e .reset-override ul ul ul,
.reset-override ul ul ul {
  list-style-type: square;
}
.e .reset-override ul ol,
.reset-override ul ol {
  padding-left: 40px;
}
/* LESS HELPERS -------------------------------------------------*/
/* BODY -------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
/**** Datepicker ****/
.ui-datepicker {
  font-size: 12px;
}
.img-e {
  border: 1px solid #bbb;
}
.thumbnail-e {
  width: 50px;
  height: 50px;
}
.container-e {
  padding: 9px;
}
.clear-e {
  clear: both !important;
  float: none !important;
}
.right-e {
  float: right !important;
}
.left-e {
  float: left !important;
}
.inblock-e {
  display: inline-block !important;
  float: none !important;
}
.rel-e {
  position: relative;
}
.point-e {
  cursor: pointer;
}
.move-e {
  cursor: move;
}
.no-select-e {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bold-e {
  font-weight: bold;
}
/*	
.highlight-e
{ 
	background-color: lighten(@li-bg-highlight,25%) !important;
	border: 1px solid lighten(@li-border-highlight,25%) !important;
	border-top-color: lighten(@li-bg-highlight,25%) !important;
	border-bottom-color: lighten(@li-bg-highlight,25%) !important;
  	&:hover {
 		background-color: @li-bg-highlight !important;
		border: 1px solid @li-border-highlight !important;
		border-top-color: @li-bg-highlight !important;
		border-bottom-color: @li-bg-highlight !important;	
  	}
}*/
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.hover-items .hover-item {
  visibility: hidden;
}
.hover-items:hover .hover-item {
  visibility: visible;
}
.e .slim {
  padding: 0;
  margin: 0;
}
.fa-stack .fa.fa-text {
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px !important;
  min-width: 0 !important;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-backdrop {
  background-color: #000000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
  opacity: 0.5;
}
.fade {
  -webkit-transition: opacity 0.15s linear 0s;
  transition: opacity 0.15s linear 0s;
}
.e .popover.tipover {
  max-width: 400px;
  width: auto;
}
.e .popover.tipover .popover-content {
  padding: 5px 10px;
}
.e .nav.nav-tabs:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.e .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.e .btn-group > .btn.dropdown-toggle:first-child:not(:only-of-type) {
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -khtml-border-top-right-radius: 0px;
}
.e .btn-group > .btn.dropdown-toggle:first-child:not(:only-of-type) + .dropdown-toggle {
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -khtml-border-top-left-radius: 0px;
}
.e .btn-group.btn-group-vertical > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
}
.e .input-group input[type="text"].form-control,
.e .input-group input[type="email"].form-control,
.e .input-group input[type="password"].form-control {
  width: 100%;
}
.select2-result-label,
.select2-no-results,
.select2-searching,
.select2-results {
  font-size: 13px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.select2-results li {
  padding: 2px 0;
}
.select2-container .select2-choice > .select2-chosen {
  margin-top: -1px;
}
.e .select2-search-choice-close {
  background: url("../libs/select2/select2.png") no-repeat scroll right top rgba(0, 0, 0, 0);
  top: 3px;
}
.e .select2-container-multi .select2-choices .select2-search-field input {
  background: none repeat scroll 0 0 transparent !important;
  border: 0 none;
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #666;
  font-family: sans-serif;
  font-size: 100%;
  margin: 1px 0;
  outline: 0 none;
  padding: 5px;
}
.e .select2-container-multi .select2-choices {
  border-radius: 3px;
  -khtml-border-radius: 3px;
}
.e .select2-dropdown-open.select2-container-multi .select2-choices {
  border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -khtml-border-top-right-radius: 3px;
}
.e .select2-container .select2-choice abbr {
  top: 6px;
}
.e {
  /*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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 */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  color: #444;
  font-size: 13px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /* MENUS ------------------------------------------------------- */
  /* menu is a general element that displays list items as vertical list */
  /* Element (e-icon or button normally) used to toggle dropdown menu on and off */
  /* Only show actions on mouseover */
  /* NOTIFICATIONS ------------------------------------------------ */
  /* message icons only */
  /* Tabbed navigation inside a container */
  /* when navi tabs are inside a box, add a little padding to the first list element*/
  /* tab with a colored border/shadow when active or hovered */
  /* heading next to the tabs */
  /* TAGS ------------------------------------------------- */
  /* used in saved searches */
  /** otetaanko tällainen kaikkialle käyttöön? **/
  /* .popover-trigger{
	&:focus{
		outline:0;
	}
} */
  /* TOGGLABLE AREAS ------------------------------------------------- */
  /* 
input[type="text"].qq-edit-filename-selector.qq-edit-filename {
   background: #fff none repeat scroll 0 0;
    max-width: 300px !important;
    min-width: 229px !important;
    vertical-align: middle;
    width: 229px !important;
}*/
}
.e html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.e body {
  margin: 0;
}
.e article,
.e aside,
.e details,
.e figcaption,
.e figure,
.e footer,
.e header,
.e hgroup,
.e main,
.e menu,
.e nav,
.e section,
.e summary {
  display: block;
}
.e audio,
.e canvas,
.e progress,
.e video {
  display: inline-block;
  vertical-align: baseline;
}
.e audio:not([controls]) {
  display: none;
  height: 0;
}
.e [hidden],
.e template {
  display: none;
}
.e a {
  background-color: transparent;
}
.e a:active,
.e a:hover {
  outline: 0;
}
.e abbr[title] {
  border-bottom: 1px dotted;
}
.e b,
.e strong {
  font-weight: bold;
}
.e dfn {
  font-style: italic;
}
.e h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.e mark {
  background: #ff0;
  color: #000;
}
.e small {
  font-size: 80%;
}
.e sub,
.e sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.e sup {
  top: -0.5em;
}
.e sub {
  bottom: -0.25em;
}
.e img {
  border: 0;
}
.e svg:not(:root) {
  overflow: hidden;
}
.e figure {
  margin: 1em 40px;
}
.e hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
.e pre {
  overflow: auto;
}
.e code,
.e kbd,
.e pre,
.e samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.e button,
.e input,
.e optgroup,
.e select,
.e textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.e button {
  overflow: visible;
}
.e button,
.e select {
  text-transform: none;
}
.e button,
.e html input[type="button"],
.e input[type="reset"],
.e input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.e button[disabled],
.e html input[disabled] {
  cursor: default;
}
.e button::-moz-focus-inner,
.e input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.e input {
  line-height: normal;
}
.e input[type="checkbox"],
.e input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
.e input[type="number"]::-webkit-inner-spin-button,
.e input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.e input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.e input[type="search"]::-webkit-search-cancel-button,
.e input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.e fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.e legend {
  border: 0;
  padding: 0;
}
.e textarea {
  overflow: auto;
}
.e optgroup {
  font-weight: bold;
}
.e table {
  border-collapse: collapse;
  border-spacing: 0;
}
.e td,
.e th {
  padding: 0;
}
@media print {
  .e *,
  .e *:before,
  .e *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .e a,
  .e a:visited {
    text-decoration: underline;
  }
  .e a[href]:after {
    content: " (" attr(href) ")";
  }
  .e abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .e a[href^="#"]:after,
  .e a[href^="javascript:"]:after {
    content: "";
  }
  .e pre,
  .e blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .e thead {
    display: table-header-group;
  }
  .e tr,
  .e img {
    page-break-inside: avoid;
  }
  .e img {
    max-width: 100% !important;
  }
  .e p,
  .e h2,
  .e h3 {
    orphans: 3;
    widows: 3;
  }
  .e h2,
  .e h3 {
    page-break-after: avoid;
  }
  .e .navbar {
    display: none;
  }
  .e .btn > .caret,
  .e .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .e .label {
    border: 1px solid #000;
  }
  .e .table {
    border-collapse: collapse !important;
  }
  .e .table td,
  .e .table th {
    background-color: #fff !important;
  }
  .e .table-bordered th,
  .e .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');
}
.e .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;
}
.e .glyphicon-asterisk:before {
  content: "\2a";
}
.e .glyphicon-plus:before {
  content: "\2b";
}
.e .glyphicon-euro:before,
.e .glyphicon-eur:before {
  content: "\20ac";
}
.e .glyphicon-minus:before {
  content: "\2212";
}
.e .glyphicon-cloud:before {
  content: "\2601";
}
.e .glyphicon-envelope:before {
  content: "\2709";
}
.e .glyphicon-pencil:before {
  content: "\270f";
}
.e .glyphicon-glass:before {
  content: "\e001";
}
.e .glyphicon-music:before {
  content: "\e002";
}
.e .glyphicon-search:before {
  content: "\e003";
}
.e .glyphicon-heart:before {
  content: "\e005";
}
.e .glyphicon-star:before {
  content: "\e006";
}
.e .glyphicon-star-empty:before {
  content: "\e007";
}
.e .glyphicon-user:before {
  content: "\e008";
}
.e .glyphicon-film:before {
  content: "\e009";
}
.e .glyphicon-th-large:before {
  content: "\e010";
}
.e .glyphicon-th:before {
  content: "\e011";
}
.e .glyphicon-th-list:before {
  content: "\e012";
}
.e .glyphicon-ok:before {
  content: "\e013";
}
.e .glyphicon-remove:before {
  content: "\e014";
}
.e .glyphicon-zoom-in:before {
  content: "\e015";
}
.e .glyphicon-zoom-out:before {
  content: "\e016";
}
.e .glyphicon-off:before {
  content: "\e017";
}
.e .glyphicon-signal:before {
  content: "\e018";
}
.e .glyphicon-cog:before {
  content: "\e019";
}
.e .glyphicon-trash:before {
  content: "\e020";
}
.e .glyphicon-home:before {
  content: "\e021";
}
.e .glyphicon-file:before {
  content: "\e022";
}
.e .glyphicon-time:before {
  content: "\e023";
}
.e .glyphicon-road:before {
  content: "\e024";
}
.e .glyphicon-download-alt:before {
  content: "\e025";
}
.e .glyphicon-download:before {
  content: "\e026";
}
.e .glyphicon-upload:before {
  content: "\e027";
}
.e .glyphicon-inbox:before {
  content: "\e028";
}
.e .glyphicon-play-circle:before {
  content: "\e029";
}
.e .glyphicon-repeat:before {
  content: "\e030";
}
.e .glyphicon-refresh:before {
  content: "\e031";
}
.e .glyphicon-list-alt:before {
  content: "\e032";
}
.e .glyphicon-lock:before {
  content: "\e033";
}
.e .glyphicon-flag:before {
  content: "\e034";
}
.e .glyphicon-headphones:before {
  content: "\e035";
}
.e .glyphicon-volume-off:before {
  content: "\e036";
}
.e .glyphicon-volume-down:before {
  content: "\e037";
}
.e .glyphicon-volume-up:before {
  content: "\e038";
}
.e .glyphicon-qrcode:before {
  content: "\e039";
}
.e .glyphicon-barcode:before {
  content: "\e040";
}
.e .glyphicon-tag:before {
  content: "\e041";
}
.e .glyphicon-tags:before {
  content: "\e042";
}
.e .glyphicon-book:before {
  content: "\e043";
}
.e .glyphicon-bookmark:before {
  content: "\e044";
}
.e .glyphicon-print:before {
  content: "\e045";
}
.e .glyphicon-camera:before {
  content: "\e046";
}
.e .glyphicon-font:before {
  content: "\e047";
}
.e .glyphicon-bold:before {
  content: "\e048";
}
.e .glyphicon-italic:before {
  content: "\e049";
}
.e .glyphicon-text-height:before {
  content: "\e050";
}
.e .glyphicon-text-width:before {
  content: "\e051";
}
.e .glyphicon-align-left:before {
  content: "\e052";
}
.e .glyphicon-align-center:before {
  content: "\e053";
}
.e .glyphicon-align-right:before {
  content: "\e054";
}
.e .glyphicon-align-justify:before {
  content: "\e055";
}
.e .glyphicon-list:before {
  content: "\e056";
}
.e .glyphicon-indent-left:before {
  content: "\e057";
}
.e .glyphicon-indent-right:before {
  content: "\e058";
}
.e .glyphicon-facetime-video:before {
  content: "\e059";
}
.e .glyphicon-picture:before {
  content: "\e060";
}
.e .glyphicon-map-marker:before {
  content: "\e062";
}
.e .glyphicon-adjust:before {
  content: "\e063";
}
.e .glyphicon-tint:before {
  content: "\e064";
}
.e .glyphicon-edit:before {
  content: "\e065";
}
.e .glyphicon-share:before {
  content: "\e066";
}
.e .glyphicon-check:before {
  content: "\e067";
}
.e .glyphicon-move:before {
  content: "\e068";
}
.e .glyphicon-step-backward:before {
  content: "\e069";
}
.e .glyphicon-fast-backward:before {
  content: "\e070";
}
.e .glyphicon-backward:before {
  content: "\e071";
}
.e .glyphicon-play:before {
  content: "\e072";
}
.e .glyphicon-pause:before {
  content: "\e073";
}
.e .glyphicon-stop:before {
  content: "\e074";
}
.e .glyphicon-forward:before {
  content: "\e075";
}
.e .glyphicon-fast-forward:before {
  content: "\e076";
}
.e .glyphicon-step-forward:before {
  content: "\e077";
}
.e .glyphicon-eject:before {
  content: "\e078";
}
.e .glyphicon-chevron-left:before {
  content: "\e079";
}
.e .glyphicon-chevron-right:before {
  content: "\e080";
}
.e .glyphicon-plus-sign:before {
  content: "\e081";
}
.e .glyphicon-minus-sign:before {
  content: "\e082";
}
.e .glyphicon-remove-sign:before {
  content: "\e083";
}
.e .glyphicon-ok-sign:before {
  content: "\e084";
}
.e .glyphicon-question-sign:before {
  content: "\e085";
}
.e .glyphicon-info-sign:before {
  content: "\e086";
}
.e .glyphicon-screenshot:before {
  content: "\e087";
}
.e .glyphicon-remove-circle:before {
  content: "\e088";
}
.e .glyphicon-ok-circle:before {
  content: "\e089";
}
.e .glyphicon-ban-circle:before {
  content: "\e090";
}
.e .glyphicon-arrow-left:before {
  content: "\e091";
}
.e .glyphicon-arrow-right:before {
  content: "\e092";
}
.e .glyphicon-arrow-up:before {
  content: "\e093";
}
.e .glyphicon-arrow-down:before {
  content: "\e094";
}
.e .glyphicon-share-alt:before {
  content: "\e095";
}
.e .glyphicon-resize-full:before {
  content: "\e096";
}
.e .glyphicon-resize-small:before {
  content: "\e097";
}
.e .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.e .glyphicon-gift:before {
  content: "\e102";
}
.e .glyphicon-leaf:before {
  content: "\e103";
}
.e .glyphicon-fire:before {
  content: "\e104";
}
.e .glyphicon-eye-open:before {
  content: "\e105";
}
.e .glyphicon-eye-close:before {
  content: "\e106";
}
.e .glyphicon-warning-sign:before {
  content: "\e107";
}
.e .glyphicon-plane:before {
  content: "\e108";
}
.e .glyphicon-calendar:before {
  content: "\e109";
}
.e .glyphicon-random:before {
  content: "\e110";
}
.e .glyphicon-comment:before {
  content: "\e111";
}
.e .glyphicon-magnet:before {
  content: "\e112";
}
.e .glyphicon-chevron-up:before {
  content: "\e113";
}
.e .glyphicon-chevron-down:before {
  content: "\e114";
}
.e .glyphicon-retweet:before {
  content: "\e115";
}
.e .glyphicon-shopping-cart:before {
  content: "\e116";
}
.e .glyphicon-folder-close:before {
  content: "\e117";
}
.e .glyphicon-folder-open:before {
  content: "\e118";
}
.e .glyphicon-resize-vertical:before {
  content: "\e119";
}
.e .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.e .glyphicon-hdd:before {
  content: "\e121";
}
.e .glyphicon-bullhorn:before {
  content: "\e122";
}
.e .glyphicon-bell:before {
  content: "\e123";
}
.e .glyphicon-certificate:before {
  content: "\e124";
}
.e .glyphicon-thumbs-up:before {
  content: "\e125";
}
.e .glyphicon-thumbs-down:before {
  content: "\e126";
}
.e .glyphicon-hand-right:before {
  content: "\e127";
}
.e .glyphicon-hand-left:before {
  content: "\e128";
}
.e .glyphicon-hand-up:before {
  content: "\e129";
}
.e .glyphicon-hand-down:before {
  content: "\e130";
}
.e .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.e .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.e .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.e .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.e .glyphicon-globe:before {
  content: "\e135";
}
.e .glyphicon-wrench:before {
  content: "\e136";
}
.e .glyphicon-tasks:before {
  content: "\e137";
}
.e .glyphicon-filter:before {
  content: "\e138";
}
.e .glyphicon-briefcase:before {
  content: "\e139";
}
.e .glyphicon-fullscreen:before {
  content: "\e140";
}
.e .glyphicon-dashboard:before {
  content: "\e141";
}
.e .glyphicon-paperclip:before {
  content: "\e142";
}
.e .glyphicon-heart-empty:before {
  content: "\e143";
}
.e .glyphicon-link:before {
  content: "\e144";
}
.e .glyphicon-phone:before {
  content: "\e145";
}
.e .glyphicon-pushpin:before {
  content: "\e146";
}
.e .glyphicon-usd:before {
  content: "\e148";
}
.e .glyphicon-gbp:before {
  content: "\e149";
}
.e .glyphicon-sort:before {
  content: "\e150";
}
.e .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.e .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.e .glyphicon-sort-by-order:before {
  content: "\e153";
}
.e .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.e .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.e .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.e .glyphicon-unchecked:before {
  content: "\e157";
}
.e .glyphicon-expand:before {
  content: "\e158";
}
.e .glyphicon-collapse-down:before {
  content: "\e159";
}
.e .glyphicon-collapse-up:before {
  content: "\e160";
}
.e .glyphicon-log-in:before {
  content: "\e161";
}
.e .glyphicon-flash:before {
  content: "\e162";
}
.e .glyphicon-log-out:before {
  content: "\e163";
}
.e .glyphicon-new-window:before {
  content: "\e164";
}
.e .glyphicon-record:before {
  content: "\e165";
}
.e .glyphicon-save:before {
  content: "\e166";
}
.e .glyphicon-open:before {
  content: "\e167";
}
.e .glyphicon-saved:before {
  content: "\e168";
}
.e .glyphicon-import:before {
  content: "\e169";
}
.e .glyphicon-export:before {
  content: "\e170";
}
.e .glyphicon-send:before {
  content: "\e171";
}
.e .glyphicon-floppy-disk:before {
  content: "\e172";
}
.e .glyphicon-floppy-saved:before {
  content: "\e173";
}
.e .glyphicon-floppy-remove:before {
  content: "\e174";
}
.e .glyphicon-floppy-save:before {
  content: "\e175";
}
.e .glyphicon-floppy-open:before {
  content: "\e176";
}
.e .glyphicon-credit-card:before {
  content: "\e177";
}
.e .glyphicon-transfer:before {
  content: "\e178";
}
.e .glyphicon-cutlery:before {
  content: "\e179";
}
.e .glyphicon-header:before {
  content: "\e180";
}
.e .glyphicon-compressed:before {
  content: "\e181";
}
.e .glyphicon-earphone:before {
  content: "\e182";
}
.e .glyphicon-phone-alt:before {
  content: "\e183";
}
.e .glyphicon-tower:before {
  content: "\e184";
}
.e .glyphicon-stats:before {
  content: "\e185";
}
.e .glyphicon-sd-video:before {
  content: "\e186";
}
.e .glyphicon-hd-video:before {
  content: "\e187";
}
.e .glyphicon-subtitles:before {
  content: "\e188";
}
.e .glyphicon-sound-stereo:before {
  content: "\e189";
}
.e .glyphicon-sound-dolby:before {
  content: "\e190";
}
.e .glyphicon-sound-5-1:before {
  content: "\e191";
}
.e .glyphicon-sound-6-1:before {
  content: "\e192";
}
.e .glyphicon-sound-7-1:before {
  content: "\e193";
}
.e .glyphicon-copyright-mark:before {
  content: "\e194";
}
.e .glyphicon-registration-mark:before {
  content: "\e195";
}
.e .glyphicon-cloud-download:before {
  content: "\e197";
}
.e .glyphicon-cloud-upload:before {
  content: "\e198";
}
.e .glyphicon-tree-conifer:before {
  content: "\e199";
}
.e .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.e .glyphicon-cd:before {
  content: "\e201";
}
.e .glyphicon-save-file:before {
  content: "\e202";
}
.e .glyphicon-open-file:before {
  content: "\e203";
}
.e .glyphicon-level-up:before {
  content: "\e204";
}
.e .glyphicon-copy:before {
  content: "\e205";
}
.e .glyphicon-paste:before {
  content: "\e206";
}
.e .glyphicon-alert:before {
  content: "\e209";
}
.e .glyphicon-equalizer:before {
  content: "\e210";
}
.e .glyphicon-king:before {
  content: "\e211";
}
.e .glyphicon-queen:before {
  content: "\e212";
}
.e .glyphicon-pawn:before {
  content: "\e213";
}
.e .glyphicon-bishop:before {
  content: "\e214";
}
.e .glyphicon-knight:before {
  content: "\e215";
}
.e .glyphicon-baby-formula:before {
  content: "\e216";
}
.e .glyphicon-tent:before {
  content: "\26fa";
}
.e .glyphicon-blackboard:before {
  content: "\e218";
}
.e .glyphicon-bed:before {
  content: "\e219";
}
.e .glyphicon-apple:before {
  content: "\f8ff";
}
.e .glyphicon-erase:before {
  content: "\e221";
}
.e .glyphicon-hourglass:before {
  content: "\231b";
}
.e .glyphicon-lamp:before {
  content: "\e223";
}
.e .glyphicon-duplicate:before {
  content: "\e224";
}
.e .glyphicon-piggy-bank:before {
  content: "\e225";
}
.e .glyphicon-scissors:before {
  content: "\e226";
}
.e .glyphicon-bitcoin:before {
  content: "\e227";
}
.e .glyphicon-btc:before {
  content: "\e227";
}
.e .glyphicon-xbt:before {
  content: "\e227";
}
.e .glyphicon-yen:before {
  content: "\00a5";
}
.e .glyphicon-jpy:before {
  content: "\00a5";
}
.e .glyphicon-ruble:before {
  content: "\20bd";
}
.e .glyphicon-rub:before {
  content: "\20bd";
}
.e .glyphicon-scale:before {
  content: "\e230";
}
.e .glyphicon-ice-lolly:before {
  content: "\e231";
}
.e .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.e .glyphicon-education:before {
  content: "\e233";
}
.e .glyphicon-option-horizontal:before {
  content: "\e234";
}
.e .glyphicon-option-vertical:before {
  content: "\e235";
}
.e .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.e .glyphicon-modal-window:before {
  content: "\e237";
}
.e .glyphicon-oil:before {
  content: "\e238";
}
.e .glyphicon-grain:before {
  content: "\e239";
}
.e .glyphicon-sunglasses:before {
  content: "\e240";
}
.e .glyphicon-text-size:before {
  content: "\e241";
}
.e .glyphicon-text-color:before {
  content: "\e242";
}
.e .glyphicon-text-background:before {
  content: "\e243";
}
.e .glyphicon-object-align-top:before {
  content: "\e244";
}
.e .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.e .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.e .glyphicon-object-align-left:before {
  content: "\e247";
}
.e .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.e .glyphicon-object-align-right:before {
  content: "\e249";
}
.e .glyphicon-triangle-right:before {
  content: "\e250";
}
.e .glyphicon-triangle-left:before {
  content: "\e251";
}
.e .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.e .glyphicon-triangle-top:before {
  content: "\e253";
}
.e .glyphicon-console:before {
  content: "\e254";
}
.e .glyphicon-superscript:before {
  content: "\e255";
}
.e .glyphicon-subscript:before {
  content: "\e256";
}
.e .glyphicon-menu-left:before {
  content: "\e257";
}
.e .glyphicon-menu-right:before {
  content: "\e258";
}
.e .glyphicon-menu-down:before {
  content: "\e259";
}
.e .glyphicon-menu-up:before {
  content: "\e260";
}
.e * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.e *:before,
.e *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.e html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.e body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
.e input,
.e button,
.e select,
.e textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.e a {
  color: #337ab7;
  text-decoration: none;
}
.e a:hover,
.e a:focus {
  color: #23527c;
  text-decoration: underline;
}
.e a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.e figure {
  margin: 0;
}
.e img {
  vertical-align: middle;
}
.e .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.e .img-rounded {
  border-radius: 6px;
}
.e .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.e .img-circle {
  border-radius: 50%;
}
.e hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.e .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.e .sr-only-focusable:active,
.e .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.e [role="button"] {
  cursor: pointer;
}
.e h1,
.e h2,
.e h3,
.e h4,
.e h5,
.e h6,
.e .h1,
.e .h2,
.e .h3,
.e .h4,
.e .h5,
.e .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.e h1 small,
.e h2 small,
.e h3 small,
.e h4 small,
.e h5 small,
.e h6 small,
.e .h1 small,
.e .h2 small,
.e .h3 small,
.e .h4 small,
.e .h5 small,
.e .h6 small,
.e h1 .small,
.e h2 .small,
.e h3 .small,
.e h4 .small,
.e h5 .small,
.e h6 .small,
.e .h1 .small,
.e .h2 .small,
.e .h3 .small,
.e .h4 .small,
.e .h5 .small,
.e .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.e h1,
.e .h1,
.e h2,
.e .h2,
.e h3,
.e .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.e h1 small,
.e .h1 small,
.e h2 small,
.e .h2 small,
.e h3 small,
.e .h3 small,
.e h1 .small,
.e .h1 .small,
.e h2 .small,
.e .h2 .small,
.e h3 .small,
.e .h3 .small {
  font-size: 65%;
}
.e h4,
.e .h4,
.e h5,
.e .h5,
.e h6,
.e .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.e h4 small,
.e .h4 small,
.e h5 small,
.e .h5 small,
.e h6 small,
.e .h6 small,
.e h4 .small,
.e .h4 .small,
.e h5 .small,
.e .h5 .small,
.e h6 .small,
.e .h6 .small {
  font-size: 75%;
}
.e h1,
.e .h1 {
  font-size: 36px;
}
.e h2,
.e .h2 {
  font-size: 30px;
}
.e h3,
.e .h3 {
  font-size: 24px;
}
.e h4,
.e .h4 {
  font-size: 18px;
}
.e h5,
.e .h5 {
  font-size: 14px;
}
.e h6,
.e .h6 {
  font-size: 12px;
}
.e p {
  margin: 0 0 10px;
}
.e .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .e .lead {
    font-size: 21px;
  }
}
.e small,
.e .small {
  font-size: 85%;
}
.e mark,
.e .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.e .text-left {
  text-align: left;
}
.e .text-right {
  text-align: right;
}
.e .text-center {
  text-align: center;
}
.e .text-justify {
  text-align: justify;
}
.e .text-nowrap {
  white-space: nowrap;
}
.e .text-lowercase {
  text-transform: lowercase;
}
.e .text-uppercase {
  text-transform: uppercase;
}
.e .text-capitalize {
  text-transform: capitalize;
}
.e .text-muted {
  color: #777777;
}
.e .text-primary {
  color: #337ab7;
}
a.e .text-primary:hover,
a.e .text-primary:focus {
  color: #286090;
}
.e .text-success {
  color: #3c763d;
}
a.e .text-success:hover,
a.e .text-success:focus {
  color: #2b542c;
}
.e .text-info {
  color: #31708f;
}
a.e .text-info:hover,
a.e .text-info:focus {
  color: #245269;
}
.e .text-warning {
  color: #8a6d3b;
}
a.e .text-warning:hover,
a.e .text-warning:focus {
  color: #66512c;
}
.e .text-danger {
  color: #a94442;
}
a.e .text-danger:hover,
a.e .text-danger:focus {
  color: #843534;
}
.e .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.e .bg-primary:hover,
a.e .bg-primary:focus {
  background-color: #286090;
}
.e .bg-success {
  background-color: #dff0d8;
}
a.e .bg-success:hover,
a.e .bg-success:focus {
  background-color: #c1e2b3;
}
.e .bg-info {
  background-color: #d9edf7;
}
a.e .bg-info:hover,
a.e .bg-info:focus {
  background-color: #afd9ee;
}
.e .bg-warning {
  background-color: #fcf8e3;
}
a.e .bg-warning:hover,
a.e .bg-warning:focus {
  background-color: #f7ecb5;
}
.e .bg-danger {
  background-color: #f2dede;
}
a.e .bg-danger:hover,
a.e .bg-danger:focus {
  background-color: #e4b9b9;
}
.e .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.e ul,
.e ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.e ul ul,
.e ol ul,
.e ul ol,
.e ol ol {
  margin-bottom: 0;
}
.e .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.e .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.e .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.e dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.e dt,
.e dd {
  line-height: 1.42857143;
}
.e dt {
  font-weight: bold;
}
.e dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .e .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .e .dl-horizontal dd {
    margin-left: 180px;
  }
}
.e abbr[title],
.e abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.e .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.e blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.e blockquote p:last-child,
.e blockquote ul:last-child,
.e blockquote ol:last-child {
  margin-bottom: 0;
}
.e blockquote footer,
.e blockquote small,
.e blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.e blockquote footer:before,
.e blockquote small:before,
.e blockquote .small:before {
  content: '\2014 \00A0';
}
.e .blockquote-reverse,
.e blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.e .blockquote-reverse footer:before,
.e blockquote.pull-right footer:before,
.e .blockquote-reverse small:before,
.e blockquote.pull-right small:before,
.e .blockquote-reverse .small:before,
.e blockquote.pull-right .small:before {
  content: '';
}
.e .blockquote-reverse footer:after,
.e blockquote.pull-right footer:after,
.e .blockquote-reverse small:after,
.e blockquote.pull-right small:after,
.e .blockquote-reverse .small:after,
.e blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.e address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.e code,
.e kbd,
.e pre,
.e samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.e code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.e kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.e kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.e 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: 4px;
}
.e pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.e .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.e .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .e .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .e .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .e .container {
    width: 1170px;
  }
}
.e .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.e .row {
  margin-left: -15px;
  margin-right: -15px;
}
.e .col-xs-1,
.e .col-sm-1,
.e .col-md-1,
.e .col-lg-1,
.e .col-xs-2,
.e .col-sm-2,
.e .col-md-2,
.e .col-lg-2,
.e .col-xs-3,
.e .col-sm-3,
.e .col-md-3,
.e .col-lg-3,
.e .col-xs-4,
.e .col-sm-4,
.e .col-md-4,
.e .col-lg-4,
.e .col-xs-5,
.e .col-sm-5,
.e .col-md-5,
.e .col-lg-5,
.e .col-xs-6,
.e .col-sm-6,
.e .col-md-6,
.e .col-lg-6,
.e .col-xs-7,
.e .col-sm-7,
.e .col-md-7,
.e .col-lg-7,
.e .col-xs-8,
.e .col-sm-8,
.e .col-md-8,
.e .col-lg-8,
.e .col-xs-9,
.e .col-sm-9,
.e .col-md-9,
.e .col-lg-9,
.e .col-xs-10,
.e .col-sm-10,
.e .col-md-10,
.e .col-lg-10,
.e .col-xs-11,
.e .col-sm-11,
.e .col-md-11,
.e .col-lg-11,
.e .col-xs-12,
.e .col-sm-12,
.e .col-md-12,
.e .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.e .col-xs-1,
.e .col-xs-2,
.e .col-xs-3,
.e .col-xs-4,
.e .col-xs-5,
.e .col-xs-6,
.e .col-xs-7,
.e .col-xs-8,
.e .col-xs-9,
.e .col-xs-10,
.e .col-xs-11,
.e .col-xs-12 {
  float: left;
}
.e .col-xs-12 {
  width: 100%;
}
.e .col-xs-11 {
  width: 91.66666667%;
}
.e .col-xs-10 {
  width: 83.33333333%;
}
.e .col-xs-9 {
  width: 75%;
}
.e .col-xs-8 {
  width: 66.66666667%;
}
.e .col-xs-7 {
  width: 58.33333333%;
}
.e .col-xs-6 {
  width: 50%;
}
.e .col-xs-5 {
  width: 41.66666667%;
}
.e .col-xs-4 {
  width: 33.33333333%;
}
.e .col-xs-3 {
  width: 25%;
}
.e .col-xs-2 {
  width: 16.66666667%;
}
.e .col-xs-1 {
  width: 8.33333333%;
}
.e .col-xs-pull-12 {
  right: 100%;
}
.e .col-xs-pull-11 {
  right: 91.66666667%;
}
.e .col-xs-pull-10 {
  right: 83.33333333%;
}
.e .col-xs-pull-9 {
  right: 75%;
}
.e .col-xs-pull-8 {
  right: 66.66666667%;
}
.e .col-xs-pull-7 {
  right: 58.33333333%;
}
.e .col-xs-pull-6 {
  right: 50%;
}
.e .col-xs-pull-5 {
  right: 41.66666667%;
}
.e .col-xs-pull-4 {
  right: 33.33333333%;
}
.e .col-xs-pull-3 {
  right: 25%;
}
.e .col-xs-pull-2 {
  right: 16.66666667%;
}
.e .col-xs-pull-1 {
  right: 8.33333333%;
}
.e .col-xs-pull-0 {
  right: auto;
}
.e .col-xs-push-12 {
  left: 100%;
}
.e .col-xs-push-11 {
  left: 91.66666667%;
}
.e .col-xs-push-10 {
  left: 83.33333333%;
}
.e .col-xs-push-9 {
  left: 75%;
}
.e .col-xs-push-8 {
  left: 66.66666667%;
}
.e .col-xs-push-7 {
  left: 58.33333333%;
}
.e .col-xs-push-6 {
  left: 50%;
}
.e .col-xs-push-5 {
  left: 41.66666667%;
}
.e .col-xs-push-4 {
  left: 33.33333333%;
}
.e .col-xs-push-3 {
  left: 25%;
}
.e .col-xs-push-2 {
  left: 16.66666667%;
}
.e .col-xs-push-1 {
  left: 8.33333333%;
}
.e .col-xs-push-0 {
  left: auto;
}
.e .col-xs-offset-12 {
  margin-left: 100%;
}
.e .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.e .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.e .col-xs-offset-9 {
  margin-left: 75%;
}
.e .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.e .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.e .col-xs-offset-6 {
  margin-left: 50%;
}
.e .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.e .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.e .col-xs-offset-3 {
  margin-left: 25%;
}
.e .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.e .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.e .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .e .col-sm-1,
  .e .col-sm-2,
  .e .col-sm-3,
  .e .col-sm-4,
  .e .col-sm-5,
  .e .col-sm-6,
  .e .col-sm-7,
  .e .col-sm-8,
  .e .col-sm-9,
  .e .col-sm-10,
  .e .col-sm-11,
  .e .col-sm-12 {
    float: left;
  }
  .e .col-sm-12 {
    width: 100%;
  }
  .e .col-sm-11 {
    width: 91.66666667%;
  }
  .e .col-sm-10 {
    width: 83.33333333%;
  }
  .e .col-sm-9 {
    width: 75%;
  }
  .e .col-sm-8 {
    width: 66.66666667%;
  }
  .e .col-sm-7 {
    width: 58.33333333%;
  }
  .e .col-sm-6 {
    width: 50%;
  }
  .e .col-sm-5 {
    width: 41.66666667%;
  }
  .e .col-sm-4 {
    width: 33.33333333%;
  }
  .e .col-sm-3 {
    width: 25%;
  }
  .e .col-sm-2 {
    width: 16.66666667%;
  }
  .e .col-sm-1 {
    width: 8.33333333%;
  }
  .e .col-sm-pull-12 {
    right: 100%;
  }
  .e .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .e .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .e .col-sm-pull-9 {
    right: 75%;
  }
  .e .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .e .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .e .col-sm-pull-6 {
    right: 50%;
  }
  .e .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .e .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .e .col-sm-pull-3 {
    right: 25%;
  }
  .e .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .e .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .e .col-sm-pull-0 {
    right: auto;
  }
  .e .col-sm-push-12 {
    left: 100%;
  }
  .e .col-sm-push-11 {
    left: 91.66666667%;
  }
  .e .col-sm-push-10 {
    left: 83.33333333%;
  }
  .e .col-sm-push-9 {
    left: 75%;
  }
  .e .col-sm-push-8 {
    left: 66.66666667%;
  }
  .e .col-sm-push-7 {
    left: 58.33333333%;
  }
  .e .col-sm-push-6 {
    left: 50%;
  }
  .e .col-sm-push-5 {
    left: 41.66666667%;
  }
  .e .col-sm-push-4 {
    left: 33.33333333%;
  }
  .e .col-sm-push-3 {
    left: 25%;
  }
  .e .col-sm-push-2 {
    left: 16.66666667%;
  }
  .e .col-sm-push-1 {
    left: 8.33333333%;
  }
  .e .col-sm-push-0 {
    left: auto;
  }
  .e .col-sm-offset-12 {
    margin-left: 100%;
  }
  .e .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .e .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .e .col-sm-offset-9 {
    margin-left: 75%;
  }
  .e .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .e .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .e .col-sm-offset-6 {
    margin-left: 50%;
  }
  .e .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .e .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .e .col-sm-offset-3 {
    margin-left: 25%;
  }
  .e .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .e .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .e .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .e .col-md-1,
  .e .col-md-2,
  .e .col-md-3,
  .e .col-md-4,
  .e .col-md-5,
  .e .col-md-6,
  .e .col-md-7,
  .e .col-md-8,
  .e .col-md-9,
  .e .col-md-10,
  .e .col-md-11,
  .e .col-md-12 {
    float: left;
  }
  .e .col-md-12 {
    width: 100%;
  }
  .e .col-md-11 {
    width: 91.66666667%;
  }
  .e .col-md-10 {
    width: 83.33333333%;
  }
  .e .col-md-9 {
    width: 75%;
  }
  .e .col-md-8 {
    width: 66.66666667%;
  }
  .e .col-md-7 {
    width: 58.33333333%;
  }
  .e .col-md-6 {
    width: 50%;
  }
  .e .col-md-5 {
    width: 41.66666667%;
  }
  .e .col-md-4 {
    width: 33.33333333%;
  }
  .e .col-md-3 {
    width: 25%;
  }
  .e .col-md-2 {
    width: 16.66666667%;
  }
  .e .col-md-1 {
    width: 8.33333333%;
  }
  .e .col-md-pull-12 {
    right: 100%;
  }
  .e .col-md-pull-11 {
    right: 91.66666667%;
  }
  .e .col-md-pull-10 {
    right: 83.33333333%;
  }
  .e .col-md-pull-9 {
    right: 75%;
  }
  .e .col-md-pull-8 {
    right: 66.66666667%;
  }
  .e .col-md-pull-7 {
    right: 58.33333333%;
  }
  .e .col-md-pull-6 {
    right: 50%;
  }
  .e .col-md-pull-5 {
    right: 41.66666667%;
  }
  .e .col-md-pull-4 {
    right: 33.33333333%;
  }
  .e .col-md-pull-3 {
    right: 25%;
  }
  .e .col-md-pull-2 {
    right: 16.66666667%;
  }
  .e .col-md-pull-1 {
    right: 8.33333333%;
  }
  .e .col-md-pull-0 {
    right: auto;
  }
  .e .col-md-push-12 {
    left: 100%;
  }
  .e .col-md-push-11 {
    left: 91.66666667%;
  }
  .e .col-md-push-10 {
    left: 83.33333333%;
  }
  .e .col-md-push-9 {
    left: 75%;
  }
  .e .col-md-push-8 {
    left: 66.66666667%;
  }
  .e .col-md-push-7 {
    left: 58.33333333%;
  }
  .e .col-md-push-6 {
    left: 50%;
  }
  .e .col-md-push-5 {
    left: 41.66666667%;
  }
  .e .col-md-push-4 {
    left: 33.33333333%;
  }
  .e .col-md-push-3 {
    left: 25%;
  }
  .e .col-md-push-2 {
    left: 16.66666667%;
  }
  .e .col-md-push-1 {
    left: 8.33333333%;
  }
  .e .col-md-push-0 {
    left: auto;
  }
  .e .col-md-offset-12 {
    margin-left: 100%;
  }
  .e .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .e .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .e .col-md-offset-9 {
    margin-left: 75%;
  }
  .e .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .e .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .e .col-md-offset-6 {
    margin-left: 50%;
  }
  .e .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .e .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .e .col-md-offset-3 {
    margin-left: 25%;
  }
  .e .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .e .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .e .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .e .col-lg-1,
  .e .col-lg-2,
  .e .col-lg-3,
  .e .col-lg-4,
  .e .col-lg-5,
  .e .col-lg-6,
  .e .col-lg-7,
  .e .col-lg-8,
  .e .col-lg-9,
  .e .col-lg-10,
  .e .col-lg-11,
  .e .col-lg-12 {
    float: left;
  }
  .e .col-lg-12 {
    width: 100%;
  }
  .e .col-lg-11 {
    width: 91.66666667%;
  }
  .e .col-lg-10 {
    width: 83.33333333%;
  }
  .e .col-lg-9 {
    width: 75%;
  }
  .e .col-lg-8 {
    width: 66.66666667%;
  }
  .e .col-lg-7 {
    width: 58.33333333%;
  }
  .e .col-lg-6 {
    width: 50%;
  }
  .e .col-lg-5 {
    width: 41.66666667%;
  }
  .e .col-lg-4 {
    width: 33.33333333%;
  }
  .e .col-lg-3 {
    width: 25%;
  }
  .e .col-lg-2 {
    width: 16.66666667%;
  }
  .e .col-lg-1 {
    width: 8.33333333%;
  }
  .e .col-lg-pull-12 {
    right: 100%;
  }
  .e .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .e .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .e .col-lg-pull-9 {
    right: 75%;
  }
  .e .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .e .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .e .col-lg-pull-6 {
    right: 50%;
  }
  .e .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .e .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .e .col-lg-pull-3 {
    right: 25%;
  }
  .e .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .e .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .e .col-lg-pull-0 {
    right: auto;
  }
  .e .col-lg-push-12 {
    left: 100%;
  }
  .e .col-lg-push-11 {
    left: 91.66666667%;
  }
  .e .col-lg-push-10 {
    left: 83.33333333%;
  }
  .e .col-lg-push-9 {
    left: 75%;
  }
  .e .col-lg-push-8 {
    left: 66.66666667%;
  }
  .e .col-lg-push-7 {
    left: 58.33333333%;
  }
  .e .col-lg-push-6 {
    left: 50%;
  }
  .e .col-lg-push-5 {
    left: 41.66666667%;
  }
  .e .col-lg-push-4 {
    left: 33.33333333%;
  }
  .e .col-lg-push-3 {
    left: 25%;
  }
  .e .col-lg-push-2 {
    left: 16.66666667%;
  }
  .e .col-lg-push-1 {
    left: 8.33333333%;
  }
  .e .col-lg-push-0 {
    left: auto;
  }
  .e .col-lg-offset-12 {
    margin-left: 100%;
  }
  .e .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .e .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .e .col-lg-offset-9 {
    margin-left: 75%;
  }
  .e .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .e .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .e .col-lg-offset-6 {
    margin-left: 50%;
  }
  .e .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .e .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .e .col-lg-offset-3 {
    margin-left: 25%;
  }
  .e .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .e .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .e .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.e table {
  background-color: transparent;
}
.e caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.e th {
  text-align: left;
}
.e .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.e .table > thead > tr > th,
.e .table > tbody > tr > th,
.e .table > tfoot > tr > th,
.e .table > thead > tr > td,
.e .table > tbody > tr > td,
.e .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.e .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.e .table > caption + thead > tr:first-child > th,
.e .table > colgroup + thead > tr:first-child > th,
.e .table > thead:first-child > tr:first-child > th,
.e .table > caption + thead > tr:first-child > td,
.e .table > colgroup + thead > tr:first-child > td,
.e .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.e .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.e .table .table {
  background-color: #fff;
}
.e .table-condensed > thead > tr > th,
.e .table-condensed > tbody > tr > th,
.e .table-condensed > tfoot > tr > th,
.e .table-condensed > thead > tr > td,
.e .table-condensed > tbody > tr > td,
.e .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.e .table-bordered {
  border: 1px solid #ddd;
}
.e .table-bordered > thead > tr > th,
.e .table-bordered > tbody > tr > th,
.e .table-bordered > tfoot > tr > th,
.e .table-bordered > thead > tr > td,
.e .table-bordered > tbody > tr > td,
.e .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.e .table-bordered > thead > tr > th,
.e .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.e .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.e .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.e table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.e table td[class*="col-"],
.e table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.e .table > thead > tr > td.active,
.e .table > tbody > tr > td.active,
.e .table > tfoot > tr > td.active,
.e .table > thead > tr > th.active,
.e .table > tbody > tr > th.active,
.e .table > tfoot > tr > th.active,
.e .table > thead > tr.active > td,
.e .table > tbody > tr.active > td,
.e .table > tfoot > tr.active > td,
.e .table > thead > tr.active > th,
.e .table > tbody > tr.active > th,
.e .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.e .table-hover > tbody > tr > td.active:hover,
.e .table-hover > tbody > tr > th.active:hover,
.e .table-hover > tbody > tr.active:hover > td,
.e .table-hover > tbody > tr:hover > .active,
.e .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.e .table > thead > tr > td.success,
.e .table > tbody > tr > td.success,
.e .table > tfoot > tr > td.success,
.e .table > thead > tr > th.success,
.e .table > tbody > tr > th.success,
.e .table > tfoot > tr > th.success,
.e .table > thead > tr.success > td,
.e .table > tbody > tr.success > td,
.e .table > tfoot > tr.success > td,
.e .table > thead > tr.success > th,
.e .table > tbody > tr.success > th,
.e .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.e .table-hover > tbody > tr > td.success:hover,
.e .table-hover > tbody > tr > th.success:hover,
.e .table-hover > tbody > tr.success:hover > td,
.e .table-hover > tbody > tr:hover > .success,
.e .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.e .table > thead > tr > td.info,
.e .table > tbody > tr > td.info,
.e .table > tfoot > tr > td.info,
.e .table > thead > tr > th.info,
.e .table > tbody > tr > th.info,
.e .table > tfoot > tr > th.info,
.e .table > thead > tr.info > td,
.e .table > tbody > tr.info > td,
.e .table > tfoot > tr.info > td,
.e .table > thead > tr.info > th,
.e .table > tbody > tr.info > th,
.e .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.e .table-hover > tbody > tr > td.info:hover,
.e .table-hover > tbody > tr > th.info:hover,
.e .table-hover > tbody > tr.info:hover > td,
.e .table-hover > tbody > tr:hover > .info,
.e .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.e .table > thead > tr > td.warning,
.e .table > tbody > tr > td.warning,
.e .table > tfoot > tr > td.warning,
.e .table > thead > tr > th.warning,
.e .table > tbody > tr > th.warning,
.e .table > tfoot > tr > th.warning,
.e .table > thead > tr.warning > td,
.e .table > tbody > tr.warning > td,
.e .table > tfoot > tr.warning > td,
.e .table > thead > tr.warning > th,
.e .table > tbody > tr.warning > th,
.e .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.e .table-hover > tbody > tr > td.warning:hover,
.e .table-hover > tbody > tr > th.warning:hover,
.e .table-hover > tbody > tr.warning:hover > td,
.e .table-hover > tbody > tr:hover > .warning,
.e .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.e .table > thead > tr > td.danger,
.e .table > tbody > tr > td.danger,
.e .table > tfoot > tr > td.danger,
.e .table > thead > tr > th.danger,
.e .table > tbody > tr > th.danger,
.e .table > tfoot > tr > th.danger,
.e .table > thead > tr.danger > td,
.e .table > tbody > tr.danger > td,
.e .table > tfoot > tr.danger > td,
.e .table > thead > tr.danger > th,
.e .table > tbody > tr.danger > th,
.e .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.e .table-hover > tbody > tr > td.danger:hover,
.e .table-hover > tbody > tr > th.danger:hover,
.e .table-hover > tbody > tr.danger:hover > td,
.e .table-hover > tbody > tr:hover > .danger,
.e .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.e .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .e .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .e .table-responsive > .table {
    margin-bottom: 0;
  }
  .e .table-responsive > .table > thead > tr > th,
  .e .table-responsive > .table > tbody > tr > th,
  .e .table-responsive > .table > tfoot > tr > th,
  .e .table-responsive > .table > thead > tr > td,
  .e .table-responsive > .table > tbody > tr > td,
  .e .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .e .table-responsive > .table-bordered {
    border: 0;
  }
  .e .table-responsive > .table-bordered > thead > tr > th:first-child,
  .e .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .e .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .e .table-responsive > .table-bordered > thead > tr > td:first-child,
  .e .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .e .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .e .table-responsive > .table-bordered > thead > tr > th:last-child,
  .e .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .e .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .e .table-responsive > .table-bordered > thead > tr > td:last-child,
  .e .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .e .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .e .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .e .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .e .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .e .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.e fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.e 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;
}
.e label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.e input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.e input[type="radio"],
.e input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.e input[type="file"] {
  display: block;
}
.e input[type="range"] {
  display: block;
  width: 100%;
}
.e select[multiple],
.e select[size] {
  height: auto;
}
.e input[type="file"]:focus,
.e input[type="radio"]:focus,
.e input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.e output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.e .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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.e .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.e .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.e .form-control:-ms-input-placeholder {
  color: #999;
}
.e .form-control::-webkit-input-placeholder {
  color: #999;
}
.e .form-control[disabled],
.e .form-control[readonly],
fieldset[disabled] .e .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.e .form-control[disabled],
fieldset[disabled] .e .form-control {
  cursor: not-allowed;
}
textarea.e .form-control {
  height: auto;
}
.e input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .e input[type="date"].form-control,
  .e input[type="time"].form-control,
  .e input[type="datetime-local"].form-control,
  .e input[type="month"].form-control {
    line-height: 34px;
  }
  .e input[type="date"].input-sm,
  .e input[type="time"].input-sm,
  .e input[type="datetime-local"].input-sm,
  .e input[type="month"].input-sm,
  .input-group-sm .e input[type="date"],
  .input-group-sm .e input[type="time"],
  .input-group-sm .e input[type="datetime-local"],
  .input-group-sm .e input[type="month"] {
    line-height: 30px;
  }
  .e input[type="date"].input-lg,
  .e input[type="time"].input-lg,
  .e input[type="datetime-local"].input-lg,
  .e input[type="month"].input-lg,
  .input-group-lg .e input[type="date"],
  .input-group-lg .e input[type="time"],
  .input-group-lg .e input[type="datetime-local"],
  .input-group-lg .e input[type="month"] {
    line-height: 46px;
  }
}
.e .form-group {
  margin-bottom: 15px;
}
.e .radio,
.e .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.e .radio label,
.e .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.e .radio input[type="radio"],
.e .radio-inline input[type="radio"],
.e .checkbox input[type="checkbox"],
.e .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.e .radio + .radio,
.e .checkbox + .checkbox {
  margin-top: -5px;
}
.e .radio-inline,
.e .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.e .radio-inline + .radio-inline,
.e .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.e input[type="radio"][disabled],
.e input[type="checkbox"][disabled],
.e input[type="radio"].disabled,
.e input[type="checkbox"].disabled,
fieldset[disabled] .e input[type="radio"],
fieldset[disabled] .e input[type="checkbox"] {
  cursor: not-allowed;
}
.e .radio-inline.disabled,
.e .checkbox-inline.disabled,
fieldset[disabled] .e .radio-inline,
fieldset[disabled] .e .checkbox-inline {
  cursor: not-allowed;
}
.e .radio.disabled label,
.e .checkbox.disabled label,
fieldset[disabled] .e .radio label,
fieldset[disabled] .e .checkbox label {
  cursor: not-allowed;
}
.e .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.e .form-control-static.input-lg,
.e .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.e .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.e .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.e .input-sm,
select[multiple].e .input-sm {
  height: auto;
}
.e .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.e .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.e .form-group-sm textarea.form-control,
.e .form-group-sm select[multiple].form-control {
  height: auto;
}
.e .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.e .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.e .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.e .input-lg,
select[multiple].e .input-lg {
  height: auto;
}
.e .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.e .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.e .form-group-lg textarea.form-control,
.e .form-group-lg select[multiple].form-control {
  height: auto;
}
.e .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.e .has-feedback {
  position: relative;
}
.e .has-feedback .form-control {
  padding-right: 42.5px;
}
.e .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;
}
.e .input-lg + .form-control-feedback,
.e .input-group-lg + .form-control-feedback,
.e .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.e .input-sm + .form-control-feedback,
.e .input-group-sm + .form-control-feedback,
.e .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.e .has-success .help-block,
.e .has-success .control-label,
.e .has-success .radio,
.e .has-success .checkbox,
.e .has-success .radio-inline,
.e .has-success .checkbox-inline,
.e .has-success.radio label,
.e .has-success.checkbox label,
.e .has-success.radio-inline label,
.e .has-success.checkbox-inline label {
  color: #3c763d;
}
.e .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.e .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.e .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.e .has-success .form-control-feedback {
  color: #3c763d;
}
.e .has-warning .help-block,
.e .has-warning .control-label,
.e .has-warning .radio,
.e .has-warning .checkbox,
.e .has-warning .radio-inline,
.e .has-warning .checkbox-inline,
.e .has-warning.radio label,
.e .has-warning.checkbox label,
.e .has-warning.radio-inline label,
.e .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.e .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.e .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.e .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.e .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.e .has-error .help-block,
.e .has-error .control-label,
.e .has-error .radio,
.e .has-error .checkbox,
.e .has-error .radio-inline,
.e .has-error .checkbox-inline,
.e .has-error.radio label,
.e .has-error.checkbox label,
.e .has-error.radio-inline label,
.e .has-error.checkbox-inline label {
  color: #a94442;
}
.e .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.e .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.e .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.e .has-error .form-control-feedback {
  color: #a94442;
}
.e .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.e .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.e .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .e .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .e .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .e .form-inline .form-control-static {
    display: inline-block;
  }
  .e .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .e .form-inline .input-group .input-group-addon,
  .e .form-inline .input-group .input-group-btn,
  .e .form-inline .input-group .form-control {
    width: auto;
  }
  .e .form-inline .input-group > .form-control {
    width: 100%;
  }
  .e .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .e .form-inline .radio,
  .e .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .e .form-inline .radio label,
  .e .form-inline .checkbox label {
    padding-left: 0;
  }
  .e .form-inline .radio input[type="radio"],
  .e .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .e .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.e .form-horizontal .radio,
.e .form-horizontal .checkbox,
.e .form-horizontal .radio-inline,
.e .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.e .form-horizontal .radio,
.e .form-horizontal .checkbox {
  min-height: 27px;
}
.e .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .e .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.e .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .e .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .e .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.e .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: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.e .btn:focus,
.e .btn:active:focus,
.e .btn.active:focus,
.e .btn.focus,
.e .btn:active.focus,
.e .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.e .btn:hover,
.e .btn:focus,
.e .btn.focus {
  color: #333;
  text-decoration: none;
}
.e .btn:active,
.e .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.e .btn.disabled,
.e .btn[disabled],
fieldset[disabled] .e .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.e .btn.disabled,
fieldset[disabled] a.e .btn {
  pointer-events: none;
}
.e .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.e .btn-default:focus,
.e .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.e .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.e .btn-default:active,
.e .btn-default.active,
.open > .dropdown-toggle.e .btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.e .btn-default:active:hover,
.e .btn-default.active:hover,
.open > .dropdown-toggle.e .btn-default:hover,
.e .btn-default:active:focus,
.e .btn-default.active:focus,
.open > .dropdown-toggle.e .btn-default:focus,
.e .btn-default:active.focus,
.e .btn-default.active.focus,
.open > .dropdown-toggle.e .btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.e .btn-default:active,
.e .btn-default.active,
.open > .dropdown-toggle.e .btn-default {
  background-image: none;
}
.e .btn-default.disabled,
.e .btn-default[disabled],
fieldset[disabled] .e .btn-default,
.e .btn-default.disabled:hover,
.e .btn-default[disabled]:hover,
fieldset[disabled] .e .btn-default:hover,
.e .btn-default.disabled:focus,
.e .btn-default[disabled]:focus,
fieldset[disabled] .e .btn-default:focus,
.e .btn-default.disabled.focus,
.e .btn-default[disabled].focus,
fieldset[disabled] .e .btn-default.focus,
.e .btn-default.disabled:active,
.e .btn-default[disabled]:active,
fieldset[disabled] .e .btn-default:active,
.e .btn-default.disabled.active,
.e .btn-default[disabled].active,
fieldset[disabled] .e .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.e .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.e .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.e .btn-primary:focus,
.e .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.e .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.e .btn-primary:active,
.e .btn-primary.active,
.open > .dropdown-toggle.e .btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.e .btn-primary:active:hover,
.e .btn-primary.active:hover,
.open > .dropdown-toggle.e .btn-primary:hover,
.e .btn-primary:active:focus,
.e .btn-primary.active:focus,
.open > .dropdown-toggle.e .btn-primary:focus,
.e .btn-primary:active.focus,
.e .btn-primary.active.focus,
.open > .dropdown-toggle.e .btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.e .btn-primary:active,
.e .btn-primary.active,
.open > .dropdown-toggle.e .btn-primary {
  background-image: none;
}
.e .btn-primary.disabled,
.e .btn-primary[disabled],
fieldset[disabled] .e .btn-primary,
.e .btn-primary.disabled:hover,
.e .btn-primary[disabled]:hover,
fieldset[disabled] .e .btn-primary:hover,
.e .btn-primary.disabled:focus,
.e .btn-primary[disabled]:focus,
fieldset[disabled] .e .btn-primary:focus,
.e .btn-primary.disabled.focus,
.e .btn-primary[disabled].focus,
fieldset[disabled] .e .btn-primary.focus,
.e .btn-primary.disabled:active,
.e .btn-primary[disabled]:active,
fieldset[disabled] .e .btn-primary:active,
.e .btn-primary.disabled.active,
.e .btn-primary[disabled].active,
fieldset[disabled] .e .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.e .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.e .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.e .btn-success:focus,
.e .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.e .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.e .btn-success:active,
.e .btn-success.active,
.open > .dropdown-toggle.e .btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.e .btn-success:active:hover,
.e .btn-success.active:hover,
.open > .dropdown-toggle.e .btn-success:hover,
.e .btn-success:active:focus,
.e .btn-success.active:focus,
.open > .dropdown-toggle.e .btn-success:focus,
.e .btn-success:active.focus,
.e .btn-success.active.focus,
.open > .dropdown-toggle.e .btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.e .btn-success:active,
.e .btn-success.active,
.open > .dropdown-toggle.e .btn-success {
  background-image: none;
}
.e .btn-success.disabled,
.e .btn-success[disabled],
fieldset[disabled] .e .btn-success,
.e .btn-success.disabled:hover,
.e .btn-success[disabled]:hover,
fieldset[disabled] .e .btn-success:hover,
.e .btn-success.disabled:focus,
.e .btn-success[disabled]:focus,
fieldset[disabled] .e .btn-success:focus,
.e .btn-success.disabled.focus,
.e .btn-success[disabled].focus,
fieldset[disabled] .e .btn-success.focus,
.e .btn-success.disabled:active,
.e .btn-success[disabled]:active,
fieldset[disabled] .e .btn-success:active,
.e .btn-success.disabled.active,
.e .btn-success[disabled].active,
fieldset[disabled] .e .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.e .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.e .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.e .btn-info:focus,
.e .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.e .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.e .btn-info:active,
.e .btn-info.active,
.open > .dropdown-toggle.e .btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.e .btn-info:active:hover,
.e .btn-info.active:hover,
.open > .dropdown-toggle.e .btn-info:hover,
.e .btn-info:active:focus,
.e .btn-info.active:focus,
.open > .dropdown-toggle.e .btn-info:focus,
.e .btn-info:active.focus,
.e .btn-info.active.focus,
.open > .dropdown-toggle.e .btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.e .btn-info:active,
.e .btn-info.active,
.open > .dropdown-toggle.e .btn-info {
  background-image: none;
}
.e .btn-info.disabled,
.e .btn-info[disabled],
fieldset[disabled] .e .btn-info,
.e .btn-info.disabled:hover,
.e .btn-info[disabled]:hover,
fieldset[disabled] .e .btn-info:hover,
.e .btn-info.disabled:focus,
.e .btn-info[disabled]:focus,
fieldset[disabled] .e .btn-info:focus,
.e .btn-info.disabled.focus,
.e .btn-info[disabled].focus,
fieldset[disabled] .e .btn-info.focus,
.e .btn-info.disabled:active,
.e .btn-info[disabled]:active,
fieldset[disabled] .e .btn-info:active,
.e .btn-info.disabled.active,
.e .btn-info[disabled].active,
fieldset[disabled] .e .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.e .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.e .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.e .btn-warning:focus,
.e .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.e .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.e .btn-warning:active,
.e .btn-warning.active,
.open > .dropdown-toggle.e .btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.e .btn-warning:active:hover,
.e .btn-warning.active:hover,
.open > .dropdown-toggle.e .btn-warning:hover,
.e .btn-warning:active:focus,
.e .btn-warning.active:focus,
.open > .dropdown-toggle.e .btn-warning:focus,
.e .btn-warning:active.focus,
.e .btn-warning.active.focus,
.open > .dropdown-toggle.e .btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.e .btn-warning:active,
.e .btn-warning.active,
.open > .dropdown-toggle.e .btn-warning {
  background-image: none;
}
.e .btn-warning.disabled,
.e .btn-warning[disabled],
fieldset[disabled] .e .btn-warning,
.e .btn-warning.disabled:hover,
.e .btn-warning[disabled]:hover,
fieldset[disabled] .e .btn-warning:hover,
.e .btn-warning.disabled:focus,
.e .btn-warning[disabled]:focus,
fieldset[disabled] .e .btn-warning:focus,
.e .btn-warning.disabled.focus,
.e .btn-warning[disabled].focus,
fieldset[disabled] .e .btn-warning.focus,
.e .btn-warning.disabled:active,
.e .btn-warning[disabled]:active,
fieldset[disabled] .e .btn-warning:active,
.e .btn-warning.disabled.active,
.e .btn-warning[disabled].active,
fieldset[disabled] .e .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.e .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.e .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.e .btn-danger:focus,
.e .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.e .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.e .btn-danger:active,
.e .btn-danger.active,
.open > .dropdown-toggle.e .btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.e .btn-danger:active:hover,
.e .btn-danger.active:hover,
.open > .dropdown-toggle.e .btn-danger:hover,
.e .btn-danger:active:focus,
.e .btn-danger.active:focus,
.open > .dropdown-toggle.e .btn-danger:focus,
.e .btn-danger:active.focus,
.e .btn-danger.active.focus,
.open > .dropdown-toggle.e .btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.e .btn-danger:active,
.e .btn-danger.active,
.open > .dropdown-toggle.e .btn-danger {
  background-image: none;
}
.e .btn-danger.disabled,
.e .btn-danger[disabled],
fieldset[disabled] .e .btn-danger,
.e .btn-danger.disabled:hover,
.e .btn-danger[disabled]:hover,
fieldset[disabled] .e .btn-danger:hover,
.e .btn-danger.disabled:focus,
.e .btn-danger[disabled]:focus,
fieldset[disabled] .e .btn-danger:focus,
.e .btn-danger.disabled.focus,
.e .btn-danger[disabled].focus,
fieldset[disabled] .e .btn-danger.focus,
.e .btn-danger.disabled:active,
.e .btn-danger[disabled]:active,
fieldset[disabled] .e .btn-danger:active,
.e .btn-danger.disabled.active,
.e .btn-danger[disabled].active,
fieldset[disabled] .e .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.e .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.e .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.e .btn-link,
.e .btn-link:active,
.e .btn-link.active,
.e .btn-link[disabled],
fieldset[disabled] .e .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.e .btn-link,
.e .btn-link:hover,
.e .btn-link:focus,
.e .btn-link:active {
  border-color: transparent;
}
.e .btn-link:hover,
.e .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.e .btn-link[disabled]:hover,
fieldset[disabled] .e .btn-link:hover,
.e .btn-link[disabled]:focus,
fieldset[disabled] .e .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.e .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.e .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.e .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.e .btn-block {
  display: block;
  width: 100%;
}
.e .btn-block + .btn-block {
  margin-top: 5px;
}
.e input[type="submit"].btn-block,
.e input[type="reset"].btn-block,
.e input[type="button"].btn-block {
  width: 100%;
}
.e .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.e .fade.in {
  opacity: 1;
}
.e .collapse {
  display: none;
}
.e .collapse.in {
  display: block;
}
tr.e .collapse.in {
  display: table-row;
}
tbody.e .collapse.in {
  display: table-row-group;
}
.e .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.e .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;
}
.e .dropup,
.e .dropdown {
  position: relative;
}
.e .dropdown-toggle:focus {
  outline: 0;
}
.e .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: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.e .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.e .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.e .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.e .dropdown-menu > li > a:hover,
.e .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.e .dropdown-menu > .active > a,
.e .dropdown-menu > .active > a:hover,
.e .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.e .dropdown-menu > .disabled > a,
.e .dropdown-menu > .disabled > a:hover,
.e .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.e .dropdown-menu > .disabled > a:hover,
.e .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.e .open > .dropdown-menu {
  display: block;
}
.e .open > a {
  outline: 0;
}
.e .dropdown-menu-right {
  left: auto;
  right: 0;
}
.e .dropdown-menu-left {
  left: 0;
  right: auto;
}
.e .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.e .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.e .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.e .dropup .caret,
.e .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.e .dropup .dropdown-menu,
.e .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .e .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .e .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.e .btn-group,
.e .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.e .btn-group > .btn,
.e .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.e .btn-group > .btn:hover,
.e .btn-group-vertical > .btn:hover,
.e .btn-group > .btn:focus,
.e .btn-group-vertical > .btn:focus,
.e .btn-group > .btn:active,
.e .btn-group-vertical > .btn:active,
.e .btn-group > .btn.active,
.e .btn-group-vertical > .btn.active {
  z-index: 2;
}
.e .btn-group .btn + .btn,
.e .btn-group .btn + .btn-group,
.e .btn-group .btn-group + .btn,
.e .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.e .btn-toolbar {
  margin-left: -5px;
}
.e .btn-toolbar .btn,
.e .btn-toolbar .btn-group,
.e .btn-toolbar .input-group {
  float: left;
}
.e .btn-toolbar > .btn,
.e .btn-toolbar > .btn-group,
.e .btn-toolbar > .input-group {
  margin-left: 5px;
}
.e .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.e .btn-group > .btn:first-child {
  margin-left: 0;
}
.e .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.e .btn-group > .btn:last-child:not(:first-child),
.e .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.e .btn-group > .btn-group {
  float: left;
}
.e .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.e .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.e .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.e .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.e .btn-group .dropdown-toggle:active,
.e .btn-group.open .dropdown-toggle {
  outline: 0;
}
.e .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.e .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.e .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.e .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.e .btn .caret {
  margin-left: 0;
}
.e .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.e .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.e .btn-group-vertical > .btn,
.e .btn-group-vertical > .btn-group,
.e .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.e .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.e .btn-group-vertical > .btn + .btn,
.e .btn-group-vertical > .btn + .btn-group,
.e .btn-group-vertical > .btn-group + .btn,
.e .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.e .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.e .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.e .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.e .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.e .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.e .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.e .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.e .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.e .btn-group-justified > .btn,
.e .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.e .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.e .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.e [data-toggle="buttons"] > .btn input[type="radio"],
.e [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.e [data-toggle="buttons"] > .btn input[type="checkbox"],
.e [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.e .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.e .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.e .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.e .input-group-lg > .form-control,
.e .input-group-lg > .input-group-addon,
.e .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.e .input-group-lg > .form-control,
select.e .input-group-lg > .input-group-addon,
select.e .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.e .input-group-lg > .form-control,
textarea.e .input-group-lg > .input-group-addon,
textarea.e .input-group-lg > .input-group-btn > .btn,
select[multiple].e .input-group-lg > .form-control,
select[multiple].e .input-group-lg > .input-group-addon,
select[multiple].e .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.e .input-group-sm > .form-control,
.e .input-group-sm > .input-group-addon,
.e .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.e .input-group-sm > .form-control,
select.e .input-group-sm > .input-group-addon,
select.e .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.e .input-group-sm > .form-control,
textarea.e .input-group-sm > .input-group-addon,
textarea.e .input-group-sm > .input-group-btn > .btn,
select[multiple].e .input-group-sm > .form-control,
select[multiple].e .input-group-sm > .input-group-addon,
select[multiple].e .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.e .input-group-addon,
.e .input-group-btn,
.e .input-group .form-control {
  display: table-cell;
}
.e .input-group-addon:not(:first-child):not(:last-child),
.e .input-group-btn:not(:first-child):not(:last-child),
.e .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.e .input-group-addon,
.e .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.e .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: 4px;
}
.e .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.e .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.e .input-group-addon input[type="radio"],
.e .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.e .input-group .form-control:first-child,
.e .input-group-addon:first-child,
.e .input-group-btn:first-child > .btn,
.e .input-group-btn:first-child > .btn-group > .btn,
.e .input-group-btn:first-child > .dropdown-toggle,
.e .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.e .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.e .input-group-addon:first-child {
  border-right: 0;
}
.e .input-group .form-control:last-child,
.e .input-group-addon:last-child,
.e .input-group-btn:last-child > .btn,
.e .input-group-btn:last-child > .btn-group > .btn,
.e .input-group-btn:last-child > .dropdown-toggle,
.e .input-group-btn:first-child > .btn:not(:first-child),
.e .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.e .input-group-addon:last-child {
  border-left: 0;
}
.e .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.e .input-group-btn > .btn {
  position: relative;
}
.e .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.e .input-group-btn > .btn:hover,
.e .input-group-btn > .btn:focus,
.e .input-group-btn > .btn:active {
  z-index: 2;
}
.e .input-group-btn:first-child > .btn,
.e .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.e .input-group-btn:last-child > .btn,
.e .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.e .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.e .nav > li {
  position: relative;
  display: block;
}
.e .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.e .nav > li > a:hover,
.e .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.e .nav > li.disabled > a {
  color: #777777;
}
.e .nav > li.disabled > a:hover,
.e .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.e .nav .open > a,
.e .nav .open > a:hover,
.e .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.e .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.e .nav > li > a > img {
  max-width: none;
}
.e .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.e .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.e .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.e .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.e .nav-tabs > li.active > a,
.e .nav-tabs > li.active > a:hover,
.e .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.e .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.e .nav-tabs.nav-justified > li {
  float: none;
}
.e .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.e .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .e .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .e .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.e .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.e .nav-tabs.nav-justified > .active > a,
.e .nav-tabs.nav-justified > .active > a:hover,
.e .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .e .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .e .nav-tabs.nav-justified > .active > a,
  .e .nav-tabs.nav-justified > .active > a:hover,
  .e .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.e .nav-pills > li {
  float: left;
}
.e .nav-pills > li > a {
  border-radius: 4px;
}
.e .nav-pills > li + li {
  margin-left: 2px;
}
.e .nav-pills > li.active > a,
.e .nav-pills > li.active > a:hover,
.e .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.e .nav-stacked > li {
  float: none;
}
.e .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.e .nav-justified {
  width: 100%;
}
.e .nav-justified > li {
  float: none;
}
.e .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.e .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .e .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .e .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.e .nav-tabs-justified {
  border-bottom: 0;
}
.e .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.e .nav-tabs-justified > .active > a,
.e .nav-tabs-justified > .active > a:hover,
.e .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .e .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .e .nav-tabs-justified > .active > a,
  .e .nav-tabs-justified > .active > a:hover,
  .e .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.e .tab-content > .tab-pane {
  display: none;
}
.e .tab-content > .active {
  display: block;
}
.e .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.e .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .e .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .e .navbar-header {
    float: left;
  }
}
.e .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.e .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .e .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .e .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .e .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .e .navbar-collapse,
  .navbar-static-top .e .navbar-collapse,
  .navbar-fixed-bottom .e .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.e .navbar-fixed-top .navbar-collapse,
.e .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .e .navbar-fixed-top .navbar-collapse,
  .e .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.e .container > .navbar-header,
.e .container-fluid > .navbar-header,
.e .container > .navbar-collapse,
.e .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .e .container > .navbar-header,
  .e .container-fluid > .navbar-header,
  .e .container > .navbar-collapse,
  .e .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.e .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .e .navbar-static-top {
    border-radius: 0;
  }
}
.e .navbar-fixed-top,
.e .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .e .navbar-fixed-top,
  .e .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.e .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.e .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.e .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.e .navbar-brand:hover,
.e .navbar-brand:focus {
  text-decoration: none;
}
.e .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .e .navbar-brand,
  .navbar > .container-fluid .e .navbar-brand {
    margin-left: -15px;
  }
}
.e .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.e .navbar-toggle:focus {
  outline: 0;
}
.e .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.e .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .e .navbar-toggle {
    display: none;
  }
}
.e .navbar-nav {
  margin: 7.5px -15px;
}
.e .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .e .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .e .navbar-nav .open .dropdown-menu > li > a,
  .e .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .e .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .e .navbar-nav .open .dropdown-menu > li > a:hover,
  .e .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .e .navbar-nav {
    float: left;
    margin: 0;
  }
  .e .navbar-nav > li {
    float: left;
  }
  .e .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.e .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .e .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .e .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .e .navbar-form .form-control-static {
    display: inline-block;
  }
  .e .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .e .navbar-form .input-group .input-group-addon,
  .e .navbar-form .input-group .input-group-btn,
  .e .navbar-form .input-group .form-control {
    width: auto;
  }
  .e .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .e .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .e .navbar-form .radio,
  .e .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .e .navbar-form .radio label,
  .e .navbar-form .checkbox label {
    padding-left: 0;
  }
  .e .navbar-form .radio input[type="radio"],
  .e .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .e .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .e .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .e .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .e .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.e .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.e .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.e .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.e .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.e .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.e .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .e .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .e .navbar-left {
    float: left !important;
  }
  .e .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .e .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.e .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.e .navbar-default .navbar-brand {
  color: #777;
}
.e .navbar-default .navbar-brand:hover,
.e .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.e .navbar-default .navbar-text {
  color: #777;
}
.e .navbar-default .navbar-nav > li > a {
  color: #777;
}
.e .navbar-default .navbar-nav > li > a:hover,
.e .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.e .navbar-default .navbar-nav > .active > a,
.e .navbar-default .navbar-nav > .active > a:hover,
.e .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.e .navbar-default .navbar-nav > .disabled > a,
.e .navbar-default .navbar-nav > .disabled > a:hover,
.e .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.e .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.e .navbar-default .navbar-toggle:hover,
.e .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.e .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.e .navbar-default .navbar-collapse,
.e .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.e .navbar-default .navbar-nav > .open > a,
.e .navbar-default .navbar-nav > .open > a:hover,
.e .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .e .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .e .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .e .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .e .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .e .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .e .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .e .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .e .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .e .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.e .navbar-default .navbar-link {
  color: #777;
}
.e .navbar-default .navbar-link:hover {
  color: #333;
}
.e .navbar-default .btn-link {
  color: #777;
}
.e .navbar-default .btn-link:hover,
.e .navbar-default .btn-link:focus {
  color: #333;
}
.e .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .e .navbar-default .btn-link:hover,
.e .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .e .navbar-default .btn-link:focus {
  color: #ccc;
}
.e .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.e .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.e .navbar-inverse .navbar-brand:hover,
.e .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.e .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.e .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.e .navbar-inverse .navbar-nav > li > a:hover,
.e .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.e .navbar-inverse .navbar-nav > .active > a,
.e .navbar-inverse .navbar-nav > .active > a:hover,
.e .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.e .navbar-inverse .navbar-nav > .disabled > a,
.e .navbar-inverse .navbar-nav > .disabled > a:hover,
.e .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.e .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.e .navbar-inverse .navbar-toggle:hover,
.e .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.e .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.e .navbar-inverse .navbar-collapse,
.e .navbar-inverse .navbar-form {
  border-color: #101010;
}
.e .navbar-inverse .navbar-nav > .open > a,
.e .navbar-inverse .navbar-nav > .open > a:hover,
.e .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .e .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .e .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .e .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .e .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .e .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .e .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .e .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .e .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .e .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .e .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .e .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.e .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.e .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.e .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.e .navbar-inverse .btn-link:hover,
.e .navbar-inverse .btn-link:focus {
  color: #fff;
}
.e .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .e .navbar-inverse .btn-link:hover,
.e .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .e .navbar-inverse .btn-link:focus {
  color: #444;
}
.e .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.e .breadcrumb > li {
  display: inline-block;
}
.e .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.e .breadcrumb > .active {
  color: #777777;
}
.e .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.e .pagination > li {
  display: inline;
}
.e .pagination > li > a,
.e .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;
}
.e .pagination > li:first-child > a,
.e .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.e .pagination > li:last-child > a,
.e .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.e .pagination > li > a:hover,
.e .pagination > li > span:hover,
.e .pagination > li > a:focus,
.e .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.e .pagination > .active > a,
.e .pagination > .active > span,
.e .pagination > .active > a:hover,
.e .pagination > .active > span:hover,
.e .pagination > .active > a:focus,
.e .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.e .pagination > .disabled > span,
.e .pagination > .disabled > span:hover,
.e .pagination > .disabled > span:focus,
.e .pagination > .disabled > a,
.e .pagination > .disabled > a:hover,
.e .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.e .pagination-lg > li > a,
.e .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.e .pagination-lg > li:first-child > a,
.e .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.e .pagination-lg > li:last-child > a,
.e .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.e .pagination-sm > li > a,
.e .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.e .pagination-sm > li:first-child > a,
.e .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.e .pagination-sm > li:last-child > a,
.e .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.e .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.e .pager li {
  display: inline;
}
.e .pager li > a,
.e .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.e .pager li > a:hover,
.e .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.e .pager .next > a,
.e .pager .next > span {
  float: right;
}
.e .pager .previous > a,
.e .pager .previous > span {
  float: left;
}
.e .pager .disabled > a,
.e .pager .disabled > a:hover,
.e .pager .disabled > a:focus,
.e .pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.e .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.e .label:hover,
a.e .label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.e .label:empty {
  display: none;
}
.btn .e .label {
  position: relative;
  top: -1px;
}
.e .label-default {
  background-color: #777777;
}
.e .label-default[href]:hover,
.e .label-default[href]:focus {
  background-color: #5e5e5e;
}
.e .label-primary {
  background-color: #337ab7;
}
.e .label-primary[href]:hover,
.e .label-primary[href]:focus {
  background-color: #286090;
}
.e .label-success {
  background-color: #5cb85c;
}
.e .label-success[href]:hover,
.e .label-success[href]:focus {
  background-color: #449d44;
}
.e .label-info {
  background-color: #5bc0de;
}
.e .label-info[href]:hover,
.e .label-info[href]:focus {
  background-color: #31b0d5;
}
.e .label-warning {
  background-color: #f0ad4e;
}
.e .label-warning[href]:hover,
.e .label-warning[href]:focus {
  background-color: #ec971f;
}
.e .label-danger {
  background-color: #d9534f;
}
.e .label-danger[href]:hover,
.e .label-danger[href]:focus {
  background-color: #c9302c;
}
.e .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;
}
.e .badge:empty {
  display: none;
}
.btn .e .badge {
  position: relative;
  top: -1px;
}
.btn-xs .e .badge,
.btn-group-xs > .btn .e .badge {
  top: 0;
  padding: 1px 5px;
}
a.e .badge:hover,
a.e .badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .e .badge,
.nav-pills > .active > a > .e .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .e .badge {
  float: right;
}
.list-group-item > .e .badge + .e .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .e .badge {
  margin-left: 3px;
}
.e .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.e .jumbotron h1,
.e .jumbotron .h1 {
  color: inherit;
}
.e .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.e .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .e .jumbotron,
.container-fluid .e .jumbotron {
  border-radius: 6px;
}
.e .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .e .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .e .jumbotron,
  .container-fluid .e .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .e .jumbotron h1,
  .e .jumbotron .h1 {
    font-size: 63px;
  }
}
.e .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.e .thumbnail > img,
.e .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.e .thumbnail:hover,
a.e .thumbnail:focus,
a.e .thumbnail.active {
  border-color: #337ab7;
}
.e .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.e .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.e .alert h4 {
  margin-top: 0;
  color: inherit;
}
.e .alert .alert-link {
  font-weight: bold;
}
.e .alert > p,
.e .alert > ul {
  margin-bottom: 0;
}
.e .alert > p + p {
  margin-top: 5px;
}
.e .alert-dismissable,
.e .alert-dismissible {
  padding-right: 35px;
}
.e .alert-dismissable .close,
.e .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.e .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.e .alert-success hr {
  border-top-color: #c9e2b3;
}
.e .alert-success .alert-link {
  color: #2b542c;
}
.e .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.e .alert-info hr {
  border-top-color: #a6e1ec;
}
.e .alert-info .alert-link {
  color: #245269;
}
.e .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.e .alert-warning hr {
  border-top-color: #f7e1b5;
}
.e .alert-warning .alert-link {
  color: #66512c;
}
.e .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.e .alert-danger hr {
  border-top-color: #e4b9c0;
}
.e .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;
  }
}
.e .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.e .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.e .progress-striped .progress-bar,
.e .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;
}
.e .progress.active .progress-bar,
.e .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.e .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .e .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);
}
.e .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .e .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);
}
.e .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .e .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);
}
.e .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .e .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);
}
.e .media {
  margin-top: 15px;
}
.e .media:first-child {
  margin-top: 0;
}
.e .media,
.e .media-body {
  zoom: 1;
  overflow: hidden;
}
.e .media-body {
  width: 10000px;
}
.e .media-object {
  display: block;
}
.e .media-object.img-thumbnail {
  max-width: none;
}
.e .media-right,
.e .media > .pull-right {
  padding-left: 10px;
}
.e .media-left,
.e .media > .pull-left {
  padding-right: 10px;
}
.e .media-left,
.e .media-right,
.e .media-body {
  display: table-cell;
  vertical-align: top;
}
.e .media-middle {
  vertical-align: middle;
}
.e .media-bottom {
  vertical-align: bottom;
}
.e .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.e .media-list {
  padding-left: 0;
  list-style: none;
}
.e .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.e .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.e .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.e .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.e a.list-group-item,
.e button.list-group-item {
  color: #555;
}
.e a.list-group-item .list-group-item-heading,
.e button.list-group-item .list-group-item-heading {
  color: #333;
}
.e a.list-group-item:hover,
.e button.list-group-item:hover,
.e a.list-group-item:focus,
.e button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.e button.list-group-item {
  width: 100%;
  text-align: left;
}
.e .list-group-item.disabled,
.e .list-group-item.disabled:hover,
.e .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.e .list-group-item.disabled .list-group-item-heading,
.e .list-group-item.disabled:hover .list-group-item-heading,
.e .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.e .list-group-item.disabled .list-group-item-text,
.e .list-group-item.disabled:hover .list-group-item-text,
.e .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.e .list-group-item.active,
.e .list-group-item.active:hover,
.e .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.e .list-group-item.active .list-group-item-heading,
.e .list-group-item.active:hover .list-group-item-heading,
.e .list-group-item.active:focus .list-group-item-heading,
.e .list-group-item.active .list-group-item-heading > small,
.e .list-group-item.active:hover .list-group-item-heading > small,
.e .list-group-item.active:focus .list-group-item-heading > small,
.e .list-group-item.active .list-group-item-heading > .small,
.e .list-group-item.active:hover .list-group-item-heading > .small,
.e .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.e .list-group-item.active .list-group-item-text,
.e .list-group-item.active:hover .list-group-item-text,
.e .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.e .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.e .list-group-item-success,
button.e .list-group-item-success {
  color: #3c763d;
}
a.e .list-group-item-success .list-group-item-heading,
button.e .list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.e .list-group-item-success:hover,
button.e .list-group-item-success:hover,
a.e .list-group-item-success:focus,
button.e .list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.e .list-group-item-success.active,
button.e .list-group-item-success.active,
a.e .list-group-item-success.active:hover,
button.e .list-group-item-success.active:hover,
a.e .list-group-item-success.active:focus,
button.e .list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.e .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.e .list-group-item-info,
button.e .list-group-item-info {
  color: #31708f;
}
a.e .list-group-item-info .list-group-item-heading,
button.e .list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.e .list-group-item-info:hover,
button.e .list-group-item-info:hover,
a.e .list-group-item-info:focus,
button.e .list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.e .list-group-item-info.active,
button.e .list-group-item-info.active,
a.e .list-group-item-info.active:hover,
button.e .list-group-item-info.active:hover,
a.e .list-group-item-info.active:focus,
button.e .list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.e .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.e .list-group-item-warning,
button.e .list-group-item-warning {
  color: #8a6d3b;
}
a.e .list-group-item-warning .list-group-item-heading,
button.e .list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.e .list-group-item-warning:hover,
button.e .list-group-item-warning:hover,
a.e .list-group-item-warning:focus,
button.e .list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.e .list-group-item-warning.active,
button.e .list-group-item-warning.active,
a.e .list-group-item-warning.active:hover,
button.e .list-group-item-warning.active:hover,
a.e .list-group-item-warning.active:focus,
button.e .list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.e .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.e .list-group-item-danger,
button.e .list-group-item-danger {
  color: #a94442;
}
a.e .list-group-item-danger .list-group-item-heading,
button.e .list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.e .list-group-item-danger:hover,
button.e .list-group-item-danger:hover,
a.e .list-group-item-danger:focus,
button.e .list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.e .list-group-item-danger.active,
button.e .list-group-item-danger.active,
a.e .list-group-item-danger.active:hover,
button.e .list-group-item-danger.active:hover,
a.e .list-group-item-danger.active:focus,
button.e .list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.e .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.e .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.e .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.e .panel-body {
  padding: 15px;
}
.e .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.e .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.e .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.e .panel-title > a,
.e .panel-title > small,
.e .panel-title > .small,
.e .panel-title > small > a,
.e .panel-title > .small > a {
  color: inherit;
}
.e .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.e .panel > .list-group,
.e .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.e .panel > .list-group .list-group-item,
.e .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.e .panel > .list-group:first-child .list-group-item:first-child,
.e .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.e .panel > .list-group:last-child .list-group-item:last-child,
.e .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.e .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.e .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.e .list-group + .panel-footer {
  border-top-width: 0;
}
.e .panel > .table,
.e .panel > .table-responsive > .table,
.e .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.e .panel > .table caption,
.e .panel > .table-responsive > .table caption,
.e .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.e .panel > .table:first-child,
.e .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.e .panel > .table:first-child > thead:first-child > tr:first-child,
.e .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.e .panel > .table:first-child > tbody:first-child > tr:first-child,
.e .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.e .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.e .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.e .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.e .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.e .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.e .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.e .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.e .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.e .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.e .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.e .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.e .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.e .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.e .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.e .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.e .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.e .panel > .table:last-child,
.e .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.e .panel > .table:last-child > tbody:last-child > tr:last-child,
.e .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.e .panel > .table:last-child > tfoot:last-child > tr:last-child,
.e .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.e .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.e .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.e .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.e .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.e .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.e .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.e .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.e .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.e .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.e .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.e .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.e .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.e .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.e .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.e .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.e .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.e .panel > .panel-body + .table,
.e .panel > .panel-body + .table-responsive,
.e .panel > .table + .panel-body,
.e .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.e .panel > .table > tbody:first-child > tr:first-child th,
.e .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.e .panel > .table-bordered,
.e .panel > .table-responsive > .table-bordered {
  border: 0;
}
.e .panel > .table-bordered > thead > tr > th:first-child,
.e .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.e .panel > .table-bordered > tbody > tr > th:first-child,
.e .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.e .panel > .table-bordered > tfoot > tr > th:first-child,
.e .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.e .panel > .table-bordered > thead > tr > td:first-child,
.e .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.e .panel > .table-bordered > tbody > tr > td:first-child,
.e .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.e .panel > .table-bordered > tfoot > tr > td:first-child,
.e .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.e .panel > .table-bordered > thead > tr > th:last-child,
.e .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.e .panel > .table-bordered > tbody > tr > th:last-child,
.e .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.e .panel > .table-bordered > tfoot > tr > th:last-child,
.e .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.e .panel > .table-bordered > thead > tr > td:last-child,
.e .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.e .panel > .table-bordered > tbody > tr > td:last-child,
.e .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.e .panel > .table-bordered > tfoot > tr > td:last-child,
.e .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.e .panel > .table-bordered > thead > tr:first-child > td,
.e .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.e .panel > .table-bordered > tbody > tr:first-child > td,
.e .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.e .panel > .table-bordered > thead > tr:first-child > th,
.e .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.e .panel > .table-bordered > tbody > tr:first-child > th,
.e .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.e .panel > .table-bordered > tbody > tr:last-child > td,
.e .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.e .panel > .table-bordered > tfoot > tr:last-child > td,
.e .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.e .panel > .table-bordered > tbody > tr:last-child > th,
.e .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.e .panel > .table-bordered > tfoot > tr:last-child > th,
.e .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.e .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.e .panel-group {
  margin-bottom: 20px;
}
.e .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.e .panel-group .panel + .panel {
  margin-top: 5px;
}
.e .panel-group .panel-heading {
  border-bottom: 0;
}
.e .panel-group .panel-heading + .panel-collapse > .panel-body,
.e .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.e .panel-group .panel-footer {
  border-top: 0;
}
.e .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.e .panel-default {
  border-color: #ddd;
}
.e .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.e .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.e .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.e .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.e .panel-primary {
  border-color: #337ab7;
}
.e .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.e .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.e .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.e .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.e .panel-success {
  border-color: #d6e9c6;
}
.e .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.e .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.e .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.e .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.e .panel-info {
  border-color: #bce8f1;
}
.e .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.e .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.e .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.e .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.e .panel-warning {
  border-color: #faebcc;
}
.e .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.e .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.e .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.e .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.e .panel-danger {
  border-color: #ebccd1;
}
.e .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.e .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.e .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.e .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.e .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.e .embed-responsive .embed-responsive-item,
.e .embed-responsive iframe,
.e .embed-responsive embed,
.e .embed-responsive object,
.e .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.e .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.e .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.e .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.e .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.e .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.e .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.e .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.e .close:hover,
.e .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.e .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.e .modal-open {
  overflow: hidden;
}
.e .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.e .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.e .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.e .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.e .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.e .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.e .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.e .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.e .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.e .modal-header .close {
  margin-top: -2px;
}
.e .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.e .modal-body {
  position: relative;
  padding: 15px;
}
.e .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.e .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.e .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.e .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .e .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .e .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .e .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .e .modal-lg {
    width: 900px;
  }
}
.e .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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.e .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.e .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.e .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.e .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.e .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.e .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.e .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.e .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.e .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.e .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.e .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.e .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.e .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.e .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.e .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.e .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: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.e .popover.top {
  margin-top: -10px;
}
.e .popover.right {
  margin-left: 10px;
}
.e .popover.bottom {
  margin-top: 10px;
}
.e .popover.left {
  margin-left: -10px;
}
.e .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.e .popover-content {
  padding: 9px 14px;
}
.e .popover > .arrow,
.e .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.e .popover > .arrow {
  border-width: 11px;
}
.e .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.e .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;
}
.e .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.e .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);
}
.e .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.e .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;
}
.e .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.e .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);
}
.e .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.e .carousel {
  position: relative;
}
.e .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.e .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.e .carousel-inner > .item > img,
.e .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .e .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .e .carousel-inner > .item.next,
  .e .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .e .carousel-inner > .item.prev,
  .e .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .e .carousel-inner > .item.next.left,
  .e .carousel-inner > .item.prev.right,
  .e .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.e .carousel-inner > .active,
.e .carousel-inner > .next,
.e .carousel-inner > .prev {
  display: block;
}
.e .carousel-inner > .active {
  left: 0;
}
.e .carousel-inner > .next,
.e .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.e .carousel-inner > .next {
  left: 100%;
}
.e .carousel-inner > .prev {
  left: -100%;
}
.e .carousel-inner > .next.left,
.e .carousel-inner > .prev.right {
  left: 0;
}
.e .carousel-inner > .active.left {
  left: -100%;
}
.e .carousel-inner > .active.right {
  left: 100%;
}
.e .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  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);
}
.e .carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.e .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.e .carousel-control:hover,
.e .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.e .carousel-control .icon-prev,
.e .carousel-control .icon-next,
.e .carousel-control .glyphicon-chevron-left,
.e .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.e .carousel-control .icon-prev,
.e .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.e .carousel-control .icon-next,
.e .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.e .carousel-control .icon-prev,
.e .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.e .carousel-control .icon-prev:before {
  content: '\2039';
}
.e .carousel-control .icon-next:before {
  content: '\203a';
}
.e .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;
}
.e .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);
}
.e .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.e .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);
}
.e .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .e .carousel-control .glyphicon-chevron-left,
  .e .carousel-control .glyphicon-chevron-right,
  .e .carousel-control .icon-prev,
  .e .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .e .carousel-control .glyphicon-chevron-left,
  .e .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .e .carousel-control .glyphicon-chevron-right,
  .e .carousel-control .icon-next {
    margin-right: -15px;
  }
  .e .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .e .carousel-indicators {
    bottom: 20px;
  }
}
.e .clearfix:before,
.e .clearfix:after,
.e .e .dl-horizontal dd:before,
.e .e .dl-horizontal dd:after,
.e .e .container:before,
.e .e .container:after,
.e .e .container-fluid:before,
.e .e .container-fluid:after,
.e .e .row:before,
.e .e .row:after,
.e .e .form-horizontal .form-group:before,
.e .e .form-horizontal .form-group:after,
.e .e .btn-toolbar:before,
.e .e .btn-toolbar:after,
.e .e .btn-group-vertical > .btn-group:before,
.e .e .btn-group-vertical > .btn-group:after,
.e .e .nav:before,
.e .e .nav:after,
.e .e .navbar:before,
.e .e .navbar:after,
.e .e .navbar-header:before,
.e .e .navbar-header:after,
.e .e .navbar-collapse:before,
.e .e .navbar-collapse:after,
.e .e .pager:before,
.e .e .pager:after,
.e .e .panel-body:before,
.e .e .panel-body:after,
.e .e .modal-footer:before,
.e .e .modal-footer:after {
  content: " ";
  display: table;
}
.e .clearfix:after,
.e .e .dl-horizontal dd:after,
.e .e .container:after,
.e .e .container-fluid:after,
.e .e .row:after,
.e .e .form-horizontal .form-group:after,
.e .e .btn-toolbar:after,
.e .e .btn-group-vertical > .btn-group:after,
.e .e .nav:after,
.e .e .navbar:after,
.e .e .navbar-header:after,
.e .e .navbar-collapse:after,
.e .e .pager:after,
.e .e .panel-body:after,
.e .e .modal-footer:after {
  clear: both;
}
.e .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.e .pull-right {
  float: right !important;
}
.e .pull-left {
  float: left !important;
}
.e .hide {
  display: none !important;
}
.e .show {
  display: block !important;
}
.e .invisible {
  visibility: hidden;
}
.e .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.e .hidden {
  display: none !important;
}
.e .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.e .visible-xs,
.e .visible-sm,
.e .visible-md,
.e .visible-lg {
  display: none !important;
}
.e .visible-xs-block,
.e .visible-xs-inline,
.e .visible-xs-inline-block,
.e .visible-sm-block,
.e .visible-sm-inline,
.e .visible-sm-inline-block,
.e .visible-md-block,
.e .visible-md-inline,
.e .visible-md-inline-block,
.e .visible-lg-block,
.e .visible-lg-inline,
.e .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .e .visible-xs {
    display: block !important;
  }
  table.e .visible-xs {
    display: table !important;
  }
  tr.e .visible-xs {
    display: table-row !important;
  }
  th.e .visible-xs,
  td.e .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .e .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .e .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .e .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .e .visible-sm {
    display: block !important;
  }
  table.e .visible-sm {
    display: table !important;
  }
  tr.e .visible-sm {
    display: table-row !important;
  }
  th.e .visible-sm,
  td.e .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .e .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .e .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .e .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .e .visible-md {
    display: block !important;
  }
  table.e .visible-md {
    display: table !important;
  }
  tr.e .visible-md {
    display: table-row !important;
  }
  th.e .visible-md,
  td.e .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .e .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .e .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .e .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .e .visible-lg {
    display: block !important;
  }
  table.e .visible-lg {
    display: table !important;
  }
  tr.e .visible-lg {
    display: table-row !important;
  }
  th.e .visible-lg,
  td.e .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .e .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .e .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .e .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .e .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .e .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .e .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .e .hidden-lg {
    display: none !important;
  }
}
.e .visible-print {
  display: none !important;
}
@media print {
  .e .visible-print {
    display: block !important;
  }
  table.e .visible-print {
    display: table !important;
  }
  tr.e .visible-print {
    display: table-row !important;
  }
  th.e .visible-print,
  td.e .visible-print {
    display: table-cell !important;
  }
}
.e .visible-print-block {
  display: none !important;
}
@media print {
  .e .visible-print-block {
    display: block !important;
  }
}
.e .visible-print-inline {
  display: none !important;
}
@media print {
  .e .visible-print-inline {
    display: inline !important;
  }
}
.e .visible-print-inline-block {
  display: none !important;
}
@media print {
  .e .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .e .hidden-print {
    display: none !important;
  }
}
.e .navbar-form {
  clear: none;
}
.e ul ul.dropdown-menu li {
  margin-left: 0;
  list-style-type: none;
}
.e .dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px !important;
}
.e .dropdown-toggle.img-toggle {
  padding: 0 0.8em 0 0.5em;
}
.e .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #EFEFEF;
}
.e .table-hover > tbody > tr:hover {
  background-color: #EFEFEF;
}
.e .table-hover.table-striped > tbody > tr:hover {
  background-color: #E3E3E3;
}
@media (max-width: 768px) {
  .e #main-nav .dropdown-menu li:not(.divider) {
    padding: 0.5em 0;
    margin-right: 13px;
  }
  .e #main-nav .dropdown-menu li:not(.divider):not(:last-child) {
    border-bottom: 1px solid #eee;
  }
}
.e .dropdown-submenu {
  position: relative;
}
@media (max-width: 768px) {
  .e .dropdown-submenu {
    /*left: 0;
       border-radius: 0 !important;
       box-shadow: 0 0 0;
       width: 100%;
       margin-left: 0px;
       border-width: 1px 0 1px 0;
       padding-left: 1em;*/
  }
  .e .dropdown-submenu li:not(.divider) {
    padding: 0.5em 0;
    margin-right: 13px;
  }
  .e .dropdown-submenu li:not(.divider):not(:last-child) {
    border-bottom: 1px solid #eee;
  }
}
.e .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
  display: none;
}
@media (max-width: 768px) {
  .e .dropdown-submenu > .dropdown-menu {
    /*left: 0;
          border-radius: 0 !important;
          box-shadow: 0 0 0;
          width: 100%;
          margin-left: 0px;
          border-width: 1px 0 1px 0;
          padding-left: 1em;*/
  }
  .e .dropdown-submenu > .dropdown-menu li:not(.divider) {
    padding: 0.5em 0;
    margin-right: 13px;
  }
  .e .dropdown-submenu > .dropdown-menu li:not(.divider):not(:last-child) {
    border-bottom: 1px solid #eee;
  }
}
@media (min-width: 768px) {
  .e .dropdown-submenu:hover > .dropdown-menu,
  .e .dropdown-submenu.hover > .dropdown-menu,
  .e .dropdown-submenu:active > .dropdown-menu {
    display: block;
  }
  .e .dropdown-submenu:hover > a:after,
  .e .dropdown-submenu.hover > a:after,
  .e .dropdown-submenu:active > a:after {
    border-left-color: #fff;
  }
}
.e .dropdown-submenu > a {
  padding-right: 30px !important;
}
.e .dropdown-submenu > a .fa {
  position: absolute;
  right: 2px;
}
.e .dropdown-submenu.pull-left {
  float: none;
}
.e .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.e h1,
.e h2,
.e h3,
.e h4,
.e h5,
.e h6 {
  font-weight: bold;
}
.e h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
  color: #000;
}
.e h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
  color: #000;
}
.e h3 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
  color: #000;
}
.e h4 {
  font-size: 1.2em;
  margin-bottom: 0.75em;
  color: #000;
}
.e h5 {
  font-size: 1em;
  font-style: normal;
  font-style: italic;
  margin-bottom: 1.5em;
  color: #000;
}
.e a {
  text-decoration: none;
  color: #306195;
  word-wrap: break-word;
  cursor: pointer;
}
.e a:hover {
  text-decoration: underline;
  color: #235284;
}
.e a:active {
  color: #93C3F7;
}
.e a:visited {
  color: #366EAA;
}
.e a:visited.btn {
  color: #444;
}
.e a.active {
  color: #172f48;
}
.e p {
  color: #444;
  margin-bottom: 1em;
}
.e small {
  color: #6f6f6f;
  font-size: 11px;
}
.e strong {
  font-weight: bold;
}
.e label {
  text-align: right;
}
.e label.error {
  color: #FF0000;
}
.e li {
  color: #444;
}
.e .abstract {
  color: #888;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 1em 0 2em;
}
.e .sub-page-header-e,
.e .sub-page-header {
  border-bottom: 1px solid #dadada;
  font-weight: normal;
  margin: 0.3em 0 0.4em;
  padding: 0 0 0.3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: block;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.e .sub-page-header-e h1,
.e .sub-page-header h1,
.e .sub-page-header-e h2,
.e .sub-page-header h2,
.e .sub-page-header-e h3,
.e .sub-page-header h3,
.e .sub-page-header-e h4,
.e .sub-page-header h4,
.e .sub-page-header-e h5,
.e .sub-page-header h5,
.e .sub-page-header-e h6,
.e .sub-page-header h6 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}
.e .sub-page-header-e h4,
.e .sub-page-header h4 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
  font-size: 1.2em !important;
}
.e .sub-page-header-e button:not(.btn),
.e .sub-page-header button:not(.btn) {
  font-weight: normal;
  width: 100%;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.e .sub-page-header-e button:not(.btn):hover,
.e .sub-page-header button:not(.btn):hover {
  background-color: transparent;
  border: 0;
}
.e .sub-page-header-e a[role="button"],
.e .sub-page-header a[role="button"] {
  color: black;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}
.e .sub-page-header-e a[role="button"]:hover,
.e .sub-page-header a[role="button"]:hover {
  text-decoration: none;
}
.e .sub-page-header-e a[role="button"]:focus,
.e .sub-page-header a[role="button"]:focus {
  text-decoration: none;
}
.e hr {
  border-color: rgba(0, 0, 0, 0.13);
}
.e .avatar,
.e .username {
  display: inline-block;
  max-height: 49px;
  overflow: hidden;
  padding: 5px 0;
  vertical-align: middle;
}
.e .avatar img {
  border-radius: 2em;
  max-height: 40px;
  vertical-align: middle;
}
.e nav.navbar {
  background-color: #F8F8F8;
  border-width: 0 0 1px 0;
  border-color: #ccc;
  margin: 0;
  border-radius: 0px;
  -khtml-border-radius: 0px;
}
.e nav.navbar:before,
.e nav.navbar:after {
  content: " ";
  display: table;
}
.e nav.navbar:after {
  clear: both;
}
.e nav.navbar:before,
.e nav.navbar:after {
  content: " ";
  display: table;
}
.e nav.navbar:after {
  clear: both;
}
.e nav.navbar .active > a,
.e nav.navbar .active > a:hover,
.e nav.navbar .active > a:focus {
  background-color: #E6E6E6;
}
.e nav.navbar .dropdown-menu {
  background-color: #FFFFFF;
  min-width: 100%;
  max-width: auto;
  white-space: nowrap;
}
.e nav.navbar .dropdown-menu > li > a {
  color: #888;
  white-space: nowrap;
}
.e nav.navbar .dropdown-menu > li > a:hover,
.e nav.navbar .dropdown-menu > li > a:focus {
  background-color: #F9F9F9;
  color: #555;
}
.e nav.navbar .dropdown-menu .divider {
  background-color: #ccc;
  margin: 0.3em;
}
.e nav.navbar .dropdown-menu .title {
  color: #757575;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 20px 2px;
}
.e .nav li {
  margin-right: 1px;
}
.e .nav li a i {
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 0.3em;
}
.e .nav li a i.letter {
  font-weight: 900;
}
.e .nav li a span {
  line-height: 1.5em;
  vertical-align: middle;
}
.e .nav.nav-text li a i {
  display: none;
  margin: 0;
}
.e .nav.nav-text li a span {
  line-height: 1;
  vertical-align: inherit;
}
.e .nav.nav-icon li a i {
  font-size: 1.7em;
  margin-right: 0em;
}
.e .nav.nav-icon li a span {
  display: none;
}
.e #e-wrap,
.e#e-wrap {
  min-height: 100%;
  position: relative;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.e section#content {
  padding-bottom: 100px;
}
.e section#content:before,
.e section#content:after {
  content: " ";
  display: table;
}
.e section#content:after {
  clear: both;
}
.e section#content:before,
.e section#content:after {
  content: " ";
  display: table;
}
.e section#content:after {
  clear: both;
}
.e footer {
  background-color: #fff;
  bottom: 0;
  height: 100px;
  left: 0;
  position: absolute;
  width: 100%;
  box-shadow: 0px -1px 2px 0px #DDD;
  -webkit-box-shadow: 0px -1px 2px 0px #DDD;
  -moz-box-shadow: 0px -1px 2px 0px #DDD;
  color: #CFCFCF;
  padding: 1em 2em;
}
.e footer a {
  color: #AAA;
}
.e footer a:hover {
  color: #888;
}
.e ul {
  list-style-type: none;
}
.e ul ul li {
  margin-left: 20px;
  list-style-type: disc;
}
.e ul .input-e ul li,
.e ul ul.dropdown-menu li,
.e ul.dropdown-menu li {
  margin-left: 0;
  list-style-type: none;
}
.e ul .input-e ul li.dropdown-header,
.e ul ul.dropdown-menu li.dropdown-header,
.e ul.dropdown-menu li.dropdown-header {
  text-transform: uppercase;
}
.e ul .input-e ul li.disabled:hover,
.e ul ul.dropdown-menu li.disabled:hover,
.e ul.dropdown-menu li.disabled:hover,
.e ul .input-e ul li.disabled:focus,
.e ul ul.dropdown-menu li.disabled:focus,
.e ul.dropdown-menu li.disabled:focus {
  cursor: default;
}
.e ul .input-e ul li.disabled > a:hover,
.e ul ul.dropdown-menu li.disabled > a:hover,
.e ul.dropdown-menu li.disabled > a:hover,
.e ul .input-e ul li.disabled > a:focus,
.e ul ul.dropdown-menu li.disabled > a:focus,
.e ul.dropdown-menu li.disabled > a:focus {
  cursor: default;
}
.e ol {
  list-style-position: inside;
}
.e ol ol li {
  margin-left: 20px;
}
.e ul.list > li {
  line-height: 2;
}
.e ul.list > li ul {
  margin-left: 0.8em;
}
.e ul.dropdown-menu li.title {
  color: #5B5B5B;
  padding: 3px 20px;
}
.e .dl-left {
  width: 40em;
  max-width: 100%;
}
.e .dl-left > dt,
.e .dl-left > dd {
  float: left;
  line-height: 1.2;
  width: 48%;
  padding: 0.3em 0;
  vertical-align: top;
}
.e .dl-left > dt {
  clear: left;
  font-weight: bold;
  margin: 0;
  min-width: 49%;
  padding-right: 2%;
  text-align: left;
}
.e .dl-left > dd {
  padding-left: 2%;
  text-align: left;
}
.e .dl-top {
  width: 40em;
  max-width: 100%;
  margin-bottom: 0;
}
.e .dl-top > dt,
.e .dl-top > dd {
  line-height: 1.1;
  padding: 0.3em 0;
  vertical-align: top;
}
.e .dl-top > dt {
  font-weight: bold;
}
.e .dl-top > dd {
  margin-bottom: 0.6em;
}
.e .list-e {
  display: table;
}
.e .list-e .row-e {
  display: table-row;
}
.e .list-e .row-e div {
  display: table-cell;
  padding: 0.3em;
}
.e .list-e .row-e div:first-child {
  font-weight: bold;
}
.e .list-e.pad-fix-e div:first-child {
  padding-left: 0;
}
.e .list-e.pad-fix-e div:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  .e .list-e.pad-fix-e div {
    padding-left: 0;
    padding-right: 0;
  }
}
.e .list-group .list-group-item:before,
.e .list-group .list-group-item:after {
  content: " ";
  display: table;
}
.e .list-group .list-group-item:after {
  clear: both;
}
.e .list-group .list-group-item:before,
.e .list-group .list-group-item:after {
  content: " ";
  display: table;
}
.e .list-group .list-group-item:after {
  clear: both;
}
.e .list-group .list-group-item.title {
  background: none repeat scroll 0 0 #efefef;
  color: #757575;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.e .list-group .list-group-item.title-text {
  font-size: 1em;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.e .list-group .list-group-item .state {
  float: right;
}
.e .list-group .list-group-item .state .fa-chevron-right {
  display: none;
}
.e .list-group .list-group-item .state .fa-chevron-down {
  display: inline-block;
}
.e .list-group .list-group-item.collapsed {
  border-radius: 4px;
  -khtml-border-radius: 4px;
}
.e .list-group .list-group-item.collapsed .fa-chevron-right {
  display: inline-block;
}
.e .list-group .list-group-item.collapsed .fa-chevron-down {
  display: none;
}
.e .list-group .list-group-item.collapse {
  display: none;
}
.e .list-group .list-group-item.collapse.in {
  display: block;
}
.e .list-group.items-wrapped .list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.e .list-group.items-wrapped .list-group-item .fill {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 10px;
}
.e .list-group.items-wrapped .list-group-item .badge {
  min-width: 25px;
}
.e .item-wrap-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.e .item-wrap-e > * {
  padding: 1px 3px;
}
.e .item-wrap-e > .fill {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 10px;
}
.e .table-tools.row [class^="col-"] {
  padding: 0;
}
.e .table-tools .row > div {
  padding-top: 0;
}
.e .table-tools .row > div > div {
  display: inline-block;
}
.e .table-tools .row > div:last-child {
  padding-right: 0;
  text-align: right;
}
.e .table-tools .row > div:first-child {
  padding-left: 0;
  text-align: left;
}
.e .table-tools .table-display-options {
  background-color: #f5f5f5;
  padding: 3px;
  margin: 0 0 0.5em 0;
  border-radius: 2px;
  -khtml-border-radius: 2px;
}
.e .table-tools .table-display-options > div {
  padding: 0;
}
.e .table-tools .table-display-options .pagination {
  padding-right: 3px;
  padding-top: 3px;
}
.e .table-tools .dropdown-filters {
  max-height: 250px;
  overflow: auto;
  padding: 0.5em;
}
.e .table-tools .dropdown-filters label {
  padding: 2px 0;
  text-align: left;
  width: 100%;
}
.e .table-tools .dropdown-filters label:hover {
  cursor: pointer;
  background: #f8f8f8;
}
.e .table-tools .filters .label {
  font-size: 100%;
  vertical-align: middle;
}
.e .table-tools .filters .label * {
  display: inline-block;
  vertical-align: middle;
}
.e .table-tools .filters .filters-title {
  display: inline-block;
  min-width: 100px;
}
.e .table-tools .filters .btn-group-xs .btn {
  padding: 0 5px;
}
.e .table-tools .count {
  font-size: 1.1em;
  line-height: 1;
  vertical-align: middle;
  padding: 0.2em;
  min-width: 100px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}
.e .table-tools .count .count-from,
.e .table-tools .count .count-to,
.e .table-tools .count .count-outof {
  font-weight: bold;
}
.e .table-tools .pages {
  text-align: center;
}
.e .table-tools .results {
  text-align: right;
}
.e .table-tools .results span {
  vertical-align: middle;
}
.e .table-tools .results .dropdown-menu {
  min-width: 35px;
  padding: 0.3em 0;
  text-align: right;
  width: 45px !important;
}
.e .table-tools .results .dropdown-menu li {
  font-size: 0.9em;
  width: auto;
  cursor: pointer;
  text-align: right;
}
.e .table-tools .results .dropdown-menu li.active {
  font-weight: bold;
}
.e .table-tools .results .dropdown-menu li.active a {
  background: none;
  color: black;
  font-weight: bold;
}
.e .table-tools .results .dropdown-menu li a {
  padding: 3px 5px 3px 0;
}
.e .table-tools .results .current {
  display: inline-block;
  min-width: 20px;
}
.e .table-tools .columns label {
  display: block;
  font-weight: normal;
  padding: 0.3em 0.5em;
  text-align: left;
  width: 100%;
  cursor: pointer;
  font-size: 0.9em;
}
.e .table-tools .pagination {
  margin: 0;
}
.e .table-tools .pagination > li > a,
.e .table-tools .pagination > li > span {
  padding: 1px 8px;
  color: #306195;
  font-size: 14px;
}
.e .table-tools .pagination > li.dots a {
  color: #AEADAD;
  cursor: default;
}
.e .table-tools .pagination > li.dots a:hover {
  background-color: #FFF;
}
.e .table-tools .pagination > .active > a,
.e .table-tools .pagination > .active > span,
.e .table-tools .pagination > .active > a:hover,
.e .table-tools .pagination > .active > span:hover,
.e .table-tools .pagination > .active a:focus,
.e .table-tools .pagination > .active span:focus {
  background-color: #EFEFEF;
  border-color: #ddd;
  color: #444;
  cursor: default;
  z-index: 2;
}
.e table td.row-actions,
.e .table td.row-actions,
.e table th.row-actions,
.e .table th.row-actions {
  text-align: right;
}
.e table td.row-actions .btn-group.open .btn,
.e .table td.row-actions .btn-group.open .btn,
.e table th.row-actions .btn-group.open .btn,
.e .table th.row-actions .btn-group.open .btn {
  border: 1px solid #efefef;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
}
.e table td.row-actions .btn,
.e .table td.row-actions .btn,
.e table th.row-actions .btn,
.e .table th.row-actions .btn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-color: transparent;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
}
.e table td.row-actions .btn:hover,
.e .table td.row-actions .btn:hover,
.e table th.row-actions .btn:hover,
.e .table th.row-actions .btn:hover {
  border-color: #efefef;
}
.e table .dropdown-menu,
.e .table .dropdown-menu {
  left: auto;
  right: 0;
}
.e .dropdown-menu.right-side {
  left: auto;
  right: 0;
}
.e table {
  width: 100%;
  border-collapse: collapse;
}
.e table td,
.e .table td,
.e .responsive-table-e td {
  padding: 6px;
  border-bottom: 1px solid #efefef;
  vertical-align: middle;
}
.e table td.tight-e,
.e .table td.tight-e,
.e .responsive-table-e td.tight-e {
  width: 1px;
  white-space: nowrap;
}
.e table td.num-e,
.e .table td.num-e,
.e .responsive-table-e td.num-e {
  text-align: right;
  padding-right: 10px ! important;
}
.e table td.num-e input,
.e .table td.num-e input,
.e .responsive-table-e td.num-e input {
  text-align: right;
}
.e table td.num-e.sorting,
.e .table td.num-e.sorting,
.e .responsive-table-e td.num-e.sorting {
  padding-right: 14px;
}
.e table tr:last-child > td,
.e .table tr:last-child > td,
.e .responsive-table-e tr:last-child > td {
  border-bottom: 0px solid #efefef;
}
.e table.no-side-pad td:first-child,
.e .table.no-side-pad td:first-child,
.e .responsive-table-e.no-side-pad td:first-child,
.e table.no-side-pad th:first-child,
.e .table.no-side-pad th:first-child,
.e .responsive-table-e.no-side-pad th:first-child {
  padding-left: 0;
}
.e table.no-side-pad td:last-child,
.e .table.no-side-pad td:last-child,
.e .responsive-table-e.no-side-pad td:last-child,
.e table.no-side-pad th:last-child,
.e .table.no-side-pad th:last-child,
.e .responsive-table-e.no-side-pad th:last-child {
  padding-right: 0;
}
.e table th,
.e .table th,
.e .responsive-table-e th,
.e table div[role="columnheader"],
.e .table div[role="columnheader"],
.e .responsive-table-e div[role="columnheader"] {
  padding: 8px 6px;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  overflow: hidden;
}
.e table th.tight-e,
.e .table th.tight-e,
.e .responsive-table-e th.tight-e,
.e table div[role="columnheader"].tight-e,
.e .table div[role="columnheader"].tight-e,
.e .responsive-table-e div[role="columnheader"].tight-e {
  width: 1px;
  white-space: nowrap;
}
.e table th.th-icon-e,
.e .table th.th-icon-e,
.e .responsive-table-e th.th-icon-e,
.e table div[role="columnheader"].th-icon-e,
.e .table div[role="columnheader"].th-icon-e,
.e .responsive-table-e div[role="columnheader"].th-icon-e {
  width: 25px;
}
.e table th a,
.e .table th a,
.e .responsive-table-e th a,
.e table div[role="columnheader"] a,
.e .table div[role="columnheader"] a,
.e .responsive-table-e div[role="columnheader"] a {
  color: #444;
}
.e table th a:visited,
.e .table th a:visited,
.e .responsive-table-e th a:visited,
.e table div[role="columnheader"] a:visited,
.e .table div[role="columnheader"] a:visited,
.e .responsive-table-e div[role="columnheader"] a:visited,
.e table th a:hover,
.e .table th a:hover,
.e .responsive-table-e th a:hover,
.e table div[role="columnheader"] a:hover,
.e .table div[role="columnheader"] a:hover,
.e .responsive-table-e div[role="columnheader"] a:hover,
.e table th a:active,
.e .table th a:active,
.e .responsive-table-e th a:active,
.e table div[role="columnheader"] a:active,
.e .table div[role="columnheader"] a:active,
.e .responsive-table-e div[role="columnheader"] a:active,
.e table th a:link,
.e .table th a:link,
.e .responsive-table-e th a:link,
.e table div[role="columnheader"] a:link,
.e .table div[role="columnheader"] a:link,
.e .responsive-table-e div[role="columnheader"] a:link {
  color: #444;
}
.e table th.num-e,
.e .table th.num-e,
.e .responsive-table-e th.num-e,
.e table div[role="columnheader"].num-e,
.e .table div[role="columnheader"].num-e,
.e .responsive-table-e div[role="columnheader"].num-e {
  padding-right: 10px ! important;
  text-align: right;
}
.e table th.num-e:first-child,
.e .table th.num-e:first-child,
.e .responsive-table-e th.num-e:first-child,
.e table div[role="columnheader"].num-e:first-child,
.e .table div[role="columnheader"].num-e:first-child,
.e .responsive-table-e div[role="columnheader"].num-e:first-child {
  width: 1px;
  white-space: nowrap;
}
.e table th.num-e.sorting,
.e .table th.num-e.sorting,
.e .responsive-table-e th.num-e.sorting,
.e table div[role="columnheader"].num-e.sorting,
.e .table div[role="columnheader"].num-e.sorting,
.e .responsive-table-e div[role="columnheader"].num-e.sorting {
  padding-right: 14px;
}
.e table.border-top-e th,
.e .table.border-top-e th,
.e .responsive-table-e.border-top-e th {
  border-top: 1px solid #efefef;
}
.e table.loose td,
.e .table.loose td,
.e .responsive-table-e.loose td,
.e table.loose-e td,
.e .table.loose-e td,
.e .responsive-table-e.loose-e td,
.e table.loose th,
.e .table.loose th,
.e .responsive-table-e.loose th,
.e table.loose-e th,
.e .table.loose-e th,
.e .responsive-table-e.loose-e th {
  padding: 10px;
}
.e table.plain tr:hover td,
.e .table.plain tr:hover td,
.e .responsive-table-e.plain tr:hover td {
  background: transparent;
  border: 0;
}
.e th.sort,
.e th.sorting,
.e .responsive-table-e .table-header .table-cell.sort {
  background: red;
}
.e th.sort,
.e th.sorting,
.e .responsive-table-e .table-header .table-cell.sort,
.e th.sort_asc,
.e th.sorting_asc,
.e .responsive-table-e .table-header .table-cell.sort_asc,
.e th.sort_desc,
.e th.sorting_desc,
.e .responsive-table-e .table-header .table-cell.sort_desc {
  background: none ! important;
}
.e th.sort:after,
.e th.sorting:after,
.e .responsive-table-e .table-header .table-cell.sort:after,
.e th.sort_asc:after,
.e th.sorting_asc:after,
.e .responsive-table-e .table-header .table-cell.sort_asc:after,
.e th.sort_desc:after,
.e th.sorting_desc:after,
.e .responsive-table-e .table-header .table-cell.sort_desc:after {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 0.3em;
  content: "\f0dc";
  cursor: pointer;
}
.e th.sort.asc:after,
.e th.sorting.asc:after,
.e .responsive-table-e .table-header .table-cell.sort.asc:after,
.e th.sort_asc:after,
.e th.sorting_asc:after,
.e .responsive-table-e .table-header .table-cell.sort_asc:after {
  content: "\f0de";
}
.e th.sort.desc:after,
.e th.sorting.desc:after,
.e .responsive-table-e .table-header .table-cell.sort.desc:after,
.e th.sort_desc:after,
.e th.sorting_desc:after,
.e .responsive-table-e .table-header .table-cell.sort_desc:after {
  content: "\f0dd";
}
.e .sort-before th.sort:after,
.e .sort-before th.sorting:after,
.e .sort-before.responsive-table-e .table-header .table-cell.sort:after {
  content: "";
  padding-left: 0;
}
.e .sort-before th.sort.asc:after,
.e .sort-before th.sorting.asc:after,
.e .sort-before.responsive-table-e .table-header .table-cell.sort.asc:after {
  content: "";
}
.e .sort-before th.sort.desc:after,
.e .sort-before th.sorting.desc:after,
.e .sort-before.responsive-table-e .table-header .table-cell.sort.desc:after {
  content: "";
}
.e .sort-before th.sort:before,
.e .sort-before th.sorting:before,
.e .sort-before.responsive-table-e .table-header .table-cell.sort:before {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 0.3em;
  content: "\f0dc";
  cursor: pointer;
  padding-left: 0;
  padding-right: 0.3em;
}
.e .sort-before th.sort.asc:before,
.e .sort-before th.sorting.asc:before,
.e .sort-before.responsive-table-e .table-header .table-cell.sort.asc:before {
  content: "\f0de";
}
.e .sort-before th.sort.desc:before,
.e .sort-before th.sorting.desc:before,
.e .sort-before.responsive-table-e .table-header .table-cell.sort.desc:before {
  content: "\f0dd";
}
.e th.sort,
.e th.sorting,
.e .responsive-table .table-header .table-cell,
.e th.sort_asc,
.e th.sorting_asc,
.e .responsive-table .table-header .table-cell_asc,
.e th.sort_desc,
.e th.sorting_desc,
.e .responsive-table .table-header .table-cell_desc {
  background: none ! important;
}
.e th.sort:after,
.e th.sorting:after,
.e .responsive-table .table-header .table-cell:after,
.e th.sort_asc:after,
.e th.sorting_asc:after,
.e .responsive-table .table-header .table-cell_asc:after,
.e th.sort_desc:after,
.e th.sorting_desc:after,
.e .responsive-table .table-header .table-cell_desc:after {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 0.3em;
  content: "\f0dc";
  cursor: pointer;
}
.e th.sort.asc:after,
.e th.sorting.asc:after,
.e .responsive-table .table-header .table-cell.asc:after,
.e th.sort_asc:after,
.e th.sorting_asc:after,
.e .responsive-table .table-header .table-cell_asc:after {
  content: "\f0de";
}
.e th.sort.desc:after,
.e th.sorting.desc:after,
.e .responsive-table .table-header .table-cell.desc:after,
.e th.sort_desc:after,
.e th.sorting_desc:after,
.e .responsive-table .table-header .table-cell_desc:after {
  content: "\f0dd";
}
.e .sort-before th.sort:after,
.e .sort-before th.sorting:after {
  content: "";
  padding-left: 0;
}
.e .sort-before th.sort.asc:after,
.e .sort-before th.sorting.asc:after {
  content: "";
}
.e .sort-before th.sort.desc:after,
.e .sort-before th.sorting.desc:after {
  content: "";
}
.e .sort-before th.sort:before,
.e .sort-before th.sorting:before {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 0.3em;
  content: "\f0dc";
  cursor: pointer;
  padding-left: 0;
  padding-right: 0.3em;
}
.e .sort-before th.sort.asc:before,
.e .sort-before th.sorting.asc:before {
  content: "\f0de";
}
.e .sort-before th.sort.desc:before,
.e .sort-before th.sorting.desc:before {
  content: "\f0dd";
}
.e table.list-e a.icon-e.icon-16-e.icon-section-hide-e {
  display: inline-block;
  font-family: FontAwesome;
  height: 20px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: middle;
  visibility: visible;
  width: 20px;
  color: transparent;
}
.e table.list-e a.icon-e.icon-16-e.icon-section-hide-e:after {
  content: "\f13a";
  color: #444;
  display: inline;
  font-size: 15px;
  left: 2px;
  position: absolute;
  top: 1px;
  visibility: visible;
}
.e table.list-e a.icon-e.icon-16-e.icon-section-hide-e.icon-section-show-e:after {
  content: "\f138";
}
.e table.list-e tbody {
  width: 100%;
}
.e table.list-e tbody tr th {
  border-top: 2px solid #dddddd;
  border-bottom: 1px solid #efefef;
}
.e table.list-e tbody tr td {
  border-bottom: 1px solid #efefef;
}
.e table.list-e tr.level-5-e td:first-child,
.e table.list-e tr.list-heading-5-e th:first-child {
  padding: 0.3em 5.5em;
}
.e table.list-e tr.level-4-e td:first-child,
.e table.list-e tr.list-heading-4-e th:first-child {
  padding: 0.4em 4.5em;
}
.e table.list-e tr.level-3-e td:first-child,
.e table.list-e tr.list-heading-3-e th:first-child {
  padding: 0.5em 3.5em;
}
.e table.list-e tr.level-2-e td:first-child,
.e table.list-e tr.list-heading-2-e th:first-child {
  padding: 0.6em 2.5em;
}
.e .level-1-e,
.e .level-2-e,
.e .level-3-e {
  overflow: auto;
}
.e .level-1-e thead td,
.e .list-heading-1-e th,
.e .list-heading-1-e td,
.e tr.level-1-e td {
  padding: 9px 5px 7px 5px;
  background: none repeat scroll 0 0 #fbfbfb;
}
.e .level-1-e thead,
.e .list-heading-1-e th,
.e .list-heading-1-e td,
.e tr.level-1-e td {
  font-weight: bold;
}
.e .level-3-e thead,
.e .list-heading-3-e th,
.e .list-heading-3-e td,
.e tr.level-1-e td {
  font-style: italic;
  border-top: 1px solid #dddddd;
}
.e th.has-chosen-e,
.e .has-chosen-e,
.e .clearfix-e {
  overflow: visible ! important;
}
.e th.has-chosen-e:after,
.e .has-chosen-e:after,
.e .clearfix-e:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  height: 0px;
}
.e th.th-short-e,
.e th.th-datepicker-e {
  width: 8%;
  padding: 3px;
  max-width: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.e td.td-datepicker-e input.datepicker,
.e td.td-short-e input {
  width: 80% ! important;
}
.e thead tr:nth-child(2) {
  border-top: 1px solid #fff;
}
.e th:first-child {
  border-left: none;
}
.e .datagrid-e {
  table-layout: fixed;
}
.e .datagrid-e td,
.e .datagrid-e th {
  overflow: hidden;
  white-space: nowrap;
}
.e .datagrid-e th {
  background: #EbEbEb;
  color: #444;
  padding-bottom: 6px;
}
.e .datagrid-e input[type="text"] {
  width: 90%;
}
.e table.fixed-headers-e {
  border-bottom: 1px solid #ddd;
}
.e table.fixed-headers-e thead > tr,
.e table.fixed-headers-e tbody {
  display: block;
}
.e table.fixed-headers-e tbody {
  overflow: auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.e .tr-headspan-e th {
  text-align: center;
  background-color: #e7e7e7;
  color: #000;
  font-size: 1.2em;
  line-height: 1.5;
}
.e .tr-subrow-e {
  display: none;
}
.e .mass-edit td,
.e .mass-edit th {
  padding: 3px 10px 3px 0;
  border-bottom: 1px solid #c5c5c5;
}
.e .mass-edit tr:hover td {
  background: #f5f5f5;
}
.e .mass-edit input.inline {
  min-width: 100px;
  border: 1px solid transparent;
}
.e .mass-edit input.inline:focus,
.e .mass-edit input.inline:hover {
  border: 1px solid #e1e1e1;
}
.e .mass-edit .status-edit-start {
  background: #fcf8e3 ! important;
}
.e .mass-edit .status-edit-success {
  background: #dff0d8 ! important;
}
.e .mass-edit .status-edit-error {
  background: #f2dede ! important;
}
.e .mass-edit .spinner-container {
  width: 25px;
}
.e .mass-edit .fa-spinner {
  display: none;
  font-size: 14px;
  color: black;
}
.e .mass-edit .select-values-e.tags-e li {
  padding: 2px 5px 3px 7px;
  margin: 3px 0 3px 5px;
  position: relative;
  font-weight: normal;
  font-size: 1em;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.e .mass-edit .select-values-e.tags-e li a {
  color: #8c8c8c;
  font-size: 11px;
}
.e .leveled-table-e th,
.e .leveled-table-e td {
  vertical-align: middle;
}
.e .leveled-table-e td:first-child {
  padding-left: 10px;
}
.e .leveled-table-e tr td .level-toggler-e {
  cursor: pointer;
  display: inline-block;
  width: 22px;
  text-align: center;
  border-color: transparent;
  background-color: transparent;
}
.e .leveled-table-e tr td .level-toggler-e.open .open-icon {
  display: inline;
}
.e .leveled-table-e tr td .level-toggler-e.open .close-icon {
  display: none;
}
.e .leveled-table-e tr td .level-toggler-e .open-icon,
.e .leveled-table-e tr td .level-toggler-e.closed .open-icon {
  display: none;
}
.e .leveled-table-e tr td .level-toggler-e .close-icon,
.e .leveled-table-e tr td .level-toggler-e.closed .close-icon {
  display: inline;
}
.e .leveled-table-e tr td .level-toggler-e .fa {
  font-size: 16px;
}
.e .leveled-table-e tr td button.level-toggler-e {
  width: auto !important;
}
.e .leveled-table-e tr.parent-level-1 td {
  background: none repeat scroll 0 0 #337ab7;
  border-bottom: 1px solid #285f8f;
  border-top: 2px solid #fff;
  color: #FFF;
  line-height: 1.7;
}
.e .leveled-table-e tr.parent-level-1 td a {
  color: #FFF;
}
.e .leveled-table-e tr.parent-level-1:first-child td {
  border-top: 0;
}
.e .leveled-table-e tr.parent-level-2 td {
  background: #EAEAEA;
  border-bottom: 1px solid #d1d1d1;
  color: #000;
  border-width: 1px 0;
  line-height: 1.4;
}
.e .leveled-table-e tr.parent-level-2 td a {
  color: #000;
}
.e .leveled-table-e tr.parent-level-2 td:first-child {
  padding-left: 10px;
}
.e .leveled-table-e tr.parent-level-3 td {
  background: #EAEAEA;
  border-bottom: 1px solid #d1d1d1;
  color: #000;
  border-width: 1px 0;
  line-height: 1.2;
}
.e .leveled-table-e tr.parent-level-3 td a {
  color: #000;
}
.e .leveled-table-e tr.parent-level-3 td:first-child {
  padding-left: 20px;
}
.e .leveled-table-e tr.parent-level-4 td {
  background: #EAEAEA;
  border-bottom: 1px solid #b7b7b7;
  color: #000;
  border-width: 1px 0;
  line-height: 1;
}
.e .leveled-table-e tr.parent-level-4 td a {
  color: #000;
}
.e .leveled-table-e tr.parent-level-4 td:first-child {
  padding-left: 30px;
}
.e .leveled-table-e tr.parent-level-5 td {
  background: #EAEAEA;
  border-bottom: 1px solid #b7b7b7;
  color: #000;
  border-width: 1px 0;
  line-height: 1;
}
.e .leveled-table-e tr.parent-level-5 td a {
  color: #000;
}
.e .leveled-table-e tr.parent-level-5 td:first-child {
  padding-left: 40px;
}
.e .leveled-table-e tr.item-level td {
  border-bottom: 1px solid #ebeeee;
}
.e .leveled-table-e tr.item-level td:nth-child(1) {
  padding-left: 30px;
}
.e .leveled-table-e.leveled-table-intended-e tr.item-level td,
.e .leveled-table-e.leveled-table-intended-e tr.parent-level-1 td,
.e .leveled-table-e.leveled-table-intended-e tr.parent-level-2 td,
.e .leveled-table-e.leveled-table-intended-e tr.parent-level-3 td,
.e .leveled-table-e.leveled-table-intended-e tr.parent-level-4 td,
.e .leveled-table-e.leveled-table-intended-e tr.parent-level-5 td {
  border-left: 4px solid #337ab7;
}
.e .leveled-table-e.leveled-table-intended-e tr.item-level-2 td:nth-child(1) {
  padding-left: 32px;
}
.e .leveled-table-e.leveled-table-intended-e tr.item-level-3 td:nth-child(1) {
  padding-left: 32px;
}
.e .leveled-table-e.leveled-table-intended-e tr.item-level-4 td:nth-child(1) {
  padding-left: 42px;
}
.e .leveled-table-e.leveled-table-intended-e tr.item-level-5 td:nth-child(1) {
  padding-left: 52px;
}
.e .leveled-table-e.leveled-table-intended-e tr.item-level-6 td:nth-child(1) {
  padding-left: 62px;
}
.e table.nowrap tr td {
  white-space: nowrap;
}
.e .responsive-table-e .table-header a {
  color: inherit;
}
.e .responsive-table-e a {
  color: #306195;
}
.e .responsive-table-e.hover-e .table-row:not(.table-header):hover {
  background: #EFEFEF;
}
.e .responsive-table-e.vtop-e .table-row .table-cell {
  vertical-align: top;
}
@media (min-width: 768px) {
  .e .responsive-table-e.striped-e .table-row:not(.table-header):nth-of-type(2n) {
    background: #EFEFEF;
  }
  .e .responsive-table-e.striped-e.hover-e .table-row:not(.table-header):hover {
    background: #EFEFEF;
  }
}
.e .responsive-table-e .table-caption {
  background: none repeat scroll 0 0 #E5E6E2;
  display: block;
  font-weight: bold;
  padding: 4px 2%;
  width: 96%;
}
.e .responsive-table-e .table-header {
  background: none;
  margin-top: 0;
}
.e .responsive-table-e .table-header a,
.e .responsive-table-e .table-header .sortable-header {
  font-weight: bold;
}
.e .responsive-table-e .table-header a:hover,
.e .responsive-table-e .table-header .sortable-header:hover {
  text-decoration: none;
}
.e .responsive-table-e .table-header.table-row {
  background: none;
}
.e .responsive-table-e .table-header.table-row .table-cell {
  border-bottom: 2px solid #ddd;
}
@media (max-width: 767px) {
  .e .responsive-table-e .table-header {
    display: none;
  }
}
.e .responsive-table-e.table-light .table-header.table-row .table-cell {
  border: 0;
  padding-bottom: 0;
}
.e .responsive-table-e.table-light .table-header.table-row .table-cell a {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #888;
  text-align: left;
}
.e .responsive-table-e .table-row {
  border-bottom: 1px solid #B1B1B1;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .e .responsive-table-e .table-row {
    border-bottom: 1px solid #EEE;
  }
}
.e .responsive-table-e .mobile-header {
  color: #999;
  display: none;
  font-size: 0.9em;
  vertical-align: top;
  min-width: 125px;
}
.e .responsive-table-e .mobile-content {
  display: inline-block;
}
@media (max-width: 768px) {
  .e .responsive-table-e .mobile-content {
    width: 53%;
  }
}
.e .responsive-table-e .table-cell-primary {
  width: 100%;
}
.e .responsive-table-e .table-cell {
  padding: 5px 0;
}
.e .responsive-table-e .table-cell:empty {
  padding: 0;
}
.e .responsive-table-e .table-cell.num-e {
  text-align: right;
}
@media (max-width: 767px) {
  .e .responsive-table-e .mobile-header {
    display: inline-block;
  }
  .e .responsive-table-e .table-cell {
    font-size: 1.2em;
  }
  .e .responsive-table-e .table-cell.table-cell-primary {
    font-weight: bold;
    font-size: 1.3em;
  }
  .e .responsive-table-e .table-cell.num-e {
    text-align: left;
  }
}
@media (max-width: 397px) {
  .e .responsive-table-e .btn,
  .e .responsive-table-e .btn-group {
    display: block;
    width: 100%;
    padding: 0.5em;
  }
}
.e .responsive-table-e.pad-fix-e .table-row .table-cell:first-child,
.e .responsive-table-e.no-side-pad .table-row .table-cell:first-child {
  padding-left: 0;
}
.e .responsive-table-e.pad-fix-e .table-row .table-cell:last-child,
.e .responsive-table-e.no-side-pad .table-row .table-cell:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  .e .responsive-table-e.pad-fix-e .table-row .table-cell,
  .e .responsive-table-e.no-side-pad .table-row .table-cell {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .e .responsive-table-e {
    display: table;
    width: 100%;
  }
  .e .responsive-table-e .table-row {
    display: table-row;
    border: 0;
    overflow: auto;
    padding: 0;
  }
  .e .responsive-table-e .table-row .table-cell {
    display: table-cell;
    padding: 6px;
    vertical-align: middle;
  }
  .e .responsive-table-e .table-row .table-cell.num-e {
    text-align: right;
    padding-right: 10px ! important;
  }
  .e .responsive-table-e .table-row .table-cell.num-e input {
    text-align: right;
  }
  .e .responsive-table-e .table-row .table-cell.num-e.sorting {
    padding-right: 14px;
  }
  .e .responsive-table-e .table-row .table-cell.tight-e {
    white-space: nowrap;
    width: 1px;
  }
  .e .responsive-table-e .table-row:not(:last-child):not(.table-header) .table-cell {
    border-bottom: 1px solid #efefef;
  }
  .e .responsive-table-e .table-row .table-header {
    display: table-row;
  }
  .e .responsive-table-e .table-row .table-caption {
    display: table-caption;
  }
}
.e .menu-e {
  font-size: 1.1em;
  line-height: 1.5;
  /* Dropdown menu can be used practically anywhere in ui. Requires an element with class ".menu-toggle". */
}
.e .menu-e a:hover {
  text-decoration: none;
}
.e .menu-e h4 {
  margin-bottom: 0;
}
.e .menu-e li {
  position: relative;
  padding: 0px;
  display: block;
  list-style: none;
  float: none;
}
.e .menu-e li a {
  padding: 4px 8px;
  display: block;
  border-bottom: 1px solid #ddd;
}
.e .menu-e li:hover,
.e .menu-e li.active,
.e .menu-e li.active-e {
  background: #fdf5d1;
  cursor: pointer;
  color: #444;
}
.e .menu-e li.inactive-e {
  padding: 4px 8px;
  color: #fff;
  background: #404040;
}
.e .menu-e li.inactive-e a {
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff !important;
  text-decoration: none;
}
.e .menu-e li.heading:hover {
  background: inherit;
  cursor: default;
}
.e .menu-e li .active-e {
  font-weight: bold;
}
.e .menu-e.dropdown-e {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #404040;
  right: 0;
  width: 13em;
  z-index: 11000;
  text-align: left !important;
}
.e .menu-e.dropdown-e a {
  color: #144b7e !important;
}
.e .menu-toggle-e {
  cursor: pointer;
  vertical-align: bottom;
}
.e .menu-toggle-e:hover {
  text-decoration: none;
}
.e .menu-toggle-e.active-e,
.e .menu-toggle-e.hovered-e {
  visibility: visible !important;
}
.e .actions-e {
  float: right;
  list-style-type: none;
  position: absolute;
  right: 6px;
  top: 4px;
}
.e .actions-e li {
  float: left;
  margin-left: 3px;
  border: none;
}
.e .actions-e li a {
  padding: 3px 0 0 0;
  border: 0;
}
.e .actions-e li a.icon-e {
  padding: 3px;
  margin: 3px;
}
.e .actions-hover-e .actions-e {
  display: none;
}
.e .actions-hover-e li:hover .actions-e {
  display: block;
}
.e .actions-e li:hover {
  background: none;
}
.e .modal-dialog {
  margin: 1em auto;
}
.e .modal-dialog.pct-90 {
  width: 90%;
}
.e .modal-dialog.fixed-900 {
  width: 900px;
  max-width: 95%;
}
.e .modal-dialog.pct-80 {
  width: 80%;
}
.e .modal-dialog.fixed-800 {
  width: 800px;
  max-width: 95%;
}
.e .modal-dialog.pct-70 {
  width: 70%;
}
.e .modal-dialog.fixed-700 {
  width: 700px;
  max-width: 95%;
}
.e .modal-dialog.pct-60 {
  width: 60%;
}
.e .modal-dialog.fixed-600 {
  width: 600px;
  max-width: 95%;
}
.e .modal-dialog.pct-50 {
  width: 50%;
}
.e .modal-dialog.fixed-500 {
  width: 500px;
  max-width: 95%;
}
.e .modal-dialog.pct-40 {
  width: 40%;
}
.e .modal-dialog.fixed-400 {
  width: 400px;
  max-width: 95%;
}
.e .modal-dialog.pct-30 {
  width: 30%;
}
.e .modal-dialog.fixed-300 {
  width: 300px;
  max-width: 95%;
}
.e .modal-dialog.pct-20 {
  width: 20%;
}
.e .modal-dialog.fixed-200 {
  width: 200px;
  max-width: 95%;
}
.e .modal-dialog.pct-10 {
  width: 10%;
}
.e .modal-dialog.fixed-100 {
  width: 100px;
  max-width: 95%;
}
.e .modal-dialog.small {
  width: 350px;
  max-width: 95%;
  font-size: 100%;
}
.e .modal-dialog.large {
  width: 95%;
  max-width: 900px;
}
.e .modal-dialog.full {
  width: 95%;
}
.e .modal-dialog .modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.4em 0.8em;
}
.e .modal-dialog .modal-header .modal-title {
  margin-bottom: 0;
}
.e .modal-dialog .modal-header .close {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  float: right;
  font-size: 21px;
  font-weight: bold;
  overflow: hidden;
  line-height: 1;
  opacity: 0.5;
}
.e .modal-dialog .modal-header .close:active,
.e .modal-dialog .modal-header .close:focus {
  opacity: 0.75;
  /*padding: inherit;*/
}
.e .modal-dialog .modal-header .close:hover {
  opacity: 1;
}
.e .modal-dialog .modal-body {
  padding: 0.4em 0.8em;
  min-height: 5em;
  overflow-x: hidden;
}
.e .modal-dialog .modal-body .one-liner {
  padding: 1.2em 0.8em;
}
.e .modal-dialog .modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.4em 0.8em;
}
.e .modal-dialog .modal-footer .secondary-buttons {
  float: left;
}
@media (max-width: 400px) {
  .e .modal-dialog .modal-footer .secondary-buttons {
    float: none;
  }
}
.e .modal-dialog .modal-footer .additional-buttons {
  display: inline-block;
  margin-left: 5px;
}
.e .modal {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
}
.e .modal.success .modal-dialog .modal-header {
  background-color: #dff0d8;
  border-color: #b2dba1;
  -webkit-border-top-leftt-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  -khtml-border-top-right-radius: 6px;
}
.e .modal.success .modal-dialog .modal-header .close {
  opacity: 1;
  color: #a3d48e;
}
.e .modal.success .modal-dialog .modal-header .close:hover {
  color: #93cd7c;
}
.e .modal.info .modal-dialog .modal-header {
  background-color: #d9edf7;
  border-color: #9acfea;
  -webkit-border-top-leftt-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  -khtml-border-top-right-radius: 6px;
}
.e .modal.info .modal-dialog .modal-header .close {
  opacity: 1;
  color: #85c5e5;
}
.e .modal.info .modal-dialog .modal-header .close:hover {
  color: #70bbe1;
}
.e .modal.warning .modal-dialog .modal-header {
  background-color: #fcf8e3;
  border-color: #f5e79e;
  -webkit-border-top-leftt-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  -khtml-border-top-right-radius: 6px;
}
.e .modal.warning .modal-dialog .modal-header .close {
  opacity: 1;
  color: #f2e187;
}
.e .modal.warning .modal-dialog .modal-header .close:hover {
  color: #f0db70;
}
.e .modal.error .modal-dialog .modal-header {
  background-color: #f2dede;
  border-color: #dca7a7;
  -webkit-border-top-leftt-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  -khtml-border-top-right-radius: 6px;
}
.e .modal.error .modal-dialog .modal-header .close {
  opacity: 1;
  color: #d59595;
}
.e .modal.error .modal-dialog .modal-header .close:hover {
  color: #ce8383;
}
.e button.primary-e.ui-button {
  border-color: #B5B5B5;
  color: #606060;
}
.e button.primary-e.ui-button:hover,
.e button.primary-e.ui-button.hover {
  border-color: #606060;
  color: #454545;
}
.e button.left-e.ui-button {
  float: left !important;
}
.e .primary-e span {
  font-weight: bold;
}
.e .ok-e span:before,
.e .back-e span:before,
.e .cross-e span:before,
.e .plus-e span:before,
.e .ok-e.primary-e span:before,
.e .back-e.primary-e span:before,
.e .cross-e.primary-e span:before,
.e .plus-e.primary-e span:before {
  background: url("../libs/jquery-ui/images/ui-icons_888888_256x240.png") repeat-x scroll 46px -190px transparent;
  content: "";
  display: block;
  float: left;
  height: 16px;
  width: 16px;
  margin-top: -1px;
}
.e .ok-e.primary-e span:before,
.e .back-e.primary-e span:before,
.e .cross-e.primary-e span:before,
.e .plus-e.primary-e span:before {
  background-image: url("../libs/jquery-ui/images/ui-icons_454545_256x240.png");
}
.e .back-e span:before {
  background-position: 111px -190px !important;
}
.e .cross-e span:before {
  background-position: 223px -190px !important;
}
.e .plus-e span:before {
  background-position: 255px -190px !important;
}
.e .dialog-e.ui-dialog.ui-widget {
  font: 12px/1.5 Verdana, Helvetica, Arial, sans-serif;
}
.e .msg-e {
  padding: 10px 10px 10px 30px;
  margin: 10px 1%;
  clear: both;
  font-size: 14px;
  border: 1px solid #bbd8f6;
  background: #dbecfe 7px 10px url('../images/v1/msgs.png') no-repeat;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
.e .msg-e span {
  margin: 3px 0 0 -25px;
  padding-left: 1.5em;
  background-color: #dbecfe;
  display: block;
  margin: 0 0 -10px -24px;
  padding: 0 0 10px 24px;
  width: 100%;
}
.e .msg-e span ul {
  list-style: disc inside none;
}
.e .msg-e i.fa {
  background: none repeat scroll 0 0 #DBECFE;
  color: #4B86C4;
  height: 20px;
  margin-left: -24px;
  padding: 4px 6px 0;
  width: 13px;
}
.e .msg-e.msg-noimg-e {
  background-image: none;
  padding-left: 1em;
}
.e .msg-e.slim-e {
  padding: 2px 5px 2px 30px;
  margin: 0;
  display: inline-block;
  clear: none;
}
.e .msg-e.narrow-e {
  padding: 5px 0px 5px 30px;
  background-position: 7px 7px;
}
.e .msg-success-e {
  background-color: #d5ffcf;
  border-color: #b6edac;
  background-position: 7px -588px;
}
.e .msg-success-e span {
  background-color: #d5ffcf;
}
.e .msg-success-e i.fa {
  background: none repeat scroll 0 0 #D5FFCF;
  color: #5BA74E;
}
.e .msg-success-e.slim-e {
  background-position: 7px -596px;
}
.e .msg-success-e.msg-narrow-e {
  background-position: 7px -588px;
}
.e .msg-alert-e {
  background-color: #fefccb;
  border-color: #f6d042;
  background-position: 7px -1188px;
}
.e .msg-alert-e span {
  background-color: #fefccb;
}
.e .msg-alert-e i.fa {
  background: none repeat scroll 0 0 #FEFCCB;
  color: #EBD025;
}
.e .msg-alert-e.slim-e {
  background-position: 7px -1196px;
}
.e .msg-alert-e.msg-narrow-e {
  background-position: 7px -1188px;
}
.e .msg-error-e {
  background-color: #ffd2d4;
  border-color: #ebb3b6;
  background-position: 7px -1788px;
}
.e .msg-error-e span {
  background-color: #ffd2d4;
}
.e .msg-error-e i.fa {
  background: none repeat scroll 0 0 #FFD2D4;
  color: #C86C6F;
}
.e .msg-error-e.msg-narrow-e {
  background-position: 7px -1788px;
}
.e .msg-icon-e {
  background: rgba(255, 255, 255, 0) 0px 0px url('../images/msgs.png') no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
}
.e .msg-icon-e.success-e {
  background-position: 0px -600px;
}
.e .msg-icon-e.alert-e {
  background-position: 0px -1798px;
}
.e .alert {
  margin: 10px 0;
  border-radius: 2px;
  -khtml-border-radius: 2px;
}
.e .alert.alert-tight {
  padding: 5px 10px;
  margin: 5px 0;
}
.e .navi-e li {
  float: left;
  list-style: outside none none;
}
.e .navi-e.tabs-e {
  border-bottom: 1px solid #ddd;
  overflow: visible;
  width: 100%;
  float: left;
  padding-left: 0;
  margin-bottom: 1em;
  background: #f5f5f5;
}
.e .navi-e.tabs-e li {
  margin-bottom: -1px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.e .navi-e.tabs-e li:hover {
  background-color: #e5e5e5;
}
.e .navi-e.tabs-e li:active {
  background-color: #ddd;
}
.e .navi-e.tabs-e a {
  color: #525252;
  padding: 0.5em 1em;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
}
.e .navi-e.tabs-e .active-e,
.e .navi-e.tabs-e li.active-e:hover {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.e .navi-e.tabs-colored-e li:first-child {
  margin-left: 0.5em;
}
.e .navi-e.tabs-colored-e {
  background: #fff;
  height: 30px;
}
.e .navi-e.tabs-colored-e li {
  background: #d9d9d9;
  border-color: #CCCCCC;
  border-top-right-radius: 10px;
  -khtml-border-top-right-radius: 10px;
  -webkit-transition: box-shadow 0.1s linear;
  -webkit-transition: -webkit-box-shadow 0.1s linear;
  transition: -webkit-box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  margin-right: 3px;
}
.e .navi-e.tabs-colored-e li a {
  color: #525252;
  /*font-size: 1.2em;*/
}
.e .navi-e.tabs-colored-e li:hover {
  border-top-right-radius: 10px;
  -khtml-border-top-right-radius: 10px;
  -webkit-box-shadow: 0 5px 0px #fff, 0px 0 2px rgba(153, 141, 133, 0.9);
          box-shadow: 0 5px 0px #fff, 0px 0 2px rgba(153, 141, 133, 0.9);
  border-bottom-color: #ddd;
}
.e .navi-e.tabs-colored-e li:hover a {
  color: #666;
}
.e .navi-e.tabs-colored-e li.active-e,
.e .navi-e.tabs-colored-e li.active-e:hover {
  border-color: #77A67C;
  -webkit-box-shadow: 0 8px 0 #FFFFFF, 0px 0 4px #77A67C;
          box-shadow: 0 8px 0 #FFFFFF, 0px 0 4px #77A67C;
  -webkit-box-shadow: 0 8px 0 #FFFFFF, -1px -1px 2px #77A67C, 1px -1px 2px #77A67C;
          box-shadow: 0 8px 0 #FFFFFF, -1px -1px 2px #77A67C, 1px -1px 2px #77A67C;
  border-bottom-color: #fff !important;
}
.e .navi-e.tabs-colored-e li.active-e a,
.e .navi-e.tabs-colored-e li.active-e:hover a {
  color: #486f4c;
}
.e .tabs-header-e {
  display: block;
  height: auto;
  width: 100%;
  padding-top: 0.5em;
}
.e .tabs-header-e span {
  font-size: 1.2em;
  font-weight: bold;
  float: left;
  display: block;
  padding: 0.3em 0.5em;
}
.e .tabs-header-e ul.tabs-e.navi-e {
  float: none;
  width: auto;
}
.e .tabs-header-e ul.tabs-e.navi-e li {
  margin: 0 0.2em 0.2em 0;
}
.e .nav.nav-tabs.sub-nav {
  margin-bottom: 0.5em;
}
.e .tag-e {
  border: 1px solid #aaa;
  padding: 2px 4px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  background: #f7f7f7;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f7f7f7), to(#e8e8e8));
  background: linear-gradient(top, #f7f7f7 30%, #e8e8e8 100%);
  /* W3C */
}
.e .tag-e .icon-e {
  margin-right: -3px;
  margin-top: 3px;
}
.e .taglist-e .tag-e {
  margin-right: 2px;
}
.e .row {
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
.e .row:before,
.e .row:after {
  content: " ";
  display: table;
}
.e .row:after {
  clear: both;
}
.e .row:before,
.e .row:after {
  content: " ";
  display: table;
}
.e .row:after {
  clear: both;
}
.e .row *[class^="col-"] {
  padding: 0.5em 0.8em;
  border: 1px solid transparent;
  border-width: 1px 0 0 1px;
}
.e .row *[class^="col-"]:last-child {
  border-right-width: 1px;
}
.e .row *[class^="col-"]:last-child *[class^="col-"] {
  border-top-width: 1px;
}
.e .row *[class^="col-"]:last-child *[class^="col-"] {
  border-bottom-width: 1px;
}
.e .row.pad-fix-e > *[class^="col-"]:only-child {
  padding-left: 0;
  padding-right: 0;
}
.e .row.pad-fix-e > *[class^="col-"]:first-child:not([class*="-push-"]),
.e .row.pad-fix-e > *[class^="col-"][class*="-pull-"]:last-child {
  padding-left: 0;
}
.e .row.pad-fix-e > *[class^="col-"]:last-child:not([class*="-pull-"]),
.e .row.pad-fix-e > *[class^="col-"][class*="-push-"]:first-child {
  padding-right: 0;
}
@media (max-width: 480px) {
  .e .row.pad-fix-e > *[class^="col-xs-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .e .row.pad-fix-e > *[class^="col-sm-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .e .row.pad-fix-e > *[class^="col-md-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .e .row.pad-fix-e > *[class^="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
  }
}
.e .row.no-top-pad-e > *[class^="col-"] {
  padding-top: 0;
}
.e .row.no-bottom-pad-e > *[class^="col-"] {
  padding-bottom: 0;
}
.e .row.fixed {
  overflow: hidden;
  padding: 0.5em 0.8em;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
.e .row.fixed > [class^="col-"] {
  margin-bottom: -6000px;
  padding-bottom: 6000px;
}
.e .row .col-fixed {
  float: left;
  position: relative;
}
.e .row .col-fixed.col-800 {
  width: 800px !important;
}
.e .row .col-fixed.col-700 {
  width: 700px !important;
}
.e .row .col-fixed.col-600 {
  width: 600px !important;
}
.e .row .col-fixed.col-500 {
  width: 500px !important;
}
.e .row .col-fixed.col-400 {
  width: 400px !important;
}
.e .row .col-fixed.col-300 {
  width: 300px !important;
}
.e .row .col-fixed.col-200 {
  width: 200px !important;
}
.e .row .col-fixed.col-100 {
  width: 100px !important;
}
.e .row .col-fixed:after {
  overflow: visible ! important;
}
.e .row .col-fixed-fill {
  float: none;
  overflow: hidden;
}
.e .row .col-xs-5ths,
.e .row .col-sm-5ths,
.e .row .col-md-5ths,
.e .row .col-lg-5ths {
  position: relative;
  min-height: 1px;
}
.e .row .col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .e .row .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .e .row .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .e .row .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.e .grid-border .row {
  overflow: hidden;
  padding: 0.5em 0.8em;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
.e .grid-border .row > [class^="col-"] {
  margin-bottom: -6000px;
  padding-bottom: 6000px;
}
.e .grid-border .row *[class^="col-"] {
  border: 1px solid #efefef;
  border-color: #efefef;
  border-width: 1px 0 0 1px;
}
.e .grid-border .row *[class^="col-"]:last-child {
  border-right-width: 1px;
}
.e .grid-border .row:last-child {
  border-bottom: 1px solid #efefef;
}
.e .grid-border .row:last-child *[class^="col-"] {
  border-bottom-width: 1px;
}
.e .grid-border-vertical .row {
  overflow: hidden;
  padding: 0.5em 0.8em;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
.e .grid-border-vertical .row > [class^="col-"] {
  margin-bottom: -6000px;
  padding-bottom: 6000px;
}
.e .grid-border-vertical .row *[class^="col-"] {
  border: 1px solid #efefef;
  border-color: #efefef;
  border-width: 1px 0 0 1px;
}
.e .grid-border-vertical .row *[class^="col-"]:last-child {
  border-right-width: 1px;
}
.e .grid-border-vertical .row:last-child {
  border-bottom: 1px solid #efefef;
}
.e .grid-border-vertical .row:last-child *[class^="col-"] {
  border-bottom-width: 1px;
}
.e .grid-border-vertical .row {
  overflow: hidden;
  padding: 0.5em 0.8em;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
.e .grid-border-vertical .row > [class^="col-"] {
  margin-bottom: -6000px;
  padding-bottom: 6000px;
}
.e .grid-border-vertical .row *[class^="col-"] {
  border: 1px solid #efefef;
  border-color: #efefef;
  border-width: 1px 0 0 1px;
}
.e .grid-border-vertical .row *[class^="col-"]:last-child {
  border-right-width: 1px;
}
.e .grid-border-vertical .row:last-child {
  border-bottom: 1px solid #efefef;
}
.e .grid-border-vertical .row:last-child *[class^="col-"] {
  border-bottom-width: 1px;
}
.e .grid-border-vertical .row,
.e .grid-border-vertical .row:last-child {
  border-width: 0px;
}
.e .grid-border-vertical .row *[class^="col-"] {
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
}
.e .grid-border-vertical .row *[class^="col-"]:last-child {
  border-right-width: 0px;
}
.e .grid-border-vertical .row *[class^="col-"]:last-child *[class^="col-"] {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.e .grid-border-vertical .row *[class^="col-"]:first-child {
  border-left-width: 0px;
}
.e .grid-bg .row {
  overflow: hidden;
  padding: 0.5em 0.8em;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  background-color: #FBFBFB;
}
.e .grid-bg .row > [class^="col-"] {
  margin-bottom: -6000px;
  padding-bottom: 6000px;
}
.e .panel-body {
  padding: 0.5em 1em;
}
.e .panel-group .panel-heading {
  cursor: pointer;
}
.e .panel-title {
  margin-top: 0;
  margin-bottom: 0;
}
.e .panel-title .title-e {
  background: none repeat scroll 0 0 #efefef;
  color: #a3a3a3;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.e .panel-heading,
.e .sub-page-header {
  position: relative;
  padding: 5px 10px;
}
.e .panel-heading.collapse-container,
.e .sub-page-header.collapse-container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.e .panel-heading button.collapse-trigger,
.e .sub-page-header button.collapse-trigger {
  padding: 5px 10px;
  border-color: transparent;
  background: transparent;
  width: 100%;
  text-align: left;
}
.e .panel-heading h1,
.e .sub-page-header h1,
.e .panel-heading h2,
.e .sub-page-header h2,
.e .panel-heading h3,
.e .sub-page-header h3,
.e .panel-heading h4,
.e .sub-page-header h4,
.e .panel-heading h5,
.e .sub-page-header h5 {
  font-size: 14px;
  font-style: normal;
}
.e .panel-heading h1 i,
.e .sub-page-header h1 i,
.e .panel-heading h2 i,
.e .sub-page-header h2 i,
.e .panel-heading h3 i,
.e .sub-page-header h3 i,
.e .panel-heading h4 i,
.e .sub-page-header h4 i,
.e .panel-heading h5 i,
.e .sub-page-header h5 i {
  font-size: 1.2em;
  line-height: 1.2em;
  vertical-align: middle;
}
.e .panel-heading .state .fa.fa-chevron-right,
.e .sub-page-header .state .fa.fa-chevron-right {
  display: none;
}
.e .panel-heading .state .fa.fa-chevron-down,
.e .sub-page-header .state .fa.fa-chevron-down {
  display: inline-block;
}
.e .panel-heading.collapsed .state .fa.fa-chevron-right,
.e .sub-page-header.collapsed .state .fa.fa-chevron-right {
  display: inline-block;
}
.e .panel-heading.collapsed .state .fa.fa-chevron-down,
.e .sub-page-header.collapsed .state .fa.fa-chevron-down {
  display: none;
}
.e .panel-heading.collapsed .state .sort,
.e .sub-page-header.collapsed .state .sort {
  display: none;
}
.e .panel-heading .collapsed .state .fa.fa-chevron-right,
.e .sub-page-header .collapsed .state .fa.fa-chevron-right {
  display: inline-block;
}
.e .panel-heading .collapsed .state .fa.fa-chevron-down,
.e .sub-page-header .collapsed .state .fa.fa-chevron-down {
  display: none;
}
.e .panel-heading .collapsed .state .sort,
.e .sub-page-header .collapsed .state .sort {
  display: none;
}
.e .collapse-trigger {
  cursor: pointer;
}
.e .collapse-trigger .panel-title i {
  min-width: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.e .panel-portlet.panel {
  box-shadow: 0px 0px 3px 0px #ccc;
  -webkit-box-shadow: 0px 0px 3px 0px #ccc;
  -moz-box-shadow: 0px 0px 3px 0px #ccc;
  border: 0px solid transparent;
}
.e .panel-portlet.panel > .panel-heading {
  color: #444;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #FFD9A3;
  box-shadow: 0px -3px 3px -3px #ffffff;
  -webkit-box-shadow: 0px -3px 3px -3px #ffffff;
  -moz-box-shadow: 0px -3px 3px -3px #ffffff;
}
.e .panel-portlet.panel > .panel-heading h1,
.e .panel-portlet.panel > .panel-heading h2,
.e .panel-portlet.panel > .panel-heading h3,
.e .panel-portlet.panel > .panel-heading h4,
.e .panel-portlet.panel > .panel-heading i {
  color: #444;
}
.e .panel-slim .panel-body {
  padding: 0.3em;
}
.e .panel-slim .panel-body .field-e {
  padding: 0.1em;
}
.e .panel-slim .items-e {
  max-width: 900px;
}
.e .panel-actions {
  float: right;
  position: absolute;
  right: 4px;
  top: 0;
  height: 100%;
}
.e .panel-actions .action {
  float: right;
  height: 100%;
}
.e .panel-actions .action .btn {
  height: 90%;
  margin: 5% 0.1em;
  padding: 2px 7px 3px;
}
.e .panel-actions .action .dropdown-menu {
  left: auto;
  right: 0;
}
.e .panel-actions .action .btn-actions {
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
}
.e .panel-actions .action .btn-actions:active,
.e .panel-actions .action .btn-actions:hover {
  background-color: #f4f4f4;
  border-color: #adadad;
}
.e .panel-actions .action:nth-child(8) .dropdown-menu {
  right: 259px;
}
.e .panel-actions .action:nth-child(7) .dropdown-menu {
  right: 222px;
}
.e .panel-actions .action:nth-child(6) .dropdown-menu {
  right: 185px;
}
.e .panel-actions .action:nth-child(5) .dropdown-menu {
  right: 148px;
}
.e .panel-actions .action:nth-child(4) .dropdown-menu {
  right: 111px;
}
.e .panel-actions .action:nth-child(3) .dropdown-menu {
  right: 74px;
}
.e .panel-actions .action:nth-child(2) .dropdown-menu {
  right: 37px;
}
.e .panel-actions .action:nth-child(1) .dropdown-menu {
  right: 0px;
}
.e .breadcrumb {
  background-color: transparent;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  margin: 0 0 3px 0;
  padding: 0;
}
.e .breadcrumb li a {
  color: #306195;
}
.e .breadcrumb > li + li:before {
  color: #ccc;
  content: "/ ";
  padding: 0 3px;
  font-size: inherit;
  line-height: 1;
  vertical-align: unset;
}
.e .breadcrumb > li + li.last {
  float: right;
  padding-right: 5px;
}
.e .breadcrumb > li + li.last:before {
  content: " ";
}
.e .breadcrumb > .active a {
  color: #777777;
}
.e .breadcrumb.block {
  background: #eee none repeat scroll 0 0;
  margin: 0.5em 0;
  padding: 0.5em;
}
.e .breadcrumb.block li:last-child {
  font-weight: bold;
}
.e .breadcrumb.chain {
  display: inline-block;
}
.e .breadcrumb.chain > li + li:before {
  content: "\2192 ";
  color: #444;
  font-size: 1.2em;
}
.e #topbar {
  border-bottom: 1px solid #dadada;
  margin-bottom: 0.3em;
}
.e #topbar .page-header,
.e #topbar h1,
.e #topbar h2,
.e #topbar h3,
.e #topbar h4 {
  margin: 0;
  padding: 0;
  border: 0;
}
.e #topbar .page-header h1,
.e #topbar .page-header h2 {
  font-size: 20px;
  line-height: 19px;
  vertical-align: bottom;
  font-weight: normal;
  letter-spacing: 0.2px;
}
.e #topbar .page-header h1 small,
.e #topbar .page-header h2 small {
  font-size: 0.7em;
}
.e .page-header {
  display: table;
  width: 100%;
}
.e .page-header h1,
.e .page-header h2,
.e .page-header h3,
.e .page-header h4 {
  display: table-cell;
  line-height: 1;
}
.e .page-header .tools {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}
.e .page-header .tools .dropdown-menu {
  left: auto;
  right: 0;
}
.e .page-header small {
  font-size: 0.5em;
  display: inline-block;
}
.e .page-header.sub-page-header h1 {
  font-size: 1.8em;
}
.e .grid-border #topbar {
  border-bottom: 1px solid transparent;
  padding: 0.5em 0.8em;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
.e .sidebar-content .left-navi > li > a:not(.btn) {
  display: table;
  border: 1px solid transparent;
  width: 100%;
  padding: 0;
}
.e .sidebar-content .left-navi > li > a:not(.btn) .fa {
  width: 22px;
  text-align: center;
}
.e .sidebar-content .left-navi > li > a:not(.btn) > * {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 3px;
}
.e .sidebar-content .left-navi > li a i.opener {
  position: relative;
  right: 5px;
  top: 0;
}
.e .left-navi li.set-group {
  border-bottom: 1px solid #f5f5f5;
}
.e .left-navi li.set-group ul > li {
  width: 100%;
  display: table;
}
.e .left-navi li.set-group ul > li a {
  color: #333;
}
.e .left-navi li.set-group ul > li > * {
  display: table-cell;
}
.e .left-navi li.set-group ul > li .btn-group {
  width: 20px;
}
.e .left-navi li.set-group ul > li .btn-group .btn {
  display: none;
}
.e .left-navi li.set-group ul > li:hover {
  background: #f5f5f5;
}
.e .left-navi li.set-group ul > li:hover .btn-group .btn {
  display: block;
}
.e .left-navi li {
  position: relative;
}
.e .left-navi li ul li {
  margin-left: 0;
}
.e .left-navi li a {
  display: block;
  font-size: 1.1em;
  padding: 0.4em;
  border-width: 1px 0px 1px 0;
  line-height: 1.1;
}
.e .left-navi li a:hover {
  text-decoration: none;
}
.e .left-navi li a i.opener {
  position: absolute;
  right: 1em;
  top: 8px;
  font-size: smaller;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.e .left-navi li.current > a,
.e .left-navi li.open > a {
  background: none repeat scroll 0 0 #efefef;
  border-color: #e6e6e6;
  border-width: 1px 0px 1px 0;
}
.e .left-navi li.current > a > i.opener,
.e .left-navi li.open > a > i.opener {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.e .left-navi li.disabled {
  color: #757575;
  font-weight: 500;
  text-transform: uppercase;
  margin: 8px 0;
}
.e .left-navi li.disabled:first-child {
  margin-top: 0;
}
.e .left-navi li.title {
  background: none repeat scroll 0 0 rgba(66, 142, 203, 0.78);
  border-width: 0;
  color: #ffffff;
  font-weight: 500;
  margin: 0.5em 0 0.1em;
  padding: 0.3em 0.5em;
  text-transform: uppercase;
  display: table;
  width: 100%;
  border-bottom: 1px solid #dadada;
  margin: 1.2em 0 0.5em;
  padding: 0.4em 0;
}
.e .left-navi li.title:first-child {
  margin-top: 0;
}
.e .left-navi li.title .title-wrap {
  display: table-row;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.e .left-navi li.title .title-wrap .name {
  display: table-cell;
}
.e .left-navi li.title .title-wrap .toggler {
  cursor: pointer;
  display: table-cell;
  padding: 0 3px;
  font-size: 1.2em;
  line-height: 1;
}
.e .left-navi li.title .dropdown-menu {
  min-width: 100%;
  width: auto;
}
.e .left-navi li.title .dropdown-menu a {
  text-transform: none;
  padding: 0.3em;
}
.e .left-navi li.divider {
  background: #efefef;
  height: 1px;
  margin: 0.7em 0;
}
.e .left-navi li.divider.seemless {
  background: transparent;
}
.e .left-navi li ul.subnavi {
  display: none;
  width: 100%;
}
.e .left-navi li ul.subnavi.open {
  display: block;
}
.e .left-navi li ul.subnavi li {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0;
  border: 1px solid transparent;
  border-left: 0;
}
.e .left-navi li ul.subnavi li:first-child {
  margin-top: 1px;
}
.e .left-navi li ul.subnavi li.current {
  background: none repeat scroll 0 0 #efefef;
  border-color: #e6e6e6;
  border-width: 1px 0px 1px 0;
}
.e .left-navi li ul.subnavi li.current > a {
  font-weight: bold;
  background: none repeat scroll 0 0 #efefef;
  color: #235284;
  border: 0px solid transparent;
}
.e .left-navi li ul.subnavi li.current > a:hover {
  color: #235284;
}
.e .left-navi li ul.subnavi li.disabled {
  color: #757575;
  font-weight: 500;
  text-transform: uppercase;
  margin: 8px 0;
}
.e .left-navi li ul.subnavi li.divider {
  border: 0px;
  background: #efefef;
  height: 1px;
  margin: 0.7em 0;
}
.e .left-navi li ul.subnavi li.divider.seemless {
  background: transparent;
}
.e .left-navi li.active ul.subnavi {
  display: block;
}
.e .items-e {
  display: block;
  margin-bottom: 1em;
}
.e .items-e:before,
.e .items-e:after {
  content: " ";
  display: table;
}
.e .items-e:after {
  clear: both;
}
.e .items-e:before,
.e .items-e:after {
  content: " ";
  display: table;
}
.e .items-e:after {
  clear: both;
}
.e .items-e.fix-e {
  max-width: 900px;
}
.e .items-e.fix-e .field-e > label {
  width: 150px;
}
.e .items-e.fix-e .field-e input[type="text"],
.e .items-e.fix-e .field-e input[type="email"],
.e .items-e.fix-e .field-e input[type="password"],
.e .items-e.fix-e .field-e .input-e,
.e .items-e.fix-e .field-e .range-e,
.e .items-e.fix-e .field-e .inputs-e,
.e .items-e.fix-e .field-e .value-e {
  width: 230px;
}
.e .items-e .field-e,
.e .items-e .field-group-e {
  border-bottom: 0px none;
}
.e .items-e .item-e {
  border-top: 1px solid #efefef;
  clear: both;
  float: left;
  padding: 0.2em 0;
  width: 49%;
  list-style: none;
}
.e .items-e .item-e:first-child,
.e .items-e .item-e.item-right-e:nth-child(2) {
  border-color: transparent;
}
.e .items-e .item-e.item-right-e {
  clear: right;
  float: right;
}
.e .items-e .item-e.no-field-border-e {
  border-top: 1px solid transparent;
}
.e .items-e .item-e.item-full-e {
  clear: both;
  width: 100%;
}
.e .items-e .item-e.item-full-e .field-e > label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 2px 5px 2px 0;
  width: 150px;
  margin-right: 0;
}
.e .items-e .item-e.item-full-e .field-e input[type="text"],
.e .items-e .item-e.item-full-e .field-e input[type="email"],
.e .items-e .item-e.item-full-e .field-e input[type="password"],
.e .items-e .item-e.item-full-e .field-e textarea,
.e .items-e .item-e.item-full-e .field-e .value-e,
.e .items-e .item-e.item-full-e .field-e .input-e,
.e .items-e .item-e.item-full-e .field-e .range-e,
.e .items-e .item-e.item-full-e .field-e .inputs-e {
  width: 430px;
}
.e .items-e .item-e.item-fill-e {
  clear: both;
  width: 100%;
}
.e .items-e .item-e.item-fill-e.field-e > label,
.e .items-e .item-e.item-fill-e .field-e > label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 2px 5px 2px 0;
  margin-right: 0;
}
.e .items-e .item-e.item-fill-e.field-e .value-e,
.e .items-e .item-e.item-fill-e .field-e .value-e,
.e .items-e .item-e.item-fill-e.field-e .input-e,
.e .items-e .item-e.item-fill-e .field-e .input-e,
.e .items-e .item-e.item-fill-e.field-e .range-e,
.e .items-e .item-e.item-fill-e .field-e .range-e,
.e .items-e .item-e.item-fill-e.field-e .inputs-e,
.e .items-e .item-e.item-fill-e .field-e .inputs-e {
  width: 84%;
}
.e .items-e .item-e .choice-group-e label {
  width: 100%;
  max-width: 100%;
}
.e .items-e .item-e .field-e,
.e .items-e .item-e.field-e {
  padding: 4px 0;
  overflow: visible;
}
.e .items-e .item-e .field-e > label,
.e .items-e .item-e.field-e > label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0 5px 3px 0;
  width: 100%;
  min-width: 10em;
  margin-right: 0;
  margin: 0;
  margin: 0 1px;
  position: relative;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.e .items-e .item-e .field-e > label.item-hidden,
.e .items-e .item-e.field-e > label.item-hidden {
  width: 100%;
}
.e .items-e .item-e .field-e input[type="text"],
.e .items-e .item-e.field-e input[type="text"],
.e .items-e .item-e .field-e input[type="email"],
.e .items-e .item-e.field-e input[type="email"],
.e .items-e .item-e .field-e input[type="password"],
.e .items-e .item-e.field-e input[type="password"] {
  max-width: 100%;
  min-width: 12em;
}
.e .items-e .item-e .field-e input[type="text"].length-4,
.e .items-e .item-e.field-e input[type="text"].length-4,
.e .items-e .item-e .field-e input[type="email"].length-4,
.e .items-e .item-e.field-e input[type="email"].length-4,
.e .items-e .item-e .field-e input[type="password"].length-4,
.e .items-e .item-e.field-e input[type="password"].length-4 {
  max-width: 4em !important;
  min-width: 4em !important;
  width: 4em !important;
}
.e .items-e .item-e .field-e input[type="text"].length-6,
.e .items-e .item-e.field-e input[type="text"].length-6,
.e .items-e .item-e .field-e input[type="email"].length-6,
.e .items-e .item-e.field-e input[type="email"].length-6,
.e .items-e .item-e .field-e input[type="password"].length-6,
.e .items-e .item-e.field-e input[type="password"].length-6 {
  max-width: 6em !important;
  min-width: 6em !important;
  width: 6em !important;
}
.e .items-e .item-e .field-e input[type="text"].length-8,
.e .items-e .item-e.field-e input[type="text"].length-8,
.e .items-e .item-e .field-e input[type="email"].length-8,
.e .items-e .item-e.field-e input[type="email"].length-8,
.e .items-e .item-e .field-e input[type="password"].length-8,
.e .items-e .item-e.field-e input[type="password"].length-8 {
  max-width: 8em !important;
  min-width: 8em !important;
  width: 8em !important;
}
.e .items-e .item-e .field-e input[type="text"].length-10,
.e .items-e .item-e.field-e input[type="text"].length-10,
.e .items-e .item-e .field-e input[type="email"].length-10,
.e .items-e .item-e.field-e input[type="email"].length-10,
.e .items-e .item-e .field-e input[type="password"].length-10,
.e .items-e .item-e.field-e input[type="password"].length-10 {
  max-width: 10em !important;
  min-width: 10em !important;
  width: 10em !important;
}
.e .items-e .item-e .field-e .input-e,
.e .items-e .item-e.field-e .input-e,
.e .items-e .item-e .field-e .range-e,
.e .items-e .item-e.field-e .range-e,
.e .items-e .item-e .field-e .inputs-e,
.e .items-e .item-e.field-e .inputs-e,
.e .items-e .item-e .field-e .value-e,
.e .items-e .item-e.field-e .value-e,
.e .items-e .item-e .field-e .select-values-e,
.e .items-e .item-e.field-e .select-values-e {
  max-width: 100%;
  min-width: 12em;
}
.e .items-e .item-e .field-e .range-e input[type="text"],
.e .items-e .item-e.field-e .range-e input[type="text"] {
  max-width: 45% !important;
  min-width: 6em !important;
}
.e .items-e .item-e .field-e .range-e .datepicker-e,
.e .items-e .item-e.field-e .range-e .datepicker-e,
.e .items-e .item-e .field-e .range-e .datepicker-range,
.e .items-e .item-e.field-e .range-e .datepicker-range,
.e .items-e .item-e .field-e .range-e .dpicker-e,
.e .items-e .item-e.field-e .range-e .dpicker-e {
  max-width: 6em !important;
  min-width: 6em !important;
  width: 6em !important;
  font-size: 1em !important;
}
.e .items-e .item-e .field-e .range-e .datetimepicker-range,
.e .items-e .item-e.field-e .range-e .datetimepicker-range,
.e .items-e .item-e .field-e .range-e .dtpicker-e,
.e .items-e .item-e.field-e .range-e .dtpicker-e {
  max-width: 9em !important;
  min-width: 9em !important;
  width: 9em !important;
  font-size: 1em !important;
}
.e .items-e .item-e .field-e .range-e .length-4,
.e .items-e .item-e.field-e .range-e .length-4 {
  max-width: 4em !important;
  min-width: 4em !important;
  width: 4em !important;
}
.e .items-e .item-e .field-e .range-e .length-6,
.e .items-e .item-e.field-e .range-e .length-6 {
  max-width: 6em !important;
  min-width: 6em !important;
  width: 6em !important;
}
.e .items-e .item-e .field-e .range-e .length-8,
.e .items-e .item-e.field-e .range-e .length-8 {
  max-width: 8em !important;
  min-width: 8em !important;
  width: 8em !important;
}
.e .items-e .item-e .field-e .range-e .length-10,
.e .items-e .item-e.field-e .range-e .length-10 {
  max-width: 10em !important;
  min-width: 10em !important;
  width: 10em !important;
}
.e .items-e .item-e .field-e:after,
.e .items-e .item-e.field-e:after {
  content: " ";
  display: table;
}
.e .items-e .item-e.field-e {
  padding: 6px 0;
}
.e .items-e .item-e .fieldset-e {
  margin: 0;
}
.e .items-e .item-e .fieldset-e legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px 3px 0;
  width: 100%;
  min-width: 10em;
  margin: 0;
  margin: 0 1px;
  margin-right: 4px;
  position: relative;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  vertical-align: top;
  float: left;
  font-weight: bold;
  font-style: inherit;
  font-size: 100%;
  border: 0;
  outline: 0;
}
.e .items-e.inline-e .item-e {
  clear: both;
  display: inline-block;
  float: none;
  margin-right: 1em;
  width: auto;
}
.e .items-e.inline-e .item-e label,
.e .items-e.inline-e .item-e .field-e,
.e .items-e.inline-e .item-e .input-e,
.e .items-e.inline-e .item-e .range-e,
.e .items-e.inline-e .item-e .inputs-e,
.e .items-e.inline-e .item-e .value-e,
.e .items-e.inline-e .item-e .select-values-e {
  min-width: 3em;
  width: auto;
}
.e .items-e.inline-e .item-e label {
  display: block;
  margin-bottom: 0.2em;
}
.e .no-field-border-e .items-e .item-e,
.e .no-field-border-e.items-e .item-e {
  border-top: 1px solid transparent;
}
.e .light-e.items-e .item-e {
  border-top: 0;
}
.e .light-e.items-e .item-e.field-e {
  padding: 4px 0;
}
.e .light-e.items-e .item-e label {
  margin: 0 !important;
  padding-bottom: 0;
}
.e .items-full-e .items-e .item-e,
.e .items-full-e.items-e .item-e {
  width: 100%;
}
.e .items-full-e .items-e .item-e label,
.e .items-full-e.items-e .item-e label {
  max-width: 100%;
  width: 100%;
  text-align: left;
}
.e .items-full-e .items-e .item-e .input-e input[type="text"],
.e .items-full-e.items-e .item-e .input-e input[type="text"],
.e .items-full-e .items-e .item-e .range-e input[type="text"],
.e .items-full-e.items-e .item-e .range-e input[type="text"],
.e .items-full-e .items-e .item-e .inputs-e input[type="text"],
.e .items-full-e.items-e .item-e .inputs-e input[type="text"],
.e .items-full-e .items-e .item-e .value-e input[type="text"],
.e .items-full-e.items-e .item-e .value-e input[type="text"],
.e .items-full-e .items-e .item-e .input-e input[type="email"],
.e .items-full-e.items-e .item-e .input-e input[type="email"],
.e .items-full-e .items-e .item-e .range-e input[type="email"],
.e .items-full-e.items-e .item-e .range-e input[type="email"],
.e .items-full-e .items-e .item-e .inputs-e input[type="email"],
.e .items-full-e.items-e .item-e .inputs-e input[type="email"],
.e .items-full-e .items-e .item-e .value-e input[type="email"],
.e .items-full-e.items-e .item-e .value-e input[type="email"],
.e .items-full-e .items-e .item-e .input-e input[type="password"],
.e .items-full-e.items-e .item-e .input-e input[type="password"],
.e .items-full-e .items-e .item-e .range-e input[type="password"],
.e .items-full-e.items-e .item-e .range-e input[type="password"],
.e .items-full-e .items-e .item-e .inputs-e input[type="password"],
.e .items-full-e.items-e .item-e .inputs-e input[type="password"],
.e .items-full-e .items-e .item-e .value-e input[type="password"],
.e .items-full-e.items-e .item-e .value-e input[type="password"],
.e .items-full-e .items-e .item-e .input-e textarea,
.e .items-full-e.items-e .item-e .input-e textarea,
.e .items-full-e .items-e .item-e .range-e textarea,
.e .items-full-e.items-e .item-e .range-e textarea,
.e .items-full-e .items-e .item-e .inputs-e textarea,
.e .items-full-e.items-e .item-e .inputs-e textarea,
.e .items-full-e .items-e .item-e .value-e textarea,
.e .items-full-e.items-e .item-e .value-e textarea {
  width: 100%;
  max-width: 100%;
}
.e .items-full-e .items-e .item-e .choice-group-e.horizontal label,
.e .items-full-e.items-e .item-e .choice-group-e.horizontal label {
  width: auto;
  max-width: 100%;
}
.e .items-full-e .items-e.label-left-e .item-e,
.e .items-full-e.items-e.label-left-e .item-e {
  width: 100%;
}
.e .items-full-e .items-e.label-left-e .item-e label,
.e .items-full-e.items-e.label-left-e .item-e label {
  max-width: 250px;
}
.e .items-full-e .items-e.label-left-e .item-e.item-fill-e.field-e > label,
.e .items-full-e.items-e.label-left-e .item-e.item-fill-e.field-e > label,
.e .items-full-e .items-e.label-left-e .item-e.item-fill-e .field-e > label,
.e .items-full-e.items-e.label-left-e .item-e.item-fill-e .field-e > label {
  width: 12%;
}
.e .items-full-e .items-e.label-left-e .item-e .input-e,
.e .items-full-e.items-e.label-left-e .item-e .input-e,
.e .items-full-e .items-e.label-left-e .item-e .range-e,
.e .items-full-e.items-e.label-left-e .item-e .range-e,
.e .items-full-e .items-e.label-left-e .item-e .inputs-e,
.e .items-full-e.items-e.label-left-e .item-e .inputs-e,
.e .items-full-e .items-e.label-left-e .item-e .value-e,
.e .items-full-e.items-e.label-left-e .item-e .value-e {
  width: 73% !important;
}
.e .items-full-e .items-e.label-left-e .item-e .input-e input[type="text"],
.e .items-full-e.items-e.label-left-e .item-e .input-e input[type="text"],
.e .items-full-e .items-e.label-left-e .item-e .range-e input[type="text"],
.e .items-full-e.items-e.label-left-e .item-e .range-e input[type="text"],
.e .items-full-e .items-e.label-left-e .item-e .inputs-e input[type="text"],
.e .items-full-e.items-e.label-left-e .item-e .inputs-e input[type="text"],
.e .items-full-e .items-e.label-left-e .item-e .value-e input[type="text"],
.e .items-full-e.items-e.label-left-e .item-e .value-e input[type="text"],
.e .items-full-e .items-e.label-left-e .item-e .input-e input[type="email"],
.e .items-full-e.items-e.label-left-e .item-e .input-e input[type="email"],
.e .items-full-e .items-e.label-left-e .item-e .range-e input[type="email"],
.e .items-full-e.items-e.label-left-e .item-e .range-e input[type="email"],
.e .items-full-e .items-e.label-left-e .item-e .inputs-e input[type="email"],
.e .items-full-e.items-e.label-left-e .item-e .inputs-e input[type="email"],
.e .items-full-e .items-e.label-left-e .item-e .value-e input[type="email"],
.e .items-full-e.items-e.label-left-e .item-e .value-e input[type="email"],
.e .items-full-e .items-e.label-left-e .item-e .input-e input[type="password"],
.e .items-full-e.items-e.label-left-e .item-e .input-e input[type="password"],
.e .items-full-e .items-e.label-left-e .item-e .range-e input[type="password"],
.e .items-full-e.items-e.label-left-e .item-e .range-e input[type="password"],
.e .items-full-e .items-e.label-left-e .item-e .inputs-e input[type="password"],
.e .items-full-e.items-e.label-left-e .item-e .inputs-e input[type="password"],
.e .items-full-e .items-e.label-left-e .item-e .value-e input[type="password"],
.e .items-full-e.items-e.label-left-e .item-e .value-e input[type="password"],
.e .items-full-e .items-e.label-left-e .item-e .input-e input[type="text"].long-e,
.e .items-full-e.items-e.label-left-e .item-e .input-e input[type="text"].long-e,
.e .items-full-e .items-e.label-left-e .item-e .range-e input[type="text"].long-e,
.e .items-full-e.items-e.label-left-e .item-e .range-e input[type="text"].long-e,
.e .items-full-e .items-e.label-left-e .item-e .inputs-e input[type="text"].long-e,
.e .items-full-e.items-e.label-left-e .item-e .inputs-e input[type="text"].long-e,
.e .items-full-e .items-e.label-left-e .item-e .value-e input[type="text"].long-e,
.e .items-full-e.items-e.label-left-e .item-e .value-e input[type="text"].long-e,
.e .items-full-e .items-e.label-left-e .item-e .input-e input[type="email"].long-e,
.e .items-full-e.items-e.label-left-e .item-e .input-e input[type="email"].long-e,
.e .items-full-e .items-e.label-left-e .item-e .range-e input[type="email"].long-e,
.e .items-full-e.items-e.label-left-e .item-e .range-e input[type="email"].long-e,
.e .items-full-e .items-e.label-left-e .item-e .inputs-e input[type="email"].long-e,
.e .items-full-e.items-e.label-left-e .item-e .inputs-e input[type="email"].long-e,
.e .items-full-e .items-e.label-left-e .item-e .value-e input[type="email"].long-e,
.e .items-full-e.items-e.label-left-e .item-e .value-e input[type="email"].long-e,
.e .items-full-e .items-e.label-left-e .item-e .input-e input[type="password"].long-e,
.e .items-full-e.items-e.label-left-e .item-e .input-e input[type="password"].long-e,
.e .items-full-e .items-e.label-left-e .item-e .range-e input[type="password"].long-e,
.e .items-full-e.items-e.label-left-e .item-e .range-e input[type="password"].long-e,
.e .items-full-e .items-e.label-left-e .item-e .inputs-e input[type="password"].long-e,
.e .items-full-e.items-e.label-left-e .item-e .inputs-e input[type="password"].long-e,
.e .items-full-e .items-e.label-left-e .item-e .value-e input[type="password"].long-e,
.e .items-full-e.items-e.label-left-e .item-e .value-e input[type="password"].long-e {
  width: 100%;
  max-width: 100%;
}
.e .items-full-e .items-e.label-left-e .item-e .choice-group-e.horizontal label,
.e .items-full-e.items-e.label-left-e .item-e .choice-group-e.horizontal label {
  width: auto;
  max-width: 100%;
}
.e .items-full-e .items-e.label-left-e .item-e .choice-group-e label,
.e .items-full-e.items-e.label-left-e .item-e .choice-group-e label {
  width: 100%;
  max-width: 100%;
}
.e .items-full-e .items-e.label-left-e .item-e .fieldset-e legend,
.e .items-full-e.items-e.label-left-e .item-e .fieldset-e legend {
  float: left;
  max-width: 250px;
}
.e .label-left-e .items-e .item-e label,
.e .label-left-e.items-e .item-e label {
  width: 25%;
}
.e .label-left-e .items-e .item-e .choice-group-e label,
.e .label-left-e.items-e .item-e .choice-group-e label {
  width: 100%;
  max-width: 100%;
}
.e .label-left-e .items-e .item-e .inputs-e > label,
.e .label-left-e.items-e .item-e .inputs-e > label {
  width: auto;
}
.e .label-left-e .items-e .item-e.label-top-e label,
.e .label-left-e.items-e .item-e.label-top-e label {
  max-width: 100%;
  width: 100% !important;
}
.e .label-left-e .items-e .item-e.label-top-e .input-e,
.e .label-left-e.items-e .item-e.label-top-e .input-e,
.e .label-left-e .items-e .item-e.label-top-e .range-e,
.e .label-left-e.items-e .item-e.label-top-e .range-e,
.e .label-left-e .items-e .item-e.label-top-e .inputs-e,
.e .label-left-e.items-e .item-e.label-top-e .inputs-e,
.e .label-left-e .items-e .item-e.label-top-e .value-e,
.e .label-left-e.items-e .item-e.label-top-e .value-e {
  width: 100% !important;
  max-width: 100%;
}
.e .label-left-e .items-e .item-e.label-top-e .input-e textarea,
.e .label-left-e.items-e .item-e.label-top-e .input-e textarea,
.e .label-left-e .items-e .item-e.label-top-e .range-e textarea,
.e .label-left-e.items-e .item-e.label-top-e .range-e textarea,
.e .label-left-e .items-e .item-e.label-top-e .inputs-e textarea,
.e .label-left-e.items-e .item-e.label-top-e .inputs-e textarea,
.e .label-left-e .items-e .item-e.label-top-e .value-e textarea,
.e .label-left-e.items-e .item-e.label-top-e .value-e textarea {
  width: 100% !important;
  max-width: 100%;
}
.e .label-left-e .items-e .item-e .fieldset-e legend,
.e .label-left-e.items-e .item-e .fieldset-e legend {
  float: left;
  width: 25%;
}
.e .tight-e .items-e .item-e,
.e .tight-e.items-e .item-e {
  padding: 1px 0;
}
.e .label-half-e .items-e .item-e label,
.e .label-half-e.items-e .item-e label {
  width: 43%;
  display: inline-block;
  vertical-align: top;
}
.e .label-half-e .items-e .item-e .input-e,
.e .label-half-e.items-e .item-e .input-e,
.e .label-half-e .items-e .item-e .range-e,
.e .label-half-e.items-e .item-e .range-e,
.e .label-half-e .items-e .item-e .inputs-e,
.e .label-half-e.items-e .item-e .inputs-e,
.e .label-half-e .items-e .item-e .value-e,
.e .label-half-e.items-e .item-e .value-e,
.e .label-half-e .items-e .item-e .choice-group-e,
.e .label-half-e.items-e .item-e .choice-group-e {
  display: inline-block;
  width: 55%;
}
.e .label-half-e .items-e .item-e .choice-group-e label,
.e .label-half-e.items-e .item-e .choice-group-e label {
  width: 100%;
}
.e .label-half-e .items-e .item-e .fieldset-e legend,
.e .label-half-e.items-e .item-e .fieldset-e legend {
  float: left;
  width: 43%;
}
.e .one-col-e .items-e .item-e,
.e .one-col-e.items-e .item-e {
  width: 100%;
}
.e .one-col-e .items-e .item-e .field-e > label,
.e .one-col-e.items-e .item-e .field-e > label {
  width: 210px;
}
.e .one-col-e .items-e .item-e .field-e input[type="text"],
.e .one-col-e.items-e .item-e .field-e input[type="text"],
.e .one-col-e .items-e .item-e .field-e input[type="email"],
.e .one-col-e.items-e .item-e .field-e input[type="email"],
.e .one-col-e .items-e .item-e .field-e input[type="password"],
.e .one-col-e.items-e .item-e .field-e input[type="password"],
.e .one-col-e .items-e .item-e .field-e .input-e,
.e .one-col-e.items-e .item-e .field-e .input-e,
.e .one-col-e .items-e .item-e .field-e .range-e,
.e .one-col-e.items-e .item-e .field-e .range-e,
.e .one-col-e .items-e .item-e .field-e .inputs-e,
.e .one-col-e.items-e .item-e .field-e .inputs-e {
  width: 330px;
}
.e .one-col-e .items-e .item-e .fieldset-e legend,
.e .one-col-e.items-e .item-e .fieldset-e legend {
  float: left;
  width: 210px;
}
.e .input-helper {
  cursor: help;
}
.e .hasDatepicker,
.e .dpicker-e,
.e .datepicker-range {
  max-width: 6em !important;
  min-width: 6em !important;
  width: 6em !important;
  font-size: 1em !important;
}
.e .dtpicker-e,
.e .datetimepicker-range {
  max-width: 9em !important;
  min-width: 9em !important;
  width: 9em !important;
  font-size: 1em !important;
}
.e .tpicker-e {
  max-width: 4em !important;
  min-width: 4em !important;
  width: 4em !important;
  font-size: 1em !important;
}
.e .items-multi-e.items-e .item-e {
  width: 28.5%;
  display: inline-block;
  clear: both;
  float: none;
  vertical-align: top;
}
.e .items-multi-e.items-e .item-e .mobile-show {
  display: none;
}
.e .items-multi-e.items-e .item-e .mobile-hide {
  display: inline-block;
}
.e .items-multi-e.items-e .item-e label {
  max-width: 200px;
  width: 30%;
}
.e .items-multi-e.items-e .item-e .input-e,
.e .items-multi-e.items-e .item-e .range-e,
.e .items-multi-e.items-e .item-e .inputs-e,
.e .items-multi-e.items-e .item-e .value-e {
  width: 100%;
  max-width: 100%;
}
.e .items-multi-e.items-e .item-e:nth-child(4n+1) {
  width: 42%;
}
.e .items-multi-e.items-e .item-e:nth-child(4n+1) label {
  display: inline-block;
  max-width: 200px;
  width: 30%;
}
.e .items-multi-e.items-e .item-e:nth-child(4n+1) .input-e,
.e .items-multi-e.items-e .item-e:nth-child(4n+1) .value-e {
  width: 67%;
}
.e .items-multi-e.items-e .item-e:nth-of-type(1),
.e .items-multi-e.items-e .item-e:nth-of-type(2),
.e .items-multi-e.items-e .item-e:nth-of-type(3) {
  border-top: 0;
}
.e .mobile-show {
  display: none !important;
}
.e .mobile-hide {
  display: inline-block !important;
}
@media (max-width: 1259px) {
  .e .items-multi-e.items-e.sidebar-view .item-e {
    width: 100%;
    max-width: 100%;
  }
  .e .items-multi-e.items-e.sidebar-view .item-e:nth-child(4n+1) {
    width: 100%;
    max-width: 100%;
  }
  .e .items-multi-e.items-e.sidebar-view .item-e label {
    display: inline-block;
  }
  .e .items-multi-e.items-e.sidebar-view .item-e .input-e,
  .e .items-multi-e.items-e.sidebar-view .item-e .value-e {
    width: 68%;
  }
  .e .items-multi-e.items-e.sidebar-view .item-e.mobile-header {
    width: 100%;
    max-width: 100%;
  }
  .e .items-multi-e.items-e.sidebar-view .item-e.mobile-header label {
    width: 100%;
    max-width: 100%;
  }
  .e .items-multi-e.items-e.sidebar-view .item-e.mobile-hide,
  .e .items-multi-e.items-e.sidebar-view .item-e *.mobile-hide {
    display: none !important;
  }
  .e .items-multi-e.items-e.sidebar-view .item-e.mobile-show,
  .e .items-multi-e.items-e.sidebar-view .item-e *.mobile-show {
    display: inline-block !important;
  }
}
@media (max-width: 700px) {
  .e .items-multi-e.items-e.sidebar-view .item-e label,
  .e .items-multi-e.items-e.sidebar-view .item-e .input-e,
  .e .items-multi-e.items-e.sidebar-view .item-e .value-e {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1030px) {
  .e .items-multi-e.items-e.default-view .item-e,
  .e .items-multi-e.items-e.fullscreen-view .item-e {
    width: 100%;
    max-width: 100%;
  }
  .e .items-multi-e.items-e.default-view .item-e:nth-child(4n+1),
  .e .items-multi-e.items-e.fullscreen-view .item-e:nth-child(4n+1) {
    width: 100%;
    max-width: 100%;
  }
  .e .items-multi-e.items-e.default-view .item-e label,
  .e .items-multi-e.items-e.fullscreen-view .item-e label {
    display: inline-block;
  }
  .e .items-multi-e.items-e.default-view .item-e .input-e,
  .e .items-multi-e.items-e.fullscreen-view .item-e .input-e,
  .e .items-multi-e.items-e.default-view .item-e .value-e,
  .e .items-multi-e.items-e.fullscreen-view .item-e .value-e {
    width: 68%;
  }
  .e .items-multi-e.items-e.default-view .item-e.mobile-header,
  .e .items-multi-e.items-e.fullscreen-view .item-e.mobile-header {
    width: 100%;
    max-width: 100%;
  }
  .e .items-multi-e.items-e.default-view .item-e.mobile-header label,
  .e .items-multi-e.items-e.fullscreen-view .item-e.mobile-header label {
    width: 100%;
    max-width: 100%;
  }
  .e .items-multi-e.items-e.default-view .item-e.mobile-hide,
  .e .items-multi-e.items-e.fullscreen-view .item-e.mobile-hide,
  .e .items-multi-e.items-e.default-view .item-e *.mobile-hide,
  .e .items-multi-e.items-e.fullscreen-view .item-e *.mobile-hide {
    display: none !important;
  }
  .e .items-multi-e.items-e.default-view .item-e.mobile-show,
  .e .items-multi-e.items-e.fullscreen-view .item-e.mobile-show,
  .e .items-multi-e.items-e.default-view .item-e *.mobile-show,
  .e .items-multi-e.items-e.fullscreen-view .item-e *.mobile-show {
    display: inline-block !important;
  }
}
@media (max-width: 500px) {
  .e .items-multi-e.items-e.default-view .item-e label,
  .e .items-multi-e.items-e.fullscreen-view .item-e label,
  .e .items-multi-e.items-e.default-view .item-e .input-e,
  .e .items-multi-e.items-e.fullscreen-view .item-e .input-e,
  .e .items-multi-e.items-e.default-view .item-e .value-e,
  .e .items-multi-e.items-e.fullscreen-view .item-e .value-e {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.e fieldset.lang-areas {
  border: 0;
}
@media (min-width: 768px) {
  .e fieldset.lang-areas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .e fieldset.lang-areas .lang {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.e .lang-areas .lang {
  display: block;
}
.e .lang-areas .lang textarea {
  min-height: 150px;
}
@media (min-width: 768px) {
  .e .lang-areas {
    display: table;
    table-layout: fixed;
    /* for equal widths */
    width: 100%;
  }
  .e .lang-areas .lang {
    display: table-cell;
  }
  .e .lang-areas .lang:first-child {
    padding-right: 10px;
  }
  .e .lang-areas .lang:last-child {
    padding-left: 10px;
  }
  .e .lang-areas .lang.hidden {
    display: none;
  }
}
.e .lang-title,
.e .field-title {
  background: #ECECEC;
  padding: 5px;
  font-size: 1.2em;
  line-height: 1.6em;
}
.e .lang-title > *,
.e .field-title > * {
  vertical-align: middle;
}
.e .lang-toggle-group .lang-toggler .indicator-shown {
  display: none;
}
.e .lang-toggle-group .lang-toggler .indicator-hidden {
  display: inline;
}
.e .lang-toggle-group .lang-toggler.active .indicator-hidden {
  display: none;
}
.e .lang-toggle-group .lang-toggler.active .indicator-shown {
  display: inline;
}
.e .view .lang-areas,
.e .lang-light .lang-areas,
.e .view.lang-areas,
.e .lang-light.lang-areas {
  display: table;
  table-layout: fixed;
}
.e .view .lang-areas .lang-col,
.e .lang-light .lang-areas .lang-col,
.e .view.lang-areas .lang-col,
.e .lang-light.lang-areas .lang-col {
  display: table-cell;
}
.e .view .lang-areas .lang-col .lang-title,
.e .lang-light .lang-areas .lang-col .lang-title,
.e .view.lang-areas .lang-col .lang-title,
.e .lang-light.lang-areas .lang-col .lang-title {
  display: block;
  color: #888;
  background: transparent;
  font-size: 100%;
  font-style: italic;
  padding: 0;
}
@media (max-width: 768px) {
  .e .view .lang-areas,
  .e .lang-light .lang-areas,
  .e .view.lang-areas,
  .e .lang-light.lang-areas {
    display: block;
  }
  .e .view .lang-areas .lang-col,
  .e .lang-light .lang-areas .lang-col,
  .e .view.lang-areas .lang-col,
  .e .lang-light.lang-areas .lang-col {
    display: block;
  }
}
.e .modal-dialog.medium .view .lang-areas,
.e .modal-dialog.small .view .lang-areas,
.e .lang-col-blocks .lang-areas,
.e .modal-dialog.medium .view.lang-areas,
.e .modal-dialog.small .view.lang-areas,
.e .lang-col-blocks.lang-areas {
  display: block;
}
.e .modal-dialog.medium .view .lang-areas .lang-col,
.e .modal-dialog.small .view .lang-areas .lang-col,
.e .lang-col-blocks .lang-areas .lang-col,
.e .modal-dialog.medium .view.lang-areas .lang-col,
.e .modal-dialog.small .view.lang-areas .lang-col,
.e .lang-col-blocks.lang-areas .lang-col {
  display: block;
  padding: 0 0 1em;
}
.e .two-langs .lang-col:first-child {
  width: calc(88% - 12em);
}
.e .btn,
.e .btn-e {
  -webkit-box-shadow: 0 -4px 7px -4px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -4px 7px -4px rgba(0, 0, 0, 0.2) inset;
  padding: 2px 12px 3px 12px;
  cursor: pointer;
}
.e .btn.btn-link,
.e .btn-e.btn-link,
.e .btn.btn-plain,
.e .btn-e.btn-plain,
.e .btn.btn-help,
.e .btn-e.btn-help {
  box-shadow: 0 0px 0px -4px rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0 0px 0px -4px rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0 0px 0px -4px rgba(0, 0, 0, 0) inset;
}
.e .btn.btn-link:hover,
.e .btn-e.btn-link:hover,
.e .btn.btn-plain:hover,
.e .btn-e.btn-plain:hover,
.e .btn.btn-help:hover,
.e .btn-e.btn-help:hover {
  text-decoration: underline;
}
.e .btn.btn-link:focus,
.e .btn-e.btn-link:focus,
.e .btn.btn-plain:focus,
.e .btn-e.btn-plain:focus {
  outline-offset: 1px;
}
.e .btn-lg,
.e .btn-e-lg {
  padding: 10px 16px;
}
.e .btn-sm,
.e .btn-e-sm {
  padding: 5px 10px;
}
.e .btn-xs,
.e .btn-e-xs {
  padding: 1px 5px;
}
.e .btn-default,
.e .btn-e-default {
  border: 1px solid #B0B0B0;
}
.e .btn-primary,
.e .btn-e-primary {
  background-color: #337ab7;
  border-color: #2a6598;
  color: #000000;
  color: #fff;
}
.e .btn-primary:active,
.e .btn-e-primary:active,
.e .btn-primary.active,
.e .btn-e-primary.active,
.e .btn-primary:hover,
.e .btn-e-primary:hover,
.e .btn-primary.hover,
.e .btn-e-primary.hover {
  background-color: #23527c;
  color: #000000;
  color: #fff;
  border-color: #1f4a70;
}
.e .btn-success,
.e .btn-e-success {
  background-color: #5cb85c;
  border-color: #47a447;
  color: #000000;
  color: #fff;
}
.e .btn-success:active,
.e .btn-e-success:active,
.e .btn-success.active,
.e .btn-e-success.active,
.e .btn-success:hover,
.e .btn-e-success:hover,
.e .btn-success.hover,
.e .btn-e-success.hover {
  background-color: #3d8b3d;
  color: #000000;
  color: #fff;
  border-color: #388038;
}
.e .btn-info,
.e .btn-e-info {
  background-color: #5bc0de;
  border-color: #39b3d7;
  color: #000000;
  color: #fff;
}
.e .btn-info:active,
.e .btn-e-info:active,
.e .btn-info.active,
.e .btn-e-info.active,
.e .btn-info:hover,
.e .btn-e-info:hover,
.e .btn-info.hover,
.e .btn-e-info.hover {
  background-color: #28a1c5;
  color: #000000;
  color: #fff;
  border-color: #2596b8;
}
.e .btn-warning,
.e .btn-e-warning {
  background-color: #f0ad4e;
  border-color: #ed9c28;
  color: #000000;
  color: #fff;
}
.e .btn-warning:active,
.e .btn-e-warning:active,
.e .btn-warning.active,
.e .btn-e-warning.active,
.e .btn-warning:hover,
.e .btn-e-warning:hover,
.e .btn-warning.hover,
.e .btn-e-warning.hover {
  background-color: #df8a13;
  color: #000000;
  color: #fff;
  border-color: #d18212;
}
.e .btn-danger,
.e .btn-e-danger {
  background-color: #d9534f;
  border-color: #d2322d;
  color: #000000;
  color: #fff;
}
.e .btn-danger:active,
.e .btn-e-danger:active,
.e .btn-danger.active,
.e .btn-e-danger.active,
.e .btn-danger:hover,
.e .btn-e-danger:hover,
.e .btn-danger.hover,
.e .btn-e-danger.hover {
  background-color: #b52b27;
  color: #000000;
  color: #fff;
  border-color: #a82824;
}
.e .btn.btn-plain,
.e .btn-e.btn-plain {
  background: transparent;
}
.e .btn.btn-plain:active,
.e .btn-e.btn-plain:active,
.e .btn.btn-plain.active,
.e .btn-e.btn-plain.active,
.e .btn.btn-plain:hover,
.e .btn-e.btn-plain:hover,
.e .btn.btn-plain.hover,
.e .btn-e.btn-plain.hover {
  border-color: #efefef;
}
.e .btn.btn-help,
.e .btn-e.btn-help {
  border-radius: 1.2em;
  -khtml-border-radius: 1.2em;
  background: transparent;
}
.e .btn.btn-help:active,
.e .btn-e.btn-help:active,
.e .btn.btn-help.active,
.e .btn-e.btn-help.active,
.e .btn.btn-help:hover,
.e .btn-e.btn-help:hover,
.e .btn.btn-help.hover,
.e .btn-e.btn-help.hover {
  border-color: #efefef;
}
.e .btn.btn-help i,
.e .btn-e.btn-help i {
  font-size: 1.4em;
  vertical-align: middle;
}
.e .btn.btn-no-padding,
.e .btn-e.btn-no-padding {
  padding: 0;
}
.e .btn-group .btn {
  border-radius: 4px;
  -khtml-border-radius: 4px;
}
.e .btn-group .btn:first-child {
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
}
.e .btn-group .btn:last-child {
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
}
.e .btn-group > .btn-group:last-child .btn:first-child {
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
}
.e .btn-group.btn-group-justified .btn:not(:last-of-type) {
  border-right: 0 none;
}
.e .btn-group.special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.e .btn-group.special .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.e .btn-group-title {
  color: #888;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  padding: 0 0.5em 0 0;
}
.e .btn-group-title:not(:first-child) {
  margin-left: 1em;
}
.e .btn-group-lg .btn {
  padding: 10px 16px;
  font-size: 18px;
}
.e .btn-group-sm .btn {
  padding: 5px 10px;
  font-size: 12px;
}
.e .btn-group-xs .btn {
  padding: 1px 5px;
  font-size: 12px;
}
.e .wizard-steps-e .step {
  display: none;
}
.e .wizard-buttons-e {
  display: inline-block;
  margin-left: 5px;
}
.e .wizard-buttons-e button {
  display: none;
}
.e .wizard-previous-e {
  display: inline-block;
}
.e .wizard-previous-e button {
  display: none;
}
.e .modal-wizard button[data-btn-type='close'] {
  float: left;
}
.e form {
  clear: both;
}
.e fieldset {
  clear: both;
  border-top: 0px solid #eee;
  border-bottom: 1em solid #fff;
  position: relative;
  background-color: #fff;
}
.e legend {
  border-bottom: 1px solid #dadada;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0.3em 0 0.4em;
  padding: 0 0 0.3em;
}
.e label {
  font-weight: bold;
  margin-bottom: 0.2em;
  text-align: right;
}
.e input:disabled {
  background-color: rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3);
  color: #545454, #aaaaaa;
  border-color: rgba(118, 118, 118, 0.3);
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.e .field-e,
.e .edit-table-e tr td {
  border-bottom: 1px solid #eee;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 5px 0.5%;
}
.e .field-e:last-child:not(td),
.e .edit-table-e tr td:last-child:not(td) {
  border-bottom: 0px solid ;
}
.e .field-e legend em,
.e .edit-table-e tr td legend em {
  color: #ef2810;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-right: 2px;
  vertical-align: baseline;
}
.e .field-e label,
.e .edit-table-e tr td label,
.e .field-e .field-label-e,
.e .edit-table-e tr td .field-label-e {
  display: inline-block;
  width: 100%;
  min-width: 10em;
  max-width: 100%;
  text-align: left;
}
.e .field-e label:empty,
.e .edit-table-e tr td label:empty,
.e .field-e .field-label-e:empty,
.e .edit-table-e tr td .field-label-e:empty {
  display: none;
}
.e .field-e label em,
.e .edit-table-e tr td label em,
.e .field-e .field-label-e em,
.e .edit-table-e tr td .field-label-e em {
  color: #ef2810;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-right: 2px;
  vertical-align: baseline;
}
.e .field-e input,
.e .edit-table-e tr td input,
.e .field-e textarea,
.e .edit-table-e tr td textarea,
.e .field-e select,
.e .edit-table-e tr td select {
  border-radius: 3px;
  -khtml-border-radius: 3px;
  padding: 3px 5px;
  border: 1px solid #aaa;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.e .field-e input:focus,
.e .edit-table-e tr td input:focus,
.e .field-e textarea:focus,
.e .edit-table-e tr td textarea:focus,
.e .field-e select:focus,
.e .edit-table-e tr td select:focus,
.e .field-e input.focus,
.e .edit-table-e tr td input.focus,
.e .field-e textarea.focus,
.e .edit-table-e tr td textarea.focus,
.e .field-e select.focus,
.e .edit-table-e tr td select.focus {
  background: #fff;
  border: 1px solid rgba(88, 151, 251, 0.8);
  outline-width: 2px;
  outline-style: solid;
  outline-color: #5897fb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(88, 151, 251, 0.5);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(88, 151, 251, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(88, 151, 251, 0.5);
}
.e .field-e input[type="checkbox"],
.e .edit-table-e tr td input[type="checkbox"],
.e .field-e input[type="radio"],
.e .edit-table-e tr td input[type="radio"] {
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  line-height: normal;
  margin: 0;
}
.e .field-e input[type="text"],
.e .edit-table-e tr td input[type="text"],
.e .field-e input[type="email"],
.e .edit-table-e tr td input[type="email"],
.e .field-e input[type="password"],
.e .edit-table-e tr td input[type="password"] {
  width: 15em;
  max-width: 98%;
}
.e .field-e input[type="text"].text-e,
.e .edit-table-e tr td input[type="text"].text-e,
.e .field-e input[type="email"].text-e,
.e .edit-table-e tr td input[type="email"].text-e,
.e .field-e input[type="password"].text-e,
.e .edit-table-e tr td input[type="password"].text-e {
  width: 15em;
}
.e .field-e input[type="text"].long-e,
.e .edit-table-e tr td input[type="text"].long-e,
.e .field-e input[type="email"].long-e,
.e .edit-table-e tr td input[type="email"].long-e,
.e .field-e input[type="password"].long-e,
.e .edit-table-e tr td input[type="password"].long-e {
  max-width: 40em;
  min-width: 14em;
  width: 98%;
}
.e .field-e input[type="text"].short-e,
.e .edit-table-e tr td input[type="text"].short-e,
.e .field-e input[type="email"].short-e,
.e .edit-table-e tr td input[type="email"].short-e,
.e .field-e input[type="password"].short-e,
.e .edit-table-e tr td input[type="password"].short-e {
  min-width: 5.5em;
  width: 5.5em;
}
.e .field-e input[type="text"].datepicker-e,
.e .edit-table-e tr td input[type="text"].datepicker-e,
.e .field-e input[type="email"].datepicker-e,
.e .edit-table-e tr td input[type="email"].datepicker-e,
.e .field-e input[type="password"].datepicker-e,
.e .edit-table-e tr td input[type="password"].datepicker-e {
  min-width: 6em;
}
.e .field-e textarea,
.e .edit-table-e tr td textarea {
  width: 100%;
}
.e .field-e .value-e,
.e .edit-table-e tr td .value-e {
  display: inline-block;
  width: 98%;
  max-width: 40em;
}
.e .field-e .value-e.empty-e,
.e .edit-table-e tr td .value-e.empty-e {
  color: #bbb8b8;
  font-style: italic;
  /*&:before {
            content: "<";
         }
         &:after {
            content: ">";
         }*/
}
.e .field-e .choice-group-e,
.e .edit-table-e tr td .choice-group-e {
  border: 1px solid #ccc;
  width: 16em;
  background: transparent;
  border-color: #eee;
  background: #fff;
  padding-top: 0;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}
.e .field-e .choice-group-e > input,
.e .edit-table-e tr td .choice-group-e > input {
  padding: 0.6em 0 0 0.7em;
  margin: 6px 0 0 10px;
  position: absolute;
  z-index: 1;
}
.e .field-e .choice-group-e > label,
.e .edit-table-e tr td .choice-group-e > label {
  padding: 0.5em 0.5em 0.5em 2.5em;
  vertical-align: middle;
  display: block;
  position: relative;
  text-align: left;
  width: auto;
  z-index: 0;
  font-weight: normal;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #eee;
  padding: 0.4em;
  margin-bottom: 0 !important;
  max-width: 100%;
}
.e .field-e .choice-group-e > label:last-child,
.e .edit-table-e tr td .choice-group-e > label:last-child {
  border: 0 none;
}
.e .field-e .choice-group-e > label:hover,
.e .edit-table-e tr td .choice-group-e > label:hover {
  background: #eee;
}
.e .field-e .choice-group-e > label > input,
.e .edit-table-e tr td .choice-group-e > label > input {
  margin: 2px 0.3em 4px 4px;
  position: static;
}
.e .field-e .choice-group-e.field-input-e > label,
.e .edit-table-e tr td .choice-group-e.field-input-e > label {
  padding: 0.5em 0em 0.5em 2.5em;
}
.e .field-e .choice-group-e.horizontal,
.e .edit-table-e tr td .choice-group-e.horizontal {
  width: auto !important;
  max-width: 70% !important;
}
.e .field-e .choice-group-e.horizontal input,
.e .edit-table-e tr td .choice-group-e.horizontal input {
  background-color: rgba(255, 255, 255, 0);
  z-index: 1;
}
.e .field-e .choice-group-e.horizontal label,
.e .edit-table-e tr td .choice-group-e.horizontal label {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  padding-left: 0.5em;
  width: auto;
  min-width: auto;
}
.e .field-e .choice-group-e.horizontal input,
.e .edit-table-e tr td .choice-group-e.horizontal input,
.e .field-e .choice-group-e.horizontal label,
.e .edit-table-e tr td .choice-group-e.horizontal label {
  display: inline-block;
  position: static;
  text-align: left;
  vertical-align: middle;
}
.e .field-e .inputs-e > label,
.e .edit-table-e tr td .inputs-e > label {
  font-weight: normal;
  display: inline-block;
  width: auto;
  min-width: 3em;
  margin-right: 1em;
}
.e .field-e .inputs-e.block-e > label,
.e .edit-table-e tr td .inputs-e.block-e > label {
  display: block;
  max-width: 100% !important;
}
.e .edit-table-e tr td {
  overflow: visible;
}
.e .edit-table-e tr td:last-child {
  border-bottom: 1px solid #eee;
}
.e .edit-table-e tr:last-child td {
  border-bottom: 0px solid ;
}
.e .select-values-e {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.e .select-values-e li {
  list-style: none;
  margin: 0;
}
.e .select-values-e.tags-e li {
  border-radius: 0.25em;
  -khtml-border-radius: 0.25em;
  list-style: none;
  margin: 0.1em;
  font-weight: bold;
  font-size: 95%;
  border: 1px solid #d5d5d5;
  background: #ffffff;
  color: #666;
  display: inline-block;
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  min-height: 20px;
}
.e .select-values-e.tags-e li a {
  color: #666;
}
.e .select-values-e.tags-e li a:hover {
  color: black;
}
.e .label-left-e > label,
.e .label-left-e .field-label-e {
  display: inline-block;
  width: 27%;
  min-width: 10em;
  vertical-align: top;
  margin-right: 1%;
  position: relative;
}
.e .label-left-e > label:empty,
.e .label-left-e .field-label-e:empty {
  display: inline-block;
}
.e .label-left-e > li label,
.e .label-left-e > li .field-label-e {
  display: inline-block;
  width: 27%;
  min-width: 10em;
  vertical-align: top;
  margin-right: 1%;
  position: relative;
}
.e .label-left-e > li label:empty,
.e .label-left-e > li .field-label-e:empty {
  display: inline-block;
}
.e .label-left-e .field-e input.long-e {
  width: 65%;
  max-width: 20em;
}
.e .label-left-e .field-e > .input-e,
.e .label-left-e .field-e > .value-e {
  width: 63%;
  max-width: 20em;
}
.e .label-left-e .field-e > .input-e input.long-e,
.e .label-left-e .field-e > .value-e input.long-e {
  max-width: 100%;
  width: 100%;
}
.e .label-left-e .field-e > input[type="text"],
.e .label-left-e .field-e > input[type="email"],
.e .label-left-e .field-e > input[type="password"],
.e .label-left-e .field-e > .input-e {
  max-width: 71%;
}
.e .label-left-e .range-e {
  display: inline-block;
  vertical-align: bottom;
}
.e .label-left-e .choice-group-e,
.e .label-left-e .inputs-e,
.e .label-left-e .input-e {
  display: inline-block;
}
.e .label-left-e .choice-group-e .label,
.e .label-left-e .inputs-e .label,
.e .label-left-e .input-e .label {
  display: inline-block;
  font-size: 95%;
  margin: 0.1em;
}
.e .form-inline-e .field-e {
  display: inline-block;
  border-bottom: 0 none;
}
.e .form-inline-e .field-e label {
  display: inline-block;
  width: 27%;
  min-width: 10em;
  max-width: 18em;
}
.e .loose-e .field-e {
  padding: 0.9em 0.5%;
}
.e .loose-e legend {
  padding: 0.7em 1% 0.3em;
}
.e .no-field-border-e .field-e {
  border-bottom: 0;
}
.e .label-align-right-e .field-e > label {
  text-align: right;
  margin-right: 0.4em;
}
.e .range-e {
  max-width: 71%;
}
.e .range-e > * {
  float: left;
}
.e .range-e input[type="text"],
.e .range-e span {
  width: 45%;
  max-width: 45%;
}
.e .range-e span:nth-child(2),
.e .range-e span.line {
  text-align: center;
  width: 10%;
  max-width: 2em;
}
.e .radio-inline,
.e .checkbox-inline {
  padding-left: 0;
  margin-left: 0;
  margin-right: 10px;
}
.e .radio-inline input,
.e .checkbox-inline input {
  position: static;
  margin: 0;
}
.e .form-buttons-e {
  border-top: 1px solid #efefef;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.e .form-buttons-e.label-pad-e {
  padding-left: 27%;
}
.e .form-buttons-e .btn-primary {
  float: left;
}
.e .form-buttons-e .secondary-buttons {
  display: inline-block;
  float: left;
  margin-left: 0.4em;
}
.e .item-e .field-group-e,
.e .item-e.field-group-e,
.e .field-group-e {
  border-bottom: 1px solid #eee;
}
.e .item-e .field-group-e .field-title-e,
.e .item-e.field-group-e .field-title-e,
.e .field-group-e .field-title-e {
  font-size: 1.1em;
  font-weight: normal;
  padding: 9px 0.5%;
  color: #5e5e5e;
}
.e .item-e .field-group-e .field-e,
.e .item-e.field-group-e .field-e,
.e .field-group-e .field-e {
  border-bottom: 0 none;
}
.e .item-e .field-group-e .field-e label,
.e .item-e.field-group-e .field-e label,
.e .field-group-e .field-e label {
  font-size: 0.95em;
}
.e .item-e .field-group-e,
.e .item-e.field-group-e {
  border-bottom: 0px solid transparent;
}
.e .input-group-addon {
  font-size: inherit;
  padding: 5px 13px;
}
.e .form-control {
  font-size: inherit;
  height: auto;
}
.e #feedback,
.e .feedback-e {
  position: fixed;
  top: 2em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 30em;
  max-width: 80%;
  font-size: 1.1em;
  z-index: 99999;
  line-height: 1.5;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.e #feedback a,
.e .feedback-e a {
  font-weight: bold;
}
.e #feedback strong,
.e .feedback-e strong {
  display: block;
}
.e #feedback #feedback-close,
.e .feedback-e #feedback-close,
.e #feedback .feedback-close-e,
.e .feedback-e .feedback-close-e {
  cursor: pointer;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  background-color: transparent;
  border: 0;
  font-size: 16px;
}
.e .edit-table-e tr td input[type="text"],
.e .edit-table-e tr td input[type="email"],
.e .edit-table-e tr td input[type="password"] {
  width: 98%;
  max-width: 98%;
}
.e .edit-table-e tr td input[type="text"].text-e,
.e .edit-table-e tr td input[type="email"].text-e,
.e .edit-table-e tr td input[type="password"].text-e {
  width: 15em;
}
.e .edit-table-e tr td input[type="text"].long-e,
.e .edit-table-e tr td input[type="email"].long-e,
.e .edit-table-e tr td input[type="password"].long-e {
  max-width: 40em;
  min-width: 15em;
  width: 98%;
}
.e .edit-table-e tr td input[type="text"].short-e,
.e .edit-table-e tr td input[type="email"].short-e,
.e .edit-table-e tr td input[type="password"].short-e {
  min-width: 5.5em;
  width: 3em;
}
.e .edit-table-e tr td input[type="text"].datepicker-e,
.e .edit-table-e tr td input[type="email"].datepicker-e,
.e .edit-table-e tr td input[type="password"].datepicker-e {
  min-width: 6em;
  width: 6em;
}
.e .col-sm-3 .field-e input[type="text"],
.e .col-sm-4 .field-e input[type="text"],
.e .col-sm-6 .field-e input[type="text"],
.e .col-sm-7 .field-e input[type="text"],
.e .col-sm-8 .field-e input[type="text"],
.e .col-sm-3 .field-e input[type="email"],
.e .col-sm-4 .field-e input[type="email"],
.e .col-sm-6 .field-e input[type="email"],
.e .col-sm-7 .field-e input[type="email"],
.e .col-sm-8 .field-e input[type="email"],
.e .col-sm-3 .field-e input[type="password"],
.e .col-sm-4 .field-e input[type="password"],
.e .col-sm-6 .field-e input[type="password"],
.e .col-sm-7 .field-e input[type="password"],
.e .col-sm-8 .field-e input[type="password"] {
  width: 100%;
}
.e .wysiwyg ul,
.e ul .wysiwyg ul,
.e .lang-value ul,
.e ul .lang-value ul,
.e .wysiwyg.input-e ul,
.e ul .wysiwyg.input-e ul,
.e .lang-value.input-e ul,
.e ul .lang-value.input-e ul,
.e .wysiwyg ul + ul,
.e ul .wysiwyg ul + ul,
.e .lang-value ul + ul,
.e ul .lang-value ul + ul,
.e .wysiwyg.input-e ul + ul,
.e ul .wysiwyg.input-e ul + ul,
.e .lang-value.input-e ul + ul,
.e ul .lang-value.input-e ul + ul {
  list-style: inside none disc;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
}
.e .wysiwyg ul li,
.e ul .wysiwyg ul li,
.e .lang-value ul li,
.e ul .lang-value ul li,
.e .wysiwyg.input-e ul li,
.e ul .wysiwyg.input-e ul li,
.e .lang-value.input-e ul li,
.e ul .lang-value.input-e ul li,
.e .wysiwyg ul + ul li,
.e ul .wysiwyg ul + ul li,
.e .lang-value ul + ul li,
.e ul .lang-value ul + ul li,
.e .wysiwyg.input-e ul + ul li,
.e ul .wysiwyg.input-e ul + ul li,
.e .lang-value.input-e ul + ul li,
.e ul .lang-value.input-e ul + ul li {
  list-style: inside none disc;
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.3em;
}
.e .error-description {
  display: none;
}
.e .field-e.has-error input,
.e .field-e.has-error .select2-choice,
.e .field-e.has-error .cke,
.e .field-e.has-error textarea {
  border-color: #c0312e;
  color: #d4504d;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  /*.select2-arrow {
            border-color: lighten(@form-error-col,5%);
            background: lighten(@form-error-col,35%);
         }*/
}
.e .field-e.has-error input:focus,
.e .field-e.has-error .select2-choice:focus,
.e .field-e.has-error .cke:focus,
.e .field-e.has-error textarea:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}
.e .field-e.has-error > label,
.e .field-e.has-error legend {
  color: #cf3b38;
}
.e .field-e.has-error .error-description {
  display: block;
  color: #d4504d;
  font-weight: bold;
  font-size: 0.9em;
}
.e .field-e input.validate-error,
.e .field-e select.validate-error,
.e .field-e .select2-choice.validate-error,
.e .field-e textarea.validate-error,
.e .field-e ul.select2-choices.validate-error {
  border-color: #c0312e !important;
  color: #d4504d;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.e .field-e label.validate-error {
  color: #d4504d;
  font-weight: bold;
  margin-left: 5px;
}
.e .field-e.has-error .select2-container:not(.select2-dropdown-open) .select2-arrow {
  border-color: #cf3b38;
  background: #edb5b4;
}
.e .alert-error-list {
  padding-left: 0.4rem;
}
.e .error-list-item {
  font-weight: bold;
}
.e .label {
  font-size: 80%;
  border: 1px solid transparent;
  display: inline-block;
}
.e .label.label-plain {
  border: 1px solid #D5D5D5;
  background: #fff;
  color: #444;
  color: #666;
}
.e .toggle-labels-e .label {
  cursor: pointer;
}
.e .page-image {
  max-height: 20em;
  overflow: hidden;
  margin-bottom: 1em;
}
.e .page-image img {
  width: 100%;
}
.e .para {
  text-align: justify;
}
.e .para img {
  max-width: 30%;
  margin: 1em 1em 1em 0;
}
.e .para img.pull-right {
  margin: 1em 0 1em 1em;
}
.e .toolbar {
  margin: 0 0 1em;
}
.e .toolbar > .btn-group:not(:last-child) {
  margin-right: 0.5em;
}
.e .sub-col-e > h3 {
  font-size: 18px;
  line-height: 1.5em;
  padding: 5px 0;
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #efefef;
  color: #444;
  padding: 0.3em 10px;
  border-radius: 1px;
  -khtml-border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0.6em;
}
.e .sub-col-e .input-group {
  margin-bottom: 1px;
}
.e .sub-col-e .input-group > .input-group-addon {
  max-width: 37px;
}
.e .sub-link-e {
  color: #444;
  border: 1px solid transparent;
  border-bottom: 1px solid #ddd;
  min-height: 8em;
  padding: 20px 10px;
  text-align: center;
  display: block;
}
.e .sub-link-e a,
.e .sub-link-e i {
  color: #444;
}
.e .sub-link-e:hover {
  text-decoration: none;
  border-color: #ccc;
  background: #f5f5f5;
}
.e .sub-link-e:hover .help-e {
  display: block;
}
.e .sub-link-e.no-hover-e:hover {
  border: 1px solid transparent;
  background: transparent;
}
.e .sub-link-e > i {
  font-size: 4.5em;
  display: block;
  padding-left: 5px;
}
.e .sub-link-e h3 {
  text-align: left;
}
.e .sub-link-e .title-e {
  font-size: 1.3em;
  padding-top: 0.5em;
  display: block;
  width: auto;
  border-bottom: 0;
  color: #444;
}
.e .sub-link-e .help-e {
  color: #888;
  font-size: 1em;
  padding: 0.5em 1em 0.5em 5px;
  display: none;
  text-align: left;
}
.e .sub-link-e .input-group {
  margin-bottom: 1px;
}
.e .sub-link-e .input-group > .input-group-addon {
  max-width: 37px;
}
.e .icon-left-e .sub-link-e,
.e .icons-left-e .sub-link-e {
  min-height: 7em;
  text-align: left;
}
.e .icon-left-e .sub-link-e > i,
.e .icons-left-e .sub-link-e > i {
  display: table-cell;
  font-size: 3em;
  min-width: 1.2em;
  vertical-align: middle;
}
.e .icon-left-e .sub-link-e > h3,
.e .icons-left-e .sub-link-e > h3 {
  color: #444;
  padding: 0;
  text-align: left;
}
.e .icon-left-e .sub-link-e .title-e,
.e .icons-left-e .sub-link-e .title-e {
  font-size: 1.2em;
  display: table-cell;
  padding-top: 0;
  margin-left: 0.5em;
  text-align: left;
  vertical-align: middle;
  width: auto;
  border-bottom: 0;
}
.e .icon-left-e .sub-link-e .help-e,
.e .icons-left-e .sub-link-e .help-e {
  padding-top: 0.5em;
  text-align: left;
}
.e .help-texts-e .sub-link-e {
  min-height: 10em;
}
.e .help-texts-e .sub-link-e .help-e {
  display: block;
  visibility: hidden;
}
.e .help-texts-e .sub-link-e:hover .help-e {
  visibility: visible;
}
.e .help-texts-visible-e .help-e {
  visibility: visible;
  display: block;
}
.e .popover-title {
  font-size: 14px;
  font-weight: normal;
  padding: 4px 14px;
}
.e .sidebar-layout-e .btn-open,
.e .sidebar-layout-e .btn-open-mobile,
.e .sidebar-layout-e .btn-close-mobile {
  display: none;
}
.e .sidebar-layout-e .sidebar-btn a {
  text-decoration: none;
  color: #666;
  font-size: 20px;
  padding: 0px 5px 0px 4px;
  border: 1px solid transparent;
  display: inline-block;
  height: 26px;
  line-height: 24px;
}
.e .sidebar-layout-e .sidebar-btn a:hover {
  background: #efefef;
  border: 1px solid #e6e6e6;
}
.e .sidebar-layout-e .sidebar-content {
  clear: both;
}
@media (min-width: 768px) {
  .e .sidebar-layout-e .sidebar-btn {
    text-align: right;
    margin-bottom: 4px;
  }
  .e .sidebar-layout-e.closed .sidebar-btn {
    text-align: center;
  }
  .e .sidebar-layout-e.closed .sidebar-btn a {
    padding: 0 4px 0 5px;
  }
  .e .sidebar-layout-e.closed .btn-close {
    display: none;
  }
  .e .sidebar-layout-e.closed .btn-open {
    display: block;
    line-height: 26px;
  }
  .e .sidebar-layout-e.closed .sidebar {
    width: 30px;
  }
  .e .sidebar-layout-e.closed .sidebar-content .hidable {
    display: none;
  }
}
@media (max-width: 767px) {
  .e .sidebar-layout-e .sidebar-btn {
    border: 1px solid #B7B7B7;
    padding: 5px;
    border-radius: 4px;
    background: #FBFBFB;
    margin-bottom: 10px;
  }
  .e .sidebar-layout-e .btn-open,
  .e .sidebar-layout-e .btn-close {
    display: none;
  }
  .e .sidebar-layout-e .btn-open-mobile {
    display: block;
  }
  .e .sidebar-layout-e .sidebar-layout-col-e {
    clear: both;
  }
  .e .sidebar-layout-e.closed .btn-close-mobile {
    display: block;
  }
  .e .sidebar-layout-e.closed .sidebar-content,
  .e .sidebar-layout-e.closed .btn-open-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .e .sidebar-layout-e {
    display: table;
    width: 100%;
    padding: 0 0.8em;
    padding-bottom: 10px;
  }
  .e .sidebar-layout-e .sidebar-layout-col-e {
    display: table-cell;
    vertical-align: top;
  }
  .e .sidebar-layout-e .sidebar.bordered {
    border-right: 1px solid #dadada;
  }
  .e .sidebar-layout-e .sidebar {
    width: 200px;
    padding-right: 10px;
  }
  .e .sidebar-layout-e .content {
    padding-left: 10px;
    padding-top: 4px;
  }
}
@media (max-width: 767px) {
  .e .sidebar-layout-e .sidebar {
    width: 100%;
    padding: 10px 10px 0 10px;
    background: #F5F5F5;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
  }
  .e .sidebar-layout-e .sidebar .sidebar-content .left-navi li.disabled {
    background-color: transparent;
  }
  .e .sidebar-layout-e .sidebar .sidebar-btn {
    display: block;
    -webkit-box-shadow: 0 -4px 7px -4px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 -4px 7px -4px rgba(0, 0, 0, 0.2) inset;
    width: 100%;
  }
  .e .sidebar-layout-e .sidebar .sidebar-btn > * {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.e .modal-body .sidebar-layout-e {
  padding: 0;
}
.e .togglable-area-trigger-e {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5em;
  padding: 0.25em 0.5em;
}
.e .togglable-area-trigger-e .indicator-closed {
  display: none;
}
.e .togglable-area-trigger-e .indicator-open {
  display: inline-block;
  width: 15px;
}
.e .togglable-area-trigger-e.closed .indicator-closed {
  display: inline-block;
  width: 15px;
}
.e .togglable-area-trigger-e.closed .indicator-open {
  display: none;
}
.e .togglable-area-trigger-e:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.e .togglable-area-e {
  margin-bottom: 2em;
}
.e .togglable-area-e.no-margin {
  margin-bottom: 0;
}
.e .status {
  display: inline-block;
  min-width: 1.5em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 2px;
}
.e .status i {
  vertical-align: middle;
}
.e .status-ok {
  background: #42A741;
  color: #fff;
}
.e .status-ok.icon-status {
  background: transparent;
  color: #399138;
}
.e .status-pending {
  background: #F9BE00;
  color: #fff;
}
.e .status-pending.icon-status {
  background: transparent;
  color: #daa700;
}
.e .status-draft {
  background: #9D9D9D;
  color: #fff;
}
.e .status-draft.icon-status {
  background: transparent;
  color: #8e8e8e;
}
.e .status-error {
  background: #E41818;
  color: #fff;
}
.e .status-error.icon-status {
  background: transparent;
  color: #c81515;
}
.e .status-filter-active-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: normal;
  gap: 0.5em;
  white-space: nowrap;
}
.e .label.label-block {
  display: block;
}
.e .ckeditor-content ol,
.e .ckeditor-content ul,
.e .ckeditor-content dl {
  padding: 0 40px;
  margin: 1em 0;
}
.e .ckeditor-content ol {
  padding: 0 26px;
}
.e .ckeditor-content ul {
  list-style-type: disc;
}
.e .fc-view-resourceDay .fc-state-highlight {
  background: none repeat scroll 0 0;
}
.e .e .state-DRAFT {
  background-color: #559;
}
.e .e .state-PENDING {
  background-color: #aa5;
}
.e .e .state-APPROVED {
  background-color: #5a5;
}
.e .e .not-allowed .fc-event-bg {
  opacity: 0;
}
.e .e .not-allowed .fc-event-skin,
.e .e .not-allowed.fc-event-skin {
  cursor: not-allowed;
  background-color: #969696;
  border: 1px solid #969696;
  opacity: 0.7;
}
.e .e .not-allowed .fc-event-head {
  display: none;
}
.e .e .color-0 .fc-event-skin {
  background: #666666;
}
.e .e .color-1 .fc-event-skin {
  background: #886666;
}
.e .e .color-2 .fc-event-skin {
  background: #668866;
}
.e .e .color-3 .fc-event-skin {
  background: #666688;
}
.e .e .color-4 .fc-event-skin {
  background: #336666;
}
.e .e .color-5 .fc-event-skin {
  background: #663366;
}
.e .e .color-6 .fc-event-skin {
  background: #666633;
}
.e .e .color-7 .fc-event-skin {
  background: #aa6666;
}
.e .e .color-8 .fc-event-skin {
  background: #66aa66;
}
.e .e .color-9 .fc-event-skin {
  background: #6666aa;
}
.e .e .color-10 .fc-event-skin {
  background: #ff66ff;
}
.e .e .color-x,
.e .e .color-x .fc-event-skin {
  background-color: rgba(0, 0, 0, 0.1) !important;
  opacity: 0.7 !important;
}
.e .e .color-x .fc-event-skin .fc-event-bg {
  background: transparent !important;
}
.e .e .holiday,
.e .e .holiday .fc-event-skin {
  background-color: rgba(0, 0, 0, 0.1) !important;
  opacity: 0.7 !important;
}
.e .e .holiday .fc-event-skin {
  background: red !important;
}
.e .e .fc td,
.e .e .fc th {
  padding: 0;
}
.e .e .fc .fc-agenda-slots td div {
  height: 10px;
}
.e .qq-uploader {
  overflow: hidden;
  min-height: auto;
  padding: 10px;
}
.e .qq-uploader::before {
  top: 15%;
  left: auto;
}
.e .qq-upload-button {
  float: none;
  width: auto;
}
.e .qq-upload-delete {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.55);
}
.e .qq-upload-list-selector.qq-upload-list li {
  position: relative;
  background-color: #F6F6F6;
}
.e .qq-upload-list-selector.qq-upload-list li > * {
  vertical-align: middle;
}
.e .file-buttons {
  display: inline-block;
  padding-top: 5px;
}
.e .qq-total-progress-bar {
  border-radius: 1px;
  height: 25px;
  margin: 1px;
}
.e .qq-total-progress-bar-container {
  /*border: 1px solid #ccc;    */
  margin-bottom: 2px;
  width: 55%;
}
.e .qq-thumbnail-selector {
  max-width: 90px;
  min-width: 90px;
}
.e .qq-upload-file {
  max-width: 300px;
  min-width: 200px;
}
.e .qq-upload-size-selector.qq-upload-size {
  text-align: right;
  width: 60px;
}
.e .qq-edit-filename-icon.qq-editable {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  text-align: right;
  width: 60px;
}
.e INPUT.qq-edit-filename {
  left: 0;
}
.e .qq-progress-bar {
  background: #5cb85c none repeat scroll 0 0;
}
.e .qq-upload-file {
  font-size: 14px;
  line-height: 18px;
}
@media print {
  .e a[href]:after {
    content: " ";
  }
  .e abbr[title]:after {
    content: " ";
  }
}
/**** OPERA ****/
_:-o-prefocus,
body:last-child .e .field-e input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #ccc;
  padding: 0px;
}
/**** CHROME ****/
/*
@media screen and (-webkit-min-device-pixel-ratio:0) { 
 .e .btn + .btn {
    margin-left: 1px;
    margin-right: 1px;
 }
}
*/
.e h1 small,
.e h2 small,
.e h3 small,
.e h4 small,
.e h5 small,
.e h6 small,
.e .h1 small,
.e .h2 small,
.e .h3 small,
.e .h4 small,
.e .h5 small,
.e .h6 small,
.e h1 .small,
.e h2 .small,
.e h3 .small,
.e h4 .small,
.e h5 .small,
.e h6 .small,
.e .h1 .small,
.e .h2 .small,
.e .h3 .small,
.e .h4 .small,
.e .h5 .small,
.e .h6 .small {
  color: #757575 !important;
}
.e .badge {
  background-color: #757575 !important;
}
.e .label-default {
  background-color: #757575 !important;
}
.e .pull-right {
  margin-left: auto;
}
/*# sourceMappingURL=edugui.css.map */