﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,600,700,300&subset=latin");
/*!
 *  Font Awesome 4.3.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.3.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0);
}

/* 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-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.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-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-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-genderless:before,
.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-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-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: "";
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #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;
  }
  select {
    background: #fff !important;
  }
  .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: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-ruble: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: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.42857;
    color: #1E1C17;
    background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0075bd;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #205f82;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
    object-fit:contain;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 3px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -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;
}

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;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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 15px;
}

.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;
}

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-justify-xs {
    text-align: justify;
  }
  .text-nowrap-xs {
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-justify-sm {
    text-align: justify;
  }
  .text-nowrap-sm {
    white-space: nowrap;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .text-justify-md {
    text-align: justify;
  }
  .text-nowrap-md {
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-justify-lg {
    text-align: justify;
  }
  .text-nowrap-lg {
    white-space: nowrap;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-italic {
  font-style: italic;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7 !important;
}

a.bg-primary:hover {
  background-color: #286090 !important;
}

.bg-success {
  background-color: #dff0d8 !important;
}

a.bg-success:hover {
  background-color: #c1e2b3 !important;
}

.bg-info {
  background-color: #d9edf7 !important;
}

a.bg-info:hover {
  background-color: #afd9ee !important;
}

.bg-warning {
  background-color: #fcf8e3 !important;
}

a.bg-warning:hover {
  background-color: #f7ecb5 !important;
}

.bg-danger {
  background-color: #f2dede !important;
}

a.bg-danger:hover {
  background-color: #e4b9b9 !important;
}

.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%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.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;
}

.font-size-100 {
  font-size: 100px;
}

.font-size-99 {
  font-size: 99px;
}

.font-size-98 {
  font-size: 98px;
}

.font-size-97 {
  font-size: 97px;
}

.font-size-96 {
  font-size: 96px;
}

.font-size-95 {
  font-size: 95px;
}

.font-size-94 {
  font-size: 94px;
}

.font-size-93 {
  font-size: 93px;
}

.font-size-92 {
  font-size: 92px;
}

.font-size-91 {
  font-size: 91px;
}

.font-size-90 {
  font-size: 90px;
}

.font-size-89 {
  font-size: 89px;
}

.font-size-88 {
  font-size: 88px;
}

.font-size-87 {
  font-size: 87px;
}

.font-size-86 {
  font-size: 86px;
}

.font-size-85 {
  font-size: 85px;
}

.font-size-84 {
  font-size: 84px;
}

.font-size-83 {
  font-size: 83px;
}

.font-size-82 {
  font-size: 82px;
}

.font-size-81 {
  font-size: 81px;
}

.font-size-80 {
  font-size: 80px;
}

.font-size-79 {
  font-size: 79px;
}

.font-size-78 {
  font-size: 78px;
}

.font-size-77 {
  font-size: 77px;
}

.font-size-76 {
  font-size: 76px;
}

.font-size-75 {
  font-size: 75px;
}

.font-size-74 {
  font-size: 74px;
}

.font-size-73 {
  font-size: 73px;
}

.font-size-72 {
  font-size: 72px;
}

.font-size-71 {
  font-size: 71px;
}

.font-size-70 {
  font-size: 70px;
}

.font-size-69 {
  font-size: 69px;
}

.font-size-68 {
  font-size: 68px;
}

.font-size-67 {
  font-size: 67px;
}

.font-size-66 {
  font-size: 66px;
}

.font-size-65 {
  font-size: 65px;
}

.font-size-64 {
  font-size: 64px;
}

.font-size-63 {
  font-size: 63px;
}

.font-size-62 {
  font-size: 62px;
}

.font-size-61 {
  font-size: 61px;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-59 {
  font-size: 59px;
}

.font-size-58 {
  font-size: 58px;
}

.font-size-57 {
  font-size: 57px;
}

.font-size-56 {
  font-size: 56px;
}

.font-size-55 {
  font-size: 55px;
}

.font-size-54 {
  font-size: 54px;
}

.font-size-53 {
  font-size: 53px;
}

.font-size-52 {
  font-size: 52px;
}

.font-size-51 {
  font-size: 51px;
}

.font-size-50 {
  font-size: 50px;
}

.font-size-49 {
  font-size: 49px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-47 {
  font-size: 47px;
}

.font-size-46 {
  font-size: 46px;
}

.font-size-45 {
  font-size: 45px;
}

.font-size-44 {
  font-size: 44px;
}

.font-size-43 {
  font-size: 43px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-41 {
  font-size: 41px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-39 {
  font-size: 39px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-37 {
  font-size: 37px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-33 {
  font-size: 33px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-31 {
  font-size: 31px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-9 {
  font-size: 9px;
}

.font-size-8 {
  font-size: 8px;
}

.font-size-7 {
  font-size: 7px;
}

.font-size-6 {
  font-size: 6px;
}

.font-size-5 {
  font-size: 5px;
}

.font-size-4 {
  font-size: 4px;
}

.font-size-3 {
  font-size: 3px;
}

.font-size-2 {
  font-size: 2px;
}

.font-size-1 {
  font-size: 1px;
}

.line-height-50 {
  line-height: 50px;
}

.line-height-49 {
  line-height: 49px;
}

.line-height-48 {
  line-height: 48px;
}

.line-height-47 {
  line-height: 47px;
}

.line-height-46 {
  line-height: 46px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-44 {
  line-height: 44px;
}

.line-height-43 {
  line-height: 43px;
}

.line-height-42 {
  line-height: 42px;
}

.line-height-41 {
  line-height: 41px;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-39 {
  line-height: 39px;
}

.line-height-38 {
  line-height: 38px;
}

.line-height-37 {
  line-height: 37px;
}

.line-height-36 {
  line-height: 36px;
}

.line-height-35 {
  line-height: 35px;
}

.line-height-34 {
  line-height: 34px;
}

.line-height-33 {
  line-height: 33px;
}

.line-height-32 {
  line-height: 32px;
}

.line-height-31 {
  line-height: 31px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-29 {
  line-height: 29px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-27 {
  line-height: 27px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-25 {
  line-height: 25px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-23 {
  line-height: 23px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-21 {
  line-height: 21px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-19 {
  line-height: 19px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-17 {
  line-height: 17px;
}

.line-height-16 {
  line-height: 16px;
}

.line-height-15 {
  line-height: 15px;
}

.line-height-14 {
  line-height: 14px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-12 {
  line-height: 12px;
}

.line-height-11 {
  line-height: 11px;
}

.line-height-10 {
  line-height: 10px;
}

.line-height-9 {
  line-height: 9px;
}

.line-height-8 {
  line-height: 8px;
}

.line-height-7 {
  line-height: 7px;
}

.line-height-6 {
  line-height: 6px;
}

.line-height-5 {
  line-height: 5px;
}

.line-height-4 {
  line-height: 4px;
}

.line-height-3 {
  line-height: 3px;
}

.line-height-2 {
  line-height: 2px;
}

.line-height-1 {
  line-height: 1px;
}

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: 2px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  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: 2px;
}

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: 11px;
  padding-right: 11px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 742px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 962px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1162px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 11px;
  padding-right: 11px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -11px;
  margin-right: -11px;
}

.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: 11px;
  padding-right: 11px;
}

.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: 15px 20px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #e4e4e4;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e4e4e4;
}

.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 #e4e4e4;
}

.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 #e4e4e4;
}

.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 #e4e4e4;
}

.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 #e4e4e4;
  }
  .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: thin dotted;
  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: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  -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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}

.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 {
  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;
}

.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: 2px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm, .input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.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;
  padding: 5px 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: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px;
}

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: 45px;
  line-height: 45px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg, .input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px;
}

.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 40px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  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 {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.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 {
  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: #959595;
}

@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: -11px;
  margin-right: -11px;
}

.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: 11px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.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;
  
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 2px;
  -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: thin dotted;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  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:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #23527c;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  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:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #3d8b3d;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  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:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #28a1c5;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #df8a13;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #b52b27;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #0075bd;
  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: #205f82;
  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: 3px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.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;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

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 solid;
  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: 2px;
  -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 solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    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-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: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn 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-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 #d6d6d6;
  border-radius: 2px;
}

.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: 2px;
}

.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: 3px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #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: #0075bd;
}

.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: 2px 2px 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: 2px;
}

.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: 2px;
}

.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: 2px 2px 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;
  visibility: hidden;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.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: 2px;
  }
}

.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: 11px;
  padding-left: 11px;
  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;
    visibility: visible !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: -11px;
  margin-left: -11px;
}

@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 11px;
  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: -11px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 11px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.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 -11px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -11px;
  margin-right: -11px;
  padding: 10px 11px;
  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: 9px;
  margin-bottom: 9px;
}

@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: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

.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: 11px;
    margin-right: 11px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -11px;
  }
  .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: $line-height-computed;*/
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "> ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > li a {
  color: #777777;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}

.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: #0075bd;
  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: 2px;
  border-top-left-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #205f82;
  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: 2;
  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;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.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: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0075bd;
  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: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -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: #555;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0075bd;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.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: 2px;
  -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-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: 2px;
  border-top-left-radius: 2px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.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 {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #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-image: linear-gradient(#fff 0%, #FCFAF6 100%);
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 3px 5px 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: 1px;
  border-top-left-radius: 1px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e4e4e4;
}

.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: 2px;
}

.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.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -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: 3px;
}

.well-sm {
  padding: 9px;
  border-radius: 2px;
}

.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: 1040;
  -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: 3px;
  -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;
  left: 0;
  min-height: 100%;
  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;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #222;
  border-radius: 2px;
}

.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: #222;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #222;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #222;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 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: #999;
  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: #999;
  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: #999;
  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: #999;
  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: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #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%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: zoom-out;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.toggle-plus {
  position: relative;
  display: inline-block;
}

.toggle-plus:before {
  content: "+";
}

[aria-expanded="true"] .toggle-plus:before {
  content: "-";
}

@-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;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages). */
  position: absolute !important;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.mejs-container {
  position: relative;
  background: #000000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  width: 100% !important;
}

.me-plugin {
  position: absolute;
}

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  overflow: hidden;
}

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.mejs-clear {
  clear: both;
}

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

:root .mejs-poster img {
  display: none;
}

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(/Assets/Shared/Images/MediaElement/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button {
  background-image: url(/Assets/Shared/Images/MediaElement/bigplay.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .mejs-overlay-button {
    background: none;
  }
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(/Assets/Shared/Images/MediaElement/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
  visibility: hidden;
  display: block;
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0;
}

.mejs-container .mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}

.mejs-container .mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(/Assets/Shared/Images/MediaElement/controls.svg) no-repeat;
  /* :focus for accessibility */
}

.mejs-container .mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}

.mejs-container .mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}

.mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}

.mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}

.mejs-container .mejs-controls .mejs-button.mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}

.mejs-container .mejs-controls .mejs-button.mejs-speed-button:hover > .mejs-speed-selector {
  visibility: visible;
}

.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

.mejs-container .mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

.mejs-container .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: -ms-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);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

.mejs-container .mejs-controls .mejs-play button {
  background-position: 0 0;
}

.mejs-container .mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

.mejs-container .mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

.mejs-container .mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

.mejs-container .mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

.mejs-container .mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

.mejs-container .mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

.mejs-container .mejs-controls .mejs-volume-button {
  position: relative;
}

.mejs-container .mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}

.mejs-container .mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button {
  position: relative;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button button {
  background-position: -48px 0;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

.mejs-container .mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

.mejs-container .mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

.mejs-container .mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

.mejs-container .mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

.mejs-container .mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

.mejs-container .mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

.mejs-container .mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

.mejs-container .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-container .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-container .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-container .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-container .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
}

.mejs-container .mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(/Assets/Shared/Images/MediaElement/skipback.png) no-repeat;
  background-position: 3px 3px;
}

.mejs-container .mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}

.mejs-container:hover .mejs-controls {
  visibility: visible;
}

.mejs-container .no-svg .mejs-controls .mejs-button button {
  background-image: url(/Assets/Shared/Images/MediaElement/controls.png);
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

.mejs-captions-position-hover {
  bottom: 35px;
}

.mejs-captions-text {
  padding: 3px 5px;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}

.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

.me-cannotplay span {
  padding: 15px;
  display: block;
}

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(/Assets/Shared/Images/MediaElement/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}

div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

.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;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: zoom-out;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.toggle-plus {
  position: relative;
  display: inline-block;
}

.toggle-plus:before {
  content: "+";
}

[aria-expanded="true"] .toggle-plus:before {
  content: "-";
}

@-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;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media \0screen {
  .container {
    width: 992px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 11px;
    padding-right: 11px;
  }
  .container:before {
    content: "";
    position: relative;
    display: table;
    clear: both;
  }
  .container:after {
    content: "";
    position: relative;
    display: table;
    clear: both;
  }
  .container .row {
    position: relative;
  }
  .container .row .row {
    margin-left: -11px;
    margin-right: -11px;
  }
  .collapse {
    display: block;
    visibility: visible;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav {
    text-align: center;
  }
  .nav > li {
    display: inline-block;
  }
  .col-xs-12 {
    position: relative;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-sm-12 {
    position: relative;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-md-12 {
    position: relative;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-lg-12 {
    position: relative;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-xs-11 {
    position: relative;
    width: 91.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-sm-11 {
    position: relative;
    width: 91.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-md-11 {
    position: relative;
    width: 91.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-lg-11 {
    position: relative;
    width: 91.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-xs-10 {
    position: relative;
    width: 83.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-sm-10 {
    position: relative;
    width: 83.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-md-10 {
    position: relative;
    width: 83.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-lg-10 {
    position: relative;
    width: 83.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-xs-9 {
    position: relative;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-sm-9 {
    position: relative;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-md-9 {
    position: relative;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-lg-9 {
    position: relative;
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-xs-8 {
    position: relative;
    width: 66.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-sm-8 {
    position: relative;
    width: 66.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-md-8 {
    position: relative;
    width: 66.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-lg-8 {
    position: relative;
    width: 66.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-xs-7 {
    position: relative;
    width: 58.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-sm-7 {
    position: relative;
    width: 58.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-md-7 {
    position: relative;
    width: 58.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-lg-7 {
    position: relative;
    width: 58.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-xs-6 {
    position: relative;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-sm-6 {
    position: relative;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-md-6 {
    position: relative;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-lg-6 {
    position: relative;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-xs-5 {
    position: relative;
    width: 41.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-sm-5 {
    position: relative;
    width: 41.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-md-5 {
    position: relative;
    width: 41.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-lg-5 {
    position: relative;
    width: 41.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-xs-4 {
    position: relative;
    width: 33.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-sm-4 {
    position: relative;
    width: 33.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-md-4 {
    position: relative;
    width: 33.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-lg-4 {
    position: relative;
    width: 33.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-xs-3 {
    position: relative;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-sm-3 {
    position: relative;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-md-3 {
    position: relative;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-lg-3 {
    position: relative;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-xs-2 {
    position: relative;
    width: 16.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-sm-2 {
    position: relative;
    width: 16.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-md-2 {
    position: relative;
    width: 16.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-lg-2 {
    position: relative;
    width: 16.66667%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-xs-1 {
    position: relative;
    width: 8.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-sm-1 {
    position: relative;
    width: 8.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-md-1 {
    position: relative;
    width: 8.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .col-lg-1 {
    position: relative;
    width: 8.33333%;
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
    float: left;
  }
  .navbar-toggle {
    display: none;
  }
}

body {
  -ms-overflow-style: scrollbar;
}

.div-table {
  display: table;
  width: 100%;
}

.div-table .div-cell {
  display: table-cell;
  float: none;
}

.no-wrap {
  white-space: nowrap;
}

.margin-50 {
  margin: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-45 {
  margin: 45px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-40 {
  margin: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-35 {
  margin: 35px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-25 {
  margin: 25px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-15 {
  margin: 15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-5 {
  margin: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-0 {
  margin: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin--5 {
  margin: -5px !important;
}

.margin-bottom--5 {
  margin-bottom: -5px !important;
}

.margin-top--5 {
  margin-top: -5px !important;
}

.margin-left--5 {
  margin-left: -5px !important;
}

.margin-right--5 {
  margin-right: -5px !important;
}

.margin--10 {
  margin: -10px !important;
}

.margin-bottom--10 {
  margin-bottom: -10px !important;
}

.margin-top--10 {
  margin-top: -10px !important;
}

.margin-left--10 {
  margin-left: -10px !important;
}

.margin-right--10 {
  margin-right: -10px !important;
}

.margin--15 {
  margin: -15px !important;
}

.margin-bottom--15 {
  margin-bottom: -15px !important;
}

.margin-top--15 {
  margin-top: -15px !important;
}

.margin-left--15 {
  margin-left: -15px !important;
}

.margin-right--15 {
  margin-right: -15px !important;
}

.margin--20 {
  margin: -20px !important;
}

.margin-bottom--20 {
  margin-bottom: -20px !important;
}

.margin-top--20 {
  margin-top: -20px !important;
}

.margin-left--20 {
  margin-left: -20px !important;
}

.margin-right--20 {
  margin-right: -20px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-45 {
  padding: 45px !important;
}

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-35 {
  padding: 35px !important;
}

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-25 {
  padding: 25px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-0 {
  padding: 0px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding--5 {
  padding: -5px !important;
}

.padding-bottom--5 {
  padding-bottom: -5px !important;
}

.padding-top--5 {
  padding-top: -5px !important;
}

.padding-left--5 {
  padding-left: -5px !important;
}

.padding-right--5 {
  padding-right: -5px !important;
}

.padding--10 {
  padding: -10px !important;
}

.padding-bottom--10 {
  padding-bottom: -10px !important;
}

.padding-top--10 {
  padding-top: -10px !important;
}

.padding-left--10 {
  padding-left: -10px !important;
}

.padding-right--10 {
  padding-right: -10px !important;
}

.padding--15 {
  padding: -15px !important;
}

.padding-bottom--15 {
  padding-bottom: -15px !important;
}

.padding-top--15 {
  padding-top: -15px !important;
}

.padding-left--15 {
  padding-left: -15px !important;
}

.padding-right--15 {
  padding-right: -15px !important;
}

.padding--20 {
  padding: -20px !important;
}

.padding-bottom--20 {
  padding-bottom: -20px !important;
}

.padding-top--20 {
  padding-top: -20px !important;
}

.padding-left--20 {
  padding-left: -20px !important;
}

.padding-right--20 {
  padding-right: -20px !important;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px;
}

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: 45px;
  line-height: 45px;
}

textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg, .input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.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: 2px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm, .input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

body,
html {
  padding: 0;
  margin: 0;
}

body:before,
body:after {
  content: " ";
  display: table;
}

body:after {
  clear: both;
}

.ie8 body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  a:focus {
    outline: none;
  }
}

.no-animation {
  -webkit-animation-duration: 0s !important;
  -moz-animation-duration: 0s !important;
  -o-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

.page-header,
.page-header h1 {
  margin: 0;
}

.page-header {
  background: #fafafa;
  border-bottom: 1px solid #e4e4e4;
  margin: -18px -18px 18px -18px;
  padding: 20px 18px 20px 18px;
}

.page-header:before,
.page-header:after {
  content: " ";
  display: table;
}

.page-header:after {
  clear: both;
}

.page-header h1 {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-transform:uppercase;
}

.page-header-icon {
  font-size: 21px;
  line-height: 21px;
}

#small-screen-width-point {
  display: block;
}

#tablet-screen-width-point {
  display: none;
}

@media (min-width: 480px) {
  #small-screen-width-point {
    display: none !important;
  }
  #tablet-screen-width-point {
    display: block;
  }
}

@media (min-width: 768px) {
  #tablet-screen-width-point {
    display: none !important;
  }
}

body:before,
body:after,
#main-menu:before,
#main-menu:after,
#content-wrapper:before,
#content-wrapper:after,
#main-wrapper:before,
#main-wrapper:after {
  content: " ";
  display: table;
}

body:after,
#main-menu:after,
#content-wrapper:after,
#main-wrapper:after {
  clear: both;
}

#main-wrapper {
  width: 100%;
}

#content-wrapper {
  left: 0;
  padding: 64px 18px 18px 18px;
  width: 100%;
  position: relative;
}

#main-menu-bg {
  display: block;
  left: 0;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 499;
}

@media (max-width: 480px) {
  .animate-mm-sm #main-navbar .navbar-inner,
  .animate-mm-sm #main-menu-toggle,
  .animate-mm-sm #main-wrapper,
  .animate-mm-sm #main-menu,
  .animate-mm-sm #content-wrapper,
  .animate-mm-sm #main-menu-bg {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .animate-mm-sm #main-navbar .navbar-header {
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .animate-mm-md #main-navbar .navbar-inner,
  .animate-mm-md #main-menu-toggle,
  .animate-mm-md #main-wrapper,
  .animate-mm-md #main-menu,
  .animate-mm-md #content-wrapper,
  .animate-mm-md #main-menu-bg {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .animate-mm-md #main-navbar .navbar-header {
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
  }
}

@media (min-width: 768px) {
  .animate-mm-lg #main-navbar .navbar-inner,
  .animate-mm-lg #main-menu-toggle,
  .animate-mm-lg #main-wrapper,
  .animate-mm-lg #main-menu,
  .animate-mm-lg #content-wrapper,
  .animate-mm-lg #main-menu-bg {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .animate-mm-lg #main-navbar .navbar-header {
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
  }
}

.disable-mm-animation #main-navbar .navbar-inner,
.disable-mm-animation #main-menu-toggle,
.disable-mm-animation #main-wrapper,
.disable-mm-animation #main-menu,
.disable-mm-animation #content-wrapper,
.disable-mm-animation #main-menu-bg,
.disable-mm-animation #main-navbar .navbar-header {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.dont-animate-mm-content #main-menu .animated {
  -webkit-animation-duration: 0s !important;
  -moz-animation-duration: 0s !important;
  -o-animation-duration: 0s !important;
  -ms-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

@media (max-width: 480px) {
  .dont-animate-mm-content-sm #main-menu .animated {
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    -ms-animation-duration: 0s !important;
    animation-duration: 0s !important;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .dont-animate-mm-content-md #main-menu .animated {
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    -ms-animation-duration: 0s !important;
    animation-duration: 0s !important;
  }
}

@media (min-width: 768px) {
  .dont-animate-mm-content-lg #main-menu .animated {
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    -o-animation-duration: 0s !important;
    -ms-animation-duration: 0s !important;
    animation-duration: 0s !important;
  }
}

.main-navbar-fixed #main-navbar {
  position: fixed !important;
}

#main-navbar {
  border: none;
  border-radius: 0;
  left: 0;
  min-height: 46px;
  right: 0;
  position: absolute;
  top: 0 !important;
  z-index: 1030;
}

#main-navbar .navbar-inner {
  min-height: 46px;
  width: 100%;
  position: relative;
  left: 0;
}

#main-navbar .navbar-header {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1032;
}

#main-navbar .navbar-brand {
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 46px;
  height: auto !important;
  padding: 0 0 0 14px;
}

#main-navbar #main-menu-toggle,
#main-navbar .navbar-toggle {
  background: none;
  border: none;
  display: block;
  font-size: 11px;
  margin: 0;
  outline: none !important;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0 !important;
  z-index: 1033;
}

#main-navbar #main-menu-toggle .navbar-icon,
#main-navbar .navbar-toggle .navbar-icon {
  font-size: 14px;
  line-height: 46px;
}

#main-navbar #main-menu-toggle {
  height: 46px;
  left: 0;
  overflow: hidden;
  width: 56px;
  z-index: 1034;
}

#main-navbar #main-menu-toggle .navbar-icon {
  left: 20px;
  margin: -23px 0 0 0;
  padding: 0;
  position: absolute;
  z-index: 1035;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0da";
  display: block;
  font-size: 10px;
  line-height: 46px;
  position: absolute;
  right: -8px;
  top: 0;
}

.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
  left: 26px;
}

.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0d9";
  right: 16px;
}

#main-navbar #main-menu-toggle .hide-menu-text {
  left: 51px;
  line-height: 46px;
  margin-top: -23px;
  opacity: 0;
  position: absolute;
  z-index: 1035;
}

.ie8 #main-navbar #main-menu-toggle .hide-menu-text {
  left: 53px;
}

#main-navbar .navbar-toggle {
  padding: 0 17px;
  right: 0;
}

#main-navbar .navbar-toggle:not(.collapsed) {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#main-navbar .navbar-toggle .navbar-icon {
  display: inline-block;
}

#main-navbar li .divider {
  display: none;
}

#main-navbar li .nav-header {
  display: none;
}

#main-navbar li a {
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
}

#main-navbar li a:hover {
  background: none;
}

#main-navbar li a:active,
#main-navbar li a:focus {
  background: none;
}

#main-navbar .navbar-collapse {
  height: auto;
  max-height: inherit;
  padding-left: 0;
  padding-right: 0;
  z-index: 1031;
}

#main-navbar .navbar-collapse,
#main-navbar .navbar-collapse.collapse {
  overflow: visible;
}

#main-navbar .navbar-collapse.collapsing,
#main-navbar .navbar-collapse.in {
  overflow: hidden;
}

#main-navbar .navbar-nav {
  margin: 0;
}

#main-navbar .navbar-nav.pull-right {
  width: 100%;
}

#main-navbar .navbar-nav > li:before,
#main-navbar .navbar-nav > li:after {
  content: " ";
  display: table;
}

#main-navbar .navbar-nav > li:after {
  clear: both;
}

#main-navbar .dropdown-menu {
  padding: 0;
}

#main-navbar form.navbar-form {
  border: none;
  margin: 0;
  width: 100%;
}

#main-navbar form.navbar-form .form-group {
  margin: 0;
}

#main-navbar form.navbar-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

#main-navbar .user-menu > img {
  border-radius: 25px;
  display: inline-block;
  height: 20px;
  margin: -2px 0 0 0;
  width: 20px;
}

#main-navbar .user-menu > span {
  display: inline-block;
  margin-left: 7px;
}

.mme #main-navbar {
  overflow: hidden;
}

.mme #main-navbar #main-menu-toggle {
  width: 80%;
}

.mme #main-navbar #main-menu-toggle .navbar-icon {
  left: 26px;
}

.mme #main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0d9";
  right: 16px;
}

.mme #main-navbar #main-menu-toggle .hide-menu-text {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
  left: 20px;
}

.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0da";
  right: -8px;
}

@media (max-width: 768px) {
  #main-navbar .dropdown > a:after {
    content: "\f078";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 10px;
    position: relative;
  }
  #main-navbar .dropdown.open {
    border-bottom: none;
  }
  #main-navbar .dropdown.open > a:after {
    content: "\f077";
  }
}

@media (min-width: 768px) {
  #main-navbar {
    overflow: visible !important;
  }
  #main-navbar .navbar-header {
    width: auto;
    z-index: 1033;
  }
  #main-navbar .navbar-brand {
    padding-right: 14px;
  }
  #main-navbar #main-menu-toggle {
    width: 56px !important;
  }
  #main-navbar #main-menu-toggle .navbar-icon {
    left: 26px;
  }
  #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0d9";
    right: 16px;
  }
  .main-menu-right #main-navbar #main-menu-toggle .navbar-icon,
  .mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
    left: 20px;
  }
  .main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after,
  .mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0da";
    right: -8px;
  }
  #main-navbar .navbar-toggle {
    display: none !important;
  }
  #main-navbar .hide-menu-text {
    opacity: 0 !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  #main-navbar .right {
    left: 0;
    padding-right: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1031;
  }
  #main-navbar li {
    border: none;
  }
  #main-navbar li .divider {
    display: block;
  }
  #main-navbar li a {
    line-height: 46px;
  }
  #main-navbar .navbar-collapse {
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  #main-navbar .navbar-nav,
  #main-navbar .navbar-form {
    position: relative;
    z-index: 1032;
  }
  #main-navbar .navbar-nav {
    margin: 0;
  }
  #main-navbar .navbar-nav > li > a {
    height: 46px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  #main-navbar .navbar-nav.pull-right {
    width: auto;
  }
  #main-navbar .dropdown > a:after {
    display: none;
  }
  #main-navbar .dropdown.open {
    border-bottom: none;
  }
  #main-navbar .dropdown-menu .badge {
    padding-left: 6px;
    padding-right: 6px;
  }
  #main-navbar .dropdown-menu > li > a {
    line-height: 32px;
    margin: 0;
  }
  #main-navbar .pull-right .dropdown-menu {
    float: right;
    left: auto;
    right: 0;
  }
  #main-navbar form.navbar-form {
    height: 46px;
  }
  #main-navbar form.navbar-form .form-control {
    height: 30px;
    line-height: 20px;
    margin-top: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 150px;
  }
  #main-navbar .user-menu > span {
    display: none;
  }
  #main-navbar .user-menu > img {
    height: 25px;
    margin-top: -3px;
    width: 25px;
  }
  .mmc #main-navbar #main-menu-toggle .navbar-icon,
  .mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
    left: 20px;
  }
  .mmc #main-navbar #main-menu-toggle .navbar-icon:after,
  .mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0da";
    right: -8px;
  }
  .main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon,
  .main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
    left: 26px;
  }
  .main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon:after,
  .main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0d9";
    right: 16px;
  }
}

