@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
html {
  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: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  
  a,
  a:visited {
    text-decoration: underline;
  }
  
  a[href]:after {
    content: " (" attr(href) ")";
  }
  
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  
  thead {
    display: table-header-group;
  }
  
  tr,
  img {
    page-break-inside: avoid;
  }
  
  img {
    max-width: 100% !important;
  }
  
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  
  h2,
  h3 {
    page-break-after: avoid;
  }
  
  .navbar {
    display: none;
  }
  
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  
  .label {
    border: 1px solid #000;
  }
  
  .table {
    border-collapse: collapse !important;
  }
  
  .table td,
  .table th {
    background-color: #fff !important;
  }
  
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42858;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #5892ff;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0054f1;
  text-decoration: none;
}
a:focus {
  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: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42858;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[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,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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 {
  padding: .2em;
  background-color: #fcf8e3;
}
.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, .initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: white;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ccdeff;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: white;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ccdeff;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
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-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42858;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.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;
}
.initialism {
  font-size: 90%;
}
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.42858;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42858;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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-right: 15px;
  padding-left: 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-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@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-1 {
    width: 8.33333%;
  }
  
  .col-sm-2 {
    width: 16.66667%;
  }
  
  .col-sm-3 {
    width: 25%;
  }
  
  .col-sm-4 {
    width: 33.33333%;
  }
  
  .col-sm-5 {
    width: 41.66667%;
  }
  
  .col-sm-6 {
    width: 50%;
  }
  
  .col-sm-7 {
    width: 58.33333%;
  }
  
  .col-sm-8 {
    width: 66.66667%;
  }
  
  .col-sm-9 {
    width: 75%;
  }
  
  .col-sm-10 {
    width: 83.33333%;
  }
  
  .col-sm-11 {
    width: 91.66667%;
  }
  
  .col-sm-12 {
    width: 100%;
  }
  
  .col-sm-pull-0 {
    right: auto;
  }
  
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  
  .col-sm-pull-3 {
    right: 25%;
  }
  
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  
  .col-sm-pull-6 {
    right: 50%;
  }
  
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  
  .col-sm-pull-9 {
    right: 75%;
  }
  
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  
  .col-sm-pull-12 {
    right: 100%;
  }
  
  .col-sm-push-0 {
    left: auto;
  }
  
  .col-sm-push-1 {
    left: 8.33333%;
  }
  
  .col-sm-push-2 {
    left: 16.66667%;
  }
  
  .col-sm-push-3 {
    left: 25%;
  }
  
  .col-sm-push-4 {
    left: 33.33333%;
  }
  
  .col-sm-push-5 {
    left: 41.66667%;
  }
  
  .col-sm-push-6 {
    left: 50%;
  }
  
  .col-sm-push-7 {
    left: 58.33333%;
  }
  
  .col-sm-push-8 {
    left: 66.66667%;
  }
  
  .col-sm-push-9 {
    left: 75%;
  }
  
  .col-sm-push-10 {
    left: 83.33333%;
  }
  
  .col-sm-push-11 {
    left: 91.66667%;
  }
  
  .col-sm-push-12 {
    left: 100%;
  }
  
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }
  
  .col-md-2 {
    width: 16.66667%;
  }
  
  .col-md-3 {
    width: 25%;
  }
  
  .col-md-4 {
    width: 33.33333%;
  }
  
  .col-md-5 {
    width: 41.66667%;
  }
  
  .col-md-6 {
    width: 50%;
  }
  
  .col-md-7 {
    width: 58.33333%;
  }
  
  .col-md-8 {
    width: 66.66667%;
  }
  
  .col-md-9 {
    width: 75%;
  }
  
  .col-md-10 {
    width: 83.33333%;
  }
  
  .col-md-11 {
    width: 91.66667%;
  }
  
  .col-md-12 {
    width: 100%;
  }
  
  .col-md-pull-0 {
    right: auto;
  }
  
  .col-md-pull-1 {
    right: 8.33333%;
  }
  
  .col-md-pull-2 {
    right: 16.66667%;
  }
  
  .col-md-pull-3 {
    right: 25%;
  }
  
  .col-md-pull-4 {
    right: 33.33333%;
  }
  
  .col-md-pull-5 {
    right: 41.66667%;
  }
  
  .col-md-pull-6 {
    right: 50%;
  }
  
  .col-md-pull-7 {
    right: 58.33333%;
  }
  
  .col-md-pull-8 {
    right: 66.66667%;
  }
  
  .col-md-pull-9 {
    right: 75%;
  }
  
  .col-md-pull-10 {
    right: 83.33333%;
  }
  
  .col-md-pull-11 {
    right: 91.66667%;
  }
  
  .col-md-pull-12 {
    right: 100%;
  }
  
  .col-md-push-0 {
    left: auto;
  }
  
  .col-md-push-1 {
    left: 8.33333%;
  }
  
  .col-md-push-2 {
    left: 16.66667%;
  }
  
  .col-md-push-3 {
    left: 25%;
  }
  
  .col-md-push-4 {
    left: 33.33333%;
  }
  
  .col-md-push-5 {
    left: 41.66667%;
  }
  
  .col-md-push-6 {
    left: 50%;
  }
  
  .col-md-push-7 {
    left: 58.33333%;
  }
  
  .col-md-push-8 {
    left: 66.66667%;
  }
  
  .col-md-push-9 {
    left: 75%;
  }
  
  .col-md-push-10 {
    left: 83.33333%;
  }
  
  .col-md-push-11 {
    left: 91.66667%;
  }
  
  .col-md-push-12 {
    left: 100%;
  }
  
  .col-md-offset-0 {
    margin-left: 0%;
  }
  
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  
  .col-md-offset-3 {
    margin-left: 25%;
  }
  
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  
  .col-md-offset-6 {
    margin-left: 50%;
  }
  
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  
  .col-md-offset-9 {
    margin-left: 75%;
  }
  
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }
  
  .col-lg-2 {
    width: 16.66667%;
  }
  
  .col-lg-3 {
    width: 25%;
  }
  
  .col-lg-4 {
    width: 33.33333%;
  }
  
  .col-lg-5 {
    width: 41.66667%;
  }
  
  .col-lg-6 {
    width: 50%;
  }
  
  .col-lg-7 {
    width: 58.33333%;
  }
  
  .col-lg-8 {
    width: 66.66667%;
  }
  
  .col-lg-9 {
    width: 75%;
  }
  
  .col-lg-10 {
    width: 83.33333%;
  }
  
  .col-lg-11 {
    width: 91.66667%;
  }
  
  .col-lg-12 {
    width: 100%;
  }
  
  .col-lg-pull-0 {
    right: auto;
  }
  
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  
  .col-lg-pull-3 {
    right: 25%;
  }
  
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  
  .col-lg-pull-6 {
    right: 50%;
  }
  
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  
  .col-lg-pull-9 {
    right: 75%;
  }
  
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  
  .col-lg-pull-12 {
    right: 100%;
  }
  
  .col-lg-push-0 {
    left: auto;
  }
  
  .col-lg-push-1 {
    left: 8.33333%;
  }
  
  .col-lg-push-2 {
    left: 16.66667%;
  }
  
  .col-lg-push-3 {
    left: 25%;
  }
  
  .col-lg-push-4 {
    left: 33.33333%;
  }
  
  .col-lg-push-5 {
    left: 41.66667%;
  }
  
  .col-lg-push-6 {
    left: 50%;
  }
  
  .col-lg-push-7 {
    left: 58.33333%;
  }
  
  .col-lg-push-8 {
    left: 66.66667%;
  }
  
  .col-lg-push-9 {
    left: 75%;
  }
  
  .col-lg-push-10 {
    left: 83.33333%;
  }
  
  .col-lg-push-11 {
    left: 91.66667%;
  }
  
  .col-lg-push-12 {
    left: 100%;
  }
  
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.42858;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  
  .table-responsive > .table {
    margin-bottom: 0;
  }
  
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42858;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42858;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c5c5c5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #a4c4ff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(164, 196, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(164, 196, 255, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.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;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .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.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg, .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.33333;
  border-radius: 0px;
}
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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;
  background-color: #f2dede;
  border-color: #a94442;
}
.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42858;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #555555;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #555555;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #555555;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #555555;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #555555;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #555555;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #555555;
}
.btn-primary {
  color: #555555;
  background-color: white;
  border-color: #e6eeff;
}
.btn-primary:focus, .btn-primary.focus {
  color: #555555;
  background-color: #ccdeff;
  border-color: #669cff;
}
.btn-primary:hover {
  color: #555555;
  background-color: #ccdeff;
  border-color: #a8c7ff;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #555555;
  background-color: #ccdeff;
  background-image: none;
  border-color: #a8c7ff;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #555555;
  background-color: #a8c7ff;
  border-color: #669cff;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: white;
  border-color: #e6eeff;
}
.btn-primary .badge {
  color: white;
  background-color: #555555;
}
.btn-success {
  color: #555555;
  background-color: white;
  border-color: #e6eeff;
}
.btn-success:focus, .btn-success.focus {
  color: #555555;
  background-color: #ccdeff;
  border-color: #669cff;
}
.btn-success:hover {
  color: #555555;
  background-color: #ccdeff;
  border-color: #a8c7ff;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #555555;
  background-color: #ccdeff;
  background-image: none;
  border-color: #a8c7ff;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #555555;
  background-color: #a8c7ff;
  border-color: #669cff;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: white;
  border-color: #e6eeff;
}
.btn-success .badge {
  color: white;
  background-color: #555555;
}
.btn-info {
  color: #555555;
  background-color: white;
  border-color: #e6eeff;
}
.btn-info:focus, .btn-info.focus {
  color: #555555;
  background-color: #ccdeff;
  border-color: #669cff;
}
.btn-info:hover {
  color: #555555;
  background-color: #ccdeff;
  border-color: #a8c7ff;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #555555;
  background-color: #ccdeff;
  background-image: none;
  border-color: #a8c7ff;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #555555;
  background-color: #a8c7ff;
  border-color: #669cff;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: white;
  border-color: #e6eeff;
}
.btn-info .badge {
  color: white;
  background-color: #555555;
}
.btn-warning {
  color: #555555;
  background-color: #ffe6b7;
  border-color: #ffdd9d;
}
.btn-warning:focus, .btn-warning.focus {
  color: #555555;
  background-color: #ffd484;
  border-color: #ffb01e;
}
.btn-warning:hover {
  color: #555555;
  background-color: #ffd484;
  border-color: #ffc760;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #555555;
  background-color: #ffd484;
  background-image: none;
  border-color: #ffc760;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #555555;
  background-color: #ffc760;
  border-color: #ffb01e;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #ffe6b7;
  border-color: #ffdd9d;
}
.btn-warning .badge {
  color: #ffe6b7;
  background-color: #555555;
}
.btn-danger {
  color: #555555;
  background-color: #ffe6b7;
  border-color: #ffdd9d;
}
.btn-danger:focus, .btn-danger.focus {
  color: #555555;
  background-color: #ffd484;
  border-color: #ffb01e;
}
.btn-danger:hover {
  color: #555555;
  background-color: #ffd484;
  border-color: #ffc760;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #555555;
  background-color: #ffd484;
  background-image: none;
  border-color: #ffc760;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #555555;
  background-color: #ffc760;
  border-color: #ffb01e;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #ffe6b7;
  border-color: #ffdd9d;
}
.btn-danger .badge {
  color: #ffe6b7;
  background-color: #555555;
}
.btn-link {
  font-weight: 400;
  color: #5892ff;
  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: #0054f1;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.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-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu, .tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right, .pull-right.tt-menu {
  right: 0;
  left: auto;
}
.dropdown-menu .divider, .tt-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a, .tt-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42858;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .tt-menu > li > a:hover, .dropdown-menu > li > a:focus, .tt-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .tt-menu > .active > a, .dropdown-menu > .active > a:hover, .tt-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .tt-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: white;
  outline: 0;
}
.dropdown-menu > .disabled > a, .tt-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .tt-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus, .tt-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .tt-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus, .tt-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu, .open > .tt-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42858;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu, .pull-right > .tt-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu, .dropup .tt-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .dropdown .tt-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  
  .navbar-right .dropdown-menu, .navbar-right .tt-menu {
    right: 0;
    left: auto;
  }
  
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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 {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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 {
  display: table;
  content: " ";
}
.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-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu, .btn-group-justified > .btn-group .tt-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-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: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c5c5c5;
  border-radius: 0px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.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: transparent;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #5892ff;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42858;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: white;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu, .nav-justified > .dropdown .tt-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu, .nav-tabs .tt-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 26px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
  display: table;
  content: " ";
}
.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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@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;
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .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-brand {
  float: left;
  height: 26px;
  padding: 3px 15px;
  font-size: 18px;
  line-height: 20px;
}
.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;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: -4px;
  margin-bottom: -4px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 1.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  
  .navbar-nav .open .dropdown-menu, .navbar-nav .open .tt-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 .tt-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .tt-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .tt-menu > li > a {
    line-height: 20px;
  }
  
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .tt-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .tt-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: 3px;
    padding-bottom: 3px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -4px;
  margin-bottom: -4px;
}
@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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu, .navbar-nav > li > .tt-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu, .navbar-fixed-bottom .navbar-nav > li > .tt-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -4px;
  margin-bottom: -4px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: -2px;
  margin-bottom: -2px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-text {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  
  .navbar-left {
    float: left !important;
  }
  
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #585858;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #3f3f3f;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #585858;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .tt-menu > li > a {
    color: #585858;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .tt-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .tt-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .tt-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .tt-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .tt-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .tt-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .tt-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .tt-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #585858;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #585858;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #3f3f3f;
  border-color: #3f3f3f;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #e7e7e7;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #262626;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #262626;
}
@media (max-width: 767px) {
  
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header, .navbar-inverse .navbar-nav .open .tt-menu > .dropdown-header {
    border-color: #3f3f3f;
  }
  
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider, .navbar-inverse .navbar-nav .open .tt-menu .divider {
    background-color: #3f3f3f;
  }
  
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .tt-menu > li > a {
    color: #9d9d9d;
  }
  
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .tt-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .tt-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .tt-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .tt-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .tt-menu > .active > a:focus {
    color: #fff;
    background-color: #262626;
  }
  
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .tt-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .tt-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .tt-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #2d2d2d;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -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 {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .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 > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: white;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: white;
  border-color: white;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: white;
}
.panel-primary > .panel-heading .badge {
  color: white;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: white;
}
.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;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -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: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42858;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42858;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42858;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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 {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  
  .visible-xs {
    display: block !important;
  }
  
  table.visible-xs {
    display: table !important;
  }
  
  tr.visible-xs {
    display: table-row !important;
  }
  
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
  .visible-sm {
    display: block !important;
  }
  
  table.visible-sm {
    display: table !important;
  }
  
  tr.visible-sm {
    display: table-row !important;
  }
  
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
  .visible-md {
    display: block !important;
  }
  
  table.visible-md {
    display: table !important;
  }
  
  tr.visible-md {
    display: table-row !important;
  }
  
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  
  .visible-lg {
    display: block !important;
  }
  
  table.visible-lg {
    display: table !important;
  }
  
  tr.visible-lg {
    display: table-row !important;
  }
  
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  
  .visible-print {
    display: block !important;
  }
  
  table.visible-print {
    display: table !important;
  }
  
  tr.visible-print {
    display: table-row !important;
  }
  
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  
  .hidden-print {
    display: none !important;
  }
}
.ui-helper-hidden {
  display: none;
}
ul.fancytree-container {
  white-space: nowrap;
  padding: 3px;
  margin: 0;
  overflow: hidden;
  min-height: 0%;
  position: relative;
}
ul.fancytree-container ul {
  padding: 0 0 0 16px;
  margin: 0;
}
ul.fancytree-container li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0px 0px;
  background-repeat: repeat-y;
  background-image: none;
  margin: 0;
}
ul.fancytree-container li.fancytree-lastsib {
  background-image: none;
}
ul.fancytree-no-connector > li {
  background-image: none;
}
.ui-fancytree-disabled ul.fancytree-container {
  opacity: 0.5;
  background-color: silver;
}
span.fancytree-empty,
span.fancytree-vline,
span.fancytree-expander,
span.fancytree-checkbox,
span.fancytree-radio,
span.fancytree-drag-helper-img,
#fancytree-drop-marker {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: left middle;
  background-image: url("../images/icons.gif");
  
}
span.fancytree-expander {
  cursor: pointer;
}
.fancytree-exp-n span.fancytree-expander,
.fancytree-exp-nl span.fancytree-expander {
  background-image: none;
  cursor: default;
}
.fancytree-exp-n span.fancytree-expander,
.fancytree-exp-n span.fancytree-expander:hover {
  background-position: 0px -64px;
}
.fancytree-exp-nl span.fancytree-expander,
.fancytree-exp-nl span.fancytree-expander:hover {
  background-position: -16px -64px;
}
.fancytree-exp-c span.fancytree-expander {
  background-position: 0px -80px;
}
.fancytree-exp-c span.fancytree-expander:hover {
  background-position: -16px -80px;
}
.fancytree-exp-cl span.fancytree-expander {
  background-position: 0px -96px;
}
.fancytree-exp-cl span.fancytree-expander:hover {
  background-position: -16px -96px;
}
.fancytree-exp-cd span.fancytree-expander {
  background-position: -64px -80px;
}
.fancytree-exp-cd span.fancytree-expander:hover {
  background-position: -80px -80px;
}
.fancytree-exp-cdl span.fancytree-expander {
  background-position: -64px -96px;
}
.fancytree-exp-cdl span.fancytree-expander:hover {
  background-position: -80px -96px;
}
.fancytree-exp-e span.fancytree-expander,
.fancytree-exp-ed span.fancytree-expander {
  background-position: -32px -80px;
}
.fancytree-exp-e span.fancytree-expander:hover,
.fancytree-exp-ed span.fancytree-expander:hover {
  background-position: -48px -80px;
}
.fancytree-exp-el span.fancytree-expander,
.fancytree-exp-edl span.fancytree-expander {
  background-position: -32px -96px;
}
.fancytree-exp-el span.fancytree-expander:hover,
.fancytree-exp-edl span.fancytree-expander:hover {
  background-position: -48px -96px;
}
span.fancytree-checkbox {
  margin-left: 0em;
  background-position: 0px -32px;
}
span.fancytree-checkbox:hover {
  background-position: -16px -32px;
}
.fancytree-partsel span.fancytree-checkbox {
  background-position: -64px -32px;
}
.fancytree-partsel span.fancytree-checkbox:hover {
  background-position: -80px -32px;
}
.fancytree-selected span.fancytree-checkbox {
  background-position: -32px -32px;
}
.fancytree-selected span.fancytree-checkbox:hover {
  background-position: -48px -32px;
}
.fancytree-unselectable span.fancytree-checkbox,
.fancytree-unselectable span.fancytree-checkbox:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-position: 0px -32px;
}
.fancytree-radio span.fancytree-checkbox {
  background-position: 0px -48px;
}
.fancytree-radio span.fancytree-checkbox:hover {
  background-position: -16px -48px;
}
.fancytree-radio .fancytree-partsel span.fancytree-checkbox {
  background-position: -64px -48px;
}
.fancytree-radio .fancytree-partsel span.fancytree-checkbox:hover {
  background-position: -80px -48px;
}
.fancytree-radio .fancytree-selected span.fancytree-checkbox {
  background-position: -32px -48px;
}
.fancytree-radio .fancytree-selected span.fancytree-checkbox:hover {
  background-position: -48px -48px;
}
.fancytree-radio .fancytree-unselectable span.fancytree-checkbox,
.fancytree-radio .fancytree-unselectable span.fancytree-checkbox:hover {
  background-position: 0px -48px;
}
span.fancytree-icon {
  
  
}
.fancytree-ico-c span.fancytree-icon:hover {
  
}
.fancytree-has-children.fancytree-ico-c span.fancytree-icon {
  
}
.fancytree-has-children.fancytree-ico-c span.fancytree-icon:hover {
  
}
.fancytree-ico-e span.fancytree-icon {
  
}
.fancytree-ico-e span.fancytree-icon:hover {
  
}
.fancytree-ico-cf span.fancytree-icon {
  
}
.fancytree-ico-cf span.fancytree-icon:hover {
  
}
.fancytree-has-children.fancytree-ico-cf span.fancytree-icon {
  
}
.fancytree-has-children.fancytree-ico-cf span.fancytree-icon:hover {
  
}
.fancytree-ico-ef span.fancytree-icon {
  
}
.fancytree-ico-ef span.fancytree-icon:hover {
  
}
.fancytree-loading span.fancytree-expander,
.fancytree-loading span.fancytree-expander:hover,
.fancytree-statusnode-wait span.fancytree-icon,
.fancytree-statusnode-wait span.fancytree-icon:hover {
  background-image: url("../../bower_components/fancytree/dist/skin-lion/loading.gif");
  background-position: 0px 0px;
}
.fancytree-statusnode-error span.fancytree-icon,
.fancytree-statusnode-error span.fancytree-icon:hover {
  background-position: 0px -112px;
}
span.fancytree-node {
  
  display: inherit;
  width: 100%;
  margin-top: 0px;
  min-height: 1em;
}
span.fancytree-title {
  color: black;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  min-height: 1em;
  padding: 0 3px 0 3px;
  margin: 0px 0 0 0em;
  border: 1px solid transparent;
}
span.fancytree-node.fancytree-error span.fancytree-title {
  color: red;
}
table.fancytree-ext-table {
  border-collapse: collapse;
}
table.fancytree-ext-table span.fancytree-node {
  display: inline-block;
}
.fancytree-ext-filter-dimm span.fancytree-node span.fancytree-title {
  color: silver;
  font-weight: lighter;
}
.fancytree-ext-filter-dimm tr.fancytree-submatch span.fancytree-title,
.fancytree-ext-filter-dimm span.fancytree-node.fancytree-submatch span.fancytree-title {
  color: black;
  font-weight: normal;
}
.fancytree-ext-filter-dimm tr.fancytree-match span.fancytree-title,
.fancytree-ext-filter-dimm span.fancytree-node.fancytree-match span.fancytree-title {
  color: black;
  font-weight: bold;
}
.fancytree-ext-filter-hide tr.fancytree-hide,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-hide {
  display: none;
}
.fancytree-ext-filter-hide tr.fancytree-submatch span.fancytree-title,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-submatch span.fancytree-title {
  
  font-weight: lighter;
}
.fancytree-ext-filter-hide tr.fancytree-match span.fancytree-title,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-match span.fancytree-title {
  color: black;
  font-weight: normal;
}
ul.fancytree-container ul {
  padding: 0 0 0 1.5em;
  margin: 0;
}
.fancytree-container:focus {
  outline: none;
}
span.fancytree-title {
  border: 1px solid transparent;
  padding: 4px 8px;
}
span.fancytree-icon,
span.fancytree-checkbox,
span.fancytree-expander,
span.fancytree-radio,
span.fancytree-custom-icon {
  margin-top: 7px;
}
span.fancytree-custom-icon {
  display: inline-block;
}
img.fancytree-icon {
  width: 16px;
  height: 16px;
  margin-left: 0em;
  margin-top: 7px;
  vertical-align: top;
  border-style: none;
}
@media (min-width: 480px) {
  
  span.fancytree-title {
    padding: 0;
  }
  
  span.fancytree-icon,
  span.fancytree-checkbox,
  span.fancytree-expander,
  span.fancytree-radio,
  span.fancytree-custom-icon {
    margin-top: 3px;
  }
  
  
  img.fancytree-icon {
    width: 16px;
    height: 16px;
    margin-left: 0em;
    margin-top: 3px;
    vertical-align: top;
    border-style: none;
  }
}
span.fancytree-node.fancytree-selected span.fancytree-title {
  background-color: white;
  border-color: white;
}
span.fancytree-node.fancytree-active span.fancytree-title {
  background-color: #d7e5ff;
}
span.fancytree-node.fancytree-active.fancytree-selected span.fancytree-title {
  color: white;
}
.fancytree-container.fancytree-treefocus span.fancytree-title:hover {
  background-color: white;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-focused span.fancytree-title {
  border-color: #d7e5ff;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected span.fancytree-title {
  background-color: #d7e5ff;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active span.fancytree-title {
  background-color: #d7e5ff;
  border-color: #d7e5ff;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active.fancytree-selected span.fancytree-title {
  color: #d7e5ff;
}
table.fancytree-ext-table tbody tr td {
  border: 1px solid #eeeeee;
}
table.fancytree-ext-table tbody tr.fancytree-selected {
  background-color: white;
}
table.fancytree-ext-table tbody tr.fancytree-selected span.fancytree-node {
  background-color: white;
}
table.fancytree-ext-table tbody tr.fancytree-selected span.fancytree-title {
  background-color: white;
}
table.fancytree-ext-table tbody tr.fancytree-active {
  background-color: white;
}
table.fancytree-ext-table tbody tr.fancytree-active span.fancytree-node {
  background-color: white;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr:hover {
  background-color: white;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-focused span.fancytree-title {
  outline: 1px dotted #d7e5ff;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-selected {
  background-color: #d7e5ff;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-selected span.fancytree-node {
  background-color: #d7e5ff;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-selected span.fancytree-title {
  background-color: #d7e5ff;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-active {
  background-color: #d7e5ff;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-active span.fancytree-node {
  background-color: #d7e5ff;
}
ul.fancytree-container span.fancytree-node span.fancytree-title,
ul.fancytree-ext-wide span.fancytree-node span.fancytree-title {
  
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
  
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.clar {
  color: #656565;
}
.gris-clar {
  color: #cacaca;
}
.tref {
  display: inline-block;
  font-size: 11px;
  padding: 2px;
  font-weight: normal;
}
.pSeleccionar {
  cursor: pointer;
}
.rel {
  position: relative;
}
.navbar-collapse {
  z-index: 2;
}
i {
  font-style: normal;
}
.navbar {
  border: 0;
}
.sense-radios input[type='radio'] {
  display: none;
}
.input-group-addon {
  min-width: 37px;
}
.esq {
  text-align: left;
}
.dreta {
  text-align: right;
}
.centre {
  text-align: center;
}
.punter {
  cursor: pointer;
}
.pad-sup {
  padding-top: 15px;
}
.pd10 {
  padding: 10px;
}
.mt0 {
  margin-top: 0;
}
.deshabilitat {
  color: #D3D3D3;
  cursor: auto;
}
.op8 {
  opacity: 0.8;
}
.meSucursal {
  padding-left: 25px;
}
.fons-blau {
  background-color: #d7e5ff;
}
.no-border-top {
  border-top: none;
}
.veh-uni {
  height: 38px;
  width: 160px;
  border-right: 1px solid #cecece;
}
a, button, label {
  -webkit-transition: background-color ease-in-out 0.2s;
  -o-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
}
.link-recent {
  font-size: 16px;
  font-weight: bold;
}
.link-recent a, .link-recent a:hover, .link-recent a:visited {
  color: #888;
}
.link-recent li {
  padding-left: 0px;
}
.resultat-vehicle {
  height: 222px;
  overflow: auto;
}
.navbar-right {
  margin-right: 0;
}
.navbar-right .pos-badge {
  position: absolute;
  left: 5px;
  top: 21px;
  line-height: normal;
  text-align: center;
  height: 20px;
  right: 0;
  font-size: 8px;
  color: white;
}
.navbar-right .compb {
  background: #8c8c8c;
  padding: 2px;
  border-radius: 13px;
  display: block;
  width: 13px;
  height: 13px;
  left: 11px;
  position: absolute;
  top: 29px;
  border: 1px solid white;
}
.llistat-atributs tr {
  cursor: pointer;
}
.msg-carret {
  float: left;
  padding-top: 8px;
  text-align: left;
  font-size: 12px;
  color: #666;
}
.msg-carret .avis-preus {
  color: red;
}
#motor .msg-carret {
  line-height: 1;
}
.data {
  width: 130px !important;
}
.overhid {
  overflow: hidden;
}
.overhid td {
  overflow: hidden;
}
.no-hover:hover {
  background-color: white !important;
}
.carregant {
  color: #999999;
  font-weight: normal !important;
}
.em {
  font-size: 16px;
}
.neg {
  font-weight: 700;
}
.taller-petit {
  font-size: 12px;
}
.taller-petit2 {
  font-size: 11px;
}
.taller-petit input {
  height: auto;
  padding: 3px 12px;
}
.taller-petit2 input {
  height: auto;
  padding: 3px 12px;
}
.l1 {
  padding-left: 10px !important;
}
.l2 {
  padding-left: 30px !important;
}
.l3 {
  padding-left: 50px !important;
}
.fs13 {
  font-size: 13px !important;
}
.excepcions > tbody > tr > td {
  vertical-align: middle;
  padding: 0;
}
.excepcions > tbody > tr:hover > td input {
  background: #f5f5f5;
}
.excepcions > tbody > tr > td input {
  border: 1px solid transparent;
}
.excepcions > tbody > tr > td input:focus {
  border: 1px solid #c5c5c5;
}
.gris {
  color: #999999;
}
.fons-login {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/login.jpg) 0 0 no-repeat;
  background-size: cover;
}
.fons-login .formulari {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 245px;
  margin-left: -122.5px;
  margin-top: -155px;
  text-align: center;
}
.fons-login .formulari input[type=text], .fons-login .formulari input[type=password] {
  height: 54px;
  text-align: center;
  line-height: 54px;
  width: 100%;
  margin-bottom: 15px;
}
.fons-login .formulari input[type=submit] {
  margin-top: 15px;
  background-color: #ccdeff;
  border-color: #a8c7ff;
}
.fons-login .formulari img {
  margin-bottom: 30px;
  width: 245px;
}
.barra .taller {
  color: #e7e7e7;
  height: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 11px;
}
.barra .taller a {
  text-decoration: underline;
  color: #e7e7e7;
}
.barra .taller .dreta {
  line-height: 26px;
  float: right;
  border-left: 1px solid #282828;
}
.barra .taller .dreta a {
  padding-left: 10px;
  padding-right: 20px;
  display: inline-block;
  text-decoration: none;
  border-left: 1px solid #6d6c6c;
}
.barra .taller .dreta img {
  max-width: 14px;
  margin-right: 7px;
}
.barra .menu {
  background-color: white;
  border-bottom: 1px solid #cecece;
  font-size: 12px;
  color: #585858;
}
.barra .menu img {
  vertical-align: middle;
  width: 101px;
}
.barra .menu .navbar-toggle {
  line-height: 47px;
  max-height: 47px;
}
.barra .menu .pantalla {
  padding-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.barra .menu .esq li a {
  line-height: 47px;
  padding: 0;
  padding-top: 4px;
  padding-left: 20px;
  padding-right: 20px;
  color: #585858;
  text-transform: uppercase;
  border: 1px solid #cecece;
  border-left: none;
  border-bottom: none;
}
.barra .menu .navbar-right li a {
  line-height: 47px;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  padding-top: 9px;
  color: #585858;
  height: 52px;
  border: none;
}
.barra .menu .navbar-right {
  position: absolute;
  right: 0;
}
.barra .menu .container-fluid {
  padding: 0;
}
.barra .menu .actiu, .barra .menu .nav li a:hover {
  background-color: #d7e5ff;
}
.barra .menu .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
#pantalla {
  position: absolute;
  top: 81px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
#pantalla .subsubmenu {
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
  margin-top: 0;
  border-bottom: 1px solid #cecece;
  background-color: #f1f1f1;
  line-height: 26px;
  height: 26px;
  
}
#pantalla .subsubmenu .alt {
  display: inline-block;
  padding: 0;
  color: #585858;
  text-transform: uppercase;
  font-size: 11px;
  text-align: right;
  margin-right: 15px;
  height: 25px;
  padding-top: 1px;
}
#pantalla .subsubmenu .buscarRef {
  height: 24px;
  padding: 0;
  padding-left: 4px;
  border: none;
  outline: none;
  margin: 0;
  padding-top: 4px;
  font-size: 15px;
}
#pantalla .subsubmenu .llarg {
  width: 145px;
  margin-left: 0;
}
#pantalla .subsubmenu .val {
  display: inline-block;
  padding: 0;
  color: #585858;
  text-transform: uppercase;
  font-size: 11px;
  border-left: 1px solid #cecece;
  width: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color ease-in-out 0.3s;
  -o-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
