/*!
 *  Font Awesome 4.4.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('../../../Content/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../../../Content/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../../../Content/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../../../Content/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../../../Content/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../../../Content/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: white;
}
/* 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: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-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-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";
}
.cg-notify-message {
  position: fixed;
  top: 0px;
  z-index: 9999;
  max-width: 400px;
  text-align: center;
  background-color: #d9edf7;
  color: #31708f;
  padding: 15px;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  -webkit-transition: top 0.5s ease-out, opacity 0.2s ease-out;
  -moz-transition: top 0.5s ease-out, opacity 0.2s ease-out;
  -o-transition: top 0.5s ease-out, opacity 0.2s ease-out;
  transition: top 0.5s ease-out, opacity 0.2s ease-out;
  visibility: hidden;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.cg-notify-message-center {
  left: 50%;
}
.cg-notify-message-left {
  left: 15px;
}
.cg-notify-message-right {
  right: 15px;
}
.cg-notify-message a {
  font-weight: bold;
  color: inherit;
}
.cg-notify-message a:hover {
  color: inherit;
}
.cg-notify-close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=20);
  opacity: .2;
  position: absolute;
  top: 0px;
  right: 3px;
  line-height: 15px;
}
.cg-notify-close:hover,
.cg-notify-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.cg-notify-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: yellow;
  color: black;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: white !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: black !important;
  }
  .label {
    border: 1px solid black;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: white !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../../Content/fonts/glyphicons-halflings-regular.eot');
  src: url('../../../Content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../Content/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../Content/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: white;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: black;
  text-decoration: none;
}
a:hover,
a:focus {
  color: black;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ffdd00;
}
a.text-primary:hover {
  color: #ccb100;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: white;
  background-color: #ffdd00;
}
a.bg-primary:hover {
  background-color: #ccb100;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.666666667%;
}
.col-xs-10 {
  width: 83.333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666667%;
}
.col-xs-7 {
  width: 58.333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666667%;
}
.col-xs-4 {
  width: 33.333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666667%;
}
.col-xs-1 {
  width: 8.333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.666666667%;
}
.col-xs-pull-10 {
  right: 83.333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.666666667%;
}
.col-xs-pull-7 {
  right: 58.333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.666666667%;
}
.col-xs-pull-4 {
  right: 33.333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666667%;
}
.col-xs-pull-1 {
  right: 8.333333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.666666667%;
}
.col-xs-push-10 {
  left: 83.333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.666666667%;
}
.col-xs-push-7 {
  left: 58.333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.666666667%;
}
.col-xs-push-4 {
  left: 33.333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666667%;
}
.col-xs-push-1 {
  left: 8.333333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.666666667%;
  }
  .col-sm-10 {
    width: 83.333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666667%;
  }
  .col-sm-7 {
    width: 58.333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666667%;
  }
  .col-sm-4 {
    width: 33.333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666667%;
  }
  .col-sm-1 {
    width: 8.333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.666666667%;
  }
  .col-sm-pull-10 {
    right: 83.333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.666666667%;
  }
  .col-sm-pull-7 {
    right: 58.333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.666666667%;
  }
  .col-sm-pull-4 {
    right: 33.333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666667%;
  }
  .col-sm-pull-1 {
    right: 8.333333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.666666667%;
  }
  .col-sm-push-10 {
    left: 83.333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.666666667%;
  }
  .col-sm-push-7 {
    left: 58.333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.666666667%;
  }
  .col-sm-push-4 {
    left: 33.333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666667%;
  }
  .col-sm-push-1 {
    left: 8.333333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.666666667%;
  }
  .col-md-10 {
    width: 83.333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666667%;
  }
  .col-md-7 {
    width: 58.333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666667%;
  }
  .col-md-4 {
    width: 33.333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666667%;
  }
  .col-md-1 {
    width: 8.333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.666666667%;
  }
  .col-md-pull-10 {
    right: 83.333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.666666667%;
  }
  .col-md-pull-7 {
    right: 58.333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.666666667%;
  }
  .col-md-pull-4 {
    right: 33.333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666667%;
  }
  .col-md-pull-1 {
    right: 8.333333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.666666667%;
  }
  .col-md-push-10 {
    left: 83.333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.666666667%;
  }
  .col-md-push-7 {
    left: 58.333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.666666667%;
  }
  .col-md-push-4 {
    left: 33.333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666667%;
  }
  .col-md-push-1 {
    left: 8.333333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.666666667%;
  }
  .col-lg-10 {
    width: 83.333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666667%;
  }
  .col-lg-7 {
    width: 58.333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666667%;
  }
  .col-lg-4 {
    width: 33.333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666667%;
  }
  .col-lg-1 {
    width: 8.333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.666666667%;
  }
  .col-lg-pull-10 {
    right: 83.333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.666666667%;
  }
  .col-lg-pull-7 {
    right: 58.333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.666666667%;
  }
  .col-lg-pull-4 {
    right: 33.333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666667%;
  }
  .col-lg-pull-1 {
    right: 8.333333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.666666667%;
  }
  .col-lg-push-10 {
    left: 83.333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.666666667%;
  }
  .col-lg-push-7 {
    left: 58.333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.666666667%;
  }
  .col-lg-push-4 {
    left: 33.333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666667%;
  }
  .col-lg-push-1 {
    left: 8.333333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #e8e8e8;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #e8e8e8;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #dbdbdb;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  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;
  -o-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;
}
.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);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.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;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.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;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.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;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn,
dx-link.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
dx-link.btn:focus,
.btn:active:focus,
dx-link.btn:active:focus,
.btn.active:focus,
dx-link.btn.active:focus,
.btn.focus,
dx-link.btn.focus,
.btn:active.focus,
dx-link.btn:active.focus,
.btn.active.focus,
dx-link.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
dx-link.btn:hover,
.btn:focus,
dx-link.btn:focus,
.btn.focus,
dx-link.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
dx-link.btn:active,
.btn.active,
dx-link.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);
}
.btn.disabled,
dx-link.btn.disabled,
.btn[disabled],
dx-link.btn[disabled],
fieldset[disabled] .btn,
fieldset[disabled] dx-link.btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}
.btn-primary {
  color: black;
  background-color: #ffdd00;
  border-color: #e6c700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: black;
  background-color: #ccb100;
  border-color: #a89200;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffdd00;
  border-color: #e6c700;
}
.btn-primary .badge {
  color: #ffdd00;
  background-color: black;
}
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}
.btn-link {
  color: black;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: black;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #ffdd00;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: black;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.nav-tabs .bg-danger {
  background-color: #f2dede !important;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: white;
  background-color: #ffdd00;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.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) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: white;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #bfbfbf;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: white;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #bfbfbf;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #bfbfbf;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}
.navbar-inverse .btn-link {
  color: #bfbfbf;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: white;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: black;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: black;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #ffdd00;
  border-color: #ffdd00;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: white;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: gray;
}
.label-primary {
  background-color: #ffdd00;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ccb100;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: black;
  background-color: white;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d4d4d4;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: black;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  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);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #ffdd00;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: whitesmoke;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #ffdd00;
  border-color: #ffdd00;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fff8cc;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: white;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: white;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: white;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: white;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: white;
  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);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #ffdd00;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #ffdd00;
  border-color: #ffdd00;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffdd00;
}
.panel-primary > .panel-heading .badge {
  color: #ffdd00;
  background-color: white;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffdd00;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  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);
}
.well blockquote {
  border-color: #dddddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  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;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.pac-colors .popover .popover-title {
  padding: 4px 7px;
  height: 24px;
}
.pac-colors .popover .popover-content {
  padding: 4px 7px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover {
  color: black;
}
.popover-title .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover-title .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: black \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Datetimepicker for Bootstrap v3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999;
  border-radius: 4px;
  /*.dow {
  border-top: 1px solid #ddd !important;
  }*/

}
.bootstrap-datetimepicker-widget .btn {
  padding: 6px;
}
.bootstrap-datetimepicker-widget:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #ffdd00;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #ffdd00;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #999999;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li.in div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('../../../Content/fonts/glyphicons-regular.eot');
  src: url('../../../Content/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('../../../Content/fonts/glyphicons-regular.woff2') format('woff2'), url('../../../Content/fonts/glyphicons-regular.woff') format('woff'), url('../../../Content/fonts/glyphicons-regular.ttf') format('truetype'), url('../../../Content/fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');
}
.glyphicons {
  /* added */
  position: relative;
  top: 1px;
  /* end added*/
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Disable this class */

/*.glyphicons:before {
    display: inline-block;
    padding: 6px 8px
}*/

.glyphicons.x05 {
  font-size: 12px;
}
.glyphicons.x2 {
  font-size: 48px;
}
.glyphicons.x2:before {
  padding: 8px 12px;
}
.glyphicons.x3 {
  font-size: 72px;
}
.glyphicons.x3:before {
  padding: 16px 20px;
}
.glyphicons.x4 {
  font-size: 96px;
}
.glyphicons.x4:before {
  padding: 20px 28px;
}
.glyphicons.x5 {
  font-size: 120px;
}
.glyphicons.x5:before {
  padding: 28px 36px;
}
.glyphicons.light:before {
  color: #f2f2f2;
}
.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.glyphicons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.glyphicons.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.glyphicons.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.glyphicons.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.glyphicons.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.glyphicons-glass:before {
  content: "\E001";
}
.glyphicons-leaf:before {
  content: "\E002";
}
.glyphicons-dog:before {
  content: "\E003";
}
.glyphicons-user:before {
  content: "\E004";
}
.glyphicons-girl:before {
  content: "\E005";
}
.glyphicons-car:before {
  content: "\E006";
}
.glyphicons-user-add:before {
  content: "\E007";
}
.glyphicons-user-remove:before {
  content: "\E008";
}
.glyphicons-film:before {
  content: "\E009";
}
.glyphicons-magic:before {
  content: "\E010";
}
.glyphicons-envelope:before {
  content: "\E011";
}
.glyphicons-camera:before {
  content: "\E012";
}
.glyphicons-heart:before {
  content: "\E013";
}
.glyphicons-beach-umbrella:before {
  content: "\E014";
}
.glyphicons-train:before {
  content: "\E015";
}
.glyphicons-print:before {
  content: "\E016";
}
.glyphicons-bin:before {
  content: "\E017";
}
.glyphicons-music:before {
  content: "\E018";
}
.glyphicons-music-alt:before {
  content: "\E019";
}
.glyphicons-heart-empty:before {
  content: "\E020";
}
.glyphicons-home:before {
  content: "\E021";
}
.glyphicons-snowflake:before {
  content: "\E022";
}
.glyphicons-fire:before {
  content: "\E023";
}
.glyphicons-magnet:before {
  content: "\E024";
}
.glyphicons-parents:before {
  content: "\E025";
}
.glyphicons-binoculars:before {
  content: "\E026";
}
.glyphicons-road:before {
  content: "\E027";
}
.glyphicons-search:before {
  content: "\E028";
}
.glyphicons-cars:before {
  content: "\E029";
}
.glyphicons-notes-2:before {
  content: "\E030";
}
.glyphicons-pencil:before {
  content: "\E031";
}
.glyphicons-bus:before {
  content: "\E032";
}
.glyphicons-wifi-alt:before {
  content: "\E033";
}
.glyphicons-luggage:before {
  content: "\E034";
}
.glyphicons-old-man:before {
  content: "\E035";
}
.glyphicons-woman:before {
  content: "\E036";
}
.glyphicons-file:before {
  content: "\E037";
}
.glyphicons-coins:before {
  content: "\E038";
}
.glyphicons-plane:before {
  content: "\E039";
}
.glyphicons-notes:before {
  content: "\E040";
}
.glyphicons-stats:before {
  content: "\E041";
}
.glyphicons-charts:before {
  content: "\E042";
}
.glyphicons-pie-chart:before {
  content: "\E043";
}
.glyphicons-group:before {
  content: "\E044";
}
.glyphicons-keys:before {
  content: "\E045";
}
.glyphicons-calendar:before {
  content: "\E046";
}
.glyphicons-router:before {
  content: "\E047";
}
.glyphicons-camera-small:before {
  content: "\E048";
}
.glyphicons-star-empty:before {
  content: "\E049";
}
.glyphicons-star:before {
  content: "\E050";
}
.glyphicons-link:before {
  content: "\E051";
}
.glyphicons-eye-open:before {
  content: "\E052";
}
.glyphicons-eye-close:before {
  content: "\E053";
}
.glyphicons-alarm:before {
  content: "\E054";
}
.glyphicons-clock:before {
  content: "\E055";
}
.glyphicons-stopwatch:before {
  content: "\E056";
}
.glyphicons-projector:before {
  content: "\E057";
}
.glyphicons-history:before {
  content: "\E058";
}
.glyphicons-truck:before {
  content: "\E059";
}
.glyphicons-cargo:before {
  content: "\E060";
}
.glyphicons-compass:before {
  content: "\E061";
}
.glyphicons-keynote:before {
  content: "\E062";
}
.glyphicons-paperclip:before {
  content: "\E063";
}
.glyphicons-power:before {
  content: "\E064";
}
.glyphicons-lightbulb:before {
  content: "\E065";
}
.glyphicons-tag:before {
  content: "\E066";
}
.glyphicons-tags:before {
  content: "\E067";
}
.glyphicons-cleaning:before {
  content: "\E068";
}
.glyphicons-ruler:before {
  content: "\E069";
}
.glyphicons-gift:before {
  content: "\E070";
}
.glyphicons-umbrella:before {
  content: "\E071";
}
.glyphicons-book:before {
  content: "\E072";
}
.glyphicons-bookmark:before {
  content: "\E073";
}
.glyphicons-wifi:before {
  content: "\E074";
}
.glyphicons-cup:before {
  content: "\E075";
}
.glyphicons-stroller:before {
  content: "\E076";
}
.glyphicons-headphones:before {
  content: "\E077";
}
.glyphicons-headset:before {
  content: "\E078";
}
.glyphicons-warning-sign:before {
  content: "\E079";
}
.glyphicons-signal:before {
  content: "\E080";
}
.glyphicons-retweet:before {
  content: "\E081";
}
.glyphicons-refresh:before {
  content: "\E082";
}
.glyphicons-roundabout:before {
  content: "\E083";
}
.glyphicons-random:before {
  content: "\E084";
}
.glyphicons-heat:before {
  content: "\E085";
}
.glyphicons-repeat:before {
  content: "\E086";
}
.glyphicons-display:before {
  content: "\E087";
}
.glyphicons-log-book:before {
  content: "\E088";
}
.glyphicons-address-book:before {
  content: "\E089";
}
.glyphicons-building:before {
  content: "\E090";
}
.glyphicons-eyedropper:before {
  content: "\E091";
}
.glyphicons-adjust:before {
  content: "\E092";
}
.glyphicons-tint:before {
  content: "\E093";
}
.glyphicons-crop:before {
  content: "\E094";
}
.glyphicons-vector-path-square:before {
  content: "\E095";
}
.glyphicons-vector-path-circle:before {
  content: "\E096";
}
.glyphicons-vector-path-polygon:before {
  content: "\E097";
}
.glyphicons-vector-path-line:before {
  content: "\E098";
}
.glyphicons-vector-path-curve:before {
  content: "\E099";
}
.glyphicons-vector-path-all:before {
  content: "\E100";
}
.glyphicons-font:before {
  content: "\E101";
}
.glyphicons-italic:before {
  content: "\E102";
}
.glyphicons-bold:before {
  content: "\E103";
}
.glyphicons-text-underline:before {
  content: "\E104";
}
.glyphicons-text-strike:before {
  content: "\E105";
}
.glyphicons-text-height:before {
  content: "\E106";
}
.glyphicons-text-width:before {
  content: "\E107";
}
.glyphicons-text-resize:before {
  content: "\E108";
}
.glyphicons-left-indent:before {
  content: "\E109";
}
.glyphicons-right-indent:before {
  content: "\E110";
}
.glyphicons-align-left:before {
  content: "\E111";
}
.glyphicons-align-center:before {
  content: "\E112";
}
.glyphicons-align-right:before {
  content: "\E113";
}
.glyphicons-justify:before {
  content: "\E114";
}
.glyphicons-list:before {
  content: "\E115";
}
.glyphicons-text-smaller:before {
  content: "\E116";
}
.glyphicons-text-bigger:before {
  content: "\E117";
}
.glyphicons-embed:before {
  content: "\E118";
}
.glyphicons-embed-close:before {
  content: "\E119";
}
.glyphicons-table:before {
  content: "\E120";
}
.glyphicons-message-full:before {
  content: "\E121";
}
.glyphicons-message-empty:before {
  content: "\E122";
}
.glyphicons-message-in:before {
  content: "\E123";
}
.glyphicons-message-out:before {
  content: "\E124";
}
.glyphicons-message-plus:before {
  content: "\E125";
}
.glyphicons-message-minus:before {
  content: "\E126";
}
.glyphicons-message-ban:before {
  content: "\E127";
}
.glyphicons-message-flag:before {
  content: "\E128";
}
.glyphicons-message-lock:before {
  content: "\E129";
}
.glyphicons-message-new:before {
  content: "\E130";
}
.glyphicons-inbox:before {
  content: "\E131";
}
.glyphicons-inbox-plus:before {
  content: "\E132";
}
.glyphicons-inbox-minus:before {
  content: "\E133";
}
.glyphicons-inbox-lock:before {
  content: "\E134";
}
.glyphicons-inbox-in:before {
  content: "\E135";
}
.glyphicons-inbox-out:before {
  content: "\E136";
}
.glyphicons-cogwheel:before {
  content: "\E137";
}
.glyphicons-cogwheels:before {
  content: "\E138";
}
.glyphicons-picture:before {
  content: "\E139";
}
.glyphicons-adjust-alt:before {
  content: "\E140";
}
.glyphicons-database-lock:before {
  content: "\E141";
}
.glyphicons-database-plus:before {
  content: "\E142";
}
.glyphicons-database-minus:before {
  content: "\E143";
}
.glyphicons-database-ban:before {
  content: "\E144";
}
.glyphicons-folder-open:before {
  content: "\E145";
}
.glyphicons-folder-plus:before {
  content: "\E146";
}
.glyphicons-folder-minus:before {
  content: "\E147";
}
.glyphicons-folder-lock:before {
  content: "\E148";
}
.glyphicons-folder-flag:before {
  content: "\E149";
}
.glyphicons-folder-new:before {
  content: "\E150";
}
.glyphicons-edit:before {
  content: "\E151";
}
.glyphicons-new-window:before {
  content: "\E152";
}
.glyphicons-check:before {
  content: "\E153";
}
.glyphicons-unchecked:before {
  content: "\E154";
}
.glyphicons-more-windows:before {
  content: "\E155";
}
.glyphicons-show-big-thumbnails:before {
  content: "\E156";
}
.glyphicons-show-thumbnails:before {
  content: "\E157";
}
.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158";
}
.glyphicons-show-lines:before {
  content: "\E159";
}
.glyphicons-playlist:before {
  content: "\E160";
}
.glyphicons-imac:before {
  content: "\E161";
}
.glyphicons-macbook:before {
  content: "\E162";
}
.glyphicons-ipad:before {
  content: "\E163";
}
.glyphicons-iphone:before {
  content: "\E164";
}
.glyphicons-iphone-transfer:before {
  content: "\E165";
}
.glyphicons-iphone-exchange:before {
  content: "\E166";
}
.glyphicons-ipod:before {
  content: "\E167";
}
.glyphicons-ipod-shuffle:before {
  content: "\E168";
}
.glyphicons-ear-plugs:before {
  content: "\E169";
}
.glyphicons-record:before {
  content: "\E170";
}
.glyphicons-step-backward:before {
  content: "\E171";
}
.glyphicons-fast-backward:before {
  content: "\E172";
}
.glyphicons-rewind:before {
  content: "\E173";
}
.glyphicons-play:before {
  content: "\E174";
}
.glyphicons-pause:before {
  content: "\E175";
}
.glyphicons-stop:before {
  content: "\E176";
}
.glyphicons-forward:before {
  content: "\E177";
}
.glyphicons-fast-forward:before {
  content: "\E178";
}
.glyphicons-step-forward:before {
  content: "\E179";
}
.glyphicons-eject:before {
  content: "\E180";
}
.glyphicons-facetime-video:before {
  content: "\E181";
}
.glyphicons-download-alt:before {
  content: "\E182";
}
.glyphicons-mute:before {
  content: "\E183";
}
.glyphicons-volume-down:before {
  content: "\E184";
}
.glyphicons-volume-up:before {
  content: "\E185";
}
.glyphicons-screenshot:before {
  content: "\E186";
}
.glyphicons-move:before {
  content: "\E187";
}
.glyphicons-more:before {
  content: "\E188";
}
.glyphicons-brightness-reduce:before {
  content: "\E189";
}
.glyphicons-brightness-increase:before {
  content: "\E190";
}
.glyphicons-plus-sign:before {
  content: "\E191";
}
.glyphicons-minus-sign:before {
  content: "\E192";
}
.glyphicons-remove-sign:before {
  content: "\E193";
}
.glyphicons-ok-sign:before {
  content: "\E194";
}
.glyphicons-question-sign:before {
  content: "\E195";
}
.glyphicons-info-sign:before {
  content: "\E196";
}
.glyphicons-exclamation-sign:before {
  content: "\E197";
}
.glyphicons-remove-circle:before {
  content: "\E198";
}
.glyphicons-ok-circle:before {
  content: "\E199";
}
.glyphicons-ban-circle:before {
  content: "\E200";
}
.glyphicons-download:before {
  content: "\E201";
}
.glyphicons-upload:before {
  content: "\E202";
}
.glyphicons-shopping-cart:before {
  content: "\E203";
}
.glyphicons-lock:before {
  content: "\E204";
}
.glyphicons-unlock:before {
  content: "\E205";
}
.glyphicons-electricity:before {
  content: "\E206";
}
.glyphicons-ok:before {
  content: "\E207";
}
.glyphicons-remove:before {
  content: "\E208";
}
.glyphicons-cart-in:before {
  content: "\E209";
}
.glyphicons-cart-out:before {
  content: "\E210";
}
.glyphicons-arrow-left:before {
  content: "\E211";
}
.glyphicons-arrow-right:before {
  content: "\E212";
}
.glyphicons-arrow-down:before {
  content: "\E213";
}
.glyphicons-arrow-up:before {
  content: "\E214";
}
.glyphicons-resize-small:before {
  content: "\E215";
}
.glyphicons-resize-full:before {
  content: "\E216";
}
.glyphicons-circle-arrow-left:before {
  content: "\E217";
}
.glyphicons-circle-arrow-right:before {
  content: "\E218";
}
.glyphicons-circle-arrow-top:before {
  content: "\E219";
}
.glyphicons-circle-arrow-down:before {
  content: "\E220";
}
.glyphicons-play-button:before {
  content: "\E221";
}
.glyphicons-unshare:before {
  content: "\E222";
}
.glyphicons-share:before {
  content: "\E223";
}
.glyphicons-chevron-right:before {
  content: "\E224";
}
.glyphicons-chevron-left:before {
  content: "\E225";
}
.glyphicons-bluetooth:before {
  content: "\E226";
}
.glyphicons-euro:before {
  content: "\E227";
}
.glyphicons-usd:before {
  content: "\E228";
}
.glyphicons-gbp:before {
  content: "\E229";
}
.glyphicons-retweet-2:before {
  content: "\E230";
}
.glyphicons-moon:before {
  content: "\E231";
}
.glyphicons-sun:before {
  content: "\E232";
}
.glyphicons-cloud:before {
  content: "\E233";
}
.glyphicons-direction:before {
  content: "\E234";
}
.glyphicons-brush:before {
  content: "\E235";
}
.glyphicons-pen:before {
  content: "\E236";
}
.glyphicons-zoom-in:before {
  content: "\E237";
}
.glyphicons-zoom-out:before {
  content: "\E238";
}
.glyphicons-pin:before {
  content: "\E239";
}
.glyphicons-albums:before {
  content: "\E240";
}
.glyphicons-rotation-lock:before {
  content: "\E241";
}
.glyphicons-flash:before {
  content: "\E242";
}
.glyphicons-map-marker:before {
  content: "\E243";
}
.glyphicons-anchor:before {
  content: "\E244";
}
.glyphicons-conversation:before {
  content: "\E245";
}
.glyphicons-chat:before {
  content: "\E246";
}
.glyphicons-note-empty:before {
  content: "\E247";
}
.glyphicons-note:before {
  content: "\E248";
}
.glyphicons-asterisk:before {
  content: "\E249";
}
.glyphicons-divide:before {
  content: "\E250";
}
.glyphicons-snorkel-diving:before {
  content: "\E251";
}
.glyphicons-scuba-diving:before {
  content: "\E252";
}
.glyphicons-oxygen-bottle:before {
  content: "\E253";
}
.glyphicons-fins:before {
  content: "\E254";
}
.glyphicons-fishes:before {
  content: "\E255";
}
.glyphicons-boat:before {
  content: "\E256";
}
.glyphicons-delete:before {
  content: "\E257";
}
.glyphicons-sheriffs-star:before {
  content: "\E258";
}
.glyphicons-qrcode:before {
  content: "\E259";
}
.glyphicons-barcode:before {
  content: "\E260";
}
.glyphicons-pool:before {
  content: "\E261";
}
.glyphicons-buoy:before {
  content: "\E262";
}
.glyphicons-spade:before {
  content: "\E263";
}
.glyphicons-bank:before {
  content: "\E264";
}
.glyphicons-vcard:before {
  content: "\E265";
}
.glyphicons-electrical-plug:before {
  content: "\E266";
}
.glyphicons-flag:before {
  content: "\E267";
}
.glyphicons-credit-card:before {
  content: "\E268";
}
.glyphicons-keyboard-wireless:before {
  content: "\E269";
}
.glyphicons-keyboard-wired:before {
  content: "\E270";
}
.glyphicons-shield:before {
  content: "\E271";
}
.glyphicons-ring:before {
  content: "\E272";
}
.glyphicons-cake:before {
  content: "\E273";
}
.glyphicons-drink:before {
  content: "\E274";
}
.glyphicons-beer:before {
  content: "\E275";
}
.glyphicons-fast-food:before {
  content: "\E276";
}
.glyphicons-cutlery:before {
  content: "\E277";
}
.glyphicons-pizza:before {
  content: "\E278";
}
.glyphicons-birthday-cake:before {
  content: "\E279";
}
.glyphicons-tablet:before {
  content: "\E280";
}
.glyphicons-settings:before {
  content: "\E281";
}
.glyphicons-bullets:before {
  content: "\E282";
}
.glyphicons-cardio:before {
  content: "\E283";
}
.glyphicons-t-shirt:before {
  content: "\E284";
}
.glyphicons-pants:before {
  content: "\E285";
}
.glyphicons-sweater:before {
  content: "\E286";
}
.glyphicons-fabric:before {
  content: "\E287";
}
.glyphicons-leather:before {
  content: "\E288";
}
.glyphicons-scissors:before {
  content: "\E289";
}
.glyphicons-bomb:before {
  content: "\E290";
}
.glyphicons-skull:before {
  content: "\E291";
}
.glyphicons-celebration:before {
  content: "\E292";
}
.glyphicons-tea-kettle:before {
  content: "\E293";
}
.glyphicons-french-press:before {
  content: "\E294";
}
.glyphicons-coffee-cup:before {
  content: "\E295";
}
.glyphicons-pot:before {
  content: "\E296";
}
.glyphicons-grater:before {
  content: "\E297";
}
.glyphicons-kettle:before {
  content: "\E298";
}
.glyphicons-hospital:before {
  content: "\E299";
}
.glyphicons-hospital-h:before {
  content: "\E300";
}
.glyphicons-microphone:before {
  content: "\E301";
}
.glyphicons-webcam:before {
  content: "\E302";
}
.glyphicons-temple-christianity-church:before {
  content: "\E303";
}
.glyphicons-temple-islam:before {
  content: "\E304";
}
.glyphicons-temple-hindu:before {
  content: "\E305";
}
.glyphicons-temple-buddhist:before {
  content: "\E306";
}
.glyphicons-bicycle:before {
  content: "\E307";
}
.glyphicons-life-preserver:before {
  content: "\E308";
}
.glyphicons-share-alt:before {
  content: "\E309";
}
.glyphicons-comments:before {
  content: "\E310";
}
.glyphicons-flower:before {
  content: "\E311";
}
.glyphicons-baseball:before {
  content: "\E312";
}
.glyphicons-rugby:before {
  content: "\E313";
}
.glyphicons-ax:before {
  content: "\E314";
}
.glyphicons-table-tennis:before {
  content: "\E315";
}
.glyphicons-bowling:before {
  content: "\E316";
}
.glyphicons-tree-conifer:before {
  content: "\E317";
}
.glyphicons-tree-deciduous:before {
  content: "\E318";
}
.glyphicons-more-items:before {
  content: "\E319";
}
.glyphicons-sort:before {
  content: "\E320";
}
.glyphicons-filter:before {
  content: "\E321";
}
.glyphicons-gamepad:before {
  content: "\E322";
}
.glyphicons-playing-dices:before {
  content: "\E323";
}
.glyphicons-calculator:before {
  content: "\E324";
}
.glyphicons-tie:before {
  content: "\E325";
}
.glyphicons-wallet:before {
  content: "\E326";
}
.glyphicons-piano:before {
  content: "\E327";
}
.glyphicons-sampler:before {
  content: "\E328";
}
.glyphicons-podium:before {
  content: "\E329";
}
.glyphicons-soccer-ball:before {
  content: "\E330";
}
.glyphicons-blog:before {
  content: "\E331";
}
.glyphicons-dashboard:before {
  content: "\E332";
}
.glyphicons-certificate:before {
  content: "\E333";
}
.glyphicons-bell:before {
  content: "\E334";
}
.glyphicons-candle:before {
  content: "\E335";
}
.glyphicons-pushpin:before {
  content: "\E336";
}
.glyphicons-iphone-shake:before {
  content: "\E337";
}
.glyphicons-pin-flag:before {
  content: "\E338";
}
.glyphicons-turtle:before {
  content: "\E339";
}
.glyphicons-rabbit:before {
  content: "\E340";
}
.glyphicons-globe:before {
  content: "\E341";
}
.glyphicons-briefcase:before {
  content: "\E342";
}
.glyphicons-hdd:before {
  content: "\E343";
}
.glyphicons-thumbs-up:before {
  content: "\E344";
}
.glyphicons-thumbs-down:before {
  content: "\E345";
}
.glyphicons-hand-right:before {
  content: "\E346";
}
.glyphicons-hand-left:before {
  content: "\E347";
}
.glyphicons-hand-up:before {
  content: "\E348";
}
.glyphicons-hand-down:before {
  content: "\E349";
}
.glyphicons-fullscreen:before {
  content: "\E350";
}
.glyphicons-shopping-bag:before {
  content: "\E351";
}
.glyphicons-book-open:before {
  content: "\E352";
}
.glyphicons-nameplate:before {
  content: "\E353";
}
.glyphicons-nameplate-alt:before {
  content: "\E354";
}
.glyphicons-vases:before {
  content: "\E355";
}
.glyphicons-bullhorn:before {
  content: "\E356";
}
.glyphicons-dumbbell:before {
  content: "\E357";
}
.glyphicons-suitcase:before {
  content: "\E358";
}
.glyphicons-file-import:before {
  content: "\E359";
}
.glyphicons-file-export:before {
  content: "\E360";
}
.glyphicons-bug:before {
  content: "\E361";
}
.glyphicons-crown:before {
  content: "\E362";
}
.glyphicons-smoking:before {
  content: "\E363";
}
.glyphicons-cloud-upload:before {
  content: "\E364";
}
.glyphicons-cloud-download:before {
  content: "\E365";
}
.glyphicons-restart:before {
  content: "\E366";
}
.glyphicons-security-camera:before {
  content: "\E367";
}
.glyphicons-expand:before {
  content: "\E368";
}
.glyphicons-collapse:before {
  content: "\E369";
}
.glyphicons-collapse-top:before {
  content: "\E370";
}
.glyphicons-globe-af:before {
  content: "\E371";
}
.glyphicons-global:before {
  content: "\E372";
}
.glyphicons-spray:before {
  content: "\E373";
}
.glyphicons-nails:before {
  content: "\E374";
}
.glyphicons-claw-hammer:before {
  content: "\E375";
}
.glyphicons-classic-hammer:before {
  content: "\E376";
}
.glyphicons-hand-saw:before {
  content: "\E377";
}
.glyphicons-riflescope:before {
  content: "\E378";
}
.glyphicons-electrical-socket-eu:before {
  content: "\E379";
}
.glyphicons-electrical-socket-us:before {
  content: "\E380";
}
.glyphicons-message-forward:before {
  content: "\E381";
}
.glyphicons-coat-hanger:before {
  content: "\E382";
}
.glyphicons-dress:before {
  content: "\E383";
}
.glyphicons-bathrobe:before {
  content: "\E384";
}
.glyphicons-shirt:before {
  content: "\E385";
}
.glyphicons-underwear:before {
  content: "\E386";
}
.glyphicons-log-in:before {
  content: "\E387";
}
.glyphicons-log-out:before {
  content: "\E388";
}
.glyphicons-exit:before {
  content: "\E389";
}
.glyphicons-new-window-alt:before {
  content: "\E390";
}
.glyphicons-video-sd:before {
  content: "\E391";
}
.glyphicons-video-hd:before {
  content: "\E392";
}
.glyphicons-subtitles:before {
  content: "\E393";
}
.glyphicons-sound-stereo:before {
  content: "\E394";
}
.glyphicons-sound-dolby:before {
  content: "\E395";
}
.glyphicons-sound-5-1:before {
  content: "\E396";
}
.glyphicons-sound-6-1:before {
  content: "\E397";
}
.glyphicons-sound-7-1:before {
  content: "\E398";
}
.glyphicons-copyright-mark:before {
  content: "\E399";
}
.glyphicons-registration-mark:before {
  content: "\E400";
}
.glyphicons-radar:before {
  content: "\E401";
}
.glyphicons-skateboard:before {
  content: "\E402";
}
.glyphicons-golf-course:before {
  content: "\E403";
}
.glyphicons-sorting:before {
  content: "\E404";
}
.glyphicons-sort-by-alphabet:before {
  content: "\E405";
}
.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406";
}
.glyphicons-sort-by-order:before {
  content: "\E407";
}
.glyphicons-sort-by-order-alt:before {
  content: "\E408";
}
.glyphicons-sort-by-attributes:before {
  content: "\E409";
}
.glyphicons-sort-by-attributes-alt:before {
  content: "\E410";
}
.glyphicons-compressed:before {
  content: "\E411";
}
.glyphicons-package:before {
  content: "\E412";
}
.glyphicons-cloud-plus:before {
  content: "\E413";
}
.glyphicons-cloud-minus:before {
  content: "\E414";
}
.glyphicons-disk-save:before {
  content: "\E415";
}
.glyphicons-disk-open:before {
  content: "\E416";
}
.glyphicons-disk-saved:before {
  content: "\E417";
}
.glyphicons-disk-remove:before {
  content: "\E418";
}
.glyphicons-disk-import:before {
  content: "\E419";
}
.glyphicons-disk-export:before {
  content: "\E420";
}
.glyphicons-tower:before {
  content: "\E421";
}
.glyphicons-send:before {
  content: "\E422";
}
.glyphicons-git-branch:before {
  content: "\E423";
}
.glyphicons-git-create:before {
  content: "\E424";
}
.glyphicons-git-private:before {
  content: "\E425";
}
.glyphicons-git-delete:before {
  content: "\E426";
}
.glyphicons-git-merge:before {
  content: "\E427";
}
.glyphicons-git-pull-request:before {
  content: "\E428";
}
.glyphicons-git-compare:before {
  content: "\E429";
}
.glyphicons-git-commit:before {
  content: "\E430";
}
.glyphicons-construction-cone:before {
  content: "\E431";
}
.glyphicons-shoe-steps:before {
  content: "\E432";
}
.glyphicons-plus:before {
  content: "\E433";
}
.glyphicons-minus:before {
  content: "\E434";
}
.glyphicons-redo:before {
  content: "\E435";
}
.glyphicons-undo:before {
  content: "\E436";
}
.glyphicons-golf:before {
  content: "\E437";
}
.glyphicons-hockey:before {
  content: "\E438";
}
.glyphicons-pipe:before {
  content: "\E439";
}
.glyphicons-wrench:before {
  content: "\E440";
}
.glyphicons-folder-closed:before {
  content: "\E441";
}
.glyphicons-phone-alt:before {
  content: "\E442";
}
.glyphicons-earphone:before {
  content: "\E443";
}
.glyphicons-floppy-disk:before {
  content: "\E444";
}
.glyphicons-floppy-saved:before {
  content: "\E445";
}
.glyphicons-floppy-remove:before {
  content: "\E446";
}
.glyphicons-floppy-save:before {
  content: "\E447";
}
.glyphicons-floppy-open:before {
  content: "\E448";
}
.glyphicons-translate:before {
  content: "\E449";
}
.glyphicons-fax:before {
  content: "\E450";
}
.glyphicons-factory:before {
  content: "\E451";
}
.glyphicons-shop-window:before {
  content: "\E452";
}
.glyphicons-shop:before {
  content: "\E453";
}
.glyphicons-kiosk:before {
  content: "\E454";
}
.glyphicons-kiosk-wheels:before {
  content: "\E455";
}
.glyphicons-kiosk-light:before {
  content: "\E456";
}
.glyphicons-kiosk-food:before {
  content: "\E457";
}
.glyphicons-transfer:before {
  content: "\E458";
}
.glyphicons-money:before {
  content: "\E459";
}
.glyphicons-header:before {
  content: "\E460";
}
.glyphicons-blacksmith:before {
  content: "\E461";
}
.glyphicons-saw-blade:before {
  content: "\E462";
}
.glyphicons-basketball:before {
  content: "\E463";
}
.glyphicons-server:before {
  content: "\E464";
}
.glyphicons-server-plus:before {
  content: "\E465";
}
.glyphicons-server-minus:before {
  content: "\E466";
}
.glyphicons-server-ban:before {
  content: "\E467";
}
.glyphicons-server-flag:before {
  content: "\E468";
}
.glyphicons-server-lock:before {
  content: "\E469";
}
.glyphicons-server-new:before {
  content: "\E470";
}
.glyphicons-charging-station:before {
  content: "\E471";
}
.glyphicons-gas-station:before {
  content: "\E472";
}
.glyphicons-target:before {
  content: "\E473";
}
.glyphicons-bed:before {
  content: "\E474";
}
.glyphicons-mosquito:before {
  content: "\E475";
}
.glyphicons-dining-set:before {
  content: "\E476";
}
.glyphicons-plate-of-food:before {
  content: "\E477";
}
.glyphicons-hygiene-kit:before {
  content: "\E478";
}
.glyphicons-blackboard:before {
  content: "\E479";
}
.glyphicons-marriage:before {
  content: "\E480";
}
.glyphicons-bucket:before {
  content: "\E481";
}
.glyphicons-none-color-swatch:before {
  content: "\E482";
}
.glyphicons-bring-forward:before {
  content: "\E483";
}
.glyphicons-bring-to-front:before {
  content: "\E484";
}
.glyphicons-send-backward:before {
  content: "\E485";
}
.glyphicons-send-to-back:before {
  content: "\E486";
}
.glyphicons-fit-frame-to-image:before {
  content: "\E487";
}
.glyphicons-fit-image-to-frame:before {
  content: "\E488";
}
.glyphicons-multiple-displays:before {
  content: "\E489";
}
.glyphicons-handshake:before {
  content: "\E490";
}
.glyphicons-child:before {
  content: "\E491";
}
.glyphicons-baby-formula:before {
  content: "\E492";
}
.glyphicons-medicine:before {
  content: "\E493";
}
.glyphicons-atv-vehicle:before {
  content: "\E494";
}
.glyphicons-motorcycle:before {
  content: "\E495";
}
.glyphicons-bed-alt:before {
  content: "\E496";
}
.glyphicons-tent:before {
  content: "\E497";
}
.glyphicons-glasses:before {
  content: "\E498";
}
.glyphicons-sunglasses:before {
  content: "\E499";
}
.glyphicons-family:before {
  content: "\E500";
}
.glyphicons-education:before {
  content: "\E501";
}
.glyphicons-shoes:before {
  content: "\E502";
}
.glyphicons-map:before {
  content: "\E503";
}
.glyphicons-cd:before {
  content: "\E504";
}
.glyphicons-alert:before {
  content: "\E505";
}
.glyphicons-piggy-bank:before {
  content: "\E506";
}
.glyphicons-star-half:before {
  content: "\E507";
}
.glyphicons-cluster:before {
  content: "\E508";
}
.glyphicons-flowchart:before {
  content: "\E509";
}
.glyphicons-commodities:before {
  content: "\E510";
}
.glyphicons-duplicate:before {
  content: "\E511";
}
.glyphicons-copy:before {
  content: "\E512";
}
.glyphicons-paste:before {
  content: "\E513";
}
.glyphicons-bath-bathtub:before {
  content: "\E514";
}
.glyphicons-bath-shower:before {
  content: "\E515";
}
.glyphicons-shower:before {
  content: "\E516";
}
.glyphicons-menu-hamburger:before {
  content: "\E517";
}
.glyphicons-option-vertical:before {
  content: "\E518";
}
.glyphicons-option-horizontal:before {
  content: "\E519";
}
.glyphicons-currency-conversion:before {
  content: "\E520";
}
.glyphicons-user-ban:before {
  content: "\E521";
}
.glyphicons-user-lock:before {
  content: "\E522";
}
.glyphicons-user-flag:before {
  content: "\E523";
}
.glyphicons-user-asterisk:before {
  content: "\E524";
}
.glyphicons-user-alert:before {
  content: "\E525";
}
.glyphicons-user-key:before {
  content: "\E526";
}
.glyphicons-user-conversation:before {
  content: "\E527";
}
.glyphicons-database:before {
  content: "\E528";
}
.glyphicons-database-search:before {
  content: "\E529";
}
.glyphicons-list-alt:before {
  content: "\E530";
}
.glyphicons-hazard-sign:before {
  content: "\E531";
}
.glyphicons-hazard:before {
  content: "\E532";
}
.glyphicons-stop-sign:before {
  content: "\E533";
}
.glyphicons-lab:before {
  content: "\E534";
}
.glyphicons-lab-alt:before {
  content: "\E535";
}
.glyphicons-ice-cream:before {
  content: "\E536";
}
.glyphicons-ice-lolly:before {
  content: "\E537";
}
.glyphicons-ice-lolly-tasted:before {
  content: "\E538";
}
.glyphicons-invoice:before {
  content: "\E539";
}
.glyphicons-cart-tick:before {
  content: "\E540";
}
.glyphicons-hourglass:before {
  content: "\E541";
}
.glyphicons-cat:before {
  content: "\E542";
}
.glyphicons-lamp:before {
  content: "\E543";
}
.glyphicons-scale-classic:before {
  content: "\E544";
}
.glyphicons-eye-plus:before {
  content: "\E545";
}
.glyphicons-eye-minus:before {
  content: "\E546";
}
.glyphicons-quote:before {
  content: "\E547";
}
.glyphicons-bitcoin:before {
  content: "\E548";
}
.glyphicons-yen:before {
  content: "\E549";
}
.glyphicons-ruble:before {
  content: "\E550";
}
.glyphicons-erase:before {
  content: "\E551";
}
.glyphicons-podcast:before {
  content: "\E552";
}
.glyphicons-firework:before {
  content: "\E553";
}
.glyphicons-scale:before {
  content: "\E554";
}
.glyphicons-king:before {
  content: "\E555";
}
.glyphicons-queen:before {
  content: "\E556";
}
.glyphicons-pawn:before {
  content: "\E557";
}
.glyphicons-bishop:before {
  content: "\E558";
}
.glyphicons-knight:before {
  content: "\E559";
}
.glyphicons-mic-mute:before {
  content: "\E560";
}
.glyphicons-voicemail:before {
  content: "\E561";
}
.glyphicons-paragraph-alt:before {
  content: "\E562";
}
.glyphicons-person-walking:before {
  content: "\E563";
}
.glyphicons-person-wheelchair:before {
  content: "\E564";
}
.glyphicons-underground:before {
  content: "\E565";
}
.glyphicons-car-hov:before {
  content: "\E566";
}
.glyphicons-car-rental:before {
  content: "\E567";
}
.glyphicons-transport:before {
  content: "\E568";
}
.glyphicons-taxi:before {
  content: "\E569";
}
.glyphicons-ice-cream-no:before {
  content: "\E570";
}
.glyphicons-uk-rat-u:before {
  content: "\E571";
}
.glyphicons-uk-rat-pg:before {
  content: "\E572";
}
.glyphicons-uk-rat-12a:before {
  content: "\E573";
}
.glyphicons-uk-rat-12:before {
  content: "\E574";
}
.glyphicons-uk-rat-15:before {
  content: "\E575";
}
.glyphicons-uk-rat-18:before {
  content: "\E576";
}
.glyphicons-uk-rat-r18:before {
  content: "\E577";
}
.glyphicons-tv:before {
  content: "\E578";
}
.glyphicons-sms:before {
  content: "\E579";
}
.glyphicons-mms:before {
  content: "\E580";
}
.glyphicons-us-rat-g:before {
  content: "\E581";
}
.glyphicons-us-rat-pg:before {
  content: "\E582";
}
.glyphicons-us-rat-pg-13:before {
  content: "\E583";
}
.glyphicons-us-rat-restricted:before {
  content: "\E584";
}
.glyphicons-us-rat-no-one-17:before {
  content: "\E585";
}
.glyphicons-equalizer:before {
  content: "\E586";
}
.glyphicons-speakers:before {
  content: "\E587";
}
.glyphicons-remote-control:before {
  content: "\E588";
}
.glyphicons-remote-control-tv:before {
  content: "\E589";
}
.glyphicons-shredder:before {
  content: "\E590";
}
.glyphicons-folder-heart:before {
  content: "\E591";
}
.glyphicons-person-running:before {
  content: "\E592";
}
.glyphicons-person:before {
  content: "\E593";
}
.glyphicons-voice:before {
  content: "\E594";
}
.glyphicons-stethoscope:before {
  content: "\E595";
}
.glyphicons-paired:before {
  content: "\E596";
}
.glyphicons-activity:before {
  content: "\E597";
}
.glyphicons-watch:before {
  content: "\E598";
}
.glyphicons-scissors-alt:before {
  content: "\E599";
}
.glyphicons-car-wheel:before {
  content: "\E600";
}
.glyphicons-chevron-up:before {
  content: "\E601";
}
.glyphicons-chevron-down:before {
  content: "\E602";
}
.glyphicons-superscript:before {
  content: "\E603";
}
.glyphicons-subscript:before {
  content: "\E604";
}
.glyphicons-text-size:before {
  content: "\E605";
}
.glyphicons-text-color:before {
  content: "\E606";
}
.glyphicons-text-background:before {
  content: "\E607";
}
.glyphicons-modal-window:before {
  content: "\E608";
}
.glyphicons-newspaper:before {
  content: "\E609";
}
.glyphicons-tractor:before {
  content: "\E610";
}
.glyphicons-camping:before {
  content: "\E611";
}
.glyphicons-camping-benches:before {
  content: "\E612";
}
.glyphicons-forest:before {
  content: "\E613";
}
.glyphicons-park:before {
  content: "\E614";
}
.glyphicons-field:before {
  content: "\E615";
}
.glyphicons-mountains:before {
  content: "\E616";
}
.glyphicons-fees-payments:before {
  content: "\E617";
}
.glyphicons-small-payments:before {
  content: "\E618";
}
.glyphicons-mixed-buildings:before {
  content: "\E619";
}
.glyphicons-industrial-zone:before {
  content: "\E620";
}
.glyphicons-visitor-tag:before {
  content: "\E621";
}
.glyphicons-businessman:before {
  content: "\E622";
}
.glyphicons-meditation:before {
  content: "\E623";
}
.glyphicons-bath:before {
  content: "\E624";
}
.glyphicons-donate:before {
  content: "\E625";
}
.glyphicons-sauna:before {
  content: "\E626";
}
.glyphicons-bedroom-nightstand:before {
  content: "\E627";
}
.glyphicons-bedroom-lamp:before {
  content: "\E628";
}
.glyphicons-doctor:before {
  content: "\E629";
}
.glyphicons-engineering-networks:before {
  content: "\E630";
}
.glyphicons-washing-machine:before {
  content: "\E631";
}
.glyphicons-dryer:before {
  content: "\E632";
}
.glyphicons-dishwasher:before {
  content: "\E633";
}
.glyphicons-luggage-group:before {
  content: "\E634";
}
.glyphicons-teenager:before {
  content: "\E635";
}
.glyphicons-person-stick:before {
  content: "\E636";
}
.glyphicons-person-stick-old:before {
  content: "\E637";
}
.glyphicons-traveler:before {
  content: "\E638";
}
.glyphicons-veteran:before {
  content: "\E639";
}
.glyphicons-group-chat:before {
  content: "\E640";
}
.glyphicons-elections:before {
  content: "\E641";
}
.glyphicons-law-justice:before {
  content: "\E642";
}
.glyphicons-judiciary:before {
  content: "\E643";
}
.glyphicons-house-fire:before {
  content: "\E644";
}
.glyphicons-firefighters:before {
  content: "\E645";
}
.glyphicons-police:before {
  content: "\E646";
}
.glyphicons-ambulance:before {
  content: "\E647";
}
.glyphicons-light-beacon:before {
  content: "\E648";
}
.glyphicons-important-day:before {
  content: "\E649";
}
.glyphicons-bike-park:before {
  content: "\E650";
}
.glyphicons-object-align-top:before {
  content: "\E651";
}
.glyphicons-object-align-bottom:before {
  content: "\E652";
}
.glyphicons-object-align-horizontal:before {
  content: "\E653";
}
.glyphicons-object-align-left:before {
  content: "\E654";
}
.glyphicons-object-align-vertical:before {
  content: "\E655";
}
.glyphicons-object-align-right:before {
  content: "\E656";
}
.glyphicons-reflect-y:before {
  content: "\E657";
}
.glyphicons-reflect-x:before {
  content: "\E658";
}
.glyphicons-tick:before {
  content: "\E659";
}
.glyphicons-lawnmower:before {
  content: "\E660";
}
.glyphicons-call-redirect:before {
  content: "\E661";
}
.glyphicons-call-ip:before {
  content: "\E662";
}
.glyphicons-call-record:before {
  content: "\E663";
}
.glyphicons-call-ringtone:before {
  content: "\E664";
}
.glyphicons-call-traffic:before {
  content: "\E665";
}
.glyphicons-call-hold:before {
  content: "\E666";
}
.glyphicons-call-incoming:before {
  content: "\E667";
}
.glyphicons-call-outgoing:before {
  content: "\E668";
}
.glyphicons-call-video:before {
  content: "\E669";
}
.glyphicons-call-missed:before {
  content: "\E670";
}
.glyphicons-theater:before {
  content: "\E671";
}
.glyphicons-heartbeat:before {
  content: "\E672";
}
.glyphicons-kettlebell:before {
  content: "\E673";
}
.glyphicons-fireplace:before {
  content: "\E674";
}
.glyphicons-street-lights:before {
  content: "\E675";
}
.glyphicons-pedestrian:before {
  content: "\E676";
}
.glyphicons-flood:before {
  content: "\E677";
}
.glyphicons-open-water:before {
  content: "\E678";
}
.glyphicons-for-sale:before {
  content: "\E679";
}
.glyphicons-dustbin:before {
  content: "\E680";
}
.glyphicons-door:before {
  content: "\E681";
}
.glyphicons-camp-fire:before {
  content: "\E682";
}
.glyphicons-fleur-de-lis:before {
  content: "\E683";
}
.glyphicons-temperature-settings:before {
  content: "\E684";
}
.glyphicons-article:before {
  content: "\E685";
}
.glyphicons-sunbath:before {
  content: "\E686";
}
.glyphicons-balanced-diet:before {
  content: "\E687";
}
.glyphicons-ticket:before {
  content: "\E688";
}
.glyphicons-parking-ticket:before {
  content: "\E689";
}
.glyphicons-parking-meter:before {
  content: "\E690";
}
.glyphicons-laptop:before {
  content: "\E691";
}
.glyphicons-tree-structure:before {
  content: "\E692";
}
.glyphicons-weather-warning:before {
  content: "\E693";
}
.glyphicons-temperature-low:before {
  content: "\E694";
}
.glyphicons-temperature-high:before {
  content: "\E695";
}
.glyphicons-temperature-low-warning:before {
  content: "\E696";
}
.glyphicons-temperature-high-warning:before {
  content: "\E697";
}
.glyphicons-hurricane:before {
  content: "\E698";
}
.glyphicons-storm:before {
  content: "\E699";
}
.glyphicons-sorted-waste:before {
  content: "\E700";
}
.glyphicons-ear:before {
  content: "\E701";
}
.glyphicons-ear-deaf:before {
  content: "\E702";
}
.glyphicons-file-plus:before {
  content: "\E703";
}
.glyphicons-file-minus:before {
  content: "\E704";
}
.glyphicons-file-lock:before {
  content: "\E705";
}
.glyphicons-file-cloud:before {
  content: "\E706";
}
.glyphicons-file-cloud-download:before {
  content: "\E707";
}
.glyphicons-file-cloud-upload:before {
  content: "\E708";
}
.glyphicons-paragraph:before {
  content: "\E709";
}
.glyphicons-list-numbered:before {
  content: "\E710";
}
.glyphicons-donate-heart:before {
  content: "\E711";
}
.glyphicons-government:before {
  content: "\E712";
}
.glyphicons-maze:before {
  content: "\E713";
}
.glyphicons-chronicle:before {
  content: "\E714";
}
.glyphicons-user-structure:before {
  content: "\E715";
}
.glyphicons-recycle:before {
  content: "\E716";
}
.glyphicons-gas:before {
  content: "\E717";
}
.glyphicons-waste-pipe:before {
  content: "\E718";
}
.glyphicons-water-pipe:before {
  content: "\E719";
}
.glyphicons-parking:before {
  content: "\E720";
}
.glyphicons-closed:before {
  content: "\E721";
}
.glyphicons-mouse:before {
  content: "\E722";
}
.glyphicons-mouse-double-click:before {
  content: "\E723";
}
.glyphicons-mouse-left-click:before {
  content: "\E724";
}
.glyphicons-mouse-right-click:before {
  content: "\E725";
}
.glyphicons-mouse-middle-click:before {
  content: "\E726";
}
.glyphicons-mouse-scroll:before {
  content: "\E727";
}
.glyphicons-resize-vertical:before {
  content: "\E728";
}
.glyphicons-resize-horizontal:before {
  content: "\E729";
}
.glyphicons-temperature:before {
  content: "\E730";
}
.glyphicons-puzzle:before {
  content: "\E731";
}
.glyphicons-puzzle-2:before {
  content: "\E732";
}
.glyphicons-puzzle-3:before {
  content: "\E733";
}
.glyphicons-nearby-square:before {
  content: "\E734";
}
.glyphicons-nearby-circle:before {
  content: "\E735";
}
.glyphicons-rotate-right:before {
  content: "\E736";
}
.glyphicons-rotate-left:before {
  content: "\E737";
}
.glyphicons-pictures:before {
  content: "\E738";
}
.glyphicons-photo-album:before {
  content: "\E739";
}
.glyphicons-cadastral-map:before {
  content: "\E740";
}
.glyphicons-fingerprint-scan:before {
  content: "\E741";
}
.glyphicons-fingerprint:before {
  content: "\E742";
}
.glyphicons-fingerprint-lock:before {
  content: "\E743";
}
.glyphicons-fingerprint-ok:before {
  content: "\E744";
}
.glyphicons-fingerprint-remove:before {
  content: "\E745";
}
.glyphicons-fingerprint-reload:before {
  content: "\E746";
}
.glyphicons-pending-notifications:before {
  content: "\E747";
}
.glyphicons-synchronization:before {
  content: "\E748";
}
.glyphicons-synchronization-ban:before {
  content: "\E749";
}
.glyphicons-hash:before {
  content: "\E750";
}
.glyphicons-gender-male:before {
  content: "\E751";
}
.glyphicons-gender-female:before {
  content: "\E752";
}
.glyphicons-gender-virgin-female:before {
  content: "\E753";
}
.glyphicons-gender-intersex:before {
  content: "\E754";
}
.glyphicons-gender-transgender:before {
  content: "\E755";
}
.glyphicons-gender-ori-lesbian:before {
  content: "\E756";
}
.glyphicons-gender-ori-gay:before {
  content: "\E757";
}
.glyphicons-gender-ori-hetero:before {
  content: "\E758";
}
.glyphicons-gender-other:before {
  content: "\E759";
}
.glyphicons-gender-unknown:before {
  content: "\E760";
}
.glyphicons-scanner:before {
  content: "\E761";
}
.glyphicons-multifunction-printer:before {
  content: "\E762";
}
.glyphicons-lasso:before {
  content: "\E763";
}
.glyphicons-view-360:before {
  content: "\E764";
}
.glyphicons-battery-charging:before {
  content: "\E765";
}
.glyphicons-battery-full:before {
  content: "\E766";
}
.glyphicons-battery-75:before {
  content: "\E767";
}
.glyphicons-battery-50:before {
  content: "\E768";
}
.glyphicons-battery-25:before {
  content: "\E769";
}
.glyphicons-battery-10:before {
  content: "\E770";
}
.glyphicons-satellite:before {
  content: "\E771";
}
.glyphicons-satellite-dish:before {
  content: "\E772";
}
.glyphicons-satellite-dish-alt:before {
  content: "\E773";
}
.glyphicons-auction:before {
  content: "\E774";
}
.glyphicons-directions:before {
  content: "\E775";
}
.glyphicons-race:before {
  content: "\E776";
}
.glyphicons-robot:before {
  content: "\E777";
}
.glyphicons-ruler-alt:before {
  content: "\E778";
}
.glyphicons-cube-empty:before {
  content: "\E779";
}
.glyphicons-cube-black:before {
  content: "\E780";
}
.glyphicons-move-square:before {
  content: "\E781";
}
.glyphicons-drop:before {
  content: "\E782";
}
.glyphicons-vr-headset:before {
  content: "\E783";
}
.glyphicons-vr-charging:before {
  content: "\E784";
}
.glyphicons-vr-low-battery:before {
  content: "\E785";
}
.glyphicons-vr-paired:before {
  content: "\E786";
}
.glyphicons-vr-settings:before {
  content: "\E787";
}
.glyphicons-vr-maintenance:before {
  content: "\E788";
}
.glyphicons-filter-remove:before {
  content: "\E789";
}
.glyphicons-filter-applied:before {
  content: "\E790";
}
.glyphicons-one-day:before {
  content: "\E791";
}
.glyphicons-user-vr:before {
  content: "\E792";
}
.glyphicons-user-vr-add:before {
  content: "\E793";
}
.glyphicons-user-vr-remove:before {
  content: "\E794";
}
.glyphicons-dice-1:before {
  content: "\E795";
}
.glyphicons-dice-2:before {
  content: "\E796";
}
.glyphicons-dice-3:before {
  content: "\E797";
}
.glyphicons-dice-4:before {
  content: "\E798";
}
.glyphicons-dice-5:before {
  content: "\E799";
}
.glyphicons-dice-6:before {
  content: "\E800";
}
@font-face {
  font-family: 'Glyphicons Filetypes';
  src: url('../../../Content/fonts/glyphicons-filetypes-regular.eot');
  src: url('../../../Content/fonts/glyphicons-filetypes-regular.eot?#iefix') format('embedded-opentype'), url('../../../Content/fonts/glyphicons-filetypes-regular.woff2') format('woff2'), url('../../../Content/fonts/glyphicons-filetypes-regular.woff') format('woff'), url('../../../Content/fonts/glyphicons-filetypes-regular.ttf') format('truetype'), url('../../../Content/fonts/glyphicons-filetypes-regular.svg#glyphicons_filetypesregular') format('svg');
}
.filetypes {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Filetypes';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filetypes.x05 {
  font-size: 12px;
}
.filetypes.x2 {
  font-size: 48px;
}
.filetypes.x3 {
  font-size: 72px;
}
.filetypes.x4 {
  font-size: 96px;
}
.filetypes.x5 {
  font-size: 120px;
}
.filetypes.light:before {
  color: #f2f2f2;
}
.filetypes.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.filetypes.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.filetypes.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.filetypes.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.filetypes.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filetypes.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.filetypes-txt:before {
  content: "\E001";
}
.filetypes-doc:before {
  content: "\E002";
}
.filetypes-rtf:before {
  content: "\E003";
}
.filetypes-log:before {
  content: "\E004";
}
.filetypes-tex:before {
  content: "\E005";
}
.filetypes-msg:before {
  content: "\E006";
}
.filetypes-text:before {
  content: "\E007";
}
.filetypes-wpd:before {
  content: "\E008";
}
.filetypes-wps:before {
  content: "\E009";
}
.filetypes-docx:before {
  content: "\E010";
}
.filetypes-page:before {
  content: "\E011";
}
.filetypes-csv:before {
  content: "\E012";
}
.filetypes-dat:before {
  content: "\E013";
}
.filetypes-tar:before {
  content: "\E014";
}
.filetypes-xml:before {
  content: "\E015";
}
.filetypes-vcf:before {
  content: "\E016";
}
.filetypes-pps:before {
  content: "\E017";
}
.filetypes-key:before {
  content: "\E018";
}
.filetypes-ppt:before {
  content: "\E019";
}
.filetypes-pptx:before {
  content: "\E020";
}
.filetypes-sdf:before {
  content: "\E021";
}
.filetypes-gbr:before {
  content: "\E022";
}
.filetypes-ged:before {
  content: "\E023";
}
.filetypes-mp3:before {
  content: "\E024";
}
.filetypes-m4a:before {
  content: "\E025";
}
.filetypes-waw:before {
  content: "\E026";
}
.filetypes-wma:before {
  content: "\E027";
}
.filetypes-mpa:before {
  content: "\E028";
}
.filetypes-iff:before {
  content: "\E029";
}
.filetypes-aif:before {
  content: "\E030";
}
.filetypes-ra:before {
  content: "\E031";
}
.filetypes-mid:before {
  content: "\E032";
}
.filetypes-m3v:before {
  content: "\E033";
}
.filetypes-e-3gp:before {
  content: "\E034";
}
.filetypes-swf:before {
  content: "\E035";
}
.filetypes-avi:before {
  content: "\E036";
}
.filetypes-asx:before {
  content: "\E037";
}
.filetypes-mp4:before {
  content: "\E038";
}
.filetypes-e-3g2:before {
  content: "\E039";
}
.filetypes-mpg:before {
  content: "\E040";
}
.filetypes-asf:before {
  content: "\E041";
}
.filetypes-vob:before {
  content: "\E042";
}
.filetypes-wmv:before {
  content: "\E043";
}
.filetypes-mov:before {
  content: "\E044";
}
.filetypes-srt:before {
  content: "\E045";
}
.filetypes-m4v:before {
  content: "\E046";
}
.filetypes-flv:before {
  content: "\E047";
}
.filetypes-rm:before {
  content: "\E048";
}
.filetypes-png:before {
  content: "\E049";
}
.filetypes-psd:before {
  content: "\E050";
}
.filetypes-psp:before {
  content: "\E051";
}
.filetypes-jpg:before {
  content: "\E052";
}
.filetypes-tif:before {
  content: "\E053";
}
.filetypes-tiff:before {
  content: "\E054";
}
.filetypes-gif:before {
  content: "\E055";
}
.filetypes-bmp:before {
  content: "\E056";
}
.filetypes-tga:before {
  content: "\E057";
}
.filetypes-thm:before {
  content: "\E058";
}
.filetypes-yuv:before {
  content: "\E059";
}
.filetypes-dds:before {
  content: "\E060";
}
.filetypes-ai:before {
  content: "\E061";
}
.filetypes-eps:before {
  content: "\E062";
}
.filetypes-ps:before {
  content: "\E063";
}
.filetypes-svg:before {
  content: "\E064";
}
.filetypes-pdf:before {
  content: "\E065";
}
.filetypes-pct:before {
  content: "\E066";
}
.filetypes-indd:before {
  content: "\E067";
}
.filetypes-xlr:before {
  content: "\E068";
}
.filetypes-xls:before {
  content: "\E069";
}
.filetypes-xlsx:before {
  content: "\E070";
}
.filetypes-db:before {
  content: "\E071";
}
.filetypes-dbf:before {
  content: "\E072";
}
.filetypes-mdb:before {
  content: "\E073";
}
.filetypes-pdb:before {
  content: "\E074";
}
.filetypes-sql:before {
  content: "\E075";
}
.filetypes-aacd:before {
  content: "\E076";
}
.filetypes-app:before {
  content: "\E077";
}
.filetypes-exe:before {
  content: "\E078";
}
.filetypes-com:before {
  content: "\E079";
}
.filetypes-bat:before {
  content: "\E080";
}
.filetypes-apk:before {
  content: "\E081";
}
.filetypes-jar:before {
  content: "\E082";
}
.filetypes-hsf:before {
  content: "\E083";
}
.filetypes-pif:before {
  content: "\E084";
}
.filetypes-vb:before {
  content: "\E085";
}
.filetypes-cgi:before {
  content: "\E086";
}
.filetypes-css:before {
  content: "\E087";
}
.filetypes-js:before {
  content: "\E088";
}
.filetypes-php:before {
  content: "\E089";
}
.filetypes-xhtml:before {
  content: "\E090";
}
.filetypes-htm:before {
  content: "\E091";
}
.filetypes-html:before {
  content: "\E092";
}
.filetypes-asp:before {
  content: "\E093";
}
.filetypes-cer:before {
  content: "\E094";
}
.filetypes-jsp:before {
  content: "\E095";
}
.filetypes-cfm:before {
  content: "\E096";
}
.filetypes-aspx:before {
  content: "\E097";
}
.filetypes-rss:before {
  content: "\E098";
}
.filetypes-csr:before {
  content: "\E099";
}
.filetypes-less:before {
  content: "\003C";
}
.filetypes-otf:before {
  content: "\E101";
}
.filetypes-ttf:before {
  content: "\E102";
}
.filetypes-font:before {
  content: "\E103";
}
.filetypes-fnt:before {
  content: "\E104";
}
.filetypes-eot:before {
  content: "\E105";
}
.filetypes-woff:before {
  content: "\E106";
}
.filetypes-zip:before {
  content: "\E107";
}
.filetypes-zipx:before {
  content: "\E108";
}
.filetypes-rar:before {
  content: "\E109";
}
.filetypes-targ:before {
  content: "\E110";
}
.filetypes-sitx:before {
  content: "\E111";
}
.filetypes-deb:before {
  content: "\E112";
}
.filetypes-e-7z:before {
  content: "\E113";
}
.filetypes-pkg:before {
  content: "\E114";
}
.filetypes-rpm:before {
  content: "\E115";
}
.filetypes-cbr:before {
  content: "\E116";
}
.filetypes-gz:before {
  content: "\E117";
}
.filetypes-dmg:before {
  content: "\E118";
}
.filetypes-cue:before {
  content: "\E119";
}
.filetypes-bin:before {
  content: "\E120";
}
.filetypes-iso:before {
  content: "\E121";
}
.filetypes-hdf:before {
  content: "\E122";
}
.filetypes-vcd:before {
  content: "\E123";
}
.filetypes-bak:before {
  content: "\E124";
}
.filetypes-tmp:before {
  content: "\E125";
}
.filetypes-ics:before {
  content: "\E126";
}
.filetypes-msi:before {
  content: "\E127";
}
.filetypes-cfg:before {
  content: "\E128";
}
.filetypes-ini:before {
  content: "\E129";
}
.filetypes-prf:before {
  content: "\E130";
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@font-face {
  font-family: 'Glyphicons Filetypes';
  src: url('../../../Content/fonts/glyphicons-filetypes-regular.eot');
  src: url('../../../Content/fonts/glyphicons-filetypes-regular.eot?#iefix') format('embedded-opentype'), url('../../../Content/fonts/glyphicons-filetypes-regular.woff2') format('woff2'), url('../../../Content/fonts/glyphicons-filetypes-regular.woff') format('woff'), url('../../../Content/fonts/glyphicons-filetypes-regular.ttf') format('truetype'), url('../../../Content/fonts/glyphicons-filetypes-regular.svg#glyphicons_filetypesregular') format('svg');
}
.filetypes {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Filetypes';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filetypes.x05 {
  font-size: 12px;
}
.filetypes.x2 {
  font-size: 48px;
}
.filetypes.x3 {
  font-size: 72px;
}
.filetypes.x4 {
  font-size: 96px;
}
.filetypes.x5 {
  font-size: 120px;
}
.filetypes.light:before {
  color: #f2f2f2;
}
.filetypes.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.filetypes.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.filetypes.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.filetypes.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.filetypes.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filetypes.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.filetypes-txt:before {
  content: "\E001";
}
.filetypes-doc:before {
  content: "\E002";
}
.filetypes-rtf:before {
  content: "\E003";
}
.filetypes-log:before {
  content: "\E004";
}
.filetypes-tex:before {
  content: "\E005";
}
.filetypes-msg:before {
  content: "\E006";
}
.filetypes-text:before {
  content: "\E007";
}
.filetypes-wpd:before {
  content: "\E008";
}
.filetypes-wps:before {
  content: "\E009";
}
.filetypes-docx:before {
  content: "\E010";
}
.filetypes-page:before {
  content: "\E011";
}
.filetypes-csv:before {
  content: "\E012";
}
.filetypes-dat:before {
  content: "\E013";
}
.filetypes-tar:before {
  content: "\E014";
}
.filetypes-xml:before {
  content: "\E015";
}
.filetypes-vcf:before {
  content: "\E016";
}
.filetypes-pps:before {
  content: "\E017";
}
.filetypes-key:before {
  content: "\E018";
}
.filetypes-ppt:before {
  content: "\E019";
}
.filetypes-pptx:before {
  content: "\E020";
}
.filetypes-sdf:before {
  content: "\E021";
}
.filetypes-gbr:before {
  content: "\E022";
}
.filetypes-ged:before {
  content: "\E023";
}
.filetypes-mp3:before {
  content: "\E024";
}
.filetypes-m4a:before {
  content: "\E025";
}
.filetypes-waw:before {
  content: "\E026";
}
.filetypes-wma:before {
  content: "\E027";
}
.filetypes-mpa:before {
  content: "\E028";
}
.filetypes-iff:before {
  content: "\E029";
}
.filetypes-aif:before {
  content: "\E030";
}
.filetypes-ra:before {
  content: "\E031";
}
.filetypes-mid:before {
  content: "\E032";
}
.filetypes-m3v:before {
  content: "\E033";
}
.filetypes-e-3gp:before {
  content: "\E034";
}
.filetypes-swf:before {
  content: "\E035";
}
.filetypes-avi:before {
  content: "\E036";
}
.filetypes-asx:before {
  content: "\E037";
}
.filetypes-mp4:before {
  content: "\E038";
}
.filetypes-e-3g2:before {
  content: "\E039";
}
.filetypes-mpg:before {
  content: "\E040";
}
.filetypes-asf:before {
  content: "\E041";
}
.filetypes-vob:before {
  content: "\E042";
}
.filetypes-wmv:before {
  content: "\E043";
}
.filetypes-mov:before {
  content: "\E044";
}
.filetypes-srt:before {
  content: "\E045";
}
.filetypes-m4v:before {
  content: "\E046";
}
.filetypes-flv:before {
  content: "\E047";
}
.filetypes-rm:before {
  content: "\E048";
}
.filetypes-png:before {
  content: "\E049";
}
.filetypes-psd:before {
  content: "\E050";
}
.filetypes-psp:before {
  content: "\E051";
}
.filetypes-jpg:before {
  content: "\E052";
}
.filetypes-tif:before {
  content: "\E053";
}
.filetypes-tiff:before {
  content: "\E054";
}
.filetypes-gif:before {
  content: "\E055";
}
.filetypes-bmp:before {
  content: "\E056";
}
.filetypes-tga:before {
  content: "\E057";
}
.filetypes-thm:before {
  content: "\E058";
}
.filetypes-yuv:before {
  content: "\E059";
}
.filetypes-dds:before {
  content: "\E060";
}
.filetypes-ai:before {
  content: "\E061";
}
.filetypes-eps:before {
  content: "\E062";
}
.filetypes-ps:before {
  content: "\E063";
}
.filetypes-svg:before {
  content: "\E064";
}
.filetypes-pdf:before {
  content: "\E065";
}
.filetypes-pct:before {
  content: "\E066";
}
.filetypes-indd:before {
  content: "\E067";
}
.filetypes-xlr:before {
  content: "\E068";
}
.filetypes-xls:before {
  content: "\E069";
}
.filetypes-xlsx:before {
  content: "\E070";
}
.filetypes-db:before {
  content: "\E071";
}
.filetypes-dbf:before {
  content: "\E072";
}
.filetypes-mdb:before {
  content: "\E073";
}
.filetypes-pdb:before {
  content: "\E074";
}
.filetypes-sql:before {
  content: "\E075";
}
.filetypes-aacd:before {
  content: "\E076";
}
.filetypes-app:before {
  content: "\E077";
}
.filetypes-exe:before {
  content: "\E078";
}
.filetypes-com:before {
  content: "\E079";
}
.filetypes-bat:before {
  content: "\E080";
}
.filetypes-apk:before {
  content: "\E081";
}
.filetypes-jar:before {
  content: "\E082";
}
.filetypes-hsf:before {
  content: "\E083";
}
.filetypes-pif:before {
  content: "\E084";
}
.filetypes-vb:before {
  content: "\E085";
}
.filetypes-cgi:before {
  content: "\E086";
}
.filetypes-css:before {
  content: "\E087";
}
.filetypes-js:before {
  content: "\E088";
}
.filetypes-php:before {
  content: "\E089";
}
.filetypes-xhtml:before {
  content: "\E090";
}
.filetypes-htm:before {
  content: "\E091";
}
.filetypes-html:before {
  content: "\E092";
}
.filetypes-asp:before {
  content: "\E093";
}
.filetypes-cer:before {
  content: "\E094";
}
.filetypes-jsp:before {
  content: "\E095";
}
.filetypes-cfm:before {
  content: "\E096";
}
.filetypes-aspx:before {
  content: "\E097";
}
.filetypes-rss:before {
  content: "\E098";
}
.filetypes-csr:before {
  content: "\E099";
}
.filetypes-less:before {
  content: "\E100";
}
.filetypes-otf:before {
  content: "\E101";
}
.filetypes-ttf:before {
  content: "\E102";
}
.filetypes-font:before {
  content: "\E103";
}
.filetypes-fnt:before {
  content: "\E104";
}
.filetypes-eot:before {
  content: "\E105";
}
.filetypes-woff:before {
  content: "\E106";
}
.filetypes-zip:before {
  content: "\E107";
}
.filetypes-zipx:before {
  content: "\E108";
}
.filetypes-rar:before {
  content: "\E109";
}
.filetypes-targ:before {
  content: "\E110";
}
.filetypes-sitx:before {
  content: "\E111";
}
.filetypes-deb:before {
  content: "\E112";
}
.filetypes-e-7z:before {
  content: "\E113";
}
.filetypes-pkg:before {
  content: "\E114";
}
.filetypes-rpm:before {
  content: "\E115";
}
.filetypes-cbr:before {
  content: "\E116";
}
.filetypes-gz:before {
  content: "\E117";
}
.filetypes-dmg:before {
  content: "\E118";
}
.filetypes-cue:before {
  content: "\E119";
}
.filetypes-bin:before {
  content: "\E120";
}
.filetypes-iso:before {
  content: "\E121";
}
.filetypes-hdf:before {
  content: "\E122";
}
.filetypes-vcd:before {
  content: "\E123";
}
.filetypes-bak:before {
  content: "\E124";
}
.filetypes-tmp:before {
  content: "\E125";
}
.filetypes-ics:before {
  content: "\E126";
}
.filetypes-msi:before {
  content: "\E127";
}
.filetypes-cfg:before {
  content: "\E128";
}
.filetypes-ini:before {
  content: "\E129";
}
.filetypes-prf:before {
  content: "\E130";
}
.filetypes-json:before {
  content: "\E131";
}
.filetypes-site:before {
  content: "\E132";
}
.filetypes-xap:before {
  content: "\E133";
}
.filetypes-api:before {
  content: "\E134";
}
.filetypes-ico:before {
  content: "\E135";
}
.filetypes-webp:before {
  content: "\E136";
}
.filetypes-bpg:before {
  content: "\E137";
}
.filetypes-flac:before {
  content: "\E138";
}
.filetypes-ogg:before {
  content: "\E139";
}
.filetypes-unknown:before {
  content: "\E140";
}
/**
 * gridster.js - v0.2.1 - 2013-10-28 * http://gridster.net
 * Copyright (c) 2013 ducksboard; Licensed MIT
 */

.gridster {
  position: relative;
  margin: auto;
  height: 0;
}
.gridster > ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.gridster-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  z-index: 2;
  position: absolute;
  display: none;
}
.gridster-loaded {
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}
.gridster-loaded .gridster-item {
  display: block;
  position: absolute;
  -webkit-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -moz-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -o-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.gridster-loaded .gridster-preview-holder {
  display: none;
  z-index: 1;
  position: absolute;
  background-color: #dddddd;
  border-color: white;
  opacity: 0.2;
}
.gridster-loaded .gridster-item.gridster-item-moving,
.gridster-loaded .gridster-preview-holder {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.gridster-mobile {
  height: auto !important;
}
.gridster-mobile .gridster-item {
  height: auto;
  position: static;
  float: none;
}
.gridster-item.ng-leave.ng-leave-active {
  opacity: 0;
}
.gridster-item.ng-enter {
  opacity: 1;
}
.gridster-item-moving {
  z-index: 3;
}
/* RESIZE */

.gridster-item-resizable-handler {
  position: absolute;
  font-size: 1px;
  display: block;
  z-index: 5;
}
.handle-se {
  cursor: se-resize;
  width: 0;
  height: 0;
  right: 1px;
  bottom: 1px;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent;
}
.handle-ne {
  cursor: ne-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  top: 1px;
}
.handle-nw {
  cursor: nw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  top: 1px;
}
.handle-sw {
  cursor: sw-resize;
  width: 12px;
  height: 12px;
  left: 1px;
  bottom: 1px;
}
.handle-e {
  cursor: e-resize;
  width: 12px;
  bottom: 0;
  right: 1px;
  top: 0;
}
.handle-s {
  cursor: s-resize;
  height: 12px;
  right: 0;
  bottom: 1px;
  left: 0;
}
.handle-n {
  cursor: n-resize;
  height: 12px;
  right: 0;
  top: 1px;
  left: 0;
}
.handle-w {
  cursor: w-resize;
  width: 12px;
  left: 1px;
  top: 0;
  bottom: 0;
}
.gridster .gridster-item:hover .gridster-box {
  border: 1.5px solid #b3b2b3;
}
.gridster .gridster-item:hover .handle-se {
  border-color: transparent transparent #cccccc;
}
/** initial setup **/

.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Avenir-LT-Std-45-Book.otf");
}
@font-face {
  font-family: "Droid Sans";
  src: url("../../efa/fonts/droidsans-bold-webfont.eot");
  src: url("../../efa/fonts/droidsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../efa/fonts/droidsans-bold-webfont.woff") format("woff"), url("../../efa/fonts/droidsans-bold-webfont.ttf") format("truetype"), url("../../efa/fonts/droidsans-bold-webfont.svg#droid_sansbold") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Droid Sans";
  src: url("../../efa/fonts/droidsans-webfont.eot");
  src: url("../../efa/fonts/droidsans-webfont.eot?#iefix") format("embedded-opentype"), url("../../efa/fonts/droidsans-webfont.woff") format("woff"), url("../../efa/fonts/droidsans-webfont.ttf") format("truetype"), url("../../efa/fonts/droidsans-webfont.svg#droid_sansregular") format("svg");
}
.twitter-typeahead {
  width: 100%;
  position: relative;
}
.tt-dropdown-menu {
  width: 100%;
  min-width: 200px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.twitter-typeahead .tt-suggestion.tt-cursor {
  color: white;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.tt-suggestion.tt-cursor a {
  color: white;
}
.tt-suggestion p {
  margin: 0;
}
.tt-group .twitter-typeahead {
  display: table-cell !important;
}
.tt-group input::-ms-clear {
  display: none;
}
.tt-hint {
  display: none !important;
}
input.tt-input:not([disabled]) {
  background-color: white !important;
}
html,
body,
.efa-header,
.efa-container {
  min-width: 320px;
}
html,
body {
  height: 100%;
  background-color: #f6f6f6;
}
.efa-media {
  margin-bottom: 10px;
  padding: 6px;
}
.efa-media .media-object {
  height: 90px;
  width: 90px;
}
.efa-media h4 {
  display: block;
}
.efa-media h4:after {
  content: "\A";
  white-space: pre;
}
.efa-media.inactive {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAPklEQVQYV43M2QkAIAwEUVPoVreFKhEUj1zz/RhphUh2yZwiABLChXTmwhO58EUmtNAHPXTBCG2YoQkrSOEAVe0m8yNVlO4AAAAASUVORK5CYII=) repeat;
}
.efa-media.inactive h4 a {
  color: gray;
}
.efa-media .efa-group-description {
  margin-left: 57px;
  display: inline-block;
}
.efa-filedrop {
  padding: 15px;
  width: 150px;
  border: 3px dashed black;
  text-align: center;
  text-overflow: clip;
}
.efa-filedrop input {
  display: none;
}
.efa-filedrop.hover {
  border: 3px dashed blue !important;
  color: blue;
}
.efa-filedrop.has-file {
  color: transparent;
  border: 3px solid black;
}
.efa-filedrop p.disabled-text {
  display: none;
}
.efa-filedrop-files {
  padding: 15px;
  width: 100%;
  border: 3px dashed black;
  text-align: center;
  text-overflow: clip;
}
.efa-filedrop-files.hover {
  border: 3px dashed blue !important;
  color: blue;
}
.efa-filedrop-files.has-file {
  border: 3px solid black;
}
.efa-filedrop-files.has-file p {
  color: transparent;
}
.efa-filedrop-files p.disabled-text {
  display: none;
}
.efa-padded-row {
  margin-bottom: 3px;
}
.efa-sortable {
  padding-left: 0;
}
.efa-sortable:before,
.efa-sortable:after {
  content: " ";
  display: table;
}
.efa-sortable:after {
  clear: both;
}
.efa-sortable.efa-sortable-list li {
  list-style-type: none;
  height: auto;
  width: 600px;
}
.efa-sortable.efa-sortable-condensed-list li {
  height: 70px;
  width: 600px;
  list-style-type: none;
}
.efa-sortable.efa-sortable-condensed-list.efa-plu-maingroups li {
  height: initial;
}
.efa-sortable.efa-sortable-grid li {
  list-style-type: none;
  height: auto;
  width: 400px;
  float: left;
}
.efa-sortable-item {
  cursor: move;
}
.efa-sortable-item .efa-disabled {
  cursor: pointer;
}
.efa-media-buttons {
  float: left;
  float: left !important;
  margin-right: 6px;
}
.efa-validation-error {
  color: red;
  display: none;
}
.efa-text-table tr kbd {
  display: none;
}
@media (max-width: 768px) {
  .efa-text-table tr kbd {
    display: inline-block !important;
  }
}
.efa-text-table tr:first-child kbd {
  display: inline-block;
}
.ng-invalid-max ~ .ng-invalid-max-message,
.ng-invalid-min ~ .ng-invalid-min-message,
.ng-invalid-required ~ .ng-invalid-required-message,
.ng-invalid-maxlength ~ .ng-invalid-maxlength-message,
.ng-invalid-minlength ~ .ng-invalid-minlength-message,
.ng-invalid-pattern ~ .ng-invalid-pattern-message,
.ng-invalid-unique ~ .ng-invalid-unique-message,
.ng-invalid-after ~ .ng-invalid-after-message,
.ng-invalid ~ .ng-invalid-validation-message,
.efa-validation-show {
  display: block;
}
a.efa-home-box {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.66);
}
a.efa-home-box:hover {
  color: black;
}
.efa-home-box {
  width: 140px;
  padding: 10px;
  border: 1px solid #cccccc;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.efa-home-box .glyphicon,
.efa-home-box .glyphicons,
.efa-home-box .fa {
  display: block;
  margin-bottom: 10px;
  font-size: 75px;
}
@media screen and (max-width: 400px) {
  .efa-home-box {
    width: 115px;
    height: 115px;
    font-size: 10px;
  }
  .efa-home-box .glyphicon,
  .efa-home-box .glyphicons,
  .efa-home-box .fa {
    font-size: 45px;
  }
}
.efa-home-box-green .glyphicon,
.efa-home-box-green .glyphicons {
  color: green;
}
.efa-home-box-red .glyphicon,
.efa-home-box-red .glyphicons {
  color: red;
}
.efa-home-box-no-border {
  border: 1px solid transparent;
}
.efa-home-box a {
  position: relative;
  float: right;
  display: block;
  right: -5px;
  top: -7px;
  text-decoration: none;
}
.efa-home-box a .glyphicon-pencil,
.efa-home-box a .glyphicon-remove {
  font-size: 12px;
  color: black;
}
.efa-home-box a .glyphicon-pencil:hover,
.efa-home-box a .glyphicon-remove:hover {
  background-color: white;
  color: #2180d4;
}
.efa-label {
  font-weight: initial;
}
.efa-modal-xl {
  width: 950px;
}
.btn-default.efa-btn-dirty:disabled {
  color: inherit;
}
.efa-btn-dirty {
  background-color: orange;
  border-color: darkorange;
  color: white;
  cursor: pointer;
}
.efa-btn-dirty:focus,
.efa-btn-dirty:active,
.efa-btn-dirty:hover {
  background-color: #cc8400;
  border-color: #cc7000;
}
.table-small {
  font-size: 75%;
}
.table-striped {
  background-color: #f0f0f0;
}
.table-condensed-with-borders th {
  border-bottom: 2px solid #dddddd;
}
.table-condensed-with-borders td {
  border-top: 1px solid #dddddd;
}
.efa-top-five-stores tbody tr:hover {
  background-color: #f8f8f8;
  cursor: pointer;
  font-weight: bold;
}
.efa-top-five-stores .efa-visited {
  background-color: #f8f8f8;
  font-weight: bold;
}
.efa-overview-data table {
  width: 50% !important;
}
.efa-overview-data tr td,
.efa-overview-data th {
  text-align: right;
}
.efa-overview-data th {
  background-color: whitesmoke;
}
.efa-quarter-head {
  text-align: center;
}
.efa-overview-data-left-line {
  border-left: solid 1px gray;
}
.efa-checkbox-group {
  background-color: white;
  overflow: auto;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  height: 150px;
  width: 100%;
}
.efa-checkbox-header {
  margin-left: 6px;
}
.efa-checkbox-group label {
  width: 90%;
  margin-left: 6px;
}
.efa-glyphicon-large {
  font-size: 32px;
}
.efa-glyphicon-gray {
  color: #cccccc;
}
.efa-glyphicon-spin {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.efa-panic-active {
  background-color: #ba1d47 !important;
}
.efa-panic-active:hover,
.efa-panic-active:active,
.efa-panic-active:focus {
  background-color: #e5e5e5 !important;
  color: #1e73be !important;
}
.efa-panic-inactive {
  background-color: #009d00 !important;
}
.efa-panic-inactive:hover,
.efa-panic-inactive:active,
.efa-panic-inactive:focus {
  background-color: #e5e5e5 !important;
  color: #1e73be !important;
}
.efa-green {
  color: forestgreen;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.efa-breadcrumb {
  background-color: transparent !important;
  margin: 0 8px;
  padding: 0;
}
.efa-dropdown {
  padding: 8px;
}
.efa-dropdown-glyphicon-padding {
  margin: 14px;
  margin-right: 0;
}
.efa-folder {
  float: left;
  padding: 0px 30px 15px 30px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  color: gold;
  border: 1px solid #ececec;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.efa-folder .media-ambient {
  background: #1e73be;
  opacity: 0.9;
  position: absolute;
  bottom: 11%;
  left: -10%;
  transform: rotate(45deg);
  font-size: 9px;
  padding: 1px 24px;
  color: white;
}
.efa-folder .glyphicon-folder-close,
.efa-folder .glyphicon-folder-open {
  font-size: 110px;
}
.efa-folder .glyphicon-class {
  display: block;
  font-size: 12px;
  color: black;
}
.efa-folder .glyphicon-class-image {
  display: block;
  font-size: 12px;
  color: black;
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
}
.efa-folder a {
  position: relative;
  float: right;
  display: block;
  padding: 4px;
  right: -25px;
  top: 4px;
}
.efa-folder a .glyphicon-pencil,
.efa-folder a .glyphicon-remove {
  font-size: 12px;
  color: black;
}
.efa-folder a .glyphicon-pencil:hover,
.efa-folder a .glyphicon-remove:hover {
  background-color: white;
  color: #2180d4;
}
.efa-folder:hover {
  border: 1px solid #aeb2b7;
  cursor: pointer;
}
.efa-folder img,
.efa-folder video {
  position: relative;
  max-height: 200px;
  transition: all 0.2s ease-in-out;
}
.efa-folder img:hover,
.efa-folder video:hover {
  transform: scale(1.1);
}
#inputImage {
  float: left;
}
#imageLibrary .modal {
  display: block !important;
}
#imageLibrary .modal-dialog {
  overflow-y: initial !important;
}
#imageLibrary .modal-body {
  height: 400px;
  overflow-y: auto;
}
#imageLibrary .copyrights-notification {
  font-style: italic;
  display: block;
  font-size: 12px;
}
#imageLibrary .efa-folder {
  padding: 16px 30px 15px 30px;
}
#imageLibrary .efa-image-container {
  float: left;
  padding: 16px 30px 32px 24px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  text-align: center;
  border: 1px solid #ececec;
  background-color: white;
  position: relative;
  overflow: hidden;
}
#imageLibrary .efa-image-container .media-ambient {
  background: #1e73be;
  opacity: 0.9;
  position: absolute;
  bottom: 18%;
  left: -15%;
  transform: rotate(45deg);
  font-size: 9px;
  padding: 1px 18px;
  color: white;
  font-weight: bold;
}
#imageLibrary .efa-image-container:hover {
  border: 1px solid #aeb2b7;
  cursor: pointer;
}
#imageLibrary .efa-image-container .image-video-block {
  transition: all 0.2s ease-in-out;
  position: relative;
}
#imageLibrary .efa-image-container .image-video-block:hover {
  transform: scale(1.1);
}
#imageLibrary .efa-image-container .image-video-block img,
#imageLibrary .efa-image-container .image-video-block video {
  max-height: 120px;
  border: 1px solid #f2efef;
}
#imageLibrary .efa-image-container .image-video-block img {
  background: white;
}
#imageLibrary .efa-image-container .image-video-block .glyphicon-class-image {
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  text-align: center;
}
.modal-title {
  font-weight: bold !important;
}
.efa-btn-image-library {
  background-color: #1e73be;
  border: 3px solid #124673;
  padding: 4px;
  color: white;
  position: relative;
  float: left;
  text-align: center;
  height: 136px;
  width: 136px;
  margin-left: 10px;
}
.efa-btn-image-library:hover {
  background-color: #2180d4;
  cursor: pointer;
}
.efa-btn-image-library .glyphicon-class {
  display: block;
  word-wrap: break-word;
  position: absolute;
  bottom: 0px;
}
.efa-btn-image-library .glyphicon-picture {
  font-size: 60pt;
}
.efa-times-table td {
  vertical-align: middle !important;
}
.efa-times-rule-icon img {
  width: 14px;
}
/*# treeview */