@media (min-width: 992px) {
  .mmc #main-navbar .navbar-header {
    width: auto;
  }
  #main-navbar .user-menu > span {
    display: inline-block;
  }
  .no-main-menu #main-navbar .navbar-header,
  .main-menu-right #main-navbar .navbar-header {
    width: auto;
  }
}

#main-navbar-collapse .iScrollVerticalScrollbar {
  margin-right: 2px !important;
  width: 4px !important;
}

#main-navbar-collapse .iScrollVerticalScrollbar .iScrollIndicator {
  background: rgba(255, 255, 255, 0.2) !important;
  border: none !important;
}

.main-menu-fixed #main-menu {
  height: 100%;
  margin: 0;
  position: fixed;
  padding-bottom: 0;
}

#main-menu .navigation ul.get-height {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

#main-menu-bg {
  left: -80%;
  width: 80%;
}

#main-menu {
  display: block;
  height: 100%;
  left: -80%;
  position: fixed;
  top: 0;
  width: 80%;
  z-index: 500;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main-menu .navigation,
#main-menu .mmc-dropdown-open-ul {
  padding: 46px 0 0 0;
}

#main-menu .navigation,
#main-menu .navigation ul,
#main-menu .mmc-dropdown-open-ul,
#main-menu .mmc-dropdown-open-ul ul {
  display: block;
}

#main-menu .navigation li,
#main-menu .mmc-dropdown-open-ul li {
  display: block;
}

#main-menu .navigation a,
#main-menu .mmc-dropdown-open-ul a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 11px 14px;
  text-decoration: none;
}

#main-menu .navigation a,
#main-menu .navigation a:active,
#main-menu .navigation a:focus,
#main-menu .navigation a:hover,
#main-menu .mmc-dropdown-open-ul a,
#main-menu .mmc-dropdown-open-ul a:active,
#main-menu .mmc-dropdown-open-ul a:focus,
#main-menu .mmc-dropdown-open-ul a:hover {
  outline: none !important;
}

#main-menu .navigation .menu-icon,
#main-menu .mmc-dropdown-open-ul .menu-icon {
  display: inline-block;
  margin-right: 5px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 14px;
}

#main-menu .navigation .badge,
#main-menu .navigation .label,
#main-menu .mmc-dropdown-open-ul .badge,
#main-menu .mmc-dropdown-open-ul .label {
  display: block;
  line-height: 16px;
  float: right;
  font-size: 11px;
  height: auto;
  margin: 2px 0 0 5px;
  padding: 0 5px;
  position: relative;
  width: auto !important;
  z-index: 501;
  border: none;
}

#main-menu .mm-dropdown {
  position: relative;
}

#main-menu .mm-dropdown > a {
  padding-right: 30px;
}

#main-menu .mm-dropdown > a:before {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 10px;
  height: 10px;
  width: 10px;
  right: 14px;
  top: 17px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#main-menu .mm-dropdown > ul > li > a {
  padding-left: 40px;
}

#main-menu .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 60px;
}

#main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 80px;
}

#main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 100px;
}

#main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 120px;
}

#main-menu .mm-dropdown .badge,
#main-menu .mm-dropdown .label {
  line-height: 16px;
  margin-top: 2px;
}

#main-menu .mm-dropdown ul,
#main-menu .mmc-dropdown-open-ul,
#main-menu .mmc-dropdown-open-ul ul {
  display: none;
  overflow: hidden;
  padding: 0;
}

#main-menu .mm-dropdown ul li,
#main-menu .mmc-dropdown-open-ul li,
#main-menu .mmc-dropdown-open-ul ul li {
  padding-left: 0;
  
}

#main-menu .mm-dropdown ul .menu-icon,
#main-menu .mmc-dropdown-open-ul .menu-icon,
#main-menu .mmc-dropdown-open-ul ul .menu-icon {
  margin-left: -5px;
}

#main-menu .mm-dropdown ul a,
#main-menu .mmc-dropdown-open-ul a,
#main-menu .mmc-dropdown-open-ul ul a {
  padding-bottom: 15px;
  padding-top: 15px;
}

#main-menu .mm-dropdown ul a:before,
#main-menu .mmc-dropdown-open-ul a:before,
#main-menu .mmc-dropdown-open-ul ul a:before {
  top: 14px;
}

#main-menu .mm-dropdown.open > a:before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#main-menu .mm-dropdown.open > ul {
  display: block;
}

#main-menu .mmc-dropdown-open-ul {
  display: block !important;
  left: 100%;
  margin: 0 !important;
  padding-bottom: 0;
  padding-left: 0 !important;
  position: absolute;
  top: 0;
  width: 240px;
  z-index: 502;
}

#main-menu .mmc-dropdown-open-ul > .mmc-title {
  display: block;
}

#main-menu .mmc-dropdown-open-ul.top {
  bottom: 0;
  padding-top: 0;
  top: auto;
}

#main-menu .mmc-title {
  display: none;
  line-height: 42px;
  padding: 0 18px;
  position: relative;
}

#main-menu .mmc-dropdown-delay {
  -webkit-animation-duration: .4s;
  -moz-animation-duration: .4s;
  -o-animation-duration: .4s;
  animation-duration: .4s;
}

#main-menu .menu-content {
  margin-top: 15px;
  padding: 20px;
  border-top: 1px solid;
  overflow: hidden;
}

#main-menu .menu-content.top {
  border-bottom: 1px solid;
  border-top: none;
  margin-bottom: -47px;
  margin-top: 0;
  padding-top: 66px;
}

#main-menu > .slimScrollDiv > .slimScrollBar,
#main-menu > .slimScrollDiv > .slimScrollRail {
  display: none !important;
}

@media (min-width: 480px) {
  #main-menu-bg {
    left: 0;
    width: 56px;
  }
  #main-menu {
    height: auto;
    left: 0;
    overflow: visible;
    position: absolute;
    width: 56px;
  }
  #main-menu .navigation > li {
    width: auto;
  }
  #main-menu .navigation > li > a {
    text-align: center;
  }
  #main-menu .navigation > li > a > .menu-icon {
    margin: 0;
  }
  #main-menu .navigation > li > a > .badge,
  #main-menu .navigation > li > a > .label {
    display: none;
  }
  #main-menu .navigation > li > a > .mm-text {
    display: none;
  }
  #main-menu .navigation > .mm-dropdown > a {
    padding-right: 14px;
  }
  #main-menu .navigation > .mm-dropdown > a:before {
    right: 7px;
  }
  .main-menu-right #main-menu .navigation > .mm-dropdown > a:before {
    content: "\f104";
    left: 7px;
    right: auto;
  }
  #main-menu .navigation > .mm-dropdown.open > ul {
    display: none;
  }
  #main-menu .navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #main-menu .menu-content {
    display: none;
  }
  .mme #main-menu-bg {
    width: 240px;
  }
  .mme #main-menu {
    overflow: hidden;
    width: 240px;
  }
  .mme #main-menu .navigation > li {
    width: 240px;
  }
  .mme #main-menu .navigation > li > a {
    text-align: left;
  }
  .mme #main-menu .navigation > li > a:before {
    right: 14px;
  }
  .mme #main-menu .navigation > li > a > .menu-icon {
    margin-right: 5px;
  }
  .mme #main-menu .navigation > li > a > .badge,
  .mme #main-menu .navigation > li > a > .label {
    display: block;
  }
  .mme #main-menu .navigation > li > a > .mm-text {
    display: inline;
  }
  .mme #main-menu .navigation > .mm-dropdown > a {
    padding-right: 30px;
  }
  .mme #main-menu .navigation > .mm-dropdown.open > ul {
    display: block;
  }
  .mme #main-menu .navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mme #main-menu .menu-content {
    display: block;
  }
  .mme.main-menu-right #main-menu .navigation > .mm-dropdown > a:before {
    content: "\f105";
    left: auto;
    right: 14px;
  }
}

@media (min-width: 768px) {
  .mme #main-menu,
  #main-menu,
  .mme #main-menu-bg,
  #main-menu-bg {
    overflow: hidden;
    width: 240px;
  }
  .mmc #main-menu,
  .mme.mmc #main-menu,
  .mmc #main-menu-bg,
  .mme.mmc #main-menu-bg {
    overflow: visible;
    width: 56px;
  }
  #main-menu ul.navigation > li {
    width: 240px;
  }
  #main-menu ul.navigation > li > a {
    text-align: left;
  }
  #main-menu ul.navigation > li > a > .menu-icon {
    margin-right: 5px;
  }
  #main-menu ul.navigation > li > a > .badge,
  #main-menu ul.navigation > li > a > .label {
    display: block;
  }
  #main-menu ul.navigation > li > a > .mm-text {
    display: inline;
  }
  #main-menu ul.navigation > .mm-dropdown > a {
    padding-right: 30px;
  }
  #main-menu ul.navigation > .mm-dropdown > a:before,
  .main-menu-right #main-menu ul.navigation > .mm-dropdown > a:before {
    content: "\f105";
    left: auto;
    right: 14px;
  }
  #main-menu ul.navigation > .mm-dropdown.open > ul {
    display: block;
  }
  #main-menu ul.navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #main-menu .menu-content {
    display: block;
  }
  .mmc #main-menu {
    overflow: visible;
  }
  .mmc #main-menu ul.navigation > li {
    width: auto;
  }
  .mmc #main-menu ul.navigation > li > a {
    text-align: center;
  }
  .mmc #main-menu ul.navigation > li > a > .menu-icon {
    margin: 0;
    text-align: center;
  }
  .mmc #main-menu ul.navigation > li > a > .badge,
  .mmc #main-menu ul.navigation > li > a > .label {
    display: none;
  }
  .mmc #main-menu ul.navigation > li > a > .mm-text {
    display: none;
  }
  .mmc #main-menu ul.navigation > .mm-dropdown > a {
    padding-right: 14px;
  }
  .mmc #main-menu ul.navigation > .mm-dropdown > a:before {
    right: 7px;
  }
  .mmc #main-menu ul.navigation > .mm-dropdown.open > ul {
    display: none;
  }
  .mmc #main-menu ul.navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .mmc #main-menu .menu-content {
    display: none !important;
  }
  .mmc.main-menu-right #main-menu ul.navigation > .mm-dropdown > a:before {
    content: "\f104";
    left: 7px;
    right: auto;
  }
}

.mme #main-navbar {
  position: fixed;
}

#main-navbar .navbar-header {
  padding-left: 56px;
}

.mme #main-navbar .navbar-inner,
.mme #content-wrapper {
  left: 80%;
}

.mme #main-navbar .navbar-header {
  padding-left: 0;
}

.mme #main-menu,
.mme #main-menu-bg {
  left: 0%;
}

@media (min-width: 480px) {
  #main-wrapper {
    padding-left: 56px;
  }
  .mme #main-navbar {
    position: absolute;
  }
  .mme #content-wrapper {
    left: 184px;
  }
  .mme #main-navbar .navbar-inner {
    left: 240px;
    padding-left: 0;
  }
  .mme #main-navbar #main-menu-toggle {
    width: 240px;
  }
}

@media (min-width: 768px) {
  .mme #main-wrapper,
  #main-wrapper {
    padding-left: 240px;
  }
  .mme #content-wrapper,
  .mmc.mme #content-wrapper {
    left: 0;
  }
  .mme #main-navbar .navbar-inner {
    left: 0;
  }
  .mmc #main-wrapper {
    padding-left: 56px;
  }
  #main-navbar .navbar-header {
    padding-left: 56px !important;
  }
}

@media (min-width: 768px) {
  #main-navbar .navbar-header {
    width: 240px;
  }
}

.main-menu-right #main-menu-bg {
  left: auto;
  right: -80%;
}

.main-menu-right #main-menu {
  left: auto;
  right: -80%;
}

.main-menu-right #main-menu .mmc-dropdown-open-ul {
  left: auto;
  right: 100%;
}

.main-menu-right #main-navbar .navbar-header {
  padding-left: 0;
}

.main-menu-right #main-navbar .navbar-inner {
  left: auto;
  right: 0;
}

.main-menu-right #main-navbar #main-menu-toggle {
  left: auto;
  right: 0;
}

.main-menu-right #main-navbar .navbar-toggle {
  right: 56px;
}

.main-menu-right #content-wrapper {
  left: auto;
  right: 0;
}

.main-menu-right.mme #main-navbar .navbar-inner,
.main-menu-right.mme #content-wrapper {
  left: auto;
  right: 80%;
}

.main-menu-right.mme #main-menu,
.main-menu-right.mme #main-menu-bg {
  left: auto;
  right: 0%;
}

.main-menu-right.mme #main-navbar .navbar-toggle {
  right: 0;
}

@media (min-width: 480px) {
  .main-menu-right #main-wrapper {
    padding-left: 0;
    padding-right: 56px;
  }
  .main-menu-right #main-menu,
  .main-menu-right #main-menu-bg {
    left: auto;
    right: 0;
  }
  .main-menu-right.mme #content-wrapper {
    left: auto;
    right: 184px;
  }
  .main-menu-right.mme #main-navbar .navbar-inner {
    left: auto;
    right: 240px;
  }
  .main-menu-right.mme #main-navbar #main-menu-toggle {
    width: 240px;
  }
}

@media (min-width: 768px) {
  .main-menu-right.mme #main-wrapper,
  .main-menu-right #main-wrapper {
    padding-left: 0;
    padding-right: 240px;
  }
  .main-menu-right.mme #content-wrapper,
  .main-menu-right #content-wrapper {
    right: 0;
  }
  .main-menu-right #main-navbar .navbar-inner,
  .main-menu-right.mme #main-navbar .navbar-inner,
  .main-menu-right.mme.mmc #main-navbar .navbar-inner {
    right: 0;
    margin-right: 56px;
    width: auto;
  }
  .main-menu-right.mmc #main-wrapper,
  .main-menu-right.mme.mmc #main-wrapper {
    padding-right: 56px;
    padding-left: 0;
  }
  .main-menu-right #main-navbar .navbar-header {
    padding-left: 0 !important;
  }
}

body.no-main-menu #main-menu,
body.no-main-menu #main-menu-bg {
  display: none !important;
}

body.no-main-menu #main-menu-toggle {
  display: none !important;
}

body.no-main-menu #main-wrapper {
  padding: 0 !important;
}

body.no-main-menu #content-wrapper {
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  right: 0 !important;
}

body.no-main-menu #main-navbar .navbar-header {
  padding: 0 !important;
}

body.no-main-menu #main-navbar .navbar-inner {
  left: 0 !important;
  margin: 0 !important;
  right: 0 !important;
}

.navbar .label,
.navbar .badge,
.navbar .dropdown-menu > li > a > .label,
.navbar .dropdown-menu > li > a > .badge {
  font-size: 11px;
  padding: 0 4px;
  line-height: 16px;
  top: -1px;
  position: relative;
}

.navbar .nav-icon-btn.dropdown > a:after {
  display: none !important;
}

.navbar .dropdown-menu > li > a > .badge {
  line-height: 14px;
}

.navbar .nav-icon-btn > a {
  width: auto;
}

.navbar .nav-icon-btn > a .label,
.navbar .nav-icon-btn > a .badge {
  display: inline-block;
}

.navbar .nav-icon-btn > a .small-screen-text {
  display: inline-block;
}

.navbar .nav-icon-btn .label,
.navbar .nav-icon-btn .badge,
.navbar .dropdown-menu .label.pull-right,
.navbar .dropdown-menu .badge.pull-right {
  float: right;
  top: 13px;
}

.navbar .nav-icon-btn.nav-icon-btn-success .label {
  background: #5ebd5e;
}

.navbar .nav-icon-btn.nav-icon-btn-warning .label {
  background: #f4b04f;
}

.navbar .nav-icon-btn.nav-icon-btn-danger .label {
  background: #e66454;
}

.navbar .nav-icon-btn.nav-icon-btn-info .label {
  background: #5bc0de;
}