#pantalla .subsubmenu .val img {
  max-width: 20px;
}
#pantalla .subsubmenu .val15 {
  width: 45px;
}
#pantalla .subsubmenu .val15 img {
  max-width: 40px;
  max-height: 25px;
}
#pantalla .subsubmenu .val3 {
  width: 60px;
}
#pantalla .subsubmenu .vals {
  background-color: #d7e5ff;
}
#pantalla .subsubmenu .val:last-child {
  border-right: 1px solid #cecece;
}
#pantalla .subsubmenu .nav li a {
  margin-right: 9px;
}
#pantalla .submenu {
  
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  border-bottom: 1px solid #cecece;
  background-color: #f1f1f1;
}
#pantalla .submenu .btn-ajusta {
  margin-top: 5px;
}
#pantalla .submenu .navbar-collapse {
  padding-left: 0;
}
#pantalla .submenu .nav li a {
  padding: 0;
  line-height: 35px;
  padding-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
  color: #585858;
  text-transform: uppercase;
  font-size: 11px;
}
#pantalla .submenu .alt {
  display: inline-block;
  padding: 0;
  line-height: 35px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  color: #585858;
  text-transform: uppercase;
  font-size: 11px;
  
}
#pantalla .submenu .nav li a {
  border-left: 1px solid #cecece;
}
#pantalla .submenu .nav li:last-child a {
  border-right: 1px solid #cecece;
}
#pantalla .submenu .nav .dropdown-menu li a, #pantalla .submenu .nav .tt-menu li a {
  border: none;
}
#pantalla .submenu .nav li a:hover, #pantalla .submenu .nav li.active a {
  background-color: #f1f6ff;
}
#pantalla .submenu .container-fluid {
  padding: 0;
}
#pantalla .submenu .actiu {
  background-color: #d7e5ff;
}
#pantalla .submenu input {
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 18px;
  cursor: pointer;
}
#pantalla .submenu .datepicker {
  width: 130px;
  cursor: pointer;
}
#pantalla .submenu .model {
  width: 450px;
}
#pantalla .albara {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 100px;
}
#pantalla .subtaula {
  width: 100%;
  font-size: 13px;
}
#pantalla .subtaula th {
  background-color: #d7e5ff;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
}
#pantalla .subtaula .blanc th {
  background-color: transparent;
  vertical-align: top;
}
#pantalla legend {
  font-weight: normal;
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 17px;
}
#pantalla .dropdown-toggle {
  width: 100%;
}
#pantalla .dropdown-menu span, #pantalla .tt-menu span {
  padding-left: 10px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
