@charset "UTF-8";
/* @import '../css/bootstrap'; */
/*!
 *  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-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

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 {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

a {
  color: #337ab7;
  text-decoration: none; }

a:focus, a:hover {
  color: #23527c;
  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; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

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

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

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

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

[role=button] {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

.h1, h1 {
  font-size: 36px; }

.h2, h2 {
  font-size: 30px; }

.h3, h3 {
  font-size: 24px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 14px; }

.h6, h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

.small, small {
  font-size: 85%; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

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

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

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

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

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

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

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

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

.text-muted {
  color: #777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

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

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

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

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

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

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

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

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

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

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

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

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

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

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

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

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

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

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

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

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-2.col-xs-2-4 {
  width: 20%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (max-width: 990px) {
  .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 {
    float: left;
    width: 100%;
    margin-top: 8px; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  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;
  display: table-column;
  float: none; }

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

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

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

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

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

input[type=checkbox], input[type=radio] {
  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=checkbox]:focus, input[type=radio]: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.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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 {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

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

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm, textarea.input-sm {
  height: auto; }

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg, textarea.input-lg {
  height: auto; }

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

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

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

@media (max-width: 980px) {
  .form-horizontal .control-label {
    text-align: left; } }

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

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

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

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

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

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

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

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

.dropdown, .dropup {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  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 .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

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

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

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

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

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

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

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

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@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 .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  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:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  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:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus, .navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  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:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  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:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

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

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

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager 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:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

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

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

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

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

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

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

.label-success {
  background-color: #5cb85c; }

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

.label-info {
  background-color: #5bc0de; }

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

.label-warning {
  background-color: #f0ad4e; }

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

.label-danger {
  background-color: #d9534f; }

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

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

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

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

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

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

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

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

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

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

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

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

.progress-bar-striped, .progress-striped .progress-bar {
  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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

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

.progress-bar-success {
  background-color: #5cb85c; }

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

.progress-bar-info {
  background-color: #5bc0de; }

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

.progress-bar-warning {
  background-color: #f0ad4e; }

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

.progress-bar-danger {
  background-color: #d9534f; }

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

.media {
  margin-top: 15px; }

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

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

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

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

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

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  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: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, .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 {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

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

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

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

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

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

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

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

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

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

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

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

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

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

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

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

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

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

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

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

.panel-body {
  padding: 15px; }

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

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

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

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

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

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

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

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

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

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

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

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

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

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

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

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

.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, .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: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:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

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

.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, .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 {
  border-bottom-left-radius: 3px; }

.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, .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 {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .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, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  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: #333;
  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: #333; }

.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 embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

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

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

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

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

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

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

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

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

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

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

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

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

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

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

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

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

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

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

.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 {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

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

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md, th.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print, th.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; } }

html, body {
  min-width: 290px;
  -ms-overflow-style: scrollbar; }

body {
  background-color: #e7ebee;
  font-size: 12px;
  color: #515151;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important; }

h1, .h1 {
  font-size: 34px; }

h2, .h2 {
  font-size: 28px; }

h3, .h3 {
  font-size: 22px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 12px; }

h6, .h6 {
  font-size: 10px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600; }

::selection {
  background-color: rgba(46, 165, 204, 0.41); }

::-moz-selection {
  background-color: rgba(46, 165, 204, 0.41); }

.right {
  float: right; }

.left {
  float: left; }

#page-title {
  padding: 10px 20px;
  width: 100%; }

.page-header {
  border: 0 none;
  color: #7c7c7c;
  font-size: 2.2em;
  font-weight: 100;
  margin: 0;
  padding: 10px 0; }

.page-header .label {
  margin-right: 0.5em; }

#page-content {
  padding: 5px 20px 0; }

@media (min-width: 768px) {
  #page-content {
    padding: 10px 20px 0; } }

@media (min-width: 992px) {
  #page-content {
    padding: 20px 25px 0; } }

.searchbox {
  margin-right: -20px; }

.searchbox button {
  border: 0;
  background: none;
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  font-size: 14px;
  z-index: 2; }

.searchbox .custom-search-form {
  margin-right: -5px; }

.searchbox .custom-search-form input {
  border-color: transparent;
  padding-right: 30px; }

.searchbox > .input-group.custom-search-form input {
  border-radius: 0; }

.searchbox > .input-group input:focus {
  border-color: #54abd9; }

@media (min-width: 768px) {
  #content-container {
    padding-top: 50px; }
  #page-title {
    display: table;
    table-layout: fixed;
    height: 51px;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 1; }
  .page-header, .searchbox {
    display: table-cell;
    vertical-align: middle; }
  .searchbox {
    width: 300px; }
  .searchbox .form-control {
    background-color: transparent;
    -webkit-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s; }
  .searchbox .form-control {
    background-color: #e1e7eb; }
  .searchbox .form-control:focus {
    background-color: #fff;
    -webkit-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s; } }

@media (min-width: 992px) {
  .searchbox {
    margin-right: -25px; }
  .searchbox .custom-search-form {
    margin-right: 0; }
  #page-title {
    padding: 10px 0 0 25px; } }

.cls-container {
  background-color: #212124;
  color: #ffffff;
  text-align: center; }

.cls-container a, .cls-container a:hover, .cls-container a:focus {
  color: #ffffff; }

.cls-container .text-light a, .cls-container .text-light a:hover, .cls-container .text-light a:focus {
  color: #fff; }

.bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .55;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.cls-header {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1); }

.cls-header:after {
  content: "";
  display: block;
  border-top: 10px solid rgba(0, 0, 0, 0.1);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  margin-bottom: -10px;
  margin-left: -10px;
  bottom: 0; }

.cls-header.cls-header-lg .cls-brand .brand-icon {
  width: 32px;
  height: 32px; }

#container.cls-container .cls-header .cls-header.cls-header-lg .cls-brand .brand-title {
  font-size: 27px; }

.cls-brand {
  display: inline-block;
  padding: 20px 0; }

.cls-brand .brand-icon {
  padding: 0; }

.cls-brand a:hover .brand-icon, .cls-brand a:hover .brand-title {
  opacity: 1;
  color: #fff;
  transition: all 0.5s; }

.cls-brand a .brand-icon, .cls-brand a .brand-title {
  opacity: .7;
  transition: all 0.5s; }

.cls-header-lg .cls-brand {
  line-height: 60px; }

.cls-header-sm .cls-brand {
  line-height: 1.42857; }

#container.cls-container .cls-brand .brand-icon, #container.cls-container .cls-brand .brand-title {
  background-color: transparent;
  color: inherit;
  float: none;
  display: inline-block;
  line-height: 22px;
  font-size: 20px;
  font-weight: 600;
  padding: 5px;
  vertical-align: middle;
  width: auto; }

.cls-content {
  padding: 50px 15px 15px;
  padding-top: 10vh;
  position: relative; }

.cls-content .error-code {
  font-size: 100px;
  font-weight: 300; }

.cls-content .error-search {
  max-width: 512px;
  margin: 0 auto; }

.cls-content .cls-content-sm, .cls-content .cls-content-lg {
  color: #515151;
  width: 70%;
  min-width: 270px;
  margin: 0 auto;
  position: relative; }

@media (min-width: 768px) {
  .cls-content .cls-content-sm {
    width: 350px; }
  .cls-content .cls-content-lg {
    width: 700px; } }

.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano .nano-content {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: 0;
  padding: 0 0 0 0; }

.nano > .nano-content::-webkit-scrollbar {
  display: none; }

.nano > .nano-content:focus {
  outline: 0 !important; }

.nano > .nano-pane {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 5px;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s; }

.nano > .nano-pane > .nano-slider {
  background-color: rgba(0, 116, 255, 0.5);
  position: relative;
  margin: 0;
  border-radius: 0; }

.nano-hide.nano > .nano-pane {
  display: none !important; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  opacity: 0.99; }

.pace .pace-progress, .nano > .nano-pane > .nano-slider {
  background-color: #54abd9; }

.pace .pace-progress-inner {
  box-shadow: 0 0 10px #54abd9, 0 0 5px #54abd9; }

.pace .pace-activity {
  background-color: #54abd9; }

#container #aside-container {
  padding: 0 20px;
  background-color: #ffffff;
  position: relative;
  top: 0px;
  z-index: 3; }

#container #aside-container .nano-content {
  position: static;
  outline: none; }

#container #aside-container .nano-pane {
  display: none !important; }

#container #aside .list-link li a:not(.btn) {
  color: #d1d1d1; }

#container #aside .list-link li a:not(.btn):hover {
  color: #ffffff; }

#aside {
  background-color: #3c4d5e;
  color: #ffffff;
  max-height: 0;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#aside a:not(.btn):not(.btn-link) {
  color: inherit; }

#aside.aside-xs-in {
  max-height: none;
  overflow: hidden;
  margin-bottom: 70px; }

#aside .bord-all, #aside .bord-top, #aside .bord-btm, #aside .bord-left, #aside .bord-rgt, #aside .bord-hor, #aside .bord-ver, #aside .list-divider {
  border-color: #425467; }

#aside .btn-link {
  color: #ffffff; }

#aside .text-muted {
  color: #93a6b9; }

#aside-container #aside .nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%; }

#aside-container #aside .nav-tabs li:not(active) a {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #364554;
  color: rgba(255, 255, 255, 0.5);
  padding: 20px 0; }

#aside-container #aside .nav-tabs li:first-child > a {
  border-left: 0; }

#aside-container #aside .nav-tabs li:last-child > a {
  border-right: 0; }

#aside-container #aside .nav-tabs .active a {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid transparent;
  background-color: transparent;
  color: inherit !important; }

#aside-container #aside .nav-tabs .active .badge {
  opacity: 1; }

#aside-container #aside .nav-tabs .badge {
  opacity: 0.5; }

#aside-container #aside .tab-content {
  padding: 10px 0; }

#aside .nav-tabs a i {
  font-size: 1.35em; }

#container.aside-bright #aside .nav-tabs li:not(.active) a {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.15); }

@media (max-width: 760px) {
  #aside.aside-xs-in {
    margin-top: -90px; }
  #container.mainnav-in #aside-container {
    left: 220px;
    right: auto; } }

@media (min-width: 768px) and (max-width: 992px) {
  #container.mainnav-sm.aside-left.aside-in #aside-container {
    left: 50px;
    right: auto; }
  #container.mainnav-sm.aside-left.aside-in #content-container, #container.mainnav-sm.aside-left.aside-in #footer {
    padding-left: 220px; }
  div#container.mainnav-lg.aside-left.aside-in #content-container, div#container.mainnav-lg.aside-left.aside-in #footer {
    padding-left: 220px;
    text-align: left; } }

@media (min-width: 768px) {
  #aside {
    max-height: none;
    padding-top: 50px;
    visibility: visible;
    background-color: #3c4d5e;
    height: 100%; }
  #aside.aside-xs-in {
    max-height: none; }
  #container #aside-container {
    padding: 0;
    background-color: #ffffff;
    position: absolute;
    width: 220px;
    height: auto;
    left: auto;
    right: -220px;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    overflow: hidden;
    visibility: hidden;
    z-index: 3; }
  #container #aside-container .nano-content {
    position: absolute; }
  #container #content-container, #container #footer {
    padding-right: 0; }
  #container.aside-in #content-container, #container.aside-in #footer {
    padding-right: 220px; }
  #container.aside-in.aside-left #content-container, #container.aside-in.aside-left #footer {
    padding-left: 220px;
    padding-right: 0; }
  #container.aside-in.aside-left.mainnav-lg #content-container, #container.aside-in.aside-left.mainnav-lg #footer {
    padding-left: 440px;
    padding-right: 0; }
  #container.aside-in.aside-left.mainnav-lg #aside-container {
    left: 220px;
    right: auto; }
  #container.aside-in.aside-left.mainnav-sm #content-container, #container.aside-in.aside-left.mainnav-sm #footer {
    padding-left: 270px;
    padding-right: 0; }
  #container.aside-in.aside-left.mainnav-sm #aside-container {
    left: 50px;
    right: auto; }
  #container.aside-in.aside-left.mainnav-in #aside-container {
    left: 220px;
    right: auto; }
  #container.mainnav-in:not(.slide) #footer, #container.mainnav-in #content-container {
    padding-right: 0; }
  #container.aside-in #aside-container {
    left: auto;
    right: 0; }
  #container.aside-in.aside-left.mainnav-in #aside-container {
    left: 220px;
    right: auto; }
  #container.aside-left #aside-container, #container.aside-in.aside-left #aside-container {
    left: 0;
    right: auto; }
  #container.aside-left.mainnav-sm #aside-container {
    left: -170px; }
  #container.aside-left.mainnav-sm #content-container, #container.aside-left.mainnav-sm #footer {
    padding-left: 50px; }
  #container.aside-left.mainnav-out:not(.aside-in) #aside-container {
    left: -220px; }
  #container.aside-fixed #aside-container {
    position: fixed; }
  #container.aside-fixed #aside {
    height: 100%; }
  #container.aside-fixed #aside .nano-content {
    position: absolute; }
  #container.aside-fixed:not(.navbar-fixed) #aside-container.affix {
    top: -50px;
    position: fixed; }
  #container.aside-fixed:not(.navbar-fixed) #aside-container.affix-top {
    top: 0;
    position: absolute; }
  #container.aside-in #aside {
    padding-top: 50px; }
  #container.aside-in #content-container, #container.aside-in:not(.mainnav-in) #footer {
    padding-right: 220px; }
  #container.aside-in.aside-left #content-container, #container.aside-in.aside-left #footer {
    padding-left: 220px;
    padding-right: 0; } }

#container.aside-bright #aside {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #515151; }

#container.aside-bright #aside .text-light {
  color: #515151; }

#container.aside-bright #aside .bord-all, #container.aside-bright #aside .bord-top, #container.aside-bright #aside .bord-btm, #container.aside-bright #aside .bord-lft, #container.aside-bright #aside .bord-rgt, #container.aside-bright #aside .bord-hor, #container.aside-bright #aside .bord-ver, #container.aside-bright #aside .list-divider {
  border-color: #f7f7f7; }

#container.aside-bright #aside .text-muted {
  color: #9e9e9e; }

#container.aside-bright #aside .progress {
  background-color: #e6e6e6; }

#container.aside-bright #aside .list-link li a:not(.btn) {
  color: #5e5e5e; }

#container.aside-bright #aside .list-link li a:not(.btn):hover {
  color: #515151; }

#container.aside-bright #aside a:not(.btn) {
  color: #515151; }

#container.aside-bright #aside a:not(.btn):hover, #container.aside-bright #aside a:not(.btn):focus {
  color: #373737; }

#container.aside-bright #aside .btn-link {
  color: #515151; }

#footer {
  border-top: rgba(0, 0, 0, 0.07);
  position: absolute;
  padding-top: 12px;
  bottom: 0;
  z-index: 2;
  right: 0;
  height: 50px; }

#footer p {
  margin-bottom: 5px; }

#footer .show-fixed, #container.footer-fixed #footer .hide-fixed {
  display: none; }

#footer .hide-fixed, #container.footer-fixed #footer .show-fixed {
  display: block;
  height: 100%; }

.footer-list {
  margin-bottom: 0; }

.footer-list > li {
  vertical-align: top; }

#container.footer-fixed #footer {
  background-color: #c8ccce;
  color: #515151;
  position: fixed;
  bottom: 0;
  margin-top: -50px;
  z-index: 1; }

.table-toolbar-left, .table-toolbar-right {
  text-align: center;
  padding-bottom: 10px; }

.table-toolbar-right > .form-group {
  display: inline-block;
  vertical-align: top;
  margin: 0; }

@media (min-width: 760px) {
  .table-toolbar-left {
    float: left;
    text-align: left; }
  .table-toolbar-right {
    text-align: right; } }

.list-group-striped > li:nth-child(odd), .list-group-striped > a:nth-child(odd):not(.active):not(.disabled) {
  background-color: rgba(0, 0, 0, 0.06); }

.list-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  height: 1px; }

.list-header {
  font-weight: 300;
  padding: 10px 15px;
  position: relative; }

.list-item-sm {
  padding: 5px 15px; }

.list-item-lg {
  padding: 15px; }

.list-item-xl {
  padding: 20px 15px; }

.box-block {
  display: block; }

.box-inline {
  display: inline-block; }

.box-vmiddle {
  display: inline-block;
  max-width: 500px;
  vertical-align: middle;
  margin-bottom: 15px; }

.box-vmiddle-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -15px; }

.bord-no {
  border: 0 !important; }

.bord-all {
  border: 1px solid #e9e9e9; }

.bord-top {
  border-top: 1px solid #e9e9e9; }

.bord-btm {
  border-bottom: 1px solid #e9e9e9; }

.bord-lft {
  border-left: 1px solid #e9e9e9; }

.bord-rgt {
  border-right: 1px solid #e9e9e9; }

.bord-ver {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }

.bord-hor {
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9; }

.text-thin {
  font-weight: 300; }

.text-normal {
  font-weight: normal; }

.text-semibold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

.text-5x, .text-4x, .text-5x, .text-2x, .text-lg, .text-sm, .text-xs {
  line-height: 1.25;
  font-size: 4em; }

.text-4x {
  font-size: 4em; }

.text-3x {
  font-size: 3em; }

.text-2x {
  font-size: 2em; }

.text-lg {
  font-size: 1.2em; }

.text-sm {
  font-size: 0.9em; }

.text-xs {
  font-size: 0.8em; }

.text-overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-unit {
  font-size: 15px;
  vertical-align: top;
  line-height: 1.5em; }

.unselectable {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.unselectable ::selection {
  background-color: transparent; }

.unselectable ::-moz-selection {
  background-color: transparent; }

@media (min-width: 1200px) {
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; }
  .text-lg-left {
    text-align: left; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; }
  .text-md-left {
    text-align: left; } }

@media (min-width: 768px) and (max-width: 992px) {
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; }
  .text-sm-left {
    text-align: left; } }

@media (max-width: 760px) {
  .text-xs-right {
    text-align: right; }
  .text-xs-center {
    text-align: center; }
  .text-xs-left {
    text-align: left; } }

.icon-wrap {
  display: inline-block;
  padding: 10px;
  border-radius: 2px; }

.icon-wrap i {
  display: block;
  line-height: 1em;
  text-align: center;
  position: relative;
  width: 1em;
  padding-top: 1em;
  vertical-align: middle; }

.icon-wrap i:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.icon-wrap .icon-txt {
  display: block;
  line-height: 1em;
  text-align: center;
  position: relative;
  width: 1em;
  vertical-align: top; }

.icon-wrap-lg {
  padding: 20px; }

.icon-wrap-md {
  padding: 17px; }

.icon-wrap-sm {
  padding: 12px; }

.icon-wrap-xs {
  padding: 7px; }

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

.icon-lg:before {
  font-size: 1.333em;
  line-height: 1.095em;
  vertical-align: middle; }

.icon-2x:before {
  font-size: 2em;
  line-height: 1em; }

.icon-3x:before {
  font-size: 3em;
  line-height: 1em; }

.icon-4x:before {
  font-size: 4em;
  line-height: 1em; }

.icon-5x:before {
  font-size: 5em;
  line-height: 1em; }

img {
  border: 0;
  max-width: 100%; }

.img-mar {
  margin: 5px; }

.img-border {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1); }

.img-border-light {
  box-shadow: 0 0 0 4px #fff; }

.img-xs {
  width: 32px;
  height: 32px; }

.img-md {
  width: 64px;
  height: 64px; }

.img-sm {
  width: 46px;
  height: 46px; }

.img-lg {
  width: 96px;
  height: 96px; }

.img-holder img {
  max-width: 100%;
  border-radius: 0; }

.mar-no {
  margin: 0 !important; }

.mar-all {
  margin: 15px; }

.mar-top {
  margin-top: 15px; }

.mar-btm {
  margin-bottom: 15px; }

.mar-lft {
  margin-left: 15px; }

.mar-rgt {
  margin-right: 15px; }

.mar-hor {
  margin-left: 15px;
  margin-right: 15px; }

.mar-ver {
  margin-top: 15px;
  margin-bottom: 15px; }

.pad-no {
  padding: 0; }

.pad-all {
  padding: 15px; }

.pad-top {
  padding-top: 15px; }

.pad-btm {
  padding-bottom: 15px; }

.pad-lft {
  padding-left: 15px; }

.pad-rgt {
  padding-right: 15px; }

.pad-hor {
  padding-left: 15px;
  padding-right: 15px; }

.pad-ver {
  padding-top: 15px;
  padding-bottom: 15px; }

a.disabled-link, a.disabled-link:visited, a.disabled-link:active, a.disabled-link:hover {
  color: #aaa !important;
  cursor: default; }

.eq-height, .eq-height.eq-auto {
  display: table;
  table-layout: fixed;
  height: 100%;
  margin-bottom: 0;
  width: 100%; }

.eq-height.eq-auto {
  table-layout: auto; }

.eq-height .eq-box-xs {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  float: none; }

.eq-height > * > .panel {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.eq-height [class*="eq-box"].eq-no-panel {
  padding-bottom: 0; }

.eq-min-width {
  width: 1%; }

.eq-no-panel:after {
  content: '';
  display: table;
  width: 100%;
  table-layout: fixed; }

@media (min-width: 1200px) {
  .eq-height .eq-box-lg {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
    padding-bottom: 24px; }
  .eq-height .eq-box-lg .panel {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .eq-height .eq-box-md {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
    padding-bottom: 24px; }
  .eq-height .eq-box-md .panel {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .eq-height .eq-box-sm {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
    padding-bottom: 24px; }
  .eq-height .eq-box-sm .panel {
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .nifty-ready > .effect .navbar-content, .nifty-ready .effect #navbar, .nifty-ready .effect #content-container, .nifty-ready .effect #mainnav-container, .nifty-ready .effect #aside-container, .nifty-ready .effect #footer, .nifty-ready .effect .navbar-brand, .nifty-ready .effect .navbar-content, .nifty-ready .effect .navbar-header:before {
    transition-property: width, padding, left, right;
    transition-duration: 0.35s; }
  .nifty-ready .effect .navbar-content {
    -webkit-transition-property: margin-left;
    transition-property: margin-left; }
  .nifty-ready .easeInQuart #navbar, .nifty-ready .easeInQuart #content-container, .nifty-ready .easeInQuart #mainnav-container, .nifty-ready .easeInQuart #aside-container, .nifty-ready .easeInQuart #footer, .nifty-ready .easeInQuart .navbar-brand, .nifty-ready .easeInQuart .navbar-content, .nifty-ready .easeInQuart .navbar-header:before {
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.045, 0.915, 0.135);
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.755, 0.045, 0.915, 0.135); }
  .nifty-ready .easeOutQuart #navbar, .nifty-ready .easeOutQuart #content-container, .nifty-ready .easeOutQuart #mainnav-container, .nifty-ready .easeOutQuart #aside-container, .nifty-ready .easeOutQuart #footer, .nifty-ready .easeOutQuart .navbar-brand, .nifty-ready .easeOutQuart .navbar-content, .nifty-ready .easeOutQuart .navbar-header:before {
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.015, 0.77, 0.04, 0.985);
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.015, 0.77, 0.04, 0.985); }
  .nifty-ready .easeInBack #navbar, .nifty-ready .easeInBack #content-container, .nifty-ready .easeInBack #mainnav-container, .nifty-ready .easeInBack #aside-container, .nifty-ready .easeInBack #footer, .nifty-ready .easeInBack .navbar-brand, .nifty-ready .easeInBack .navbar-content, .nifty-ready .easeInBack .navbar-header:before {
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.705, -0.155, 0.735, 0.045);
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.705, -0.155, 0.735, 0.045); }
  .nifty-ready .easeOutBack #navbar, .nifty-ready .easeOutBack #content-container, .nifty-ready .easeOutBack #mainnav-container, .nifty-ready .easeOutBack #aside-container, .nifty-ready .easeOutBack #footer, .nifty-ready .easeOutBack .navbar-brand, .nifty-ready .easeOutBack .navbar-content, .nifty-ready .easeOutBack .navbar-header:before {
    -webkit-transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.28, 1.02, 0.36, 1.145);
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.28, 1.02, 0.36, 1.145); }
  .nifty-ready .easeInOutBack #navbar, .nifty-ready .easeInOutBack #content-container, .nifty-ready .easeInOutBack #mainnav-container, .nifty-ready .easeInOutBack #aside-container, .nifty-ready .easeInOutBack #footer, .nifty-ready .easeInOutBack .navbar-brand, .nifty-ready .easeInOutBack .navbar-content, .nifty-ready .easeInOutBack .navbar-header:before {
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, -0.28, 0, 1.275);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(1, -0.28, 0, 1.275); }
  .nifty-ready .steps #navbar, .nifty-ready .steps #content-container, .nifty-ready .steps #mainnav-container, .nifty-ready .steps #aside-container, .nifty-ready .steps #footer, .nifty-ready .steps .navbar-brand, .nifty-ready .steps .navbar-content, .nifty-ready .steps .navbar-header:before {
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.955, 1, 0.045);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 0.955, 1, 0.045); }
  .nifty-ready .jumping #navbar, .nifty-ready .jumping #content-container, .nifty-ready .jumping #mainnav-container, .nifty-ready .jumping #aside-container, .nifty-ready .jumping #footer, .nifty-ready .jumping .navbar-brand, .nifty-ready .jumping .navbar-content, .nifty-ready .jumping .navbar-header:before {
    -webkit-transition-duration: 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.135, 1.525, 0, 0.9);
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.135, 1.525, 0, 0.9); }
  .nifty-ready .rubber #navbar, .nifty-ready .rubber #content-container, .nifty-ready .rubber #mainnav-container, .nifty-ready .rubber #aside-container, .nifty-ready .rubber #footer, .nifty-ready .rubber .navbar-brand, .nifty-ready .rubber .navbar-content, .nifty-ready .rubber .navbar-header:before {
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1.65, 1, -0.6);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1.65, 1, -0.6); } }

.open.mega-dropdown {
  position: static; }

.open.mega-dropdown > .mega-dropdown-toggle:before, .open.mega-dropdown > .mega-dropdown-toggle:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.open.mega-dropdown > .mega-dropdown-toggle:before {
  border-bottom: 7px solid #d0d0d0;
  margin: -8px 0 0 0;
  bottom: -10px; }

.open.mega-dropdown > .mega-dropdown-toggle:after {
  border-bottom: 7px solid #fff;
  margin: -7px 0 0 0;
  bottom: -11px;
  z-index: 10000; }

.navbar-top-links > .mega-dropdown > .dropdown-menu.mega-dropdown-menu {
  left: 18px;
  right: 18px;
  max-width: 1250px; }

.dropdown-menu.mega-dropdown-menu {
  padding: 15px 0; }

.dropdown-menu.mega-dropdown-menu:after {
  content: '';
  display: table;
  clear: both; }

.dropdown-menu.mega-dropdown-menu .list-unstyled .dropdown-header {
  font-size: 1.2em;
  font-weight: 600;
  padding: 10px 4px; }

.dropdown-menu.mega-dropdown-menu .list-unstyled li a {
  display: block;
  padding: 4px;
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent; }

.dropdown-menu.mega-dropdown-menu .list-unstyled li a:not(.disabled-link):hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.065); }

.widget-header {
  padding: 15px 15px 50px 15px;
  min-height: 125px;
  position: relative;
  overflow: hidden; }

.widget-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; }

.widget-title {
  position: relative; }

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

.widget-img {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  top: -32px; }

.speech {
  position: relative;
  background: #b7dcfe;
  color: #317787;
  display: inline-block;
  border-radius: 0;
  padding: 12px 20px; }

.speech .media-heading {
  font-size: 1.2em;
  color: #317787;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 300; }

.speech .media-heading:hover {
  text-decoration: underline; }

.speech-time {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 300; }

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

.speech-right > .speech {
  background: #ffda87;
  color: #a07617;
  text-align: right; }

.speech-right > .speech .media-heading {
  color: #a07617; }

.speech-right > .speech:before {
  left: auto;
  right: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffdc91;
  border-right: 0;
  margin: 15px -6px 0 0; }

.speech:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #b7dcfe;
  margin: 15px 0 0 -6px; }

.timeline {
  position: relative;
  padding-bottom: 40px;
  background-color: #e7ebee;
  color: #515151; }

.timeline:before, .timeline:after {
  background-color: #cad3df;
  bottom: 20px;
  content: "";
  display: block;
  position: absolute; }

.timeline:before {
  left: 49px;
  top: 20px;
  width: 2px; }

.timeline:after {
  left: 47px;
  width: 6px;
  height: 6px;
  border-radius: 50%; }

.timeline-header {
  border-radius: 0;
  clear: both;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative; }

.timeline-header .timeline-header-title {
  display: inline-block;
  text-align: center;
  padding: 7px 15px;
  min-width: 100px; }

.timeline .timeline-header:first-child {
  margin-bottom: 30px;
  margin-top: 15px; }

.timeline-stat {
  width: 100px;
  float: left;
  text-align: center;
  padding-bottom: 15px; }

.timeline-entry {
  margin-bottom: 50px;
  margin-top: 5px;
  position: relative;
  clear: both; }

.timeline-entry-inner {
  position: relative; }

.timeline-time {
  display: inline-block;
  padding: 5px 3px 7px;
  margin-top: 3px;
  background-color: #e7ebee;
  color: #848484;
  font-size: .85em;
  max-width: 70px; }

.timeline-icon {
  border-radius: 50%;
  box-shadow: 0 0 0 7px #e7ebee;
  display: block;
  margin: 0 auto;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 46px; }

.timeline-icon img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  vertical-align: top; }

.timeline-icon:empty {
  height: 10px;
  width: 10px;
  margin-top: 20px;
  background-color: #a4b4c7; }

.timeline-label {
  background-color: #ffffff;
  border-radius: 0;
  margin-left: 90px;
  padding: 10px;
  position: relative;
  min-height: 50px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); }

.timeline-label:before, .timeline-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0; }

.timeline-label:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e6e6e6;
  margin: 15px 0 0 -10px; }

.timeline-label:after {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #ffffff;
  margin: 15px 0 0 -8px; }

.panel .timeline, .panel .timeline-time {
  background-color: #fff; }

.panel .timeline-icon {
  box-shadow: 0 0 0 7px #fff; }

.panel .timeline-label {
  box-shadow: none;
  background-color: #f7f7f7;
  border: 1px solid #e3e3e3; }

.panel .timeline-label:before {
  border-right-color: #e3e3e3; }

.panel .timeline-label:after {
  border-right-color: #f7f7f7; }

@media (min-width: 768px) {
  .two-column.timeline {
    text-align: center; }
  .two-column.timeline:before {
    left: 50%; }
  .two-column.timeline:after {
    left: 50%;
    margin-left: -2px; }
  .two-column.timeline .timeline-entry {
    width: 50%;
    text-align: left; }
  .two-column.timeline .timeline-stat {
    margin-left: -50px; }
  .two-column.timeline .timeline-entry:nth-child(odd) {
    float: right; }
  .two-column.timeline .timeline-entry:nth-child(odd) .timeline-label {
    margin-left: 40px; }
  .two-column.timeline .timeline-header {
    text-align: center; }
  .two-column.timeline .timeline-entry:nth-child(even) {
    float: left; }
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-stat {
    left: 100%;
    position: relative;
    margin-left: -50px; }
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label {
    left: -90px;
    margin-right: -40px; }
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:before, .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:after {
    left: auto;
    right: 0;
    border-right: 0 solid transparent; }
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e6e6e6;
    margin: 15px -10px 0 0; }
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:after {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #ffffff;
    margin: 15px -8px 0 0; } }

.tag:not(.label) {
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 2px;
  border: 1px solid #cdd6e1;
  font-size: 12px;
  line-height: 1.42857;
  vertical-align: middle;
  -webkit-transition: all .15s;
  transition: all .15s; }

.tag.tag-lg, .btn-group-lg > .tag {
  padding: 10px 16px; }

.tag.tag-sm, .btn-group-sm > .tag {
  padding: 5px 10px; }

.tag.tag-xs, .btn-group-xs > .tag {
  padding: 1px 5px; }

.mail-nav > li > a {
  border-radius: 0; }

.mail-nav > li > a:hover, .mail-nav > li > a:focus {
  background-color: transparent; }

.mail-nav > li.active > a, .mail-nav > li.active > a:hover, .mail-nav > li.active > a:focus {
  background-color: rgba(0, 0, 0, 0.07);
  color: inherit;
  font-weight: 600; }

.mail-list {
  list-style: none;
  padding: 0; }

.mail-list > li {
  position: relative;
  padding: 15px 15px;
  border-radius: 1px; }

.mail-list > li:after {
  content: '';
  display: table;
  clear: both; }

.mail-list-unread a {
  font-weight: 600; }

.mail-control {
  float: left;
  width: 40px; }

.mail-star {
  position: absolute;
  top: 47px;
  margin-left: 1px; }

.mail-from {
  float: left;
  width: 105px; }

.mail-subject {
  margin: 2.3em 0 0 40px; }

.mail-subject .label {
  margin-right: .5em;
  vertical-align: middle;
  line-height: 2; }

.mail-from a, .mail-subject a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.mail-attach-icon {
  width: 35px;
  float: right;
  text-align: center;
  min-height: 1.5em; }

.mail-time {
  float: right;
  color: #9e9e9e;
  font-size: 85%;
  text-align: right; }

.mail-toggle.navbar-toggle {
  display: block; }

@media (min-width: 992px) {
  .mail-nav {
    width: 220px; }
  .mail-menu {
    display: block !important; }
  .mail-control, .mail-star {
    float: left;
    width: 50px; }
  .mail-from {
    width: 175px; }
  .mail-attach-icon {
    width: 35px;
    float: right;
    text-align: right;
    min-height: 1.5em; }
  .mail-time {
    width: 75px; }
  .mail-subject {
    overflow: hidden;
    margin: 0 20px 0 0; } }

@media (min-width: 470px) {
  .mail-star {
    position: static;
    float: left;
    width: 35px; }
  .mail-from {
    width: 175px;
    margin-right: 20px; }
  .mail-subject {
    display: block;
    padding-right: 50px; } }

.mail-attach .mail-attach-icon:before {
  content: "\f0c6"; }

.mail-star > a:before {
  content: "\f006"; }

.mail-starred .mail-star > a:before {
  content: "\f005"; }

.mail-attach .mail-attach-icon:before, .mail-star > a:before, .mail-stared > a:before {
  font: normal normal normal 20px/1 FontAwesome; }

.mail-list > li:nth-child(odd) {
  background-color: rgba(0, 66, 78, 0.05); }

.mail-list > li:hover {
  background-color: rgba(0, 66, 78, 0.065); }

.mail-list > li.highlight {
  background-color: #f2f0c2; }

.mail-list a, .mail-list a:focus {
  display: block;
  color: #515151; }

.mail-star > a, .mail-star > a:focus {
  color: #9e9e9e; }

.mail-starred .mail-star > a {
  color: #ffa100; }

.mail-list .mail-star > a:hover {
  color: #ffbd4d; }

.mail-attach-list {
  list-style: none;
  padding: 0; }

.mail-attach-list > li {
  padding: 10px; }

.mail-attach-label {
  min-width: 5em; }

.mail-attach-file {
  overflow: hidden; }

.mail-attach-btn {
  float: right; }

@media (min-width: 1200px) {
  .mail-attach-label {
    float: left; } }

.mail-message-reply {
  min-height: 150px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  padding: 10px 15px;
  cursor: pointer; }

.wz-nav-off > li a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default !important; }

.wz-icon-inline li > a .icon-wrap {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: inherit; }

.wz-icon-bw li > a .icon-wrap, .wz-icon-bw li > a p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.wz-icon-bw li.active ~ li > a .icon-wrap {
  color: #515151;
  background-color: rgba(0, 0, 0, 0.17);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.wz-icon-bw li:not(.active) > a p {
  color: #515151 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.wz-classic {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative; }

.wz-classic li, .wz-steps li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.wz-classic li > a {
  color: inherit;
  display: block;
  text-align: center;
  padding: 20px 0; }

.wz-classic li > a .icon-wrap {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: inherit; }

.wz-classic:after, .wz-steps:after {
  content: '';
  display: table;
  clear: both; }

.wz-classic .active ~ li {
  color: inherit;
  background-color: inherit; }

.wz-classic .active ~ li a {
  opacity: .5; }

.wz-heading {
  position: relative; }

.wz-heading .progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background-color: transparent; }

.wz-heading.wz-w-label .progress {
  margin-top: -0.5em; }

.wz-steps {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  display: block;
  position: relative; }

.wz-steps li > a {
  color: inherit;
  display: block;
  text-align: center;
  padding: 0; }

.wz-steps li > a .icon-wrap {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle; }

.wz-steps li .wz-desc {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.wz-steps li:not(.active) .wz-icon {
  display: none; }

.wz-steps .active ~ li {
  color: inherit; }

.wz-steps .active ~ li a {
  opacity: .5; }

.wz-steps .active ~ li .wz-icon {
  display: inline-block; }

.wz-steps .active .wz-icon-done, .wz-steps .active ~ li .wz-icon-done {
  display: none; }

.wz-steps .active .wz-desc {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

#scroll-top {
  background-color: #404449;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 55px;
  font-size: 20px;
  right: 5px;
  border-radius: 2px;
  opacity: 0;
  z-index: 999;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

#scroll-top.in {
  opacity: .5;
  transition: opacity .3s; }

#scroll-top.in:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.panel-overlay-wrap {
  position: relative; }

.panel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  z-index: 795; }

.panel-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: middle;
  margin-left: -5px; }

.panel-overlay-title {
  margin: 10px 0 5px; }

.panel-overlay-icon {
  display: inline-block;
  vertical-align: middle; }

.panel-overlay-content {
  display: inline-block;
  vertical-align: middle; }

.lang-flag {
  display: inline-block;
  padding: 3px 5px 3px 0; }

.lang-id {
  font-weight: 600; }

.lang-id, .lang-name {
  display: none;
  vertical-align: middle; }

.lang-selector .lang-id {
  display: inline-block; }

.lang-selector + .dropdown-menu .lang-name {
  display: inline-block; }

.lang-selector + .dropdown-menu.with-arrow {
  margin-top: 10px; }

.lang-selector + .dropdown-menu a {
  padding: 10px; }

.lang-selector + .dropdown-menu .active {
  display: none; }

@media (min-width: 992px) {
  .lang-name {
    display: inline-block; } }

.alert-wrap {
  width: 100%;
  position: absolute;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: max-height 0.7s linear;
  transition: max-height 0.7s linear; }

.alert-wrap > .alert {
  margin: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  text-align: left; }

.alert-wrap > .alert > .media {
  margin: 0; }

.alert-wrap > .alert > .media > .media-body {
  min-width: 150px;
  width: auto;
  vertical-align: middle; }

#page-alert > .alert-wrap > .alert {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.04); }

.alert-wrap.in {
  max-height: 500px;
  -webkit-transition: max-height 2s linear;
  transition: max-height 2s linear; }

.floating-container .animated.alert-wrap {
  overflow: visible; }

.floating-container .animated.alert-wrap > .alert {
  border-radius: 2px; }

.alert-message, .alert-title {
  font-size: .9em;
  margin-bottom: 1px;
  padding-right: 25px; }

.alert-title {
  font-size: 1.12em; }

.alert-title:empty {
  display: none; }

.alert-primary .alert-icon {
  background-color: #9bc5ea;
  color: #ffffff; }

.alert-info .alert-icon {
  background-color: #91d5e8;
  color: #ffffff; }

.alert-success .alert-icon {
  background-color: #c1dda3;
  color: #ffffff; }

.alert-warning .alert-icon {
  background-color: #f3ca8f;
  color: #ffffff; }

.alert-danger .alert-icon {
  background-color: #faa393;
  color: #ffffff; }

.alert-mint .alert-icon {
  background-color: #92dcc8;
  color: #ffffff; }

.alert-purple .alert-icon {
  background-color: #bf9dba;
  color: #ffffff; }

.alert-pink .alert-icon {
  background-color: #ecadc8;
  color: #ffffff; }

.alert-dark .alert-icon {
  background-color: #85898c;
  color: #ffffff; }

#floating-top-right {
  position: fixed;
  text-align: right;
  top: 7px;
  right: 7px;
  left: 7px;
  z-index: 15; }

#floating-top-right .alert-wrap {
  display: inline-block;
  clear: right;
  float: right;
  margin-bottom: 5px;
  position: relative;
  opacity: .96;
  z-index: 990; }

#floating-top-right .alert-wrap:hover {
  opacity: 1; }

@media (min-width: 768px) {
  #floating-top-right {
    left: auto;
    max-width: 727px; } }

@media (min-width: 992px) {
  #floating-top-right {
    left: auto;
    max-width: 50%; } }

@media (min-width: 1200px) {
  #floating-top-right {
    left: auto;
    max-width: 35%; } }

/*!	Animate.css - http://daneden.me/animate - Licensed under the MIT license - http://opensource.org/licenses/MIT -	Copyright (c) 2014 Daniel Eden	*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.jellyIn {
  -webkit-animation: jellyIn .7s linear both;
  animation: jellyIn .7s linear both; }

/*! Generated with Bounce.js. Edit at http://goo.gl/whUyiv */
@-webkit-keyframes jellyIn {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.761905% {
    -webkit-transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.52381% {
    -webkit-transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.285714% {
    -webkit-transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  19.047619% {
    -webkit-transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  23.809524% {
    -webkit-transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.571429% {
    -webkit-transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  38.095238% {
    -webkit-transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  42.857143% {
    -webkit-transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  47.619048% {
    -webkit-transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.380952% {
    -webkit-transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  57.142857% {
    -webkit-transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  61.904762% {
    -webkit-transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  71.428571% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  76.190476% {
    -webkit-transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  80.952381% {
    -webkit-transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.714286% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.47619% {
    -webkit-transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  95.238095% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@keyframes jellyIn {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.761905% {
    -webkit-transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.52381% {
    -webkit-transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.285714% {
    -webkit-transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  19.047619% {
    -webkit-transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  23.809524% {
    -webkit-transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.571429% {
    -webkit-transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  38.095238% {
    -webkit-transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  42.857143% {
    -webkit-transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  47.619048% {
    -webkit-transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.380952% {
    -webkit-transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  57.142857% {
    -webkit-transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  61.904762% {
    -webkit-transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  71.428571% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  76.190476% {
    -webkit-transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  80.952381% {
    -webkit-transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.714286% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.47619% {
    -webkit-transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  95.238095% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

.form-checkbox:not(.btn), .form-radio:not(.btn) {
  display: inline-block;
  background-color: transparent;
  border: 0;
  position: relative;
  padding: 3px;
  line-height: 1em;
  min-width: 19px;
  margin: 0; }

.input-group-addon > .form-checkbox, .input-group-addon > .form-radio {
  margin-bottom: 5px; }

.form-text.form-checkbox:not(.btn), .form-text.form-radio:not(.btn) {
  padding-left: 25px; }

.form-checkbox > input[type="checkbox"], .form-radio > input[type="radio"] {
  margin-left: -50px;
  opacity: 0;
  position: absolute !important;
  visibility: hidden;
  z-index: -1; }

#container.show-form .form-checkbox > input[type="checkbox"], #container.show-form .form-radio > input[type="radio"] {
  margin-top: -0.1em;
  opacity: 1;
  visibility: visible;
  z-index: 1; }

.form-checkbox:hover, .form-radio:hover {
  cursor: pointer; }

fieldset[disabled] .form-checkbox:hover, fieldset[disabled] .form-radio:hover {
  cursor: no-drop; }

fieldset[disabled] .form-checkbox, fieldset[disabled] .form-radio, .form-checkbox.disabled, .form-radio.disabled {
  opacity: .5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.form-checkbox.disabled::selection, .form-radio.disabled::selection {
  background: transparent; }

.form-checkbox.disabled::-moz-selection, .form-radio.disabled::-moz-selection {
  background: transparent; }

.form-checkbox.form-normal:before, .form-radio.form-normal:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #c3cedb;
  border-radius: 0;
  left: 0;
  top: 50%;
  margin-top: -9px; }

.form-radio.form-normal:before {
  background-color: transparent; }

.has-success .form-checkbox {
  color: #24692F; }

.has-success .form-checkbox.form-normal:before, .has-success .form-checkbox.form-normal:not(.disabled):hover:before, .has-success .form-radio.form-normal:before, .has-success .form-radio.form-normal:not(.disabled):hover:before {
  background-color: transparent;
  border-color: #699737; }

#container .has-success .form-radio.form-normal.active:before {
  background-color: #699737;
  border-color: #699737; }

.has-warning .form-checkbox {
  color: #bb7815; }

.has-warning .form-checkbox.form-normal:before, .has-warning .form-checkbox.form-normal:not(.disabled):hover:before, .has-warning .form-radio.form-normal:before, .has-warning .form-radio.form-normal:not(.disabled):hover:before {
  background-color: transparent;
  border-color: #bb7815; }

#container .has-warning .form-radio.form-normal:before {
  background-color: #bb7815;
  border-color: #bb7815; }

.has-error .form-checkbox {
  color: #d82b0a; }

.has-error .form-checkbox.form-normal:before, .has-error .form-checkbox.form-normal:not(.disabled):hover:before, .has-error .form-radio.form-normal:before, .has-error .form-radio.form-normal:not(.disabled):hover:before {
  background-color: transparent;
  border-color: #d82b0a; }

#container .has-error .form-radio.form-normal.active:before {
  background-color: #d82b0a;
  border-color: #d82b0a; }

.form-radio.form-normal:before {
  border-radius: 50%; }

fieldset:not([disabled]) .form-checkbox.form-normal:not(.disabled):hover:after, fieldset:not([disabled]) .form-checkbox.form-normal.active:after, .form-checkbox.form-normal:not(.disabled):hover:after, .form-checkbox.form-normal.active:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 11px;
  left: 3px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2.5px solid #515151;
  border-left: 2.5px solid #515151; }

fieldset:not([disabled]) .has-success .form-checkbox.form-normal:not(.disabled):hover:after, fieldset:not([disabled]) .has-success .form-checkbox.form-normal.active:after, .has-success .form-checkbox.form-normal:not(.disabled):hover:after, .has-success .form-checkbox.form-normal.active:after {
  border-color: #24692F; }

fieldset:not([disabled]) .has-warning .form-checkbox.form-normal:not(.disabled):hover:after, fieldset:not([disabled]) .has-warning .form-checkbox.form-normal.active:after, .has-warning .form-checkbox.form-normal:not(.disabled):hover:after, .has-warning .form-checkbox.form-normal.active:after {
  border-color: #f0a238; }

fieldset:not([disabled]) .has-error .form-checkbox.form-normal:not(.disabled):hover:after, fieldset:not([disabled]) .has-error .form-checkbox.form-normal.active:after, .has-error .form-checkbox.form-normal:not(.disabled):hover:after, .has-error .form-checkbox.form-normal.active:after {
  border-color: #e33a4b; }

fieldset:not([disabled]) .form-radio.form-normal:not(.disabled):hover:after, fieldset:not([disabled]) .form-radio.form-normal.active:after, .form-radio.form-normal:not(.disabled):hover:after, .form-radio.form-normal.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #515151;
  border-radius: 50%;
  left: 4px;
  bottom: 50%;
  margin-bottom: -3px; }

fieldset:not([disabled]) .has-success .form-radio.form-normal:not(.disabled):not(.active):hover:after, fieldset:not([disabled]) .has-success .form-radio.form-normal.active:after, .has-success .form-radio.form-normal:not(.disabled):not(.active):hover:after, .has-success .form-radio.form-normal.active:after {
  background-color: #699737; }

fieldset:not([disabled]) .has-warning .form-radio.form-normal:not(.disabled):not(.active):hover:after, fieldset:not([disabled]) .has-warning .form-radio.form-normal.active:after, .has-warning .form-radio.form-normal:not(.disabled):not(.active):hover:after, .has-warning .form-radio.form-normal.active:after {
  background-color: #bb7815; }

fieldset:not([disabled]) .has-error .form-radio.form-normal:not(.disabled):not(.active):hover:after, fieldset:not([disabled]) .has-error .form-radio.form-normal.active:after, .has-error .form-radio.form-normal:not(.disabled):not(.active):hover:after, .has-error .form-radio.form-normal.active:after {
  background-color: #d82b0a; }

.form-checkbox.form-normal:not(.active):hover:after, .form-radio.form-normal:not(.active):hover:after {
  opacity: 0.3; }

.form-checkbox.form-normal.form-primary.active:after, .form-checkbox.form-normal.form-info.active:after, .form-checkbox.form-normal.form-success.active:after, .form-checkbox.form-normal.form-warning.active:after, .form-checkbox.form-normal.form-danger.active:after, .form-checkbox.form-normal.form-mint.active:after, .form-checkbox.form-normal.form-purple.active:after, .form-checkbox.form-normal.form-pink.active:after, .form-checkbox.form-normal.form-dark.active:after {
  border-color: #fff; }

.form-checkbox.form-normal:not(.disabled):hover:before, .form-radio.form-normal:not(.disabled):hover:before {
  border-color: #54abd9; }

.form-checkbox.form-normal.active:after {
  border-color: #404449; }

.form-checkbox.form-normal.form-primary:hover:before, .form-radio.form-normal.form-primary.active:before, .form-checkbox.form-normal.form-primary:not(.active):hover:after {
  border-color: #489eed; }

.form-checkbox.form-normal.form-primary.active:before, .form-radio.form-normal.form-primary.active:after {
  background-color: #5fa2dd;
  border-color: #5fa2dd; }

.form-checkbox.form-normal.form-info:hover:before, .form-radio.form-normal.form-info.active:before, .form-checkbox.form-normal.form-info:not(.active):hover:after {
  border-color: #4ebcda; }

.form-checkbox.form-normal.form-info.active:before, .form-radio.form-normal.form-info.active:after {
  background-color: #4ebcda;
  border-color: #4ebcda; }

.form-checkbox.form-normal.form-success:hover:before, .form-radio.form-normal.form-success.active:before, .form-checkbox.form-normal.form-success:not(.active):hover:after {
  border-color: #9cc96b; }

.form-checkbox.form-normal.form-success.active:before, .form-radio.form-normal.form-success.active:after {
  background-color: #9cc96b;
  border-color: #9cc96b; }

.form-checkbox.form-normal.form-warning:hover:before, .form-radio.form-normal.form-warning.active:before, .form-checkbox.form-normal.form-warning:not(.active):hover:after {
  border-color: #ebaa4b; }

.form-checkbox.form-normal.form-warning.active:before, .form-radio.form-normal.form-warning.active:after {
  background-color: #ebaa4b;
  border-color: #ebaa4b; }

.form-checkbox.form-normal.form-danger:hover:before, .form-radio.form-normal.form-danger.active:before, .form-checkbox.form-normal.form-danger:not(.active):hover:after {
  border-color: #f76c51; }

.form-checkbox.form-normal.form-danger.active:before, .form-radio.form-normal.form-danger.active:after {
  background-color: #f76c51;
  border-color: #f76c51; }

.form-checkbox.form-normal.form-mint:hover:before, .form-radio.form-normal.form-mint.active:before, .form-checkbox.form-normal.form-mint:not(.active):hover:after {
  border-color: #50c7a7; }

.form-checkbox.form-normal.form-mint.active:before, .form-radio.form-normal.form-mint.active:after {
  background-color: #50c7a7;
  border-color: #50c7a7; }

.form-checkbox.form-normal.form-purple:hover:before, .form-radio.form-normal.form-purple.active:before, .form-checkbox.form-normal.form-purple:not(.active):hover:after {
  border-color: #986291; }

.form-checkbox.form-normal.form-purple.active:before, .form-radio.form-normal.form-purple.active:after {
  background-color: #986291;
  border-color: #986291; }

.form-checkbox.form-normal.form-pink:hover:before, .form-radio.form-normal.form-pink.active:before, .form-checkbox.form-normal.form-pink:not(.active):hover:after {
  border-color: #e17ca7; }

.form-checkbox.form-normal.form-pink.active:before, .form-radio.form-normal.form-pink.active:after {
  background-color: #e17ca7;
  border-color: #e17ca7; }

.form-checkbox.form-normal.form-dark:hover:before, .form-radio.form-normal.form-dark.active:before, .form-checkbox.form-normal.form-dark:not(.active):hover:after {
  border-color: #3b4146; }

.form-checkbox.form-normal.form-dark.active:before, .form-radio.form-normal.form-dark.active:after {
  background-color: #3b4146;
  border-color: #3b4146; }

.form-inline .form-checkbox, .form-inline .form-radio {
  padding-right: 15px; }

.form-checkbox.form-icon:after, .form-radio.form-icon:after {
  content: "\f096";
  color: inherit;
  font-size: 19px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  left: 0.1em;
  top: 50%;
  margin-top: -0.44em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.input-group .form-checkbox:after, .input-group .form-radio:after {
  left: 1px; }

.input-group .form-checkbox, .input-group .form-radio {
  padding: 0; }

.form-checkbox.active.form-icon:after {
  content: "\f046"; }

.form-radio.form-icon:after {
  content: "\f10c"; }

.form-radio.form-icon.active:after {
  content: "\f192"; }

.form-checkbox.form-icon.form-primary:after, .form-radio.form-icon.form-primary:after {
  color: #5fa2dd; }

.form-checkbox.form-icon.form-info:after, .form-radio.form-icon.form-info:after {
  color: #4ebcda; }

.form-checkbox.form-icon.form-success:after, .form-radio.form-icon.form-success:after {
  color: #9cc96b; }

.form-checkbox.form-icon.form-warning:after, .form-radio.form-icon.form-warning:after {
  color: #ebaa4b; }

.form-checkbox.form-icon.form-danger:after, .form-radio.form-icon.form-danger:after {
  color: #f76c51; }

.form-checkbox.form-icon.form-mint:after, .form-radio.form-icon.form-mint:after {
  color: #50c7a7; }

.form-checkbox.form-icon.form-purple:after, .form-radio.form-icon.form-purple:after {
  color: #986291; }

.form-checkbox.form-icon.form-pink:after, .form-radio.form-icon.form-pink:after {
  color: #e17ca7; }

.form-checkbox.form-icon.form-dark:after, .form-radio.form-icon.form-dark:after {
  color: #3b4146; }

.form-checkbox.form-icon.btn, .form-radio.form-icon.btn {
  position: relative;
  padding-left: 2.7em;
  margin-bottom: 12px; }

.form-checkbox.form-icon.btn:active, .form-radio.form-icon.btn:active {
  margin-bottom: 12px; }

.form-checkbox.form-icon.btn.form-no-label, .form-radio.form-icon.btn.form-no-label {
  padding-left: 0;
  padding-right: 0;
  min-height: 2.5em;
  min-width: 2.85em; }

.form-checkbox.form-icon.btn:after, .form-radio.form-icon.btn:after {
  margin-top: -0.46em;
  left: 0.45em; }

.form-icon.btn.btn-primary:after, .form-icon.btn.btn-info:after, .form-icon.btn.btn-success:after, .form-icon.btn.btn-warning:after, .form-icon.btn.btn-danger:after, .form-icon.btn.btn-mint:after, .form-icon.btn.btn-purple:after, .form-icon.btn.btn-pink:after, .form-icon.btn.btn-dark:after {
  color: #ffffff; }

.form-checkbox.form-icon.btn.btn-labeled, .form-radio.form-icon.btn.btn-labeled {
  padding-left: 3em; }

.form-checkbox.form-icon.btn.btn-labeled:before, .form-radio.form-icon.btn.btn-labeled:before {
  content: '';
  position: absolute;
  display: inline-block;
  margin-left: 0;
  width: 2.7em;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15); }

.checkbox.form-block {
  padding-top: 4px; }

.form-radio.form-block, .form-radio.form-block:active, .form-checkbox.form-block, .form-checkbox.form-block:active, .form-block > .form-radio, .form-block > .form-radio:active, .form-block > .form-checkbox, .form-block .form-checkbox:active {
  width: 100%;
  margin: 5px 0; }

.plan {
  text-align: center; }

.plan .plan-title {
  font-size: 2em;
  font-weight: 100; }

.plan .plan-icon {
  font-size: 7em;
  color: rgba(0, 0, 0, 0.1); }

.list-todo .form-checkbox input:checked ~ span {
  text-decoration: line-through;
  opacity: 0.7; }

.morris-full-content {
  height: 170px;
  margin: 0 -25px -30px;
  overflow: hidden; }

@media (min-width: 768px) {
  .morris-full-content {
    height: 200px; } }

.morris-donut {
  display: inline-block;
  text-align: center;
  max-width: 180px;
  max-height: 180px; }

.morris-donut svg {
  max-width: 180px;
  max-height: 180px; }

.morris-donut text {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important; }

.flot-full-content {
  min-height: 212px;
  margin: -8px;
  bottom: -8px; }

.pie-title-center {
  display: inline-block;
  position: relative;
  text-align: center; }

.pie-value {
  display: block;
  position: absolute;
  font-size: 14px;
  height: 40px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  line-height: 40px; }

.range-vertical {
  height: 135px; }

#container .fc-unthemed th, #container .fc-unthemed td, #container .fc-unthemed hr, #container .fc-unthemed thead, #container .fc-unthemed tbody, #container .fc-unthemed .fc-row, #container .fc-unthemed .fc-popover {
  border-color: #e9e9e9; }

#container .fc-row.fc-widget-header table th {
  height: 30px;
  vertical-align: middle;
  background-color: #5fa2dd;
  color: #ffffff; }

#container .fc-toolbar {
  margin-bottom: 0; }

#container .fc-toolbar h2 {
  font-weight: 600;
  font-size: 20px; }

#container .fc-toolbar .fc-left, #container .fc-toolbar .fc-center, #container .fc-toolbar .fc-right {
  margin-bottom: 10px;
  float: none; }

#container .fc-toolbar > * > *, #container .fc-toolbar .fc-button-group > * {
  float: none; }

#container .fc-button, #container .fc button {
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.42857;
  height: auto;
  vertical-align: middle;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-transform: capitalize;
  background-image: none;
  background-color: #fbfbfb;
  border: 1px solid #cdd6e1;
  color: #515151; }

#container .fc-button.fc-state-active, #container .fc button.fc-state-active {
  background-color: #5fa2dd;
  color: #ffffff;
  border-color: #5fa2dd;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2); }

#container .fc-button:not(.disabled):not(:disabled):active, #container .fc button:not(.disabled):not(:disabled).active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2); }

#container .fc-state-default.fc-corner-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

#container .fc-state-default.fc-corner-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

#container .fc-unthemed .fc-today {
  background-color: #fbfccc; }

#container .fc-popover.fc-more-popover .fc-event {
  padding: 5px 12px;
  font-size: 1em;
  margin-bottom: 5px; }

#container .fc-view-container .fc-event {
  padding: 2px 5px;
  margin-bottom: 0;
  font-size: .85em; }

#container .fc-event {
  background-color: #5fa2dd;
  cursor: grab;
  color: #ffffff;
  border: 1px solid #5fa2dd;
  padding: 7px 12px;
  font-size: 1em;
  margin-bottom: 10px;
  border-radius: 0;
  width: auto !important; }

#container .fc-event.ui-draggable-dragging {
  cursor: grabbing; }

#container .fc-event.fc-list {
  background-color: #f5f5f5;
  color: inherit;
  border-color: transparent;
  position: relative;
  padding-left: 30px; }

#container .fc-event.fc-list:before {
  content: '';
  display: block;
  background-color: #5fa2dd;
  color: #ffffff;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -4px; }

#container .fc-event.fc-list.ui-draggable-dragging {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

#container .fc-event.default:not(.fc-list), #container .fc-event[data-class="default"]:not(.fc-list), #container .fc-event.default.fc-list:before, #container .fc-event[data-class="default"].fc-list:before {
  background-color: #5fa2dd;
  border-color: #5fa2dd;
  color: #ffffff; }

#container .fc-event.info:not(.fc-list), #container .fc-event[data-class="info"]:not(.fc-list), #container .fc-event.info.fc-list:before, #container .fc-event[data-class="info"].fc-list:before {
  background-color: #4ebcda;
  border-color: #4ebcda;
  color: #ffffff; }

#container .fc-event.success:not(.fc-list), #container .fc-event[data-class="success"]:not(.fc-list), #container .fc-event.success.fc-list:before, #container .fc-event[data-class="success"].fc-list:before {
  background-color: #9cc96b;
  border-color: #9cc96b;
  color: #ffffff; }

#container .fc-event.warning:not(.fc-list), #container .fc-event[data-class="warning"]:not(.fc-list), #container .fc-event.warning.fc-list:before, #container .fc-event[data-class="warning"].fc-list:before {
  background-color: #ebaa4b;
  border-color: #ebaa4b;
  color: #ffffff; }

#container .fc-event.danger:not(.fc-list), #container .fc-event[data-class="danger"]:not(.fc-list), #container .fc-event.danger.fc-list:before, #container .fc-event[data-class="danger"].fc-list:before {
  background-color: #f76c51;
  border-color: #f76c51;
  color: #ffffff; }

#container .fc-event.mint:not(.fc-list), #container .fc-event[data-class="mint"]:not(.fc-list), #container .fc-event.mint.fc-list:before, #container .fc-event[data-class="mint"].fc-list:before {
  background-color: #50c7a7;
  border-color: #50c7a7;
  color: #ffffff; }

#container .fc-event.purple:not(.fc-list), #container .fc-event[data-class="purple"]:not(.fc-list), #container .fc-event.purple.fc-list:before, #container .fc-event[data-class="purple"].fc-list:before {
  background-color: #986291;
  border-color: #986291;
  color: #ffffff; }

#container .fc-event.pink:not(.fc-list), #container .fc-event[data-class="pink"]:not(.fc-list), #container .fc-event.pink.fc-list:before, #container .fc-event[data-class="pink"].fc-list:before {
  background-color: #e17ca7;
  border-color: #e17ca7;
  color: #ffffff; }

#container .fc-event.dark:not(.fc-list), #container .fc-event[data-class="dark"]:not(.fc-list), #container .fc-event.dark.fc-list:before, #container .fc-event[data-class="dark"].fc-list:before {
  background-color: #3b4146;
  border-color: #3b4146;
  color: #ffffff; }

#container .fc-event.grey:not(.fc-list), #container .fc-event[data-class="grey"]:not(.fc-list), #container .fc-event.grey.fc-list:before, #container .fc-event[data-class="grey"].fc-list:before {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
  color: #ffffff; }

#container .fc-highlight {
  opacity: .5; }

@media (min-width: 640px) {
  #container .fc-toolbar .fc-left {
    float: left; }
  #container .fc-toolbar .fc-right {
    float: right; }
  #container .fc-toolbar > * > *, #container .fc-toolbar .fc-button-group > * {
    float: left; } }

.collapse {
  display: none; }

.jumbotron {
  padding: 30px;
  background-color: #f7f7f8; }

.navbar-toggle .icon-bar {
  background-color: #aaaaaa; }

.canvas-responsive {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #515151;
  outline: 0; }

a:hover, a:focus {
  text-decoration: none;
  color: #444444;
  outline: 0 !important; }

button, button:focus {
  outline: 0 !important; }

code {
  background-color: #e7e3f2;
  color: #ff0000;
  padding: 2px 7px;
  border-radius: 2px;
  font-size: 97%; }

kbd {
  border-radius: 2px;
  box-shadow: none; }

label {
  font-weight: normal; }

legend {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  border-color: #eee; }

mark, .mark {
  background-color: #ffe3a2;
  color: #563c00;
  padding: 0.1em; }

hr {
  border-color: rgba(0, 0, 0, 0.05); }

.hr-wide {
  margin-left: -12px;
  margin-right: -12px; }

.hr-xs {
  margin: 5px 0; }

.hr-sm {
  margin: 10px 0; }

[class^="col-"]:not(.pad-no) {
  padding-left: 8px;
  padding-right: 12px; }

.media-block .media-left {
  display: block;
  float: left; }

.media-block .media-right {
  float: right; }

.media-block .media-body {
  display: block;
  overflow: hidden;
  width: auto; }

.middle .media-left, .middle .media-right, .middle .media-body {
  vertical-align: middle; }

.thumbnail {
  border-radius: 0;
  border-color: #e9e9e9; }

#container .table th {
  font-size: 1.05em;
  font-weight: 600;
  border-bottom: 2px solid rgba(0, 0, 0, 0.14); }

#container .table td {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

#container .table td.full-content {
  max-width: unset;
  overflow: unset;
  white-space: unset;
  text-overflow: unset; }

#container .table.table-vcenter th, #container .table.table-vcenter td {
  vertical-align: middle; }

#container .table .min-width {
  width: 1%;
  white-space: nowrap;
  padding-left: 15px !important;
  padding-right: 15px !important; }

#container .table-bordered td, #container .table-bordered th {
  border-color: rgba(0, 0, 0, 0.11); }

#container .table-striped > tbody > tr:nth-child(2n+1) {
  background-color: #f6f8fa; }

#container .table-hover > tbody > tr:hover {
  background-color: #f0f2f6; }

.form-control {
  font-size: 12px;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e9e9e9;
  transition-duration: .5s; }

.form-control:focus {
  border-color: #54abd9;
  box-shadow: none;
  transition-duration: .5s; }

.form-control:focus-feedback {
  z-index: 10; }

.has-error .form-control, .has-warning .form-control, .has-success .form-control {
  box-shadow: none !important; }

.fa.form-control-feedback {
  line-height: 25px; }

.input-group-addon {
  border: 1px solid #e1e5ea;
  background-color: transparent;
  border-radius: 0;
  min-width: 45px; }

.nav-pills > li > a {
  border-radius: 0; }

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  background-color: #5fa2dd; }

.nav-tabs > li > a {
  border-radius: 0 0 0 0; }

.list-group.bg-trans .list-group-item:not(.active):not(.disabled) {
  background-color: transparent;
  border-color: transparent;
  color: inherit; }

.list-group.bg-trans .list-group-item .disabled {
  opacity: 0.5; }

.list-group.bg-trans a.list-group-item:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.05); }

.list-group.bord-no .list-group-item {
  border-color: transparent; }

.list-group .list-divider {
  display: block; }

.list-group-item {
  border-color: #e9e9e9; }

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

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.list-group-item .list-group-item.disabled, .list-group-item .list-group-item.disabled:hover, .list-group-item .list-group-item.disabled:focus {
  background-color: rgba(0, 0, 0, 0.07);
  border-color: transparent; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #54abd9;
  border-color: #54abd9;
  color: #ffffff; }

.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: #ffffff; }

a.list-group-item:hover, a.list-group-item:focus {
  background-color: rgba(0, 0, 0, 0.05); }

.list-group-item-primary, a.list-group-item-primary {
  background-color: #7cb3e3;
  border-color: transparent;
  color: #ffffff; }

a.list-group-item-primary:hover, a.list-group-item-primary:focus {
  background-color: #89bae6;
  color: #ffffff; }

.list-group-item-info, a.list-group-item-info {
  background-color: #6cc7e0;
  border-color: transparent;
  color: #ffffff; }

a.list-group-item-info:hover, a.list-group-item-info:focus {
  background-color: #78cce3;
  color: #ffffff; }

.list-group-item-success, a.list-group-item-success {
  background-color: #add385;
  border-color: transparent;
  color: #ffffff; }

a.list-group-item-success:hover, a.list-group-item-success:focus {
  background-color: #b5d790;
  color: #ffffff; }

.list-group-item-warning, a.list-group-item-warning {
  background-color: #efb96b;
  border-color: transparent;
  color: #ffffff; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  background-color: #f0c079;
  color: #ffffff; }

.list-group-item-danger, a.list-group-item-danger {
  background-color: #f98973;
  border-color: transparent;
  color: #ffffff; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  background-color: #f99582;
  color: #ffffff; }

.list-group-item-mint, a.list-group-item-mint {
  background-color: #6bd0b5;
  border-color: transparent;
  color: #ffffff; }

a.list-group-item-mint:hover, a.list-group-item-mint:focus {
  background-color: #77d3ba;
  color: #ffffff; }

.list-group-item-purple, a.list-group-item-purple {
  background-color: #a777a1;
  border-color: transparent;
  color: #ffffff; }

a.list-group-item-purple:hover, a.list-group-item-purple:focus {
  background-color: #ad80a7;
  color: #ffffff; }

.list-group-item-pink, a.list-group-item-pink {
  background-color: #e899bb;
  border-color: transparent;
  color: #ffffff; }

a.list-group-item-pink:hover, a.list-group-item-pink:focus {
  background-color: #eba5c3;
  color: #ffffff; }

.list-group-item-dark, a.list-group-item-dark {
  background-color: #4b5359;
  border-color: transparent;
  color: #ffffff; }

a.list-group-item-dark:hover, a.list-group-item-dark:focus {
  background-color: #525b62;
  color: #ffffff; }

.label {
  font-weight: normal;
  border-radius: 0.1em;
  font-size: 85%; }

.label:empty {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: sub; }

.label.label-fw {
  margin-right: 0.5em; }

.labels .label {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px; }

.label-md {
  font-size: 100%; }

.label-table {
  display: inline-block;
  width: 80%;
  min-width: 8ex;
  font-size: 1em;
  max-width: 100px;
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden; }

.label-default {
  background-color: #e3e8ee;
  color: #333333; }

.label-primary {
  background-color: #5fa2dd; }

.label-info {
  background-color: #4ebcda; }

.label-success {
  background-color: #9cc96b; }

.label-warning {
  background-color: #ebaa4b; }

.label-danger {
  background-color: #f76c51; }

.label-mint {
  background-color: #50c7a7; }

.label-purple {
  background-color: #986291; }

.label-pink {
  background-color: #e17ca7; }

.label-dark {
  background-color: #3b4146; }

.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0 20px; }

.breadcrumb li, .breadcrumb li a {
  font-size: .85em;
  color: #9e9e9e; }

.breadcrumb > li + li:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1; }

@media (min-width: 992px) {
  .breadcrumb {
    padding: 0 25px; } }

.alert {
  border-radius: 0;
  border: 0;
  padding: 15px 3em 15px 15px;
  position: relative; }

.alert .alert-link {
  text-decoration: underline;
  font-weight: normal; }

.alert .alert-link:hover {
  text-decoration: underline; }

.alert .close {
  text-shadow: none;
  opacity: .3;
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px; }

.alert button.close {
  padding: 1px;
  border-radius: 20px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s; }

.alert button.close > span:not(.sr-only) {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 0.8em; }

.alert button.close:hover {
  opacity: .55; }

.alert button.close:active {
  opacity: 0.3; }

.alert-primary {
  background-color: #6daae0;
  border-color: transparent;
  color: #ffffff; }

.alert-primary .close, .alert-primary .alert-link {
  color: #ffffff; }

.alert-info {
  background-color: #5ec2dd;
  border-color: transparent;
  color: #ffffff; }

.alert-info .close, .alert-info .alert-link {
  color: #ffffff; }

.alert-success {
  background-color: #a5ce78;
  border-color: transparent;
  color: #ffffff; }

.alert-success .close, .alert-success .alert-link {
  color: #ffffff; }

.alert-warning {
  background-color: #edb25b;
  border-color: transparent;
  color: #ffffff; }

.alert-warning .close, .alert-warning .alert-link {
  color: #ffffff; }

.alert-danger {
  background-color: #f87961;
  border-color: transparent;
  color: #ffffff; }

.alert-danger .close, .alert-danger .alert-link {
  color: #ffffff; }

.alert-mint {
  background-color: #60ccaf;
  border-color: transparent;
  color: #ffffff; }

.alert-mint .close, .alert-mint .alert-link {
  color: #ffffff; }

.alert-purple {
  background-color: #a1709b;
  border-color: transparent;
  color: #ffffff; }

.alert-purple .close, .alert-purple .alert-link {
  color: #ffffff; }

.alert-pink {
  background-color: #e488af;
  border-color: transparent;
  color: #ffffff; }

.alert-pink .close, .alert-pink .alert-link {
  color: #ffffff; }

.alert-dark {
  background-color: #4d5257;
  border-color: transparent;
  color: #ffffff; }

.alert-dark .close, .alert-dark .alert-link {
  color: #ffffff; }

.modal {
  text-align: center; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  margin-left: -1em;
  vertical-align: middle; }

.modal.fade:not(.animated) .modal-dialog {
  opacity: 0;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all .5s linear .5s;
  transition: all .5s linear .5s; }

.modal.fade.in:not(.animated) .modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all .5s;
  transition: all .5s; }

.bootbox.modal.in:not(.fade) {
  opacity: 1;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s; }

.bootbox.modal:not(.fade) {
  opacity: 0;
  -webkit-transition: opacity .5s linear .5s;
  transition: opacity .5s linear .5s; }

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: -1%;
  min-width: 90%; }

.modal-dialog.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s; }

.modal-header {
  padding: 15px;
  position: relative;
  border: 0; }

.modal-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.modal-footer {
  background-color: rgba(0, 0, 0, 0.025);
  color: #5c7174;
  border-color: rgba(0, 0, 0, 0.04);
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.modal-title {
  font-size: 18px;
  font-weight: 300; }

.modal-body {
  min-height: 90px; }

.modal-body .close, .modal-header .close {
  top: 15px;
  right: 10px;
  left: auto;
  position: absolute;
  background-color: transparent !important;
  z-index: 10; }

.modal-content {
  box-shadow: none;
  border-radius: 0; }

.modal-footer {
  padding: 10px 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.modal-backdrop.in {
  opacity: 0.75; }

@media (min-width: 768px) {
  .modal-dialog {
    min-width: 0; } }

.tooltip {
  z-index: 999999; }

.tooltip-inner {
  font-size: 12px;
  border-radius: 0;
  padding: 5px 10px;
  background-color: #1c1e21; }

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
  border-top-color: #1c1e21; }

.tooltip.right .tooltip-arrow {
  border-right-color: #1c1e21; }

.tooltip.left .tooltip-arrow {
  border-left-color: #1c1e21; }

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #1c1e21; }

.popover {
  display: none !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.popover-title {
  background-color: #f5f6f7;
  color: #5c7174;
  font-weight: 300;
  border-radius: 0 0 0 0; }

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

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

.popover.left > .arrow {
  right: -9px;
  margin-top: -9px; }

.popover.left > .arrow:after {
  bottom: -9px; }

.popover.right > .arrow {
  left: -9px;
  margin-top: -9px; }

.popover.right > .arrow:after {
  bottom: -9px; }

.popover.top > .arrow {
  bottom: -9px; }

.popover.top > .arrow:after {
  margin-left: -9px; }

.popover.bottom > .arrow {
  top: -9px; }

.popover.bottom > .arrow:after {
  margin-left: -9px; }

.popover-content {
  padding: 10px 15px 20px; }

#container .badge {
  font-weight: normal;
  color: #fff; }

.badge:empty.badge-icon {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  padding: 0;
  min-width: 5px;
  margin: .5em;
  border-radius: 50%; }

.badge.badge-fw, .badge:empty.badge-fw {
  margin-right: 1em; }

.badge-default {
  background-color: #e3e8ee;
  color: #333333; }

.badge-primary {
  background-color: #5fa2dd; }

.badge-info {
  background-color: #4ebcda; }

.badge-success {
  background-color: #9cc96b; }

.badge-warning {
  background-color: #ebaa4b; }

.badge-danger {
  background-color: #f76c51; }

.badge-mint {
  background-color: #50c7a7; }

.badge-purple {
  background-color: #986291; }

.badge-pink {
  background-color: #e17ca7; }

.badge-dark {
  background-color: #3b4146; }

.dropdown-header {
  padding: 5px 20px 5px 10px; }

.dropdown-toggle > .dropdown-caret {
  padding-left: 0.5em; }

.dropdown-toggle.dropdown-toggle-icon > i {
  padding: 0 .25em; }

.dropdown-menu {
  font-size: 12px;
  border-radius: 0;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  margin: 1px 0 0 0;
  padding: 0;
  border: 1px solid #e9e9e9; }

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

.dropup .dropdown-menu {
  box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.15); }

.dropdown-menu > li > a {
  padding: 5px 10px; }

.dropdown-menu > li > a:hover {
  background-color: #54abd9;
  color: #ffffff; }

.dropdown-menu.with-arrow:before, .dropdown-menu.with-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }

.dropdown-menu.with-arrow:before {
  border-bottom: 7px solid #d0d0d0;
  margin: -7px 0 0 15px; }

.dropdown-menu.with-arrow:after {
  border-bottom: 7px solid #fff;
  margin: -6px 0 0 15px; }

.dropdown-menu-right.dropdown-menu.with-arrow:before {
  left: auto;
  right: 0;
  margin: -7px 25px 0 0; }

.dropdown-menu-right.dropdown-menu.with-arrow:after {
  left: auto;
  right: 0;
  margin: -6px 25px 0 0; }

.dropdown-menu-sm {
  min-width: 200px; }

.dropdown-menu-md {
  min-width: 275px; }

.dropdown-menu-lg {
  min-width: 350px; }

.dropdown.open > .btn, .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.3); }

.well {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0;
  box-shadow: none; }

.well-xs {
  padding: 5px; }

.progress {
  height: 12px;
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.1); }

.progress .progress-bar {
  font-size: 9px;
  line-height: 12px;
  box-shadow: none; }

.progress-light-base {
  background-color: #fff; }

.progress-dark-base {
  background-color: rgba(255, 255, 255, 0.2); }

.progress-xl {
  height: 30px;
  margin-bottom: 20px; }

.progress-xl .progress-bar {
  font-size: 12px;
  line-height: 30px; }

.progress-lg {
  height: 20px;
  margin-bottom: 20px; }

.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px; }

.progress-md {
  height: 8px;
  margin-bottom: 5px; }

.progress-md .progress-bar {
  font-size: 5px;
  line-height: 8px; }

.progress-sm {
  height: 4px;
  margin-bottom: 5px; }

.progress-sm .progress-bar {
  font-size: 0;
  line-height: 4px; }

.progress-xs {
  height: 2px;
  margin-bottom: 10px; }

.progress-xs .progress-bar {
  font-size: 0;
  line-height: 2px; }

.progress-bar-light {
  background-color: #ffffff; }

.progress-bar-primary {
  background-color: #5fa2dd; }

.progress-bar-info {
  background-color: #4ebcda; }

.progress-bar-success {
  background-color: #9cc96b; }

.progress-bar-warning {
  background-color: #ebaa4b; }

.progress-bar-danger {
  background-color: #f76c51; }

.progress-bar-mint {
  background-color: #50c7a7; }

.progress-bar-purple {
  background-color: #986291; }

.progress-bar-pink {
  background-color: #e17ca7; }

.progress-bar-dark {
  background-color: #3b4146; }

.pager li > a:active, .pagination > li a:active {
  box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.2); }

.pager li > a:hover, .pager li > a:focus, .pagination > li a:hover, .pagination > li a:focus {
  background-color: #ffffff;
  border-color: #54abd9;
  color: #54abd9;
  box-shadow: inset 0 0 1px #54abd9;
  z-index: 2;
  -webkit-transition: border-color, 0.3s;
  transition: border-color, 0.3s; }

.pager li > a, .pager li > span {
  border-radius: 0;
  border-color: #dcdcdc; }

.pager.pager-rounded li > a, .pager.pager-rounded li > span {
  border-radius: 15px; }

.pager .disabled > a, .pager .disabled > span, .pager .disabled > a:hover, .pager .disabled > span:hover, .pager .disabled > a:focus, .pager .disabled > span:focus, .pagination .disabled > a, .pagination .disabled > span, .pagination .disabled > a:hover, .pagination .disabled > span:hover, .pagination .disabled > a:focus, .pagination .disabled > span:focus {
  opacity: .7;
  border-color: #dcdcdc;
  box-shadow: none; }

.pagination > li > a, .pagination > li > span {
  color: inherit;
  border-color: #dcdcdc;
  -webkit-transition: border-color, 0.3s;
  transition: border-color, 0.3s; }

.pagination > li > span {
  cursor: default; }

.pagination > li > span:hover {
  background-color: #ffffff; }

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

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

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #54abd9;
  border-color: #54abd9; }

.carousel-control.left, .carousel-control.right {
  background-image: none;
  background-repeat: no-repeat;
  color: inherit; }

.carousel-control, .carousel-control:focus {
  font-size: 1em;
  text-shadow: none;
  width: auto;
  padding: 10px;
  top: 0;
  bottom: 0;
  opacity: .5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.carousel-control.auto-hide {
  opacity: 0; }

.carousel-control:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle; }

.carousel-control i {
  position: relative;
  top: 0.25em; }

.carousel:hover .carousel-control {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.carousel-indicators.out {
  bottom: 0; }

.carousel-indicators.out + .carousel-inner {
  padding-bottom: 30px; }

.carousel-indicators.square li {
  border-radius: 1px; }

.carousel-indicators.dark .active {
  background-color: #3b4146; }

.carousel-indicators.dark li {
  border-color: #3b4146; }

.bq-sm {
  font-size: 12px; }

.bq-open:before {
  color: rgba(0, 0, 0, 0.3);
  content: open-quote;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

.form-horizontal .control-label {
  margin-bottom: 5px; }

.form-horizontal .control-label.text-left {
  text-align: left; }

.panel > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0; }

.panel-group {
  margin-bottom: 35px; }

.panel-group.accordion .panel {
  margin-bottom: 0; }

.panel-group.accordion .panel-heading {
  border-radius: 0;
  height: auto; }

.panel-group.accordion .panel-heading:after {
  border: 0 !important; }

.panel-group.accordion .panel-heading, .panel-group.accordion .panel-title {
  padding: 0; }

.panel-group.accordion .panel-title {
  line-height: 40px; }

.panel-group.accordion .panel-title a {
  display: block;
  color: inherit;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px; }

.panel-group.accordion .panel-title a.collapsed {
  font-weight: 300; }

.panel-group.accordion .panel-title a:hover, .panel-group.accordion .panel-title a:focus {
  color: inherit; }

.panel-group.accordion .panel:first-child, .panel-group.accordion .panel:first-child .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-group.accordion .panel:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden; }

.tab-base {
  margin-bottom: 35px; }

.tab-base .tab-content {
  background-color: #ffffff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 15px; }

.tab-base .tab-content .tab-footer {
  background-color: #f0f2f4;
  color: #515151;
  border-color: #eaedf0;
  position: relative;
  margin: 0 -15px -15px -15px;
  padding: 10px 15px; }

.tab-base .nav-tabs {
  border: 0; }

.tab-base .nav-tabs > li:not(.active) > a {
  background-color: rgba(255, 255, 255, 0.35);
  opacity: .7;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s; }

.tab-base .nav-tabs > li:not(.active) > a:hover {
  opacity: .9;
  background-color: rgba(255, 255, 255, 0.55);
  border-color: #54abd9;
  border-bottom-color: transparent;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s; }

.tab-base .nav-tabs > .active > a, .tab-base .nav-tabs > .active a:hover, .tab-base .nav-tabs > .active > a:focus {
  border-color: transparent; }

.tab-base .nav-tabs.tabs-right {
  text-align: right; }

.tab-base .nav-tabs.tabs-right > li {
  float: none;
  display: inline-block;
  margin-right: -2px; }

.tab-footer:after {
  content: '';
  display: table;
  clear: both; }

.nav-tabs li a {
  border-radius: 0 0 0 0; }

.nav-tabs.tab-right {
  text-align: right; }

.nav-tabs.tab-right > li {
  display: inline-block;
  text-align: left;
  float: none; }

.nav-tabs.tab-right > li > a {
  margin-right: 0; }

.nav-tabs .label, .nav-tabs .badge {
  margin-left: 4px; }

.tab-stacked-left, .tab-stacked-right {
  display: table;
  height: 100%;
  width: 100%; }

.tab-stacked-left .nav-tabs > li, .tab-stacked-right .nav-tabs > li {
  float: none;
  margin: 0; }

.tab-stacked-left .nav-tabs > li > a, .tab-stacked-right .nav-tabs > li > a {
  margin: 0 0 2px; }

.tab-stacked-left .nav-tabs > li:last-child > a, .tab-stacked-right .nav-tabs > li:last-child > a {
  margin-bottom: 0; }

.tab-stacked-left .nav-tabs, .tab-stacked-right .nav-tabs, .tab-stacked-left .tab-content, .tab-stacked-right .tab-content {
  display: table-cell;
  vertical-align: top; }

.tab-stacked-left .tab-content, .tab-stacked-right .tab-content {
  overflow: hidden; }

.tab-stacked-left .nav-tabs {
  width: 1%;
  border: 0; }

.tab-stacked-left .nav-tabs > li a {
  border-right-color: transparent;
  border-radius: 0 0 0 0; }

.tab-stacked-left .nav-tabs > .active > a:hover, .tab-stacked-left .nav-tabs > .active > a:focus {
  border-right-color: transparent; }

.tab-stacked-left.tab-base .nav-tabs > li:not(.active) a:hover {
  border-color: #54abd9;
  border-right-color: transparent; }

.tab-stacked-left .tab-content {
  border-left-color: transparent;
  border-radius: 0 0 0 0; }

.tab-stacked-right .nav-tabs {
  width: 1%;
  border: 0; }

.tab-stacked-right .nav-tabs > li a {
  border-left-color: transparent;
  border-radius: 0 0 0 0; }

.tab-stacked-right .nav-tabs > .active > a:hover, .tab-stacked-right .nav-tabs > .active > a:focus {
  border-left-color: transparent; }

.tab-stacked-right.tab-base .nav-tabs > li:not(.active) a:hover {
  border-color: #54abd9;
  border-left-color: transparent; }

.tab-stacked-right .tab-content {
  border-right-color: transparent;
  border-radius: 0 0 0 0; }

.bg-trans {
  background-color: transparent; }

.bg-light {
  background-color: #ffffff; }

.bg-light, .bg-light a {
  color: #515151; }

.bg-gray-light {
  background-color: #f3f5f8; }

.bg-gray-light, .bg-gray-light a {
  color: #515151; }

.bg-gray {
  background-color: #e3e8ee; }

.bg-gray, .bg-gray a {
  color: #515151; }

.bg-gray-dark {
  background-color: #c3cedb; }

.bg-gray-dark, .bg-gray-dark a {
  color: #515151; }

.bg-trans-light {
  background-color: rgba(255, 255, 255, 0.1); }

.bg-trans-light, .bg-trans-light a {
  color: inherit; }

.bg-trans-dark {
  background-color: rgba(0, 0, 0, 0.05); }

.bg-trans-dark, .bg-trans-dark a {
  color: inherit; }

.bg-primary {
  background-color: #5fa2dd; }

.bg-primary, .bg-primary a {
  color: #ffffff; }

.bg-info {
  background-color: #4ebcda; }

.bg-info, .bg-info a {
  color: #ffffff; }

.bg-success {
  background-color: #9cc96b; }

.bg-success, .bg-success a {
  color: #ffffff; }

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

.bg-warning, .bg-warning a {
  color: #ffffff; }

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

.bg-danger, .bg-danger a {
  color: #ffffff; }

.bg-mint {
  background-color: #50c7a7; }

.bg-mint, .bg-mint a {
  color: #ffffff; }

.bg-purple {
  background-color: #986291; }

.bg-purple, .bg-purple a {
  color: #ffffff; }

.bg-pink {
  background-color: #e17ca7; }

.bg-pink, .bg-pink a {
  color: #ffffff; }

.bg-dark {
  background-color: #3b4146; }

.bg-dark, .bg-dark a {
  color: #ffffff; }

.text-light, a.text-light:hover, a.text-light:focus, a.text-light:focus {
  color: #cccccc; }

.text-muted, a.text-muted:hover, a.text-muted:focus, a.text-muted:focus {
  color: #606060; }

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

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

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

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

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

.text-mint, a.text-mint:hover, a.text-mint:focus, a.text-mint:focus {
  color: #2b866e; }

.text-purple, a.text-purple:hover, a.text-purple:focus, a.text-purple:focus {
  color: #5a3a56; }

.text-pink, a.text-pink:hover, a.text-pink:focus, a.text-pink:focus {
  color: #c92e70; }

.text-dark, a.text-dark:hover, a.text-dark:focus, a.text-dark:focus {
  color: #0c0e0f; }

.btn {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  padding: 6px 12px;
  border-radius: 0;
  border: 1px solid 0;
  font-size: 12px;
  line-height: 1.42857;
  vertical-align: middle;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.btn:not(.disabled):not(:disabled):active, .btn:not(.disabled):not(:disabled).active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2); }

.btn-lg, .btn-icon.btn-lg {
  font-size: 16px;
  line-height: 1.33; }

.btn-sm, .btn-icon.btn-sm {
  font-size: 10px;
  line-height: 1.5; }

.btn-xs, .btn-icon.btn-xs {
  font-size: 10px;
  line-height: 1.5; }

.btn-icon {
  padding-left: 9px;
  padding-right: 9px; }

.btn-icon:before {
  display: inline-block;
  min-width: 1.05em; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.btn-link {
  border-color: transparent; }

.btn.btn-link:focus, .btn.btn-link:active {
  box-shadow: none; }

.btn-link.disabled:hover, .btn-link.disabled:focus {
  text-decoration: none; }

.btn-link.blue {
  color: #579ddb; }

.btn-link.blue:hover {
  color: #579ddb;
  text-decoration: underline; }

.btn-trans {
  background-color: transparent;
  border-color: transparent;
  color: #848484; }

.btn-default, .btn-default:focus, .btn-hover-default:hover, .btn-hover-default:active, .btn-hover-default.active, .btn.btn-active-default:active, .btn.btn-active-default.active, .dropdown.open > .btn.btn-active-default, .btn-group.open .dropdown-toggle.btn.btn-active-default {
  background-color: #fafafa;
  border-color: #cdd6e1;
  color: #515151; }

.btn-default:hover, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #e9e9e9;
  border-color: #cdd6e1;
  color: #515151; }

.btn-primary, .btn-primary:focus, .btn-hover-primary:hover, .btn-hover-primary:active, .btn-hover-primary.active, .btn.btn-active-primary:active, .btn.btn-active-primary.active, .dropdown.open > .btn.btn-active-primary, .btn-group.open .dropdown-toggle.btn.btn-active-primary {
  background-color: #579ddb;
  border-color: #5fa2dd;
  color: #ffffff; }

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #3b8dd5;
  border-color: #4291d7;
  color: #ffffff; }

.btn-info, .btn-info:focus, .btn-hover-info:hover, .btn-hover-info:active, .btn-hover-info.active, .btn.btn-active-info:active, .btn.btn-active-info.active, .dropdown.open > .btn.btn-active-info, .btn-group.open .dropdown-toggle.btn.btn-active-info {
  background-color: #46b9d8;
  border-color: #4ebcda;
  color: #ffffff; }

.btn-info:hover, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-color: #2caed1;
  border-color: #30b1d4;
  color: #ffffff; }

.btn-success, .btn-success:focus, .btn-hover-success:hover, .btn-hover-success:active, .btn-hover-success.active, .btn.btn-active-success:active, .btn.btn-active-success.active, .dropdown.open > .btn.btn-active-success, .btn-group.open .dropdown-toggle.btn.btn-active-success {
  background-color: #97c664;
  border-color: #9cc96b;
  color: #ffffff; }

.btn-success:hover, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-color: #87bd4b;
  border-color: #8bbf51;
  color: #ffffff; }

.btn-warning, .btn-warning:focus, .btn-hover-warning:hover, .btn-hover-warning:active, .btn-hover-warning.active, .btn.btn-active-warning:active, .btn.btn-active-warning.active, .dropdown.open > .btn.btn-active-warning, .btn-group.open .dropdown-toggle.btn.btn-active-warning {
  background-color: #eaa642;
  border-color: #ebaa4b;
  color: #ffffff; }

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-color: #e79824;
  border-color: #e79b2b;
  color: #ffffff; }

.btn-danger, .btn-danger:focus, .btn-hover-danger:hover, .btn-hover-danger:active, .btn-hover-danger.active, .btn.btn-active-danger:active, .btn.btn-active-danger.active, .dropdown.open > .btn.btn-active-danger, .btn-group.open .dropdown-toggle.btn.btn-active-danger {
  background-color: #f76447;
  border-color: #f76c51;
  color: #ffffff; }

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-color: #f54928;
  border-color: #f54f2f;
  color: #ffffff; }

.btn-mint, .btn-mint:focus, .btn-hover-mint:hover, .btn-hover-mint:active, .btn-hover-mint.active, .btn.btn-active-mint:active, .btn.btn-active-mint.active, .dropdown.open > .btn.btn-active-mint, .btn-group.open .dropdown-toggle.btn.btn-active-mint {
  background-color: #48c5a3;
  border-color: #50c7a7;
  color: #ffffff; }

.btn-mint:hover, .btn-mint:active, .btn-mint.active, .open > .dropdown-toggle.btn-mint {
  background-color: #39b392;
  border-color: #3bb897;
  color: #ffffff; }

.btn-purple, .btn-purple:focus, .btn-hover-purple:hover, .btn-hover-purple:active, .btn-hover-purple.active, .btn.btn-active-purple:active, .btn.btn-active-purple.active, .dropdown.open > .btn.btn-active-purple, .btn-group.open .dropdown-toggle.btn.btn-active-purple {
  background-color: #925e8b;
  border-color: #986291;
  color: #ffffff; }

.btn-purple:hover, .btn-purple:active, .btn-purple.active, .open > .dropdown-toggle.btn-purple {
  background-color: #7e5178;
  border-color: #82547c;
  color: #ffffff; }

.btn-pink, .btn-pink:focus, .btn-hover-pink:hover, .btn-hover-pink:active, .btn-hover-pink.active, .btn.btn-active-pink:active, .btn.btn-active-pink.active, .dropdown.open > .btn.btn-active-pink, .btn-group.open .dropdown-toggle.btn.btn-active-pink {
  background-color: #df74a1;
  border-color: #e17ca7;
  color: #ffffff; }

.btn-pink:hover, .btn-pink:active, .btn-pink.active, .open > .dropdown-toggle.btn-pink {
  background-color: #d9598f;
  border-color: #da5f93;
  color: #ffffff; }

.btn-dark, .btn-dark:focus, .btn-hover-dark:hover, .btn-hover-dark:active, .btn-hover-dark.active, .btn.btn-active-dark:active, .btn.btn-active-dark.active, .dropdown.open > .btn.btn-active-dark, .btn-group.open .dropdown-toggle.btn.btn-active-dark {
  background-color: #363c40;
  border-color: #3b4146;
  color: #ffffff; }

.btn-dark:hover, .btn-dark:active, .btn-dark.active, .open > .dropdown-toggle.btn-dark {
  background-color: #272b2e;
  border-color: #2b2f33;
  color: #ffffff; }

.btn-group-vertical .btn:not(.btn-default), .btn-group .btn:not(.btn-default) {
  border-color: rgba(0, 0, 0, 0.09); }

.btn-lg, .btn-group-lg > .btn, .btn-icon.btn-lg {
  padding: 10px 16px; }

.btn-sm, .btn-group-sm > .btn, .btn-icon.btn-sm {
  padding: 5px 10px; }

.btn-xs, .btn-group-xs > .btn, .btn-icon.btn-xs {
  padding: 1px 5px; }

.btn-lg, .btn-group-lg > .btn, .btn-icon.btn-lg {
  border-radius: 0; }

.btn-lg, .btn-group-sm > .btn, .btn-lg, .btn-group-xs > .btn, .btn-icon.btn-lg, .btn-icon.btn-lg {
  border-radius: 0; }

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

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

.btn-circle {
  padding: 7px;
  border-radius: 50%; }

.btn-lg.btn-circle {
  padding: 17px; }

.btn-sm.btn-circle {
  padding: 7px; }

.btn-xs.btn-circle {
  padding: 4px; }

.btn-icon.btn-circle:before {
  display: block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4; }

.btn-rounded {
  border-radius: 17px;
  overflow: hidden; }

.btn-lg.btn-rounded {
  border-radius: 30px; }

.btn-sm.btn-rounded {
  border-radius: 15px; }

.btn-xs.btn-rounded {
  border-radius: 10px; }

.btn-group.btn-rounded {
  overflow: hidden; }

.btn-labeled, .btn-labeled.fa {
  overflow: hidden; }

.btn-labeled:not(.btn-block):not(.form-icon) {
  font-family: inherit;
  font-size: 12px;
  line-height: 1.42857;
  padding-bottom: 0;
  padding-top: 0; }

.btn-block.btn-labeled:not(.form-icon) {
  font-family: inherit;
  font-size: 12px;
  line-height: 1.42857; }

.btn-block.btn-labeled:not(.form-icon):before {
  float: left;
  margin-top: -7px;
  margin-bottom: -7px; }

.btn-labeled .btn-label {
  background-color: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-left: -12px;
  margin-right: 6px;
  padding: 6px 12px;
  line-height: 1.42857; }

.btn-labeled:before {
  background-color: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-left: -12px;
  margin-right: 6px;
  padding: 6px 12px; }

.btn-labeled.fa:before, .btn-labeled .fa:before {
  font-family: fontAwesome; }

.btn-default.btn-labeled:before, .btn-default .btn-label {
  background-color: rgba(0, 0, 0, 0.05);
  color: inherit; }

.btn-lg.btn-labeled {
  font-size: 18px;
  line-height: 1.33; }

.btn-sm.btn-labeled {
  font-size: 12px;
  line-height: 1.5; }

.btn-xs.btn-labeled {
  font-size: 12px;
  line-height: 1.5; }

.btn-lg.btn-labeled:before, .btn-lg .btn-label {
  margin-left: -16px;
  margin-right: 10px;
  padding: 10px 16px; }

.btn-lg.btn-block.btn-labeled:not(.form-icon):before {
  margin-top: -10px;
  margin-bottom: -10px; }

.btn-sm.btn-labeled:before, .btn-sm .btn-label {
  margin-left: -10px;
  margin-right: 5px;
  padding: 5px 10px; }

.btn-sm.btn-block.btn-labeled:not(.form-icon):before {
  margin-top: -5px;
  margin-bottom: -5px; }

.btn-xs.btn-labeled:before, .btn-xs .btn-label {
  margin-left: -5px;
  margin-right: 1px;
  padding: 1px 5px; }

.btn-xs.btn-block.btn-labeled:not(.form-icon):before {
  margin-top: -1px;
  margin-bottom: -1px; }

.btn-labeled.icon-2x:before, .btn-labeled .btn-label.icon-2x:before {
  vertical-align: -0.15em; }

.btn-labeled.icon-3x:before, .btn-labeled .btn-label.icon-3x:before {
  vertical-align: -0.18em; }

.btn-labeled.icon-4x:before, .btn-labeled .btn-label.icon-4x:before {
  vertical-align: -0.2em; }

.btn-labeled.icon-5x:before, .btn-labeled .btn-label.icon-5x:before {
  vertical-align: -0.25em; }

.panel {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0;
  border: 0;
  margin-bottom: 24px; }

.panel hr {
  border-color: rgba(0, 0, 0, 0.1); }

.panel .panel-bg-cover {
  max-height: 180px;
  overflow: hidden; }

.panel .panel-bg-cover img {
  min-width: 100%;
  min-height: 100%;
  background-size: cover; }

.panel.remove {
  opacity: 0;
  -webkit-transition: opacity, 0.5s;
  transition: opacity, 0.5s; }

.panel .alert {
  border-radius: 0; }

.panel.panel-bg-img {
  position: relative; }

.panel .panel-bg-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.panel .panel-bg-wrap > img {
  position: absolute;
  top: 0;
  left: 0; }

.panel .panel-bg-wrap + .panel-body {
  position: relative; }

.panel-media {
  box-shadow: 0 -50px 20px -10px rgba(0, 0, 0, 0.2);
  padding: 10px 15px 15px 140px;
  position: relative; }

.panel-media-img {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 20px;
  top: -48px; }

.panel-media-heading {
  color: #fff;
  position: absolute;
  top: -2.7em; }

.panel .panel-heading, .panel > :first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.panel .panel-footer, .panel > :last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.panel-body-full {
  margin-left: -20px;
  margin-right: -20px; }

.panel-body {
  padding: 25px 20px; }

.panel-body .row, .panel-body .form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px; }

.panel-trans {
  border-color: transparent;
  box-shadow: none; }

.panel-heading {
  position: relative;
  padding: 0; }

.panel-title {
  font-weight: 300;
  padding: 0 20px 0 20px;
  font-size: 1.416em;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.panel-default.panel-colorful {
  background-color: #e0e5ec;
  color: #515151; }

.panel-footer {
  background-color: #f0f2f4;
  color: #515151;
  border-color: #eaedf0;
  position: relative; }

.panel-primary .panel-heading, .panel-primary .panel-footer, .panel-primary.panel-colorful {
  background-color: #5fa2dd;
  border-color: #5fa2dd;
  color: #ffffff; }

.panel-info .panel-heading, .panel-info .panel-footer, .panel-info.panel-colorful {
  background-color: #4ebcda;
  border-color: #4ebcda;
  color: #ffffff; }

.panel-success .panel-heading, .panel-success .panel-footer, .panel-success.panel-colorful {
  background-color: #9cc96b;
  border-color: #9cc96b;
  color: #ffffff; }

.panel-warning .panel-heading, .panel-warning .panel-footer, .panel-warning.panel-colorful {
  background-color: #ebaa4b;
  border-color: #ebaa4b;
  color: #ffffff; }

.panel-danger .panel-heading, .panel-danger .panel-footer, .panel-danger.panel-colorful {
  background-color: #f76c51;
  border-color: #f76c51;
  color: #ffffff; }

.panel-mint .panel-heading, .panel-mint .panel-footer, .panel-mint.panel-colorful {
  background-color: #50c7a7;
  border-color: #50c7a7;
  color: #ffffff; }

.panel-purple .panel-heading, .panel-purple .panel-footer, .panel-purple.panel-colorful {
  background-color: #986291;
  border-color: #986291;
  color: #ffffff; }

.panel-pink .panel-heading, .panel-pink .panel-footer, .panel-pink.panel-colorful {
  background-color: #e17ca7;
  border-color: #e17ca7;
  color: #ffffff; }

.panel-dark .panel-heading, .panel-dark .panel-footer, .panel-dark.panel-colorful {
  background-color: #3b4146;
  border-color: #3b4146;
  color: #ffffff; }

.panel > .panel-heading:after, .panel.panel-colorful > .panel-heading:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  left: 20px;
  right: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.panel-colorful > .panel-heading {
  border: 0; }

.panel-default > .panel-heading:after, .panel-primary > .panel-heading:after, .panel-info > .panel-heading:after, .panel-success > .panel-heading:after, .panel-warning > .panel-heading:after, .panel-danger > .panel-heading:after, .panel-purple > .panel-heading:after, .panel-pink > .panel-heading:after, .panel-dark > .panel-heading:after {
  display: none; }

.panel-bordered-default, .panel-default.panel-bordered {
  border: 1px solid #b3c1d1; }

.panel-bordered-primary, .panel-primary.panel-bordered {
  border: 1px solid #5fa2dd; }

.panel-bordered-info, .panel-info.panel-bordered {
  border: 1px solid #4ebcda; }

.panel-bordered-success, .panel-success.panel-bordered {
  border: 1px solid #9cc96b; }

.panel-bordered-warning, .panel-warning.panel-bordered {
  border: 1px solid #ebaa4b; }

.panel-bordered-danger, .panel-danger.panel-bordered {
  border: 1px solid #f76c51; }

.panel-bordered-mint, .panel-mint.panel-bordered {
  border: 1px solid #50c7a7; }

.panel-bordered-purple, .panel-purple.panel-bordered {
  border: 1px solid #986291; }

.panel-bordered-pink, .panel-pink.panel-bordered {
  border: 1px solid #e17ca7; }

.panel-bordered-dark, .panel-dark.panel-bordered {
  border: 1px solid #3b4146; }

.panel-group .panel {
  border-radius: 0;
  margin-bottom: 20px; }

.panel-group > div {
  padding-left: 0;
  padding-right: 0; }

.panel-group > div:first-child > .panel {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel-group > div:last-child > .panel {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.panel-group > div + div > .panel {
  margin-left: -1px; }

.panel-control {
  height: 100%;
  position: relative;
  float: right;
  padding: 0 15px; }

.panel-control:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  left: -1em;
  position: relative; }

.panel-control > i, .panel-control > .badge, .panel-control > label {
  vertical-align: middle; }

.panel-control .nav-tabs {
  display: inline-block;
  height: 40px;
  margin-top: 10px;
  vertical-align: bottom;
  border: 0; }

.panel-control .nav-tabs > li {
  margin-top: 1px;
  margin-right: 5px;
  height: 100%; }

.panel-control .nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  height: 100%;
  line-height: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 15px; }

.panel-control .nav-tabs > li:not(.active) {
  background-color: transparent;
  opacity: .6; }

.panel-control .nav-tabs > li:not(.active) a {
  color: inherit;
  border-bottom: 0 !important; }

.panel-control .nav-tabs > li:not(.active) a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent; }

.panel-control .nav-tabs > .active > a {
  z-index: 1; }

.panel-control .progress {
  min-width: 150px;
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

.panel-control .switchery {
  margin-left: 15px;
  vertical-align: middle; }

.panel-control .pager {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0; }

.panel-control .pagination {
  margin: 0;
  border-radius: 0;
  vertical-align: middle; }

.panel-control .pagination > li > a, .panel-control .pagination > li > span {
  padding: 0 10px;
  border: 0 0 0 0;
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: none;
  height: 100%;
  line-height: 30px; }

.panel-control .pagination > li:not(.active):not(.disabled) > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.09); }

.panel-control .pagination > .disabled > a, .panel-control .pagination > .disabled > a:hover, .panel-control .pagination > .disabled > a:active {
  border-color: rgba(0, 0, 0, 0.09); }

.panel-control .pagination > li:not(.active) > a, .pagination > li > a {
  background-color: transparent;
  color: inherit; }

.panel-control .pagination > li > a:hover, .pagination > li > a:focus {
  box-shadow: none; }

.panel-control .btn, .panel-control .dropdown-toggle.btn {
  border: 0; }

.panel-control .open > .btn, .panel-control .btn.active, .panel-control .btn:active {
  box-shadow: none !important; }

.panel-control .btn-default {
  background-color: transparent;
  color: inherit; }

.panel-control > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.panel-control > .btn:last-child, .panel-control > .btn-group:last-child > .btn:first-child {
  border-bottom-right-radius: 0; }

/*# sourceMappingURL=style.css.map */
/*imports*/
/* Colours */
/*navigation*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "Gotham RD";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("../fonts/gothamrounded/gothamrounded-book.eot");
  /* IE9 Compat Modes */
  src: local("Gotham RD"), url("../fonts/gothamrounded/gothamrounded-book.woff2") format("woff2"), url("../fonts/gothamrounded/gothamrounded-book.woff") format("woff"), url("../fonts/gothamrounded/gothamrounded-book.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrounded/gothamrounded-book.otf") format("opentype"), url("../fonts/gothamrounded/gothamrounded-book.svg") format("svg"), url("../fonts/gothamrounded/gothamrounded-book.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham RD";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("../fonts/gothamrounded/gothamrounded-bookitalic.eot");
  /* IE9 Compat Modes */
  src: local("Gotham RD"), url("../fonts/gothamrounded/gothamrounded-bookitalic.woff2") format("woff2"), url("../fonts/gothamrounded/gothamrounded-bookitalic.woff") format("woff"), url("../fonts/gothamrounded/gothamrounded-bookitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrounded/gothamrounded-bookitalic.otf") format("opentype"), url("../fonts/gothamrounded/gothamrounded-bookitalic.svg") format("svg"), url("../fonts/gothamrounded/gothamrounded-bookitalic.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham RD";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("../fonts/gothamrounded/gothamrounded-bold.eot");
  /* IE9 Compat Modes */
  src: local("Gotham RD"), url("../fonts/gothamrounded/gothamrounded-bold.woff2") format("woff2"), url("../fonts/gothamrounded/gothamrounded-bold.woff") format("woff"), url("../fonts/gothamrounded/gothamrounded-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrounded/gothamrounded-bold.otf") format("opentype"), url("../fonts/gothamrounded/gothamrounded-bold.svg") format("svg"), url("../fonts/gothamrounded/gothamrounded-bold.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham RD";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("../fonts/gothamrounded/gothamrounded-bolditalic.eot");
  /* IE9 Compat Modes */
  src: local("Gotham RD"), url("../fonts/gothamrounded/gothamrounded-bolditalic.woff2") format("woff2"), url("../fonts/gothamrounded/gothamrounded-bolditalic.woff") format("woff"), url("../fonts/gothamrounded/gothamrounded-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrounded/gothamrounded-bolditalic.otf") format("opentype"), url("../fonts/gothamrounded/gothamrounded-bolditalic.svg") format("svg"), url("../fonts/gothamrounded/gothamrounded-bolditalic.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham RD";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("../fonts/gothamrounded/gothamrounded-light.eot");
  /* IE9 Compat Modes */
  src: local("Gotham RD"), url("../fonts/gothamrounded/gothamrounded-light.woff2") format("woff2"), url("../fonts/gothamrounded/gothamrounded-light.woff") format("woff"), url("../fonts/gothamrounded/gothamrounded-light.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrounded/gothamrounded-light.otf") format("opentype"), url("../fonts/gothamrounded/gothamrounded-light.svg") format("svg"), url("../fonts/gothamrounded/gothamrounded-light.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham RD";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("../fonts/gothamrounded/gothamrounded-lightitalic.eot");
  /* IE9 Compat Modes */
  src: local("Gotham RD"), url("../fonts/gothamrounded/gothamrounded-lightitalic.woff2") format("woff2"), url("../fonts/gothamrounded/gothamrounded-lightitalic.woff") format("woff"), url("../fonts/gothamrounded/gothamrounded-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrounded/gothamrounded-lightitalic.otf") format("opentype"), url("../fonts/gothamrounded/gothamrounded-lightitalic.svg") format("svg"), url("../fonts/gothamrounded/gothamrounded-lightitalic.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham RD";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("../fonts/gothamrounded/gothamrounded-medium.eot");
  /* IE9 Compat Modes */
  src: local("Gotham RD"), url("../fonts/gothamrounded/gothamrounded-medium.woff2") format("woff2"), url("../fonts/gothamrounded/gothamrounded-medium.woff") format("woff"), url("../fonts/gothamrounded/gothamrounded-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrounded/gothamrounded-medium.otf") format("opentype"), url("../fonts/gothamrounded/gothamrounded-medium.svg") format("svg"), url("../fonts/gothamrounded/gothamrounded-medium.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham RD";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("../fonts/gothamrounded/gothamrounded-mediumitalic.eot");
  /* IE9 Compat Modes */
  src: local("Gotham RD"), url("../fonts/gothamrounded/gothamrounded-mediumitalic.woff2") format("woff2"), url("../fonts/gothamrounded/gothamrounded-mediumitalic.woff") format("woff"), url("../fonts/gothamrounded/gothamrounded-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gothamrounded/gothamrounded-mediumitalic.otf") format("opentype"), url("../fonts/gothamrounded/gothamrounded-mediumitalic.svg") format("svg"), url("../fonts/gothamrounded/gothamrounded-mediumitalic.ttf") format("truetype"); }

/* FONTS */
/*======================================*/
body {
  font-family: "Gotham RD", "sans-serif"; }

/* CONTAINER */
/*======================================*/
#container {
  min-height: 100vh;
  height: auto;
  position: relative;
  min-width: 290px;
  overflow: hidden;
  opacity: 1;
  visibility: visible; }

#container.boxed-layout {
  background-color: #cfd3d6; }

/* CONTENT */
/*======================================*/
#content-container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e7ebee;
  min-height: 750px; }

/* NAVBAR
/*====================================*/
#navbar {
  position: absolute;
  width: 100%;
  z-index: 1000;
  background-color: #e7ebee;
  left: 0;
  top: 0; }

#navbar-container {
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.05); }

.navbar-header {
  left: 0;
  position: relative;
  float: none;
  background-color: #32404e; }
  @media (min-width: 768px) {
    .navbar-header {
      float: left; } }

.navbar-content {
  position: relative;
  left: 0;
  background-color: rgba(53, 64, 77, 0.9);
  padding: 0 8px; }

@media (min-width: 992px) {
  .navbar-content {
    padding: 0 5px 0 25px; } }

.global-error-popup-notification .container.success {
  background: #97c664; }

.global-error-popup-notification .container .api-key-expose-area {
  background: #ffffff;
  color: #000000;
  padding: 0 14px;
  line-height: 30px;
  float: left;
  margin: 8px 0 8px 0; }

.navbar-top-links .messages-widget .cancel-msg {
  float: right;
  background-color: #f76447;
  border-color: #f76c51;
  color: #ffffff;
  padding: 2px 6px; }

.navbar-top-links .messages-widget .accept-msg {
  float: right;
  background-color: #97c664;
  border-color: #9cc96b;
  color: #ffffff;
  padding: 2px 6px;
  margin: 0 0 0 5px; }

.navbar-top-links .messages-widget .text-muted {
  font-size: 11px; }

.navbar-top-links .messages-widget .nano-content {
  overflow: auto; }

.navbar-top-links .messages-widget .status-new {
  font-weight: bold; }

.navbar-top-links .messages-widget .message-item {
  position: relative;
  z-index: 1; }

.navbar-top-links .messages-widget .message-date {
  float: left;
  width: 100%;
  text-align: right;
  font-size: 8px;
  position: absolute;
  right: 6px;
  bottom: 0;
  font-style: italic;
  padding-right: 15px; }

.navbar-top-links > li > a > img {
  margin: 0 auto; }

.messages-widget-count {
  display: none; }

#server-time {
  float: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  padding: 10px 0;
  color: rgba(53, 64, 77, 0.9);
  background: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
  min-width: 140px;
  text-align: center;
  min-height: 40px; }
  @media (max-width: 767px) {
    #server-time {
      font-size: 10px;
      min-width: 90px;
      line-height: 0.9;
      padding: 13px 0; } }

/* BRAND LOGO & TEXT
/*====================================*/
.navbar-brand {
  background-color: transparent;
  color: #ffffff;
  padding: 0;
  height: 40px;
  position: relative;
  z-index: 2;
  overflow: visible;
  width: 70px; }
  @media (min-width: 1200px) {
    .navbar-brand {
      width: 70px; } }

.navbar-brand:hover,
.navbar-brand:focus {
  color: #ffffff; }

.brand-title,
.brand-icon {
  display: block;
  line-height: 40px; }

.brand-icon {
  float: left;
  height: 35px;
  margin: 8px 0 0 17px;
  width: 35px; }

.brand-text {
  display: block;
  font-size: 18px;
  font-weight: 600; }

.navbar-header:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 60px; }
  @media (min-width: 1200px) {
    .navbar-header:before {
      height: 65px;
      background-color: #35404D; } }
  @media (max-width: 767px) {
    .navbar-header:before {
      height: 50px;
      background-color: #ffffff; } }

.mainnav-toggle {
  color: rgba(53, 64, 77, 0.9) !important; }

/* NAVBAR ICON & BUTTON */
/*======================================*/
.navbar-top-links > li {
  float: left;
  padding: 5px; }

.navbar-top-links > li > a {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #515151;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative; }
  @media (max-width: 767px) {
    .navbar-top-links > li > a {
      height: 30px;
      width: 30px;
      top: 5px; } }

.navbar-top-links > li > a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.navbar-top-links > li > a:focus {
  background-color: transparent; }

.navbar-top-links > li > a:hover {
  background-color: #35404D;
  color: #2b2b2b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.navbar-top-links > li > a:hover img, .navbar-top-links > .open > a img,
.navbar-top-links > .open > a:focus img {
  transform: scale(1.25);
  transition: all 0.4s; }

.navbar-top-links > .open > a,
.navbar-top-links > .open > a:focus {
  background-color: #35404D;
  color: #515151; }

.navbar-top-links > .dropdown > .dropdown-menu,
.navbar-top-links > .mega-dropdown > .dropdown-menu,
.navbar-top-links > .dropdown > .dropdown-menu.head-list,
.navbar-top-links > .mega-dropdown > .dropdown-menu.head-list {
  margin-top: 10px; }

.navbar-top-links .dropdown-menu .panel-body {
  padding: 0; }

.navbar-top-links .dropdown-menu .nano:not(.scrollable) {
  max-height: 180px; }

.navbar-top-links .dropdown-menu .nano:not(.scrollable) .nano-content {
  position: static; }

.navbar-top-links .tgl-menu-btn {
  position: absolute;
  top: -40px;
  right: 0; }

.navbar-top-links .tgl-menu-btn > a,
.navbar-top-links .tgl-menu-btn > a:hover,
.navbar-top-links .tgl-menu-btn > a:focus {
  color: #ffffff; }

.navbar-top-links .tgl-menu-btn > a:hover,
.navbar-top-links .tgl-menu-btn a:focus {
  background-color: transparent; }

.navbar-top-links .head-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.navbar-top-links .head-list li a {
  display: block;
  padding: 10px 15px;
  color: rgba(0, 0, 0, 0.6);
  background: transparent; }

.navbar-top-links .head-list li a:hover {
  color: #000000;
  background: rgba(0, 0, 0, 0.065); }

.badge-header {
  position: absolute;
  font-size: .85em;
  font-weight: normal;
  top: 50%;
  margin-top: -1.5em;
  min-width: 1.85em;
  padding: 3px 5px;
  right: 3px; }

.navbar-top-links .dropdown-menu .nano {
  max-height: 265px; }

@media (max-width: 767px) {
  .navbar-top-links.pull-right {
    position: absolute;
    top: -40px;
    right: 40px; } }

@media (max-width: 390px) {
  .navbar-top-links.pull-right {
    display: none; } }

/* DROPDOWN SPACE CHANGE */
/*======================================*/
.space-change-widget .btn {
  background: transparent;
  border: 0;
  color: #282F37;
  font-weight: 500;
  line-height: 1.4;
  opacity: 0.7;
  font-size: 16px;
  padding-left: 0; }
  @media (max-width: 767px) {
    .space-change-widget .btn {
      line-height: 1.5;
      font-size: 12px; } }

.space-change-widget .btn-default:hover, .space-change-widget .open > .dropdown-toggle.btn-default {
  color: rgba(53, 64, 77, 0.5);
  background-color: transparent;
  border-color: transparent; }

.space-change-widget {
  margin-top: 5px; }

@media (max-width: 767px) {
  .nav .space-change-widget {
    position: absolute;
    top: -40px;
    left: 75px; } }

/* DROPDOWN MESSAGES */
/*======================================*/
.dropdown.cl-messages-widget .dropdown-toggle > img {
  width: 21px; }
  @media (max-width: 767px) {
    .dropdown.cl-messages-widget .dropdown-toggle > img {
      width: 16px; } }

/* DROPDOWN USER */
/*======================================*/
.img-user {
  width: 32px;
  height: 32px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }

.username {
  float: right;
  white-space: nowrap;
  line-height: 40px;
  margin: 0 10px; }

#dropdown-user {
  padding: 5px 10px; }

#dropdown-user::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 19px;
  background: #ffffff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2; }
  @media (max-width: 767px) {
    #dropdown-user::before {
      top: calc(50% + 5px); } }

#dropdown-user .dropdown-toggle > img {
  width: 34px; }
  @media (max-width: 767px) {
    #dropdown-user .dropdown-toggle > img {
      width: 24px; } }

/* NAVBAR RESPONSIVE */
/*======================================*/
@media (min-width: 768px) {
  .brand-icon {
    width: 40px;
    height: 40px;
    margin: 10px 0 0 16px; }
  #navbar {
    background-color: transparent; }
  .navbar-header {
    float: left;
    background-color: transparent; }
  #container.mainnav-out .navbar-header:before {
    width: 0; }
  #container.mainnav-in .navbar-header:before {
    width: 100%; }
  .navbar-content {
    margin-left: 70px;
    background-color: white; }
  #navbar .brand-title {
    padding: 0 1.5em 0 50px; }
  #container.mainnav-lg .navbar-brand,
  #container.mainnav-lg .brand-title {
    width: 70px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    #container.mainnav-lg .navbar-brand,
    #container.mainnav-lg .brand-title {
      width: 70px; } }

@media (min-width: 768px) {
  #container.mainnav-sm .brand-icon,
  #container.mainnav-lg .brand-icon {
    background-color: transparent; }
  #container.mainnav-in .brand-title,
  #container.mainnav-sm .brand-title,
  #container.mainnav-lg .brand-title {
    color: #ffffff; }
  #container.effect .brand-title,
  #container.effect.mainnav-in .brand-title,
  #container.effect.mainnav-sm .brand-title,
  #container.effect.mainnav-lg .brand-title {
    -webkit-transition: color 0.35s;
    transition: color 0.35s; }
  .navbar-middle {
    position: static; }
  .navbar-top-links .tgl-menu-btn {
    position: static;
    display: none; }
  .navbar-top-links .tgl-menu-btn > a,
  .navbar-top-links .tgl-menu-btn > a:hover {
    color: #515151; }
  .navbar-top-links .tgl-menu-btn > a:focus {
    background-color: transparent;
    color: #515151; } }

@media (min-width: 1200px) {
  .navbar-content {
    margin-left: 70px; }
  .brand-icon {
    width: 47px;
    height: 47px;
    margin: 10px 0 0 12px; } }

/* NAVBAR : FIXED */
/*======================================*/
#container.navbar-fixed > #navbar {
  position: fixed; }

#container.navbar-fixed > #navbar .shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); }

#container.navbar-fixed .navbar-top-links .dropdown-menu .nano > .nano-content {
  position: absolute; }

#container.navbar-fixed .navbar-top-links .dropdown-menu .nano {
  max-height: 110px; }

/* NAVIGATION */
/*======================================*/
#mainnav-menu {
  max-width: 70px; }
  @media (min-width: 1200px) {
    #mainnav-menu {
      max-width: 70px; } }

#mainnav-container {
  position: absolute;
  width: 70px;
  left: 0;
  margin-top: 60px;
  top: 0;
  bottom: 0;
  z-index: 4;
  min-height: 100%; }
  @media (min-width: 1200px) {
    #mainnav-container {
      width: 70px;
      margin-top: 65px; } }
  @media (max-width: 767px) {
    #mainnav-container {
      left: -70px;
      margin-top: 50px; } }

#mainnav {
  height: 100%;
  background-color: #35404D; }

#mainnav > *:not(.popover) .nano-pane {
  display: none !important; }

#mainnav .list-header {
  color: #848c95;
  font-size: 0.9em; }

#mainnav .list-divider {
  border-color: rgba(0, 0, 0, 0.1);
  margin: 5px 0; }

#mainnav-menu-wrap {
  height: 100%; }

#mainnav-shortcut {
  overflow: hidden; }

/* NAVIGATION MENU */
/*======================================*/
#mainnav-menu-wrap {
  margin-top: -60px;
  padding-top: 60px; }
  @media (min-width: 1200px) {
    #mainnav-menu-wrap {
      margin-top: -65px;
      padding-top: 65px; } }
  @media (max-width: 767px) {
    #mainnav-menu-wrap {
      padding-top: 50px;
      margin-top: -50px; } }

#mainnav-menu ul,
.mainnav-widget ul,
.menu-popover ul,
.menu-popover .sub-menu ul {
  list-style: none;
  padding-left: 0; }

#mainnav li .arrow {
  float: right;
  line-height: 1.42857; }

#mainnav li .arrow:before {
  content: '';
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  display: inline-block;
  height: 0.4em;
  left: 0;
  position: relative;
  top: 0;
  width: 0.4em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#mainnav li.active > a > .arrow:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

#mainnav li .arrow:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

#mainnav-menu {
  background: #35404D;
  list-style-type: none; }

#mainnav-menu a {
  display: flex;
  font-size: 8px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  padding: 6px 0;
  text-align: center;
  flex-direction: column;
  height: 60px;
  justify-content: end;
  opacity: 0.5;
  transition: opacity 0.5s; }
  @media (min-width: 1200px) {
    #mainnav-menu a {
      height: 65px; } }
  @media (max-width: 767px) {
    #mainnav-menu a {
      height: 50px; } }

#mainnav-menu a .menu-title {
  margin-top: 5px; }

#mainnav-menu a img {
  margin: auto;
  max-height: 25px; }
  @media (max-width: 767px) {
    #mainnav-menu a img {
      max-height: 20px; } }

#mainnav-menu a strong {
  font-weight: 600; }

#mainnav-menu > li {
  transition: background-color 0.5s linear 0.5s; }

#mainnav-menu > li > a:hover,
#mainnav-menu > li > a:active {
  opacity: 1; }

/*#mainnav-menu > li > a.hover {
  color: #ffffff;
  background-color: #384857;
  box-shadow: inset 4px 0 0 0 #2986b8;
}*/
#mainnav-menu > .active-link {
  border: 1px solid #EB5944; }

#mainnav-menu > .active-link > a,
#mainnav-menu > .active-link > a:hover {
  background: #EB5944;
  opacity: 1; }

#mainnav-menu > .active-sub > a,
#mainnav-menu > .active-sub > a:hover {
  color: #ffffff; }

/*#mainnav-menu > .active {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: #2c3845;
}
#mainnav-menu > .active .active {
  background-color: #28333e;
}*/
#mainnav-menu ul a,
.menu-popover .sub-menu ul a {
  padding: 10px 20px 12px 53px; }

#mainnav-menu ul a:hover,
.menu-popover .sub-menu ul a:hover {
  color: #ffffff; }

#mainnav-menu ul .list-header {
  padding: 10px 20px 12px 55px; }

#mainnav-menu ul ul a {
  padding: 10px 20px 12px 65px; }

#mainnav-menu ul ul a:hover,
.menu-popover .sub-menu ul ul a:hover {
  color: #ffffff;
  padding-left: 68px; }

#mainnav-menu ul .active-link a,
.menu-popover .sub-menu ul .active-link a {
  font-weight: 600;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s;
  transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s; }

#mainnav-menu .hide-lg {
  display: none; }

.mainnav-menu li .fa {
  font-size: 3.333em;
  margin: auto; }
  @media (max-width: 767px) {
    .mainnav-menu li .fa {
      font-size: 2.5em; } }

/*
#container.mainnav-sm #mainnav-menu > .active-link > a,
#container.mainnav-sm #mainnav-menu > .active-sub > a,
#container.mainnav-sm #mainnav-menu > .active-link a:hover,
#container.mainnav-sm #mainnav-menu > .active-sub a:hover {
  background-color: #2986b8;
  box-shadow: none;
}
*/
/* NAVIGATION - SHORTCUT BUTTONS */
/*======================================*/
#mainnav-shortcut {
  max-height: 60px;
  overflow: hidden; }
  @media (min-width: 1200px) {
    #mainnav-shortcut {
      max-height: 65px; } }
  @media (max-width: 767px) {
    #mainnav-shortcut {
      max-height: 50px; } }

#mainnav-shortcut ul {
  width: 100%;
  margin: 0;
  padding: 0; }

#mainnav-shortcut li {
  padding: 0;
  vertical-align: middle;
  text-align: center; }

#mainnav-shortcut .shortcut-grid {
  display: table;
  border: 0;
  width: 100%;
  height: 60px;
  color: #ffffff; }
  @media (min-width: 1200px) {
    #mainnav-shortcut .shortcut-grid {
      height: 65px; } }
  @media (max-width: 767px) {
    #mainnav-shortcut .shortcut-grid {
      height: 50px; } }

#mainnav-shortcut .shortcut-grid > i {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px; }

#mainnav-shortcut .shortcut-grid > span {
  display: table-cell;
  vertical-align: middle; }

/*
#container.mainnav-sm #mainnav-shortcut {
  max-height: 250px;
}
#container.mainnav-sm #mainnav-shortcut > ul > li {
  width: 100%;
  text-align: left;
}
#container.mainnav-sm #mainnav-shortcut > ul > li a {
  height: auto;
  display: block;
  padding: 12px 19px;
}
#container.mainnav-sm #mainnav-shortcut > ul > li i {
  font-size: 12px;
  line-height: 1.42857;
}
#container.mainnav-sm #mainnav-shortcut .shortcut-grid > .hide-sm {
  display: none;
}
*/
/* NAVIGATION - WIDGET */
/*======================================*/
.mainnav-widget {
  background-color: rgba(0, 0, 0, 0.05);
  color: #adb3b8; }

.mainnav-widget-content {
  padding: 10px 15px; }

.mainnav-widget .show-small a {
  display: none; }

/* NAVIGATION - FIXED POSITION */
/*======================================*/
#container.mainnav-fixed #mainnav-container {
  position: fixed; }

#container.mainnav-fixed #mainnav {
  height: 100%; }

#container.mainnav-fixed #mainnav .nano-content {
  position: absolute; }

@media (min-width: 768px) {
  #container.mainnav-fixed #mainnav-menu-wrap {
    height: 100%; }
  /*
  #container.mainnav-fixed.mainnav-sm #mainnav-menu-wrap {
    height: 100%;
    padding-bottom: 100px;
  }
  #container.mainnav-sm #mainnav .menu-popover .nano > .nano-content {
    top: auto;
    max-height: 100%;
    position: absolute;
  }
  #container.mainnav-sm #mainnav .menu-popover .nano-content {
    position: static;
  }
  */ }

/* MAIN NAVIGATION - AFFIX */
/*======================================*/
#container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix {
  top: -60px;
  position: fixed; }
  @media (min-width: 1200px) {
    #container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix {
      top: -65px; } }
  @media (max-width: 767px) {
    #container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix {
      top: -50px; } }

#container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top {
  top: 0;
  position: absolute; }

/* MAIN NAVIGATION - EXPANDING  */
/* For large screen */
/*======================================*/
@media (min-width: 992px) {
  #container #footer,
  #container #content-container {
    padding-left: 70px; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    #container #footer,
    #container #content-container {
      padding-left: 70px; } }

/* Expanding with off canvas mode */
/*======================================*/
@media (min-width: 768px) and (max-width: 991px) {
  #container #content-container,
  #container #footer {
    left: 70px; }
  #container .tgl-menu-btn {
    right: 70px; }
  #container #mainnav-container {
    left: 0; }
  #container #mainnav-menu-wrap {
    height: 100%; } }

/* NAVIGATION - COLLAPSING  */
/*======================================*/
@media (min-width: 768px) {
  #mainnav-menu .list-header,
  #mainnav-menu .list-divider,
  #mainnav-menu .menu-title,
  #mainnav-menu .arrow,
  #mainnav-menu .menu-title > .label {
    opacity: 1; }
  /*
  .mainnav-sm #mainnav-menu .list-header,
  .mainnav-sm #mainnav-menu .list-divider,
  .mainnav-sm #mainnav-menu .menu-title,
  .mainnav-sm #mainnav-menu .arrow,
  .mainnav-sm #mainnav-menu .menu-title > .label {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    height: 0;
    opacity: 0;
  }
  #container.mainnav-sm .shortcut-grid:hover {
    box-shadow: inset 4px 0 0 0 #2986b8;
    -webkit-transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s;
    transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s;
  }
  #container.mainnav-sm .shortcut-grid:hover,
  #container.mainnav-sm .popover.mainnav-shortcut {
    background-color: #384857;
    color: #ffffff;
  }
  #container.mainnav-sm #mainnav-menu a {
    white-space: nowrap;
    position: relative;
    padding: 12px 0 12px 19px;
  }
  #container.mainnav-sm #mainnav-menu a:hover {
    box-shadow: inset 4px 0 0 0 #2986b8;
  }
  #container.mainnav-sm #mainnav-menu a .badge {
    margin-top: -1.5em;
  }
  #container.mainnav-sm #mainnav-menu a .badge {
    position: absolute;
    padding: 3px 7px;
    right: 2px;
    top: 25%;
  }
  #container.mainnav-sm #mainnav-menu a i {
    display: inline;
  }
  #container.mainnav-sm #mainnav-menu .active-link > a,
  #container.mainnav-sm #mainnav-menu .active-sub > a {
    color: #ffffff;
  }
  #container.mainnav-sm #mainnav-menu .collapse {
    display: none;
    height: 0 !important;
  }
  #container.mainnav-sm #mainnav-container,
  #container.mainnav-sm #navbar .navbar-brand {
    width: 50px;
    left: 0;
  }
  #container.mainnav-sm #navbar .navbar-content {
    margin-left: 50px;
  }
  #container.mainnav-sm #content-container,
  #container.mainnav-sm #footer {
    padding-left: 50px;
    left: 0;
  }
  #container.mainnav-sm #mainnav {
    position: relative;
  }
  #container.mainnav-sm #mainnav .mainnav-widget > .show-small a {
    display: block;
    color: #adb3b8;
    padding: 12px 0 12px 19px;
  }
  #container.mainnav-sm #mainnav .mainnav-widget > .show-small a:hover {
    color: #ffffff;
    box-shadow: inset 4px 0 0 0 #2986b8;
    -webkit-transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s;
    transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s;
  }
  #container.mainnav-sm #mainnav .mainnav-widget > .hide-small {
    display: none;
  }
  #container.mainnav-sm #mainnav .mainnav-widget .hover {
    color: #ffffff;
    background-color: #384857;
  }
  */
  .top-auto {
    top: auto !important; }
  /* NAVIGATION - POPOVER  */
  /*======================================*/
  #mainnav .menu-popover .nano > .nano-content {
    position: absolute; }
  #mainnav-menu ul ul a:hover,
  .menu-popover .sub-menu ul ul a:hover,
  .menu-popover .sub-menu ul ul a:hover {
    background-color: rgba(0, 0, 0, 0.0005); }
  .menu-popover {
    left: 50px !important; }
  .menu-popover .sub-menu {
    overflow: hidden; }
  .menu-popover .sub-menu .pop-in {
    display: block;
    visibility: visible; }
  .menu-popover .sub-menu ul {
    background-color: #2c3845; }
  .menu-popover .sub-menu ul ul {
    background-color: #28333e; }
  .menu-popover .sub-menu ul ul > li > a {
    padding-left: 27px; }
  .menu-popover .sub-menu ul ul > li > a:hover {
    padding-left: 33px; }
  .menu-popover .sub-menu ul a:hover {
    padding-left: 20px; }
  .menu-popover .sub-menu ul li > a {
    display: block;
    color: #ffffff;
    padding: 12px 17px;
    font-weight: 300; }
  .menu-popover .single-content {
    color: #ffffff;
    background-color: #384857; }
  .menu-popover.popover {
    width: 70px;
    padding: 0;
    border: 0;
    border-radius: 0 0 0 0;
    background-color: #2e3b48;
    color: #ffffff;
    position: absolute;
    box-shadow: none;
    margin-left: 0; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .menu-popover.popover {
      width: 70px; } }

@media (min-width: 768px) {
  .menu-popover.popover.in {
    -webkit-animation: fadeIn .2s;
    animation: fadeIn .2s; }
  .menu-popover > .popover-title {
    border: 0;
    border-radius: 0;
    padding: 14px 20px;
    background-color: #384857;
    font-size: 1.05em;
    position: relative;
    z-index: 5;
    color: #ffffff; }
  .menu-popover > .popover-title strong {
    font-weight: 300; }
  .menu-popover > .popover-content {
    padding: 0;
    width: 100%;
    position: absolute;
    border-radius: 0 0 0 0; }
  .menu-popover > .popover-content > .single-content {
    padding: 12px 14px;
    display: block;
    white-space: nowrap; }
  .menu-popover > .popover-content > .single-content strong {
    font-weight: 300; }
  .menu-popover > .popover-content > .single-content .label,
  .menu-popover > .popover-content > .single-content .badge {
    margin-left: 10px;
    float: none !important; }
  .menu-popover ul {
    width: 70px;
    margin-bottom: 0; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .menu-popover ul {
      width: 70px; } }

@media (min-width: 768px) {
  .menu-popover .mainnav-widget-content {
    background-color: #384857; }
  .menu-popover .mainnav-widget-content > .list-group {
    display: block;
    width: auto; } }

.popover.mainnav-shortcut {
  white-space: nowrap; }

.popover.mainnav-shortcut .popover-content {
  padding: 12px 15px; }

.mainnav-sm .popover.mainnav-shortcut {
  display: block !important;
  border: 0;
  margin-top: -41.14284px;
  margin-left: -1px;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
  width: auto;
  max-width: 300px;
  border-radius: 0 0 0 0;
  background-color: #2e3b48;
  color: #ffffff;
  left: 50px !important; }

.mainnav-sm .popover.mainnav-shortcut.in {
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s; }

.mainnav-sm .popover.mainnav-shortcut.in .popover-content {
  height: 100%;
  margin: 0; }

.mainnav-sm .popover.mainnav-shortcut > .arrow {
  display: none; }

/* NAVIGATION - OFFCANVAS */
/*======================================*/
#container.mainnav-in.footer-fixed #footer,
#container.mainnav-in #content-container,
#container.mainnav-in #footer {
  left: 70px; }
  @media (min-width: 1200px) {
    #container.mainnav-in.footer-fixed #footer,
    #container.mainnav-in #content-container,
    #container.mainnav-in #footer {
      left: 70px; } }

#container.mainnav-out #content-container,
#container.mainnav-in #mainnav-container {
  left: 0; }

/* #container.mainnav-in .navbar-header {
  left: -$navigation-width;
}
#container.mainnav-in .tgl-menu-btn {
  right: $navigation-width;
}*/
#container.mainnav-in #mainnav-menu-wrap {
  height: 100%; }

@media (min-width: 768px) {
  #container.mainnav-in.easeInBack #mainnav-container,
  #container.mainnav-in.easeOutBack #mainnav-container,
  #container.mainnav-in.easeInOutBack #mainnav-container,
  #container.mainnav-in.jumping #mainnav-container,
  #container.mainnav-out.easeInBack #mainnav-container,
  #container.mainnav-out.easeOutBack #mainnav-container,
  #container.mainnav-out.easeInOutBack #mainnav-container,
  #container.mainnav-out.jumping #mainnav-container {
    box-shadow: -20px 0 0 0 #32404e; }
  /*  #container.mainnav-in #navbar,
  #container.mainnav-in .navbar-header {
    left: 0;
  }
  #container.mainnav-in .tgl-menu-btn {
    right: 0;
  }
  #container.mainnav-in.aside-in #aside-container {
    right: -$navigation-width;
  } */
  #container.mainnav-out .brand-title {
    background-color: transparent;
    color: #515151; } }

/* Reveal*/
/*======================================*/
@media (min-width: 1200px) {
  #container.mainnav-in.reveal.aside-in #aside-container {
    right: -70px; }
  #container.mainnav-in.reveal.aside-in #footer {
    left: 70px; }
  #container.mainnav-out.reveal.aside-left:not(.aside-in) #aside-container,
  #container.mainnav-in.reveal.aside-left:not(.aside-in) #aside-container {
    left: -70px; }
  #container.mainnav-out.reveal #mainnav-container {
    left: -70px; } }

@media (min-width: 768px) {
  #container.reveal #content-container {
    min-height: 100vh; }
  #container.mainnav-out.reveal #content-container,
  #container.mainnav-in.reveal #content-container {
    z-index: 7; }
  #container.mainnav-in.reveal.aside-in #aside-container {
    right: -70px; }
  #container.mainnav-in.reveal.aside-in #footer {
    left: 70px; }
  #container.mainnav-out.reveal #aside-container,
  #container.mainnav-in.reveal #aside-container {
    z-index: 9; }
  #container.mainnav-out.reveal.aside-left:not(.aside-in) #aside-container,
  #container.mainnav-in.reveal.aside-left:not(.aside-in) #aside-container {
    left: -70px; }
  #container.mainnav-out.reveal #footer,
  #container.mainnav-in.reveal #footer {
    z-index: 8; }
  #container.mainnav-out.reveal #mainnav-container {
    left: -70px; }
  #container.mainnav-in.reveal.slide .navbar-header:before,
  #container.mainnav-out.reveal.slide .navbar-header:before,
  #container.mainnav-out.reveal:not(.slide) #mainnav-container,
  #container.mainnav-in.reveal:not(.slide) #mainnav-container {
    left: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0; } }

/* Slide in on top */
/*======================================*/
@media (min-width: 768px) {
  #container.mainnav-in.slide #navbar,
  #container.mainnav-in.slide #content-container,
  #container.mainnav-in.slide #footer {
    left: 0; }
  #container.mainnav-in.slide.aside-in.aside-left #aside-container {
    left: 0; }
  #container.mainnav-in.slide.aside-in #aside-container {
    right: 0; } }

@media (min-width: 1200px) {
  #container .brand-icon {
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }
  /*  #mainnav-menu a {
    -webkit-transition: background-color 0.5s, color 0.5s, box-shadow 0.5s;
    transition: background-color 0.5s, color 0.5s, box-shadow 0.5s;
  } */
  #mainnav-menu ul a,
  .menu-popover .sub-menu ul a {
    -webkit-transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s;
    transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s; }
  #mainnav-menu ul a:hover,
  .menu-popover .sub-menu ul a:hover {
    -webkit-transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s;
    transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s; }
  #mainnav-shortcut {
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }
  #mainnav-shortcut li {
    -webkit-transition: all 0.7s ease 0.2s;
    transition: all 0.7s ease 0.2s; }
  #mainnav-shortcut .shortcut-grid i {
    -webkit-transition: font-size 0.7s linear 0.5s;
    transition: font-size 0.7s linear 0.5s; }
  /*
  #container.mainnav-sm #mainnav-shortcut {
    -webkit-transition: all 0.7s linear 0.2s;
    transition: all 0.7s linear 0.2s;
  }
  #container.mainnav-sm #mainnav-shortcut > ul > li {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #container.mainnav-sm #mainnav-shortcut > ul > li i {
    -webkit-transition: font-size 0.7s;
    transition: font-size 0.7s;
  } */
  #mainnav-menu .list-header,
  #mainnav-menu .list-divider,
  #mainnav-menu .menu-title,
  #mainnav-menu .arrow,
  #mainnav-menu .menu-title > .label {
    opacity: 1;
    -webkit-transition: all 1.5s ease 0.3s, color 0.3s;
    transition: all 1.5s ease 0.3s, color 0.3s;
    transition-timing-function: cubic-bezier(0.28, 1.02, 0.36, 1.145); }
  /*
  .mainnav-sm #mainnav-menu .list-header,
  .mainnav-sm #mainnav-menu .list-divider,
  .mainnav-sm #mainnav-menu .menu-title,
  .mainnav-sm #mainnav-menu .arrow,
  .mainnav-sm #mainnav-menu .menu-title > .label {
    -webkit-transition: opacity 0.5s, padding 0.5s linear 0.5s, color 0.1s, margin 0.5s linear 0.5s;
    transition: opacity 0.5s, padding 0.5s linear 0.5s, color 0.1s, margin 0.5s linear 0.5s;
    transition-timing-function: cubic-bezier(0.28, 1.02, 0.36, 1.145);
  }
  */ }

.collapsing {
  transition-timing-function: cubic-bezier(1, -0.28, 0, 1.275); }

.pace {
  position: fixed;
  width: 100%;
  height: 4px;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0; }

.pace:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute; }

.pace-inactive {
  visibility: hidden;
  opacity: 0;
  transition: all 5s; }

.pace-progress {
  height: 4px;
  z-index: 2;
  position: relative;
  transition: all .2s; }

.pace-activity {
  display: none; }

div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_filter {
  text-align: right; }

div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap; }

div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap; }

@media screen and (max-width: 767px) {
  div.dataTables_length,
  div.dataTables_filter,
  div.dataTables_info,
  div.dataTables_paginate {
    text-align: center; } }

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 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 {
  background: url("../images/sort_both.png") no-repeat center right; }

table.dataTable thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right; }

table.dataTable thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right; }

table.dataTable thead .sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.png") no-repeat center right; }

table.dataTable thead .sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat center right; }

table.dataTable thead > tr > th {
  padding-left: 18px;
  padding-right: 18px; }

table.dataTable th:active {
  outline: none; }

/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

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 {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
	width calculations when using scrolling impossible to align columns. We have
	to use separate
 */
table.table-bordered.dataTable {
  border-collapse: separate !important; }

table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0; }

table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0; }

table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
  background-color: #08C;
  color: white; }

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
  background-color: #0075b0 !important; }

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
  color: white; }

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
  background-color: #017ebc; }

table.DTTT_selectable tbody tr {
  cursor: pointer; }

div.DTTT .btn:hover {
  text-decoration: none !important; }

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003; }

ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */ }

ul.DTTT_dropdown.dropdown-menu li {
  position: relative; }

ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important; }

div.DTTT_collection_background {
  z-index: 2002; }

/* TableTools information display */
div.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  opacity: 0.95;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5); }

div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em; }

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px; }

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0; }

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important; }

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none; }

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
  margin-top: 0 !important; }

#container .table.dataTable tbody tr.selected {
  background-color: #f2f5ca; }

/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
  margin: 0 !important; }

/*
* bootstrap-table - v1.5.0 - 2014-12-12
* https://github.com/wenzhixin/bootstrap-table
* Copyright (c) 2014 zhixin wen
* Licensed MIT License
*/
.bootstrap-table .table {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #ddd;
  border-collapse: collapse !important;
  border-radius: 1px; }

.fixed-table-container {
  position: relative;
  clear: both;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.fixed-table-header {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0; }

.fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%; }

.fixed-table-container table {
  width: 100%; }

.fixed-table-container thead th {
  height: 0;
  padding: 0;
  margin: 0;
  border-left: 1px solid #ddd; }

.fixed-table-container thead th:first-child {
  border-left: none;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px; }

.fixed-table-container thead th .th-inner {
  padding: 8px;
  line-height: 24px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.fixed-table-container thead th .sortable {
  cursor: pointer; }

.fixed-table-container tbody td {
  border-left: 1px solid #ddd; }

.fixed-table-container tbody tr:first-child td {
  border-top: none; }

.fixed-table-container tbody td:first-child {
  border-left: none; }

.fixed-table-container tbody .selected td {
  background-color: #f2f5ca; }

.fixed-table-container .bs-checkbox {
  text-align: center; }

.fixed-table-container .bs-checkbox .th-inner {
  padding: 8px 0; }

.fixed-table-container input[type=checkbox], .fixed-table-container input[type=radio] {
  margin: 0 auto !important; }

.fixed-table-container .no-records-found {
  text-align: center; }

.fixed-table-pagination .pagination, .fixed-table-pagination .pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px; }

.fixed-table-pagination .pagination a {
  padding: 6px 12px;
  line-height: 1.428571429; }

.fixed-table-pagination .pagination-info {
  line-height: 34px;
  margin-right: 5px; }

.fixed-table-pagination .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.fixed-table-pagination .dropup .dropdown-menu {
  margin-bottom: 0; }

.fixed-table-pagination .page-list {
  display: inline-block; }

.fixed-table-toolbar .columns-left {
  margin-right: 5px; }

.fixed-table-toolbar .columns-right {
  margin-left: 5px; }

.fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429; }

.fixed-table-toolbar .bars, .fixed-table-toolbar .columns, .fixed-table-toolbar .search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 34px; }

.fixed-table-pagination li.disabled a {
  pointer-events: none;
  cursor: default; }

.fixed-table-loading {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  text-align: center; }

.fixed-table-body .card-view .title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  text-align: left !important; }

.fixed-table-body thead th .th-inner {
  box-sizing: border-box; }

.table td, .table th {
  vertical-align: middle;
  box-sizing: border-box; }

.fixed-table-toolbar .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto; }

.fixed-table-toolbar .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important; }

.fixed-table-toolbar .btn-group > .btn-group > .btn {
  border-radius: 0; }

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.bootstrap-table .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.bootstrap-table .table thead > tr > th {
  padding: 0;
  margin: 0; }

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

.bootstrap-table .pagination .active.disabled > a {
  opacity: 1;
  color: #fff; }

p.fixed-table-scroll-inner {
  width: 100%;
  height: 200px; }

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden; }

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px; }

.bootstrap-timepicker .add-on {
  cursor: pointer; }

.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px; }

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px; }

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block; }

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute; }

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute; }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px; }

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px; }

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px; }

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px; }

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px; }

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  background-color: transparent;
  border: 0; }

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 5px 7px;
  font-weight: 500; }

.bootstrap-timepicker-widget table tr:nth-child(2) td:not(.separator) {
  background-color: #E7ECF2; }

.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px; }

.bootstrap-timepicker-widget table td span {
  width: 100%; }

.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #404040; }

.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none; }

.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px; }

.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center; }

.bootstrap-timepicker-widget .modal-content {
  padding: 4px; }

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px; } }

@media (max-width: 767px) {
  .bootstrap-timepicker, .bootstrap-timepicker .dropdown-menu {
    width: 100%; } }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 0;
  border-radius: 2px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/ }

.datepicker-inline {
  border: 1px solid #e9e9e9;
  display: inline-block; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #3F83DE;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
  border-bottom-color: #E7ECF2; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker > div {
  display: none; }

.datepicker.days div.datepicker-days {
  display: block; }

.datepicker.months div.datepicker-months {
  display: block; }

.datepicker.years div.datepicker-years {
  display: block; }

.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 table thead {
  background-color: #e7ecf2; }

.datepicker table tfoot .today {
  font-weight: 500; }

.datepicker table tbody:before,
.datepicker table tbody:after {
  content: "-";
  display: block;
  font-size: 5px;
  height: 5px;
  overflow: hidden;
  color: transparent; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  font-weight: 300;
  width: 30px;
  height: 35px;
  border-radius: 1px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  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 {
  color: #000000;
  background-color: #A9D5FF;
  border-color: #A9D5FF; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #fff !important;
  background-color: #489EED;
  border-color: #489EED; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #A9D5FF;
  border-color: #A9D5FF; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.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: #eeeeee;
  border-radius: 0; }

.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 {
  color: #000000;
  background-color: #A9D5FF;
  border-color: #A9D5FF;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #A9D5FF;
  border-color: #A9D5FF; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #A9D5FF;
  border-color: #A9D5FF; }

.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: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none; }

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555; }

.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: #ffffff;
  background-color: #489EED;
  border-color: #489EED;
  font-weight: 500; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #489EED;
  border-color: #489EED; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none; }

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #489EED; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 2px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  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: #ffffff;
  background-color: #489EED;
  border-color: #489EED;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #489EED;
  border-color: #489EED; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none; }

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #489EED;
  border-color: #489EED; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker th.datepicker-switch {
  width: 145px;
  font-size: 1.45em;
  font-weight: 500;
  padding: 15px; }

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: rgba(0, 0, 0, 0.03); }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent; }

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px; }

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: solid #E1E5EA;
  border-width: 1px 0; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  line-height: 1.428571429; }

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 5px 15px; }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777; }

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.bootstrap-datetimepicker-widget.wider {
  width: 21em; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

.input-group.date .input-group-addon {
  cursor: pointer; }

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

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #3f83de;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a, .chosen-container a:hover {
  cursor: pointer;
  color: #545454; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
  margin-bottom: 0;
  cursor: pointer;
  background-image: none;
  border: 1px solid #e1e5ea;
  white-space: nowrap;
  padding: 7px 12px;
  font-weight: 400;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container-single .chosen-default {
  color: #545454; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  /*background:url(chosen-sprite.png) -42px 1px no-repeat;*/
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover, .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b:before {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  vertical-align: -50%;
  color: #5f5f5f; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 10px;
  white-space: nowrap;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3); }

.chosen-container-single .chosen-search:before {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -.5em;
  z-index: 3; }

.chosen-container-single .chosen-search input[type=text]:focus {
  border-color: #3F83DE; }

.chosen-container-single .chosen-search input[type=text] {
  background-color: #FFF;
  background-image: none;
  border: 1px solid #E1E5EA;
  border-radius: 2px;
  color: #555;
  display: block;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
  width: 100%; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 7px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #489EED;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  margin: 0;
  height: auto !important;
  height: 1%;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
  margin-bottom: 0;
  cursor: pointer;
  background-image: none;
  border: 1px solid #e1e5ea;
  white-space: nowrap;
  padding: 2px 5px;
  font-weight: 400;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 2px 3px 0 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: inherit;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 3px 3px 0;
  padding: 7px 25px 7px 6px;
  max-width: 100%;
  border-radius: .1em;
  background-color: #489eed;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\f057";
  font: normal normal normal 14px/1 FontAwesome;
  vertical-align: -50%;
  color: #fff; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  display: block; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #3f83de; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #3f83de;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #3f83de; }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single {
  cursor: default; }

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

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl .chosen-drop, .chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  /*background:#fff url(chosen-sprite.png) no-repeat -30px -20px;*/
  /*background:url(chosen-sprite.png) no-repeat -30px -20px;*/
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    /*background-image:url(chosen-sprite@2x.png)!important;*/
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/*

Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #F0F0F0; }

.hljs,
.hljs-subst {
  color: #444; }

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold; }

.hljs-built_in,
.hljs-literal,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #1F811F; }

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060; }

.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000; }

.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold; }

.hljs-comment {
  color: #888888; }

.hljs-meta {
  color: #2B6EA1; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: bold; }

/*! @license
morris.js v0.5.1
Copyright 2014 Olly Smith All rights reserved.
Licensed under the BSD-2-Clause License.
*/
.morris-hover {
  position: absolute;
  border-radius: 3px;
  text-align: right;
  z-index: 1000;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.morris-hover.morris-default-style {
  padding: 7px 15px;
  background-color: #3a3f44; }

.morris-hover.morris-default-style .morris-hover-row-label {
  font-size: 1.2em;
  font-weight: 500;
  white-space: nowrap;
  color: #fff; }

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  color: #f3f3f3 !important;
  font-weight: 300; }

.morris-legend-items {
  display: inline-block;
  padding: 5px 10px 5px 5px; }

.morris-legend-items > span {
  display: inline-block;
  width: 12px;
  height: 10px;
  border-radius: 1px;
  margin-right: 10px; }

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
       the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal; }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */ }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */ }

.fc.fc-bootstrap3 a {
  text-decoration: none; }

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.fc.fc-bootstrap4 a {
  text-decoration: none; }

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap4 .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dc-dropzone, .dc-dropzone * {
  box-sizing: border-box; }

.dc-dropzone {
  background: none repeat scroll 0 0 white;
  border: 2px dashed #0087f7;
  border-radius: 5px;
  float: left;
  max-height: 150px;
  min-height: 135px;
  overflow: auto;
  padding: 15px;
  width: 100%; }

.dc-dropzone.dz-clickable {
  cursor: pointer; }

.dc-dropzone.dz-clickable * {
  cursor: default; }

.dc-dropzone.dz-clickable .dz-message, .dc-dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dc-dropzone.dz-started .dz-message {
  display: none; }

.dc-dropzone.dz-drag-hover {
  border-style: solid; }

.dc-dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dc-dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dc-dropzone .dz-preview {
  border: 1px solid #dddddd;
  float: left;
  margin: 0 0 2px;
  min-height: 20px;
  padding: 2px;
  position: relative;
  vertical-align: top;
  width: 100%; }

.dc-dropzone .dz-preview:last-child {
  margin: 0 0 15px; }

.dc-dropzone .dz-preview:hover {
  z-index: 1000; }

.dc-dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dc-dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

/*.dc-dropzone .dz-preview.dz-image-preview { background: white; }*/
.dc-dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dc-dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dc-dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dc-dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dc-dropzone .dz-preview .dz-details {
  color: rgba(0, 0, 0, 0.9);
  float: left;
  font-size: 13px;
  line-height: 21px;
  max-width: 91%;
  min-width: 91%;
  text-align: left; }

.dc-dropzone .dz-preview .dz-details .dz-size {
  visibility: hidden;
  float: left;
  font-size: 13px;
  padding: 0 0 0 11px;
  width: 20%; }

.dc-dropzone .dz-preview .dz-details .dz-filename {
  float: left;
  font-size: 13px;
  white-space: nowrap;
  width: 50%;
  padding: 0 0 0 10px; }

.dc-dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dc-dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dc-dropzone .dz-preview .dz-image {
  background: url("../images/icons/file-upload-icons.png") no-repeat scroll -5px -5px rgba(0, 0, 0, 0);
  border-radius: 0;
  float: left;
  height: 22px;
  overflow: hidden;
  width: 21px; }

.dc-dropzone .dz-preview.doc-file .dz-image {
  background-position: -5px -5px; }

.dc-dropzone .dz-preview.image-file .dz-image {
  background-position: -5px -105px; }

.dc-dropzone .dz-preview.excel-file .dz-image {
  background-position: -5px -55px; }

.dc-dropzone .dz-preview.pdf-file .dz-image {
  background-position: -5px -155px; }

.dc-dropzone .dz-preview.standard-file .dz-image {
  background-position: -5px -205px; }

.dc-dropzone .dz-preview .dz-image a {
  background: transparent none repeat scroll 0 0;
  cursor: pointer;
  float: left;
  height: 22px;
  line-height: 22px;
  width: 100%; }

.dc-dropzone .dz-preview .dz-image img {
  display: block;
  height: 20px;
  width: 20px; }

.dc-dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dc-dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dc-dropzone .dz-preview .dz-success-mark, .dc-dropzone .dz-preview .dz-error-mark {
  display: block;
  left: 2px;
  margin-left: 0;
  margin-top: -10px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 500; }

.dc-dropzone .dz-preview .dz-success-mark svg, .dc-dropzone .dz-preview .dz-error-mark svg {
  display: block;
  height: 20px;
  width: 20px; }

.dc-dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dc-dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dc-dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dc-dropzone .dz-preview .dz-progress {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  height: 16px;
  left: 13%;
  margin-left: -40px;
  margin-top: -8px;
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 80px;
  z-index: 1000; }

.dc-dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dc-dropzone .dz-preview.dz-error .dz-error-message {
  display: none; }

.dc-dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dc-dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dc-dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

.dc-dropzone .dz-preview .dz-details .file-action-wrapper {
  float: right;
  width: 30%; }

.dc-dropzone .dz-preview .dz-details .file-action-wrapper .file-note {
  float: right;
  margin: 0 0 0 5px;
  width: 25px; }

.dc-dropzone .dz-preview .dz-details .file-action-wrapper .file-note .show-note {
  background: url("../images/icons/note-edit.svg") no-repeat scroll 0 -3px/30px 30px rgba(0, 0, 0, 0);
  color: #666666;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: normal;
  height: 22px;
  margin: 0 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 25px; }

.dc-dropzone .dz-preview .dz-details .file-action-wrapper .file-page-number {
  float: right;
  width: 55px; }

.dc-dropzone .dz-preview .dz-details .file-action-wrapper .file-page-number input {
  width: 55px; }

.dc-dropzone .dz-preview .remove-file {
  background: none repeat scroll 0 0 #ffffff;
  cursor: pointer;
  float: right;
  height: 19px;
  margin: 0 2px 0 5px;
  position: relative;
  width: 16px; }

.dc-dropzone .dz-preview .remove-file:after {
  color: #61b8ef;
  content: "x";
  font-size: 19px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 16px; }

.dc-dropzone .file-privacy {
  float: right; }

.dc-dropzone .file-privacy .note-role {
  display: none; }

.dc-dropzone .file-privacy .file-privacy-action {
  background: url("../images/icons/lock.svg") no-repeat scroll 3px 2px/18px 18px rgba(0, 0, 0, 0);
  color: #666666;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: normal;
  height: 22px;
  margin: 0 0 0 10px;
  text-align: center;
  text-decoration: none;
  width: 25px; }

.dc-dropzone .file-privacy .note-role {
  background: none repeat scroll 0 0 #ffffff;
  box-shadow: 1px 1px 8px #666666;
  display: none;
  min-height: 94px;
  left: 50%;
  margin: 0 0 0 -185px;
  padding: 20px;
  position: fixed;
  top: 30%;
  width: 370px !important;
  z-index: 10; }

.dc-dropzone .file-privacy .close-privacy {
  clear: both;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #666666;
  cursor: pointer;
  float: right;
  font-size: 12px;
  line-height: 24px;
  margin: 5px 0 0 15px;
  padding: 0 5px;
  text-decoration: none; }

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("font/summernote.eot?271bb7c2814d03f08da2201dd9252a90");
  src: url("font/summernote.eot?#iefix") format("embedded-opentype"), url("font/summernote.woff?271bb7c2814d03f08da2201dd9252a90") format("woff"), url("font/summernote.ttf?271bb7c2814d03f08da2201dd9252a90") format("truetype"); }

[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale; }

.note-icon-align-center:before {
  content: "\f101"; }

.note-icon-align-indent:before {
  content: "\f102"; }

.note-icon-align-justify:before {
  content: "\f103"; }

.note-icon-align-left:before {
  content: "\f104"; }

.note-icon-align-outdent:before {
  content: "\f105"; }

.note-icon-align-right:before {
  content: "\f106"; }

.note-icon-align:before {
  content: "\f107"; }

.note-icon-arrow-circle-down:before {
  content: "\f108"; }

.note-icon-arrow-circle-left:before {
  content: "\f109"; }

.note-icon-arrow-circle-right:before {
  content: "\f10a"; }

.note-icon-arrow-circle-up:before {
  content: "\f10b"; }

.note-icon-arrows-alt:before {
  content: "\f10c"; }

.note-icon-arrows-h:before {
  content: "\f10d"; }

.note-icon-arrows-v:before {
  content: "\f10e"; }

.note-icon-bold:before {
  content: "\f10f"; }

.note-icon-caret:before {
  content: "\f110"; }

.note-icon-chain-broken:before {
  content: "\f111"; }

.note-icon-circle:before {
  content: "\f112"; }

.note-icon-close:before {
  content: "\f113"; }

.note-icon-code:before {
  content: "\f114"; }

.note-icon-col-after:before {
  content: "\f115"; }

.note-icon-col-before:before {
  content: "\f116"; }

.note-icon-col-remove:before {
  content: "\f117"; }

.note-icon-eraser:before {
  content: "\f118"; }

.note-icon-font:before {
  content: "\f119"; }

.note-icon-frame:before {
  content: "\f11a"; }

.note-icon-italic:before {
  content: "\f11b"; }

.note-icon-link:before {
  content: "\f11c"; }

.note-icon-magic:before {
  content: "\f11d"; }

.note-icon-menu-check:before {
  content: "\f11e"; }

.note-icon-minus:before {
  content: "\f11f"; }

.note-icon-orderedlist:before {
  content: "\f120"; }

.note-icon-pencil:before {
  content: "\f121"; }

.note-icon-picture:before {
  content: "\f122"; }

.note-icon-question:before {
  content: "\f123"; }

.note-icon-redo:before {
  content: "\f124"; }

.note-icon-row-above:before {
  content: "\f125"; }

.note-icon-row-below:before {
  content: "\f126"; }

.note-icon-row-remove:before {
  content: "\f127"; }

.note-icon-special-character:before {
  content: "\f128"; }

.note-icon-square:before {
  content: "\f129"; }

.note-icon-strikethrough:before {
  content: "\f12a"; }

.note-icon-subscript:before {
  content: "\f12b"; }

.note-icon-summernote:before {
  content: "\f12c"; }

.note-icon-superscript:before {
  content: "\f12d"; }

.note-icon-table:before {
  content: "\f12e"; }

.note-icon-text-height:before {
  content: "\f12f"; }

.note-icon-trash:before {
  content: "\f130"; }

.note-icon-underline:before {
  content: "\f131"; }

.note-icon-undo:before {
  content: "\f132"; }

.note-icon-unorderedlist:before {
  content: "\f133"; }

.note-icon-video:before {
  content: "\f134"; }

.note-editor {
  position: relative; }

.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: white;
  opacity: .95; }

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle; }

.note-editor .note-dropzone.hover {
  color: #098ddf; }

.note-editor.dragover .note-dropzone {
  display: table; }

.note-editor .note-editing-area {
  position: relative; }

.note-editor .note-editing-area .note-editable {
  outline: 0; }

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super; }

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub; }

.note-editor.note-frame {
  border: 1px solid #a9a9a9; }

.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none; }

.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block; }

.note-editor.note-frame .note-editing-area {
  overflow: hidden; }

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  background-color: #fff; }

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5; }

.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none; }

.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important; }

.note-editor.note-frame.fullscreen .note-editable {
  background-color: white; }

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none; }

.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  padding-top: 1px;
  cursor: ns-resize; }

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9; }

.note-editor.note-frame .note-placeholder {
  padding: 10px; }

.note-popover.popover {
  max-width: none; }

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle; }

.note-popover.popover .arrow {
  left: 20px !important; }

.note-popover .popover-content, .panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0; }

.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0; }

.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .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-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .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-popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px; }

.note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 340px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee; }

.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px; }

.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px; }

.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px; }

.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto; }

.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden; }

.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible; }

.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px; }

.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  line-height: 1; }

.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff; }

.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000; }

.note-dialog > div {
  display: none; }

.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0; }

.note-dialog .note-modal-form {
  margin: 0; }

.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray; }

@-moz-document url-prefix() {
  .note-image-input {
    height: auto; } }

.note-placeholder {
  position: absolute;
  display: none;
  color: gray; }

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black; }

.note-handle .note-control-selection > div {
  position: absolute; }

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30); }

.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0; }

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0; }

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize; }

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70); }

.note-hint-popover {
  min-width: 100px;
  padding: 2px; }

.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0; }

html, body {
  width: 100%;
  position: relative; }

body .flow-builder-widget .flow-builder-editor {
  font-family: "Gotham RD", "sans-serif"; }

html, body .flow-builder-widget .flow-builder-editor .blocktitle {
  font-size: 11px !important; }

em.underline {
  text-decoration: underline; }

em.no-italic {
  font-style: unset; }

.strong {
  font-weight: bold; }

.margin-bottom-10 {
  margin-bottom: 10px; }

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

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-25 {
  padding-bottom: 25px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-bottom-35 {
  padding-bottom: 35px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.modal-fixed .modal {
  overflow: inherit; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.content a:not(.btn) {
  color: #2c9ab7; }

.content a:not(.btn):hover {
  color: #2c9ab7;
  text-decoration: underline; }

.content {
  font-size: 14px; }

.content p {
  font-size: 18px; }

.content img {
  width: 100%;
  max-width: 100%; }

#footer a {
  margin: 0 0 0 5px;
  color: #2c9ab7; }

#footer a:hover {
  color: #2c9ab7;
  text-decoration: underline; }

table .cl-column-selector-container {
  position: relative;
  z-index: 3; }

table .cl-table-column-selector {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 20px;
  height: 20px;
  content: "";
  cursor: pointer; }

table th.sorting_enabled .cl-table-column-selector, table th.row-searchable .cl-table-column-selector {
  right: 20px; }

table th.sorting_enabled.row-searchable .cl-table-column-selector {
  right: 34px; }

table th.sorting_enabled.row-searchable.cl-column-selector-container, table th.row-searchable.cl-column-selector-container, table th.sorting_enabled.cl-column-selector-container {
  min-width: 120px; }

table .cl-table-column-selector:before {
  font-family: FontAwesome;
  content: "\f013";
  font-size: 15px; }

table .cl-table-column-list {
  position: absolute;
  top: 100%;
  display: none;
  right: 0;
  width: 200px;
  background: #fff;
  border: 1px solid #eee;
  list-style: none;
  padding: 5px 5px;
  overflow: auto;
  max-height: 200px;
  font-size: 12px;
  font-weight: normal;
  margin: 0; }

table .cl-table-column-list .cl-table-column-entry {
  float: left;
  width: 100%;
  padding: 0 0 0 15px;
  position: relative; }

table .cl-table-column-list .cl-table-column-entry::before {
  content: "\f096";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 11px; }

table .cl-table-column-list .cl-table-column-entry.checked::before {
  content: "\f046"; }

table .cl-table-column-list .cl-table-column-entry:hover {
  background: #f0f2f6; }

table .cl-table-column-selector.show .cl-table-column-list {
  display: block; }

#container .table-striped > tbody > tr {
  transition: background-color 0.2s ease; }

#container .table-striped > tbody > tr:hover {
  background-color: rgba(236, 238, 241, 0.8); }

#container .table-striped tbody tr.inherited-from-master {
  background: rgba(204, 153, 51, 0.2); }

#container .table-striped tbody tr.inherited-from-master .inherited-label {
  font-weight: bold; }

.table-preloader-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 5;
  display: none;
  opacity: 0;
  transition: opacity 200ms ease-in; }

.table-preloader-container .table-preloader-image-container {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 30px;
  height: 30px; }

.table-preloader-container .table-preloader-image-container .table-preloader-image {
  width: 30px;
  height: 30px; }

.show-table-pre-loader .table-preloader-container {
  display: block;
  opacity: 1; }

.table-widget-footer-info .table-widget-footer-info-content {
  float: left;
  padding-right: 8px;
  border-right: 2px solid #bfbfbf;
  margin-right: 8px; }

.table-widget-footer-info .table-widget-footer-info-select {
  float: left;
  background: none;
  margin: 1px 0px 0px;
  border-width: medium medium 1px;
  border-style: none none solid;
  border-color: currentcolor currentcolor black; }

.table-widget-footer-info .table-widget-footer-info-refresh {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0px 0px 0px 7px; }

.table-widget-footer-info .table-widget-footer-info-refresh::before {
  float: left;
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  color: #515151;
  width: 20px; }

.table-widget-footer-info .table-widget-footer-info-label {
  box-shadow: none !important;
  float: left; }

#dropdown-user .usr-basic-details {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #eee; }

#dropdown-user .usr-basic-details .usr-email {
  float: left;
  width: 100%;
  padding: 10px 15px;
  font-size: 12px; }

.full-width {
  float: left;
  width: 100%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.dataTable img {
  max-width: 18px; }

.table a {
  color: #2c9ab7; }

.btn-xxs.btn-circle {
  padding: 2px; }

.btn-xxs, .btn-icon.btn-xxs {
  font-size: 7px;
  line-height: 1; }

.dropdown.open > .btn, .btn-group.open .dropdown-toggle {
  box-shadow: none; }

.modal-fixed .modal .note-editor .modal {
  display: none; }

.note-editor .modal-dialog {
  z-index: 1050;
  max-width: 600px; }

.note-editor .modal-dialog .form-horizontal .form-group, .note-editor .modal-dialog .modal-body .form-group {
  margin-right: 0;
  margin-left: 0; }

.modal-fixed .modal .note-editor .modal-dialog {
  z-index: 1050; }

.note-editing-area a {
  color: #5fa2dd;
  text-decoration: underline; }

table thead th.sorting_enabled {
  cursor: pointer; }

table thead .sorting {
  background: url("../images/sort_both.png") no-repeat center right; }

table thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right; }

table thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right; }

table thead .sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.png") no-repeat center right; }

table thead .sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat center right; }

table .el-action .btn {
  margin: 0 5px 0 0; }

table .el-action .btn.btn-circle {
  color: #ffffff; }

table thead .row-searchable {
  position: relative;
  z-index: 1; }

.page-event-stream table.table .row-searchable {
  min-width: 80px; }

table th .search-action-button {
  position: absolute;
  top: 7px;
  right: 4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #999999;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none; }

table th.sorting_enabled .search-action-button {
  right: 19px; }

table th .search-action-button:hover {
  color: #489eed; }

table th .row-search-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  height: 100%; }

table th .row-search-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

table th .row-search-container.small-search input {
  width: 88%; }

table th .row-search-container.small-search .row-search-close {
  width: 10%; }

table th .row-search-container input {
  float: left;
  width: 93%;
  margin: 4px 0 0 2px; }

table th .row-search-container .row-search-close {
  float: right;
  width: 6%;
  color: #999999;
  text-decoration: none;
  line-height: 20px;
  font-size: 20px;
  padding: 4px 0 0 0;
  text-align: center;
  position: absolute;
  right: 0; }

.achievement-table table td.el-name {
  min-width: 120px; }

.members-table table .el-groups {
  max-width: 150px; }

.members-table table .el-memberRefId {
  max-width: 150px; }

#participants-summary-table a {
  color: #ffffff; }

.has-error .chosen-container .chosen-choices {
  border-color: #a94442;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }

.has-error-text {
  color: #a94442; }

#mainnav-menu .indicate-menu {
  background: rgba(156, 201, 107, 0.6);
  color: #ffffff; }

#mainnav-menu .indicate-menu a {
  color: #ffffff; }

.participants .chosen-container .chosen-drop {
  min-width: 180px; }

body .edit-global-modal {
  display: none; }

.global-progress-indicator {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none; }

.global-progress-indicator .container {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 300px;
  margin: 0 0 0 -150px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 15px 0;
  background: #ffffff; }

.global-progress-indicator .container h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.global-progress-indicator .message-cont {
  float: left;
  width: 100%; }

.global-progress-indicator .message-cont .info {
  text-align: center; }

.global-progress-indicator .preloader {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 0 30px 0; }

.global-error-popup-notification {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none; }

.global-error-popup-notification .close {
  background-color: transparent !important;
  color: #ffffff;
  left: auto;
  opacity: 0.7;
  position: absolute;
  right: 18px;
  top: 0; }

.global-error-popup-notification .container {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 700px;
  margin: 0 0 0 -350px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 15px 0;
  background: #f76c51;
  color: #ffffff; }

.global-error-popup-notification .container.danger {
  background: #e79824; }

.global-error-popup-notification .container.error {
  background: #f76c51; }

.global-error-popup-notification .container h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.global-error-popup-notification .message-cont {
  float: left;
  width: 100%; }

.global-error-popup-notification .message-cont .info {
  text-align: center; }

.global-error-popup-notification .message {
  float: left;
  font-size: 15px;
  line-height: 25px;
  padding: 0 21px;
  width: 100%; }

#demo-calendar .fc-popover .fc-event-container {
  max-height: 300px;
  overflow: auto; }

.competition-progress-indicator {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none; }

.competition-progress-indicator .container {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 300px;
  margin: 0 0 0 -150px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 15px 0;
  background: #ffffff; }

.competition-progress-indicator .container h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.competition-progress-indicator .message-cont {
  float: left;
  width: 100%; }

.competition-progress-indicator .message-cont .info {
  text-align: center; }

.competition-progress-indicator .preloader {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 0 30px 0; }

.table-upload {
  float: right; }

.table-filter-input-daterange {
  float: left;
  max-width: 350px; }

.page-dashboard .searchbox {
  display: none; }

.page-dashboard .panel-info .panel-body a {
  color: #ffffff;
  text-decoration: underline; }

.create-competition {
  background: #40b2e7 none repeat scroll 0 0;
  transition: background-color 0.2s ease;
  border-radius: 25px;
  box-shadow: 0 1px 3px #b6b6b6;
  color: #ffffff;
  float: right;
  font-size: 28px;
  height: 50px;
  line-height: 47px;
  position: absolute;
  right: 25px;
  text-align: center;
  text-indent: 3px;
  top: 15px;
  width: 50px;
  z-index: 1;
  display: none; }

.create-competition:hover {
  color: #ffffff;
  background: #39a7da;
  text-decoration: none; }

.page-dashboard .create-competition {
  display: block; }

.full-profile-notice {
  display: none; }

.page-dashboard .morris-donut-wrapper {
  min-height: 261px; }

.page-dashboard .first-start {
  position: absolute; }

.page-dashboard .first-start .modal {
  position: absolute; }

.first-start .modal-dialog {
  display: none;
  opacity: 0; }

.first-start .modal-dialog.visible {
  transition: all 0.5s;
  display: inline-block;
  opacity: 1; }

.first-start .setup-games {
  width: 100%;
  max-width: 1000px; }

.first-start .setup-members {
  width: 100%;
  max-width: 1000px; }

.first-start .first-games-upload {
  display: none; }

.first-start .first-games-upload {
  display: none; }

.first-start p {
  font-size: 14px; }

.first-start .modal-dialog {
  margin-top: 0; }

.first-start .modal-footer .btn {
  min-width: 120px; }

.modal-footer {
  margin-top: 15px; }

#dropdown-new-items .dropdown-toggle {
  vertical-align: inherit; }

#dropdown-new-items .new-items {
  font-size: 34px;
  position: relative;
  z-index: 1;
  padding: 0 12px 0 0;
  float: left;
  width: auto;
  line-height: 18px;
  margin: 15px 0 0 0; }

#dropdown-new-items .new-items::after {
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 19px;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 10px;
  right: 0; }

.competition-type-heading {
  margin: 0 0 30px 0;
  width: 100%;
  text-align: center; }

.competition-type-list {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: 1px solid #2c9ab7; }

.competition-type .competition-clone-table {
  float: left;
  width: 100%; }

.competition-type .competition-clone-table table {
  float: left;
  width: 100%; }

#container .competition-type .competition-clone-table table tbody tr:hover {
  background-color: #d3f7fc; }

#container .competition-type .competition-clone-table table tbody .el-label {
  min-width: 250px; }

.competition-type .competition-clone-table .el-action a {
  color: #ffffff; }

.competition-type-list li {
  float: left;
  width: 100%;
  padding: 18px 0;
  border-top: 1px solid #e0e0e0; }

.competition-type-list li:first-child {
  border-top: none; }

.competition-type-list .text-indent {
  margin: 0 0 0 25px;
  display: inline-block;
  box-sizing: border-box; }

.competition-type-list h3 {
  margin: 0;
  line-height: 40px;
  color: #2c9ab7;
  font-size: 24px; }

.competition-clone-table h3 {
  margin: 20px 0 10px 0;
  line-height: 33px;
  color: #2c9ab7;
  font-size: 21px; }

.competition-type-list p {
  font-size: 13px;
  line-height: 10px; }

.competition-type-list .select-btn {
  border-radius: 3px;
  float: right;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin: 10px 0;
  min-width: 143px;
  padding: 0 20px;
  text-align: center; }

.competition-type-list .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: 0.4; }

.competition-type-list .navigation-items .left {
  float: right; }

.competition-type-list .navigation-items .right {
  float: right; }

.page-select-competition-type .competition-navigation-tabs .comp-widget-count {
  opacity: 0.8;
  font-size: 7px;
  top: 40%;
  display: none; }

.page-select-competition-type .competition-navigation-tabs .comp-ready-count {
  background-color: #579ddb; }

.page-select-competition-type .competition-navigation-tabs .comp-active-count {
  background-color: #00cc33; }

.page-select-competition-type .competition-navigation-tabs .comp-finished-count {
  background-color: #eea236; }

.page-select-competition-type .competition-navigation-tabs .comp-cancelled-count {
  background-color: #cc3300; }

.play-demo-game .play-demo-game-modal-container {
  width: 100%;
  max-width: 80%;
  height: 89%;
  top: 5%;
  transform: translate(-50%, 0);
  left: 50%;
  margin: 0;
  background: #ffffff;
  z-index: 2;
  position: absolute; }

.play-demo-game .logout {
  display: block;
  width: auto;
  height: 18px;
  position: absolute;
  z-index: 3;
  top: 5%;
  left: 10%;
  margin: -19px 0 0 0; }

.play-demo-game .logout a {
  float: right;
  text-decoration: none;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 12px;
  position: relative;
  box-sizing: border-box;
  padding: 2px 7px 2px 7px;
  border: 1px solid #666666;
  margin: 1px 0 0 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4); }

.play-demo-game .modal-overlay {
  opacity: 1; }

.play-demo-game .close-modal {
  display: block;
  width: auto;
  height: 18px;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  margin: 0; }

.play-demo-game .close-modal a {
  float: right;
  text-decoration: none;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 12px;
  position: relative;
  box-sizing: border-box;
  padding: 4px 15px 5px 7px;
  border: 1px solid #666666;
  margin: 1px 0 0 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4); }

.play-demo-game .close-modal a::after {
  position: absolute;
  top: 0;
  right: 3px;
  content: "x";
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px; }

.play-demo-game .play-demo-game-modal-content {
  float: left;
  width: 100%; }

.play-demo-game .play-demo-game-modal-content .demo-game-iframe {
  float: left;
  width: 100%; }

.play-demo-game .play-demo-game-modal-content .demo-game-widget {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1000; }

.play-demo-game .play-demo-game-modal-content .demo-game-iframe iframe {
  border: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0; }

.play-demo-game .demo-game-login {
  float: left;
  width: 300px;
  border: 1px solid #eee;
  position: absolute;
  left: 50%;
  top: 30%;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, 0);
  display: none; }

.play-demo-game .demo-game-login .form-login {
  float: left;
  width: 100%;
  padding: 25px 20px; }

.play-demo-game .demo-game-login .form-login .login-input {
  float: left;
  width: 100%; }

.play-demo-game .demo-game-login .form-login .login-input input {
  float: left;
  width: 100%;
  line-height: 30px;
  font-size: 14px; }

.play-demo-game .demo-game-login .form-login .login-submit {
  float: left;
  width: 100%;
  padding: 15px 0 0 0; }

.play-demo-game .demo-game-login .submit-btn {
  float: right;
  background: #9cc96b;
  color: #ffffff;
  cursor: pointer; }

.edit-member-modal .member-type-container {
  display: none; }

.navigation-wrapper {
  width: 100%;
  border-bottom: 1px solid #32404e;
  float: left; }

.navigation-wrapper .navigation-container {
  width: 60%;
  margin: 0 auto;
  padding: 0;
  list-style: none; }

.navigation-wrapper .navigation {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 0 15px;
  width: 100%; }

.navigation-wrapper .navigation li {
  opacity: 0.25; }

.navigation-wrapper .navigation li.active {
  opacity: 1; }

.navigation .nr {
  float: left;
  background: #32404e;
  color: #ffffff;
  width: 34px;
  height: 34px;
  line-height: 31px;
  text-align: center;
  border-radius: 17px;
  font-size: 18px; }

.navigation .label {
  color: #32404e;
  float: left;
  font-size: 20px;
  line-height: 33px;
  padding: 0 0 0 20px; }

.tab-pane .dataTables_wrapper {
  float: left;
  width: 100%;
  box-sizing: border-box; }

.competition-setup {
  transition: all 0.25s ease 0s;
  opacity: 0; }

.competition-setup .competition-label .form-control-static {
  float: left;
  padding-right: 20px; }

.competition-setup .competition-label .change {
  color: #579ddb;
  float: left;
  font-size: 11px;
  line-height: 30px; }

.competition-creation-form {
  position: relative; }

.page-competition-creation .competition-setup .previous.fa-play::before {
  transform: rotate(-180deg); }

.page-simple-competition-creation .competition-setup .previous.fa-play::before {
  transform: rotate(-180deg); }

.competition-creation-form .form-top-navigation {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 5px; }

.competition-creation-form .form-bottom-navigation {
  padding-right: 5px; }

.competition-creation-form .auto-start-area {
  float: left;
  padding: 6px 0 0 0; }

.competition-creation-form .auto-stop-area {
  float: left;
  padding: 6px 0 0 0; }

.competition-setup-wizard .competition-creation-form button {
  float: left;
  margin: 0 0 0 5px; }

.competition-setup-wizard .tab-content {
  min-height: 540px;
  float: left;
  width: 100%; }

.competition-setup-wizard .products-form {
  float: left;
  width: 100%;
  margin: 25px 0 0 0; }

.competition-setup-wizard .products-form .translations-widget {
  margin: 20px 0 0 0; }

.competition-setup-wizard .metadata-widget .modal-header {
  display: none; }

.competition-setup-wizard .metadata-widget .metadata-form {
  padding: 0; }

.competition-setup-wizard .metadata-widget .header-list .row {
  margin-left: -8px; }

.competition-setup-wizard .metadata-widget .form-group {
  margin-bottom: 0; }

.competition-setup-wizard .products-form .preview-tooltip {
  position: absolute;
  right: 5px;
  top: 6px;
  line-height: 17px;
  border-radius: 12px;
  font-size: 14px; }

.competition-setup-wizard .products-form .search-results-list li {
  position: relative; }

.competition-setup-wizard .products-form .scoring-strategy {
  float: left;
  width: 100%; }

.competition-setup-wizard .products-form .scoring-strategy .ranking-strategy-label {
  padding-top: 20px;
  font-weight: bold;
  text-align: right; }

.competition-setup-wizard .products-form .scoring-strategy .scoring-strategy-value {
  float: left;
  width: 100%;
  display: none;
  padding: 10px 0 0;
  position: relative;
  z-index: 1; }

.competition-setup-wizard .products-form .scoring-strategy .scoring-strategy-value #tt-competition-scoring-value {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 1; }

.data-fields-area {
  display: none;
  width: 100%; }

.rewards-creation .data-fields-area {
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding-top: 8px; }

.rewards-creation .data-fields-area .data-field-entry {
  width: 100%;
  margin: 0;
  float: left; }

.rewards-creation .data-fields-area .data-field-entry label {
  width: 100%;
  text-align: left;
  padding-left: 0; }

.rewards-creation .data-fields-area .data-field-entry .col-md-6 {
  width: 100%;
  padding-left: 0; }

.rewards-creation .data-fields-area .data-field-entry .image-selection-buttons .form-group {
  width: 100%;
  margin: 0;
  float: left; }

.has-error .note-editor.note-frame {
  border-color: #a94442; }

.page-settings .create-datafields {
  float: right;
  margin: 0 0 15px 0; }

.page-settings .datafields-table {
  float: left;
  width: 100%; }

.page-settings .datafields-modal .modal-body {
  overflow: auto;
  max-height: 450px; }

.contest-setup-wizard .scoring-strategy {
  width: 100%; }

.contest-setup-wizard .ranking-strategy, .competition-setup-wizard .ranking-strategy {
  display: none; }

.contest-setup-wizard .ranking-strategy.showing, .competition-setup-wizard .ranking-strategy.showing {
  display: block; }

.contest-setup-wizard .scoring-strategy .ranking-strategy-label {
  padding-top: 20px;
  font-weight: bold;
  text-align: right; }

.contest-setup-wizard .scoring-strategy .scoring-strategy-value {
  float: left;
  width: 100%;
  display: none;
  padding: 10px 0 0; }

.contest-setup-wizard .scoring-strategy .strategy-selection, .competition-setup-wizard .scoring-strategy .strategy-selection {
  position: relative;
  z-index: 1; }

.contest-setup-wizard .scoring-strategy .expose-ranking-container, .competition-setup-wizard .scoring-strategy .expose-ranking-container {
  position: absolute;
  right: -100px;
  width: 100px;
  top: 0;
  line-height: 30px; }

.contest-setup-wizard .scoring-strategy .expose-ranking-container .expose-ranking, .competition-setup-wizard .scoring-strategy .expose-ranking-container .expose-ranking {
  float: left;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #579ddb; }

.contest-setup-wizard .scoring-strategy .expose-ranking-container .expose-ranking::after, .competition-setup-wizard .scoring-strategy .expose-ranking-container .expose-ranking::after {
  content: "+";
  padding: 0 0 0 5px; }

.contest-setup-wizard .scoring-strategy .expose-ranking-container .expose-ranking.showing-rankings::after, .competition-setup-wizard .scoring-strategy .expose-ranking-container .expose-ranking.showing-rankings::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 12px; }

.confirm-window .modal-dialog {
  width: 100%;
  max-width: 900px; }

.confirm-window .modal {
  top: 5%; }

.confirm-window .finalised-content {
  float: left;
  width: 100%;
  font-size: 16px;
  padding: 0 0 20px 0; }

.competition-setup .confirm-window .modal {
  top: 5%; }

.confirm-window .finalised-description {
  float: left;
  width: 48%;
  padding: 0 0 20px 0; }

.confirm-window .finalised-tandc {
  float: right;
  width: 48%;
  padding: 0 0 20px 0; }

.confirm-window label {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  line-height: 16px;
  color: #515151;
  text-align: left;
  font-size: 15px;
  font-weight: bold; }

.confirm-window .finalised-content-area {
  float: left;
  width: 100%;
  max-height: 200px;
  overflow: auto; }

.confirm-window .finalised-content-area .not-provided {
  font-style: italic; }

.confirm-window .time {
  text-decoration: underline; }

.confirm-window .strong {
  color: #3b8dd5; }

.shortcut-wrapper .table-responsive table {
  margin: 0; }

.settings-form .setting-autoStart {
  display: none; }

.settings-form .setting-autoStop {
  display: none; }

.settings-form .chosen-container {
  margin-bottom: 0; }

.settings-form .competition-label {
  display: none; }

.competition-creation-form .settings-form .right-side-settings {
  padding-top: 46px; }

.account-api-keys {
  float: left;
  width: 100%; }

.account-api-keys .create-api-key {
  float: left;
  width: 100%;
  padding: 0 0 15px 0; }

.account-api-keys .api-keys-table {
  float: left;
  width: 100%; }

.page-settings .domain-information {
  float: left;
  line-height: 32px; }

.page-settings .domain-information .app-domain {
  float: left; }

.page-settings .domain-information .gateway-domain {
  float: left;
  padding-left: 20px; }

.account-api-keys .create-api-key a {
  float: right; }

.account-api-keys .account-api-key-list {
  float: left;
  width: 100%;
  max-width: 800px;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0; }

.account-api-keys .account-api-key-list a {
  float: right; }

.account-api-keys .account-api-key-list .template {
  display: none; }

.account-api-keys .account-api-key-list li {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #bebebe;
  margin: 0 0 5px 0;
  position: relative;
  z-index: 1; }

.account-api-keys .account-api-key-list .key-description {
  float: left;
  width: 50%; }

.account-api-keys .account-api-key-list .key {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold; }

.account-api-keys .account-api-key-list .ip-white-list {
  float: left;
  width: 35%;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold; }

.account-api-keys .account-api-key-list .ip-white-list textarea {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  min-height: 54px;
  width: 170px; }

.account-api-keys .account-api-key-list .description {
  float: left;
  width: 100%;
  font-size: 11px;
  line-height: 20px; }

.account-api-keys .account-api-key-list .activity {
  float: left;
  width: 15%; }

.account-api-keys .account-api-key-list .activity select {
  float: left;
  margin: 5px 0 0 0; }

.account-api-keys .account-api-key-list .api-key-actions {
  float: right;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10; }

.account-api-keys .ip-whitelisting-form-area {
  display: none; }

.account-api-keys .active-form-area {
  display: none; }

.modal-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }

.modal-fixed .modal {
  top: 10%; }

.first-start .modal {
  top: 10%;
  bottom: auto; }

.modal-fixed .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000000; }

.modal-fixed form {
  max-height: 600px; }

.modal-fixed .modal {
  display: block; }

.dropdown-menu {
  min-width: 260px; }

.dropdown-menu li a {
  overflow: hidden;
  text-overflow: ellipsis; }

.space-change-widget .space-dropdown {
  max-height: 182px;
  overflow: auto; }

.space-change-widget .search-context-wrapper {
  float: left;
  width: 100%;
  background: #f6f8fa;
  border-bottom: 1px solid #e1e4e8;
  padding: 0 10px;
  line-height: 30px; }

.space-change-widget .search-context-wrapper .search-context-label {
  float: left;
  font-size: 12px;
  font-weight: bold; }

.space-change-widget .search-context-wrapper .search-context-search-wrapper {
  float: right;
  width: 20px;
  transition: all 0.2s;
  height: 30px;
  padding: 4px 0; }

.space-change-widget .search-context-wrapper .search-context-search-wrapper.expanded {
  background: #ffffff;
  width: 100%; }

.space-change-widget .search-context-wrapper .search-context-search-wrapper.expanded .search-context-icon {
  display: none; }

.space-change-widget .search-context-wrapper .search-context-search-wrapper.expanded .search-context-input {
  display: block;
  width: 100%;
  padding: 3px 5px;
  height: 20px;
  line-height: 20px; }

.space-change-widget .search-context-wrapper .search-context-input {
  float: left;
  display: none; }

.space-change-widget .search-context-wrapper .search-context-icon {
  float: right;
  padding: 5px 0 5px 5px; }

.navigation-wizard-container .navigation-wizard-nav {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }

.navigation-wizard-container .navigation-wizard-nav li {
  float: left;
  width: 25%;
  background: #d9e0e7;
  transition: all 0.25s; }

.navigation-wizard-container .navigation-wizard-nav li.translations-nav-link {
  display: none; }

.navigation-wizard-container .navigation-wizard-nav.nav-col-size-5 li {
  float: left;
  width: 20%; }

.navigation-wizard-container .navigation-wizard-nav.nav-col-size-6 li {
  float: left;
  width: 16.6666666%; }

.navigation-wizard-container .navigation-wizard-nav.nav-col-size-7 li {
  float: left;
  width: 14.2857%; }

.navigation-wizard-container .navigation-wizard-nav.nav-col-size-5 li.translations-nav-link {
  display: block; }

.navigation-wizard-container .navigation-wizard-nav.nav-col-size-7 li.translations-nav-link {
  display: block; }

.navigation-wizard-container .navigation-wizard-nav li a {
  float: left;
  width: 100%;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  cursor: not-allowed; }

.navigation-wizard-container .navigation-wizard-nav li.done a {
  cursor: pointer; }

.navigation-wizard-container .navigation-wizard-nav li.active a, .navigation-wizard-container .navigation-wizard-nav li.done a {
  cursor: inherit; }

.navigation-wizard-container .navigation-wizard-nav li.active {
  background: #348ee3;
  color: #ffffff; }

.navigation-wizard-container .navigation-wizard-nav li:hover {
  background: #d0d9e2; }

.page-competition-creation #page-title {
  display: none; }

.navigation-wizard-container .navigation-wizard-nav li.active:hover {
  background: #348ee3; }

.navigation-wizard-container .navigation-wizard-nav li.active span, .navigation-wizard-container .navigation-wizard-nav li.active .text-ellipsis {
  color: #ffffff; }

.navigation-wizard-container .navigation-wizard-nav li .number {
  float: left;
  position: absolute;
  width: 30px;
  left: 15px;
  top: 10px;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  content: "5";
  opacity: 0.5; }

.navigation-wizard-container .navigation-wizard-nav li.done .number {
  background: #348ee3;
  color: #ffffff; }

.navigation-wizard-container .navigation-wizard-nav li.done.active .number {
  background: #1a70c1;
  color: #ffffff; }

.navigation-wizard-container .navigation-wizard-nav li.active .number, .navigation-wizard-container .navigation-wizard-nav li.done .number {
  opacity: 1; }

.navigation-wizard-container .navigation-wizard-nav .active {
  flex-grow: 1; }

/*
.navigation-wizard-container .navigation-wizard-nav .step2-nav-link {
  flex-grow: 1; }

.navigation-wizard-container .navigation-wizard-nav .step3-nav-link {
  flex-grow: 1; } */
.navigation-wizard-container .navigation-wizard-nav .step1-nav-link .number::after {
  content: "1"; }

.navigation-wizard-container .navigation-wizard-nav .step2-nav-link .number::after {
  content: "2"; }

.navigation-wizard-container .navigation-wizard-nav .step3-nav-link .number::after {
  content: "3"; }

.navigation-wizard-container .navigation-wizard-nav .step4-nav-link .number::after {
  content: "4"; }

.navigation-wizard-container .navigation-wizard-nav .step5-nav-link .number::after {
  content: "5"; }

.navigation-wizard-container .navigation-wizard-nav .settings-nav-link .number::after {
  content: "1"; }

.navigation-wizard-container .navigation-wizard-nav .entrants-nav-link .number::after {
  content: "2"; }

.navigation-wizard-container .navigation-wizard-nav .products-nav-link .number::after {
  content: "3"; }

.navigation-wizard-container .navigation-wizard-nav.nav-col-size-6 .rules-nav-link .number::after, .navigation-wizard-container .navigation-wizard-nav.nav-col-size-7 .rules-nav-link .number::after {
  content: "4"; }

.navigation-wizard-container .navigation-wizard-nav.nav-col-size-6 .rewards-nav-link .number::after, .navigation-wizard-container .navigation-wizard-nav.nav-col-size-7 .rewards-nav-link .number::after {
  content: "5"; }

.navigation-wizard-container .navigation-wizard-nav .translations-nav-link .number::after {
  content: "4"; }

.navigation-wizard-container .navigation-wizard-nav.nav-col-size-7 .translations-nav-link .number::after {
  content: "6"; }

.navigation-wizard-container .navigation-wizard-nav .summary-nav-link .number::after {
  content: "4"; }

.navigation-wizard-container .navigation-wizard-nav.nav-col-size-6 .summary-nav-link .number::after {
  content: "6"; }

.navigation-wizard-container .navigation-wizard-nav.nav-col-size-7 .summary-nav-link .number::after {
  content: "7"; }

.navigation-wizard-container .navigation-wizard-nav.nav-col-size-5 .summary-nav-link .number::after {
  content: "5";
  font-family: inherit; }

.navigation-wizard-container .navigation-wizard-nav li.done .number::after {
  content: "\f00c" !important;
  font-family: fontAwesome !important; }

.navigation-wizard-container .navigation-wizard-nav li .info {
  float: left;
  width: 100%;
  padding: 0 0 0 41px; }

.navigation-wizard-container .navigation-wizard-nav li .info small {
  float: left;
  width: 100%; }

.account-webhooks {
  float: left;
  width: 100%; }

.account-webhooks .create-webook {
  float: left;
  width: 100%; }

.account-webhooks .create-webook a {
  float: right; }

.account-webhooks .account-webhook-list {
  float: left;
  width: 100%;
  max-width: 500px;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0; }

.account-webhooks .preview-transformer {
  float: left; }

.account-webhooks .webhooks-table {
  float: left;
  width: 100%;
  padding: 15px 0 0 0; }

.account-webhooks .account-webhook-list .template {
  display: none; }

.account-webhooks .account-webhook-list li {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #bebebe;
  margin: 0 0 5px 0;
  position: relative;
  z-index: 1;
  line-height: 18px; }

.account-webhooks .url-trigger {
  float: left;
  width: 70%; }

.account-webhooks .webook-actions {
  float: right;
  width: 30%; }

.account-webhooks .url-trigger .url-entry {
  float: left;
  width: 100%; }

.account-webhooks .url-trigger .url-entry .url {
  margin: 0 0 0 5px; }

.account-webhooks .url-trigger .triggers {
  float: left;
  width: 100%; }

.account-webhooks .url-triggers .trigger-count {
  margin: 0 0 0 5px; }

.account-webhooks .webook-actions a {
  float: right;
  margin-left: 5px; }

.account-webhooks .header-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: auto;
  max-height: 155px; }

.account-webhooks .header-list .row {
  position: relative;
  z-index: 1;
  margin: 0 0 5px 0; }

.account-webhooks .header-list .remove-header {
  height: 25px;
  padding: 3px 0 0 0; }

.account-webhooks .header-list .remove-header a {
  float: left;
  height: 23px;
  padding: 2px;
  width: 23px; }

.account-webhooks .header-list .remove-header a:before {
  font-size: 12px;
  text-align: center; }

.competition-setup .form-horizontal .has-feedback .form-control-feedback {
  right: -17px;
  top: 3px; }

.competition-setup .has-feedback .form-control {
  padding-right: inherit; }

.competition-creation-form .panel-body {
  padding: 25px 10px; }

.competition-creation-form .left-side-settings {
  padding-top: 25px; }

.competition-creation-form .summary-form {
  float: left;
  width: 100%;
  padding: 35px 0 20px 0; }

.competition-creation-form .summary-form .participants-preview {
  padding-top: 25px; }

.competition-creation-form .summary-form .entrant-accordion-tab-container {
  float: left;
  width: 100%; }

.competition-creation-form .summary-form .entrant-accordion-tab {
  float: left;
  width: 100%;
  border: 1px solid #d9e0e7;
  line-height: 45px;
  font-size: 13px; }

.competition-creation-form .summary-form .entrants-label {
  font-size: 18px;
  padding-left: 18px; }

.competition-creation-form .summary-form .entrants-table-container {
  padding-top: 5px; }

.competition-creation-form .summary-form .entrants-table-container .el-groups {
  max-width: 400px; }

.summary-form .metadata-summary-container {
  display: none; }

.summary-form .metadata-summary-entries {
  padding-top: 8px; }

.summary-form .competition-metadata-preview {
  width: 100%;
  display: inline-block;
  padding: 25px 0 25px 10px; }

.summary-form .metadata-summary-container .meta-container, .summary-form .competition-metadata-preview .meta-container {
  float: left;
  width: 100%;
  line-height: 20px; }

.summary-form .metadata-summary-container .meta-label, .summary-form .competition-metadata-preview .meta-label {
  float: left;
  padding: 0 25px 0 0;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.summary-form .metadata-summary-container .meta-entry, .summary-form .competition-metadata-preview .meta-entry {
  float: left; }

.page-competition-creation .summary-form .form-group {
  margin-bottom: 0; }

.summary-form .form-group p {
  color: #000000;
  max-height: 120px;
  overflow: auto; }

.summary-form .form-group .image-icon {
  max-width: 40px;
  max-height: 40px;
  float: left; }

.summary-form .form-group .settings-termsConditions {
  color: #000000;
  max-height: 120px;
  overflow: auto; }

.summary-form .form-group .settings-description {
  color: #000000;
  max-height: 120px;
  overflow: auto;
  position: relative;
  z-index: 1; }

.summary-form .form-group .content-editing, .meta-container .meta-label {
  position: relative;
  z-index: 1;
  padding-right: 23px; }

.summary-form .form-group .content-editing::after {
  position: absolute;
  content: "";
  right: 4px;
  background-image: url(../images/icons/rules-edit.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 15px;
  height: 15px;
  top: 7px;
  background-color: #fff;
  padding: 8px 8px;
  background-position: 2px 2px;
  transition: all 0.2s ease 0s; }

.summary-form .competition-content-edit .modal-dialog {
  width: 100%;
  max-width: 800px; }

.summary-form .competition-content-edit .modal-body {
  min-height: 300px; }

.summary-form .competition-content-edit .textarea-editing {
  width: 100%;
  float: left;
  display: none; }

.summary-form .competition-content-edit .label-editing {
  width: 100%;
  float: left;
  display: none; }

.summary-form .competition-content-edit .content-input-element {
  width: 100%;
  float: left;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e9e9e9;
  transition-duration: 0.5s;
  color: #555;
  background-color: #fff;
  padding: 6px 12px; }

.summary-form .competition-content-edit .content-textarea-element {
  width: 100%;
  box-sizing: border-box;
  min-height: 270px;
  float: left; }

.summary-form .form-group .settings-description *, .summary-form .form-group .settings-termsConditions * {
  color: unset;
  max-height: unset;
  overflow: unset;
  min-height: auto;
  padding: unset;
  margin: unset; }

.summary-form .form-group .product-preview {
  float: left;
  background: #4ebcda;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 21px;
  margin: 0 5px 5px 0;
  cursor: default;
  max-width: 120px;
  font-size: 11px; }

.summary-form .form-group .entrant-item {
  float: left;
  background: #f0ad4e;
  color: #ffffff;
  padding: 0 5px 0 5px;
  border-radius: 2px;
  line-height: 18px;
  margin: 0 5px 5px 0;
  cursor: default;
  max-width: 120px;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 18px; }

.summary-form .entrants-content.form-group .entrant-item {
  float: none;
  display: inline-table; }

.summary-form .form-group .settings-limitEntrantsTo {
  max-height: 75px; }

.summary-form .form-group label {
  color: #888888; }

.summary-form .rule-groups {
  color: #579ddb;
  text-decoration: underline; }

.summary-form .rule-groups span {
  color: #000000;
  text-decoration: none; }

.rules-preview .rules-list li .constant-rule-label {
  color: #579ddb;
  text-decoration: underline; }

.rules-preview .metadata-image-container {
  margin: 0 0 0 7px; }

.rules-preview .metadata-image-container img {
  display: inline;
  width: auto;
  max-width: 16px;
  min-height: 16px;
  position: unset;
  top: unset;
  left: unset; }

.summary-form .rules-list {
  float: left;
  list-style: outside none none;
  padding: 0;
  width: 100%; }

.summary-form .rules-preview .rules-list li {
  float: left;
  padding: 0;
  width: 100%;
  box-sizing: border-box; }

.summary-form .rules-preview .rule-label span {
  font-weight: bold; }

.summary-form .rules-preview .rules-list li.and {
  padding: 0 0 0 15px; }

.summary-form .rules-preview .rules-list li.sub-preview {
  padding: 0 0 0 30px;
  color: #eaa642; }

.summary-form .rules-preview .rules-list li.and::before {
  content: "-";
  padding: 0 10px 0 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px; }

.summary-form .card-block {
  float: left;
  width: 100%;
  padding: 5px 12px;
  border: 1px solid #d9e0e7;
  line-height: 36px;
  margin: 0 0 12px 0; }

.summary-form .card-block .time {
  color: #3b8dd5; }

.summary-form .card-block .card-block-label {
  float: left;
  width: 16.7%;
  padding: 0 10px 0 0;
  font-size: 16px;
  line-height: 36px; }

.summary-form .card-block .card-block-content-simple {
  float: left;
  width: 83%;
  padding: 0;
  line-height: 36px; }

.summary-form .card-block .card-block-content {
  float: left;
  width: 83%;
  padding: 0;
  line-height: 36px; }

.summary-form .card-block .card-block-box {
  float: left;
  width: 100%;
  display: none;
  border-top: 1px solid #d9e0e7;
  margin: 6px 0 0 0;
  padding: 10px 10px;
  line-height: 20px; }

.summary-form .card-block.card-open .card-block-box {
  float: left;
  width: 100%;
  display: none; }

.summary-form .card-block.settings-block .card-block-content strong, .summary-form .card-block.settings-block .card-block-content .settings-time-label {
  float: left; }

.summary-form .card-block.settings-block .card-block-content strong {
  float: left;
  max-width: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 10px 0 0; }

.summary-form .id-field {
  display: none; }

.summary-form .card-block-content {
  font-size: 14px;
  padding-right: 45px;
  position: relative;
  cursor: pointer; }

.summary-form .card-block-content::after {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 17px;
  color: #ffffff;
  background: #4ebcda;
  padding: 0;
  line-height: 20px;
  float: left;
  position: absolute;
  right: 5px;
  top: 7px;
  width: 22px;
  height: 22px;
  text-align: center; }

.summary-form .card-block-content.active::after {
  content: "\f107"; }

.no-rules-selected {
  display: none; }

.summary-form .modal-fixed .rules-preview {
  border: medium none;
  box-shadow: none; }

.summary-form .modal-fixed .rules-preview h3 {
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  margin: 0; }

.summary-form .modal-fixed .rules-preview .rules-list {
  margin: 0; }

.summary-form .modal-fixed .rules-preview .rule-scope-Competition {
  margin: 0 0 15px 0; }

.summary-form .contest-preview .stop-contest {
  margin: 0 5px 0 0;
  display: none; }

.summary-form .contest-preview .start-contest {
  display: none;
  margin: 0 5px 0 0; }

.summary-form .contest-preview .cancel-contest {
  margin: 0 5px 0 0;
  float: right; }

.contest-preview .no-contest {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 21%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 50px 0 0 0; }

.newtoolbar .dc-dropzone, .upload .dc-dropzone, .note-editor .dc-dropzone {
  background: white none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  float: right;
  max-height: 100%;
  min-height: auto;
  overflow: auto;
  padding: 0;
  width: auto; }

.upload .dc-dropzone {
  margin: 0 0 15px 0; }

.note-editor .dc-dropzone {
  margin: 0;
  float: left; }

.newtoolbar .dc-dropzone .dz-message, .newtoolbar .dc-dropzone .dz-preview, .upload .dc-dropzone .dz-message, .note-editor .dc-dropzone .dz-message, .upload .dc-dropzone .dz-preview, .note-editor .dz-preview {
  display: none; }

.newtoolbar .dc-dropzone .upload-csv, .upload .dc-dropzone .upload-csv {
  cursor: pointer; }

.newtoolbar .dc-dropzone.uploading .upload-csv::after, .upload .dc-dropzone.uploading .upload-csv::after, .upload .dc-dropzone.uploading .upload-btn::after, .note-editor .dz-started.uploading .upload-icon::after {
  background: rgba(0, 0, 0, 0) url("/assets/images/preloaders/pre-loader-upload-16.gif") no-repeat scroll 0 0;
  content: "";
  height: 18px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 18px; }

.newtoolbar .dc-dropzone.uploading .upload-csv, .upload .dc-dropzone.uploading .upload-csv, .upload .dc-dropzone.uploading .upload-btn, .note-editor .dz-started.uploading .upload-icon {
  padding-right: 25px; }

.note-editor .note-group-image-url img {
  max-width: 160px;
  float: left;
  margin: 0 0 15px 0; }

.note-editor .note-group-image-url label {
  float: left;
  width: 100%; }

.note-editor .web-assets-selector {
  float: left;
  width: 100%; }

.content-editor-widget-asset-selector {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%; }

.content-editor-widget-asset-selector .content-editor-widget-asset-container {
  position: absolute;
  top: 10%;
  left: 50%;
  background: #ffffff;
  transform: translate(-50%, 0);
  width: 90%;
  height: 80%;
  padding: 35px 25px 25px 25px;
  z-index: 1; }

.content-editor-widget-asset-selector .content-editor-widget-asset-container-inner {
  float: left;
  width: 100%;
  overflow: auto;
  position: relative;
  height: 100%; }

.content-editor-widget-asset-selector .content-editor-widget-asset-table-container {
  float: left;
  width: 100%;
  overflow: auto; }

.content-editor-widget-asset-selector .content-editor-widget-asset-table-container table td {
  text-align: left; }

.content-editor-widget-asset-selector .asset-image-container {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 212px;
  max-height: 162px;
  opacity: 1;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  padding: 5px;
  min-height: 100px;
  text-align: center;
  background: url(../images/preloaders/preload-35-circular.gif) no-repeat #fff 50% 50%; }

.content-editor-widget-asset-selector .asset-image-container img {
  text-align: center;
  width: 200px;
  max-height: 150px; }

.content-editor-widget-asset-selector .asset-image-preview {
  color: #ffffff;
  margin-right: 10px; }

.content-editor-widget-asset-selector .content-editor-widget-asset-close {
  position: absolute;
  right: 7px;
  top: 8px;
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  line-height: 16px;
  height: 18px;
  width: 18px;
  padding: 0;
  text-align: center;
  border: 1px solid #666666; }

.content-editor-widget-asset-selector .content-editor-widget-asset-header {
  position: absolute;
  top: 7px;
  left: 31px;
  text-decoration: none;
  padding: 0; }

.content-editor-widget-asset-selector .content-editor-widget-asset-header-title {
  float: left;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  line-height: 20px;
  padding: 0 0 0 15px; }

.content-editor-widget-asset-selector .content-editor-widget-asset-back {
  float: left;
  text-decoration: none;
  cursor: pointer; }

.content-editor-widget-asset-selector .content-editor-widget-asset-back.disabled {
  opacity: 0.2; }

.content-editor-insert-from-json-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 100;
  width: 100%;
  height: 100%; }

.content-editor-insert-from-json-wrapper .content-editor-insert-from-json-container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100px;
  margin: 0;
  padding: 0;
  width: 98%;
  max-width: 1200px;
  background: #ffffff;
  z-index: 2; }

.content-editor-insert-from-json-wrapper .content-editor-insert-from-json-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1; }

.content-editor-insert-from-json-wrapper .content-editor-insert-from-json-container-inner {
  float: left;
  width: 100%;
  padding: 0 15px;
  min-height: 300px;
  overflow: auto; }

.content-editor-insert-from-json-wrapper .content-editor-insert-from-json-header {
  float: left;
  width: 100%;
  padding: 15px;
  border: 0; }

.content-editor-insert-from-json-wrapper .content-editor-insert-from-json-header span {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 300; }

.content-editor-insert-from-json-wrapper .content-editor-insert-from-json-container-inner textarea {
  float: left;
  width: 100%;
  min-height: 300px; }

.content-editor-insert-from-json-wrapper .content-editor-insert-from-json-close {
  position: absolute;
  top: 15px;
  right: 14px;
  font-size: 14px; }

.content-editor-insert-from-json-wrapper .content-editor-insert-from-json-save-container {
  float: left;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.025);
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin: 15px 0 0 0; }

.summary-form .entrants-table {
  margin: 25px 0 15px 0; }

.bootstrap-datetimepicker-widget .picker-switch a span {
  border: 1px solid #e7ecf2; }

.settings-form .duration label {
  padding-top: 0; }

.settings-form .number-of-rounds {
  float: left;
  line-height: 30px;
  width: 100%; }

.entrants-form {
  float: left;
  width: 100%;
  margin: 25px 0 20px 0; }

#loyalty-entrants .entrants-form {
  padding: 0; }

#loyalty-scheduling {
  display: flex;
  flex-direction: column; }

#loyalty-scheduling .text-right {
  text-align: end;
  padding: 0px; }

.d-flex {
  display: flex; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-center {
  justify-content: center; }

.page-loyalty-list .loyal-preview {
  margin-top: 20px; }

.participants .entrants-selection {
  float: left;
  width: 100%; }

.participants .entrants-selection .members-selection-wrapper {
  float: left;
  width: 100%; }

.participants .entrants-selection .chosen-container {
  min-width: 90px;
  margin: 0; }

.participants .entrants-selection .members-selection-text {
  float: left;
  line-height: 35px;
  padding: 0 0 0 10px;
  font-size: 14px; }

.participants .entrants-selection .members-optin-area {
  float: left;
  font-size: 14px;
  line-height: 35px;
  padding: 0 0 0 10px; }

.participants .entrants-selection .members-optin-area select {
  font-size: 12px; }

.participants .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
  vertical-align: -45%; }

.participants .chosen-container-multi .chosen-choices li.search-choice {
  font-size: 11px;
  line-height: 11px;
  margin: 3px 3px 3px 0;
  padding: 5px 25px 6px 6px; }

.participants-progress-indicator {
  position: relative;
  z-index: 9999;
  float: left;
  width: 100%;
  height: 100%;
  display: none; }

.participants-progress-indicator .container {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 300px; }

.participants-progress-indicator .container h4 {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto; }

.participants-progress-indicator .message-cont {
  float: left;
  width: 100%;
  text-align: center; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background: none; }

.members-groups-selection-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px;
  float: left;
  visibility: hidden;
  gap: 10px;
  flex-grow: 1;
  max-width: 50%;
  margin-right: 10px; }

.bulk-member-update .upload {
  float: left;
  width: 100%;
  min-height: 120px; }

.bulk-member-update .dc-dropzone {
  float: left;
  width: 100%;
  padding: 0 8px; }

.bulk-member-update .upload .upload-btn {
  float: left; }

.bulk-member-update .upload .file-name {
  float: left;
  width: 75%;
  padding: 0 0 0 10px;
  line-height: 30px;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #2c9ab7; }

.bulk-member-update .upload .checkbox {
  float: left;
  margin: 0;
  padding: 0 10px; }

.bulk-member-update .modal-footer .checkbox {
  float: left;
  padding: 0 0 0 1px; }

.page-competition .summary-form {
  display: block;
  position: relative; }

.page-competition .summary-form .competition-state {
  border: 1px solid #b7b7b7;
  border-radius: 1px;
  display: none;
  float: right;
  opacity: 0.5;
  padding: 2px 9px 3px; }

.page-competition .summary-form .current-state {
  cursor: default; }

.page-competition .summary-form .competition-state img {
  width: 25px; }

.page-competition .summary-form .competition-state .preloader {
  float: left; }

.page-competition .summary-form .competition-state .message {
  float: left;
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 0 15px; }

.page-competition .summary-form .form-group {
  margin-bottom: 0; }

.page-competition .summary-form .translations-preview {
  display: inline-block;
  width: 100%; }

.page-competition .summary-form .translations-save {
  width: 100%;
  text-align: right;
  margin: 0; }

.page-competition .summary-form .translations-widget .lang-selection-container {
  padding: 20px 0 10px 0;
  border: none;
  margin: 0; }

.page-competition .summary-form .translations-widget .lang-selection-container .lang-selection-label {
  padding: 0 10px 0 7px;
  width: auto; }

.page-competition .summary-form .comp-translation-preview .translations-widget .lang-selection-container {
  padding: 20px 0 10px 0;
  border: none;
  margin: 0; }

.page-competition .summary-form .comp-translation-preview .translations-widget .lang-selection-container .lang-selection-label {
  padding: 0 10px 0 7px;
  width: auto; }

.page-competition .summary-form .lang-no-data-container {
  display: block; }

.page-competition .summary-form .lang-no-data-container .lang-selection-container {
  display: none; }

.promotion-page-list .promotion-assets-modal.modal-fixed {
  z-index: 9999; }

.promotion-page-list .edit-promotion-code-modal.modal-fixed {
  z-index: 10000; }

.promotion-page-list .promotion-assets-modal .modal {
  top: 0;
  width: 100%; }

.promotion-page-list .promotion-assets-modal .modal-dialog {
  width: calc(100vw - 36px) !important;
  top: 20px !important; }

.promotion-page-list .promotion-assets-modal .modal-body {
  min-height: 450px;
  height: calc(100vh - 140px) !important; }

.promotion-page-list .promotion-assets-modal .asset-link {
  position: relative;
  z-index: 1; }

.promotion-page-list .promotion-assets-modal .asset-link::before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: -15px;
  color: #666666; }

.promotion-page-list .promotion-assets-modal .asset-link.active {
  z-index: 2; }

.promotion-page-list .promotion-assets-modal .asset-link-preview {
  position: absolute;
  left: 113%;
  top: -4px;
  width: 160px;
  background: #ffffff;
  border: 1px solid #eeeeee; }

.promotion-page-list .promotion-assets-modal .asset-link-preview a {
  float: left;
  width: 100%;
  padding: 2px 10px;
  box-sizing: border-box;
  line-height: 20px;
  text-decoration: none;
  font-size: 11px; }

.promotion-page-list .promotion-assets-modal .asset-link-preview a:hover {
  background: #b5e8f5; }

.promotion-details .upload-entrants {
  float: left;
  width: 100%; }

.promotion-details .upload-entrants .notice, .promotion-details .upload-entrants .template, .promotion-details .upload-entrants .save-as-template {
  display: none !important; }

.promotion-details .notice {
  float: left;
  line-height: 30px;
  padding: 0 0 0 20px;
  color: #8a6d3b;
  font-style: italic; }

.promotion-details .notice .warning-icon {
  color: #8a6d3b;
  margin-right: 5px; }

.promotion-details .template {
  float: left;
  line-height: 30px;
  padding: 0 0 0 30px;
  color: #579ddb; }

.promotion-details .template .document-icon {
  float: left;
  margin: 8px 0 0; }

.promotion-details .temaplte-list {
  color: #666666;
  float: left;
  margin: 4px 0 0 5px; }

.promotion-details .save-as-template {
  float: right; }

.promotion-details .save-as-template-modal input {
  float: left;
  line-height: 26px;
  width: 100%; }

.save-as-template-modal.modal-fixed .modal {
  top: 0; }

.promotion-details .template a {
  color: #579ddb;
  text-decoration: underline; }

.promotion-details .template .document-icon {
  margin-right: 5px; }

.promotion-details .promotion-list {
  float: left;
  width: 100%;
  min-height: 150px;
  height: calc(100vh - 220px) !important;
  overflow: auto; }

.page-promotion-pages #container .promotion-list .table td.el-fileName {
  overflow: inherit; }

.page-promotion-pages .edit-code-modal {
  display: none; }

.page-promotion-pages .edit-code-modal .modal-dialog {
  width: 94%; }

.page-promotion-pages .edit-code-modal .CodeMirror, .page-settings .edit-code-modal .CodeMirror {
  height: auto; }

.edit-promotion-code-modal .modal {
  top: 40px; }

.edit-promotion-code-modal .modal-body {
  overflow: auto;
  transition: height 0.2s ease 0s; }

.page-settings .edit-code-modal .modal {
  top: 40px; }

.page-settings .edit-code-modal .modal-body {
  overflow: auto;
  transition: height 0.2s ease 0s; }

.page-competition .summary-form .load-template {
  float: right;
  margin-left: 5px;
  display: none; }

.page-competition .summary-form .cancel-competition {
  float: right;
  margin-left: 5px; }

.page-competition .summary-form .stop-competition {
  float: right;
  margin-left: 5px;
  display: none; }

.page-competition .summary-form .start-competition {
  float: right;
  margin-left: 5px; }

.page-competition .summary-form .competition-options {
  float: right;
  position: relative;
  z-index: 1; }

.page-competition .summary-form .competition-options .fa-gear {
  font-size: 15px;
  color: #6a6a6a; }

.page-competition .summary-form .competition-options .competition-options-action-dropdown {
  display: none;
  position: absolute;
  right: -1px;
  width: 200px;
  background: #ffffff;
  border: 1px solid #cdd6e1;
  padding: 0;
  margin: 0;
  list-style: none;
  top: 29px; }

.page-competition .summary-form .competition-options .competition-options-action-dropdown li {
  float: left;
  width: 100%;
  font-size: 11px;
  line-height: 22px;
  cursor: pointer;
  padding: 0 5px;
  text-align: left; }

.page-competition .summary-form .competition-options .competition-options-action-dropdown li:hover {
  background: #f1f1f1; }

.page-competition .summary-form .tab-base .nav-tabs li.active > a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd #ddd #ffffff;
  border-image: none;
  border-style: solid;
  border-width: 1px; }

.page-competition .summary-form .tab-base .nav-tabs li > a {
  border: 1px solid #ddd; }

.page-competition .summary-form .tab-base .nav-tabs {
  border-bottom: 1px solid #ddd; }

.page-competition .summary-form .brackets-view {
  float: left;
  width: 100%; }

.page-competition .summary-form .bracket-navigation-buttons {
  float: left;
  width: 100%;
  margin: 15px 0 15px 0; }

.page-competition .summary-form .bracket-navigation {
  float: right; }

.page-competition .summary-form .brackets-view ul {
  list-style: none;
  padding: 0; }

.page-competition .summary-form .brackets-view .bracket-item {
  min-height: 250px;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd; }

.page-competition .summary-form .brackets-view .bracket-item:last-child {
  border-right: none; }

.page-competition .summary-form .brackets-view .bracket-item:hover {
  background: rgba(173, 173, 173, 0.1); }

.page-competition .summary-form .brackets-view .bracket-heading {
  font-size: 16px; }

.page-competition .summary-form .brackets-view .bracket-heading .add-bracket {
  float: right; }

.page-competition .summary-form .brackets-view .bracket-item .contest-item {
  float: left;
  width: 95%;
  margin: 15px 0 0 2%;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #a6a6a6;
  min-height: 68px;
  background: #ffffff;
  position: relative;
  line-height: 18px;
  font-size: 12px;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer; }

.page-competition .summary-form .brackets-view .bracket-item .contest-item.hover, .page-competition .summary-form .brackets-view .bracket-item .contest-item:hover {
  background: rgba(151, 198, 100, 0.2);
  border: 1px solid #666666;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.25); }

.page-competition .brackets-view .contest-item .contest-label {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%; }

.page-competition .brackets-view .contest-item .contest-number {
  float: left;
  width: 100%; }

.page-competition .brackets-view .contest-item .contest-status {
  float: left;
  width: 100%; }

.page-competition .brackets-view .contest-item .roundType {
  float: left;
  width: 100%; }

.page-competition .brackets-view .contest-item .contest-start {
  float: left;
  width: 45%;
  text-decoration: underline; }

.page-competition .brackets-view .contest-item .contest-end {
  float: left;
  width: 45%;
  text-decoration: underline; }

.page-competition .brackets-view .contest-item .contest-date-separator {
  float: left;
  text-align: center;
  width: 10%; }

.page-competition .brackets-view .contest-item .contest-action-container {
  float: left;
  width: 100%;
  padding: 5px 0 0 0; }

.page-competition .brackets-view .contest-item .contest-action-container .cancel-contest {
  margin-right: 0; }

.page-competition .brackets-view .contest-item .contest-action-dropdown-wrapper {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 10;
  margin: 4px 0; }

.page-competition .brackets-view .contest-item .contest-action-dropdown-wrapper .contest-action-icon {
  background-image: url(../images/icons/cog.png);
  background-repeat: no-repeat;
  background-size: 20px;
  float: left;
  height: 20px;
  opacity: 0.55;
  transition: all 0.3s ease 0s;
  width: 20px; }

.page-competition .brackets-view .contest-item .contest-action-dropdown-wrapper:hover .contest-action-icon {
  opacity: 0.8; }

.page-competition .brackets-view .contest-item .contest-action-dropdown-wrapper.active .contest-action-icon {
  opacity: 0.8; }

.page-competition .brackets-view .contest-item .contest-action-dropdown-wrapper.active .contest-action-dropdown {
  display: block; }

.page-competition .brackets-view .contest-item .contest-action-dropdown-wrapper .contest-action-dropdown {
  display: none;
  position: absolute;
  right: 0;
  width: 200px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0;
  margin: 0;
  list-style: none;
  top: 21px; }

.page-competition .brackets-view .contest-item .contest-action-dropdown-wrapper .contest-action-dropdown li {
  float: left;
  width: 100%;
  font-size: 11px;
  line-height: 20px;
  cursor: pointer;
  padding: 0 5px;
  text-align: left; }

.page-competition .brackets-view .contest-item .contest-action-dropdown-wrapper .contest-action-dropdown li:hover {
  background: #f1f1f1; }

.page-competition .brackets-view .contest-item .contest-rules-preview-wrapper {
  position: absolute;
  top: 14px;
  right: 50px; }

.page-competition .brackets-view .contest-item .contest-rules-preview-wrapper .rule-preview {
  font-size: 9px; }

.page-competition .rules-preview-tooltip .summary-form {
  display: block; }

.page-competition .brackets-view .contest-item .contest-leaderboard-wrapper .contest-leaderboard-icon:hover {
  opacity: 1; }

.page-competition .btn.disabled, input.disabled, div.disabled, select.disabled, .btn[disabled], fieldset[disabled] .btn, a.disabled, .rules .constant-value.disabled, .rules .fact-rules.disabled, .rules .operator-rules.disabled, .rules .sub-constant-value.disabled, .rules .sub-fact-rules.disabled, .rules .sub-operator-rules.disabled, .rules .matchCondition.disabled, .rules .mustEvaluateTo.disabled, .rules .onMatchConstant.disabled, .rules .onMatchThen.disabled, .rules .sub-matchCondition.disabled, .rules .sub-mustEvaluateTo.disabled, .rules .sub-onMatchConstant.disabled, .rules .sub-onMatchThen.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.collaborators .create-user {
  margin: 0 0 15px 0;
  float: left;
  width: 100%; }

.collaborators .create-user a {
  float: right; }

.collaborators .collaborators-table {
  float: left;
  width: 100%; }

.collaborators .collaborator-search {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2; }

.collaborators .collaborator-search-input {
  float: left;
  width: 80%;
  position: relative;
  z-index: 2;
  padding: 0 0 0 7px;
  line-height: 19px; }

.collaborators .collaborator-search-roles {
  float: left;
  width: 20%;
  padding: 0 6px 0 5px; }

.collaborators .collaborator-search-roles select {
  padding: 6px 2px; }

.collaborators .add-new-user {
  float: right;
  margin: 10px 8px 0; }

.collaborators .collaborator-creation-form {
  float: left;
  width: 100%;
  display: none; }

.collaborators .collaborator-search input {
  float: left;
  margin: 0 0 0 0;
  padding: 4px 6px;
  width: 100%; }

.collaborators .collaborator-search .search-result-list {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  left: 8px;
  list-style: outside none none;
  margin: 0;
  max-height: 200px;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 34px;
  width: 568px; }

.collaborators .collaborator-search .search-result-list .user-item {
  float: left;
  line-height: 17px;
  padding: 4px 10px;
  width: 100%;
  cursor: pointer;
  position: relative; }

.collaborators .collaborator-search .search-result-list .user-item::after {
  content: "+";
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 12px; }

.collaborators .collaborator-search .search-result-list .user-item:hover {
  background: #579ddb;
  color: #ffffff; }

.collaborators .collaborator-search .search-result-list .email {
  font-size: 11px; }

.collaborators .collaborator-search .search-result-list .not-found {
  float: left;
  line-height: 17px;
  padding: 4px 10px;
  width: 100%; }

.reward-types .create-reward-type {
  margin: 0 0 15px 0;
  float: left;
  width: 100%; }

.reward-types .reward-table {
  float: left;
  width: 100%; }

.reward-types .create-reward-type a {
  float: right; }

.member-groups .create-member-group {
  margin: 0 0 15px 0;
  float: left;
  width: 100%; }

.member-groups .member-table {
  float: left;
  width: 100%; }

.member-groups .create-member-group a {
  float: right; }

.metadata-activity .create-metadata-activity {
  margin: 0 0 15px 0;
  float: left;
  width: 100%; }

.metadata-activity .metadata-table {
  float: left;
  width: 100%; }

.metadata-activity .create-metadata-activity a {
  float: right; }

.action-helpers .create-action-helpers {
  margin: 0 0 15px 0;
  float: left;
  width: 100%; }

.action-helpers .action-helpers-table {
  float: left;
  width: 100%; }

.action-helpers .modal-fixed .action-helpers-type-creation-form .panel-body {
  max-height: 350px;
  overflow: auto; }

.action-helpers .create-action-helpers a {
  float: right; }

.page-settings .translations-table {
  float: left;
  width: 100%; }

.page-settings .create-language {
  float: right;
  padding: 0 0 15px 0; }

.event-notification-wrapper {
  position: fixed;
  top: -250px;
  right: 50px;
  z-index: 9999;
  width: 300px;
  min-height: 50px;
  transition: all 0.5s; }

.event-notification-wrapper.show {
  top: 20px; }

.event-notification-wrapper.remove-block {
  right: -350px; }

.event-notification-wrapper .event-notification-block {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  float: left;
  padding: 5px 8px;
  width: 100%; }

.event-notification-wrapper .event-notification-block-content {
  float: left;
  width: 100%; }

.event-notification-wrapper .event-notification-title {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #4d4d4d;
  font-size: 13px;
  margin: 0;
  line-height: 18px;
  padding: 0 0 5px 0; }

.event-notification-wrapper .event-notification-content {
  float: left;
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  color: #4d4d4d;
  max-height: 210px;
  overflow: auto; }

.event-notification-wrapper .event-notification-content a {
  color: #4ebcda;
  text-decoration: underline; }

.multi-select-widget {
  float: left;
  width: 100%;
  position: relative; }

.multi-select-widget .multi-select-widget-list {
  float: left;
  width: 100%;
  -moz-user-select: none;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e1e5ea;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  font-weight: 400;
  height: auto !important;
  line-height: 1.42857;
  margin: 0;
  overflow: auto;
  padding: 2px 5px 2px 5px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  list-style: none;
  max-height: 200px; }

.has-error .multi-select-widget .multi-select-widget-list {
  border: 1px solid #a94442; }

.multi-select-widget li {
  float: left; }

.multi-select-widget li.selected-item {
  background-color: #3B8DD5;
  border-radius: 0.1em;
  color: #fff;
  cursor: default;
  font-size: 12px;
  line-height: 12px;
  margin: 3px 3px 3px 0;
  max-width: 100%;
  padding: 7px 25px 7px 6px;
  position: relative;
  box-sizing: border-box; }

.multi-select-widget li.selected-item span {
  word-wrap: break-word; }

.multi-select-widget li.selected-item .select-item-handle {
  background-image: url("../images/icons/sortable.svg");
  float: left;
  height: 14px;
  line-height: 14px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 19px 18px;
  background-position: 0 -1px;
  cursor: move; }

.multi-select-widget li.selected-item .search-choice-close {
  bottom: 0;
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer; }

.multi-select-widget li.selected-item .search-choice-close::before {
  content: "\f057";
  font: normal normal normal 14px/1 FontAwesome;
  vertical-align: -50%;
  color: #fff; }

.multi-select-widget li.search-field {
  margin: 2px 3px 0 0;
  white-space: nowrap;
  float: left;
  list-style: outside none none; }

.multi-select-widget li.search-field input[type="text"] {
  background: transparent none repeat scroll 0 0 !important;
  border: 0 none !important;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: 25px;
  margin: 1px 0;
  outline: 0 none;
  padding: 0;
  min-width: 250px; }

.multi-select-widget .search-results {
  background: #ffffff none repeat scroll 0 0;
  display: none;
  left: 0;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  border-top: none;
  overflow: auto; }

.multi-select-widget .search-results .search-results-list {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

.multi-select-widget .search-results .search-results-list li {
  float: left;
  width: 100%;
  cursor: pointer;
  line-height: 28px;
  box-sizing: border-box;
  padding: 0 5px; }

.multi-select-widget .search-results .search-results-list li:hover {
  background-color: #489eed;
  color: #fff; }

.achievement-multi-select-widget .search-results .search-results-list li {
  cursor: default; }

.achievement-multi-select-widget .search-results .search-results-list li:hover {
  background: none;
  color: inherit; }

.asset-selector-wrapper .content-editor-widget-asset-back {
  margin: 0 10px 0 0; }

.asset-selector-wrapper .modal-title {
  line-height: 24px; }

.multi-select-widget .search-results .multi-select-btn {
  background: #97c664 none repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 11px;
  line-height: 17px;
  margin: 5px 1px;
  opacity: 0.8;
  padding: 0 15px 0 5px;
  position: relative;
  transition: all 0.25s ease 0s; }

.multi-select-widget .search-results .multi-select-btn::after {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;
  color: #666666;
  content: "+";
  height: 10px;
  line-height: 10px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 3px;
  width: 10px; }

.multi-select-widget li.selected-item.type-Must {
  background-color: #87bd4b; }

.multi-select-widget li.selected-item.type-Should {
  background-color: #e79824; }

.multi-select-widget li.selected-item.type-Must-Not {
  background-color: #cc3300; }

.multi-select-widget .search-results .multi-select-btn:hover {
  background: #87bd4b;
  opacity: 1; }

.multi-select-widget .search-results .multi-select-btn.should {
  background: #eea236; }

.multi-select-widget .search-results .multi-select-btn.should:hover {
  background: #e79824; }

.multi-select-widget .search-results .multi-select-btn.must-not {
  background: #cc3300;
  margin-right: 10px; }

.multi-select-widget .search-results .multi-select-btn.must-not:hover {
  background: #cc3300; }

.multi-entrant-select-widget {
  float: left;
  width: 100%;
  position: relative; }

.multi-entrant-select-widget .multi-entrant-select-widget-list {
  float: left;
  width: 100%;
  -moz-user-select: none;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e1e5ea;
  border-radius: 2px;
  /* cursor: pointer; */
  display: block;
  font-weight: 400;
  height: auto !important;
  line-height: 1.42857;
  margin: 0;
  overflow: auto;
  padding: 2px 5px 2px 5px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  list-style: none;
  max-height: 200px; }

.has-error .multi-entrant-select-widget .multi-entrant-select-widget-list {
  border: 1px solid #a94442; }

.multi-entrant-select-widget li {
  float: left; }

.multi-entrant-select-widget li.selected-item {
  background-color: #489eed;
  border-radius: 0.1em;
  color: #fff;
  cursor: default;
  font-size: 12px;
  line-height: 12px;
  margin: 3px 3px 3px 0;
  max-width: 100%;
  padding: 7px 25px 7px 6px;
  position: relative;
  box-sizing: border-box; }

.multi-entrant-select-widget li.selected-item span {
  word-wrap: break-word; }

.multi-entrant-select-widget li.selected-item .select-item-handle {
  background-image: url("../images/icons/sortable.svg");
  float: left;
  height: 14px;
  line-height: 14px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 19px 18px;
  background-position: 0 -1px;
  cursor: move; }

.multi-entrant-select-widget li.selected-item .search-choice-close {
  bottom: 0;
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer; }

.multi-entrant-select-widget li.selected-item .search-choice-close::before {
  content: "\f057";
  font: normal normal normal 14px/1 FontAwesome;
  vertical-align: -50%;
  color: #fff; }

.multi-entrant-select-widget li.search-field {
  margin: 2px 3px 0 0;
  white-space: nowrap;
  float: left;
  list-style: outside none none; }

.multi-entrant-select-widget li.search-field input[type="text"] {
  background: transparent none repeat scroll 0 0 !important;
  border: 0 none !important;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: 25px;
  margin: 1px 0;
  outline: 0 none;
  padding: 0;
  min-width: 150px; }

.multi-entrant-select-widget .search-results {
  background: #ffffff none repeat scroll 0 0;
  display: none;
  left: 0;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  border-top: none;
  overflow: auto; }

.multi-entrant-select-widget .search-results .search-results-list {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

.multi-entrant-select-widget .search-results .search-results-list li {
  float: left;
  width: 100%;
  cursor: pointer;
  line-height: 28px;
  box-sizing: border-box;
  padding: 0 5px; }

.multi-entrant-select-widget .search-results .search-results-list li:hover {
  background-color: #489eed;
  color: #fff; }

.achievement-multi-entrant-select-widget .search-results .search-results-list li {
  cursor: default; }

.achievement-multi-entrant-select-widget .search-results .search-results-list li:hover {
  background: none;
  color: inherit; }

.multi-entrant-select-widget .search-results .multi-select-btn {
  background: #97c664 none repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 11px;
  line-height: 17px;
  margin: 5px 1px;
  opacity: 0.8;
  padding: 0 15px 0 5px;
  position: relative;
  transition: all 0.25s ease 0s; }

.multi-entrant-select-widget .search-results .multi-select-btn::after {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;
  color: #666666;
  content: "+";
  height: 10px;
  line-height: 10px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 3px;
  width: 10px; }

.multi-entrant-select-widget li.selected-item.type-Must {
  background-color: #87bd4b; }

.multi-entrant-select-widget li.selected-item.type-Should {
  background-color: #e79824; }

.multi-entrant-select-widget li.selected-item.type-Must-Not {
  background-color: #cc3300; }

.multi-entrant-select-widget .search-results .multi-select-btn:hover {
  background: #87bd4b;
  opacity: 1; }

.multi-entrant-select-widget .search-results .multi-select-btn.should {
  background: #eea236; }

.multi-entrant-select-widget .search-results .multi-select-btn.should:hover {
  background: #e79824; }

.multi-entrant-select-widget .search-results .multi-select-btn.must-not {
  background: #cc3300;
  margin-right: 10px; }

.multi-entrant-select-widget .search-results .multi-select-btn.must-not:hover {
  background: #cc3300; }

.multi-entrant-select-widget-choose-input-type {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: none; }

.multi-entrant-select-widget-choose-input-type .multi-entrant-select-widget-wrapper-container {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 250px;
  height: auto;
  background: #ffffff;
  padding: 10px 10px;
  box-shadow: 1px 5px 4px rgba(0, 0, 0, 0.4);
  z-index: 1; }

.multi-entrant-select-widget-choose-input-type .multi-entrant-select-widget-wrapper-container-content {
  float: left;
  width: 100%;
  font-size: 14px; }

.multi-entrant-select-widget-choose-input-type .multi-select-btn {
  background: #97c664 none repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 13px;
  line-height: 18px;
  margin: 5px 7px 5px 0px;
  opacity: 1;
  padding: 0 15px 0 5px;
  position: relative;
  transition: all 0.25s ease 0s; }

.multi-entrant-select-widget-choose-input-type .multi-select-btn::after {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 10px;
  color: #666666;
  content: "+";
  height: 10px;
  line-height: 10px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 4px;
  width: 10px; }

.multi-entrant-select-widget-choose-input-type .multi-select-btn.should {
  background: #eea236; }

.multi-entrant-select-widget-choose-input-type .multi-select-btn.must-not {
  background: #cc3300; }

.should-match-form-field-info {
  padding-left: 0; }

.should-match-form-field-info .form-field-info {
  float: left;
  margin: 5px 0 0 0; }

.summary-form .form-group .entrant-item.type-Must {
  background-color: #87bd4b; }

.summary-form .form-group .entrant-item.type-Should {
  background-color: #e79824; }

.summary-form .form-group .entrant-item.type-Must-Not {
  background-color: #cc3300; }

#page-alert {
  position: relative;
  width: calc(100% - 50px);
  z-index: 2;
  box-sizing: border-box;
  margin-left: 25px; }

#page-alert .media a {
  color: #ffffff;
  text-decoration: underline; }

.score-activity-message {
  display: none; }

.scores-activity .add-tooltip {
  margin: 20px 12px 0 0;
  top: 9px; }

.scores-activity .scores-activity-title {
  width: 30%;
  float: left; }

.scores-activity .event-stream-buttons {
  width: 50%;
  float: right; }

.scores-activity .events-date-range {
  width: 50%;
  float: right;
  display: none; }

.scores-activity .events-date-range .control-label {
  text-align: right;
  line-height: 32px; }

.page-competition-insight-details .pie-value {
  margin-top: -22px; }

.page-achievements-list .fa-19px {
  font-size: 19px; }

.page-loyalty-list .fa-19px {
  font-size: 19px; }

#container .table .width-4 {
  width: 4%; }

#container .table .width-5 {
  width: 5%; }

#container .table .width-6 {
  width: 6%; }

#container .table .width-7 {
  width: 7%; }

#container .table .width-8 {
  width: 8%; }

.members-inbox table .el-body img {
  max-width: 200px; }

.page-achievement-preview .achievementt-icon .image-container {
  text-align: center; }

.page-achievement-preview .achievementt-icon img {
  max-width: 100%;
  max-height: 52px; }

.page-achievement-preview .action-buttons {
  float: right;
  width: auto;
  padding: 0 12px 0 0; }

.page-achievement-preview .action-buttons a {
  float: right;
  margin: 0 0 0 10px; }

.page-achievement-preview .action-buttons .deprecated {
  opacity: 0.4;
  cursor: default;
  pointer-events: none; }

.page-achievement-preview .action-buttons a.deprecated {
  cursor: default;
  pointer-events: none; }

.page-competition-insight-details .cl-leaderboard-wrapper {
  max-width: 100%; }

.achievement-category-selection-wrapper {
  float: left;
  max-width: 500px;
  min-width: 150px;
  visibility: hidden; }

.achievement-category-selection-wrapper .chosen-container {
  margin: 0; }

#container .achievement-table td.el-description {
  max-width: 200px; }

#container .achievement-table td.el-action {
  min-width: 120px; }

#container .achievement-table .depricate-achievement {
  float: right; }

.page-achievements-list .upload-icons {
  float: right; }

.page-loyalty-list .upload-icons {
  float: right; }

.achievement-table img {
  max-width: 30px;
  max-height: 30px; }

.achievement-table .cl-expired {
  background-color: rgba(255, 0, 0, 0.1); }

.achievements-tabbed-list .ach-navigation-tabs .ach-widget-count {
  opacity: 0.8;
  font-size: 7px;
  top: 40%;
  display: none; }

.achievements-tabbed-list .ach-navigation-tabs .ach-live-count {
  background-color: #0c3; }

.achievements-tabbed-list .ach-navigation-tabs .ach-draft-count {
  background-color: #579ddb; }

.achievement-table tr.status-deprecated-true {
  background: rgba(255, 0, 51, 0.1); }

.achievement-table td span {
  padding: 2px 5px;
  border-radius: 2px; }

.loyalty-table img {
  max-width: 30px;
  max-height: 30px; }

.loyalty-table .cl-expired {
  background-color: rgba(255, 0, 0, 0.1); }

.loyalty-tabbed-list .loyalty-navigation-tabs .loyalty-widget-count {
  opacity: 0.8;
  font-size: 7px;
  top: 40%;
  display: none; }

.loyalty-tabbed-list .loyalty-navigation-tabs .loyalty-live-count {
  background-color: #0c3; }

.loyalty-tabbed-list .loyalty-navigation-tabs .loyalty-draft-count {
  background-color: #579ddb; }

.loyalty-table tr.status-deprecated-true {
  background: rgba(255, 0, 51, 0.1); }

.loyalty-table td span {
  padding: 2px 5px;
  border-radius: 2px; }

.member-loyalty-table img {
  max-width: 30px;
  max-height: 30px; }

.member-loyalty-table td span {
  padding: 2px 5px;
  border-radius: 2px; }

.create-loyalty-modal .metadata-widget {
  margin: 15px 0 0 0; }

.page-competition-creation .metadata-widget {
  margin: 0; }

.status-indicator {
  padding: 2px 5px;
  border-radius: 2px; }

.status-Live {
  background: rgba(0, 204, 51, 0.2); }

.status-Pending {
  background: rgba(255, 204, 0, 0.4); }

.status-Draft {
  background: rgba(87, 157, 219, 0.7); }

.status-Deprecated {
  background: rgba(87, 157, 219, 0.7); }

.status-Deleted {
  background: rgba(87, 157, 219, 0.7); }

.status-Test {
  background: rgba(0, 204, 204, 0.5); }

.status-expired {
  background: rgba(255, 0, 0, 0.2); }

.image-selection-buttons .control-label {
  display: inline-block; }

.translations-widget {
  float: left;
  width: 100%; }

.translations-widget .translation-type-webasset label {
  display: none; }

.translations-widget .lang-id {
  display: block; }

.translations-widget .lang-row-wrapper {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  display: none; }

.translations-widget .wrapper-remove {
  position: absolute;
  right: 5px;
  top: 5px;
  border: 1px solid #eeeeee;
  line-height: 20px;
  width: 20px;
  text-decoration: none;
  text-align: center; }

.translations-widget .wrapper-label {
  float: left;
  width: 100%;
  line-height: 30px;
  font-size: 16px; }

.translations-widget .new-translations-language-modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999; }

.translations-widget .new-translations-language-container {
  position: absolute;
  width: 250px;
  height: 150px;
  background: #ffffff;
  top: 30%;
  left: 50%;
  margin: 0 0 0 -125px;
  padding: 15px 25px; }

.translations-widget .new-translations-language-container .new-translations-language-close {
  position: absolute;
  right: 5px;
  top: 5px;
  border: 1px solid #eeeeee;
  line-height: 20px;
  width: 20px;
  text-decoration: none;
  text-align: center; }

.translations-widget .new-translations-language-container .new-translations-language-list {
  float: left;
  width: 100%; }

.translations-widget .new-translations-language-container .new-translations-language-add {
  float: right;
  position: absolute;
  bottom: 10px;
  right: 10px; }

.translations-widget .new-translations-language-btn {
  float: right;
  margin: 0 0 15px 0; }

.translations-widget .new-translations-language-list-container {
  float: left;
  width: 100%;
  padding: 35px 0 0 0; }

.translations-widget .translation-indicator {
  text-align: center; }

.translations-widget .translation-indicator .indicator-label {
  padding: 3px 15px;
  background: rgba(10, 10, 10, 0.05);
  border-radius: 5px;
  text-align: center;
  margin: 4px 0 0 0;
  font-size: 11px;
  display: inline-block; }

.translations-widget .translation-indicator .indicator-label::after {
  content: ">";
  padding: 0 0 0 6px; }

.translations-widget .lang-selection-container {
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
  margin: 22px 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.translations-widget .lang-selection-container span {
  float: left; }

.translations-widget .lang-selection-container .lang-selection-label {
  padding: 0 20px 0 0;
  line-height: 28px;
  font-size: 16px; }

.translations-widget .lang-no-data {
  float: left;
  width: 100%;
  font-size: 16px;
  font-style: italic;
  padding: 15px 0 0 0; }

.translations-widget .lang-selection-container .lang-selection {
  background-color: #d9e0e7;
  border-radius: 0.1em;
  font-size: 12px;
  line-height: 12px;
  margin: 3px 3px 3px 0;
  max-width: 100%;
  padding: 7px 6px 7px 6px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 1;
  opacity: 0.5; }

.translations-widget .lang-selection-container .lang-selection.completed {
  padding: 7px 25px 7px 6px;
  background-color: #97c664;
  color: #ffffff; }

.translations-widget .lang-selection-container .lang-selection.completed::after {
  content: "\f00c";
  font-family: fontAwesome;
  background: #ffffff;
  border-radius: 8px;
  position: absolute;
  right: 5px;
  float: left;
  height: 14px;
  line-height: 14px;
  top: 6px;
  color: #515151;
  font-size: 10px;
  padding: 0;
  width: 14px;
  text-align: center; }

.translations-widget .lang-selection-container .lang-selection.missing {
  padding: 7px 25px 7px 6px;
  background-color: #eaa642;
  color: #ffffff;
  padding: 5px 5px; }

.translations-widget .lang-selection-container .active-lang, .translations-widget .lang-selection-container .lang-selection.missing.active-lang, .translations-widget .lang-selection-container .lang-selection.completed.active-lang {
  color: #ffffff;
  opacity: 1; }

.summary-form .translations-widget .lang-selection-container {
  border: 1px solid #d9e0e7;
  padding: 10px 0 10px 0; }

.summary-form .translations-widget .lang-selection-container .lang-selection-label {
  padding: 0 20px 0 12px;
  line-height: 28px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  width: 17%;
  margin: 0 7px 0 0; }

.summary-form .translations-widget .lang-selection-container {
  margin: 0px 0 20px 0; }

.summary-form .lang-no-data-container {
  display: none; }

.page-competition-creation .translations-widget .new-translations-language-btn {
  float: left; }

.metadata-widget {
  float: left;
  width: 100%;
  margin: 15px 0 0 0; }

.metadata-widget .metadata-form {
  float: left;
  width: 100%;
  padding: 15px; }

.metadata-widget .metadata-form ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

.metadata-widget .remove-header a {
  float: left;
  height: 24px;
  padding: 0px;
  width: 24px;
  margin: 3px 0 0 0; }

.metadata-widget .header-list .row {
  position: relative;
  margin: 0 0 5px 0; }

.scheduling-container {
  float: left;
  width: 100%; }

.scheduling-widget {
  float: left;
  width: 100%; }

.scheduling-widget .start-end-date-container {
  float: left;
  width: 100%;
  padding: 18px 0 18px 0;
  border-bottom: 1px solid #eee; }

.scheduling-widget .limitations_limitTotal, .scheduling-widget .limitations_limitPerMember, .scheduling-widget .limitations_limitOptIn {
  float: left;
  width: 100%;
  padding: 18px 0 18px 0; }

.scheduling-widget .start-end-date-container .from-label, .scheduling-widget .limitations_limitTotal .limitTotalLabel, .scheduling-widget .limitations_limitPerMember .limitPerMemberLabel, .scheduling-widget .limitOptInLabel, .duration-container .duration-label {
  float: left;
  padding: 0; }

.start-end-date-container .control-label {
  margin-top: 5px; }

.duration-container .duration-label {
  margin-top: 5px; }

.loyalty-list-page-actions .refresh-icon {
  justify-content: end;
  padding-right: 10px; }

.loyalty-list-page-actions .loyalty-actions {
  display: flex;
  gap: 5px; }

.loyalty-list-page-actions {
  display: flex;
  justify-content: space-between; }

.scheduling-widget .limitPerMemberLabel {
  line-height: 30px;
  float: left;
  width: 100%;
  text-align: right; }

.duration-container, .start-end-date-container .control-label {
  padding-left: 8px !important;
  padding: 8px; }

.scheduling-widget .limitations_limitTotal, .scheduling-widget .limitations_limitPerMember, .scheduling-widget .limitations_limitOptIn {
  float: left;
  width: 100%;
  padding: 18px 0 18px 0; }

.scheduling-widget .start-end-date-container .start-date-container {
  float: left;
  position: relative;
  width: 184px; }

.scheduling-widget .start-end-date-container .end-date-container {
  float: left;
  position: relative;
  width: 184px; }

.scheduling-widget .start-end-date-container .till-label {
  float: left;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px; }

.scheduling-widget .scheduling-type {
  float: left;
  width: 100%;
  padding: 12px 0 0 0; }

.scheduling-widget .scheduling-type .text-label {
  font-size: 14px;
  line-height: 30px;
  float: left;
  width: 100%;
  text-align: right; }

.scheduling-widget .scheduling-type .element-label {
  padding: 0 0 0 7px;
  float: right;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.scheduling-widget .scheduling-type .scheduling-type-label {
  float: right; }

.scheduling-widget .scheduling-type .scheduleType {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  float: left;
  padding: 0 0 0 0; }

.scheduling-widget .scheduling-type .scheduleType:after {
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 19px;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 10px; }

.scheduling-widget .scheduling-type .html-dropdown .condition-dropdown {
  top: 24px; }

.scheduling-widget .every {
  display: none;
  float: left;
  list-style: outside none none;
  margin: 0 0 0 22px;
  max-width: 575px;
  padding: 0; }

.scheduling-widget .every li {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  cursor: pointer;
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin: 0 2px 2px 0;
  min-width: 32px;
  padding: 0 2px;
  text-align: center; }

.scheduling-widget .every li:hover {
  opacity: 0.6;
  border: 1px solid #aaaaaa; }

.scheduling-widget .every li.active {
  background: #e4e3e3 none repeat scroll 0 0;
  border: 1px solid #aaaaaa;
  position: relative; }

.scheduling-widget .every li.active:hover {
  opacity: 1; }

.scheduling-widget .every li.active::after {
  content: "+";
  font-size: 11px;
  line-height: 7px;
  position: absolute;
  right: 0;
  top: 0; }

.contest-leaderboard .modal-dialog {
  box-sizing: border-box;
  max-width: 1200px;
  padding: 0 25px;
  width: 100%; }

.contest-leaderboard .styling-selection {
  float: left;
  width: 100%;
  padding: 0 0 5px; }

.contest-leaderboard .styling-selection .font-selection {
  float: left;
  width: 160px; }

.contest-leaderboard .styling-selection .api-key-wrapper {
  float: left;
  width: 100%; }

.contest-leaderboard .styling-selection .apikey-selection {
  float: left;
  margin: 0 0 10px;
  width: 287px; }

.contest-leaderboard .styling-selection .font-selection option {
  font-size: 14px;
  height: 20px; }

.contest-leaderboard .styling-selection .font-color {
  float: left;
  padding: 0 0 0 5px; }

.contest-leaderboard .styling-selection .font-color input {
  float: left;
  width: 120px;
  border: 1px solid #666666;
  border-radius: 3px;
  padding: 2px 5px; }

.contest-leaderboard .styling-selection .background-color {
  float: left;
  width: 100%;
  padding: 5px 0 5px 0; }

.contest-leaderboard .styling-selection .points-background-color {
  display: none; }

.contest-leaderboard .styling-selection .background-color input {
  width: 120px;
  border: 1px solid #666666;
  border-radius: 3px;
  padding: 2px 5px;
  margin: 0 0 0 5px; }

.contest-leaderboard .styling-selection .bg-label {
  float: left;
  width: 160px; }

.competition-leaderboard-wrapper {
  float: right; }

.competition-leaderboard .modal-dialog {
  box-sizing: border-box;
  padding: 0 25px;
  width: 100%; }

.competition-leaderboard .styling-selection {
  float: left;
  width: 100%;
  padding: 0 0 5px; }

.competition-leaderboard .styling-selection .font-selection {
  float: left;
  width: 160px; }

.competition-leaderboard .styling-selection .api-key-wrapper {
  float: left;
  width: 100%; }

.competition-leaderboard .styling-selection .apikey-selection {
  float: left;
  margin: 0 0 10px;
  width: 287px; }

.competition-leaderboard .styling-selection .font-selection option {
  font-size: 14px;
  height: 20px; }

.competition-leaderboard .styling-selection .font-color {
  float: left;
  padding: 0 0 0 5px; }

.competition-leaderboard .styling-selection .font-color input {
  float: left;
  width: 120px;
  border: 1px solid #666666;
  border-radius: 3px;
  padding: 2px 5px; }

.competition-leaderboard .styling-selection .background-color {
  float: left;
  width: 100%;
  padding: 5px 0 5px 0; }

.competition-leaderboard .styling-selection .points-background-color {
  display: none; }

.competition-leaderboard .styling-selection .background-color input {
  width: 120px;
  border: 1px solid #666666;
  border-radius: 3px;
  padding: 2px 5px;
  margin: 0 0 0 5px; }

.competition-leaderboard .styling-selection .bg-label {
  float: left;
  width: 160px; }

.create-from-template .template-list {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%; }

.create-from-template .template-list li {
  float: left;
  width: 49%;
  box-sizing: border-box;
  padding: 7px 10px;
  margin: 0 1% 15px 0;
  border: 1px solid #cccccc;
  cursor: pointer; }

.create-from-template .template-list li:hover {
  background: rgba(197, 222, 255, 0.2); }

.create-from-template .template-list .competition-type {
  float: left;
  width: 100%;
  font-size: 11px;
  padding: 0 0 5px 0; }

.create-from-template .template-list .competition-label {
  float: left;
  width: 100%;
  font-size: 13px; }

.messages-table .status-new .el-subject, .messages-table .status-collaborationrequest .el-subject {
  position: relative; }

.messages-table .status-new .el-subject::before, .messages-table .status-collaborationrequest .el-subject::before {
  position: absolute;
  content: " ";
  background: #4ebcda;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0; }

.messages-table .status-new .el-subject a {
  color: #2c9ab7; }

.messages-table .status-collaborationrequest .el-subject a {
  color: #2c9ab7; }

.rewards-widget {
  float: left;
  width: 100%; }

.rewards-creation .rewards-widget {
  padding: 0 16px; }

.rewards-widget .rewards-form {
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 100;
  display: none; }

.rewards-widget .rewards-form .rewards-form-item-container {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  min-height: 430px;
  background: #ffffff;
  box-sizing: border-box;
  top: 10%;
  border: 1px solid #cccccc;
  z-index: 2;
  max-width: 1000px;
  transform: translate(-50%, 0); }

.rewards-widget .rewards-form .rewards-form-item-list-container {
  float: left;
  width: 100%;
  padding: 20px;
  max-height: 80vh;
  overflow: auto; }

.rewards-widget .rewards-form .rewards-form-item-list {
  float: left;
  width: 100%;
  padding: 0;
  list-style: none; }

.rewards-widget .rewards-form .rewards-form-item-container .rewards-form-tabs {
  float: left;
  width: 100%;
  position: absolute;
  top: -25px;
  z-index: 1;
  left: -1px; }

.rewards-widget .rewards-form .rewards-form-item-container .rewards-form-tabs .rewards-form-tab {
  float: left;
  background: #f1f1f1;
  height: 25px;
  line-height: 25px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 0 10px;
  cursor: pointer;
  transition: background-color 0.2s ease; }

.rewards-widget .rewards-form .rewards-form-item-container .rewards-form-tabs .rewards-form-tab.active, .rewards-widget .rewards-form .rewards-form-item-container .rewards-form-tabs .rewards-form-tab:hover {
  background-color: #ffffff; }

.rewards-widget .rewards-translations .image-selection-buttons .col-md-8 {
  width: 90%; }

.form-horizontal .rewards-widget .add-translations .form-group {
  margin: 0; }

.rewards-widget .rewards-form .add-translations {
  float: left;
  width: 100%; }

.rewards-widget .rewards-metadata .header-list {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0; }

.rewards-widget .rewards-metadata .header-list li {
  float: left;
  width: 100%;
  padding: 0 0 5px 0; }

.rewards-widget .rewards-metadata {
  float: left;
  width: 100%; }

.rewards-widget .rewards-metadata .metadata-widget-layout {
  float: left;
  width: 100%; }

.rewards-widget .rewards-metadata .modal-header {
  float: left;
  width: 100%;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0; }

.rewards-widget .rewards-metadata .metadata-form {
  float: left;
  width: 100%; }

.rewards-widget .rewards-metadata .form-group {
  float: left;
  width: 100%; }

.rewards-widget .rewards-form .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1; }

.rewards-widget .rewards-form ul li {
  float: left;
  width: 100%;
  margin: 0 0 10px 0; }

.rewards-widget .rewards-form .add-reward {
  padding: 10px;
  float: right;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  text-align: right;
  border-top: 1px solid #eeeeee; }

.rewards-widget .rewards-form .add-reward .close-reward {
  margin: 0 10px 0 0; }

.rewards-widget .rewards-form .delay-form-field {
  display: none; }

.rewards-widget .rewards-form .reward-tabs-hidden {
  display: none; }

.rewards-widget .reward-list {
  float: left;
  width: 100%;
  margin: 15px 0 0 0; }

.rewards-widget .modal-header {
  padding-left: 0; }

.rewards-widget .modal-header::after {
  left: 0; }

.rewards-widget .add-reward-btn {
  float: right; }

.rewards-widget .rewards-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.rewards-widget .modal-title {
  display: inline-block; }

.rewards-widget .reward-list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1.5px solid #00000030;
  margin: 0; }

.rewards-widget .reward-list-content {
  display: flex;
  gap: 20px;
  align-items: center; }

.rewards-widget .reward-list-label {
  font-weight: bold; }

.rewards-widget .reward-list-type {
  border: 1px solid black;
  padding: 1px 50px;
  border-radius: 2px;
  cursor: pointer; }

.rewards-widget .reward-list-select {
  font-weight: bold; }

.rewards-widget .reward-list-select select {
  font-weight: normal;
  width: 200px;
  height: 20px; }

.rewards-widget .reward-list-preview {
  border: 1px solid black;
  padding: 1px 20px;
  border-radius: 2px;
  cursor: pointer; }

.rewards-widget .reward-list-remove {
  color: white;
  padding: 1px 10px;
  background-color: #e52e2e;
  border-radius: 2px;
  cursor: pointer; }

.rewards-widget .add-reward-a {
  margin-top: 10px; }

.rewards-widget .modal-title-label {
  float: left;
  font-size: 22px;
  line-height: 27px; }

.rewards-widget .remove-header a {
  float: left;
  height: 24px;
  padding: 0px;
  width: 24px;
  margin: 3px 0 0 0; }

.rewards-widget .rewards-table .delete-reward {
  float: right; }

.competition-creation-form .rewards-widget {
  margin: 35px 0 0 0; }

.competition-creation-form .rewards-widget .rewards-title {
  float: left;
  width: 100%; }

.competition-creation-form .start-date-container {
  padding-right: 25px; }

.competition-creation-form .end-date-container {
  padding-left: 28px;
  position: relative; }

.competition-creation-form .end-date-container .time-separator {
  position: absolute;
  left: -10px;
  line-height: 30px;
  z-index: 1; }

.account-indicator {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 46%;
  max-width: 282px;
  min-width: 240px;
  background: rgba(215, 36, 36, 0.8);
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 0 5px;
  box-sizing: border-box;
  text-align: center;
  display: none;
  font-weight: bold; }

.account-indicator .master {
  display: none; }

.account-indicator .separator {
  display: none; }

.master-account .account-indicator .master, .super-admin .account-indicator .master {
  display: inline-block; }

.master-account.demo-account .account-indicator .separator, .super-admin.demo-account .account-indicator .separator {
  display: inline-block; }

.demo-account .account-indicator {
  display: block; }

.demo-account .account-indicator .demo {
  display: inline-block; }

.demo-account .account-indicator .demo {
  display: inline-block; }

.account-indicator.limit-reached {
  width: 360px;
  left: 39%; }

.account-indicator .account-limit-reached {
  display: none; }

.account-indicator.limit-reached .account-limit-reached {
  display: block;
  font-size: 16px; }

.demo-nav {
  background-color: #d72424;
  color: #ffffff; }

#mainnav-menu .demo-nav a {
  color: #ffffff; }

.demo-nav .fa-gamepad {
  vertical-align: 0; }

.preview-tooltip-widget {
  position: absolute;
  top: 0;
  right: 255px;
  width: 385px;
  height: auto;
  min-height: 60px;
  z-index: 1000;
  background: #36434f;
  border-radius: 4px;
  opacity: 0;
  display: none;
  transition: 0.2s;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  padding: 5px 10px; }

.preview-tooltip-widget .close-preview-tooltip {
  position: absolute;
  top: 0px;
  right: 9px;
  color: #ffffff;
  font-size: 17px; }

.preview-tooltip-widget .preview-tooltip-title {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 10px 0;
  margin: 0;
  color: #ffffff; }

.preview-tooltip-widget .preview-tooltip-title.secondary {
  padding: 10px 0 5px 0; }

.preview-tooltip-widget .preview-tooltip-container {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0; }

.preview-tooltip-widget .preview-tooltip-body {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  max-height: 220px;
  overflow: auto;
  color: #ffffff; }

.preview-tooltip-widget .list-tem {
  display: inline-block;
  width: 50%;
  padding: 0 5px 0 2px;
  vertical-align: top; }

.preview-tooltip-widget .list-tem.full-length {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.preview-tooltip-widget .list-tem .key {
  font-weight: bold;
  float: left;
  width: 30%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  text-transform: capitalize; }

.preview-tooltip-widget .list-tem.full-length .key {
  width: 15%; }

.preview-tooltip-widget .list-tem.full-length.key-30 .key {
  width: 30%; }

.preview-tooltip-widget .list-tem.full-length.key-50 .key {
  width: 50%; }

.preview-tooltip-widget .list-tem .value {
  float: left;
  width: 70%;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis; }

.preview-tooltip-widget .list-tem.full-length .value {
  width: 85%; }

.preview-tooltip-widget .list-tem.full-length.key-30 .value {
  width: 70%; }

.preview-tooltip-widget .list-tem.full-length.key-50 .value {
  width: 50%; }

.preview-tooltip-widget .list-tem.full-length .value a {
  color: #ffffff;
  text-decoration: underline; }

.rules-preview-tooltip {
  position: absolute;
  top: 0;
  right: 255px;
  width: 585px;
  height: auto;
  min-height: 60px;
  z-index: 110;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #ffffff;
  opacity: 0;
  display: none;
  transition: 0.2s;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  padding: 5px 10px; }

.rules-preview-tooltip img {
  position: absolute;
  top: 10px;
  width: 35px;
  left: 45%;
  display: none; }

.rules-preview-tooltip .rules-tooltip-preview-container {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 10px 0; }

.rules-preview-tooltip .rules-tooltip-preview-container .rules-preview-container {
  padding-top: 10px; }

.members-messaging-list .page-actions {
  float: left;
  width: 100%;
  padding: 0 0 15px 0; }

.create-member-message {
  float: right; }

.message-notification-modal .modal-body {
  max-height: 550px;
  overflow: auto; }

.members-messaging-list .message-notification-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }

.members-messaging-list .message-notification-modal .message-modal {
  top: 10%;
  overflow: inherit;
  outline: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  position: fixed;
  display: block; }

.members-messaging-list .message-notification-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #000000; }

.members-messaging-list .message-notification-modal .message-notification-modal-dialog {
  width: 800px;
  margin: 30px auto;
  position: relative; }

.members-messaging-list .message-notification-modal .modal-dialog {
  z-index: 1041; }

.members-messaging-list .message-notification-modal .chosen-container {
  margin-bottom: 0; }

.note-editor {
  background-color: #e0e5ec;
  border-color: #f0f2f6; }

.members-messaging-list .message-notification-modal .send-test {
  float: left; }

.test-message-notification-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }

.test-message-notification-modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #000000; }

.test-message-notification-modal .test-modal-body {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 500px;
  min-height: 125px;
  margin: 0 0 0 -250px;
  background: #ffffff;
  z-index: 2;
  padding: 35px 25px 15px 25px; }

.test-message-notification-modal .test-modal-body .close {
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 1; }

.test-message-notification-modal .members-selection-wrapper {
  float: left;
  width: 100%;
  padding: 0 0 10px 0; }

.test-message-notification-modal .send-test-sample {
  float: right; }

.members-messaging-table td span {
  padding: 2px 5px;
  border-radius: 2px; }

.members-messaging-table td span.status-Actioned {
  background: rgba(0, 204, 51, 0.2); }

.members-messaging-table td span.status-New {
  background: rgba(255, 204, 0, 0.4); }

.achievement-preview .achievement-activity .add-tooltip {
  margin-top: 18px; }

.achievement-preview .achievement-details .add-tooltip {
  margin-top: 18px; }

.achievement-preview .members-activity .add-tooltip {
  margin-top: 18px; }

.loyalty-preview .loyalty-activity .add-tooltip {
  margin-top: 18px; }

.loyalty-preview .loyalty-details .add-tooltip {
  margin-top: 18px; }

.loyalty-preview .members-activity .add-tooltip {
  margin-top: 18px; }

.products-table .upload {
  float: right; }

.products-table table td .status-field {
  padding: 3px 5px;
  border-radius: 3px;
  color: #ffffff; }

.products-table .create-product {
  float: right;
  margin: 0 0 15px 0; }

.members-table .create-member {
  flex-shrink: 0;
  float: right;
  margin: 0px 10px 15px 0; }

.members-table .update-member {
  flex-shrink: 0;
  float: right;
  margin: 0px 0px 15px 0; }

.members-table {
  position: relative; }

.remove-generated {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  border-radius: 0.1em;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
  box-sizing: border-box; }

.remove-generated:hover {
  background-color: #e7ebee; }

.members-table .edit-member-modal .form-checkbox.form-icon.icon-from-right {
  padding-left: 0;
  padding-right: 25px; }

.members-table .edit-member-modal .form-checkbox.form-icon.icon-from-right::after {
  left: auto;
  right: 0.1em; }

.members-table .checkbox {
  float: right;
  margin: 5px 0 0 0; }

.page-members-list .members-table .close-modal {
  margin-right: 5px; }

.page-members-list .members-table .modal-footer .add-tooltip {
  margin: 10px 0 0 0;
  float: right; }

.page-members-list .members-table .radio-selection {
  float: left;
  width: 100%;
  padding: 0 0 0 10px; }

.action-adjustment-factors .remove-row {
  margin-top: 7px; }

.action-adjustment-factors .add-new-row {
  margin-top: 7px; }

.action-adjustment-factors .first-row-element {
  padding-left: 0; }

.action-adjustment-factors .action-adjustment-factor-row {
  margin-bottom: 5px; }

.action-adjustment-factors .action-adjustment-factor-element.activeItem {
  z-index: 10; }

.action-adjustment-factors .action-adjustment-factor-element {
  float: left;
  width: 100%;
  line-height: 23px;
  padding: 3px 20px 3px 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #e9e9e9;
  position: relative;
  cursor: pointer; }

.action-adjustment-factors .action-adjustment-factor-element::after {
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 10px;
  margin: -7px 0 0 0;
  padding: 0 0 0 7px;
  right: 15px; }

.action-adjustment-factor-element .condition-dropdown {
  position: absolute;
  left: -1px;
  min-width: 209px;
  background: #ffffff;
  border: 1px solid #dddddd;
  top: 29px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  display: none; }

.action-adjustment-factor-element .simple-dropdown-widget .condition-dropdown {
  top: 32px; }

.action-adjustment-factor-element .condition-dropdown ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 250px;
  overflow: auto; }

.action-adjustment-factor-element .condition-dropdown li {
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  float: left;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 0 12px;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  max-width: 428px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }

.action-adjustment-factor-element .condition-dropdown li .metadata-image {
  position: absolute;
  top: 3px;
  right: 3px; }

.action-adjustment-factor-element .condition-dropdown li .metadata-image img {
  width: auto;
  max-width: 20px;
  min-height: 16px;
  float: left; }

.action-adjustment-factor-element .condition-dropdown li:last-child {
  border: none; }

.action-adjustment-factor-element .condition-dropdown li.condition-el-active {
  background: #f1f1f1; }

.action-adjustment-factor-element .condition-dropdown li:hover {
  background: #f1f1f1; }

.action-adjustment-factor-element .condition-dropdown li.condition-el-active:hover {
  background: #f3f3f3; }

.edit-product-modal form {
  max-height: 400px;
  overflow: auto; }

.edit-product-modal .modal-dialog {
  width: 800px; }

.rabbitmq-config {
  float: left;
  width: 100%; }

.rabbitmq-config .create-rabbitmq-config {
  float: left;
  margin: 0 0 15px 0;
  width: 100%; }

.rabbitmq-config .create-rabbitmq-config a {
  float: right; }

.rabbitmq-config .rabbitmq-config-table {
  float: left;
  width: 100%; }

.rabbitmq-config .preview-transformer {
  float: left;
  display: none; }

.custom-fields .custom-field-table {
  padding: 15px 0 0 0;
  float: left;
  width: 100%; }

.custom-fields .create-custom-field {
  float: left;
  width: 100%; }

.custom-fields .create-custom-field a {
  float: right; }

.modal-fixed.edit-code-modal {
  z-index: 1051; }

.modal-fixed.edit-code-modal .modal {
  position: relative;
  top: 0; }

.edit-code-modal .modal-dialog {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute; }

.edit-code-modal .CodeMirror {
  height: 500px; }

.create-transformers {
  margin: 0 0 15px 0;
  float: left;
  width: 100%; }

.create-transformers a {
  float: right; }

.transformers-table {
  float: left;
  width: 100%; }

.transformers-table .el-action {
  width: 200px; }

.page-settings .create-unitsofmeasure {
  float: right;
  margin: 0 0 15px 0; }

.page-settings .unitsofmeasure-table {
  float: left;
  width: 100%; }

.page-settings .unitsofmeasure-modal .modal-body {
  overflow: auto;
  max-height: 450px; }

.rabbitmq-config table .service-status {
  float: right; }

.hide {
  display: none; }

.page-achievements-list .create-widget {
  float: right;
  margin: 0 0 15px 0; }

.page-loyalty-list .create-widget {
  float: right;
  margin: 0 0 15px 0; }

.page-achievements-list .achievement-widget-modal .modal {
  top: 0; }

.page-achievements-list .achievement-widget-modal .modal-dialog {
  width: 95%;
  height: 90%; }

.page-achievements-list .achievement-widget-modal.new-widget .modal-dialog {
  width: 60%; }

.page-achievements-list .achievement-widget-modal.new-widget .code-container {
  display: none; }

.page-achievements-list .achievement-widget-modal.new-widget .settings-container {
  width: 50%; }

.page-achievements-list .achievement-widget-modal.new-widget .preview-container {
  width: 50%; }

.page-achievements-list .achievement-widget-modal .modal-body {
  min-height: 500px;
  padding-left: 25px;
  padding-right: 25px; }

.page-achievements-list .achievement-widget-modal .api-key-list {
  display: none;
  margin: 0 0 15px 0; }

.page-achievements-list .achievements-tabbed-list .ach-widget-list-tab {
  float: right; }

.page-achievements-list .achievements-tabbed-list .ach-flow-builder-tab {
  float: right; }

.page-loyalty-list .loyalty-widget-modal .modal {
  top: 0; }

.page-loyalty-list .loyalty-widget-modal .modal-dialog {
  width: 95%;
  height: 90%; }

.page-loyalty-list .loyalty-widget-modal.new-widget .modal-dialog {
  width: 60%; }

.page-loyalty-list .loyalty-widget-modal.new-widget .code-container {
  display: none; }

.page-loyalty-list .loyalty-widget-modal.new-widget .settings-container {
  width: 50%; }

.page-loyalty-list .loyalty-widget-modal.new-widget .preview-container {
  width: 50%; }

.page-loyalty-list .loyalty-widget-modal .modal-body {
  min-height: 500px;
  padding-left: 25px;
  padding-right: 25px; }

.page-loyalty-list .loyalty-widget-modal .api-key-list {
  display: none;
  margin: 0 0 15px 0; }

.page-loyalty-list .loyalty-tabbed-list .loyalty-widget-list-tab {
  float: right; }

.page-loyalty-list .loyalty-tabbed-list .loyalty-flow-builder-tab {
  float: right; }

.page-account-settings .account-profile {
  opacity: 0; }

.two-fa-modal .modal-dialog {
  width: 900px; }

.two-fa-modal .add-2fa-form {
  transition: background-color 0.2s ease; }

.two-fa-modal .message {
  float: left;
  width: 100%;
  padding: 15px 0 30px 0;
  font-size: 18px; }

.two-fa-modal .message a {
  color: #2c9ab7; }

.two-fa-modal .step-1 {
  float: left;
  width: 100%;
  padding: 0 0 30px 0;
  font-size: 16px; }

.two-fa-modal .step-2 {
  float: left;
  width: 100%;
  padding: 0 0 30px 0;
  font-size: 16px; }

.two-fa-modal .code-input {
  width: 180px;
  float: left;
  margin: 0 10px 0 0; }

.two-fa-modal .two-factor-enabled {
  display: none;
  float: left;
  width: 100%;
  font-size: 17px;
  padding: 0 10px; }

.two-fa-modal .two-factor-scratch-codes {
  display: none;
  float: left;
  width: 100%;
  font-size: 17px;
  padding: 0 10px; }

.two-fa-modal .two-factor-scratch-codes h3 {
  margin-top: 0; }

.promotion-page-list .page-actions {
  float: left;
  width: 100%; }

.promotion-page-list .create-promotion-page {
  float: right; }

.space-insights {
  display: none;
  float: left;
  width: 100%; }

.space-insights .event-timing {
  float: left;
  min-width: 300px;
  height: 200px; }

.space-insights .comp-preview-ready {
  float: left;
  width: 100%;
  padding: 0 0 15px 0; }

.space-insights .comp-preview-active {
  float: left;
  width: 100%; }

.help-section #page-content .panel-body .panel {
  box-shadow: none; }

.help-section .page-tiles {
  display: table;
  width: 100%;
  padding: 20px 20px;
  margin: 0 auto;
  max-width: 1200px; }

.help-section .page-tiles .page-tile {
  float: left;
  width: 25%;
  border-top: solid 1px #dddfe2;
  border-left: solid 1px #dddfe2;
  border-bottom: solid 1px #dddfe2;
  padding: 25px;
  transition: all 0.2s ease;
  cursor: pointer; }

.help-section .page-tiles .page-tile:hover {
  background: #eaf5f7; }

.help-section .page-tiles .page-tile:last-child {
  border-right: solid 1px #dddfe2; }

.help-section .page-tiles .page-tile span {
  color: #666666;
  text-decoration: none;
  cursor: pointer; }

.help-section .page-tiles .tile-inner-container {
  float: left;
  width: 100%; }

.help-section .page-tiles .tile-image {
  float: left;
  width: 100%;
  height: 180px;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("../images/help-pages/image-collection.png");
  background-position: center 0; }

.help-section .page-tiles .academy-tile .tile-image {
  background-position: center -724px; }

.help-section .page-tiles .help-desk-tile .tile-image {
  background-position: center -544px; }

.help-section .page-tiles .tfa-tile .tile-image {
  background-position: center -182px; }

.help-section .page-tiles .api-doc-tile .tile-image {
  background-position: center -363px; }

.help-section .page-tiles .tile-title {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  min-height: 42px;
  margin: 20px 0 0 0; }

.help-section .page-tiles .tile-description {
  float: left;
  width: 100%;
  font-size: 11px;
  min-height: 70px;
  line-height: 18px; }

.help-section .page-tiles .public-api-tile .tile-image {
  background-position: center 0px; }

.help-section .page-tiles .app-api-tile .tile-image {
  background-position: center -182px; }

.help-section .page-tiles .transformers-tile .tile-image {
  background-position: center -1268px; }

.help-section .page-tiles .webhooks-tile .tile-image {
  background-position: center -1449px; }

.rabbitmq-config-creation-form .panel-body {
  max-height: 500px;
  overflow: auto; }

.rabbitmq-config-creation-form .certificate-truststore {
  padding-top: 15px;
  border-top: 1px solid #f1f1f1;
  display: none; }

.rabbitmq-config-creation-form .mq-main-filed {
  display: none; }

.rabbitmq-config-creation-form .mq-main-filed.mq-mandatory {
  display: block; }

.rabbitmq-config-creation-form .certificate-keystore {
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  display: none; }

.rabbitmq-config-creation-form .certificate-container {
  float: left;
  width: 100%; }

.rabbitmq-config-creation-form .certificate-container .certificate-password {
  float: left;
  width: 35%; }

.rabbitmq-config-creation-form .certificate-container .certificate-file {
  float: left;
  width: 100%; }

.rabbitmq-config-creation-form .certificate-container .certificate-file .certificate-file-label {
  float: left;
  width: 100%;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 5px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right; }

.rabbitmq-config-creation-form .certificate-container .upload-certificate {
  float: left;
  width: 65%; }

.rabbitmq-config-creation-form .certificate-container .upload-certificate .upload-btn.has-error {
  background-color: #f76447;
  border-color: #f76c51; }

.rabbitmq-config-creation-form .certificate-container .upload-certificate .upload-btn.has-error:hover {
  background-color: #f54928;
  border-color: #f54f2f; }

.rabbitmq-config-creation-form .upload .dc-dropzone {
  margin-bottom: 0px; }

.rabbitmq-config-creation-form .certificate-container .certificate-expiry {
  float: left;
  width: 60%;
  padding: 0 0 0 10px;
  box-sizing: border-box; }

.member-group-preview {
  float: left;
  background: #4ebcda;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 21px;
  margin: 0 5px 5px 0;
  cursor: default;
  max-width: 120px;
  font-size: 11px;
  text-overflow: ellipsis;
  overflow: hidden; }

.product-preview {
  float: left;
  background: #4ebcda;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 21px;
  margin: 0 5px 5px 0;
  cursor: default;
  max-width: 180px;
  font-size: 11px;
  text-overflow: ellipsis;
  overflow: hidden; }

.flow-editor {
  position: relative;
  height: 3000px; }

table .cl-table-column-list .cl-table-column-reset {
  float: left;
  width: 100%;
  padding: 0 15px 0 0;
  position: relative;
  text-align: right;
  transition: all 0.2s ease;
  color: #898989;
  border-top: 1px solid #d8d8d8; }

table .cl-table-column-list .cl-table-column-reset::before {
  content: "\f0e2";
  font-family: FontAwesome;
  position: absolute;
  text-align: right;
  font-size: 11px;
  right: 0;
  transition: all 0.2s ease; }

table .cl-table-column-list .cl-table-column-reset:hover {
  color: #414141; }

.help-section #page-content .panel-body .panel {
  box-shadow: none; }

.help-section .page-tiles {
  display: table;
  width: 100%;
  padding: 20px 20px;
  margin: 0 auto;
  max-width: 1200px; }

.help-section .page-tiles .page-tile {
  float: left;
  width: 25%;
  border-top: solid 1px #dddfe2;
  border-left: solid 1px #dddfe2;
  border-bottom: solid 1px #dddfe2;
  padding: 25px;
  transition: all 0.2s ease;
  cursor: pointer; }

.help-section .page-tiles .page-tile:hover {
  background: #eaf5f7; }

.help-section .page-tiles .page-tile:last-child {
  border-right: solid 1px #dddfe2; }

.help-section .page-tiles .page-tile span {
  color: #666666;
  text-decoration: none;
  cursor: pointer; }

.help-section .page-tiles .tile-inner-container {
  float: left;
  width: 100%; }

.help-section .page-tiles .tile-image {
  float: left;
  width: 100%;
  height: 180px;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("../images/help-pages/image-collection.png");
  background-position: center 0; }

.help-section .page-tiles .academy-tile .tile-image {
  background-position: center -724px; }

.help-section .page-tiles .help-desk-tile .tile-image {
  background-position: center -544px; }

.help-section .page-tiles .tfa-tile .tile-image {
  background-position: center -182px; }

.help-section .page-tiles .api-doc-tile .tile-image {
  background-position: center -363px; }

.help-section .page-tiles .tile-title {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  min-height: 42px;
  margin: 20px 0 0 0; }

.help-section .page-tiles .tile-description {
  float: left;
  width: 100%;
  font-size: 11px;
  min-height: 70px;
  line-height: 18px; }

.help-section .page-tiles .public-api-tile .tile-image {
  background-position: center 0px; }

.help-section .page-tiles .app-api-tile .tile-image {
  background-position: center -182px; }

.help-section .page-tiles .transformers-tile .tile-image {
  background-position: center -1268px; }

.help-section .page-tiles .webhooks-tile .tile-image {
  background-position: center -1449px; }

.btn.previous.fa-play::before {
  transform: rotate(-180deg); }

@media (min-width: 800px) {
  .modal-dialog {
    width: 860px; } }

@media (max-width: 990px) {
  .page-dashboard .morris-donut-wrapper .morris-donut-details {
    display: block; }
  .page-dashboard .morris-donut-wrapper .col-sm-6 {
    width: inherit; } }

@media (max-width: 1040px) {
  .competition-creation-form .settings-form .right-side-settings {
    padding-top: 0; } }

@media (max-width: 1050px) {
  .page-competition .brackets-view .contest-item .contest-start {
    width: 50%;
    padding: 0 5px 0 0; }
  .page-competition .brackets-view .contest-item .contest-end {
    width: 50%; }
  .page-competition .brackets-view .contest-item .contest-date-separator {
    display: none; } }

@media (max-width: 1450px) {
  .page-dashboard .morris-donut-wrapper .morris-donut-details {
    display: none; }
  .page-dashboard .morris-donut-wrapper .col-sm-6 {
    width: 100%; } }

@media (max-width: 1380px) {
  .page-settings #page-content .nav > li > a {
    padding: 7px 8px;
    font-size: 10px; } }

@media (max-width: 1250px) {
  .competition-creation-form .left-side-settings .form-group .col-md-6 {
    width: 100%; }
  .competition-creation-form .start-date-container, .competition-creation-form .end-date-container {
    width: 35%; }
  .help-section .page-tiles .page-tile {
    padding: 15px; } }

@media (max-width: 1080px) {
  .help-section .page-tiles .page-tile {
    padding: 15px; }
  .help-section .page-tiles .tile-image {
    height: 160px;
    background-size: 160px auto; }
  .help-section .page-tiles .academy-tile .tile-image {
    background-position: center -641px; }
  .help-section .page-tiles .help-desk-tile .tile-image {
    background-position: center -481px; }
  .help-section .page-tiles .tfa-tile .tile-image {
    background-position: center -161px; }
  .help-section .page-tiles .api-doc-tile .tile-image {
    background-position: center -321px; }
  .help-section .page-tiles .public-api-tile .tile-image {
    background-position: center 0px; }
  .help-section .page-tiles .app-api-tile .tile-image {
    background-position: center -162px; }
  .help-section .page-tiles .transformers-tile .tile-image {
    background-position: center -1121px; }
  .help-section .page-tiles .webhooks-tile .tile-image {
    background-position: center -1281px; } }

@media (max-width: 940px) {
  .help-section .page-tiles .page-tile {
    padding: 15px;
    width: 100%;
    border-right: solid 1px #dddfe2;
    margin: 0 0 20px 0; }
  .help-section .page-tiles .page-tile span {
    color: #666666;
    text-decoration: none; }
  .help-section .page-tiles .tile-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    margin: 12px 0 0 0;
    text-align: center;
    max-height: none; }
  .help-section .page-tiles .tile-description {
    font-size: 15px;
    min-height: 40px;
    line-height: 22px;
    text-align: center; } }

@media (max-height: 880px) {
  .rabbit-mq-modal .rabbitmq-config-creation-form {
    max-height: 500px;
    overflow: auto; } }

@media (max-height: 720px) {
  .rabbit-mq-modal .rabbitmq-config-creation-form {
    max-height: 360px;
    overflow: auto; }
  .rewards-widget .rewards-form .rewards-form-item-container {
    top: 75px; }
  .rewards-widget .rewards-form .rewards-form-item-list-container {
    max-height: calc(100vh - 140px); } }

@media (max-height: 660px) {
  .rewards-widget .rewards-form .rewards-form-item-list {
    max-height: 460px; } }

@media (max-width: 1024px) {
  .modal-fixed .modal .modal-dialog {
    float: left;
    margin: 0;
    padding: 0 10px; }
  .modal-fixed .modal {
    top: 10px; }
  .promotion-page-list .promotion-assets-modal .modal-dialog {
    width: calc(100vw - 12px) !important;
    top: 5px !important; }
  .promotion-page-list .promotion-assets-modal .modal-body {
    min-height: 250px;
    height: calc(100vh - 179px) !important; } }

.achievement-type-members-Must,
.competition-type-members-Must {
  float: left;
  background: #87bd4b;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 21px;
  margin: 0 5px 5px 0;
  cursor: default;
  max-width: 120px;
  font-size: 11px; }

.achievement-type-category {
  float: left;
  background: #3B8DD5;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 21px;
  margin: 0 5px 5px 0;
  cursor: default;
  max-width: 120px;
  font-size: 11px; }

.achievement-type-members-Should,
.competition-type-members-Should {
  float: left;
  background: #e79824;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 21px;
  margin: 0 5px 5px 0;
  cursor: default;
  max-width: 120px;
  font-size: 11px; }

.achievement-type-members-Must-Not,
.competition-type-members-Must-Not {
  float: left;
  background: #cc3300;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 21px;
  margin: 0 5px 5px 0;
  cursor: default;
  max-width: 120px;
  font-size: 11px; }

.loyalty-type-members-Must,
.competition-type-members-Must {
  float: left;
  background: #87bd4b;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 21px;
  margin: 0 5px 5px 0;
  cursor: default;
  max-width: 120px;
  font-size: 11px; }

.loyalty-type-category {
  float: left;
  background: #3B8DD5;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 21px;
  margin: 0 5px 5px 0;
  cursor: default;
  max-width: 120px;
  font-size: 11px; }

.loyalty-type-members-Should,
.competition-type-members-Should {
  float: left;
  background: #e79824;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 21px;
  margin: 0 5px 5px 0;
  cursor: default;
  max-width: 120px;
  font-size: 11px; }

.loyalty-type-members-Must-Not,
.competition-type-members-Must-Not {
  float: left;
  background: #cc3300;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 21px;
  margin: 0 5px 5px 0;
  cursor: default;
  max-width: 120px;
  font-size: 11px; }

.cl-main-widget-wrapper {
  position: relative !important; }

.cl-main-widget-lb-header-close, .cl-main-widget-lb-header-list-icon, .cl-main-widget-lb-details-content-label {
  display: none !important; }

.competition-leaderboard .cl-main-widget-wrapper .cl-main-widget-section-container .cl-main-widget-lb {
  height: calc(100% - 20px); }

.cl-main-widget-lb-header-label {
  padding-left: 300px !important; }

.cl-widget-main-widget-overlay-wrapper {
  display: none !important; }

.go-back-button {
  background-color: white;
  color: #000000;
  border: none; }

#blueBoxBackground {
  background: #3B8DD5;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 2px;
  line-height: 21px;
  margin: 0 5px 5px 0;
  cursor: default;
  max-width: 120px;
  font-size: 11px; }

.CodeMirror {
  height: 70vh !important; }

@media (min-height: 600px) {
  .CodeMirror {
    height: 80vh !important; } }

@media (min-height: 1040px) {
  .CodeMirror {
    height: 85vh !important; } }

.duration-container .value {
  padding-top: 5px; }

.asset-selection-icon {
  width: 25px;
  height: 25px; }

.float-right {
  float: right; }

.webhooks-preview-page-actions {
  margin-bottom: 50px; }

.competition-leaderboard .cl-main-widget-wrapper {
  height: 560px; }

.dashboard-panel-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px; }

.white-row {
  background-color: white;
  width: 100%; }

.dashboard-panel-wrapper .dashboard-panel-parent {
  display: flex;
  width: 50%;
  max-width: 50%;
  position: relative; }

.dashboard-panel {
  background-color: white;
  width: 50%;
  height: 250px; }

.dashboard-panel.extended {
  width: 25%;
  min-height: 350px;
  position: relative;
  height: auto; }

.chart-wrapper {
  position: absolute;
  height: 150px;
  margin: 5px; }

.dashboard-panel canvas {
  margin: 0 auto;
  width: 100% !important;
  position: relative;
  top: 65px; }

.dashboard-panel.extended .chart-wrapper {
  top: 0;
  height: 150px;
  position: relative;
  float: left;
  width: 100%;
  padding: 0 10px 0 0; }

.dashboard-panel.extended canvas {
  top: 0; }

.dashboard-panel .content {
  width: 100%;
  padding: 20px;
  height: 250px;
  position: relative; }

.dashboard-panel.extended .content {
  width: 100%;
  padding: 20px;
  height: auto;
  position: relative; }

.dashboard-panel-wrapper .dashboard-panel .icon-wrap {
  position: absolute;
  right: 20px;
  top: 10px; }

.dashboard-panel .content .title {
  color: grey;
  font-size: 22px; }

.dashboard-panel .content .title a {
  color: grey;
  font-size: 22px; }

.dashboard-panel .content .information {
  margin-top: 10px;
  float: left;
  width: 100%; }

.dashboard-panel .content .information .info-item {
  float: left;
  height: 40px;
  width: 100%; }

.dashboard-panel .content .information .info-item .item-count {
  font-size: 24px;
  min-width: 50px;
  text-align: center;
  float: left;
  line-height: 30px;
  margin: 0;
  padding: 0 10px 0 0; }

.dashboard-panel .content .information .info-item .item-type {
  font-size: 16px;
  color: #0EBEFF;
  float: left;
  width: auto;
  line-height: 30px; }

.dashboard-panel .footer-info {
  bottom: 26px;
  right: 40px;
  position: absolute; }

.dashboard-panel .footer-info span {
  font-size: 16px; }

.dashboard-panel .percentage-change.xl {
  font-size: 20px; }

.dashboard-panel .percentage-change.increase {
  color: #00cc33; }

.dashboard-panel .percentage-change.decrease {
  color: #d72424; }

.dashboard-panel .percentage-change.increase::before {
  content: "\2191";
  position: relative;
  margin-right: 5px;
  top: -1px; }

.dashboard-panel .footer-info .percentage-change.decrease::before {
  content: "\2193";
  position: relative;
  margin-right: 5px;
  top: -1px; }

.event-stream-panel-wrapper {
  width: 100%;
  background-color: white;
  padding-top: 15px; }

.event-stream-panel {
  margin: 0 auto;
  position: relative;
  width: 98%;
  background-color: white;
  height: 300px; }

.event-stream-panel canvas {
  width: 100% !important;
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.achievement-trigger-panel {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  width: 100%;
  background-color: white; }

.achievement-trigger-panel table {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 95%; }

.loyalty-trigger-panel {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  width: 100%;
  background-color: white; }

.loyalty-trigger-panel table {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 95%; }

.event-stream-buttons {
  width: 100%;
  height: 60px;
  background-color: white; }

.event-stream-buttons
.event-button {
  position: relative;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.42857;
  height: auto;
  vertical-align: middle;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-transform: capitalize;
  background-image: none;
  background-color: #fbfbfb;
  border: 1px solid #cdd6e1;
  color: #515151;
  float: right;
  right: 30px;
  top: 20px; }

.event-button-tooltip {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 80px; }

.event-stream-buttons .event-button.active {
  background-color: #5fa2dd;
  color: #ffffff;
  border-color: #5fa2dd;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2); }

.competition-metadata-edit .metadata-widget-instance .btn-circle {
  padding: 0; }

.competition-metadata-edit .metadata-widget-instance .header-list .row::before {
  margin-bottom: 10px; }

.scores-preview-modal-body {
  overflow: hidden; }

#ach-tab-0 h3 {
  margin: 20px 10px;
  line-height: 33px;
  color: #2c9ab7;
  font-size: 21px; }

#loyalty-tab-0 h3 {
  margin: 20px 10px;
  line-height: 33px;
  color: #2c9ab7;
  font-size: 21px; }

.metadata-widget .metadata-form .dropdown-content {
  display: none;
  position: absolute;
  overflow: scroll;
  background-color: white;
  min-width: 200px;
  width: 268.95px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */ }

.metadata-widget .metadata-form .dropdown-content::-webkit-scrollbar {
  display: none; }

.metadata-widget .metadata-form .dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

.metadata-widget .metadata-form .dropdown-content a:hover {
  background-color: #3B8DD5;
  color: white; }

.metadata-widget .metadata-form .key-col-entry:focus-within .dropdown-content {
  display: block;
  z-index: 10; }

.metadata-widget .metadata-form .key-col-entry {
  position: relative; }

.dashboard-panel-wrapper .dashboard-panel .timely-info {
  width: 100%;
  bottom: 10px; }

.dashboard-panel-wrapper .dashboard-panel .timely-info .info {
  display: flex;
  flex-wrap: wrap;
  padding: 10px; }

.dashboard-panel-wrapper .dashboard-panel .timely-info .title {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 20px; }

.dashboard-panel-wrapper .dashboard-panel .timely-info .entry-label {
  width: 15%;
  text-align: left; }

.dashboard-panel-wrapper .dashboard-panel .timely-info .entry-label.value {
  width: 35%;
  padding-left: 10px;
  text-align: left; }

.network-chart-wrapper {
  height: 300px;
  float: left;
  width: 100%; }

.form-control {
  width: 100%;
  max-width: 100%; }

.members-form-input {
  display: flex;
  align-items: center; }

.members-action-buttons {
  margin-left: auto;
  display: flex; }

#tournament-dialog .modal {
  top: 51px;
  overflow: hidden; }

#tournament-dialog .modal-dialog {
  margin-top: 0 !important;
  width: calc(100% - 70px);
  top: 0;
  right: 0;
  left: auto;
  position: absolute; }

#tournament-dialog .modal-body {
  overflow: auto;
  max-height: calc(100vh - 185px);
  min-height: calc(100vh - 185px); }

#tournament-dialog .form-top-navigation {
  padding: 6px; }

#tournament-dialog .rule-set-heading-item[data-action="open.contest"] {
  display: none; }

#tournament-dialog .rule-set-heading-item[data-action="finish.contest"] {
  display: none; }

#tournament-dialog .rule-set-heading-item[data-action="finalise.contest"] {
  display: none; }

#tournament-dialog .rule-set-dropdown-entry[data-value="open.contest"] {
  display: none; }

#tournament-dialog .rule-set-dropdown-entry[data-value="finish.contest"] {
  display: none; }

#tournament-dialog .rule-set-dropdown-entry[data-value="finalise.contest"] {
  display: none; }

#tournament-dialog .rule-set-dropdown-entry[data-value="cancel.contests"] {
  display: none; }

#tournament-dialog #dialog-step-content-1 label.control-label {
  text-align: right;
  line-height: 30px;
  margin: 0;
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0; }

#tournament-dialog #tournament-availability-container {
  margin-bottom: 5px; }

#tournament-dialog #tournament-availability-duration label.control-label {
  line-height: 20px; }

#tournament-dialog #tournament-availability-duration-label {
  font-size: 12px;
  line-height: 20px; }

#tournament-dialog .not-acceptable {
  color: #a94442; }

/*# sourceMappingURL=conmisio.css.map */
.tournament-setup-wizard {
  display: none; }

.tournament-tabbed-list .tournament-navigation-tabs a .badge {
  background-color: #7c7c7c; }

.tournament-tabbed-list .tournament-navigation-tabs a .comp-ready-count {
  background-color: #579ddb; }

.tournament-tabbed-list .tournament-navigation-tabs a .comp-active-count {
  background-color: #00cc33; }

.tournament-tabbed-list .tournament-navigation-tabs a .comp-finished-count {
  background-color: #eea236; }

.tournament-tabbed-list .tournament-navigation-tabs a .comp-cancelled-count {
  background-color: #f76c51; }

.tournament-tabbed-list table td .status-field {
  padding: 3px 5px;
  border-radius: 3px;
  color: #ffffff; }

.tournament-tabbed-list .tournament-clone-table .el-icon img, .tournament-tabbed-list .tournament-table table .template-icon img {
  max-height: 50px;
  max-width: 50px; }

.tournament-setup-wizard .competition-setup-wizard .tab-content {
  min-height: calc(100vh - 297px);
  max-height: calc(100vh - 297px);
  overflow: auto; }

.competition-creation-form .form-bottom-navigation {
  padding-bottom: 0; }

.page-tournaments-list .tournament-actions {
  float: left;
  width: 100%;
  padding: 0 18px; }

.page-tournaments-list .tournament-actions .edit-templates {
  display: none; }

.page-tournaments-list .tournament-tabbed-list .nav-tabs > li > a {
  padding-right: 26px; }

.page-tournaments-list .tournament-tabbed-list .nav-tabs > li > a .badge-header {
  font-size: 7px;
  top: 40%; }

.page-tournaments-list.show-wizard #content-container {
  padding-bottom: 20px; }

.page-tournaments-list.show-wizard .competition-creation-form .panel-body {
  padding-bottom: 0; }

.page-tournaments-list.show-wizard .tournament-setup-wizard {
  display: block; }

.page-tournaments-list.show-wizard .tournament-tabbed-list {
  display: none; }

.page-tournaments-list.show-wizard #page-title {
  display: none; }

.page-tournaments-list .navigation-wizard-container .navigation-wizard-nav li.translations-nav-link {
  display: block; }

.page-tournaments-list .navigation-wizard-container .navigation-wizard-nav .translations-nav-link .number::after {
  content: "4"; }

.page-tournaments-list .navigation-wizard-container .navigation-wizard-nav .rewards-nav-link .number::after {
  content: "2"; }

.page-tournaments-list .competition-setup-wizard .duration .control-label {
  padding-top: 0; }

.page-tournaments-list .competition-setup-wizard .games-found-container .control-label {
  padding-top: 0; }

.page-tournaments-list .competition-creation-form .form-top-navigation {
  top: -8px; }

.page-tournaments-list .competition-creation-form .form-top-navigation .tournament-starts-in {
  float: left;
  line-height: 30px;
  font-size: 11px; }

.page-tournaments-list .competition-creation-form .form-top-navigation .tournament-starts-in-el {
  font-weight: bold; }

.tournament-setup-wizard .panel-bodyl {
  overflow-y: scroll !important; }

.tournament-setup-wizard .reward-preview-widget-container .modal-dialog {
  margin-top: 0 !important;
  width: calc(100% - 70px);
  top: 0;
  right: 0;
  left: auto;
  position: absolute; }

.tournament-setup-wizard .reward-selection-widget-wrapper {
  list-style: none;
  padding: 0; }

.tournament-setup-wizard .reward-selection-widget-wrapper .reward-selection-container {
  float: left;
  width: calc(100% - 50px);
  margin: 0 0 10px 0;
  max-width: 500px; }

.tournament-setup-wizard .reward-selection-widget-wrapper .reward-selection-remove {
  float: left; }

.tournament-setup-wizard .reward-selection-widget-wrapper .reward-selection-remove .remove-reward-action {
  width: 23px;
  height: 23px;
  padding: 0;
  font-size: 11px;
  text-align: center;
  line-height: 22px;
  margin: 2px 0 0 10px; }

.tournament-setup-wizard .reward-selection-widget-wrapper li {
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #eeeeee; }

.tournament-setup-wizard .tournament-booster-widget {
  float: left;
  width: 100%; }

.tournament-setup-wizard .booster-selection-widget-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%; }

.tournament-setup-wizard .booster-selection-widget-wrapper .booster-selection-remove {
  float: left; }

.tournament-setup-wizard .booster-selection-widget-wrapper li {
  float: left;
  width: 100%; }

.tournament-setup-wizard .booster-selection-widget-wrapper li label {
  text-align: right;
  font-weight: bold;
  line-height: 30px; }

.tournament-setup-wizard .reward-preview-widget-container .modal-header {
  padding: 0; }

.tournament-setup-wizard .reward-preview-widget-container .modal-header::after {
  border-bottom: none; }

.tournament-setup-wizard .reward-preview-widget-container .modal {
  top: 51px; }

.tournament-setup-wizard .no-display {
  display: none; }

.tournament-setup-wizard .tournament-booster-body {
  width: 100%;
  float: left;
  padding-left: 0; }

.tournament-setup-wizard .tournament-booster-body .bst1 {
  display: none; }

.tournament-setup-wizard .tournament-booster-select {
  float: left;
  width: 100%;
  padding-top: 10px; }

.tournament-setup-wizard .tournament-booster-select label {
  text-align: right;
  line-height: 30px; }

.tournament-setup-wizard .tournament-booster-body label {
  text-align: right;
  line-height: 30px; }

.tournament-setup-wizard .tournament-booster-body .booster-heading-container {
  text-align: left; }

.tournament-setup-wizard .booster-label-container {
  padding-bottom: 10px; }

.tournament-setup-wizard .tournament-booster-body .bst2 {
  display: none; }

.tournament-setup-wizard .tournament-booster-body .points-container span {
  line-height: 30px; }

.tournament-setup-wizard .tournament-booster-body .points-container select {
  min-width: 200px; }

.tournament-setup-wizard .tournament-booster-body .points-container .points-label-1 {
  width: 5%; }

.tournament-setup-wizard .tournament-booster-body .points-container .points-label-2 {
  width: 10%; }

.tournament-setup-wizard .tournament-booster-body .points-container .points-label-3 {
  width: 5%; }

.tournament-setup-wizard .max40 {
  max-width: 41.5%; }

.tournament-setup-wizard .scoring-strategy {
  float: left;
  width: 100%; }

.tournament-setup-wizard .scoring-strategy hr {
  display: none; }

.tournament-setup-wizard .scoring-strategy label {
  text-align: right;
  line-height: 30px; }

.tournament-setup-wizard .scoring-strategy .scoring-strategy-value {
  margin-top: 2px; }

.tournament-setup-wizard .competition-setup-wizard .member-eligibility {
  min-height: 200px; }

.tournament-setup-wizard .competition-setup-wizard .item-shouldMatchAtLeast {
  margin-top: 5px; }

.tournament-rules .rule-set-heading-item[data-action="open.contest"] {
  display: none; }

.tournament-rules .rule-set-heading-item[data-action="finish.contest"] {
  display: none; }

.tournament-rules .rule-set-heading-item[data-action="finalise.contest"] {
  display: none; }

.tournament-rules .rule-set-dropdown-entry[data-value="open.contest"] {
  display: none; }

.tournament-rules .rule-set-dropdown-entry[data-value="finish.contest"] {
  display: none; }

.tournament-rules .rule-set-dropdown-entry[data-value="finalise.contest"] {
  display: none; }

.tournament-rules .rule-set-dropdown-entry[data-value="cancel.contests"] {
  display: none; }

.tournament-setup-wizard .tournament-casino-preview {
  width: 100%;
  float: left;
  max-width: 1200px; }

.tournament-setup-wizard .tournament-casino-preview a {
  display: inline; }

.tournament-setup-wizard .tournament-casino-preview .device-options {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center; }

.tournament-setup-wizard .tournament-casino-preview .theme-options {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center; }

.tournament-setup-wizard .tournament-casino-preview .language-options {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center; }

.tournament-setup-wizard .confirm-window .action-container .save-template {
  float: left; }

.translations-widget .lang-row-wrapper .form-translation-group {
  float: left;
  width: 100%; }

.page-tournament-preview .bracket-navigation-buttons {
  display: none; }

.page-tournament-preview .row-bracket-headings {
  display: none; }

.page-tournament-preview .summary-form .brackets-view .bracket-item {
  border: none;
  padding: 0; }

.page-tournament-preview .summary-form .brackets-view .bracket-item:hover {
  background: none; }

.page-tournament-preview .summary-form .brackets-view .bracket-item .contest-item {
  width: 100%;
  margin: 15px 0 0 0;
  padding: 5px 10px; }

.edit-reward-modal .panel-bodyl {
  overflow-y: unset !important; }

.edit-reward-modal .modal {
  top: 0; }

.edit-reward-modal .modal-dialog {
  margin: 0 !important;
  position: absolute;
  left: 71px;
  top: 50px;
  width: calc(100vw - 72px); }

.edit-reward-modal .modal-body {
  min-height: calc(100vh - 206px);
  max-height: calc(100vh - 206px);
  margin: 0;
  overflow: auto;
  padding-left: 45px;
  padding-right: 20px; }

#rewards-table-all img {
  max-height: 50px;
  max-width: 50px; }

#create-reward-form-walletId .chosen-container, #edit-reward-form-walletId .chosen-container, #clone-reward-form-walletId .chosen-container {
  max-width: 40%; }

/* Competition - Rules */
/*======================================*/
.rules .full-width-container {
  float: left;
  width: 100%; }

.rules .btn-icon.btn-circle.fa-plus::before {
  line-height: 1.45; }

.rules ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%; }

.rules * {
  color: #8899a2; }

.rules .heading-row {
  float: left;
  width: 18%; }

.rules .rules-row {
  float: left;
  width: 82%; }

.rules .rule-set-list-headings {
  padding: 40px 0 0 0; }

.rules .rules-row .rule-set-list {
  border-left: 1px solid #97c5d0; }

.rules .rule-set-list .rule-set-list-element {
  box-sizing: border-box;
  padding: 5px 5px 21px 5px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin: 0 0 15px 0;
  float: left;
  width: 100%; }

.rules .rule-set-list .rule-set-list-element:last-child {
  border-bottom: none; }

.rules .rule-set-list .rule-set-list-element .remove-rule-set {
  background: #ffffff none repeat scroll 0 0;
  color: #5fa2dd;
  font-size: 9px;
  padding: 3px 5px 4px 5px;
  position: absolute;
  right: 7px;
  top: 6px;
  z-index: 2; }

.rules .rules-list li {
  box-sizing: border-box;
  margin: 0 0 5px;
  padding: 5px 10px 5px 15px;
  float: left;
  width: 100%; }

.rules .rules-list .rule-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px 0 15px;
  float: left;
  width: 100%;
  /*background-image: url(../images/icons/OR-separator-v3.png);*/
  /*background-repeat: no-repeat;*/
  /*background-size: 220px;*/
  /*background-position: 50% -11px;*/ }

.rules .rules-list .rule-container:first-child {
  margin: 0;
  padding-top: 0;
  background: none; }

.rules .rules-list .rule-conditions-container {
  box-sizing: border-box;
  float: left;
  width: 100%;
  background: #f1f1f1; }

.rules .rules-list li .single-rule {
  float: left;
  width: 100%; }

.rules .rules-list li .single-rule .actions {
  padding: 30px 0 0 3px; }

.rules .rules-list li .single-rule .sub-actions {
  padding: 14px 0 0 12px; }

.rules .rules-list li .single-rule .actions .remove, .rules .rules-list .subConditions .sub-remove {
  margin-right: 3px;
  background: #8899a2;
  border: none;
  color: #ffffff;
  font-size: 10px;
  border-radius: 4px; }

.rules .rules-list li .single-rule .actions .add-subConditions {
  margin-right: 3px;
  background: #66c4e7;
  border: none;
  color: #ffffff;
  font-size: 10px;
  border-radius: 4px;
  margin-left: 4px; }

.rules .rules-list li .dropdown-menu li {
  border: medium none;
  box-sizing: border-box;
  margin: 0;
  padding: 3px; }

.rules .selectpicker > li > a:hover, .rules .selectpicker > li > a:focus {
  background-color: #54abd9;
  color: #ffffff;
  text-decoration: none; }

.rules .selectpicker > li > a {
  padding: 5px 10px; }

.rules .selectpicker > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 5px;
  white-space: nowrap; }

.rules .dropdown-menu {
  left: 8px;
  min-width: 270px; }

@media (max-width: 1200px) {
  .rules .dropdown-menu {
    min-width: 220px; } }

.rules .dropdown-menu .label {
  line-height: 30px;
  color: #515151;
  text-align: left;
  padding: 0; }

.rules .constant-value, .rules .sub-constant-value {
  float: left;
  font-size: 14px !important;
  height: 17px;
  line-height: 19px;
  margin: 0 0 0;
  min-width: 50px;
  padding: 0 0 0 2px;
  border-bottom: 1px dotted #666666;
  border-left: none;
  border-right: none;
  border-top: none;
  text-align: right;
  color: #000000;
  max-width: 360px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.rules .constant-value::after, .rules .sub-constant-value::after {
  position: absolute;
  content: "";
  right: 7px;
  background-image: url(../images/icons/rules-edit.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  top: 8px; }

.rules .constant-value.error {
  border: 1px solid #cc0000;
  box-shadow: 1px 2px 3px #f5bfbf; }

/*.rules .rules-list .action-statement{*/
/*line-height:30px;*/
/*cursor: move;*/
/*}*/
.rules .rule-set-list-element .action-rules {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 22px; }

/*.rules .rule-set-list-element .action-rules::before{*/
/*background: url("../images/icons/sortable.svg") no-repeat;*/
/*content: "";*/
/*float: left;*/
/*height: 20px;*/
/*left: 0;*/
/*line-height: 20px;*/
/*position: absolute;*/
/*top: 7px;*/
/*width: 20px;*/
/*}*/
/*.rules .rules-list .single-rule:first-child .action-statement::before{*/
/*background: url("../images/icons/sortable.svg") no-repeat;*/
/*content: "";*/
/*float: left;*/
/*height: 20px;*/
/*left: 0;*/
/*line-height: 20px;*/
/*position: absolute;*/
/*top: 7px;*/
/*width: 20px;*/
/*}*/
.rules .rules-list .single-rule .primary-rule-container {
  float: left;
  width: 100%; }

.rules .rules-list .single-rule .action-statement {
  display: none; }

.rules .rules-list .single-rule .fact-op {
  display: block; }

.rules .rules-list .single-rule .sub-single-rule .sub-fact-op {
  display: block; }

.rules .rules-list .single-rule:first-child .action-statement {
  display: block;
  margin-left: -28px; }

.rules .rules-list .rule-container:first-child .single-rule:first-child .action-statement {
  margin-left: 0; }

.rules .rules-list .single-rule:first-child .fact-op {
  display: none; }

.rules .rules-list .single-rule .sub-single-rule:first-child .sub-fact-op {
  display: none; }

.rules .rules-list .action-statement span, .rules .rules-list .sub-action-statement span {
  float: left;
  line-height: 26px;
  font-size: 14px; }

.rules .rules-list .sub-action-statement .activeItem {
  z-index: 10; }

.rules .dropdown-icons, .rules .simple-dropdown-widget {
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 2;
  padding-right: 22px; }

.rules .dropdown-icons::after, .rules .simple-dropdown-widget::after {
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 10px;
  margin: -7px 0 0 0;
  padding: 0 0 0 7px; }

.rules .rules-list .action-statement .op, .rules .rules-list .sub-action-statement .sub-op {
  color: #ffffff;
  background: #8899a2;
  padding: 0 16px;
  float: left; }

.rules .rules-list .action-statement .onMatchThen-op {
  color: #ffffff;
  background: #8899a2;
  padding: 0 16px;
  float: left;
  margin: 0 0 0 40px;
  position: relative; }

.rules .rules-list .action-statement .onMatchThen-op::before {
  content: ">";
  position: absolute;
  left: -24px;
  top: 2px;
  color: #8899a2;
  line-height: 20px;
  font-size: 18px; }

.rules .rules-list .conditions-are {
  color: #ffffff;
  background: #3c89ac;
  padding: 0 20px;
  float: left; }

.rules .rules-list .onMatchThen {
  padding-left: 18px;
  color: #ffffff;
  background: #3c89ac; }

.rules .rules-list .onMatchThenrules .condition-dropdown {
  min-width: 170px; }

.rules .rules-list .onMatchConstant-container {
  padding: 3px 28px 0 20px;
  margin: 0 0 0 0;
  background: #ffffff;
  height: 26px;
  position: relative;
  z-index: 1; }

.rules .rules-list .onMatchConstant-container.open {
  z-index: 100; }

.rules .rules-list .onMatchConstant-container .onMatchConstant {
  float: left;
  font-size: 14px !important;
  height: 17px;
  line-height: 19px;
  margin: 0 0 0;
  min-width: 50px;
  padding: 0 0 0 2px;
  border-bottom: 1px dotted #666666;
  border-left: none;
  border-right: none;
  border-top: none;
  text-align: right;
  color: #000000;
  max-width: 360px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.rules .rules-list .onMatchConstant-container .onMatchConstant::after {
  position: absolute;
  content: "";
  right: 7px;
  background-image: url(../images/icons/rules-edit.png);
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  top: 8px; }

.rules .rules-list .action-statement .and-the {
  padding-left: 27px; }

.rules .rules-list .action .remove {
  font-size: 9px; }

.rules .rule-set-list-element .rules-list {
  width: 95%; }

.rules .rule-set-list-element .add-group {
  float: left;
  padding: 0 0 0 4.1%;
  margin: -16px 0 0 0; }

.rules .rule-set-list-element .add-group a {
  color: #ffffff; }

.rules .rule-set-list .actions-container {
  display: none; }

.rules .form-control {
  font-size: 14px; }

.rules input.form-control {
  font-size: 11px; }

input.type-Date {
  background: #ffffff url("../images/icons/calendar.svg") no-repeat scroll 97% 4px/17px 24px; }

.rules select option:disabled {
  color: #e0e0e0; }

.rules [class^="col-"]:not(.pad-no) {
  padding-left: 8px;
  padding-right: 5px; }

.rules .constant input {
  padding-right: 25px; }

.rules .constant {
  position: relative;
  z-index: 1; }

.rules .constant.open {
  z-index: 10; }

.rules .save-constant-action .btn {
  color: #ffffff;
  float: right;
  width: 60px;
  margin-right: 5px;
  background: #3c89ac;
  border: none; }

.rules .action-rules {
  float: left;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 0 0; }

.rules .disabledItem {
  cursor: not-allowed;
  opacity: 0.5; }

.rules .dropdown-menu {
  top: -1px; }

.rules input.type-Date {
  background-position: 97% 2px;
  padding-right: 25px; }

.rules .dropdown-menu .input {
  position: relative; }

.rules .dropdown-menu .ref-list-container {
  position: absolute;
  display: none;
  top: -4px;
  left: 100%;
  background: #ffffff;
  max-width: 400px;
  box-sizing: border-box;
  padding: 3px 5px;
  border: 1px solid #e9e9e9;
  min-width: 250px; }

.rules .dropdown-menu .ref-list-container ul {
  float: left;
  width: 100%;
  max-height: 230px;
  overflow: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 22px; }

.rules .dropdown-menu .ref-list-container ul li {
  float: left;
  width: 100%; }

.rules .dropdown-menu .ref-list-container ul .group-ref-list {
  font-weight: bold;
  font-size: 13px;
  cursor: pointer; }

.rules .dropdown-menu .ref-list-container ul .group-ref-list.open {
  cursor: default; }

.rules .dropdown-menu .ref-list-container ul .group-ref-list::before {
  content: "";
  width: 0;
  height: 5px;
  border-left: 4px solid black;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 0;
  margin: 5px 2px 0 0;
  float: left; }

.rules .dropdown-menu .ref-list-container ul .group-ref-list.open::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
  border-bottom: none;
  margin-top: 7px; }

.rules .dropdown-menu .ref-list-container ul .group-ref-list ul {
  float: left;
  width: 100%;
  line-height: 16px;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  display: none; }

.rules .dropdown-menu .ref-list-container ul .group-ref-list.open ul {
  display: block; }

.rules .dropdown-menu .ref-list-container ul .ref-list-item {
  float: left;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  padding-top: 0;
  padding-bottom: 0; }

.rules .dropdown-menu .ref-list-container ul .label-list-item, .rules .dropdown-menu .ref-list-container ul .label-list-item-product {
  line-height: 16px;
  padding-top: 10px;
  font-weight: bold;
  color: #2caed1;
  border-bottom: 1px solid; }

.rules .dropdown-menu .ref-list-container ul .label-list-item-product {
  padding-top: 0; }

.rules .dropdown-menu .ref-list-container ul .ref-list-item:hover {
  color: #ffffff;
  background: #579ddb; }

.rules .dropdown-menu .ref-list-container li .metadata-image {
  position: absolute;
  top: 3px;
  right: 3px; }

.rules .dropdown-menu .ref-list-container li .metadata-image img {
  width: auto;
  max-width: 22px;
  min-height: 22px;
  float: left; }

.rules .dropdown-menu .ref-list-container li:hover .metadata-image {
  top: 0; }

.rules .dropdown-menu .ref-list-container ul .ref-list-item:hover .metadata-image img {
  max-width: 25px;
  min-height: 25px; }

.rules .single-rule .constant.activeImage, .rules .sub-single-rule .sub-constant.activeImage {
  padding-left: 30px; }

.rules .constant .metadata-image-container, .rules .sub-constant .metadata-image-container {
  position: absolute;
  top: 8px;
  left: 8px; }

.rules .constant .metadata-image-container img, .rules .sub-constant .metadata-image-container img {
  width: auto;
  max-width: 16px;
  min-height: 16px;
  float: left; }

.rules .rule-set-list .rule-set-items {
  padding-left: 0; }

.rules .rule-set-list .action-statement {
  box-sizing: border-box;
  float: left;
  position: relative;
  width: 100%;
  background: #eff8fa;
  padding: 12px;
  border: 1px solid #97c5d0; }

.rules .rule-set-list .fact, .rules .subConditions .sub-fact {
  margin: 10px 0 0 23px;
  background: #ffffff;
  padding: 0 20px 0 0;
  line-height: 32px; }

.rules .rule-set-list .fact .fact-rules, .rules .subConditions .sub-fact .sub-fact-rules {
  padding-left: 20px; }

.rules .rule-set-list .fact .fact-op, .rules .subConditions .sub-fact .sub-fact-op {
  color: #ffffff;
  background: #8899a2;
  padding: 0 16px;
  float: left;
  font-size: 14px;
  display: none; }

.rules .subConditions .sub-fact {
  margin: 4px 0 0 0;
  position: relative; }

.rules .subConditions .sub-fact::before {
  content: "";
  position: absolute;
  width: 19px;
  border-bottom: 1px solid #bcc6cc;
  height: 0;
  float: left;
  left: -20px;
  top: 21px; }

.rules .rule-set-list .fact-rules {
  background: #ffffff;
  line-height: 32px; }

.rules .rule-set-list .operator-rules, .rules .rule-set-list .sub-operator-rules {
  line-height: 32px;
  float: left;
  padding-left: 20px; }

.rules .rule-set-list .fact select {
  border: medium none;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  float: left; }

.rules .rule-set-list .operator, .rules .subConditions .sub-operator {
  margin: 10px 0 0 0;
  background: #66c4e7;
  line-height: 32px;
  padding: 0 20px 0 0; }

.rules .subConditions .sub-operator {
  margin: 4px 0 0 0; }

.rules .rule-set-list .operator-rules, .rules .rule-set-list .sub-operator-rules {
  color: #ffffff; }

.rules .rule-set-list .operator select {
  border: medium none;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  float: left; }

.rules .single-rule .constant, .rules .subConditions .sub-constant {
  padding: 6px 28px 0 20px;
  margin: 10px 0 0 0;
  background: #ffffff;
  height: 32px; }

.rules .subConditions .sub-constant {
  margin: 4px 0 0 0; }

.rules .single-rule .fact-post-text {
  font-size: 14px;
  line-height: 19px;
  padding: 7px 5px 0 10px;
  float: left; }

.rules .btn-xxs.btn-circle {
  font-size: 7px;
  padding: 0; }

.rules .matchCondition, .rules .sub-matchCondition {
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 2;
  padding: 0 30px 0 24px;
  color: #8899a2;
  background: #ffffff;
  text-transform: uppercase; }

.rules .mustEvaluateTo, .rules .sub-mustEvaluateTo {
  padding-left: 18px;
  color: #8899a2;
  background: #ffffff; }

.rules .subConditions {
  box-sizing: border-box;
  float: left;
  padding: 0 0 0 28px;
  width: 97.5%;
  display: none;
  margin: 0 0 0 2.5%;
  border-left: 1px solid #97c5d0; }

.rules .rules-list .rule-container .rule-container-add-condition {
  float: left;
  padding: 30px 0 10px 5px; }

.rules .rules-list .rule-container .add-condition {
  margin-right: 3px;
  background: #66c4e7;
  border: none;
  color: #ffffff;
  font-size: 10px;
  border-radius: 4px; }

.rules .rules-list .rule-container .sub-rule-container-add-condition {
  float: left;
  padding: 14px 0 13px 5px; }

.rules .rules-list .rule-container .sub-rule-container-add-condition a {
  margin-right: 3px;
  background: #66c4e7;
  border: none;
  color: #ffffff;
  font-size: 10px;
  border-radius: 4px; }

/*.rules .rules-list .rule-container .sub-rule-container-add-condition a{*/
/*float: left;*/
/*padding: 0 7px 0 27px;*/
/*position: relative;*/
/*background: #97c664;*/
/*border-radius: 8px;*/
/*color: #ffffff;*/
/*font-size: 11px;*/
/*line-height: 19px;*/
/*transition: all 0.2s;*/
/*}*/
/*.rules .rules-list .rule-container .sub-rule-container-add-condition a:hover{*/
/*background: #86b058;*/
/*}*/
/*.rules .rules-list .rule-container .sub-rule-container-add-condition a::before{*/
/*content: "+";*/
/*padding: 0 5px;*/
/*font-weight: bold;*/
/*font-size: 20px;*/
/*position: absolute;*/
/*left: 0;*/
/*line-height: 19px;*/
/*background: #86b058;*/
/*border-radius: 8px 0 0 8px;*/
/*height: 19px;*/
/*}*/
.create-achievement-modal .rules-creation-container {
  padding-top: 0; }

.rules .achievement-rules .rule-set-list-element .action-rules::before {
  display: none; }

.create-loyalty-modal .rules-creation-container {
  padding-top: 0; }

.rules .loyalty-rules .rule-set-list-element .action-rules::before {
  display: none; }

/* RULES - Sub Conditions */
/*======================================*/
.rules .subConditions .sub-rule-set-list-element {
  float: left;
  width: 100%;
  background: #f1f1f1;
  position: relative; }

.rules .subConditions .sub-rule-set-list-inner-element {
  border: none;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 0 5px 5px 42px;
  position: relative;
  float: left;
  width: 100%; }

.rules .subConditions .sub-rule-set-list-element::before {
  content: "";
  position: absolute;
  width: 0px;
  border-left: 1px solid #bcc6cc;
  height: 32px;
  float: left;
  left: 42px;
  top: -27px; }

.rules .subConditions .sub-rule-set-list-element .sub-rule-set-items {
  padding-left: 5px;
  border-left: 1px solid #bcc6cc;
  float: left;
  width: 100%; }

.rules .subConditions .sub-rule-set-list-element .sub-rules-list {
  width: 95%; }

.rules .subConditions .rules-list .single-rule .action-statement {
  display: none; }

.rules .subConditions .rules-list .single-rule:first-child .action-statement {
  display: block; }

.rules .subConditions .sub-rules-list li {
  box-sizing: border-box;
  padding-top: 36px; }

.rules .subConditions .sub-rules-list .sub-rule-container:first-child {
  padding-top: 0; }

.rules .subConditions .sub-rules-list .sub-rule-container .sub-single-rule .sub-single-rule-op-indicator {
  display: none; }

.rules .subConditions .sub-rules-list .sub-rule-container .sub-single-rule:first-child .sub-single-rule-op-indicator {
  display: block; }

.rules .subConditions .sub-rules-list .sub-rule-container:first-child .sub-single-rule .sub-single-rule-op-indicator {
  display: none; }

.rules .subConditions .sub-rules-list .sub-single-rule-op-indicator {
  position: relative; }

.rules .subConditions .sub-rules-list .sub-single-rule-op-indicator .sub-single-rule-op-indicator-label {
  position: absolute;
  left: -44px;
  font-size: 16px;
  background: #ffffff;
  padding: 5px;
  width: 50px;
  text-align: center;
  top: -42px; }

.rules .subConditions .sub-rules-list li .sub-single-rule {
  margin-bottom: 5px;
  float: left;
  width: 100%; }

.rules .subConditions .sub-rule-set-list-element .sub-add-group {
  float: left;
  padding: 10px 0 0 20px;
  position: relative; }

.rules .subConditions .sub-rule-set-list-element .sub-add-group::before {
  content: "";
  position: absolute;
  width: 20px;
  border-left: 1px solid #bcc6cc;
  height: 25px;
  float: left;
  left: 0px;
  top: 0px;
  border-bottom: 1px solid #bcc6cc; }

.rules .subConditions .sub-rule-set-list-element .sub-add-group .sub-add-rule-group {
  color: #ffffff;
  background-color: #bcccd2;
  border-color: #bcccd2; }

.rules .subConditions .sub-rule-set-list-element .sub-add-group .sub-add-rule-group::before {
  background-color: rgba(0, 0, 0, 0.15); }

.rules .subConditions .sub-rule-set-list-element .remove-sub-rule-set {
  background: #ffffff none repeat scroll 0 0;
  color: #5fa2dd;
  font-size: 9px;
  padding: 3px 5px 4px;
  position: absolute;
  right: 7px;
  top: 6px;
  z-index: 2; }

/*.rules .subConditions .sub-rules-list .sub-action-statement {*/
/*cursor: move;*/
/*line-height: 30px;*/
/*}*/
.rules .subConditions .sub-action-statement {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-sizing: border-box;
  float: left;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  /*padding: 0 0 0 22px;*/
  position: relative;
  width: 100%; }

/*.rules .subConditions .sub-rules-list .sub-single-rule:first-child .sub-action-statement::before {*/
/*background: rgba(0, 0, 0, 0) url("../images/icons/sortable.svg") no-repeat scroll 0 0;*/
/*content: "";*/
/*float: left;*/
/*height: 20px;*/
/*left: 0;*/
/*line-height: 20px;*/
/*position: absolute;*/
/*top: 7px;*/
/*width: 20px;*/
/*}*/
.rules .subConditions .sub-operator-rules .simple-dropdown-widget {
  font-size: 13px; }

.rules .subConditions .sub-fact select {
  border: medium none;
  float: left;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  padding: 0; }

.rules .subConditions .sub-operator select {
  border: medium none;
  float: left;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  padding: 0; }

.rules .subConditions .sub-rules-list .sub-single-rule .sub-action-statement {
  display: none; }

.rules .subConditions .sub-rules-list .sub-single-rule:first-child .sub-action-statement {
  display: block; }

.rules .sub-constant {
  position: relative; }

.rules .sub-constant .dropdown-menu {
  left: -200px;
  min-width: 270px; }

.rules .sub-rule-container .sub-op {
  color: #eaa642; }

/*======================================*/
.rules .condition-dropdown {
  position: absolute;
  left: 0;
  min-width: 190px;
  background: #ffffff;
  border: 1px solid #dddddd;
  top: 25px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  display: none; }

.rules .simple-dropdown-widget .condition-dropdown {
  top: 32px; }

.rules .condition-dropdown ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

.rules .single-rule .condition-dropdown li {
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  float: left;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  cursor: pointer; }

.rules .condition-dropdown li:last-child {
  border: none; }

.rules .condition-dropdown li:hover {
  background: #f1f1f1; }

.rules .rules-list .single-rule .rule-conditions-inner-container {
  width: 100%;
  margin: 0;
  float: left;
  padding: 0 28px 0 28px;
  border-left: 1px solid #97c5d0; }

.rules .rules-list .rule-container:first-child .single-rule .rule-conditions-inner-container {
  width: 95.5%;
  margin: 0 0 0 4.5%;
  float: left;
  padding: 0 0 0 28px; }

/********* Achievement creation layout *********/
.create-achievement-modal .rules .rules-list li .single-rule .actions {
  padding: 16px 0 0 3px; }

.create-achievement-modal .rules .rules-list .rule-container .rule-container-add-condition {
  padding: 16px 0 10px 5px; }

.create-achievement-modal .rules .rules-list li .single-rule .sub-actions {
  padding: 11px 0 0 12px; }

.create-achievement-modal .rules .rules-list .rule-container .sub-rule-container-add-condition {
  padding: 11px 0 13px 5px; }

.create-achievement-modal .rules .rule-set-list-element .add-group {
  padding: 7px 0 0 2.0%;
  margin: -22px 0 0 0; }

.create-achievement-modal .rules .rules-list .single-rule:first-child .action-statement {
  margin-left: 0px; }

.create-achievement-modal .rules .rules-list .rule-container .single-rule .rule-conditions-inner-container {
  width: 97.5%;
  margin: 0 0 0 2.5%;
  padding: 0 0 0 28px; }

.create-achievement-modal .rules .rules-list .rule-conditions-container {
  padding: 0 0 8px; }

.create-achievement-modal .rules .rules-list .rule-container:last-child .single-rule:last-child .rule-conditions-container {
  padding: 0 0 18px; }

.create-achievement-modal .conditions-are {
  display: none; }

/********* loyalty creation layout *********/
.create-loyalty-modal .rules .rules-list li .single-rule .actions {
  padding: 16px 0 0 3px; }

.create-loyalty-modal .rules .rules-list .rule-container .rule-container-add-condition {
  padding: 16px 0 10px 5px; }

.create-loyalty-modal .rules .rules-list li .single-rule .sub-actions {
  padding: 11px 0 0 12px; }

.create-loyalty-modal .rules .rules-list .rule-container .sub-rule-container-add-condition {
  padding: 11px 0 13px 5px; }

.create-loyalty-modal .rules .rule-set-list-element .add-group {
  padding: 7px 0 0 2.0%;
  margin: -22px 0 0 0; }

.create-loyalty-modal .rules .rules-list .single-rule:first-child .action-statement {
  margin-left: 0px; }

.create-loyalty-modal .rules .rules-list .rule-container .single-rule .rule-conditions-inner-container {
  width: 97.5%;
  margin: 0 0 0 2.5%;
  padding: 0 0 0 28px; }

.create-loyalty-modal .rules .rules-list .rule-conditions-container {
  padding: 0 0 8px; }

.create-loyalty-modal .rules .rules-list .rule-container:last-child .single-rule:last-child .rule-conditions-container {
  padding: 0 0 18px; }

.create-loyalty-modal .conditions-are {
  display: none; }

/********* Achievement Hide rules *********/
.achievement-rules .condition-el[data-key="event.external.id"] {
  display: none; }

.achievement-rules .condition-el[data-key="event.transaction.timeStamp"] {
  display: none; }

.achievement-rules .condition-el[data-key="avg.event.source.value"] {
  display: none; }

.achievement-rules .condition-el[data-key="max.event.source.value"] {
  display: none; }

.achievement-rules .condition-el[data-key="min.event.source.value"] {
  display: none; }

.achievement-rules .condition-el[data-key="avg.event.points.value"] {
  display: none; }

.achievement-rules .condition-el[data-key="max.event.points.value"] {
  display: none; }

.achievement-rules .condition-el[data-key="min.event.points.value"] {
  display: none; }

/********* loyalty Hide rules *********/
.loyalty-rules .condition-el[data-key="event.external.id"] {
  display: none; }

.loyalty-rules .condition-el[data-key="event.transaction.timeStamp"] {
  display: none; }

.loyalty-rules .condition-el[data-key="avg.event.source.value"] {
  display: none; }

.loyalty-rules .condition-el[data-key="max.event.source.value"] {
  display: none; }

.loyalty-rules .condition-el[data-key="min.event.source.value"] {
  display: none; }

.loyalty-rules .condition-el[data-key="avg.event.points.value"] {
  display: none; }

.loyalty-rules .condition-el[data-key="max.event.points.value"] {
  display: none; }

.loyalty-rules .condition-el[data-key="min.event.points.value"] {
  display: none; }

.rules-widget-overlay {
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 30px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
  pointer-events: auto; }

.html-dropdown {
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 2; }

.html-dropdown:hover {
  padding: 0 10px 0 0; }

.html-dropdown:hover::after {
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 19px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 10px; }

.html-dropdown .condition-dropdown {
  position: absolute;
  left: 0;
  min-width: 270px !important;
  background: #ffffff;
  border: 1px solid #dddddd;
  top: 19px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  display: none; }

.html-dropdown .condition-dropdown ul {
  float: left;
  list-style: none;
  margin: 0;
  max-height: 120px;
  overflow: auto;
  padding: 0;
  width: 100%; }

.html-dropdown .condition-dropdown li {
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  float: left;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  cursor: pointer; }

.html-dropdown .condition-dropdown li:last-child {
  border: none; }

.html-dropdown .condition-dropdown li:hover {
  background: #f1f1f1;
  color: #515151; }

.html-dropdown .condition-dropdown .condition-el-active {
  background: rgba(87, 157, 219, 0.9) none repeat scroll 0 0;
  color: #ffffff; }

.simple-dropdown-widget {
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  padding: 0 10px 0 0; }

.simple-dropdown-widget::after {
  content: "\f0dd";
  font-family: "FontAwesome";
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 10px;
  margin: -7px 0 0 0;
  padding: 0 0 0 7px; }

.simple-dropdown-widget.activeItem {
  z-index: 1000; }

.matchCondition.activeItem {
  z-index: 1000; }

.mustEvaluateTo.activeItem {
  z-index: 1000; }

.onMatchThen.activeItem {
  z-index: 1000; }

.simple-dropdown-widget .condition-dropdown {
  position: absolute;
  left: 0;
  min-width: 270px !important;
  background: #ffffff;
  border: 1px solid #dddddd;
  top: 41px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  display: none; }

.simple-dropdown-widget .condition-dropdown ul {
  float: left;
  list-style: none;
  margin: 0;
  max-height: 120px;
  overflow: auto;
  padding: 0;
  width: 100%; }

.rules .single-rule .condition-dropdown li {
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  float: left;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  cursor: pointer; }

.simple-dropdown-widget .condition-dropdown li:last-child {
  border: none; }

.simple-dropdown-widget .condition-dropdown li:hover {
  background: #f1f1f1;
  color: #515151; }

.simple-dropdown-widget .condition-dropdown .condition-el-active {
  background: rgba(87, 157, 219, 0.9) none repeat scroll 0 0;
  color: #ffffff; }