@media (max-width: 768px) {
  .navbar .nav-icon-btn.dropdown > .dropdown-menu {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .navbar .dropdown-menu .label.pull-right,
  .navbar .dropdown-menu .badge.pull-right {
    top: 8px;
  }
  .navbar .dropdown-menu > li > a > .label,
  .navbar .dropdown-menu > li > a > .badge {
    font-size: 10px;
    line-height: 13px;
    top: 1px;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .navbar .dropdown-menu > li > a > .label {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .navbar .nav-icon-btn {
    font-size: 13px;
  }
  .navbar .nav-icon-btn > a {
    text-align: center;
    width: 46px;
  }
  .navbar .nav-icon-btn > a .nav-icon {
    display: inline-block;
    font-size: 12px;
    margin: 0 !important;
  }
  .navbar .nav-icon-btn > a .label,
  .navbar .nav-icon-btn > a .badge {
    font-size: 8px;
    padding: 0 2px;
    line-height: 10px;
    position: absolute;
    display: block;
    right: 10px;
  }
  .navbar .nav-icon-btn > a .small-screen-text {
    display: none;
  }
}

.btn {
  text-shadow: none;
  line-height: 15px;
  font-weight: 400;
  padding: 7px 12px;
  outline: none !important;
}

.btn,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn > .fa-caret-down {
  font-size: 12px;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 15px;
  line-height: 19px;
  padding: 9px 18px;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 12px;
  line-height: 15px;
  padding: 4px 9px;
}

.btn-sm > .fa-caret-down, .btn-group-sm > .btn > .fa-caret-down {
  font-size: 10px;
}

.btn-xs, .btn-group-xs > .btn {
  font-size: 11px;
  line-height: 12px;
  padding: 4px 7px;
}

.btn-xs > .fa-caret-down, .btn-group-xs > .btn > .fa-caret-down {
  font-size: 10px;
}

.btn.btn-flat {
  border-bottom-width: 3px;
}

.btn.btn-flat:focus {
  border-bottom-width: 3px;
}

.btn.btn-flat:active {
  border-bottom-width: 1px !important;
  margin-top: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-flat.btn-lg, .btn-group-lg > .btn.btn-flat {
  border-bottom-width: 3px;
}

.btn.btn-flat.btn-lg:active, .btn-group-lg > .btn.btn-flat:active {
  margin-top: 2px;
}

.btn.btn-flat.btn-xs, .btn-group-xs > .btn.btn-flat {
  border-bottom-width: 2px;
}

.btn.btn-flat.btn-xs:active, .btn-group-xs > .btn.btn-flat:active {
  margin-top: 1px;
}

.btn.btn-outline,
.btn.btn-outline.btn-flat,
.btn.btn-outline.btn-primary,
.btn.btn-outline.btn-flat.btn-primary {
  color: #fff;
}

.btn.btn-outline,
.btn.btn-outline:focus,
.btn-group > .btn.btn-outline,
.btn-group > .btn.btn-outline:focus,
.input-group-btn > .btn.btn-outline,
.input-group-btn > .btn.btn-outline:focus,
.btn.btn-outline.btn-flat,
.btn.btn-outline.btn-flat:focus,
.btn-group > .btn.btn-outline.btn-flat,
.btn-group > .btn.btn-outline.btn-flat:focus,
.input-group-btn > .btn.btn-outline.btn-flat,
.input-group-btn > .btn.btn-outline.btn-flat:focus,
.btn.btn-outline.btn-primary,
.btn.btn-outline.btn-primary:focus,
.btn-group > .btn.btn-outline.btn-primary,
.btn-group > .btn.btn-outline.btn-primary:focus,
.input-group-btn > .btn.btn-outline.btn-primary,
.input-group-btn > .btn.btn-outline.btn-primary:focus,
.btn.btn-outline.btn-flat.btn-primary,
.btn.btn-outline.btn-flat.btn-primary:focus,
.btn-group > .btn.btn-outline.btn-flat.btn-primary,
.btn-group > .btn.btn-outline.btn-flat.btn-primary:focus,
.input-group-btn > .btn.btn-outline.btn-flat.btn-primary,
.input-group-btn > .btn.btn-outline.btn-flat.btn-primary:focus {
  background: none;
  border-color: #e0e0e0;
  border-color: rgba(0, 0, 0, 0.12);
  background: url("../images/pixel-admin/blank.png") \9;
}

.btn.btn-outline.dark,
.btn.btn-outline.dark.btn-primary {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  background: url("../images/pixel-admin/blank.png") \9;
}

.btn.btn-outline.dark,
.btn.btn-outline.dark:focus,
.btn.btn-outline.dark.btn-primary,
.btn.btn-outline.dark.btn-primary:focus {
  border-color: #595959;
  border-color: rgba(255, 255, 255, 0.12);
}

.btn.btn-outline.dark:hover,
.btn.btn-outline.dark:active,
.btn.btn-outline.dark.btn-primary:hover,
.btn.btn-outline.dark.btn-primary:active {
  border-color: transparent !important;
}

.btn.btn-rounded {
  border-radius: 9999px;
}

.btn-rounded.btn-flat {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.btn-rounded.btn-flat,
.btn-rounded.btn-flat:hover,
.btn-rounded.btn-flat:focus {
  border-bottom-width: 2px;
}

.btn-rounded.btn-flat.btn-lg,
.btn-group-lg > .btn-rounded.btn-flat.btn,
.btn-rounded.btn-flat.btn-lg:hover,
.btn-group-lg > .btn-rounded.btn-flat.btn:hover,
.btn-rounded.btn-flat.btn-lg:focus, .btn-group-lg > .btn-rounded.btn-flat.btn:focus {
  border-bottom-width: 3px;
}

.btn-rounded.btn-flat:active {
  margin-top: 1px;
}

.btn-rounded.btn-flat.btn:hover,
.btn-rounded.btn-flat.btn-outline.btn:hover,
.btn-rounded.btn-flat.btn:focus {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.btn-rounded.btn-flat.btn-outline:focus {
  border-color: #e0e0e0;
  border-color: rgba(0, 0, 0, 0.12);
}

.btn-rounded.btn-flat.btn-outline.dark:focus {
  border-color: #595959;
  border-color: rgba(255, 255, 255, 0.12);
}

.btn, .btn-default {
  color: #555;
}

.btn,
.btn:focus, .btn-default,
.btn-default:focus {
  border-color: #dddddd;
  border-bottom-color: #cecece;
  background: #f4f4f4;
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
  background-repeat: repeat-x;
}

.btn:hover, .btn-default:hover {
  color: #555;
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
  background: #eaeaea !important;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%) !important;
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%) !important;
  background-repeat: repeat-x;
}

.btn:active,
.btn.active,
.open .btn.dropdown-toggle, .btn-default:active,
.btn-default.active,
.open .btn-default.dropdown-toggle {
  background: none;
  background: #ebebeb !important;
  border-color: #c6c6c6;
  border-bottom-color: #c6c6c6 !important;
  color: #555;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

.btn.btn-flat, .btn-default.btn-flat {
  background: #ececec;
}

.btn.btn-flat:hover,
.btn.btn-flat:active,
.btn.btn-flat.active,
.open .btn.btn-flat.dropdown-toggle, .btn-default.btn-flat:hover,
.btn-default.btn-flat:active,
.btn-default.btn-flat.active,
.open .btn-default.btn-flat.dropdown-toggle {
  background: #ececec !important;
  color: #555;
}

.btn.btn-outline:hover,
.btn.btn-outline.btn-flat:hover, .btn-default.btn-outline:hover,
.btn-default.btn-outline.btn-flat:hover {
  color: #555;
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}

.btn.btn-outline:active,
.btn.btn-outline.btn-flat:active, .btn-default.btn-outline:active,
.btn-default.btn-outline.btn-flat:active {
  border-color: #c6c6c6;
}

.btn-group .btn,
.btn-group .btn:focus,
.input-group-btn .btn,
.input-group-btn .btn:focus, .btn-group .btn-default,
.btn-group .btn-default:focus,
.input-group-btn .btn-default,
.input-group-btn .btn-default:focus {
  border-left-color: #d5d5d5;
  border-right-color: #d5d5d5;
}

.btn-group .btn:hover,
.btn-group.open .btn.dropdown-toggle,
.input-group-btn .btn:hover,
.input-group-btn.open .btn.dropdown-toggle, .btn-group .btn-default:hover,
.btn-group.open .btn-default.dropdown-toggle,
.input-group-btn .btn-default:hover,
.input-group-btn.open .btn-default.dropdown-toggle {
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}

.btn-group .btn:active,
.btn-group .btn.active,
.input-group-btn .btn:active,
.input-group-btn .btn.active, .btn-group .btn-default:active,
.btn-group .btn-default.active,
.input-group-btn .btn-default:active,
.input-group-btn .btn-default.active {
  border-left-color: #c6c6c6;
  border-right-color: #c6c6c6;
}

.btn-info {
  color: #fff;
}

.btn-info,
.btn-info:focus {
  border-color: #46b8da;
  border-bottom-color: #2caed5;
  background: #5bc0de;
  background-image: -webkit-linear-gradient(top, #5fc2df 0%, #46b8da 100%);
  background-image: linear-gradient(to bottom, #5fc2df 0%, #46b8da 100%);
  background-repeat: repeat-x;
}

.btn-info:hover {
  color: #fff;
  border-color: #39b3d7;
  border-bottom-color: #2596b8;
  background: #46b8da !important;
  background-image: -webkit-linear-gradient(top, #53bddc 0%, #39b3d7 100%) !important;
  background-image: linear-gradient(to bottom, #53bddc 0%, #39b3d7 100%) !important;
  background-repeat: repeat-x;
}

.btn-info:active,
.btn-info.active,
.open .btn-info.dropdown-toggle {
  background: none;
  background: #4ab9db !important;
  border-color: #28a4c9;
  border-bottom-color: #28a4c9 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

.btn-info.btn-flat {
  background: #4ebbdb;
}

.btn-info.btn-flat:hover,
.btn-info.btn-flat:active,
.btn-info.btn-flat.active,
.open .btn-info.btn-flat.dropdown-toggle {
  background: #4ebbdb !important;
  color: #fff;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #39b3d7;
  border-bottom-color: #2596b8;
}

.btn-info.btn-outline:active,
.btn-info.btn-outline.btn-flat:active {
  border-color: #28a4c9;
}

.btn-group .btn-info,
.btn-group .btn-info:focus,
.input-group-btn .btn-info,
.input-group-btn .btn-info:focus {
  border-left-color: #39b3d7;
  border-right-color: #39b3d7;
}

.btn-group .btn-info:hover,
.btn-group.open .btn-info.dropdown-toggle,
.input-group-btn .btn-info:hover,
.input-group-btn.open .btn-info.dropdown-toggle {
  border-color: #39b3d7;
  border-bottom-color: #2596b8;
}

.btn-group .btn-info:active,
.btn-group .btn-info.active,
.input-group-btn .btn-info:active,
.input-group-btn .btn-info.active {
  border-left-color: #28a4c9;
  border-right-color: #28a4c9;
}

.btn-success {
  color: #fff;
}

.btn-success,
.btn-success:focus {
  border-color: #4cb64c;
  border-bottom-color: #42a142;
  background: #5ebd5e;
  background-image: -webkit-linear-gradient(top, #62be62 0%, #4cb64c 100%);
  background-image: linear-gradient(to bottom, #62be62 0%, #4cb64c 100%);
  background-repeat: repeat-x;
}

.btn-success:hover {
  color: #fff;
  border-color: #46ac46;
  border-bottom-color: #388838;
  background: #4cb64c !important;
  background-image: -webkit-linear-gradient(top, #57ba57 0%, #46ac46 100%) !important;
  background-image: linear-gradient(to bottom, #57ba57 0%, #46ac46 100%) !important;
  background-repeat: repeat-x;
}

.btn-success:active,
.btn-success.active,
.open .btn-success.dropdown-toggle {
  background: none;
  background: #50b750 !important;
  border-color: #3e963e;
  border-bottom-color: #3e963e !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

.btn-success.btn-flat {
  background: #53b953;
}

.btn-success.btn-flat:hover,
.btn-success.btn-flat:active,
.btn-success.btn-flat.active,
.open .btn-success.btn-flat.dropdown-toggle {
  background: #53b953 !important;
  color: #fff;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #46ac46;
  border-bottom-color: #388838;
}

.btn-success.btn-outline:active,
.btn-success.btn-outline.btn-flat:active {
  border-color: #3e963e;
}

.btn-group .btn-success,
.btn-group .btn-success:focus,
.input-group-btn .btn-success,
.input-group-btn .btn-success:focus {
  border-left-color: #46ac46;
  border-right-color: #46ac46;
}

.btn-group .btn-success:hover,
.btn-group.open .btn-success.dropdown-toggle,
.input-group-btn .btn-success:hover,
.input-group-btn.open .btn-success.dropdown-toggle {
  border-color: #46ac46;
  border-bottom-color: #388838;
}

.btn-group .btn-success:active,
.btn-group .btn-success.active,
.input-group-btn .btn-success:active,
.input-group-btn .btn-success.active {
  border-left-color: #3e963e;
  border-right-color: #3e963e;
}

.btn-warning {
  color: #fff;
}

.btn-warning,
.btn-warning:focus {
  border-color: #f19a1f;
  border-bottom-color: #e38b0e;
  background: #f4b04f;
  background-image: -webkit-linear-gradient(top, #f4b254 0%, #f3a537 100%);
  background-image: linear-gradient(to bottom, #f4b254 0%, #f3a537 100%);
  background-repeat: repeat-x;
}

.btn-warning:hover {
  color: #fff;
  border-color: #f09411;
  border-bottom-color: #c2770c;
  background: #f3a537 !important;
  background-image: -webkit-linear-gradient(top, #f3ac45 0%, #f29f29 100%) !important;
  background-image: linear-gradient(to bottom, #f3ac45 0%, #f29f29 100%) !important;
  background-repeat: repeat-x;
}

.btn-warning:active,
.btn-warning.active,
.open .btn-warning.dropdown-toggle {
  background: none;
  background: #f3a73c !important;
  border-color: #d5830d;
  border-bottom-color: #d5830d !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

.btn-warning.btn-flat {
  background: #f3aa41;
}

.btn-warning.btn-flat:hover,
.btn-warning.btn-flat:active,
.btn-warning.btn-flat.active,
.open .btn-warning.btn-flat.dropdown-toggle {
  background: #f3aa41 !important;
  color: #fff;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #f09411;
  border-bottom-color: #c2770c;
}

.btn-warning.btn-outline:active,
.btn-warning.btn-outline.btn-flat:active {
  border-color: #d5830d;
}

.btn-group .btn-warning,
.btn-group .btn-warning:focus,
.input-group-btn .btn-warning,
.input-group-btn .btn-warning:focus {
  border-left-color: #f09411;
  border-right-color: #f09411;
}

.btn-group .btn-warning:hover,
.btn-group.open .btn-warning.dropdown-toggle,
.input-group-btn .btn-warning:hover,
.input-group-btn.open .btn-warning.dropdown-toggle {
  border-color: #f09411;
  border-bottom-color: #c2770c;
}

.btn-group .btn-warning:active,
.btn-group .btn-warning.active,
.input-group-btn .btn-warning:active,
.input-group-btn .btn-warning.active {
  border-left-color: #d5830d;
  border-right-color: #d5830d;
}

.btn-danger {
  color: #fff;
}

.btn-danger,
.btn-danger:focus {
  border-color: #e3503e;
  border-bottom-color: #df3823;
  background: #e66454;
  background-image: -webkit-linear-gradient(top, #e76858 0%, #e3503e 100%);
  background-image: linear-gradient(to bottom, #e76858 0%, #e3503e 100%);
  background-repeat: repeat-x;
}

.btn-danger:hover {
  color: #fff;
  border-color: #e14430;
  border-bottom-color: #c22e1c;
  background: #e3503e !important;
  background-image: -webkit-linear-gradient(top, #e55c4b 0%, #e14430 100%) !important;
  background-image: linear-gradient(to bottom, #e55c4b 0%, #e14430 100%) !important;
  background-repeat: repeat-x;
}

.btn-danger:active,
.btn-danger.active,
.open .btn-danger.dropdown-toggle {
  background: none;
  background: #e35442 !important;
  border-color: #d4331f;
  border-bottom-color: #d4331f !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

.btn-danger.btn-flat {
  background: #e45847;
}

.btn-danger.btn-flat:hover,
.btn-danger.btn-flat:active,
.btn-danger.btn-flat.active,
.open .btn-danger.btn-flat.dropdown-toggle {
  background: #e45847 !important;
  color: #fff;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #e14430;
  border-bottom-color: #c22e1c;
}

.btn-danger.btn-outline:active,
.btn-danger.btn-outline.btn-flat:active {
  border-color: #d4331f;
}

.btn-group .btn-danger,
.btn-group .btn-danger:focus,
.input-group-btn .btn-danger,
.input-group-btn .btn-danger:focus {
  border-left-color: #e14430;
  border-right-color: #e14430;
}

.btn-group .btn-danger:hover,
.btn-group.open .btn-danger.dropdown-toggle,
.input-group-btn .btn-danger:hover,
.input-group-btn.open .btn-danger.dropdown-toggle {
  border-color: #e14430;
  border-bottom-color: #c22e1c;
}

.btn-group .btn-danger:active,
.btn-group .btn-danger.active,
.input-group-btn .btn-danger:active,
.input-group-btn .btn-danger.active {
  border-left-color: #d4331f;
  border-right-color: #d4331f;
}

.btn.btn-outline.disabled,
.btn.btn-outline[disabled] {
  background: none !important;
  color: #555 !important;
}

.btn.btn-outline.disabled,
.btn.btn-outline.disabled:active,
.btn.btn-outline.disabled.active,
.btn.btn-outline.disabled:hover,
.btn.btn-outline.disabled:visited,
.btn.btn-outline.disabled:link,
.btn.btn-outline.disabled:focus,
.btn.btn-outline[disabled],
.btn.btn-outline[disabled]:active,
.btn.btn-outline[disabled].active,
.btn.btn-outline[disabled]:hover,
.btn.btn-outline[disabled]:visited,
.btn.btn-outline[disabled]:link,
.btn.btn-outline[disabled]:focus {
  background: none !important;
  border-color: #e0e0e0 !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: url("../images/pixel-admin/blank.png") \9;
}

.btn.btn-flat.disabled:active,
.btn.btn-flat[disabled]:active {
  margin-top: 0 !important;
  border-bottom-width: 3px !important;
}

.btn.btn-flat.btn-rounded.disabled:active,
.btn.btn-flat.btn-rounded[disabled]:active {
  border-bottom-width: 2px !important;
}

.btn.btn-labeled {
  position: relative;
}

.btn.btn-labeled .btn-label {
  display: block;
  float: left;
  margin: -8px 12px -8px -13px;
  padding: 8px 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.06);
  line-height: 15px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.btn.btn-labeled .btn-label.icon {
  font-size: 14px;
}

.btn.btn-labeled.btn-lg .btn-label, .btn-group-lg > .btn.btn-labeled .btn-label {
  margin: -10px 18px -10px -19px;
  padding: 10px 13px;
  line-height: 19px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.btn.btn-labeled.btn-lg .btn-label.icon, .btn-group-lg > .btn.btn-labeled .btn-label.icon {
  font-size: 15px;
}

.btn.btn-labeled.btn-sm .btn-label, .btn-group-sm > .btn.btn-labeled .btn-label {
  margin: -5px 9px -5px -10px;
  padding: 5px 7px;
  line-height: 15px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.btn.btn-labeled.btn-sm .btn-label.icon, .btn-group-sm > .btn.btn-labeled .btn-label.icon {
  font-size: 11px;
}

.btn.btn-labeled.btn-xs .btn-label, .btn-group-xs > .btn.btn-labeled .btn-label {
  margin: -5px 9px -5px -8px;
  padding: 5px 6px;
  line-height: 12px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.btn.btn-labeled.btn-xs .btn-label.icon, .btn-group-xs > .btn.btn-labeled .btn-label.icon {
  font-size: 11px;
}

.btn.btn-rounded.btn-labeled .btn-label,
.btn.btn-lg.btn-rounded.btn-labeled .btn-label,
.btn-group-lg > .btn.btn-rounded.btn-labeled .btn-label,
.btn.btn-sm.btn-rounded.btn-labeled .btn-label,
.btn-group-sm > .btn.btn-rounded.btn-labeled .btn-label,
.btn.btn-xs.btn-rounded.btn-labeled .btn-label, .btn-group-xs > .btn.btn-rounded.btn-labeled .btn-label {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
}

@-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 {
  background-color: rgba(0, 0, 0, 0.06);
  height: 13px;
}

.progress-bar {
  background: none;
  border: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress .progress-bar.progress-bar-info {
  background: #5bc0de;
  border-color: #42b6d9;
}

.progress.progress-striped .progress-bar.progress-bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.progress .progress-bar.progress-bar-success {
  background: #5ebd5e;
  border-color: #49b349;
}

.progress.progress-striped .progress-bar.progress-bar-success {
  background-color: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.progress .progress-bar.progress-bar-warning {
  background: #f4b04f;
  border-color: #f2a332;
}

.progress.progress-striped .progress-bar.progress-bar-warning {
  background-color: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.progress .progress-bar.progress-bar-danger {
  background: #e66454;
  border-color: #e24c39;
}

.progress.progress-striped .progress-bar.progress-bar-danger {
  background-color: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.label {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding: 0 6px;
  display: inline-block;
  font-weight: 600;
}

.label.pull-right {
  margin: 0;
}

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-size: 75%;
  padding: 0.2em 0.5em;
}

.label.label-tag {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  margin-left: 12px;
  padding: 0 5px;
  position: relative;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.label.label-tag:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #b0b0b0 transparent transparent;
  -webkit-transform: rotate(360deg);
  margin-left: -17px;
  top: -1px;
}

.label.label-tag:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  margin: -12px 0 0 -10px;
}

.ie8 .label.label-tag:after {
  display: none !important;
}

.label {
  background: #b0b0b0;
}

.label[href]:hover,
.label[href]:focus {
  background-color: #979797;
}

.label.label-tag {
  border: 1px solid #b0b0b0;
}

.label.label-tag:before {
  border-color: transparent #b0b0b0 transparent transparent;
}

.label.label-tag[href]:hover,
.label.label-tag[href]:focus {
  border-color: #979797;
}

.label.label-tag[href]:hover:before,
.label.label-tag[href]:focus:before {
  border-color: transparent #979797 transparent transparent;
}

.right-to-left .label.label-tag:before {
  border-color: transparent transparent transparent #b0b0b0;
}

.right-to-left .label.label-tag[href]:hover:before,
.right-to-left .label.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #979797;
}

.ie8 .right-to-left .label.label-tag:before,
.ie9 .right-to-left .label.label-tag:before {
  border-color: transparent #b0b0b0 transparent transparent;
}

.ie8 .right-to-left .label.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-tag[href]:focus:before {
  border-color: transparent #979797 transparent transparent;
}

.label.label-success {
  background: #5ebd5e;
}

.label.label-success[href]:hover,
.label.label-success[href]:focus {
  background-color: #43a543;
}

.label.label-success.label-tag {
  border: 1px solid #5ebd5e;
}

.label.label-success.label-tag:before {
  border-color: transparent #5ebd5e transparent transparent;
}

.label.label-success.label-tag[href]:hover,
.label.label-success.label-tag[href]:focus {
  border-color: #43a543;
}

.label.label-success.label-tag[href]:hover:before,
.label.label-success.label-tag[href]:focus:before {
  border-color: transparent #43a543 transparent transparent;
}

.right-to-left .label.label-success.label-tag:before {
  border-color: transparent transparent transparent #5ebd5e;
}

.right-to-left .label.label-success.label-tag[href]:hover:before,
.right-to-left .label.label-success.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #43a543;
}

.ie8 .right-to-left .label.label-success.label-tag:before,
.ie9 .right-to-left .label.label-success.label-tag:before {
  border-color: transparent #5ebd5e transparent transparent;
}

.ie8 .right-to-left .label.label-success.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-success.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-success.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-success.label-tag[href]:focus:before {
  border-color: transparent #43a543 transparent transparent;
}

.label.label-warning {
  background: #f4b04f;
}

.label.label-warning[href]:hover,
.label.label-warning[href]:focus {
  background-color: #f19a1f;
}

.label.label-warning.label-tag {
  border: 1px solid #f4b04f;
}

.label.label-warning.label-tag:before {
  border-color: transparent #f4b04f transparent transparent;
}

.label.label-warning.label-tag[href]:hover,
.label.label-warning.label-tag[href]:focus {
  border-color: #f19a1f;
}

.label.label-warning.label-tag[href]:hover:before,
.label.label-warning.label-tag[href]:focus:before {
  border-color: transparent #f19a1f transparent transparent;
}

.right-to-left .label.label-warning.label-tag:before {
  border-color: transparent transparent transparent #f4b04f;
}

.right-to-left .label.label-warning.label-tag[href]:hover:before,
.right-to-left .label.label-warning.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #f19a1f;
}

.ie8 .right-to-left .label.label-warning.label-tag:before,
.ie9 .right-to-left .label.label-warning.label-tag:before {
  border-color: transparent #f4b04f transparent transparent;
}

.ie8 .right-to-left .label.label-warning.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-warning.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-warning.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-warning.label-tag[href]:focus:before {
  border-color: transparent #f19a1f transparent transparent;
}

.label.label-danger {
  background: #e66454;
}

.label.label-danger[href]:hover,
.label.label-danger[href]:focus {
  background-color: #df3c28;
}

.label.label-danger.label-tag {
  border: 1px solid #e66454;
}

.label.label-danger.label-tag:before {
  border-color: transparent #e66454 transparent transparent;
}

.label.label-danger.label-tag[href]:hover,
.label.label-danger.label-tag[href]:focus {
  border-color: #df3c28;
}

.label.label-danger.label-tag[href]:hover:before,
.label.label-danger.label-tag[href]:focus:before {
  border-color: transparent #df3c28 transparent transparent;
}

.right-to-left .label.label-danger.label-tag:before {
  border-color: transparent transparent transparent #e66454;
}

.right-to-left .label.label-danger.label-tag[href]:hover:before,
.right-to-left .label.label-danger.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #df3c28;
}

.ie8 .right-to-left .label.label-danger.label-tag:before,
.ie9 .right-to-left .label.label-danger.label-tag:before {
  border-color: transparent #e66454 transparent transparent;
}

.ie8 .right-to-left .label.label-danger.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-danger.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-danger.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-danger.label-tag[href]:focus:before {
  border-color: transparent #df3c28 transparent transparent;
}

.label.label-info {
  background: #5bc0de;
}

.label.label-info[href]:hover,
.label.label-info[href]:focus {
  background-color: #31b0d5;
}

.label.label-info.label-tag {
  border: 1px solid #5bc0de;
}

.label.label-info.label-tag:before {
  border-color: transparent #5bc0de transparent transparent;
}

.label.label-info.label-tag[href]:hover,
.label.label-info.label-tag[href]:focus {
  border-color: #31b0d5;
}

.label.label-info.label-tag[href]:hover:before,
.label.label-info.label-tag[href]:focus:before {
  border-color: transparent #31b0d5 transparent transparent;
}

.right-to-left .label.label-info.label-tag:before {
  border-color: transparent transparent transparent #5bc0de;
}

.right-to-left .label.label-info.label-tag[href]:hover:before,
.right-to-left .label.label-info.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #31b0d5;
}

.ie8 .right-to-left .label.label-info.label-tag:before,
.ie9 .right-to-left .label.label-info.label-tag:before {
  border-color: transparent #5bc0de transparent transparent;
}

.ie8 .right-to-left .label.label-info.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-info.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-info.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-info.label-tag[href]:focus:before {
  border-color: transparent #31b0d5 transparent transparent;
}

.badge {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 8px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.badge.pull-right {
  margin: 0;
}

.badge {
  background: #b0b0b0;
  border: 1px solid #b0b0b0;
}

.badge[href]:hover,
.badge[href]:focus {
  background-color: #979797;
  border-color: #979797;
}

.badge.badge-success {
  background: #5ebd5e;
  border: 1px solid #5ebd5e;
}

.badge.badge-success[href]:hover,
.badge.badge-success[href]:focus {
  background-color: #43a543;
  border-color: #43a543;
}

.badge.badge-warning {
  background: #f4b04f;
  border: 1px solid #f4b04f;
}

.badge.badge-warning[href]:hover,
.badge.badge-warning[href]:focus {
  background-color: #f19a1f;
  border-color: #f19a1f;
}

.badge.badge-danger {
  background: #e66454;
  border: 1px solid #e66454;
}

.badge.badge-danger[href]:hover,
.badge.badge-danger[href]:focus {
  background-color: #df3c28;
  border-color: #df3c28;
}

.badge.badge-info {
  background: #5bc0de;
  border: 1px solid #5bc0de;
}

.badge.badge-info[href]:hover,
.badge.badge-info[href]:focus {
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.breadcrumb {
  background: none;
  margin-bottom: 18px;
  position: relative;
}

.breadcrumb li + li:before {
  color: #ccc;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 7px;
  display: inline-block;
  line-height: 8px;
  top: -1px;
  left: -1px;
  position: relative;
  padding: 0;
  height: 8px;
  width: 15px;
  text-align: center;
}

.breadcrumb li,
.breadcrumb li a {
  color: #999;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
}

.breadcrumb li:hover,
.breadcrumb li a:hover {
  color: #555;
}

.breadcrumb li.active {
  padding-left: 16px;
  position: relative;
}

.breadcrumb li.active:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}

.breadcrumb li.active,
.breadcrumb li.active a {
  color: #555;
  text-decoration: none;
}

.breadcrumb.breadcrumb-dark > li + li:before {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumb.breadcrumb-dark li,
.breadcrumb.breadcrumb-dark li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}

.breadcrumb.breadcrumb-dark li:hover,
.breadcrumb.breadcrumb-dark li a:hover {
  color: #fff;
}

.breadcrumb.breadcrumb-dark li.active,
.breadcrumb.breadcrumb-dark li.active a {
  color: #fff;
}

.breadcrumb.breadcrumb-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb.breadcrumb-page {
  border-radius: 0;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: -18px;
  padding-left: 18px;
  padding-right: 18px;
}

.breadcrumb-label {
  float: left;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  padding-right: 15px;
  margin: 1px 0 -1px 0;
}

.alert {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px;
}

.alert .close {
  top: 0;
}

.alert.alert-danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
}

.alert.alert-success {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px;
}

.alert.alert-info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  background-size: 20px 20px;
}

.alert.alert-dark {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: none;
  border-color: #f19a1f;
  background-color: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.alert.alert-danger.alert-dark {
  background: none;
  border-color: #df3c28;
  background-color: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.04)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.04)), color-stop(0.75, rgba(255, 255, 255, 0.04)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.alert.alert-success.alert-dark {
  background: none;
  border-color: #43a543;
  background-color: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.alert.alert-info.alert-dark {
  background: none;
  border-color: #31b0d5;
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.alert.alert-page {
  margin: -18px -18px 18px -18px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  padding-left: 18px;
  padding-right: 18px;
}

.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  border-top-color: #e4e4e4;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th {
  font-weight: 600;
}

.table tbody + tbody {
  border-top-color: #e4e4e4;
}

.table-bordered {
  border-color: #e4e4e4;
}

.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-color: #e4e4e4;
}

.table-header {
  background: #fff;
  position: relative;
  border: 1px solid #e4e4e4;
  margin-bottom: -1px;
  padding: 10px 15px 10px 15px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.table-header .table-caption {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.table-footer {
  min-height: 40px;
  margin-top: -19px;
  position: relative;
  border: 1px solid #e4e4e4;
  line-height: 20px;
  padding: 10px 15px 10px 15px;
  background: #fafafa;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.table-light,
.table-success,
.table-danger,
.table-warning,
.table-info,
.table-primary {
  margin-bottom: 20px;
}

.table-light table {
  border-top-color: #dbdbdb !important;
}

.table-light thead,
.table-light thead tr,
.table-light thead th,
.table-light .table-header {
  border-color: #dbdbdb !important;
  color: #555;
}

.table-light thead tr,
.table-light thead th {
  background: #ebebeb;
}

.table-light .table-header {
  background: #fafafa;
}

.table-success table {
  border-top-color: #518d51 !important;
}

.table-success thead,
.table-success thead tr,
.table-success thead th,
.table-success .table-header {
  border-color: #518d51 !important;
  color: #fff;
}

.table-success thead tr,
.table-success thead th {
  background: #53a953;
}

.table-success .table-header {
  background: #5ebd5e;
}

.table-danger table {
  border-top-color: #ca4433 !important;
}

.table-danger thead,
.table-danger thead tr,
.table-danger thead th,
.table-danger .table-header {
  border-color: #ca4433 !important;
  color: #fff;
}

.table-danger thead tr,
.table-danger thead th {
  background: #d95342;
}

.table-danger .table-header {
  background: #e66454;
}

.table-warning table {
  border-top-color: #de9328 !important;
}

.table-warning thead,
.table-warning thead tr,
.table-warning thead th,
.table-warning .table-header {
  border-color: #de9328 !important;
  color: #fff;
}

.table-warning thead tr,
.table-warning thead th {
  background: #e9a23b;
}

.table-warning .table-header {
  background: #f4b04f;
}

.table-info table {
  border-top-color: #3da1bf !important;
}

.table-info thead,
.table-info thead tr,
.table-info thead th,
.table-info .table-header {
  border-color: #3da1bf !important;
  color: #fff;
}

.table-info thead tr,
.table-info thead th {
  background: #4bb1d0;
}

.table-info .table-header {
  background: #5bc0de;
}

.nav-tabs > li > a > .badge,
.nav-tabs > li > a > .label,
.nav-pills > li > a > .badge,
.nav-pills > li > a > .label {
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  margin: 0 -5px -100px 5px;
  padding: 0 6px;
  line-height: 14px;
  top: 0;
}

.nav-tabs > li > a > .label,
.nav-pills > li > a > .label {
  padding-left: 4px;
  padding-right: 4px;
}

.nav-tabs > li > a > .badge.badge-success,
.nav-tabs > li > a > .label.label-success,
.nav-pills > li > a > .badge.badge-success,
.nav-pills > li > a > .label.label-success {
  background-color: #5ebd5e;
}

.nav-tabs > li > a > .badge.badge-warning,
.nav-tabs > li > a > .label.label-warning,
.nav-pills > li > a > .badge.badge-warning,
.nav-pills > li > a > .label.label-warning {
  background-color: #f4b04f;
}

.nav-tabs > li > a > .badge.badge-danger,
.nav-tabs > li > a > .label.label-danger,
.nav-pills > li > a > .badge.badge-danger,
.nav-pills > li > a > .label.label-danger {
  background-color: #e66454;
}

.nav-tabs > li > a > .badge.badge-info,
.nav-tabs > li > a > .label.label-info,
.nav-pills > li > a > .badge.badge-info,
.nav-pills > li > a > .label.label-info {
  background-color: #5bc0de;
}

.nav-tabs:not(.nav-tabs-simple) > li.active > a > .badge,
.nav-tabs:not(.nav-tabs-simple) > li.active > a > .label,
.nav-pills > li.active > a > .badge,
.nav-pills > li.active > a > .label {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  color: #fff;
}

.nav-tabs.nav-justified > li > a,
.nav-pills.nav-justified > li > a {
  margin: 0;
}

.nav-tabs.nav-tabs-sm > li > a > .badge,
.nav-tabs.nav-tabs-sm > li > a > .label {
  margin-left: 4px;
  margin-right: -4px;
}

.nav-tabs.nav-tabs-xs > li > a {
  font-size: 12px;
}

.nav-tabs.nav-tabs-xs > li > a > .badge,
.nav-tabs.nav-tabs-xs > li > a > .label {
  padding-left: 4px;
  padding-right: 4px;
  line-height: 13px;
  font-size: 10px;
  margin-left: 3px;
  margin-right: -3px;
  top: -1px;
}

.nav-tabs.nav-tabs-xs > li > a > .label {
  padding-left: 3px;
  padding-right: 3px;
}

.nav-tabs {
  border-bottom: none;
}

    .nav-tabs > li > a {
        background-color: #0075BD;
        border: solid 1px rgba(0,0,0,0.16);
        border-bottom: none;
        color: #fff;
        margin: 0 6px -1px 0;
        padding: 8px 20px;
        z-index: 1;
    }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:active {
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: #d7d7d7;
  color: #555;
}

.nav-tabs > li > a > .fa-caret-down {
  font-size: 12px;
}

.nav-tabs > li.dropdown.open > a:focus {
  border-bottom: 2px solid #e4e4e4;
}

    .nav-tabs li.active > a,
    .nav-tabs li.active > a:hover,
    .nav-tabs li.active > a:focus {
        border: solid 1px rgba(0,0,0,0.1);
        color: #1E1C17;
    }

.nav-tabs.nav-justified > li > a {
  border-bottom: 2px solid #e4e4e4;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

.nav-tabs.nav-stacked > li > a {
  margin: 0;
  border-bottom-width: 1px !important;
}

.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-width: 0 !important;
}

.nav-tabs.nav-stacked > li:last-child.active > a {
  border-bottom-width: 2px !important;
  margin-bottom: -3px;
}

.nav-tabs.nav-stacked > li:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.nav-tabs.nav-tabs-simple > li > a {
  background-color: transparent !important;
  margin-right: 0;
}

.nav-tabs.nav-tabs-simple > li.active > a {
  color: #555 !important;
}

.nav-tabs.nav-tabs-sm > li > a {
  padding: 6px 15px;
}

.nav-tabs.nav-tabs-xs > li > a {
  padding: 4px 15px;
}

.tab-content {
  padding: 15px 0;
}

    .tab-content.tab-content-bordered {
        border: solid 1px rgba(0,0,0,0.16);
        padding-left: 15px;
        padding-right: 15px;
        box-shadow: 0 3px 3px -3px rgba(0,0,0,0.16);
        z-index: 2;
        background:#f9f9f9;
    }

.nav-pills > li > a {
  color: #777;
  background-color: #f3f3f3;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 8px 20px;
}

.nav-pills > li > a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #555;
}

.nav-pills > li > a > .fa-caret-down {
  font-size: 12px;
}

.nav-pills > li > a > .badge,
.nav-pills > li > a > .label {
  top: -1px;
}

.nav-pills > li {
  margin-left: 0;
  margin-right: 6px;
}

.nav-pills > li + li {
  margin-left: 0;
}

.nav-pills.nav-stacked > li {
  margin: 0 0 4px 0;
}

.dropdown-menu {
  border: 2px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul.dropdown-menu {
  border: 2px solid #ccc;
  padding: 5px 0;
}

ul.dropdown-menu > li > a {
  margin: 0 -2px;
  padding: 5px 18px;
}

ul.dropdown-menu > li > a > .label,
ul.dropdown-menu > li > a > .badge {
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 13px;
  font-size: 10px;
  top: 1px;
}

ul.dropdown-menu > li > a > .label {
  padding-top: 1px;
  padding-bottom: 1px;
}

ul.dropdown-menu .divider {
  border-width: 2px;
  margin: 5px 0;
}

ul.dropdown-menu .dropdown-header {
  font-size: 11px;
  font-weight: 600;
  margin: 0 -2px;
  padding: 6px 18px 3px 18px;
  text-transform: uppercase;
}

ul.dropdown-menu .dropdown-icon {
  display: inline-block;
  font-size: 14px;
}

.nav .dropdown > .dropdown-toggle .nav-icon {
  font-size: 12px;
  display: inline-block;
  margin-right: 8px;
}

.pull-right .dropdown-menu {
  left: auto;
  float: right;
  right: 0;
}

.btn-group-lg .btn {
  font-size: 15px;
  line-height: 19px;
  padding: 9px 18px;
}

.btn-group-sm .btn {
  font-size: 12px;
  line-height: 15px;
  padding: 4px 9px;
}

.btn-group-sm .btn > .fa-caret-down {
  font-size: 10px;
}

.btn-group-xs .btn {
  font-size: 11px;
  line-height: 12px;
  padding: 4px 7px;
}

.btn-group-xs .btn > .fa-caret-down {
  font-size: 10px;
}

.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 1px solid #e4e4e4;
  color: #7b7b7b;
  margin-right: 5px;
  border-radius: 2px;
}

.pagination > li > a:hover {
  background-color: transparent;
  color: #555;
}

.pagination > li.active > a,
.pagination > li.active > span {
  color: #fff;
  font-weight: 600;
}

.pagination > li.disabled > a:hover {
  border-color: #e4e4e4 !important;
}

.pagination.pagination-xs li a,
.pagination.pagination-xs li span {
  font-size: 10px;
  padding: 4px 8px;
}

.pager li > a,
.pager li > span {
  background-color: transparent;
  border-color: #e4e4e4;
  color: #7b7b7b;
}

.pager li > a:hover {
  background-color: transparent;
  color: #555;
}

.pager li.disabled > a {
  background-color: transparent;
}

.pager li.disabled > a:hover {
  background-color: transparent;
  border-color: #e4e4e4 !important;
}

.pager.pager-xs li a,
.pager.pager-xs li span {
  font-size: 11px;
  padding: 4px 8px;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent;
}

.list-group-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-color: #e4e4e4;
}

.list-group-item > .badge {
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.list-group-item > .label {
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

.list-group-item > .label + .label {
  margin-right: 5px;
}

.list-group-icon {
  width: 26px;
  color: #aaa;
  font-size: 14px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #555;
  margin-top: 5px;
}

a.list-group-item .list-group-item-heading + .list-group-item-text {
  margin-bottom: 5px;
}

a.list-group-item .list-group-item-text {
  color: #6e6e6e;
}

a.list-group-item:hover,
a.list-group-item:focus {
  background: rgba(0, 0, 0, 0.04);
}

a.list-group-item.active {
  color: #fff;
}

a.list-group-item.active .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .badge {
  background: #fff;
  background: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  color: #fff;
}

.ie8 a.list-group-item.active .badge {
  color: #555;
}

.form-inline .form-control {
  margin-bottom: 10px;
}

.form-inline .checkbox label,
.form-inline .radio label {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-inline .form-control {
    margin-bottom: 0;
    width: auto;
  }
}

@media (min-width: 768px) {
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  margin-top: 0px;
  margin-bottom: 0px;
}

.form-horizontal .control-label {
  padding-top: 0;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.radio,
.checkbox {
  padding-left: 20px;
}

legend {
  color: #666;
  font-size: 18.2px;
  padding-bottom: 7px;
}

label {
  font-weight: 600;
  margin-left: 0;
  margin-bottom: 5px;
}

optgroup {
  font-weight: 600;
}

.form-control {
  border-top-color: #c2c2c2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.help-block {
  margin-bottom: 0;
}

.form-group:before,
.form-group:after {
  content: " ";
  display: table;
}

.form-group:after {
  clear: both;
}

.form-group.has-error .checkbox .help-block,
.form-group.has-error .radio .help-block,
.form-group.has-error .checkbox + .help-block,
.form-group.has-error .radio + .help-block {
  position: relative;
  top: 5px;
}

.form-group.has-error .checkbox .help-block:before,
.form-group.has-error .checkbox .help-block:after,
.form-group.has-error .radio .help-block:before,
.form-group.has-error .radio .help-block:after,
.form-group.has-error .checkbox + .help-block:before,
.form-group.has-error .checkbox + .help-block:after,
.form-group.has-error .radio + .help-block:before, .form-group.has-error .radio + .help-block:after {
  display: none;
}

.checkbox label,
.radio label {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
}

.checkbox label:before,
.checkbox label:after,
.radio label:before,
.radio label:after {
  content: " ";
  display: table;
}

.checkbox label:after,
.radio label:after {
  clear: both;
}

.has-feedback .form-control-feedback {
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}

.has-feedback .form-control {
  padding-right: 32px;
}

.form-bordered .form-group {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
}

.checkbox,
.radio {
  margin-top: 0;
}

.has-warning .help-block, .has-error .help-block, .has-success .help-block {
  display: block;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 2px;
  margin-top: 2px;
  position: relative;
}

.has-warning .help-block:before, .has-warning .help-block:after, .has-error .help-block:before, .has-error .help-block:after, .has-success .help-block:before, .has-success .help-block:after {
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.has-warning .help-block:before, .has-error .help-block:before, .has-success .help-block:before {
  border-bottom: solid;
  border-width: 7px;
  left: 16px;
  top: -7px;
}

.has-warning .help-block:after, .has-error .help-block:after, .has-success .help-block:after {
  border-bottom: 6px solid;
  left: 17px;
  top: -6px;
}

.has-warning.simple .help-block, .has-error.simple .help-block, .has-success.simple .help-block {
  background: none !important;
  border: none;
  padding: 3px 0;
}

.has-warning.simple .help-block:before, .has-warning.simple .help-block:after, .has-error.simple .help-block:before, .has-error.simple .help-block:after, .has-success.simple .help-block:before, .has-success.simple .help-block:after {
  display: none;
}

.has-feedback:not(.form-group) {
  position: relative;
}

.has-feedback:not(.form-group) .form-control-feedback {
  top: 0;
}

.has-warning .control-label {
  color: #555;
}

.has-warning .help-block {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px;
}

.has-warning .help-block:before {
  border-bottom-color: #f1cc7e;
}

.has-warning .help-block:after {
  border-bottom-color: #f9f2cc;
}

.has-warning .form-control {
  border-color: #eebf5e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .form-control:focus,
.has-warning .form-control.focus {
  border-color: #e9ad30 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .input-group-addon {
  color: #af8640;
  border-color: #f6deac;
  background-color: #f9f1c7;
}

.has-warning .form-control-feedback {
  color: #e9ad30;
}

.has-error .control-label {
  color: #555;
}

.has-error .help-block {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
}

.has-error .help-block:before {
  border-bottom-color: #dda7b0;
}

.has-error .help-block:after {
  border-bottom-color: #f3e2e2;
}

.has-error .form-control {
  border-color: #d38e99;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control:focus,
.has-error .form-control.focus {
  border-color: #c46978 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .input-group-addon {
  color: #b94a48;
  border-color: #ebccd1;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #c46978;
}

.has-success .control-label {
  color: #555;
}

.has-success .help-block {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px;
}

.has-success .help-block:before {
  border-bottom-color: #b5d899;
}

.has-success .help-block:after {
  border-bottom-color: #e2f1dc;
}

.has-success .form-control {
  border-color: #a3ce7f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .form-control:focus,
.has-success .form-control.focus {
  border-color: #88c05b !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .input-group-addon {
  color: #468847;
  border-color: #d0e6be;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #88c05b;
}

.has-warning.dark .control-label {
  color: #555;
}

.has-warning.dark .help-block {
  background: #f4b04f;
  border-color: #f19a1f;
  color: #fff;
  background-size: 20px 20px;
}

.has-warning.dark .help-block:before {
  border-bottom-color: #d0800d;
}

.has-warning.dark .help-block:after {
  border-bottom-color: #f4b254;
}

.has-warning.dark .form-control {
  border-color: #f4b04f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning.dark .form-control:focus,
.has-warning.dark .form-control.focus {
  border-color: #f19a1f !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning.dark .input-group-addon {
  color: #fff;
  border-color: #f19a1f;
  background-color: #f4b04f;
}

.has-warning.dark .form-control-feedback {
  color: #f19a1f;
}

.has-warning.dark .help-block {
  background: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.has-error.dark .control-label {
  color: #555;
}

.has-error.dark .help-block {
  background: #e66454;
  border-color: #df3c28;
  color: #fff;
  background-size: 20px 20px;
}

.has-error.dark .help-block:before {
  border-bottom-color: #b92c1b;
}

.has-error.dark .help-block:after {
  border-bottom-color: #e76858;
}

.has-error.dark .form-control {
  border-color: #e66454;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error.dark .form-control:focus,
.has-error.dark .form-control.focus {
  border-color: #df3c28 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error.dark .input-group-addon {
  color: #fff;
  border-color: #df3c28;
  background-color: #e66454;
}

.has-error.dark .form-control-feedback {
  color: #df3c28;
}

.has-error.dark .help-block {
  background: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.04)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.04)), color-stop(0.75, rgba(255, 255, 255, 0.04)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.has-success.dark .control-label {
  color: #555;
}

.has-success.dark .help-block {
  background: #5ebd5e;
  border-color: #43a543;
  color: #fff;
  background-size: 20px 20px;
}

.has-success.dark .help-block:before {
  border-bottom-color: #358035;
}

.has-success.dark .help-block:after {
  border-bottom-color: #62be62;
}

.has-success.dark .form-control {
  border-color: #5ebd5e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success.dark .form-control:focus,
.has-success.dark .form-control.focus {
  border-color: #43a543 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success.dark .input-group-addon {
  color: #fff;
  border-color: #43a543;
  background-color: #5ebd5e;
}

.has-success.dark .form-control-feedback {
  color: #43a543;
}

.has-success.dark .help-block {
  background: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.has-warning.simple .help-block {
  color: #f29f29 !important;
}

.has-error.simple .help-block {
  color: #e14430 !important;
}

.has-success.simple .help-block {
  color: #46ac46 !important;
}

.gt-ie8 input.px {
  position: absolute !important;
  left: -1000000px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gt-ie8 input.px + .lbl {
  position: relative;
  padding-left: 1px;
  display: inline-block;
}

.gt-ie8 input.px + .lbl:before {
  content: "";
  opacity: 1;
  border: 1px solid #bbb;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.gt-ie8 input.px + .lbl:after {
  display: none;
  position: absolute;
}

.gt-ie8 input.px:checked + .lbl:after {
  display: block;
}

.gt-ie8 input.px + .lbl:before,
.gt-ie8 input.px + .lbl:after {
  margin: 2px 3px -3px -20px !important;
}

.gt-ie8 input[type="checkbox"].px + .lbl:before {
  border-radius: 2px;
}

.gt-ie8 input[type="checkbox"].px + .lbl:after {
  content: "\f00c";
  top: 1px;
  left: 1px;
  width: 13px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  font-family: FontAwesome;
  text-align: center;
}

.gt-ie8 input[type="radio"].px + .lbl:before {
  border-radius: 999999px;
}

.gt-ie8 input[type="radio"].px + .lbl:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  top: 5px;
  left: 5px;
}

.gt-ie8 input.px:disabled,
.gt-ie8 input.px:disabled + .lbl,
.gt-ie8 input.px:disabled + .lbl:before,
.gt-ie8 input.px:disabled + .lbl:after,
.gt-ie8 input.px.disabled,
.gt-ie8 input.px.disabled + .lbl,
.gt-ie8 input.px.disabled + .lbl:before,
.gt-ie8 input.px.disabled + .lbl:after {
  cursor: not-allowed !important;
}

.gt-ie8 input.px:disabled + .lbl:before,
.gt-ie8 input.px.disabled + .lbl:before {
  background: #eee !important;
  border-color: #d6d6d6 !important;
}

.gt-ie8 input.px:disabled + .lbl:after,
.gt-ie8 input.px.disabled + .lbl:after {
  opacity: .5 !important;
}

@media (min-width: 768px) {
  .gt-ie8 .form-inline .radio input.px + .lbl,
  .gt-ie8 .form-inline .checkbox input.px + .lbl {
    margin-left: 20px;
  }
}

.px-single {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0;
  font-weight: 400 !important;
}

.px-single input.px {
  margin: 0 !important;
}

.px-single input.px + .lbl:before,
.px-single input.px + .lbl:after {
  margin: 0 !important;
}

.px-single input.px + .lbl {
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
}

.select2-results li:nth-child(odd) {
  background-color: #eeeeee;
}

.select2-results .avatar-wrap {
  width: 80px;
  height: 80px;
}

.select2-results__options {
  overflow-x: hidden;
  max-height: 400px !important;
}

.select2-result-item {
  width: 100%;
  padding: 10px;
  display: table;
  table-layout: fixed;
}

.select2-result-item-avatar {
  display: table-cell;
  padding: 0 20px 0 0;
  overflow: hidden;
  width: 100px;
  vertical-align: top;
}

.select2-result-item-details {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.select2-result-item-name {
  font-size: 20px;
  font-weight: bold;
}

.select2-result-item-id {
  padding-bottom: 5px;
  font-size: 14px;
}

.input-group-btn > .btn {
  line-height: 16px;
  margin: 0;
}

.input-group input {
  position: relative;
  z-index: 3;
}

.input-group > .input-group-btn + input {
  margin-left: -1px;
}

.input-group-addon > .fa {
  font-size: 14px;
}

.input-group > input + .input-group-btn .btn:first-child {
  border-left-width: 0;
}

.input-group-addon.no-background {
  background: #fff !important;
}

.panel,
.panel-default {
  border-color: #e4e4e4;
  margin-bottom: 22px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel .alert-page,
.panel-default .alert-page {
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 2px;
  font-size: 12px;
  margin: -2px -1px 0 -1px !important;
  padding: 8px 15px;
  position: relative;
}

.panel-heading {
  background: #fafafa;
  border-bottom: 2px solid #ececec;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  position: relative;
}

.panel-heading .nav-tabs {
  border-bottom-color: transparent;
  bottom: -2px;
  position: absolute;
  right: 9px;
}

.panel-heading .nav-tabs > li > a {
  border-bottom-color: transparent;
}

.panel-body {
  background: #fff;
  margin: 0;
  padding: 20px;
}

.panel-body > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.panel-footer {
  background: #fff;
  border-top: 1px solid #ececec;
  padding-left: 20px;
  padding-right: 20px;
}

.panel-title {
  color: #555;
  font-size: 14px;
  line-height: 20px;
}

.panel-title-icon {
  display: inline-block;
  font-size: 14px;
  margin-right: 7px;
}

.panel-heading-controls {
  margin-top: -2px;
  margin-bottom: -200px;
  float: right;
}

.panel-heading-controls > * {
  display: block;
  float: left;
}

.panel-heading-controls > * + * {
  margin-left: 4px;
}

.panel-heading-controls > .btn,
.panel-heading-controls > .btn-group {
  margin-top: -4px;
}

.panel-heading-controls > .btn.btn-sm,
.btn-group-sm.panel-heading-controls > .btn,
.panel-heading-controls > .btn-group.btn-group-sm {
  margin-top: -1px;
}

.panel-heading-controls > .btn.btn-xs,
.btn-group-xs.panel-heading-controls > .btn,
.panel-heading-controls > .btn-group.btn-group-xs {
  margin-top: 0;
}

.panel-heading-controls > .progress {
  height: 6px;
  margin-top: 8px;
}

.panel-heading-controls > .label, .panel-heading-controls .badge {
  margin-bottom: -10px;
  margin-top: 1px;
}

.panel-heading-controls > .pagination {
  margin: -5px 0 0 0;
}

.panel-heading-controls > .pagination.pagination-sm {
  margin-top: -3px;
}

.panel-heading-controls > .pagination.pagination-xs {
  margin-top: -1px;
}

.panel-heading-controls > .pager {
  margin: -4px 0 0 0;
}

.panel-heading-controls > .pager.pager-xs {
  margin: -1px 0 0 0;
}

.panel-heading-controls > .form-control,
.panel-heading-controls .input-group {
  margin-top: -2px;
}

.panel-heading-controls > .form-control,
.panel-heading-controls .input-group .form-control,
.panel-heading-controls .input-group .btn {
  height: 26px;
  padding: 3px 8px;
}

.panel-heading-controls > .panel-heading-icon {
  font-size: 14px;
  margin-top: 1px;
}

.panel-heading-controls > .switcher {
  margin-top: 1px;
}

.panel-heading-text {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  margin-top: 1px;
}

.panel-dark .panel-heading-controls .btn {
  border-color: transparent;
}

.panel-dark .panel-heading-controls .btn.btn-outline {
  border-width: 1px;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}

.panel-dark .panel-heading-controls .btn.btn-outline:hover {
  border-color: transparent !important;
}

.panel-dark .panel-heading-controls > .form-control {
  border-color: transparent !important;
}

.panel-dark .panel-heading-controls > .pagination li a,
.panel-dark .panel-heading-controls > .pagination li span,
.panel-dark .panel-heading-controls > .pager li a,
.panel-dark .panel-heading-controls > .pager li span {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}

.panel-dark .panel-heading-controls > .pagination li a:hover,
.panel-dark .panel-heading-controls > .pager li a:hover {
  color: #fff;
  border-color: #fff;
}

.panel-dark .panel-heading-controls > .pagination li.active a,
.panel-dark .panel-heading-controls > .pagination li.active a:hover,
.panel-dark .panel-heading-controls > .pagination li.active span,
.panel-dark .panel-heading-controls > .pager li.active a,
.panel-dark .panel-heading-controls > .pager li.active a:hover,
.panel-dark .panel-heading-controls > .pager li.active span {
  background: #fff;
  border-color: #fff;
}

.panel-dark .panel-heading-controls > .pagination li.disabled a,
.panel-dark .panel-heading-controls > .pagination li.disabled span,
.panel-dark .panel-heading-controls > .pager li.disabled a,
.panel-dark .panel-heading-controls > .pager li.disabled span {
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.3) !important;
}

.panel-dark .panel-heading-controls .input-group .form-control {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: #d5d5d5;
}

.panel-dark .panel-heading .nav-tabs > li > a {
  background: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.panel-dark .panel-heading .nav-tabs > li > a:hover {
  color: #fff;
}

.panel-dark .panel-heading .nav-tabs > li.active > a,
.panel-dark .panel-heading .nav-tabs > li.active > a:hover,
.panel-dark .panel-heading .nav-tabs > li.active > a:focus {
  background: #fff;
  border-bottom-color: #fff;
  color: #555;
}

.panel.panel-dark.panel-body-colorful table,
.panel.panel-dark.panel-body-colorful .list-group {
  color: #fff;
}

.panel-warning {
  border-color: #f6deac !important;
}

.panel-warning .panel-heading {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px;
}

.panel-warning .panel-heading .panel-title {
  color: #af8640;
}

.panel-warning .panel-heading .panel-heading-text a {
  color: #af8640;
  text-decoration: underline;
}

.panel-warning .panel-heading .panel-heading-text a:hover {
  color: #c49e5e;
}

.panel-warning.panel-body-colorful .panel-body {
  background: #f9f1c7;
  color: #af8640;
}

.panel-warning.panel-body-colorful .panel-footer {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
}

.panel-danger {
  border-color: #ebccd1 !important;
}

.panel-danger .panel-heading {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
}

.panel-danger .panel-heading .panel-title {
  color: #b94a48;
}

.panel-danger .panel-heading .panel-heading-text a {
  color: #b94a48;
  text-decoration: underline;
}

.panel-danger .panel-heading .panel-heading-text a:hover {
  color: #c76e6d;
}

.panel-danger.panel-body-colorful .panel-body {
  background: #f2dede;
  color: #b94a48;
}

.panel-danger.panel-body-colorful .panel-footer {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}

.panel-success {
    border: none !important;
}

    .panel-success .panel-heading {
        background: #C4B99E;
        border-color: #C4B99E;
        color: #fff;
        background-size: 20px 20px;
    }

.panel-success .panel-heading .panel-title {
  color: #fff;
}

.panel-success .panel-heading .panel-heading-text a {
  color: #468847;
  text-decoration: underline;
}

.panel-success .panel-heading .panel-heading-text a:hover {
  color: #58a959;
}

.panel-success.panel-body-colorful .panel-body {
  background: #dff0d8;
  color: #468847;
}

.panel-success.panel-body-colorful .panel-footer {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
}

.panel-info {
  border-color: #bce8f1 !important;
}

.panel-info .panel-heading {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  background-size: 20px 20px;
}

.panel-info .panel-heading .panel-title {
  color: #3a87ad;
}

.panel-info .panel-heading .panel-heading-text a {
  color: #3a87ad;
  text-decoration: underline;
}

.panel-info .panel-heading .panel-heading-text a:hover {
  color: #54a0c6;
}

.panel-info.panel-body-colorful .panel-body {
  background: #d9edf7;
  color: #3a87ad;
}

.panel-info.panel-body-colorful .panel-footer {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.panel-warning.panel-dark {
  border-color: #f4b04f !important;
}

.panel-warning.panel-dark .panel-heading {
  background: #f4b04f;
  border-color: #f4b04f;
  color: #fff;
}

.panel-warning.panel-dark .panel-heading .panel-title {
  color: #fff;
}

.panel-warning.panel-dark .panel-heading .panel-heading-text {
  color: white;
}

.panel-warning.panel-dark .panel-heading .panel-heading-text a {
  color: white;
  text-decoration: underline;
}

.panel-warning.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

.panel-warning.panel-dark .panel-heading-controls li.active a,
.panel-warning.panel-dark .panel-heading-controls li.active span {
  color: #f4b04f !important;
}

.panel-warning.panel-dark.panel-body-colorful .panel-heading,
.panel-warning.panel-dark.panel-body-colorful table,
.panel-warning.panel-dark.panel-body-colorful table tr,
.panel-warning.panel-dark.panel-body-colorful table th,
.panel-warning.panel-dark.panel-body-colorful table td,
.panel-warning.panel-dark.panel-body-colorful .list-group-item {
  border-color: #f6c175;
}

.panel-warning.panel-dark.panel-body-colorful,
.panel-warning.panel-dark.panel-body-colorful .panel-body,
.panel-warning.panel-dark.panel-body-colorful .list-group-item {
  background: #f4b04f;
  color: #fff;
}

.panel-warning.panel-dark.panel-body-colorful .panel-footer {
  background: #f4b04f;
  border-color: #f6c175;
  color: #fff;
}

.panel-danger.panel-dark {
  border-color: #e66454 !important;
}

.panel-danger.panel-dark .panel-heading {
  background: #e66454;
  border-color: #e66454;
  color: #fff;
}

.panel-danger.panel-dark .panel-heading .panel-title {
  color: #fff;
}

.panel-danger.panel-dark .panel-heading .panel-heading-text {
  color: #fffdfd;
}

.panel-danger.panel-dark .panel-heading .panel-heading-text a {
  color: #fffdfd;
  text-decoration: underline;
}

.panel-danger.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

.panel-danger.panel-dark .panel-heading-controls li.active a,
.panel-danger.panel-dark .panel-heading-controls li.active span {
  color: #e66454 !important;
}

.panel-danger.panel-dark.panel-body-colorful .panel-heading,
.panel-danger.panel-dark.panel-body-colorful table,
.panel-danger.panel-dark.panel-body-colorful table tr,
.panel-danger.panel-dark.panel-body-colorful table th,
.panel-danger.panel-dark.panel-body-colorful table td,
.panel-danger.panel-dark.panel-body-colorful .list-group-item {
  border-color: #eb8478;
}

.panel-danger.panel-dark.panel-body-colorful,
.panel-danger.panel-dark.panel-body-colorful .panel-body,
.panel-danger.panel-dark.panel-body-colorful .list-group-item {
  background: #e66454;
  color: #fff;
}

.panel-danger.panel-dark.panel-body-colorful .panel-footer {
  background: #e66454;
  border-color: #eb8478;
  color: #fff;
}

.panel-success.panel-dark {
  border-color: #5ebd5e !important;
}

.panel-success.panel-dark .panel-heading {
  background: #5ebd5e;
  border-color: #5ebd5e;
  color: #fff;
}

.panel-success.panel-dark .panel-heading .panel-title {
  color: #fff;
}

.panel-success.panel-dark .panel-heading .panel-heading-text {
  color: #e7f5e7;
}

.panel-success.panel-dark .panel-heading .panel-heading-text a {
  color: #e7f5e7;
  text-decoration: underline;
}

.panel-success.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

.panel-success.panel-dark .panel-heading-controls li.active a,
.panel-success.panel-dark .panel-heading-controls li.active span {
  color: #5ebd5e !important;
}

.panel-success.panel-dark.panel-body-colorful .panel-heading,
.panel-success.panel-dark.panel-body-colorful table,
.panel-success.panel-dark.panel-body-colorful table tr,
.panel-success.panel-dark.panel-body-colorful table th,
.panel-success.panel-dark.panel-body-colorful table td,
.panel-success.panel-dark.panel-body-colorful .list-group-item {
  border-color: #7bc97b;
}

.panel-success.panel-dark.panel-body-colorful,
.panel-success.panel-dark.panel-body-colorful .panel-body,
.panel-success.panel-dark.panel-body-colorful .list-group-item {
  background: #5ebd5e;
  color: #fff;
}

.panel-success.panel-dark.panel-body-colorful .panel-footer {
  background: #5ebd5e;
  border-color: #7bc97b;
  color: #fff;
}

.panel-info.panel-dark {
  border-color: #5bc0de !important;
}

.panel-info.panel-dark .panel-heading {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}

.panel-info.panel-dark .panel-heading .panel-title {
  color: #fff;
}

.panel-info.panel-dark .panel-heading .panel-heading-text {
  color: #fcfefe;
}

.panel-info.panel-dark .panel-heading .panel-heading-text a {
  color: #fcfefe;
  text-decoration: underline;
}

.panel-info.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

.panel-info.panel-dark .panel-heading-controls li.active a,
.panel-info.panel-dark .panel-heading-controls li.active span {
  color: #5bc0de !important;
}

.panel-info.panel-dark.panel-body-colorful .panel-heading,
.panel-info.panel-dark.panel-body-colorful table,
.panel-info.panel-dark.panel-body-colorful table tr,
.panel-info.panel-dark.panel-body-colorful table th,
.panel-info.panel-dark.panel-body-colorful table td,
.panel-info.panel-dark.panel-body-colorful .list-group-item {
  border-color: #7dcde5;
}

.panel-info.panel-dark.panel-body-colorful,
.panel-info.panel-dark.panel-body-colorful .panel-body,
.panel-info.panel-dark.panel-body-colorful .list-group-item {
  background: #5bc0de;
  color: #fff;
}

.panel-info.panel-dark.panel-body-colorful .panel-footer {
  background: #5bc0de;
  border-color: #7dcde5;
  color: #fff;
}

.panel-transparent {
  background: none !important;
  border: none !important;
}

.panel-transparent .panel-heading {
  background: none;
}

.panel-transparent .panel-body {
  background: none;
}

.panel-transparent .panel-footer {
  background: none;
  border: none;
}

.well {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popover {
  border: 3px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popover.top .arrow {
  border-top: none;
}

.popover.top .arrow:after {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-width: 7px 8px 0 8px;
  bottom: 1px;
}

.popover.bottom .arrow {
  border-bottom: none;
}

.popover.bottom .arrow:after {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-width: 0 8px 7px 8px;
  top: 1px;
}

.popover.left .arrow {
  border-left: none;
}

.popover.left .arrow:after {
  border-left-color: rgba(0, 0, 0, 0.2);
  border-width: 8px 0 8px 7px;
  bottom: -9px;
  right: 1px;
}

.popover.right .arrow {
  border-right: none;
}

.popover.right .arrow:after {
  border-right-color: rgba(0, 0, 0, 0.2);
  border-width: 8px 7px 8px 0;
  bottom: -9px;
  left: 1px;
}

.popover-colorful + .popover {
  border-width: 1px;
}

.popover-colorful + .popover.top {
  margin-bottom: 8px;
}

.popover-colorful + .popover.left {
  margin-right: 8px;
}

.popover-colorful + .popover.top .arrow:after {
  bottom: 3px;
}

.popover-colorful + .popover.bottom .arrow:after {
  top: 3px;
}

.popover-colorful + .popover.left .arrow:after {
  right: 3px;
}

.popover-colorful + .popover.right .arrow:after {
  left: 3px;
}

.popover-title {
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: #ddd;
  border-radius: 0;
}

.ie8 .popover.top.in {
  margin-top: -30px;
}

.ie8 .popover.left.in {
  margin-left: -30px;
}

.ie8 .popover .arrow {
  display: none !important;
}

.popover-warning + .popover .popover-title {
  background: #f9f1c7;
  border-bottom-color: #f6deac;
  color: #af8640;
}

.popover-warning.popover-colorful + .popover {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
}

.popover-warning.popover-colorful + .popover.top .arrow:after {
  border-top-color: #f6deac;
}

.popover-warning.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #f6deac;
}

.popover-warning.popover-colorful + .popover.left .arrow:after {
  border-left-color: #f6deac;
}

.popover-warning.popover-colorful + .popover.right .arrow:after {
  border-right-color: #f6deac;
}

.popover-danger + .popover .popover-title {
  background: #f2dede;
  border-bottom-color: #ebccd1;
  color: #b94a48;
}

.popover-danger.popover-colorful + .popover {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}

.popover-danger.popover-colorful + .popover.top .arrow:after {
  border-top-color: #ebccd1;
}

.popover-danger.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #ebccd1;
}

.popover-danger.popover-colorful + .popover.left .arrow:after {
  border-left-color: #ebccd1;
}

.popover-danger.popover-colorful + .popover.right .arrow:after {
  border-right-color: #ebccd1;
}

.popover-success + .popover .popover-title {
  background: #dff0d8;
  border-bottom-color: #d0e6be;
  color: #468847;
}

.popover-success.popover-colorful + .popover {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
}

.popover-success.popover-colorful + .popover.top .arrow:after {
  border-top-color: #d0e6be;
}

.popover-success.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #d0e6be;
}

.popover-success.popover-colorful + .popover.left .arrow:after {
  border-left-color: #d0e6be;
}

.popover-success.popover-colorful + .popover.right .arrow:after {
  border-right-color: #d0e6be;
}

.popover-info + .popover .popover-title {
  background: #d9edf7;
  border-bottom-color: #bce8f1;
  color: #3a87ad;
}

.popover-info.popover-colorful + .popover {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.popover-info.popover-colorful + .popover.top .arrow:after {
  border-top-color: #bce8f1;
}

.popover-info.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #bce8f1;
}

.popover-info.popover-colorful + .popover.left .arrow:after {
  border-left-color: #bce8f1;
}

.popover-info.popover-colorful + .popover.right .arrow:after {
  border-right-color: #bce8f1;
}

.popover-warning.popover-dark + .popover .popover-title {
  background: #f4b04f;
  border-bottom-color: #f4b04f;
  color: #fff;
}

.popover-warning.popover-dark.popover-colorful + .popover {
  background: #f4b04f;
  border-color: #f4b04f;
  color: #fff;
}

.popover-warning.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #f6c175;
  border-bottom-width: 2px;
}

.popover-warning.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #f4b04f;
}

.popover-warning.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #f4b04f;
}

.popover-warning.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #f4b04f;
}

.popover-warning.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #f4b04f;
}

.popover-danger.popover-dark + .popover .popover-title {
  background: #e66454;
  border-bottom-color: #e66454;
  color: #fff;
}

.popover-danger.popover-dark.popover-colorful + .popover {
  background: #e66454;
  border-color: #e66454;
  color: #fff;
}

.popover-danger.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #eb8478;
  border-bottom-width: 2px;
}

.popover-danger.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #e66454;
}

.popover-danger.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #e66454;
}

.popover-danger.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #e66454;
}

.popover-danger.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #e66454;
}

.popover-success.popover-dark + .popover .popover-title {
  background: #5ebd5e;
  border-bottom-color: #5ebd5e;
  color: #fff;
}

.popover-success.popover-dark.popover-colorful + .popover {
  background: #5ebd5e;
  border-color: #5ebd5e;
  color: #fff;
}

.popover-success.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #7bc97b;
  border-bottom-width: 2px;
}

.popover-success.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #5ebd5e;
}

.popover-success.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #5ebd5e;
}

.popover-success.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #5ebd5e;
}

.popover-success.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #5ebd5e;
}

.popover-info.popover-dark + .popover .popover-title {
  background: #5bc0de;
  border-bottom-color: #5bc0de;
  color: #fff;
}

.popover-info.popover-dark.popover-colorful + .popover {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}

.popover-info.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #7dcde5;
  border-bottom-width: 2px;
}

.popover-info.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #5bc0de;
}

.popover-info.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #5bc0de;
}

.popover-info.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #5bc0de;
}

.popover-info.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #5bc0de;
}

.tooltip-inner {
  background-color: #222;
  font-size: 12px;
  padding: 4px 10px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #222;
}

.tooltip.top-left .tooltip-arrow {
  border-top-color: #222;
}

.tooltip.top-right .tooltip-arrow {
  border-top-color: #222;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #222;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #222;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #222;
}

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #222;
}

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #222;
}

.tooltip-warning + .tooltip .tooltip-inner {
  background-color: #f19a1f;
}

.tooltip-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #f19a1f;
}

.tooltip-warning + .tooltip.top-left .tooltip-arrow {
  border-top-color: #f19a1f;
}

.tooltip-warning + .tooltip.top-right .tooltip-arrow {
  border-top-color: #f19a1f;
}

.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #f19a1f;
}

.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #f19a1f;
}

.tooltip-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f19a1f;
}

.tooltip-warning + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #f19a1f;
}

.tooltip-warning + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #f19a1f;
}

.tooltip-danger + .tooltip .tooltip-inner {
  background-color: #df3c28;
}

.tooltip-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #df3c28;
}

.tooltip-danger + .tooltip.top-left .tooltip-arrow {
  border-top-color: #df3c28;
}

.tooltip-danger + .tooltip.top-right .tooltip-arrow {
  border-top-color: #df3c28;
}

.tooltip-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #df3c28;
}

.tooltip-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #df3c28;
}

.tooltip-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #df3c28;
}

.tooltip-danger + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #df3c28;
}

.tooltip-danger + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #df3c28;
}

.tooltip-success + .tooltip .tooltip-inner {
  background-color: #43a543;
}

.tooltip-success + .tooltip.top .tooltip-arrow {
  border-top-color: #43a543;
}

.tooltip-success + .tooltip.top-left .tooltip-arrow {
  border-top-color: #43a543;
}

.tooltip-success + .tooltip.top-right .tooltip-arrow {
  border-top-color: #43a543;
}

.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #43a543;
}

.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #43a543;
}

.tooltip-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #43a543;
}

.tooltip-success + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #43a543;
}

.tooltip-success + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #43a543;
}