#pantalla .dropdown-menu span:hover, #pantalla .tt-menu span:hover {
  background-color: #ccc;
}
#pantalla .dropdown-toggle .stext {
  display: inline-block;
  width: 80%;
  text-align: left;
}
#pantalla .dropdown-toggle .scaret {
  display: inline-block;
  width: 20%;
  text-align: right;
}
.modal .db {
  position: relative;
  display: inline-block;
}
.modal .db img {
  width: 200px;
}
.modal .db div {
  position: absolute;
  right: 37px;
  height: 24px;
  top: 14px;
  width: 28px;
  text-align: center;
  font-size: 37px;
  color: white;
  font-weight: bold;
}
.modal .rf {
  background-color: #87cb5e;
  color: white;
  font-weight: bold;
  padding: 4px;
}
.btn:active, .btn.active {
  box-shadow: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  box-shadow: none;
}
.table-sense > thead > tr > th,
.table-sense > thead > tr > td,
.table-sense > tbody > tr > th,
.table-sense > tbody > tr > td,
.table-sense > tfoot > tr > th,
.table-sense > tfoot > tr > td {
  border-top: none;
}
.table-mig > tbody
> tr > td {
  vertical-align: middle;
}
.height {
  -webkit-transition: height ease-in-out 0.45s;
  -o-transition: height ease-in-out 0.45s;
  transition: height ease-in-out 0.45s;
  height: 0;
  overflow: hidden;
}
.dins {
  transition-delay: 0.5s;
  height: 85px;
}
.marge-superior {
  padding-top: 10px;
}
.marge-superior-mig {
  padding-top: 15px;
}
.marge-superior-gran {
  padding-top: 30px;
}
.marge-inferior-gran {
  padding-bottom: 30px;
}
.marge-inferior-mig {
  padding-bottom: 15px;
}
.refcpy {
  padding: 3px;
  margin-left: -3px;
}
.refcpy:hover {
  background-color: yellow;
}
.titolv {
  display: inline-block;
  line-height: 38px;
  font-size: 1vw;
  margin-left: 10px;
  white-space: nowrap;
}
.vehuni {
  width: 140px;
  height: 35px;
  margin-top: 1px;
  margin-right: 15px;
}
.scrHorizontal {
  overflow-x: auto;
  width: 100%;
}
.pad-esq-barra {
  padding-left: 15px;
}
.tallar-linia {
  white-space: initial;
}
.wrap {
  white-space: normal;
}
.img-taller {
  width: 400px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}