ol.tree {
  padding: 0 0 0 30px;
  width: 300px;
}
ol.tree li {
  position: relative;
  margin-left: -15px;
  list-style: none;
}
ol.tree li .efa-treeview-cbdata {
  top: 20px;
  position: relative;
  left: -15px;
}
ol.tree li .efa-treeview-cbdata img {
  top: -1px;
  position: relative;
}
ol.tree li input.efa-treeview-cbdata-sub {
  top: 0px;
}
ol.tree li input.efa-treeview-collapse {
  position: absolute;
  left: 0;
  margin-left: 15px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  height: 1em;
  width: 1em;
  top: 0;
}
ol.tree li input.efa-treeview-collapse:checked + ol {
  margin: -1.25em 0 0 -44px;
  /* 20px */
  padding: 1.563em 0 0 80px;
  height: auto;
}
ol.tree li input.efa-treeview-collapse:checked + ol > li {
  display: block;
  margin: -10px 0 0.125em;
  /* 2px */

}
ol.tree li input.efa-treeview-collapse:checked + ol > li:last-child {
  margin: 0 0 0.063em;
  /* 1px */

}
ol.tree li input.efa-treeview-collapse + ol {
  z-index: 10;
  margin: -0.938em 0 0 -44px;
  /* 15px */
  height: 1em;
}
ol.tree li input.efa-treeview-collapse + ol > li {
  display: none;
  margin-left: -14px !important;
  padding-left: 1px;
}
ol.tree li label {
  background: url(../../efa/img/folder-horizontal.png) 15px 1px no-repeat;
  cursor: pointer;
  display: block;
  padding-left: 37px;
  font-size: 12px;
  margin-left: 12px;
}
ol.tree li.file {
  margin-left: -1px !important;
}
ol.tree li.file label {
  background: none;
  color: black;
  padding-left: 21px;
  text-decoration: none;
  font-weight: normal;
  display: block;
}
ol.tree li.file a[href*='.pdf'] {
  background: url(../../efa/img/document.png) 0 0 no-repeat;
}
ol.tree li.file a[href*='.html'] {
  background: url(../../efa/img/document.png) 0 0 no-repeat;
}
ol.tree li.file a[href$='.css'] {
  background: url(../../efa/img/document.png) 0 0 no-repeat;
}
ol.tree li.file a[href$='.js'] {
  background: url(../../efa/img/document.png) 0 0 no-repeat;
}
/*# image slider*/