.tooltip-info + .tooltip .tooltip-inner {
  background-color: #31b0d5;
}

.tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #31b0d5;
}

.tooltip-info + .tooltip.top-left .tooltip-arrow {
  border-top-color: #31b0d5;
}

.tooltip-info + .tooltip.top-right .tooltip-arrow {
  border-top-color: #31b0d5;
}

.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #31b0d5;
}

.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #31b0d5;
}

.tooltip-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #31b0d5;
}

.tooltip-info + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #31b0d5;
}

.tooltip-info + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #31b0d5;
}

.modal-dialog {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.modal-content {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.modal-content:before,
.modal-content:after {
  content: " ";
  display: table;
}

.modal-content:after {
  clear: both;
}

.modal-header {
  background: #f8f8f8;
  padding: 12px 20px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.modal-dialog .close {
  color: #555;
  font-size: 20px;
  margin-top: 3px;
}

.modal-dialog .close.fa-times {
  font-size: 15px;
  margin-top: 2px;
}

.modal-footer {
  padding: 12px 20px;
  margin-top: 0;
  background: #fff;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

@media (min-width: 480px) {
  .modal-alert .modal-dialog {
    width: 350px;
  }
}

.modal-alert .modal-header,
.modal-alert .modal-title,
.modal-alert .modal-body,
.modal-alert .modal-footer {
  background: none;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-align: center !important;
}

.modal-alert .modal-header {
  color: #fff;
  margin-bottom: 20px;
  padding: 25px 0 18px 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 4px solid rgba(0, 0, 0, 0.08);
}

.modal-alert .modal-header .fa {
  font-size: 90px;
}

.modal-alert .modal-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}

.modal-alert .modal-body {
  color: #888;
}

.modal-alert .modal-footer {
  margin: 25px 0 20px 0;
}

.modal-alert.modal-info .modal-header {
  background: #5bc0de;
}

.modal-alert.modal-danger .modal-header {
  background: #e66454;
}

.modal-alert.modal-warning .modal-header {
  background: #f4b04f;
}

.modal-alert.modal-success .modal-header {
  background: #5ebd5e;
}

.panel-group .panel-heading {
  padding: 0;
}

.accordion-toggle {
  color: #555;
  display: block;
  line-height: 22px;
  padding: 9px 35px 9px 20px;
  position: relative;
}

.accordion-toggle:hover,
.accordion-toggle.collapsed:hover {
  background: rgba(0, 0, 0, 0.015);
  color: #555;
  text-decoration: none;
}

.accordion-toggle:hover:after,
.accordion-toggle.collapsed:hover:after {
  color: #888;
}

.accordion-toggle:after {
  color: #aaa;
  content: "\f146";
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 36px;
  position: absolute;
  top: 3px;
  right: 15px;
}

.accordion-toggle.collapsed {
  color: #777;
}

.accordion-toggle.collapsed:after {
  content: "\f0fe";
}

.panel-group.panel-group-success .accordion-toggle {
  background: #5ebd5e;
  color: #fff;
}

.panel-group.panel-group-success .accordion-toggle:after,
.panel-group.panel-group-success .accordion-toggle:hover:after,
.panel-group.panel-group-success .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

.panel-group.panel-group-success .panel,
.panel-group.panel-group-success .panel-heading,
.panel-group.panel-group-success .panel-body,
.panel-group.panel-group-success.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #5ebd5e;
}

.panel-group.panel-group-danger .accordion-toggle {
  background: #e66454;
  color: #fff;
}

.panel-group.panel-group-danger .accordion-toggle:after,
.panel-group.panel-group-danger .accordion-toggle:hover:after,
.panel-group.panel-group-danger .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

.panel-group.panel-group-danger .panel,
.panel-group.panel-group-danger .panel-heading,
.panel-group.panel-group-danger .panel-body,
.panel-group.panel-group-danger.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #e66454;
}

.panel-group.panel-group-warning .accordion-toggle {
  background: #f4b04f;
  color: #fff;
}

.panel-group.panel-group-warning .accordion-toggle:after,
.panel-group.panel-group-warning .accordion-toggle:hover:after,
.panel-group.panel-group-warning .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

.panel-group.panel-group-warning .panel,
.panel-group.panel-group-warning .panel-heading,
.panel-group.panel-group-warning .panel-body,
.panel-group.panel-group-warning.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #f4b04f;
}

