@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.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: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-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-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: ""; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -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: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  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: normal;
    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 {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  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-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.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.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-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.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-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; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > 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 {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > 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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 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: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .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-left: 0;
    padding-right: 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: 3px; }

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.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.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: 6px; }

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.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.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;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -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: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    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: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .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: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .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: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .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: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .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: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .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: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .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: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .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: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .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: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .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: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -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: #23527c;
    text-decoration: underline;
    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: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    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 {
    content: " ";
    display: table; }
  .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-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .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 {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn 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-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .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: 3px; }
  .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: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.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 {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-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: 4px; }
  .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: 4px 4px 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 {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  .navbar-nav .dropdown-menu > li {
    cursor: pointer; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !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: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .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: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .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: 3px;
    border-top-right-radius: 3px; }
    .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: 3px; }
    .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: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table: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-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .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: 3px; }
    .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: 3px; }

.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 {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 48px;
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  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; } }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    position: relative;
    top: -20px; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 15px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

body .daterangepicker.single {
  width: auto; }

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@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; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -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: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  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: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  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.42857; }

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.42857;
    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.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  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: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    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.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 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: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .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.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .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: 3px; }

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.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.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: 6px; }

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.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.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.42857;
  border-radius: 4px;
  -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: #333;
    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: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    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: #333;
      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: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .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: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .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: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .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: #fff;
      background-color: #398439;
      border-color: #255625; }
  .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: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .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: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .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: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .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: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .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: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .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: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .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: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  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: #23527c;
    text-decoration: underline;
    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: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  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: 4px;
  -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 {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-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.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-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,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-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: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.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 {
    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 #ccc;
  border-radius: 4px; }
  .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: 3px; }
  .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: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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: #eeeeee; }
    .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: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 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: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.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 {
    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: 4px; }
  .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: 4px 4px 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 {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.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: 50px;
  padding: 15px 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: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  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: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      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 {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @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: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-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 {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-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: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .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: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .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: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-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; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  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; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #c7ddef; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .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: 3px;
  border-top-right-radius: 3px; }
  .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: 3px;
    border-top-right-radius: 3px; }
    .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: 3px; }
    .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: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table: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: 3px;
    border-bottom-left-radius: 3px; }
    .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: 3px; }
    .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: 3px; }

.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: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.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: 6px;
  -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.42857; }

.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  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: 4px; }

.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  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: 6px;
  -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: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.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; } }

@page {
  size: 11.7in 16.5in; }