input[type=checkbox] + label:before {
  content: "\f096";
}
input[type=checkbox] + label:before {
  letter-spacing: 10px;
}
input[type=checkbox]:checked + label:before {
  content: "\f046";
}
input[type=checkbox]:checked + label:before {
  letter-spacing: 8px;
}
input.pvd[type=checkbox] + label:before {
  content: "\f007";
}
input.pvd[type=checkbox] + label:before {
  letter-spacing: 10px;
}
input.pvd[type=checkbox]:checked + label:before {
  content: "\f21b";
}
input.pvd[type=checkbox]:checked + label:before {
  letter-spacing: 10px;
}
input[type=radio] {
  display: none;
}
input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}
input[type=radio] + label:before {
  content: "\f1db";
}
input[type=radio] + label:before {
  letter-spacing: 10px;
}
input[type=radio]:checked + label:before {
  content: "\f192";
}
input[type=radio]:checked + label:before {
  letter-spacing: 10px;
}
.px24 {
  font-size: 24px;
}
.mx200 {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mx360 {
  max-height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mx400 {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.mb0 {
  margin-bottom: 0;
}
.verd {
  color: #87cb5e;
}
.img-responsive2 {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.fa-15x {
  font-size: 1.5em;
}
.stwarn {
  display: inline-block;
  margin-left: 20px;
  color: #d08700;
}
.nocl {
  color: #999;
}
#cr td, #mn td {
  vertical-align: middle;
}
#cr .mrc, #mn .mrc {
  font-size: 12px;
  text-transform: uppercase;
}
#cr .ref, #mn .ref {
  font-size: 17px;
  font-weight: bold;
}
#cr .article, #mn .article {
  padding: 5px;
  border-bottom: 1px solid #cecece;
  cursor: pointer;
  -webkit-transition: background-color ease-in-out 0.2s;
  -o-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
}
#cr table, #mn table {
  margin-bottom: 0;
}
#cr label, #mn label {
  font-weight: normal;
}
#cr .form-group, #mn .form-group {
  margin-bottom: 5px;
}
#cr #confirmar, #mn #confirmar {
  overflow: hidden;
  -webkit-transition: height ease-in-out 1s;
  -o-transition: height ease-in-out 1s;
  transition: height ease-in-out 1s;
  height: 0;
}
#cr #confirmar legend, #mn #confirmar legend {
  overflow: hidden;
  height: 0;
  border-bottom-width: 0;
  -webkit-transition: height ease-in-out 1s;
  -o-transition: height ease-in-out 1s;
  transition: height ease-in-out 1s;
}
#cr .ultima td, #mn .ultima td {
  padding-bottom: 10px !important;
}
#cr tr.subCarret td, #mn tr.subCarret td {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: right;
  border: none;
}
#cr tr.subCarret td span, #mn tr.subCarret td span {
  font-size: 85%;
}
#cr .sota td, #mn .sota td {
  vertical-align: bottom;
}
#cr .lots, #mn .lots {
  color: #666;
  font-size: 11px;
}
#cr .lots_avis, #mn .lots_avis {
  color: #f00;
  font-size: 11px;
}
.alb-total {
  line-height: 38px;
  text-align: right;
  padding-right: 8px;
  font-size: 22px;
  color: #555;
}
#sv .panell {
  padding: 15px;
  padding-bottom: 30px;
}
.press .form-control {
  padding: 6px 3px;
}
.press th {
  padding: 6px 8px !important;
}
.press .vam {
  vertical-align: middle;
}
.press .nl td {
  border-top: none;
  padding: 2px;
  padding-right: 5px;
}
.press .nl input {
  height: 20px;
}
.dialog-70 {
  width: 90%;
}
@media (min-width: 768px) {
  
  .menu .nav li a {
    border-top: none;
    border-bottom: 1px solid #cecece;
  }
  
  #pantalla label {
    font-weight: normal;
  }
  
  #pantalla .submenu {
    padding-left: 175px;
  }
  
  #pantalla .submenu-no-padding {
    padding-left: 15px;
  }
  
  .dialog-70 {
    width: 80%;
  }
}
.form-control::-ms-input-placeholder {
  color: #999;
}
@media (max-width: 992px) {
  
  .opcions {
    font-size: .9em;
  }
}
@media (min-width: 1200px) {
  
  #pantalla .submenu {
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .dialog-70 {
    width: 70%;
  }
}
#inici .promo {
  position: absolute;
  left: 80px;
  bottom: 20px;
  top: 211px;
  width: 45%;
  overflow: hidden;
}
#inici .promo div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#inici .marca {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 320px;
  height: 200px;
  
  background: url(../images/login.jpg) 100% 100% no-repeat;
  background-size: contain;
}
.comptadorDropDown {
  width: 50px;
  height: 22px;
  text-align: right;
}
.stcWrn {
  background: #ffefd0;
}
.animback tr {
  -webkit-transition: background-color ease-in-out 0.4s;
  -o-transition: background-color ease-in-out 0.4s;
  transition: background-color ease-in-out 0.4s;
}
.roig {
  color: #ff1a1a;
}
.entrada {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.suplantar {
  background: white;
  color: #333;
}
.vgran {
  width: 100%;
  text-align: center;
}
.vgran input {
  font-size: 31px;
  width: 350px;
}
.vgran input, .vgran button {
  height: 50px;
  display: inline-block;
  font-weight: bold;
  padding-top: 12px;
  vertical-align: middle;
}
#matc {
  width: 100%;
  text-align: center;
}
#matc input {
  background-image: url(../images/matricula.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  padding-left: 70px;
  font-size: 64px;
  width: 400px;
}
#matc input, #matc button {
  height: 89px;
  display: inline-block;
  font-weight: bold;
  padding-top: 17px;
  vertical-align: middle;
}
.cer-pres {
  display: inline-block;
  float: right;
  width: 50%;
}
.cer-pres .input-group .codi {
  height: 30px;
  font-size: 18px;
}
.cer-pres .input-group .cerca {
  padding: 6px 12px;
  font-size: 12px;
  padding-bottom: 5px;
}
@keyframes apareix {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fons {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/home.jpg) 0 0 no-repeat;
  background-size: cover;
}
.fons .benvingut {
  color: #585858;
  font-style: oblique;
  font-size: 48px;
  padding-top: 70px;
  padding-left: 80px;
}
.fons .benvingut span {
  font-weight: bold;
}
.fons a div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.modal {
  text-align: center;
  
}
.modal .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.modal .middle {
  vertical-align: middle;
}
.element-disnet {
  cursor: pointer;
  line-height: 80px;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 30px;
}
.element-disnet .ico-1 {
  background: url("../images/tecnic/1.png") center center no-repeat;
}
.element-disnet .ico-2 {
  background: url("../images/tecnic/2.png") center center no-repeat;
}
.element-disnet .ico-3 {
  background: url("../images/tecnic/3.png") center center no-repeat;
}
.element-disnet .ico-4 {
  background: url("../images/tecnic/4.png") center center no-repeat;
}
.element-disnet .ico-5 {
  background: url("../images/tecnic/5.png") center center no-repeat;
}
.element-disnet .ico-6 {
  background: url("../images/tecnic/6.png") center center no-repeat;
}
.element-disnet .ico-7 {
  background: url("../images/tecnic/7.png") center center no-repeat;
}
.element-disnet .ico-8 {
  background: url("../images/tecnic/8.png") center center no-repeat;
}
.element-disnet .ico-9 {
  background: url("../images/tecnic/9.png") center center no-repeat;
}
.element-disnet .ico-10 {
  background: url("../images/tecnic/10.png") center center no-repeat;
}
.element-disnet .ico-11 {
  background: url("../images/tecnic/11.png") center center no-repeat;
}
.element-disnet .ico-12 {
  background: url("../images/tecnic/12.png") center center no-repeat;
}
.element-disnet .ico-13 {
  background: url("../images/tecnic/13.png") center center no-repeat;
}
.element-disnet .ico-14 {
  background: url("../images/tecnic/14.png") center center no-repeat;
}
.element-disnet .ico-15 {
  background: url("../images/tecnic/15.png") center center no-repeat;
}
.element-disnet .ico-16 {
  background: url("../images/tecnic/16.png") center center no-repeat;
}
.element-disnet .ico-17 {
  background: url("../images/tecnic/17.png") center center no-repeat;
}
.element-disnet .ico-18 {
  background: url("../images/tecnic/18.png") center center no-repeat;
}
.element-disnet .ico-19 {
  background: url("../images/tecnic/19.png") center center no-repeat;
}
.element-disnet .ico-20 {
  background: url("../images/tecnic/20.png") center center no-repeat;
}
.element-disnet .ico-21 {
  background: url("../images/tecnic/21.png") center center no-repeat;
}
.element-disnet .ico-22 {
  background: url("../images/tecnic/22.png") center center no-repeat;
}
.element-disnet .ico-23 {
  background: url("../images/tecnic/23.png") center center no-repeat;
}
.element-disnet .ico-24 {
  background: url("../images/tecnic/24.png") center center no-repeat;
}
.element-disnet .ico-25 {
  background: url("../images/tecnic/25.png") center center no-repeat;
}
.element-disnet .ico-26 {
  background: url("../images/tecnic/26.png") center center no-repeat;
}
.element-disnet .ico-27 {
  background: url("../images/tecnic/27.png") center center no-repeat;
}
.element-disnet .rodona {
  height: 80px;
  width: 80px;
  border-radius: 40px;
  border: 1px solid #d1d1d1;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: background-color ease-in-out 0.2s;
  -o-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
}
.element-disnet .text {
  display: inline-block;
  font-size: 16px;
  height: 80px;
}
.element-disnet:hover .rodona {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}
.element-disnet:hover .ico-1 {
  background: #3d3d3d url("../images/tecnic/dis/1.png") center center no-repeat;
}
.element-disnet:hover .ico-2 {
  background: #3d3d3d url("../images/tecnic/dis/2.png") center center no-repeat;
}
.element-disnet:hover .ico-3 {
  background: #3d3d3d url("../images/tecnic/dis/3.png") center center no-repeat;
}
.element-disnet:hover .ico-4 {
  background: #3d3d3d url("../images/tecnic/dis/4.png") center center no-repeat;
}
.element-disnet:hover .ico-5 {
  background: #3d3d3d url("../images/tecnic/dis/5.png") center center no-repeat;
}
.element-disnet:hover .ico-6 {
  background: #3d3d3d url("../images/tecnic/dis/6.png") center center no-repeat;
}
.element-disnet:hover .ico-7 {
  background: #3d3d3d url("../images/tecnic/dis/7.png") center center no-repeat;
}
.element-disnet:hover .ico-8 {
  background: #3d3d3d url("../images/tecnic/dis/8.png") center center no-repeat;
}
.element-disnet:hover .ico-9 {
  background: #3d3d3d url("../images/tecnic/dis/9.png") center center no-repeat;
}
.element-disnet:hover .ico-10 {
  background: #3d3d3d url("../images/tecnic/dis/10.png") center center no-repeat;
}
.element-disnet:hover .ico-11 {
  background: #3d3d3d url("../images/tecnic/dis/11.png") center center no-repeat;
}
.element-disnet:hover .ico-12 {
  background: #3d3d3d url("../images/tecnic/dis/12.png") center center no-repeat;
}
.element-disnet:hover .ico-13 {
  background: #3d3d3d url("../images/tecnic/dis/13.png") center center no-repeat;
}
.element-disnet:hover .ico-14 {
  background: #3d3d3d url("../images/tecnic/dis/14.png") center center no-repeat;
}
.element-disnet:hover .ico-15 {
  background: #3d3d3d url("../images/tecnic/dis/15.png") center center no-repeat;
}
.element-disnet:hover .ico-16 {
  background: #3d3d3d url("../images/tecnic/dis/16.png") center center no-repeat;
}
.element-disnet:hover .ico-17 {
  background: #3d3d3d url("../images/tecnic/dis/17.png") center center no-repeat;
}
.element-disnet:hover .ico-18 {
  background: #3d3d3d url("../images/tecnic/dis/18.png") center center no-repeat;
}
.element-disnet:hover .ico-19 {
  background: #3d3d3d url("../images/tecnic/dis/19.png") center center no-repeat;
}
.element-disnet:hover .ico-20 {
  background: #3d3d3d url("../images/tecnic/dis/20.png") center center no-repeat;
}
.element-disnet:hover .ico-21 {
  background: #3d3d3d url("../images/tecnic/dis/21.png") center center no-repeat;
}
.element-disnet:hover .ico-22 {
  background: #3d3d3d url("../images/tecnic/dis/22.png") center center no-repeat;
}
.element-disnet:hover .ico-23 {
  background: #3d3d3d url("../images/tecnic/dis/23.png") center center no-repeat;
}
.element-disnet:hover .ico-24 {
  background: #3d3d3d url("../images/tecnic/dis/24.png") center center no-repeat;
}
.element-disnet:hover .ico-25 {
  background: #3d3d3d url("../images/tecnic/dis/25.png") center center no-repeat;
}
.element-disnet:hover .ico-26 {
  background: #3d3d3d url("../images/tecnic/dis/26.png") center center no-repeat;
}
.element-disnet:hover .ico-27 {
  background: #3d3d3d url("../images/tecnic/dis/27.png") center center no-repeat;
}
.element-disnet:hover .text {
  font-weight: 700;
}
.element-disnet.desactivat {
  cursor: auto;
  opacity: 0.4;
}
.element-disnet.desactivat:hover .rodona, .element-disnet.desactivat:hover .text {
  font-weight: normal;
  background-color: transparent;
}
.element-disnet.desactivat:hover .ico-1 {
  background: white url("../images/tecnic/1.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-2 {
  background: white url("../images/tecnic/2.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-3 {
  background: white url("../images/tecnic/3.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-4 {
  background: white url("../images/tecnic/4.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-5 {
  background: white url("../images/tecnic/5.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-6 {
  background: white url("../images/tecnic/6.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-7 {
  background: white url("../images/tecnic/7.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-8 {
  background: white url("../images/tecnic/8.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-9 {
  background: white url("../images/tecnic/9.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-10 {
  background: white url("../images/tecnic/10.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-11 {
  background: white url("../images/tecnic/11.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-12 {
  background: white url("../images/tecnic/12.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-13 {
  background: white url("../images/tecnic/13.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-14 {
  background: white url("../images/tecnic/14.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-15 {
  background: white url("../images/tecnic/15.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-16 {
  background: white url("../images/tecnic/16.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-17 {
  background: white url("../images/tecnic/17.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-18 {
  background: white url("../images/tecnic/18.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-19 {
  background: white url("../images/tecnic/19.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-20 {
  background: white url("../images/tecnic/20.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-21 {
  background: white url("../images/tecnic/21.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-22 {
  background: white url("../images/tecnic/22.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-23 {
  background: white url("../images/tecnic/23.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-24 {
  background: white url("../images/tecnic/24.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-25 {
  background: white url("../images/tecnic/25.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-26 {
  background: white url("../images/tecnic/26.png") center center no-repeat;
}
.element-disnet.desactivat:hover .ico-27 {
  background: white url("../images/tecnic/27.png") center center no-repeat;
}
sub {
  font-size: 12px;
}
.bootbox {
  font-size: 16px;
}
.bootbox .icona {
  color: #888;
}
.bootbox.gran .modal-dialog {
  width: 80%;
  max-width: 700px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.table-hover tr {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
#per_copiar {
  border: none;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -100px;
}
#etq-debug, #etq-debug2, #etq-eqv {
  background-color: #f0f0f0;
  line-height: 37px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  padding-right: 12px;
  padding-left: 12px;
}
#etq-debug2, #etq-eqv {
  line-height: 25px;
}
.dbg, .dbg2, .tipus-eqv {
  font-family: courier;
  font-size: 15px;
  font-weight: bolder;
  background: #ffcccc;
  
  border-radius: 4px;
  padding: 6px 4px 2px 4px;
}
.dbg2 {
  background: #ccffcc;
}
.tipus-eqv {
  background-color: #d7e5ff;
}
.cma {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.cma .tl {
  position: absolute;
  top: 5px;
  right: 15px;
  height: 25px;
  left: 15px;
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 17px;
  border-bottom: 1px solid #e5e5e5;
}
.cma .eines {
  position: absolute;
  top: 5px;
  right: 15px;
  height: 25px;
  left: 0;
  text-align: right;
}
.cma .eines li {
  display: inline-block;
  margin-left: 10px;
  list-style: none;
}
.cma .eines .corr {
  margin-left: -19px;
}
.cma .marca {
  font-size: 15px;
  cursor: pointer;
  color: #656565;
  white-space: nowrap;
  overflow: hidden;
  line-height: 15px;
}
.cma div.mrcs {
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
.cma div.arts {
  padding-left: 15px;
  padding-right: 15px;
}
.cma img {
  height: 25px;
}
.cma .mrcPneu span {
  font-size: 18px;
}
.cma .mrcPneu div {
  min-height: 30px;
}
.cma .vrt div.mrcs {
  position: absolute;
  overflow: hidden;
  overflow-x: hidden;
  width: 20%;
  top: 40px;
  padding-top: 0;
  bottom: 0;
}
.cma .vrt div.mrcs:hover {
  overflow-y: auto;
}
.cma .vrt .punter {
  cursor: pointer;
}
.cma .vrt div.arts {
  position: absolute;
  left: 20%;
  margin-left: 15px;
  right: 0;
  bottom: 0;
  top: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.cma .nvrt {
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.cma .nvrt .reqMarca {
  height: 30px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
.vrt .lin {
  border-bottom: 1px solid #cecece;
  border-top: none;
}
.lin {
  position: relative;
  overflow: hidden;
  height: 130px;
  width: 100%;
  border-top: 1px solid #cecece;
  cursor: pointer;
  -webkit-transition: height ease-in-out 0.45s, opacity ease-in-out 0.45s, background-color ease-in-out 0.3s;
  -o-transition: height ease-in-out 0.45s, opacity ease-in-out 0.45s, background-color ease-in-out 0.3s;
  transition: height ease-in-out 0.45s, opacity ease-in-out 0.45s, background-color ease-in-out 0.3s;
}
.lin > div {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
}
.lin span {
  font-size: 12px;
}
.lin .pr, .lin .prad {
  display: block;
}
.lin .pr, .lin .pr span, .lin .prad, .lin .prad span {
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 7px;
  color: #87cb5e;
}
.lin .oferta-esp-pr span {
  color: #ff4d4d;
}
.lin a.dt, .lin a.dt:hover, .lin a.dt:visited {
  color: #ff5858;
}
.lin .prad, .lin .prad span {
  color: #192F7B;
}
.lin .src {
  -webkit-transition: opacity ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
}
.lin tr:hover .src {
  opacity: 1;
}
.lin .m108 {
  width: 90px;
}
.lin .s-cp {
  display: block;
}
.lin .ref {
  font-weight: bold;
  font-size: 17px;
}
.lin .logoMrc {
  height: 35px;
  padding-bottom: 6px;
}
.lin .stc {
  overflow: hidden;
  width: 100%;
  height: 22px;
}
.lin .stc div {
  position: absolute;
  text-align: right;
  right: 0;
  left: 60;
  top: 0;
  bottom: 0;
  padding-right: 15px;
}
.lin .stcTEM {
  font-size: 16px;
}
.lin .logogran, .lin .logogran span {
  font-size: 18px;
}
.lin .logogran {
  display: block;
}
.lin .wrn {
  margin-top: 9px;
  color: #d08700;
}
.lin .wrn2 {
  margin-top: 9px;
  color: #D05600;
}
.lin .refer {
  font-size: 10px;
  color: blueviolet;
  font-weight: bolder;
}
.lin .fot {
  top: 5px;
  width: 165px;
  bottom: 5px;
  left: 5px;
  overflow: hidden;
  -webkit-transition: width ease-in-out 0.45s;
  -o-transition: width ease-in-out 0.45s;
  transition: width ease-in-out 0.45s;
}
.lin .fot > div {
  background-size: contain;
  height: 120px;
  background-repeat: no-repeat;
  width: 100%;
  background-position: 50% 50%;
  cursor: zoom-in;
}
.lin .fotae > div {
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-position: 50% 50%;
  cursor: zoom-in;
}
.lin .co, .lin .co-comp {
  position: absolute;
  top: 0;
  height: 20px;
  left: 0;
  width: 20px;
  opacity: 0;
}
.lin .co-comp {
  opacity: 1;
  color: green;
  z-index: 3;
}
.lin:hover .co {
  opacity: 1;
}
.lin .con {
  top: 15px;
  right: 130px;
  bottom: 5px;
  left: 175px;
  -webkit-transition: left ease-in-out 0.45s, opacity ease-in-out 0.45s;
  -o-transition: left ease-in-out 0.45s, opacity ease-in-out 0.45s;
  transition: left ease-in-out 0.45s, opacity ease-in-out 0.45s;
}
.lin .con .c1, .lin .con .c2 {
  padding-left: 3px;
  line-height: 1.15;
}
.lin .con .c2 {
  padding-top: 4px;
}
.lin .con .c4 {
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  left: 30%;
  white-space: normal;
  overflow: hidden;
  -webkit-transition: opacity ease-in-out 0.45s;
  -o-transition: opacity ease-in-out 0.45s;
  transition: opacity ease-in-out 0.45s;
}
.lin .con .c5 {
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  left: 60%;
  white-space: normal;
  overflow: hidden;
  -webkit-transition: opacity ease-in-out 0.45s;
  -o-transition: opacity ease-in-out 0.45s;
  transition: opacity ease-in-out 0.45s;
}
.lin .con .c6 {
  position: absolute;
  top: 73px;
  height: 32px;
  width: 100px;
  left: 3px;
  
  
  
}
.lin .con .c6 button {
  line-height: 12px;
  margin-top: 6px;
  background-color: #d7e5ff;
}
.lin .co2 {
  top: 6px;
  right: 160px;
  width: 100px;
  bottom: 5px;
}
.lin .co3 {
  text-align: right;
  top: 16px;
  right: 5px;
  width: 220px;
  bottom: 5px;
  padding-right: 5px;
}
.lin .co3 .bt, .lin .co3 .pru {
  position: relative;
}
.lin .co3 .selector {
  display: inline;
  width: 40px;
  height: 32px;
  margin-right: 2px;
  vertical-align: middle;
}
.lin .co3 .selector .caixa {
  background-color: #fff;
  margin-right: 2px;
  border: 1px solid #ccc;
  width: 40px;
  height: 32px;
}
.lin .pneuc3 {
  position: absolute;
  top: 30px;
  left: 25%;
  right: 0px;
  bottom: 0;
}
.lin .exp {
  top: 135px;
  right: 5px;
  left: 5px;
  bottom: 5px;
}
.lin .exp .nav > li > a {
  padding: 5px 9px;
}
.lin .exp .tab-pane {
  background: white;
  height: 227px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-y: auto;
  overflow-x: hidden;
}
.lin .exp .tab-pane h4, .lin .exp .tab-pane b {
  padding-left: 6px;
}
.lin .ld {
  top: 52px;
  color: #999999;
  font-size: 14px;
}
.lin:hover {
  background-color: #f1f6ff;
}
.lin .img {
  background-size: contain;
  height: 150px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: zoom-in;
}
.lin.min {
  height: 50px;
}
.lin.min .s-cp {
  display: inline-block;
}
.lin.min .stc, .lin.min .mtm {
  margin-top: 4px;
}
.lin.min .wrn {
  margin-top: 2px;
}
.lin.min .fot {
  width: 0;
}
.lin.min .fot > div {
  height: 40px;
}
.lin.min .logoMrc {
  height: 20px;
  padding-bottom: 3px;
}
.lin.min .logogran, .lin.min .logogran span {
  font-size: 14px;
}
.lin.min .con {
  top: 8px;
  left: 5px;
  right: 255px;
}
.lin.min .con .c1, .lin.min .con .c2, .lin.min .con .c3, .lin.min .con .c6, .lin.min .con .pneuc3 {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  left: 0;
  width: 40%;
}
.lin.min .con .c2 {
  left: 40%;
  width: 25%;
}
.lin.min .con .c3 {
  margin-top: 12;
  left: 70%;
}
.lin.min .con .c6 {
  left: 12%;
}
.lin.min .con .c6 button {
  line-height: 10px;
}
.lin.min .con .pneuc3 {
  margin-top: -3px;
  left: 65%;
  width: 35%;
}
.lin.min .con .c4 {
  left: 70%;
  white-space: nowrap;
  bottom: 6px;
}
.lin.min .co2 {
  width: 265px;
  right: 255px;
}
.lin.min .co3 {
  top: 5px;
  width: 245px;
}
.lin.min .co3 .pru {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  bottom: 0;
}
.lin.min .co3 .bt {
  position: absolute;
  top: 3px;
  right: 0;
  width: 145px;
  bottom: 0;
}
.lin.min .ld {
  top: 10px;
}
.lin.for {
  height: 0;
  opacity: 0;
  border: 0;
}
.lin .oferta {
  background-color: #d7e5ff;
  line-height: 20px;
  margin-right: 4px;
}
.lin .oferta-esp {
  background-color: #ffcccc;
  border-color: #ff9999;
}
.extra {
  height: 400px;
  background-color: #f1f6ff;
}
#pneu .lin .co2 div, #pneu .lin .co2 img {
  display: block;
}
#pneu .lin .eu {
  height: 39px;
}
#pneu .lin .c6 {
  top: 0px;
  left: 144px;
}
#pneu .lin.min .con {
  right: 475px;
}
#pneu .lin.min .co2 {
  top: 8px;
}
#pneu .lin.min .co2 div, #pneu .lin.min .co2 img {
  display: inline-block;
}
#pneu .lin.min .stc, #pneu .lin.min .mtm {
  margin-top: 0;
}
#pneu .lin.min .db div {
  right: 19px;
  top: 5px;
  text-align: center;
  font-size: 15px;
}
#pneu .lin.min .eu {
  height: 33px;
}
#recanvi .lin.min .c3 {
  visibility: hidden;
}
#pneu .lin.min .sn {
  max-height: 25px;
  margin-top: -6px;
}
.llRef {
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
}
.llistat-tipus {
  max-height: 700px;
  overflow-y: auto;
}
.llistat-tipus label {
  white-space: normal;
  text-align: left;
}
.ofertaAmbBorde {
  margin-bottom: 10px;
}
.ofertaAmbBorde div {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 10px;
}
.coincidencia {
  width: 100px;
  margin-left: 5px;
}
.coincidencia label {
  padding-bottom: 0px;
  padding-top: 0px;
  height: 21px;
}
#pneu .db {
  position: relative;
  display: inline-block;
  width: 95px;
}
#pneu .db div {
  position: absolute;
  right: 8px;
  height: 24px;
  top: 8px;
  width: 28px;
  text-align: center;
  font-size: 17px;
  color: white;
  font-weight: bold;
}
#pneu .img {
  display: none;
}
#pneu .dades {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 130px;
}
#pneu .sn {
  max-height: 29px;
}
#pneu .rf {
  background-color: #87cb5e;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
}
#pneu .cerca-avancada {
  margin: 0 auto;
  width: 50%;
}
#pneu .carrgant-cerca-avancada {
  display: inline-block;
  margin-left: 20%;
}
#pneu .etiqueta {
  font-size: 22px;
  width: 20%;
  color: #888;
}
#pneu .boto-cerca-avancada {
  font-size: 22px;
  border: 1px solid #cecece;
  color: #888;
}
#pneu .cerca-avancada .col-md-3 {
  text-align: left;
}
#pneu .dd-tipus-pneu {
  max-height: 600px;
  overflow: auto;
}
@media (min-width: 768px) {
  
  #pneu .img {
    display: block;
    position: absolute;
    top: 5px;
    left: 15px;
    width: 170px;
    height: 130px;
  }
  
  #pneu .dades {
    position: absolute;
    top: 0;
    left: 200px;
    right: 15px;
    height: 130px;
  }
}
#pressuposts {
  padding: 15px;
}
#pressuposts .clients {
  position: absolute;
  left: 0;
  top: 27px;
  bottom: 0;
  width: 25%;
  border-right: 1px solid #cecece;
  background-color: #f1f1f1;
}
#pressuposts h3 {
  margin-top: 0;
  padding-top: 0;
}
#pressuposts .pdr {
  padding-right: 23px;
}
#pressuposts .eines {
  position: absolute;
  top: 5px;
  right: 15px;
  height: 25px;
  left: 0;
  text-align: right;
}
#pressuposts .eines li {
  display: inline-block;
  margin-left: 10px;
  list-style: none;
}
#pressuposts .eines .ms {
  margin-top: 42px;
}
#pressuposts .eines .corr {
  margin-left: -19px;
}
#pressuposts .tallar {
  word-wrap: break-word;
}
.scroll_modal {
  max-height: 600px;
  overflow-y: auto;
}
.alineat_dreta {
  text-align: right;
}
.tecnic h4 {
  display: inline;
}
.tecnic .nou {
  display: inline-block;
  padding: 3px;
  line-height: 13px;
  color: white;
  font-size: 13px;
  border-radius: 5px;
  background-color: #FFCB6A;
  font-weight: bold;
}
.tecnic .ad {
  visibility: visible !important;
  display: inline-block;
  padding: 3px;
  line-height: 13px;
  color: white;
  font-size: 13px;
  border-radius: 5px;
  background-color: #FF6ACA;
  font-weight: bold;
}
.tecnic .dt {
  width: 100%;
  max-width: 950px;
}
.tecnic .dt td {
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  height: 30px;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.tecnic .dt tr:last-child td {
  border-bottom: none;
}
.tecnic .dt tr td:first-child {
  background-color: #eee;
  width: 75%;
}
.tecnic .dt tr td:last-child {
  text-align: right;
}
.tecnic .minf {
  font-size: 12px;
  display: block;
  margin-left: 20px;
}
.tecnic .table td {
  vertical-align: middle;
}
.tecnic label {
  margin-bottom: 0;
}
.tecnic .rmn {
  position: absolute;
  right: 1px;
  top: 2px;
}
.tecnic .mt10px {
  margin-top: 10px;
}
.tecnic .pt18px {
  padding-top: 18px;
}
.tecnic .seleccions {
  padding-bottom: 28px;
  padding-top: 5px;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
}
.tecnic .titol {
  font-weight: 700;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 6px;
  display: block;
}
.tecnic .revtitolH {
  background-color: #fff;
  font-weight: 700;
  font-size: 22px;
  padding: 6px;
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
}
.tecnic .titolH {
  background-color: #f0f0f0;
  font-weight: 700;
  font-size: 16px;
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;
}
.tecnic span.hinfo {
  font-size: 12px;
  display: block;
  margin-left: 26px;
}
.tecnic .arnec {
  color: #666;
  font-size: 12px;
}
.tecnic .table-hover td:first-child {
  color: white;
}
.tecnic .table-hover .seleccionat {
  background-color: #d7e5ff;
}
.tecnic .table-hover .seleccionat td:first-child {
  color: #8bb3ff;
}
.tecnic fieldset {
  margin-top: 20px;
}
.tecnic .historia .ttlcr {
  background: #eee;
  padding: 7px;
  padding-top: 8px;
  font-size: 18px;
}
.tecnic .historia p {
  margin: 0;
  margin-left: 7px;
  margin-top: 5px;
}
.tecnic .historia img {
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 30%;
}
.tecnic #modal-nt .modal-dialog {
  width: 65%;
}
.tecnic table .sublinia {
  font-size: 0.9em;
}
.tecnic table .operacio {
  width: 90px;
}
.tecnic .inclou {
  font-size: 0.9em;
}
.tecnic table tbody .top {
  vertical-align: top;
}
.tecnic .dades-tr i {
  margin-left: 10px;
  font-size: 0.9em;
  display: block;
}
.tecnic .dades-tr ul span {
  font-size: 0.92em;
}
.tecnic .parts {
  color: #666;
  display: block;
}
.tecnic .parts i {
  margin-right: 5px;
  display: inline-block;
}
.tecnic .parts .genarts {
  display: block;
}
.tecnic .parts .genarts .indicador {
  vertical-align: middle;
  font-size: 0.5em;
  margin-left: 28px;
  margin-right: 0;
}
.tecnic .parts .genarts i {
  margin-left: 5px;
}
.tecnic .parts .genarts .genart {
  display: block;
  margin-left: 48px;
}
.tecnic .clicable {
  color: #0071bb;
  cursor: pointer;
}
.tecnic .navegacio {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.tecnic .navegacio ul {
  list-style: none;
}
.tecnic .navegacio li {
  background: #0071bb;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  text-indent: 0;
  position: relative;
}
.tecnic .navegacio li i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
}
.tecnic .navegacio .zoom-in {
  margin: 0 0 5px 0 !important;
}
.tecnic .navegacio .zoom-out {
  margin: 0 0 20px 0 !important;
}
.tecnic .contingut {
  margin-top: 40px;
  padding: 0 25px;
}
.tecnic .contingut .dades-entrada {
  border-bottom: 1px solid #ccc;
}
.tecnic .contingut .dades-entrada h2 i {
  float: right;
}
.tecnic .contingut .entrada-cont {
  color: #0071bb;
  padding: 5px 0;
  font-size: 1.1em;
  font-weight: normal;
  margin: 0;
  line-height: 1.8em;
}
.tecnic .contingut .dades-entrada:last-child {
  border-bottom: none;
}
.tecnic .imatge {
  overflow-wrap: break-word;
  vertical-align: top;
  float: left;
  width: 20%;
  padding: 0;
  margin: 0 0.7em 2em 0;
  background-image: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  list-style: none outside none;
}
.tecnic .imatge figure {
  cursor: pointer;
  display: block;
  border: 3px solid #e6e6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 100%;
  background-color: #fff;
}
.tecnic .imatge figure img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tecnic .text-warning {
  margin-top: 20px;
  font-size: 1.4em;
  text-align: center;
  color: #9c9c9b;
}
.tecnic .taula-dades {
  width: 100%;
  table-layout: fixed;
}
.tecnic .taula-dades thead .titol {
  display: table-cell;
  font-weight: 700;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 6px;
}
.tecnic .taula-dades thead .c1 {
  width: 50%;
}
.tecnic .taula-dades thead .c2 {
  width: 25%;
}
.tecnic .taula-dades tr {
  line-height: 2em;
  border-bottom: 1px solid #aaaaaa;
}
.tecnic .taula-dades .tipus {
  float: right;
  padding-right: 4px;
  color: #aaa;
}
.tecnic .desplegable {
  float: right;
  color: #B2B2B2;
  font-size: 27px;
  margin: 0 10px 0 0;
}
.tecnic .cap {
  position: absolute;
  top: 30px;
  left: 40px;
}
.tecnic .cap h1 {
  font-weight: bold;
  font-size: 1.6em;
}
.menu-disnet-amagar {
  transition: all 1s ease;
  position: fixed;
  top: 160px;
  left: 490px;
  border: 1px solid #ccc;
  outline: 0;
  height: 51px;
  width: 30px;
  border-radius: 0 3px 3px 0;
  box-shadow: #ccc 2px 1px 4px;
  background: #eaeaea;
}
.menu-disnet-amagar i {
  position: absolute;
  color: #999;
  font-size: 24px;
  left: 8px;
  top: 12px;
}
.btn-amagar {
  left: 0px !important;
}
.autodata h3 {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 0.3em;
  margin-top: 10px;
  width: 100%;
  float: left;
  clear: both;
}
.autodata h4 {
  font-size: 1.0em;
  width: 100%;
  float: left;
  font-weight: bold;
  margin-bottom: 0.3em;
  margin-top: 0;
  clear: both;
}
.autodata .menu-disnet {
  transition: all 1s ease;
  position: fixed;
  top: 159px;
  left: 40px;
  bottom: 100px;
  width: 450px;
  background: #eaeaea;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #e6e6e6;
}
.autodata .menu-disnet .titol {
  font-size: 1.2em;
  font-weight: 700;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
.autodata .menu-disnet .entrades {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: 430px;
  background: white;
  overflow: auto;
  border-radius: 5px;
}
.autodata .menu-disnet .entrades .ent {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.autodata .menu-disnet .entrades .ent .fa {
  line-height: 33px;
}
.autodata .menu-disnet h2 {
  cursor: pointer;
}
.autodata .menu-disnet h2 i {
  float: right;
}
.autodata .menu-disnet .entrades h2 {
  color: #0071bb;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
  line-height: 2em;
}
.autodata .menu-disnet .entrades .ent {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.autodata .menu .amagat {
  left: -451px;
}
.autodata .note {
  margin: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  display: block;
  margin-top: 10px;
  width: 100%;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #F9E6B4;
  position: relative;
  margin-bottom: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.autodata .marge-esquerra {
  margin-left: 470px;
}
.autodata #inspector .fons-img {
  cursor: move;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.autodata .etiqueta {
  cursor: pointer;
  color: #0071bb;
}
.autodata .vvv {
  display: none;
}
.mod-mid .mid {
  font-size: 16px;
  font-weight: bold;
}
@media print {
  
  .menu-disnet {
    display: none;
  }
  
  button {
    display: none;
  }
  
  #pantalla {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    overflow-x: initial;
    overflow-y: initial;
  }
  
  .tecnic .cap {
    position: relative;
    left: 0;
    top: 0;
  }
  
  .tecnic .cap h1 {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    white-space: nowrap;
  }
  
  .tecnic .contingut {
    padding-top: 40px;
  }
  
  .tecnic .vvv {
    display: inline-block;
    font-size: 16px;
  }
}
#analisi {
  position: relative;
}
#analisi .radioAnalisi {
  font-size: 18px;
}
#analisi .opc {
  margin-top: 30px;
}
#analisi .marge {
  padding-left: 12px;
  padding-right: 24px;
}
#analisi .numero, #analisi .sub {
  position: absolute;
  left: 75px;
}
#analisi .alt {
  height: 80px;
  padding-top: 10px;
}
#analisi .filtre {
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  background: #f0f0f0;
  border-radius: 4px;
  margin-top: 10px;
}
#analisi .filtre2 {
  width: 123px;
}
#analisi .seltall {
  position: absolute;
  top: 12px;
  right: 15px;
  left: 376px;
  height: 33px;
  text-align: right;
}
#analisi .total {
  position: absolute;
  opacity: 0.9;
  left: 0;
  right: 0;
  top: 18px;
  font-size: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#analisi .numero {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#analisi .sub {
  margin: 0;
  padding: 0;
  font-size: 18px;
  top: 52px;
  opacity: 0.8;
}
#analisi .ok {
  color: green;
}
#analisi .ko {
  color: red;
}
#analisi .ind {
  position: absolute;
  font-size: 65px;
  left: 20px;
  top: 6px;
  opacity: 0.7;
}
#analisi .card {
  max-width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 20px 20px;
  margin-left: 0px;
  width: 600px;
}
#analisi .card p i:first-child {
  font-weight: bold;
}
#oli .res {
  margin-top: 15px;
  padding: 10px;
}
#oli .res .drec1 {
  padding: 6px;
  padding-top: 10px;
  padding-right: 20px;
  
  border: 8px solid #ccc;
  box-shadow: 2px 2px 11px #ccc;
}
#oli .res .margeInferior {
  margin-bottom: 20px;
}
#oli .res .drec2 {
  padding: 10px;
  padding-right: 20px;
  border: 1px solid #ccc;
  
  box-shadow: 2px 2px 11px #ccc;
}
#oli .res .drec3 {
  padding: 10px;
  padding-right: 20px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 11px #ccc;
}
#oli .res .etq {
  font-size: 14px;
  line-height: 18px;
  color: #888;
  display: block;
}
#oli .res .rec {
  font-size: 17px;
  color: #333;
  font-weight: bold;
}
#oli .res .titol {
  text-transform: uppercase;
  font-size: 20px;
}
#oli .res .apl {
  background: #e1ecff;
  padding-left: 8px;
  font-size: 20px;
  line-height: 33px;
  font-weight: bold;
  margin-bottom: 10px;
}
#oli .res .ms {
  margin-top: 30px;
}
#oli .res .rf {
  font-size: 18px;
  font-weight: bolder;
  margin-top: 10px;
}
#oli .res .img {
  max-height: 190px;
  padding: 10px;
  cursor: zoom-in;
}
#oli .res:last-child {
  margin-bottom: 15px;
}
#oli .res span {
  font-size: 12px;
  white-space: nowrap;
}
#oli .res .pr {
  display: block;
}
#oli .res .pr, #oli .res .pr span {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 7px;
  color: #87cb5e;
}
#oli .res .s-cp {
  display: block;
}
#oli .apl {
  font-size: 20px;
  font-weight: bold;
}
.mos_p_d {
  position: relative;
  top: 10px;
  margin-right: 10px;
}
.cerca-ref {
  padding-left: 10px;
  background-color: white !important;
  border-right: 1px solid #cecece !important;
  height: 38px;
}
#denegat .deneg {
  position: absolute;
  left: 5%;
  right: 0;
  top: 10%;
  bottom: 0;
}
#estad #totals {
  text-align: center;
  padding-top: 128px;
}
#estad .etiquetaContador {
  text-transform: uppercase;
  font-size: 60px;
}
#estad .ttlC {
  font-size: 45px;
}
#estad .contador {
  font-size: 75px;
  font-weight: bold;
}
#estad .etiquetaContador2 {
  font-size: 25px;
}
#estad .estret {
  line-height: 20px;
}
.pi {
  text-align: center;
}
.pi .centrador {
  display: inline-block;
  width: 50%;
}
.pi .codi {
  width: 100%;
  font-size: 24px;
  border: 1px solid #cecece;
  font-weight: bolder;
  color: #888888;
  padding: 10px;
  outline: none;
  text-align: center;
  height: 56px;
}
.pi .cerca, .pi .tipus {
  font-size: 24px;
  border: 1px solid #cecece;
  font-weight: bolder;
  color: #888888;
  padding: 10px;
  outline: none;
  text-align: center;
  border-left: none;
}
.pi .tipus {
  width: 78px;
  background: #f5f5f5;
}
.pi .tipus2 {
  color: #888888;
  padding: 10px;
  outline: none;
  text-align: center;
  font-size: 24px;
  border: 1px solid #cecece;
  background: #f5f5f5;
}
.pi .explicacio {
  display: inline-block;
  width: 50%;
  text-align: left;
  color: #888;
  font-size: 14px;
}
#recanvi {
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#recanvi .grups {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  max-width: 358px;
  bottom: 0;
  border-right: 1px solid #cecece;
  background-color: #f1f1f1;
  overflow: hidden;
  padding-bottom: 0;
  -webkit-transition: width ease-in-out 0.45s;
  -o-transition: width ease-in-out 0.45s;
  transition: width ease-in-out 0.45s;
}
#recanvi .grups .arbre, #recanvi .grups .boto, #recanvi .grups .boto2, #recanvi .grups .tancat {
  position: absolute;
  left: 0;
  right: 0;
}
#recanvi .grups .boto {
  bottom: 0;
  height: 35px;
  line-height: 40px;
  text-align: center;
  background-color: #bed4ff;
  cursor: pointer;
}
#recanvi .grups .boto2 {
  bottom: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  background-color: #ffe6b7;
  cursor: pointer;
}
#recanvi .grups .arbre {
  padding: 15px;
  top: 0;
  bottom: 35px;
}
#recanvi .grups .arbre:hover {
  overflow-y: auto;
  overflow-x: hidden;
}
#recanvi .grups .tancat {
  background-color: #f1f1f1 !important;
  top: 0;
  bottom: 0;
}
#recanvi .grups .tancat div {
  position: absolute;
  left: 8px;
  top: 48%;
}
#recanvi .resultats {
  position: absolute;
  top: 0;
  left: 35%;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: left ease-in-out 0.45s;
  -o-transition: left ease-in-out 0.45s;
  transition: left ease-in-out 0.45s;
}
#recanvi .grups.contret {
  width: 25px;
}
#recanvi .grups.contret .arbre {
  display: none;
}
#recanvi .resultats.contret {
  left: 25px;
}
#recanvi .botons {
  cursor: pointer;
  line-height: 80px;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 30px;
}
#recanvi .botons .ico-1 {
  background: url("../images/recanvi/1.png") center center no-repeat;
}
#recanvi .botons .ico-2 {
  background: url("../images/recanvi/2.png") center center no-repeat;
}
#recanvi .botons .ico-3 {
  background: url("../images/recanvi/3.png") center center no-repeat;
}
#recanvi .botons .ico-4 {
  background: url("../images/recanvi/4.png") center center no-repeat;
}
#recanvi .botons .ico-5 {
  background: url("../images/recanvi/5.png") center center no-repeat;
}
#recanvi .botons .ico-6 {
  background: url("../images/recanvi/6.png") center center no-repeat;
}
#recanvi .botons .ico-7 {
  background: url("../images/recanvi/7.png") center center no-repeat;
}
#recanvi .botons .ico-8 {
  background: url("../images/recanvi/8.png") center center no-repeat;
}
#recanvi .botons .ico-9 {
  background: url("../images/recanvi/9.png") center center no-repeat;
}
#recanvi .botons .ico-10 {
  background: url("../images/recanvi/10.png") center center no-repeat;
}
#recanvi .botons .ico-11 {
  background: url("../images/recanvi/11.png") center center no-repeat;
}
#recanvi .botons .ico-12 {
  background: url("../images/recanvi/12.png") center center no-repeat;
}
#recanvi .botons .ico-13 {
  background: url("../images/recanvi/13.png") center center no-repeat;
}
#recanvi .botons .ico-14 {
  background: url("../images/recanvi/14.png") center center no-repeat;
}
#recanvi .botons .ico-15 {
  background: url("../images/recanvi/15.png") center center no-repeat;
}
#recanvi .botons .ico-16 {
  background: url("../images/recanvi/16.png") center center no-repeat;
}
#recanvi .botons .ico-17 {
  background: url("../images/recanvi/17.png") center center no-repeat;
}
#recanvi .botons .ico-18 {
  background: url("../images/recanvi/18.png") center center no-repeat;
}
#recanvi .botons .ico-19 {
  background: url("../images/recanvi/19.png") center center no-repeat;
}
#recanvi .botons .ico-20 {
  background: url("../images/recanvi/20.png") center center no-repeat;
}
#recanvi .botons .ico-21 {
  background: url("../images/recanvi/21.png") center center no-repeat;
}
#recanvi .botons .ico-22 {
  background: url("../images/recanvi/22.png") center center no-repeat;
}
#recanvi .botons .rodona {
  position: absolute;
  background-size: 40px 40px;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  border: 1px solid #d1d1d1;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: background-color ease-in-out 0.2s;
  -o-transition: background-color ease-in-out 0.2s;
  transition: background-color ease-in-out 0.2s;
}
#recanvi .botons .txt {
  white-space: nowrap;
  display: inline-block;
  padding-left: 100px;
  font-size: 16px;
  height: 80px;
}
#recanvi .botons:hover .rodona {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}
#recanvi .botons:hover .ico-1 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/1.png");
}
#recanvi .botons:hover .ico-2 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/2.png");
}
#recanvi .botons:hover .ico-3 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/3.png");
}
#recanvi .botons:hover .ico-4 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/4.png");
}
#recanvi .botons:hover .ico-5 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/5.png");
}
#recanvi .botons:hover .ico-6 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/6.png");
}
#recanvi .botons:hover .ico-7 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/7.png");
}
#recanvi .botons:hover .ico-8 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/8.png");
}
#recanvi .botons:hover .ico-9 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/9.png");
}
#recanvi .botons:hover .ico-10 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/10.png");
}
#recanvi .botons:hover .ico-11 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/11.png");
}
#recanvi .botons:hover .ico-12 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/12.png");
}
#recanvi .botons:hover .ico-13 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/13.png");
}
#recanvi .botons:hover .ico-14 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/14.png");
}
#recanvi .botons:hover .ico-15 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/15.png");
}
#recanvi .botons:hover .ico-16 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/16.png");
}
#recanvi .botons:hover .ico-17 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/17.png");
}
#recanvi .botons:hover .ico-18 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/18.png");
}
#recanvi .botons:hover .ico-19 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/19.png");
}
#recanvi .botons:hover .ico-20 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/20.png");
}
#recanvi .botons:hover .ico-21 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/21.png");
}
#recanvi .botons:hover .ico-22 {
  background-color: #3d3d3d;
  background-image: url("../images/recanvi/invertits/22.png");
}
#recanvi .botons:hover .txt {
  font-weight: 700;
}
#recanvi .botons.desactivat {
  cursor: auto;
  opacity: 0.4;
}
#recanvi .botons.desactivat:hover .rodona, #recanvi .botons.desactivat:hover .text {
  font-weight: normal;
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-1 {
  background-image: url("../images/recanvi/1.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-2 {
  background-image: url("../images/recanvi/2.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-3 {
  background-image: url("../images/recanvi/3.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-4 {
  background-image: url("../images/recanvi/4.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-5 {
  background-image: url("../images/recanvi/5.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-6 {
  background-image: url("../images/recanvi/6.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-7 {
  background-image: url("../images/recanvi/7.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-8 {
  background-image: url("../images/recanvi/8.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-9 {
  background-image: url("../images/recanvi/9.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-10 {
  background-image: url("../images/recanvi/10.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-11 {
  background-image: url("../images/recanvi/11.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-12 {
  background-image: url("../images/recanvi/12.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-13 {
  background-image: url("../images/recanvi/13.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-14 {
  background-image: url("../images/recanvi/14.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-15 {
  background-image: url("../images/recanvi/15.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-16 {
  background-image: url("../images/recanvi/16.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-17 {
  background-image: url("../images/recanvi/17.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-18 {
  background-image: url("../images/recanvi/18.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-19 {
  background-image: url("../images/recanvi/19.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-20 {
  background-image: url("../images/recanvi/20.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-21 {
  background-image: url("../images/recanvi/21.png");
  background-color: transparent;
}
#recanvi .botons.desactivat:hover .ico-22 {
  background-image: url("../images/recanvi/22.png");
  background-color: transparent;
}
#recanvi .oferta {
  display: inline-block;
}
#recanvi .oferta .img {
  font-size: 40px;
}
#recanvi .smrcgrup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  padding-left: 20px;
}
#filtreTipus .cap .form-control {
  display: inline-block;
  width: 450px;
}
#filtreTipus .cap div {
  text-align: center;
  display: inline-block;
  width: 114px;
}
@media (min-width: 1024px) {
  
  #recanvi .resultats {
    left: 358px;
  }
}
#kitp .scroll {
  height: 500px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
#kitp .boto-kit {
  margin-top: 10px;
}
#kitp .dreta {
  text-align: right;
}
#kitp .marge-superior {
  margin-top: 5px;
}
#kitp .sel {
  cursor: pointer;
}
#kitp .capsalera {
  margin-bottom: 20px;
}
#kitp .linia {
  background-color: beige;
}
#kitp .preu {
  font-size: 13px;
}
#kitp .total {
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 7px;
  color: #87cb5e;
}
#kitp .dreta {
  text-align: right;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-menu {
  max-height: 250px;
  overflow-y: auto;
  min-width: 100%;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
  white-space: nowrap;
}
.tt-suggestion.tt-is-under-cursor {
  background-color: #d7e5ff;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #fff;
}
.tt-suggestion.tt-cursor {
  background-color: #d7e5ff;
}
.tt-suggestion p {
  margin: 0;
}
.twitter-typeahead {
  vertical-align: middle !important;
  width: 100%;
}
.submenu .twitter-typeahead {
  width: auto;
  cursor: pointer;
}
.submenu .twitter-typeahead input {
  font-size: 18px;
}
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu, .bootstrap-datetimepicker-widget.tt-menu {
  margin: 2px 0;
  padding: 4px;
  width: 15em;
}
@media (min-width: 768px) {
  
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs, .bootstrap-datetimepicker-widget.timepicker-sbs.tt-menu {
    width: 35em;
  }
}
@media (min-width: 992px) {
  
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs, .bootstrap-datetimepicker-widget.timepicker-sbs.tt-menu {
    width: 35em;
  }
}
@media (min-width: 1200px) {
  
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs, .bootstrap-datetimepicker-widget.timepicker-sbs.tt-menu {
    width: 35em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.tt-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.tt-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.bottom.tt-menu:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after, .bootstrap-datetimepicker-widget.bottom.tt-menu:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before, .bootstrap-datetimepicker-widget.top.tt-menu:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after, .bootstrap-datetimepicker-widget.top.tt-menu:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before, .bootstrap-datetimepicker-widget.pull-right.tt-menu:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after, .bootstrap-datetimepicker-widget.pull-right.tt-menu:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #999999;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: white;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: white;
  color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: white;
  color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #999999;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.zoom-overlay {
  background: #fff;
  position: absolute;
  z-index: 400;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: default;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.45s;
  -o-transition: opacity ease-in-out 0.45s;
  transition: opacity ease-in-out 0.45s;
}
.zoom-overlay .top {
  padding: 15px;
  text-align: center;
  color: #444;
  background: #f2f2f2;
  font-size: 18px;
}
.zoom-overlay .top h2 {
  padding: 0;
  margin: 0;
  font-weight: bolder;
}
.per-mostrar {
  position: absolute;
  left: 50%;
  top: 60%;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.45s, top ease-in-out 0.45s;
  -o-transition: opacity ease-in-out 0.45s, top ease-in-out 0.45s;
  transition: opacity ease-in-out 0.45s, top ease-in-out 0.45s;
}
#adsr .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  border: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#alb div .ref input {
  background: white;
}
#alb .perLinies input {
  display: initial;
  margin: 0 0 0 15px;
}
#bateries ul {
  margin-left: 14px;
  padding: 0;
  font-size: 13px;
}
#bateries .llistat {
  position: absolute;
  overflow: auto;
  bottom: 0px;
  top: 30px;
  left: 0px;
  right: 0px;
}
#bateries .grup {
  margin-top: 16px;
}
#bateries .subsubmenu .val {
  overflow: hidden;
  transition: width 0.4s ease-in-out;
  width: 30px;
}
#bateries .val.inv {
  width: 0 !important;
  border: none;
}
#bateries .imatge-bateria, #bateries .imatge-linia {
  cursor: -webkit-zoom-in;
  background-size: contain;
  height: 120px;
  background-repeat: no-repeat;
  width: 200px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