.panel-group.panel-group-info .accordion-toggle {
  background: #5bc0de;
  color: #fff;
}

.panel-group.panel-group-info .accordion-toggle:after,
.panel-group.panel-group-info .accordion-toggle:hover:after,
.panel-group.panel-group-info .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

.panel-group.panel-group-info .panel,
.panel-group.panel-group-info .panel-heading,
.panel-group.panel-group-info .panel-body,
.panel-group.panel-group-info.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #5bc0de;
}

.note {
  background: #fafafa;
  border-left: 3px solid #ddd;
  border-right: 0 solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}

.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
}

.note.note-success {
  border-color: #5ebd5e;
  background: #f4faf2;
}

.note.note-success h1,
.note.note-success h2,
.note.note-success h3,
.note.note-success h4,
.note.note-success h5,
.note.note-success h6 {
  color: #5ebd5e;
}

.note.note-danger {
  border-color: #e66454;
  background: #fbf4f4;
}

.note.note-danger h1,
.note.note-danger h2,
.note.note-danger h3,
.note.note-danger h4,
.note.note-danger h5,
.note.note-danger h6 {
  color: #e66454;
}

.note.note-warning {
  border-color: #f4b04f;
  background: #fbf7de;
}

.note.note-warning h1,
.note.note-warning h2,
.note.note-warning h3,
.note.note-warning h4,
.note.note-warning h5,
.note.note-warning h6 {
  color: #f4b04f;
}

.note.note-info {
  border-color: #5bc0de;
  background: #f6fbfd;
}

.note.note-info h1,
.note.note-info h2,
.note.note-info h3,
.note.note-info h4,
.note.note-info h5,
.note.note-info h6 {
  color: #5bc0de;
}

.counter,
.counter-separated {
  display: inline-block;
}

.counter span,
.counter-separated span {
  background: #444444;
  border: 1px solid #333;
  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 0 6px;
  position: relative;
  text-align: center;
}

.counter span:before,
.counter-separated span:before {
  background: #333;
  content: " ";
  display: block;
  font-size: 0px;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.counter.counter-sm span,
.counter-separated.counter-sm span {
  font-size: 16px;
  line-height: 22px;
  padding: 0 4px;
}

.counter.counter-lg span,
.counter-separated.counter-lg span {
  font-size: 24px;
  line-height: 34px;
  padding: 0 6px;
}

.counter-separated span {
  padding: 0 5px;
}

.counter-separated span + span {
  margin-left: 4px;
}

.counter-separated.counter-sm span {
  padding: 0 4px;
}

.counter-separated.counter-sm span + span {
  margin-left: 3px;
}

.btn-pa-purple {
  color: #fff;
}

.btn-pa-purple:focus {
  color: #fff;
}

.btn-pa-purple.btn-outline:focus {
  color: #555;
}

.btn-pa-purple.btn-outline.dark:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.btn-pa-purple,
.btn-pa-purple:focus {
  border-color: #78658b;
  border-bottom-color: #695879;
  background: #857198;
  background-image: -webkit-linear-gradient(top, #88749a 0%, #78658b 100%);
  background-image: linear-gradient(to bottom, #88749a 0%, #78658b 100%);
  background-repeat: repeat-x;
}

.btn-pa-purple:hover {
  color: #fff;
  border-color: #715e82;
  border-bottom-color: #574964;
  background: #78658b !important;
  background-image: -webkit-linear-gradient(top, #806b94 0%, #715e82 100%) !important;
  background-image: linear-gradient(to bottom, #806b94 0%, #715e82 100%) !important;
  background-repeat: repeat-x;
}

.btn-pa-purple:active,
.btn-pa-purple.active,
.open .btn-pa-purple.dropdown-toggle {
  background: none;
  background: #7b678e !important;
  border-color: #615170;
  border-bottom-color: #615170 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

.btn-pa-purple.btn-flat {
  background: #7d6991;
}

.btn-pa-purple.btn-flat:hover,
.btn-pa-purple.btn-flat:active,
.btn-pa-purple.btn-flat.active,
.open .btn-pa-purple.btn-flat.dropdown-toggle {
  background: #7d6991 !important;
  color: #fff;
}

.btn-pa-purple.btn-outline:hover,
.btn-pa-purple.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #715e82;
  border-bottom-color: #574964;
}

.btn-pa-purple.btn-outline:active,
.btn-pa-purple.btn-outline.btn-flat:active {
  border-color: #615170;
}

.btn-group .btn-pa-purple,
.btn-group .btn-pa-purple:focus,
.input-group-btn .btn-pa-purple,
.input-group-btn .btn-pa-purple:focus {
  border-left-color: #715e82;
  border-right-color: #715e82;
}

.btn-group .btn-pa-purple:hover,
.btn-group.open .btn-pa-purple.dropdown-toggle,
.input-group-btn .btn-pa-purple:hover,
.input-group-btn.open .btn-pa-purple.dropdown-toggle {
  border-color: #715e82;
  border-bottom-color: #574964;
}

.btn-group .btn-pa-purple:active,
.btn-group .btn-pa-purple.active,
.input-group-btn .btn-pa-purple:active,
.input-group-btn .btn-pa-purple.active {
  border-left-color: #615170;
  border-right-color: #615170;
}

.badge.badge-pa-purple {
  background: #857198;
  border: 1px solid #857198;
}

.badge.badge-pa-purple[href]:hover,
.badge.badge-pa-purple[href]:focus {
  background-color: #6b5a7c;
  border-color: #6b5a7c;
}

.label.label-pa-purple {
  background: #857198;
}

.label.label-pa-purple[href]:hover,
.label.label-pa-purple[href]:focus {
  background-color: #6b5a7c;
}

.label.label-pa-purple.label-tag {
  border: 1px solid #857198;
}

.label.label-pa-purple.label-tag:before {
  border-color: transparent #857198 transparent transparent;
}

.label.label-pa-purple.label-tag[href]:hover,
.label.label-pa-purple.label-tag[href]:focus {
  border-color: #6b5a7c;
}

.label.label-pa-purple.label-tag[href]:hover:before,
.label.label-pa-purple.label-tag[href]:focus:before {
  border-color: transparent #6b5a7c transparent transparent;
}

.right-to-left .label.label-pa-purple.label-tag:before {
  border-color: transparent transparent transparent #857198;
}

.right-to-left .label.label-pa-purple.label-tag[href]:hover:before,
.right-to-left .label.label-pa-purple.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #6b5a7c;
}

.ie8 .right-to-left .label.label-pa-purple.label-tag:before,
.ie9 .right-to-left .label.label-pa-purple.label-tag:before {
  border-color: transparent #857198 transparent transparent;
}

.ie8 .right-to-left .label.label-pa-purple.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-pa-purple.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-pa-purple.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-pa-purple.label-tag[href]:focus:before {
  border-color: transparent #6b5a7c transparent transparent;
}

.alert.alert-pa-purple {
  color: #fff;
  background: none;
  border-color: #6b5a7c;
  background-color: #857198;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.progress .progress-bar.progress-bar-pa-purple {
  background: #857198;
  border-color: #766388;
}

.progress.progress-striped .progress-bar.progress-bar-pa-purple {
  background-color: #857198;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.dropdown-menu.dropdown-menu-pa-purple > li > a:hover,
.dropdown-menu.dropdown-menu-pa-purple > li.active > a {
  background: #857198;
}

.dropdown-menu.dropdown-menu-pa-purple > li > a:hover {
  color: #fff;
}

.nav-tabs.nav-tabs-pa-purple > li.active > a,
.nav-tabs.nav-tabs-pa-purple > li.active > a:hover,
.nav-tabs.nav-tabs-pa-purple > li.active > a:focus {
  background: #857198;
  border-bottom: 2px solid #78658b;
}

.nav-tabs.nav-tabs-pa-purple .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #78658b;
}

.nav-pills.nav-pills-pa-purple > li.active > a,
.nav-pills.nav-pills-pa-purple > li.active > a:hover,
.nav-pills.nav-pills-pa-purple > li.active > a:focus {
  background: #857198;
}

.table-pa-purple table {
  border-top-color: #666567 !important;
}

.table-pa-purple thead,
.table-pa-purple thead tr,
.table-pa-purple thead th,
.table-pa-purple .table-header {
  border-color: #666567 !important;
  color: #fff;
}

.table-pa-purple thead tr,
.table-pa-purple thead th {
  background: #756c7e;
}

.table-pa-purple .table-header {
  background: #857198;
}

.list-group.list-group-pa-purple a.list-group-item.active {
  background: #857198;
  border-color: #857198;
}

.list-group.list-group-pa-purple a.list-group-item.active .list-group-item-text {
  color: #ebe7ee;
}

.panel.panel-pa-purple {
  border-color: #857198 !important;
}

.panel.panel-pa-purple .panel-heading {
  background: #857198;
  border-color: #857198;
  color: #fff;
}

.panel.panel-pa-purple .panel-heading .panel-title {
  color: #fff;
}

.panel.panel-pa-purple .panel-heading .panel-heading-text {
  color: #e6e1e9;
}

.panel.panel-pa-purple .panel-heading .panel-heading-text a {
  color: #e6e1e9;
  text-decoration: underline;
}

.panel.panel-pa-purple .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

.panel.panel-pa-purple .panel-heading-controls li.active a,
.panel.panel-pa-purple .panel-heading-controls li.active span {
  color: #857198 !important;
}

.panel.panel-pa-purple.panel-body-colorful .panel-heading,
.panel.panel-pa-purple.panel-body-colorful table,
.panel.panel-pa-purple.panel-body-colorful table tr,
.panel.panel-pa-purple.panel-body-colorful table th,
.panel.panel-pa-purple.panel-body-colorful table td,
.panel.panel-pa-purple.panel-body-colorful .list-group-item {
  border-color: #9989a9;
}

.panel.panel-pa-purple.panel-body-colorful,
.panel.panel-pa-purple.panel-body-colorful .panel-body,
.panel.panel-pa-purple.panel-body-colorful .list-group-item {
  background: #857198;
  color: #fff;
}

.panel.panel-pa-purple.panel-body-colorful .panel-footer {
  background: #857198;
  border-color: #9989a9;
  color: #fff;
}

.popover-pa-purple + .popover .popover-title {
  background: #857198;
  border-bottom-color: #857198;
  color: #fff;
}

.popover-pa-purple.popover-colorful + .popover {
  background: #857198;
  border-color: #857198;
  color: #fff;
}

.popover-pa-purple.popover-colorful + .popover .popover-title {
  border-bottom-color: #9989a9;
  border-bottom-width: 2px;
}

.popover-pa-purple.popover-colorful + .popover.top .arrow:after {
  border-top-color: #857198;
}

.popover-pa-purple.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #857198;
}

.popover-pa-purple.popover-colorful + .popover.left .arrow:after {
  border-left-color: #857198;
}

.popover-pa-purple.popover-colorful + .popover.right .arrow:after {
  border-right-color: #857198;
}

.tooltip-pa-purple + .tooltip .tooltip-inner {
  background-color: #6b5a7c;
}

.tooltip-pa-purple + .tooltip.top .tooltip-arrow {
  border-top-color: #6b5a7c;
}

.tooltip-pa-purple + .tooltip.top-left .tooltip-arrow {
  border-top-color: #6b5a7c;
}

.tooltip-pa-purple + .tooltip.top-right .tooltip-arrow {
  border-top-color: #6b5a7c;
}

.tooltip-pa-purple + .tooltip.right .tooltip-arrow {
  border-right-color: #6b5a7c;
}

.tooltip-pa-purple + .tooltip.left .tooltip-arrow {
  border-left-color: #6b5a7c;
}

.tooltip-pa-purple + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #6b5a7c;
}

.tooltip-pa-purple + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #6b5a7c;
}

.tooltip-pa-purple + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #6b5a7c;
}

.panel-group.panel-group-pa-purple .accordion-toggle {
  background: #857198;
  color: #fff;
}

.panel-group.panel-group-pa-purple .accordion-toggle:after,
.panel-group.panel-group-pa-purple .accordion-toggle:hover:after,
.panel-group.panel-group-pa-purple .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

.panel-group.panel-group-pa-purple .panel,
.panel-group.panel-group-pa-purple .panel-heading,
.panel-group.panel-group-pa-purple .panel-body,
.panel-group.panel-group-pa-purple.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #857198;
}

.switcher-pa-purple .switcher-state-on {
  background: #857198 !important;
}

.ui-slider.ui-slider-pa-purple .ui-slider-handle.ui-state-active:before {
  background: #857198;
}

.ui-slider.ui-slider-pa-purple .ui-slider-range {
  background: #857198;
}

.bg-pa-purple {
  background: #857198 !important;
}

.bg-pa-purple[href]:hover {
  background: #7d7089 !important;
}

.bg-pa-purple.darken {
  background: #7d7089 !important;
}

.bg-pa-purple.darken[href]:hover {
  background: #756a81 !important;
}

.bg-pa-purple.darker {
  background: #756a81 !important;
}

.bg-pa-purple.darker[href]:hover {
  background: #6e6378 !important;
}

.bg-pa-purple,
.bg-pa-purple:hover,
.bg-pa-purple:active,
.bg-pa-purple:focus,
.bg-pa-purple a,
.bg-pa-purple a:focus {
  color: #fff;
}

.bg-pa-purple a:hover,
.bg-pa-purple a:active {
  color: #d9d9d9;
}

.bg-pa-purple[href]:hover,
.bg-pa-purple [href]:hover {
  color: #fff;
}

.bg-pa-purple * {
  border-color: #9786a7;
}

.text-pa-purple,
.text-pa-purple:hover,
.text-pa-purple:active,
.text-pa-purple:focus,
.text-pa-purple a,
.text-pa-purple a:focus {
  color: #857198;
}

.text-pa-purple a:hover,
.text-pa-purple a:active {
  color: #5f4f6d;
}

.btn-light-green {
  color: #fff;
}

.btn-light-green:focus {
  color: #fff;
}

.btn-light-green.btn-outline:focus {
  color: #555;
}

.btn-light-green.btn-outline.dark:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.btn-light-green,
.btn-light-green:focus {
  border-color: #98c66b;
  border-bottom-color: #89bd54;
  background: #a5cd7d;
  background-image: -webkit-linear-gradient(top, #a8ce81 0%, #98c66b 100%);
  background-image: linear-gradient(to bottom, #a8ce81 0%, #98c66b 100%);
  background-repeat: repeat-x;
}

.btn-light-green:hover {
  color: #fff;
  border-color: #91c260;
  border-bottom-color: #77ac42;
  background: #98c66b !important;
  background-image: -webkit-linear-gradient(top, #a0ca76 0%, #91c260 100%) !important;
  background-image: linear-gradient(to bottom, #a0ca76 0%, #91c260 100%) !important;
  background-repeat: repeat-x;
}

.btn-light-green:active,
.btn-light-green.active,
.open .btn-light-green.dropdown-toggle {
  background: none;
  background: #9bc76e !important;
  border-color: #81b949;
  border-bottom-color: #81b949 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

.btn-light-green.btn-flat {
  background: #9dc972;
}

.btn-light-green.btn-flat:hover,
.btn-light-green.btn-flat:active,
.btn-light-green.btn-flat.active,
.open .btn-light-green.btn-flat.dropdown-toggle {
  background: #9dc972 !important;
  color: #fff;
}

.btn-light-green.btn-outline:hover,
.btn-light-green.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #91c260;
  border-bottom-color: #77ac42;
}

.btn-light-green.btn-outline:active,
.btn-light-green.btn-outline.btn-flat:active {
  border-color: #81b949;
}

.btn-group .btn-light-green,
.btn-group .btn-light-green:focus,
.input-group-btn .btn-light-green,
.input-group-btn .btn-light-green:focus {
  border-left-color: #91c260;
  border-right-color: #91c260;
}

.btn-group .btn-light-green:hover,
.btn-group.open .btn-light-green.dropdown-toggle,
.input-group-btn .btn-light-green:hover,
.input-group-btn.open .btn-light-green.dropdown-toggle {
  border-color: #91c260;
  border-bottom-color: #77ac42;
}

.btn-group .btn-light-green:active,
.btn-group .btn-light-green.active,
.input-group-btn .btn-light-green:active,
.input-group-btn .btn-light-green.active {
  border-left-color: #81b949;
  border-right-color: #81b949;
}

.badge.badge-light-green {
  background: #a5cd7d;
  border: 1px solid #a5cd7d;
}

.badge.badge-light-green[href]:hover,
.badge.badge-light-green[href]:focus {
  background-color: #8cbf58;
  border-color: #8cbf58;
}

.label.label-light-green {
  background: #a5cd7d;
}

.label.label-light-green[href]:hover,
.label.label-light-green[href]:focus {
  background-color: #8cbf58;
}

.label.label-light-green.label-tag {
  border: 1px solid #a5cd7d;
}

.label.label-light-green.label-tag:before {
  border-color: transparent #a5cd7d transparent transparent;
}

.label.label-light-green.label-tag[href]:hover,
.label.label-light-green.label-tag[href]:focus {
  border-color: #8cbf58;
}

.label.label-light-green.label-tag[href]:hover:before,
.label.label-light-green.label-tag[href]:focus:before {
  border-color: transparent #8cbf58 transparent transparent;
}

.right-to-left .label.label-light-green.label-tag:before {
  border-color: transparent transparent transparent #a5cd7d;
}

.right-to-left .label.label-light-green.label-tag[href]:hover:before,
.right-to-left .label.label-light-green.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #8cbf58;
}

.ie8 .right-to-left .label.label-light-green.label-tag:before,
.ie9 .right-to-left .label.label-light-green.label-tag:before {
  border-color: transparent #a5cd7d transparent transparent;
}

.ie8 .right-to-left .label.label-light-green.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-light-green.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-light-green.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-light-green.label-tag[href]:focus:before {
  border-color: transparent #8cbf58 transparent transparent;
}

.alert.alert-light-green {
  color: #fff;
  background: none;
  border-color: #8cbf58;
  background-color: #a5cd7d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.progress .progress-bar.progress-bar-light-green {
  background: #a5cd7d;
  border-color: #96c567;
}

.progress.progress-striped .progress-bar.progress-bar-light-green {
  background-color: #a5cd7d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.dropdown-menu.dropdown-menu-light-green > li > a:hover,
.dropdown-menu.dropdown-menu-light-green > li.active > a {
  background: #a5cd7d;
}

.dropdown-menu.dropdown-menu-light-green > li > a:hover {
  color: #fff;
}

.nav-tabs.nav-tabs-light-green > li.active > a,
.nav-tabs.nav-tabs-light-green > li.active > a:hover,
.nav-tabs.nav-tabs-light-green > li.active > a:focus {
  background: #a5cd7d;
  border-bottom: 2px solid #98c66b;
}

.nav-tabs.nav-tabs-light-green .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #98c66b;
}

.nav-pills.nav-pills-light-green > li.active > a,
.nav-pills.nav-pills-light-green > li.active > a:hover,
.nav-pills.nav-pills-light-green > li.active > a:focus {
  background: #a5cd7d;
}

.table-light-green table {
  border-top-color: #86aa63 !important;
}

.table-light-green thead,
.table-light-green thead tr,
.table-light-green thead th,
.table-light-green .table-header {
  border-color: #86aa63 !important;
  color: #fff;
}

.table-light-green thead tr,
.table-light-green thead th {
  background: #96bc6f;
}

.table-light-green .table-header {
  background: #a5cd7d;
}

.list-group.list-group-light-green a.list-group-item.active {
  background: #a5cd7d;
  border-color: #a5cd7d;
}

.list-group.list-group-light-green a.list-group-item.active .list-group-item-text {
  color: white;
}

.panel.panel-light-green {
  border-color: #a5cd7d !important;
}

.panel.panel-light-green .panel-heading {
  background: #a5cd7d;
  border-color: #a5cd7d;
  color: #fff;
}

.panel.panel-light-green .panel-heading .panel-title {
  color: #fff;
}

.panel.panel-light-green .panel-heading .panel-heading-text {
  color: white;
}

.panel.panel-light-green .panel-heading .panel-heading-text a {
  color: white;
  text-decoration: underline;
}

.panel.panel-light-green .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

.panel.panel-light-green .panel-heading-controls li.active a,
.panel.panel-light-green .panel-heading-controls li.active span {
  color: #a5cd7d !important;
}

.panel.panel-light-green.panel-body-colorful .panel-heading,
.panel.panel-light-green.panel-body-colorful table,
.panel.panel-light-green.panel-body-colorful table tr,
.panel.panel-light-green.panel-body-colorful table th,
.panel.panel-light-green.panel-body-colorful table td,
.panel.panel-light-green.panel-body-colorful .list-group-item {
  border-color: #b9d89a;
}

.panel.panel-light-green.panel-body-colorful,
.panel.panel-light-green.panel-body-colorful .panel-body,
.panel.panel-light-green.panel-body-colorful .list-group-item {
  background: #a5cd7d;
  color: #fff;
}

.panel.panel-light-green.panel-body-colorful .panel-footer {
  background: #a5cd7d;
  border-color: #b9d89a;
  color: #fff;
}

.popover-light-green + .popover .popover-title {
  background: #a5cd7d;
  border-bottom-color: #a5cd7d;
  color: #fff;
}

.popover-light-green.popover-colorful + .popover {
  background: #a5cd7d;
  border-color: #a5cd7d;
  color: #fff;
}

.popover-light-green.popover-colorful + .popover .popover-title {
  border-bottom-color: #b9d89a;
  border-bottom-width: 2px;
}

.popover-light-green.popover-colorful + .popover.top .arrow:after {
  border-top-color: #a5cd7d;
}

.popover-light-green.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #a5cd7d;
}

.popover-light-green.popover-colorful + .popover.left .arrow:after {
  border-left-color: #a5cd7d;
}

.popover-light-green.popover-colorful + .popover.right .arrow:after {
  border-right-color: #a5cd7d;
}

.tooltip-light-green + .tooltip .tooltip-inner {
  background-color: #8cbf58;
}

.tooltip-light-green + .tooltip.top .tooltip-arrow {
  border-top-color: #8cbf58;
}

.tooltip-light-green + .tooltip.top-left .tooltip-arrow {
  border-top-color: #8cbf58;
}

.tooltip-light-green + .tooltip.top-right .tooltip-arrow {
  border-top-color: #8cbf58;
}

.tooltip-light-green + .tooltip.right .tooltip-arrow {
  border-right-color: #8cbf58;
}

.tooltip-light-green + .tooltip.left .tooltip-arrow {
  border-left-color: #8cbf58;
}

.tooltip-light-green + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #8cbf58;
}

.tooltip-light-green + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #8cbf58;
}