@media print {
  body {
    width: 11.7in;
    height: 16.5in; }
  #header,
  #footer,
  .breadcrumb {
    display: none; }
  .body-supplier {
    padding: 0 !important; }
  .container {
    padding: 0;
    margin: 0;
    width: 100%; }
  a[href]:after {
    content: " [" attr(href) "] "; }
  .panel {
    border-radius: 0;
    border: none !important; }
  .panel-heading {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .panel-invoice {
    border: none !important; }
    .panel-invoice > .panel-body {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .panel-invoice > .panel-body .row {
        margin: 0 !important; } }

@font-face {
  font-family: "FontAwesome";
  font-weight: 400;
  src: url("../fonts/fontawesome-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Text';
  src: url("../fonts/SFUIText-Bold.woff2") format("woff2"), url("../fonts/SFUIText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SF UI Text';
  src: url("../fonts/SFUIText-Regular.woff2") format("woff2"), url("../fonts/SFUIText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

/* placeholder */
/* font size */
.font-size-1 {
  font-size: 1px !important; }

.font-size-2 {
  font-size: 2px !important; }

.font-size-3 {
  font-size: 3px !important; }

.font-size-4 {
  font-size: 4px !important; }

.font-size-5 {
  font-size: 5px !important; }

.font-size-6 {
  font-size: 6px !important; }

.font-size-7 {
  font-size: 7px !important; }

.font-size-8 {
  font-size: 8px !important; }

.font-size-9 {
  font-size: 9px !important; }

.font-size-10 {
  font-size: 10px !important; }

.font-size-11 {
  font-size: 11px !important; }

.font-size-12 {
  font-size: 12px !important; }

.font-size-13 {
  font-size: 13px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-15 {
  font-size: 15px !important; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-17 {
  font-size: 17px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-19 {
  font-size: 19px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-21 {
  font-size: 21px !important; }

.font-size-22 {
  font-size: 22px !important; }

.font-size-23 {
  font-size: 23px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-25 {
  font-size: 25px !important; }

.font-size-26 {
  font-size: 26px !important; }

.font-size-27 {
  font-size: 27px !important; }

.font-size-28 {
  font-size: 28px !important; }

.font-size-29 {
  font-size: 29px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-31 {
  font-size: 31px !important; }

.font-size-32 {
  font-size: 32px !important; }

.font-size-33 {
  font-size: 33px !important; }

.font-size-34 {
  font-size: 34px !important; }

.font-size-35 {
  font-size: 35px !important; }

.font-size-36 {
  font-size: 36px !important; }

.font-size-37 {
  font-size: 37px !important; }

.font-size-38 {
  font-size: 38px !important; }

.font-size-39 {
  font-size: 39px !important; }

.font-size-40 {
  font-size: 40px !important; }

/* paddings and margins */
.m0 {
  margin: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.p0 {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.m5 {
  margin: 5px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.p5 {
  padding: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.m10 {
  margin: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.p10 {
  padding: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.m15 {
  margin: 15px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.p15 {
  padding: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.m20 {
  margin: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.p20 {
  padding: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.m25 {
  margin: 25px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.p25 {
  padding: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.m30 {
  margin: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.p30 {
  padding: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.m35 {
  margin: 35px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.p35 {
  padding: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.m40 {
  margin: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.p40 {
  padding: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.m45 {
  margin: 45px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.p45 {
  padding: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.m50 {
  margin: 50px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.p50 {
  padding: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.m55 {
  margin: 55px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.p55 {
  padding: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.m60 {
  margin: 60px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.p60 {
  padding: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

/* width */
.w1p {
  width: 1% !important; }

.w2p {
  width: 2% !important; }

.w3p {
  width: 3% !important; }

.w4p {
  width: 4% !important; }

.w5p {
  width: 5% !important; }

.w6p {
  width: 6% !important; }

.w7p {
  width: 7% !important; }

.w8p {
  width: 8% !important; }

.w9p {
  width: 9% !important; }

.w10p {
  width: 10% !important; }

.w11p {
  width: 11% !important; }

.w12p {
  width: 12% !important; }

.w13p {
  width: 13% !important; }

.w14p {
  width: 14% !important; }

.w15p {
  width: 15% !important; }

.w16p {
  width: 16% !important; }

.w17p {
  width: 17% !important; }

.w18p {
  width: 18% !important; }

.w19p {
  width: 19% !important; }

.w20p {
  width: 20% !important; }

.w21p {
  width: 21% !important; }

.w22p {
  width: 22% !important; }

.w23p {
  width: 23% !important; }

.w24p {
  width: 24% !important; }

.w25p {
  width: 25% !important; }

.w26p {
  width: 26% !important; }

.w27p {
  width: 27% !important; }

.w28p {
  width: 28% !important; }

.w29p {
  width: 29% !important; }

.w30p {
  width: 30% !important; }

.w31p {
  width: 31% !important; }

.w32p {
  width: 32% !important; }

.w33p {
  width: 33% !important; }

.w34p {
  width: 34% !important; }

.w35p {
  width: 35% !important; }

.w36p {
  width: 36% !important; }

.w37p {
  width: 37% !important; }

.w38p {
  width: 38% !important; }

.w39p {
  width: 39% !important; }

.w40p {
  width: 40% !important; }

.w41p {
  width: 41% !important; }

.w42p {
  width: 42% !important; }

.w43p {
  width: 43% !important; }

.w44p {
  width: 44% !important; }

.w45p {
  width: 45% !important; }

.w46p {
  width: 46% !important; }

.w47p {
  width: 47% !important; }

.w48p {
  width: 48% !important; }

.w49p {
  width: 49% !important; }

.w50p {
  width: 50% !important; }

.w51p {
  width: 51% !important; }

.w52p {
  width: 52% !important; }

.w53p {
  width: 53% !important; }

.w54p {
  width: 54% !important; }

.w55p {
  width: 55% !important; }

.w56p {
  width: 56% !important; }

.w57p {
  width: 57% !important; }

.w58p {
  width: 58% !important; }

.w59p {
  width: 59% !important; }

.w60p {
  width: 60% !important; }

.w61p {
  width: 61% !important; }

.w62p {
  width: 62% !important; }

.w63p {
  width: 63% !important; }

.w64p {
  width: 64% !important; }

.w65p {
  width: 65% !important; }

.w66p {
  width: 66% !important; }

.w67p {
  width: 67% !important; }

.w68p {
  width: 68% !important; }

.w69p {
  width: 69% !important; }

.w70p {
  width: 70% !important; }

.w71p {
  width: 71% !important; }

.w72p {
  width: 72% !important; }

.w73p {
  width: 73% !important; }

.w74p {
  width: 74% !important; }

.w75p {
  width: 75% !important; }

.w76p {
  width: 76% !important; }

.w77p {
  width: 77% !important; }

.w78p {
  width: 78% !important; }

.w79p {
  width: 79% !important; }

.w80p {
  width: 80% !important; }

.w81p {
  width: 81% !important; }

.w82p {
  width: 82% !important; }

.w83p {
  width: 83% !important; }

.w84p {
  width: 84% !important; }

.w85p {
  width: 85% !important; }

.w86p {
  width: 86% !important; }

.w87p {
  width: 87% !important; }

.w88p {
  width: 88% !important; }

.w89p {
  width: 89% !important; }

.w90p {
  width: 90% !important; }

.w91p {
  width: 91% !important; }

.w92p {
  width: 92% !important; }

.w93p {
  width: 93% !important; }

.w94p {
  width: 94% !important; }

.w95p {
  width: 95% !important; }

.w96p {
  width: 96% !important; }

.w97p {
  width: 97% !important; }

.w98p {
  width: 98% !important; }

.w99p {
  width: 99% !important; }

.w100p {
  width: 100% !important; }

.wrap-container .page-title.single {
  margin-top: 20px;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .wrap-container > .container {
    padding-left: 70px;
    padding-right: 70px; }
  .wrap-container .page-title {
    margin-top: 10px;
    margin-bottom: 30px; }
  .wrap-container .page-title.single {
    margin-top: 45px;
    margin-bottom: 40px; } }

.start {
  display: flex;
  justify-content: flex-start; }

.space-between {
  display: flex;
  justify-content: space-between; }

.space-around {
  display: flex;
  justify-content: space-around; }

.space-end {
  display: flex;
  justify-content: flex-end; }

.flex-align-center {
  display: flex !important;
  align-items: center; }

.flex-align-baseline {
  display: flex;
  align-items: baseline; }

.flex-align-end {
  display: flex;
  align-items: flex-end; }

.flex-center {
  display: flex;
  justify-content: center; }

.flex-column {
  display: flex;
  flex-direction: column; }

.flex-row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.white-space-nowrap {
  white-space: nowrap; }

.flex1 {
  flex: 1 1 0; }

.bg-white {
  background: #fff !important; }

.bg-grey {
  background-color: #F1F1F1; }

.bg-blue-light {
  background-color: rgba(77, 115, 179, 0.1); }

.link-underline {
  text-decoration: underline; }
  .link-underline:hover, .link-underline:active, .link-underline:focus {
    text-decoration: none; }

.blocked {
  display: block; }

.inline-block {
  display: inline-block !important; }

.box-shadow {
  box-shadow: 0 1px 4px 0 rgba(144, 144, 144, 0.5); }

.color-white {
  color: #fff; }

.color-black {
  color: #000; }

.color-red {
  color: #D0021B; }

.color-dark-blue {
  color: #0C3F91; }

.color-grey {
  color: #ccc; }

.color-dark-grey {
  color: #4a4a4a !important; }

.color-green {
  color: #0FB474; }

.color-blue {
  color: #0D77F1 !important; }

.text-bold {
  font-weight: bold !important; }

.text-normal {
  font-weight: normal !important; }

.text-rules {
  padding: 30px 66px !important; }
  @media (max-width: 767px) {
    .text-rules {
      padding: 25px !important; } }

.placeholder-italic::-webkit-input-placeholder {
  color: #9b9b9b;
  font-weight: normal;
  font-style: italic; }

.placeholder-italic::-moz-placeholder {
  color: #9b9b9b;
  font-weight: normal;
  font-style: italic; }

.placeholder-italic:-ms-input-placeholder {
  color: #9b9b9b;
  font-weight: normal;
  font-style: italic; }

.placeholder-italic::-ms-input-placeholder {
  color: #9b9b9b;
  font-weight: normal;
  font-style: italic; }

.full-width {
  width: 100%; }

.relative {
  position: relative; }

img {
  max-width: 100%; }

.h40 {
  height: 25px; }

.h60 {
  height: 60px !important; }

.h100 {
  height: 100px !important; }

@media screen and (min-width: 768px) {
  .text-right-sm {
    text-align: right; } }

.page-bg-grey {
  background-color: whitesmoke; }

.fw400 {
  font-weight: normal; }

@media (max-width: 480px) {
  .col-xs-480 {
    width: 100%; } }

.without-decoration {
  text-decoration: none; }

.no-wrap {
  white-space: nowrap; }

html {
  min-height: 100%;
  position: relative;
  text-rendering: optimizeLegibility; }

body {
  color: #4A4A4A;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  min-width: 320px;
  font-size: 13px; }
  body.body-supplier {
    padding-top: 70px; }
  body.body-grey {
    background: #f1f1f1; }

/* Fix ios bug */
body, html {
  -webkit-overflow-scrolling: touch; }

.body-supplier {
  padding-top: 70px;
  padding-bottom: 204px; }
  @media (max-width: 991px) {
    .body-supplier {
      padding-bottom: 290px; } }
  @media (max-width: 767px) {
    .body-supplier {
      padding-bottom: 495px; } }

.body-no-footer {
  padding-bottom: 0; }

a:focus,
input:focus,
button:focus,
.btn:focus,
.btn.active:focus,
.btn:focus:active {
  outline: none; }

p {
  line-height: 1.53; }

html input[disabled] {
  cursor: not-allowed; }

form {
  width: 100%; }

input.invalid {
  border: 1px solid #D0021B !important; }

input::placeholder {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #9B9B9B !important; }

@media (min-width: 1440px) {
  .container {
    width: 1440px; } }

@media (max-width: 992px) {
  .container {
    width: 100%; } }

img {
  user-select: none; }

.img-border {
  display: inline-block;
  position: relative;
  margin: 0 20px 20px 0; }
  .img-border:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    border: 2px solid #F8BD18;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .img-border img {
    position: relative;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: 100%;
    height: auto; }

.white-link {
  color: #fff;
  font-size: 13px; }
  .white-link:hover {
    color: #fff; }
  .white-link.unactive {
    opacity: 0.6;
    cursor: not-allowed;
    text-decoration: underline; }

.page-section {
  padding: 70px 0 80px 0; }
  .page-section__sup-title {
    display: inline-block;
    text-align: center;
    position: relative;
    color: #4A4A4A;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    padding: 0 0 15px 0;
    margin: 0 auto 15px; }
    .page-section__sup-title:after {
      content: '';
      display: block;
      position: absolute;
      box-sizing: border-box;
      height: 2px;
      width: 50%;
      background: #f8bd18;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
    .page-section__sup-title.page-section__sup-title--blue {
      color: #104B81;
      font-weight: bold;
      text-transform: uppercase; }
      .page-section__sup-title.page-section__sup-title--blue:after {
        width: 100%; }
  .page-section__sub-title {
    color: #4A4A4A;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 7px; }

.bold {
  font-weight: 600; }

.wrap-grey {
  border-radius: 0;
  background-color: #F5F5F5;
  padding: 40px 50px; }
  @media (max-width: 991px) {
    .wrap-grey {
      padding: 10px 15px; } }

.panel-titles {
  margin-bottom: 0;
  font-size: 18px;
  color: #0C3F91;
  font-weight: 600;
  font-family: "San Francisco", Helvetica, Arial, sans-serif; }

.title-light {
  font-size: 36px;
  line-height: 49px;
  color: black;
  font-weight: 400; }

.text-small {
  font-size: 12px; }

.wrap-container .page-title.single {
  margin-top: 20px;
  margin-bottom: 20px; }

.wrap-container .container-fluid {
  padding-left: 70px;
  padding-right: 70px; }

.wrap-container.container-custom {
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .wrap-container.container-custom {
      padding-bottom: 295px; } }

@media (min-width: 768px) {
  .wrap-container > .container {
    padding-left: 30px;
    padding-right: 30px; }
  .wrap-container .page-title {
    margin-top: 10px;
    margin-bottom: 30px; }
  .wrap-container .page-title.single {
    margin-top: 45px;
    margin-bottom: 40px; } }

@media (min-width: 992px) {
  .wrap-container > .container {
    padding-left: 0;
    padding-right: 0; } }

.responsive-youtube-video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.responsive-youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.custom-gmap-popup {
  background: #fff;
  max-width: 250px;
  width: 100%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5); }
  .custom-gmap-popup:after {
    content: '';
    background: #fff;
    box-shadow: 4px 4px 3px -4px rgba(0, 0, 0, 0.5);
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform-origin: center;
    transform: rotate(45deg) translateX(-50%); }
  .custom-gmap-popup.bottom:after {
    top: -1px;
    left: 50%;
    box-shadow: -4px -4px 3px -4px rgba(0, 0, 0, 0.5);
    z-index: -1; }

textarea {
  padding: 5px 8px;
  min-height: 32px; }
  textarea:disabled {
    cursor: not-allowed; }

button:disabled {
  cursor: not-allowed; }

.custom-scrollbar::-webkit-scrollbar, .panel-dashboard--scrolling .panel-body__content::-webkit-scrollbar, .engagement-page .notes-textarea::-webkit-scrollbar {
  width: 8px; }

.custom-scrollbar::-webkit-scrollbar-track, .panel-dashboard--scrolling .panel-body__content::-webkit-scrollbar-track, .engagement-page .notes-textarea::-webkit-scrollbar-track {
  background: transparent; }

.custom-scrollbar::-webkit-scrollbar-thumb, .panel-dashboard--scrolling .panel-body__content::-webkit-scrollbar-thumb, .engagement-page .notes-textarea::-webkit-scrollbar-thumb {
  height: 100px;
  width: 8px;
  border-radius: 6px;
  background-color: #D1D1D1; }

.custom-scrollbar::-webkit-scrollbar-thumb:hover, .panel-dashboard--scrolling .panel-body__content::-webkit-scrollbar-thumb:hover, .engagement-page .notes-textarea::-webkit-scrollbar-thumb:hover {
  background: #b1b0b0; }

option.placeholder {
  display: none; }

a {
  cursor: pointer; }

.text-wrapping {
  word-break: break-word; }

.input-wrap {
  display: inline-block;
  width: 100%;
  position: relative; }

.custom-scroll-bar::-webkit-scrollbar {
  width: 10px; }

.custom-scroll-bar::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 5px; }

.custom-scroll-bar::-webkit-scrollbar-thumb {
  background-color: #0D77F1;
  border-radius: 5px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts//icomoon.ttf?arxp13") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^='icon-'], [class*=' icon-'] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-checkbox-unchecked:before {
  content: "\e903"; }

.icon-checkbox-checked .path1:before {
  content: "\e904";
  color: black; }

.icon-checkbox-checked .path2:before {
  content: "\e905";
  margin-left: -8em; }

.icon-checkbox-checked .path3:before {
  content: "\e906";
  margin-left: -8em;
  color: #4990e2; }

.icon-ic_calendar:before {
  content: "\e902"; }

.icon-arrow-left:before {
  content: "\e900"; }

.icon-arrow-right:before {
  content: "\e901"; }

.icon-calendar:before {
  content: "\e90c"; }

.icon-dropdown:before {
  content: "\e90d"; }

.icon-dropdown-up:before {
  content: "\e90d";
  display: inline-block; }

.icon-info:before {
  content: "\e90e"; }

.icon-location:before {
  content: "\e90f"; }

.icon-star:before {
  content: "\e910"; }

.icon-validation-correct:before {
  content: "\e911"; }

.icon-validation-incorrect:before {
  content: "\e912"; }

.icon-ic_info_small_grey:before {
  content: "\e908"; }

.icon-ic_star_active:before {
  content: "\e909"; }

.icon-ic_edit:before {
  content: "\e90a"; }

.icon-ic_delete:before {
  content: "\e907"; }

.ic-delete {
  cursor: pointer;
  color: red;
  background: white;
  border-radius: 50%;
  font-size: 20px; }
  .ic-delete:hover {
    opacity: 0.8; }

.ic-money {
  position: absolute;
  top: 14px;
  left: 16px; }

.icon-search:before {
  content: "\e986"; }

.icon-play:before {
  content: "\e900"; }

i.ic {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle; }
  i.ic__phone {
    height: 16px;
    width: 16px;
    background-image: url("../img/icons/phone.svg"); }
  i.ic__since-man {
    height: 78px;
    width: 50px;
    background-image: url("../img/icons/since-man.svg"); }
  i.ic__boxes {
    height: 64px;
    width: 75px;
    background-image: url("../img/icons/boxes.svg"); }
  i.ic__blank {
    height: 72.52px;
    width: 75px;
    background-image: url("../img/icons/blank.svg");
    position: relative;
    left: 10px; }
  i.ic__man-with-box {
    height: 72px;
    width: 75px;
    background-image: url("../img/icons/man-with-box.svg"); }
  i.ic__houses {
    height: 28px;
    width: 90px;
    background-image: url("../img/icons/houses.svg"); }
  i.ic__location-marker-blue {
    height: 17px;
    width: 12px;
    background-image: url("../img/icons/location-marker-blue.svg"); }
  i.ic__close-cross {
    height: 17px;
    width: 17px;
    background-image: url("../img/icons/close-ic.svg"); }
  i.ic__lock {
    height: 24px;
    width: 16px;
    margin-right: 7px !important;
    background-image: url("../img/icons/ic-lock.svg"); }
  i.ic__dot-green {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-color: #47C937; }
  i.ic__dot-red {
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-color: #F10207; }
  i.ic__space-boxes {
    height: 24px;
    width: 24px;
    background-image: url("../img/icons/space-boxes.svg"); }
  i.ic__space-pricing {
    height: 24px;
    width: 24px;
    background-image: url("../img/icons/space-pricing.svg"); }
  i.ic__arrow-dropdown {
    height: 5px;
    width: 10px;
    background-image: url("../img/icons/ic-arrow-dropdown.svg"); }
  i.ic__tooltip {
    height: auto;
    width: auto; }
  i.ic__tooltip:after {
    font-family: "icomoon";
    content: '\e908';
    position: relative;
    font-size: 11px;
    color: #0C3F91;
    cursor: pointer;
    font-style: normal; }
  i.ic__eye_on {
    background-image: url("../img/icons/eye-on.svg"); }
  i.ic__eye_off {
    background-image: url("../img/icons/eye-off.svg"); }
  i.ic__eye_on, i.ic__eye_off {
    position: absolute;
    right: 10px;
    pointer-events: auto;
    cursor: pointer;
    top: 28px !important; }
  i.ic__slider-arrow-left {
    height: 26px;
    width: 26px;
    background-image: url("../img/icons/slider-arrow.svg"); }
  i.ic__slider-arrow-right {
    height: 26px;
    width: 26px;
    background-image: url("../img/icons/slider-arrow.svg");
    transform: rotate(180deg); }
  i.ic__submit-space {
    height: 72px;
    width: 75px;
    background-image: url("../img/icons/submit-space.svg"); }
  i.ic__tenants-submit {
    height: 72px;
    width: 75px;
    background-image: url("../img/icons/tenants-submit.svg"); }
  i.ic__handshake {
    height: 72px;
    width: 75px;
    background-image: url("../img/icons/handshake.svg"); }
  i.ic__match-spaces {
    height: 72px;
    width: 75px;
    background-image: url("../img/icons/match-spaces.svg"); }
  i.ic__get-paid {
    height: 72px;
    width: 75px;
    background-image: url("../img/icons/get-paid.svg"); }
  i.ic__ic-check-white {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/ic-check-white.svg"); }
  i.ic__lamp {
    height: 28px;
    width: 24px;
    background-image: url("../img/icons/lamp.svg"); }
  i.ic__check-small {
    height: 14px;
    width: 14px;
    background-image: url("../img/icons/check-small.svg"); }
  i.ic__dragger {
    height: 10px;
    width: 12px;
    background-image: url("../img/icons/dragger.svg"); }
  i.ic__msg-icon-blue {
    height: 18px;
    width: 18px;
    background-image: url("../img/icons/msg-icon-blue.svg"); }
  i.ic__reject {
    height: 24px;
    width: 24px;
    background-image: url("../img/icons/ic-reject.svg"); }
  i.ic__confirm {
    height: 24px;
    width: 24px;
    background-image: url("../img/icons/ic-confirm.svg"); }
  i.ic__dock-high-doors {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/facility-features/dock-high-doors-d2c4f64ee1dd29fe175851e8c31b3edd.png"); }
  i.ic__ground-level-doors {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/facility-features/ground-level-doors-3a83135151fbdfbcd0d1c8647673c286.png"); }
  i.ic__forklift {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/facility-features/forklift-2a5601f28b5fc4790496b68b7563642b.png"); }
  i.ic__rollup-door-height {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/facility-features/rollup-door-height-e13549113aea05bd2119016d40738d79.png"); }
  i.ic__office-space {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/facility-features/office-space-304eccc48a085acffe5df7901d0202c5.png"); }
  i.ic__parking {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/facility-features/parking-dcf3dd33dfe82ddb66f9617d7ecc5dbc.png"); }
  i.ic__camera {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/facility-features/camera-f3df7362309869723980000fa61ce400.png"); }
  i.ic__power {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/facility-features/power-afac35cda1b624b98a2456c0caeef51e.png"); }
  i.ic__water-and-drain {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/facility-features/water-and-drain-274e0dc0bde201250be2bf5f68bdb5ef.png"); }
  i.ic__internet {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/facility-features/internet-04b4cf64e6d3acb88c4b89510ed9f9f1.png"); }
  i.ic__ceiling-height {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/facility-features/ceiling-height-23f6d1e0437839b11481bc894ad7ad6d.png"); }
  i.ic__apparel {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/apparel-9f2f9376c1c271806b87320cc21d6dd7.png"); }
  i.ic__car {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/car-ecde43df5011939450cccdbe234679eb.png"); }
  i.ic__agriculture {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/agriculture-3c7b051b0327aadc0f43814e9b060ff9.png"); }
  i.ic__consumer-products {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/consumer-products-b6aae63384d341e1c701374197684748.png"); }
  i.ic__electronics {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/electronics-3080745b0053386755159bff36993b2c.png"); }
  i.ic__general-work {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/general-work-59a2a8e6e4c0241e032b43329b8d64f8.png"); }
  i.ic__industrial-materials {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/industrial-materials-7e5eac017641cf61c27052310c199604.png"); }
  i.ic__fulfillment {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/fulfillment-8b204c853bd34efc71011c60a9e77fd2.png"); }
  i.ic__metal-work {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/metal-work-fad86df0bf8315763be582ac9bc66743.png"); }
  i.ic__wood-work {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/wood-work-ccb5c0230446a4a275bed2fd6d6c8749.png"); }
  i.ic__cannabis {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/cannabis-24a9054c6a576e9488cb00d5f7d5a04e.png"); }
  i.ic__machinery {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/machinery-d3ecd8b310432b479d49c72fe37b9bd4.png"); }
  i.ic__pharmaceuticals {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/pharmaceuticals-f6094552f042898f12064e36c739122a.png"); }
  i.ic__petroleum {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/petroleum-babbc2cf529d2cfa42f018d440eba8a7.png"); }
  i.ic__retail {
    height: 20px;
    width: 20px;
    background-image: url("../img/icons/approved-uses/retail-0539ce6482e0be0fe50b3fd0e5738e06.png"); }

.accordion-custom .panel-group {
  margin-bottom: 0;
  border: 1px solid #E6E0E0;
  border-top: none; }
  .accordion-custom .panel-group .panel {
    border-radius: 0; }
    .accordion-custom .panel-group .panel:last-child {
      border-radius: 0 0 6px 6px; }
    .accordion-custom .panel-group .panel + .panel {
      margin-top: 2px; }
    .accordion-custom .panel-group .panel .panel-heading {
      background-color: transparent !important;
      padding: 15px 20px;
      position: relative; }
    .accordion-custom .panel-group .panel .panel-body {
      position: relative; }
    .accordion-custom .panel-group .panel .panel-title a {
      color: #000;
      font-size: 14px;
      font-weight: 600; }
    .accordion-custom .panel-group .panel .panel-collapse > .panel-body {
      padding: 20px 25px 10px; }
    .accordion-custom .panel-group .panel i {
      position: absolute;
      right: 30px;
      font-size: 25px;
      color: #909090; }
      .accordion-custom .panel-group .panel i:before {
        content: "\f107"; }
    .accordion-custom .panel-group .panel .expanded i:before {
      content: "\f106"; }

.b-questions {
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1) !important;
  margin-top: 40px; }

.breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 15px; }
  .breadcrumb > .active, .breadcrumb a {
    color: #0D77F1;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0; }
  .breadcrumb > .active {
    color: #4a4a4a; }
  .breadcrumb--blue > li a {
    color: #0D77F1;
    font-weight: normal; }
    .breadcrumb--blue > li a:hover {
      color: #0C3F91; }
  .breadcrumb > li + li:before {
    color: #0D77F1; }

.btn {
  color: #fff;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  height: 48px;
  line-height: 48px;
  min-width: 100px;
  background-color: #0C3F91;
  padding: 0 10px;
  border-radius: 0;
  transition: 0.6s;
  box-sizing: border-box; }
  .btn .ic {
    margin: 0 15px 0 0;
    vertical-align: middle; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    opacity: 0.8;
    transition: 0.6s; }
  .btn:disabled, .btn.disabled {
    opacity: 0.5;
    transition: 0.6s; }
  .btn.large {
    height: 57px;
    line-height: 57px;
    padding: 0 60px; }
  .btn.middle {
    min-width: 195px; }
  .btn.border {
    height: 44px;
    line-height: 43px;
    min-width: 270px;
    border: 2px solid #f8bd18;
    background: transparent; }
    @media (max-width: 400px) {
      .btn.border {
        min-width: 200px; } }
  .btn.text {
    color: #0D77F1;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    background: transparent;
    padding: 5px 10px; }
    .btn.text:hover, .btn.text:focus {
      background-color: rgba(12, 63, 145, 0.1); }
    .btn.text:disabled {
      background: transparent; }
  .btn.icon {
    width: auto;
    max-width: none;
    min-width: auto;
    line-height: 1;
    background: transparent;
    box-shadow: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .btn.icon .ic {
      margin: 0; }
  .btn--msg, .btn--msg:focus {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    border: 2px solid #f8bd18;
    background: transparent;
    color: #000;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center; }
    .btn--msg:hover, .btn--msg:focus:hover {
      color: #000;
      background: rgba(8, 0, 255, 0.1); }
  .btn.white {
    border: 2px solid #D1D1D1;
    background-color: rgba(255, 255, 255, 0.4);
    color: #4A4A4A; }
    .btn.white:hover {
      background-color: rgba(12, 63, 145, 0.1); }
  .btn.warn {
    color: #D0021B; }
  .btn.reject {
    border: 1px solid #D0021B;
    background-color: #FFFFFF;
    color: #D0021B; }

.form-group-checkbox {
  margin: 5px 0; }
  .form-group-checkbox input {
    display: none; }
  .form-group-checkbox label {
    position: relative;
    min-width: 15px;
    min-height: 15px;
    cursor: pointer;
    margin: 0;
    display: block;
    font-family: "SF UI Text", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px; }
    .form-group-checkbox label:before, .form-group-checkbox label:after {
      content: '';
      position: absolute; }
    .form-group-checkbox label:before {
      box-sizing: border-box;
      height: 16px;
      width: 16px;
      border: 1px solid #D4D4D4;
      border-radius: 2px;
      background-color: #fff;
      box-shadow: inset 0 1px 1px 0 rgba(139, 139, 139, 0.5);
      top: 1px;
      left: 0; }
    .form-group-checkbox label:after {
      transition: opacity 0.5s;
      content: '';
      background: url("../img/icons/ic-check.svg") no-repeat center;
      width: 15px;
      height: 12px;
      left: 3px;
      top: 1px;
      opacity: 0; }
    .form-group-checkbox label.isDisabled {
      cursor: not-allowed; }
      .form-group-checkbox label.isDisabled:before {
        background: #ccc; }
  .form-group-checkbox input:checked ~ label:after {
    opacity: 1; }
  .form-group-checkbox .disable-square {
    padding-left: 0 !important; }
    .form-group-checkbox .disable-square:before, .form-group-checkbox .disable-square:after {
      display: none; }

.redo-search {
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
  left: -6px; }

.custom-checkbox-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .custom-checkbox-group .form-group-checkbox {
    margin-right: 40px; }

.overlay-for-dropdown {
  position: absolute;
  background-color: rgba(74, 74, 74, 0.63);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }

.dropdown .icon-close {
  position: absolute;
  right: 4px;
  top: 50%;
  z-index: 1000;
  padding: 4px 15px 0 10px;
  font-weight: 400;
  color: #000;
  user-select: none;
  -webkit-user-select: none;
  height: 20px;
  transform: translateY(-50%); }
  .dropdown .icon-close:before {
    content: "\f00d";
    font: normal normal normal 12px/1 FontAwesome;
    position: absolute; }

.dropdown-bar-filter {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 #dddddd;
  padding: 12px 0 15px; }
  @media (max-width: 991px) {
    .dropdown-bar-filter {
      z-index: 9999;
      position: absolute; } }
  .dropdown-bar-filter.show {
    display: flex !important; }
  .dropdown-bar-filter .dropdown.open .btn,
  .dropdown-bar-filter .parent-daterange2.open .btn {
    border-bottom: 1px solid #fff;
    background: #fff; }
  .dropdown-bar-filter .dropdown .input-label,
  .dropdown-bar-filter .parent-daterange2 .input-label {
    color: #4A4A4A; }
  .dropdown-bar-filter .dropdown .icon-close,
  .dropdown-bar-filter .parent-daterange2 .icon-close {
    position: absolute;
    right: 4px;
    top: 50%;
    z-index: 1000;
    padding: 4px 15px 0 10px;
    font-weight: 400;
    color: #000;
    user-select: none;
    -webkit-user-select: none;
    height: 20px;
    transform: translateY(-50%); }
    .dropdown-bar-filter .dropdown .icon-close:before,
    .dropdown-bar-filter .parent-daterange2 .icon-close:before {
      content: "\f00d";
      font: normal normal normal 12px/1 FontAwesome;
      position: absolute; }
  .dropdown-bar-filter .dropdown-menu.dropdown-noarrow {
    padding-left: 20px;
    padding-right: 20px;
    width: auto; }
    @media (min-width: 1199px) {
      .dropdown-bar-filter .dropdown-menu.dropdown-noarrow {
        min-width: 740px; } }
  .dropdown-bar-filter .month {
    color: #0C3F91; }
  .dropdown-bar-filter .dropdown-menu {
    padding: 25px;
    border-top: none;
    border-radius: 0;
    margin-top: 0; }
    @media (max-width: 767px) {
      .dropdown-bar-filter .dropdown-menu {
        overflow: hidden;
        overflow-y: scroll; } }
    @media (max-height: 650px) {
      .dropdown-bar-filter .dropdown-menu.dropdown-overflow-mobile {
        height: 300px; } }
    .dropdown-bar-filter .dropdown-menu input,
    .dropdown-bar-filter .dropdown-menu select,
    .dropdown-bar-filter .dropdown-menu .form-group-checkbox {
      width: 190px; }
    .dropdown-bar-filter .dropdown-menu .form-group-radio {
      width: 120px; }
    .dropdown-bar-filter .dropdown-menu .form-group-checkbox {
      font-size: 13px; }
    .dropdown-bar-filter .dropdown-menu .large-checkbox .form-group-checkbox {
      width: 260px; }
    .dropdown-bar-filter .dropdown-menu .info-checkbox .form-group-checkbox {
      position: relative; }
      .dropdown-bar-filter .dropdown-menu .info-checkbox .form-group-checkbox i:after {
        font-family: "icomoon";
        content: "\e908";
        position: relative;
        font-size: 11px;
        color: #0C3F91;
        cursor: pointer;
        font-style: normal; }
    .dropdown-bar-filter .dropdown-menu .range-slider {
      position: relative; }
      .dropdown-bar-filter .dropdown-menu .range-slider b {
        position: absolute;
        top: 20px;
        font-size: 13px;
        font-weight: 400;
        color: #4a4a4a; }
        .dropdown-bar-filter .dropdown-menu .range-slider b.value-start {
          left: 0; }
        .dropdown-bar-filter .dropdown-menu .range-slider b.value-end {
          right: 0; }
  .dropdown-bar-filter .dropdown-item input {
    width: 100% !important; }
  .dropdown-bar-filter .dropdown-item .dropdown .space-between {
    margin-bottom: 10px !important; }
  .dropdown-bar-filter .dropdown-item .btn {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    padding-left: 12px;
    text-align: left;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    color: #000;
    height: 37px;
    line-height: 37px;
    font-weight: 100; }
    .dropdown-bar-filter .dropdown-item .btn .caret {
      position: absolute;
      right: 9px;
      top: 18px;
      font: normal normal normal 12px/1 FontAwesome;
      z-index: 9999; }
  .dropdown-bar-filter .dropdown-item .has-feedback {
    margin-bottom: 0; }
    .dropdown-bar-filter .dropdown-item .has-feedback input {
      position: relative;
      z-index: 1; }
    .dropdown-bar-filter .dropdown-item .has-feedback .icon-calendar {
      top: 3px; }
    .dropdown-bar-filter .dropdown-item .has-feedback .icon-close {
      position: absolute;
      right: 0;
      top: 50%;
      z-index: 1000;
      padding: 4px 15px 0 10px;
      font-weight: 400;
      color: #000;
      user-select: none;
      -webkit-user-select: none;
      height: 20px;
      transform: translateY(-50%); }
      .dropdown-bar-filter .dropdown-item .has-feedback .icon-close:before {
        content: "\f0d7";
        font: normal normal normal 12px/1 FontAwesome;
        position: absolute; }
  .dropdown-bar-filter .dropdown-item .open .btn {
    font-weight: bold; }
  .dropdown-bar-filter .slider {
    width: 100%;
    height: 8px; }
    .dropdown-bar-filter .slider .slider-track {
      border-radius: 10px;
      background: #eee; }
    .dropdown-bar-filter .slider .slider-selection {
      background: #0c3f91; }
    .dropdown-bar-filter .slider .slider-handle {
      top: -3px;
      height: 14px;
      width: 14px;
      border: 1px solid #979797;
      background: white; }
  @media (max-width: 1199px) {
    .dropdown-bar-filter .dropdown-item {
      width: 33.3%; } }
  @media (max-width: 991px) {
    .dropdown-bar-filter .dropdown-item {
      width: 33.3%; }
      .dropdown-bar-filter .dropdown-item .dropdown.open .btn {
        border-bottom: 1px solid #E6E0E0; }
      .dropdown-bar-filter .dropdown-item .dropdown .dropdown-menu {
        padding: 15px 15px 30px; }
        .dropdown-bar-filter .dropdown-item .dropdown .dropdown-menu .info-checkbox {
          flex-wrap: wrap; }
          .dropdown-bar-filter .dropdown-item .dropdown .dropdown-menu .info-checkbox div {
            width: 100%; } }
  @media (max-width: 767px) {
    .dropdown-bar-filter .dropdown-item {
      width: 100%; }
      .dropdown-bar-filter .dropdown-item .dropdown .btn {
        border-bottom: 0; }
      .dropdown-bar-filter .dropdown-item .dropdown-menu {
        width: 100%; }
        .dropdown-bar-filter .dropdown-item .dropdown-menu .form-control {
          width: 100%; }
        .dropdown-bar-filter .dropdown-item .dropdown-menu .flex-grow-xs {
          flex-grow: 1; }
      .dropdown-bar-filter .dropdown-item .form-control.large {
        border-bottom: none; } }

.range-slider .tooltip {
  margin-left: -20px !important; }

.range-slider .slider {
  height: 20px; }

.tooltip .tooltip-arrow {
  display: none; }

.dropdown__input-wrap,
label.dropdown__input-wrap {
  display: block;
  position: relative; }

.dropdown input,
.dropdown input.form-control,
.dropdown button.dropdown-toggle,
.dropdown button.form-control,
label.dropdown input,
label.dropdown input.form-control,
label.dropdown button.dropdown-toggle,
label.dropdown button.form-control {
  display: block;
  box-sizing: border-box;
  height: 32px;
  width: 100%;
  padding: 6px 12px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  border-radius: 0 !important; }
  .dropdown input:not(:disabled),
  .dropdown input.form-control:not(:disabled),
  .dropdown button.dropdown-toggle:not(:disabled),
  .dropdown button.form-control:not(:disabled),
  label.dropdown input:not(:disabled),
  label.dropdown input.form-control:not(:disabled),
  label.dropdown button.dropdown-toggle:not(:disabled),
  label.dropdown button.form-control:not(:disabled) {
    background-color: #fff; }
  .dropdown input:not(.has-error),
  .dropdown input.form-control:not(.has-error),
  .dropdown button.dropdown-toggle:not(.has-error),
  .dropdown button.form-control:not(.has-error),
  label.dropdown input:not(.has-error),
  label.dropdown input.form-control:not(.has-error),
  label.dropdown button.dropdown-toggle:not(.has-error),
  label.dropdown button.form-control:not(.has-error) {
    border: 1px solid #d4d4d4;
    box-shadow: inset 0 1px 2px 0 rgba(139, 139, 139, 0.5); }

.dropdown .caret,
label.dropdown .caret {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%); }

.dropdown .form-group,
label.dropdown .form-group {
  margin: 0 !important; }

.dropdown-bar-filter .dropdown-item {
  margin: 0; }

.form-range {
  display: flex;
  align-items: center; }
  .form-range .divider {
    padding-left: 20px;
    padding-right: 20px; }

.form-group--flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  .form-group--flex.flex-end {
    align-items: flex-end; }
    .form-group--flex.flex-end .divider {
      position: relative;
      top: 0; }
  .form-group--flex .divider {
    position: relative;
    top: 18px; }
  .form-group--flex-add {
    display: flex;
    margin-bottom: 10px; }
    .form-group--flex-add .item {
      position: relative; }
      .form-group--flex-add .item:first-child {
        width: 180px; }
      .form-group--flex-add .item.desc {
        width: 100%; }
      .form-group--flex-add .item-text {
        padding-top: 12px;
        text-transform: uppercase; }
    @media (max-width: 991px) {
      .form-group--flex-add {
        padding: 0;
        justify-content: flex-start; }
        .form-group--flex-add .item {
          width: 36.4%; }
          .form-group--flex-add .item:first-child {
            min-width: 106px; }
          .form-group--flex-add .item input, .form-group--flex-add .item select {
            width: 100%; }
          .form-group--flex-add .item.desc {
            width: 100%;
            margin-bottom: 10px; } }
    .form-group--flex-add label {
      font-size: 12px;
      color: #4a4a4a;
      font-weight: 400; }
    .form-group--flex-add .form-group-checkbox {
      padding-top: 10px;
      margin-right: 10px;
      flex-grow: 1; }
      .form-group--flex-add .form-group-checkbox label {
        font-weight: 600;
        color: #0C3F91;
        font-size: 14px; }
    .form-group--flex-add .divider {
      position: relative;
      top: 38px;
      padding: 0 12px; }
    .form-group--flex-add.flex-align-end .divider {
      top: 0; }
    .form-group--flex-add .input-rate {
      width: 60px; }
    .form-group--flex-add .select-uom {
      width: 150px; }
  .form-group--flex .item label {
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 400; }
  .form-group--flex .item:first-child {
    flex-basis: 34%; }
  .form-group--flex .item:nth-child(2) {
    flex-basis: 20%; }
  .form-group--flex .item:last-child {
    flex-basis: 37%; }
  @media (max-width: 1199px) {
    .form-group--flex .item {
      flex-basis: 33.3%; } }

.form-title {
  font-weight: 600;
  font-size: 14px;
  padding: 0 10px; }
  .form-title--blue-light {
    background: rgba(77, 115, 179, 0.1);
    color: #0C3F91; }

.form-group-row {
  display: flex;
  margin-left: -7px;
  margin-right: -7px; }
  @media (max-width: 480px) {
    .form-group-row {
      flex-direction: column;
      margin: 0 0 15px; } }

.form-group-col {
  padding-left: 7px;
  padding-right: 7px; }
  .form-group-col-5 {
    flex-basis: 50%; }
  .form-group-col-4 {
    flex-basis: 40%; }
  .form-group-col-3 {
    flex-basis: 30%; }
  .form-group-col-2 {
    flex-basis: 20%; }
  @media (max-width: 480px) {
    .form-group-col {
      padding-left: 0;
      padding-right: 0;
      flex-basis: 100%;
      margin-bottom: 15px; } }

@media (max-width: 392px) {
  .form-group .white-space-nowrap {
    white-space: normal; } }

.form-group .help-block ul > li:first-letter {
  text-transform: uppercase; }

.heading-labels-cols .item .item-label {
  display: none; }

.heading-labels-cols .divider {
  top: 10px; }

.heading-labels-cols .md-sm-12:first-child .item .item-label {
  display: block; }

.heading-labels-cols .md-sm-12:first-child .divider {
  top: 38px; }

.heading-labels-cols .md-sm-12:nth-child(2) .item .item-label {
  display: block; }

.heading-labels-cols .md-sm-12:nth-child(2) .divider {
  top: 38px; }
  @media (max-width: 991px) {
    .heading-labels-cols .md-sm-12:nth-child(2) .divider {
      top: 10px; } }

@media (max-width: 991px) {
  .heading-labels-cols .md-sm-12:nth-child(2) .item .item-label {
    display: none; } }

.heading-labels-list .item .item-label {
  display: none; }

.heading-labels-list .divider {
  top: 10px; }

.heading-labels-list .md-sm-12:first-child .item .item-label {
  display: block; }

.heading-labels-list .md-sm-12:first-child .divider {
  top: 38px; }

.form-group-dropdown {
  position: relative; }
  .form-group-dropdown-slider .open .dropdown-menu {
    display: block;
    width: 30rem;
    margin-top: .5rem;
    padding: 1rem; }

.range-slider {
  position: relative; }
  .range-slider .value-start,
  .range-slider .value-end {
    position: absolute;
    color: #4a4a4a;
    font-size: 1.2rem;
    top: 2.3rem; }
  .range-slider .value-end {
    right: 0; }
  .range-slider .slider-horizontal {
    width: 100%; }
    .range-slider .slider-horizontal .tooltip {
      margin-left: 20px; }
    .range-slider .slider-horizontal .slider-handle {
      width: 1.2rem;
      height: 1.2rem;
      top: .4rem;
      background-image: none;
      background-color: #fff;
      border: 1px solid #888;
      margin-left: -.5rem; }
  .range-slider .slider-track {
    background: #eee; }
    .range-slider .slider-track .slider-selection {
      background: #0c3f91; }
  .range-slider .slider-handle:hover {
    cursor: pointer; }

.form-group--calendar {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .form-group--calendar .icon-calendar {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%); }

.form-striped + .form-striped {
  margin-top: 35px; }

@media screen and (max-width: 768px) {
  .form-striped:last-child {
    margin-top: 0; } }

.form-striped-row {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media screen and (max-width: 768px) {
    .form-striped-row {
      flex-wrap: wrap;
      margin-bottom: 10px; } }
  @media screen and (max-width: 480px) {
    .form-striped-row {
      flex-direction: column; } }

.form-striped-col {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 480px) {
    .form-striped-col {
      margin-bottom: 10px; } }
  .form-striped-col--left {
    flex-basis: 30%; }
    @media screen and (max-width: 768px) {
      .form-striped-col--left {
        flex-basis: 60%;
        margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .form-striped-col--left {
        flex-basis: auto; } }
  .form-striped-col--center {
    flex-basis: 55%; }
    @media screen and (max-width: 768px) {
      .form-striped-col--center {
        flex-basis: 70%; } }
    @media screen and (max-width: 480px) {
      .form-striped-col--center {
        flex-basis: auto; } }
  .form-striped-col--middle {
    flex-basis: 35%; }
    @media screen and (max-width: 768px) {
      .form-striped-col--middle {
        flex-basis: 70%; }
        .form-striped-col--middle input {
          margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .form-striped-col--middle {
        flex-basis: auto; } }
  .form-striped-col--right {
    flex-basis: 15%;
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      .form-striped-col--right {
        flex-basis: calc(30% - 10px);
        padding-left: 10px; } }
    @media screen and (max-width: 480px) {
      .form-striped-col--right {
        flex-basis: auto;
        padding-left: 0;
        margin-left: 0; } }

.form-striped-header {
  margin-bottom: 7px;
  font-weight: bold; }

.form-striped-body .form-striped-row {
  padding-left: 10px; }
  .form-striped-body .form-striped-row:nth-child(odd) {
    background-color: rgba(77, 115, 179, 0.1); }
  .form-striped-body .form-striped-row--child .form-striped-col--left {
    padding-left: 38px; }
  .form-striped-body .form-striped-row--child .form-group-checkbox label {
    padding-left: 27px; }

.form-striped-body .form-control-invoice[disabled] {
  background-color: rgba(77, 115, 179, 0.06); }

.form-striped .form-group-disc {
  font-weight: 600; }

.form-striped-title {
  color: #0C3F91; }

.form-striped-disc {
  color: #4a4a4a;
  margin-left: 10px; }
  @media screen and (max-width: 768px) {
    .form-striped-disc {
      display: none; } }

.form-striped .form-group-checkbox label {
  font-weight: 500;
  font-size: 14px;
  padding-left: 40px;
  color: #000; }

.form-field {
  position: relative; }

.has-right-text .form-control {
  padding-right: 50px; }

.has-right-text .form-text-right {
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%); }

.has-left-icon .form-control {
  padding-left: 45px; }

.has-left-icon .form-control-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%); }
  .has-left-icon .form-control-icon.form-control-icon--database {
    left: 15px; }

.form-control-icon--calendar {
  font-size: 25px; }

.form-control-icon--database {
  position: absolute;
  font-size: 16px;
  top: 6px;
  left: 15px; }
  .form-control-icon--database input {
    padding-left: 40px; }

.form-disc {
  font-style: italic; }

.form-control--sm {
  max-width: 120px; }

.form-control--xsm {
  max-width: 61px; }

.facility-uom-group {
  margin-bottom: 15px; }
  .facility-uom-group__row {
    display: flex;
    align-items: flex-start; }
  .facility-uom-group .form-group {
    margin-bottom: 0; }
  .facility-uom-group__col--units {
    flex-shrink: 0; }
  .facility-uom-group__col--delimiter {
    padding: 5px 8px 9px 8px;
    align-self: flex-end; }
  .facility-uom-group__align-text {
    margin-top: 8px; }
  .facility-uom-group__error {
    width: 100%; }

.modal-body .business-info-container .col-md-3 {
  width: 50%; }

.modal-body .business-info-container .col-md-6 {
  width: 100%; }

.modal-body .business-info-container .short-col .col-md-6 {
  width: 50%; }

.modal-body .business-info-container .company-url-example {
  width: 49%; }

@media screen and (max-width: 768px) {
  .modal-body .business-info-container .col-md-3,
  .modal-body .business-info-container .col-md-6 {
    width: 100%; } }

body .daterangepicker {
  padding: 30px 0;
  margin-top: 10px; }
  body .daterangepicker.dropdown-menu {
    z-index: 3000000; }
  @media (max-width: 1199px) {
    body .daterangepicker {
      width: 380px; } }
  @media (max-width: 450px) {
    body .daterangepicker {
      width: 320px; } }
  body .daterangepicker:after {
    content: none; }
  body .daterangepicker:before {
    content: none; }
  body .daterangepicker-invoice {
    width: auto; }
  body .daterangepicker .ranges {
    float: none !important; }
    body .daterangepicker .ranges button {
      display: none; }
  body .daterangepicker .calendar {
    max-width: none;
    padding: 0 10px; }
    @media (max-width: 1199px) {
      body .daterangepicker .calendar.right tbody,
      body .daterangepicker .calendar.right th:first-child,
      body .daterangepicker .calendar.right th:nth-child(2),
      body .daterangepicker .calendar.right thead tr:last-child {
        display: none; } }
  body .daterangepicker .daterangepicker_input {
    display: none; }
  body .daterangepicker table {
    border-collapse: separate;
    border-spacing: 2px; }
    body .daterangepicker table td, body .daterangepicker table th {
      width: 44px;
      height: 36px;
      padding: 5px 12px; }
      @media screen and (max-width: 562px) {
        body .daterangepicker table td, body .daterangepicker table th {
          width: 20px;
          height: 20px;
          padding: 5px; } }
    body .daterangepicker table th i {
      font-family: "icomoon";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    body .daterangepicker table th.next {
      position: relative;
      top: -20px;
      font-size: 16px; }
      @media (max-width: 1199px) {
        body .daterangepicker table th.next {
          position: absolute;
          top: 22px;
          right: 16px; } }
      body .daterangepicker table th.next i:before {
        content: '\e901'; }
    body .daterangepicker table th.prev {
      position: absolute;
      top: 22px;
      font-size: 16px;
      margin-left: -16px; }
      body .daterangepicker table th.prev i:before {
        content: '\e900'; }
    body .daterangepicker table td {
      border: 1px solid #ccc; }
      body .daterangepicker table td.active, body .daterangepicker table td:hover, body .daterangepicker table td.active:hover {
        border: 1px solid #0FB474;
        background-color: #D9E8EC;
        font-size: 13px;
        color: #000;
        border-radius: 4px; }
      body .daterangepicker table td.disabled {
        border: 1px solid #ccc;
        background-color: #EAEAEA;
        text-decoration: none;
        color: #999 !important; }
        body .daterangepicker table td.disabled:hover {
          color: #999;
          border: 1px solid #ccc;
          background-color: #EAEAEA; }

body .dropdown-noarrow {
  margin-top: 0;
  border-radius: 0; }
  body .dropdown-noarrow .calendar {
    padding: 0; }
  body .dropdown-noarrow:after {
    display: none; }

.calendar-status {
  position: relative;
  top: 10px;
  left: 22px; }
  .calendar-status .item span {
    font-weight: 500;
    vertical-align: top;
    padding-left: 12px;
    font-size: 14px; }
  .calendar-status .item i {
    height: 22px;
    width: 22px;
    border: 1px solid #ccc;
    display: inline-block; }
  .calendar-status .item.available {
    display: inline-block; }
    .calendar-status .item.available i {
      background: #fff; }
  .calendar-status .item.unavailable {
    margin-left: 70px;
    display: inline-block; }
    .calendar-status .item.unavailable i {
      background: #ccc;
      border: 1px solid #9E9E9E; }
  @media screen and (max-width: 562px) {
    .calendar-status {
      left: 23px; }
      .calendar-status .item.unavailable {
        margin-left: 31px; } }

.daterangepicker {
  margin-top: 0 !important;
  border-top: 0 !important; }
  .daterangepicker-input {
    width: 200px; }

.daterangepicker-dt-bg-grey {
  background-color: #eee; }

@media (max-width: 991px) {
  .footer-extend-datapicker {
    flex-direction: column; }
    .footer-extend-datapicker .has-feedback .form-control {
      width: 100% !important; } }

@media (max-width: 610px) {
  .footer-extend-datapicker button {
    width: 100%; }
    .footer-extend-datapicker button + button {
      margin: 20px 0 10px !important; } }

.extend-datapicker {
  margin-top: -28px; }

.daterangepicker-extend {
  top: 110px !important; }
  @media (max-width: 991px) {
    .daterangepicker-extend {
      top: 300px !important; } }
  @media (max-width: 767px) {
    .daterangepicker-extend {
      top: 300px !important; } }

.datepicker input {
  padding-left: 40px !important; }

.datepicker.dropdowned .icon-calendar {
  display: none; }

.datepicker.dropdowned input {
  padding-left: 10px !important; }

input::-ms-clear {
  display: none; }

.gmap-search-input {
  position: relative; }
  .gmap-search-input input {
    outline: none;
    padding-right: 30px !important; }
  .gmap-search-input__action-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    background: transparent;
    border: none; }

.company-name-field {
  position: relative; }
  .company-name-field .company-confirmed-icon {
    font-size: 22px;
    line-height: inherit;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%); }

.company-url-row [class*='col-'] {
  display: inline-block;
  vertical-align: middle;
  float: none; }

@media screen and (max-width: 992px) {
  .company-url-row .company-url-example {
    margin-bottom: 10px; } }

.form-control {
  height: 32px;
  width: 100%;
  border: 1px solid #D4D4D4;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 2px 0 rgba(139, 139, 139, 0.5);
  color: #4A4A4A;
  font-family: "SF UI Text", Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px; }
  .form-control-large {
    flex-basis: 50%; }
  .form-control-small-xs {
    flex-basis: 20%; }
  .form-control-small-xl {
    flex-basis: 30%; }
  .form-control.input-revise {
    background: #FFF8D1;
    border: 1px solid #E4D40D; }
  @media (max-width: 480px) {
    .form-control {
      flex-basis: 100%; } }
  .form-control.has-error {
    border: 1px solid #D0021B;
    box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7); }
  .form-control.large {
    border-radius: 0;
    background: #fff;
    height: 48px; }
    .form-control.large + .form-control-feedback {
      top: 40px;
      right: 5px; }

.has-feedback .form-control-feedback {
  font-size: 22px;
  line-height: inherit; }
  .has-feedback .form-control-feedback.ic__eye_on, .has-feedback .form-control-feedback.ic__eye_off {
    right: 35px; }

.has-feedback .form-control {
  padding-right: 60px; }

.has-feedback.ico-left .form-control-feedback {
  left: 3px;
  right: inherit;
  top: 6px; }

.block-search .has-feedback.ico-left .form-control-feedback {
  top: 10px; }

@media (min-width: 992px) {
  .form-description {
    height: 40px;
    display: flex;
    align-items: center; } }

.form-search.zip {
  min-width: 200px; }

.form-control-invoice {
  width: 99px;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  margin-right: 10px;
  border: 1px solid #D4D4D4;
  box-shadow: inset 0 1px 2px 0 rgba(139, 139, 139, 0.5);
  resize: none; }
  .form-control-invoice[disabled] {
    opacity: 1.5; }
    .form-control-invoice[disabled] + span {
      opacity: .6; }
  @media screen and (max-width: 480px) {
    .form-control-invoice {
      width: auto; } }
  .form-control-invoice:focus {
    outline: none; }
  .form-control-invoice.full-width {
    width: 100%; }

.form-control--calendar {
  padding-left: 52px;
  padding-right: 10px;
  max-width: 126px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: inset 0 1px 2px 0 rgba(139, 139, 139, 0.5);
  border-radius: 5px;
  border: 1px solid #D4D4D4;
  margin-right: 5px; }

.form--calendar {
  max-width: 126px;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  box-shadow: inset 0 1px 2px 0 rgba(139, 139, 139, 0.5);
  border: 1px solid #D4D4D4;
  margin-right: 5px; }

.revise-rates, .revise-rate {
  position: absolute;
  bottom: -35px; }
  .revise-rates p, .revise-rate p {
    color: #979797; }

.revise-rate {
  bottom: -22px; }

input[type="file"] {
  height: auto; }

.has-error-new {
  border: 3px solid #D0021B; }

input.invalid,
textarea.invalid {
  border: 1px solid #D0021B;
  outline: none; }

.input-error-msg {
  margin-top: 5px;
  color: #D0021B;
  font-size: 12px; }

.form-group.has-errors input, .form-group.has-errors textarea {
  border: 1px solid #D0021B !important; }

label,
.input-label,
.form-group-label {
  color: #0C3F91;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%; }
  label input,
  label textarea,
  label .help-block,
  .input-label input,
  .input-label textarea,
  .input-label .help-block,
  .form-group-label input,
  .form-group-label textarea,
  .form-group-label .help-block {
    font-weight: normal; }

.input-label--black {
  color: #000; }

.modal-open {
  position: fixed;
  width: 100%; }

.modal .modal-content {
  padding: 35px;
  border-radius: 0; }

.modal .modal-title {
  font-size: 18px;
  line-height: 21px;
  text-align: center; }

.modal.in {
  z-index: 99999;
  height: 100%;
  align-items: center;
  overflow-y: scroll; }

.modal .modal-header .close {
  font-size: 30px;
  font-weight: 500;
  opacity: .5; }

.modal .logo-modal {
  width: 165px;
  text-align: center;
  margin: 0 auto 50px; }

.modal .modal-header,
.modal .modal-footer {
  border: none; }

.modal .modal-footer {
  text-align: unset; }
  .modal .modal-footer .btn {
    width: 286px;
    height: 51px;
    margin: 0 auto;
    display: block; }

@media (min-width: 768px) {
  .modal .modal.fade .modal-dialog {
    position: absolute; } }

.modal-medium-text {
  font-size: 16px;
  text-align: center;
  margin: -20px auto 0;
  max-width: 300px; }

.modal-registration .btn {
  width: 100%;
  max-width: 285px; }

@media (min-width: 768px) {
  .modal-registration .modal-dialog {
    width: 515px; }
  .modal-registration .form {
    width: 285px;
    margin: 0 auto; } }

.modal-tax-id .form {
  width: 100%;
  max-width: 285px;
  margin: auto; }

.modal-tax-id .btn {
  width: 100%; }

.login-dialog .divider {
  height: 245px;
  border-left: 3px solid #ccc; }
  @media (max-width: 768px) {
    .login-dialog .divider {
      display: none; } }

.login-dialog .modal-dialog {
  display: table; }
  @media (max-width: 768px) {
    .login-dialog .modal-dialog {
      width: auto;
      display: block; } }

.login-dialog .login-dialog-content {
  display: flex;
  justify-content: center;
  align-items: center; }

.login-dialog .login-form {
  margin-right: 50px; }
  .login-dialog .login-form .has-feedback label ~ .form-control-feedback {
    padding-top: 2px; }

.login-dialog .join-block {
  min-width: 285px;
  height: 223px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 50px; }
  @media (max-width: 768px) {
    .login-dialog .join-block {
      display: none; } }

.login-dialog .mobile-join-block {
  display: none; }
  @media (max-width: 768px) {
    .login-dialog .mobile-join-block {
      display: block; } }

.modal-video {
  top: 15%; }
  .modal-video .modal-dialog {
    width: 670px; }
    @media (max-width: 767px) {
      .modal-video .modal-dialog {
        width: 100%; }
        .modal-video .modal-dialog .modal-content {
          padding: 0; } }
  .modal-video .modal-body {
    padding: 0 !important; }
  .modal-video .close {
    position: absolute;
    right: 20px;
    top: 10px; }

.modal-welcome .btn {
  width: 285px; }

@media (min-width: 768px) {
  .modal-welcome .modal-dialog {
    width: 750px; }
  .modal-welcome .form {
    width: 450px;
    margin: 0 auto; } }

.modal-supplier-step3 .btn {
  width: 285px; }

@media (min-width: 768px) {
  .modal-supplier-step3 .modal-dialog {
    width: 555px; } }

@media (max-width: 767px) {
  .modal-supplier-step3 .btn {
    width: 240px; } }

.payment-modal .form-group label {
  color: #241F20; }

.payment-modal.in.center {
  display: flex;
  align-items: center;
  text-align: center; }

.payment-modal .modal-content {
  padding: 50px 60px 27px; }
  @media (max-width: 480px) {
    .payment-modal .modal-content {
      padding: 15px; } }

.payment-modal .modal-body,
.payment-modal .modal-footer,
.payment-modal .modal-header {
  padding: 0; }

.payment-modal .close {
  position: absolute;
  top: 14px;
  right: 20px; }

.payment-modal .modal-header {
  margin-bottom: 17px; }

.payment-modal .modal-body {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .payment-modal .modal-body .form-striped {
      display: flex !important;
      justify-content: center; } }

.payment-modal .modal-footer {
  display: flex;
  margin-bottom: 33px; }
  .payment-modal .modal-footer .btn {
    margin: 0 15px 0 0;
    width: 170px;
    font-weight: 500; }
  .payment-modal .modal-footer.btn-align-center {
    text-align: center; }

.payment-modal .modal-title {
  font-size: 36px;
  font-weight: 500;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin-bottom: 20px; }

.payment-modal .modal-message {
  text-align: center;
  font-style: italic;
  font-size: 12px; }
  .payment-modal .modal-message.has-error {
    color: #D0021B; }

.payment-modal .nav-tabs {
  margin-bottom: 20px;
  margin-left: -15px;
  border: none; }
  .payment-modal .nav-tabs a,
  .payment-modal .nav-tabs li.active > a {
    border: none !important; }
  .payment-modal .nav-tabs a:hover {
    background-color: #fff; }

.payment-modal .nav-tabs > li > a {
  margin-right: 10px; }

.payment-modal .form-group-radio label {
  padding-left: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #000; }

.payment-modal .tab-presentation.active .form-group-radio label:after {
  background-color: #4a4a4a; }

.payment-modal .form-group--flex {
  flex-wrap: nowrap; }
  @media (max-width: 480px) {
    .payment-modal .form-group--flex {
      flex-wrap: wrap; } }
  .payment-modal .form-group--flex .form-control {
    margin-bottom: 11px;
    margin-right: 10px; }
    .payment-modal .form-group--flex .form-control:last-child {
      margin-right: 0; }
    @media (max-width: 480px) {
      .payment-modal .form-group--flex .form-control {
        margin-right: 0; } }

.payment-modal .modal-btn {
  min-width: 169px;
  font-weight: 500; }
  .payment-modal .modal-btn + .modal-btn {
    margin-left: 20px; }
  @media (max-width: 580px) {
    .payment-modal .modal-btn {
      width: 100%; }
      .payment-modal .modal-btn + .modal-btn {
        margin-left: 0;
        margin-top: 20px; } }

.modal-engagement .modal-lg {
  max-width: 1080px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 768px) {
    .modal-engagement .modal-lg {
      width: auto;
      padding: 0; } }

.modal-engagement .close {
  position: absolute;
  top: 7px;
  right: 16px; }

.modal-engagement textarea {
  resize: none;
  min-height: 100px; }

.modal-engagement .modal-footer {
  text-align: center; }
  .modal-engagement .modal-footer .btn {
    margin-bottom: 10px; }
  .modal-engagement .modal-footer .btn + .btn {
    margin-left: 20px; }
    @media screen and (max-width: 480px) {
      .modal-engagement .modal-footer .btn + .btn {
        margin-left: 0;
        margin-bottom: 15px; } }

.modal-desc {
  padding: 0 20px;
  color: #241F20;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center; }
  .modal-desc .full-width {
    font-size: 14px; }
  @media (max-width: 767px) {
    .modal-desc {
      padding: 0 10px; } }

.modal-extend-engagement.modal.in {
  display: block !important; }

.modal-button-container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .modal-button-container .btn {
    width: 286px;
    margin-bottom: 20px; }
  .modal-button-container .btn + .btn {
    margin: 0; }

.send-message-modal .modal-footer,
.end-engagement-modal .modal-footer,
.move-out-modal .modal-footer {
  display: flex; }
  .send-message-modal .modal-footer .btn + .btn,
  .end-engagement-modal .modal-footer .btn + .btn,
  .move-out-modal .modal-footer .btn + .btn {
    margin-left: 20px; }

.operators-agreement-modal .modal-desc {
  text-align: left;
  overflow-y: scroll;
  height: 500px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .operators-agreement-modal .modal-desc::-webkit-scrollbar {
    width: 8px; }
  .operators-agreement-modal .modal-desc::-webkit-scrollbar-track {
    background: #E6E0E0;
    border-radius: 20px; }
  .operators-agreement-modal .modal-desc::-webkit-scrollbar-thumb {
    background: #4D73B3;
    border-radius: 20px; }
  .operators-agreement-modal .modal-desc::-webkit-scrollbar-thumb:hover {
    background: #0C3F91; }

.login-dialog--email-confirm .login-dialog-content {
  align-items: flex-start; }
  @media (max-width: 768px) {
    .login-dialog--email-confirm .login-dialog-content {
      flex-wrap: wrap; } }

.login-dialog--email-confirm .login-form {
  margin: 0 0 0 25px; }

.login-dialog--email-confirm .divider {
  margin-top: 45px; }

.login-dialog--email-confirm .join-block {
  margin: 0 30px 0 10px;
  height: auto; }
  .login-dialog--email-confirm .join-block h4 {
    color: black;
    font-size: 24px;
    margin: 0; }
  .login-dialog--email-confirm .join-block p {
    font-size: 16px;
    margin: 20px 0 0 0; }
  @media (max-width: 768px) {
    .login-dialog--email-confirm .join-block {
      display: block;
      height: auto;
      min-width: auto; } }

.login-dialog--email-confirm .mobile-join-block {
  display: none; }

.end-engagement-modal .end-engagement-modal__header {
  color: #0C3F91;
  font-size: 14px;
  margin-bottom: 30px; }

.end-engagement-modal .end-engagement-modal__heading {
  font-size: 30px;
  margin: 0;
  color: #0C3F91; }

.end-engagement-modal .modal-body {
  font-size: 14px; }

.end-engagement-modal .end-engagement-modal__content {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.end-engagement-modal .end-engagement-modal__label {
  color: #4A4A4A; }

.end-engagement-modal .modal-footer .end-engagement-modal__back.btn {
  margin: 0; }

.end-engagement-modal .end-engagement-modal__summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #4a4a4a;
  padding: 10px; }

.end-engagement-modal .end-engagement-modal__reasons {
  display: flex;
  flex-direction: column;
  gap: 5px; }

.move-out-modal .move-out-modal__heading {
  font-size: 30px;
  margin: 0;
  color: #0C3F91; }

.move-out-modal .move-out-modal__header {
  margin-bottom: 30px; }

.move-out-modal .modal-body {
  font-size: 14px; }

.move-out-modal .move-out-modal__content {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.move-out-modal .move-out-modal__photo {
  display: flex;
  gap: 20px;
  align-items: center; }

.move-out-modal .move-out-modal__file {
  width: 200px;
  height: 100px;
  object-fit: contain; }

.move-out-modal .move-out-modal__browse,
.move-out-modal .move-out-modal__browse-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }

.move-out-modal .move-out-modal__browse {
  color: #fff;
  margin: 0;
  height: 100%;
  width: 100%; }

.move-out-modal .move-out-modal__photo-control {
  visibility: hidden; }

.end-engagement-modal__power-select-multiple .ember-power-select-trigger {
  border: 1px solid #aaa !important;
  border-radius: 4px !important;
  background-color: #ffffff !important; }

.end-engagement-modal__power-select-dropdown.ember-power-select-dropdown {
  margin-top: 0px; }

.panel-collapse-sub h4 {
  font-weight: 600;
  font-size: 14px;
  padding: 0 15px 0 10px;
  background: rgba(77, 115, 179, 0.1); }
  .panel-collapse-sub h4 a.btn-toggle {
    background: none;
    text-decoration: none;
    margin-right: 5px; }
    .panel-collapse-sub h4 a.btn-toggle:after {
      display: none; }
    .panel-collapse-sub h4 a.btn-toggle:before {
      font-family: 'icomoon';
      content: '\e90d';
      color: #000;
      font-size: 5px; }
    .panel-collapse-sub h4 a.btn-toggle.collapsed:before {
      transform: rotate(90deg); }
  .panel-collapse-sub h4 span {
    font-size: 12px;
    color: #4a4a4a;
    float: right;
    font-weight: 400; }

.panel-group {
  margin-bottom: 25px; }
  .panel-group .panel {
    border-radius: 7px;
    border: none; }
  .panel-group .panel-heading {
    background: #0C3F91 !important;
    padding: 20px 25px;
    cursor: default;
    border-radius: 0; }
  .panel-group .panel-title {
    color: #fff;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 21px;
    cursor: default; }
  .panel-group .panel-heading.collapsed {
    cursor: pointer; }
    .panel-group .panel-heading.collapsed .panel-title {
      cursor: pointer; }
  .panel-group .btn-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    height: 18px;
    width: 18px;
    position: relative;
    top: -1px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #fff;
    text-decoration: none;
    vertical-align: middle; }
    .panel-group .btn-toggle:after {
      content: '-';
      font-size: 30px;
      line-height: 18px;
      font-weight: normal;
      color: #4A4A4A;
      position: relative;
      top: -2px; }
    .panel-group .btn-toggle.collapsed:after {
      content: '+';
      font-size: 28px;
      line-height: 18px;
      top: 1px; }
  .panel-group .panel-collapse {
    background: #F5F5F5; }
  @media (min-width: 1200px) {
    .panel-group .panel-body {
      padding: 50px 80px 40px; } }

.panel-blue {
  overflow: hidden;
  border-radius: 7px;
  box-shadow: none; }
  .panel-blue .panel-heading {
    padding: 18px 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #4D73B3;
    border: none; }
  .panel-blue .panel-body {
    padding: 25px 30px 30px;
    background-color: #f1f1f1; }

.form-group-radio input {
  display: none; }

.form-group-radio label {
  position: relative;
  min-width: 17px;
  min-height: 17px;
  cursor: pointer;
  height: 16px;
  margin: 0;
  display: block; }
  .form-group-radio label:before, .form-group-radio label:after {
    content: '';
    position: absolute;
    border-radius: 50%; }
  .form-group-radio label:before {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #ccc;
    top: 0;
    left: 0; }
  .form-group-radio label:after {
    transition: background 0.5s;
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px; }

.form-group-radio input:checked ~ label:after {
  background: #0C3F91; }

.group-radio-btn .btn {
  background: none;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0; }
  .group-radio-btn .btn.active, .group-radio-btn .btn:hover, .group-radio-btn .btn:focus {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none; }
  .group-radio-btn .btn .form-group-radio label {
    position: relative;
    width: 17px;
    height: 17px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    text-align: center; }
    .group-radio-btn .btn .form-group-radio label:before, .group-radio-btn .btn .form-group-radio label:after {
      content: '';
      position: absolute;
      border-radius: 50%; }
    .group-radio-btn .btn .form-group-radio label:before {
      width: 16px;
      height: 16px;
      background: #fff;
      border: 1px solid #ccc;
      top: 0;
      left: 0; }
  .group-radio-btn .btn.active .form-group-radio label:after {
    transition: background 0.5s;
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
    background: #4a4a4a; }

.steps {
  margin-bottom: 40px; }
  .steps .step {
    display: flex;
    margin-bottom: 20px; }
    .steps .step:last-child {
      margin-bottom: 0; }
    .steps .step .dot {
      width: 30px;
      height: 30px;
      background: transparent;
      border: 2px solid #0D77F1;
      border-radius: 50%;
      margin-right: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .steps .step .dot.icon-validation-correct {
        display: none; }
        .steps .step .dot.icon-validation-correct:before {
          color: #0C3F91;
          font-size: 30px;
          border-radius: 50%;
          background: #fff; }
    .steps .step .step-num {
      color: #4A4A4A;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 20px; }
    .steps .step .step-title {
      color: #0C3F91;
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-size: 21px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 25px; }
    .steps .step.done .dot.icon-validation-correct {
      display: block; }
    .steps .step.active .dot {
      background: #0D77F1; }
    .steps .step.active .step-num {
      color: #4a4a4a; }
    .steps .step.active .step-title {
      color: #0C3F91; }
  @media (min-width: 768px) {
    .steps {
      display: flex;
      justify-content: space-around; }
      .steps .step {
        margin: 0; } }

/****** Style Star Rating Widget *****/
.rating {
  border: none;
  float: left;
  flex-shrink: 0; }

.rating > input {
  display: none; }

.rating > label:before {
  margin: 3px;
  font-size: 14px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005"; }

.rating > .half:before {
  content: "\f089";
  position: absolute; }

.rating > label {
  color: #ddd;
  float: right;
  margin-bottom: 0; }

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
  cursor: pointer; }

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #F5A623; }

select:focus, select:active {
  border-color: #E6E0E0 !important;
  outline: 0 !important;
  box-shadow: none !important; }

.table-responsive {
  border: none; }

.table.table-main thead tr {
  background-color: #3161B1; }
  .table.table-main thead tr th {
    padding: 15px 30px;
    border: 1px solid #3161B1;
    color: white; }
    .table.table-main thead tr th .icon-dropdown {
      font-family: "icomoon";
      content: '\e90d';
      position: relative;
      left: 18px;
      top: -2px;
      font-size: 5px; }
      .table.table-main thead tr th .icon-dropdown:hover {
        cursor: pointer; }
    .table.table-main thead tr th .icon-dropdown-up {
      font-family: "icomoon";
      content: '\e90d';
      position: relative;
      left: 18px;
      top: -2px;
      font-size: 5px;
      display: inline-block;
      transform: rotate(180deg); }
      .table.table-main thead tr th .icon-dropdown-up:hover {
        cursor: pointer; }

.table.table-main tbody tr:hover {
  background-color: rgba(73, 144, 226, 0.1); }

.table.table-main tbody tr:last-child {
  border-bottom: 1px solid #ddd; }

.table.table-main tbody tr td {
  padding: 15px 30px; }
  .table.table-main tbody tr td:first-child {
    font-weight: 600;
    color: #0D77F1;
    width: 300px; }
  .table.table-main tbody tr td:last-child {
    width: 300px; }
  .table.table-main tbody tr td:nth-child(2), .table.table-main tbody tr td:nth-child(3), .table.table-main tbody tr td:nth-child(4) {
    width: 200px; }
  .table.table-main tbody tr td.td-settings {
    text-align: right;
    vertical-align: middle; }
    .table.table-main tbody tr td.td-settings .icon-ic_edit,
    .table.table-main tbody tr td.td-settings .icon-ic_delete {
      display: inline-block;
      font-size: 17px;
      padding-right: 30px; }
      .table.table-main tbody tr td.td-settings .icon-ic_edit:hover,
      .table.table-main tbody tr td.td-settings .icon-ic_delete:hover {
        opacity: 0.8;
        text-decoration: none; }
    .table.table-main tbody tr td.td-settings .icon-ic_edit {
      color: #0C3F91; }
    .table.table-main tbody tr td.td-settings .icon-ic_delete {
      color: #D0021B; }

@media (max-width: 991px) {
  .table.table-main tbody tr th, .table.table-main tbody tr td {
    width: auto !important;
    padding: 10px; }
  .table.table-main tbody tr td.td-settings .icon-ic_edit,
  .table.table-main tbody tr td.td-settings .icon-ic_delete {
    display: block;
    padding: 0; }
  .table.table-main tbody tr td.td-settings .icon-ic_edit {
    margin-bottom: 16px; } }

.table-border-bottom {
  border-bottom: 1px solid #CECECE; }

.table-nav .pagination {
  margin: 0; }

.invoice-table {
  margin-bottom: 0; }
  .invoice-table thead > tr > th {
    border-bottom: 0; }
  .invoice-table tbody > tr:first-child > td {
    border-top: 0; }
  .invoice-table .bold {
    font-weight: bold; }

.table-engagements {
  border-collapse: separate;
  position: relative;
  overflow-y: hidden; }
  .table-engagements .table {
    border: none;
    margin-top: 8px; }
    .table-engagements .table .table-header {
      color: #fff;
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 16px;
      background-color: #0C3F91;
      padding: 20px 24px;
      border: none; }
      .table-engagements .table .table-header .glyphicon {
        font-size: 10px;
        margin-left: 10px; }
    .table-engagements .table td.dates {
      width: 10%; }
    .table-engagements .table td.review .has-rating {
      width: 84px; }
  .table-engagements tbody tr {
    background-color: transparent !important;
    border-bottom: 1px solid #E6E0E0; }
  .table-engagements .has-feedback {
    display: flex;
    align-items: center; }
  .table-engagements tr th {
    position: relative; }
    .table-engagements tr th:nth-child(3) {
      width: 18%; }
    .table-engagements tr th .icon-dropdown:before {
      position: absolute;
      top: 8px;
      right: 10px; }
    .table-engagements tr th input {
      display: none; }
    .table-engagements tr th .form-control {
      border: none;
      box-shadow: none;
      height: auto;
      padding: 0;
      font-weight: 400;
      flex-basis: auto; }
    .table-engagements tr th .form-control-feedback {
      position: static; }
    .table-engagements tr th:last-child {
      min-width: 135px; }
  .table-engagements tr:first-child th {
    vertical-align: top; }
  .table-engagements tr:last-child th {
    border-top: 1px solid #E6E0E0 !important; }
  .table-engagements tr td {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400 !important;
    vertical-align: middle !important;
    border: none !important;
    padding: 24px !important;
    border-top: 1px solid #E6E0E0 !important; }
    .table-engagements tr td + td {
      padding-right: 10px; }
    .table-engagements tr td a {
      font-weight: 600;
      color: #0C3F91; }
    .table-engagements tr td .null {
      width: 14px;
      height: 2px;
      background: black;
      display: block; }
  .table-engagements tr .td-check-out {
    color: #D0021B; }
  .table-engagements tr .td-status span {
    padding-left: 15px;
    padding-right: 1px;
    margin-right: 8px; }
  .table-engagements tr .td-status--orange {
    background-color: #F5A623; }
  .table-engagements tr .td-status--orange-dark {
    background-color: #F57F23; }
  .table-engagements tr .td-status--grey {
    background-color: #ccc; }
  .table-engagements tr .td-status--blue {
    background-color: #0275D8; }
  .table-engagements tr .td-status--red {
    background-color: #D0021B; }
  .table-engagements tr .td-status--yellow-dark {
    background-color: #aeae00; }
  .table-engagements tr .td-status--green {
    background-color: #0FB474; }
  .table-engagements-alert {
    display: block;
    color: #D0021B !important;
    text-decoration: none; }
    .table-engagements-alert .icon {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      width: 21px;
      height: 23px; }
  .table-engagements.table-billing-history tr th {
    width: 20%;
    color: #0C3F91; }
    .table-engagements.table-billing-history tr th:first-child {
      width: 30%; }
  .table-engagements.table-billing-history tr:last-child th {
    border-top: none !important; }
  .table-engagements .facility-cell {
    display: flex;
    margin-left: -24px;
    min-width: 225px; }
    .table-engagements .facility-cell .facility-cell-img {
      height: 84px;
      width: 125px;
      object-fit: cover; }
    .table-engagements .facility-cell .facility-cell-info {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      margin-left: 24px; }
      .table-engagements .facility-cell .facility-cell-info .facility-cell-info-link {
        color: #0C3F91;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 21px; }
  .table-engagements .contract-id-cell {
    min-width: 78px; }
  @media (max-width: 1200px) {
    .table-engagements .dates-cell {
      width: 100px; } }
  .table-engagements .volume-cell {
    min-width: 70px;
    white-space: nowrap; }
  .table-engagements .end-date-cell {
    min-width: 90px; }
  .table-engagements .engagement-table-review-no-rate {
    color: #E02525; }
  .table-engagements .engagement-action-button {
    padding: 0 10px;
    min-height: 34px;
    width: 204px;
    border: 2px solid #f8bd18;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    background-color: transparent;
    transition: all 250ms;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000; }
    @media (max-width: 1440px) {
      .table-engagements .engagement-action-button {
        width: 100%; } }
    .table-engagements .engagement-action-button .button-ic {
      color: #0C3F91;
      font-size: 18px;
      margin-right: 10px; }
    .table-engagements .engagement-action-button:hover {
      background-color: #f8bd18;
      color: #fff; }
  .table-engagements .engagement-table-empty {
    background-color: #F3F3F3;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    height: 320px; }
  @media (max-width: 1440px) {
    .table-engagements table tr td, .table-engagements table tr th {
      padding: 20px 5px !important; } }
  .table-engagements table tr td:first-child, .table-engagements table tr th:first-child {
    padding-right: 15px !important; }
  .table-engagements .table-engagements__spinner {
    position: absolute;
    top: 100px;
    left: 50%; }

.tab-custom .nav-tabs {
  border-bottom: 1px solid #241F20;
  margin-top: -39px;
  overflow-y: hidden;
  overflow-x: auto; }
  .tab-custom .nav-tabs li {
    margin-bottom: 0;
    margin-right: 60px; }
    .tab-custom .nav-tabs li a {
      color: #241F20;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 0;
      border: none; }
      .tab-custom .nav-tabs li a:hover {
        background-color: transparent;
        border: none;
        color: #0C3F91; }
    .tab-custom .nav-tabs li .badge {
      height: 22px;
      width: 38px;
      color: #000;
      border-radius: 11px;
      background-color: #EDEDED;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 12px; }
    .tab-custom .nav-tabs li:first-child a {
      margin: 0 5px 0 0; }
    .tab-custom .nav-tabs li.active a {
      color: #0C3F91;
      font-weight: bold;
      border: none;
      position: relative; }
      .tab-custom .nav-tabs li.active a:after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -1px;
        height: 3px;
        background-color: #0C3F91; }
    .tab-custom .nav-tabs li.active .badge {
      color: #fff;
      background-color: #FF831E; }
    @media (max-width: 991px) {
      .tab-custom .nav-tabs li {
        margin-bottom: 3px;
        float: none;
        width: 100%; }
        .tab-custom .nav-tabs li span.badge {
          float: right; }
        .tab-custom .nav-tabs li a {
          border-radius: 0;
          margin: 0; }
        .tab-custom .nav-tabs li:first-child a {
          margin: 0; } }

.tab-custom .tab-content {
  background: white; }

.ic-tooltip {
  position: relative;
  display: inline-block;
  margin-left: 3px; }
  .ic-tooltip .tooltip-text {
    visibility: hidden;
    width: 180px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 4px;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    /* Position the tooltip-abs */
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 50%;
    margin-left: -112px; }
    .ic-tooltip .tooltip-text p {
      color: #fff;
      margin-bottom: 3px;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }
    @media (max-width: 480px) {
      .ic-tooltip .tooltip-text.tooltip-mobile {
        margin-left: -170px; } }
  .ic-tooltip:hover .tooltip-text {
    visibility: visible; }
  .ic-tooltip:after {
    font-family: "icomoon";
    content: '\e908';
    position: relative;
    font-size: 11px;
    color: #0C3F91;
    cursor: pointer;
    font-style: normal; }

.tooltip-abs {
  display: inline-block;
  padding: 5px;
  margin: -5px 0; }
  .tooltip-abs__text {
    display: none;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 10px;
    font-style: normal;
    font-size: 12px;
    font-weight: 400; }

.path {
  margin-top: 10px; }
  .path a {
    font-size: 12px;
    position: relative;
    color: #0D77F1;
    font-weight: 400; }
    .path a:hover {
      text-decoration: underline;
      color: #0C3F91; }
  .path .divider {
    position: relative;
    top: 1px;
    margin: 0 2px;
    color: #4a4a4a; }
  .path span {
    font-size: 12px; }

textarea {
  resize: vertical; }

h1 {
  color: #241F20;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2; }

h2 {
  color: #241F20;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  margin: 0; }
  @media (max-width: 500px) {
    h2 {
      font-size: 30px; } }

h3 {
  color: #241F20;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0; }

h4 {
  color: #0C3F91;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 25px; }

h5 {
  color: #fff;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center; }

h6 {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px; }

.tiny-text {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px; }

.font-normal {
  font-weight: normal !important; }

b {
  font-weight: 600; }

.well {
  background-color: rgba(77, 115, 179, 0.1);
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 20px 30px; }

.well-white {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(144, 144, 144, 0.5);
  padding: 30px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .well-white {
      padding: 15px; } }

.well-stars .rating {
  min-width: auto; }

.well-stars .mark {
  padding-left: 5px !important; }

.fileupload {
  height: 137px;
  background-color: rgba(77, 115, 179, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .fileupload .form-description {
    display: inline-block;
    margin-left: 55px; }
  .fileupload label {
    cursor: pointer;
    height: 51px;
    width: 198px;
    display: block;
    color: #000; }
    .fileupload label:hover {
      opacity: 0.8; }
  .fileupload input[type=file] {
    display: none; }
  .fileupload p {
    color: #4A4A4A;
    text-align: center; }
  .fileupload .btn-upload {
    height: 51px;
    width: 198px;
    padding: 0;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    font-weight: 500;
    color: #000; }
  .fileupload-btn-add {
    color: #0D77F1;
    font-weight: normal;
    margin-bottom: 0; }

.wrap-upload-photos {
  background: #fff; }
  .wrap-upload-photos__header {
    background-color: #0C3F91;
    padding: 10px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .wrap-upload-photos__header h3 {
      color: #fff;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 20px;
      margin: 0; }
    .wrap-upload-photos__header p {
      margin: 0;
      font-size: 12px;
      font-style: italic;
      letter-spacing: 0;
      line-height: 20px; }
  .wrap-upload-photos .item {
    padding: 10px 30px 10px 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6E6E6; }
    .wrap-upload-photos .item__name {
      color: #0D77F1;
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 20px;
      margin: 0 0 0 20px;
      word-break: break-word; }
    .wrap-upload-photos .item__controls {
      margin-left: auto;
      flex-shrink: 0; }
      .wrap-upload-photos .item__controls .btn {
        min-width: auto;
        width: auto; }
  .wrap-upload-photos img {
    height: 75px;
    width: 102px;
    object-fit: cover; }

.fileupload-new {
  display: flex !important;
  align-items: center;
  justify-content: center; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #0C3F91;
  border-color: #0C3F91; }

.panel {
  border-radius: 0; }
  .panel .panel-heading,
  .panel .panel-body {
    border-radius: 0; }
  .panel-dark-blue > .panel-heading {
    background-color: #0C3F91;
    color: #fff;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 21px; }
  .panel-dashboard--scrolling .panel-body__content {
    max-height: 250px;
    overflow-y: auto; }
  @media screen and (max-width: 480px) {
    .panel-dashboard {
      margin: 15px 0; } }
  .panel-dashboard .panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 30px;
    font-size: 18px; }
    @media screen and (max-width: 480px) {
      .panel-dashboard .panel-heading {
        padding: 15px; } }
  .panel-dashboard > .panel-body {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (max-width: 480px) {
      .panel-dashboard > .panel-body {
        padding-left: 15px;
        padding-right: 15px; } }
    .panel-dashboard > .panel-body--grey {
      background: #F1F1F1; }
  .panel-dashboard .btn-block + .btn-block {
    margin-top: 11px; }
  .panel-invoice {
    box-shadow: 0 0 2px 0 rgba(144, 144, 144, 0.5); }
    .panel-invoice .panel-heading {
      padding: 20px 30px;
      font-size: 18px; }
      @media screen and (max-width: 480px) {
        .panel-invoice .panel-heading {
          padding: 15px; } }
    .panel-invoice > .panel-body {
      padding: 20px 35px 25px; }
      @media screen and (max-width: 768px) {
        .panel-invoice > .panel-body {
          padding-left: 30px;
          padding-right: 30px; } }
  .panel-white {
    border: 1px solid #ddd; }
    .panel-white > .panel-heading {
      color: #0C3F91;
      font-weight: 500;
      border-bottom: 1px solid #ddd; }
  .panel-list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
  .panel-item {
    display: flex;
    justify-content: space-between; }
    .panel-item + .panel-item {
      margin-top: 10px; }
  .panel-item-count {
    color: #4a4a4a; }
  .panel-link {
    display: block;
    text-align: center;
    color: #0C3F91;
    font-weight: 500;
    font-size: 18px; }
  .panel-update {
    font-size: 12px;
    font-weight: normal; }

.alert {
  position: relative;
  word-break: break-word; }
  .alert-dashboard {
    display: flex;
    justify-content: space-between;
    padding-left: 37px;
    padding-right: 37px; }
    @media screen and (max-width: 480px) {
      .alert-dashboard {
        padding-left: 15px;
        padding-right: 15px; } }
    .alert-dashboard .alert-link {
      color: #0C3F91;
      font-weight: 500; }
    .alert-dashboard.alert-danger {
      color: #000; }
  .alert-danger {
    background-color: #FFD1D1; }
    .alert-danger a {
      color: #a94442;
      text-decoration: underline; }
      .alert-danger a:hover {
        text-decoration: none; }
      @media (max-width: 767px) {
        .alert-danger a {
          float: none !important; } }
  .alert-success {
    border: 1px solid #39BD89;
    background-color: #E7FFF5;
    padding: 15px 30px; }
    .alert-success i {
      color: #4a4a4a;
      font-size: 13px; }

.dashboard-notifications-list {
  max-height: 380px;
  overflow-y: auto;
  border: 2px solid #f8bd18;
  list-style-type: none;
  padding: 0; }

.dashboard-counter-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.dashboard-notification,
.dashboard-counter {
  margin: 8px;
  border: 1px solid #DDDDDD;
  box-shadow: 0 1px 4px 0 rgba(144, 144, 144, 0.5);
  border-radius: 5px;
  background-color: #fff; }

.dashboard-notification {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  font-weight: bold;
  gap: 5px; }

.dashboard-notification__button {
  padding: 0;
  border: none;
  background: transparent;
  text-decoration: underline;
  text-wrap: nowrap; }

.dashboard-notification__link {
  color: inherit;
  text-decoration: underline;
  text-wrap: nowrap; }

.dashboard-notification__link:hover {
  color: inherit; }

.dashboard-counter {
  position: relative;
  width: 285px;
  min-height: 200px;
  padding: 47px 16px 16px;
  text-align: center;
  color: #0C3F91; }
  @media screen and (min-width: 1200px) and (max-width: 1400px) {
    .dashboard-counter {
      width: 235px;
      min-height: 200px; } }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .dashboard-counter {
      width: 300px;
      min-height: 200px; } }
  .dashboard-counter.dashboard-counter--green {
    color: #0FB474; }
  .dashboard-counter.dashboard-counter--red {
    color: #D0021B; }
  .dashboard-counter .dashboard-counter__body {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 12px; }
    .dashboard-counter .dashboard-counter__body::before {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 78px;
      border: 1px solid #979797;
      content: ''; }
  .dashboard-counter .dashboard-counter__count {
    font-size: 36px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .dashboard-counter .dashboard-counter__footer {
    color: #4a4a4a;
    font-weight: bold; }
  .dashboard-counter .dashboard-counter__icon {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 23px;
    height: 23px;
    color: #979797;
    font-size: 24px; }

.dashboard-slider .arrows {
  display: flex; }
  .dashboard-slider .arrows .arrow {
    display: flex;
    align-items: center;
    cursor: pointer; }
  .dashboard-slider .arrows .arrow + .arrow {
    margin-left: 30px; }

.dashboard-slider .panel-body {
  padding-left: 20px;
  padding-right: 20px; }

.dashboard-slider-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.dashboard-slider-item {
  width: 212px;
  margin-left: 15px;
  margin-right: 15px;
  outline: none; }

.dashboard-slider-img-wrap {
  max-height: 130px;
  min-height: 130px;
  margin-bottom: 10px;
  overflow: hidden; }

.dashboard-slider-img {
  width: 100%; }

.dashboard-slider-name {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  color: #0C3F91; }

.dashboard-slider-inner {
  display: flex;
  justify-content: space-between; }

.dashboard-slider .rating {
  float: none;
  margin-right: 10px; }

@media screen and (max-width: 1400px) {
  .dashboard-ratings .panel-body {
    padding-left: 10px;
    padding-right: 10px; } }

.dashboard-ratings-totals {
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif; }
  .dashboard-ratings-totals:hover, .dashboard-ratings-totals:active {
    color: #fff; }

.dashboard-ratings-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media screen and (max-width: 480px) {
    .dashboard-ratings-list {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }

.dashboard-ratings-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  max-width: 200px;
  text-align: center;
  color: #4a4a4a;
  font-size: 13px;
  width: 25%; }
  .dashboard-ratings-item .rating label:before {
    font-size: 11px; }
  .dashboard-ratings-item .rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px; }
  @media screen and (max-width: 768px) {
    .dashboard-ratings-item {
      width: 50%;
      max-width: inherit; } }

.dashboard-ratings-count {
  margin-bottom: 4px;
  color: #0C3F91;
  font-size: 36px;
  font-weight: 500;
  font-family: "Montserrat", Helvetica, Arial, sans-serif; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #0C3F91;
  border-color: #0C3F91; }

.engagement-widget {
  padding: 30px 38px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(144, 144, 144, 0.5);
  border-radius: 5px;
  font-size: 13px; }
  .engagement-widget--horizontal {
    padding: 0;
    border: none;
    box-shadow: none; }
    .engagement-widget--horizontal .engagement-widget-price {
      color: #4a4a4a; }
    @media screen and (min-width: 768px) {
      .engagement-widget--horizontal {
        display: flex;
        flex-wrap: wrap; }
        .engagement-widget--horizontal .engagement-widget-body,
        .engagement-widget--horizontal .engagement-widget-footer {
          flex: 1 1 40%; }
        .engagement-widget--horizontal .engagement-widget-body {
          margin: 0;
          padding-right: 40px;
          border-right: 1px solid #979797;
          border-bottom: none; }
        .engagement-widget--horizontal .engagement-widget-footer {
          padding-left: 40px;
          display: flex;
          flex-direction: column; }
        .engagement-widget--horizontal .engagement-widget-note {
          margin-top: auto; } }
  @media screen and (max-width: 480px) {
    .engagement-widget {
      padding: 15px; } }
  .engagement-widget-body {
    margin-bottom: 20px;
    border-bottom: 1px solid #979797; }
  .engagement-widget-title {
    margin-top: 0;
    font-weight: 600;
    font-size: 18px; }
  .engagement-widget-list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
  .engagement-widget-item {
    display: block; }
    .engagement-widget-item + .engagement-widget-item {
      margin-top: 10px; }
  .engagement-widget-row {
    display: flex;
    justify-content: space-between; }
  .engagement-widget-name {
    font-weight: 600; }
  .engagement-widget-price {
    color: #0D77F1; }
  .engagement-widget-disc {
    margin-bottom: 20px;
    color: #4a4a4a;
    font-size: 12px; }
  .engagement-widget-node {
    color: #4a4a4a;
    font-style: italic; }

.engagement-info {
  padding: 30px;
  background-color: #fff;
  font-size: 14px;
  color: #4a4a4a; }
  .engagement-info__main-info {
    padding-top: 10px; }
  @media print {
    .engagement-info {
      padding: 30px 0; } }
  @media screen and (max-width: 480px) {
    .engagement-info {
      padding: 15px;
      border-radius: 5px; } }
  .engagement-info [class*="col-"] {
    margin-bottom: 20px; }
  .engagement-info-separator {
    border-bottom: 2px solid #F8BD18;
    margin-bottom: 15px !important;
    padding-bottom: 15px; }
  .engagement-info--amplified {
    padding: 45px; }
    .engagement-info--amplified [class*="col-"] {
      margin-bottom: 0; }
    .engagement-info--amplified .engagement-info-body {
      padding-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .engagement-info--amplified [class*="col-"] {
        margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .engagement-info--amplified {
        padding: 30px; } }
  .engagement-info--keyword {
    font-weight: bold;
    white-space: nowrap; }
  .engagement-info--select-card {
    max-width: 340px; }
  .engagement-info--complete-form .engagement-info-img-wrap {
    flex-basis: 170px;
    overflow: hidden; }
    @media screen and (max-width: 480px) {
      .engagement-info--complete-form .engagement-info-img-wrap {
        flex-basis: auto;
        margin-bottom: 15px; } }
  .engagement-info-grid {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .engagement-info-grid {
        flex-direction: column; } }
  .engagement-info-content {
    flex: 1;
    padding-left: 30px; }
    @media screen and (max-width: 480px) {
      .engagement-info-content {
        padding-left: 0; } }
  .engagement-info-wrap {
    box-shadow: 0 1px 4px 0 rgba(144, 144, 144, 0.5);
    border: 1px solid #DDD; }
    @media print {
      .engagement-info-wrap {
        border: none; } }
  .engagement-info-card-header {
    font-weight: 600;
    color: #000; }
  .engagement-info-name {
    color: #0C3F91;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 2px; }
    .engagement-info-name--main {
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 21px; }
  .engagement-info__container-with-icon {
    margin-top: 5px;
    position: relative;
    padding-left: 30px; }
  .engagement-info__icon-money {
    top: 0; }
  .engagement-info--icon-calendar {
    font-size: 20px;
    top: -2px; }
  .engagement-info__icon-money, .engagement-info--icon-calendar {
    position: absolute;
    left: 0; }
  .engagement-info-img-wrap {
    overflow: hidden; }
    @media (max-width: 991px) {
      .engagement-info-img-wrap {
        text-align: center; } }
    .engagement-info-img-wrap img {
      display: inline-block;
      vertical-align: middle;
      height: 115px;
      width: 195px;
      object-fit: cover;
      object-position: center; }
  .engagement-info-list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    margin-top: 2px; }
  .engagement-info-item {
    display: inline-block;
    vertical-align: top; }
    .engagement-info-item + .engagement-info-item {
      padding-left: 10px; }
      .engagement-info-item + .engagement-info-item::before {
        content: '·';
        display: inline-block;
        vertical-align: top;
        padding-right: 10px;
        font-weight: bold; }
  .engagement-info .icon-calendar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #333;
    font-size: 25px; }
  .engagement-info-disc {
    min-height: 1em; }
    .engagement-info-disc.text-desc {
      padding-top: 0.7rem; }
  .engagement-info-status {
    display: inline-block;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0 10px;
    margin-top: 10px; }
    .engagement-info-status--buyer_requested {
      background-color: #F5A623; }
    .engagement-info-status--supplier_signed {
      background-color: #F57F23; }
    .engagement-info-status--buyer_signed {
      background-color: #F57F23; }
    .engagement-info-status--active {
      background-color: #0FB474; }
    .engagement-info-status--rejected {
      background-color: #D0021B; }
    .engagement-info-status--canceled {
      background-color: #D0021B; }
    .engagement-info-status--current {
      background-color: #0275D8; }
    .engagement-info-status--upcoming {
      background-color: #0FB474; }
    .engagement-info-status--past {
      background-color: #ccc; }
    .engagement-info-status--expired {
      background-color: #F5A623; }
    .engagement-info-status--pending {
      background-color: #F5A623; }
    .engagement-info-status--approved {
      background-color: #0FB474; }
  .engagement-info-list-status {
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 12px;
    font-size: 0;
    list-style-type: none; }
    .engagement-info-list-status li {
      font-size: 14px;
      position: relative;
      padding-left: 27px;
      min-width: 50%;
      margin-bottom: 10px;
      display: inline-block;
      vertical-align: top; }
      .engagement-info-list-status li::before {
        position: absolute;
        left: 0;
        top: 0;
        font-family: "icomoon";
        font-size: 20px;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .engagement-info-list-status.sku-info li {
      padding-left: 0;
      list-style-type: none; }
    .engagement-info-list-status--done li::before {
      content: "\e911";
      color: #0FB474; }
    .engagement-info-list-status--handshake:not(.engagement-info-list-status--done) li::before {
      content: '';
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #4D73B3; }
    .engagement-info-list-status--handshake .engagement-info-subtitle {
      margin-bottom: 8px; }
    .engagement-info-list-status--handshake .engagement-info-disc {
      font-size: 12px;
      font-style: italic; }
  .engagement-info-subtitle {
    font-weight: 500;
    color: #000;
    font-size: 13px; }
  .engagement-info__text-button {
    color: #4A4A4A;
    font-size: inherit;
    padding: 0;
    margin: 0;
    display: inline;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline; }

.engagement-info__terms-subheader {
  color: inherit;
  margin-top: 0;
  font-size: 18px;
  text-decoration: underline; }

.confirm-request-button-container {
  width: 350px; }

.engagement-info-horizontal {
  display: flex; }
  .engagement-info-horizontal .engagement-info-name {
    flex-shrink: 0;
    margin-right: 20px; }

.engagement-info-text-frame {
  display: block;
  width: 100%;
  height: 350px;
  max-height: 350px;
  overflow: auto;
  border: none; }

.engagement-info-action-buttons .btn {
  width: 100%; }

.engagement-summary {
  font-size: 14px;
  color: #4a4a4a; }
  .engagement-summary__info-box {
    background-color: #fff;
    padding: 35px 25px; }
  .engagement-summary__dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    letter-spacing: 0; }
    .engagement-summary__dl dt,
    .engagement-summary__dl dd {
      margin: 8px 0; }
    .engagement-summary__dl dt {
      flex-basis: 60%;
      font-weight: 600; }
    .engagement-summary__dl dd {
      font-weight: normal;
      width: 40%;
      word-break: break-word; }
  .engagement-summary hr {
    margin: 25px 0;
    height: 2px;
    background: #f8bd18; }
  .engagement-summary__cancel-btn {
    display: block;
    margin: 27px auto 0;
    color: #D0021B !important; }
    .engagement-summary__cancel-btn:hover {
      background: rgba(208, 2, 27, 0.23); }
  .engagement-summary .panel {
    border: 1px solid #6097F3;
    box-shadow: 0 1px 4px 0 rgba(144, 144, 144, 0.5); }
  .engagement-summary .panel-heading {
    padding: 20px 30px;
    font-size: 18px; }
    @media screen and (max-width: 480px) {
      .engagement-summary .panel-heading {
        padding: 15px; } }
  .engagement-summary .panel-body {
    padding: 18px 35px 35px;
    background-color: rgba(77, 115, 179, 0.1); }
    @media screen and (max-width: 480px) {
      .engagement-summary .panel-body {
        padding: 15px; } }
  .engagement-summary--white .panel {
    border: 1px solid #ddd; }
  .engagement-summary--white .panel-body {
    background-color: #fff; }
  .engagement-summary-section:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd; }
  .engagement-summary-text {
    font-weight: bold; }
    .engagement-summary-text a {
      font-weight: bold; }
  .engagement-summary-price {
    margin-bottom: 5px;
    font-size: 3em;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden; }
  .engagement-summary-title {
    margin-top: 0;
    font-weight: 600;
    font-size: 18px; }
  .engagement-summary-list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
  .engagement-summary-item {
    display: block; }
    .engagement-summary-item + .engagement-summary-item {
      margin-top: 20px; }
  .engagement-summary-row {
    display: flex;
    justify-content: space-between; }
  .engagement-summary-name {
    font-weight: 600; }
  .engagement-summary-subprice {
    color: #0D77F1;
    text-align: right; }
  .engagement-summary-disc {
    color: #4a4a4a;
    font-size: 12px;
    font-weight: normal; }
  .engagement-summary-node {
    color: #4a4a4a;
    font-style: italic; }
  .engagement-summary-request:hover {
    color: #D0021B; }
  .engagement-summary .divider {
    margin: 25px 0;
    height: 2px;
    background: #f8bd18; }

.engagement-tracker .panel-title {
  font-size: 18px; }

.engagement-tracker thead {
  color: #586C86;
  text-transform: uppercase; }

.engagement-tracker tbody tr:nth-child(odd) {
  background-color: rgba(25, 43, 65, 0.05); }

.engagement-tracker tbody td:nth-child(1) {
  padding-left: 15px; }

.engagement-tracker tbody td:nth-child(2) {
  color: #0D77F1;
  font-weight: bold; }
  .engagement-tracker tbody td:nth-child(2) a {
    color: inherit;
    text-decoration: none;
    font-weight: bold; }

.engagement-tracker tbody .arrow {
  font-size: 12px;
  color: #5177b5; }
  .engagement-tracker tbody .arrow.icon-arrow-right {
    color: #0FB474; }

.engagement-tracker td, .engagement-tracker th {
  border: none !important; }

.engagement-tracker-total {
  padding: 12px;
  margin: 12px;
  background-color: rgba(96, 151, 243, 0.1);
  font-size: 14px;
  color: #4a4a4a;
  text-align: center; }

.engagement-tracker-row + .engagement-tracker-row {
  margin-top: 8px; }

.engagement-tracker-name {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-align: left; }

.engagement-tracker .status {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 20px;
  color: #0FB474; }
  .engagement-tracker .status:not(.icon-validation-correct) {
    height: 20px;
    width: 20px;
    background-color: #D2DCF0;
    border-radius: 50%; }

.interview {
  padding: 30px;
  font-size: 13px;
  text-align: left;
  border: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .interview {
      padding: 15px; } }
  .interview-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 20px -40px 0;
    list-style-type: none; }
    @media screen and (max-width: 768px) {
      .interview-list {
        flex-direction: column; } }
  .interview-question {
    flex: 1 1 40%;
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .interview-question {
        flex: 1 1 auto; } }
    .interview-question .rating {
      float: none;
      min-width: 100px; }
  .interview-title {
    margin-bottom: 5px;
    color: #0C3F91;
    font-size: 14px;
    font-weight: bold; }
  .interview-disc {
    color: #4a4a4a; }
  .interview-name {
    color: #000;
    font-weight: 600;
    width: calc(100% - 100px); }

@media screen and (min-width: 992px) {
  .chat {
    flex: 1;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    padding-bottom: 50px; }
    .chat-left, .chat-right {
      display: flex;
      flex-direction: column; } }

@media screen and (max-width: 992px) {
  .chat-left, .chat-right {
    margin-bottom: 30px; } }

.chat-container {
  position: relative;
  background-color: #fff;
  border: 1px solid #D2D2D2;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 83px; }
  @media screen and (max-width: 992px) {
    .chat-container {
      padding-bottom: 0; } }

.chat-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  padding-top: 38px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding-bottom: 20px; }

.chat-message {
  display: flex;
  padding: 0 30px;
  min-height: 100px; }
  .chat-message:not(:last-child) {
    margin-bottom: 34px; }
  .chat-message.isIm .chat-message-bottom {
    position: relative;
    border: 0;
    background-color: rgba(13, 119, 241, 0.15); }
  @media screen and (max-width: 480px) {
    .chat-message {
      padding: 0 15px; } }

.chat-message-content {
  flex: 1; }

.chat-message-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }

.chat-message-bottom {
  padding: 14px 20px 14px 25px;
  border: 1px solid #D2D2D2;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px; }
  .chat-message-bottom span {
    white-space: pre-wrap; }
  @media screen and (max-width: 480px) {
    .chat-message-bottom {
      padding: 15px; } }

.chat-message-name {
  max-width: 90%;
  color: #000;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chat-message-date {
  min-width: 50px; }

.chat-bottom {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0 25px;
  border-top: 1px solid #D2D2D2; }
  @media screen and (min-width: 992px) {
    .chat-bottom {
      position: absolute;
      bottom: 0;
      left: 1px;
      z-index: 2;
      width: calc(100% - 2px);
      height: 83px; } }
  @media screen and (max-width: 480px) {
    .chat-bottom {
      flex-direction: column;
      flex: auto;
      padding: 15px;
      box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.5); }
      .chat-bottom .btn {
        width: 100%; } }
  .chat-bottom .btn {
    min-width: 125px; }

.chat-input {
  line-height: 20px;
  padding: 10px 0;
  height: 100%;
  border: none;
  resize: none;
  outline: none; }
  @media screen and (min-width: 480px) {
    .chat-input {
      flex: 1;
      margin-right: 22px; } }
  @media screen and (max-width: 480px) {
    .chat-input {
      margin-bottom: 20px;
      width: 100%; } }

.inbox-wrapper {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 0 15px; }
  .inbox-wrapper .inbox {
    font-size: 36px;
    margin: 5px 0 10px; }
  .inbox-wrapper .inbox-badge {
    height: 22px;
    width: 38px;
    border-radius: 11px;
    background-color: #FF831E;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin-left: 15px; }

.messages {
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column; }
  .messages .messages-heading {
    height: 50px;
    padding-left: 31px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background-color: #0C3F91;
    border: 0;
    letter-spacing: 0;
    line-height: 16px;
    display: flex;
    align-items: center; }
  .messages .messages-body {
    padding: 0;
    border: 1px solid #ddd;
    min-height: 40px;
    flex: 1;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      .messages .messages-body {
        height: calc(100% - 50px); } }

.message {
  font-size: 13px;
  color: #4a4a4a; }
  .message-list-container {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    height: 100%;
    overflow-y: auto;
    flex: 1;
    -webkit-overflow-scrolling: touch; }
  .message-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 24px;
    cursor: pointer;
    transition: background 250ms;
    min-height: 80px; }
    .message-item:not(:last-child) {
      border-bottom: 1px solid #ddd; }
    .message-item.active .message-item-name {
      font-weight: 800; }
    .message-item.active::before {
      content: '';
      width: 8px;
      height: 8px;
      position: absolute;
      left: 8px;
      top: 50%;
      transform: translateY(-50%);
      background-color: #F53B55;
      border-radius: 50%; }
    .message-item.active, .message-item.chosen, .message-item:hover {
      background-color: rgba(13, 119, 241, 0.15); }
  .message-item-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
    flex: 1; }
  .message-item-left {
    flex: 1;
    margin-right: 20px; }
    .message-item-left > span {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      display: inline-block;
      vertical-align: top;
      max-width: 100%; }
  .message-item-right {
    margin-top: auto;
    margin-right: 15px;
    min-width: 39px; }
  .message-item-name {
    color: #0C3F91;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.no-message {
  display: flex;
  height: 100%;
  flex: 1;
  align-items: center;
  justify-content: center;
  align-content: center; }
  .no-message.flex-direction-col {
    flex-direction: column; }
  .no-message .icon-wrapper {
    height: 188px;
    width: 188px;
    background-color: #F1F1F1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .no-message .icon-wrapper .envelop-icon {
      width: 50px;
      height: 50px;
      color: #ddd; }
  .no-message .desc {
    color: #241F20;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    max-width: 520px; }
    .no-message .desc p {
      margin-bottom: 0; }

.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; }

.StripeElement--invalid {
  border-color: #fa755a; }

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

.card-errors {
  color: #cc0000;
  font-size: 10px; }

.full-bg .slick-slider {
  position: relative;
  top: -45px; }

.full-bg .slick-dots {
  bottom: 15px;
  z-index: 999; }
  .full-bg .slick-dots li button:before {
    font-size: 10px;
    opacity: 0.45; }
  .full-bg .slick-dots li.slick-active button:before {
    color: #4A90E2;
    opacity: 1; }

.full-bg .slick-prev, .full-bg .slick-next {
  z-index: 999; }
  .full-bg .slick-prev::before, .full-bg .slick-next::before {
    font-size: 28px; }

.full-bg .slick-prev {
  left: 30px; }

.full-bg .slick-next {
  right: 30px; }

h1 {
  color: #241F20;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2; }

h2 {
  color: #241F20;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  margin: 0; }
  @media (max-width: 500px) {
    h2 {
      font-size: 30px; } }

h3 {
  color: #241F20;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0; }

h4 {
  color: #0C3F91;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 25px; }

h5 {
  color: #fff;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center; }

h6 {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px; }

.tiny-text {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px; }

.font-normal {
  font-weight: normal !important; }

b {
  font-weight: 600; }

.agreement,
.remember {
  line-height: 20px;
  padding-top: 1px; }

.default-link {
  color: #0D77F1; }
  .default-link:hover {
    color: #23527c; }

button.default-link {
  background-color: transparent;
  border: none; }

.modal-footer {
  font-weight: bold;
  size: 14px; }

.footer-label {
  color: #0C3F91;
  line-height: 18px; }

.footer-link {
  line-height: 20px; }

.password-input-wrap {
  position: relative; }

.password-input-wrap .form-control-feedback {
  top: 4px !important; }

.password-input-wrap .icon-validation-incorrect {
  top: 2px !important; }

.password-requirements-list {
  padding-left: 20px; }

.more-filters-modal {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  margin: 60px auto;
  max-height: calc(100vh - 120px);
  max-width: 948px;
  width: 95%;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  border-radius: 8px; }
  .more-filters-modal__overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(74, 74, 74, 0.63);
    z-index: 99999;
    align-items: center;
    justify-content: center; }
    .more-filters-modal__overlay.active {
      display: flex; }
  .more-filters-modal__close-btn {
    position: absolute;
    top: 24px;
    right: 14px; }
  .more-filters-modal__header {
    padding: 35px 45px 20px;
    border-bottom: 1px solid #F3F3F3; }
  .more-filters-modal__header-title {
    color: #0C3F91;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0;
    text-align: left; }
  .more-filters-modal__body {
    padding: 0 45px 40px;
    overflow: auto; }
    .more-filters-modal__body h6 {
      color: #0C3F91;
      font-family: "Raleway", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 18px;
      margin: 40px 0 15px; }
  .more-filters-modal__footer {
    padding: 25px 45px 20px;
    border-top: 1px solid #F3F3F3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px; }
    .more-filters-modal__footer .btn {
      margin: 0;
      min-width: 180px; }
      .more-filters-modal__footer .btn:focus, .more-filters-modal__footer .btn:active, .more-filters-modal__footer .btn:active:focus {
        outline: none;
        box-shadow: none; }
      .more-filters-modal__footer .btn.btn-danger {
        color: #d9534f; }
        .more-filters-modal__footer .btn.btn-danger:hover {
          color: #c9302c; }
      .more-filters-modal__footer .btn:disabled {
        opacity: 0.7;
        cursor: not-allowed; }
    @media (max-width: 767px) {
      .more-filters-modal__footer {
        flex-direction: column;
        gap: 10px; }
        .more-filters-modal__footer .btn {
          width: 100%;
          max-width: 300px; } }

.photo-gallery {
  height: 500px;
  width: 100%;
  display: flex;
  background: #29272A; }
  .photo-gallery__main-image {
    flex-basis: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .photo-gallery__main-image:hover {
      cursor: pointer;
      transform: scale(1.01);
      transition: 0.6s;
      position: relative;
      z-index: 3; }
  .photo-gallery__previews {
    flex-basis: 40%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    border-left: 4px solid #29272A; }
  .photo-gallery__image-thumbs {
    width: 100%;
    padding: 15px;
    flex-basis: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .photo-gallery__image-thumbs + .photo-gallery__image-thumbs {
      border-top: 4px solid #29272A; }
    .photo-gallery__image-thumbs:hover {
      cursor: pointer;
      transform: scale(1.01);
      transition: 0.6s;
      position: relative;
      z-index: 3;
      border-width: 0; }
    .photo-gallery__image-thumbs--last {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .photo-gallery__image-thumbs--last:before {
        content: '';
        display: block;
        background: rgba(74, 74, 74, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1; }
      .photo-gallery__image-thumbs--last h6 {
        color: #fff;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 46px;
        text-align: center; }
      .photo-gallery__image-thumbs--last p {
        color: #fff;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 21px;
        text-align: center; }
  .photo-gallery__image-text {
    position: relative;
    z-index: 2; }

.photo-popup {
  margin: auto; }
  .photo-popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: rgba(74, 74, 74, 0.63);
    display: none; }
    .photo-popup__overlay.active {
      display: flex; }
  .photo-popup__image {
    max-height: 90vh; }
  .photo-popup__photo-title {
    color: #fff;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    margin-top: 20px; }
  .photo-popup__nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50 .photo-popup__nav-button);
    height: 32px;
    width: 32px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .photo-popup__nav-button--prev {
      left: 20px; }
    .photo-popup__nav-button--next {
      right: 20px; }

.facility-photo-gallery {
  position: relative;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #104b81; }
  .facility-photo-gallery:hover {
    cursor: pointer; }
    .facility-photo-gallery:hover .facility-photo-gallery__main-image {
      transform: scale(1.01);
      transition: 0.6s; }
  @media screen and (max-width: 768px) {
    .facility-photo-gallery {
      min-height: 300px; } }

.facility-photo-gallery__main-image {
  flex-basis: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.facility-photo-gallery__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(2, 44, 90, 0.7);
  color: #f3f3f3;
  font-size: 20px; }

.facility-photo-gallery__footer-left {
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.facility-photo-gallery__footer-right {
  display: flex;
  align-items: center;
  white-space: nowrap; }

.facility-photo-gallery__footer-images-count {
  display: flex;
  align-items: center; }
  .facility-photo-gallery__footer-images-count i {
    margin-right: 4px; }

.facility-photo-gallery__footer-divider {
  width: 2px;
  height: 30px;
  margin: 0 12px;
  background-color: #f3f3f3; }

.facility-photo-gallery__footer-search {
  margin-left: 10px;
  font-size: 24px; }

.facility-photo-popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  height: 100%;
  width: 100%;
  padding: 0 30px;
  background: rgba(30, 30, 30, 0.8);
  display: none; }
  .facility-photo-popup__overlay.active {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .facility-photo-popup__overlay {
      padding: 0 10px; } }

.facility-photo-popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 -50px;
  width: 100%;
  max-height: 80vh;
  max-width: 1000px; }

.facility-photo-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px; }

.facility-photo-popup__facility-name {
  margin: 0;
  font-size: 28px;
  text-align: left;
  color: #f3f3f3; }

.facility-photo-popup__close-button {
  background-color: transparent;
  border: none;
  color: #f3f3f3; }

.facility-photo-popup__image-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  min-width: 100%;
  background-color: #104b81;
  border: 2px solid #f3f3f3;
  border-radius: 10px;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .facility-photo-popup__image-holder {
      height: 400px; } }

.facility-photo-popup__image {
  height: 100%;
  object-fit: contain; }

.facility-photo-popup__video {
  height: 50vh;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .facility-photo-popup__video {
      height: 400px; } }

.facility-photo-popup__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 10px 20px;
  background-color: rgba(2, 44, 90, 0.7);
  color: #f3f3f3; }

.facility-photo-popup__image-title {
  margin: 0;
  color: #fff;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18px; }

.facility-photo-popup__preview-section {
  display: flex;
  margin-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
  overflow-x: auto; }

.facility-photo-preview {
  min-width: 60px;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0;
  border: none;
  overflow: hidden; }
  .facility-photo-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .facility-photo-preview.selected {
    border: 1px solid #f3f3f3; }

.facility-photo-popup__nav-button {
  z-index: 2; }
  .facility-photo-popup__nav-button button {
    height: 32px;
    width: 32px;
    margin: 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    border: none; }
    .facility-photo-popup__nav-button button i {
      width: 20px;
      height: 20px; }

.engagement-profile-info {
  display: flex; }
  .engagement-profile-info__avatar {
    align-self: center;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0; }
  .engagement-profile-info__bio {
    margin-left: 20px; }
  .engagement-profile-info__rating {
    display: flex;
    align-items: center; }
    .engagement-profile-info__rating p {
      margin: 0 9px 2px 0; }

.question-contact-info {
  padding: 20px;
  text-align: center; }
  .question-contact-info hr {
    width: 60%;
    margin: 0 auto 22px;
    background: #f8bd18;
    border: none;
    height: 2px; }
  .question-contact-info h3 {
    color: #0C3F91;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0; }
  .question-contact-info p {
    color: #241F20;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin: 4px 12px; }
    .question-contact-info p.phone {
      color: #FF831E;
      font-size: 18px;
      font-weight: 700; }
  .question-contact-info__link {
    color: #0D77F1;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px; }

h1 {
  color: #241F20;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2; }

h2 {
  color: #241F20;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  margin: 0; }
  @media (max-width: 500px) {
    h2 {
      font-size: 30px; } }

h3 {
  color: #241F20;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0; }

h4 {
  color: #0C3F91;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 25px; }

h5 {
  color: #fff;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center; }

h6 {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px; }

.tiny-text {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px; }

.font-normal {
  font-weight: normal !important; }

b {
  font-weight: 600; }

.help-text {
  display: flex;
  padding: 15px 0 15px 0; }
  .help-text__icon {
    flex-shrink: 0;
    margin-right: 12px; }
  .help-text__text {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 5px 0; }

.bayer-rating {
  background-color: #0D77F1;
  padding: 30px 48px 48px; }
  @media screen and (max-width: 740px) {
    .bayer-rating {
      padding: 20px; } }
  .bayer-rating__header {
    display: flex;
    align-items: flex-end;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 12px;
    flex-wrap: wrap; }
  .bayer-rating__title {
    color: #fff;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 30px 0 0; }
  .bayer-rating__sub-title {
    color: #fff;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0;
    margin: 0; }
  .bayer-rating__body {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 35px 30px; }
    @media screen and (max-width: 990px) {
      .bayer-rating__body {
        flex-wrap: wrap;
        justify-content: space-between; } }
  .bayer-rating__rating-group {
    display: flex;
    flex-basis: 100%; }
    @media screen and (max-width: 990px) {
      .bayer-rating__rating-group {
        flex-wrap: wrap;
        justify-content: space-between; } }
  .bayer-rating__rating-box {
    padding: 0 30px;
    flex-basis: 30%; }
    @media screen and (max-width: 990px) {
      .bayer-rating__rating-box {
        flex-basis: auto;
        margin-bottom: 40px; } }
    @media screen and (max-width: 740px) {
      .bayer-rating__rating-box {
        padding: 0 15px;
        flex-basis: 33.333%; } }
    @media screen and (max-width: 600px) {
      .bayer-rating__rating-box {
        padding: 0;
        flex-basis: 50%;
        text-align: center; } }
    @media screen and (max-width: 440px) {
      .bayer-rating__rating-box {
        flex-basis: 100%; } }
    .bayer-rating__rating-box h5 {
      text-align: left;
      color: #0C3F91;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 18px;
      margin: 0 0 10px 0; }
      @media screen and (max-width: 600px) {
        .bayer-rating__rating-box h5 {
          text-align: center; } }
  .bayer-rating__submit-btn {
    width: 100%;
    max-width: 220px;
    margin-left: auto; }
    @media screen and (max-width: 1200px) {
      .bayer-rating__submit-btn {
        width: auto;
        flex-basis: 220px; } }
    @media screen and (max-width: 990px) {
      .bayer-rating__submit-btn {
        margin: 0 auto; } }

.facility-embeded-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .facility-embeded-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.custom-radio-button {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .custom-radio-button input {
    display: none; }
  .custom-radio-button__label {
    color: #4A4A4A;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: normal; }
  .custom-radio-button__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 18px;
    width: 18px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    margin-right: 12px;
    background: #fff; }
  .custom-radio-button__mark-dot {
    height: 8px;
    width: 8px;
    background-color: #666666;
    border-radius: 50%;
    opacity: 0;
    transition: .3s; }
  .custom-radio-button.checked .custom-radio-button__mark-dot {
    opacity: 1; }

.custom-radio-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .custom-radio-group .custom-radio-button {
    margin-right: 40px; }

.custom-radio-button__description {
  min-width: 300px;
  flex: 1;
  line-height: 18px;
  margin-bottom: 5px; }

.inline-radio-button .custom-radio-button {
  justify-content: center; }

.inline-radio-button .custom-radio-button__mark {
  margin-right: 0; }

.radio-column-accepted {
  width: 75px; }

.radio-column-not-accepted {
  width: 100px; }

.preview-container {
  height: 500px; }

.ach-verification-message {
  margin-bottom: 16px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: underline; }

.ach-verification-list {
  padding: 0;
  margin-bottom: 16px; }

.ach-verification-list__item,
.ach-verification-note {
  text-align: left; }

.wex-loading {
  --spinner-color: #ffffff;
  --spinner-size: 12px;
  --spinner-thickness: 2px;
  --backdrop-color: rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden; }

.wex-loading::after {
  position: absolute;
  top: calc(50% - var(--spinner-size));
  left: calc(50% - var(--spinner-size));
  content: " ";
  display: block;
  width: var(--spinner-size);
  height: var(--spinner-size);
  margin: 5px;
  border-radius: 50%;
  border: var(--spinner-thickness) solid var(--spinner-color);
  border-color: var(--spinner-color) transparent var(--spinner-color) transparent;
  animation: wex-loading-spin 1.2s ease-in-out infinite;
  /* Set the loading spinner layer above content. */
  z-index: 100; }

.wex-loading::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--backdrop-color);
  animation: fadein 200ms ease-in;
  /* To balance loader positioning on flexbox */
  content: "";
  z-index: 10; }

@keyframes wex-loading-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.ach-verification-modal__title,
.ach-confirmation-modal__title {
  margin-top: 24px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2; }

.ach-verification-modal__note {
  font-size: 20px;
  font-weight: 500; }

.ach-verification-modal__form {
  margin-bottom: 30px; }

.ach-verification-modal__control-section {
  padding-left: 20px;
  margin-bottom: 30px; }

.ach-verification-modal__control-section .help-block {
  position: absolute; }

.ach-verification-modal__amount-row {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 20px; }

.ach-verification-modal__amount-label {
  width: auto;
  color: #000;
  white-space: nowrap; }

.ach-verification-modal__amount-value {
  width: 150px; }

.ach-verification-modal__spinner {
  position: absolute;
  left: 50%;
  bottom: 0; }

.ach-confirmation-modal .modal-header {
  position: relative; }

.ach-confirmation-modal__note {
  text-align: center; }

.ach-confirmation-modal__button {
  position: absolute;
  right: 0; }

.ach-confirmation-modal__note {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 600; }

.chatbot-container {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 1000;
  font-family: "Raleway", Helvetica, Arial, sans-serif; }
  @media (max-width: 767px) {
    .chatbot-container {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center; } }
  .chatbot-container .chatbot-expanded {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 500px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    animation: expandChatbot 0.3s ease-out;
    border: 2px solid #fff; }
    @media (max-width: 767px) {
      .chatbot-container .chatbot-expanded {
        width: 80%;
        height: 80%; } }

@keyframes expandChatbot {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px); }
  to {
    opacity: 1;
    transform: scale(1) translateY(0); } }
  .chatbot-container .chatbot-header {
    background-color: #0C3F91;
    color: #fff;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .chatbot-container .chatbot-header h3 {
      margin: 0;
      color: #fff;
      font-size: 18px;
      font-weight: 600; }
    @media (max-width: 767px) {
      .chatbot-container .chatbot-header {
        padding: 15px 20px; } }
  .chatbot-container .close-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.2s ease; }
    .chatbot-container .close-button:hover {
      transform: scale(1.1); }
  .chatbot-container .chatbot-messages {
    flex-grow: 1;
    overflow-y: auto;
    padding: 25px;
    background-color: #f7f9fc; }
  .chatbot-container .message {
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 18px;
    max-width: 80%;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    animation: messageAppear 0.3s ease-out; }
    .chatbot-container .message.user {
      background-color: #e6f2ff;
      align-self: flex-end;
      margin-left: auto; }
    .chatbot-container .message.bot {
      background-color: #fff;
      align-self: flex-start; }

@keyframes messageAppear {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  .chatbot-container .chatbot-input {
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #e0e0e0; }
    .chatbot-container .chatbot-input form {
      display: flex; }
    .chatbot-container .chatbot-input input {
      flex-grow: 1;
      border: 1px solid #d0d0d0;
      border-radius: 20px;
      padding: 12px 18px;
      font-size: 14px;
      transition: border-color 0.2s ease; }
      .chatbot-container .chatbot-input input:focus {
        outline: none;
        border-color: #0C3F91; }
    .chatbot-container .chatbot-input button {
      background-color: #FF831E;
      color: #fff;
      border: none;
      border-radius: 20px;
      padding: 12px 22px;
      margin-left: 10px;
      cursor: pointer;
      transition: background-color 0.2s ease, transform 0.1s ease;
      font-size: 14px;
      font-weight: 600; }
      .chatbot-container .chatbot-input button:hover {
        background-color: #ea6900;
        transform: translateY(-1px); }
      .chatbot-container .chatbot-input button:active {
        transform: translateY(1px); }
  .chatbot-container .cta-buttons {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px; }
    @media (max-width: 767px) {
      .chatbot-container .cta-buttons {
        display: none; } }
    .chatbot-container .cta-buttons .cta-button {
      background-color: #0C3F91;
      color: #fff;
      border: none;
      border-radius: 6px;
      padding: 12px 18px;
      cursor: pointer;
      transition: background-color 0.2s ease, transform 0.1s ease;
      font-size: 14px;
      font-weight: 600;
      flex: 1;
      margin: 0 5px;
      text-align: center; }
      .chatbot-container .cta-buttons .cta-button:hover {
        background-color: #0A3376;
        transform: translateY(-1px); }
      .chatbot-container .cta-buttons .cta-button:active {
        transform: translateY(1px); }
  .chatbot-container .chatbot-pill {
    background-color: #0C3F91;
    color: #fff;
    padding: 10px 20px 10px 50px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(12, 63, 145, 0.3);
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    border: 2px solid #fff;
    position: relative; }
    .chatbot-container .chatbot-pill::before {
      content: '';
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      width: 12px;
      height: 12px;
      background-color: #ff4136;
      border-radius: 50%;
      animation: pulse 1.5s infinite; }
    .chatbot-container .chatbot-pill:hover {
      background-color: #0A3376;
      transform: translateY(-2px);
      box-shadow: 0 6px 16px rgba(12, 63, 145, 0.4); }
    .chatbot-container .chatbot-pill.show {
      animation: slideIn 0.3s ease-out forwards; }
    .chatbot-container .chatbot-pill.hide {
      animation: slideOut 0.3s ease-in forwards; }
    @media (max-width: 767px) {
      .chatbot-container .chatbot-pill {
        position: fixed;
        top: 100px;
        right: 20px;
        z-index: 1000;
        font-family: "Raleway", Helvetica, Arial, sans-serif; } }

@keyframes pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1; }
  50% {
    transform: translateY(-50%) scale(1.2);
    opacity: 0.7; }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 1; } }

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-100%); } }

.navbar {
  border: none;
  border-radius: 0;
  height: 70px;
  transition: 0.25s background; }
  .navbar.fixed {
    background: #29272A; }
  .navbar .navbar-header {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0; }
  .navbar .navbar-brand {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 15px 0 15px 15px; }
    .navbar .navbar-brand img:first-child {
      width: 56px; }
    .navbar .navbar-brand img:last-child {
      width: 132px; }
    .navbar .navbar-brand.hide-logo {
      width: 86px;
      overflow: hidden; }
    .navbar .navbar-brand .logo-part-1 {
      width: auto;
      height: 38px; }
    .navbar .navbar-brand .logo-part-2 {
      margin-left: 10px; }
      @media (max-width: 1000px) {
        .navbar .navbar-brand .logo-part-2 {
          display: none; } }
  .navbar .navbar-impersonate-label {
    width: 100%;
    position: absolute;
    padding: 5px 50px;
    text-align: center;
    background-color: #fff;
    opacity: 50%; }
  .navbar .call-us {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    height: 31px;
    display: flex;
    align-items: center; }
    .navbar .call-us .nav-phone {
      color: inherit;
      padding: 0 14px;
      transition: 0.25s color;
      text-decoration: none; }
      .navbar .call-us .nav-phone:active, .navbar .call-us .nav-phone:focus {
        color: #0D77F1; }
      .navbar .call-us .nav-phone .ic {
        margin-right: 2px;
        top: -2px; }
    @media (max-width: 768px) {
      .navbar .call-us {
        font-size: 14px; } }
  .navbar .spaces-list-link {
    box-sizing: border-box;
    display: inline-block;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    transition: 0.25s all;
    height: 34px;
    border: 2px solid #f8bd18;
    padding: 0 14px;
    text-decoration: none;
    margin-right: 25px; }
    .navbar .spaces-list-link:hover, .navbar .spaces-list-link:focus {
      background: rgba(248, 189, 24, 0.9); }
  .navbar .nav-item .nav-item-link {
    color: #fff;
    font-size: 18px;
    position: relative;
    padding: 0 20px; }
    .navbar .nav-item .nav-item-link:focus, .navbar .nav-item .nav-item-link:hover {
      color: #f8bd18; }
    .navbar .nav-item .nav-item-link .message-badge {
      position: absolute;
      top: -2px;
      right: 14px;
      display: block;
      height: 8px;
      width: 8px;
      border-radius: 4.5px;
      background-color: #F53B55; }
  .navbar .user-menu .dropdown-backdrop {
    display: none; }
  .navbar .user-menu .menu-button {
    border: none;
    background: transparent;
    font-size: 20px; }
    .navbar .user-menu .menu-button:active, .navbar .user-menu .menu-button:focus {
      color: #f8bd18; }
  .navbar .user-menu .menu-list {
    display: none;
    list-style: none;
    background-color: #fff;
    min-width: 250px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
    padding: 20px 0;
    margin-top: 16px;
    border: none;
    position: absolute;
    right: 0; }
    .navbar .user-menu .menu-list:before, .navbar .user-menu .menu-list:after {
      content: '';
      position: absolute; }
    .navbar .user-menu .menu-list:after {
      height: 20px;
      top: 0;
      width: 38px;
      right: 10px;
      background: #fff; }
      @media (max-width: 970px) {
        .navbar .user-menu .menu-list:after {
          right: 25px; } }
    .navbar .user-menu .menu-list:before {
      right: 20px;
      top: -7px;
      width: 20px;
      height: 20px;
      transform: rotate(45deg);
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
      background: #fff; }
      @media (max-width: 970px) {
        .navbar .user-menu .menu-list:before {
          right: 35px; } }
    @media (max-width: 970px) {
      .navbar .user-menu .menu-list {
        width: 100%; } }
    .navbar .user-menu .menu-list .menu-item {
      cursor: pointer; }
      .navbar .user-menu .menu-list .menu-item a {
        display: block;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.42857;
        color: #333333;
        white-space: nowrap;
        padding: 7px 30px; }
        .navbar .user-menu .menu-list .menu-item a:focus, .navbar .user-menu .menu-list .menu-item a:hover {
          color: #262626;
          text-decoration: none;
          background-color: #f5f5f5; }
  @media (min-width: 970px) {
    .navbar .user-menu {
      position: relative; } }
  .navbar .menu-backdrop {
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .navbar .spacer {
    flex: 1; }
  .navbar .vertical-divider {
    border-left: 1px solid #48464A;
    height: 30px; }
  .navbar .auth-menu-item {
    padding: 4px 10px;
    color: #F8BD18;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    transition: 0.25s color;
    display: inline-block; }
    .navbar .auth-menu-item:hover, .navbar .auth-menu-item:focus {
      text-decoration: none;
      color: #fff; }
  .navbar .main-search .form-control {
    background: #ccc;
    border: none;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    height: 40px; }
    .navbar .main-search .form-control::-webkit-input-placeholder {
      color: #fff;
      font-weight: normal;
      font-style: normal; }
    .navbar .main-search .form-control::-moz-placeholder {
      color: #fff;
      font-weight: normal;
      font-style: normal; }
    .navbar .main-search .form-control:-ms-input-placeholder {
      color: #fff;
      font-weight: normal;
      font-style: normal; }
    .navbar .main-search .form-control::-ms-input-placeholder {
      color: #fff;
      font-weight: normal;
      font-style: normal; }
    .navbar .main-search .form-control:focus {
      border: none; }
  .navbar .main-search .form-control-feedback {
    top: 5px; }
  @media (max-width: 767px) {
    .navbar .main-search.search-xs {
      margin: 10px auto 0;
      text-align: center;
      display: flex !important;
      max-width: 350px; }
      .navbar .main-search.search-xs input {
        background: black;
        border-radius: 20px; } }
  @media (min-width: 768px) {
    .navbar .main-search {
      display: flex;
      align-items: center;
      height: 70px;
      margin: 0 auto;
      padding: 0 0 0 20px; }
      .navbar .main-search .form-control {
        background: black;
        border-radius: 20px;
        height: 30px;
        padding: 8px 10px 8px 35px; }
      .navbar .main-search .form-control-feedback {
        top: 15px;
        left: 24px; } }
  @media (min-width: 1200px) {
    .navbar .main-search {
      width: 100%;
      margin-bottom: 0;
      max-width: 340px; } }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: #2f2f2f; }
  .footer .container {
    padding: 30px;
    background-color: #2f2f2f; }
  .footer h6 {
    font-family: "SF UI Text", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 0 10px 0; }
  .footer .footer-logo {
    margin-bottom: 30px;
    display: block;
    max-width: 325px; }
    .footer .footer-logo img {
      width: 100%; }
  .footer .menu {
    list-style: none;
    padding: 0; }
    .footer .menu li {
      margin: 0 0 10px 0; }
    .footer .menu a {
      color: #f8bd18;
      font-family: "SF UI Text", Helvetica, Arial, sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px; }
  @media (min-width: 992px) {
    .footer .footer-logo {
      margin-bottom: 0;
      display: inline-block; } }
  @media (max-width: 991px) {
    .footer {
      height: 200px; }
      .footer .footer-logo {
        margin: 0 auto 30px; }
      .footer .menu li {
        width: 100%; } }
  @media (max-width: 767px) {
    .footer {
      text-align: center; } }

.sticky-footer {
  clear: both;
  padding: 0;
  margin: 0;
  height: 205px; }
  @media (max-width: 991px) {
    .sticky-footer {
      height: 650px; } }

.dashboard-error-container {
  height: 100vh; }

.dashboard {
  background-color: #f1f1f1; }
  .dashboard--full-bg {
    min-height: 718px; }
  .dashboard-grid {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1200px) {
      .dashboard-grid {
        flex-direction: column; } }
  .dashboard-col--left {
    padding: 0 20px;
    width: 65.27132%; }
  .dashboard-col--right {
    width: 30.3876%; }
  @media screen and (max-width: 1200px) {
    .dashboard-col {
      width: 100%; } }

.dashboard--error {
  display: flex;
  align-items: center;
  height: calc(100% - 140px); }

.dashboard-title {
  font-size: 30px;
  font-weight: 600; }

.buyer-dashboard-profile-title {
  font-weight: 700 !important;
  padding: 20px 50px !important; }

.panel-light-blue {
  border-radius: 5px; }
  .panel-light-blue .panel-heading {
    background-color: #4D73B3;
    color: white;
    font-weight: bold;
    border-radius: 5px 5px 0 0; }
  .panel-light-blue .btn {
    border-radius: 5px; }

.wrap-flex {
  align-items: center;
  display: flex;
  justify-content: center; }

.error-span {
  font-size: 15px;
  color: red; }

.table {
  background-color: transparent; }

.block-search {
  text-align: center;
  margin: 0 auto;
  padding: 80px 30px 0;
  max-width: 960px; }
  .block-search h2, .block-search h5 {
    margin: 0; }
  .block-search .ul-tab {
    border-bottom: none;
    margin-left: 30%; }

.home-span {
  display: inline;
  width: 50%; }

.black-box {
  padding: 30px 36px;
  display: inline-block;
  margin-top: 2em; }
  @media (max-width: 500px) {
    .black-box {
      padding: 20px 0; } }
  .black-box__phone {
    display: inline-block;
    margin-top: 10px; }
    .black-box__phone i {
      margin-right: 10px; }

.home-tab-background {
  background: transparent;
  margin-top: 0 !important;
  padding: 1.5em 10px 2.5em; }

.ul-tab {
  margin-left: 0px !important; }

.ul-tab li > a {
  line-height: 1.42857;
  border: 0px;
  border-radius: 0px;
  background: rgba(46, 46, 42, 0.51);
  margin: 0px;
  color: #fff;
  font-size: 15px; }

.ul-tab li.active > a, .ul-tab > li.active > a:hover, .ul-tab > li.active > a:focus {
  color: #fff;
  background-color: rgba(39, 39, 39, 0.84);
  border: 0px;
  border-bottom-color: transparent;
  cursor: default; }

.ul-tab li > a:hover {
  color: #0D77F1; }

.black-box p > a {
  color: white;
  font-size: 18px;
  line-height: 24px; }

.contact-phone {
  color: white;
  font-size: 18px;
  line-height: 24px; }

.zip-input {
  position: relative; }

.date-input {
  position: relative;
  width: 94%; }

.date-input:before {
  content: 'Duration';
  font-size: 12px;
  color: #fffdfd;
  position: absolute;
  left: 7px;
  top: 53px;
  margin-top: -5px;
  font-style: italic; }

.source-input {
  position: relative;
  width: 94%; }

.source-input:before {
  content: 'Outsource or Insource';
  font-size: 12px;
  color: #fffdfd;
  position: absolute;
  left: 7px;
  top: 53px;
  margin-top: -5px;
  font-style: italic; }

.source-input1 {
  position: relative;
  width: 94%; }

.source-input1:before {
  content: 'Min. value';
  font-size: 12px;
  color: #fffdfd;
  position: absolute;
  left: 7px;
  top: 53px;
  margin-top: -5px;
  font-style: italic; }

.source-input2 {
  position: relative;
  width: 94%; }

.source-input2:before {
  content: 'Max. value';
  font-size: 12px;
  color: #fffdfd;
  position: absolute;
  left: 7px;
  top: 53px;
  margin-top: -5px;
  font-style: italic; }

.required {
  font-size: 13px;
  color: red;
  position: absolute;
  bottom: 245px;
  /* top: -8px; */
  margin-top: 39px;
  font-style: italic; }

.services-error {
  font-size: 13px;
  color: red;
  bottom: 245px;
  /* top: -8px; */
  font-style: italic; }

.storages-error {
  font-size: 13px;
  color: red;
  bottom: 245px;
  /* top: -8px; */
  font-style: italic; }

.square-input {
  position: relative; }

.square-input:before {
  content: 'Square Feet';
  font-size: 12px;
  color: #fffdfd;
  position: absolute;
  left: 7px;
  top: 53px;
  margin-top: -5px;
  font-style: italic; }

.modal-background .modal-content {
  background-color: rgba(8, 4, 3, 0.86); }

.modal-background .modal-content .modal-body p {
  color: #fff;
  font-size: 25px;
  line-height: 40px; }

.modal-input-field {
  max-width: 250px;
  background-color: #0C3F91;
  border: #0C3F91;
  color: white;
  font-size: 20px;
  max-width: 250px;
  display: inline-block; }

.modal-textarea {
  width: 100%;
  background-color: #0C3F91;
  border: #0C3F91;
  color: white;
  font-size: 20px;
  border-radius: 4px; }

.q-btn {
  background: #fff;
  color: #0C3F91;
  margin-right: 5px;
  padding: 5px 37px;
  margin-top: 5px; }

.q-btn-new {
  margin-right: 5px;
  padding: 5px 37px;
  margin-top: 5px; }

.block-homepage-search {
  position: relative;
  background: url("../img/general/homepage-background.jpg") center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .block-homepage-search hr {
    max-width: 220px;
    margin: 15px auto 20px; }
  .block-homepage-search .wrap-flex {
    min-height: 650px;
    height: 100%; }
  .block-homepage-search button.dropdown-toggle {
    text-align: left;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #fff !important; }
  .block-homepage-search .call-us-now {
    margin-top: 85px;
    font-size: 26px; }
    .block-homepage-search .call-us-now p span {
      font-size: 26px;
      font-weight: 400;
      color: #fff;
      opacity: 0.7; }
    .block-homepage-search .call-us-now p a {
      padding-left: 64px;
      position: relative;
      font-weight: 600;
      font-size: 26px;
      color: #fff;
      text-decoration: none; }
      .block-homepage-search .call-us-now p a:before {
        content: "";
        position: absolute;
        left: 34px;
        top: 6px;
        color: #fff;
        background: url("../img/general/phone-call.svg") no-repeat;
        height: 24px;
        width: 24px; }
    @media (max-width: 991px) {
      .block-homepage-search .call-us-now {
        margin-top: 50px; } }
    @media (max-width: 540px) {
      .block-homepage-search .call-us-now {
        margin-top: 25px;
        padding-bottom: 25px; }
        .block-homepage-search .call-us-now p span, .block-homepage-search .call-us-now p a {
          font-size: 18px; }
        .block-homepage-search .call-us-now p a:before {
          height: 19px;
          left: 40px;
          top: 2px; } }
    @media (max-width: 350px) {
      .block-homepage-search .call-us-now p span, .block-homepage-search .call-us-now p a {
        font-size: 16px;
        display: flex;
        padding: 0;
        justify-content: center; }
      .block-homepage-search .call-us-now p a:before {
        font-size: 16px;
        left: 63px;
        top: 2px; } }
    @media (max-width: 350px) {
      .block-homepage-search .call-us-now p a:before {
        left: 54px; } }

#id_modal_own .modal-body label {
  font-weight: normal; }

.dropdown-menu label {
  font-weight: bold; }

.block-find-ur-space {
  background-color: #666666; }

.block-compare-left {
  max-height: 405px;
  max-width: 800px;
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0; }
  .block-compare-left h2 {
    font-size: 19px;
    color: #FFF;
    position: relative;
    top: 2%;
    left: 20%;
    line-height: 20px;
    z-index: 1;
    width: 80%;
    font-weight: 600; }
  .block-compare-left .vs {
    position: absolute;
    top: 20%;
    left: 62.2%;
    width: 52px;
    height: 25px;
    background-size: cover;
    background-image: url("../img/general/vs.png");
    z-index: 9; }
  @media only screen and (min-width: 468px) {
    .block-compare-left .vs {
      position: absolute;
      top: 14%;
      left: 59%;
      width: 45px;
      height: 25px;
      background-size: cover;
      background-image: url("../img/general/vs.png");
      z-index: 9; } }
  @media only screen and (min-width: 600px) {
    .block-compare-left h2 {
      font-size: 19px;
      color: #FFF;
      position: relative;
      top: 2%;
      left: 20%;
      line-height: 20px;
      z-index: 1;
      font-weight: 600; }
    .block-compare-left .vs {
      position: absolute;
      top: 12%;
      left: 57%;
      width: 46px;
      height: 25px;
      background-size: cover;
      background-image: url("../img/general/vs.png");
      z-index: 9; } }
  @media only screen and (min-width: 768px) {
    .block-compare-left h2 {
      font-size: 19px;
      color: #FFF;
      position: relative;
      top: 4%;
      left: 40%;
      line-height: 20px;
      z-index: 1;
      width: 40%;
      font-weight: 600; }
    .block-compare-left .vs {
      position: absolute;
      top: 24%;
      left: 55%;
      width: 58px;
      height: 32px;
      background-size: cover;
      background-image: url("../img/general/vs.png");
      z-index: 9; } }
  .block-compare-left .table > thead > tr > th, .block-compare-left .table > thead > tr > td, .block-compare-left .table > tbody > tr > th, .block-compare-left .table > tbody > tr > td, .block-compare-left .table > tfoot > tr > th, .block-compare-left .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    font-weight: 600; }
  .block-compare-left .table > thead > tr > th {
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    pointer-events: none;
    z-index: 1;
    font-weight: 600 !important; }
  .block-compare-left .background-gray {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    background-color: rgba(33, 59, 88, 0.65);
    border: 1px solid rgba(144, 143, 143, 0.8) !important; }
  .block-compare-left .center-th {
    text-align: center;
    background-color: rgba(33, 59, 88, 0.65); }

#homepage-table > thead > tr > th.border-top-left-0 {
  border-bottom: 1px solid rgba(144, 143, 143, 0.8) !important; }

.color-black {
  color: #000 !important; }

.color-white {
  color: #fff !important; }

.background-white {
  background-color: rgba(33, 59, 88, 0.65);
  border: 1px solid rgba(144, 143, 143, 0.8) !important;
  color: #fff;
  font-size: 13px; }

.bg {
  background-image: url("../img/general/mission-background.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.tdfont {
  font-size: 15px; }

.list-group-item {
  background-color: transparent !important;
  border: none !important;
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  font-weight: 600;
  font-size: 19px;
  color: #fff; }

#homepage-table > tbody > tr > td {
  border: 1px solid rgba(144, 143, 143, 0.8) !important; }

.table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  font-weight: 600; }

.block-left-h2 {
  font-size: 19px;
  color: #FFF;
  position: relative;
  top: 2%;
  line-height: 20px;
  pointer-events: none;
  z-index: 1;
  font-weight: 600; }

.block-compare-right {
  max-height: 405px;
  max-width: 400px;
  width: 100%;
  position: relative;
  margin: 0 auto; }
  .block-compare-right h2 {
    font-size: 19px;
    color: #FFF;
    position: relative;
    top: 2%;
    line-height: 20px;
    pointer-events: none;
    z-index: 1;
    font-weight: 600; }
  .block-compare-right .list-group-item {
    position: relative;
    display: block;
    padding: 10px 3px;
    margin-bottom: -1px;
    background-color: transparent !important;
    border: none !important;
    color: #fff;
    font-size: 19px;
    font-weight: 600; }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; }

.form-search {
  margin-top: 40px; }
  .form-search .btn,
  .form-search .form-control,
  .form-search .form-group {
    margin: 5px 0;
    width: 100%; }
  .form-search input {
    padding-left: 20px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    color: #000 !important;
    font-style: italic !important; }
    .form-search input::placeholder {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      color: #9B9B9B !important;
      font-style: italic !important; }
  .form-search .form-group .form-control {
    width: 100%; }
  .form-search .form-group.has-feedback .form-control {
    margin: 0; }
  .form-search select.form-control {
    padding: 0 5px; }
  .form-search .btn, .form-search select.form-control {
    margin: 0 5px; }
  .form-search select.form-control.select-method,
  .form-search select.form-control.select-type {
    margin: 0; }
  .form-search .ember-view.form-group {
    margin-right: 5px; }
  @media (min-width: 768px) {
    .form-search {
      display: flex;
      align-items: center; }
      .form-search > .ember-view {
        width: 100%; }
      .form-search select.form-control,
      .form-search .btn {
        flex-shrink: 0;
        width: 202px;
        margin: 0; } }
  @media (min-width: 1200px) {
    .form-search {
      width: 910px; }
      .form-search .form-group.has-feedback .form-control {
        min-width: 200px; } }
  @media (max-width: 767px) {
    .form-search .zip,
    .form-search .btn,
    .form-search .ember-view,
    .form-search select.form-control {
      margin: 0 0 15px 0; }
    .form-search .ember-power-select-trigger {
      margin-bottom: -15px; }
    .form-search .ember-view {
      padding: 0; } }

.form-search .btn-group .btn {
  color: #4a4a4a; }

.block-how-it-works {
  overflow-x: auto; }

.how-it-work-schema {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 25px -120px 0; }
  @media (max-width: 1200px) {
    .how-it-work-schema {
      margin: 25px auto 0; } }
  .how-it-work-schema__block {
    flex-basis: 280px;
    margin: 0 82px;
    position: relative;
    z-index: 5; }
    @media (max-width: 1200px) {
      .how-it-work-schema__block {
        margin-top: 20px; } }
    @media (max-width: 500px) {
      .how-it-work-schema__block {
        margin: 20px 0 0 0; } }
    .how-it-work-schema__block:after {
      content: '';
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      z-index: 1; }
      @media (max-width: 1200px) {
        .how-it-work-schema__block:after {
          display: none; } }
    .how-it-work-schema__block:nth-of-type(1):after {
      height: 151px;
      width: 90px;
      background-image: url("../img/icons/how-it-work-schema/path1.svg");
      top: 90%;
      left: 50%; }
    .how-it-work-schema__block:nth-of-type(3):after {
      height: 119px;
      width: 142px;
      background-image: url("../img/icons/how-it-work-schema/path3.svg");
      top: 100%;
      right: 50%; }
    .how-it-work-schema__block:nth-of-type(4):after {
      height: 82px;
      width: 110px;
      background-image: url("../img/icons/how-it-work-schema/path4.svg");
      bottom: 107%;
      left: 50%; }
    .how-it-work-schema__block:nth-of-type(5):after {
      height: 82px;
      width: 110px;
      background-image: url("../img/icons/how-it-work-schema/path5.svg");
      bottom: 107%;
      right: 50%; }
    .how-it-work-schema__block:nth-of-type(4), .how-it-work-schema__block:nth-of-type(5) {
      top: -40px; }
      @media (max-width: 1200px) {
        .how-it-work-schema__block:nth-of-type(4), .how-it-work-schema__block:nth-of-type(5) {
          top: auto; } }
  .how-it-work-schema__img {
    height: 133px;
    width: 133px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F3F3;
    border-radius: 50%; }
  .how-it-work-schema__text {
    text-align: center; }
    .how-it-work-schema__text h5 {
      color: #0C3F91;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 27px;
      text-align: center; }
    .how-it-work-schema__text p {
      color: #241F20;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      text-align: center; }

.block-mission {
  background: url("../img/general/mission-background.png") center no-repeat;
  background-size: cover; }

.mission-schema {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 45px; }
  @media (max-width: 800px) {
    .mission-schema {
      flex-direction: column; } }
  .mission-schema__col {
    flex-basis: 360px; }
    @media (max-width: 800px) {
      .mission-schema__col {
        flex-basis: auto; } }
    .mission-schema__col:nth-of-type(2) {
      flex-basis: 260px;
      margin: 0 25px;
      text-align: center;
      position: relative;
      display: flex;
      align-items: center; }
      @media (max-width: 1100px) {
        .mission-schema__col:nth-of-type(2) {
          margin: 0 15px;
          flex-basis: auto; } }
      @media (max-width: 800px) {
        .mission-schema__col:nth-of-type(2) {
          flex-direction: column;
          margin: 15px 0; } }
      .mission-schema__col:nth-of-type(2):before, .mission-schema__col:nth-of-type(2):after {
        content: '';
        display: inline-block;
        height: 448px;
        width: 46px;
        background: url("../img/icons/scheme-arrows.svg") center no-repeat;
        background-size: 100%;
        flex-shrink: 0; }
        @media (max-width: 800px) {
          .mission-schema__col:nth-of-type(2):before, .mission-schema__col:nth-of-type(2):after {
            width: 100%;
            height: 46px;
            background-image: url("../img/icons/scheme-arrows-horizontal.svg"); } }
      .mission-schema__col:nth-of-type(2):before {
        transform: rotate(180deg); }
      .mission-schema__col:nth-of-type(2) .mission-schema__card {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0 40px; }
        @media (max-width: 1100px) {
          .mission-schema__col:nth-of-type(2) .mission-schema__card {
            margin: 0 15px;
            min-width: 200px; } }
        @media (max-width: 800px) {
          .mission-schema__col:nth-of-type(2) .mission-schema__card {
            margin: 15px 0;
            min-width: auto; } }
  .mission-schema__card {
    color: #241F20;
    font-size: 17px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 20px;
    padding: 22px 38px 22px 22px;
    width: 100%;
    background: linear-gradient(131.44deg, rgba(255, 131, 30, 0.5) 0%, rgba(248, 189, 24, 0.5) 100%);
    border-bottom: 6px solid rgba(255, 131, 30, 0.9);
    min-height: 128px;
    min-width: 258px;
    font-weight: bold; }
    @media (max-width: 1100px) {
      .mission-schema__card {
        min-width: auto;
        padding: 15px; } }
    .mission-schema__card + .mission-schema__card {
      margin-top: 15px; }

.video-section__video {
  height: auto;
  width: 100%;
  max-width: 624px;
  margin: 30px auto; }

.question-section {
  background: #F3F3F3; }
  .question-section__text-content {
    padding: 50px 0 0 30px; }
    @media (max-width: 992px) {
      .question-section__text-content {
        padding: 0 0 0 20px; } }
  .question-section .text {
    margin: 15px 0 20px; }

.ember-power-select-dropdown {
  margin-top: -5px; }
  @media (max-width: 991px) {
    .ember-power-select-dropdown {
      margin-top: -15px; } }

.g-map {
  height: 100%; }

.g-map-canvas {
  width: 100%;
  height: 100%; }

.wrap-benefits {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .wrap-benefits .benefit {
    position: relative; }
    .wrap-benefits .benefit--middle {
      padding-top: 89px;
      z-index: 999; }
    .wrap-benefits .benefit:first-child:before {
      content: '';
      background: url("../img/general/diagram_lines_left.svg") no-repeat;
      position: absolute;
      top: 30%;
      right: -60%;
      width: 101px;
      height: 236px; }
    @media (max-width: 1199px) {
      .wrap-benefits .benefit:first-child:before {
        right: -41%; } }
    @media (max-width: 991px) {
      .wrap-benefits .benefit:first-child:before {
        bottom: -158px;
        top: inherit;
        right: 97px;
        transform: rotate(90deg);
        background-size: 80px 200px; } }
    .wrap-benefits .benefit:last-child:before {
      content: '';
      background: url("../img/general/diagram_lines_right.svg") no-repeat;
      position: absolute;
      top: 30%;
      left: -60%;
      width: 101px;
      height: 236px; }
    @media (max-width: 1199px) {
      .wrap-benefits .benefit:last-child:before {
        left: -41%; } }
    @media (max-width: 991px) {
      .wrap-benefits .benefit:last-child {
        padding-top: 48px; }
        .wrap-benefits .benefit:last-child:before {
          top: -81px;
          bottom: inherit;
          left: 63px;
          transform: rotate(90deg);
          background-size: 80px 200px; } }
  .wrap-benefits .title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px; }
  .wrap-benefits .item {
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    background-color: rgba(33, 59, 88, 0.65);
    height: 90px;
    width: 260px;
    margin-bottom: 20px;
    position: relative; }
    .wrap-benefits .item p {
      color: #fff;
      font-weight: 600;
      margin-bottom: 0; }
    .wrap-benefits .item-border--blue {
      border-bottom: 5px solid #42B6F6; }
    .wrap-benefits .item-border--pink {
      border-bottom: 5px solid #A470D3; }
    .wrap-benefits .item-border--gradient {
      border-left: 5px solid #42B6F6;
      border-right: 5px solid #A470D3; }
      .wrap-benefits .item-border--gradient:before, .wrap-benefits .item-border--gradient:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 5px;
        background: #1e5799;
        background: -moz-linear-gradient(left, #1e5799 0%, #42b6f6 0%, #a470d3 70%);
        background: -webkit-linear-gradient(left, #1e5799 0%, #42b6f6 0%, #a470d3 70%);
        background: linear-gradient(to right, #1e5799 0%, #42b6f6 0%, #a470d3 70%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#a470d3', GradientType=1); }
      .wrap-benefits .item-border--gradient:before {
        top: 0;
        left: 0; }
      .wrap-benefits .item-border--gradient:after {
        bottom: 0;
        left: 0; }
  @media (max-width: 992px) {
    .wrap-benefits {
      flex-direction: column; }
      .wrap-benefits .benefit--middle {
        padding: 78px 0 0; }
      .wrap-benefits .benefit h3 {
        margin-bottom: 5px; } }

.block-about {
  background-color: #EEF1F7; }

.block-video {
  max-height: 405px;
  max-width: 720px;
  width: 100%;
  position: relative;
  margin: 0 auto; }
  .block-video h2 {
    font-size: 36px;
    color: #FFF;
    position: absolute;
    top: 14%;
    left: 50%;
    line-height: 35px;
    margin-left: -184px;
    pointer-events: none;
    z-index: 1; }
  .block-video__play {
    position: absolute;
    top: 41%;
    left: 50%;
    margin-left: -55px;
    color: #fff;
    font-size: 100px;
    text-decoration: none;
    z-index: 1;
    height: 113px;
    width: 113px; }
    .block-video__play:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 113px;
      width: 113px;
      background: url("../img/general/ic_play.svg") no-repeat; }
  .block-video__img {
    min-height: 200px;
    position: relative;
    margin: 0 auto;
    text-align: left; }
    @media (min-width: 1200px) {
      .block-video__img {
        overflow: hidden;
        max-height: 410px; } }
    .block-video__img img {
      height: 100%;
      object-fit: cover; }
  @media (max-width: 520px) {
    .block-video h2 {
      font-size: 22px;
      margin-left: -120px; } }

.temproty-space {
  padding: 75px 75px 55px; }
  .temproty-space__title {
    color: #0C3F91;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px; }
  .temproty-space__list {
    list-style-type: none;
    padding: 0; }
    .temproty-space__list img {
      width: 33px;
      height: 33px;
      margin-right: 15px; }
  .temproty-space .list__item {
    margin-bottom: 20px;
    font-size: 16px;
    display: flex; }
  @media (max-width: 1199px) {
    .temproty-space {
      padding: 62px 75px 24px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 520px) {
    .temproty-space {
      padding: 62px 10px; } }

.select-style {
  padding: 5px;
  border-radius: 4px;
  border-color: #0C3F91;
  color: #0C3F91;
  font-size: 13px;
  background-color: #fff;
  font-weight: normal; }

.left-align {
  margin-left: 5px 1px; }

.border-sqft {
  border-color: #1053c0; }

.checkval, .checkstor {
  -moz-appearance: textfield; }

.checkval::-webkit-inner-spin-button, .checkstor::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.checkval::-webkit-outer-spin-button, .checkstor::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.invoice-input {
  margin-top: 10px; }

.video-url {
  position: relative; }
  .video-url i {
    position: absolute;
    top: 38px;
    right: -38px; }

.b-reset a {
  margin: 10px 0 0 10px;
  display: block; }

@media (max-width: 991px) {
  .b-reset {
    flex-wrap: wrap; }
    .b-reset a {
      margin: 0; } }

.full-bg {
  overflow: hidden;
  padding-top: 60px; }
  .full-bg .path {
    font-size: 13px;
    position: absolute;
    z-index: 999;
    top: 68px;
    left: 82px; }
    @media (max-width: 991px) {
      .full-bg .path {
        font-size: 16px;
        left: 60px; } }
    .full-bg .path a {
      color: #3161b1;
      font-size: 13px;
      font-weight: 600; }
      .full-bg .path a:hover {
        opacity: 1;
        color: white; }
  .full-bg .slick-slider img {
    height: 450px;
    width: 100%;
    object-fit: cover; }

.well-title h3 {
  font-size: 14px;
  color: #0C3F91;
  margin: 0;
  line-height: normal;
  font-weight: bold; }

.well-hr {
  width: 100%;
  height: 2px;
  background: #f8bd18;
  margin: 15px 0; }

.well-desc {
  font-size: 13px; }

.well-wrap-icons {
  display: flex;
  justify-content: space-between;
  padding-right: 20px; }
  @media (max-width: 1440px) {
    .well-wrap-icons {
      padding-right: 0; } }
  @media (max-width: 1199px) {
    .well-wrap-icons {
      justify-content: space-around; } }

.well-icons {
  position: relative; }
  @media (max-width: 991px) {
    .well-icons {
      margin-bottom: 30px; } }
  .well-icons p {
    font-size: 13px;
    text-align: center;
    margin-top: 10px; }
  .well-icons i {
    display: block; }
  .well-icons.active:after {
    font-family: "icomoon";
    content: "\e911";
    font-size: 20px;
    position: absolute;
    top: -8px;
    right: -9px;
    color: #0fb474;
    background: #fff;
    border-radius: 50%;
    height: 24px; }
  .well-icons.pallet i {
    background: url("../img/general/ic_pallett_inactive.svg") no-repeat;
    width: 60px;
    height: 60px; }
  .well-icons.pallet.active i {
    background: url("../img/general/ic_pallett_active.svg") no-repeat; }
  .well-icons.carton i {
    background: url("../img/general/ic_carton_inactive.svg") no-repeat;
    width: 60px;
    height: 60px; }
  .well-icons.carton.active i {
    background: url("../img/general/ic_carton_active.svg") no-repeat; }
  .well-icons.unit i {
    background: url("../img/general/ic_unit_inactive.svg") no-repeat;
    width: 60px;
    height: 60px; }
  .well-icons.unit.active i {
    background: url("../img/general/ic_unit_active.svg") no-repeat; }

.well-item {
  text-align: center; }
  @media (max-width: 1199px) {
    .well-item {
      margin-bottom: 20px; } }
  .well-item p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin-bottom: 5px;
    word-break: break-all; }
    .well-item p + p {
      font-weight: normal; }
  .well-item a {
    color: #0D77F1;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px; }

.well-counts {
  text-align: center;
  padding-top: 20px; }
  .well-counts strong {
    color: #0C3F91;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center;
    margin: 11px 0;
    display: block; }
  .well-counts p {
    color: #4a4a4a;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center; }

.well-divider:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  border: 1px solid #979797;
  height: 80%; }
  @media (max-width: 991px) {
    .well-divider:after {
      display: none; } }

.well-table.table tr td,
.well-table.table tr th {
  padding: 5px 35px 5px 4px;
  font-size: 13px;
  border: none;
  font-weight: normal;
  color: #4a4a4a;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 20px; }
  .well-table.table tr td:first-child,
  .well-table.table tr th:first-child {
    width: 38%;
    color: black;
    padding-left: 15px; }

.well-table.table tr th {
  font-weight: 600; }

@media (max-width: 767px) {
  .well-table.table tr {
    padding: 8px; }
    .well-table.table tr td:first-child,
    .well-table.table tr th:first-child {
      width: 50%; } }

.well-tabs li {
  padding: 0 5px; }
  .well-tabs li:first-child {
    padding: 0 5px 0 10px; }
  .well-tabs li a {
    font-weight: bold;
    color: #0C3F91;
    background: #f1f1f1;
    border: 1px solid #ddd; }
    .well-tabs li a.active {
      font-weight: bold;
      color: #0C3F91; }
    .well-tabs li a:hover, .well-tabs li a:active {
      background: #f1f1f1;
      border: 1px solid #ddd; }

@media (max-width: 991px) {
  .well-tabs {
    padding: 0 2px; }
    .well-tabs li {
      padding: 0 5px; }
      .well-tabs li a {
        padding: 5px;
        font-size: 12px; } }

.well-tab-content {
  padding-top: 20px; }

.well-stars {
  padding: 0 35px;
  margin-bottom: 25px;
  display: flex;
  width: 50%; }
  @media (min-width: 1200px) and (max-width: 1440px) {
    .well-stars {
      padding: 0 5px; } }
  @media (max-width: 1200px) {
    .well-stars {
      width: 100%;
      padding: 0; } }
  .well-stars .name {
    font-weight: bold;
    font-size: 13px;
    padding-right: 15px;
    flex-grow: 1;
    color: black; }
  .well-stars .rating {
    min-width: 90px;
    margin-left: 10px; }
  .well-stars .mark {
    background: none;
    padding-left: 5px;
    min-width: 35px;
    position: relative;
    top: -3px;
    margin-right: 10px; }
    .well-stars .mark p {
      font-size: 18px;
      color: #0C3F91; }

.facility-description {
  white-space: pre-line; }

.block-storage p {
  font-weight: bold;
  font-size: 13px;
  margin: 0; }

.block-storage span {
  float: right;
  font-size: 14px;
  color: #0C3F91; }

.volume-label {
  position: absolute;
  top: 11px;
  right: 20px; }

.volume-input {
  padding: 6px 70px 6px 40px !important; }

.facility-order-form .datepicker {
  width: 100%; }

.availability-date-range-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px; }
  .availability-date-range-wrapper .icon {
    margin-right: 10px;
    font-size: 2em; }
  .availability-date-range-wrapper .availability-date-range {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }

.new-facility-details {
  position: relative;
  margin-top: 70px;
  padding: 20px;
  padding-bottom: 200px;
  background-color: #fcfcfd;
  /* --- */
  /* --- */
  /* --- */
  /* --- */
  /* --- */ }
  .new-facility-details .facility-details__highlight-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: #0c3f91; }
  .new-facility-details .facility-details-container {
    position: relative; }
  .new-facility-details .facility-details__notice-line {
    position: sticky;
    top: 80px;
    margin: 0; }
  .new-facility-details .facility-details__back-btn {
    display: block;
    margin: 20px 0;
    font-size: 16px;
    color: #f3f3f3; }
  .new-facility-details .facility-details-header {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #f3f3f3; }
    .new-facility-details .facility-details-header h3 {
      margin-top: 0; }
  .new-facility-details .facility-details-header__title {
    color: #f3f3f3; }
  .new-facility-details .facility-labels {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #f3f3f3; }
    .new-facility-details .facility-labels p {
      margin-bottom: 0; }
  .new-facility-details .facility-labels__location {
    margin-right: 30px;
    font-weight: 600;
    text-transform: uppercase; }
  .new-facility-details .facility-labels-rating {
    display: flex;
    align-items: center;
    margin-right: 30px; }
  .new-facility-details .facility-labels-rating__label {
    margin-right: 12px; }
  .new-facility-details .facility-labels-rating__reviews {
    margin-left: 10px; }
  .new-facility-details .facility-labels-rating__reviews-rating {
    color: #ff831e; }
  .new-facility-details .facility-labels__labor .ic {
    margin-right: 6px;
    margin-bottom: 2px; }
  .new-facility-details .facility-questions {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .new-facility-details .facility-questions-heading {
    margin-top: 10px;
    width: 100%;
    line-height: 26px;
    font-size: 26px;
    font-weight: 600;
    text-align: right; }
  .new-facility-details .facility-questions-contacts {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    margin-top: 6px;
    font-size: 14px;
    text-align: right;
    white-space: nowrap; }
    .new-facility-details .facility-questions-contacts a {
      color: #f3f3f3; }
    .new-facility-details .facility-questions-contacts i.fa {
      color: #ff831e; }
  .new-facility-details .facility-questions-contacts__divider {
    min-width: 2px;
    margin: 0 12px;
    background-color: #f3f3f3; }
  .new-facility-details .facility-details-top-row {
    display: flex;
    flex-wrap: wrap; }
  @media screen and (min-width: 1440px) {
    .new-facility-details .facility-details__features-section,
    .new-facility-details .facility-details__uses-section {
      width: 50%; } }
  .new-facility-details .facility-details__reservation-form {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    border-radius: 20px;
    background-color: #f1f1f1; }
    @media screen and (max-width: 768px) {
      .new-facility-details .facility-details__reservation-form {
        min-height: 300px; } }
  .new-facility-details .facility-reservation {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px; }
    .new-facility-details .facility-reservation hr {
      margin: 10px 0;
      background-color: #b9c7d7; }
  .new-facility-details .facility-availability {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .new-facility-details .facility-availability__heading {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 600; }
  .new-facility-details .facility-reservation-form__row {
    display: flex; }
  .new-facility-details .facility-reservation-form__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 2px solid #b9c7d7; }
  .new-facility-details .facility-reservation-form__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .new-facility-details .facility-reservation-form__label {
    display: flex;
    align-items: flex-end;
    height: 22px;
    margin-bottom: 6px;
    color: #0c3f91;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px; }
  .new-facility-details .facility-reservation-form__number-container {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
  .new-facility-details .facility-reservation-form__number {
    margin-right: 4px;
    font-size: 30px;
    font-weight: 600; }
    @media screen and (max-width: 480px) {
      .new-facility-details .facility-reservation-form__number {
        font-size: 18px; } }
  .new-facility-details .facility-reservation-form__units {
    display: block;
    font-size: 20px;
    font-weight: 600; }
    @media screen and (max-width: 480px) {
      .new-facility-details .facility-reservation-form__units {
        font-size: 16px; } }
  .new-facility-details .facility-reservation-form__volume-units {
    position: absolute;
    top: 8px;
    right: 10px; }
    @media screen and (max-width: 480px) {
      .new-facility-details .facility-reservation-form__volume-units {
        top: 12px;
        right: 8px;
        font-size: 10px; } }
  .new-facility-details .facility-reservation-form__volume-icon {
    position: absolute;
    top: 6px;
    left: 10px; }
  .new-facility-details .facility-reservation-form__date-input .datepicker {
    margin-bottom: 0; }
  .new-facility-details .facility-reservation-form__volume-input {
    padding-left: 40px;
    padding-right: 50px; }
    @media screen and (max-width: 480px) {
      .new-facility-details .facility-reservation-form__volume-input {
        padding-right: 10px; } }
  .new-facility-details .facility-reservation-form__hint {
    display: block;
    margin-top: 4px;
    height: 16px;
    font-size: 9px;
    line-height: 10px;
    color: #7a7a7a;
    font-style: italic; }
  .new-facility-details .facility-reservation-price {
    display: flex;
    align-items: center;
    font-weight: 600; }
  .new-facility-details .facility-reservation-price__message {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #0c3f91; }
    @media screen and (max-width: 480px) {
      .new-facility-details .facility-reservation-price__message {
        font-size: 14px; } }
  .new-facility-details .facility-reservation-price__number {
    padding: 0;
    font-size: 28px;
    color: #104b81; }
    @media screen and (max-width: 480px) {
      .new-facility-details .facility-reservation-price__number {
        font-size: 18px; } }
  .new-facility-details .facility-reservation-price-comment {
    margin-top: 15px;
    color: #0c3f91;
    text-align: center;
    font-size: 12px; }
  .new-facility-details .dropdown .dropdown__input-wrap input.form-control {
    font-size: 11px; }
  .new-facility-details .dropdown .dropdown__input-wrap i {
    color: #4a4a4a; }
  .new-facility-details .facility-reservation-form__error-overlay {
    position: absolute;
    left: -30px;
    right: -30px;
    top: 40px;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    z-index: 100; }
  .new-facility-details .facility-reservation-form__error-overlay:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -8px;
    margin-top: -8px;
    left: 50%;
    top: 0;
    box-sizing: border-box;
    border: 8px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 50% 50%;
    transform: rotate(135deg);
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .new-facility-details .error-overlay__header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: -4px -6px 6px; }
  .new-facility-details .error-overlay__close-btn {
    background-color: transparent;
    border: none; }
  .new-facility-details .error-overlay__highlight-error {
    color: #cd1111;
    font-size: 14px;
    line-height: 14px; }
  .new-facility-details .error-overlay__error {
    font-size: 12px; }
  .new-facility-details .facility-reservation__no-space-available {
    margin: 10px auto;
    max-width: 150px;
    font-size: 20px;
    font-weight: 500;
    text-align: center; }
  .new-facility-details .facility-reservation-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px 16px;
    color: #f3f3f3;
    background-color: #104b81;
    border-radius: 0 0 20px 20px; }
  .new-facility-details .facility-reservation-submit__button {
    padding: 16px;
    height: 50px;
    background-color: #ff831e;
    color: #241f20;
    font-weight: 600;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase; }
    .new-facility-details .facility-reservation-submit__button:disabled {
      background-color: #c26921; }
  .new-facility-details .facility-reservation-submit__message {
    margin-top: 12px; }
  .new-facility-details .facility-content {
    display: flex;
    flex-wrap: wrap; }
  .new-facility-details .facility-mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 25px 10px 10px;
    background-color: #0c3f91;
    color: #f3f3f3;
    border-top: 2px solid #f3f3f3;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px -4px 20px 5px rgba(0, 0, 0, 0.3);
    transition: 300ms ease; }
    .new-facility-details .facility-mobile-footer .facility-reservation-submit__button {
      padding: 14px;
      width: 100%;
      height: 45px;
      margin-top: 8px; }
  .new-facility-details .facility-mobile-footer__schedule-tour-button {
    display: block;
    width: 100%;
    padding: 6px;
    height: 45px;
    line-height: 30px;
    background-color: #0c3f91;
    color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase; }
  .new-facility-details .facility-mobile-footer__link:first-of-type .facility-mobile-footer__schedule-tour-button {
    margin-bottom: 8px; }
  .new-facility-details .facility-mobile-footer__toggle-btn {
    position: absolute;
    top: -15px;
    left: calc(50% - 16px);
    width: 30px;
    height: 30px;
    padding: 1px 0;
    border-radius: 50%;
    border: 1px solid #ababab;
    color: #ababab;
    background-color: #f3f3f3;
    font-size: 24px;
    line-height: 28px; }
  .new-facility-details .facility-mobile-footer.collapsed {
    height: 20px;
    padding-top: 0; }
    .new-facility-details .facility-mobile-footer.collapsed .facility-mobile-footer__toggle-btn {
      transform: rotate(180deg); }
    .new-facility-details .facility-mobile-footer.collapsed .facility-mobile-footer-content {
      display: none; }
  .new-facility-details .facility-mobile-footer-content {
    text-align: center; }
  .new-facility-details .facility-mobile-footer-content__right {
    border-left: 2px solid #979797; }
  .new-facility-details .facility-footer-text__text--large {
    display: block;
    font-size: 16px;
    margin-bottom: 4px; }
  .new-facility-details .facility-footer-text__text--small {
    display: block;
    font-size: 12px; }
  .new-facility-details .facility-footer-text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px; }
  .new-facility-details .facility-details__facility-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    padding: 20px;
    border-radius: 20px;
    background-color: #f1f1f1; }
    @media screen and (max-width: 992px) {
      .new-facility-details .facility-details__facility-profile {
        min-height: 300px; } }
  .new-facility-details .facility-profile-info {
    margin-bottom: 20px;
    text-align: center; }
  .new-facility-details .facility-profile-info__nickname {
    font-size: 26px; }
  .new-facility-details .facility-profile-info__address {
    margin: 0;
    font-size: 16px; }
  .new-facility-details .facility-profile__buttons {
    max-width: 400px; }
    .new-facility-details .facility-profile__buttons a {
      border-radius: 4px; }
  .new-facility-details .facility-details__section-label {
    margin-bottom: 10px;
    border-bottom: 1px solid #104b81; }
    .new-facility-details .facility-details__section-label h3 {
      font-size: 18px;
      font-weight: 600;
      color: #0c3f91; }
  .new-facility-details .facility-details__description p {
    white-space: pre-line;
    word-break: break-word; }
  .new-facility-details .facility-details__videos {
    margin-top: 10px; }
  .new-facility-details .facility-default-video__preview {
    max-width: 300px; }
  .new-facility-details .facility-default-video__title {
    text-align: left;
    color: #000000; }
  .new-facility-details .facility-other-videos__title {
    margin-top: 16px;
    margin-bottom: 6px;
    color: #000000;
    font-size: 16px;
    line-height: 16px; }
  .new-facility-details .facility-videos__watch {
    color: #0c3f91;
    font-size: 14px;
    font-weight: 600; }
  .new-facility-details .facility-info-tabs__navigation {
    display: flex;
    border-bottom: 1px solid #104b81; }
    .new-facility-details .facility-info-tabs__navigation li a {
      text-align: center;
      font-weight: 700;
      color: #104b81; }
    .new-facility-details .facility-info-tabs__navigation li a:hover {
      border-bottom: 1px solid #104b81; }
    .new-facility-details .facility-info-tabs__navigation li.active a {
      background-color: #104b81;
      color: #f3f3f3; }
    @media screen and (max-width: 480px) {
      .new-facility-details .facility-info-tabs__navigation li a {
        font-size: 10px; } }
  .new-facility-details .facility-info-tabs__content {
    padding: 20px 0;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 0 0 4px 4px; }
  .new-facility-details .facility-services-tab__service-rate {
    max-height: 300px;
    white-space: pre-line;
    overflow-y: auto; }
  .new-facility-details .facility-services-tab__facility-rules {
    min-width: 450px;
    padding: 0; }
    @media screen and (max-width: 600px) {
      .new-facility-details .facility-services-tab__facility-rules {
        min-width: 250px; } }
    @media screen and (max-width: 400px) {
      .new-facility-details .facility-services-tab__facility-rules {
        min-width: 200px; } }
    .new-facility-details .facility-services-tab__facility-rules.custom-rules {
      max-height: 400px;
      overflow: auto;
      white-space: pre-wrap; }
  .new-facility-details .facility-rating-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
  .new-facility-details .facility-rating-header__overall-rating {
    color: #2a77f1;
    font-size: 20px;
    font-weight: 600;
    font-style: italic; }
  .new-facility-details .facility-rating-header__overall-rating-number {
    margin-right: 10px;
    font-size: 32px; }
  .new-facility-details .facility-rating-marks {
    padding: 20px;
    width: 100%;
    max-width: 400px; }
  .new-facility-details .facility-rating-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px; }
  .new-facility-details .facility-rating-line__name {
    width: 60%;
    color: #000000; }
  .new-facility-details .facility-rating-line__rating {
    display: flex;
    align-items: center; }
  .new-facility-details .facility-rating-line__number {
    color: #0c3f91;
    font-weight: 400; }
  .new-facility-details .facility-details__schedule-tour {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #d8e0ed;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    text-align: center; }
    .new-facility-details .facility-details__schedule-tour a {
      width: 100%;
      text-decoration: none; }
    .new-facility-details .facility-details__schedule-tour p {
      font-size: 16px;
      font-weight: 600;
      color: #104b81; }
  .new-facility-details .facility-details__schedule-links {
    width: 100%;
    max-width: 260px; }
  .new-facility-details .facility-details__schedule-tour-button {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 8px 0;
    background-color: #ffffff;
    color: #0c3f91;
    border: 1px solid #0c3f91;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600; }
    .new-facility-details .facility-details__schedule-tour-button:hover {
      background-color: #0c3f91;
      color: #f3f3f3; }
    .new-facility-details .facility-details__schedule-tour-button:active {
      background-color: #104b81;
      color: #f3f3f3; }
  .new-facility-details .facility-reservation-fixed-box {
    position: sticky;
    top: 100px;
    opacity: 0;
    transition: opacity 300ms ease; }
    .new-facility-details .facility-reservation-fixed-box .facility-reservation-submit__button {
      padding: 16px 10px;
      width: 100%;
      max-width: 260px; }
    .new-facility-details .facility-reservation-fixed-box .facility-reservation-fixed-box__small-text {
      display: block;
      margin-top: 10px;
      font-style: italic; }
    .new-facility-details .facility-reservation-fixed-box .facility-reservation-fixed-box__large-text {
      display: block;
      width: 100%;
      max-width: 350px;
      color: #4a4a4a;
      font-size: 16px;
      line-height: 20px; }
  .new-facility-details .facility-reservation-fixed-box__divider {
    font-size: 18px;
    margin: 15px 0;
    font-style: italic;
    font-weight: bold;
    color: #000000; }
  .new-facility-details .facility-features__item-title,
  .new-facility-details .approved-uses__item-title {
    font-weight: 600;
    padding: 0 4px;
    color: #000;
    white-space: nowrap; }
  .new-facility-details .facility-details__section-button {
    background-color: transparent;
    border: none;
    color: #0D77F1;
    padding: 0;
    font-style: italic; }
    .new-facility-details .facility-details__section-button:hover {
      color: #0C3F91; }

.facility-calendar-availability {
  display: flex;
  padding: 0 20px; }

.facility-calendar-availability__item {
  display: flex;
  align-items: center;
  margin-right: 20px; }

.facility-calendar-availability__item::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.facility-calendar-availability__item--unavailable::before {
  background-color: #eaeaea; }

.facility-reservation-form__note {
  display: block;
  font-size: 12px;
  padding-bottom: 4px;
  text-align: right; }

.facility-reservation-form__footnote {
  display: block;
  opacity: 0.5; }

.facility-reservation-form__message {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  text-align: center; }

.facility-reservation-form__volume-icon {
  position: absolute;
  top: 6px;
  left: 10px; }

.facility-reservation-form__volume-units {
  position: absolute;
  top: 8px;
  right: 10px; }
  @media screen and (max-width: 480px) {
    .facility-reservation-form__volume-units {
      top: 12px;
      right: 8px;
      font-size: 10px; } }

.facility-reservation-form__volume-input {
  padding-left: 40px;
  padding-right: 50px; }
  @media screen and (max-width: 480px) {
    .facility-reservation-form__volume-input {
      padding-right: 10px; } }

.facility-reservation-form__error-overlay {
  position: absolute;
  left: -30px;
  right: -30px;
  top: 40px;
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  z-index: 100; }

.facility-reservation-form__error-overlay:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -8px;
  margin-top: -8px;
  left: 50%;
  top: 0;
  box-sizing: border-box;
  border: 8px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 50% 50%;
  transform: rotate(135deg);
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.1); }

.error-overlay__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: -4px -6px 6px; }

.error-overlay__close-btn {
  background-color: transparent;
  border: none; }

.error-overlay__highlight-error {
  color: #cd1111;
  font-size: 14px;
  line-height: 14px; }

.wrap-results-spaces {
  margin-top: 0;
  display: block; }

.inp {
  width: 150px; }

.space-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 35px 20px 50px;
  position: relative;
  z-index: 100; }
  .space-filter .title {
    margin-right: 20px; }
  .space-filter select {
    max-width: 250px !important;
    text-overflow: ellipsis; }
  .space-filter h4 {
    margin: 0 0 2px 0; }
  .space-filter p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px; }
  .space-filter select {
    max-width: 200px;
    cursor: pointer; }
  .space-filter select,
  .space-filter button {
    font-size: 13px; }
    .space-filter select:hover,
    .space-filter button:hover {
      background-color: #e6e6e6;
      border-color: #adadad; }
  @media (max-width: 1400px) {
    .space-filter {
      padding-left: 30px;
      padding-right: 15px; } }
  @media (max-width: 991px) {
    .space-filter {
      border: none;
      padding: 25px 30px 15px; } }

.space-scrollbar {
  padding: 15px 35px 15px 50px; }
  @media (max-width: 1400px) {
    .space-scrollbar {
      padding-left: 30px;
      padding-right: 15px; } }
  @media (max-width: 1199px) {
    .space-scrollbar {
      height: calc(100vh - 203px); } }

.space-card {
  display: flex;
  border-bottom: 1px solid #E6E0E0;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 24px;
  width: 100%; }
  .space-card > div {
    flex: auto; }
  .space-card-img {
    width: 100%;
    min-width: 140px;
    margin-right: 20px; }
    .space-card-img img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      object-position: center; }
    @media (max-width: 560px) {
      .space-card-img {
        width: 100%; } }
  @media (max-width: 560px) {
    .space-card-desc {
      padding-top: 20px; } }
  .space-card-title,
  .space-card-title a {
    margin: 0 0 2px 0;
    color: #0C3F91;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 25px; }
  .space-card-rate {
    display: flex;
    color: rgba(41, 39, 42, 0.5);
    font-size: 11px;
    letter-spacing: 0;
    line-height: 10px; }
    .space-card-rate p + p {
      margin-left: 12px; }
    .space-card-rate .ic {
      margin-right: 7px; }
  @media (max-width: 560px) {
    .space-card {
      flex-direction: column; } }

.space-card-info {
  display: flex;
  justify-content: space-between;
  padding-right: 25px;
  margin-top: 10px; }
  @media (max-width: 1600px) {
    .space-card-info {
      padding-right: 0; } }
  .space-card-info__item {
    display: flex;
    color: rgba(41, 39, 42, 0.5);
    font-size: 11px;
    letter-spacing: 0;
    line-height: 10px;
    white-space: nowrap; }
    .space-card-info__item + .space-card-info__item {
      margin-left: 20px; }
    .space-card-info__item .ic {
      margin-right: 15px;
      flex-shrink: 0; }
    .space-card-info__item p {
      margin: 0; }
    .space-card-info__item strong {
      color: #4A4A4A;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 16px; }

.space-card-info__min-square {
  margin-top: 10px; }
  .space-card-info__min-square span {
    color: rgba(41, 39, 42, 0.8); }

.space-detail-link {
  color: #0D77F1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 25px;
  display: inline-block; }
  .space-detail-link:hover {
    color: #0D77F1; }

.space-table {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 30px;
  position: absolute;
  left: -346px;
  top: -52px;
  display: none;
  z-index: 9999; }
  .space-table i {
    width: 21px;
    height: 48px;
    position: absolute;
    overflow: hidden;
    display: block;
    transform: rotate(180deg);
    right: -21px;
    top: 36px; }
    .space-table i:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 48px;
      background: #fff;
      transform: rotate(45deg);
      box-shadow: -1px -1px 6px -2px rgba(0, 0, 0, 0.5); }
  .space-table table {
    min-width: 260px; }
  .space-table table td {
    line-height: 25px;
    font-size: 13px;
    text-align: left; }
    .space-table table td:first-child {
      font-weight: bold;
      padding-right: 25px;
      width: 130px; }
    .space-table table td:last-child {
      color: #4a4a4a; }

.space-card--gmap {
  display: block;
  margin: 0;
  padding: 0;
  border: none; }
  .space-card--gmap .space-card-img {
    width: 100%; }
  .space-card--gmap .space-card-desc {
    padding: 16px 16px 20px; }
  .space-card--gmap .space-card-info {
    margin-top: 10px; }
    .space-card--gmap .space-card-info .ic__space-pricing,
    .space-card--gmap .space-card-info .ic__space-boxes {
      display: none; }
  .space-card--gmap .space-detail-link {
    margin-top: 16px; }
  .space-card--gmap .space-card-info__min-square {
    margin-top: 0; }

.space-info-products {
  position: relative; }
  .space-info-products:before {
    position: absolute;
    top: 3px;
    left: 75px;
    cursor: pointer; }
  .space-info-products p {
    cursor: pointer; }
  .space-info-products:hover .space-table {
    display: block;
    font-style: normal; }

#map {
  width: 100%; }
  @media (max-width: 991px) {
    #map {
      display: block;
      height: calc(100vh - 60px); } }

.space-divider {
  margin-bottom: 37px; }
  @media (max-width: 1199px) {
    .space-divider {
      margin-bottom: 74px; } }

.wrap-switcher {
  position: fixed;
  bottom: 12px;
  left: 15px;
  display: none;
  box-shadow: 0 0 2px 0 rgba(144, 144, 144, 0.5);
  z-index: 998;
  border-radius: 5px; }
  .wrap-switcher button {
    border-radius: 2px;
    background: #3161b1;
    color: white; }
    .wrap-switcher button:nth-child(2) {
      border-right: 1px solid #264b89;
      border-left: 1px solid #264b89;
      z-index: 99; }
    .wrap-switcher button:hover, .wrap-switcher button:active, .wrap-switcher button:focus {
      background: #3161b1;
      color: white;
      box-shadow: none;
      outline: none !important; }
    .wrap-switcher button.active {
      background: #264b89; }
  @media (max-width: 991px) {
    .wrap-switcher {
      display: block; }
      .wrap-switcher button:nth-child(2) {
        display: none; } }

.mobile-filter {
  position: fixed;
  bottom: 68px;
  left: 15px;
  display: none;
  z-index: 999; }
  @media (max-width: 767px) {
    .mobile-filter {
      display: block; } }
  @media (max-width: 440px) {
    .mobile-filter {
      bottom: 12px;
      right: 15px;
      left: auto; }
      .mobile-filter .btn {
        min-width: 100px; } }

@media (max-width: 991px) {
  .wrap-results-spaces {
    display: none; }
    .wrap-results-spaces .space {
      justify-content: space-around;
      margin: 25px 0 0;
      padding: 0 25px 15px;
      width: 50%;
      flex-wrap: wrap;
      float: left;
      min-height: 370px; }
      .wrap-results-spaces .space-scrollbar {
        max-height: 100%;
        overflow-y: inherit;
        height: 100%;
        display: flex;
        flex-wrap: wrap; }
      .wrap-results-spaces .space-img {
        margin: 0 0 20px; }
        .wrap-results-spaces .space-img img {
          height: 240px;
          width: 100%; }
      .wrap-results-spaces .space-stars {
        margin: 3px 0 10px; }
      .wrap-results-spaces .space-desc {
        flex-basis: 60%;
        margin: 0; }
      .wrap-results-spaces .space-start {
        flex-basis: 40%;
        position: initial; }
      .wrap-results-spaces .space-table {
        left: -167px;
        top: -42px;
        padding: 20px 10px 10px; }
        .wrap-results-spaces .space-table i {
          display: none; } }

@media (max-width: 767px) {
  .dropdown-bar-filter {
    display: none; }
  .wrap-results-spaces .space {
    width: 100%; }
    .wrap-results-spaces .space-table {
      left: -154px;
      top: -42px;
      padding: 13px; }
      .wrap-results-spaces .space-table i {
        display: none; }
  .space-divider {
    margin-bottom: 240px; } }

#tblGrid.table.borderless td,
table.borderless th {
  border: none !important; }

.form-control1 {
  height: 40px;
  padding: 6px 4px 6px 6px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
  background-color: #0c3f91;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }

.form-control2 {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
  background-color: #0c3f91;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }

.form-control3 {
  height: 40px;
  padding: 6px 4px 6px 6px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
  background-color: #fff;
  color: #0c3f91;
  background-image: none;
  border: 1px solid #0c3f91;
  border-radius: 4px; }

.form-control33 {
  height: 40px;
  padding: 6px 4px 6px 6px;
  display: block;
  width: 145px !important;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
  background-color: #fff;
  color: #0c3f91;
  background-image: none;
  border: 1px solid #0c3f91;
  border-radius: 4px;
  margin-bottom: 8px; }

.form-control4 {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #0c3f91;
  background-image: none;
  border: 1px solid #0c3f91;
  border-radius: 4px;
  outline: none !important; }

.name_email:after {
  content: "*";
  color: red; }

.multiselect {
  width: 200px; }

.selectBox {
  position: relative; }

.selectBox select {
  width: 100%;
  font-weight: bold; }

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

#checkboxes {
  display: none;
  border: 1px #dadada solid; }

#checkboxes label {
  display: block; }

.dropdown-bar-filter {
  width: 100%; }
  .dropdown-bar-filter__flex-container {
    display: flex; }
    @media (max-width: 767px) {
      .dropdown-bar-filter__flex-container {
        flex-wrap: wrap; } }
  .dropdown-bar-filter label.dropdown {
    width: 100%; }
  .dropdown-bar-filter__column {
    flex-basis: 226px;
    margin: 0 15px; }
    @media (max-width: 767px) {
      .dropdown-bar-filter__column {
        margin-bottom: 10px;
        flex-basis: 40%; } }
    @media (max-width: 480px) {
      .dropdown-bar-filter__column {
        flex-basis: 100%; } }
    .dropdown-bar-filter__column .btn-primary {
      height: 40px;
      padding: 8px 16px;
      display: inline-flex;
      align-items: center;
      margin-top: 22px; }
      .dropdown-bar-filter__column .btn-primary .badge {
        margin-left: 5px; }
  .dropdown-bar-filter .slider.slider-horizontal {
    margin-bottom: 30px; }
  .dropdown-bar-filter .bnt-more {
    height: 30px;
    width: 106px;
    border-radius: 15px;
    background-color: #ededed;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #4A4A4A;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    border: none;
    margin-top: 20px; }

.search__city-wrapper {
  padding: 20px;
  min-height: 150px;
  background-color: #f1f1f1; }

.search__city-card {
  padding: 10px;
  background-color: #fff; }
  .search__city-card h3 {
    margin-top: 0;
    font-size: 2rem; }
  .search__city-card p {
    margin-bottom: 0; }

.search-page__content {
  display: flex; }

.search-page__filters {
  position: sticky;
  top: 70px;
  z-index: 1000; }

.search-page__map-content {
  position: sticky;
  top: 157px;
  height: calc(100vh - 157px);
  flex: 3; }
  .search-page__map-content #map {
    height: 100%; }
  @media (max-width: 991px) {
    .search-page__map-content {
      position: relative;
      top: 0; } }

.search-page__space-bar-content {
  flex: 2; }
  @media (max-width: 991px) {
    .search-page__space-bar-content {
      display: none; } }
  .search-page__space-bar-content > .ember-view {
    height: 100%; }
  .search-page__space-bar-content .wrap-results-spaces {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .search-page__space-bar-content .space-scrollbar {
    height: 100%; }

@media (max-width: 440px) {
  .btn.event-map,
  .btn.event-space {
    min-width: 100px; } }

.search-no-results-form__text {
  margin-bottom: 28px; }

.search-no-results-form__input {
  display: block; }

.search-no-results-form__footer {
  margin-top: 40px; }
  .search-no-results-form__footer .btn {
    height: 51px;
    max-width: 286px;
    width: 100%;
    display: block;
    margin: auto; }

.search-no-results-submit-msg {
  padding: 80px 0; }
  .search-no-results-submit-msg h5 {
    color: #000; }

.form-become-supplier {
  max-width: 990px;
  margin: 0 auto; }
  .form-become-supplier .btn-supplier {
    min-width: 200px; }
  @media (min-width: 768px) {
    .form-become-supplier .btn-supplier {
      min-width: 285px; } }

.wrap-steps {
  margin: 60px 0 80px; }
  .wrap-steps h3 {
    margin-bottom: 50px; }
  @media (max-width: 767px) {
    .wrap-steps {
      margin: 30px; }
      .wrap-steps h3 {
        margin-top: 30px; } }
  .wrap-steps .step {
    max-width: 300px;
    margin: 0 auto; }
    .wrap-steps .step .step-circle {
      margin: 0 auto 70px;
      text-align: center; }
    .wrap-steps .step .step-title {
      margin: 25px 0 10px;
      font-size: 18px;
      font-weight: 500;
      color: #0C3F91; }
    .wrap-steps .step .step-desc {
      padding-left: 17px;
      max-width: 290px; }
      .wrap-steps .step .step-desc li {
        margin-bottom: 12px;
        line-height: 20px; }
    .wrap-steps .step .inp {
      width: 150px; }
    @media (max-width: 1199px) {
      .wrap-steps .step .step-circle {
        margin: 0 auto 40px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .wrap-steps .step .step-circle img {
          width: 50%; } }
    @media (max-width: 991px) {
      .wrap-steps .step .step-circle {
        margin: 0 auto 20px; }
      .wrap-steps .step .step-desc {
        max-width: 100%;
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .wrap-steps .step {
        margin-bottom: 40px;
        text-align: center; }
        .wrap-steps .step .step-desc {
          list-style-type: none;
          max-width: 100%;
          padding: 0 20px; } }

.bottom-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap; }
  .bottom-nav button {
    min-width: 200px; }
    .bottom-nav button.btn-width {
      margin-right: 40px; }
  .bottom-nav .link-back {
    margin-right: 80px; }
  .bottom-nav .link-save {
    margin-right: 70px; }
  .bottom-nav a {
    color: #0D77F1;
    font-size: 16px; }
  @media screen and (max-width: 1199px) {
    .bottom-nav--full button {
      min-width: 150px; } }
  @media screen and (max-width: 991px) {
    .bottom-nav__left {
      text-align: center; }
      .bottom-nav__left a {
        margin: 0 20px !important; }
    .bottom-nav--full button {
      min-width: 120px; } }
  @media screen and (max-width: 767px) {
    .bottom-nav button {
      width: 100%; }
    .bottom-nav__left {
      margin-top: 20px;
      text-align: center;
      width: 100%; }
      .bottom-nav__left button {
        margin-top: 10px; }
      .bottom-nav__left a {
        margin: 0 auto 10px !important;
        display: block; } }

.wrap-facility-hours {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px; }
  .wrap-facility-hours > div {
    margin-right: 10px; }
  @media (max-width: 767px) {
    .wrap-facility-hours {
      justify-content: flex-start; } }

.facility-info {
  background-color: #EBFAF4;
  border-radius: 5px;
  padding: 30px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .facility-info p {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: black;
    flex-basis: 100%; }
    .facility-info p + p {
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 0;
      color: #4a4a4a; }

.wrap-edit-btn {
  display: flex; }
  .wrap-edit-btn .btn {
    min-width: 170px;
    margin-right: 25px; }
    .wrap-edit-btn .btn.nth-child2 {
      margin-left: 25px; }
  @media (max-width: 850px) {
    .wrap-edit-btn {
      display: block;
      margin-bottom: 10px; }
      .wrap-edit-btn .btn {
        margin: 10px 0;
        width: 100%; }
        .wrap-edit-btn .btn.btn-blue {
          margin-left: 0; } }

.value-services .form-group--flex-add {
  margin-bottom: 6px; }

.value-services .divider {
  top: 10px; }
  .value-services .divider.up {
    top: 38px; }

@media (max-width: 767px) {
  .m0-xs {
    margin: 0 !important; } }

.edit-listing-date-range input {
  width: 105% !important; }

.edit-listing-date-range .icon-calendar {
  position: absolute;
  left: 100px;
  top: 6px;
  font-size: 20px; }

@media (max-width: 991px) {
  .outbound_services {
    display: flex;
    flex-direction: column; }
    .outbound_services .ember-view:nth-child(2) {
      order: 2; } }

.button-arrow {
  display: flex;
  cursor: pointer; }
  .button-arrow .arrow-container,
  .button-arrow .content {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #000; }
  .button-arrow .arrow-container,
  .button-arrow .title,
  .button-arrow .arrow-block {
    display: flex;
    justify-content: center;
    align-items: center; }
  .button-arrow .arrow-container:hover .title {
    text-decoration: underline; }
  .button-arrow .title {
    padding: 0 10px 0 20px;
    text-transform: uppercase; }
  .button-arrow .content {
    text-align: start; }
  .button-arrow .content-block {
    max-width: 290px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle; }
  .button-arrow .arrow-block {
    background: #0C3F91;
    color: #fff;
    height: 48px;
    width: 48px; }

.engagement-page {
  background-color: #F5F5F5; }
  .engagement-page .panel-body {
    padding-bottom: 30px; }
  .engagement-page p {
    line-height: 1.53846; }
  .engagement-page .main-action-btns .btn {
    margin-top: 10px; }
  .engagement-page .main-action-btns .btn + .btn {
    margin-left: 15px; }
  .engagement-page .notes-textarea {
    box-sizing: border-box;
    height: 200px;
    width: 100%;
    border: 1px solid #D4D4D4;
    background-color: #fff;
    box-shadow: inset 0 1px 2px 0 rgba(139, 139, 139, 0.5);
    margin-top: 3px; }

.engagement-title {
  font-size: 36px;
  line-height: 49px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif; }

.engagement-col {
  margin-bottom: 20px; }

.engagement-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .engagement-header .btns {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .engagement-header .btns {
        justify-content: flex-end;
        width: 100%; } }

.engagement-btn {
  margin-bottom: 8px; }
  .engagement-btn + .engagement-btn {
    margin-left: 7px; }
  @media screen and (max-width: 480px) {
    .engagement-btn {
      width: 100%;
      margin-bottom: 15px; }
      .engagement-btn + .engagement-btn {
        margin-left: 0; } }

.engagement-footer {
  padding-bottom: 30px; }
  .engagement-footer .btns {
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 480px) {
      .engagement-footer .btns {
        flex-direction: column; } }

.engagement-table thead {
  color: #0C3F91; }
  .engagement-table thead tr th {
    border: none; }

.engagement-table tbody tr td {
  border-bottom: 1px solid #ddd;
  border-top: none; }
  .engagement-table tbody tr td:nth-child(-n + 2) {
    color: #0D77F1; }

@media screen and (max-width: 768px) {
  .engagement-pagination-wrap {
    text-align: center; } }

.billing-history__body {
  padding: 20px 20px 25px !important; }
  .billing-history__body table.table-engagements th.table-header {
    color: #0C3F91;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    background: transparent;
    padding: 5px 8px; }
  .billing-history__body table.table-engagements tr {
    border-bottom: 1px solid #ddd; }
  .billing-history__body table.table-engagements thead tr {
    border: none; }
  .billing-history__body table.table-engagements tr td {
    padding: 12px 8px !important;
    color: #000;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    border-top: none !important; }
    .billing-history__body table.table-engagements tr td:last-child {
      text-align: center; }
    .billing-history__body table.table-engagements tr td:first-child,
    .billing-history__body table.table-engagements tr td:first-child a,
    .billing-history__body table.table-engagements tr td:last-child a {
      color: #0D77F1;
      font-weight: bold;
      letter-spacing: 0; }

.engagement-license-text-frame {
  display: block;
  width: 100%;
  height: 50vh;
  min-height: 150px;
  overflow: auto;
  border: none; }

.engagement-license-buttons {
  display: flex;
  justify-content: flex-end; }
  .engagement-license-buttons .btn {
    width: 160px !important;
    margin: 0 !important; }
  .engagement-license-buttons .engagement-license-ok-button {
    margin-left: auto !important; }

.move-out .move-out__body {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.move-out .move-out__title {
  color: #0C3F91; }

.move-out .move-out__note {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px; }

.move-out .move-out__submit-note {
  margin-left: auto; }

.move-out .move-out__photos {
  display: flex;
  flex-direction: column; }

.move-out .move-out__photo {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0; }

.move-out .move-out__photo:not(:last-child) {
  border-bottom: 1px solid #ccc; }

.move-out .move-out__information {
  display: flex;
  gap: 10px;
  align-self: center; }

.move-out .move-out__image {
  min-width: 200px;
  max-height: 100px;
  aspect-ratio: 2 / 1;
  object-fit: contain; }

.move-out .move-out__content {
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  word-break: break-word; }

.move-out .move-out__photo-name {
  font-weight: bold; }

@media (max-width: 768px) {
  .move-out .move-out__photo {
    flex-wrap: wrap; }
  .move-out .move-out__information {
    flex-wrap: wrap; } }

.page-payment {
  padding-top: 10px;
  padding-bottom: 30px; }
  .page-payment .btn-lg, .page-payment .btn-group-lg > .btn {
    padding: 14px 25px;
    font-size: 16px; }

.payment-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px; }

.payment-title {
  margin: 0 0 15px; }

.payment-btn-dashboard {
  font-weight: 500;
  color: #fff;
  font-size: 16px; }

.payment-list {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .payment-list {
      margin-right: 0; } }
  .payment-list button.btn-payment:hover .payment-item-controls {
    display: flex; }
  @media (max-width: 767px) {
    .payment-list {
      flex-wrap: wrap-reverse;
      justify-content: center; } }
  @media (max-width: 570px) {
    .payment-list .btn-group {
      display: flex;
      justify-content: center;
      flex-direction: column;
      margin: 0 20px; }
      .payment-list .btn-group ul {
        padding: 0; }
    .payment-list .btn-payment {
      margin: 20px 0; } }

.payment-item-container {
  height: 250px; }

.payment-item {
  position: relative;
  width: 191px;
  display: flex;
  flex-direction: column;
  margin-right: 35px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 13px;
  color: #000;
  line-height: 1.53846; }
  @media (max-width: 991px) {
    .payment-item {
      margin: 0 10px; } }
  .payment-item-add-new {
    color: #fff;
    margin-right: 0; }
    .payment-item-add-new .payment-item-inner {
      justify-content: center;
      align-items: center;
      border: 1px solid #0C3F91;
      background-color: #0C3F91; }
    .payment-item-add-new .payment-item-disc {
      color: inherit;
      font-size: 16px;
      font-family: "Montserrat", Helvetica, Arial, sans-serif; }
  .payment-item.active .payment-item-inner {
    border: 1px solid #6097F3;
    background-color: rgba(77, 115, 179, 0.1); }
  .payment-item.active .payment-item-title {
    opacity: 1; }
  .payment-item.active .payment-item-controls {
    display: none !important; }
  .payment-item:hover .payment-item-controls {
    display: flex; }
  .payment-item-header {
    min-height: 60px;
    padding-bottom: 16px; }
    .payment-item-header .radio-label {
      pointer-events: none; }
  .payment-item-title {
    opacity: 0;
    margin: 0 0 9px;
    font-weight: bold; }
    @media (max-width: 480px) {
      .payment-item-title {
        font-size: 16px; } }
  .payment-item .form-group-radio {
    margin-top: auto; }
    .payment-item .form-group-radio input:checked ~ label:after {
      background: #666; }
  .payment-item label {
    display: inline-block;
    vertical-align: top; }
  .payment-item-inner {
    flex-basis: 75%;
    display: flex;
    flex-direction: column;
    min-height: 191px;
    min-width: 191px;
    margin-top: auto;
    padding: 5px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(144, 144, 144, 0.5); }
  .payment-item-logo-wrap {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .payment-item-logo {
    max-width: 100%;
    max-height: 100%; }
  .payment-item-code {
    font-weight: 600; }
  .payment-item-disc {
    color: #4a4a4a; }
  .payment-item-controls {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 16px 10px 0; }
  .payment-item-control {
    margin-bottom: 5px; }
  .payment-item-icon-plus {
    margin-bottom: 16px;
    font-size: 60px;
    font-family: inherit !important; }

.suppler-preferences-page {
  padding-bottom: 100px; }

@media screen and (max-width: 992px) {
  .suppler-preferences-header {
    margin-bottom: 10px; } }

@media screen and (max-width: 480px) {
  .suppler-preferences-header {
    flex-direction: column; } }

.suppler-preferences-disc {
  color: #4A4A4A;
  font-style: italic; }

.suppler-preferences-footer {
  padding-top: 254px;
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 992px) {
    .suppler-preferences-footer {
      justify-content: flex-start; } }
  @media screen and (max-width: 480px) {
    .suppler-preferences-footer {
      padding-top: 50px;
      flex-direction: column; } }

.dashboard-error-container {
  height: 100vh; }

.dashboard {
  background-color: #f1f1f1; }
  .dashboard--full-bg {
    min-height: 718px; }
  .dashboard-grid {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1200px) {
      .dashboard-grid {
        flex-direction: column; } }
  .dashboard-col--left {
    padding: 0 20px;
    width: 65.27132%; }
  .dashboard-col--right {
    width: 30.3876%; }
  @media screen and (max-width: 1200px) {
    .dashboard-col {
      width: 100%; } }

.dashboard--error {
  display: flex;
  align-items: center;
  height: calc(100% - 140px); }

.dashboard-title {
  font-size: 30px;
  font-weight: 600; }

.buyer-dashboard-profile-title {
  font-weight: 700 !important;
  padding: 20px 50px !important; }

.panel-light-blue {
  border-radius: 5px; }
  .panel-light-blue .panel-heading {
    background-color: #4D73B3;
    color: white;
    font-weight: bold;
    border-radius: 5px 5px 0 0; }
  .panel-light-blue .btn {
    border-radius: 5px; }

.invoice-page {
  background-color: whitesmoke; }
  .invoice-page .daterangepicker {
    width: auto; }

.invoice-text {
  line-height: 30px; }

.invoice-title {
  margin: 0 0 20px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
  color: #0C3F91; }

.invoice-rows:not(:nth-last-of-type(1)) {
  margin-bottom: 35px; }

.invoice-rows .row {
  padding: 5px 0; }
  .invoice-rows .row:nth-child(odd) {
    background-color: rgba(77, 115, 179, 0.1); }
  .invoice-rows .row + .row {
    margin-top: 5px; }
    @media screen and (max-width: 768px) {
      .invoice-rows .row + .row {
        margin-top: 20px; } }

.invoice-page__notes-textarea {
  width: 100%;
  min-height: 270px; }

.invoice-page__notes-text {
  white-space: pre-wrap; }

.textarea-height {
  height: 29px;
  width: 211px; }

.form-control-invoice {
  width: 74px; }

.invoice-service-add-btn {
  margin: 10px 0 0 -5px; }

.invoice-service-add-prorate {
  width: 210px; }
  @media (min-width: 768px) {
    .invoice-service-add-prorate {
      text-align: right; } }

.invoice-service-add-prorate__btn {
  height: 30px;
  margin-top: 23px;
  line-height: 30px;
  font-size: 16px; }

.invoice-download-link {
  font-weight: 700;
  text-transform: uppercase; }

.invoice-download-link,
.invoice-download-link:focus,
.invoice-download-link:hover {
  color: #fff; }

.messages-page {
  min-height: 100vh; }
  .messages-page .wrap-supplier {
    height: 100%; }
  @media (max-width: 991px) {
    .messages-page {
      height: auto; } }

.body-FAQ .page-section {
  padding-top: 0; }

@media (max-width: 991px) {
  .body-FAQ .container-custom {
    padding-bottom: 80px; }
  .body-FAQ .tab-custom .nav-tabs {
    margin-top: -80px;
    overflow-x: auto;
    overflow-y: hidden; } }

.contact-us-form {
  padding: 35px 35px 45px;
  margin-bottom: 17px;
  border: 1px solid #6097F3;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(144, 144, 144, 0.5);
  background-color: rgba(77, 115, 179, 0.1);
  font-family: "SF UI Text", Helvetica, Arial, sans-serif; }
  .contact-us-form h3 {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 21px;
    color: #0C3F91;
    font-weight: 500; }
  .contact-us-form .contact-email, .contact-us-form .contact-phone {
    font-size: 14px;
    line-height: 20px; }
    .contact-us-form .contact-email p, .contact-us-form .contact-phone p {
      line-height: 20px;
      margin-bottom: 0;
      color: #000;
      font-weight: 600; }
    .contact-us-form .contact-email a, .contact-us-form .contact-phone a {
      display: block;
      color: #0D77F1;
      font-weight: 500; }
      .contact-us-form .contact-email a:hover, .contact-us-form .contact-phone a:hover {
        text-decoration: none; }

.contact-form {
  background: #fff;
  overflow: hidden;
  padding: 40px;
  border-radius: 5px;
  margin-right: 50px;
  min-height: 400px;
  display: flex;
  align-items: center; }
  .contact-form .info {
    padding: 0 0 10px 15px; }
  .contact-form .form-group {
    margin-bottom: 30px; }
  .contact-form .btn {
    width: 240px; }
  @media (max-width: 1200px) {
    .contact-form {
      margin-right: 0; } }
  @media (max-width: 400px) {
    .contact-form {
      padding: 20px; }
      .contact-form .btn {
        width: 100%;
        margin: 0 !important; } }

#contact-map {
  width: 100%;
  height: 650px;
  min-height: 200px; }
  @media (max-width: 767px) {
    #contact-map {
      height: 300px; } }

#contact-map {
  height: 428px; }

#contact-map .gm-style-iw {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5em;
  color: #0C3F91; }

.facility-details {
  margin-bottom: 204px; }
  @media (max-width: 767px) {
    .facility-details {
      padding-bottom: 295px; } }
  .facility-details__gallery {
    margin-bottom: 25px; }
  .facility-details__back-btn {
    color: #0D77F1;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px; }
  .facility-details__title {
    color: #29272A;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 42px;
    margin: 10px 0 0 0; }
  .facility-details__section {
    width: 100%;
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 34px 30px; }
    @media screen and (max-width: 480px) {
      .facility-details__section {
        padding: 15px; } }
    .facility-details__section .question-contact-info {
      margin-top: -20px; }
  @media screen and (max-width: 480px) {
    .facility-details .well-table th {
      padding: 0 15px 0 0 !important; }
    .facility-details .well-table td {
      padding: 0 !important; } }
  .facility-details__block-title {
    margin: 0;
    font-size: 12px;
    color: #4A4A4A; }
  .facility-details .nav-tabs li a {
    background: #fff;
    border-radius: 0;
    color: #0C3F91;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 16px;
    border-bottom: none; }
  .facility-details .nav-tabs li.active a {
    border-top: 2px solid #f8bd18;
    color: #0C3F91; }
  .facility-details__media {
    background: #ccc;
    width: 100%;
    min-height: 150px; }
  .facility-details__media--has-video {
    min-height: auto; }

.facility-details__section--virtual-tour {
  text-align: left; }
  .facility-details__section--virtual-tour .well-hr {
    margin-bottom: 30px; }
  .facility-details__section--virtual-tour h5 {
    color: #0C3F91;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 21px;
    text-align: left; }
  .facility-details__section--virtual-tour p {
    opacity: 0.5;
    color: rgba(41, 39, 42, 0.5);
    font-size: 11px;
    letter-spacing: 0;
    line-height: 16px; }

.header-facility-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .header-facility-labels .reviews strong {
    color: #0C3F91; }
  .header-facility-labels__col {
    display: flex;
    align-items: center; }
  .header-facility-labels__label {
    color: rgba(41, 39, 42, 0.5);
    font-size: 11px;
    letter-spacing: 0;
    line-height: 10px;
    margin-right: 18px; }
    .header-facility-labels__label i {
      display: inline-block;
      position: relative;
      bottom: 2px;
      margin-right: 5px; }

.facility-rating-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.facility-rating-section__header-help {
  display: flex;
  align-items: center; }
  .facility-rating-section__header-help p {
    margin: 0; }

.facility-rating-section__total {
  text-align: center;
  padding-top: 15px; }
  .facility-rating-section__total h4 {
    color: #000;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 42px; }
  .facility-rating-section__total p {
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px; }

.facility-rating-section .well-hr {
  margin-bottom: 20px; }

.facility-rating-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px; }
  .facility-rating-line p {
    margin: 0; }
  .facility-rating-line__col {
    display: flex;
    align-items: center; }
    .facility-rating-line__col:nth-of-type(2) {
      flex-shrink: 0; }
  .facility-rating-line__name {
    color: #4A4A4A;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px; }
  .facility-rating-line__number {
    width: 30px;
    color: #0C3F91;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    top: -3px;
    margin-left: 10px;
    text-align: right; }

.facility-order-form__label {
  color: #0C3F91;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px; }

.facility-order-form .dropdown {
  width: 100%; }

.facility-order-form__input-wrap input {
  padding-left: 50px !important; }

.facility-order-form .form-group {
  margin: 0 0 20px !important; }

.facility-order-form .btn {
  margin: 0 !important; }

.facility-order-form hr {
  height: 1px;
  width: 100%;
  border: none;
  background: #D4D4D4;
  margin: 20px 0; }

.facility-order-form__additional-options {
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  margin: 0 0 20px 0; }
  .facility-order-form__additional-options.without-border-bottom {
    border-bottom: none; }

.facility-order-form__accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer; }
  .facility-order-form__accordion-header p {
    margin: 0; }
  .facility-order-form__accordion-header .ic {
    transform: rotate(-90deg);
    transition: 0.3s; }
  .facility-order-form__accordion-header.active .ic {
    transform: rotate(0); }

.facility-order-form__additional-row {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 15px; }

.facility-order-form__additional-col {
  width: 50%;
  display: flex; }
  .facility-order-form__additional-col input {
    text-align: right; }

.facility-order-form__additional-input-label {
  color: #4A4A4A;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin: 0; }

.facility-order-form__input {
  height: 30px;
  border: 1px solid #D4D4D4;
  background-color: #fff;
  box-shadow: inset 0 1px 2px 0 rgba(139, 139, 139, 0.5);
  width: 100%; }

.facility-order-form__range {
  display: flex;
  align-items: center; }
  .facility-order-form__range label {
    flex: auto;
    margin: 0 10px;
    width: 100%;
    position: relative; }
    .facility-order-form__range label:first-child {
      margin-left: 0; }
    .facility-order-form__range label span {
      position: absolute;
      padding-bottom: 2px;
      color: #979797;
      top: -20px;
      left: 20px; }
  .facility-order-form__range input {
    width: 100%;
    text-align: right;
    padding: 0; }

.facility-order-form__additional-options-slider {
  display: none;
  padding-bottom: 20px; }

.facility-setup .page-title {
  margin-bottom: 30px; }

.facility-setup .gmap-search-input .form-control {
  height: 32px; }

.facility-setup .facility-setup__help-title {
  color: #0C3F91;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0 0 20px 0; }

.facility-setup__help-list {
  list-style: none;
  padding: 0;
  margin-top: 25px; }
  .facility-setup__help-list li {
    margin-bottom: 8px;
    position: relative; }
    .facility-setup__help-list li:before {
      content: '';
      position: absolute;
      left: -30px;
      top: 4px;
      background-size: contain;
      display: inline-block;
      height: 14px;
      width: 14px;
      background: url("../img/icons/check-small.svg") no-repeat center; }

.facility-setup__datepeeker {
  margin: 0; }

.facility-setup .facility-setup__iframe-area {
  height: 100%;
  border: 1px solid #d4d4d4; }

.facility-setup .facility-setup__iframe {
  resize: vertical;
  height: 90px; }

.facility-setup .radio-btn {
  font-family: "SF UI Text", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #4A4A4A; }

.supplier-onboarding .section-title-underlined:after {
  content: '';
  display: block;
  height: 2px;
  width: 200px;
  background: #f8bd18;
  margin: 20px auto; }

.supplier-onboarding .block-search {
  padding-top: 0;
  max-width: 1170px;
  width: 100%;
  text-align: left; }
  .supplier-onboarding .block-search .tab-content {
    color: #fff; }
  .supplier-onboarding .block-search .title {
    color: inherit;
    max-width: 700px; }
  .supplier-onboarding .block-search .subtitle {
    font-size: 16px; }
  .supplier-onboarding .block-search h2, .supplier-onboarding .block-search h5 {
    margin: 0; }
  .supplier-onboarding .block-search .ul-tab {
    border-bottom: none;
    margin-left: 30%; }

.supplier-onboarding .block-how-it-works {
  padding-bottom: 0; }
  @media (max-width: 1439px) {
    .supplier-onboarding .block-how-it-works {
      padding-bottom: 70px; } }

.supplier-onboarding .how-it-work-schema {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 25px -120px 0; }
  @media (max-width: 1200px) {
    .supplier-onboarding .how-it-work-schema {
      margin: 25px auto 0; } }
  .supplier-onboarding .how-it-work-schema__block {
    flex-basis: 350px;
    margin: 0 80px;
    position: relative;
    z-index: 5; }
    @media (max-width: 1200px) {
      .supplier-onboarding .how-it-work-schema__block {
        margin-top: 20px; } }
    @media (max-width: 500px) {
      .supplier-onboarding .how-it-work-schema__block {
        margin: 20px 0 0 0; } }
    .supplier-onboarding .how-it-work-schema__block:after {
      content: '';
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      z-index: 1; }
      @media (max-width: 1439px) {
        .supplier-onboarding .how-it-work-schema__block:after {
          display: none; } }
    .supplier-onboarding .how-it-work-schema__block:nth-of-type(1):after {
      height: 140px;
      width: 100px;
      background: none;
      top: unset;
      left: 50%;
      bottom: -90px;
      border-left: 3px dashed #e8e4e4;
      border-bottom: 3px dashed #e8e4e4; }
    .supplier-onboarding .how-it-work-schema__block:nth-of-type(3):after {
      height: 85px;
      width: 70px;
      background: none;
      top: unset;
      bottom: -90px;
      right: 50%;
      border-bottom: 3px dashed #e8e4e4;
      border-right: 3px dashed #e8e4e4; }
    .supplier-onboarding .how-it-work-schema__block:nth-of-type(4):after {
      height: 100px;
      width: 90px;
      top: -130px;
      left: 50%;
      bottom: unset;
      background: none;
      border-left: 3px dashed #e8e4e4;
      border-top: 3px dashed #e8e4e4; }
    .supplier-onboarding .how-it-work-schema__block:nth-of-type(5):after {
      height: 100px;
      width: 90px;
      top: -130px;
      right: 50%;
      bottom: unset;
      background: none;
      border-right: 3px dashed #e8e4e4;
      border-top: 3px dashed #e8e4e4; }
    .supplier-onboarding .how-it-work-schema__block:nth-of-type(4), .supplier-onboarding .how-it-work-schema__block:nth-of-type(5) {
      top: -70px; }
      @media (max-width: 1439px) {
        .supplier-onboarding .how-it-work-schema__block:nth-of-type(4), .supplier-onboarding .how-it-work-schema__block:nth-of-type(5) {
          top: auto; } }
  .supplier-onboarding .how-it-work-schema__img {
    height: 133px;
    width: 133px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F3F3;
    border-radius: 50%; }
  .supplier-onboarding .how-it-work-schema__text {
    text-align: center; }
    .supplier-onboarding .how-it-work-schema__text h5 {
      color: #0C3F91;
      font-size: 26px;
      font-weight: 900;
      line-height: 30px;
      text-align: center; }
    .supplier-onboarding .how-it-work-schema__text p {
      color: #241F20;
      font-size: 14px;
      line-height: 20px;
      text-align: center; }

.supplier-onboarding .block-why-it-works_operators {
  background-color: #F3F3F3; }
  .supplier-onboarding .block-why-it-works_operators .block-why-title {
    max-width: 700px;
    margin: 0 auto; }

.supplier-onboarding .block-why-it-works_operators .list-of-reasons {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto; }
  .supplier-onboarding .block-why-it-works_operators .list-of-reasons .reason-item {
    position: relative;
    margin: 20px 0; }
    .supplier-onboarding .block-why-it-works_operators .list-of-reasons .reason-item:before {
      position: absolute;
      top: 10px;
      color: #0C3F91;
      background-color: #c5dffc;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      font-weight: 900;
      font-family: "Raleway", Helvetica, Arial, sans-serif; }
      @media (max-width: 767px) {
        .supplier-onboarding .block-why-it-works_operators .list-of-reasons .reason-item:before {
          display: none; } }
    .supplier-onboarding .block-why-it-works_operators .list-of-reasons .reason-item:nth-child(odd):before {
      left: -100px; }
    .supplier-onboarding .block-why-it-works_operators .list-of-reasons .reason-item:nth-child(even):before {
      right: -100px; }
    .supplier-onboarding .block-why-it-works_operators .list-of-reasons .reason-item:nth-of-type(1):before {
      content: '1'; }
    .supplier-onboarding .block-why-it-works_operators .list-of-reasons .reason-item:nth-of-type(2):before {
      content: '2'; }
    .supplier-onboarding .block-why-it-works_operators .list-of-reasons .reason-item:nth-of-type(3):before {
      content: '3'; }
    .supplier-onboarding .block-why-it-works_operators .list-of-reasons .reason-item:nth-of-type(4):before {
      content: '4'; }
    @media (max-width: 767px) {
      .supplier-onboarding .block-why-it-works_operators .list-of-reasons .reason-item {
        margin: 0; } }
  .supplier-onboarding .block-why-it-works_operators .list-of-reasons .reason {
    text-align: inherit;
    font-size: 18px;
    line-height: 21px; }
  .supplier-onboarding .block-why-it-works_operators .list-of-reasons .reason-description {
    line-height: 20px; }
  @media (max-width: 1440px) {
    .supplier-onboarding .block-why-it-works_operators .list-of-reasons {
      max-width: unset;
      padding: 0 120px; } }
  @media (max-width: 767px) {
    .supplier-onboarding .block-why-it-works_operators .list-of-reasons {
      padding: 0; } }

.supplier-onboarding .video-section {
  background: #F3F3F3; }
  .supplier-onboarding .video-section__video {
    height: auto;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; }
  .supplier-onboarding .video-section .list-btn {
    width: 100%;
    max-width: 500px; }

.supplier-onboarding .block-keys-of-success .keys-of-success_item {
  display: flex;
  flex-direction: column;
  align-items: center; }

.supplier-onboarding .block-keys-of-success .keys-of-success_item-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 270px;
  width: 270px; }

.supplier-onboarding .block-keys-of-success .keys-of-success_item-title {
  font-size: 24px;
  line-height: 29px;
  text-align: center; }

.supplier-onboarding .block-keys-of-success .keys-of-success_item-desc {
  letter-spacing: 0;
  line-height: 20px; }

.supplier-onboarding .block-finding-success {
  position: relative;
  background: url("../img/general/suppliers_cta_bg.jpg") center no-repeat;
  background-size: cover;
  margin-top: 440px;
  margin-bottom: -1px;
  height: 475px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 200px; }
  .supplier-onboarding .block-finding-success .video-section__video {
    position: absolute;
    top: -95%;
    left: 50%;
    transform: translateX(-50%); }
  .supplier-onboarding .block-finding-success .get-started {
    margin-top: 140px;
    padding: 0 15px; }
    .supplier-onboarding .block-finding-success .get-started h2 {
      color: #fff; }
  .supplier-onboarding .block-finding-success .get-started_btn {
    max-width: 500px;
    width: 100%; }

.resources-content ul li {
  line-height: 1.5; }

.notice-line {
  position: relative;
  top: 10px;
  background-color: #3461B0;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 5px;
  padding: 13px;
  color: white;
  font-weight: bold;
  text-align: center;
  z-index: 999; }

.dashboard-slider--empty .panel-body {
  padding-top: 83px;
  padding-bottom: 103px; }

.user-profile__city-field {
  z-index: 1; }

@media screen and (max-width: 480px) {
  .dashboard-slider--empty .panel-body {
    padding-top: 30px;
    padding-bottom: 50px; } }

.dashboard-slider--empty .btn {
  min-width: 280px; }

@media screen and (max-width: 480px) {
  .dashboard-slider--empty .btn {
    min-width: 100%; } }

.projected-volume {
  min-width: 57px;
  margin-top: 15px; }

hr {
  height: 2px;
  width: 100%;
  background: #FF831E;
  margin: 0 auto; }

.map-storage-marker {
  height: 28px;
  min-width: 110px;
  line-height: 28px;
  border-radius: 14px;
  background-color: #0C3F91;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
  z-index: 9999; }
  .map-storage-marker:hover {
    z-index: 9991; }

.ember-basic-dropdown {
  position: relative; }

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box; }

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff; }

.ember-basic-dropdown-content--left {
  left: 0; }

.ember-basic-dropdown-content--right {
  right: 0; }

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
  display: inline; }

.ember-power-select-dropdown * {
  box-sizing: border-box; }

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */ }
  .ember-power-select-trigger:after {
    content: "";
    display: table;
    clear: both; }

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none; }

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded="true"],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent; }
  .ember-basic-dropdown-trigger[aria-expanded="true"] .ember-power-select-status-icon {
    transform: rotate(180deg); }

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer; }

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */ }
  .ember-power-select-trigger-multiple-input:disabled {
    background-color: #eeeeee; }
  .ember-power-select-trigger-multiple-input::placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-moz-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-ms-input-placeholder {
    opacity: 1;
    color: #999999; }

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0; }

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px; }

.ember-power-select-multiple-remove-btn {
  cursor: pointer; }
  .ember-power-select-multiple-remove-btn:not(:hover) {
    opacity: 0.5; }

.ember-power-select-search {
  padding: 4px; }

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px; }
  .ember-power-select-search-input:focus {
    border: 1px solid #aaaaaa;
    box-shadow: none; }

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit; }

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%; }

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none; }
  .ember-power-select-options[role="listbox"] {
    overflow-y: auto;
    /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
    -webkit-overflow-scrolling: touch;
    max-height: 12.25em; }

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px; }

.ember-power-select-group[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed; }

.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed; }

.ember-power-select-option[aria-selected="true"] {
  background-color: #dddddd; }

.ember-power-select-option[aria-current="true"] {
  background-color: #5897fb;
  color: #ffffff; }

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold; }

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee; }

.ember-power-select-trigger {
  padding: 0 16px 0 0; }

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px; }

.ember-power-select-status-icon {
  right: 5px; }

.ember-power-select-clear-btn {
  right: 25px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px; }

.ember-power-select-group .ember-power-select-option {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px; }

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
    margin-right: 8px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
    left: 5px;
    right: initial; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
    left: 25px;
    right: initial; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px; }

.ember-power-select-trigger {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  width: 100%; }

.ember-power-select-dropdown {
  z-index: 999999 !important; }

.ember-power-select-typeahead-input {
  margin-left: 0 !important; }

.daterangepicker-dt-bg-grey {
  background-color: #eee; }

.blocked {
  display: block; }

.daterangepicker-input {
  width: 200px; }

.panel-default .ember-power-select-search-input {
  border: 1px solid #ccc !important; }

.ta-center {
  text-align: center; }

.ember-basic-dropdown {
  position: relative; }

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box; }

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff; }

.ember-basic-dropdown-content--left {
  left: 0; }

.ember-basic-dropdown-content--right {
  right: 0; }

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
  display: inline; }

.ember-power-select-dropdown * {
  box-sizing: border-box; }

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */ }
  .ember-power-select-trigger:after {
    content: "";
    display: table;
    clear: both; }

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none; }

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded="true"],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent; }
  .ember-basic-dropdown-trigger[aria-expanded="true"] .ember-power-select-status-icon {
    transform: rotate(180deg); }

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer; }

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */ }
  .ember-power-select-trigger-multiple-input:disabled {
    background-color: #eeeeee; }
  .ember-power-select-trigger-multiple-input::placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-moz-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-ms-input-placeholder {
    opacity: 1;
    color: #999999; }

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0; }

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px; }

.ember-power-select-multiple-remove-btn {
  cursor: pointer; }
  .ember-power-select-multiple-remove-btn:not(:hover) {
    opacity: 0.5; }

.ember-power-select-search {
  padding: 4px; }

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px; }
  .ember-power-select-search-input:focus {
    border: 1px solid #aaaaaa;
    box-shadow: none; }

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit; }

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%; }

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none; }
  .ember-power-select-options[role="listbox"] {
    overflow-y: auto;
    /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
    -webkit-overflow-scrolling: touch;
    max-height: 12.25em; }

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px; }

.ember-power-select-group[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed; }

.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed; }

.ember-power-select-option[aria-selected="true"] {
  background-color: #dddddd; }

.ember-power-select-option[aria-current="true"] {
  background-color: #5897fb;
  color: #ffffff; }

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold; }

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee; }

.ember-power-select-trigger {
  padding: 0 16px 0 0; }

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px; }

.ember-power-select-status-icon {
  right: 5px; }

.ember-power-select-clear-btn {
  right: 25px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px; }

.ember-power-select-group .ember-power-select-option {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px; }

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
    margin-right: 8px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
    left: 5px;
    right: initial; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
    left: 25px;
    right: initial; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px; }