#bateries .cma {
  top: 135px;
}
#bateries .imatge-linia {
  height: 42px;
  width: 60px;
}
#bateries .amplada-max {
  width: 100%;
}
#bateries .titol {
  color: #888;
  font-weight: 800;
  font-size: 34px;
}
#bateries .mida-carregant {
  width: 250px;
}
#bateries .lin {
  height: 60px;
}
#bateries .lin .con {
  width: 100%;
  left: 0px;
  top: 5px;
}
#bateries .lin .col {
  display: inline-block;
}
#bateries .lin .exp {
  top: 65px;
}
#bateries .lin .c1 {
  position: absolute;
  top: 7px;
  left: 0;
  width: 15%;
}
#bateries .lin .c2 {
  position: absolute;
  top: 7px;
  left: 15%;
  width: 20%;
}
#bateries .lin .c3 {
  position: absolute;
  top: 5px;
  left: 35%;
  width: 20%;
}
#bateries .lin .c4 {
  position: absolute;
  top: 5px;
  left: 55%;
  width: 100px;
}
#bateries .lin .c5 {
  position: absolute;
  top: 10px;
  left: 62%;
  width: 100px;
}
#bateries .lin .c6 {
  position: absolute;
  top: 3px;
  text-align: right;
  right: 160px;
  left: initial;
  width: 10%;
  height: 50px;
}
#bateries .lin .c7 {
  position: absolute;
  top: 7px;
  right: 93px;
  width: 60px;
}
#bateries .lin .c8 {
  position: absolute;
  top: 7px;
  right: 0;
  width: 93px;
}
#bateries .lin .c9 {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}
#bateries .pru {
  height: 43px;
}
#bateries tr .no-pad-dret {
  padding-right: 0px;
}
#bateries tr .no-pad-esq {
  padding-left: 0px;
}
#bateries .capcalera {
  display: inline-block;
  vertical-align: middle;
}
#bateries .extra {
  height: 320px;
}
#bateries .subsubmenu .filtre-borns {
  width: 90px;
}
#cad {
  
}
#cad .gr {
  background: #f0f0f0;
  text-transform: uppercase;
  font-weight: bold;
}
#cad .env {
  background: #fbfbfb;
  text-align: center;
  font-weight: bold;
}
#cad .titEnvas {
  background: #fbfbfb;
  
  font-style: italic;
  font-size: small;
  text-align: right;
}
#cad .ref {
  text-align: center !important;
}
#cad .ref span {
  background: #f0f0f0;
  display: inline-block;
  width: 100%;
}
#cad .ref input {
  border: none;
  text-align: center;
  width: 100%;
  border-bottom: thick white solid;
}
#cad .ref input.nodisp {
  border-bottom: thick red solid;
}
#cad .ref input.disp {
  border-bottom: thick green solid;
}
#cad .ref input.just {
  border-bottom: thick orange solid;
}
#cad .ref input.busc {
  border-bottom: thick gray solid;
}
#cad .wrn {
  background: transparent;
  color: red;
  font-size: 10px;
}
#cad .refoli {
  background: #f0f0f0;
  width: 25%;
  vertical-align: middle;
}
#cad .nav li.active a {
  font-weight: bold;
}
#compar {
  position: absolute;
  background: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 1;
  transition: opacity 1s;
}
#compar table {
  width: 100%;
  height: 100%;
}
#compar td {
  padding-right: 10px;
  border-right: solid 1px;
}
#compar .compra {
  height: 48px;
}
#compar .seguent {
  float: right;
}
#compar .dades {
  height: 100px;
}
#compar .close {
  background-color: #3f3f3f;
  border-bottom: solid 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  float: right;
  padding-right: 5px;
}
#compar .close span {
  color: #e7e7e7;
}
#compar .cos {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
}
#compar .at {
  position: absolute;
  top: 200px;
  bottom: 50px;
}
#compar .noms {
  position: absolute;
  top: 0;
  left: 10px;
  overflow: hidden;
  bottom: 0;
  width: 100px;
  background: white;
}
#compar .fot {
  top: 5px;
  width: 165px;
  bottom: 5px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: width ease-in-out 0.45s;
  -o-transition: width ease-in-out 0.45s;
  transition: width ease-in-out 0.45s;
}
#compar .fot > div {
  background-size: contain;
  height: 120px;
  background-repeat: no-repeat;
  width: 100%;
  background-position: 50% 50%;
  cursor: zoom-in;
}
#compar .eliminar {
  color: #adadad;
  font-size: 18px;
}
#compar .b-horiz {
  border-bottom: solid 1px #bbb;
}
#compar .col-dreta {
  background-color: #ddd;
  border-right: solid 1px;
}
#compar .etiqueta {
  font-weight: bold;
  padding-left: 10px;
}
#compar .selector {
  display: inline;
  width: 40px;
  height: 32px;
  margin-right: 2px;
}
#compar .selector .caixa {
  background-color: #fff;
  margin-right: 2px;
  border: 1px solid #ccc;
  width: 40px;
  height: 32px;
}
#compar .ant, #compar .seg {
  cursor: pointer;
  color: #666;
  font-size: 52px;
}
#compar .ant:hover, #compar .seg:hover {
  color: #aaa;
}
#compar .ant {
  float: left;
}
#compar .logoMrc {
  height: 35px;
  padding-bottom: 6px;
}
#compar .marca {
  height: 40px;
}
#compar .mov {
  display: block;
  position: absolute;
  top: 136px;
}
#compar .m-dre {
  right: 2px;
}
#compar .m-esq {
  left: 16%;
}
#compar .ref {
  display: block;
  font-weight: bold;
  font-size: 17px;
}
#compar .prad {
  color: #192F7B;
}
#compar .pn {
  color: #87cb5e;
}
#compar .pr {
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 7px;
}
#compar .ultima-fila {
  height: 100%;
}
#compar .preu {
  height: 70px;
}
#compar .no-pad {
  padding: 0;
}
#compar .amagar {
  opacity: 0;
}
.compar-inv {
  display: none;
}
.clearfix {
  clear: both;
}
.eupopup-container {
  background-color: rgba(25, 25, 25, 0.9);
  color: #efefef;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
  display: none;
  z-index: 9999999;
}
.eupopup-container-top,
.eupopup-container-fixedtop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.eupopup-container-fixedtop {
  position: fixed;
}
.eupopup-container-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.eupopup-container-bottomleft {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 450px;
}
.eupopup-container-bottomright {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
}
.eupopup-closebutton {
  font-size: 16px;
  font-weight: 100;
  line-height: 1;
  color: #a2a2a2;
  filter: alpha(opacity=20);
  position: absolute;
  font-family: helvetica, arial, verdana, sans-serif;
  top: 0;
  right: 0;
  padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
  color: #fff;
  text-decoration: none;
}
.eupopup-head {
  font-size: 1.2em;
  font-weight: bold;
  padding: 7px;
  color: #fff;
}
.eupopup-body {
  color: #a2a2a2;
}
.eupopup-buttons {
  padding: 7px 0 5px 0;
}
.eupopup-button_1 {
  color: #f6a21d;
  font-weight: bold;
  font-size: 14px;
}
.eupopup-button_2 {
  color: #f6a21d;
  font-weight: normal;
  font-size: 12px;
}
.eupopup-button {
  margin: 0 10px;
}
.eupopup-button:hover,
.eupopup-button:focus {
  text-decoration: underline;
  color: #f6a21d;
}
body .eupopup-color-inverse {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}
body .eupopup-color-inverse .eupopup-head {
  color: #000;
}
body .eupopup-style-compact {
  text-align: left;
  padding: 8px 30px 7px 20px;
  line-height: 15px;
}
body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
  display: inline;
  padding: 0;
  margin: 0;
}
body .eupopup-style-compact .eupopup-button {
  margin: 0 5px;
}
#gt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  border: none;
}
#gt .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  border: none;
}
#gt .ttv {
  font-size: 19px;
  font-weight: bold;
}
#gt td {
  vertical-align: middle;
}
#gt .resposta .gt-arts {
  position: fixed;
  left: 0;
  top: 80px;
  bottom: 0;
  width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #cecece;
}
#gt .resposta .gt-refer {
  position: absolute;
  overflow-x: hidden;
  left: 300px;
  top: 0;
  bottom: 0;
  right: 0;
}
#gt .resposta .llRef {
  top: 0;
}
#gt .resposta tbody > tr.active > td {
  background-color: #dae6ff;
}
#gt .resposta .dsr {
  white-space: nowrap;
}
#gt .resposta .oem {
  font-size: 12px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#plans-revisio .cap h1 {
  font-weight: bold;
  position: fixed;
  top: 108px;
  left: 40px;
  font-size: 1.6em;
}
#plans-revisio button {
  position: absolute;
  top: 50px;
  right: 15px;
}
#plans-revisio .titol {
  padding: 15px 0 15px 10px;
  font-weight: initial;
  font-size: 1.1em;
}
#plans-revisio .enrere i {
  float: inherit;
}
#plans-revisio .dades {
  margin-left: 500px;
  margin-bottom: 20px;
  padding: 20px;
}
#plans-revisio .dades .linia {
  line-height: 2em;
  border-bottom: 1px solid #ccc;
}
#plans-revisio .dades .temps {
  font-size: 2em;
}
#plans-revisio input[type=checkbox] {
  display: inline-block;
}
#plans-revisio .dreta {
  float: right;
}
#plans-revisio .aux {
  color: black;
}
#plans-revisio .aux .temps {
  font-size: 0.9em;
  line-height: 0.7em;
  margin-left: 17px;
}
#plans-revisio .operacio {
  font-size: 1.4em;
}
#plans-revisio .linia .text-nota {
  line-height: 1em;
  font-size: 0.9em;
}
#plans-revisio .linia .warn {
  background-image: none;
  background-color: #0071bb;
  color: #fff;
  border-radius: 50%;
  padding: 3px 4px;
  width: 16px;
  height: 16px;
  font-size: 12px;
  padding-left: 6px;
}
#plans-revisio .contingut-nota {
  word-wrap: normal;
  display: block;
  margin-top: 10px;
  width: 100%;
  float: right;
  padding: 10px;
  border-radius: 3px;
  background-color: #F9E6B4;
  position: relative;
  margin-bottom: 10px;
}
#plans-revisio .contingut-nota .ttl {
  font-size: 1.2em;
  font-weight: bold;
}
#plans-revisio .contingut-nota .dada {
  margin-top: 7px;
  display: block;
}
#plans-revisio .imatge {
  text-align: center;
}
#plans-revisio .imatge img {
  width: 60%;
}
#plans-revisio .modal-body {
  max-height: 700px;
  overflow: auto;
}
#plans-revisio .imatge {
  width: 100%;
}
#plans-revisio .endarrere {
  font-size: 1.3em;
  border: none;
}
#plans-revisio .endarrere .desplegable {
  float: left;
}
#plans-revisio .petit {
  font-size: 0.8em;
  font-weight: normal;
}
#plans-revisio .operacio {
  color: #0071bb;
  float: none;
  padding: 10px 0 5px 0;
}
#plans-revisio .ent h2 {
  font-size: 1.1em;
}
#plans-revisio #intervals-servei button {
  position: relative;
  top: 0;
  right: 0;
}
@media print {
  
  #plans-revisio h2.temps {
    display: none;
  }
  
  #plans-revisio .dades {
    margin: 20px;
    padding-top: 40px;
  }
  
  #plans-revisio button {
    display: none;
  }
  
  #plans-revisio .cap {
    position: relative;
    left: 0;
    top: 0;
  }
  
  #plans-revisio .cap h1 {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    white-space: nowrap;
  }
  
  #plans-revisio i.dreta {
    display: none;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#dades-tecniques .contingut-entrada {
  padding: 0 10px 30px 10px;
}
#dades-tecniques .dades-extra {
  border-top: none;
  background-color: #F9E6B4;
}
#dades-tecniques .nborde-inferior {
  border-bottom: none;
}
#dades-tecniques .text-warning {
  margin: 10px 0 10px 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#diagrames-cablejat .diagrames h2 {
  font-size: 1.5em;
}
#diagrames-cablejat .diagrames .dades {
  padding-left: 10px;
  overflow: hidden;
  position: relative;
}
#diagrames-cablejat .diagrames .dades h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 0.64103em;
  margin-bottom: 0.64103em;
  font-family: inherit;
  font-weight: bold;
}
#diagrames-cablejat .diagrames .dades ul {
  padding-left: 20px;
}
#diagrames-cablejat .diagrames .dades li {
  list-style: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#programacio-claus {
  margin-top: 20px;
}
#programacio-claus ttl {
  font-weight: normal;
  margin-bottom: 0.3em;
  margin-top: 10px;
  width: 100%;
  float: left;
  clear: both;
}
#programacio-claus h3 {
  font-size: 1.2em;
}
#programacio-claus h4 {
  font-size: 1.1em;
}
#programacio-claus .imatges {
  margin-top: 20px;
}
#programacio-claus .imatges li {
  display: inline-block;
  float: inherit;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#temps-reparacio .tr {
  text-align: center;
  font-size: 1.8em;
  color: #908f8e;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#pneumatics-disnet .row {
  margin: 15px 0 15px 0;
}
#pneumatics-disnet .form-group {
  margin: 0;
}
#pneumatics-disnet .entrades {
  margin-top: 20px;
}
#pneumatics-disnet .entrades .taula-dades {
  margin-bottom: 20px;
}
#pneumatics-disnet .entrades table {
  margin-top: 20px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#bateries-disnet {
  margin-top: 20px;
  margin-bottom: 20px;
}
#bateries-disnet .imatge {
  float: inherit;
}
#bateries-disnet .contingut-entrada {
  border-bottom: solid 1px #ccc;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#embrague .imatge {
  margin-left: 467px;
}
#embrague .sub-linea {
  border-bottom: 1px solid #ccc;
  margin: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#ilustracions {
  margin: 20px 0 20px 0;
}
#ilustracions .imatge {
  float: inherit;
  display: inline-block;
}
#ilustracions .carregant {
  font-size: 1.3em;
}
#ilustracions .menu-disnet {
  height: fit-content !important;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#localitzacions {
  margin-top: 20px;
  margin-bottom: 20px;
}
#localitzacions .imatge {
  float: inherit;
  display: inline-block;
}
#localitzacions .localitzacions h2 {
  font-size: 1.5em;
  margin-bottom: 0;
}
#localitzacions .localitzacions .entrada-loc {
  box-shadow: 1px 1px 2px #e6e6e6;
  border: 1px solid #ccc;
  background: #fff;
  margin: 20px 0;
  padding: 10px 20px 10px 20px;
  overflow: hidden;
  position: relative;
}
#localitzacions .localitzacions h3 {
  float: none;
}
#localitzacions .localitzacions .loading {
  margin-left: 10px;
  color: #999999;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#diagrama {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#diagrama .imatge-diagrama {
  cursor: move;
}
#diagrama .no-dades {
  height: 100px !important;
}
#diagrama .img-diagrama {
  margin-left: auto;
  margin-right: auto;
}
#diagrama .img-diagrama {
  position: relative;
  width: 2600px;
  height: 1697px;
}
#diagrama .img-diagrama .seleccionat {
  background-color: #dff0ff94;
  border: solid 2px orange;
}
#diagrama .menu-disnet {
  background-color: #f4f4f4;
}
#diagrama hr {
  margin: 10px 0 10px 0;
  border: 0;
  height: 1px;
  background: #e6e6e6;
  width: 100%;
  float: none;
}
#diagrama .ttl {
  font-weight: bold;
  font-size: 1.2em;
  padding: 15px 15px 0 15px;
}
#diagrama .opcions .anterior {
  display: block;
  margin: 15px 15px 0 20px;
  position: relative;
  padding: 0 0 0 13px;
}
#diagrama .opcions p {
  font-weight: bold;
  font-size: 0.9em;
  margin: 15px 15px 0 20px;
}
#diagrama .seleccio {
  position: absolute;
  cursor: pointer;
}
#diagrama .seleccio:hover {
  background-color: #b3d7f794;
  border: solid 2px red;
}
#diagrama .dades {
  top: 350px;
  height: fit-content;
  font-size: 0.9em;
}
#diagrama .dades .contingut {
  background: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #e6e6e6;
  margin: 10px;
  padding: 10px;
}
#diagrama .dades .contingut .key {
  color: #B2B2B2;
  margin: 0 10px 0 0;
  float: left;
}
#diagrama .dades .contingut .des {
  margin-bottom: 10px;
  font-weight: bold;
}
#diagrama .dades .contingut div {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
#diagrama .dades .contingut div img {
  width: 100%;
}
#diagrama .navegador {
  top: 160px;
  height: 178px;
}
#diagrama .amagar {
  position: fixed;
  top: 160px;
}
#diagrama .fa-close {
  position: absolute;
  top: 13px;
  right: 13px;
  color: #b7b7b7;
  cursor: pointer;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#inspector .index-imatges {
  text-align: center;
  margin-top: 5px;
}
#inspector .index-imatges li {
  cursor: pointer;
  margin-right: 5px;
  background: #d9dab8;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  text-indent: 0;
  position: relative;
  display: inline-block;
}
#inspector .index-imatges li span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
}
#inspector .index-imatges .seleccionat {
  background-color: #b2b394;
}
#inspector .imatge-ref {
  background: black;
  color: white;
  padding: 0px 2px 0px 2px;
}
#inspector .imatge-linia {
  border: 0;
  max-width: 22px;
  height: auto;
}
#inspector .note {
  display: block;
  width: 100%;
  float: right;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9E6B4;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: bold;
  padding: 0 0 0 5px;
  margin: 0.3em 0 0.3em 0;
  line-height: 1.4em;
}
#inspector .compte {
  font-weight: bold;
}
#inspector .imatge {
  margin-left: 467px;
}
#inspector .ids {
  margin-bottom: 0px;
}
#inspector .carregant {
  text-align: center;
}
#inspector .carregant i {
  font-size: 1.2em;
}
#inspector ul {
  padding: 0;
}
#inspector ul .imatge {
  margin: 0;
  margin-right: 19px;
  width: 45%;
}
#inspector ul li {
  list-style-type: none;
  margin: 0;
}
#inspector ul li img {
  width: 390px;
  border: 3px solid #e6e6e6;
}
#inspector ul li p {
  text-align: center;
}
#inspector ul li img {
  border: none;
}
#inspector .petit {
  font-size: 0.8em;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#gestio-motor h3 {
  font-weight: bold;
}
#gestio-motor h4 {
  font-weight: normal;
}
#gestio-motor table {
  width: 50%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
  clear: both;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
#gestio-motor table caption {
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #aaaaaa;
  color: #000;
}
#gestio-motor table th {
  font-weight: bold;
}
#gestio-motor table tr {
  border-bottom: 1px solid #aaaaaa;
}
#gestio-motor .imatge {
  float: none;
  margin: 10px 0 10px 0;
}
#gestio-motor h4 {
  line-height: 1;
}
#gestio-motor .dades-entrada div {
  padding-left: 20px;
}
#gestio-motor .col-md-3 .imatge {
  width: 100%;
}
#gestio-motor .taula-check {
  width: 80%;
}
#gestio-motor .taula-check th {
  font-weight: bold;
}
#gestio-motor h4 {
  float: none;
}