.tooltip-light-green + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #8cbf58;
}

.panel-group.panel-group-light-green .accordion-toggle {
  background: #a5cd7d;
  color: #fff;
}

.panel-group.panel-group-light-green .accordion-toggle:after,
.panel-group.panel-group-light-green .accordion-toggle:hover:after,
.panel-group.panel-group-light-green .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

.panel-group.panel-group-light-green .panel,
.panel-group.panel-group-light-green .panel-heading,
.panel-group.panel-group-light-green .panel-body,
.panel-group.panel-group-light-green.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #a5cd7d;
}

.switcher-light-green .switcher-state-on {
  background: #a5cd7d !important;
}

.ui-slider.ui-slider-light-green .ui-slider-handle.ui-state-active:before {
  background: #a5cd7d;
}

.ui-slider.ui-slider-light-green .ui-slider-range {
  background: #a5cd7d;
}

.bg-light-green {
  background: #a5cd7d !important;
}

.bg-light-green[href]:hover {
  background: #9dc378 !important;
}

.bg-light-green.darken {
  background: #9dc378 !important;
}

.bg-light-green.darken[href]:hover {
  background: #96be6d !important;
}

.bg-light-green.darker {
  background: #96be6d !important;
}

.bg-light-green.darker[href]:hover {
  background: #8eb963 !important;
}

.bg-light-green,
.bg-light-green:hover,
.bg-light-green:active,
.bg-light-green:focus,
.bg-light-green a,
.bg-light-green a:focus {
  color: #fff;
}

.bg-light-green a:hover,
.bg-light-green a:active {
  color: #d9d9d9;
}

.bg-light-green[href]:hover,
.bg-light-green [href]:hover {
  color: #fff;
}

.bg-light-green * {
  border-color: #b7d797;
}

.text-light-green,
.text-light-green:hover,
.text-light-green:active,
.text-light-green:focus,
.text-light-green a,
.text-light-green a:focus {
  color: #a5cd7d;
}

.text-light-green a:hover,
.text-light-green a:active {
  color: #7fb746;
}

.btn-dark-gray {
  color: #fff;
}

.btn-dark-gray:focus {
  color: #fff;
}

.btn-dark-gray.btn-outline:focus {
  color: #555;
}

.btn-dark-gray.btn-outline.dark:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.btn-dark-gray,
.btn-dark-gray:focus {
  border-color: #2d2d30;
  border-bottom-color: #1e1e20;
  background: #39393d;
  background-image: -webkit-linear-gradient(top, #3b3b40 0%, #2d2d30 100%);
  background-image: linear-gradient(to bottom, #3b3b40 0%, #2d2d30 100%);
  background-repeat: repeat-x;
}

.btn-dark-gray:hover {
  color: #fff;
  border-color: #252528;
  border-bottom-color: #0d0d0e;
  background: #2d2d30 !important;
  background-image: -webkit-linear-gradient(top, #343438 0%, #252528 100%) !important;
  background-image: linear-gradient(to bottom, #343438 0%, #252528 100%) !important;
  background-repeat: repeat-x;
}

.btn-dark-gray:active,
.btn-dark-gray.active,
.open .btn-dark-gray.dropdown-toggle {
  background: none;
  background: #2f2f32 !important;
  border-color: #171718;
  border-bottom-color: #171718 !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

.btn-dark-gray.btn-flat {
  background: #323235;
}

.btn-dark-gray.btn-flat:hover,
.btn-dark-gray.btn-flat:active,
.btn-dark-gray.btn-flat.active,
.open .btn-dark-gray.btn-flat.dropdown-toggle {
  background: #323235 !important;
  color: #fff;
}

.btn-dark-gray.btn-outline:hover,
.btn-dark-gray.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #252528;
  border-bottom-color: #0d0d0e;
}

.btn-dark-gray.btn-outline:active,
.btn-dark-gray.btn-outline.btn-flat:active {
  border-color: #171718;
}

.btn-group .btn-dark-gray,
.btn-group .btn-dark-gray:focus,
.input-group-btn .btn-dark-gray,
.input-group-btn .btn-dark-gray:focus {
  border-left-color: #252528;
  border-right-color: #252528;
}

.btn-group .btn-dark-gray:hover,
.btn-group.open .btn-dark-gray.dropdown-toggle,
.input-group-btn .btn-dark-gray:hover,
.input-group-btn.open .btn-dark-gray.dropdown-toggle {
  border-color: #252528;
  border-bottom-color: #0d0d0e;
}

.btn-group .btn-dark-gray:active,
.btn-group .btn-dark-gray.active,
.input-group-btn .btn-dark-gray:active,
.input-group-btn .btn-dark-gray.active {
  border-left-color: #171718;
  border-right-color: #171718;
}

.badge.badge-dark-gray {
  background: #39393d;
  border: 1px solid #39393d;
}

.badge.badge-dark-gray[href]:hover,
.badge.badge-dark-gray[href]:focus {
  background-color: #202023;
  border-color: #202023;
}

.label.label-dark-gray {
  background: #39393d;
}

.label.label-dark-gray[href]:hover,
.label.label-dark-gray[href]:focus {
  background-color: #202023;
}

.label.label-dark-gray.label-tag {
  border: 1px solid #39393d;
}

.label.label-dark-gray.label-tag:before {
  border-color: transparent #39393d transparent transparent;
}

.label.label-dark-gray.label-tag[href]:hover,
.label.label-dark-gray.label-tag[href]:focus {
  border-color: #202023;
}

.label.label-dark-gray.label-tag[href]:hover:before,
.label.label-dark-gray.label-tag[href]:focus:before {
  border-color: transparent #202023 transparent transparent;
}

.right-to-left .label.label-dark-gray.label-tag:before {
  border-color: transparent transparent transparent #39393d;
}

.right-to-left .label.label-dark-gray.label-tag[href]:hover:before,
.right-to-left .label.label-dark-gray.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #202023;
}

.ie8 .right-to-left .label.label-dark-gray.label-tag:before,
.ie9 .right-to-left .label.label-dark-gray.label-tag:before {
  border-color: transparent #39393d transparent transparent;
}

.ie8 .right-to-left .label.label-dark-gray.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-dark-gray.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-dark-gray.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-dark-gray.label-tag[href]:focus:before {
  border-color: transparent #202023 transparent transparent;
}

.alert.alert-dark-gray {
  color: #fff;
  background: none;
  border-color: #202023;
  background-color: #39393d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

.progress .progress-bar.progress-bar-dark-gray {
  background: #39393d;
  border-color: #2a2a2d;
}

.progress.progress-striped .progress-bar.progress-bar-dark-gray {
  background-color: #39393d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.dropdown-menu.dropdown-menu-dark-gray > li > a:hover,
.dropdown-menu.dropdown-menu-dark-gray > li.active > a {
  background: #39393d;
}

.dropdown-menu.dropdown-menu-dark-gray > li > a:hover {
  color: #fff;
}

.nav-tabs.nav-tabs-dark-gray > li.active > a,
.nav-tabs.nav-tabs-dark-gray > li.active > a:hover,
.nav-tabs.nav-tabs-dark-gray > li.active > a:focus {
  background: #39393d;
  border-bottom: 2px solid #2d2d30;
}

.nav-tabs.nav-tabs-dark-gray .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #2d2d30;
}

.nav-pills.nav-pills-dark-gray > li.active > a,
.nav-pills.nav-pills-dark-gray > li.active > a:hover,
.nav-pills.nav-pills-dark-gray > li.active > a:focus {
  background: #39393d;
}

.table-dark-gray table {
  border-top-color: #1c1c1c !important;
}

.table-dark-gray thead,
.table-dark-gray thead tr,
.table-dark-gray thead th,
.table-dark-gray .table-header {
  border-color: #1c1c1c !important;
  color: #fff;
}

.table-dark-gray thead tr,
.table-dark-gray thead th {
  background: #2c2c2c;
}

.table-dark-gray .table-header {
  background: #39393d;
}

.list-group.list-group-dark-gray a.list-group-item.active {
  background: #39393d;
  border-color: #39393d;
}

.list-group.list-group-dark-gray a.list-group-item.active .list-group-item-text {
  color: #9e9ea4;
}

.panel.panel-dark-gray {
  border-color: #39393d !important;
}

.panel.panel-dark-gray .panel-heading {
  background: #39393d;
  border-color: #39393d;
  color: #fff;
}

.panel.panel-dark-gray .panel-heading .panel-title {
  color: #fff;
}

.panel.panel-dark-gray .panel-heading .panel-heading-text {
  color: #99999f;
}

.panel.panel-dark-gray .panel-heading .panel-heading-text a {
  color: #99999f;
  text-decoration: underline;
}

.panel.panel-dark-gray .panel-heading .panel-heading-text a:hover {
  color: #fff;
}

.panel.panel-dark-gray .panel-heading-controls li.active a,
.panel.panel-dark-gray .panel-heading-controls li.active span {
  color: #39393d !important;
}

.panel.panel-dark-gray.panel-body-colorful .panel-heading,
.panel.panel-dark-gray.panel-body-colorful table,
.panel.panel-dark-gray.panel-body-colorful table tr,
.panel.panel-dark-gray.panel-body-colorful table th,
.panel.panel-dark-gray.panel-body-colorful table td,
.panel.panel-dark-gray.panel-body-colorful .list-group-item {
  border-color: #4d4d52;
}

.panel.panel-dark-gray.panel-body-colorful,
.panel.panel-dark-gray.panel-body-colorful .panel-body,
.panel.panel-dark-gray.panel-body-colorful .list-group-item {
  background: #39393d;
  color: #fff;
}

.panel.panel-dark-gray.panel-body-colorful .panel-footer {
  background: #39393d;
  border-color: #4d4d52;
  color: #fff;
}

.popover-dark-gray + .popover .popover-title {
  background: #39393d;
  border-bottom-color: #39393d;
  color: #fff;
}

.popover-dark-gray.popover-colorful + .popover {
  background: #39393d;
  border-color: #39393d;
  color: #fff;
}

.popover-dark-gray.popover-colorful + .popover .popover-title {
  border-bottom-color: #4d4d52;
  border-bottom-width: 2px;
}

.popover-dark-gray.popover-colorful + .popover.top .arrow:after {
  border-top-color: #39393d;
}

.popover-dark-gray.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #39393d;
}

.popover-dark-gray.popover-colorful + .popover.left .arrow:after {
  border-left-color: #39393d;
}

.popover-dark-gray.popover-colorful + .popover.right .arrow:after {
  border-right-color: #39393d;
}

.tooltip-dark-gray + .tooltip .tooltip-inner {
  background-color: #202023;
}

.tooltip-dark-gray + .tooltip.top .tooltip-arrow {
  border-top-color: #202023;
}

.tooltip-dark-gray + .tooltip.top-left .tooltip-arrow {
  border-top-color: #202023;
}

.tooltip-dark-gray + .tooltip.top-right .tooltip-arrow {
  border-top-color: #202023;
}

.tooltip-dark-gray + .tooltip.right .tooltip-arrow {
  border-right-color: #202023;
}

.tooltip-dark-gray + .tooltip.left .tooltip-arrow {
  border-left-color: #202023;
}

.tooltip-dark-gray + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #202023;
}

.tooltip-dark-gray + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #202023;
}

.tooltip-dark-gray + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #202023;
}

.panel-group.panel-group-dark-gray .accordion-toggle {
  background: #39393d;
  color: #fff;
}

.panel-group.panel-group-dark-gray .accordion-toggle:after,
.panel-group.panel-group-dark-gray .accordion-toggle:hover:after,
.panel-group.panel-group-dark-gray .accordion-toggle.collapsed:hover:after {
  color: #fff;
}

.panel-group.panel-group-dark-gray .panel,
.panel-group.panel-group-dark-gray .panel-heading,
.panel-group.panel-group-dark-gray .panel-body,
.panel-group.panel-group-dark-gray.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #39393d;
}

.switcher-dark-gray .switcher-state-on {
  background: #39393d !important;
}

.ui-slider.ui-slider-dark-gray .ui-slider-handle.ui-state-active:before {
  background: #39393d;
}

.ui-slider.ui-slider-dark-gray .ui-slider-range {
  background: #39393d;
}

.bg-dark-gray {
  background: #39393d !important;
}

.bg-dark-gray[href]:hover {
  background: #333333 !important;
}

.bg-dark-gray.darken {
  background: #333333 !important;
}

.bg-dark-gray.darken[href]:hover {
  background: #2c2c2c !important;
}

.bg-dark-gray.darker {
  background: #2c2c2c !important;
}

.bg-dark-gray.darker[href]:hover {
  background: #242424 !important;
}

.bg-dark-gray,
.bg-dark-gray:hover,
.bg-dark-gray:active,
.bg-dark-gray:focus,
.bg-dark-gray a,
.bg-dark-gray a:focus {
  color: #fff;
}

.bg-dark-gray a:hover,
.bg-dark-gray a:active {
  color: #d9d9d9;
}

.bg-dark-gray[href]:hover,
.bg-dark-gray [href]:hover {
  color: #fff;
}

.bg-dark-gray * {
  border-color: #4a4a4f;
}

.text-dark-gray,
.text-dark-gray:hover,
.text-dark-gray:active,
.text-dark-gray:focus,
.text-dark-gray a,
.text-dark-gray a:focus {
  color: #39393d;
}

.text-dark-gray a:hover,
.text-dark-gray a:active {
  color: #141415;
}

.btn-facebook {
  color: #fff;
}

.btn-facebook:focus {
  color: #fff;
}

.btn-facebook.btn-outline:focus {
  color: #555;
}

.btn-facebook.btn-outline.dark:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.btn-facebook,
.btn-facebook:focus {
  border-color: #4c669c;
  border-bottom-color: #425887;
  background: #5571ac;
  background-image: -webkit-linear-gradient(top, #5874ae 0%, #4c669c 100%);
  background-image: linear-gradient(to bottom, #5874ae 0%, #4c669c 100%);
  background-repeat: repeat-x;
}

.btn-facebook:hover {
  color: #fff;
  border-color: #475f91;
  border-bottom-color: #36486f;
  background: #4c669c !important;
  background-image: -webkit-linear-gradient(top, #516ca6 0%, #475f91 100%) !important;
  background-image: linear-gradient(to bottom, #516ca6 0%, #475f91 100%) !important;
  background-repeat: repeat-x;
}

.btn-facebook:active,
.btn-facebook.active,
.open .btn-facebook.dropdown-toggle {
  background: none;
  background: #4e689f !important;
  border-color: #3d517d;
  border-bottom-color: #3d517d !important;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

.btn-facebook.btn-flat {
  background: #4f6aa2;
}

.btn-facebook.btn-flat:hover,
.btn-facebook.btn-flat:active,
.btn-facebook.btn-flat.active,
.open .btn-facebook.btn-flat.dropdown-toggle {
  background: #4f6aa2 !important;
  color: #fff;
}

.btn-facebook.btn-outline:hover,
.btn-facebook.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #475f91;
  border-bottom-color: #36486f;
}

.btn-facebook.btn-outline:active,
.btn-facebook.btn-outline.btn-flat:active {
  border-color: #3d517d;
}

.btn-group .btn-facebook,
.btn-group .btn-facebook:focus,
.input-group-btn .btn-facebook,
.input-group-btn .btn-facebook:focus {
  border-left-color: #475f91;
  border-right-color: #475f91;
}

.btn-group .btn-facebook:hover,
.btn-group.open .btn-facebook.dropdown-toggle,
.input-group-btn .btn-facebook:hover,
.input-group-btn.open .btn-facebook.dropdown-toggle {
  border-color: #475f91;
  border-bottom-color: #36486f;
}

.btn-group .btn-facebook:active,
.btn-group .btn-facebook.active,
.input-group-btn .btn-facebook:active,
.input-group-btn .btn-facebook.active {
  border-left-color: #3d517d;
  border-right-color: #3d517d;
}

.stat-panel {
  background: #fff;
  border-radius: 2px;
  display: table;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
  table-layout: fixed !important;
  width: 100%;
}

.stat-rows {
  display: table;
  height: 100%;
  table-layout: fixed !important;
  width: 100%;
}

.stat-cell,
.stat-row {
  float: none !important;
}

.stat-row {
  display: table-row !important;
  float: none;
  width: 100%;
}

.stat-cell {
  display: table-cell !important;
  overflow: hidden;
  padding: 2rem;
  position: relative;
}

.stat-cell > * {
  position: relative;
}

.stat-cell .fa {
  line-height: 1.42857;
}

.stat-cell .bg-icon {
  bottom: 0;
  color: rgba(0, 0, 0, 0.05);
  font-size: 100px;
  line-height: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 120px;
}

.stat-cell .bg-icon.bg-icon-left {
  left: 0;
  right: auto;
}

a.stat-cell:hover {
  text-decoration: none;
}

.stats-sparklines {
  display: inline-block;
  margin-bottom: -2px;
  position: relative;
  width: 100%;
}

.stat-counters {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.stat-counters > .stat-cell {
  display: table-cell;
  float: none;
}

.stat-counters > .stat-cell + .stat-cell {
  border-left: 1px solid #e4e4e4;
}

.stat-counters[class*='bg-'] {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.stat-counters[class*='bg-'] .stat-cell {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

[class*='bg-'] .bg-icon {
  color: rgba(0, 0, 0, 0.08);
}

.ie8 .stat-cell .bg-icon {
  display: none !important;
}

.bordered {
  border: 1px solid #e4e4e4;
}

.bordered[class*='bg-'],
[class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.border-t {
  border-top: 1px solid #e4e4e4;
}

.no-border {
  border-width: 0 !important;
}

.no-border-hr {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

.no-border-vr {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

.no-border-t {
  border-top-width: 0 !important;
}

body:not(.right-to-left) .no-border-r {
  border-right-width: 0 !important;
}

.no-border-b {
  border-bottom-width: 0 !important;
}

body:not(.right-to-left) .no-border-l {
  border-left-width: 0 !important;
}

.no-grid-gutter-h {
  margin-left: -18px !important;
  margin-right: -18px !important;
}

.panel-wide {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.grid-gutter-margin-b {
  margin-bottom: 22px;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-hr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-margin-vr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-margin-b {
  margin-bottom: 0 !important;
}

.no-margin-t {
  margin-top: 0 !important;
}

.form-group-margin {
  margin-bottom: 15px !important;
}

.panel-padding {
  padding: 20px !important;
}

.grid-gutter-padding-h {
  padding-left: 18px;
  padding-right: 18px;
}

.tab-content-padding {
  padding: 15px 0 !important;
}

.panel-padding-h {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.padding-sm {
  padding: 10px 15px !important;
}

.padding-sm-hr {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.padding-xs-hr {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.padding-sm-vr {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.padding-xs-vr {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-hr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-vr {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-b {
  padding-bottom: 0 !important;
}

.no-padding-t {
  padding-top: 0 !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .pull-left-sm {
    float: left !important;
  }
  .pull-none-sm {
    float: none !important;
  }
  .pull-right-sm {
    float: right !important;
  }
}

@media (min-width: 992px) {
  .pull-left-md {
    float: left !important;
  }
  .pull-none-md {
    float: none !important;
  }
  .pull-right-md {
    float: right !important;
  }
}

@media (min-width: 1200px) {
  .pull-left-lg {
    float: left !important;
  }
  .pull-none-lg {
    float: none !important;
  }
  .pull-right-lg {
    float: right !important;
  }
}

.valign-top,
.valign-top td,
.valign-top th {
  vertical-align: top !important;
}

.valign-middle,
.valign-middle td,
.valign-middle th {
  vertical-align: middle !important;
}

.valign-bottom,
.valign-bottom td,
.valign-bottom th {
  vertical-align: bottom !important;
}

.text-xs {
  font-size: 11px;
}

.text-sm {
  font-size: 12px;
}

.text-bg {
  font-size: 17px;
}

.text-lg {
  font-size: 23px;
}

.text-xlg {
  font-size: 30px;
}

.text-slg {
  font-size: 50px;
}

.text-slim {
  font-weight: 300 !important;
}

.text-normal {
  font-weight: 400 !important;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-default,
.text-default:hover,
.text-default:active,
.text-default:focus,
.text-default a,
.text-default a:focus {
  color: #829091;
}

.text-default a:hover,
.text-default a:active {
  color: #5d6869;
}

.text-success,
.text-success:hover,
.text-success:active,
.text-success:focus,
.text-success a,
.text-success a:focus {
  color: #46ac46;
}

.text-success a:hover,
.text-success a:active {
  color: #307630;
}

.text-danger,
.text-danger:hover,
.text-danger:active,
.text-danger:focus,
.text-danger a,
.text-danger a:focus {
  color: #e14430;
}

.text-danger a:hover,
.text-danger a:active {
  color: #ac2919;
}

.text-warning,
.text-warning:hover,
.text-warning:active,
.text-warning:focus,
.text-warning a,
.text-warning a:focus {
  color: #f29f29;
}

.text-warning a:hover,
.text-warning a:active {
  color: #c2770c;
}

.text-info,
.text-info:hover,
.text-info:active,
.text-info:focus,
.text-info a,
.text-info a:focus {
  color: #39b3d7;
}

.text-info a:hover,
.text-info a:active {
  color: #2185a3;
}

.text-light-gray,
.text-light-gray:hover,
.text-light-gray:active,
.text-light-gray:focus,
.text-light-gray a,
.text-light-gray a:focus {
  color: #bbb;
}

.text-light-gray a:hover,
.text-light-gray a:active {
  color: #959595;
}

.bg-default {
  background: #98a3a4 !important;
}

.bg-default[href]:hover {
  background: #969797 !important;
}

.bg-default.darken {
  background: #969797 !important;
}

.bg-default.darken[href]:hover {
  background: #8e8f8f !important;
}

.bg-default.darker {
  background: #8e8f8f !important;
}

.bg-default.darker[href]:hover {
  background: #878787 !important;
}

.bg-default,
.bg-default:hover,
.bg-default:active,
.bg-default:focus,
.bg-default a,
.bg-default a:focus {
  color: #fff;
}

.bg-default a:hover,
.bg-default a:active {
  color: #d9d9d9;
}

.bg-default[href]:hover,
.bg-default [href]:hover {
  color: #fff;
}

.bg-default * {
  border-color: #abb4b5;
}

.bg-success {
  background: #5ebd5e !important;
}

.stat-cell {
    background-image: linear-gradient(#fff 0%, #FCFAF6 100%) !important;
    color: #1E1C17;
}

.bg-success [href]:hover {
  background: #5ab15a !important;
}

.bg-success.darken {
  background: #5ab15a !important;
}

.bg-success.darken [href]:hover {
  background: #51ab51 !important;
}

.bg-success.darker {
  background: #51ab51 !important;
}

.bg-success.darker [href]:hover {
  background: #4ca14c !important;
}

.bg-success,
.bg-success:hover,
.bg-success:active,
.bg-success:focus {
}


    .bg-success a:hover,
    .bg-success a:active,
    .bg-success a,
    .bg-success a:focus {
        color: #0075bd;
    }

.bg-success[href]:hover,
.bg-success [href]:hover {
  color: #fff;
}

.bg-success * {
  border-color: #77c777;
}

.bg-danger {
  background: #e66454 !important;
}

.bg-danger[href]:hover {
  background: #de5d4d !important;
}

.bg-danger.darken {
  background: #de5d4d !important;
}

.bg-danger.darken[href]:hover {
  background: #db5140 !important;
}

.bg-danger.darker {
  background: #db5140 !important;
}

.bg-danger.darker[href]:hover {
  background: #d94533 !important;
}

.bg-danger,
.bg-danger:hover,
.bg-danger:active,
.bg-danger:focus,
.bg-danger a,
.bg-danger a:focus {
  color: #fff;
}

.bg-danger a:hover,
.bg-danger a:active {
  color: #d9d9d9;
}

.bg-danger[href]:hover,
.bg-danger [href]:hover {
  color: #fff;
}

.bg-danger * {
  border-color: #eb8073;
}

.bg-warning {
  background: #f4b04f !important;
}

.bg-warning[href]:hover {
  background: #eda847 !important;
}

.bg-warning.darken {
  background: #eda847 !important;
}

.bg-warning.darken[href]:hover {
  background: #eca239 !important;
}

.bg-warning.darker {
  background: #eca239 !important;
}

.bg-warning.darker[href]:hover {
  background: #ea9b2b !important;
}

.bg-warning,
.bg-warning:hover,
.bg-warning:active,
.bg-warning:focus,
.bg-warning a,
.bg-warning a:focus {
  color: #fff;
}

.bg-warning a:hover,
.bg-warning a:active {
  color: #d9d9d9;
}

.bg-warning[href]:hover,
.bg-warning [href]:hover {
  color: #fff;
}

.bg-warning * {
  border-color: #f6bf71;
}

.bg-info {
  background: #5bc0de !important;
}

.bg-info[href]:hover {
  background: #55b8d5 !important;
}

.bg-info.darken {
  background: #55b8d5 !important;
}

.bg-info.darken[href]:hover {
  background: #48b3d2 !important;
}

.bg-info.darker {
  background: #48b3d2 !important;
}

.bg-info.darker[href]:hover {
  background: #3cadcf !important;
}

.bg-info,
.bg-info:hover,
.bg-info:active,
.bg-info:focus,
.bg-info a,
.bg-info a:focus {
  color: #fff;
}

.bg-info a:hover,
.bg-info a:active {
  color: #d9d9d9;
}

.bg-info[href]:hover,
.bg-info [href]:hover {
  color: #fff;
}

.bg-info * {
  border-color: #79cbe4;
}

.bg-panel {
  background: #fafafa;
}

.no-bg {
  background: none !important;
}

.rounded {
  border-radius: 999999px !important;
}

.no-border-radius {
  border-radius: 0 !important;
}

@media (min-width: 768px) {
  .col-sm-auto {
    width: auto;
  }
}

@media (min-width: 992px) {
  .col-md-auto {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-lg-auto {
    width: auto;
  }
}

#main-navbar .navbar-brand {
  font-size: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#main-navbar .navbar-brand:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#main-navbar .navbar-brand div {
  display: inline-block;
  position: relative;
  margin-right: 4px;
  top: 4px;
}

#main-navbar .navbar-brand div, #main-navbar .navbar-brand div img {
  height: 18px;
}

#main-navbar .navbar-brand div img {
  display: block;
}

.right-to-left #main-navbar .navbar-brand div {
  margin-right: 0;
  margin-left: 4px;
}

#content-wrapper {
  padding-bottom: 36px;
}

.menu-content.top.map-logo {
  background: #fff;
  text-align: center;
}

.menu-content.top.map-logo img {
  height: 63px;
}

#menu-content-map {
  position: relative;
  margin-bottom: -47px;
}

#menu-content-map .avatar-large {
  padding-left: 86px !important;
  position: relative;
}

#menu-content-map .avatar-large .avatar-name {
  text-overflow: ellipsis;
  width: 90px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}

#menu-content-map .avatar-large img {
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 999999px;
}

#menu-content-map .text-bg {
  color: #fff;
  margin-bottom: 6px;
}

#menu-content-map .btn {
  height: 22px;
  line-height: 20px;
  text-align: center;
  padding: 0 5px;
  display: inline-block !important;
  opacity: .8;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

#menu-content-map .btn:hover {
  opacity: 1;
}

#menu-content-map > div {
  margin: 6px 0;
  position: relative;
}

#menu-content-map .close {
  position: absolute;
  top: -15px;
  right: -5px;
  text-shadow: none;
  color: #fff;
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font-weight: 300;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#menu-content-map .close:hover {
  color: #fff;
}

.theme-clean #menu-content-demo .text-bg,
.theme-white #menu-content-demo .text-bg {
  color: #444;
}

.theme-clean #menu-content-demo .close,
.theme-white #menu-content-demo .close {
  color: #ccc;
}

.theme-clean #menu-content-demo .close:hover,
.theme-white #menu-content-demo .close:hover {
  color: #888;
}

.right-to-left #menu-content-demo {
  padding-left: 20px !important;
  padding-right: 86px !important;
}

.right-to-left #menu-content-demo img {
  left: auto;
  right: -68px;
}

.right-to-left #menu-content-demo .close {
  left: -20px;
  right: auto;
}

.main-wrapper {
  margin-bottom: 20px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #333;
  z-index: 1000;
  color: #999;
  opacity: .9;
  font-size: 10px;
  line-height: 2;
}

.nav-list-main {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0;
}

label.nav-toggle {
  cursor: pointer;
  margin: 0;
}

span.nav-toggle-icon {
  font-size: 10px !important;
  color: #999 !important;
  padding: 3px;
  vertical-align: top;
  line-height: 14px !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

span.nav-toggle-icon.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 480px) {
  #menu-content-demo > div {
    width: 120px;
  }
  #menu-content-demo .close {
    right: -20px;
  }
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-slider {
  background: #d7d7d7;
  border-radius: 20px;
  position: relative;
  text-align: left;
}

.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  cursor: default;
  border-radius: 1000px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCFCFC', endColorstr='#FFEAEAEA', GradientType=0);
}