.efa-image-slider {
  border: 1px solid black;
  background: white;
  overflow: hidden;
  width: 136px;
  height: 136px;
  float: left;
  margin-left: 10px;
  position: relative;
}
.efa-image-slider .slider-container {
  width: 850px;
}
.efa-image-slider .slider-container .slider-content {
  float: left;
  width: 136px;
  height: 136px;
}
.efa-image-slider .slider-container .slider-content img,
.efa-image-slider .slider-container .slider-content video {
  width: 136px;
  height: 136px;
}
.efa-image-slider span {
  display: block;
  background-color: rgba(255, 255, 255, 0.83);
  color: black;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1000;
  padding: 1px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.efa-image-slider:hover {
  cursor: pointer;
}
.slide4 .slider-content,
.slide3 .slider-content,
.slide2 .slider-content {
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.slide4 .slider-content {
  animation-name: slider4;
}
.slide3 .slider-content {
  animation-name: slider3;
}
.slide2 .slider-content {
  animation-name: slider2;
}
@keyframes slider4 {
  0% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-136px);
  }
  45% {
    transform: translateX(-136px);
  }
  50% {
    transform: translateX(-272px);
  }
  70% {
    transform: translateX(-272px);
  }
  75% {
    transform: translateX(-408px);
  }
  95% {
    transform: translateX(-408px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slider3 {
  0% {
    transform: translateX(0px);
  }
  30% {
    transform: translateX(0px);
  }
  35% {
    transform: translateX(-136px);
  }
  65% {
    transform: translateX(-136px);
  }
  70% {
    transform: translateX(-272px);
  }
  95% {
    transform: translateX(-272px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slider2 {
  0% {
    transform: translateX(0px);
  }
  45% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-136px);
  }
  95% {
    transform: translateX(-136px);
  }
  100% {
    transform: translateX(0px);
  }
}
.efa-image img,
.efa-image video {
  max-height: 110px;
}
.efa-image-related {
  background: white !important;
}
a.relatedImagesLink {
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  cursor: pointer;
}
.efa-to-lower {
  text-transform: lowercase;
}
.efa-break-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.glyphicon-exclamation-sign {
  color: red;
}
.glyphicon-ok-sign {
  color: green;
}
.efa-voucher-info {
  right: -21px;
  top: -25px;
  float: right;
}
.efa-bg-error {
  background-color: #f7d9d9 !important;
}
.efa-bg-success {
  background-color: #bdf5c3 !important;
}
.efa-bg-info {
  background-color: #d9edf7 !important;
}
h3 .glyphicon-question-sign {
  font-size: 16px;
}
h1 .glyphicon-info-sign,
h2 .glyphicon-info-sign,
h3 .glyphicon-info-sign {
  font-size: 20px;
  color: #1e73be;
}
h1 .glyphicon-info-sign:hover,
h2 .glyphicon-info-sign:hover,
h3 .glyphicon-info-sign:hover {
  color: #2180d4;
  cursor: pointer;
}
.ndb-as-button {
  cursor: pointer;
}
.ndb-as-button:hover {
  background-color: #f6f6f6;
}
.efa-library-addMargin {
  margin-top: 8px;
}
.efa-beta {
  vertical-align: super;
  font-size: x-small;
  position: relative;
}
.dropdown-backdrop {
  position: static;
}
.efa-extraCosts th {
  min-width: 80px;
}
.efa-badge {
  position: absolute;
  top: 0px;
  right: -10px;
  background-color: red;
}
.efa-badge-sub {
  position: absolute;
  right: -10px;
  background-color: red;
  z-index: 2;
}
.media-heading .efa-badge-sub {
  position: inherit;
}
.transactionTotal {
  border-style: double none double none;
}
.transationsHeader {
  font-weight: bold;
}
.efa-transactionItem {
  padding: 4px;
}
.efa-transactionItem:hover {
  background-color: #e6e6e6 !important;
}
.efa-transactionItem .efa-transactionDetailItem {
  padding-left: 30px;
}
.efa-margin-top-10 {
  margin-top: 10px;
}
.efa-margin-bottom-15 {
  margin-bottom: 15px;
}
.efa-margin-left-20 {
  margin-left: 20px;
}
.efa-strong {
  font-weight: bold;
}
.efa-text-underline {
  text-decoration: underline;
}
.efa-transactionTotal {
  border-top: 2px solid black;
}
.efa-transactionPrice {
  width: 10%;
}
.efa-uppercase {
  text-transform: uppercase;
}
.efa-downloadPdf {
  line-height: 1.28;
  font-size: 16pt;
  color: #bc2328;
}
.efa-phone-notification-verify .input-group-addon .glyphicons {
  line-height: 0.5;
  font-size: 14pt;
}
.snapshot-generator {
  display: block;
  height: 1px;
  left: 0;
  object-fit: contain;
  position: fixed;
  top: 0;
  width: 1px;
  z-index: -1;
}
.movable-element {
  position: absolute;
  color: white;
  font-size: 24px;
  display: inline-block;
}
.movable-element-container {
  position: relative;
  margin: 0 auto;
  object-fit: contain;
  display: inline-block;
  height: 338px;
}
.movable-element-container video {
  width: 100%;
  display: block;
}
.movable-element-container :before {
  position: absolute;
  color: white;
  font-size: 24px;
  display: inline-block;
}
.efa-image-library-breadcrumb {
  background-color: white;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 15px;
  left: 15px;
  height: 25px;
  z-index: 10;
}
.efa-image-library-content {
  margin-top: 190px;
}
.pickup-dashboard {
  display: flex;
  font-size: 18px;
  font-weight: bold;
}
.pickup-dashboard .pickup-dashboard-column {
  flex: auto;
  background-color: white;
  margin: 10px;
  border: 1px solid #f0eded;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  padding: 15px;
  text-align: center;
}
.pickup-dashboard .pickup-dashboard-column .title {
  position: relative;
  top: -28px;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #b5b5b5;
  width: 162px;
  text-align: center;
  color: #1e73be;
}
.pickup-dashboard .pickup-dashboard-column .item {
  font-size: 26px;
}
.pickup-dashboard .pickup-dashboard-column .item div {
  display: inline-flex;
  vertical-align: middle;
}
.pickup-dashboard .pickup-dashboard-column .item div.name {
  display: block;
  font-size: 10px;
}
.pickup-dashboard .pickup-dashboard-column .item div.move {
  color: #1e73be;
  cursor: pointer;
}
.pickup-dashboard .pickup-dashboard-column:first-child {
  margin-left: 0px;
}
.pickup-dashboard .pickup-dashboard-column:last-child {
  margin-right: 0px;
}
.efa-dashboard-section {
  margin: 8px 0 48px 0;
  position: relative;
}
.efa-dashboard-section::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  margin-top: 15px;
  content: "";
}
.efa-dashboard-section .efa-dashboard-title {
  position: relative;
  margin: 0;
  width: 100%;
}
.efa-dashboard-section .efa-dashboard-title:before,
.efa-dashboard-section .efa-dashboard-title:after {
  content: " ";
  display: table;
}
.efa-dashboard-section .efa-dashboard-title:after {
  clear: both;
}
.efa-dashboard-section .efa-dashboard-title .efa-dashboard-title-text {
  padding: 0 16px;
  margin: 0 16px;
  font-size: 24px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  background-color: #f6f6f6;
  float: left;
}
.efa-dashboard-section .efa-dashboard-title .efa-dashboard-title-actions {
  float: right;
}
.efa-dashboard-section .efa-dashboard-title .efa-dashboard-title-actions .efa-dashboard-title-action {
  background-color: white;
  padding: 0 16px;
  margin: 0 16px;
}
.efa-dashboard-section .efa-widgets {
  margin: 8px 0;
}
.efa-dashboard-section .efa-widgets:before,
.efa-dashboard-section .efa-widgets:after {
  content: " ";
  display: table;
}
.efa-dashboard-section .efa-widgets:after {
  clear: both;
}
.efa-dashboard-section .efa-widgets a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.66);
}
.efa-dashboard-section .efa-widgets a:hover {
  text-decoration: none;
  color: black;
}
.efa-dashboard-section .efa-widgets .efa-widget {
  display: block;
  width: 100%;
  height: 200px;
  float: left;
  padding: 12px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
  margin-right: 2%;
  text-align: center;
}
.efa-dashboard-section .efa-widgets .efa-widget-green,
.efa-dashboard-section .efa-widgets .efa-widget-green .glyphicon,
.efa-dashboard-section .efa-widgets .efa-widget-green .glyphicons {
  color: green;
}
.efa-dashboard-section .efa-widgets .efa-widget-red,
.efa-dashboard-section .efa-widgets .efa-widget-red .glyphicon,
.efa-dashboard-section .efa-widgets .efa-widget-red .glyphicons {
  color: red;
}
.efa-dashboard-section .efa-widgets .efa-widget-gray,
.efa-dashboard-section .efa-widgets .efa-widget-gray .glyphicon,
.efa-dashboard-section .efa-widgets .efa-widget-gray .glyphicons {
  color: gray;
}
.efa-dashboard-section .efa-widgets .efa-widget .efa-widget-actions {
  height: 20px;
}
.efa-dashboard-section .efa-widgets .efa-widget .efa-widget-actions:before,
.efa-dashboard-section .efa-widgets .efa-widget .efa-widget-actions:after {
  content: " ";
  display: table;
}
.efa-dashboard-section .efa-widgets .efa-widget .efa-widget-actions:after {
  clear: both;
}
.efa-dashboard-section .efa-widgets .efa-widget .efa-widget-actions .efa-widget-actions-left {
  float: left;
}
.efa-dashboard-section .efa-widgets .efa-widget .efa-widget-actions .efa-widget-actions-right {
  float: right;
}
.efa-dashboard-section .efa-widgets .efa-widget .efa-widget-actions + .efa-widget-icon {
  margin-top: 5px;
}
.efa-dashboard-section .efa-widgets .efa-widget .efa-widget-icon {
  display: block;
  font-size: 48px;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 8px;
  height: 48px;
}
.efa-dashboard-section .efa-widgets .efa-widget .efa-widget-title-container {
  width: 100%;
  height: 20%;
  padding: 8px;
  color: white;
  text-align: left;
}
.efa-dashboard-section .efa-widgets .efa-widget .efa-widget-chart-container {
  width: 100%;
  height: 80%;
}
.efa-dashboard-section .efa-widgets .efa-widget .efa-widget-value-container {
  width: 100%;
  height: 60%;
  line-height: 200%;
  vertical-align: middle;
  color: white;
  padding: 8px;
  font-size: 35px;
}
.efa-dashboard-section .efa-widgets .efa-widget .efa-widget-comparison-container {
  width: 100%;
  height: 20%;
  color: white;
  display: inline;
}
.efa-dashboard-section .efa-widgets .efa-widget.efa-widget-add {
  background-color: #7ac143;
  color: white;
}
.efa-dashboard-section .efa-widgets .efa-widget-title {
  font-size: 14px;
  line-height: 1;
}
well.ema-dashboard-explanation {
  top: 50px;
  width: 500px;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.7);
}
.ema-dashboard .ema-dashboard-gridster-item {
  padding: 12px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.ema-dashboard .ema-dashboard-gridster-item h3 {
  margin-top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 20px);
}
.ema-dashboard .ema-dashboard-gridster-item #panel {
  min-width: 120px;
  width: calc(20% - 22px - 4px - 14px);
  height: calc(100% - 22px - 4px - 14px);
  text-align: left;
  margin-top: 20px;
  float: left;
  display: block;
  overflow-y: auto;
}
.ema-dashboard .ema-dashboard-gridster-item #panel ::-webkit-scrollbar {
  display: none;
}
.ema-dashboard .ema-dashboard-gridster-item #panel .dx-checkbox {
  display: block;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-header {
  line-height: 1;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-header:before,
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-header:after {
  content: " ";
  display: table;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-header:after {
  clear: both;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-header h3 {
  font-size: 22px;
  margin-bottom: 4px;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-header .ema-dashboard-widget-subtitle {
  line-height: 1;
  color: rgba(0, 0, 0, 0.36);
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content {
  overflow: hidden;
  height: calc(100% - 22px - 4px - 14px);
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content #barGauge {
  display: block;
  float: right;
  width: 80%;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table {
  height: inherit;
  width: inherit;
  overflow: hidden;
  display: box;
  display: flex;
  flex-flow: column nowrap;
  box-pack: justify;
  /* ProductMix Table Classes */

  /* End ProductMix Classes */

}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table .PRE-flex {
  display: box;
  display: flex;
  flex-flow: row nowrap;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table .Table-header {
  display: box;
  display: flex;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 500px) {
  .ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table .Table-header {
    font-weight: 700;
  }
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table .Table-row {
  width: 100%;
}
@media (min-width: 500px) {
  .ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table .Table-row {
    display: box;
    display: flex;
    flex-flow: row nowrap;
  }
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table .Table-row-item {
  display: box;
  display: flex;
  flex-flow: row nowrap;
  position: relative !important;
  flex-grow: 1;
  flex-basis: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0.5em;
  word-break: break-word;
  min-width: 30px;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table .row-collection {
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 10px;
  border-top-style: double !important;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table .table-row-item-productmix {
  display: box;
  display: flex;
  flex-flow: row nowrap;
  width: 30px !important;
  max-width: 30px !important;
  height: 30px !important;
  padding: 0em !important;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table .table-row-item-productmix.combination-data {
  display: box;
  display: flex;
  flex-flow: row nowrap;
  position: relative !important;
  min-width: 120px !important;
  height: 30px !important;
  padding: 0em !important;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table .Table-header-rotated {
  display: flex !important;
  font-weight: 700;
  text-overflow: ellipsis !important;
  width: 30px !important;
  max-width: 30px !important;
  height: 200px !important;
  padding-top: 91px !important;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table .Table-header-rotated.combination-data {
  display: box;
  display: flex !important;
  font-weight: 700;
  height: 30px !important;
  text-overflow: ellipsis !important;
  text-align: center !important;
  min-width: 120px !important;
  padding-top: 91px !important;
  transform: rotate(0deg) !important;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table .table-row-cell-graphic {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 0, 0, 0.4);
  z-index: -1;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-content .Table .row-collection-xscroll {
  position: static;
  top: -200px;
  overflow: auto !important;
  border-top-style: double !important;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-widget-table-total-row {
  border-top-style: double;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-gridster-options-icon {
  float: right;
  float: right !important;
  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;
  cursor: pointer;
  color: transparent;
}
.ema-dashboard .ema-dashboard-gridster-item .ema-dashboard-gridster-options-icon:before {
  content: "\e019";
}
.ema-dashboard .ema-dashboard-gridster-item:hover .ema-dashboard-gridster-options-icon {
  color: gray;
}
@media screen and (max-width: 900px) {
  .ema-dashboard .ema-dashboard-gridster-item h3 {
    font-size: 16px;
  }
}
.ema-livemap .product {
  position: absolute;
  left: calc(50% - 165px);
  top: calc(50% - 150px);
  width: 33rem;
  height: 15rem;
  background: white;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.35);
  transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -webkit-transition: all 0.15s ease-in-out 0s;
  z-index: 2;
  opacity: 1;
  transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
.ema-livemap .product.in {
  opacity: 0;
  margin-top: 5rem;
  transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
.ema-livemap .product.out {
  opacity: 0;
  margin-top: 10rem;
  transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}
.ema-livemap .product:before,
.ema-livemap .product:after {
  content: " ";
  display: table;
}
.ema-livemap .product img {
  float: left;
  width: 11rem;
  height: 11rem;
  margin: 0.5rem;
}
.ema-livemap .product .productInfo {
  position: relative;
  float: left;
  width: 210px;
  height: 13rem;
  margin-top: 1rem;
  font-size: 13px !important;
  font-weight: 500;
  padding: 1.5rem 0.5rem;
}
.ema-livemap .product .productInfo #store {
  font-weight: bold;
}
.ema-livemap .product .location {
  position: absolute;
  bottom: -8px;
  left: 155px;
  font-size: 20px;
  color: #3878c8;
}
.ema-livemap .product:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  clear: both;
}
.ema-livemap .gm-bundled-control-on-bottom,
.ema-livemap .gmnoprint,
.ema-livemap button {
  display: none;
}
.ema-widget-drawer {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin-top: -260px;
  margin-left: -15px;
  margin-right: -15px;
}
.ema-widget-drawer.open {
  margin-top: -10px;
}
.ema-widget-drawer.open .ema-widget-drawer-content-panel-nav {
  display: block;
}
.ema-widget-drawer .ema-widget-drawer-content-panel-nav {
  display: none;
  padding: 8px 0 0 12px;
  background-color: #e0e0e0;
}
.ema-widget-drawer .ema-widget-drawer-content-panel-nav .ema-widget-title {
  font-size: 18px;
  font-weight: bold;
  vertical-align: bottom;
}
.ema-widget-drawer .ema-widget-drawer-content-panel-nav .glyphicon,
.ema-widget-drawer .ema-widget-drawer-content-panel-nav .glyphicons {
  display: inline-block;
  margin-left: 10px;
  font-size: 33px;
  margin-right: 15px;
}
.ema-widget-drawer .ema-widget-drawer-content {
  background-color: #e0e0e0;
  height: 250px;
}
.ema-widget-drawer .ema-widget-drawer-content .ema-widget-drawer-content-panel {
  padding: 12px;
  font-size: 12px;
}
.ema-widget-drawer .ema-widget-drawer-content .ema-widget-drawer-content-panel:before,
.ema-widget-drawer .ema-widget-drawer-content .ema-widget-drawer-content-panel:after {
  content: " ";
  display: table;
}
.ema-widget-drawer .ema-widget-drawer-content .ema-widget-drawer-content-panel:after {
  clear: both;
}
.ema-widget-drawer .ema-widget-drawer-content .ema-widget-drawer-content-panel .ema-widget-group-title {
  font-size: 12px;
  font-weight: bold;
}
.ema-widget-drawer .ema-widget-drawer-content .ema-widget-drawer-content-panel .ema-widget-drawer-widget {
  float: left;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.36078431372549);
  margin-right: 4px;
  margin-bottom: 4px;
  height: 220px;
}
.ema-widget-drawer .ema-widget-drawer-content .ema-widget-drawer-content-panel .ema-widget-drawer-widget ul {
  padding: 0;
  padding-left: 16px;
  list-style-type: none;
}
.ema-widget-drawer .ema-widget-drawer-content .ema-widget-drawer-type-picker {
  margin: 0 auto;
  display: table;
  padding-top: 15px;
}
.ema-widget-drawer .ema-widget-drawer-content .ema-widget-drawer-type-picker .ema-widget-drawer-block {
  margin: 0 auto;
  display: table-cell;
  padding-right: 20px;
  padding-left: 20px;
}
.ema-widget-drawer .ema-widget-drawer-content .ema-widget-drawer-type-picker .ema-widget-drawer-block .efa-home-box {
  width: initial;
  margin-right: initial;
}
.ema-widget-drawer .ema-widget-drawer-content a.ema-widget-drawer-widget {
  text-decoration: none;
}
.ema-widget-drawer .ema-widget-drawer-clip {
  text-align: center;
  background-color: #e0e0e0;
  width: 50px;
  padding-top: 5px;
  margin: 0 auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.ema-full-height {
  height: 100%;
}
#widget-modal-filters h3 {
  margin-top: 30px;
}
.receipt-modal-look {
  background-color: ivory;
  margin: 0 auto;
  padding: 20px;
  width: 98%;
  font-family: monospace;
}
.receipt-modal-look div {
  margin: 20px 0;
  line-height: 9px;
  overflow: hidden;
}
.receipt-modal-look table {
  border-collapse: collapse;
}
.receipt-modal-look table tr {
  height: 1.2em;
}
.receipt-modal-look table tr td {
  padding: 0 3px;
}
.receipt-modal-look .indent p {
  text-align: center;
}
.receipt-modal-look .receipt-modal-product-table {
  width: 100%;
}
.ema-badge {
  position: absolute;
  top: 14px;
  right: -9px;
  background-color: red;
  z-index: 1;
}
.ndb-sidebar-open .ema-badge {
  position: absolute;
  top: 14px;
  right: 62px;
  background-color: red;
  z-index: 1;
}
.ema-journal .ema-journal-entry h4 {
  margin-top: 10px;
}
.ema-journal .ema-journal-entry table .ema-journal-general-ledger-header {
  width: 30%;
}
.ema-journal .ema-journal-entry table .ema-journal-description-header {
  width: 40%;
}
.ema-journal .ema-journal-entry table .ema-journal-debit-header {
  width: 15%;
}
.ema-journal .ema-journal-entry table .ema-journal-credit-header {
  width: 15%;
}
.ema-journal .ema-journal-entry table .ema-journal-debit,
.ema-journal .ema-journal-entry table .ema-journal-credit {
  text-align: right;
}
.ema-journal .ema-journal-entry table .ema-journal-debit {
  color: darkgoldenrod;
}
.ema-journal .ema-journal-entry table .ema-journal-credit {
  color: darkgreen;
}
.ema-journal .ema-journal-entry table .ema-journal-entry-total {
  border-top: 2px solid gray;
}
.ema-journal .ema-journal-entry table caption {
  text-align: center;
  color: black;
}
.ema-horizontal-label {
  padding-top: 7px;
}
.ema-z-report-amount {
  width: 150px;
}
.ema-z-report-summation {
  border-top: 1px solid black !important;
}
.ema-hour-report-summation {
  border-top: 2px solid black !important;
}
@media print {
  .ema-dashboard-gridster-options-icon,
  .ndb-excel-export {
    display: none !important;
  }
}
.take-pad-15 {
  padding-left: 0px;
  padding-bottom: 15px;
}
.take-pad-right-15 {
  padding-right: 0px;
  padding-bottom: 15px;
}
.take-margin-top-15 {
  margin-top: 0px;
}
.take-pad-bottom {
  padding-bottom: 0px;
}
.take-pad-right-23 {
  padding-right: 23px;
  padding-bottom: 15px;
}
.pad-top-5 {
  padding-top: 5px;
}
.pad-top-10 {
  padding-top: 10px;
}
.pad-top-20 {
  padding-top: 20px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
dl dd {
  margin-bottom: 8px;
  margin-left: 6px;
}
.cellWidth250 {
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cellWidth100 {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cellWidth60 {
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cellWidth400 {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-circle {
  width: 35px;
  height: 35px;
  padding: 6px 0px;
  border-radius: 17px !important;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}
.sidebar-wordOverlap {
  padding-left: 4px;
  padding-bottom: 0px;
}
.employeeFilter-container {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.employeeFilter-container ::-webkit-scrollbar {
  display: none;
}
.datagrid .dx-placeholder {
  display: none;
}
.panel-heading {
  cursor: pointer;
}
.panel-heading.bg-danger {
  background-color: #f2dede !important;
}
.panel-heading h4:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  color: grey;
}
.panel-heading.collapsed h4:after {
  content: "\e080";
}
.flex-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-item {
  max-width: 50%;
}
.pieWidgetContainer {
  margin: 2% 4%;
}
.pieChartContainer {
  border-radius: 4px;
  background-color: whitesmoke;
  border: 1px solid;
  border-color: #e3e3e3;
}
.deliveryDivisionOverviewChartContainer {
  border-radius: 4px;
  background-color: whitesmoke;
  border: 1px solid;
  border-color: #e3e3e3;
  margin: 0 3% 0 1%;
}
.barChartContainer {
  border-radius: 4px;
  background-color: whitesmoke;
  border: 1px #e3e3e3 solid;
  margin: 2% 4%;
}
.singleValueContainer {
  padding: 15px;
  border: 1px #e3e3e3 solid;
  border-radius: 4px;
  background-color: whitesmoke;
  margin-top: 1%;
}
.singleValueContainer h5 {
  font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
  padding-left: 5px;
}
.singleValueContainer h6 {
  font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
  font-weight: 700;
  font-size: 20px;
  padding-right: 5px;
}
#printStuff {
  height: 33%;
  width: 100%;
  padding: 15px;
}
.chartEmptyMessage {
  position: absolute;
  display: block;
  font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
  font-weight: 400;
  font-size: 18px;
  top: 35%;
  width: 80%;
  margin: 0 7%;
  padding: 5px;
  background-color: white;
  border: 1px #e3e3e3 solid;
  border-radius: 4px;
}
.fontNormal {
  font-weight: normal !important;
}
.ema-notification-triggered-tab {
  background-color: lightyellow;
  border-radius: 10px;
}
.ema-employee-hours .header-row {
  margin-bottom: 10px;
}
.ema-employee-hours .header-row span {
  background: #ffdd00;
  display: block;
  padding: 3px;
  border-radius: 12px;
}
.ema-employee-hours .divider {
  border-right: 1px solid #b7b6b6;
}
.ema-employee-hours td {
  border-top: none !important;
}
.ema-employee-hours .row:last-child {
  margin-top: 15px;
}
.ema-employee-hours .show {
  display: block;
}
.ndb-row-with-sidebar .ndb-container .is-active-circle {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: solid 1px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .text-right {
  text-align: right !important;
}
.ndb-row-with-sidebar .ndb-container.pac-module .text-right tr td,
.ndb-row-with-sidebar .ndb-container.pac-module .text-right tr th {
  text-align: right !important;
}
.ndb-row-with-sidebar .ndb-container.pac-module .wage-table th {
  vertical-align: bottom;
  min-width: 120px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .wage-table th .input-group-addon {
  font-size: 10px;
  padding: 6px 6px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .panel {
  margin-top: 10px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .panel .panel-heading {
  cursor: pointer;
}
.ndb-row-with-sidebar .ndb-container.pac-module .panel .panel-heading.panel-heading-default {
  cursor: initial;
}
.ndb-row-with-sidebar .ndb-container.pac-module .panel .panel-heading h4:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  color: grey;
}
.ndb-row-with-sidebar .ndb-container.pac-module .panel .panel-heading.collapsed h4:after {
  content: "\e080";
}
.ndb-row-with-sidebar .ndb-container.pac-module .store-selector .twitter-typeahead {
  margin-top: -1px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .store-selector .input-group-btn button {
  position: relative;
  top: -3px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .tab-pane {
  padding-top: 20px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table .btn {
  width: 100%;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table thead th:first-child {
  width: 200px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table thead th:first-child .form-group {
  margin-bottom: initial;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table thead th:first-child .form-group input[type=number] {
  min-width: 60px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table thead th:first-child .form-group .input-group-btn input[type=number] {
  min-width: 73px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table thead tr:last-child th {
  background-color: white;
  vertical-align: top;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table thead tr:last-child th .pac-weather {
  position: relative;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table thead tr:last-child th .pac-weather label {
  display: block;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table thead tr:last-child th .pac-weather label span {
  display: inherit;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table thead tr:last-child th .pac-weather img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table thead tr:last-child th .pac-weather img.country-flag-display {
  display: inline;
  height: 22px;
  width: initial;
  position: relative;
  margin-right: 1px;
  margin-left: 1px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table thead tr:last-child th .pac-weather .popover {
  width: 400px;
  font-size: 11px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table thead tr:last-child th:last-child .pac-weather .popover {
  left: -110px !important;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table thead tr:last-child th:last-child .pac-weather .popover .arrow {
  left: 70%;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table tbody .planning-table-section {
  background-color: #5b5b5b;
  color: white;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table tbody .planning-table-section th {
  border-right: none !important;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table tbody th {
  text-align: right;
  vertical-align: middle;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table tbody th:first-child {
  border-right: 2px solid #dddddd;
}
.ndb-row-with-sidebar .ndb-container.pac-module .planning-table tbody td.border {
  border-right: 2px solid #dddddd;
  vertical-align: middle;
}
.ndb-row-with-sidebar .ndb-container.pac-module .has-error button {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.ndb-row-with-sidebar .ndb-container.pac-module .efa-sortable {
  overflow: scroll;
}
.ndb-row-with-sidebar .ndb-container.pac-module .bg-danger {
  background-color: #f2dede !important;
}
.ndb-row-with-sidebar .ndb-container.pac-module .bg-success {
  background-color: #dff0d8 !important;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-width-35 {
  width: 35px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-width-80 {
  width: 80px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-width-185 {
  width: 185px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-min-width-70 {
  min-width: 70px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-min-width-120 {
  min-width: 120px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-weekdays td {
  min-width: 120px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-weekdays td .popover-content {
  word-break: break-word !important;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-weekdays td .popover {
  width: 400px;
  font-size: 11px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-weekdays td a {
  position: relative;
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-weekdays td a .glyphicons-user {
  position: absolute;
  right: 3px;
  top: 3px;
  color: orange;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-weekdays td a.efa-btn-dirty .glyphicons-user {
  color: white;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-strong {
  font-weight: bold;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-align-vertical {
  vertical-align: middle;
}
.ndb-row-with-sidebar .ndb-container.pac-module .bg-dayresult-good {
  background-color: #5cb85c;
  color: white;
  font-weight: bold;
}
.ndb-row-with-sidebar .ndb-container.pac-module .bg-dayresult-bad {
  background-color: #c9302c;
  color: white;
  font-weight: bold;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-dropdown {
  width: 100%;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-dropdown .btn {
  width: inherit;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-sortable-within-container {
  overflow: scroll;
}
.ndb-row-with-sidebar .ndb-container.pac-module #finalize .table-striped tbody tr {
  background-color: white !important;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-state-display {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-state-display .input-group-addon {
  border-radius: initial;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-state-display .btn {
  border-radius: initial;
}
.ndb-row-with-sidebar .ndb-container.pac-module .table-bs-dropdown {
  width: 100%;
}
.ndb-row-with-sidebar .ndb-container.pac-module .table-bs-dropdown button {
  width: inherit;
  text-align: right;
}
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-types tr td:first-child,
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-types tr td:last-child {
  width: 12%;
}
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-groups tr th,
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-general tr th {
  vertical-align: top;
}
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-groups tr th:first-child,
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-general tr th:first-child {
  width: 12%;
}
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-groups tr th:nth-child(3),
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-general tr th:nth-child(3) {
  width: 30%;
}
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-groups tr td:nth-child(5) .input-group,
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-general tr td:nth-child(5) .input-group {
  min-width: 100px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-general tr td:nth-child(6) .input-group {
  min-width: 100px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-aquisition tr th {
  vertical-align: top;
}
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-aquisition tr th:first-child,
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-aquisition tr th:nth-child(2) {
  width: 12%;
}
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-aquisition tr th:nth-child(4) {
  width: 30%;
}
.ndb-row-with-sidebar .ndb-container.pac-module .table-revenue-aquisition tr td:nth-child(6) .input-group {
  min-width: 100px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-report-hours-history thead table {
  background-color: inherit;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-report-hours-history thead table thead th:last-child {
  width: 45%;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-report-hours-history thead table tbody th {
  border: none;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-report-hours-history thead table.pac-report-hour-selection thead th:last-child {
  width: initial;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-report-hours-history tbody tr th,
.ndb-row-with-sidebar .ndb-container.pac-module .pac-report-hours-history tbody tr td {
  border: 1px solid #dddddd;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-report-hours-history tbody tr th:first-child,
.ndb-row-with-sidebar .ndb-container.pac-module .pac-report-hours-history tbody tr td:first-child {
  border-left: none;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-report-hours-history tbody tr th:last-child,
.ndb-row-with-sidebar .ndb-container.pac-module .pac-report-hours-history tbody tr td:last-child {
  border-right: none;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-report-hours-history tbody tr:last-child th {
  border-bottom: none;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-report-hours-history tbody tr:nth-child(2) {
  border-bottom: 2px solid #dddddd;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-basic-planning td a {
  font-weight: bold;
  font-size: 11px;
  padding: 4px;
  display: block;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-basic-planning td a span {
  display: block;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-shift-status-circle {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  border: 1px solid black;
  display: none;
  margin-left: 2px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-shift-status-circle.negotiable {
  background: blue;
  display: inline-block;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-shift-status-circle.standby {
  background: orange;
  display: inline-block;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-shift-status-circle.istraded {
  background: purple;
  display: inline-block;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-shift-trade-detail {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  border: 1px solid black;
  display: none;
  margin-left: 2px;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-shift-trade-detail.red {
  background: red;
  display: inline-block;
}
.ndb-row-with-sidebar .ndb-container.pac-module .pac-shift-trade-detail.green {
  background: green;
  display: inline-block;
}
.active-day {
  background-color: black;
  color: white;
}
@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}
@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
.tooltip-wrapper {
  display: block;
}
.tooltip-wrapper .btn[disabled] {
  pointer-events: none;
}
.tooltip-wrapper.disabled {
  cursor: not-allowed;
}
.pac-weekdays td.disabled {
  cursor: not-allowed;
}
.pac-weekdays td.disabled a {
  pointer-events: none;
}
.text-error {
  color: red;
}
.text-good {
  color: green;
}
.mask-number {
  position: relative;
}
.mask-number input[type=number]:focus + label {
  display: none;
}
.mask-number label {
  position: absolute;
  background: white;
  left: 16px;
  top: 8px;
  font-weight: normal;
  padding: 5px;
}
.pac-padding-top-10 {
  padding-top: 10px;
}
.pac-schedule-view2 .table tr td {
  position: relative !important;
}
.pac-schedule-view2 .table tr td select {
  width: 100% !important;
}
pac-schedule-week .table > thead > tr:first-child > th {
  border-bottom: none;
  border-right: 1px dashed black;
  text-align: center;
}
pac-schedule-week .table > thead > tr:first-child > th:last-child {
  border-right: none;
}
pac-schedule-week .table > thead > tr:last-child > th {
  border-top: none;
}
pac-schedule-week .table > td {
  position: relative;
}
pac-schedule-week .table > td select {
  width: 100%;
}
pac-schedule-week table > .shift-body {
  border-top: none;
}
.small-row {
  padding: 2px !important;
}
.section-title {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
  border-bottom: none;
  border-top: none;
}
.table-weekschedule {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.table-weekschedule .not-available-week-mode {
  background: repeating-linear-gradient(45deg, #ff8383, #ff8383 10px, whitesmoke 10px, whitesmoke 20px);
  color: black !important;
  overflow: hidden;
  cursor: pointer;
}
.table-weekschedule .not-available-week-mode:hover {
  border: 1px dashed gray;
  border-radius: 5px;
}
.table-weekschedule tr {
  min-height: 15px;
}
.table-weekschedule .add-shift-row {
  height: 20px;
  border-radius: 5px;
}
.table-weekschedule .add-shift-row .add-shift-item {
  width: 100%;
  height: 20px;
}
.table-weekschedule .add-shift-row .add-shift-item:hover {
  border: 1px dashed gray;
  border-radius: 5px;
}
.table-weekschedule td {
  border-radius: 5px;
  padding-left: 3px;
  padding-right: 3px;
  width: 100%;
  height: 100%;
  font-size: smaller;
}
.table-weekschedule td .time {
  display: inline-block;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
}
.table-weekschedule td .name {
  width: 50%;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.shifts {
  height: 150%;
}
.pac-schedule .table > thead > tr:first-child > th {
  border-bottom: none;
  border-right: 1px dashed black;
  text-align: center;
  width: 3.542%;
}
.pac-schedule .table > thead > tr:first-child > th:first-child {
  width: 15%;
  min-width: 170px;
}
.pac-schedule .table > thead > tr:first-child > th:last-child {
  border-right: none;
}
.pac-schedule .table > thead > tr:last-child > th {
  border-top: none;
}
.pac-schedule .table > tfoot tr:first-child td {
  border-top: 1px solid black;
}
.pac-schedule .table > td {
  position: relative;
}
.pac-schedule .table > td select {
  width: 100%;
}
.pac-schedule .pac-schedule-blank-row {
  border-bottom: none;
  border-top: none;
}
.pac-schedule .pac-schedule-blank-row-top {
  border-top: none;
}
.pac-schedule .pac-schedule-no-right-border {
  border-right: none !important;
}
.pac-schedule .pac-schedule-no-left-border {
  border-left: none !important;
}
.pac-schedule .pac-schedule-left-border {
  border-left: 1px solid black !important;
}
.pac-schedule .pac-schedule-block-area {
  background-color: white;
  padding-left: 0;
  position: relative;
}
.pac-schedule .pac-schedule-block-area .pac-schedule-block-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pac-schedule .pac-schedule-block-area .pac-schedule-block-container .pac-scheduled-block {
  color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 30px;
  background-color: chocolate;
  overflow: hidden;
  font-size: 12px;
  line-height: 28px;
  vertical-align: middle;
  padding-left: 4px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  z-index: 2;
}
.pac-schedule .pac-schedule-block-area .pac-schedule-block-container .pac-scheduled-block .pac-schedule-break {
  background-color: #464646;
  color: white;
  float: right;
  width: 30px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  position: absolute;
  top: 0;
  right: 0;
}
.pac-schedule-sector-input {
  max-width: 237px !important;
}
.pac-schedule-view-select {
  display: inline-block;
  width: 250px;
}
.pac-colors.wi,
.pac-colors .wi {
  background-color: whitesmoke !important;
  color: black !important;
}
.pac-colors.wi.hoverable:hover,
.pac-colors .wi.hoverable:hover {
  border: 1px dashed black;
}
.pac-colors.wim,
.pac-colors .wim {
  background-color: #f2f2ee !important;
  color: black !important;
}
.pac-colors.wim.hoverable:hover,
.pac-colors .wim.hoverable:hover {
  border: 1px dashed black;
}
.pac-colors.ge,
.pac-colors .ge {
  background-color: #e8e890 !important;
  color: black !important;
}
.pac-colors.ge.hoverable:hover,
.pac-colors .ge.hoverable:hover {
  border: 1px dashed black;
}
.pac-colors.gel,
.pac-colors .gel {
  background-color: #f8f0c0 !important;
  color: black !important;
}
.pac-colors.gel.hoverable:hover,
.pac-colors .gel.hoverable:hover {
  border: 1px dashed black;
}
.pac-colors.gr,
.pac-colors .gr {
  background-color: #11c02f !important;
  color: white !important;
}
.pac-colors.gr.hoverable:hover,
.pac-colors .gr.hoverable:hover {
  border: 1px dashed white;
}
.pac-colors.grl,
.pac-colors .grl {
  background-color: #50e080 !important;
  color: black !important;
}
.pac-colors.grl.hoverable:hover,
.pac-colors .grl.hoverable:hover {
  border: 1px dashed black;
}
.pac-colors.dg,
.pac-colors .dg {
  background-color: #50a050 !important;
  color: white !important;
}
.pac-colors.dg.hoverable:hover,
.pac-colors .dg.hoverable:hover {
  border: 1px dashed white;
}
.pac-colors.bl,
.pac-colors .bl {
  background-color: #4080f0 !important;
  color: white !important;
}
.pac-colors.bl.hoverable:hover,
.pac-colors .bl.hoverable:hover {
  border: 1px dashed white;
}
.pac-colors.lb,
.pac-colors .lb {
  background-color: #90b0f0 !important;
  color: black !important;
}
.pac-colors.lb.hoverable:hover,
.pac-colors .lb.hoverable:hover {
  border: 1px dashed black;
}
.pac-colors.db,
.pac-colors .db {
  background-color: #4080d0 !important;
  color: white !important;
}
.pac-colors.db.hoverable:hover,
.pac-colors .db.hoverable:hover {
  border: 1px dashed white;
}
.pac-colors.pa,
.pac-colors .pa {
  background-color: #ff95d0 !important;
  color: white !important;
}
.pac-colors.pa.hoverable:hover,
.pac-colors .pa.hoverable:hover {
  border: 1px dashed white;
}
.pac-colors.apl,
.pac-colors .apl {
  background-color: #ffb5e0 !important;
  color: black !important;
}
.pac-colors.apl.hoverable:hover,
.pac-colors .apl.hoverable:hover {
  border: 1px dashed black;
}
.pac-colors.or,
.pac-colors .or {
  background-color: #ff8201 !important;
  color: black !important;
}
.pac-colors.or.hoverable:hover,
.pac-colors .or.hoverable:hover {
  border: 1px dashed black;
}
.pac-colors.orl,
.pac-colors .orl {
  background-color: #ffb240 !important;
  color: black !important;
}
.pac-colors.orl.hoverable:hover,
.pac-colors .orl.hoverable:hover {
  border: 1px dashed black;
}
.pac-colors.ro,
.pac-colors .ro {
  background-color: gray !important;
  color: #f02020 !important;
}
.pac-colors.ro.hoverable:hover,
.pac-colors .ro.hoverable:hover {
  border: 1px dashed #f02020;
}
.pac-colors.rol,
.pac-colors .rol {
  background-color: #ff9590 !important;
  color: white !important;
}
.pac-colors.rol.hoverable:hover,
.pac-colors .rol.hoverable:hover {
  border: 1px dashed white;
}
.pac-colors.gs,
.pac-colors .gs {
  background-color: #c8c8c8 !important;
  color: black !important;
}
.pac-colors.gs.hoverable:hover,
.pac-colors .gs.hoverable:hover {
  border: 1px dashed black;
}
.pac-colors.zw,
.pac-colors .zw {
  background-color: #707070 !important;
  color: white !important;
}
.pac-colors.zw.hoverable:hover,
.pac-colors .zw.hoverable:hover {
  border: 1px dashed white;
}
.pac-colors.sf,
.pac-colors .sf {
  background-color: #c4ccd5 !important;
  color: black !important;
}
.pac-colors.sf.hoverable:hover,
.pac-colors .sf.hoverable:hover {
  border: 1px dashed black;
}
.not-active {
  pointer-events: none !important;
}
.pac-employee-list-title {
  display: block !important;
  font-weight: bold !important;
}
.pac-employee-list-details {
  font-size: 12px !important;
}
.pac-modal-close-button {
  font-size: 23px;
  border: 0px;
  margin-top: -8px;
  margin-right: -8px;
  padding-top: 5px;
  height: 38px;
}
.pac-jump-in {
  padding-left: 11px;
}
.pac-no-top-border td {
  border-top: none !important;
}
.photo-employee-placeholder {
  border: 1px solid #cccccc;
  padding: 20px;
  background-color: white;
  font-size: 40px;
  color: gray;
}
.photo-employee {
  width: 82px;
  height: 82px;
  background: white;
  border: 1px solid #cccccc;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  font: 0/0 a;
}
.photo-employee:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.photo-employee img {
  max-width: 82px;
  max-height: 82px;
  vertical-align: middle;
}
.holiday-search .input-group-btn {
  font-size: initial !important;
}
.holiday-search .input-group-btn:first-child {
  min-width: 200px;
  width: 20%;
}
.holiday-search .input-group-btn .input-group.country-flag {
  width: 100%;
}
.holiday-search .input-group-btn input {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-right: 0;
}
.general-ledger-lineheight {
  line-height: 31px;
}
.pac-icon {
  display: block;
  width: 85px;
  height: 80px;
  float: left;
  padding: 12px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  color: rgba(0, 0, 0, 0.66);
  position: relative;
}
.pac-icon:nth-child(6) {
  clear: both;
}
.pac-icon:hover,
.pac-icon.pac-selected-icon {
  color: black;
  border-color: black;
}
.pac-icon .glyphicons {
  display: block;
  font-size: 30px;
  line-height: 1;
}
.pac-icon .fa {
  position: absolute;
  top: 1px;
  right: 2px;
}
.pac-employeeImage label {
  height: 196px !important;
  width: 200px !important;
}
.pointer {
  cursor: pointer;
}
.loading {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: black;
  animation: spin 1s infinite linear;
}
.loading--double {
  border-style: double;
  border-width: .5rem;
}
.ndb-border-right {
  border-right: 2px solid #dddddd;
}
.ndb-report-operating-cost-selection-title {
  background: #f8cbad !important;
  border-bottom: 1px solid #f8cbad;
}
.ndb-report-operating-cost-selection {
  background: rgba(248, 203, 173, 0.4);
  width: 6%;
  border-bottom: 1px solid #f8cbad;
  font-size: 12px;
}
.ndb-report-operating-cost-last-year-title {
  background: #e2efda !important;
  border-bottom: 1px solid #e2efda;
}
.ndb-report-operating-cost-last-year {
  background: rgba(226, 239, 218, 0.4);
  width: 6.5%;
  border-bottom: 1px solid #e2efda;
  font-size: 12px;
}
.ndb-report-operating-cost-year-to-date-title {
  background: #ffe699 !important;
  border-bottom: 1px solid #ffe699;
}
.ndb-report-operating-cost-year-to-date {
  background: rgba(255, 230, 153, 0.4);
  width: 6.5%;
  border-bottom: 1px solid #ffe699;
  font-size: 12px;
}
.ndb-report-operating-cost-planning-title {
  background: #d9e1f2 !important;
  border-bottom: 1px solid #d9e1f2;
}
.ndb-report-operating-cost-planning {
  background: rgba(217, 225, 242, 0.4);
  width: 6.5%;
  border-bottom: 1px solid #d9e1f2;
  font-size: 12px;
}
.ndb-text-center {
  text-align: center !important;
}
.ndb-operating-cost-table tfoot td {
  font-weight: bold;
}
.ndb-operating-cost-table tfoot tr {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid white;
}
.ndb-report-operating-cost-header-title {
  min-width: 150px;
  text-align: left !important;
}
.ndb-report-operating-cost-cells-align-center ~ td {
  text-align: center !important;
}
.efa-nutritional-value-table .input-group {
  width: 150px !important;
}
.pac-datafox-device-inactive {
  opacity: 0.7;
}
.pac-datafox-device-is-disconnected span {
  color: red;
}
.pac-datafox-device-is-connected span {
  color: green;
}
.pac-datafox-device-last-communication {
  font-size: 11px;
}
.employee-cards .filter-row .input-group-btn label input[type="checkbox"],
.employee-cards .filter-row .input-group-btn label input[type="radio"] {
  margin: 0;
}
.planning-table [popover] {
  margin-top: 0;
  margin-right: 0;
  border: 0;
  background: unset;
  position: relative;
}
.weather {
  display: block;
  margin-right: revert !important;
}
.employee-list {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fac-module .nav-tabs {
  margin-bottom: 10px;
}
.fac-module .no-border-radius input {
  border-radius: 0;
}
.fac-module .optional-date .input-group {
  width: 100%;
}
.fac-module .typeAheadButtonFix {
  position: relative;
  top: -3px;
}
.fac-module .invoicing-filter .date input {
  width: 135px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0px;
}
.fac-pdf-template {
  background: white;
  border: 1px solid black;
  height: 297mm;
  width: 210mm;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.fac-pdf-template table {
  max-width: 210mm;
  table-layout: fixed;
  border-collapse: collapse;
}
.fac-pdf-template table td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fac-backgroundImage label {
  width: 100%;
  min-height: 325px;
}
.fac-pdf-template-options {
  background: white;
}
.fac-pdf-template-options fieldset {
  padding: 2px;
}
.pdf-options-vertical {
  border: 1px solid black;
  margin-left: 10px;
}
.pdf-options-vertical .btn,
.pdf-options-horizontal .btn {
  width: 100%;
}
.fac-pdf-template,
.mouse-stop {
  border: 1px dotted black !important;
  display: block !important;
}
.fac-pdf-template .is-dragging {
  opacity: 0.5;
}
/* These are default values for the block. */

.fac-invoice-block {
  cursor: pointer;
  border: 1px dotted #dddddd;
  position: fixed;
}
.fac-invoice-block.hidden-block {
  display: none;
}
.fac-invoice-block .fac-invoice-block-toolbox {
  position: absolute;
  right: -1px;
  top: -1px;
  background-color: #175792;
  padding: 2px;
  bottom: -1px;
  padding-left: 6px;
}
.fac-invoice-block-header {
  background: #1e73be;
  width: 100%;
  padding: 2px;
  display: none;
  position: absolute;
  color: white;
  cursor: move;
}
.fac-invoice-block-body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.pdf-options-horizontal fieldset {
  float: left;
}
legend {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.ndb-fieldset-legend {
  background: #175892;
  padding: 4px;
  color: white;
  font-size: 14px;
}
.ndb-fieldset-legend-simple {
  padding: 4px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 1299px) {
  .pdf-options-vertical {
    display: none;
  }
  .pdf-options-horizontal {
    display: block;
  }
}
@media (min-width: 1300px) {
  .pdf-options-vertical {
    display: block;
  }
  .pdf-options-horizontal {
    display: none;
  }
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.vertical-align-middle label {
  margin-bottom: 0 !important;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.fac-layers .list-group {
  max-height: 250px;
  overflow-y: auto;
}
.fac-layers .list-group .list-group-item {
  padding: 6px 11px;
  min-width: 210px;
}
.fac-layers .list-group .list-group-item .glyphicons-remove {
  position: absolute;
  right: -5px;
  cursor: pointer;
  top: 10px;
  background-color: #da524f;
  padding: 3px;
  font-size: 10px;
  border: 1px solid;
  color: white;
  margin-right: 11px;
}
.fac-layers .glyphicons-eye-open,
.fac-layers .glyphicons-eye-close {
  position: absolute;
  left: 5px;
  top: 10px;
}
.fac-layers .layer-preview {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("/Content/transparent-icon.png");
  border: 1px solid black;
  margin-left: 14px;
}
.fac-layers .layer-preview:hover {
  border: 2px solid black;
}
.fac-layers .layer-preview ~ span {
  position: absolute;
  left: 54px;
  bottom: 5px;
  top: 5px;
  right: 5px;
  font-size: 11px;
}
.fac-home-open-actions {
  float: left;
}
.fac-home-invoice-stats {
  float: left;
}
.fac-home-invoice-stats > a {
  float: left;
  height: 71px !important;
  cursor: pointer;
}
.fac-home-invoice-stats-header {
  padding: 5px;
  width: 100%;
  font-weight: bold;
}
.fac-pager .pagination a.active {
  color: #144b7c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.cfg-module .panel-heading {
  cursor: pointer;
}
.cfg-module .panel-heading.bg-danger {
  background-color: #f2dede !important;
}
.cfg-module .panel-heading h4:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  color: grey;
}
.cfg-module .panel-heading.collapsed h4:after {
  content: "\e080";
}
.cfg-module .panel-body .panel-buttons {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 6px;
  width: 100%;
}
.cfg-module .panel-body .panel-buttons button {
  max-height: 25px;
  margin-top: -5px;
  padding: 2px 10px;
}
.cfg-module .panel-body .panel-buttons .btn-sort {
  border-radius: 2px;
}
.cfg-module .panel-body .panel-buttons .btn-sort .glyphicon {
  top: 3px;
}
.cfg-module .panel-body .select-product-check {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
}
.cfg-module .panel-body .select-product-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: -3px;
  width: 21px;
  height: 19px;
  top: -4px;
}
.cfg-module .ndb-nav-row + .row,
.cfg-module .ndb-nav-row + h1,
.cfg-module .ndb-nav-row + .cfg-assortment-include {
  margin-top: 55px;
}
.cfg-module .cfg-view-select {
  display: inline-block;
  width: 300px;
  margin-right: 15px;
}
.cfg-module #products .dx-datagrid-content tbody tr {
  position: relative;
}
.cfg-module .not-active {
  cursor: not-allowed !important;
  pointer-events: auto;
  display: table;
}
.cfg-module .not-active div,
.cfg-module .not-active button {
  pointer-events: none !important;
}
.cfg-module .efa-filedrop {
  height: 136px !important;
}
.cfg-module .dx-datagrid-rowsview .dx-row.bg-danger > td,
.cfg-module .dx-datagrid-rowsview .dx-row.bg-danger > tr > td {
  background-color: #f2dede;
}
.cfg-module .dx-datagrid .dx-row-alt.bg-danger > td,
.cfg-module .dx-datagrid .dx-row-alt.bg-danger > tr > td {
  background-color: #fdeeee;
}
.cfg-module .btn.btn-primary input[type="checkbox"] {
  margin: 0;
}
.ndb-row-with-sidebar .ndb-container .cfg-timeline-area.cfg-no-timeline {
  display: none;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li {
  width: 19%;
  height: initial;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 6px;
  margin-top: 6px;
  flex: auto;
  float: none;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li span.marking {
  background-color: black;
  color: white;
  padding: 2px;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 20;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li .btn {
  width: 100%;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li .btn.inactive::before,
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li .btn.cfg-out-of-stock::before,
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li .btn.cfg-product-inactive::before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 0.6;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li .btn.inactive::before {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, #cccccc 10px, #cccccc 20px);
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li .btn.cfg-out-of-stock::before {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, orange 10px, #f9d72c 20px);
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li .btn.cfg-product-inactive::before {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, red 10px, #e8aaa8 20px);
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li .btn.cfg-concept {
  border-style: dashed;
  border-color: #ffa527;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li .btn.cfg-btn-assort {
  width: 35px;
  font-size: 12px;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li .btn.cfg-btn-assort .glyphicon-remove {
  margin-left: -3px;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li .btn.markedForDelete {
  background: repeating-linear-gradient(-45deg, #d9534f, #d9534f 5px, white 1px, white 15px);
}
@media screen and (max-width: 1370px) {
  .ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li {
    width: 32%;
  }
}
@media screen and (max-width: 1120px) {
  .ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li {
    width: 49%;
  }
}
@media screen and (max-width: 900px) {
  .ndb-row-with-sidebar .ndb-container.cfg-module .panel .efa-sortable.efa-sortable-grid li {
    width: 99%;
  }
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .pagination {
  display: table;
  margin: 0 auto;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .pagination-circle ul {
  list-style: none;
  text-align: center;
  margin-top: -7px;
  margin-bottom: 11px;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .pagination-circle ul li {
  display: inline-block;
  margin: 0 1em;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .pagination-circle ul li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
  border: 2px solid rgba(0, 0, 0, 0.64);
  border-radius: 50%;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .pagination-circle ul li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .pagination-circle ul li a.is-active {
  background-color: rgba(0, 0, 0, 0.91);
}
.ndb-row-with-sidebar .ndb-container.cfg-module .clearboth {
  clear: both;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .tab-pane {
  padding-top: 20px;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .cfg-event-type .cfg-event-type-title {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel-heading {
  cursor: pointer;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel-heading h4:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  color: grey;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel-heading.collapsed h4:after {
  content: "\e080";
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .ndb-on-off-button {
  margin-bottom: 4px;
  margin-top: -2px;
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel .ndb-on-off-button .ndb-on-off-button-body {
  float: right;
  margin-right: 10px;
  transform: scale(0.7);
}
.ndb-row-with-sidebar .ndb-container.cfg-module .panel ul {
  clear: both;
}
.cfg-btn-assort {
  width: 35px !important;
  font-size: 12px;
}
.uppercase {
  text-transform: uppercase;
}
.align-middle {
  vertical-align: middle !important;
}
.dataGrid-header-options {
  text-align: right;
  background-color: #eeeeee;
  height: 23px;
}
.dx-datagrid .twitter-typeahead {
  position: relative !important;
}
.dx-datagrid .twitter-typeahead .tt-dropdown-menu {
  position: absolute !important;
  z-index: 1000 !important;
  max-width: 19% !important;
  left: inherit !important;
}
.dx-datagrid .dx-datagrid-rowsview {
  overflow: inherit;
}
.dx-datagrid .printerColumn,
.dx-datagrid .productCodeColumn {
  overflow: inherit !important;
}
.dx-datagrid .dx-toolbar {
  display: none;
}
.dx-datagrid-nodata {
  left: calc(50% - 170px);
}
.dropdown-multiselect {
  width: 100%;
  min-width: 125px;
}
.dropdown-multiselect .btn {
  font-size: 11px;
  height: 33px;
}
.dropdown-multiselect .btn.btn-default {
  width: calc(100% - 30px);
  padding-right: 4%;
  padding-left: 4%;
}
.dropdown-multiselect .btn.dropdown-toggle {
  width: 30px;
}
.dropdown-multiselect.basic {
  margin-bottom: 15px;
}
.dropdown-multiselect.basic .btn {
  font-size: 12px !important;
}
.dropdown-multiselect.basic .btn-default {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.dropdown-multiselect.basic .dropdown-toggle {
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.dropdown-multiselect.basic ul.dropdown-menu li {
  font-size: 12px !important;
}
.dropdown-multiselect ul.dropdown-menu {
  width: inherit;
}
.dropdown-multiselect ul.dropdown-menu li {
  cursor: pointer !important;
  font-size: 11px;
}
.dropdown-multiselect ul.dropdown-menu li span.red {
  color: red !important;
}
.dropdown-multiselect ul.dropdown-menu li span.green {
  color: green !important;
}
.cfg-color-pickerdefault,
.dropdown-colorselectordefault,
tabledefault,
table trdefault,
.cfg-color-picker .default,
.dropdown-colorselector .default,
table .default,
table tr .default {
  background-color: white !important;
  color: black !important;
}
.cfg-color-picker.wi,
.dropdown-colorselector.wi,
table.wi,
table tr.wi,
.cfg-color-picker .wi,
.dropdown-colorselector .wi,
table .wi,
table tr .wi {
  background-color: whitesmoke !important;
  color: black !important;
}
.cfg-color-picker.wi a:hover,
.dropdown-colorselector.wi a:hover,
table.wi a:hover,
table tr.wi a:hover,
.cfg-color-picker .wi a:hover,
.dropdown-colorselector .wi a:hover,
table .wi a:hover,
table tr .wi a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.wim,
.dropdown-colorselector.wim,
table.wim,
table tr.wim,
.cfg-color-picker .wim,
.dropdown-colorselector .wim,
table .wim,
table tr .wim {
  background-color: #f2f2ee !important;
  color: black !important;
}
.cfg-color-picker.wim a:hover,
.dropdown-colorselector.wim a:hover,
table.wim a:hover,
table tr.wim a:hover,
.cfg-color-picker .wim a:hover,
.dropdown-colorselector .wim a:hover,
table .wim a:hover,
table tr .wim a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.ge,
.dropdown-colorselector.ge,
table.ge,
table tr.ge,
.cfg-color-picker .ge,
.dropdown-colorselector .ge,
table .ge,
table tr .ge {
  background-color: #e8e890 !important;
  color: black !important;
}
.cfg-color-picker.ge a:hover,
.dropdown-colorselector.ge a:hover,
table.ge a:hover,
table tr.ge a:hover,
.cfg-color-picker .ge a:hover,
.dropdown-colorselector .ge a:hover,
table .ge a:hover,
table tr .ge a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.gel,
.dropdown-colorselector.gel,
table.gel,
table tr.gel,
.cfg-color-picker .gel,
.dropdown-colorselector .gel,
table .gel,
table tr .gel {
  background-color: #f8f0c0 !important;
  color: black !important;
}
.cfg-color-picker.gel a:hover,
.dropdown-colorselector.gel a:hover,
table.gel a:hover,
table tr.gel a:hover,
.cfg-color-picker .gel a:hover,
.dropdown-colorselector .gel a:hover,
table .gel a:hover,
table tr .gel a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.gr,
.dropdown-colorselector.gr,
table.gr,
table tr.gr,
.cfg-color-picker .gr,
.dropdown-colorselector .gr,
table .gr,
table tr .gr {
  background-color: #11c02f !important;
  color: white !important;
}
.cfg-color-picker.gr a:hover,
.dropdown-colorselector.gr a:hover,
table.gr a:hover,
table tr.gr a:hover,
.cfg-color-picker .gr a:hover,
.dropdown-colorselector .gr a:hover,
table .gr a:hover,
table tr .gr a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.grl,
.dropdown-colorselector.grl,
table.grl,
table tr.grl,
.cfg-color-picker .grl,
.dropdown-colorselector .grl,
table .grl,
table tr .grl {
  background-color: #50e080 !important;
  color: black !important;
}
.cfg-color-picker.grl a:hover,
.dropdown-colorselector.grl a:hover,
table.grl a:hover,
table tr.grl a:hover,
.cfg-color-picker .grl a:hover,
.dropdown-colorselector .grl a:hover,
table .grl a:hover,
table tr .grl a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.dg,
.dropdown-colorselector.dg,
table.dg,
table tr.dg,
.cfg-color-picker .dg,
.dropdown-colorselector .dg,
table .dg,
table tr .dg {
  background-color: #50a050 !important;
  color: white !important;
}
.cfg-color-picker.dg a:hover,
.dropdown-colorselector.dg a:hover,
table.dg a:hover,
table tr.dg a:hover,
.cfg-color-picker .dg a:hover,
.dropdown-colorselector .dg a:hover,
table .dg a:hover,
table tr .dg a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.bl,
.dropdown-colorselector.bl,
table.bl,
table tr.bl,
.cfg-color-picker .bl,
.dropdown-colorselector .bl,
table .bl,
table tr .bl {
  background-color: #4080f0 !important;
  color: white !important;
}
.cfg-color-picker.bl a:hover,
.dropdown-colorselector.bl a:hover,
table.bl a:hover,
table tr.bl a:hover,
.cfg-color-picker .bl a:hover,
.dropdown-colorselector .bl a:hover,
table .bl a:hover,
table tr .bl a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.lb,
.dropdown-colorselector.lb,
table.lb,
table tr.lb,
.cfg-color-picker .lb,
.dropdown-colorselector .lb,
table .lb,
table tr .lb {
  background-color: #90b0f0 !important;
  color: black !important;
}
.cfg-color-picker.lb a:hover,
.dropdown-colorselector.lb a:hover,
table.lb a:hover,
table tr.lb a:hover,
.cfg-color-picker .lb a:hover,
.dropdown-colorselector .lb a:hover,
table .lb a:hover,
table tr .lb a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.db,
.dropdown-colorselector.db,
table.db,
table tr.db,
.cfg-color-picker .db,
.dropdown-colorselector .db,
table .db,
table tr .db {
  background-color: #4080d0 !important;
  color: white !important;
}
.cfg-color-picker.db a:hover,
.dropdown-colorselector.db a:hover,
table.db a:hover,
table tr.db a:hover,
.cfg-color-picker .db a:hover,
.dropdown-colorselector .db a:hover,
table .db a:hover,
table tr .db a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.pa,
.dropdown-colorselector.pa,
table.pa,
table tr.pa,
.cfg-color-picker .pa,
.dropdown-colorselector .pa,
table .pa,
table tr .pa {
  background-color: #ff95d0 !important;
  color: white !important;
}
.cfg-color-picker.pa a:hover,
.dropdown-colorselector.pa a:hover,
table.pa a:hover,
table tr.pa a:hover,
.cfg-color-picker .pa a:hover,
.dropdown-colorselector .pa a:hover,
table .pa a:hover,
table tr .pa a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.apl,
.dropdown-colorselector.apl,
table.apl,
table tr.apl,
.cfg-color-picker .apl,
.dropdown-colorselector .apl,
table .apl,
table tr .apl {
  background-color: #ffb5e0 !important;
  color: black !important;
}
.cfg-color-picker.apl a:hover,
.dropdown-colorselector.apl a:hover,
table.apl a:hover,
table tr.apl a:hover,
.cfg-color-picker .apl a:hover,
.dropdown-colorselector .apl a:hover,
table .apl a:hover,
table tr .apl a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.or,
.dropdown-colorselector.or,
table.or,
table tr.or,
.cfg-color-picker .or,
.dropdown-colorselector .or,
table .or,
table tr .or {
  background-color: #ff8201 !important;
  color: black !important;
}
.cfg-color-picker.or a:hover,
.dropdown-colorselector.or a:hover,
table.or a:hover,
table tr.or a:hover,
.cfg-color-picker .or a:hover,
.dropdown-colorselector .or a:hover,
table .or a:hover,
table tr .or a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.orl,
.dropdown-colorselector.orl,
table.orl,
table tr.orl,
.cfg-color-picker .orl,
.dropdown-colorselector .orl,
table .orl,
table tr .orl {
  background-color: #ffb240 !important;
  color: black !important;
}
.cfg-color-picker.orl a:hover,
.dropdown-colorselector.orl a:hover,
table.orl a:hover,
table tr.orl a:hover,
.cfg-color-picker .orl a:hover,
.dropdown-colorselector .orl a:hover,
table .orl a:hover,
table tr .orl a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.ro,
.dropdown-colorselector.ro,
table.ro,
table tr.ro,
.cfg-color-picker .ro,
.dropdown-colorselector .ro,
table .ro,
table tr .ro {
  background-color: gray !important;
  color: #f02020 !important;
}
.cfg-color-picker.ro a:hover,
.dropdown-colorselector.ro a:hover,
table.ro a:hover,
table tr.ro a:hover,
.cfg-color-picker .ro a:hover,
.dropdown-colorselector .ro a:hover,
table .ro a:hover,
table tr .ro a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.rol,
.dropdown-colorselector.rol,
table.rol,
table tr.rol,
.cfg-color-picker .rol,
.dropdown-colorselector .rol,
table .rol,
table tr .rol {
  background-color: #ff9590 !important;
  color: white !important;
}
.cfg-color-picker.rol a:hover,
.dropdown-colorselector.rol a:hover,
table.rol a:hover,
table tr.rol a:hover,
.cfg-color-picker .rol a:hover,
.dropdown-colorselector .rol a:hover,
table .rol a:hover,
table tr .rol a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.gs,
.dropdown-colorselector.gs,
table.gs,
table tr.gs,
.cfg-color-picker .gs,
.dropdown-colorselector .gs,
table .gs,
table tr .gs {
  background-color: #c8c8c8 !important;
  color: black !important;
}
.cfg-color-picker.gs a:hover,
.dropdown-colorselector.gs a:hover,
table.gs a:hover,
table tr.gs a:hover,
.cfg-color-picker .gs a:hover,
.dropdown-colorselector .gs a:hover,
table .gs a:hover,
table tr .gs a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.zw,
.dropdown-colorselector.zw,
table.zw,
table tr.zw,
.cfg-color-picker .zw,
.dropdown-colorselector .zw,
table .zw,
table tr .zw {
  background-color: #707070 !important;
  color: white !important;
}
.cfg-color-picker.zw a:hover,
.dropdown-colorselector.zw a:hover,
table.zw a:hover,
table tr.zw a:hover,
.cfg-color-picker .zw a:hover,
.dropdown-colorselector .zw a:hover,
table .zw a:hover,
table tr .zw a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker.sf,
.dropdown-colorselector.sf,
table.sf,
table tr.sf,
.cfg-color-picker .sf,
.dropdown-colorselector .sf,
table .sf,
table tr .sf {
  background-color: #c4ccd5 !important;
  color: black !important;
}
.cfg-color-picker.sf a:hover,
.dropdown-colorselector.sf a:hover,
table.sf a:hover,
table tr.sf a:hover,
.cfg-color-picker .sf a:hover,
.dropdown-colorselector .sf a:hover,
table .sf a:hover,
table tr .sf a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  opacity: 0.8;
  background-color: inherit !important;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.cfg-color-picker .dropdown-menu {
  top: 98%;
  padding: 4px;
  min-width: 130px;
  max-width: 130px;
}
.cfg-color-picker .dropdown-menu.dropdown-caret:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 17px;
  position: absolute;
  top: -7px;
}
.cfg-color-picker .dropdown-menu.dropdown-caret.dropdown-menu-right:before {
  left: inherit;
  right: 17px !important;
}
.cfg-color-picker .dropdown-menu.dropdown-caret:after {
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 18px;
  position: absolute;
  top: -6px;
}
.cfg-color-picker .dropdown-menu.dropdown-caret.dropdown-menu-right:after {
  left: inherit;
  right: 18px !important;
}
.cfg-color-picker .dropdown-menu li {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 2px;
}
.cfg-color-picker .dropdown-menu li a {
  display: inherit;
  width: inherit;
  height: inherit;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}
.cfg-color-picker .dropdown-menu li a.selected:after {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  font-size: 11px;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
}
.open > .dropdown-menu {
  display: block;
}
.cfg-column-chooser .modal-body {
  height: 400px;
  overflow-y: scroll;
}
.cfg-column-chooser .list-group-item {
  padding: 0px 15px;
}
.cfg-assortment-grid .btn-default {
  border-color: #eeeeee;
}
.cfg-assortment-grid .btn-default.first-item {
  border-color: #cccccc;
}
.cfg-assortment-product-button {
  display: flex;
  padding-left: 20px;
}
.cfg-assortment-product-button .cfg-product-with-price {
  text-overflow: ellipsis;
  overflow-x: hidden;
  text-align: left;
  display: inline;
  width: 100%;
}
.cfg-assortment-product-button .cfg-product-with-price.text-center {
  text-align: center !important;
}
.cfg-drop-target {
  border: 1px dashed black !important;
  -webkit-box-shadow: inset 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 130, 1, 0.41);
}
.cfg-tree {
  margin-left: 4px;
  min-width: 280px;
}
.cfg-tree .cfg-tree-folder {
  cursor: pointer;
}
.cfg-tree .cfg-tree-folder .glyphicons {
  font-size: 12px;
  float: left;
  margin-top: 2px;
  margin-left: -17px;
  color: orange;
}
.cfg-tree .cfg-tree-item {
  margin-left: -40px;
  cursor: pointer;
}
.cfg-tree ul,
.cfg-tree li {
  display: block;
}
.cfg-tree li {
  margin-left: -24px;
}
.cfg-product-media.small img {
  max-width: 150px;
}
.cfg-product-media img {
  max-width: 200px;
}
#cfg-link-products .dx-state-hover {
  background-color: whitesmoke;
  color: #333333;
  cursor: pointer;
}
.table-valign-middle td {
  vertical-align: middle !important;
}
.plu-button-alignment {
  margin: 3px 0 0 -1px !important;
}
.cfg-assortment-wizard {
  margin-top: 51px;
}
.cfg-assortment-wizard .ndb-home-item.selected {
  background-color: #1e73be !important;
  color: white !important;
}
.cfg-assortment-wizard .ndb-home-item.active {
  background-color: #28a745 !important;
  color: white !important;
}
.cfg-assortment-wizard .ndb-home-item.active:hover {
  color: black !important;
}
.cfg-circle {
  width: 10px;
  height: 10px;
  background: #bbbbbb;
  border-radius: 50%;
  display: inline-block;
}
.cfg-circle.active {
  background: #28a745 !important;
}
.cfg-circle.danger {
  background: #a94442 !important;
}
.cfg-circle.success {
  background: #6ede3a !important;
}
.cfg-list-group-scroll {
  max-height: 700px;
  margin-bottom: 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.disabledRow {
  color: silver;
}
.disabledRow.dx-state-hover td {
  color: silver !important;
}
.cfg-switch-over {
  border: black solid 2px !important;
}
.cfg-switch-drag {
  opacity: 0.8;
}
.text-align-right {
  float: right;
  display: inline-block;
}
.text-align-right ::after {
  clear: both;
}
.break-flex {
  flex-basis: 100% !important;
  height: 0 !important;
  margin: 0 !important;
}
.inline-block {
  display: inline-block;
}
.active-color {
  background: #1e73be !important;
  color: white !important;
}
.active-color:hover {
  background: #175892 !important;
}
.cfg-out-of-stock::before {
  content: "";
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, orange 10px, #f9d72c 20px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 0.6;
}
.cfg-product-inactive::before {
  content: "";
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, red 10px, #e8aaa8 20px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 0.6;
}
.cfg-bulk-upload .host {
  margin-top: 0px;
}
.cfg-table-scroll {
  width: 100%;
}
.cfg-table-scroll thead,
.cfg-table-scroll tbody,
.cfg-table-scroll tr,
.cfg-table-scroll td,
.cfg-table-scroll th {
  display: block;
}
.cfg-table-scroll tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
.cfg-table-scroll thead th {
  height: 30px;
  /*text-align: left;*/

}
.cfg-table-scroll tbody {
  max-height: 250px;
  overflow-y: auto;
}
.cfg-table-scroll tbody td,
.cfg-table-scroll thead th {
  float: left;
}
.cfg-table-scroll {
  width: 100%;
}
.cfg-table-scroll thead,
.cfg-table-scroll tbody,
.cfg-table-scroll tr,
.cfg-table-scroll td,
.cfg-table-scroll th {
  display: block;
}
.cfg-table-scroll tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
.cfg-table-scroll thead th {
  height: 30px;
  /*text-align: left;*/

}
.cfg-table-scroll tbody {
  max-height: 250px;
  overflow-y: auto;
}
.cfg-table-scroll tbody td,
.cfg-table-scroll thead th {
  float: left;
}
.dx-datagrid .dx-bg-danger > td {
  background-color: #f2dede;
}
.dx-datagrid .bootstrap-tagsinput {
  width: 100%;
}
.control-printer {
  width: initial !important;
}
.control-printer .dx-popup-content .dx-scrollview .dx-scrollable-wrapper .dx-scrollable-container .dx-scrollable-content .dx-scrollview-content .dx-list-item {
  display: block !important;
  overflow: initial !important;
  text-overflow: initial !important;
}
.dx-datagrid-fixed-headers {
  top: 150px;
  width: auto;
  z-index: 1;
}
.dx-datagrid-headers {
  background-color: white;
}
.kyc-wizard-steps {
  display: flex;
}
.kyc-wizard-steps .kyc-wizard-step {
  flex: auto;
  background: #fff1dd;
  padding: 5px;
  margin: 2px;
}
.kyc-wizard-steps .kyc-wizard-step.active {
  background: #e3f2e0;
  font-weight: bold;
}
.kyc-card-container {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.kyc-card-container .kyc-wizard-card {
  width: 100%;
  position: absolute;
  background: white;
}
.kyc-card-container .kyc-wizard-card img {
  width: 100%;
}
.kyc-card-container .kyc-wizard-card.ng-animate {
  transition: 1s ease-in-out all;
}
.kyc-card-container .kyc-wizard-card.ng-enter.toLeft {
  left: -100%;
}
.kyc-card-container .kyc-wizard-card.ng-enter-active.toLeft {
  left: 0;
}
.kyc-card-container .kyc-wizard-card.ng-leave.toLeft {
  left: 0;
}
.kyc-card-container .kyc-wizard-card.ng-leave-active.toLeft,
.kyc-card-container .kyc-wizard-card.ng-enter.toRight {
  left: 100%;
}
.kyc-card-container .kyc-wizard-card.ng-enter-active.toRight,
.kyc-card-container .kyc-wizard-card.ng-leave.toRight {
  left: 0;
}
.kyc-card-container .kyc-wizard-card.ng-leave.toRight {
  left: 0;
}
.kyc-card-container .kyc-wizard-card.ng-leave-active.toRight {
  left: -100%;
}
.v-middle {
  vertical-align: middle !important;
}
.letter-counter {
  width: 50px;
  font-style: italic;
  font-size: 1.2rem;
}
.not-equal-bgcolor:not(.dx-cell-modified) {
  background-color: #ffdd00b0 !important;
}
.price-control-tooltip-item {
  text-align: left;
  padding: 3px;
}
.printer-modal-select-assortment label {
  display: flex;
  gap: 10px;
  padding: 3px;
}
.table-import-result thead th .row div {
  text-align: center;
  background-color: #f2f8f8;
  border: white 5px solid;
}
.table-import-result thead th .row div h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.table-import-result tbody {
  display: block;
  max-height: calc(100vh - 572px);
  overflow-y: scroll;
  background: white;
}
.table-import-result tbody tr:first-child {
  position: sticky;
  top: -2px;
  background: white;
}
.disabledDropdown .btn {
  background-color: lightgray;
  border-color: #cccccc;
  color: #777777;
  cursor: not-allowed;
}
.disabledDropdown .caret {
  color: #777777;
}
.dropdown-container .dropdown-content ul li ul li {
  padding: 0;
  margin: 0 10px;
}
.dropdown-container .dropdown-content ul li ul li:hover {
  color: #78889e;
}
.emg-module .table .input-group {
  width: 100%;
}
.emg-module img {
  width: 100%;
}
.emg-module .emg-prepare-step .efa-filedrop {
  min-height: 173px;
  width: 100%;
}
.emg-module .emg-prepare-step.concept {
  border-style: dashed;
  border-color: black;
}
.emg-module #product .efa-filedrop {
  min-height: 200px;
  width: 100% !important;
}
.emg-module .ndb-home-item .date {
  font-size: 27px;
  display: block;
  margin: 13px 0;
}
.emg-module .alert {
  margin-bottom: 20px !important;
}
.dx-treelist .dx-link.dxBtnFix {
  width: initial !important;
  height: initial !important;
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  padding: 6px 12px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  color: white !important;
  text-decoration: none !important;
}
.update-balance-dialog-container {
  width: 400px;
}
.ela-module .ndb-stat-button-section .ela-stat-nav {
  display: flex;
  flex-direction: row;
}
.ela-module .ndb-stat-button-section .ela-stat-nav .ela-period-select {
  width: 91%;
  margin-left: 10px;
}
.ela-module .ndb-stat-button-section .ela-stat-nav .btn-space {
  margin-top: 25px;
  margin-right: 55px;
  width: 100%;
  text-align: right;
}
.ela-module .ndb-stat-button-section .widget-buttons {
  display: block;
  position: relative;
  text-align: right;
}
.ela-module .ndb-stat-button-section .ndb-stat-button-item-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.ela-module .ndb-stat-button-section .ndb-stat-button-item-container .ndb-stat-button-item-row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.ela-module .ndb-stat-button-section .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item {
  width: 23%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 15px 10px;
  background: white;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  cursor: pointer;
  max-height: 7vw;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */

}
.ela-module .ndb-stat-button-section .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item:hover:not(.active) {
  box-shadow: 3px 0px 2px 2px rgba(30, 115, 190, 0.6), -3px 0px 2px 2px rgba(30, 115, 190, 0.6);
}
.ela-module .ndb-stat-button-section .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item.active {
  background: #1e73be;
  color: white;
  cursor: initial;
}
.ela-module .ndb-stat-button-section .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item .ndb-stat-button-item-icon {
  border-right: 1px solid lightgrey;
}
.ela-module .ndb-stat-button-section .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item .ndb-stat-button-item-icon .glyphicons {
  font-size: 4vw;
  padding: 1.6vw 1vw;
}
.ela-module .ndb-stat-button-section .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item .ndb-stat-button-item-info {
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  text-align: center;
}
.ela-module .ndb-stat-button-section .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item .ndb-stat-button-item-info .stat-info-label {
  height: 50%;
  font-size: 1vw;
  padding-top: 10px;
}
.ela-module .ndb-stat-button-section .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item .ndb-stat-button-item-info .stat-info-value {
  height: 50%;
  font-size: 1.7vw;
  padding-top: 10px;
}
.ela-module .ela-transaction-nav {
  display: flex;
  flex-direction: row;
}
.ela-module .ela-transaction-nav .widget-buttons {
  display: block;
  position: relative;
  text-align: right;
  width: 100%;
  margin-top: 20px;
}
.ela-module .ela-transaction-nav .ela-period-select {
  width: 48%;
}
#printSection .ndb-stat-button-item-container {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#printSection .ndb-stat-button-item-container .ndb-stat-button-item-row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
#printSection .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item {
  width: 23%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 15px 10px;
  background: white;
  border: 1px solid lightgrey;
  border-radius: 2px;
  cursor: pointer;
  max-height: 7vw;
}
#printSection .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item:hover:not(.active) {
  box-shadow: 3px 0px 2px 2px rgba(30, 115, 190, 0.6), -3px 0px 2px 2px rgba(30, 115, 190, 0.6);
}
#printSection .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item.active {
  background: #1e73be;
  color: white;
  cursor: initial;
}
#printSection .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item .ndb-stat-button-item-icon {
  border-right: 1px solid lightgrey;
}
#printSection .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item .ndb-stat-button-item-icon .glyphicons {
  font-size: 4vw;
  padding: 1.6vw 1vw;
}
#printSection .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item .ndb-stat-button-item-info {
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  text-align: center;
}
#printSection .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item .ndb-stat-button-item-info .stat-info-label {
  height: 50%;
  font-size: 1vw;
  padding-top: 10px;
}
#printSection .ndb-stat-button-item-container .ndb-stat-button-item-row .ndb-stat-button-item .ndb-stat-button-item-info .stat-info-value {
  height: 50%;
  font-size: 1.7vw;
  padding-top: 10px;
}
.printer-smaller-text {
  font-size: 1.1rem;
}
.toggle-switch {
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background-color: #cccccc;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s;
}
.toggle-switch.on {
  background: linear-gradient(to right, #eecd00, #f39200);
}
.switch-handle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.2s;
}
.toggle-switch.on .switch-handle {
  left: 26px;
}
.color-box {
  border: 4px solid #dddddd;
  border-radius: 10px;
  background-color: transparent;
  width: 105px;
  height: 90px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: black;
}
.color-box span.dark {
  color: white;
}
.object-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  border: 4px solid #dddddd;
  border-radius: 10px;
  width: 105px;
  height: 105px;
  cursor: move;
}
.draggableObject {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 60px;
  background-color: white;
  margin-bottom: 5px;
}
.name {
  font-size: 10px;
  color: #333333;
  word-break: break-word;
  padding-bottom: 2px;
}
.object {
  stroke: #333333;
  stroke-width: 1;
  cursor: move;
}
.alias,
.label {
  font-size: 12px;
  text-anchor: middle;
  pointer-events: none;
}
.alias {
  font-size: 10px;
}
.floorPlan {
  border: 1px solid #e0e0e0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: grab;
  /* Cursor-rotatie afhankelijk van hoek */

}
.floorPlan .bounding-box {
  stroke: #5100f3;
  fill: none;
  stroke-width: 1;
  pointer-events: none;
}
.floorPlan .rotate-handle {
  fill: transparent;
  stroke: #5100f3;
  stroke-width: 1;
  cursor: grab;
}
.floorPlan .handle-resize {
  fill: white;
  stroke: #5100f3;
  stroke-width: 1;
}
.floorPlan .dark {
  stroke: white;
}
.floorPlan .info-text {
  font-size: 12px;
  fill: #5100f3;
  text-anchor: middle;
}
.floorPlan .resize-nw {
  cursor: nw-resize;
}
.floorPlan .resize-ne {
  cursor: ne-resize;
}
.floorPlan .resize-sw {
  cursor: sw-resize;
}
.floorPlan .resize-se {
  cursor: se-resize;
}
.floorPlan .zoom-controls {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #cccccc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.floorPlan .zoom-controls button {
  font-size: 18px;
  padding: 8px 10px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.floorPlan .zoom-controls button.active,
.floorPlan .zoom-controls button:hover {
  background: #eeeeee;
}
.floorPlan .zoom-controls button:first-child {
  border-radius: 8px 8px 0px 0px;
}
.floorPlan .zoom-controls button:last-child {
  border-radius: 0px 0px 8px 8px;
}
.floorPlan .mode-controls {
  position: absolute;
  right: 30px;
  top: 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.floorPlan .mode-controls button {
  font-size: 18px;
  padding: 8px 10px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.floorPlan .mode-controls button img {
  width: 40px;
  height: 25px;
  object-fit: contain;
}
.floorPlan .mode-controls button:first-child {
  border-radius: 8px 0px 0px 8px;
}
.floorPlan .mode-controls button:last-child {
  border-radius: 0px 8px 8px 0px;
}
.floorPlan .mode-controls button.active,
.floorPlan .mode-controls button:hover {
  background: #ffdd00;
}
.floorPlan .blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.floorPlan .overlay-svg {
  width: 100%;
  height: 100%;
}
.floorPlan .blurred-bg {
  fill: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
}
.floorPlan .highlight-border {
  stroke: #333333;
  fill: none;
}
.floorPlan .aligned-target .object {
  stroke: orange;
  stroke-width: 2px;
}
.arrow-buttons {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #cccccc;
  background: #f9f9f9;
  cursor: pointer;
}
.arrow-buttons .arrow-up {
  flex: 1;
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-size: 10px;
}
.arrow-buttons .arrow-down {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-size: 10px;
}
.arrow-buttons .disabled {
  color: #eeeeee;
  cursor: not-allowed;
}
.input-with-counter {
  position: relative;
  display: inline-block;
  width: 100%;
}
.input-with-counter input {
  width: 100%;
  padding-right: 60px;
  box-sizing: border-box;
}
.input-with-counter .char-counter {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9em;
  color: #888888;
  pointer-events: none;
}
.fin-module .table .input-group {
  width: 100%;
}
.fin-module img {
  width: 100%;
}
.fin-module .ndb-home-item .date {
  font-size: 27px;
  display: block;
  margin: 13px 0;
}
.fin-module .alert {
  margin-bottom: 20px !important;
}
.dropdown-container {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
}
.dropdown-container .dropdown-toggle {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.dropdown-container .dropdown-toggle .button-text {
  flex-grow: 1;
  text-align: left;
}
.dropdown-container .dropdown-toggle .caret.open {
  transform: rotate(180deg);
}
.dropdown-container .dropdown-toggle .caret.close {
  transform: rotate(0deg);
}
.dropdown-container .dropdown-toggle:hover {
  background-color: white;
}
.dropdown-container .dropdown-toggle:active,
.dropdown-container .dropdown-toggle:focus,
.dropdown-container .dropdown-toggle:focus-within {
  outline: 0;
  background-color: white;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dropdown-container .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  border: 1px solid #cccccc;
  z-index: 1;
  border-radius: 10px;
  box-sizing: border-box;
}
.dropdown-container .dropdown-content input {
  width: calc(98%);
  margin: 5px;
  box-sizing: border-box;
}
.dropdown-container .dropdown-content ul {
  padding: 0;
}
.dropdown-container .dropdown-content ul li {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  color: #78889e;
}
.dropdown-container .dropdown-content ul li:hover {
  color: black;
  background-color: #e0e0e6;
}
.ndb-header {
  position: fixed;
  top: 0;
  height: 90px;
  z-index: 100;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px #CCCCCC;
  box-shadow: 0px 0px 10px #CCCCCC;
}
.ndb-header.ndb-sidebar-collapsed {
  left: 0px;
}
.ndb-header.ndb-sidebar-hidden {
  left: 0px;
}
.ndb-header .ndb-header-bar {
  position: relative;
  height: 100%;
}
.ndb-header .ndb-header-bar:before,
.ndb-header .ndb-header-bar:after {
  content: " ";
  display: table;
}
.ndb-header .ndb-header-bar:after {
  clear: both;
}
.ndb-header .ndb-header-bar .ndb-brand {
  float: left;
  padding: 15px 0 0 20px;
}
.ndb-header .ndb-header-bar .ndb-brand img {
  height: 60px;
  width: 60px;
}
.ndb-header .ndb-header-bar .ndb-user {
  display: table-row;
  margin-right: 10px;
  margin-top: 18px;
  color: black;
}
.ndb-header .ndb-header-bar .ndb-user img {
  margin-right: 10px;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-user-cell {
  display: table-cell;
  vertical-align: middle;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-user-dropdown {
  margin-left: 10px;
  margin-top: 12px;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-user-dropdown p {
  margin-right: 10px;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-user-dropdown a.dropdown-toggle {
  color: black;
  font-size: 20px;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-user-dropdown a.dropdown-toggle .ndb-user-username {
  font-size: initial;
  line-height: 0.5;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-user-dropdown .dropdown-menu {
  top: 25px;
}
.ndb-header .ndb-header-bar .ndb-user .efa-dropdown-glyphicon-padding {
  margin-top: 8px;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-notification {
  font-size: 24px;
  padding-top: 8px;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-notification a {
  color: white;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-notification a:hover,
.ndb-header .ndb-header-bar .ndb-user .ndb-notification a:active .ndb-header .ndb-header-bar .ndb-user .ndb-notification a:visited {
  text-decoration: none;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-notification .badge {
  position: relative;
  top: -20px;
  left: -15px;
  background-color: red;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-notification .dropdown-menu {
  margin-right: 28px;
  margin-top: 7px;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-notification .dropdown-menu a {
  color: black;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-search-dropdown .glyphicon-search {
  color: white;
  font-size: 20px;
  padding: 10px;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-search-dropdown .dropdown-menu {
  width: 200px;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-search-dropdown .dropdown-menu input {
  background-color: #737373;
  border-radius: initial;
  width: 100%;
}
.ndb-header .ndb-header-bar .ndb-user .ndb-search-dropdown .dropdown-menu input::-webkit-input-placeholder,
.ndb-header .ndb-header-bar .ndb-user .ndb-search-dropdown .dropdown-menu input::-moz-placeholder,
.ndb-header .ndb-header-bar .ndb-user .ndb-search-dropdown .dropdown-menu input:-ms-input-placeholder,
.ndb-header .ndb-header-bar .ndb-user .ndb-search-dropdown .dropdown-menu input:-moz-placeholder {
  color: white;
}
.ndb-header .ndb-header-bar .header-search-field {
  padding-right: 25px;
}
.ndb-header .ndb-header-bar .header-search-field input {
  background-color: #eeeeee;
  border: none;
  width: 350px;
  height: 44px;
}
.ndb-header .ndb-header-bar .header-search-field input::-webkit-input-placeholder,
.ndb-header .ndb-header-bar .header-search-field input::-moz-placeholder,
.ndb-header .ndb-header-bar .header-search-field input:-ms-input-placeholder,
.ndb-header .ndb-header-bar .header-search-field input:-moz-placeholder {
  color: white;
}
.ndb-header .ndb-header-bar .header-search-field .ndb-search-result {
  position: absolute;
  background-color: white;
  z-index: 100;
  width: 350px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: transparent;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.ndb-header .ndb-header-bar .header-search-field .ndb-search-result .list-group-item:first-child {
  border-radius: initial;
}
.ndb-header .ndb-header-bar .ndb-top {
  background: white;
  width: 100%;
  height: 90px;
  color: black;
}
.ndb-header .ndb-header-bar .ndb-top h2 {
  position: relative;
  float: left;
  margin-left: 20px;
  margin-top: 29px;
}
.ndb-header .ndb-header-bar .ndb-nav-row {
  background-color: #f6f6f6;
  height: 29px;
  top: 90px;
  padding: 0;
  padding-top: 10px;
  -webkit-box-shadow: inset 0 7px 9px -7px #CCCCCC;
  box-shadow: inset 0 7px 9px -7px #CCCCCC;
}
.ndb-header .ndb-header-bar .ndb-nav-row .breadcrumb {
  background-color: transparent !important;
  padding: 0;
}
.ndb-header .ndb-header-bar .ndb-nav-row .breadcrumb > .active {
  color: black;
}
.ndb-header .ndb-header-bar .ndb-nav-row .breadcrumb li + li:before {
  content: "\003e";
  padding: 0 5px;
  color: black;
}
.ndb-header .ndb-header-bar .ndb-nav-row .breadcrumb a,
.ndb-header .ndb-header-bar .ndb-nav-row .breadcrumb span {
  color: black;
}
.ndb-app-switcher-big div {
  font-size: 13px;
}
.ndb-app-switcher-big div span {
  font-size: 14px;
}
.ndb-logon button {
  height: 45px;
}
.open-concepts {
  background-color: #ffb900 !important;
}
.ndb-row-with-sidebar {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  left: 0px;
  top: 129px;
}
.ndb-row-with-sidebar .ndb-sidebar {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: absolute;
  top: 0;
  width: 220px;
  background-color: black;
  color: #aeb2b7;
  z-index: 4;
}
.ndb-row-with-sidebar .ndb-sidebar .open-concepts {
  background-color: #ffb900 !important;
  position: absolute;
  right: 3px;
  top: 12px;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-sidebar-toggle {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: fixed;
  z-index: 2;
  left: 8px;
  color: white;
  display: table;
  top: 90px;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-sidebar-toggle.ndb-sidebar-open {
  left: 88px;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-sidebar-toggle.ndb-sidebar-open .ndb-sidebar-toggle-label {
  display: inline-block;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-sidebar-toggle .glyphicons-chevron-left,
.ndb-row-with-sidebar .ndb-sidebar .ndb-sidebar-toggle .glyphicons-chevron-right {
  font-size: 16px;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-sidebar-toggle button {
  background: transparent;
  border: none;
  width: 36px;
  height: 38px;
  color: white;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-sidebar-toggle button:focus,
.ndb-row-with-sidebar .ndb-sidebar .ndb-sidebar-toggle button:hover {
  color: white;
  outline: none;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-sidebar-toggle .ndb-sidebar-toggle-label {
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
  display: table-cell;
  vertical-align: middle;
  color: #e5e5e5;
  font-size: 10px;
  cursor: pointer;
  display: none;
}
.ndb-row-with-sidebar .ndb-sidebar:before {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 220px;
  background-color: black;
}
.ndb-row-with-sidebar .ndb-sidebar.ndb-sidebar-collapsed,
.ndb-row-with-sidebar .ndb-sidebar.ndb-sidebar-collapsed:before {
  width: 60px;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: absolute;
  top: -49px;
  left: 220px;
  width: 0;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu.ndb-sibebar-collapsed,
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu.ndb-sidebar-collapsed:before {
  left: 60px;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu.ndb-submenu-open,
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu.ndb-submenu-open:before {
  width: 220px;
  border-right: 1px solid gray;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu.ndb-submenu.ndb-sidebar-collapsed,
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu.ndb-submenu-open.ndb-sidebar-collapsed {
  left: 60px;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu.ndb-submenu.ndb-sidebar-collapsed:before,
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu.ndb-submenu-open.ndb-sidebar-collapsed:before {
  left: 60px;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu:before {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  content: "";
  position: fixed;
  left: 220px;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: white;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .list-group-item {
  position: relative;
  background-color: white;
  color: black;
  border: solid 1px white;
  border-left: none;
  border-right: none;
  padding: 14px 10px;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .list-group-item .glyphicon,
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .list-group-item .glyphicons,
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .list-group-item .fa {
  color: #333333;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .list-group-item .glyphicons-warning-sign {
  color: white !important;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .list-group-item:hover,
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .list-group-item:active,
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .list-group-item:focus {
  background-color: #ffdd00 !important;
  color: black;
}
div.ndb-sidebar-collapsed .ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .list-group-item .list-group-item-title {
  display: none;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .list-group-item img {
  max-height: 30px;
  margin: 0 auto;
  display: block;
  max-width: 200px;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .subsublist-group-item {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 10px 5px 10px 50px;
  margin-bottom: -1px;
  border: solid 1px gray;
  background-color: #fefefe;
  color: black;
  border-left: none;
  border-right: none;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .subsublist-group-item:hover,
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .subsublist-group-item:active,
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .subsublist-group-item:focus {
  background-color: #f4f4f4;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .subsublist-group-item .glyphicon,
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu .subsublist-group-item .glyphicons {
  color: #333333;
}
.ndb-row-with-sidebar .ndb-sidebar .ndb-submenu h2 {
  position: relative;
  color: black;
  margin-left: 10px;
  font-size: 20px;
  margin-top: 60px;
}
.ndb-row-with-sidebar .ndb-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f6f6f6;
}
.ndb-row-with-sidebar .ndb-container:before,
.ndb-row-with-sidebar .ndb-container:after {
  content: " ";
  display: table;
}
.ndb-row-with-sidebar .ndb-container:after {
  clear: both;
}
.ndb-row-with-sidebar .ndb-container > .navbar-header,
.ndb-row-with-sidebar .ndb-container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .ndb-row-with-sidebar .ndb-container > .navbar-header,
  .ndb-row-with-sidebar .ndb-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.ndb-row-with-sidebar .ndb-container.ndb-sidebar-collapsed {
  margin-left: 60px;
}
.ndb-row-with-sidebar .ndb-container .btn {
  border-radius: initial;
}
.ndb-row-with-sidebar .ndb-container-logged-in {
  margin-left: 220px;
}
.col-form-label {
  padding-top: 5px;
}
.ndb-responsive-table tr {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.ndb-responsive-table th {
  display: none;
}
.ndb-responsive-table td {
  display: block;
}
.ndb-responsive-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 10em;
  display: inline-block;
}
@media (min-width: 768px) {
  .ndb-responsive-table td:before {
    display: none;
  }
}
.ndb-responsive-table th,
.ndb-responsive-table td {
  text-align: left;
}
@media (min-width: 768px) {
  .ndb-responsive-table th,
  .ndb-responsive-table td {
    display: table-cell;
  }
}
@media screen and (max-width: 426px) {
  .ndb-top h2 {
    font-size: 16px;
    padding-top: 7px;
  }
}
@media screen and (max-width: 523px) {
  .ndb-top .ndb-user .header-search-field {
    display: none;
  }
}
@media screen and (min-width: 524px) {
  .ndb-top .ndb-user .header-search-field-small {
    display: none;
  }
}
@media screen and (min-width: 300px) {
  .ndb-nav-row {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin-left: 220px !important;
    padding-left: 0 !important;
  }
  .ndb-sidebar-collapsed .ndb-nav-row {
    margin-left: 60px !important;
  }
  .header-search-field input {
    width: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .ndb-header .ndb-header-bar .header-search-field input {
    width: 300px;
  }
}
@media screen and (max-width: 1020px) {
  .ndb-header .ndb-header-bar .header-search-field input {
    width: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .ndb-header .ndb-header-bar .header-search-field input {
    width: 270px;
  }
}
@media screen and (max-width: 980px) {
  .ndb-header .ndb-header-bar .header-search-field input {
    width: 250px;
  }
}
@media screen and (max-width: 950px) {
  .ndb-header .ndb-header-bar .header-search-field input {
    width: 150px;
  }
}
@media screen and (max-width: 890px) {
  .ndb-header .ndb-header-bar .header-search-field input {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .ndb-header .ndb-header-bar .header-search-field input {
    width: 250px;
  }
}
@media screen and (max-width: 699px) {
  .ndb-header .ndb-header-bar .header-search-field input {
    width: 200px;
  }
}
@media screen and (max-width: 650px) {
  .ndb-header .ndb-header-bar .header-search-field input {
    width: 150px;
  }
}
.ndb-app-switcher-small {
  display: none !important;
}
@media screen and (max-width: 541px) {
  .ndb-app-switcher-big {
    display: none !important;
  }
  .ndb-app-switcher-small {
    display: block !important;
  }
  .header-search-field input {
    width: 100px;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 23px;
  }
}
.ndb-sidebar-menu {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: fixed;
  top: 120px;
  z-index: 4;
}
.ndb-sidebar-menu .links {
  overflow-y: auto;
  height: 100%;
  max-height: 80vh;
}
.ndb-sidebar-menu .dropdown-menu {
  left: 60px;
  top: -30px;
  border-left: 0px;
  z-index: 5;
}
.ndb-sidebar-menu .dropdown-menu .sublist-group-item {
  padding: 8px 10px;
  border: 0px;
}
.ndb-sidebar-menu .list-group-item {
  background-color: black;
  color: white;
  border: none;
  border-radius: initial;
  padding: 14px 30px;
  padding-right: 40px;
  padding-left: 20px;
}
.ndb-sidebar-menu .list-group-item:hover,
.ndb-sidebar-menu .list-group-item:active,
.ndb-sidebar-menu .list-group-item:focus,
.ndb-sidebar-menu .list-group-item.item-selected {
  background-color: #ffdd00;
  color: black;
}
.ndb-sidebar-menu .list-group-item .list-group-item-title {
  margin-left: 10px;
}
div.ndb-sidebar-collapsed .ndb-sidebar-menu .list-group-item .list-group-item-title {
  display: none;
}
.ndb-sidebar-menu .list-group-item .header {
  border: none;
}
.ndb-busy-indicator-wrapper {
  background-color: rgba(230, 230, 230, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99998;
}
.ndb-busy-indicator {
  width: 300px;
  left: 50%;
  top: 50%;
  position: fixed;
  z-index: 99999;
  text-align: center;
  margin-left: -150px;
}
body {
  overflow-y: scroll;
}
.ndb-nav-row {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: fixed;
  right: 0;
  left: 0;
  top: 119px;
  background-color: #f6f6f6;
  padding: 15px 0;
  padding-left: 15px;
  z-index: 3;
}
.ndb-nav-row + h1 {
  margin-top: 70px;
}
.ndb-nav-row + .efa-breadcrumb {
  margin-top: 90px;
}
.ndb-nav-row .ndb-nav-row-subnav {
  padding-right: 10px;
}
.ndb-nav-row .dropdown {
  margin-right: -11px;
}
.ndb-nav-row .dropdown a {
  padding: 6px;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
}
.ndb-nav-row .dropdown.open a {
  border-left: solid 1px #adadad;
  border-right: solid 1px #adadad;
  background-color: white !important;
}
.ndb-nav-row .dropdown .dropdown-menu {
  border-radius: initial;
  border-top: transparent;
  margin-top: 4px;
  width: 300px;
}
.ndb-nav-row .dropdown .dropdown-menu .glyphicon-search {
  color: black;
}
.ndb-nav-row .dropdown .dropdown-menu input {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ndb-nav-row .dropdown .dropdown-menu .list-group .list-group-item {
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.ndb-nav-row .dropdown .dropdown-menu .list-group .list-group-item:hover {
  background-color: #e5e5e5 !important;
}
.ndb-nav-row .dropdown .dropdown-menu .tt-dropdown-menu {
  border-radius: 0;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  border-top: transparent;
  left: -1px !important;
  width: 300px;
}
.ndb-nav-row .dropdown .dropdown-menu .tt-dropdown-menu h4 {
  display: none;
}
.ndb-nav-row .dropdown .dropdown-menu .twitter-typeahead .tt-suggestion.tt-cursor {
  color: black;
  background-color: #e5e5e5 !important;
  background-image: none;
  filter: none;
}
.ndb-nav-row .dropdown .dropdown-menu .tt-suggestion.tt-cursor a {
  border: 1px solid black;
}
.ndb-nav-row .dropdown .dropdown-menu .tt-suggestion {
  color: black;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 1px solid #e5e5e5;
  padding: 6px 5px;
}
.btn-separator:after {
  content: ' ';
  display: block;
  float: left;
  background: #adadad;
  margin: 0 10px;
  height: 20px;
  width: 1px;
}
.ndb-table-row {
  display: table-row;
}
.ndb-table-row .ndb-table-cell-aligned {
  display: table-cell;
  vertical-align: middle;
}
.ndb-connector-stat-danger {
  background-color: red;
  font-weight: bold;
}
.ndb-connector-stat-medium {
  background-color: orange;
  font-weight: bold;
}
.ndb-connector-stat-good {
  background-color: green;
  color: white;
}
.ndb-multi-dropdowns .dropdown-submenu {
  position: relative;
}
.ndb-multi-dropdowns .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.ndb-multi-dropdowns .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.ndb-multi-dropdowns .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: 10px;
}
.ndb-multi-dropdowns .dropdown-submenu:hover > a:after {
  border-left-color: white;
}
.ndb-multi-dropdowns .dropdown-submenu.pull-left {
  float: none;
}
.ndb-multi-dropdowns .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.ndb-file-system,
.ndb-input-glyph,
.ndb-nav-row,
.header-search-field,
.header-search-field-small {
  font-size: 15px;
  /* style glyph */

  /* align glyph */

  /* add padding  */

}
.ndb-file-system .glyphicons-folder-closed,
.ndb-input-glyph .glyphicons-folder-closed,
.ndb-nav-row .glyphicons-folder-closed,
.header-search-field .glyphicons-folder-closed,
.header-search-field-small .glyphicons-folder-closed {
  color: gold;
}
.ndb-file-system .glyphicons-file,
.ndb-input-glyph .glyphicons-file,
.ndb-nav-row .glyphicons-file,
.header-search-field .glyphicons-file,
.header-search-field-small .glyphicons-file {
  color: #bc2328;
}
.ndb-file-system .inner-addon,
.ndb-input-glyph .inner-addon,
.ndb-nav-row .inner-addon,
.header-search-field .inner-addon,
.header-search-field-small .inner-addon {
  position: relative;
}
.ndb-file-system .inner-addon .glyphicons,
.ndb-input-glyph .inner-addon .glyphicons,
.ndb-nav-row .inner-addon .glyphicons,
.header-search-field .inner-addon .glyphicons,
.header-search-field-small .inner-addon .glyphicons,
.ndb-file-system .inner-addon .halflings,
.ndb-input-glyph .inner-addon .halflings,
.ndb-nav-row .inner-addon .halflings,
.header-search-field .inner-addon .halflings,
.header-search-field-small .inner-addon .halflings,
.ndb-file-system .inner-addon .glyphicon,
.ndb-input-glyph .inner-addon .glyphicon,
.ndb-nav-row .inner-addon .glyphicon,
.header-search-field .inner-addon .glyphicon,
.header-search-field-small .inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  z-index: 3;
}
.ndb-file-system .left-addon .glyphicons,
.ndb-input-glyph .left-addon .glyphicons,
.ndb-nav-row .left-addon .glyphicons,
.header-search-field .left-addon .glyphicons,
.header-search-field-small .left-addon .glyphicons,
.ndb-file-system .left-addon .halflings,
.ndb-input-glyph .left-addon .halflings,
.ndb-nav-row .left-addon .halflings,
.header-search-field .left-addon .halflings,
.header-search-field-small .left-addon .halflings,
.ndb-file-system .left-addon .glyphicon,
.ndb-input-glyph .left-addon .glyphicon,
.ndb-nav-row .left-addon .glyphicon,
.header-search-field .left-addon .glyphicon,
.header-search-field-small .left-addon .glyphicon {
  left: 0px;
}
.ndb-file-system .right-addon .glyphicons,
.ndb-input-glyph .right-addon .glyphicons,
.ndb-nav-row .right-addon .glyphicons,
.header-search-field .right-addon .glyphicons,
.header-search-field-small .right-addon .glyphicons,
.ndb-file-system .right-addon .halflings,
.ndb-input-glyph .right-addon .halflings,
.ndb-nav-row .right-addon .halflings,
.header-search-field .right-addon .halflings,
.header-search-field-small .right-addon .halflings,
.ndb-file-system .right-addon .glyphicon,
.ndb-input-glyph .right-addon .glyphicon,
.ndb-nav-row .right-addon .glyphicon,
.header-search-field .right-addon .glyphicon,
.header-search-field-small .right-addon .glyphicon {
  right: 0px;
}
.ndb-file-system .left-addon input,
.ndb-input-glyph .left-addon input,
.ndb-nav-row .left-addon input,
.header-search-field .left-addon input,
.header-search-field-small .left-addon input {
  padding-left: 30px;
}
.ndb-file-system .right-addon input,
.ndb-input-glyph .right-addon input,
.ndb-nav-row .right-addon input,
.header-search-field .right-addon input,
.header-search-field-small .right-addon input {
  padding-right: 30px;
}
.input-group .input-group-btn:first-child {
  -moz-border-radius-bottomleft: 4px !important;
  -moz-border-radius-topleft: 4px !important;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
}
.input-group .input-group-btn:last-child {
  -moz-border-radius-bottomright: 4px !important;
  -moz-border-radius-topright: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .input-group-btn .btn {
  border-radius: inherit;
}
.input-group .input-group-btn select {
  border-color: #cccccc;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 34px;
}
.breadcrumb {
  margin-bottom: 0;
}
.tt-suggestion .inactive-store {
  color: red;
}
#searchStoreDropDown a.inactive-store {
  color: red;
}
.text-bold {
  font-weight: bold;
}
.text-red {
  color: red;
}
.text-green {
  color: green;
}
.text-grey {
  color: lightgray;
}
.error-single {
  color: #a94442;
}
.error-single.form-control {
  border-color: #a94442;
}
.margin-top-14 {
  margin-top: 14px;
}
.ndb-text-italic {
  font-style: italic;
}
.ndb-text-regular {
  font-style: normal !important;
  font-weight: normal;
}
label {
  /* cursor is already being applied to labels inside radio's and inputs. (by bootstrap)
        These aren't the only places labels are being used, make sure each label has a pointer cursor 
        since it will always involve an input of some sort.
    */
  cursor: pointer;
}
.ndb-table-highlighted-row {
  background-color: #d8d8d8;
}
.ndb-contract-seperator {
  border-top: 5px solid #dddddd;
}
.ndb-NE-padding {
  padding: 0 10px;
}
.ndb-home-section {
  margin: 8px 0 48px 0;
  position: relative;
}
.ndb-home-section::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  margin-top: 15px;
  content: "";
}
.ndb-home-section .ndb-home-title {
  position: relative;
  margin: 0;
  width: 100%;
}
.ndb-home-section .ndb-home-title:before,
.ndb-home-section .ndb-home-title:after {
  content: " ";
  display: table;
}
.ndb-home-section .ndb-home-title:after {
  clear: both;
}
.ndb-home-section .ndb-home-title .ndb-home-title-text {
  padding: 0 16px;
  margin: 0 16px;
  font-size: 24px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  background-color: #f6f6f6;
  float: left;
}
.ndb-home-section .ndb-home-title .ndb-home-title-actions {
  float: right;
}
.ndb-home-section .ndb-home-title .ndb-home-title-actions .ndb-home-title-action {
  background-color: #f6f6f6;
  padding: 0 16px;
  margin: 0 16px;
}
.ndb-home-section .ndb-home-items {
  margin: 8px 0;
}
.ndb-home-section .ndb-home-items:before,
.ndb-home-section .ndb-home-items:after {
  content: " ";
  display: table;
}
.ndb-home-section .ndb-home-items:after {
  clear: both;
}
.ndb-home-section .ndb-home-items a,
.ndb-home-section .ndb-home-items button {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.66);
}
.ndb-home-section .ndb-home-items a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.55;
}
.ndb-home-section .ndb-home-items a:hover {
  text-decoration: none;
  color: black;
}
.ndb-home-section .ndb-home-items .ndb-home-item {
  display: block;
  width: 170px;
  height: 150px;
  float: left;
  padding: 12px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
}
.ndb-home-section .ndb-home-items .ndb-home-item-green,
.ndb-home-section .ndb-home-items .ndb-home-item-green .glyphicon,
.ndb-home-section .ndb-home-items .ndb-home-item-green .glyphicons {
  color: green;
}
.ndb-home-section .ndb-home-items .ndb-home-item-red,
.ndb-home-section .ndb-home-items .ndb-home-item-red .glyphicon,
.ndb-home-section .ndb-home-items .ndb-home-item-red .glyphicons {
  color: red;
}
.ndb-home-section .ndb-home-items .ndb-home-item-gray,
.ndb-home-section .ndb-home-items .ndb-home-item-gray .glyphicon,
.ndb-home-section .ndb-home-items .ndb-home-item-gray .glyphicons {
  color: gray;
}
.ndb-home-section .ndb-home-items .ndb-home-item .ndb-home-item-actions {
  height: 20px;
}
.ndb-home-section .ndb-home-items .ndb-home-item .ndb-home-item-actions:before,
.ndb-home-section .ndb-home-items .ndb-home-item .ndb-home-item-actions:after {
  content: " ";
  display: table;
}
.ndb-home-section .ndb-home-items .ndb-home-item .ndb-home-item-actions:after {
  clear: both;
}
.ndb-home-section .ndb-home-items .ndb-home-item .ndb-home-item-actions .ndb-home-item-actions-left {
  float: left;
}
.ndb-home-section .ndb-home-items .ndb-home-item .ndb-home-item-actions .ndb-home-item-actions-right {
  float: right;
}
.ndb-home-section .ndb-home-items .ndb-home-item .ndb-home-item-actions + .ndb-home-item-icon {
  margin-top: 5px;
}
.ndb-home-section .ndb-home-items .ndb-home-item .ndb-home-item-icon {
  display: block;
  font-size: 48px;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 8px;
  height: 48px;
}
.ndb-home-section .ndb-home-items .ndb-home-item .ndb-home-item-icon.chain-icon {
  margin-top: 17px;
  margin-bottom: 16px;
}
.ndb-home-section .ndb-home-items .ndb-home-item.ndb-home-item-add {
  background-color: #7ac143;
  color: white;
}
.ndb-home-section .ndb-home-items .ndb-home-item-title {
  font-size: 14px;
  line-height: 1;
}
.ndb-home-section .ndb-home-items .ndb-home-item-title-subtxt {
  font-size: 10px;
  font-weight: bold;
}
.glyphicon.fast-right-spinner {
  -webkit-animation: glyphicon-spin-r 0.3s infinite linear;
  animation: glyphicon-spin-r 0.3s infinite linear;
}
@-webkit-keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.dp-custom-week-container:before {
  content: "W";
  color: gray;
  font-size: 10px;
}
.dp-custom-week-container-label:before {
  content: "Week";
  color: gray;
  font-size: 12px;
}
/* text-angular */

.ta-toolbar {
  background-color: #f0f0f0;
  padding: 10px 10px 5px;
  margin-left: 0px;
  border: 1px solid #eeeeee;
}
.ta-toolbar .btn-group {
  margin-bottom: 5px;
}
.ta-editor,
.white-box {
  padding: 10px;
  background-color: white;
  border: 1px solid #eeeeee;
}
.ta-editor {
  max-height: 550px;
}
textarea.ta-bind {
  width: 100%;
}
.ta-bind {
  height: inherit;
}
.pac-dropdown {
  width: 100%;
  text-align: right;
}
@media screen {
  #printSection {
    display: none;
  }
}
@media print {
  /*
          !Important!
          The code below to hide all subelements of the body for printing
          only works because the #printSection div is a direct child of the body.
          Since the printing div is generated from a directive we can be relatively sure it
          won't get changed on a whim, but do keep it in mind if printpages apear to be empty.
  
          Do not use visibility here as the elements will still maintain their dimensions
          and mess up printing layout by adding empty pages f.e.
      */
  
  html body > * {
    display: none;
  }
  #printSection .btn-print,
  #printSection * .btn-print,
  #printSection .btn-print *,
  #printSection * .btn-print * {
    display: none;
  }
  #printSection {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    margin-left: 3%;
  }
  .dx-datagrid-pager {
    display: none;
  }
  @page {
    margin: 0;
  }
  a[href]:after {
    content: none !important;
  }
}
.ndb-left-padding-0 {
  padding-left: 0;
}
.nano .badge {
  top: auto;
  right: 3px;
}
.table-inner-row:nth-child(odd) > td {
  background-color: #f0f0f0;
}
.table-inner-row:nth-child(even) > td {
  background-color: #c6cacd;
}
.table-inner-row-head {
  background-color: gainsboro;
}
.country-flag-list img:before,
.country-flag img:before {
  content: " ";
  background-image: url("/Content/country-flags/default-flag.png");
  display: block;
  width: 40px;
  height: 20px;
  position: relative;
  z-index: 0;
  margin-bottom: -20px;
}
.country-flag-list img:before {
  width: 25px;
  height: 20px;
}
.country-flag .input-group-addon {
  padding-bottom: 3px !important;
  padding-top: 3px !important;
}
.country-flag input {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.country-flag img:before {
  width: 40px;
}
.country-flag .twitter-typeahead {
  position: initial !important;
  display: initial !important;
}
.country-flag .twitter-typeahead {
  color: black;
}
.country-flag .twitter-typeahead img:before {
  content: " ";
  background-image: url("/Content/country-flags/default-flag.png");
  display: block;
  width: 50px;
  height: 30px;
  position: relative;
  z-index: 0;
  margin-bottom: -20px;
}
.filetypes-pdf {
  color: #bc2328 !important;
}
.ndb-border-top:before {
  content: "";
  display: block;
  margin: 0 0 0 auto;
  width: 45%;
  padding-top: 5px;
  border-top: 1px solid black !important;
}
.ndb-border-top-full:before {
  content: "";
  display: block;
  margin: -6px 0 0 auto;
  padding-top: 5px;
  border-top: 1px solid black !important;
  width: 100%;
}
.ndb-border-right {
  border-right: 2px solid #e5e5e5 !important;
}
.ndb-first-border-top {
  border-top: 1px solid #e5e5e5 !important;
}
.ndb-last-border-bottom {
  border-bottom: 1px solid black !important;
}
.ndb-calculated-total-based-on-planning {
  background: orange;
  border: 1px solid darkorange;
}
.ndb-calculated-total-based-on-planning:hover {
  background: #cc8400;
  border: 1px solid #cc7000;
}
.ndb-reality-highlight .ndb-used-in-summation {
  background: orange !important;
  border: 1px solid darkorange;
  opacity: 0.7;
}
.ndb-display-block {
  display: block;
}
.ndb-text-left {
  text-align: left !important;
}
.ndb-darken-background {
  background: rgba(255, 165, 0, 0.1) !important;
}
.ndb-lighten-background {
  background: rgba(255, 165, 0, 0.2) !important;
}
.ndb-beta-text {
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px;
  margin-top: 23px;
  display: inline-block;
}
.ndb-max-remark-length {
  max-width: 161px;
}
.has-error {
  color: #a94442;
  background-color: #f2dede;
}
.ndb-padding-bottom {
  padding-bottom: 10px;
}
.ndb-cursor-info {
  cursor: help !important;
}
.schedule-modal-invalid-selection {
  margin-right: 16px;
}
.ndb-rule-text {
  padding: 10px;
  border: 1px solid #dddddd;
  background: whitesmoke;
}
.ndb-employee-not-available {
  background: repeating-linear-gradient(45deg, #f2dede, #f2dede 10px, whitesmoke 10px, whitesmoke 20px);
  color: white;
  border-radius: 4px;
  border: 1px solid #f2dede;
  height: 28px;
  overflow: hidden;
  font-size: 12px;
  line-height: 28px;
  vertical-align: middle;
  padding-left: 4px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  z-index: 1;
}
.font-size-25 {
  font-size: 25px !important;
  cursor: pointer;
}
.ndb-rule-text-timeline {
  position: absolute;
  width: 100%;
  z-index: 999;
  margin-top: 38px;
}
.ndb-rule-text-name {
  position: absolute;
  width: 500px;
  z-index: 999;
  margin-top: 38px;
  background: white;
}
.ndb-on-off-button {
  margin-bottom: 10px;
  cursor: pointer;
}
.ndb-on-off-button .ndb-on-off-button-body {
  width: 40px;
  height: 20px;
  background-color: #ece9e9;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid;
  float: left;
  margin-right: 10px;
}
.ndb-on-off-button .ndb-on-off-button-body.not-active {
  float: none;
}
.ndb-on-off-button .ndb-on-off-button-body.ndb-on-off-button-on {
  background-color: green;
}
.ndb-on-off-button .ndb-on-off-button-body.ndb-on-off-button-on .handle {
  left: 17px;
}
.ndb-on-off-button .ndb-on-off-button-body .handle {
  background: white;
  height: inherit;
  width: 22px;
  -moz-border-radius: inherit;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  top: -1px;
  position: relative;
  border: 1px solid;
  left: -1px;
}
.ndb-glyphicon-event-container {
  width: 38px;
  height: 22px;
  display: inline;
  text-align: center;
}
.ndb-glyphicon-event {
  font-size: 16px;
  margin-top: 1px;
}
.icon-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  width: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  font-size: 1em;
  height: 100%;
  line-height: inherit;
  position: absolute;
  text-align: center;
  width: 100%;
}
.icon-stack .glyphicon {
  font-size: 2em;
}
.text-center-important {
  text-align: center !important;
}
.ndb-report-statistic-header {
  width: 300px !important;
}
.ndb-report-statistic-header-day-data {
  width: 200px !important;
}
.width-60 {
  width: 60px !important;
}
.width-80 {
  width: 80px !important;
}
.width-150 {
  width: 150px !important;
  display: block;
}
.ndb-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ndb-multiline-text-ellipsis {
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.ndb-multiline-text-ellipsis-4-lines {
  display: box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.ndb-align-right {
  margin-right: 0px;
  margin-left: auto;
}
.ndb-border-right-data {
  border-right: 1px dashed #dddddd;
}
.ndb-statistics-controls {
  height: 51px;
  vertical-align: middle !important;
}
ul.dropdown-menu li li.hardware-types-child-dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
ul.dropdown-menu li li.hardware-types-child-dropdown a {
  padding: 3px 20px;
  font-weight: normal;
  line-height: 1.428571429;
  white-space: nowrap;
  display: block;
  color: #333333;
}
ul.dropdown-menu li li.hardware-types-child-dropdown:hover {
  background-color: whitesmoke !important;
  color: #262626 !important;
}
.ndb-sla-search,
.ndb-ledger-search {
  margin-bottom: 15px;
}
.efa-default-pick-up-location {
  color: #999999;
  font-weight: normal;
}
.ndb-hours-and-wages-table div.bootstrap-datetimepicker-widget {
  top: auto !important;
  left: auto !important;
}
.ndb-max-width {
  width: 100%;
}
.ndb-flex {
  display: flex;
}
.ndb-timepicker-minimal-width {
  max-width: 110px;
}
.ndb-section-end {
  height: 100px;
}
.odd {
  background-color: #f0f0f0;
}
table.schedule-timeline-simple > tbody + tbody {
  border-top: none !important;
}
.ndb-switch-to-original-user {
  margin-top: 24px;
}
.ndb-no-horizontal-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.ndb-valign-bottom {
  vertical-align: bottom !important;
}
.ndb-admin-log-user-name {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ndb-admin-log-error-page {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .ndb-screen-detection-message {
    display: block !important;
  }
}
@media screen and (max-height: 767px) {
  .ndb-screen-detection-message {
    display: block !important;
  }
}
.ndb-screen-detection-message,
.ndb-screen-message-alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 165, 0, 0.76);
  line-height: 10px;
  text-align: center;
  font-size: 10px;
  padding: 10px 1px 10px 1px;
  z-index: 999;
}
.ndb-screen-message-alert {
  display: block;
  background-color: #ff2424;
  color: white;
  top: -60px;
  font-size: 12px;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 1s;
  animation: slide 0.5s forwards;
  animation-delay: 0.8s;
}
.ndb-screen-message-alert.confirmed {
  -webkit-animation: slide 0.5s backwards;
  -webkit-animation-delay: 1s;
  animation: slide 0.5s backwards;
  animation-delay: 0.8s;
}
.ndb-screen-message-alert a {
  color: white !important;
  text-decoration: underline !important;
}
.ndb-screen-message-alert a:hover {
  text-decoration: underline;
}
@-webkit-keyframes slide {
  100% {
    top: 0;
  }
}
@keyframes slide {
  100% {
    top: 0;
  }
}
.ndb-width-100 {
  width: 100%;
}
.ndb-twitter-typeahead-with-input-group-addition .twitter-typeahead {
  height: 28px;
}
.ndb-input-group-percentage {
  max-width: 110px;
}
.ndb-cursor-move,
.efa-sortable-handle {
  cursor: move;
}
.ndb-cursor-pointer {
  cursor: pointer;
}
.ndb-list-hover li:hover {
  background: #e8e8e8 !important;
}
.ndb-list-hover li {
  background-color: white;
}
.list-style-type-none {
  list-style-type: none;
}
.ndb-favorites-container {
  min-height: 77px;
}
.pac-width-125 {
  width: 125px;
}
.tab-pane {
  padding-top: 20px;
}
.cursor-pointer {
  cursor: pointer;
}
.filter-excluded-green {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: solid 1px;
  background: linear-gradient(to right, #abef83 0%, #abef83 50%, orange 50%, orange 100%);
}
.filter-excluded-red {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: solid 1px;
  background: linear-gradient(to right, #ed8282 0%, #ed8282 50%, orange 50%, orange 100%);
}
.filter-both-active-and-inactive {
  color: transparent;
  background: linear-gradient(to right, #abef83 0%, #abef83 50%, #ed8282 50%, #ed8282 100%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid black !important;
}
.filter-active,
.status-green {
  background: #abef83;
}
.filter-inactive,
.status-red {
  background: #ed8282;
}
.status-orange {
  background: orange;
}
.ndb-grid-item {
  width: 22%;
  float: left;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin: 0 15px 15px 0;
}
.ndb-grid-tile {
  width: 20%;
  float: left;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  margin: 0 15px 15px 0;
}
.ndb-grid-item .efa-media {
  margin-bottom: 0;
}
.efa-media {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  padding: 12px;
  height: 114px;
}
.box-shadow {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.ndb-padding-12 {
  padding: 12px;
}
.plu-product-description {
  height: 48px;
  margin-bottom: 2px;
}
.plu-product-description-4-lines {
  height: 66px;
}
.ndb-display-inline {
  display: inline;
}
.ndb-min-width-148 {
  min-width: 148px;
}
.ndb-courier-new {
  font-family: "Courier New";
}
.ndb-bg-selected {
  background: #bdd0e8 !important;
}
.jump-in {
  margin-left: 36px !important;
}
.jump-out {
  margin-right: 36px !important;
}
.ndb-vertical-align-middle {
  vertical-align: middle !important;
}
.ndb-invoice-sub-header {
  border-bottom: 2px solid #dddddd !important;
}
#pdf-container .table {
  margin-bottom: 0 !important;
}
#pdf-container .table td {
  border: 0 solid black;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.fac-invoice-block-body > span {
  white-space: pre-line;
}
.alert {
  margin-bottom: 0 !important;
}
.invoice-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.white-space-no-wrap {
  white-space: nowrap;
}
.releasenote-block {
  position: relative;
  background-color: white;
  border: 2px solid black;
  padding: 10px;
  margin-left: 55px;
  margin-bottom: 20px;
}
.releasenote-block:before {
  background: none repeat scroll 0 0 black;
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  width: 3px;
  bottom: -50px;
}
.releasenote-block .releasenote-date {
  border: 2px solid black;
  padding: 2px 10px 2px 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}
.releasenote-block .glyphicons-calendar {
  font-size: 23px;
}
.releasenote-block .glyphicons-circle-arrow-right {
  position: absolute;
  left: -35px;
  color: #2072bf;
  font-size: 25px;
  top: 4px;
}
.releasenote-block .btn-danger {
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 3px !important;
  padding-top: 2px;
}
.releasenote-block .glyphicons-edit {
  font-size: 26px;
  cursor: pointer;
}
.releasenote-block .glyphicons-edit:hover {
  color: #f4aa00;
}
.releasenote-block .releasenote-module-block h1 {
  border-bottom: 1px solid black;
  height: 0;
  line-height: 0;
  padding: 0 0 0 24px;
  font-size: 17px;
  font-weight: bold;
}
.releasenote-block .releasenote-module-block h1 span {
  background: white;
  padding: 0 15px;
}
.releasenote-block .releasenote-module-block .releasenote-type-block {
  border-bottom: 1px solid #dddddd;
  padding: 8px;
}
.releasenote-block .releasenote-module-block .releasenote-type-block:last-child {
  border-bottom: 0px;
}
.releasenote-block .releasenote-module-block .releasenote-type-block .glyphicons {
  font-size: 25px;
  position: absolute;
}
.releasenote-block .releasenote-module-block .releasenote-type-block .glyphicons.glyphicons-bug {
  color: #bc1f1e;
}
.releasenote-block .releasenote-module-block .releasenote-type-block .glyphicons.glyphicons-star {
  color: #f4aa00;
}
.releasenote-block .releasenote-module-block .releasenote-type-block .releasenote-note-container {
  display: inline-block;
}
.releasenote-block .releasenote-module-block .releasenote-type-block .releasenote-note-container .note {
  margin-left: 45px;
}
.releasenote-block .releasenote-module-block .releasenote-type-block .releasenote-note-container div {
  margin-bottom: 38px;
}
.what-is-new {
  position: fixed;
  bottom: 0;
  margin-left: 135px;
}
.what-is-new a {
  font-size: 12px;
  color: white;
}
.what-is-new-small {
  position: fixed;
  bottom: -3px;
  margin-left: 41px;
  display: none;
}
.what-is-new-small a {
  font-size: 12px;
  color: white;
}
.ndb-sidebar-collapsed .what-is-new {
  display: none;
}
.ndb-sidebar-collapsed .what-is-new-small {
  display: block;
}
.padding-5-px {
  padding: 5px;
}
.padding-5px-top {
  padding-top: 5px;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-left-15 {
  margin-left: 15px;
}
.pac-employee-remaining-hours,
.pac-employee-shift-costs {
  display: inline-block;
  min-width: 130px;
}
.cfg-assortment-priceline-price-used {
  color: #3c763d !important;
  font-weight: bold !important;
  cursor: help !important;
}
.dx-link-delete {
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}
.extra-set-product {
  width: 19% !important;
  border: 1px solid #eeeeee;
  background-color: white;
  color: #333333;
  padding: 5px;
  margin: 2px;
  cursor: move !important;
  height: 52px !important;
}
.extra-set-product:hover {
  background-color: #e6e6e6 !important;
}
.extra-set-product.has-error {
  color: #a94442 !important;
  background-color: #f2dede !important;
}
.extra-set-product:hover .product-actions {
  display: block;
}
.product-information {
  float: left;
  display: block;
  width: 60%;
}
.product-actions {
  position: absolute;
  text-align: right;
  right: 10px;
  top: 10px;
  display: none;
}
.ndb-custom-collection-chain-icon {
  width: 14px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.tt-dropdown-menu .ndb-custom-collection-chain-icon {
  width: 21px;
  height: 21px;
  display: inline-block !important;
}
.ndb-chain-icon {
  display: inline-block;
}
.ndb-special-products {
  margin-bottom: 5px;
}
.fac-invoice-reference {
  display: block;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 100px;
}
.bold {
  font-weight: bold;
}
.disable-events {
  pointer-events: none;
}
.disable-events > .efa-filedrop > p {
  display: none;
}
.disable-events > .efa-filedrop > p.disabled-text {
  display: block;
}
.ef2-store-image-style {
  height: 52px;
}
.ndb-filter-options {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid silver;
}
.ndb-filter-options legend {
  width: auto;
  padding: 0 5px;
}
.ndb-filter-options .filter-content {
  max-height: 150px;
  overflow-y: auto;
}
.ndb-filter-options .checkbox {
  margin: 5px 5px;
}
.ndb-filter-options .checkbox.first-child {
  margin-top: 0px;
}
.no-content-wrap {
  white-space: nowrap;
  overflow: hidden;
}
.btn-fab {
  position: fixed;
  z-index: 100;
  bottom: 25px;
  right: 25px;
  background-color: #fbda2f;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fbda2f;
  border: none;
  outline: none;
  color: white;
  font-size: 36px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: .3s;
  -webkit-tap-highlight-color: transparent;
}
.btn-fab:hover {
  transform: scale(1.1);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.log-error-json-preview {
  max-width: 500px;
  max-height: 150px;
}
.help-block-long-content {
  white-space: pre;
}
.indent-40px {
  padding-left: 40px;
}
div[data-ndb-media] + div[efa-image-library] {
  margin-top: 25px;
}
.allergenTable td.indent {
  padding-left: 25px;
}
.dx-column-wrapoff {
  position: relative;
  padding-right: 6px;
  margin-right: 12px;
}
.dx-column-wrapoff > div {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.dx-column-wrapoff:after {
  content: "...";
  position: absolute;
  right: -12px;
  top: 0;
  padding: 0 5px;
}
.table-striped tbody > tr.has-error {
  color: #a94442 !important;
  background-color: #f2dede !important;
}
.datagrid {
  margin-top: 10px;
}
.datagrid .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row td.dx-master-detail-cell {
  padding: 30px !important;
}
.checkbox-light {
  position: relative;
  margin-bottom: 10px;
}
.checkbox-light:first-child {
  margin-left: 10px;
}
.checkbox-light label {
  font-weight: normal;
}
.adyen-group {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 10px;
}
.adyen-group > .adyen-group {
  margin-top: 30px;
}
.adyen-group > .adyen-group:before {
  content: "";
  position: absolute;
  top: -39px;
  border-left: 3px solid #adadad;
  right: 50%;
  bottom: 165px;
}
.adyen-group:after {
  content: "";
  position: absolute;
  top: -9px;
  border-top: 3px solid #adadad;
  bottom: 100%;
  left: 86px;
  right: 91px;
}
.adyen-group a {
  position: relative;
}
.adyen-group a:after {
  content: "";
  position: absolute;
  top: -9px;
  border-left: 3px solid #adadad;
  left: 86px;
  right: 86px;
  bottom: 100%;
}
.adyen-group.adyen-group-single:after {
  top: -22px;
  left: 90px;
  border-right: transparent;
  border-top: transparent;
}
.adyen-group.green a {
  background-color: #c9fcc9 !important;
}
.adyen-group.yellow a {
  background-color: #ffff9f !important;
}
.adyen-group.orange a {
  background-color: #ffd079 !important;
}
.adyen-group.next-level {
  float: none;
  display: block;
}
.badge.adyen-badge {
  background-color: #408c46;
}
.badge.adyen-badge:hover {
  background-color: #5bbf63;
}
.tt-dataset-legal-entity {
  padding-left: 10px;
}