.ui-slider-handle:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 1000px;
  background: red;
  z-index: 3;
  top: 4px;
  left: 4px;
  background: #bbb;
}

.ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
  border-radius: 1000px;
}

/* For IE8 - See #6727 */
.ui-state-disabled .ui-slider-handle,
.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -7px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 6px;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -4px;
  margin-left: 0;
  margin-bottom: -7px;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-slider.ui-slider-info .ui-slider-handle.ui-state-active:before {
  background: #5bc0de;
}

.ui-slider.ui-slider-info .ui-slider-range {
  background: #5bc0de;
}

.ui-slider.ui-slider-success .ui-slider-handle.ui-state-active:before {
  background: #5ebd5e;
}

.ui-slider.ui-slider-success .ui-slider-range {
  background: #5ebd5e;
}

.ui-slider.ui-slider-warning .ui-slider-handle.ui-state-active:before {
  background: #f4b04f;
}

.ui-slider.ui-slider-warning .ui-slider-range {
  background: #f4b04f;
}

.ui-slider.ui-slider-danger .ui-slider-handle.ui-state-active:before {
  background: #e66454;
}

.ui-slider.ui-slider-danger .ui-slider-range {
  background: #e66454;
}

.ui-accordion {
  margin-top: -3px;
}

.ui-accordion-header {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #777;
  cursor: pointer;
  margin: 5px 0 0 0;
  min-height: 0;
  padding: 0 15px;
  position: relative;
}

.ui-accordion-header.ui-state-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ui-accordion-header.ui-state-active:after {
  content: "\f146";
}

.ui-accordion-header:hover,
.ui-accordion-header.ui-state-active:hover {
  background: #f1f1f1;
  color: #555;
  text-decoration: none;
}

.ui-accordion-header:hover:after,
.ui-accordion-header.ui-state-active:hover:after {
  color: #888;
}

.ui-accordion-header:after {
  color: #aaa;
  content: "\f0fe";
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 36px;
  position: relative;
}

.ui-accordion-header,
.ui-accordion-header > span {
  color: #555;
  display: block;
  font-size: 13px;
  line-height: 36px;
}

.ui-accordion-content {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  overflow: auto;
  padding: 15px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.ui-accordion-content:before,
.ui-accordion-content:after {
  content: " ";
  display: table;
}

.ui-accordion-content:after {
  clear: both;
}

.ui-autocomplete {
  position: absolute;
  cursor: default;
  border: 2px solid #ccc;
  padding: 5px 0;
  border-radius: 2px;
}

.ui-autocomplete > li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-autocomplete > li > a {
  color: #555;
  cursor: pointer !important;
  display: block;
  margin: 0 -2px;
  padding: 5px 18px;
  text-decoration: none;
}

.ui-autocomplete > li > a:hover {
  text-decoration: none;
}

.ui-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  z-index: 1000;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
}

.ui-menu .ui-menu-item a {
  clear: both;
  color: #555;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0 -2px;
  min-height: 0;
  /* support: IE7 */
  padding: 5px 18px;
  text-decoration: none;
  white-space: nowrap;
}

.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a:focus {
  color: #fff;
  text-decoration: none;
}

.ui-menu .ui-menu-item a[aria-haspopup="true"]:after {
  content: "\f0da";
  display: block;
  float: right;
  font-family: FontAwesome;
}

.ui-menu .divider,
.ui-menu .ui-menu-divider {
  background-color: #e5e5e5;
  border-width: 2px;
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
}

.ui-menu .disabled,
.ui-menu .ui-state-disabled {
  font-weight: normal;
}

.ui-menu .disabled a,
.ui-menu .disabled:hover a,
.ui-menu .disabled:focus a,
.ui-menu .ui-state-disabled a,
.ui-menu .ui-state-disabled:hover a,
.ui-menu .ui-state-disabled:focus a {
  background: transparent !important;
  color: #999 !important;
  cursor: not-allowed;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  color: #fff;
}

.ui-spinner {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  padding-right: 32px;
}

.ui-spinner-button {
  display: block;
  position: absolute;
  text-align: center;
  line-height: 15px;
  font-weight: 400;
  width: 20px;
  height: 15px;
  top: 0;
  right: 0;
  font-family: FontAwesome;
  cursor: pointer;
  text-decoration: none !important;
  border-color: #cfcece !important;
  border-left: 1px solid;
  margin: 1px 1px 1px 0;
  color: #555;
}

.ui-spinner-button,
.ui-spinner-button:focus {
  border-color: #dddddd;
  border-bottom-color: #cecece;
  background: #f4f4f4;
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
  background-repeat: repeat-x;
}

.ui-spinner-button:hover {
  color: #555;
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
  background: #eaeaea !important;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%) !important;
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%) !important;
  background-repeat: repeat-x;
}

.ui-spinner-button:active,
.ui-spinner-button.active,
.open .ui-spinner-button.dropdown-toggle {
  background: none;
  background: #ebebeb !important;
  border-color: #c6c6c6;
  border-bottom-color: #c6c6c6 !important;
  color: #555;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

.ui-spinner-button.btn-flat {
  background: #ececec;
}

.ui-spinner-button.btn-flat:hover,
.ui-spinner-button.btn-flat:active,
.ui-spinner-button.btn-flat.active,
.open .ui-spinner-button.btn-flat.dropdown-toggle {
  background: #ececec !important;
  color: #555;
}

.ui-spinner-button.btn-outline:hover,
.ui-spinner-button.btn-outline.btn-flat:hover {
  color: #555;
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}

.ui-spinner-button.btn-outline:active,
.ui-spinner-button.btn-outline.btn-flat:active {
  border-color: #c6c6c6;
}

.btn-group .ui-spinner-button,
.btn-group .ui-spinner-button:focus,
.input-group-btn .ui-spinner-button,
.input-group-btn .ui-spinner-button:focus {
  border-left-color: #d5d5d5;
  border-right-color: #d5d5d5;
}

.btn-group .ui-spinner-button:hover,
.btn-group.open .ui-spinner-button.dropdown-toggle,
.input-group-btn .ui-spinner-button:hover,
.input-group-btn.open .ui-spinner-button.dropdown-toggle {
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}

.btn-group .ui-spinner-button:active,
.btn-group .ui-spinner-button.active,
.input-group-btn .ui-spinner-button:active,
.input-group-btn .ui-spinner-button.active {
  border-left-color: #c6c6c6;
  border-right-color: #c6c6c6;
}

.ui-spinner-button span {
  display: none;
}

.ui-spinner-button:after {
  content: "\f0d8";
  font-size: 12px;
}

.ui-spinner-button.ui-spinner-down {
  top: 15px;
  margin-top: 0;
  border-top: 1px solid;
  height: 16px;
}

.ui-spinner-button.ui-spinner-down:after {
  content: "\f0d7";
}

.ui-spinner-disabled .ui-spinner-button {
  cursor: not-allowed;
  pointer-events: none;
  background: #eee;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.ui-progressbar {
  background-color: rgba(0, 0, 0, 0.06);
  height: 13px;
  overflow: hidden;
  text-align: left;
  -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);
}

.ui-progressbar .ui-progressbar-value {
  background: none;
  border: 1px solid;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background: none;
}

.ui-progressbar.ui-progressbar-warning .ui-progressbar-value {
  border-color: #f2a332;
  background-color: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.ui-progressbar.ui-progressbar-success .ui-progressbar-value {
  border-color: #49b349;
  background-color: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.ui-progressbar.ui-progressbar-danger .ui-progressbar-value {
  border-color: #e24c39;
  background-color: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.ui-progressbar.ui-progressbar-info .ui-progressbar-value {
  border-color: #42b6d9;
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.ui-tabs-nav {
  border-bottom: 2px solid #e4e4e4 !important;
}

.ui-tabs-nav.nav-tabs-simple > .ui-tabs-active > a {
  color: #555 !important;
}

.ui-tabs-nav:not(.nav-tabs-simple) > .ui-tabs-active > a > .badge,
.ui-tabs-nav:not(.nav-tabs-simple) > .ui-tabs-active > a > .label {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.ui-datepicker {
  background-clip: padding-box;
  background-color: #fff;
  border: 4px solid;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: auto !important;
  z-index: 1060;
  white-space: normal;
}

.ui-datepicker table {
  width: 210px;
}

.ui-datepicker th,
.ui-datepicker td {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.ui-datepicker td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

.ui-datepicker td a {
  color: #555555;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

.ui-datepicker td a:hover {
  background: #f3f3f3;
}

.ui-datepicker td.ui-datepicker-today a {
  background: #f3f3f3;
  font-weight: 700;
}

.ui-datepicker tr td:last-child {
  border-right: none;
}

.ui-datepicker th {
  color: #fff;
  font-weight: 600;
}

.ui-datepicker .ui-state-active {
  color: #fff !important;
  text-decoration: none;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  text-decoration: none !important;
  width: 35px;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  color: #fff;
  font-family: FontAwesome;
}

.ui-datepicker-prev {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  left: 0;
}

.ui-datepicker-prev:after {
  content: "\f053";
}

.ui-datepicker-next {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  right: 0;
}

.ui-datepicker-next:after {
  content: "\f054";
}

.ui-datepicker-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 210px;
}

.ui-datepicker-title select {
  background: none;
  border: none;
  color: #fff;
}

.ui-datepicker-title select:first-child {
  margin-right: 5px;
}

.ui-datepicker-buttonpane {
  background: #eee;
  padding: 5px 7px;
  text-align: right;
}

.ui-datepicker-buttonpane button {
  font-size: 12px;
  line-height: 15px;
  padding: 4px 9px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  outline: none !important;
  border: 1px solid #cfcece;
  border-radius: 2px;
  color: #555;
}

.ui-datepicker-buttonpane button,
.ui-datepicker-buttonpane button:focus {
  border-color: #dddddd;
  border-bottom-color: #cecece;
  background: #f4f4f4;
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
  background-repeat: repeat-x;
}

.ui-datepicker-buttonpane button:hover {
  color: #555;
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
  background: #eaeaea !important;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%) !important;
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%) !important;
  background-repeat: repeat-x;
}

.ui-datepicker-buttonpane button:active,
.ui-datepicker-buttonpane button.active,
.open .ui-datepicker-buttonpane button.dropdown-toggle {
  background: none;
  background: #ebebeb !important;
  border-color: #c6c6c6;
  border-bottom-color: #c6c6c6 !important;
  color: #555;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}

.ui-datepicker-buttonpane button.btn-flat {
  background: #ececec;
}

.ui-datepicker-buttonpane button.btn-flat:hover,
.ui-datepicker-buttonpane button.btn-flat:active,
.ui-datepicker-buttonpane button.btn-flat.active,
.open .ui-datepicker-buttonpane button.btn-flat.dropdown-toggle {
  background: #ececec !important;
  color: #555;
}

.ui-datepicker-buttonpane button.btn-outline:hover,
.ui-datepicker-buttonpane button.btn-outline.btn-flat:hover {
  color: #555;
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}

.ui-datepicker-buttonpane button.btn-outline:active,
.ui-datepicker-buttonpane button.btn-outline.btn-flat:active {
  border-color: #c6c6c6;
}

.btn-group .ui-datepicker-buttonpane button,
.btn-group .ui-datepicker-buttonpane button:focus,
.input-group-btn .ui-datepicker-buttonpane button,
.input-group-btn .ui-datepicker-buttonpane button:focus {
  border-left-color: #d5d5d5;
  border-right-color: #d5d5d5;
}

.btn-group .ui-datepicker-buttonpane button:hover,
.btn-group.open .ui-datepicker-buttonpane button.dropdown-toggle,
.input-group-btn .ui-datepicker-buttonpane button:hover,
.input-group-btn.open .ui-datepicker-buttonpane button.dropdown-toggle {
  border-color: #d5d5d5;
  border-bottom-color: #bcbcbc;
}

.btn-group .ui-datepicker-buttonpane button:active,
.btn-group .ui-datepicker-buttonpane button.active,
.input-group-btn .ui-datepicker-buttonpane button:active,
.input-group-btn .ui-datepicker-buttonpane button.active {
  border-left-color: #c6c6c6;
  border-right-color: #c6c6c6;
}

.ui-datepicker-buttonpane button + button {
  margin-left: 5px;
}

.ui-datepicker-group {
  float: left;
  width: 210px;
}

.ui-datepicker-group + .ui-datepicker-group .ui-datepicker-title,
.ui-datepicker-group + .ui-datepicker-group table {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.ui-datepicker-row-break:before,
.ui-datepicker-row-break:after {
  content: " ";
  display: table;
}

.ui-datepicker-row-break:after {
  clear: both;
}

.ui-tooltip {
  background-color: #222;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  max-width: 300px;
  padding: 4px 10px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 9999;
}

body .ui-tooltip {
  border-width: 0;
}

.switcher {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switcher-inner {
  display: block;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  word-spacing: 0;
}

.switcher-state-on,
.switcher-state-off {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.switcher-state-on {
  margin-left: -100%;
}

.switcher.checked .switcher-state-on {
  margin-left: 0;
}

.switcher-toggler {
  left: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.switcher.checked .switcher-toggler {
  left: 100%;
}

.switcher > input[type="checkbox"] {
  left: -100000px;
  position: absolute;
  visibility: hidden;
}

.switcher + .styled-pseudo-checkbox {
  display: none !important;
}

/******************************************************************
 ******************************************************************
 ******************************************************************/
.switcher {
  height: 24px;
  width: 60px;
}

.switcher-toggler {
  background: #fff;
  border-radius: 9999px;
  height: 20px;
  margin-left: 1px;
  margin-top: 2px;
  width: 20px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.switcher-inner {
  border-radius: 9999px;
}

.switcher-state-on,
.switcher-state-off {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 24px;
}

.switcher-state-on {
  background: #5ebd5e;
  padding-right: 20px;
}

.switcher-state-off {
  background: #444;
  padding-left: 20px;
}

.switcher.checked .switcher-toggler {
  margin-left: -21px;
}

.switcher-theme-square .switcher-inner {
  border-radius: 3px;
}

.switcher-theme-square .switcher-toggler {
  border-radius: 2px;
  margin-left: 2px;
}

.switcher-theme-square.switcher.checked .switcher-toggler {
  margin-left: -22px;
}

.switcher-theme-modern.switcher {
  height: 8px;
  width: 44px;
}

.switcher-theme-modern .switcher-toggler {
  height: 20px;
  margin-left: -3px;
  margin-top: -6px;
  width: 20px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 15px 1px rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 15px 1px rgba(255, 255, 255, 0.8) inset;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #efefef 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEFEFEF', endColorstr='#FFE5E5E5', GradientType=0);
}

.switcher-theme-modern .switcher-inner {
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.switcher-theme-modern .switcher-state-on,
.switcher-theme-modern .switcher-state-off {
  border-radius: 9999px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) inset;
}

.switcher-theme-modern .switcher-state-on {
  padding-right: 17px;
}

.switcher-theme-modern .switcher-state-off {
  padding-left: 17px;
}

.switcher-theme-modern.switcher.checked .switcher-toggler {
  margin-left: -17px;
}

.switcher-sm {
  width: 42px;
  height: 21px;
}

.switcher-sm .switcher-toggler {
  height: 17px;
  width: 17px;
  margin-left: 1px;
}

.switcher-sm .switcher-state-on,
.switcher-sm .switcher-state-off {
  font-size: 8px;
  line-height: 21px;
}

.switcher-sm .switcher-state-on {
  padding-right: 17px;
}

.switcher-sm .switcher-state-off {
  padding-left: 17px;
}

.switcher-sm.checked .switcher-toggler {
  margin-left: -18px;
}

.switcher-sm.switcher-theme-square .switcher-inner {
  border-radius: 3px;
}

.switcher-sm.switcher-theme-square .switcher-toggler {
  margin-left: 2px;
}

.switcher-sm.switcher-theme-square.switcher.checked .switcher-toggler {
  margin-left: -19px;
}

.switcher-sm.switcher.switcher-theme-modern {
  width: 34px;
  height: 6px;
}

.switcher-sm.switcher.switcher-theme-modern .switcher-toggler {
  height: 17px;
  width: 17px;
  margin-top: -6px;
  margin-left: -3px;
}

.switcher-sm.switcher.switcher-theme-modern .switcher-state-on {
  padding-right: 15px;
}

.switcher-sm.switcher.switcher-theme-modern .switcher-state-off {
  padding-left: 15px;
}

.switcher-sm.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
  margin-left: -15px;
}

.switcher-lg {
  width: 70px;
  height: 30px;
}

.switcher-lg .switcher-toggler {
  height: 26px;
  width: 26px;
  margin-left: 1px;
}

.switcher-lg .switcher-state-on,
.switcher-lg .switcher-state-off {
  font-size: 13px;
  line-height: 30px;
}

.switcher-lg .switcher-state-on {
  padding-right: 26px;
}

.switcher-lg .switcher-state-off {
  padding-left: 26px;
}

.switcher-lg.checked .switcher-toggler {
  margin-left: -27px;
}

.switcher-lg.switcher-theme-square .switcher-inner {
  border-radius: 3px;
}

.switcher-lg.switcher-theme-square .switcher-toggler {
  margin-left: 2px;
}

.switcher-lg.switcher-theme-square.switcher.checked .switcher-toggler {
  margin-left: -28px;
}

.switcher-lg.switcher.switcher-theme-modern {
  width: 56px;
  height: 10px;
}

.switcher-lg.switcher.switcher-theme-modern .switcher-toggler {
  height: 26px;
  width: 26px;
  margin-top: -8px;
  margin-left: -3px;
}

.switcher-lg.switcher.switcher-theme-modern .switcher-state-on {
  padding-right: 26px;
}

.switcher-lg.switcher.switcher-theme-modern .switcher-state-off {
  padding-left: 26px;
}

.switcher-lg.switcher.switcher-theme-modern.switcher.checked .switcher-toggler {
  margin-left: -24px;
}

.switcher.disabled {
  cursor: not-allowed !important;
  opacity: .5 !important;
  filter: alpha(opacity=50);
}

.switcher-success .switcher-state-on {
  background: #5ebd5e !important;
}

.switcher-warning .switcher-state-on {
  background: #f4b04f !important;
}

.switcher-danger .switcher-state-on {
  background: #e66454 !important;
}

.switcher-info .switcher-state-on {
  background: #5bc0de !important;
}

.limiter-label {
  color: #888;
  padding-top: 3px;
  font-size: 12px;
}

.limiter-count {
  font-weight: 600;
  color: #555;
}

.expanding-input {
  position: relative;
}

.expanding-input-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
}

.expanding-input-placeholder {
  padding: 7px 13px;
  color: #999;
  font-size: 14px;
  line-height: 1.42857;
}

.expanding-input-hidden {
  display: none;
}

.expanding-input.expanded .expanding-input-hidden,
.expanding-input.expanded .expanding-input-content {
  display: block;
}

.expanding-input.expanded .expanding-input-hidden:before,
.expanding-input.expanded .expanding-input-hidden:after,
.expanding-input.expanded .expanding-input-content:before,
.expanding-input.expanded .expanding-input-content:after {
  content: " ";
  display: table;
}

.expanding-input.expanded .expanding-input-hidden:after,
.expanding-input.expanded .expanding-input-content:after {
  clear: both;
}

.expanding-input.expanding-input-sm .expanding-input-placeholder {
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.5;
}

.expanding-input.expanding-input-lg .expanding-input-placeholder {
  padding: 11px 17px;
  font-size: 18px;
  line-height: 1.33333;
}

.pxajs .wizard-pane {
  display: none;
}

.wizard-wrapper + .wizard-content.panel {
  margin-top: -1px;
}

.wizard.freeze .wizard-steps > li {
  cursor: default !important;
}

.modal-content > .wizard .wizard-wrapper {
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
}

.wizard-wrapper {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  white-space: nowrap;
  width: auto;
  position: relative;
  overflow: hidden;
}

.wizard-steps {
  cursor: default;
  display: block !important;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wizard-steps > li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0;
  padding: 0 10px 0 50px;
  vertical-align: middle;
}

.wizard-steps > li + li:before {
  background: #e4e4e4;
  bottom: 0;
  content: "";
  margin-left: -51px;
  position: absolute;
  top: 0;
  width: 1px;
}

.wizard-steps > li.completed {
  cursor: pointer;
}

.wizard-steps > li.active .wizard-step-caption,
.wizard-steps > li.completed .wizard-step-caption {
  color: #555;
}

.wizard-steps > li.active .wizard-step-description,
.wizard-steps > li.completed .wizard-step-description {
  color: #888;
}

.wizard-steps > li.active .wizard-step-number,
.wizard-steps > li.completed .wizard-step-number {
  border-color: #555;
  color: #555;
}

.wizard-steps .wizard-step-number:after {
  display: none;
}

.wizard-step-number,
.wizard-steps > li.completed .wizard-step-number:after {
  background: #fff;
  border-radius: 9999px;
  display: block;
  font-size: 14px;
  line-height: 26px;
  position: absolute;
  text-align: center;
}

.wizard-step-number {
  border: 2px solid #bbb;
  color: #bbb;
  font-weight: 700;
  height: 30px;
  margin-left: -40px;
  margin-top: -15px;
  top: 50%;
  width: 30px;
}

.wizard-steps > li.completed .wizard-step-number {
  font-size: 0;
}

.wizard-steps > li.completed .wizard-step-number:after {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  height: 26px;
  left: 0;
  width: 26px;
  top: 0;
}

.wizard-step-caption,
.wizard-step-description {
  color: #bbb;
  display: inline-block;
  line-height: 14px;
  white-space: normal;
}

.wizard-step-caption {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  vertical-align: middle;
}

.wizard-step-description {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
  position: relative;
}

.wizard-content {
  padding: 20px;
}

.wizard-content:before,
.wizard-content:after {
  content: " ";
  display: table;
}

.wizard-content:after {
  clear: both;
}

.pixel-file-input {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  line-height: 18px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.pixel-file-input > input[type=file] {
  visibility: hidden;
  position: absolute;
  display: block;
  left: -10000px;
}

.pfi-filename {
  white-space: nowrap;
}

.pfi-actions {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0 5px 0 10px;
  background: #fff;
  white-space: nowrap;
}

.pfi-actions > * + * {
  margin-left: 4px;
}

.pfi-clear {
  display: none;
}

.pfi-placeholder {
  color: #aaa;
  font-style: italic;
}

.datepicker-dropdown {
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  left: 0;
  margin-top: 10px;
  top: 0;
  z-index: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.datepicker-dropdown.datepicker-orient-bottom {
  margin-top: -10px;
}

.datepicker-dropdown:after {
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  content: '';
  display: block;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 10.5px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 10.5px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -13px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  border-bottom: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
  bottom: -13px;
}

.modal .datepicker-dropdown {
  z-index: 1040;
}

.datepicker {
  direction: ltr;
  padding: 0;
  width: auto !important;
}

.datepicker.datepicker-inline {
  border: 1px solid #eee;
  display: inline-block;
  position: relative;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days,
.datepicker.months div.datepicker-months,
.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker div.datepicker-months td,
.datepicker div.datepicker-years td {
  width: 210px !important;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td {
  line-height: 32px;
  padding: 0 !important;
  text-align: center;
  width: 30px;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

.datepicker table tr td:last-child {
  border-right: none;
}

.datepicker table tr td.day:hover {
  background: #f3f3f3;
  cursor: pointer;
  position: relative;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #bbb;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #eee;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #f3f3f3;
  font-weight: 700 !important;
}

.datepicker table tr td.today:hover:hover {
  color: #555;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #f3f3f3;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background: #f3f3f3;
  font-weight: 700;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #fff !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #fff !important;
}

.datepicker table tr td span {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  float: left;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}

.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #eee;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #eee;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker th,
.datepicker td,
.datepicker tr {
  border-top: none !important;
  text-align: center !important;
}

.datepicker thead th,
.datepicker tfoot th {
  font-weight: 600;
  padding: 0 !important;
}

.datepicker thead th {
  border-bottom: none !important;
  color: #fff;
  font-weight: 600;
  line-height: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  text-align: center;
}

.datepicker thead tr:first-child {
  border-bottom: 1px solid !important;
}

.datepicker thead tr:first-child th:hover {
  background: rgba(255, 255, 255, 0.2);
}

.datepicker thead tr:last-child {
  border-bottom: none !important;
}

.datepicker thead th.prev,
.datepicker thead th.next {
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 36px !important;
}

.datepicker thead th.prev:after,
.datepicker thead th.next:after {
  bottom: 0;
  color: #fff;
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  left: 0;
  line-height: 35px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 36px;
}

.datepicker thead th.prev {
  left: 0;
  border-right: 1px solid;
}

.datepicker thead th.prev:after {
  content: "\f053";
}

.datepicker thead th.next {
  border-left: 1px solid;
  right: 0;
}

.datepicker thead th.next:after {
  content: "\f054";
}

.datepicker tfoot th:hover {
  background: #eee;
}

.datepicker tbody td,
.datepicker tfoot th {
  line-height: 32px !important;
}

.datepicker > .datepicker-days tbody .cw {
  background: #f8f8f8 !important;
  color: #aaa;
  font-size: 8px;
  font-weight: 600;
}

.datepicker > .datepicker-days thead tr:first-child th.cw {
  background-color: transparent;
  cursor: default;
}

.datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  left: 30px;
  border-left: 1px solid;
}

.datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-left: 1px solid;
}

.input-daterange input {
  text-align: center;
}

.date .input-group-addon {
  cursor: pointer;
}

.bootstrap-timepicker {
  position: relative;
}

.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}

.bootstrap-timepicker-widget .modal-footer {
  margin-top: 0 !important;
}

.bootstrap-timepicker-widget.dropdown-menu {
  left: 0;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 400;
  margin: 10px 0 0;
  width: 200px;
  padding: 10px;
  right: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom {
  margin-top: 0;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: block;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  content: '';
  display: block;
  position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left:after {
  left: 10.5px;
}

.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-right:after {
  right: 10.5px;
}

.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:after {
  top: -13px;
}

.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom:after {
  border-bottom: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
  bottom: -13px;
}

.bootstrap-timepicker-widget span.bootstrap-timepicker-hour,
.bootstrap-timepicker-widget span.bootstrap-timepicker-minute,
.bootstrap-timepicker-widget span.bootstrap-timepicker-second,
.bootstrap-timepicker-widget span.bootstrap-timepicker-meridian {
  line-height: 32px;
  font-weight: 600;
}

.bootstrap-timepicker-widget .timepicker-increment {
  margin-bottom: 5px;
}

.bootstrap-timepicker-widget .timepicker-decrement {
  margin-top: 5px;
}

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
  padding: 0;
}

.bootstrap-timepicker-widget table td {
  text-align: center;
  height: auto;
  margin: 0;
  padding: 0;
  min-width: 20px;
}

.bootstrap-timepicker-widget table td.separator {
  width: 10px;
  text-align: center;
}

.bootstrap-timepicker-widget table td a,
.bootstrap-timepicker-widget table td input {
  border-radius: 2px !important;
}

.bootstrap-timepicker-widget table td a {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
  color: #666;
  text-decoration: none;
  line-height: 32px;
  text-align: center;
}

.bootstrap-timepicker-widget table td a:hover {
  color: #fff;
}

.bootstrap-timepicker-widget table td a .fa {
  margin: 0 !important;
  padding: 0 !important;
}

.bootstrap-timepicker-widget table td input {
  position: relative;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.modal .bootstrap-timepicker-widget.dropdown-menu {
  z-index: 1040;
}

.datepaginator {
  font-size: 12px;
}

.pagination {
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}

.pagination a.dp-item,
.pagination a.dp-nav {
  margin: 0;
  text-align: center;
}

.pagination a.dp-item:hover,
.pagination a.dp-nav:hover {
  z-index: 403 !important;
}

.pagination a.dp-item {
  padding: 10px 0;
  border-radius: 0;
  margin: 0 0 0 -1px;
}

.pagination a.dp-nav {
  margin: 0px;
  font-family: FontAwesome;
  padding: 17px 0;
  line-height: 20px;
}

.pagination a.dp-nav i {
  display: none;
}

.pagination a.dp-nav.dp-nav-right {
  margin: 0 0 0 -1px;
}

.pagination a.dp-nav:before {
  display: none !important;
}

.pagination a.dp-nav.dp-nav-left:after {
  content: "\f053";
}

.pagination a.dp-nav.dp-nav-right:after {
  content: "\f054";
}

.pagination a.dp-off,
.pagination a.dp-off:hover {
  background-color: #F9F9F9;
  z-index: 400;
}

.pagination a.dp-today {
  color: #ffffff !important;
  z-index: 401;
}

.pagination a.dp-selected {
  color: #ffffff !important;
  z-index: 402;
}

#dp-calendar {
  font-family: FontAwesome;
  position: absolute;
  line-height: 18px;
  top: 4px;
  right: 0;
  font-style: normal !important;
  display: block;
  font-size: 14px;
  padding: 0 8px 0 18px;
}

#dp-calendar:after {
  content: "\f073" !important;
}

#dp-calendar:before {
  display: none !important;
}

.datepaginator-sm {
  font-size: 10px;
}

.pagination a.dp-item.dp-item-sm {
  padding: 10px 0;
}

.pagination a.dp-nav.dp-nav-sm {
  padding: 14px 0;
}

.datepaginator-lg {
  font-size: 14px;
}

.pagination a.dp-item.dp-item-lg {
  padding: 15px 0;
}

.pagination a.dp-nav.dp-nav-lg {
  padding: 25px 0;
  font-size: 13px;
}

.modal .pagination a.dp-item:hover,
.modal .pagination a.dp-nav:hover {
  z-index: 1043 !important;
}

.modal .pagination a.dp-off,
.modal .pagination a.dp-off:hover {
  z-index: 1040;
}

.modal .pagination a.dp-today {
  z-index: 1041;
}

.modal .pagination a.dp-selected {
  z-index: 1042;
}

.nav-tabs,
.nav-pills {
  position: relative;
}

.tabdrop {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tabdrop > .dropdown-toggle {
  cursor: pointer !important;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.tabdrop > .dropdown-toggle > .fa {
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tabdrop > .dropdown-toggle > .caret {
  border: none;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10px;
  height: auto;
  margin-left: 5px;
  position: relative;
  top: -1px;
  width: auto;
}

.tabdrop > .dropdown-toggle > .caret:after {
  content: "\f0d7";
}

.minicolors {
  position: relative;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  height: 32px;
  position: static;
  cursor: pointer;
}

.minicolors .minicolors-grid {
  position: relative;
  float: right;
  width: 150px;
  height: 150px;
  background: url("../images/plugins/jquery.minicolors.png") -120px 0;
  cursor: crosshair;
  margin: 1px;
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: none;
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background: url("../images/plugins/jquery.minicolors.png") -80px 0;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors-panel {
  display: none;
  position: absolute;
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-top: 10px;
  z-index: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

.minicolors-panel:after {
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  content: '';
  display: block;
  position: absolute;
}

.modal .minicolors-panel {
  z-index: 1040;
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: relative;
  float: right;
  width: 20px;
  height: 150px;
  background: white url("../images/plugins/jquery.minicolors.png") 0 0;
  cursor: row-resize;
  margin: 1px 1px 1px 0;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

.minicolors-with-opacity .minicolors-slider {
  margin-right: 22px;
}

.minicolors-opacity-slider {
  background-position: -40px 0;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
  background: url("../images/plugins/jquery.minicolors.png") -270px 0;
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background: black;
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-position-top .minicolors-panel {
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.minicolors-position-top .minicolors-panel:after {
  border-bottom: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
  bottom: -13px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-right .minicolors-panel:after {
  right: 2.5px;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-bottom .minicolors-panel:after {
  top: -13px;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-position-left .minicolors-panel:after {
  left: 2.5px;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.minicolors-inline {
  display: inline-block;
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
  border: none;
  margin: 0;
  background: none;
}

.minicolors-inline .minicolors-panel:after {
  display: none !important;
}

.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}

.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}

.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}

.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}

.minicolors-theme-bootstrap .minicolors-swatch {
  top: 3px;
  left: 3px;
  width: 26px;
  bottom: 3px;
  border-radius: 2px;
}

.minicolors-theme-bootstrap .minicolors-input {
  padding-left: 40px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 3px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 40px;
  padding-left: 12px;
}

.editableform {
  margin-bottom: 0;
}

.editableform .control-group {
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 20px;
}

.editableform .form-control {
  width: auto;
}

.editable-buttons {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  zoom: 1;
  *display: inline;
}

.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}

.editable-input {
  vertical-align: top;
  display: inline-block;
  width: auto;
  white-space: normal;
  zoom: 1;
  *display: inline;
}

.editableform-loading {
  background: url("../images/plugins/bootstrap-editable/loading.gif") center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px;
}

.editable-inline .editableform-loading {
  background-position: left 5px;
}

.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}

.editable-error-block.ui-state-error {
  padding: 3px;
}

.editable-error {
  color: red;
}

.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}

.editable-checklist label {
  white-space: nowrap;
}

.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}

.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}

.editable-clear-x {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  font-size: 13px;
  line-height: 13px;
  font-family: FontAwesome;
  cursor: pointer;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}

.editable-clear-x:after {
  content: '\f057';
}

.editable-clear-x:hover {
  opacity: 1;
}

.editable-pre-wrapped {
  white-space: pre-wrap;
}

.editable-container.editable-popup {
  max-width: none !important;
}

.editable-container.popover {
  width: auto;
}

.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  zoom: 1;
  *display: inline;
}

.editable-container .ui-widget {
  font-size: inherit;
  z-index: 9990;
}

.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold;
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}

.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

.editable-buttons .editable-submit,
.editable-buttons .editable-cancel {
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.editable-buttons .editable-submit i,
.editable-buttons .editable-cancel i {
  display: none;
}

.editable-buttons .editable-cancel {
  color: #555;
  margin-left: 5px;
}

.editable-buttons .editable-submit:after {
  content: "\f00c";
}

.editable-buttons .editable-cancel:after {
  content: "\f00d";
}

.editable-input > .select2-container {
  max-width: 300px;
}

.editable-date.well {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0;
}

.editable[data-type="address"] + .editable-container .editable-input {
  width: 260px;
}

.editable[data-type="address"] + .editable-container .editable-buttons {
  position: relative;
  top: 2px;
}

.editable-address {
  margin-top: 2px;
}

.editable-address label {
  width: 100%;
}

.editable-address label span,
.editable-address input {
  display: block;
  float: left;
  margin: 0;
}

.editable-address label span {
  width: 25%;
  padding: 0 10px 0 0;
  line-height: 32px;
  text-align: right;
  position: relative;
}

.editable-address input {
  width: 75% !important;
}

.editable-address + .editable-address {
  margin-top: 6px;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.tt-dropdown-menu {
  border: 2px solid #ccc;
  padding: 5px 0;
  min-width: 160px;
  margin-top: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.tt-suggestion {
  display: block;
  margin: 0 -2px;
  padding: 5px 18px;
}

.tt-suggestion p {
  margin: 0;
}

.tt-suggestion.tt-is-under-cursor a,
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
}

@media (min-width: 480px) {
  .bootbox.bootbox-sm .modal-dialog {
    width: 300px;
  }
}

.bootbox .modal-footer {
  margin-top: 0;
}

.dataTables_wrapper .table-header {
  margin-bottom: -7px;
  padding: 13px 0 13px 15px;
}

.dataTables_wrapper .table-header .table-caption {
  float: left;
  line-height: 20px;
  padding: 5px 10px 5px 0;
  width: auto;
}

.dataTables_wrapper .table-footer {
  margin-top: -7px;
  padding-right: 10px;
}

.dataTables_wrapper .DT-label {
  color: #888;
  line-height: 29px;
}

.DT-search,
.DT-per-page {
  display: inline-block;
}

.DT-lf-right {
  float: right;
  white-space: nowrap;
}

.DT-search {
  line-height: 30px;
  margin-right: 10px;
}

.DT-search,
.DT-search input {
  width: 130px !important;
}

.DT-search label,
.DT-search input {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.DT-per-page {
  border-right: 1px solid #eee;
  margin-right: 10px;
  height: 30px;
  padding-right: 10px;
  white-space: nowrap;
}

.DT-per-page select {
  display: inline-block !important;
  width: auto !important;
}

.DT-label {
  float: left;
  font-size: 12px;
}

.DT-pagination {
  float: right;
}

.dataTables_paginate .pagination > li > a,
.dataTables_paginate .pagination > li > span {
  font-size: 12px;
  padding: 5px 10px;
}

table.dataTable {
  clear: both;
  margin-bottom: 6px !important;
  margin-top: 6px !important;
  max-width: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
  display: block;
}

table.dataTable thead .sorting_asc {
  background: rgba(0, 0, 0, 0.05);
}

table.dataTable thead .sorting_asc:after {
  content: "\f0dd";
  display: block;
}

table.dataTable thead .sorting_desc {
  background: rgba(0, 0, 0, 0.05);
}

table.dataTable thead .sorting_desc:after {
  content: "\f0de";
  display: block;
}

table.dataTable thead .sorting_asc_disabled:after {
  content: "\f0dd";
  display: block;
  opacity: .3;
}

table.dataTable thead .sorting_desc_disabled:after {
  content: "\f0de";
  display: block;
  opacity: .3;
}

table.dataTable th {
  position: relative;
}

table.dataTable th:after {
  display: none;
  font-family: FontAwesome;
  font-size: 11px;
  font-weight: normal !important;
  line-height: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 20px;
}

table.dataTable th:active {
  outline: none;
}

div.dataTables_scrollHead table {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0 !important;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
  margin-bottom: 0 !important;
  border-top: none;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  border-top: none;
}

.table-primary .dataTables_wrapper .table-header input,
.table-primary .dataTables_wrapper .table-header select,
.table-success .dataTables_wrapper .table-header input,
.table-success .dataTables_wrapper .table-header select,
.table-danger .dataTables_wrapper .table-header input,
.table-danger .dataTables_wrapper .table-header select,
.table-warning .dataTables_wrapper .table-header input,
.table-warning .dataTables_wrapper .table-header select,
.table-info .dataTables_wrapper .table-header input,
.table-info .dataTables_wrapper .table-header select {
  border: none !important;
}

@media print {
  .table-primary .dataTables_wrapper .table-header input,
  .table-primary .dataTables_wrapper .table-header select,
  .table-success .dataTables_wrapper .table-header input,
  .table-success .dataTables_wrapper .table-header select,
  .table-danger .dataTables_wrapper .table-header input,
  .table-danger .dataTables_wrapper .table-header select,
  .table-warning .dataTables_wrapper .table-header input,
  .table-warning .dataTables_wrapper .table-header select,
  .table-info .dataTables_wrapper .table-header input,
  .table-info .dataTables_wrapper .table-header select {
    border: 1px solid lightgray !important;
  }
}

.table-success .dataTables_wrapper .DT-per-page {
  border-color: #518d51 !important;
}

.table-danger .dataTables_wrapper .DT-per-page {
  border-color: #ca4433 !important;
}

.table-warning .dataTables_wrapper .DT-per-page {
  border-color: #de9328 !important;
}

.table-info .dataTables_wrapper .DT-per-page {
  border-color: #3da1bf !important;
}

#growls {
  position: fixed;
  right: 0;
  top: 10px;
  z-index: 5000;
}

.main-navbar-fixed #growls {
  top: 46px;
}

.main-menu-right #growls {
  left: 0;
  right: auto;
}

.growl {
  border-radius: 4px;
  margin: 10px;
  position: relative;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.growl .growl-title {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 2px;
}

.growl .growl-message {
  font-size: 13px;
}

.growl .growl-close {
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: helvetica, verdana, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-top: -2px;
}

.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}

.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0);
}

.growl.growl-small {
  padding: 6px 8px;
  width: 200px;
}

.growl.growl-small .growl-title {
  font-size: 13px;
  margin-bottom: 0;
}

.growl.growl-small .growl-message {
  font-size: 11px;
}

.growl.growl-medium {
  padding: 10px;
  width: 250px;
}

.growl.growl-large {
  padding: 15px;
  width: 300px;
}

.growl.growl-default {
  background: #7f8c8d;
  color: #fff;
}

.growl.growl-error {
  background: #e66454;
  color: #fff;
}

.growl.growl-notice {
  background: #5ebd5e;
  color: #fff;
}

.growl.growl-warning {
  background: #f4b04f;
  color: #fff;
}

.dz-browser-not-supported .dz-message {
  display: none !important;
}

.dz-browser-not-supported.dropzone-box {
  min-height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  width: auto !important;
  cursor: default !important;
  padding: 0 !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.dropzone-box {
  position: relative;
  min-height: 284px;
  border: 3px dashed #ddd;
  border-radius: 3px;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  padding: 0 15px 15px 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.dz-default.dz-message {
  color: #555;
  font-size: 20px;
  font-weight: 600;
  display: block;
  min-height: 70px;
  width: 300px;
  position: absolute;
  padding-left: 90px;
  padding-top: 12px;
  line-height: 22px;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -150px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.dz-text-small {
  font-size: 14px;
  font-weight: 400;
}

.dropzone-box .fa.fa-cloud-upload {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
  background: #eee;
  color: #aaa;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.dropzone-box:hover .fa.fa-cloud-upload {
  color: #fff;
}

.dz-started .dz-default.dz-message {

}

.dz-started:hover .fa.fa-cloud-upload {
  background: #eee !important;
  color: #aaa !important;
}

.dz-preview {
  width: 160px;
  padding: 6px 10px 10px 10px;
  margin: 15px 0 0 15px;
  display: inline-block;
  cursor: default;
  border: 1px solid #ddd;
  border-radius: 2px;
  vertical-align: top;
}

.dz-filename {
  color: #555;
  overflow: hidden;
  padding-bottom: 2px;
}

.dz-size {
  padding-bottom: 8px;
}

.dz-thumbnail {
  width: 138px;
  height: 120px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.dz-thumbnail > img {
  max-width: 100%;
  max-height: 120px;
}

.dz-preview .progress,
.dz-preview .progess-bar {
  height: 8px;
}

.dz-preview .progress {
  margin: 8px 0 0 0;
}

.dz-size {
  font-style: italic;
  color: #aaa;
  font-size: 11px;
}

.dz-size span {
  font-weight: 600;
}

.dz-remove {
  line-height: 30px;
  display: block;
  margin: 8px -11px -11px -11px;
  text-align: center;
  color: #666;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.dz-remove:hover {
  background: #e66454;
  color: #fff;
  border-top-color: transparent;
  text-decoration: none;
}

.dz-thumbnail-wrapper {
  margin: 0 -10px;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  position: relative;
}

.dz-nopreview {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #888;
}

.dz-thumbnail img[src] + .dz-nopreview {
  display: none;
}

.dz-error-mark,
.dz-success-mark,
.dz-error-message {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.dz-error-mark .fa,
.dz-success-mark .fa {
  line-height: 140px;
  font-size: 50px;
  color: #fff;
  font-weight: 400;
}

.dz-error-mark .fa {
  color: #fa6b59;
}

.dz-success-mark .fa {
  color: #9ed441;
}

.dz-error-message {
  color: #fff;
  font-weight: 600;
  padding: 20px 10px 0 10px;
}

.dz-error .dz-error-mark {
  display: block;
}

.dz-error .dz-error-message {
  display: none;
}

.dz-error:hover .dz-error-mark {
  display: none;
}

.dz-error:hover .dz-error-message {
  display: block;
}

.dz-success .dz-success-mark {
  display: block;
}

/* Layout
 ------------------------------------------*/
.note-editor {
  border: 1px solid #d6d6d6;
  background: #fff;
  /* dropzone */
  /* fullscreen mode */
  /* codeview mode */
  /* toolbar */
  /* note handle */
  /* dialog */
  /* editable */
  /* codeable */
  /* dropdown-menu for toolbar and popover */
  /* color palette for toolbar and popover */
}

.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 1;
  border: 2px dashed lightskyblue;
  color: lightskyblue;
  background-color: white;
  opacity: 0.95;
  pointer-event: none;
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.note-editor .note-dropzone.hover {
  border: 2px dashed #098ddf;
  color: #098ddf;
}

.note-editor.dragover .note-dropzone {
  display: table;
}

.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}

.note-editor.fullscreen .note-editable {
  background-color: white;
}

.note-editor.fullscreen .note-resizebar {
  display: none;
}

.note-editor.codeview .note-editable {
  display: none;
}

.note-editor.codeview .note-codable {
  display: block;
}

.note-editor .note-toolbar {
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d6d6d6;
}

.note-editor .note-toolbar .fa {
  font-size: 14px;
  margin: 0 !important;
}

.note-editor .note-toolbar > .btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

.note-editor .note-toolbar > .btn-group > .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

.note-editor .note-toolbar .dropdown-menu {
  white-space: nowrap;
}

.note-editor .note-toolbar .dropdown-menu .btn-group {
  float: none;
}

.note-editor .note-toolbar .dropdown-menu > li > a {
  cursor: pointer;
}

.note-editor .note-toolbar .note-table .dropdown-menu {
  min-width: 0;
  padding: 5px;
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
  font-size: 18px;
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

.note-editor .note-toolbar .note-style h1, .note-editor .note-toolbar .note-style h2, .note-editor .note-toolbar .note-style h3, .note-editor .note-toolbar .note-style h4, .note-editor .note-toolbar .note-style h5, .note-editor .note-toolbar .note-style h6, .note-editor .note-toolbar .note-style blockquote {
  margin: 0;
}

.note-editor .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

.note-editor .note-toolbar .note-color .dropdown-menu {
  min-width: 290px;
  white-space: nowrap;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  font-size: 12px;
  margin: 5px;
  padding: 0 3px;
  cursor: pointer;
  border-radus: 5px;
}

.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}

.note-editor .note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

.note-editor .note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

.note-editor .note-statusbar {
  background-color: #f5f5f5;
}

.note-editor .note-statusbar .note-resizebar {
  height: 8px;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  cursor: s-resize;
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #d6d6d6;
}

.note-editor .note-popover .popover {
  max-width: none;
}

.note-editor .note-popover .popover .popover-content {
  padding: 5px;
}

.note-editor .note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* for FF */
  vertical-align: middle;
  /* for FF */
}

.note-editor .note-popover .popover .popover-content .btn-group + .btn-group {
  margin-left: 5px;
}

.note-editor .note-popover .popover .arrow {
  left: 20px;
}

.note-editor .note-handle {
  /* control selection */
}

.note-editor .note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}

.note-editor .note-handle .note-control-selection > div {
  position: absolute;
}

.note-editor .note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.note-editor .note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}

.note-editor .note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid black;
  background-color: white;
}

.note-editor .note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

.note-editor .note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}

.note-editor .note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}

.note-editor .note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

.note-editor .note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: white;
  background-color: black;
  font-size: 12px;
  border-radus: 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.note-editor .note-dialog > div {
  display: none;
  /* BS2's hide pacth. */
}

.note-editor .note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  /* vertical-align */
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
  margin-bottom: 10px;
}

.note-editor .note-dialog .note-help-dialog {
  font-size: 12px;
  color: #ccc;
  background-color: #222 !important;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* BS2's background pacth. */
  background: transparent;
  border: none;
}

.note-editor .note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.note-editor .note-dialog .note-help-dialog a {
  font-size: 12px;
  color: white;
}

.note-editor .note-dialog .note-help-dialog .title {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: white 1px solid;
}

.note-editor .note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #dd0;
  cursor: pointer;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
  width: 100%;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
  vertical-align: top;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut {
  margin-top: 8px;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut th {
  text-align: left;
  font-size: 13px;
  color: #dd0;
}

.note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
  min-width: 110px;
  font-family: "Courier New";
  color: #dd0;
  text-align: right;
  padding-right: 10px;
}

.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: none;
}

.note-editor .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  direction: ltr !important;
  /* override BS2 default style */
  border-radius: 0;
  margin-bottom: 0;
}

.note-editor .CodeMirror {
  direction: ltr !important;
}

.note-editor .dropdown-menu {
  min-width: 90px;
  /* dropdown-menu right position */
  /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
  /* dropdown-menu for selectbox */
}

.note-editor .dropdown-menu.right {
  right: 0;
  left: auto;
}

.note-editor .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

.note-editor .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

.note-editor .dropdown-menu li a i {
  color: deepskyblue;
  visibility: hidden;
}

.note-editor .dropdown-menu li a.checked i {
  visibility: visible;
}

.note-editor .note-fontsize-10 {
  font-size: 10px;
}

.note-editor .note-color-palette {
  line-height: 1;
}

.note-editor .note-color-palette div .note-color-btn {
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

.note-editor .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

.md-editor {
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.md-editor > .md-header, .md-editor .md-footer {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5;
}

.md-editor > .md-header {
  margin: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.md-editor > .md-header .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

.md-editor > .md-header .btn .fa {
  font-size: 14px;
}

.md-editor > .md-preview {
  border-top: 1px dashed #e4e4e4;
  min-height: 10px;
  padding: 6px 12px;
}

.md-editor > textarea {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  outline: 0;
  margin: 0;
  display: block;
  padding: 6px 12px;
  width: 100%;
  border: 0;
  border-top: 1px dashed #e4e4e4;
  border-radius: 0;
  background: #fff;
}

.md-editor.active {
  border-color: #66afe9;
}

.jqstooltip {
  width: auto !important;
  height: auto !important;
  color: #fff !important;
  border-radius: 2px;
  background-color: #222 !important;
  font-size: 11px !important;
  padding: 4px 10px !important;
}

.pie-chart {
  display: inline-block !important;
  position: relative !important;
}

.pie-chart:before,
.pie-chart:after {
  content: " ";
  display: table;
}

.pie-chart:after {
  clear: both;
}

.pie-chart-label {
  display: block !important;
  width: 100%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute !important;
  top: 50%;
  font-weight: 300;
  font-size: 17px;
}

.morris-hover {
  position: absolute;
  z-index: 1000;
}

.morris-hover.morris-default-style {
  text-align: center;
  border-radius: 2px;
  background-color: #222;
  font-size: 11px;
  padding: 4px 10px;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 4px 0;
  color: #aaa;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 2px 0;
}

.pa-flot-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.pa-flot-container:before,
.pa-flot-container:after {
  content: " ";
  display: table;
}

.pa-flot-container:after {
  clear: both;
}

.pa-flot-graph {
  width: auto;
  height: auto;
}

.pa-flot-info {
  width: auto;
  margin-bottom: 20px;
  background: #f4f4f4;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 2px;
}

.pa-flot-info:before,
.pa-flot-info:after {
  content: " ";
  display: table;
}

.pa-flot-info:after {
  clear: both;
}

.pa-flot-info span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  cursor: default;
  padding-left: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  color: #646464;
}

.pa-flot-info i {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  top: 12px;
  left: 10px;
  border-radius: 9999px;
}

.pa-flot-tooltip {
  position: absolute;
  display: none;
  padding: 5px 10px;
  font-size: 12px;
  background: #222;
  color: #fff;
  border-radius: 2px;
}

.tickLabel {
  font-size: 12px;
  color: #666;
}

.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child {
  display: none;
}

.pieLabel > div {
  font-size: 12px !important;
}

.slimScrollBar {
  width: 6px !important;
  opacity: .3 !important;
}

.slimScrollRail {
  width: 6px !important;
}

/*@import "Utilities";
  
@import "WFFM";

@import "Print";*/
.directory-tree {
  /*.nav > li:nth-child(odd) {
        background-color: #e4e4e4;

        & + .nav > li:nth-child(odd) {
            background-color: #e4e4e4;
        }

        & + .nav > li:nth-child(even) {
            background-color: #fff;
        }
    }

    .nav > li:nth-child(even) {
        background-color: #fff;

        & + .nav > li:nth-child(odd) {
            background-color: #fff;
        }

        & + .nav > li:nth-child(even) {
            background-color: #e4e4e4;
        }
    }*/
}

.directory-tree .nav-list-main {
  padding: 10px 0;
}

.directory-tree .nav-list-main li .nav-label {
  padding-left: 5px;
  padding-right: 15px;
}

.directory-tree .nav-list-main li li .nav-label {
  padding-left: 35px;
  /*&.nav-toggle {
                        margin-left: -16px;
                    }*/
}

.directory-tree .nav-list-main li li li .nav-label {
  padding-left: 60px;
}

.directory-tree .nav-list-main li li li li .nav-label {
  padding-left: 85px;
}

.directory-tree .nav-list-main li li li li li .nav-label {
  padding-left: 110px;
}

.directory-tree .nav > li .nav-label {
  display: block;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid transparent;
  color: #555;
}

.directory-tree .nav > li .nav-label span.actions {
  display: none;
  float: right;
  margin-left: 10px;
}

.directory-tree .nav > li .nav-label span.actions .fa {
  padding: 2px 5px;
  margin-right: 5px;
  line-height: 1;
  cursor: pointer;
}

.directory-tree .nav > li .nav-label span.actions .fa:hover {
  background-color: #fff;
  border-radius: 2px;
}

.directory-tree .nav > li .nav-label:hover {
  cursor: pointer;
  background-color: #e7e7e7;
}

.directory-tree .nav > li .nav-label:hover span.actions {
  display: inline-block;
}

.directory-tree .nav > li .nav-label.open {
  background-color: #ccc;
}

.directory-tree .nav > li .nav-label.open:hover {
  border: 1px solid #999;
}

.directory-tree .nav-toggle-icon {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.directory-tree:hover .nav-toggle-icon {
  opacity: 1;
}

.page-utils {
  margin-left: 10px;
}

.page-utils .fa {
  font-size: 16px;
  color: #555;
  opacity: 0.25;
  vertical-align: middle;
}

.page-utils .fa .active {
  opacity: 1;
}

.page-utils .fa:hover {
  opacity: 1;
  cursor: pointer;
}

.page-utils .fa.fa-star {
  color: #f4b04f;
}

.header-utils .input-group-addon {
  background: #fff;
}

.header-utils .form-control[type=text] {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-left: none;
  background: #fff;
  height: 31px;
}

@media (max-width: 992px) {
  .header-utils {
    margin-top: 10px;
  }
}

.treecrumb-nav .dropdown .dropdown-toggle {
  color: silver;
  padding-left: 15px;
  padding-right: 10px;
}

.treecrumb-nav .dropdown .caret {
  border-top-width: 6px;
  border-right-width: 6px;
  border-left-width: 6px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.treecrumb-nav .dropdown:hover .caret {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.treecrumb-nav .dropdown.open .caret {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.bg-gray {
  background-color: #555555 !important;
}

a.bg-gray:hover {
  background-color: #3c3c3c !important;
}

.bg-graydark {
  background-color: #333333 !important;
}

a.bg-graydark:hover {
  background-color: #1a1a1a !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover {
  background-color: #e6e6e6 !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover {
  background-color: black !important;
}

.color-gray {
  color: #555555 !important;
}

.color-gray:hover {
  color: #555555 !important;
}

.color-graydark {
  color: #333333 !important;
}

.color-graydark:hover {
  color: #333333 !important;
}

.color-white {
  color: #fff !important;
}

.color-white:hover {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-black:hover {
  color: #000 !important;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.element-category {
  text-transform: uppercase;
  font-size: 12px;
}

.element-border-top {
  border-top: 1px solid #555555;
}

.element-border-bottom {
  border-bottom: 1px solid #555555;
}

.element-border-left {
  border-left: 1px solid #555555;
}

.element-border-right {
  border-right: 1px solid #555555;
}

a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*.blue-link {
    a {
        color: $blue;

        &:hover {
            color: darken($blue, 15%);
        }
    }
}

.white-link {
    a {
        color: $white;

        &:hover {
            color: darken($white, 15%);
        }
    }
}*/
@media print {
  .header, .breadcrumb-container, .section-header, .footer {
    display: none;
  }
  a[href]:after {
    content: "" !important;
  }
}

/*# sourceMappingURL=MAP.css.map */