@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@charset "UTF-8";

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/fontawesome-webfont.eot?45c73723862c6fc5eb3d6961db2d71fb);
  src: url(/fonts/fontawesome-webfont.eot?45c73723862c6fc5eb3d6961db2d71fb) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff2?4b5a84aaf1c9485e060c503a0ff8cadb) format("woff2"), url(/fonts/fontawesome-webfont.woff?dfb02f8f6d0cedc009ee5887cc68f1f3) format("woff"), url(/fonts/fontawesome-webfont.ttf?7c87870ab40d63cfb8870c1f183f9939) format("truetype"), url(/fonts/fontawesome-webfont.svg?76a4f23c6be74fd309e0d0fd2c27a5de) format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

/* http://graphicburger.com/simple-line-icons-webfont/ */

@font-face {
  font-family: Simple-Line-Icons;
  src: url(/fonts/Simple-Line-Icons.eot?f19a7f6c7a0b54b748277c40d7cf8882);
  src: url(/fonts/Simple-Line-Icons.eot?f19a7f6c7a0b54b748277c40d7cf8882) format("embedded-opentype"), url(/fonts/Simple-Line-Icons.woff?ff94ad94c3a9d04bd2f80cb3c87dcccb) format("woff"), url(/fonts/Simple-Line-Icons.ttf?596814caa4fbaecbf5014bcfe8e363fb) format("truetype"), url(/fonts/Simple-Line-Icons.svg?5db2ea1bcb7a6cc078755c90458c3b65) format("svg");
  font-weight: 400;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
    font-family: Simple-Line-Icons;
    src: url(/fonts/Simple-Line-Icons.svg?5db2ea1bcb7a6cc078755c90458c3b65) format("svg");
}
}

[data-icon]:before {
  font-family: Simple-Line-Icons;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-up,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-bar-chart,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calendar,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camcorder,
.icon-camera,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawer,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emoticon-smile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-eye,
.icon-eyeglasses,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-microphone,
.icon-mouse,
.icon-moustache,
.icon-music-tone,
.icon-music-tone-alt,
.icon-note,
.icon-notebook,
.icon-paper-clip,
.icon-paper-plane,
.icon-pencil,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-pointer,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symbol-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-users,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench {
  font-family: Simple-Line-Icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-user-female:before {
  content: "\E000";
}

.icon-user-follow:before {
  content: "\E002";
}

.icon-user-following:before {
  content: "\E003";
}

.icon-user-unfollow:before {
  content: "\E004";
}

.icon-trophy:before {
  content: "\E006";
}

.icon-screen-smartphone:before {
  content: "\E010";
}

.icon-screen-desktop:before {
  content: "\E011";
}

.icon-plane:before {
  content: "\E012";
}

.icon-notebook:before {
  content: "\E013";
}

.icon-moustache:before {
  content: "\E014";
}

.icon-mouse:before {
  content: "\E015";
}

.icon-magnet:before {
  content: "\E016";
}

.icon-energy:before {
  content: "\E020";
}

.icon-emoticon-smile:before {
  content: "\E021";
}

.icon-disc:before {
  content: "\E022";
}

.icon-cursor-move:before {
  content: "\E023";
}

.icon-crop:before {
  content: "\E024";
}

.icon-credit-card:before {
  content: "\E025";
}

.icon-chemistry:before {
  content: "\E026";
}

.icon-user:before {
  content: "\E005";
}

.icon-speedometer:before {
  content: "\E007";
}

.icon-social-youtube:before {
  content: "\E008";
}

.icon-social-twitter:before {
  content: "\E009";
}

.icon-social-tumblr:before {
  content: "\E00A";
}

.icon-social-facebook:before {
  content: "\E00B";
}

.icon-social-dropbox:before {
  content: "\E00C";
}

.icon-social-dribbble:before {
  content: "\E00D";
}

.icon-shield:before {
  content: "\E00E";
}

.icon-screen-tablet:before {
  content: "\E00F";
}

.icon-magic-wand:before {
  content: "\E017";
}

.icon-hourglass:before {
  content: "\E018";
}

.icon-graduation:before {
  content: "\E019";
}

.icon-ghost:before {
  content: "\E01A";
}

.icon-game-controller:before {
  content: "\E01B";
}

.icon-fire:before {
  content: "\E01C";
}

.icon-eyeglasses:before {
  content: "\E01D";
}

.icon-envelope-open:before {
  content: "\E01E";
}

.icon-envelope-letter:before {
  content: "\E01F";
}

.icon-bell:before {
  content: "\E027";
}

.icon-badge:before {
  content: "\E028";
}

.icon-anchor:before {
  content: "\E029";
}

.icon-wallet:before {
  content: "\E02A";
}

.icon-vector:before {
  content: "\E02B";
}

.icon-speech:before {
  content: "\E02C";
}

.icon-puzzle:before {
  content: "\E02D";
}

.icon-printer:before {
  content: "\E02E";
}

.icon-present:before {
  content: "\E02F";
}

.icon-playlist:before {
  content: "\E030";
}

.icon-pin:before {
  content: "\E031";
}

.icon-picture:before {
  content: "\E032";
}

.icon-map:before {
  content: "\E033";
}

.icon-layers:before {
  content: "\E034";
}

.icon-handbag:before {
  content: "\E035";
}

.icon-globe-alt:before {
  content: "\E036";
}

.icon-globe:before {
  content: "\E037";
}

.icon-frame:before {
  content: "\E038";
}

.icon-folder-alt:before {
  content: "\E039";
}

.icon-film:before {
  content: "\E03A";
}

.icon-feed:before {
  content: "\E03B";
}

.icon-earphones-alt:before {
  content: "\E03C";
}

.icon-earphones:before {
  content: "\E03D";
}

.icon-drop:before {
  content: "\E03E";
}

.icon-drawer:before {
  content: "\E03F";
}

.icon-docs:before {
  content: "\E040";
}

.icon-directions:before {
  content: "\E041";
}

.icon-direction:before {
  content: "\E042";
}

.icon-diamond:before {
  content: "\E043";
}

.icon-cup:before {
  content: "\E044";
}

.icon-compass:before {
  content: "\E045";
}

.icon-call-out:before {
  content: "\E046";
}

.icon-call-in:before {
  content: "\E047";
}

.icon-call-end:before {
  content: "\E048";
}

.icon-calculator:before {
  content: "\E049";
}

.icon-bubbles:before {
  content: "\E04A";
}

.icon-briefcase:before {
  content: "\E04B";
}

.icon-book-open:before {
  content: "\E04C";
}

.icon-basket-loaded:before {
  content: "\E04D";
}

.icon-basket:before {
  content: "\E04E";
}

.icon-bag:before {
  content: "\E04F";
}

.icon-action-undo:before {
  content: "\E050";
}

.icon-action-redo:before {
  content: "\E051";
}

.icon-wrench:before {
  content: "\E052";
}

.icon-umbrella:before {
  content: "\E053";
}

.icon-trash:before {
  content: "\E054";
}

.icon-tag:before {
  content: "\E055";
}

.icon-support:before {
  content: "\E056";
}

.icon-size-fullscreen:before {
  content: "\E057";
}

.icon-size-actual:before {
  content: "\E058";
}

.icon-shuffle:before {
  content: "\E059";
}

.icon-share-alt:before {
  content: "\E05A";
}

.icon-share:before {
  content: "\E05B";
}

.icon-rocket:before {
  content: "\E05C";
}

.icon-question:before {
  content: "\E05D";
}

.icon-pie-chart:before {
  content: "\E05E";
}

.icon-pencil:before {
  content: "\E05F";
}

.icon-note:before {
  content: "\E060";
}

.icon-music-tone-alt:before {
  content: "\E061";
}

.icon-music-tone:before {
  content: "\E062";
}

.icon-microphone:before {
  content: "\E063";
}

.icon-loop:before {
  content: "\E064";
}

.icon-logout:before {
  content: "\E065";
}

.icon-login:before {
  content: "\E066";
}

.icon-list:before {
  content: "\E067";
}

.icon-like:before {
  content: "\E068";
}

.icon-home:before {
  content: "\E069";
}

.icon-grid:before {
  content: "\E06A";
}

.icon-graph:before {
  content: "\E06B";
}

.icon-equalizer:before {
  content: "\E06C";
}

.icon-dislike:before {
  content: "\E06D";
}

.icon-cursor:before {
  content: "\E06E";
}

.icon-control-start:before {
  content: "\E06F";
}

.icon-control-rewind:before {
  content: "\E070";
}

.icon-control-play:before {
  content: "\E071";
}

.icon-control-pause:before {
  content: "\E072";
}

.icon-control-forward:before {
  content: "\E073";
}

.icon-control-end:before {
  content: "\E074";
}

.icon-calendar:before {
  content: "\E075";
}

.icon-bulb:before {
  content: "\E076";
}

.icon-bar-chart:before {
  content: "\E077";
}

.icon-arrow-up:before {
  content: "\E078";
}

.icon-arrow-right:before {
  content: "\E079";
}

.icon-arrow-left:before {
  content: "\E07A";
}

.icon-arrow-down:before {
  content: "\E07B";
}

.icon-ban:before {
  content: "\E07C";
}

.icon-bubble:before {
  content: "\E07D";
}

.icon-camcorder:before {
  content: "\E07E";
}

.icon-camera:before {
  content: "\E07F";
}

.icon-check:before {
  content: "\E080";
}

.icon-clock:before {
  content: "\E081";
}

.icon-close:before {
  content: "\E082";
}

.icon-cloud-download:before {
  content: "\E083";
}

.icon-cloud-upload:before {
  content: "\E084";
}

.icon-doc:before {
  content: "\E085";
}

.icon-envelope:before {
  content: "\E086";
}

.icon-eye:before {
  content: "\E087";
}

.icon-flag:before {
  content: "\E088";
}

.icon-folder:before {
  content: "\E089";
}

.icon-heart:before {
  content: "\E08A";
}

.icon-info:before {
  content: "\E08B";
}

.icon-key:before {
  content: "\E08C";
}

.icon-link:before {
  content: "\E08D";
}

.icon-lock:before {
  content: "\E08E";
}

.icon-lock-open:before {
  content: "\E08F";
}

.icon-magnifier:before {
  content: "\E090";
}

.icon-magnifier-add:before {
  content: "\E091";
}

.icon-magnifier-remove:before {
  content: "\E092";
}

.icon-paper-clip:before {
  content: "\E093";
}

.icon-paper-plane:before {
  content: "\E094";
}

.icon-plus:before {
  content: "\E095";
}

.icon-pointer:before {
  content: "\E096";
}

.icon-power:before {
  content: "\E097";
}

.icon-refresh:before {
  content: "\E098";
}

.icon-reload:before {
  content: "\E099";
}

.icon-settings:before {
  content: "\E09A";
}

.icon-star:before {
  content: "\E09B";
}

.icon-symbol-female:before {
  content: "\E09C";
}

.icon-symbol-male:before {
  content: "\E09D";
}

.icon-target:before {
  content: "\E09E";
}

.icon-volume-1:before {
  content: "\E09F";
}

.icon-volume-2:before {
  content: "\E0A0";
}

.icon-volume-off:before {
  content: "\E0A1";
}

.icon-users:before {
  content: "\E001";
}

/*!
 * 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 */

.btn,
.btn-group,
.btn-group-vertical,
.caret,
.checkbox-inline,
.radio-inline,
img {
  vertical-align: middle;
}

hr,
img {
  border: 0;
}

body,
figure {
  margin: 0;
}

.btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.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,
.dropdown-menu {
  float: left;
}

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

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
}

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

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

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

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

pre,
textarea {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=checkbox],
input[type=radio] {
  -webkit-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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  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;
  }
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.form-control,
.navbar-toggle,
.open > .btn-danger.dropdown-toggle,
.open > .btn-default.dropdown-toggle,
.open > .btn-info.dropdown-toggle,
.open > .btn-primary.dropdown-toggle,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.img-thumbnail,
body {
  background-color: #fff;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/fonts/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
  src: url(/fonts/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1) format("embedded-opentype"), url(/fonts/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760) 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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.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,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\E227";
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\A5";
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20BD";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

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

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: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

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

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

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

dt,
kbd kbd,
label {
  font-weight: 700;
}

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

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

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

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

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

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

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

.text-muted {
  color: #6c8dae;
}

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

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

.text-success {
  color: #27a4b0;
}

a.text-success:focus,
a.text-success:hover {
  color: #1d7d86;
}

.text-info {
  color: #327ad5;
}

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

.text-warning {
  color: #c29d0b;
}

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

.text-danger {
  color: #e73d4a;
}

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

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

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

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

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

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

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

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

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

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

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

pre code,
table {
  background-color: transparent;
}

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

dl,
ol,
ul {
  margin-top: 0;
}

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

address,
dl {
  margin-bottom: 20px;
}

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

.list-inline {
  margin-left: -5px;
}

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

dd,
dt {
  line-height: 1.42857;
}

dd {
  margin-left: 0;
}

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

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

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

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .container {
    width: 750px;
  }
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dropdown-menu > li > a,
.form-horizontal .form-group:after,
.modal-footer:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

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

.initialism {
  font-size: 90%;
}

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

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

legend,
pre {
  color: #34495e;
}

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

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

code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}

caption,
th {
  text-align: left;
}

.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: '\A0   \2014';
}

address {
  font-style: normal;
  line-height: 1.42857;
}

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

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  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%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

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

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

.pre-scrollable {
  overflow-y: scroll;
}

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

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

.row {
  margin-left: -15px;
  margin-right: -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-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-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-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

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

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

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

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

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

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

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

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

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

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

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

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

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

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

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

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

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

@media (min-width: 992px) {
  .col-md-1,
  .col-md-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-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

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

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

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

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

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

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

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

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

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

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

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

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

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

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

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

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

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

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-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-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

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

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

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

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

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

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

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

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

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

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

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

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

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

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

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

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

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

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

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

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #6c8dae;
}

.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.42857;
  vertical-align: top;
  border-top: 1px solid #e7ecf1;
}

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

.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 #e7ecf1;
}

.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,
.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 #e7ecf1;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fbfcfd;
}

.table-hover > tbody > tr:hover,
.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: #eef1f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

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

.table-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: #dee5ec;
}

.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: #abe7ed;
}

.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: #96e1e8;
}

.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: #e0ebf9;
}

.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: #caddf4;
}

.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: #f9e491;
}

.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: #f7de79;
}

.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: #fbe1e3;
}

.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: #f8cace;
}

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e7ecf1;
  }

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

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

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

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

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

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

.form-control,
output {
  font-size: 14px;
  line-height: 1.42857;
  color: #4d6b8a;
  display: block;
}

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: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

output {
  padding-top: 7px;
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #c2cad8;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  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,-webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #93a1bb;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(147, 161, 187, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(147, 161, 187, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.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: #27a4b0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eef1f5;
  opacity: 1;
}

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

textarea.form-control {
  height: auto;
}

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

  .input-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-group-sm > .input-group-btn > input[type=date].btn,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm > input[type=date].form-control,
  .input-group-sm > input[type=date].input-group-addon,
  .input-group-sm > input[type=time].form-control,
  .input-group-sm > input[type=time].input-group-addon,
  .input-group-sm > input[type=datetime-local].form-control,
  .input-group-sm > input[type=datetime-local].input-group-addon,
  .input-group-sm > input[type=month].form-control,
  .input-group-sm > input[type=month].input-group-addon,
  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-group-lg > .input-group-btn > input[type=date].btn,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg > input[type=date].form-control,
  .input-group-lg > input[type=date].input-group-addon,
  .input-group-lg > input[type=time].form-control,
  .input-group-lg > input[type=time].input-group-addon,
  .input-group-lg > input[type=datetime-local].form-control,
  .input-group-lg > input[type=datetime-local].input-group-addon,
  .input-group-lg > input[type=month].form-control,
  .input-group-lg > input[type=month].input-group-addon,
  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-left: -20px;
  margin-top: 4px\9;
}

.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;
  cursor: pointer;
}

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

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
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;
}

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

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

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

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

.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
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-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
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.33333;
  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.33333;
}

.has-feedback {
  position: relative;
}

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

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

.collapsing,
.dropdown,
.dropup {
  position: relative;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-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-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .form-control {
  border-color: #27a4b0;
  -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: #1d7d86;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #60d2dc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #60d2dc;
}

.has-success .input-group-addon {
  color: #27a4b0;
  border-color: #27a4b0;
  background-color: #abe7ed;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.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: #c29d0b;
}

.has-warning .form-control {
  border-color: #c29d0b;
  -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: #927608;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4d03f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f4d03f;
}

.has-warning .input-group-addon {
  color: #c29d0b;
  border-color: #c29d0b;
  background-color: #f9e491;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.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: #e73d4a;
}

.has-error .form-control {
  border-color: #e73d4a;
  -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: #d71b29;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f2989f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f2989f;
}

.has-error .input-group-addon {
  color: #e73d4a;
  border-color: #e73d4a;
  background-color: #fbe1e3;
}

.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: #6789ab;
}

@media (min-width: 768px) {
  .form-inline .form-control-static,
  .form-inline .form-group {
    display: inline-block;
  }

  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .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 .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 .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

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

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

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

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}

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

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

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

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

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

.btn.active,
.btn:active {
  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;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

.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 > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #dedede;
  border-color: #ababab;
}

.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.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #23527c;
}

.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 > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #255884;
  border-color: #1f4a70;
}

.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: #3fc9d5;
  border-color: #2dc0cd;
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #28acb8;
  border-color: #2499a3;
}

.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 > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #26a1ab;
  border-color: #218d96;
}

.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  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: #3fc9d5;
  border-color: #2dc0cd;
}

.btn-success .badge {
  color: #3fc9d5;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #659be0;
  border-color: #508edb;
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3a80d7;
  border-color: #2a73ce;
}

.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 > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #2e78d4;
  border-color: #276cc1;
}

.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: #659be0;
  border-color: #508edb;
}

.btn-info .badge {
  color: #659be0;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #F1C40F;
  border-color: #dab10d;
}

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

.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 > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #b3920a;
  border-color: #9b7e09;
}

.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: #F1C40F;
  border-color: #dab10d;
}

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

.btn-danger {
  color: #fff;
  background-color: #ed6b75;
  border-color: #ea5460;
}

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

.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 > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #e5303e;
  border-color: #e01c2b;
}

.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: #ed6b75;
  border-color: #ea5460;
}

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

.btn-link {
  color: #337ab7;
  font-weight: 400;
  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: #6c8dae;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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;
  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 {
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

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

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

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

.dropdown-header,
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857;
  white-space: nowrap;
}

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

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

.dropdown-menu > li > a {
  font-weight: 400;
  color: #34495e;
}

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

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

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

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

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

.open > a {
  outline: 0;
}

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

.dropdown-header {
  font-size: 12px;
  color: #6c8dae;
}

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

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

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

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

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

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

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

.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:after,
.btn-toolbar:before {
  content: " ";
  display: table;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-group-lg > .btn .caret,
.btn-lg .caret {
  border-width: 5px 5px 0;
}

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

.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:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.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;
}

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

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

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

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

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

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

[data-toggle=buttons] > .btn input[type=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,
.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}

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

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

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

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

.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: #4d6b8a;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

.input-group-addon input[type=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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn: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-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

.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 {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

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

.nav:after {
  clear: both;
}

.nav > li > a {
  padding: 10px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

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

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

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

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

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.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-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }

  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

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

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

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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);
  -webkit-overflow-scrolling: touch;
}

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

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

  .navbar-header {
    float: left;
  }

  .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-left: 0;
    padding-right: 0;
  }
}

.embed-responsive,
.modal,
.modal-open,
.progress {
  overflow: hidden;
}

@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;
}

.navbar-static-top {
  z-index: 9995;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

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

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

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

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

@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-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    border-radius: 0;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  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;
}

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

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
  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);
}

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

  .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;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 8px -15px;
}

@media (min-width: 768px) {
  .navbar-form .form-control-static,
  .navbar-form .form-group {
    display: inline-block;
  }

  .navbar-form .control-label,
  .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

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

  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

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

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

  .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-nav > li > a,
.navbar-default .navbar-text {
  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 {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a: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: #090909;
}

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

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9eb3c9;
}

.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: #090909;
}

.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 {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9eb3c9;
  }

  .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: #090909;
  }

  .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: #9eb3c9;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9eb3c9;
}

.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 + li:before {
  content: "/\\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #6c8dae;
}

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

.pagination > li {
  display: inline;
}

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

.list-group-item > .badge,
.pager .next > a,
.pager .next > span {
  float: right;
}

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

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

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #fff;
  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;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

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

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

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

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

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

.badge,
.label {
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

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

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

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

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

.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: #fff;
}

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

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  color: #fff;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

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

.label-default {
  background-color: #6c8dae;
}

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

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

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

.label-success {
  background-color: #3fc9d5;
}

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

.label-info {
  background-color: #659be0;
}

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  background-color: #6c8dae;
  border-radius: 10px;
}

.jumbotron,
.thumbnail {
  background-color: #fff;
}

.badge:empty {
  display: none;
}

.media-object,
.thumbnail {
  display: block;
}

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.alert,
.thumbnail {
  margin-bottom: 20px;
}

.alert .alert-link,
.close {
  font-weight: 700;
}

.jumbotron > hr {
  border-top-color: #e6e6e6;
}

.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-left: 60px;
    padding-right: 60px;
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  padding: 4px;
  line-height: 1.42857;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #34495e;
}

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

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

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

.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.alert-success {
  background-color: #abe7ed;
  border-color: #abe7ed;
  color: #27a4b0;
}

.alert-success hr {
  border-top-color: #96e1e8;
}

.alert-success .alert-link {
  color: #1d7d86;
}

.alert-info {
  background-color: #e0ebf9;
  border-color: #e0ebf9;
  color: #327ad5;
}

.alert-info hr {
  border-top-color: #caddf4;
}

.alert-info .alert-link {
  color: #2462b0;
}

.alert-warning {
  background-color: #f9e491;
  border-color: #f9e491;
  color: #c29d0b;
}

.alert-warning hr {
  border-top-color: #f7de79;
}

.alert-warning .alert-link {
  color: #927608;
}

.alert-danger {
  background-color: #fbe1e3;
  border-color: #fbe1e3;
  color: #e73d4a;
}

.alert-danger hr {
  border-top-color: #f8cace;
}

.alert-danger .alert-link {
  color: #d71b29;
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  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;
  transition: width .6s ease;
}

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

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

.progress-bar-success {
  background-color: #36c6d3;
}

.progress-striped .progress-bar-success {
  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-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
  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);
}

.progress-bar-info {
  background-color: #659be0;
}

.progress-striped .progress-bar-info {
  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: #F1C40F;
}

.progress-striped .progress-bar-warning {
  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: #ed6b75;
}

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

.media {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object.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 {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

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

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

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #f1f4f7;
  color: #b1b7bd;
  cursor: not-allowed;
}

.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: #b1b7bd;
}

.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: #27a4b0;
  background-color: #abe7ed;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #27a4b0;
}

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: #27a4b0;
  background-color: #96e1e8;
}

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: #27a4b0;
  border-color: #27a4b0;
}

.list-group-item-info {
  color: #327ad5;
  background-color: #e0ebf9;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #327ad5;
}

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: #327ad5;
  background-color: #caddf4;
}

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: #327ad5;
  border-color: #327ad5;
}

.list-group-item-warning {
  color: #c29d0b;
  background-color: #f9e491;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #c29d0b;
}

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: #c29d0b;
  background-color: #f7de79;
}

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: #c29d0b;
  border-color: #c29d0b;
}

.list-group-item-danger {
  color: #e73d4a;
  background-color: #fbe1e3;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #e73d4a;
}

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: #e73d4a;
  background-color: #f8cace;
}

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: #e73d4a;
  border-color: #e73d4a;
}

.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.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-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel-body {
  padding: 15px;
}

.panel-body:after,
.panel-body:before {
  content: " ";
  display: table;
}

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

.panel-title {
  margin-top: 0;
  font-size: 16px;
}

.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 .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

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

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

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

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

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

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

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

.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 > 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 #e7ecf1;
}

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

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading + .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: #34495e;
  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: #34495e;
}

.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: #abe7ed;
}

.panel-success > .panel-heading {
  color: #27a4b0;
  background-color: #abe7ed;
  border-color: #abe7ed;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #abe7ed;
}

.panel-success > .panel-heading .badge {
  color: #abe7ed;
  background-color: #27a4b0;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #abe7ed;
}

.panel-info {
  border-color: #e0ebf9;
}

.panel-info > .panel-heading {
  color: #327ad5;
  background-color: #e0ebf9;
  border-color: #e0ebf9;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e0ebf9;
}

.panel-info > .panel-heading .badge {
  color: #e0ebf9;
  background-color: #327ad5;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e0ebf9;
}

.panel-warning {
  border-color: #f9e491;
}

.panel-warning > .panel-heading {
  color: #c29d0b;
  background-color: #f9e491;
  border-color: #f9e491;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f9e491;
}

.panel-warning > .panel-heading .badge {
  color: #f9e491;
  background-color: #c29d0b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f9e491;
}

.panel-danger {
  border-color: #fbe1e3;
}

.panel-danger > .panel-heading {
  color: #e73d4a;
  background-color: #fbe1e3;
  border-color: #fbe1e3;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fbe1e3;
}

.panel-danger > .panel-heading .badge {
  color: #fbe1e3;
  background-color: #e73d4a;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fbe1e3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
}

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f1f4f7;
  border: 1px solid #dae2ea;
  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;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.popover,
.tooltip {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  text-decoration: none;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

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

.modal-content,
.popover {
  background-clip: padding-box;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

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

.modal-backdrop {
  position: fixed;
  z-index: 10049;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

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

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  text-align: left;
  text-align: start;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

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

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

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.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,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  top: 0;
}

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  margin-top: -5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  text-align: start;
  font-size: 14px;
  background-color: #fff;
  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);
}

.carousel-caption,
.carousel-control {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

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

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

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

.carousel,
.carousel-inner {
  position: relative;
}

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

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.left > .arrow:after,
.popover.right > .arrow:after {
  content: " ";
  bottom: -10px;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  left: 1px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

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

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-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 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, 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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, 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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.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;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203A';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}

.carousel-caption .btn,
.text-hide {
  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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

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

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

.affix {
  position: fixed;
}

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

@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;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

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

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

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

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

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

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !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;
  }
}

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

  .hidden-print {
    display: none !important;
  }
}

/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  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,-webkit-box-shadow ease-in-out .15s;
}

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eee;
}

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left .5s;
  transition: margin-left .5s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-focused {
  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);
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans",sans-serif;
}

.dropdown-menu,
.icon-btn,
a {
  text-shadow: none;
}

.bold.btn,
.sbold.btn {
  letter-spacing: 0;
}

.chart-tooltip,
.chart-tooltip .label,
.chat-form,
.dashboard-stat2 .display:after,
.dashboard-stat2 .progress-info,
.dashboard-stat2 .progress-info .progress,
.dashboard-stat:after,
.dropdown-menu-v2 > li > a,
.dropdown-menu > li > a,
.feeds li .col1,
.feeds li:after,
.form .form-actions:after,
.general-item-list > .item > .item-head:after,
.portlet-form .form-actions:after,
.portlet > .portlet-body,
.portlet > .portlet-title:after,
.social-icons:after,
.tabbable:after,
.table-toolbar:after,
.tasks-widget .task-footer:after,
.tasks-widget:after,
.tiles .tile .tile-object:after,
.tiles:after,
.timeline .timeline-body:after,
.widget-news .widget-news-right-body .widget-news-right-body-title {
  clear: both;
}

a,
button,
code,
div,
img,
input,
label,
li,
p,
pre,
select,
span,
svg,
table,
td,
textarea,
th,
ul {
  border-radius: 0 !important;
}

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

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

body {
  color: #34495e;
  padding: 0 !important;
  margin: 0 !important;
  direction: "ltr";
  font-size: 14px;
}

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

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

@viewport {
  width: device-width;
}

@-ms-viewport {
  width: auto !important;
}

.md-shadow-z-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
}

.md-shadow-z-1-i {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18) !important;
}

.md-shadow-z-1-hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14), 0 1px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14), 0 1px 2px rgba(0, 0, 0, 0.22);
}

.md-shadow-z-2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.22);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.22);
}

.md-shadow-z-2-i {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.22) !important;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.22) !important;
}

.md-shadow-z-2-hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.26);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.26);
}

.md-shadow-z-3 {
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.md-shadow-z-3-i {
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18), 0 6px 6px rgba(0, 0, 0, 0.24) !important;
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18), 0 6px 6px rgba(0, 0, 0, 0.24) !important;
}

.md-shadow-z-3-hover {
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22), 0 6px 6px rgba(0, 0, 0, 0.26);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22), 0 6px 6px rgba(0, 0, 0, 0.26);
}

.md-shadow-z-4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.md-shadow-z-4-i {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.md-shadow-z-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.28), 0 15px 12px rgba(0, 0, 0, 0.22);
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.28), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.md-shadow-z-5-i {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.28), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
          box-shadow: 0 19px 38px rgba(0, 0, 0, 0.28), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}

.md-shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.md-click-circle {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: scale(0);
  -webkit-transform: scale(0);
          transform: scale(0);
}

.md-click-circle.md-click-animate {
  -webkit-animation: mdClickEffect .65s linear;
  animation: mdClickEffect .65s linear;
}

@-webkit-keyframes mdClickEffect {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
  }

  100% {
    opacity: 0 !important;
    -webkit-transform: scale(2.5);
  }
}

@keyframes mdClickEffect {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
  }

  100% {
    opacity: 0 !important;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label,
.form-group.form-md-line-input .form-control.focus:not([readonly]) ~ label,
.form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label,
.form-group.form-md-line-input .form-control ~ .help-block-error,
.form-group.form-md-line-input .form-control ~ label,
.form-horizontal .form-group.form-md-line-input > label {
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-group.form-md-line-input {
  position: relative;
  margin: 0 0 35px;
  padding-top: 20px;
}

.form-group.form-md-line-input:last-child {
  margin-bottom: 10px;
}

.form-horizontal .form-group.form-md-line-input {
  padding-top: 10px;
  margin: 0 -15px 20px;
}

.form-horizontal .form-group.form-md-line-input > label {
  padding-top: 5px;
  font-size: 14px;
  color: #888;
}

.form-group.form-md-line-input .form-control {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #c2cad8;
  border-radius: 0;
  color: #4d6b8a;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.form-group.form-md-line-input .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-group.form-md-line-input .form-control:-ms-input-placeholder {
  color: #999;
}

.form-group.form-md-line-input .form-control::-webkit-input-placeholder {
  color: #999;
}

.form-group.form-md-line-input .form-control.form-control-static {
  border-bottom: 0;
}

.form-group.form-md-line-input .form-control.input-sm {
  font-size: 14px;
  padding: 6px 0;
}

.form-group.form-md-line-input .form-control.input-lg {
  font-size: 20px;
  padding: 14px 0;
}

.form-group.form-md-line-input .input-group,
.form-group.form-md-line-input .input-group + .input-group-control,
.form-group.form-md-line-input + .input-group,
.form-group.form-md-line-input + .input-icon,
.form-horizontal .form-group.form-md-line-input .input-group,
.form-horizontal .form-group.form-md-line-input .input-group > .input-group-control,
.form-inline .form-md-line-input {
  padding-top: 0;
}

.form-group.form-md-line-input .form-control ~ .form-control-focus,
.form-group.form-md-line-input .form-control ~ label {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.form-horizontal .form-group.form-md-line-input .form-control ~ .form-control-focus,
.form-horizontal .form-group.form-md-line-input .form-control ~ label {
  width: auto;
  left: 15px;
  right: 15px;
}

.form-group.form-md-line-input .form-control ~ .form-control-focus:after,
.form-group.form-md-line-input .form-control ~ label:after {
  content: '';
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 0;
  visibility: hidden;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.form-group.form-md-line-input .form-control ~ label {
  top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #888;
}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ .form-control-focus,
.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label,
.form-group.form-md-line-input .form-control.focus:not([readonly]) ~ .form-control-focus,
.form-group.form-md-line-input .form-control.focus:not([readonly]) ~ label,
.form-group.form-md-line-input .form-control:focus:not([readonly]) ~ .form-control-focus,
.form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label {
  color: #888;
}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label:after,
.form-group.form-md-line-input .form-control.focus:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input .form-control.focus:not([readonly]) ~ label:after,
.form-group.form-md-line-input .form-control:focus:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label:after {
  visibility: visible;
  left: 0;
  width: 100%;
  background: #36c6d3;
}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ .help-block,
.form-group.form-md-line-input .form-control.focus:not([readonly]) ~ .help-block,
.form-group.form-md-line-input .form-control:focus:not([readonly]) ~ .help-block {
  color: #36c6d3;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ .help-block-error,
.form-group.form-md-line-input .form-control.focus:not([readonly]) ~ .help-block-error,
.form-group.form-md-line-input .form-control:focus:not([readonly]) ~ .help-block-error {
  opacity: 0;
  filter: alpha(opacity=0);
}

.form-group.form-md-line-input .form-control[disabled],
.form-group.form-md-line-input .form-control[readonly],
fieldset[disabled] .form-group.form-md-line-input .form-control {
  background: 0 0;
  cursor: not-allowed;
  border-bottom: 1px dashed #c2cad8;
}

.form-group.form-md-line-input.form-md-floating-label .form-control ~ label {
  font-size: 16px;
  top: 25px;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
  color: #999;
}

.form-group.form-md-line-input.form-md-floating-label .form-control.edited ~ label,
.form-group.form-md-line-input.form-md-floating-label .form-control.focus:not([readonly]) ~ label,
.form-group.form-md-line-input.form-md-floating-label .form-control.form-control-static ~ label,
.form-group.form-md-line-input.form-md-floating-label .form-control:focus:not([readonly]) ~ label,
.form-group.form-md-line-input.form-md-floating-label .form-control[readonly] ~ label {
  top: 0;
  font-size: 13px;
}

.form-group.form-md-line-input.form-md-floating-label .form-control.input-sm ~ label {
  font-size: 14px;
  top: 24px;
}

.form-group.form-md-line-input.form-md-floating-label .form-control.input-sm.edited ~ label,
.form-group.form-md-line-input.form-md-floating-label .form-control.input-sm.focus:not([readonly]) ~ label,
.form-group.form-md-line-input.form-md-floating-label .form-control.input-sm.form-control-static ~ label,
.form-group.form-md-line-input.form-md-floating-label .form-control.input-sm:focus:not([readonly]) ~ label,
.form-group.form-md-line-input.form-md-floating-label .form-control.input-sm[readonly] ~ label {
  top: 0;
  font-size: 13px;
}

.form-group.form-md-line-input.form-md-floating-label .form-control.input-lg ~ label {
  font-size: 20px;
  top: 30px;
}

.form-group.form-md-line-input.form-md-floating-label .form-control.input-lg.edited ~ label,
.form-group.form-md-line-input.form-md-floating-label .form-control.input-lg.focus:not([readonly]) ~ label,
.form-group.form-md-line-input.form-md-floating-label .form-control.input-lg.form-control-static ~ label,
.form-group.form-md-line-input.form-md-floating-label .form-control.input-lg:focus:not([readonly]) ~ label,
.form-group.form-md-line-input.form-md-floating-label .form-control.input-lg[readonly] ~ label {
  top: 0;
  font-size: 13px;
}

.form-group.form-md-line-input.form-md-floating-label .input-icon > label {
  padding-left: 34px;
}

.form-group.form-md-line-input.form-md-floating-label .input-icon.right > label {
  padding-left: 0;
  padding-right: 34px;
}

.form-group.form-md-line-input.form-md-floating-label .input-group.left-addon label,
.form-group.form-md-line-input > .input-icon .form-control {
  padding-left: 34px;
}

.form-group.form-md-line-input.form-md-floating-label .input-group.right-addon label {
  padding-right: 34px;
}

.form-group.form-md-line-input .help-block {
  position: absolute;
  margin: 2px 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 13px;
}

.form-group.form-md-line-input > .input-icon > i {
  left: 0;
  bottom: 0;
  margin: 9px 2px 10px 10px;
  color: #888;
}

.form-group.form-md-line-input.has-success .form-control.edited:not([readonly]) ~ .help-block,
.form-group.form-md-line-input.has-success .form-control.edited:not([readonly]) ~ i,
.form-group.form-md-line-input.has-success .form-control.edited:not([readonly]) ~ label,
.form-group.form-md-line-input.has-success .form-control.focus:not([readonly]) ~ .help-block,
.form-group.form-md-line-input.has-success .form-control.focus:not([readonly]) ~ i,
.form-group.form-md-line-input.has-success .form-control.focus:not([readonly]) ~ label,
.form-group.form-md-line-input.has-success .form-control.form-control-static ~ .help-block,
.form-group.form-md-line-input.has-success .form-control.form-control-static ~ i,
.form-group.form-md-line-input.has-success .form-control.form-control-static ~ label,
.form-group.form-md-line-input.has-success .form-control:focus:not([readonly]) ~ .help-block,
.form-group.form-md-line-input.has-success .form-control:focus:not([readonly]) ~ i,
.form-group.form-md-line-input.has-success .form-control:focus:not([readonly]) ~ label,
.form-group.form-md-line-input.has-success label {
  color: #27a4b0;
}

.form-group.form-md-line-input > .input-icon.input-icon-lg > i {
  top: 6px;
}

.form-group.form-md-line-input > .input-icon.input-icon-sm > i {
  top: -1px;
}

.form-group.form-md-line-input > .input-icon > label {
  margin-top: -20px;
}

.form-group.form-md-line-input > .input-icon.right .form-control {
  padding-left: 0;
  padding-right: 34px;
}

.form-group.form-md-line-input > .input-icon.right > i {
  left: auto;
  right: 8px;
  margin: 11px 2px 10px 10px;
}

.form-horizontal .form-group.form-md-line-input .input-group > .form-control-focus,
.form-horizontal .form-group.form-md-line-input .input-group > .input-group-control > .form-control-focus,
.form-horizontal .form-group.form-md-line-input .input-icon > .form-control-focus {
  left: 0 !important;
  right: 0 !important;
}

.form-group.form-md-line-input .input-group .input-group-control > label,
.form-group.form-md-line-input .input-group > label {
  margin-top: -20px;
}

.form-group.form-md-line-input .input-group .input-group-addon {
  border-radius: 0;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #c2cad8;
}

.form-group.form-md-line-input .input-group .input-group-control {
  padding-top: 0;
  position: relative;
  display: table-cell;
  vertical-align: bottom;
}

.badge,
.input-inline {
  vertical-align: middle;
}

.form-group.form-md-line-input .input-group .input-group-btn .btn {
  border-radius: 4px;
}

.form-group.form-md-line-input .input-group .input-group-btn.btn-left .btn {
  margin-right: 10px;
}

.form-group.form-md-line-input .input-group .input-group-btn.btn-right .btn {
  margin-left: 10px;
}

.form-group.form-md-line-input .input-group .help-block {
  margin-top: 35px;
}

.form-group.form-md-line-input .input-group.input-group-sm .help-block {
  margin-top: 30px;
}

.form-group.form-md-line-input .input-group.input-group-lg .help-block {
  margin-top: 47px;
}

.form-group.form-md-line-input.has-success .form-control {
  border-bottom: 1px solid #27a4b0;
}

.form-group.form-md-line-input.has-success .form-control.edited:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input.has-success .form-control.edited:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-success .form-control.focus:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input.has-success .form-control.focus:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-success .form-control.form-control-static ~ .form-control-focus:after,
.form-group.form-md-line-input.has-success .form-control.form-control-static ~ label:after,
.form-group.form-md-line-input.has-success .form-control:focus:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input.has-success .form-control:focus:not([readonly]) ~ label:after {
  background: #27a4b0;
}

.form-group.form-md-line-input.has-success .input-group-addon {
  color: #27a4b0;
  border-bottom: 1px solid #27a4b0;
}

.form-group.form-md-line-input.has-warning .form-control.edited:not([readonly]) ~ .help-block,
.form-group.form-md-line-input.has-warning .form-control.edited:not([readonly]) ~ i,
.form-group.form-md-line-input.has-warning .form-control.edited:not([readonly]) ~ label,
.form-group.form-md-line-input.has-warning .form-control.focus:not([readonly]) ~ .help-block,
.form-group.form-md-line-input.has-warning .form-control.focus:not([readonly]) ~ i,
.form-group.form-md-line-input.has-warning .form-control.focus:not([readonly]) ~ label,
.form-group.form-md-line-input.has-warning .form-control.form-control-static ~ .help-block,
.form-group.form-md-line-input.has-warning .form-control.form-control-static ~ i,
.form-group.form-md-line-input.has-warning .form-control.form-control-static ~ label,
.form-group.form-md-line-input.has-warning .form-control:focus:not([readonly]) ~ .help-block,
.form-group.form-md-line-input.has-warning .form-control:focus:not([readonly]) ~ i,
.form-group.form-md-line-input.has-warning .form-control:focus:not([readonly]) ~ label,
.form-group.form-md-line-input.has-warning label {
  color: #c29d0b;
}

.form-group.form-md-line-input.has-warning .form-control {
  border-bottom: 1px solid #c29d0b;
}

.form-group.form-md-line-input.has-warning .form-control.edited:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input.has-warning .form-control.edited:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-warning .form-control.focus:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input.has-warning .form-control.focus:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-warning .form-control.form-control-static ~ .form-control-focus:after,
.form-group.form-md-line-input.has-warning .form-control.form-control-static ~ label:after,
.form-group.form-md-line-input.has-warning .form-control:focus:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input.has-warning .form-control:focus:not([readonly]) ~ label:after {
  background: #c29d0b;
}

.form-group.form-md-line-input.has-warning .input-group-addon {
  color: #c29d0b;
  border-bottom: 1px solid #c29d0b;
}

.form-group.form-md-line-input.has-error .form-control.edited:not([readonly]) ~ .help-block,
.form-group.form-md-line-input.has-error .form-control.edited:not([readonly]) ~ i,
.form-group.form-md-line-input.has-error .form-control.edited:not([readonly]) ~ label,
.form-group.form-md-line-input.has-error .form-control.focus:not([readonly]) ~ .help-block,
.form-group.form-md-line-input.has-error .form-control.focus:not([readonly]) ~ i,
.form-group.form-md-line-input.has-error .form-control.focus:not([readonly]) ~ label,
.form-group.form-md-line-input.has-error .form-control.form-control-static ~ .help-block,
.form-group.form-md-line-input.has-error .form-control.form-control-static ~ i,
.form-group.form-md-line-input.has-error .form-control.form-control-static ~ label,
.form-group.form-md-line-input.has-error .form-control:focus:not([readonly]) ~ .help-block,
.form-group.form-md-line-input.has-error .form-control:focus:not([readonly]) ~ i,
.form-group.form-md-line-input.has-error .form-control:focus:not([readonly]) ~ label,
.form-group.form-md-line-input.has-error label {
  color: #e73d4a;
}

.form-group.form-md-line-input.has-error .form-control {
  border-bottom: 1px solid #e73d4a;
}

.form-group.form-md-line-input.has-error .form-control.edited:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input.has-error .form-control.edited:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-error .form-control.focus:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input.has-error .form-control.focus:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-error .form-control.form-control-static ~ .form-control-focus:after,
.form-group.form-md-line-input.has-error .form-control.form-control-static ~ label:after,
.form-group.form-md-line-input.has-error .form-control:focus:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input.has-error .form-control:focus:not([readonly]) ~ label:after {
  background: #e73d4a;
}

.form-group.form-md-line-input.has-error .input-group-addon {
  color: #e73d4a;
  border-bottom: 1px solid #e73d4a;
}

.form-group.form-md-line-input.has-info .form-control.edited:not([readonly]) ~ .help-block,
.form-group.form-md-line-input.has-info .form-control.edited:not([readonly]) ~ i,
.form-group.form-md-line-input.has-info .form-control.edited:not([readonly]) ~ label,
.form-group.form-md-line-input.has-info .form-control.focus:not([readonly]) ~ .help-block,
.form-group.form-md-line-input.has-info .form-control.focus:not([readonly]) ~ i,
.form-group.form-md-line-input.has-info .form-control.focus:not([readonly]) ~ label,
.form-group.form-md-line-input.has-info .form-control.form-control-static ~ .help-block,
.form-group.form-md-line-input.has-info .form-control.form-control-static ~ i,
.form-group.form-md-line-input.has-info .form-control.form-control-static ~ label,
.form-group.form-md-line-input.has-info .form-control:focus:not([readonly]) ~ .help-block,
.form-group.form-md-line-input.has-info .form-control:focus:not([readonly]) ~ i,
.form-group.form-md-line-input.has-info .form-control:focus:not([readonly]) ~ label,
.form-group.form-md-line-input.has-info label {
  color: #327ad5;
}

.form-group.form-md-line-input.has-info .form-control {
  border-bottom: 1px solid #327ad5;
}

.form-group.form-md-line-input.has-info .form-control.edited:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input.has-info .form-control.edited:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-info .form-control.focus:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input.has-info .form-control.focus:not([readonly]) ~ label:after,
.form-group.form-md-line-input.has-info .form-control.form-control-static ~ .form-control-focus:after,
.form-group.form-md-line-input.has-info .form-control.form-control-static ~ label:after,
.form-group.form-md-line-input.has-info .form-control:focus:not([readonly]) ~ .form-control-focus:after,
.form-group.form-md-line-input.has-info .form-control:focus:not([readonly]) ~ label:after {
  background: #327ad5;
}

.form-group.form-md-line-input.has-info .input-group-addon {
  color: #327ad5;
  border-bottom: 1px solid #327ad5;
}

.form-inline .form-md-line-input {
  margin: 0 20px 0 0;
}

.form-inline .form-md-line-input > .input-icon {
  padding: 0;
}

.form-horizontal .form-group.form-md-line-input .input-icon .form-control {
  padding-left: 33px;
}

.form-horizontal .form-group.form-md-line-input .input-icon > i {
  top: 0;
}

.form-horizontal .form-group.form-md-line-input .input-icon.right .form-control {
  padding-left: 0;
  padding-right: 33px;
}

.form-horizontal .form-group.form-md-line-input .input-group > .input-group-btn .btn {
  margin-bottom: 0 !important;
}

.form-md-checkboxes,
.form-md-radios {
  padding-top: 5px;
}

.md-checkbox {
  position: relative;
}

.md-checkbox.md-checkbox-inline {
  display: inline-block;
}

.form-inline .md-checkbox.md-checkbox-inline {
  margin-right: 20px;
  top: 3px;
}

.md-checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}

.md-checkbox label {
  cursor: pointer;
  padding-left: 30px;
}

.md-checkbox label > span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.md-checkbox label > span.inc {
  background: #fff;
  left: -20px;
  top: -20px;
  height: 60px;
  width: 60px;
  opacity: 0;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -webkit-animation: growCircle .3s ease;
  animation: growCircle .3s ease;
}

.md-checkbox label > .box {
  top: 0;
  border: 2px solid #666;
  height: 20px;
  width: 20px;
  z-index: 5;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.md-checkbox label > .check {
  top: -4px;
  left: 6px;
  width: 10px;
  height: 20px;
  border: 2px solid #36c6d3;
  border-top: none;
  border-left: none;
  opacity: 0;
  z-index: 5;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.md-checkbox input[type=checkbox]:checked ~ label > .box {
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
}

.md-checkbox input[type=checkbox]:checked ~ label > .check {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

.md-checkbox input[type=checkbox]:disabled:checked ~ label > .check,
.md-checkbox input[type=checkbox]:disabled ~ label,
.md-checkbox input[type=checkbox]:disabled ~ label > .box,
.md-checkbox input[type=checkbox][disabled]:checked ~ label > .check,
.md-checkbox input[type=checkbox][disabled] ~ label,
.md-checkbox input[type=checkbox][disabled] ~ label > .box {
  cursor: not-allowed;
  opacity: .7;
  filter: alpha(opacity=70);
}

.has-error .md-checkbox label,
.has-error.md-checkbox label {
  color: #fbe1e3;
}

.has-error .md-checkbox label > .box,
.has-error .md-checkbox label > .check,
.has-error.md-checkbox label > .box,
.has-error.md-checkbox label > .check {
  border-color: #e73d4a;
}

.has-success .md-checkbox label,
.has-success.md-checkbox label {
  color: #abe7ed;
}

.has-success .md-checkbox label > .box,
.has-success .md-checkbox label > .check,
.has-success.md-checkbox label > .box,
.has-success.md-checkbox label > .check {
  border-color: #27a4b0;
}

.has-warning .md-checkbox label,
.has-warning.md-checkbox label {
  color: #f9e491;
}

.has-warning .md-checkbox label > .box,
.has-warning .md-checkbox label > .check,
.has-warning.md-checkbox label > .box,
.has-warning.md-checkbox label > .check {
  border-color: #c29d0b;
}

.has-info .md-checkbox label,
.has-info.md-checkbox label {
  color: #e0ebf9;
}

.has-info .md-checkbox label > .box,
.has-info .md-checkbox label > .check,
.has-info.md-checkbox label > .box,
.has-info.md-checkbox label > .check {
  border-color: #327ad5;
}

.form-md-checkboxes > label {
  font-size: 14px;
  color: #888;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-md-checkboxes.has-error label {
  color: #ed6b75;
}

.form-md-checkboxes.has-info label {
  color: #659be0;
}

.form-md-checkboxes.has-success label {
  color: #36c6d3;
}

.form-md-checkboxes.has-warning label {
  color: #F1C40F;
}

.md-checkbox-list {
  margin: 5px 0;
}

.form-horizontal .md-checkbox-list {
  margin-top: 5px;
}

.md-checkbox-list .md-checkbox {
  display: block;
  margin-bottom: 10px;
}

.md-checkbox-list .md-checkbox:last-child {
  margin-bottom: 0;
}

.md-checkbox-inline {
  margin: 5px 0;
}

.form-horizontal .md-checkbox-inline {
  margin-top: 7px;
}

.md-checkbox-inline .md-checkbox {
  display: inline-block;
  margin-right: 20px;
}

.md-checkbox-inline .md-checkbox:last-child {
  margin-right: 0;
}

@-webkit-keyframes growCircle {
  0%, 100% {
    -webkit-transform: scale(0);
    opacity: 1;
  }

  70% {
    background: #eee;
    -webkit-transform: scale(1.25);
  }
}

@keyframes growCircle {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }

  70% {
    background: #eee;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

.md-radio {
  position: relative;
}

.md-radio input[type=radio] {
  visibility: hidden;
  position: absolute;
}

.md-radio label {
  cursor: pointer;
  padding-left: 30px;
}

.md-radio label > span {
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.md-radio label > span.inc {
  background: #fff;
  left: -20px;
  top: -20px;
  height: 60px;
  width: 60px;
  opacity: 0;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -webkit-animation: growCircleRadio .3s ease;
  animation: growCircleRadio .3s ease;
}

.md-radio label > .box {
  top: 0;
  border: 2px solid #666;
  height: 20px;
  width: 20px;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  z-index: 5;
}

.md-radio label > .check {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #36c6d3;
  opacity: 0;
  z-index: 6;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.md-radio input[type=radio]:checked ~ label > .check {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.md-radio input[type=radio]:disabled:checked ~ label > .check,
.md-radio input[type=radio]:disabled ~ label,
.md-radio input[type=radio]:disabled ~ label > .box,
.md-radio input[type=radio][disabled]:checked ~ label > .check,
.md-radio input[type=radio][disabled] ~ label,
.md-radio input[type=radio][disabled] ~ label > .box {
  cursor: not-allowed;
  opacity: .7;
  filter: alpha(opacity=70);
}

.has-error .md-radio label,
.has-error.md-radio label {
  color: #fbe1e3;
}

.has-error .md-radio label > .box,
.has-error.md-radio label > .box {
  border-color: #e73d4a;
}

.has-error .md-radio label > .check,
.has-error.md-radio label > .check {
  background: #e73d4a;
}

.has-success .md-radio label,
.has-success.md-radio label {
  color: #abe7ed;
}

.has-success .md-radio label > .box,
.has-success.md-radio label > .box {
  border-color: #27a4b0;
}

.has-success .md-radio label > .check,
.has-success.md-radio label > .check {
  background: #27a4b0;
}

.has-warning .md-radio label,
.has-warning.md-radio label {
  color: #f9e491;
}

.has-warning .md-radio label > .box,
.has-warning.md-radio label > .box {
  border-color: #c29d0b;
}

.has-warning .md-radio label > .check,
.has-warning.md-radio label > .check {
  background: #c29d0b;
}

.has-info .md-radio label,
.has-info.md-radio label {
  color: #e0ebf9;
}

.has-info .md-radio label > .box,
.has-info.md-radio label > .box {
  border-color: #327ad5;
}

.has-info .md-radio label > .check,
.has-info.md-radio label > .check {
  background: #327ad5;
}

.form-md-radios > label {
  font-size: 14px;
  color: #888;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-md-radios.has-error label {
  color: #ed6b75;
}

.form-md-radios.has-info label {
  color: #659be0;
}

.form-md-radios.has-success label {
  color: #36c6d3;
}

.form-md-radios.has-warning label {
  color: #F1C40F;
}

.md-radio-list {
  margin: 5px 0;
}

.form-horizontal .md-radio-list {
  margin-top: 5px;
}

.md-radio-list .md-radio {
  display: block;
  margin-bottom: 10px;
}

.md-radio-inline {
  margin: 5px 0;
}

.form-horizontal .md-radio-inline {
  margin-top: 7px;
}

.md-radio-inline .md-radio {
  display: inline-block;
  margin-right: 20px;
}

.md-radio-inline .md-radio:last-child {
  margin-right: 0;
}

hr,
p {
  margin: 20px 0;
}

@-webkit-keyframes growCircleRadio {
  0%, 100% {
    -webkit-transform: scale(0);
    opacity: 1;
  }

  70% {
    background: #eee;
    -webkit-transform: scale(1.25);
  }
}

@keyframes growCircleRadio {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }

  70% {
    background: #eee;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

.primary-link {
  color: #65A0D0;
  font-weight: 600;
}

.primary-link:hover {
  color: #5194ca;
}

label {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

.bars,
.chart,
.pie,
.primary-font {
  font-family: "Open Sans", sans-serif !important;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #444;
}

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-top: 10px;
  padding-bottom: 10px;
}

a {
  color: #337ab7;
}

a:hover {
  cursor: pointer;
  color: #23527c;
}

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

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

.list-unstyled li > .list-unstyled {
  margin-left: 25px;
}

code {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.btn,
.form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.disabled-link .disable-target,
.disabled-link.disable-target {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
}

.icon-btn,
.ie8 .icon-btn:hover {
  -webkit-filter: none;
          filter: none;
}

.disabled-link .disable-target:hover,
.disabled-link.disable-target:hover,
.disabled-link:hover {
  cursor: not-allowed !important;
}

.rounded-2 {
  border-radius: 2px !important;
}

.rounded-3 {
  border-radius: 3px !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.circle {
  border-radius: 25px !important;
}

.circle-right {
  border-radius: 0 25px 25px 0 !important;
}

.circle-left {
  border-radius: 25px 0 0 25px !important;
}

.circle-bottom {
  border-radius: 0 0 25px 25px !important;
}

.circle-top {
  border-radius: 25px 25px 0 0 !important;
}

.rounded {
  border-radius: 50% !important;
}

.display-hide,
.display-none {
  display: none;
}

.hidden {
  display: none !important;
}

.bold {
  font-weight: 700 !important;
}

.sbold {
  font-weight: 600 !important;
}

.thin {
  font-weight: 300 !important;
}

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

.fix-margin {
  margin-left: 0 !important;
}

.border {
  border: 1px solid red;
}

.font-hg {
  font-size: 23px;
}

.font-lg {
  font-size: 18px;
}

.font-md {
  font-size: 14px;
}

.font-sm {
  font-size: 13px;
}

.font-xs {
  font-size: 11px;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

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

.no-space {
  margin: 0 !important;
  padding: 0 !important;
}

.no-margin {
  margin: 0;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.visible-ie8 {
  display: none;
}

.ie8 .visible-ie8 {
  display: inherit !important;
}

.visible-ie9 {
  display: none;
}

.ie9 .visible-ie9 {
  display: inherit !important;
}

.hidden-ie8 {
  display: inherit;
}

.ie8 .hidden-ie8 {
  display: none !important;
}

.hidden-ie9 {
  display: inherit;
}

.ie9 .hidden-ie9 {
  display: none !important;
}

@media (max-width: 1024px) {
  .hidden-1024 {
    display: none;
  }
}

@media (max-width: 480px) {
  .hidden-480 {
    display: none;
  }
}

@media (max-width: 320px) {
  .hidden-320 {
    display: none;
  }
}

.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

.util-btn-group-margin-bottom-5 .btn-group,
.util-btn-margin-bottom-5 .btn {
  margin-bottom: 5px !important;
}

.padding-tb-10,
.padding-tb-15 {
  padding: 10px 0;
}

.padding-tb-20 {
  padding: 20px 0;
}

.user-info {
  margin-bottom: 10px !important;
}

.user-info img {
  float: left;
  margin-right: 5px;
}

.number-stats .stat-left,
.number-stats .stat-left .stat-chart {
  float: right;
}

.user-info .details {
  display: inline-block;
}

.user-info .label {
  font-weight: 300;
  font-size: 11px;
}

.ver-inline-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ver-inline-menu li {
  position: relative;
  margin-bottom: 1px;
}

.ver-inline-menu li i {
  width: 37px;
  height: 37px;
  display: inline-block;
  color: #b9cbd5;
  font-size: 15px;
  padding: 12px 10px 10px 8px;
  margin: 0 8px 0 0;
  text-align: center;
  background: #e0eaf0 !important;
}

.ver-inline-menu li a {
  font-size: 14px;
  font-weight: 300;
  color: #557386;
  display: block;
  background: #f0f6fa;
  border-left: solid 2px #c4d5df;
}

.ver-inline-menu li:hover a {
  background: #e0eaf0;
  text-decoration: none;
}

.ver-inline-menu li:hover i {
  color: #fff;
  background: #c4d5df !important;
}

.ver-inline-menu li.active a {
  border-left: solid 2px #0c91e5;
}

.ver-inline-menu li.active i {
  background: #0c91e5 !important;
}

.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
  color: #fff;
  background: #169ef4;
  text-decoration: none;
}

.ver-inline-menu li.active a,
.ver-inline-menu li:hover a {
  font-size: 14px;
}

.ver-inline-menu li.active:after {
  content: '';
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #169ef4;
  position: absolute;
  top: 12px;
  right: -5px;
}

.list-separated {
  margin-top: 10px;
  margin-bottom: 15px;
}

.list-separated > div:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .ver-inline-menu > li.active:after {
    display: none;
  }

  .list-separated > div {
    margin-bottom: 20px;
  }
}

.number-stats {
  margin: 10px 0;
}

.number-stats .stat-number {
  display: inline-block;
  margin: 0 5px;
}

.number-stats .stat-number .title {
  font-size: 13px;
  margin-bottom: 3px;
  color: #B8C3C7;
}

.number-stats .stat-number .number {
  font-size: 27px;
  line-height: 27px;
  color: #7D8C9D;
}

.number-stats > div {
  border-right: 1px solid #f5f5f5;
}

.number-stats > div:last-child {
  border-right: 0;
}

.number-stats .stat-left .stat-number {
  float: right;
  text-align: right;
}

.number-stats .stat-right {
  float: left !important;
}

.number-stats .stat-right .stat-number {
  float: left;
  text-align: left;
}

.number-stats .stat-right .stat-chart {
  float: left;
}

.number-stats .stat-number {
  float: left;
  text-align: left;
}

.number-stats .stat-chart {
  display: inline-block;
  margin: 0 5px;
  float: left;
}

.general-item-list > .item {
  padding: 10px 0;
  border-bottom: 1px solid #F1F4F7;
}

.general-item-list > .item:last-child {
  border-bottom: 0;
}

.general-item-list > .item > .item-head {
  margin-bottom: 5px;
}

.general-item-list > .item > .item-head:after,
.general-item-list > .item > .item-head:before {
  content: " ";
  display: table;
}

.general-item-list > .item > .item-head > .item-details {
  display: inline-block;
  float: left;
}

.general-item-list > .item > .item-head > .item-details > .item-pic {
  height: 35px;
  margin-right: 10px;
  border-radius: 100%;
}

.general-item-list > .item > .item-head > .item-details > .item-name {
  display: inline-block;
  margin-right: 10px;
}

.general-item-list > .item > .item-head > .item-details > .item-label {
  color: #C0C9CC;
}

.general-item-list > .item > .item-head > .item-status {
  color: #C0C9CC;
  top: 10px;
  position: relative;
  display: inline-block;
  float: right;
}

.general-item-list > .item > .item-head > .item-status > .badge {
  margin-top: -2px;
}

.general-item-list > .item > .item-body {
  color: #96a5aa;
}

.file-drop-zone {
  border: 2px dashed #ddd;
  padding: 30px;
  text-align: center;
}

.file-drop-zone.file-drop-zone-over {
  border-color: #aaa;
}

[class*=" fa-"]:not(.fa-stack),
[class*=" glyphicon-"],
[class*=" icon-"],
[class^=fa-]:not(.fa-stack),
[class^=glyphicon-],
[class^=icon-] {
  display: inline-block;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
}

li [class*=" fa-"],
li [class*=" glyphicon-"],
li [class*=" icon-"],
li [class^=fa-],
li [class^=glyphicon-],
li [class^=icon-] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

li [class*=" glyphicon-"],
li [class^=glyphicon-] {
  top: 2px;
}

li [class*=" icon-"],
li [class^=icon-] {
  top: 1px;
  position: relative;
}

li [class*=" fa-"].icon-large,
li [class*=" glyphicon-"].icon-large,
li [class*=" icon-"].icon-large,
li [class^=fa-].icon-large,
li [class^=glyphicon-].icon-large,
li [class^=icon-].icon-large {
  width: 1.5625em;
}

.icon-state-default {
  color: #bac3d0;
}

.icon-state-success {
  color: #36c6d3;
}

.icon-state-info {
  color: #659be0;
}

.icon-state-warning {
  color: #F1C40F;
}

.icon-state-danger {
  color: #ed6b75;
}

.fa-item {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

.fa-item i {
  font-size: 16px;
  display: inline-block;
  width: 20px;
  color: #333;
}

.fa-item:hover {
  cursor: pointer;
  background: #eee;
}

.badge-danger,
.badge-default,
.badge-info,
.badge-primary,
.badge-success,
.badge-warning,
.btn.white:not(.btn-outline).active,
.btn.white:not(.btn-outline):active,
.open > .btn.white:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.simplelineicons-demo .item-box {
  display: inline-block;
  font-size: 16px;
  margin: 0 -.22em 1em 0;
  padding-left: 1em;
  width: 100%;
}

.simplelineicons-demo .item-box .item {
  background-color: #fff;
  color: #33383e;
  border-radius: 8px;
  display: inline-block;
  padding: 10px;
  width: 100%;
}

.bs-glyphicons,
.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  overflow: hidden;
  list-style: none;
}

.simplelineicons-demo .item-box .item span {
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  .simplelineicons-demo .item-box {
    width: 33.333%;
  }
}

.bs-glyphicon-class {
  text-align: center;
}

.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
  color: #444;
}

.glyphicons-demo ul li:hover {
  background-color: rgba(86, 61, 124, 0.1);
}

.badge-default,
.label-default {
  background-color: #bac3d0;
}

@media (min-width: 768px) {
  .glyphicons-demo ul li {
    width: 12.5%;
  }
}

.alert {
  border-width: 1px;
}

.alert > p {
  margin: 0;
}

.alert.alert-borderless {
  border: 0;
}

.badge {
  font-size: 11px !important;
  font-weight: 300;
  height: 18px;
  color: #fff;
  padding: 3px 6px;
  border-radius: 12px !important;
  text-shadow: none !important;
  text-align: center;
}

.badge.badge-roundless {
  border-radius: 0 !important;
}

.badge.badge-empty {
  display: inline-block;
  padding: 0;
  min-width: 8px;
  height: 8px;
  width: 8px;
}

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

.badge-info {
  background-color: #659be0;
}

.badge-success {
  background-color: #36c6d3;
}

.badge-danger {
  background-color: #ed6b75;
}

.badge-warning {
  background-color: #F1C40F;
}

.nav.nav-pills > li > a > .badge,
.nav.nav-stacked > li > a > .badge {
  margin-top: -2px;
}

.dropdown-menu > li > a > .badge {
  position: absolute;
  margin-top: 1px;
  right: 3px;
  display: inline;
}

.dropdown-menu.badge-roundless {
  border-radius: 0 !important;
}

.btn {
  outline: 0 !important;
}

.btn:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn:not(.btn-sm):not(.btn-lg) {
  line-height: 1.44;
}

.btn.white:not(.btn-outline) {
  color: #666;
  background-color: #fff;
  border-color: #fff;
}

.btn.white:not(.btn-outline).active,
.btn.white:not(.btn-outline).focus,
.btn.white:not(.btn-outline):active,
.btn.white:not(.btn-outline):focus,
.btn.white:not(.btn-outline):hover,
.open > .btn.white:not(.btn-outline).dropdown-toggle {
  color: #666;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn.white:not(.btn-outline).active.focus,
.btn.white:not(.btn-outline).active:focus,
.btn.white:not(.btn-outline).active:hover,
.btn.white:not(.btn-outline):active.focus,
.btn.white:not(.btn-outline):active:focus,
.btn.white:not(.btn-outline):active:hover,
.open > .btn.white:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.white:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.white:not(.btn-outline).dropdown-toggle:hover {
  color: #666;
  background-color: #dedede;
  border-color: #dedede;
}

.btn.white:not(.btn-outline).disabled,
.btn.white:not(.btn-outline).disabled.active,
.btn.white:not(.btn-outline).disabled.focus,
.btn.white:not(.btn-outline).disabled:active,
.btn.white:not(.btn-outline).disabled:focus,
.btn.white:not(.btn-outline).disabled:hover,
.btn.white:not(.btn-outline)[disabled],
.btn.white:not(.btn-outline)[disabled].active,
.btn.white:not(.btn-outline)[disabled].focus,
.btn.white:not(.btn-outline)[disabled]:active,
.btn.white:not(.btn-outline)[disabled]:focus,
.btn.white:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.white:not(.btn-outline),
fieldset[disabled] .btn.white:not(.btn-outline).active,
fieldset[disabled] .btn.white:not(.btn-outline).focus,
fieldset[disabled] .btn.white:not(.btn-outline):active,
fieldset[disabled] .btn.white:not(.btn-outline):focus,
fieldset[disabled] .btn.white:not(.btn-outline):hover {
  background-color: #fff;
  border-color: #fff;
}

.btn.white:not(.btn-outline) .badge {
  color: #fff;
  background-color: #666;
}

.btn.btn-outline.white {
  border-color: #fff;
  color: #fff;
  background: 0 0;
}

.btn.btn-outline.white.active,
.btn.btn-outline.white:active,
.btn.btn-outline.white:active:focus,
.btn.btn-outline.white:active:hover,
.btn.btn-outline.white:focus,
.btn.btn-outline.white:hover {
  border-color: #fff;
  color: #666;
  background-color: #fff;
}

.btn.white-stripe {
  border-left: 4px solid #fff !important;
}

.btn.default:not(.btn-outline) {
  color: #666;
  background-color: #e1e5ec;
  border-color: #e1e5ec;
}

.btn.default:not(.btn-outline).active,
.btn.default:not(.btn-outline).focus,
.btn.default:not(.btn-outline):active,
.btn.default:not(.btn-outline):focus,
.btn.default:not(.btn-outline):hover,
.open > .btn.default:not(.btn-outline).dropdown-toggle {
  color: #666;
  background-color: #c2cad8;
  border-color: #c2cad8;
}

.btn.default:not(.btn-outline).active.focus,
.btn.default:not(.btn-outline).active:focus,
.btn.default:not(.btn-outline).active:hover,
.btn.default:not(.btn-outline):active.focus,
.btn.default:not(.btn-outline):active:focus,
.btn.default:not(.btn-outline):active:hover,
.open > .btn.default:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.default:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.default:not(.btn-outline).dropdown-toggle:hover {
  color: #666;
  background-color: #b8c2d2;
  border-color: #b8c2d2;
}

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

.btn.default:not(.btn-outline).disabled,
.btn.default:not(.btn-outline).disabled.active,
.btn.default:not(.btn-outline).disabled.focus,
.btn.default:not(.btn-outline).disabled:active,
.btn.default:not(.btn-outline).disabled:focus,
.btn.default:not(.btn-outline).disabled:hover,
.btn.default:not(.btn-outline)[disabled],
.btn.default:not(.btn-outline)[disabled].active,
.btn.default:not(.btn-outline)[disabled].focus,
.btn.default:not(.btn-outline)[disabled]:active,
.btn.default:not(.btn-outline)[disabled]:focus,
.btn.default:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.default:not(.btn-outline),
fieldset[disabled] .btn.default:not(.btn-outline).active,
fieldset[disabled] .btn.default:not(.btn-outline).focus,
fieldset[disabled] .btn.default:not(.btn-outline):active,
fieldset[disabled] .btn.default:not(.btn-outline):focus,
fieldset[disabled] .btn.default:not(.btn-outline):hover {
  background-color: #e1e5ec;
  border-color: #e1e5ec;
}

.btn.default:not(.btn-outline) .badge {
  color: #e1e5ec;
  background-color: #666;
}

.btn.btn-outline.default {
  border-color: #e1e5ec;
  color: #e1e5ec;
  background: 0 0;
}

.btn.btn-outline.default.active,
.btn.btn-outline.default:active,
.btn.btn-outline.default:active:focus,
.btn.btn-outline.default:active:hover,
.btn.btn-outline.default:focus,
.btn.btn-outline.default:hover {
  border-color: #e1e5ec;
  color: #666;
  background-color: #e1e5ec;
}

.btn.default-stripe {
  border-left: 4px solid #e1e5ec !important;
}

.btn.dark:not(.btn-outline) {
  color: #FFF;
  background-color: #2f353b;
  border-color: #2f353b;
}

.btn.dark:not(.btn-outline).active,
.btn.dark:not(.btn-outline).focus,
.btn.dark:not(.btn-outline):active,
.btn.dark:not(.btn-outline):focus,
.btn.dark:not(.btn-outline):hover,
.open > .btn.dark:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #181b1f;
  border-color: #181b1f;
}

.btn.dark:not(.btn-outline).active.focus,
.btn.dark:not(.btn-outline).active:focus,
.btn.dark:not(.btn-outline).active:hover,
.btn.dark:not(.btn-outline):active.focus,
.btn.dark:not(.btn-outline):active:focus,
.btn.dark:not(.btn-outline):active:hover,
.open > .btn.dark:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.dark:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.dark:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #121416;
  border-color: #121416;
}

.btn.dark:not(.btn-outline).active,
.btn.dark:not(.btn-outline):active,
.open > .btn.dark:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.dark:not(.btn-outline).disabled,
.btn.dark:not(.btn-outline).disabled.active,
.btn.dark:not(.btn-outline).disabled.focus,
.btn.dark:not(.btn-outline).disabled:active,
.btn.dark:not(.btn-outline).disabled:focus,
.btn.dark:not(.btn-outline).disabled:hover,
.btn.dark:not(.btn-outline)[disabled],
.btn.dark:not(.btn-outline)[disabled].active,
.btn.dark:not(.btn-outline)[disabled].focus,
.btn.dark:not(.btn-outline)[disabled]:active,
.btn.dark:not(.btn-outline)[disabled]:focus,
.btn.dark:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.dark:not(.btn-outline),
fieldset[disabled] .btn.dark:not(.btn-outline).active,
fieldset[disabled] .btn.dark:not(.btn-outline).focus,
fieldset[disabled] .btn.dark:not(.btn-outline):active,
fieldset[disabled] .btn.dark:not(.btn-outline):focus,
fieldset[disabled] .btn.dark:not(.btn-outline):hover {
  background-color: #2f353b;
  border-color: #2f353b;
}

.btn.dark:not(.btn-outline) .badge {
  color: #2f353b;
  background-color: #FFF;
}

.btn.btn-outline.dark {
  border-color: #2f353b;
  color: #2f353b;
  background: 0 0;
}

.btn.btn-outline.dark.active,
.btn.btn-outline.dark:active,
.btn.btn-outline.dark:active:focus,
.btn.btn-outline.dark:active:hover,
.btn.btn-outline.dark:focus,
.btn.btn-outline.dark:hover {
  border-color: #2f353b;
  color: #FFF;
  background-color: #2f353b;
}

.btn.dark-stripe {
  border-left: 4px solid #2f353b !important;
}

.btn.blue:not(.btn-outline) {
  color: #FFF;
  background-color: #3598dc;
  border-color: #3598dc;
}

.btn.blue:not(.btn-outline).active,
.btn.blue:not(.btn-outline).focus,
.btn.blue:not(.btn-outline):active,
.btn.blue:not(.btn-outline):focus,
.btn.blue:not(.btn-outline):hover,
.open > .btn.blue:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #217ebd;
  border-color: #217ebd;
}

.btn.blue:not(.btn-outline).active.focus,
.btn.blue:not(.btn-outline).active:focus,
.btn.blue:not(.btn-outline).active:hover,
.btn.blue:not(.btn-outline):active.focus,
.btn.blue:not(.btn-outline):active:focus,
.btn.blue:not(.btn-outline):active:hover,
.open > .btn.blue:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.blue:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.blue:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #1f75b0;
  border-color: #1f75b0;
}

.btn.blue:not(.btn-outline).active,
.btn.blue:not(.btn-outline):active,
.open > .btn.blue:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.blue:not(.btn-outline).disabled,
.btn.blue:not(.btn-outline).disabled.active,
.btn.blue:not(.btn-outline).disabled.focus,
.btn.blue:not(.btn-outline).disabled:active,
.btn.blue:not(.btn-outline).disabled:focus,
.btn.blue:not(.btn-outline).disabled:hover,
.btn.blue:not(.btn-outline)[disabled],
.btn.blue:not(.btn-outline)[disabled].active,
.btn.blue:not(.btn-outline)[disabled].focus,
.btn.blue:not(.btn-outline)[disabled]:active,
.btn.blue:not(.btn-outline)[disabled]:focus,
.btn.blue:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue:not(.btn-outline),
fieldset[disabled] .btn.blue:not(.btn-outline).active,
fieldset[disabled] .btn.blue:not(.btn-outline).focus,
fieldset[disabled] .btn.blue:not(.btn-outline):active,
fieldset[disabled] .btn.blue:not(.btn-outline):focus,
fieldset[disabled] .btn.blue:not(.btn-outline):hover {
  background-color: #3598dc;
  border-color: #3598dc;
}

.btn.blue:not(.btn-outline) .badge {
  color: #3598dc;
  background-color: #FFF;
}

.btn.btn-outline.blue {
  border-color: #3598dc;
  color: #3598dc;
  background: 0 0;
}

.btn.btn-outline.blue.active,
.btn.btn-outline.blue:active,
.btn.btn-outline.blue:active:focus,
.btn.btn-outline.blue:active:hover,
.btn.btn-outline.blue:focus,
.btn.btn-outline.blue:hover {
  border-color: #3598dc;
  color: #FFF;
  background-color: #3598dc;
}

.btn.blue-stripe {
  border-left: 4px solid #3598dc !important;
}

.btn.blue-madison:not(.btn-outline) {
  color: #FFF;
  background-color: #578ebe;
  border-color: #578ebe;
}

.btn.blue-madison:not(.btn-outline).active,
.btn.blue-madison:not(.btn-outline).focus,
.btn.blue-madison:not(.btn-outline):active,
.btn.blue-madison:not(.btn-outline):focus,
.btn.blue-madison:not(.btn-outline):hover,
.open > .btn.blue-madison:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #3f74a3;
  border-color: #3f74a3;
}

.btn.blue-madison:not(.btn-outline).active.focus,
.btn.blue-madison:not(.btn-outline).active:focus,
.btn.blue-madison:not(.btn-outline).active:hover,
.btn.blue-madison:not(.btn-outline):active.focus,
.btn.blue-madison:not(.btn-outline):active:focus,
.btn.blue-madison:not(.btn-outline):active:hover,
.open > .btn.blue-madison:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.blue-madison:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.blue-madison:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #3b6d98;
  border-color: #3b6d98;
}

.btn.blue-madison:not(.btn-outline).active,
.btn.blue-madison:not(.btn-outline):active,
.open > .btn.blue-madison:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.blue-madison:not(.btn-outline).disabled,
.btn.blue-madison:not(.btn-outline).disabled.active,
.btn.blue-madison:not(.btn-outline).disabled.focus,
.btn.blue-madison:not(.btn-outline).disabled:active,
.btn.blue-madison:not(.btn-outline).disabled:focus,
.btn.blue-madison:not(.btn-outline).disabled:hover,
.btn.blue-madison:not(.btn-outline)[disabled],
.btn.blue-madison:not(.btn-outline)[disabled].active,
.btn.blue-madison:not(.btn-outline)[disabled].focus,
.btn.blue-madison:not(.btn-outline)[disabled]:active,
.btn.blue-madison:not(.btn-outline)[disabled]:focus,
.btn.blue-madison:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-madison:not(.btn-outline),
fieldset[disabled] .btn.blue-madison:not(.btn-outline).active,
fieldset[disabled] .btn.blue-madison:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-madison:not(.btn-outline):active,
fieldset[disabled] .btn.blue-madison:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-madison:not(.btn-outline):hover {
  background-color: #578ebe;
  border-color: #578ebe;
}

.btn.blue-madison:not(.btn-outline) .badge {
  color: #578ebe;
  background-color: #FFF;
}

.btn.btn-outline.blue-madison {
  border-color: #578ebe;
  color: #578ebe;
  background: 0 0;
}

.btn.btn-outline.blue-madison.active,
.btn.btn-outline.blue-madison:active,
.btn.btn-outline.blue-madison:active:focus,
.btn.btn-outline.blue-madison:active:hover,
.btn.btn-outline.blue-madison:focus,
.btn.btn-outline.blue-madison:hover {
  border-color: #578ebe;
  color: #FFF;
  background-color: #578ebe;
}

.btn.blue-madison-stripe {
  border-left: 4px solid #578ebe !important;
}

.btn.blue-chambray:not(.btn-outline) {
  color: #FFF;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.btn.blue-chambray:not(.btn-outline).active,
.btn.blue-chambray:not(.btn-outline).focus,
.btn.blue-chambray:not(.btn-outline):active,
.btn.blue-chambray:not(.btn-outline):focus,
.btn.blue-chambray:not(.btn-outline):hover,
.open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #1a242f;
  border-color: #1a242f;
}

.btn.blue-chambray:not(.btn-outline).active.focus,
.btn.blue-chambray:not(.btn-outline).active:focus,
.btn.blue-chambray:not(.btn-outline).active:hover,
.btn.blue-chambray:not(.btn-outline):active.focus,
.btn.blue-chambray:not(.btn-outline):active:focus,
.btn.blue-chambray:not(.btn-outline):active:hover,
.open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #141d25;
  border-color: #141d25;
}

.btn.blue-chambray:not(.btn-outline).active,
.btn.blue-chambray:not(.btn-outline):active,
.open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.blue-chambray:not(.btn-outline).disabled,
.btn.blue-chambray:not(.btn-outline).disabled.active,
.btn.blue-chambray:not(.btn-outline).disabled.focus,
.btn.blue-chambray:not(.btn-outline).disabled:active,
.btn.blue-chambray:not(.btn-outline).disabled:focus,
.btn.blue-chambray:not(.btn-outline).disabled:hover,
.btn.blue-chambray:not(.btn-outline)[disabled],
.btn.blue-chambray:not(.btn-outline)[disabled].active,
.btn.blue-chambray:not(.btn-outline)[disabled].focus,
.btn.blue-chambray:not(.btn-outline)[disabled]:active,
.btn.blue-chambray:not(.btn-outline)[disabled]:focus,
.btn.blue-chambray:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-chambray:not(.btn-outline),
fieldset[disabled] .btn.blue-chambray:not(.btn-outline).active,
fieldset[disabled] .btn.blue-chambray:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-chambray:not(.btn-outline):active,
fieldset[disabled] .btn.blue-chambray:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-chambray:not(.btn-outline):hover {
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.btn.blue-chambray:not(.btn-outline) .badge {
  color: #2C3E50;
  background-color: #FFF;
}

.btn.btn-outline.blue-chambray {
  border-color: #2C3E50;
  color: #2C3E50;
  background: 0 0;
}

.btn.btn-outline.blue-chambray.active,
.btn.btn-outline.blue-chambray:active,
.btn.btn-outline.blue-chambray:active:focus,
.btn.btn-outline.blue-chambray:active:hover,
.btn.btn-outline.blue-chambray:focus,
.btn.btn-outline.blue-chambray:hover {
  border-color: #2C3E50;
  color: #FFF;
  background-color: #2C3E50;
}

.btn.blue-chambray-stripe {
  border-left: 4px solid #2C3E50 !important;
}

.btn.blue-ebonyclay:not(.btn-outline) {
  color: #FFF;
  background-color: #22313F;
  border-color: #22313F;
}

.btn.blue-ebonyclay:not(.btn-outline).active,
.btn.blue-ebonyclay:not(.btn-outline).focus,
.btn.blue-ebonyclay:not(.btn-outline):active,
.btn.blue-ebonyclay:not(.btn-outline):focus,
.btn.blue-ebonyclay:not(.btn-outline):hover,
.open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #10171e;
  border-color: #10171e;
}

.btn.blue-ebonyclay:not(.btn-outline).active.focus,
.btn.blue-ebonyclay:not(.btn-outline).active:focus,
.btn.blue-ebonyclay:not(.btn-outline).active:hover,
.btn.blue-ebonyclay:not(.btn-outline):active.focus,
.btn.blue-ebonyclay:not(.btn-outline):active:focus,
.btn.blue-ebonyclay:not(.btn-outline):active:hover,
.open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #0b1014;
  border-color: #0b1014;
}

.btn.blue-ebonyclay:not(.btn-outline).active,
.btn.blue-ebonyclay:not(.btn-outline):active,
.open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.blue-ebonyclay:not(.btn-outline).disabled,
.btn.blue-ebonyclay:not(.btn-outline).disabled.active,
.btn.blue-ebonyclay:not(.btn-outline).disabled.focus,
.btn.blue-ebonyclay:not(.btn-outline).disabled:active,
.btn.blue-ebonyclay:not(.btn-outline).disabled:focus,
.btn.blue-ebonyclay:not(.btn-outline).disabled:hover,
.btn.blue-ebonyclay:not(.btn-outline)[disabled],
.btn.blue-ebonyclay:not(.btn-outline)[disabled].active,
.btn.blue-ebonyclay:not(.btn-outline)[disabled].focus,
.btn.blue-ebonyclay:not(.btn-outline)[disabled]:active,
.btn.blue-ebonyclay:not(.btn-outline)[disabled]:focus,
.btn.blue-ebonyclay:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline),
fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline).active,
fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline):active,
fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline):hover {
  background-color: #22313F;
  border-color: #22313F;
}

.btn.blue-ebonyclay:not(.btn-outline) .badge {
  color: #22313F;
  background-color: #FFF;
}

.btn.btn-outline.blue-ebonyclay {
  border-color: #22313F;
  color: #22313F;
  background: 0 0;
}

.btn.btn-outline.blue-ebonyclay.active,
.btn.btn-outline.blue-ebonyclay:active,
.btn.btn-outline.blue-ebonyclay:active:focus,
.btn.btn-outline.blue-ebonyclay:active:hover,
.btn.btn-outline.blue-ebonyclay:focus,
.btn.btn-outline.blue-ebonyclay:hover {
  border-color: #22313F;
  color: #FFF;
  background-color: #22313F;
}

.btn.blue-ebonyclay-stripe {
  border-left: 4px solid #22313F !important;
}

.btn.blue-hoki:not(.btn-outline) {
  color: #FFF;
  background-color: #67809F;
  border-color: #67809F;
}

.btn.blue-hoki:not(.btn-outline).active,
.btn.blue-hoki:not(.btn-outline).focus,
.btn.blue-hoki:not(.btn-outline):active,
.btn.blue-hoki:not(.btn-outline):focus,
.btn.blue-hoki:not(.btn-outline):hover,
.open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #526781;
  border-color: #526781;
}

.btn.blue-hoki:not(.btn-outline).active.focus,
.btn.blue-hoki:not(.btn-outline).active:focus,
.btn.blue-hoki:not(.btn-outline).active:hover,
.btn.blue-hoki:not(.btn-outline):active.focus,
.btn.blue-hoki:not(.btn-outline):active:focus,
.btn.blue-hoki:not(.btn-outline):active:hover,
.open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #4c5f78;
  border-color: #4c5f78;
}

.btn.blue-hoki:not(.btn-outline).active,
.btn.blue-hoki:not(.btn-outline):active,
.open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.blue-hoki:not(.btn-outline).disabled,
.btn.blue-hoki:not(.btn-outline).disabled.active,
.btn.blue-hoki:not(.btn-outline).disabled.focus,
.btn.blue-hoki:not(.btn-outline).disabled:active,
.btn.blue-hoki:not(.btn-outline).disabled:focus,
.btn.blue-hoki:not(.btn-outline).disabled:hover,
.btn.blue-hoki:not(.btn-outline)[disabled],
.btn.blue-hoki:not(.btn-outline)[disabled].active,
.btn.blue-hoki:not(.btn-outline)[disabled].focus,
.btn.blue-hoki:not(.btn-outline)[disabled]:active,
.btn.blue-hoki:not(.btn-outline)[disabled]:focus,
.btn.blue-hoki:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-hoki:not(.btn-outline),
fieldset[disabled] .btn.blue-hoki:not(.btn-outline).active,
fieldset[disabled] .btn.blue-hoki:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-hoki:not(.btn-outline):active,
fieldset[disabled] .btn.blue-hoki:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-hoki:not(.btn-outline):hover {
  background-color: #67809F;
  border-color: #67809F;
}

.btn.blue-hoki:not(.btn-outline) .badge {
  color: #67809F;
  background-color: #FFF;
}

.btn.btn-outline.blue-hoki {
  border-color: #67809F;
  color: #67809F;
  background: 0 0;
}

.btn.btn-outline.blue-hoki.active,
.btn.btn-outline.blue-hoki:active,
.btn.btn-outline.blue-hoki:active:focus,
.btn.btn-outline.blue-hoki:active:hover,
.btn.btn-outline.blue-hoki:focus,
.btn.btn-outline.blue-hoki:hover {
  border-color: #67809F;
  color: #FFF;
  background-color: #67809F;
}

.btn.blue-hoki-stripe {
  border-left: 4px solid #67809F !important;
}

.btn.blue-steel:not(.btn-outline) {
  color: #FFF;
  background-color: #4B77BE;
  border-color: #4B77BE;
}

.btn.blue-steel:not(.btn-outline).active,
.btn.blue-steel:not(.btn-outline).focus,
.btn.blue-steel:not(.btn-outline):active,
.btn.blue-steel:not(.btn-outline):focus,
.btn.blue-steel:not(.btn-outline):hover,
.open > .btn.blue-steel:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #395f9d;
  border-color: #395f9d;
}

.btn.blue-steel:not(.btn-outline).active.focus,
.btn.blue-steel:not(.btn-outline).active:focus,
.btn.blue-steel:not(.btn-outline).active:hover,
.btn.blue-steel:not(.btn-outline):active.focus,
.btn.blue-steel:not(.btn-outline):active:focus,
.btn.blue-steel:not(.btn-outline):active:hover,
.open > .btn.blue-steel:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.blue-steel:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.blue-steel:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #355892;
  border-color: #355892;
}

.btn.blue-steel:not(.btn-outline).active,
.btn.blue-steel:not(.btn-outline):active,
.open > .btn.blue-steel:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.blue-steel:not(.btn-outline).disabled,
.btn.blue-steel:not(.btn-outline).disabled.active,
.btn.blue-steel:not(.btn-outline).disabled.focus,
.btn.blue-steel:not(.btn-outline).disabled:active,
.btn.blue-steel:not(.btn-outline).disabled:focus,
.btn.blue-steel:not(.btn-outline).disabled:hover,
.btn.blue-steel:not(.btn-outline)[disabled],
.btn.blue-steel:not(.btn-outline)[disabled].active,
.btn.blue-steel:not(.btn-outline)[disabled].focus,
.btn.blue-steel:not(.btn-outline)[disabled]:active,
.btn.blue-steel:not(.btn-outline)[disabled]:focus,
.btn.blue-steel:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-steel:not(.btn-outline),
fieldset[disabled] .btn.blue-steel:not(.btn-outline).active,
fieldset[disabled] .btn.blue-steel:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-steel:not(.btn-outline):active,
fieldset[disabled] .btn.blue-steel:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-steel:not(.btn-outline):hover {
  background-color: #4B77BE;
  border-color: #4B77BE;
}

.btn.blue-steel:not(.btn-outline) .badge {
  color: #4B77BE;
  background-color: #FFF;
}

.btn.btn-outline.blue-steel {
  border-color: #4B77BE;
  color: #4B77BE;
  background: 0 0;
}

.btn.btn-outline.blue-steel.active,
.btn.btn-outline.blue-steel:active,
.btn.btn-outline.blue-steel:active:focus,
.btn.btn-outline.blue-steel:active:hover,
.btn.btn-outline.blue-steel:focus,
.btn.btn-outline.blue-steel:hover {
  border-color: #4B77BE;
  color: #FFF;
  background-color: #4B77BE;
}

.btn.blue-steel-stripe {
  border-left: 4px solid #4B77BE !important;
}

.btn.blue-soft:not(.btn-outline) {
  color: #FFF;
  background-color: #4c87b9;
  border-color: #4c87b9;
}

.btn.blue-soft:not(.btn-outline).active,
.btn.blue-soft:not(.btn-outline).focus,
.btn.blue-soft:not(.btn-outline):active,
.btn.blue-soft:not(.btn-outline):focus,
.btn.blue-soft:not(.btn-outline):hover,
.open > .btn.blue-soft:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #3b6d97;
  border-color: #3b6d97;
}

.btn.blue-soft:not(.btn-outline).active.focus,
.btn.blue-soft:not(.btn-outline).active:focus,
.btn.blue-soft:not(.btn-outline).active:hover,
.btn.blue-soft:not(.btn-outline):active.focus,
.btn.blue-soft:not(.btn-outline):active:focus,
.btn.blue-soft:not(.btn-outline):active:hover,
.open > .btn.blue-soft:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.blue-soft:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.blue-soft:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #37658c;
  border-color: #37658c;
}

.btn.blue-soft:not(.btn-outline).active,
.btn.blue-soft:not(.btn-outline):active,
.open > .btn.blue-soft:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.blue-soft:not(.btn-outline).disabled,
.btn.blue-soft:not(.btn-outline).disabled.active,
.btn.blue-soft:not(.btn-outline).disabled.focus,
.btn.blue-soft:not(.btn-outline).disabled:active,
.btn.blue-soft:not(.btn-outline).disabled:focus,
.btn.blue-soft:not(.btn-outline).disabled:hover,
.btn.blue-soft:not(.btn-outline)[disabled],
.btn.blue-soft:not(.btn-outline)[disabled].active,
.btn.blue-soft:not(.btn-outline)[disabled].focus,
.btn.blue-soft:not(.btn-outline)[disabled]:active,
.btn.blue-soft:not(.btn-outline)[disabled]:focus,
.btn.blue-soft:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-soft:not(.btn-outline),
fieldset[disabled] .btn.blue-soft:not(.btn-outline).active,
fieldset[disabled] .btn.blue-soft:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-soft:not(.btn-outline):active,
fieldset[disabled] .btn.blue-soft:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-soft:not(.btn-outline):hover {
  background-color: #4c87b9;
  border-color: #4c87b9;
}

.btn.blue-soft:not(.btn-outline) .badge {
  color: #4c87b9;
  background-color: #FFF;
}

.btn.btn-outline.blue-soft {
  border-color: #4c87b9;
  color: #4c87b9;
  background: 0 0;
}

.btn.btn-outline.blue-soft.active,
.btn.btn-outline.blue-soft:active,
.btn.btn-outline.blue-soft:active:focus,
.btn.btn-outline.blue-soft:active:hover,
.btn.btn-outline.blue-soft:focus,
.btn.btn-outline.blue-soft:hover {
  border-color: #4c87b9;
  color: #FFF;
  background-color: #4c87b9;
}

.btn.blue-soft-stripe {
  border-left: 4px solid #4c87b9 !important;
}

.btn.blue-dark:not(.btn-outline) {
  color: #FFF;
  background-color: #5e738b;
  border-color: #5e738b;
}

.btn.blue-dark:not(.btn-outline).active,
.btn.blue-dark:not(.btn-outline).focus,
.btn.blue-dark:not(.btn-outline):active,
.btn.blue-dark:not(.btn-outline):focus,
.btn.blue-dark:not(.btn-outline):hover,
.open > .btn.blue-dark:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #495a6d;
  border-color: #495a6d;
}

.btn.blue-dark:not(.btn-outline).active.focus,
.btn.blue-dark:not(.btn-outline).active:focus,
.btn.blue-dark:not(.btn-outline).active:hover,
.btn.blue-dark:not(.btn-outline):active.focus,
.btn.blue-dark:not(.btn-outline):active:focus,
.btn.blue-dark:not(.btn-outline):active:hover,
.open > .btn.blue-dark:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.blue-dark:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.blue-dark:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #435263;
  border-color: #435263;
}

.btn.blue-dark:not(.btn-outline).active,
.btn.blue-dark:not(.btn-outline):active,
.open > .btn.blue-dark:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.blue-dark:not(.btn-outline).disabled,
.btn.blue-dark:not(.btn-outline).disabled.active,
.btn.blue-dark:not(.btn-outline).disabled.focus,
.btn.blue-dark:not(.btn-outline).disabled:active,
.btn.blue-dark:not(.btn-outline).disabled:focus,
.btn.blue-dark:not(.btn-outline).disabled:hover,
.btn.blue-dark:not(.btn-outline)[disabled],
.btn.blue-dark:not(.btn-outline)[disabled].active,
.btn.blue-dark:not(.btn-outline)[disabled].focus,
.btn.blue-dark:not(.btn-outline)[disabled]:active,
.btn.blue-dark:not(.btn-outline)[disabled]:focus,
.btn.blue-dark:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-dark:not(.btn-outline),
fieldset[disabled] .btn.blue-dark:not(.btn-outline).active,
fieldset[disabled] .btn.blue-dark:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-dark:not(.btn-outline):active,
fieldset[disabled] .btn.blue-dark:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-dark:not(.btn-outline):hover {
  background-color: #5e738b;
  border-color: #5e738b;
}

.btn.blue-dark:not(.btn-outline) .badge {
  color: #5e738b;
  background-color: #FFF;
}

.btn.btn-outline.blue-dark {
  border-color: #5e738b;
  color: #5e738b;
  background: 0 0;
}

.btn.btn-outline.blue-dark.active,
.btn.btn-outline.blue-dark:active,
.btn.btn-outline.blue-dark:active:focus,
.btn.btn-outline.blue-dark:active:hover,
.btn.btn-outline.blue-dark:focus,
.btn.btn-outline.blue-dark:hover {
  border-color: #5e738b;
  color: #FFF;
  background-color: #5e738b;
}

.btn.blue-dark-stripe {
  border-left: 4px solid #5e738b !important;
}

.btn.blue-sharp:not(.btn-outline) {
  color: #FFF;
  background-color: #5C9BD1;
  border-color: #5C9BD1;
}

.btn.blue-sharp:not(.btn-outline).active,
.btn.blue-sharp:not(.btn-outline).focus,
.btn.blue-sharp:not(.btn-outline):active,
.btn.blue-sharp:not(.btn-outline):focus,
.btn.blue-sharp:not(.btn-outline):hover,
.open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #3782c3;
  border-color: #3782c3;
}

.btn.blue-sharp:not(.btn-outline).active.focus,
.btn.blue-sharp:not(.btn-outline).active:focus,
.btn.blue-sharp:not(.btn-outline).active:hover,
.btn.blue-sharp:not(.btn-outline):active.focus,
.btn.blue-sharp:not(.btn-outline):active:focus,
.btn.blue-sharp:not(.btn-outline):active:hover,
.open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #347ab7;
  border-color: #347ab7;
}

.btn.blue-sharp:not(.btn-outline).active,
.btn.blue-sharp:not(.btn-outline):active,
.open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.blue-sharp:not(.btn-outline).disabled,
.btn.blue-sharp:not(.btn-outline).disabled.active,
.btn.blue-sharp:not(.btn-outline).disabled.focus,
.btn.blue-sharp:not(.btn-outline).disabled:active,
.btn.blue-sharp:not(.btn-outline).disabled:focus,
.btn.blue-sharp:not(.btn-outline).disabled:hover,
.btn.blue-sharp:not(.btn-outline)[disabled],
.btn.blue-sharp:not(.btn-outline)[disabled].active,
.btn.blue-sharp:not(.btn-outline)[disabled].focus,
.btn.blue-sharp:not(.btn-outline)[disabled]:active,
.btn.blue-sharp:not(.btn-outline)[disabled]:focus,
.btn.blue-sharp:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.blue-sharp:not(.btn-outline),
fieldset[disabled] .btn.blue-sharp:not(.btn-outline).active,
fieldset[disabled] .btn.blue-sharp:not(.btn-outline).focus,
fieldset[disabled] .btn.blue-sharp:not(.btn-outline):active,
fieldset[disabled] .btn.blue-sharp:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-sharp:not(.btn-outline):hover {
  background-color: #5C9BD1;
  border-color: #5C9BD1;
}

.btn.blue-sharp:not(.btn-outline) .badge {
  color: #5C9BD1;
  background-color: #FFF;
}

.btn.btn-outline.blue-sharp {
  border-color: #5C9BD1;
  color: #5C9BD1;
  background: 0 0;
}

.btn.btn-outline.blue-sharp.active,
.btn.btn-outline.blue-sharp:active,
.btn.btn-outline.blue-sharp:active:focus,
.btn.btn-outline.blue-sharp:active:hover,
.btn.btn-outline.blue-sharp:focus,
.btn.btn-outline.blue-sharp:hover {
  border-color: #5C9BD1;
  color: #FFF;
  background-color: #5C9BD1;
}

.btn.blue-sharp-stripe {
  border-left: 4px solid #5C9BD1 !important;
}

.btn.green:not(.btn-outline) {
  color: #FFF;
  background-color: #32c5d2;
  border-color: #32c5d2;
}

.btn.green:not(.btn-outline).active,
.btn.green:not(.btn-outline).focus,
.btn.green:not(.btn-outline):active,
.btn.green:not(.btn-outline):focus,
.btn.green:not(.btn-outline):hover,
.open > .btn.green:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #26a1ab;
  border-color: #26a1ab;
}

.btn.green:not(.btn-outline).active.focus,
.btn.green:not(.btn-outline).active:focus,
.btn.green:not(.btn-outline).active:hover,
.btn.green:not(.btn-outline):active.focus,
.btn.green:not(.btn-outline):active:focus,
.btn.green:not(.btn-outline):active:hover,
.open > .btn.green:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.green:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.green:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #23959f;
  border-color: #23959f;
}

.btn.green:not(.btn-outline).active,
.btn.green:not(.btn-outline):active,
.open > .btn.green:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.green:not(.btn-outline).disabled,
.btn.green:not(.btn-outline).disabled.active,
.btn.green:not(.btn-outline).disabled.focus,
.btn.green:not(.btn-outline).disabled:active,
.btn.green:not(.btn-outline).disabled:focus,
.btn.green:not(.btn-outline).disabled:hover,
.btn.green:not(.btn-outline)[disabled],
.btn.green:not(.btn-outline)[disabled].active,
.btn.green:not(.btn-outline)[disabled].focus,
.btn.green:not(.btn-outline)[disabled]:active,
.btn.green:not(.btn-outline)[disabled]:focus,
.btn.green:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green:not(.btn-outline),
fieldset[disabled] .btn.green:not(.btn-outline).active,
fieldset[disabled] .btn.green:not(.btn-outline).focus,
fieldset[disabled] .btn.green:not(.btn-outline):active,
fieldset[disabled] .btn.green:not(.btn-outline):focus,
fieldset[disabled] .btn.green:not(.btn-outline):hover {
  background-color: #32c5d2;
  border-color: #32c5d2;
}

.btn.green:not(.btn-outline) .badge {
  color: #32c5d2;
  background-color: #FFF;
}

.btn.btn-outline.green {
  border-color: #32c5d2;
  color: #32c5d2;
  background: 0 0;
}

.btn.btn-outline.green.active,
.btn.btn-outline.green:active,
.btn.btn-outline.green:active:focus,
.btn.btn-outline.green:active:hover,
.btn.btn-outline.green:focus,
.btn.btn-outline.green:hover {
  border-color: #32c5d2;
  color: #FFF;
  background-color: #32c5d2;
}

.btn.green-stripe {
  border-left: 4px solid #32c5d2 !important;
}

.btn.green-meadow:not(.btn-outline) {
  color: #FFF;
  background-color: #1BBC9B;
  border-color: #1BBC9B;
}

.btn.green-meadow:not(.btn-outline).active,
.btn.green-meadow:not(.btn-outline).focus,
.btn.green-meadow:not(.btn-outline):active,
.btn.green-meadow:not(.btn-outline):focus,
.btn.green-meadow:not(.btn-outline):hover,
.open > .btn.green-meadow:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #158f76;
  border-color: #158f76;
}

.btn.green-meadow:not(.btn-outline).active.focus,
.btn.green-meadow:not(.btn-outline).active:focus,
.btn.green-meadow:not(.btn-outline).active:hover,
.btn.green-meadow:not(.btn-outline):active.focus,
.btn.green-meadow:not(.btn-outline):active:focus,
.btn.green-meadow:not(.btn-outline):active:hover,
.open > .btn.green-meadow:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.green-meadow:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.green-meadow:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #13826b;
  border-color: #13826b;
}

.btn.green-meadow:not(.btn-outline).active,
.btn.green-meadow:not(.btn-outline):active,
.open > .btn.green-meadow:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.green-meadow:not(.btn-outline).disabled,
.btn.green-meadow:not(.btn-outline).disabled.active,
.btn.green-meadow:not(.btn-outline).disabled.focus,
.btn.green-meadow:not(.btn-outline).disabled:active,
.btn.green-meadow:not(.btn-outline).disabled:focus,
.btn.green-meadow:not(.btn-outline).disabled:hover,
.btn.green-meadow:not(.btn-outline)[disabled],
.btn.green-meadow:not(.btn-outline)[disabled].active,
.btn.green-meadow:not(.btn-outline)[disabled].focus,
.btn.green-meadow:not(.btn-outline)[disabled]:active,
.btn.green-meadow:not(.btn-outline)[disabled]:focus,
.btn.green-meadow:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-meadow:not(.btn-outline),
fieldset[disabled] .btn.green-meadow:not(.btn-outline).active,
fieldset[disabled] .btn.green-meadow:not(.btn-outline).focus,
fieldset[disabled] .btn.green-meadow:not(.btn-outline):active,
fieldset[disabled] .btn.green-meadow:not(.btn-outline):focus,
fieldset[disabled] .btn.green-meadow:not(.btn-outline):hover {
  background-color: #1BBC9B;
  border-color: #1BBC9B;
}

.btn.green-meadow:not(.btn-outline) .badge {
  color: #1BBC9B;
  background-color: #FFF;
}

.btn.btn-outline.green-meadow {
  border-color: #1BBC9B;
  color: #1BBC9B;
  background: 0 0;
}

.btn.btn-outline.green-meadow.active,
.btn.btn-outline.green-meadow:active,
.btn.btn-outline.green-meadow:active:focus,
.btn.btn-outline.green-meadow:active:hover,
.btn.btn-outline.green-meadow:focus,
.btn.btn-outline.green-meadow:hover {
  border-color: #1BBC9B;
  color: #FFF;
  background-color: #1BBC9B;
}

.btn.green-meadow-stripe {
  border-left: 4px solid #1BBC9B !important;
}

.btn.green-seagreen:not(.btn-outline) {
  color: #FFF;
  background-color: #1BA39C;
  border-color: #1BA39C;
}

.btn.green-seagreen:not(.btn-outline).active,
.btn.green-seagreen:not(.btn-outline).focus,
.btn.green-seagreen:not(.btn-outline):active,
.btn.green-seagreen:not(.btn-outline):focus,
.btn.green-seagreen:not(.btn-outline):hover,
.open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #147772;
  border-color: #147772;
}

.btn.green-seagreen:not(.btn-outline).active.focus,
.btn.green-seagreen:not(.btn-outline).active:focus,
.btn.green-seagreen:not(.btn-outline).active:hover,
.btn.green-seagreen:not(.btn-outline):active.focus,
.btn.green-seagreen:not(.btn-outline):active:focus,
.btn.green-seagreen:not(.btn-outline):active:hover,
.open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #126a66;
  border-color: #126a66;
}

.btn.green-seagreen:not(.btn-outline).active,
.btn.green-seagreen:not(.btn-outline):active,
.open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.green-seagreen:not(.btn-outline).disabled,
.btn.green-seagreen:not(.btn-outline).disabled.active,
.btn.green-seagreen:not(.btn-outline).disabled.focus,
.btn.green-seagreen:not(.btn-outline).disabled:active,
.btn.green-seagreen:not(.btn-outline).disabled:focus,
.btn.green-seagreen:not(.btn-outline).disabled:hover,
.btn.green-seagreen:not(.btn-outline)[disabled],
.btn.green-seagreen:not(.btn-outline)[disabled].active,
.btn.green-seagreen:not(.btn-outline)[disabled].focus,
.btn.green-seagreen:not(.btn-outline)[disabled]:active,
.btn.green-seagreen:not(.btn-outline)[disabled]:focus,
.btn.green-seagreen:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-seagreen:not(.btn-outline),
fieldset[disabled] .btn.green-seagreen:not(.btn-outline).active,
fieldset[disabled] .btn.green-seagreen:not(.btn-outline).focus,
fieldset[disabled] .btn.green-seagreen:not(.btn-outline):active,
fieldset[disabled] .btn.green-seagreen:not(.btn-outline):focus,
fieldset[disabled] .btn.green-seagreen:not(.btn-outline):hover {
  background-color: #1BA39C;
  border-color: #1BA39C;
}

.btn.green-seagreen:not(.btn-outline) .badge {
  color: #1BA39C;
  background-color: #FFF;
}

.btn.btn-outline.green-seagreen {
  border-color: #1BA39C;
  color: #1BA39C;
  background: 0 0;
}

.btn.btn-outline.green-seagreen.active,
.btn.btn-outline.green-seagreen:active,
.btn.btn-outline.green-seagreen:active:focus,
.btn.btn-outline.green-seagreen:active:hover,
.btn.btn-outline.green-seagreen:focus,
.btn.btn-outline.green-seagreen:hover {
  border-color: #1BA39C;
  color: #FFF;
  background-color: #1BA39C;
}

.btn.green-seagreen-stripe {
  border-left: 4px solid #1BA39C !important;
}

.btn.green-turquoise:not(.btn-outline) {
  color: #FFF;
  background-color: #36D7B7;
  border-color: #36D7B7;
}

.btn.green-turquoise:not(.btn-outline).active,
.btn.green-turquoise:not(.btn-outline).focus,
.btn.green-turquoise:not(.btn-outline):active,
.btn.green-turquoise:not(.btn-outline):focus,
.btn.green-turquoise:not(.btn-outline):hover,
.open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #24b699;
  border-color: #24b699;
}

.btn.green-turquoise:not(.btn-outline).active.focus,
.btn.green-turquoise:not(.btn-outline).active:focus,
.btn.green-turquoise:not(.btn-outline).active:hover,
.btn.green-turquoise:not(.btn-outline):active.focus,
.btn.green-turquoise:not(.btn-outline):active:focus,
.btn.green-turquoise:not(.btn-outline):active:hover,
.open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #22a98e;
  border-color: #22a98e;
}

.btn.green-turquoise:not(.btn-outline).active,
.btn.green-turquoise:not(.btn-outline):active,
.open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.green-turquoise:not(.btn-outline).disabled,
.btn.green-turquoise:not(.btn-outline).disabled.active,
.btn.green-turquoise:not(.btn-outline).disabled.focus,
.btn.green-turquoise:not(.btn-outline).disabled:active,
.btn.green-turquoise:not(.btn-outline).disabled:focus,
.btn.green-turquoise:not(.btn-outline).disabled:hover,
.btn.green-turquoise:not(.btn-outline)[disabled],
.btn.green-turquoise:not(.btn-outline)[disabled].active,
.btn.green-turquoise:not(.btn-outline)[disabled].focus,
.btn.green-turquoise:not(.btn-outline)[disabled]:active,
.btn.green-turquoise:not(.btn-outline)[disabled]:focus,
.btn.green-turquoise:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-turquoise:not(.btn-outline),
fieldset[disabled] .btn.green-turquoise:not(.btn-outline).active,
fieldset[disabled] .btn.green-turquoise:not(.btn-outline).focus,
fieldset[disabled] .btn.green-turquoise:not(.btn-outline):active,
fieldset[disabled] .btn.green-turquoise:not(.btn-outline):focus,
fieldset[disabled] .btn.green-turquoise:not(.btn-outline):hover {
  background-color: #36D7B7;
  border-color: #36D7B7;
}

.btn.green-turquoise:not(.btn-outline) .badge {
  color: #36D7B7;
  background-color: #FFF;
}

.btn.btn-outline.green-turquoise {
  border-color: #36D7B7;
  color: #36D7B7;
  background: 0 0;
}

.btn.btn-outline.green-turquoise.active,
.btn.btn-outline.green-turquoise:active,
.btn.btn-outline.green-turquoise:active:focus,
.btn.btn-outline.green-turquoise:active:hover,
.btn.btn-outline.green-turquoise:focus,
.btn.btn-outline.green-turquoise:hover {
  border-color: #36D7B7;
  color: #FFF;
  background-color: #36D7B7;
}

.btn.green-turquoise-stripe {
  border-left: 4px solid #36D7B7 !important;
}

.btn.green-haze:not(.btn-outline) {
  color: #FFF;
  background-color: #44b6ae;
  border-color: #44b6ae;
}

.btn.green-haze:not(.btn-outline).active,
.btn.green-haze:not(.btn-outline).focus,
.btn.green-haze:not(.btn-outline):active,
.btn.green-haze:not(.btn-outline):focus,
.btn.green-haze:not(.btn-outline):hover,
.open > .btn.green-haze:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #36918b;
  border-color: #36918b;
}

.btn.green-haze:not(.btn-outline).active.focus,
.btn.green-haze:not(.btn-outline).active:focus,
.btn.green-haze:not(.btn-outline).active:hover,
.btn.green-haze:not(.btn-outline):active.focus,
.btn.green-haze:not(.btn-outline):active:focus,
.btn.green-haze:not(.btn-outline):active:hover,
.open > .btn.green-haze:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.green-haze:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.green-haze:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #328680;
  border-color: #328680;
}

.btn.green-haze:not(.btn-outline).active,
.btn.green-haze:not(.btn-outline):active,
.open > .btn.green-haze:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.green-haze:not(.btn-outline).disabled,
.btn.green-haze:not(.btn-outline).disabled.active,
.btn.green-haze:not(.btn-outline).disabled.focus,
.btn.green-haze:not(.btn-outline).disabled:active,
.btn.green-haze:not(.btn-outline).disabled:focus,
.btn.green-haze:not(.btn-outline).disabled:hover,
.btn.green-haze:not(.btn-outline)[disabled],
.btn.green-haze:not(.btn-outline)[disabled].active,
.btn.green-haze:not(.btn-outline)[disabled].focus,
.btn.green-haze:not(.btn-outline)[disabled]:active,
.btn.green-haze:not(.btn-outline)[disabled]:focus,
.btn.green-haze:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-haze:not(.btn-outline),
fieldset[disabled] .btn.green-haze:not(.btn-outline).active,
fieldset[disabled] .btn.green-haze:not(.btn-outline).focus,
fieldset[disabled] .btn.green-haze:not(.btn-outline):active,
fieldset[disabled] .btn.green-haze:not(.btn-outline):focus,
fieldset[disabled] .btn.green-haze:not(.btn-outline):hover {
  background-color: #44b6ae;
  border-color: #44b6ae;
}

.btn.green-haze:not(.btn-outline) .badge {
  color: #44b6ae;
  background-color: #FFF;
}

.btn.btn-outline.green-haze {
  border-color: #44b6ae;
  color: #44b6ae;
  background: 0 0;
}

.btn.btn-outline.green-haze.active,
.btn.btn-outline.green-haze:active,
.btn.btn-outline.green-haze:active:focus,
.btn.btn-outline.green-haze:active:hover,
.btn.btn-outline.green-haze:focus,
.btn.btn-outline.green-haze:hover {
  border-color: #44b6ae;
  color: #FFF;
  background-color: #44b6ae;
}

.btn.green-haze-stripe {
  border-left: 4px solid #44b6ae !important;
}

.btn.green-jungle:not(.btn-outline) {
  color: #FFF;
  background-color: #26C281;
  border-color: #26C281;
}

.btn.green-jungle:not(.btn-outline).active,
.btn.green-jungle:not(.btn-outline).focus,
.btn.green-jungle:not(.btn-outline):active,
.btn.green-jungle:not(.btn-outline):focus,
.btn.green-jungle:not(.btn-outline):hover,
.open > .btn.green-jungle:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #1e9765;
  border-color: #1e9765;
}

.btn.green-jungle:not(.btn-outline).active.focus,
.btn.green-jungle:not(.btn-outline).active:focus,
.btn.green-jungle:not(.btn-outline).active:hover,
.btn.green-jungle:not(.btn-outline):active.focus,
.btn.green-jungle:not(.btn-outline):active:focus,
.btn.green-jungle:not(.btn-outline):active:hover,
.open > .btn.green-jungle:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.green-jungle:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.green-jungle:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #1b8b5c;
  border-color: #1b8b5c;
}

.btn.green-jungle:not(.btn-outline).active,
.btn.green-jungle:not(.btn-outline):active,
.open > .btn.green-jungle:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.green-jungle:not(.btn-outline).disabled,
.btn.green-jungle:not(.btn-outline).disabled.active,
.btn.green-jungle:not(.btn-outline).disabled.focus,
.btn.green-jungle:not(.btn-outline).disabled:active,
.btn.green-jungle:not(.btn-outline).disabled:focus,
.btn.green-jungle:not(.btn-outline).disabled:hover,
.btn.green-jungle:not(.btn-outline)[disabled],
.btn.green-jungle:not(.btn-outline)[disabled].active,
.btn.green-jungle:not(.btn-outline)[disabled].focus,
.btn.green-jungle:not(.btn-outline)[disabled]:active,
.btn.green-jungle:not(.btn-outline)[disabled]:focus,
.btn.green-jungle:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-jungle:not(.btn-outline),
fieldset[disabled] .btn.green-jungle:not(.btn-outline).active,
fieldset[disabled] .btn.green-jungle:not(.btn-outline).focus,
fieldset[disabled] .btn.green-jungle:not(.btn-outline):active,
fieldset[disabled] .btn.green-jungle:not(.btn-outline):focus,
fieldset[disabled] .btn.green-jungle:not(.btn-outline):hover {
  background-color: #26C281;
  border-color: #26C281;
}

.btn.green-jungle:not(.btn-outline) .badge {
  color: #26C281;
  background-color: #FFF;
}

.btn.btn-outline.green-jungle {
  border-color: #26C281;
  color: #26C281;
  background: 0 0;
}

.btn.btn-outline.green-jungle.active,
.btn.btn-outline.green-jungle:active,
.btn.btn-outline.green-jungle:active:focus,
.btn.btn-outline.green-jungle:active:hover,
.btn.btn-outline.green-jungle:focus,
.btn.btn-outline.green-jungle:hover {
  border-color: #26C281;
  color: #FFF;
  background-color: #26C281;
}

.btn.green-jungle-stripe {
  border-left: 4px solid #26C281 !important;
}

.btn.green-soft:not(.btn-outline) {
  color: #FFF;
  background-color: #3faba4;
  border-color: #3faba4;
}

.btn.green-soft:not(.btn-outline).active,
.btn.green-soft:not(.btn-outline).focus,
.btn.green-soft:not(.btn-outline):active,
.btn.green-soft:not(.btn-outline):focus,
.btn.green-soft:not(.btn-outline):hover,
.open > .btn.green-soft:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #318680;
  border-color: #318680;
}

.btn.green-soft:not(.btn-outline).active.focus,
.btn.green-soft:not(.btn-outline).active:focus,
.btn.green-soft:not(.btn-outline).active:hover,
.btn.green-soft:not(.btn-outline):active.focus,
.btn.green-soft:not(.btn-outline):active:focus,
.btn.green-soft:not(.btn-outline):active:hover,
.open > .btn.green-soft:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.green-soft:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.green-soft:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #2d7b76;
  border-color: #2d7b76;
}

.btn.green-soft:not(.btn-outline).active,
.btn.green-soft:not(.btn-outline):active,
.open > .btn.green-soft:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.green-soft:not(.btn-outline).disabled,
.btn.green-soft:not(.btn-outline).disabled.active,
.btn.green-soft:not(.btn-outline).disabled.focus,
.btn.green-soft:not(.btn-outline).disabled:active,
.btn.green-soft:not(.btn-outline).disabled:focus,
.btn.green-soft:not(.btn-outline).disabled:hover,
.btn.green-soft:not(.btn-outline)[disabled],
.btn.green-soft:not(.btn-outline)[disabled].active,
.btn.green-soft:not(.btn-outline)[disabled].focus,
.btn.green-soft:not(.btn-outline)[disabled]:active,
.btn.green-soft:not(.btn-outline)[disabled]:focus,
.btn.green-soft:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-soft:not(.btn-outline),
fieldset[disabled] .btn.green-soft:not(.btn-outline).active,
fieldset[disabled] .btn.green-soft:not(.btn-outline).focus,
fieldset[disabled] .btn.green-soft:not(.btn-outline):active,
fieldset[disabled] .btn.green-soft:not(.btn-outline):focus,
fieldset[disabled] .btn.green-soft:not(.btn-outline):hover {
  background-color: #3faba4;
  border-color: #3faba4;
}

.btn.green-soft:not(.btn-outline) .badge {
  color: #3faba4;
  background-color: #FFF;
}

.btn.btn-outline.green-soft {
  border-color: #3faba4;
  color: #3faba4;
  background: 0 0;
}

.btn.btn-outline.green-soft.active,
.btn.btn-outline.green-soft:active,
.btn.btn-outline.green-soft:active:focus,
.btn.btn-outline.green-soft:active:hover,
.btn.btn-outline.green-soft:focus,
.btn.btn-outline.green-soft:hover {
  border-color: #3faba4;
  color: #FFF;
  background-color: #3faba4;
}

.btn.green-soft-stripe {
  border-left: 4px solid #3faba4 !important;
}

.btn.green-dark:not(.btn-outline) {
  color: #FFF;
  background-color: #4DB3A2;
  border-color: #4DB3A2;
}

.btn.green-dark:not(.btn-outline).active,
.btn.green-dark:not(.btn-outline).focus,
.btn.green-dark:not(.btn-outline):active,
.btn.green-dark:not(.btn-outline):focus,
.btn.green-dark:not(.btn-outline):hover,
.open > .btn.green-dark:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #3d9082;
  border-color: #3d9082;
}

.btn.green-dark:not(.btn-outline).active.focus,
.btn.green-dark:not(.btn-outline).active:focus,
.btn.green-dark:not(.btn-outline).active:hover,
.btn.green-dark:not(.btn-outline):active.focus,
.btn.green-dark:not(.btn-outline):active:focus,
.btn.green-dark:not(.btn-outline):active:hover,
.open > .btn.green-dark:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.green-dark:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.green-dark:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #398578;
  border-color: #398578;
}

.btn.green-dark:not(.btn-outline).active,
.btn.green-dark:not(.btn-outline):active,
.open > .btn.green-dark:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.green-dark:not(.btn-outline).disabled,
.btn.green-dark:not(.btn-outline).disabled.active,
.btn.green-dark:not(.btn-outline).disabled.focus,
.btn.green-dark:not(.btn-outline).disabled:active,
.btn.green-dark:not(.btn-outline).disabled:focus,
.btn.green-dark:not(.btn-outline).disabled:hover,
.btn.green-dark:not(.btn-outline)[disabled],
.btn.green-dark:not(.btn-outline)[disabled].active,
.btn.green-dark:not(.btn-outline)[disabled].focus,
.btn.green-dark:not(.btn-outline)[disabled]:active,
.btn.green-dark:not(.btn-outline)[disabled]:focus,
.btn.green-dark:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-dark:not(.btn-outline),
fieldset[disabled] .btn.green-dark:not(.btn-outline).active,
fieldset[disabled] .btn.green-dark:not(.btn-outline).focus,
fieldset[disabled] .btn.green-dark:not(.btn-outline):active,
fieldset[disabled] .btn.green-dark:not(.btn-outline):focus,
fieldset[disabled] .btn.green-dark:not(.btn-outline):hover {
  background-color: #4DB3A2;
  border-color: #4DB3A2;
}

.btn.green-dark:not(.btn-outline) .badge {
  color: #4DB3A2;
  background-color: #FFF;
}

.btn.btn-outline.green-dark {
  border-color: #4DB3A2;
  color: #4DB3A2;
  background: 0 0;
}

.btn.btn-outline.green-dark.active,
.btn.btn-outline.green-dark:active,
.btn.btn-outline.green-dark:active:focus,
.btn.btn-outline.green-dark:active:hover,
.btn.btn-outline.green-dark:focus,
.btn.btn-outline.green-dark:hover {
  border-color: #4DB3A2;
  color: #FFF;
  background-color: #4DB3A2;
}

.btn.green-dark-stripe {
  border-left: 4px solid #4DB3A2 !important;
}

.btn.green-sharp:not(.btn-outline) {
  color: #FFF;
  background-color: #2ab4c0;
  border-color: #2ab4c0;
}

.btn.green-sharp:not(.btn-outline).active,
.btn.green-sharp:not(.btn-outline).focus,
.btn.green-sharp:not(.btn-outline):active,
.btn.green-sharp:not(.btn-outline):focus,
.btn.green-sharp:not(.btn-outline):hover,
.open > .btn.green-sharp:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #218d96;
  border-color: #218d96;
}

.btn.green-sharp:not(.btn-outline).active.focus,
.btn.green-sharp:not(.btn-outline).active:focus,
.btn.green-sharp:not(.btn-outline).active:hover,
.btn.green-sharp:not(.btn-outline):active.focus,
.btn.green-sharp:not(.btn-outline):active:focus,
.btn.green-sharp:not(.btn-outline):active:hover,
.open > .btn.green-sharp:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.green-sharp:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.green-sharp:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #1e818a;
  border-color: #1e818a;
}

.btn.green-sharp:not(.btn-outline).active,
.btn.green-sharp:not(.btn-outline):active,
.open > .btn.green-sharp:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.green-sharp:not(.btn-outline).disabled,
.btn.green-sharp:not(.btn-outline).disabled.active,
.btn.green-sharp:not(.btn-outline).disabled.focus,
.btn.green-sharp:not(.btn-outline).disabled:active,
.btn.green-sharp:not(.btn-outline).disabled:focus,
.btn.green-sharp:not(.btn-outline).disabled:hover,
.btn.green-sharp:not(.btn-outline)[disabled],
.btn.green-sharp:not(.btn-outline)[disabled].active,
.btn.green-sharp:not(.btn-outline)[disabled].focus,
.btn.green-sharp:not(.btn-outline)[disabled]:active,
.btn.green-sharp:not(.btn-outline)[disabled]:focus,
.btn.green-sharp:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green-sharp:not(.btn-outline),
fieldset[disabled] .btn.green-sharp:not(.btn-outline).active,
fieldset[disabled] .btn.green-sharp:not(.btn-outline).focus,
fieldset[disabled] .btn.green-sharp:not(.btn-outline):active,
fieldset[disabled] .btn.green-sharp:not(.btn-outline):focus,
fieldset[disabled] .btn.green-sharp:not(.btn-outline):hover {
  background-color: #2ab4c0;
  border-color: #2ab4c0;
}

.btn.green-sharp:not(.btn-outline) .badge {
  color: #2ab4c0;
  background-color: #FFF;
}

.btn.btn-outline.green-sharp {
  border-color: #2ab4c0;
  color: #2ab4c0;
  background: 0 0;
}

.btn.btn-outline.green-sharp.active,
.btn.btn-outline.green-sharp:active,
.btn.btn-outline.green-sharp:active:focus,
.btn.btn-outline.green-sharp:active:hover,
.btn.btn-outline.green-sharp:focus,
.btn.btn-outline.green-sharp:hover {
  border-color: #2ab4c0;
  color: #FFF;
  background-color: #2ab4c0;
}

.btn.green-sharp-stripe {
  border-left: 4px solid #2ab4c0 !important;
}

.btn.grey:not(.btn-outline) {
  color: #333;
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}

.btn.grey:not(.btn-outline).active,
.btn.grey:not(.btn-outline).focus,
.btn.grey:not(.btn-outline):active,
.btn.grey:not(.btn-outline):focus,
.btn.grey:not(.btn-outline):hover,
.open > .btn.grey:not(.btn-outline).dropdown-toggle {
  color: #333;
  background-color: #ccc;
  border-color: #ccc;
}

.btn.grey:not(.btn-outline).active.focus,
.btn.grey:not(.btn-outline).active:focus,
.btn.grey:not(.btn-outline).active:hover,
.btn.grey:not(.btn-outline):active.focus,
.btn.grey:not(.btn-outline):active:focus,
.btn.grey:not(.btn-outline):active:hover,
.open > .btn.grey:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.grey:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.grey:not(.btn-outline).dropdown-toggle:hover {
  color: #333;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.btn.grey:not(.btn-outline).active,
.btn.grey:not(.btn-outline):active,
.open > .btn.grey:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.grey:not(.btn-outline).disabled,
.btn.grey:not(.btn-outline).disabled.active,
.btn.grey:not(.btn-outline).disabled.focus,
.btn.grey:not(.btn-outline).disabled:active,
.btn.grey:not(.btn-outline).disabled:focus,
.btn.grey:not(.btn-outline).disabled:hover,
.btn.grey:not(.btn-outline)[disabled],
.btn.grey:not(.btn-outline)[disabled].active,
.btn.grey:not(.btn-outline)[disabled].focus,
.btn.grey:not(.btn-outline)[disabled]:active,
.btn.grey:not(.btn-outline)[disabled]:focus,
.btn.grey:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey:not(.btn-outline),
fieldset[disabled] .btn.grey:not(.btn-outline).active,
fieldset[disabled] .btn.grey:not(.btn-outline).focus,
fieldset[disabled] .btn.grey:not(.btn-outline):active,
fieldset[disabled] .btn.grey:not(.btn-outline):focus,
fieldset[disabled] .btn.grey:not(.btn-outline):hover {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}

.btn.grey:not(.btn-outline) .badge {
  color: #E5E5E5;
  background-color: #333;
}

.btn.btn-outline.grey {
  border-color: #E5E5E5;
  color: #E5E5E5;
  background: 0 0;
}

.btn.btn-outline.grey.active,
.btn.btn-outline.grey:active,
.btn.btn-outline.grey:active:focus,
.btn.btn-outline.grey:active:hover,
.btn.btn-outline.grey:focus,
.btn.btn-outline.grey:hover {
  border-color: #E5E5E5;
  color: #333;
  background-color: #E5E5E5;
}

.btn.grey-stripe {
  border-left: 4px solid #E5E5E5 !important;
}

.btn.grey-steel:not(.btn-outline) {
  color: #80898e;
  background-color: #e9edef;
  border-color: #e9edef;
}

.btn.grey-steel:not(.btn-outline).active,
.btn.grey-steel:not(.btn-outline).focus,
.btn.grey-steel:not(.btn-outline):active,
.btn.grey-steel:not(.btn-outline):focus,
.btn.grey-steel:not(.btn-outline):hover,
.open > .btn.grey-steel:not(.btn-outline).dropdown-toggle {
  color: #80898e;
  background-color: #cbd5da;
  border-color: #cbd5da;
}

.btn.grey-steel:not(.btn-outline).active.focus,
.btn.grey-steel:not(.btn-outline).active:focus,
.btn.grey-steel:not(.btn-outline).active:hover,
.btn.grey-steel:not(.btn-outline):active.focus,
.btn.grey-steel:not(.btn-outline):active:focus,
.btn.grey-steel:not(.btn-outline):active:hover,
.open > .btn.grey-steel:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.grey-steel:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.grey-steel:not(.btn-outline).dropdown-toggle:hover {
  color: #80898e;
  background-color: #c3ced3;
  border-color: #c3ced3;
}

.btn.grey-steel:not(.btn-outline).active,
.btn.grey-steel:not(.btn-outline):active,
.open > .btn.grey-steel:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.grey-steel:not(.btn-outline).disabled,
.btn.grey-steel:not(.btn-outline).disabled.active,
.btn.grey-steel:not(.btn-outline).disabled.focus,
.btn.grey-steel:not(.btn-outline).disabled:active,
.btn.grey-steel:not(.btn-outline).disabled:focus,
.btn.grey-steel:not(.btn-outline).disabled:hover,
.btn.grey-steel:not(.btn-outline)[disabled],
.btn.grey-steel:not(.btn-outline)[disabled].active,
.btn.grey-steel:not(.btn-outline)[disabled].focus,
.btn.grey-steel:not(.btn-outline)[disabled]:active,
.btn.grey-steel:not(.btn-outline)[disabled]:focus,
.btn.grey-steel:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-steel:not(.btn-outline),
fieldset[disabled] .btn.grey-steel:not(.btn-outline).active,
fieldset[disabled] .btn.grey-steel:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-steel:not(.btn-outline):active,
fieldset[disabled] .btn.grey-steel:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-steel:not(.btn-outline):hover {
  background-color: #e9edef;
  border-color: #e9edef;
}

.btn.grey-steel:not(.btn-outline) .badge {
  color: #e9edef;
  background-color: #80898e;
}

.btn.btn-outline.grey-steel {
  border-color: #e9edef;
  color: #e9edef;
  background: 0 0;
}

.btn.btn-outline.grey-steel.active,
.btn.btn-outline.grey-steel:active,
.btn.btn-outline.grey-steel:active:focus,
.btn.btn-outline.grey-steel:active:hover,
.btn.btn-outline.grey-steel:focus,
.btn.btn-outline.grey-steel:hover {
  border-color: #e9edef;
  color: #80898e;
  background-color: #e9edef;
}

.btn.grey-steel-stripe {
  border-left: 4px solid #e9edef !important;
}

.btn.grey-cararra:not(.btn-outline) {
  color: #333;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn.grey-cararra:not(.btn-outline).active,
.btn.grey-cararra:not(.btn-outline).focus,
.btn.grey-cararra:not(.btn-outline):active,
.btn.grey-cararra:not(.btn-outline):focus,
.btn.grey-cararra:not(.btn-outline):hover,
.open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle {
  color: #333;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}

.btn.grey-cararra:not(.btn-outline).active.focus,
.btn.grey-cararra:not(.btn-outline).active:focus,
.btn.grey-cararra:not(.btn-outline).active:hover,
.btn.grey-cararra:not(.btn-outline):active.focus,
.btn.grey-cararra:not(.btn-outline):active:focus,
.btn.grey-cararra:not(.btn-outline):active:hover,
.open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle:hover {
  color: #333;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.btn.grey-cararra:not(.btn-outline).active,
.btn.grey-cararra:not(.btn-outline):active,
.open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.grey-cararra:not(.btn-outline).disabled,
.btn.grey-cararra:not(.btn-outline).disabled.active,
.btn.grey-cararra:not(.btn-outline).disabled.focus,
.btn.grey-cararra:not(.btn-outline).disabled:active,
.btn.grey-cararra:not(.btn-outline).disabled:focus,
.btn.grey-cararra:not(.btn-outline).disabled:hover,
.btn.grey-cararra:not(.btn-outline)[disabled],
.btn.grey-cararra:not(.btn-outline)[disabled].active,
.btn.grey-cararra:not(.btn-outline)[disabled].focus,
.btn.grey-cararra:not(.btn-outline)[disabled]:active,
.btn.grey-cararra:not(.btn-outline)[disabled]:focus,
.btn.grey-cararra:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-cararra:not(.btn-outline),
fieldset[disabled] .btn.grey-cararra:not(.btn-outline).active,
fieldset[disabled] .btn.grey-cararra:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-cararra:not(.btn-outline):active,
fieldset[disabled] .btn.grey-cararra:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-cararra:not(.btn-outline):hover {
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn.grey-cararra:not(.btn-outline) .badge {
  color: #fafafa;
  background-color: #333;
}

.btn.btn-outline.grey-cararra {
  border-color: #fafafa;
  color: #fafafa;
  background: 0 0;
}

.btn.btn-outline.grey-cararra.active,
.btn.btn-outline.grey-cararra:active,
.btn.btn-outline.grey-cararra:active:focus,
.btn.btn-outline.grey-cararra:active:hover,
.btn.btn-outline.grey-cararra:focus,
.btn.btn-outline.grey-cararra:hover {
  border-color: #fafafa;
  color: #333;
  background-color: #fafafa;
}

.btn.grey-cararra-stripe {
  border-left: 4px solid #fafafa !important;
}

.btn.grey-gallery:not(.btn-outline) {
  color: #fff;
  background-color: #555;
  border-color: #555;
}

.btn.grey-gallery:not(.btn-outline).active,
.btn.grey-gallery:not(.btn-outline).focus,
.btn.grey-gallery:not(.btn-outline):active,
.btn.grey-gallery:not(.btn-outline):focus,
.btn.grey-gallery:not(.btn-outline):hover,
.open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}

.btn.grey-gallery:not(.btn-outline).active.focus,
.btn.grey-gallery:not(.btn-outline).active:focus,
.btn.grey-gallery:not(.btn-outline).active:hover,
.btn.grey-gallery:not(.btn-outline):active.focus,
.btn.grey-gallery:not(.btn-outline):active:focus,
.btn.grey-gallery:not(.btn-outline):active:hover,
.open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
}

.btn.grey-gallery:not(.btn-outline).active,
.btn.grey-gallery:not(.btn-outline):active,
.open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.grey-gallery:not(.btn-outline).disabled,
.btn.grey-gallery:not(.btn-outline).disabled.active,
.btn.grey-gallery:not(.btn-outline).disabled.focus,
.btn.grey-gallery:not(.btn-outline).disabled:active,
.btn.grey-gallery:not(.btn-outline).disabled:focus,
.btn.grey-gallery:not(.btn-outline).disabled:hover,
.btn.grey-gallery:not(.btn-outline)[disabled],
.btn.grey-gallery:not(.btn-outline)[disabled].active,
.btn.grey-gallery:not(.btn-outline)[disabled].focus,
.btn.grey-gallery:not(.btn-outline)[disabled]:active,
.btn.grey-gallery:not(.btn-outline)[disabled]:focus,
.btn.grey-gallery:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-gallery:not(.btn-outline),
fieldset[disabled] .btn.grey-gallery:not(.btn-outline).active,
fieldset[disabled] .btn.grey-gallery:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-gallery:not(.btn-outline):active,
fieldset[disabled] .btn.grey-gallery:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-gallery:not(.btn-outline):hover {
  background-color: #555;
  border-color: #555;
}

.btn.grey-gallery:not(.btn-outline) .badge {
  color: #555;
  background-color: #fff;
}

.btn.btn-outline.grey-gallery {
  border-color: #555;
  color: #555;
  background: 0 0;
}

.btn.btn-outline.grey-gallery.active,
.btn.btn-outline.grey-gallery:active,
.btn.btn-outline.grey-gallery:active:focus,
.btn.btn-outline.grey-gallery:active:hover,
.btn.btn-outline.grey-gallery:focus,
.btn.btn-outline.grey-gallery:hover {
  border-color: #555;
  color: #fff;
  background-color: #555;
}

.btn.grey-gallery-stripe {
  border-left: 4px solid #555 !important;
}

.btn.grey-cascade:not(.btn-outline) {
  color: #FFF;
  background-color: #95A5A6;
  border-color: #95A5A6;
}

.btn.grey-cascade:not(.btn-outline).active,
.btn.grey-cascade:not(.btn-outline).focus,
.btn.grey-cascade:not(.btn-outline):active,
.btn.grey-cascade:not(.btn-outline):focus,
.btn.grey-cascade:not(.btn-outline):hover,
.open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #798d8f;
  border-color: #798d8f;
}

.btn.grey-cascade:not(.btn-outline).active.focus,
.btn.grey-cascade:not(.btn-outline).active:focus,
.btn.grey-cascade:not(.btn-outline).active:hover,
.btn.grey-cascade:not(.btn-outline):active.focus,
.btn.grey-cascade:not(.btn-outline):active:focus,
.btn.grey-cascade:not(.btn-outline):active:hover,
.open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #728687;
  border-color: #728687;
}

.btn.grey-cascade:not(.btn-outline).active,
.btn.grey-cascade:not(.btn-outline):active,
.open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.grey-cascade:not(.btn-outline).disabled,
.btn.grey-cascade:not(.btn-outline).disabled.active,
.btn.grey-cascade:not(.btn-outline).disabled.focus,
.btn.grey-cascade:not(.btn-outline).disabled:active,
.btn.grey-cascade:not(.btn-outline).disabled:focus,
.btn.grey-cascade:not(.btn-outline).disabled:hover,
.btn.grey-cascade:not(.btn-outline)[disabled],
.btn.grey-cascade:not(.btn-outline)[disabled].active,
.btn.grey-cascade:not(.btn-outline)[disabled].focus,
.btn.grey-cascade:not(.btn-outline)[disabled]:active,
.btn.grey-cascade:not(.btn-outline)[disabled]:focus,
.btn.grey-cascade:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-cascade:not(.btn-outline),
fieldset[disabled] .btn.grey-cascade:not(.btn-outline).active,
fieldset[disabled] .btn.grey-cascade:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-cascade:not(.btn-outline):active,
fieldset[disabled] .btn.grey-cascade:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-cascade:not(.btn-outline):hover {
  background-color: #95A5A6;
  border-color: #95A5A6;
}

.btn.grey-cascade:not(.btn-outline) .badge {
  color: #95A5A6;
  background-color: #FFF;
}

.btn.btn-outline.grey-cascade {
  border-color: #95A5A6;
  color: #95A5A6;
  background: 0 0;
}

.btn.btn-outline.grey-cascade.active,
.btn.btn-outline.grey-cascade:active,
.btn.btn-outline.grey-cascade:active:focus,
.btn.btn-outline.grey-cascade:active:hover,
.btn.btn-outline.grey-cascade:focus,
.btn.btn-outline.grey-cascade:hover {
  border-color: #95A5A6;
  color: #FFF;
  background-color: #95A5A6;
}

.btn.grey-cascade-stripe {
  border-left: 4px solid #95A5A6 !important;
}

.btn.grey-silver:not(.btn-outline) {
  color: #FAFCFB;
  background-color: #BFBFBF;
  border-color: #BFBFBF;
}

.btn.grey-silver:not(.btn-outline).active,
.btn.grey-silver:not(.btn-outline).focus,
.btn.grey-silver:not(.btn-outline):active,
.btn.grey-silver:not(.btn-outline):focus,
.btn.grey-silver:not(.btn-outline):hover,
.open > .btn.grey-silver:not(.btn-outline).dropdown-toggle {
  color: #FAFCFB;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.btn.grey-silver:not(.btn-outline).active.focus,
.btn.grey-silver:not(.btn-outline).active:focus,
.btn.grey-silver:not(.btn-outline).active:hover,
.btn.grey-silver:not(.btn-outline):active.focus,
.btn.grey-silver:not(.btn-outline):active:focus,
.btn.grey-silver:not(.btn-outline):active:hover,
.open > .btn.grey-silver:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.grey-silver:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.grey-silver:not(.btn-outline).dropdown-toggle:hover {
  color: #FAFCFB;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

.btn.grey-silver:not(.btn-outline).active,
.btn.grey-silver:not(.btn-outline):active,
.open > .btn.grey-silver:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.grey-silver:not(.btn-outline).disabled,
.btn.grey-silver:not(.btn-outline).disabled.active,
.btn.grey-silver:not(.btn-outline).disabled.focus,
.btn.grey-silver:not(.btn-outline).disabled:active,
.btn.grey-silver:not(.btn-outline).disabled:focus,
.btn.grey-silver:not(.btn-outline).disabled:hover,
.btn.grey-silver:not(.btn-outline)[disabled],
.btn.grey-silver:not(.btn-outline)[disabled].active,
.btn.grey-silver:not(.btn-outline)[disabled].focus,
.btn.grey-silver:not(.btn-outline)[disabled]:active,
.btn.grey-silver:not(.btn-outline)[disabled]:focus,
.btn.grey-silver:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-silver:not(.btn-outline),
fieldset[disabled] .btn.grey-silver:not(.btn-outline).active,
fieldset[disabled] .btn.grey-silver:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-silver:not(.btn-outline):active,
fieldset[disabled] .btn.grey-silver:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-silver:not(.btn-outline):hover {
  background-color: #BFBFBF;
  border-color: #BFBFBF;
}

.btn.grey-silver:not(.btn-outline) .badge {
  color: #BFBFBF;
  background-color: #FAFCFB;
}

.btn.btn-outline.grey-silver {
  border-color: #BFBFBF;
  color: #BFBFBF;
  background: 0 0;
}

.btn.btn-outline.grey-silver.active,
.btn.btn-outline.grey-silver:active,
.btn.btn-outline.grey-silver:active:focus,
.btn.btn-outline.grey-silver:active:hover,
.btn.btn-outline.grey-silver:focus,
.btn.btn-outline.grey-silver:hover {
  border-color: #BFBFBF;
  color: #FAFCFB;
  background-color: #BFBFBF;
}

.btn.grey-silver-stripe {
  border-left: 4px solid #BFBFBF !important;
}

.btn.grey-salsa:not(.btn-outline) {
  color: #FAFCFB;
  background-color: #ACB5C3;
  border-color: #ACB5C3;
}

.btn.grey-salsa:not(.btn-outline).active,
.btn.grey-salsa:not(.btn-outline).focus,
.btn.grey-salsa:not(.btn-outline):active,
.btn.grey-salsa:not(.btn-outline):focus,
.btn.grey-salsa:not(.btn-outline):hover,
.open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle {
  color: #FAFCFB;
  background-color: #8e9bae;
  border-color: #8e9bae;
}

.btn.grey-salsa:not(.btn-outline).active.focus,
.btn.grey-salsa:not(.btn-outline).active:focus,
.btn.grey-salsa:not(.btn-outline).active:hover,
.btn.grey-salsa:not(.btn-outline):active.focus,
.btn.grey-salsa:not(.btn-outline):active:focus,
.btn.grey-salsa:not(.btn-outline):active:hover,
.open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle:hover {
  color: #FAFCFB;
  background-color: #8693a7;
  border-color: #8693a7;
}

.btn.grey-salsa:not(.btn-outline).active,
.btn.grey-salsa:not(.btn-outline):active,
.open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.grey-salsa:not(.btn-outline).disabled,
.btn.grey-salsa:not(.btn-outline).disabled.active,
.btn.grey-salsa:not(.btn-outline).disabled.focus,
.btn.grey-salsa:not(.btn-outline).disabled:active,
.btn.grey-salsa:not(.btn-outline).disabled:focus,
.btn.grey-salsa:not(.btn-outline).disabled:hover,
.btn.grey-salsa:not(.btn-outline)[disabled],
.btn.grey-salsa:not(.btn-outline)[disabled].active,
.btn.grey-salsa:not(.btn-outline)[disabled].focus,
.btn.grey-salsa:not(.btn-outline)[disabled]:active,
.btn.grey-salsa:not(.btn-outline)[disabled]:focus,
.btn.grey-salsa:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-salsa:not(.btn-outline),
fieldset[disabled] .btn.grey-salsa:not(.btn-outline).active,
fieldset[disabled] .btn.grey-salsa:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-salsa:not(.btn-outline):active,
fieldset[disabled] .btn.grey-salsa:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-salsa:not(.btn-outline):hover {
  background-color: #ACB5C3;
  border-color: #ACB5C3;
}

.btn.grey-salsa:not(.btn-outline) .badge {
  color: #ACB5C3;
  background-color: #FAFCFB;
}

.btn.btn-outline.grey-salsa {
  border-color: #ACB5C3;
  color: #ACB5C3;
  background: 0 0;
}

.btn.btn-outline.grey-salsa.active,
.btn.btn-outline.grey-salsa:active,
.btn.btn-outline.grey-salsa:active:focus,
.btn.btn-outline.grey-salsa:active:hover,
.btn.btn-outline.grey-salsa:focus,
.btn.btn-outline.grey-salsa:hover {
  border-color: #ACB5C3;
  color: #FAFCFB;
  background-color: #ACB5C3;
}

.btn.grey-salsa-stripe {
  border-left: 4px solid #ACB5C3 !important;
}

.btn.grey-salt:not(.btn-outline) {
  color: #FAFCFB;
  background-color: #bfcad1;
  border-color: #bfcad1;
}

.btn.grey-salt:not(.btn-outline).active,
.btn.grey-salt:not(.btn-outline).focus,
.btn.grey-salt:not(.btn-outline):active,
.btn.grey-salt:not(.btn-outline):focus,
.btn.grey-salt:not(.btn-outline):hover,
.open > .btn.grey-salt:not(.btn-outline).dropdown-toggle {
  color: #FAFCFB;
  background-color: #a1b1bc;
  border-color: #a1b1bc;
}

.btn.grey-salt:not(.btn-outline).active.focus,
.btn.grey-salt:not(.btn-outline).active:focus,
.btn.grey-salt:not(.btn-outline).active:hover,
.btn.grey-salt:not(.btn-outline):active.focus,
.btn.grey-salt:not(.btn-outline):active:focus,
.btn.grey-salt:not(.btn-outline):active:hover,
.open > .btn.grey-salt:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.grey-salt:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.grey-salt:not(.btn-outline).dropdown-toggle:hover {
  color: #FAFCFB;
  background-color: #98aab5;
  border-color: #98aab5;
}

.btn.grey-salt:not(.btn-outline).active,
.btn.grey-salt:not(.btn-outline):active,
.open > .btn.grey-salt:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.grey-salt:not(.btn-outline).disabled,
.btn.grey-salt:not(.btn-outline).disabled.active,
.btn.grey-salt:not(.btn-outline).disabled.focus,
.btn.grey-salt:not(.btn-outline).disabled:active,
.btn.grey-salt:not(.btn-outline).disabled:focus,
.btn.grey-salt:not(.btn-outline).disabled:hover,
.btn.grey-salt:not(.btn-outline)[disabled],
.btn.grey-salt:not(.btn-outline)[disabled].active,
.btn.grey-salt:not(.btn-outline)[disabled].focus,
.btn.grey-salt:not(.btn-outline)[disabled]:active,
.btn.grey-salt:not(.btn-outline)[disabled]:focus,
.btn.grey-salt:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-salt:not(.btn-outline),
fieldset[disabled] .btn.grey-salt:not(.btn-outline).active,
fieldset[disabled] .btn.grey-salt:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-salt:not(.btn-outline):active,
fieldset[disabled] .btn.grey-salt:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-salt:not(.btn-outline):hover {
  background-color: #bfcad1;
  border-color: #bfcad1;
}

.btn.grey-salt:not(.btn-outline) .badge {
  color: #bfcad1;
  background-color: #FAFCFB;
}

.btn.btn-outline.grey-salt {
  border-color: #bfcad1;
  color: #bfcad1;
  background: 0 0;
}

.btn.btn-outline.grey-salt.active,
.btn.btn-outline.grey-salt:active,
.btn.btn-outline.grey-salt:active:focus,
.btn.btn-outline.grey-salt:active:hover,
.btn.btn-outline.grey-salt:focus,
.btn.btn-outline.grey-salt:hover {
  border-color: #bfcad1;
  color: #FAFCFB;
  background-color: #bfcad1;
}

.btn.grey-salt-stripe {
  border-left: 4px solid #bfcad1 !important;
}

.btn.grey-mint:not(.btn-outline) {
  color: #FFF;
  background-color: #525e64;
  border-color: #525e64;
}

.btn.grey-mint:not(.btn-outline).active,
.btn.grey-mint:not(.btn-outline).focus,
.btn.grey-mint:not(.btn-outline):active,
.btn.grey-mint:not(.btn-outline):focus,
.btn.grey-mint:not(.btn-outline):hover,
.open > .btn.grey-mint:not(.btn-outline).dropdown-toggle {
  color: #FFF;
  background-color: #3b4448;
  border-color: #3b4448;
}

.btn.grey-mint:not(.btn-outline).active.focus,
.btn.grey-mint:not(.btn-outline).active:focus,
.btn.grey-mint:not(.btn-outline).active:hover,
.btn.grey-mint:not(.btn-outline):active.focus,
.btn.grey-mint:not(.btn-outline):active:focus,
.btn.grey-mint:not(.btn-outline):active:hover,
.open > .btn.grey-mint:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.grey-mint:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.grey-mint:not(.btn-outline).dropdown-toggle:hover {
  color: #FFF;
  background-color: #343c40;
  border-color: #343c40;
}

.btn.grey-mint:not(.btn-outline).active,
.btn.grey-mint:not(.btn-outline):active,
.open > .btn.grey-mint:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.grey-mint:not(.btn-outline).disabled,
.btn.grey-mint:not(.btn-outline).disabled.active,
.btn.grey-mint:not(.btn-outline).disabled.focus,
.btn.grey-mint:not(.btn-outline).disabled:active,
.btn.grey-mint:not(.btn-outline).disabled:focus,
.btn.grey-mint:not(.btn-outline).disabled:hover,
.btn.grey-mint:not(.btn-outline)[disabled],
.btn.grey-mint:not(.btn-outline)[disabled].active,
.btn.grey-mint:not(.btn-outline)[disabled].focus,
.btn.grey-mint:not(.btn-outline)[disabled]:active,
.btn.grey-mint:not(.btn-outline)[disabled]:focus,
.btn.grey-mint:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.grey-mint:not(.btn-outline),
fieldset[disabled] .btn.grey-mint:not(.btn-outline).active,
fieldset[disabled] .btn.grey-mint:not(.btn-outline).focus,
fieldset[disabled] .btn.grey-mint:not(.btn-outline):active,
fieldset[disabled] .btn.grey-mint:not(.btn-outline):focus,
fieldset[disabled] .btn.grey-mint:not(.btn-outline):hover {
  background-color: #525e64;
  border-color: #525e64;
}

.btn.grey-mint:not(.btn-outline) .badge {
  color: #525e64;
  background-color: #FFF;
}

.btn.btn-outline.grey-mint {
  border-color: #525e64;
  color: #525e64;
  background: 0 0;
}

.btn.btn-outline.grey-mint.active,
.btn.btn-outline.grey-mint:active,
.btn.btn-outline.grey-mint:active:focus,
.btn.btn-outline.grey-mint:active:hover,
.btn.btn-outline.grey-mint:focus,
.btn.btn-outline.grey-mint:hover {
  border-color: #525e64;
  color: #FFF;
  background-color: #525e64;
}

.btn.grey-mint-stripe {
  border-left: 4px solid #525e64 !important;
}

.btn.red:not(.btn-outline) {
  color: #fff;
  background-color: #e7505a;
  border-color: #e7505a;
}

.btn.red:not(.btn-outline).active,
.btn.red:not(.btn-outline).focus,
.btn.red:not(.btn-outline):active,
.btn.red:not(.btn-outline):focus,
.btn.red:not(.btn-outline):hover,
.open > .btn.red:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #e12330;
  border-color: #e12330;
}

.btn.red:not(.btn-outline).active.focus,
.btn.red:not(.btn-outline).active:focus,
.btn.red:not(.btn-outline).active:hover,
.btn.red:not(.btn-outline):active.focus,
.btn.red:not(.btn-outline):active:focus,
.btn.red:not(.btn-outline):active:hover,
.open > .btn.red:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.red:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.red:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #d71e2a;
  border-color: #d71e2a;
}

.btn.red:not(.btn-outline).active,
.btn.red:not(.btn-outline):active,
.open > .btn.red:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.red:not(.btn-outline).disabled,
.btn.red:not(.btn-outline).disabled.active,
.btn.red:not(.btn-outline).disabled.focus,
.btn.red:not(.btn-outline).disabled:active,
.btn.red:not(.btn-outline).disabled:focus,
.btn.red:not(.btn-outline).disabled:hover,
.btn.red:not(.btn-outline)[disabled],
.btn.red:not(.btn-outline)[disabled].active,
.btn.red:not(.btn-outline)[disabled].focus,
.btn.red:not(.btn-outline)[disabled]:active,
.btn.red:not(.btn-outline)[disabled]:focus,
.btn.red:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red:not(.btn-outline),
fieldset[disabled] .btn.red:not(.btn-outline).active,
fieldset[disabled] .btn.red:not(.btn-outline).focus,
fieldset[disabled] .btn.red:not(.btn-outline):active,
fieldset[disabled] .btn.red:not(.btn-outline):focus,
fieldset[disabled] .btn.red:not(.btn-outline):hover {
  background-color: #e7505a;
  border-color: #e7505a;
}

.btn.red:not(.btn-outline) .badge {
  color: #e7505a;
  background-color: #fff;
}

.btn.btn-outline.red {
  border-color: #e7505a;
  color: #e7505a;
  background: 0 0;
}

.btn.btn-outline.red.active,
.btn.btn-outline.red:active,
.btn.btn-outline.red:active:focus,
.btn.btn-outline.red:active:hover,
.btn.btn-outline.red:focus,
.btn.btn-outline.red:hover {
  border-color: #e7505a;
  color: #fff;
  background-color: #e7505a;
}

.btn.red-stripe {
  border-left: 4px solid #e7505a !important;
}

.btn.red-pink:not(.btn-outline) {
  color: #fff;
  background-color: #E08283;
  border-color: #E08283;
}

.btn.red-pink:not(.btn-outline).active,
.btn.red-pink:not(.btn-outline).focus,
.btn.red-pink:not(.btn-outline):active,
.btn.red-pink:not(.btn-outline):focus,
.btn.red-pink:not(.btn-outline):hover,
.open > .btn.red-pink:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #d6595a;
  border-color: #d6595a;
}

.btn.red-pink:not(.btn-outline).active.focus,
.btn.red-pink:not(.btn-outline).active:focus,
.btn.red-pink:not(.btn-outline).active:hover,
.btn.red-pink:not(.btn-outline):active.focus,
.btn.red-pink:not(.btn-outline):active:focus,
.btn.red-pink:not(.btn-outline):active:hover,
.open > .btn.red-pink:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.red-pink:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.red-pink:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #d34d4e;
  border-color: #d34d4e;
}

.btn.red-pink:not(.btn-outline).active,
.btn.red-pink:not(.btn-outline):active,
.open > .btn.red-pink:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.red-pink:not(.btn-outline).disabled,
.btn.red-pink:not(.btn-outline).disabled.active,
.btn.red-pink:not(.btn-outline).disabled.focus,
.btn.red-pink:not(.btn-outline).disabled:active,
.btn.red-pink:not(.btn-outline).disabled:focus,
.btn.red-pink:not(.btn-outline).disabled:hover,
.btn.red-pink:not(.btn-outline)[disabled],
.btn.red-pink:not(.btn-outline)[disabled].active,
.btn.red-pink:not(.btn-outline)[disabled].focus,
.btn.red-pink:not(.btn-outline)[disabled]:active,
.btn.red-pink:not(.btn-outline)[disabled]:focus,
.btn.red-pink:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-pink:not(.btn-outline),
fieldset[disabled] .btn.red-pink:not(.btn-outline).active,
fieldset[disabled] .btn.red-pink:not(.btn-outline).focus,
fieldset[disabled] .btn.red-pink:not(.btn-outline):active,
fieldset[disabled] .btn.red-pink:not(.btn-outline):focus,
fieldset[disabled] .btn.red-pink:not(.btn-outline):hover {
  background-color: #E08283;
  border-color: #E08283;
}

.btn.red-pink:not(.btn-outline) .badge {
  color: #E08283;
  background-color: #fff;
}

.btn.btn-outline.red-pink {
  border-color: #E08283;
  color: #E08283;
  background: 0 0;
}

.btn.btn-outline.red-pink.active,
.btn.btn-outline.red-pink:active,
.btn.btn-outline.red-pink:active:focus,
.btn.btn-outline.red-pink:active:hover,
.btn.btn-outline.red-pink:focus,
.btn.btn-outline.red-pink:hover {
  border-color: #E08283;
  color: #fff;
  background-color: #E08283;
}

.btn.red-pink-stripe {
  border-left: 4px solid #E08283 !important;
}

.btn.red-sunglo:not(.btn-outline) {
  color: #fff;
  background-color: #E26A6A;
  border-color: #E26A6A;
}

.btn.red-sunglo:not(.btn-outline).active,
.btn.red-sunglo:not(.btn-outline).focus,
.btn.red-sunglo:not(.btn-outline):active,
.btn.red-sunglo:not(.btn-outline):focus,
.btn.red-sunglo:not(.btn-outline):hover,
.open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #da3f3f;
  border-color: #da3f3f;
}

.btn.red-sunglo:not(.btn-outline).active.focus,
.btn.red-sunglo:not(.btn-outline).active:focus,
.btn.red-sunglo:not(.btn-outline).active:hover,
.btn.red-sunglo:not(.btn-outline):active.focus,
.btn.red-sunglo:not(.btn-outline):active:focus,
.btn.red-sunglo:not(.btn-outline):active:hover,
.open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #d73333;
  border-color: #d73333;
}

.btn.red-sunglo:not(.btn-outline).active,
.btn.red-sunglo:not(.btn-outline):active,
.open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.red-sunglo:not(.btn-outline).disabled,
.btn.red-sunglo:not(.btn-outline).disabled.active,
.btn.red-sunglo:not(.btn-outline).disabled.focus,
.btn.red-sunglo:not(.btn-outline).disabled:active,
.btn.red-sunglo:not(.btn-outline).disabled:focus,
.btn.red-sunglo:not(.btn-outline).disabled:hover,
.btn.red-sunglo:not(.btn-outline)[disabled],
.btn.red-sunglo:not(.btn-outline)[disabled].active,
.btn.red-sunglo:not(.btn-outline)[disabled].focus,
.btn.red-sunglo:not(.btn-outline)[disabled]:active,
.btn.red-sunglo:not(.btn-outline)[disabled]:focus,
.btn.red-sunglo:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-sunglo:not(.btn-outline),
fieldset[disabled] .btn.red-sunglo:not(.btn-outline).active,
fieldset[disabled] .btn.red-sunglo:not(.btn-outline).focus,
fieldset[disabled] .btn.red-sunglo:not(.btn-outline):active,
fieldset[disabled] .btn.red-sunglo:not(.btn-outline):focus,
fieldset[disabled] .btn.red-sunglo:not(.btn-outline):hover {
  background-color: #E26A6A;
  border-color: #E26A6A;
}

.btn.red-sunglo:not(.btn-outline) .badge {
  color: #E26A6A;
  background-color: #fff;
}

.btn.btn-outline.red-sunglo {
  border-color: #E26A6A;
  color: #E26A6A;
  background: 0 0;
}

.btn.btn-outline.red-sunglo.active,
.btn.btn-outline.red-sunglo:active,
.btn.btn-outline.red-sunglo:active:focus,
.btn.btn-outline.red-sunglo:active:hover,
.btn.btn-outline.red-sunglo:focus,
.btn.btn-outline.red-sunglo:hover {
  border-color: #E26A6A;
  color: #fff;
  background-color: #E26A6A;
}

.btn.red-sunglo-stripe {
  border-left: 4px solid #E26A6A !important;
}

.btn.red-intense:not(.btn-outline) {
  color: #fff;
  background-color: #e35b5a;
  border-color: #e35b5a;
}

.btn.red-intense:not(.btn-outline).active,
.btn.red-intense:not(.btn-outline).focus,
.btn.red-intense:not(.btn-outline):active,
.btn.red-intense:not(.btn-outline):focus,
.btn.red-intense:not(.btn-outline):hover,
.open > .btn.red-intense:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #dc302e;
  border-color: #dc302e;
}

.btn.red-intense:not(.btn-outline).active.focus,
.btn.red-intense:not(.btn-outline).active:focus,
.btn.red-intense:not(.btn-outline).active:hover,
.btn.red-intense:not(.btn-outline):active.focus,
.btn.red-intense:not(.btn-outline):active:focus,
.btn.red-intense:not(.btn-outline):active:hover,
.open > .btn.red-intense:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.red-intense:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.red-intense:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #d62624;
  border-color: #d62624;
}

.btn.red-intense:not(.btn-outline).active,
.btn.red-intense:not(.btn-outline):active,
.open > .btn.red-intense:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.red-intense:not(.btn-outline).disabled,
.btn.red-intense:not(.btn-outline).disabled.active,
.btn.red-intense:not(.btn-outline).disabled.focus,
.btn.red-intense:not(.btn-outline).disabled:active,
.btn.red-intense:not(.btn-outline).disabled:focus,
.btn.red-intense:not(.btn-outline).disabled:hover,
.btn.red-intense:not(.btn-outline)[disabled],
.btn.red-intense:not(.btn-outline)[disabled].active,
.btn.red-intense:not(.btn-outline)[disabled].focus,
.btn.red-intense:not(.btn-outline)[disabled]:active,
.btn.red-intense:not(.btn-outline)[disabled]:focus,
.btn.red-intense:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-intense:not(.btn-outline),
fieldset[disabled] .btn.red-intense:not(.btn-outline).active,
fieldset[disabled] .btn.red-intense:not(.btn-outline).focus,
fieldset[disabled] .btn.red-intense:not(.btn-outline):active,
fieldset[disabled] .btn.red-intense:not(.btn-outline):focus,
fieldset[disabled] .btn.red-intense:not(.btn-outline):hover {
  background-color: #e35b5a;
  border-color: #e35b5a;
}

.btn.red-intense:not(.btn-outline) .badge {
  color: #e35b5a;
  background-color: #fff;
}

.btn.btn-outline.red-intense {
  border-color: #e35b5a;
  color: #e35b5a;
  background: 0 0;
}

.btn.btn-outline.red-intense.active,
.btn.btn-outline.red-intense:active,
.btn.btn-outline.red-intense:active:focus,
.btn.btn-outline.red-intense:active:hover,
.btn.btn-outline.red-intense:focus,
.btn.btn-outline.red-intense:hover {
  border-color: #e35b5a;
  color: #fff;
  background-color: #e35b5a;
}

.btn.red-intense-stripe {
  border-left: 4px solid #e35b5a !important;
}

.btn.red-thunderbird:not(.btn-outline) {
  color: #fff;
  background-color: #D91E18;
  border-color: #D91E18;
}

.btn.red-thunderbird:not(.btn-outline).active,
.btn.red-thunderbird:not(.btn-outline).focus,
.btn.red-thunderbird:not(.btn-outline):active,
.btn.red-thunderbird:not(.btn-outline):focus,
.btn.red-thunderbird:not(.btn-outline):hover,
.open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #ab1813;
  border-color: #ab1813;
}

.btn.red-thunderbird:not(.btn-outline).active.focus,
.btn.red-thunderbird:not(.btn-outline).active:focus,
.btn.red-thunderbird:not(.btn-outline).active:hover,
.btn.red-thunderbird:not(.btn-outline):active.focus,
.btn.red-thunderbird:not(.btn-outline):active:focus,
.btn.red-thunderbird:not(.btn-outline):active:hover,
.open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #9d1611;
  border-color: #9d1611;
}

.btn.red-thunderbird:not(.btn-outline).active,
.btn.red-thunderbird:not(.btn-outline):active,
.open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.red-thunderbird:not(.btn-outline).disabled,
.btn.red-thunderbird:not(.btn-outline).disabled.active,
.btn.red-thunderbird:not(.btn-outline).disabled.focus,
.btn.red-thunderbird:not(.btn-outline).disabled:active,
.btn.red-thunderbird:not(.btn-outline).disabled:focus,
.btn.red-thunderbird:not(.btn-outline).disabled:hover,
.btn.red-thunderbird:not(.btn-outline)[disabled],
.btn.red-thunderbird:not(.btn-outline)[disabled].active,
.btn.red-thunderbird:not(.btn-outline)[disabled].focus,
.btn.red-thunderbird:not(.btn-outline)[disabled]:active,
.btn.red-thunderbird:not(.btn-outline)[disabled]:focus,
.btn.red-thunderbird:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-thunderbird:not(.btn-outline),
fieldset[disabled] .btn.red-thunderbird:not(.btn-outline).active,
fieldset[disabled] .btn.red-thunderbird:not(.btn-outline).focus,
fieldset[disabled] .btn.red-thunderbird:not(.btn-outline):active,
fieldset[disabled] .btn.red-thunderbird:not(.btn-outline):focus,
fieldset[disabled] .btn.red-thunderbird:not(.btn-outline):hover {
  background-color: #D91E18;
  border-color: #D91E18;
}

.btn.red-thunderbird:not(.btn-outline) .badge {
  color: #D91E18;
  background-color: #fff;
}

.btn.btn-outline.red-thunderbird {
  border-color: #D91E18;
  color: #D91E18;
  background: 0 0;
}

.btn.btn-outline.red-thunderbird.active,
.btn.btn-outline.red-thunderbird:active,
.btn.btn-outline.red-thunderbird:active:focus,
.btn.btn-outline.red-thunderbird:active:hover,
.btn.btn-outline.red-thunderbird:focus,
.btn.btn-outline.red-thunderbird:hover {
  border-color: #D91E18;
  color: #fff;
  background-color: #D91E18;
}

.btn.red-thunderbird-stripe {
  border-left: 4px solid #D91E18 !important;
}

.btn.red-flamingo:not(.btn-outline) {
  color: #fff;
  background-color: #EF4836;
  border-color: #EF4836;
}

.btn.red-flamingo:not(.btn-outline).active,
.btn.red-flamingo:not(.btn-outline).focus,
.btn.red-flamingo:not(.btn-outline):active,
.btn.red-flamingo:not(.btn-outline):focus,
.btn.red-flamingo:not(.btn-outline):hover,
.open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #e02612;
  border-color: #e02612;
}

.btn.red-flamingo:not(.btn-outline).active.focus,
.btn.red-flamingo:not(.btn-outline).active:focus,
.btn.red-flamingo:not(.btn-outline).active:hover,
.btn.red-flamingo:not(.btn-outline):active.focus,
.btn.red-flamingo:not(.btn-outline):active:focus,
.btn.red-flamingo:not(.btn-outline):active:hover,
.open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #d22411;
  border-color: #d22411;
}

.btn.red-flamingo:not(.btn-outline).active,
.btn.red-flamingo:not(.btn-outline):active,
.open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.red-flamingo:not(.btn-outline).disabled,
.btn.red-flamingo:not(.btn-outline).disabled.active,
.btn.red-flamingo:not(.btn-outline).disabled.focus,
.btn.red-flamingo:not(.btn-outline).disabled:active,
.btn.red-flamingo:not(.btn-outline).disabled:focus,
.btn.red-flamingo:not(.btn-outline).disabled:hover,
.btn.red-flamingo:not(.btn-outline)[disabled],
.btn.red-flamingo:not(.btn-outline)[disabled].active,
.btn.red-flamingo:not(.btn-outline)[disabled].focus,
.btn.red-flamingo:not(.btn-outline)[disabled]:active,
.btn.red-flamingo:not(.btn-outline)[disabled]:focus,
.btn.red-flamingo:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-flamingo:not(.btn-outline),
fieldset[disabled] .btn.red-flamingo:not(.btn-outline).active,
fieldset[disabled] .btn.red-flamingo:not(.btn-outline).focus,
fieldset[disabled] .btn.red-flamingo:not(.btn-outline):active,
fieldset[disabled] .btn.red-flamingo:not(.btn-outline):focus,
fieldset[disabled] .btn.red-flamingo:not(.btn-outline):hover {
  background-color: #EF4836;
  border-color: #EF4836;
}

.btn.red-flamingo:not(.btn-outline) .badge {
  color: #EF4836;
  background-color: #fff;
}

.btn.btn-outline.red-flamingo {
  border-color: #EF4836;
  color: #EF4836;
  background: 0 0;
}

.btn.btn-outline.red-flamingo.active,
.btn.btn-outline.red-flamingo:active,
.btn.btn-outline.red-flamingo:active:focus,
.btn.btn-outline.red-flamingo:active:hover,
.btn.btn-outline.red-flamingo:focus,
.btn.btn-outline.red-flamingo:hover {
  border-color: #EF4836;
  color: #fff;
  background-color: #EF4836;
}

.btn.red-flamingo-stripe {
  border-left: 4px solid #EF4836 !important;
}

.btn.red-soft:not(.btn-outline) {
  color: #fff;
  background-color: #d05454;
  border-color: #d05454;
}

.btn.red-soft:not(.btn-outline).active,
.btn.red-soft:not(.btn-outline).focus,
.btn.red-soft:not(.btn-outline):active,
.btn.red-soft:not(.btn-outline):focus,
.btn.red-soft:not(.btn-outline):hover,
.open > .btn.red-soft:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #bd3434;
  border-color: #bd3434;
}

.btn.red-soft:not(.btn-outline).active.focus,
.btn.red-soft:not(.btn-outline).active:focus,
.btn.red-soft:not(.btn-outline).active:hover,
.btn.red-soft:not(.btn-outline):active.focus,
.btn.red-soft:not(.btn-outline):active:focus,
.btn.red-soft:not(.btn-outline):active:hover,
.open > .btn.red-soft:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.red-soft:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.red-soft:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #b13131;
  border-color: #b13131;
}

.btn.red-soft:not(.btn-outline).active,
.btn.red-soft:not(.btn-outline):active,
.open > .btn.red-soft:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.red-soft:not(.btn-outline).disabled,
.btn.red-soft:not(.btn-outline).disabled.active,
.btn.red-soft:not(.btn-outline).disabled.focus,
.btn.red-soft:not(.btn-outline).disabled:active,
.btn.red-soft:not(.btn-outline).disabled:focus,
.btn.red-soft:not(.btn-outline).disabled:hover,
.btn.red-soft:not(.btn-outline)[disabled],
.btn.red-soft:not(.btn-outline)[disabled].active,
.btn.red-soft:not(.btn-outline)[disabled].focus,
.btn.red-soft:not(.btn-outline)[disabled]:active,
.btn.red-soft:not(.btn-outline)[disabled]:focus,
.btn.red-soft:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-soft:not(.btn-outline),
fieldset[disabled] .btn.red-soft:not(.btn-outline).active,
fieldset[disabled] .btn.red-soft:not(.btn-outline).focus,
fieldset[disabled] .btn.red-soft:not(.btn-outline):active,
fieldset[disabled] .btn.red-soft:not(.btn-outline):focus,
fieldset[disabled] .btn.red-soft:not(.btn-outline):hover {
  background-color: #d05454;
  border-color: #d05454;
}

.btn.red-soft:not(.btn-outline) .badge {
  color: #d05454;
  background-color: #fff;
}

.btn.btn-outline.red-soft {
  border-color: #d05454;
  color: #d05454;
  background: 0 0;
}

.btn.btn-outline.red-soft.active,
.btn.btn-outline.red-soft:active,
.btn.btn-outline.red-soft:active:focus,
.btn.btn-outline.red-soft:active:hover,
.btn.btn-outline.red-soft:focus,
.btn.btn-outline.red-soft:hover {
  border-color: #d05454;
  color: #fff;
  background-color: #d05454;
}

.btn.red-soft-stripe {
  border-left: 4px solid #d05454 !important;
}

.btn.red-haze:not(.btn-outline) {
  color: #fff;
  background-color: #f36a5a;
  border-color: #f36a5a;
}

.btn.red-haze:not(.btn-outline).active,
.btn.red-haze:not(.btn-outline).focus,
.btn.red-haze:not(.btn-outline):active,
.btn.red-haze:not(.btn-outline):focus,
.btn.red-haze:not(.btn-outline):hover,
.open > .btn.red-haze:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #f03f2a;
  border-color: #f03f2a;
}

.btn.red-haze:not(.btn-outline).active.focus,
.btn.red-haze:not(.btn-outline).active:focus,
.btn.red-haze:not(.btn-outline).active:hover,
.btn.red-haze:not(.btn-outline):active.focus,
.btn.red-haze:not(.btn-outline):active:focus,
.btn.red-haze:not(.btn-outline):active:hover,
.open > .btn.red-haze:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.red-haze:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.red-haze:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #ef321c;
  border-color: #ef321c;
}

.btn.red-haze:not(.btn-outline).active,
.btn.red-haze:not(.btn-outline):active,
.open > .btn.red-haze:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.red-haze:not(.btn-outline).disabled,
.btn.red-haze:not(.btn-outline).disabled.active,
.btn.red-haze:not(.btn-outline).disabled.focus,
.btn.red-haze:not(.btn-outline).disabled:active,
.btn.red-haze:not(.btn-outline).disabled:focus,
.btn.red-haze:not(.btn-outline).disabled:hover,
.btn.red-haze:not(.btn-outline)[disabled],
.btn.red-haze:not(.btn-outline)[disabled].active,
.btn.red-haze:not(.btn-outline)[disabled].focus,
.btn.red-haze:not(.btn-outline)[disabled]:active,
.btn.red-haze:not(.btn-outline)[disabled]:focus,
.btn.red-haze:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-haze:not(.btn-outline),
fieldset[disabled] .btn.red-haze:not(.btn-outline).active,
fieldset[disabled] .btn.red-haze:not(.btn-outline).focus,
fieldset[disabled] .btn.red-haze:not(.btn-outline):active,
fieldset[disabled] .btn.red-haze:not(.btn-outline):focus,
fieldset[disabled] .btn.red-haze:not(.btn-outline):hover {
  background-color: #f36a5a;
  border-color: #f36a5a;
}

.btn.red-haze:not(.btn-outline) .badge {
  color: #f36a5a;
  background-color: #fff;
}

.btn.btn-outline.red-haze {
  border-color: #f36a5a;
  color: #f36a5a;
  background: 0 0;
}

.btn.btn-outline.red-haze.active,
.btn.btn-outline.red-haze:active,
.btn.btn-outline.red-haze:active:focus,
.btn.btn-outline.red-haze:active:hover,
.btn.btn-outline.red-haze:focus,
.btn.btn-outline.red-haze:hover {
  border-color: #f36a5a;
  color: #fff;
  background-color: #f36a5a;
}

.btn.red-haze-stripe {
  border-left: 4px solid #f36a5a !important;
}

.btn.red-mint:not(.btn-outline) {
  color: #fff;
  background-color: #e43a45;
  border-color: #e43a45;
}

.btn.red-mint:not(.btn-outline).active,
.btn.red-mint:not(.btn-outline).focus,
.btn.red-mint:not(.btn-outline):active,
.btn.red-mint:not(.btn-outline):focus,
.btn.red-mint:not(.btn-outline):hover,
.open > .btn.red-mint:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #cf1c28;
  border-color: #cf1c28;
}

.btn.red-mint:not(.btn-outline).active.focus,
.btn.red-mint:not(.btn-outline).active:focus,
.btn.red-mint:not(.btn-outline).active:hover,
.btn.red-mint:not(.btn-outline):active.focus,
.btn.red-mint:not(.btn-outline):active:focus,
.btn.red-mint:not(.btn-outline):active:hover,
.open > .btn.red-mint:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.red-mint:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.red-mint:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #c11a25;
  border-color: #c11a25;
}

.btn.red-mint:not(.btn-outline).active,
.btn.red-mint:not(.btn-outline):active,
.open > .btn.red-mint:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.red-mint:not(.btn-outline).disabled,
.btn.red-mint:not(.btn-outline).disabled.active,
.btn.red-mint:not(.btn-outline).disabled.focus,
.btn.red-mint:not(.btn-outline).disabled:active,
.btn.red-mint:not(.btn-outline).disabled:focus,
.btn.red-mint:not(.btn-outline).disabled:hover,
.btn.red-mint:not(.btn-outline)[disabled],
.btn.red-mint:not(.btn-outline)[disabled].active,
.btn.red-mint:not(.btn-outline)[disabled].focus,
.btn.red-mint:not(.btn-outline)[disabled]:active,
.btn.red-mint:not(.btn-outline)[disabled]:focus,
.btn.red-mint:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red-mint:not(.btn-outline),
fieldset[disabled] .btn.red-mint:not(.btn-outline).active,
fieldset[disabled] .btn.red-mint:not(.btn-outline).focus,
fieldset[disabled] .btn.red-mint:not(.btn-outline):active,
fieldset[disabled] .btn.red-mint:not(.btn-outline):focus,
fieldset[disabled] .btn.red-mint:not(.btn-outline):hover {
  background-color: #e43a45;
  border-color: #e43a45;
}

.btn.red-mint:not(.btn-outline) .badge {
  color: #e43a45;
  background-color: #fff;
}

.btn.btn-outline.red-mint {
  border-color: #e43a45;
  color: #e43a45;
  background: 0 0;
}

.btn.btn-outline.red-mint.active,
.btn.btn-outline.red-mint:active,
.btn.btn-outline.red-mint:active:focus,
.btn.btn-outline.red-mint:active:hover,
.btn.btn-outline.red-mint:focus,
.btn.btn-outline.red-mint:hover {
  border-color: #e43a45;
  color: #fff;
  background-color: #e43a45;
}

.btn.red-mint-stripe {
  border-left: 4px solid #e43a45 !important;
}

.btn.yellow:not(.btn-outline) {
  color: #fff;
  background-color: #c49f47;
  border-color: #c49f47;
}

.btn.yellow:not(.btn-outline).active,
.btn.yellow:not(.btn-outline).focus,
.btn.yellow:not(.btn-outline):active,
.btn.yellow:not(.btn-outline):focus,
.btn.yellow:not(.btn-outline):hover,
.open > .btn.yellow:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #a48334;
  border-color: #a48334;
}

.btn.yellow:not(.btn-outline).active.focus,
.btn.yellow:not(.btn-outline).active:focus,
.btn.yellow:not(.btn-outline).active:hover,
.btn.yellow:not(.btn-outline):active.focus,
.btn.yellow:not(.btn-outline):active:focus,
.btn.yellow:not(.btn-outline):active:hover,
.open > .btn.yellow:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.yellow:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.yellow:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #987931;
  border-color: #987931;
}

.btn.yellow:not(.btn-outline).active,
.btn.yellow:not(.btn-outline):active,
.open > .btn.yellow:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.yellow:not(.btn-outline).disabled,
.btn.yellow:not(.btn-outline).disabled.active,
.btn.yellow:not(.btn-outline).disabled.focus,
.btn.yellow:not(.btn-outline).disabled:active,
.btn.yellow:not(.btn-outline).disabled:focus,
.btn.yellow:not(.btn-outline).disabled:hover,
.btn.yellow:not(.btn-outline)[disabled],
.btn.yellow:not(.btn-outline)[disabled].active,
.btn.yellow:not(.btn-outline)[disabled].focus,
.btn.yellow:not(.btn-outline)[disabled]:active,
.btn.yellow:not(.btn-outline)[disabled]:focus,
.btn.yellow:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow:not(.btn-outline),
fieldset[disabled] .btn.yellow:not(.btn-outline).active,
fieldset[disabled] .btn.yellow:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow:not(.btn-outline):active,
fieldset[disabled] .btn.yellow:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow:not(.btn-outline):hover {
  background-color: #c49f47;
  border-color: #c49f47;
}

.btn.yellow:not(.btn-outline) .badge {
  color: #c49f47;
  background-color: #fff;
}

.btn.btn-outline.yellow {
  border-color: #c49f47;
  color: #c49f47;
  background: 0 0;
}

.btn.btn-outline.yellow.active,
.btn.btn-outline.yellow:active,
.btn.btn-outline.yellow:active:focus,
.btn.btn-outline.yellow:active:hover,
.btn.btn-outline.yellow:focus,
.btn.btn-outline.yellow:hover {
  border-color: #c49f47;
  color: #fff;
  background-color: #c49f47;
}

.btn.yellow-stripe {
  border-left: 4px solid #c49f47 !important;
}

.btn.yellow-gold:not(.btn-outline) {
  color: #fff;
  background-color: #E87E04;
  border-color: #E87E04;
}

.btn.yellow-gold:not(.btn-outline).active,
.btn.yellow-gold:not(.btn-outline).focus,
.btn.yellow-gold:not(.btn-outline):active,
.btn.yellow-gold:not(.btn-outline):focus,
.btn.yellow-gold:not(.btn-outline):hover,
.open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #b66303;
  border-color: #b66303;
}

.btn.yellow-gold:not(.btn-outline).active.focus,
.btn.yellow-gold:not(.btn-outline).active:focus,
.btn.yellow-gold:not(.btn-outline).active:hover,
.btn.yellow-gold:not(.btn-outline):active.focus,
.btn.yellow-gold:not(.btn-outline):active:focus,
.btn.yellow-gold:not(.btn-outline):active:hover,
.open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #a75b03;
  border-color: #a75b03;
}

.btn.yellow-gold:not(.btn-outline).active,
.btn.yellow-gold:not(.btn-outline):active,
.open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.yellow-gold:not(.btn-outline).disabled,
.btn.yellow-gold:not(.btn-outline).disabled.active,
.btn.yellow-gold:not(.btn-outline).disabled.focus,
.btn.yellow-gold:not(.btn-outline).disabled:active,
.btn.yellow-gold:not(.btn-outline).disabled:focus,
.btn.yellow-gold:not(.btn-outline).disabled:hover,
.btn.yellow-gold:not(.btn-outline)[disabled],
.btn.yellow-gold:not(.btn-outline)[disabled].active,
.btn.yellow-gold:not(.btn-outline)[disabled].focus,
.btn.yellow-gold:not(.btn-outline)[disabled]:active,
.btn.yellow-gold:not(.btn-outline)[disabled]:focus,
.btn.yellow-gold:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-gold:not(.btn-outline),
fieldset[disabled] .btn.yellow-gold:not(.btn-outline).active,
fieldset[disabled] .btn.yellow-gold:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-gold:not(.btn-outline):active,
fieldset[disabled] .btn.yellow-gold:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-gold:not(.btn-outline):hover {
  background-color: #E87E04;
  border-color: #E87E04;
}

.btn.yellow-gold:not(.btn-outline) .badge {
  color: #E87E04;
  background-color: #fff;
}

.btn.btn-outline.yellow-gold {
  border-color: #E87E04;
  color: #E87E04;
  background: 0 0;
}

.btn.btn-outline.yellow-gold.active,
.btn.btn-outline.yellow-gold:active,
.btn.btn-outline.yellow-gold:active:focus,
.btn.btn-outline.yellow-gold:active:hover,
.btn.btn-outline.yellow-gold:focus,
.btn.btn-outline.yellow-gold:hover {
  border-color: #E87E04;
  color: #fff;
  background-color: #E87E04;
}

.btn.yellow-gold-stripe {
  border-left: 4px solid #E87E04 !important;
}

.btn.yellow-casablanca:not(.btn-outline) {
  color: #fff;
  background-color: #f2784b;
  border-color: #f2784b;
}

.btn.yellow-casablanca:not(.btn-outline).active,
.btn.yellow-casablanca:not(.btn-outline).focus,
.btn.yellow-casablanca:not(.btn-outline):active,
.btn.yellow-casablanca:not(.btn-outline):focus,
.btn.yellow-casablanca:not(.btn-outline):hover,
.open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #ef541b;
  border-color: #ef541b;
}

.btn.yellow-casablanca:not(.btn-outline).active.focus,
.btn.yellow-casablanca:not(.btn-outline).active:focus,
.btn.yellow-casablanca:not(.btn-outline).active:hover,
.btn.yellow-casablanca:not(.btn-outline):active.focus,
.btn.yellow-casablanca:not(.btn-outline):active:focus,
.btn.yellow-casablanca:not(.btn-outline):active:hover,
.open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #ea4b11;
  border-color: #ea4b11;
}

.btn.yellow-casablanca:not(.btn-outline).active,
.btn.yellow-casablanca:not(.btn-outline):active,
.open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.yellow-casablanca:not(.btn-outline).disabled,
.btn.yellow-casablanca:not(.btn-outline).disabled.active,
.btn.yellow-casablanca:not(.btn-outline).disabled.focus,
.btn.yellow-casablanca:not(.btn-outline).disabled:active,
.btn.yellow-casablanca:not(.btn-outline).disabled:focus,
.btn.yellow-casablanca:not(.btn-outline).disabled:hover,
.btn.yellow-casablanca:not(.btn-outline)[disabled],
.btn.yellow-casablanca:not(.btn-outline)[disabled].active,
.btn.yellow-casablanca:not(.btn-outline)[disabled].focus,
.btn.yellow-casablanca:not(.btn-outline)[disabled]:active,
.btn.yellow-casablanca:not(.btn-outline)[disabled]:focus,
.btn.yellow-casablanca:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline),
fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline).active,
fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline):active,
fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline):hover {
  background-color: #f2784b;
  border-color: #f2784b;
}

.btn.yellow-casablanca:not(.btn-outline) .badge {
  color: #f2784b;
  background-color: #fff;
}

.btn.btn-outline.yellow-casablanca {
  border-color: #f2784b;
  color: #f2784b;
  background: 0 0;
}

.btn.btn-outline.yellow-casablanca.active,
.btn.btn-outline.yellow-casablanca:active,
.btn.btn-outline.yellow-casablanca:active:focus,
.btn.btn-outline.yellow-casablanca:active:hover,
.btn.btn-outline.yellow-casablanca:focus,
.btn.btn-outline.yellow-casablanca:hover {
  border-color: #f2784b;
  color: #fff;
  background-color: #f2784b;
}

.btn.yellow-casablanca-stripe {
  border-left: 4px solid #f2784b !important;
}

.btn.yellow-crusta:not(.btn-outline) {
  color: #fff;
  background-color: #f3c200;
  border-color: #f3c200;
}

.btn.yellow-crusta:not(.btn-outline).active,
.btn.yellow-crusta:not(.btn-outline).focus,
.btn.yellow-crusta:not(.btn-outline):active,
.btn.yellow-crusta:not(.btn-outline):focus,
.btn.yellow-crusta:not(.btn-outline):hover,
.open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #c09900;
  border-color: #c09900;
}

.btn.yellow-crusta:not(.btn-outline).active.focus,
.btn.yellow-crusta:not(.btn-outline).active:focus,
.btn.yellow-crusta:not(.btn-outline).active:hover,
.btn.yellow-crusta:not(.btn-outline):active.focus,
.btn.yellow-crusta:not(.btn-outline):active:focus,
.btn.yellow-crusta:not(.btn-outline):active:hover,
.open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #b18d00;
  border-color: #b18d00;
}

.btn.yellow-crusta:not(.btn-outline).active,
.btn.yellow-crusta:not(.btn-outline):active,
.open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.yellow-crusta:not(.btn-outline).disabled,
.btn.yellow-crusta:not(.btn-outline).disabled.active,
.btn.yellow-crusta:not(.btn-outline).disabled.focus,
.btn.yellow-crusta:not(.btn-outline).disabled:active,
.btn.yellow-crusta:not(.btn-outline).disabled:focus,
.btn.yellow-crusta:not(.btn-outline).disabled:hover,
.btn.yellow-crusta:not(.btn-outline)[disabled],
.btn.yellow-crusta:not(.btn-outline)[disabled].active,
.btn.yellow-crusta:not(.btn-outline)[disabled].focus,
.btn.yellow-crusta:not(.btn-outline)[disabled]:active,
.btn.yellow-crusta:not(.btn-outline)[disabled]:focus,
.btn.yellow-crusta:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-crusta:not(.btn-outline),
fieldset[disabled] .btn.yellow-crusta:not(.btn-outline).active,
fieldset[disabled] .btn.yellow-crusta:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-crusta:not(.btn-outline):active,
fieldset[disabled] .btn.yellow-crusta:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-crusta:not(.btn-outline):hover {
  background-color: #f3c200;
  border-color: #f3c200;
}

.btn.yellow-crusta:not(.btn-outline) .badge {
  color: #f3c200;
  background-color: #fff;
}

.btn.btn-outline.yellow-crusta {
  border-color: #f3c200;
  color: #f3c200;
  background: 0 0;
}

.btn.btn-outline.yellow-crusta.active,
.btn.btn-outline.yellow-crusta:active,
.btn.btn-outline.yellow-crusta:active:focus,
.btn.btn-outline.yellow-crusta:active:hover,
.btn.btn-outline.yellow-crusta:focus,
.btn.btn-outline.yellow-crusta:hover {
  border-color: #f3c200;
  color: #fff;
  background-color: #f3c200;
}

.btn.yellow-crusta-stripe {
  border-left: 4px solid #f3c200 !important;
}

.btn.yellow-lemon:not(.btn-outline) {
  color: #fff;
  background-color: #F7CA18;
  border-color: #F7CA18;
}

.btn.yellow-lemon:not(.btn-outline).active,
.btn.yellow-lemon:not(.btn-outline).focus,
.btn.yellow-lemon:not(.btn-outline):active,
.btn.yellow-lemon:not(.btn-outline):focus,
.btn.yellow-lemon:not(.btn-outline):hover,
.open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #d5ab07;
  border-color: #d5ab07;
}

.btn.yellow-lemon:not(.btn-outline).active.focus,
.btn.yellow-lemon:not(.btn-outline).active:focus,
.btn.yellow-lemon:not(.btn-outline).active:hover,
.btn.yellow-lemon:not(.btn-outline):active.focus,
.btn.yellow-lemon:not(.btn-outline):active:focus,
.btn.yellow-lemon:not(.btn-outline):active:hover,
.open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #c69f07;
  border-color: #c69f07;
}

.btn.yellow-lemon:not(.btn-outline).active,
.btn.yellow-lemon:not(.btn-outline):active,
.open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.yellow-lemon:not(.btn-outline).disabled,
.btn.yellow-lemon:not(.btn-outline).disabled.active,
.btn.yellow-lemon:not(.btn-outline).disabled.focus,
.btn.yellow-lemon:not(.btn-outline).disabled:active,
.btn.yellow-lemon:not(.btn-outline).disabled:focus,
.btn.yellow-lemon:not(.btn-outline).disabled:hover,
.btn.yellow-lemon:not(.btn-outline)[disabled],
.btn.yellow-lemon:not(.btn-outline)[disabled].active,
.btn.yellow-lemon:not(.btn-outline)[disabled].focus,
.btn.yellow-lemon:not(.btn-outline)[disabled]:active,
.btn.yellow-lemon:not(.btn-outline)[disabled]:focus,
.btn.yellow-lemon:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-lemon:not(.btn-outline),
fieldset[disabled] .btn.yellow-lemon:not(.btn-outline).active,
fieldset[disabled] .btn.yellow-lemon:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-lemon:not(.btn-outline):active,
fieldset[disabled] .btn.yellow-lemon:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-lemon:not(.btn-outline):hover {
  background-color: #F7CA18;
  border-color: #F7CA18;
}

.btn.yellow-lemon:not(.btn-outline) .badge {
  color: #F7CA18;
  background-color: #fff;
}

.btn.btn-outline.yellow-lemon {
  border-color: #F7CA18;
  color: #F7CA18;
  background: 0 0;
}

.btn.btn-outline.yellow-lemon.active,
.btn.btn-outline.yellow-lemon:active,
.btn.btn-outline.yellow-lemon:active:focus,
.btn.btn-outline.yellow-lemon:active:hover,
.btn.btn-outline.yellow-lemon:focus,
.btn.btn-outline.yellow-lemon:hover {
  border-color: #F7CA18;
  color: #fff;
  background-color: #F7CA18;
}

.btn.yellow-lemon-stripe {
  border-left: 4px solid #F7CA18 !important;
}

.btn.yellow-saffron:not(.btn-outline) {
  color: #fff;
  background-color: #F4D03F;
  border-color: #F4D03F;
}

.btn.yellow-saffron:not(.btn-outline).active,
.btn.yellow-saffron:not(.btn-outline).focus,
.btn.yellow-saffron:not(.btn-outline):active,
.btn.yellow-saffron:not(.btn-outline):focus,
.btn.yellow-saffron:not(.btn-outline):hover,
.open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}

.btn.yellow-saffron:not(.btn-outline).active.focus,
.btn.yellow-saffron:not(.btn-outline).active:focus,
.btn.yellow-saffron:not(.btn-outline).active:hover,
.btn.yellow-saffron:not(.btn-outline):active.focus,
.btn.yellow-saffron:not(.btn-outline):active:focus,
.btn.yellow-saffron:not(.btn-outline):active:hover,
.open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #e4b90d;
  border-color: #e4b90d;
}

.btn.yellow-saffron:not(.btn-outline).active,
.btn.yellow-saffron:not(.btn-outline):active,
.open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.yellow-saffron:not(.btn-outline).disabled,
.btn.yellow-saffron:not(.btn-outline).disabled.active,
.btn.yellow-saffron:not(.btn-outline).disabled.focus,
.btn.yellow-saffron:not(.btn-outline).disabled:active,
.btn.yellow-saffron:not(.btn-outline).disabled:focus,
.btn.yellow-saffron:not(.btn-outline).disabled:hover,
.btn.yellow-saffron:not(.btn-outline)[disabled],
.btn.yellow-saffron:not(.btn-outline)[disabled].active,
.btn.yellow-saffron:not(.btn-outline)[disabled].focus,
.btn.yellow-saffron:not(.btn-outline)[disabled]:active,
.btn.yellow-saffron:not(.btn-outline)[disabled]:focus,
.btn.yellow-saffron:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-saffron:not(.btn-outline),
fieldset[disabled] .btn.yellow-saffron:not(.btn-outline).active,
fieldset[disabled] .btn.yellow-saffron:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-saffron:not(.btn-outline):active,
fieldset[disabled] .btn.yellow-saffron:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-saffron:not(.btn-outline):hover {
  background-color: #F4D03F;
  border-color: #F4D03F;
}

.btn.yellow-saffron:not(.btn-outline) .badge {
  color: #F4D03F;
  background-color: #fff;
}

.btn.btn-outline.yellow-saffron {
  border-color: #F4D03F;
  color: #F4D03F;
  background: 0 0;
}

.btn.btn-outline.yellow-saffron.active,
.btn.btn-outline.yellow-saffron:active,
.btn.btn-outline.yellow-saffron:active:focus,
.btn.btn-outline.yellow-saffron:active:hover,
.btn.btn-outline.yellow-saffron:focus,
.btn.btn-outline.yellow-saffron:hover {
  border-color: #F4D03F;
  color: #fff;
  background-color: #F4D03F;
}

.btn.yellow-saffron-stripe {
  border-left: 4px solid #F4D03F !important;
}

.btn.yellow-soft:not(.btn-outline) {
  color: #fff;
  background-color: #c8d046;
  border-color: #c8d046;
}

.btn.yellow-soft:not(.btn-outline).active,
.btn.yellow-soft:not(.btn-outline).focus,
.btn.yellow-soft:not(.btn-outline):active,
.btn.yellow-soft:not(.btn-outline):focus,
.btn.yellow-soft:not(.btn-outline):hover,
.open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #adb52e;
  border-color: #adb52e;
}

.btn.yellow-soft:not(.btn-outline).active.focus,
.btn.yellow-soft:not(.btn-outline).active:focus,
.btn.yellow-soft:not(.btn-outline).active:hover,
.btn.yellow-soft:not(.btn-outline):active.focus,
.btn.yellow-soft:not(.btn-outline):active:focus,
.btn.yellow-soft:not(.btn-outline):active:hover,
.open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #a2a92b;
  border-color: #a2a92b;
}

.btn.yellow-soft:not(.btn-outline).active,
.btn.yellow-soft:not(.btn-outline):active,
.open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.yellow-soft:not(.btn-outline).disabled,
.btn.yellow-soft:not(.btn-outline).disabled.active,
.btn.yellow-soft:not(.btn-outline).disabled.focus,
.btn.yellow-soft:not(.btn-outline).disabled:active,
.btn.yellow-soft:not(.btn-outline).disabled:focus,
.btn.yellow-soft:not(.btn-outline).disabled:hover,
.btn.yellow-soft:not(.btn-outline)[disabled],
.btn.yellow-soft:not(.btn-outline)[disabled].active,
.btn.yellow-soft:not(.btn-outline)[disabled].focus,
.btn.yellow-soft:not(.btn-outline)[disabled]:active,
.btn.yellow-soft:not(.btn-outline)[disabled]:focus,
.btn.yellow-soft:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-soft:not(.btn-outline),
fieldset[disabled] .btn.yellow-soft:not(.btn-outline).active,
fieldset[disabled] .btn.yellow-soft:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-soft:not(.btn-outline):active,
fieldset[disabled] .btn.yellow-soft:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-soft:not(.btn-outline):hover {
  background-color: #c8d046;
  border-color: #c8d046;
}

.btn.yellow-soft:not(.btn-outline) .badge {
  color: #c8d046;
  background-color: #fff;
}

.btn.btn-outline.yellow-soft {
  border-color: #c8d046;
  color: #c8d046;
  background: 0 0;
}

.btn.btn-outline.yellow-soft.active,
.btn.btn-outline.yellow-soft:active,
.btn.btn-outline.yellow-soft:active:focus,
.btn.btn-outline.yellow-soft:active:hover,
.btn.btn-outline.yellow-soft:focus,
.btn.btn-outline.yellow-soft:hover {
  border-color: #c8d046;
  color: #fff;
  background-color: #c8d046;
}

.btn.yellow-soft-stripe {
  border-left: 4px solid #c8d046 !important;
}

.btn.yellow-haze:not(.btn-outline) {
  color: #fff;
  background-color: #c5bf66;
  border-color: #c5bf66;
}

.btn.yellow-haze:not(.btn-outline).active,
.btn.yellow-haze:not(.btn-outline).focus,
.btn.yellow-haze:not(.btn-outline):active,
.btn.yellow-haze:not(.btn-outline):focus,
.btn.yellow-haze:not(.btn-outline):hover,
.open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #b4ad44;
  border-color: #b4ad44;
}

.btn.yellow-haze:not(.btn-outline).active.focus,
.btn.yellow-haze:not(.btn-outline).active:focus,
.btn.yellow-haze:not(.btn-outline).active:hover,
.btn.yellow-haze:not(.btn-outline):active.focus,
.btn.yellow-haze:not(.btn-outline):active:focus,
.btn.yellow-haze:not(.btn-outline):active:hover,
.open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #a9a240;
  border-color: #a9a240;
}

.btn.yellow-haze:not(.btn-outline).active,
.btn.yellow-haze:not(.btn-outline):active,
.open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.yellow-haze:not(.btn-outline).disabled,
.btn.yellow-haze:not(.btn-outline).disabled.active,
.btn.yellow-haze:not(.btn-outline).disabled.focus,
.btn.yellow-haze:not(.btn-outline).disabled:active,
.btn.yellow-haze:not(.btn-outline).disabled:focus,
.btn.yellow-haze:not(.btn-outline).disabled:hover,
.btn.yellow-haze:not(.btn-outline)[disabled],
.btn.yellow-haze:not(.btn-outline)[disabled].active,
.btn.yellow-haze:not(.btn-outline)[disabled].focus,
.btn.yellow-haze:not(.btn-outline)[disabled]:active,
.btn.yellow-haze:not(.btn-outline)[disabled]:focus,
.btn.yellow-haze:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-haze:not(.btn-outline),
fieldset[disabled] .btn.yellow-haze:not(.btn-outline).active,
fieldset[disabled] .btn.yellow-haze:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-haze:not(.btn-outline):active,
fieldset[disabled] .btn.yellow-haze:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-haze:not(.btn-outline):hover {
  background-color: #c5bf66;
  border-color: #c5bf66;
}

.btn.yellow-haze:not(.btn-outline) .badge {
  color: #c5bf66;
  background-color: #fff;
}

.btn.btn-outline.yellow-haze {
  border-color: #c5bf66;
  color: #c5bf66;
  background: 0 0;
}

.btn.btn-outline.yellow-haze.active,
.btn.btn-outline.yellow-haze:active,
.btn.btn-outline.yellow-haze:active:focus,
.btn.btn-outline.yellow-haze:active:hover,
.btn.btn-outline.yellow-haze:focus,
.btn.btn-outline.yellow-haze:hover {
  border-color: #c5bf66;
  color: #fff;
  background-color: #c5bf66;
}

.btn.yellow-haze-stripe {
  border-left: 4px solid #c5bf66 !important;
}

.btn.yellow-mint:not(.btn-outline) {
  color: #fff;
  background-color: #c5b96b;
  border-color: #c5b96b;
}

.btn.yellow-mint:not(.btn-outline).active,
.btn.yellow-mint:not(.btn-outline).focus,
.btn.yellow-mint:not(.btn-outline):active,
.btn.yellow-mint:not(.btn-outline):focus,
.btn.yellow-mint:not(.btn-outline):hover,
.open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #b6a747;
  border-color: #b6a747;
}

.btn.yellow-mint:not(.btn-outline).active.focus,
.btn.yellow-mint:not(.btn-outline).active:focus,
.btn.yellow-mint:not(.btn-outline).active:hover,
.btn.yellow-mint:not(.btn-outline):active.focus,
.btn.yellow-mint:not(.btn-outline):active:focus,
.btn.yellow-mint:not(.btn-outline):active:hover,
.open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #ab9d43;
  border-color: #ab9d43;
}

.btn.yellow-mint:not(.btn-outline).active,
.btn.yellow-mint:not(.btn-outline):active,
.open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.yellow-mint:not(.btn-outline).disabled,
.btn.yellow-mint:not(.btn-outline).disabled.active,
.btn.yellow-mint:not(.btn-outline).disabled.focus,
.btn.yellow-mint:not(.btn-outline).disabled:active,
.btn.yellow-mint:not(.btn-outline).disabled:focus,
.btn.yellow-mint:not(.btn-outline).disabled:hover,
.btn.yellow-mint:not(.btn-outline)[disabled],
.btn.yellow-mint:not(.btn-outline)[disabled].active,
.btn.yellow-mint:not(.btn-outline)[disabled].focus,
.btn.yellow-mint:not(.btn-outline)[disabled]:active,
.btn.yellow-mint:not(.btn-outline)[disabled]:focus,
.btn.yellow-mint:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow-mint:not(.btn-outline),
fieldset[disabled] .btn.yellow-mint:not(.btn-outline).active,
fieldset[disabled] .btn.yellow-mint:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow-mint:not(.btn-outline):active,
fieldset[disabled] .btn.yellow-mint:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-mint:not(.btn-outline):hover {
  background-color: #c5b96b;
  border-color: #c5b96b;
}

.btn.yellow-mint:not(.btn-outline) .badge {
  color: #c5b96b;
  background-color: #fff;
}

.btn.btn-outline.yellow-mint {
  border-color: #c5b96b;
  color: #c5b96b;
  background: 0 0;
}

.btn.btn-outline.yellow-mint.active,
.btn.btn-outline.yellow-mint:active,
.btn.btn-outline.yellow-mint:active:focus,
.btn.btn-outline.yellow-mint:active:hover,
.btn.btn-outline.yellow-mint:focus,
.btn.btn-outline.yellow-mint:hover {
  border-color: #c5b96b;
  color: #fff;
  background-color: #c5b96b;
}

.btn.yellow-mint-stripe {
  border-left: 4px solid #c5b96b !important;
}

.btn.purple:not(.btn-outline) {
  color: #fff;
  background-color: #8E44AD;
  border-color: #8E44AD;
}

.btn.purple:not(.btn-outline).active,
.btn.purple:not(.btn-outline).focus,
.btn.purple:not(.btn-outline):active,
.btn.purple:not(.btn-outline):focus,
.btn.purple:not(.btn-outline):hover,
.open > .btn.purple:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #703688;
  border-color: #703688;
}

.btn.purple:not(.btn-outline).active.focus,
.btn.purple:not(.btn-outline).active:focus,
.btn.purple:not(.btn-outline).active:hover,
.btn.purple:not(.btn-outline):active.focus,
.btn.purple:not(.btn-outline):active:focus,
.btn.purple:not(.btn-outline):active:hover,
.open > .btn.purple:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.purple:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.purple:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #67317d;
  border-color: #67317d;
}

.btn.purple:not(.btn-outline).active,
.btn.purple:not(.btn-outline):active,
.open > .btn.purple:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.purple:not(.btn-outline).disabled,
.btn.purple:not(.btn-outline).disabled.active,
.btn.purple:not(.btn-outline).disabled.focus,
.btn.purple:not(.btn-outline).disabled:active,
.btn.purple:not(.btn-outline).disabled:focus,
.btn.purple:not(.btn-outline).disabled:hover,
.btn.purple:not(.btn-outline)[disabled],
.btn.purple:not(.btn-outline)[disabled].active,
.btn.purple:not(.btn-outline)[disabled].focus,
.btn.purple:not(.btn-outline)[disabled]:active,
.btn.purple:not(.btn-outline)[disabled]:focus,
.btn.purple:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple:not(.btn-outline),
fieldset[disabled] .btn.purple:not(.btn-outline).active,
fieldset[disabled] .btn.purple:not(.btn-outline).focus,
fieldset[disabled] .btn.purple:not(.btn-outline):active,
fieldset[disabled] .btn.purple:not(.btn-outline):focus,
fieldset[disabled] .btn.purple:not(.btn-outline):hover {
  background-color: #8E44AD;
  border-color: #8E44AD;
}

.btn.purple:not(.btn-outline) .badge {
  color: #8E44AD;
  background-color: #fff;
}

.btn.btn-outline.purple {
  border-color: #8E44AD;
  color: #8E44AD;
  background: 0 0;
}

.btn.btn-outline.purple.active,
.btn.btn-outline.purple:active,
.btn.btn-outline.purple:active:focus,
.btn.btn-outline.purple:active:hover,
.btn.btn-outline.purple:focus,
.btn.btn-outline.purple:hover {
  border-color: #8E44AD;
  color: #fff;
  background-color: #8E44AD;
}

.btn.purple-stripe {
  border-left: 4px solid #8E44AD !important;
}

.btn.purple-plum:not(.btn-outline) {
  color: #fff;
  background-color: #8775a7;
  border-color: #8775a7;
}

.btn.purple-plum:not(.btn-outline).active,
.btn.purple-plum:not(.btn-outline).focus,
.btn.purple-plum:not(.btn-outline):active,
.btn.purple-plum:not(.btn-outline):focus,
.btn.purple-plum:not(.btn-outline):hover,
.open > .btn.purple-plum:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #6d5b8e;
  border-color: #6d5b8e;
}

.btn.purple-plum:not(.btn-outline).active.focus,
.btn.purple-plum:not(.btn-outline).active:focus,
.btn.purple-plum:not(.btn-outline).active:hover,
.btn.purple-plum:not(.btn-outline):active.focus,
.btn.purple-plum:not(.btn-outline):active:focus,
.btn.purple-plum:not(.btn-outline):active:hover,
.open > .btn.purple-plum:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.purple-plum:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.purple-plum:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #665585;
  border-color: #665585;
}

.btn.purple-plum:not(.btn-outline).active,
.btn.purple-plum:not(.btn-outline):active,
.open > .btn.purple-plum:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.purple-plum:not(.btn-outline).disabled,
.btn.purple-plum:not(.btn-outline).disabled.active,
.btn.purple-plum:not(.btn-outline).disabled.focus,
.btn.purple-plum:not(.btn-outline).disabled:active,
.btn.purple-plum:not(.btn-outline).disabled:focus,
.btn.purple-plum:not(.btn-outline).disabled:hover,
.btn.purple-plum:not(.btn-outline)[disabled],
.btn.purple-plum:not(.btn-outline)[disabled].active,
.btn.purple-plum:not(.btn-outline)[disabled].focus,
.btn.purple-plum:not(.btn-outline)[disabled]:active,
.btn.purple-plum:not(.btn-outline)[disabled]:focus,
.btn.purple-plum:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-plum:not(.btn-outline),
fieldset[disabled] .btn.purple-plum:not(.btn-outline).active,
fieldset[disabled] .btn.purple-plum:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-plum:not(.btn-outline):active,
fieldset[disabled] .btn.purple-plum:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-plum:not(.btn-outline):hover {
  background-color: #8775a7;
  border-color: #8775a7;
}

.btn.purple-plum:not(.btn-outline) .badge {
  color: #8775a7;
  background-color: #fff;
}

.btn.btn-outline.purple-plum {
  border-color: #8775a7;
  color: #8775a7;
  background: 0 0;
}

.btn.btn-outline.purple-plum.active,
.btn.btn-outline.purple-plum:active,
.btn.btn-outline.purple-plum:active:focus,
.btn.btn-outline.purple-plum:active:hover,
.btn.btn-outline.purple-plum:focus,
.btn.btn-outline.purple-plum:hover {
  border-color: #8775a7;
  color: #fff;
  background-color: #8775a7;
}

.btn.purple-plum-stripe {
  border-left: 4px solid #8775a7 !important;
}

.btn.purple-medium:not(.btn-outline) {
  color: #fff;
  background-color: #BF55EC;
  border-color: #BF55EC;
}

.btn.purple-medium:not(.btn-outline).active,
.btn.purple-medium:not(.btn-outline).focus,
.btn.purple-medium:not(.btn-outline):active,
.btn.purple-medium:not(.btn-outline):focus,
.btn.purple-medium:not(.btn-outline):hover,
.open > .btn.purple-medium:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #ae27e7;
  border-color: #ae27e7;
}

.btn.purple-medium:not(.btn-outline).active.focus,
.btn.purple-medium:not(.btn-outline).active:focus,
.btn.purple-medium:not(.btn-outline).active:hover,
.btn.purple-medium:not(.btn-outline):active.focus,
.btn.purple-medium:not(.btn-outline):active:focus,
.btn.purple-medium:not(.btn-outline):active:hover,
.open > .btn.purple-medium:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.purple-medium:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.purple-medium:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #a81ae5;
  border-color: #a81ae5;
}

.btn.purple-medium:not(.btn-outline).active,
.btn.purple-medium:not(.btn-outline):active,
.open > .btn.purple-medium:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.purple-medium:not(.btn-outline).disabled,
.btn.purple-medium:not(.btn-outline).disabled.active,
.btn.purple-medium:not(.btn-outline).disabled.focus,
.btn.purple-medium:not(.btn-outline).disabled:active,
.btn.purple-medium:not(.btn-outline).disabled:focus,
.btn.purple-medium:not(.btn-outline).disabled:hover,
.btn.purple-medium:not(.btn-outline)[disabled],
.btn.purple-medium:not(.btn-outline)[disabled].active,
.btn.purple-medium:not(.btn-outline)[disabled].focus,
.btn.purple-medium:not(.btn-outline)[disabled]:active,
.btn.purple-medium:not(.btn-outline)[disabled]:focus,
.btn.purple-medium:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-medium:not(.btn-outline),
fieldset[disabled] .btn.purple-medium:not(.btn-outline).active,
fieldset[disabled] .btn.purple-medium:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-medium:not(.btn-outline):active,
fieldset[disabled] .btn.purple-medium:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-medium:not(.btn-outline):hover {
  background-color: #BF55EC;
  border-color: #BF55EC;
}

.btn.purple-medium:not(.btn-outline) .badge {
  color: #BF55EC;
  background-color: #fff;
}

.btn.btn-outline.purple-medium {
  border-color: #BF55EC;
  color: #BF55EC;
  background: 0 0;
}

.btn.btn-outline.purple-medium.active,
.btn.btn-outline.purple-medium:active,
.btn.btn-outline.purple-medium:active:focus,
.btn.btn-outline.purple-medium:active:hover,
.btn.btn-outline.purple-medium:focus,
.btn.btn-outline.purple-medium:hover {
  border-color: #BF55EC;
  color: #fff;
  background-color: #BF55EC;
}

.btn.purple-medium-stripe {
  border-left: 4px solid #BF55EC !important;
}

.btn.purple-studio:not(.btn-outline) {
  color: #fff;
  background-color: #8E44AD;
  border-color: #8E44AD;
}

.btn.purple-studio:not(.btn-outline).active,
.btn.purple-studio:not(.btn-outline).focus,
.btn.purple-studio:not(.btn-outline):active,
.btn.purple-studio:not(.btn-outline):focus,
.btn.purple-studio:not(.btn-outline):hover,
.open > .btn.purple-studio:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #703688;
  border-color: #703688;
}

.btn.purple-studio:not(.btn-outline).active.focus,
.btn.purple-studio:not(.btn-outline).active:focus,
.btn.purple-studio:not(.btn-outline).active:hover,
.btn.purple-studio:not(.btn-outline):active.focus,
.btn.purple-studio:not(.btn-outline):active:focus,
.btn.purple-studio:not(.btn-outline):active:hover,
.open > .btn.purple-studio:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.purple-studio:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.purple-studio:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #67317d;
  border-color: #67317d;
}

.btn.purple-studio:not(.btn-outline).active,
.btn.purple-studio:not(.btn-outline):active,
.open > .btn.purple-studio:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.purple-studio:not(.btn-outline).disabled,
.btn.purple-studio:not(.btn-outline).disabled.active,
.btn.purple-studio:not(.btn-outline).disabled.focus,
.btn.purple-studio:not(.btn-outline).disabled:active,
.btn.purple-studio:not(.btn-outline).disabled:focus,
.btn.purple-studio:not(.btn-outline).disabled:hover,
.btn.purple-studio:not(.btn-outline)[disabled],
.btn.purple-studio:not(.btn-outline)[disabled].active,
.btn.purple-studio:not(.btn-outline)[disabled].focus,
.btn.purple-studio:not(.btn-outline)[disabled]:active,
.btn.purple-studio:not(.btn-outline)[disabled]:focus,
.btn.purple-studio:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-studio:not(.btn-outline),
fieldset[disabled] .btn.purple-studio:not(.btn-outline).active,
fieldset[disabled] .btn.purple-studio:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-studio:not(.btn-outline):active,
fieldset[disabled] .btn.purple-studio:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-studio:not(.btn-outline):hover {
  background-color: #8E44AD;
  border-color: #8E44AD;
}

.btn.purple-studio:not(.btn-outline) .badge {
  color: #8E44AD;
  background-color: #fff;
}

.btn.btn-outline.purple-studio {
  border-color: #8E44AD;
  color: #8E44AD;
  background: 0 0;
}

.btn.btn-outline.purple-studio.active,
.btn.btn-outline.purple-studio:active,
.btn.btn-outline.purple-studio:active:focus,
.btn.btn-outline.purple-studio:active:hover,
.btn.btn-outline.purple-studio:focus,
.btn.btn-outline.purple-studio:hover {
  border-color: #8E44AD;
  color: #fff;
  background-color: #8E44AD;
}

.btn.purple-studio-stripe {
  border-left: 4px solid #8E44AD !important;
}

.btn.purple-wisteria:not(.btn-outline) {
  color: #fff;
  background-color: #9B59B6;
  border-color: #9B59B6;
}

.btn.purple-wisteria:not(.btn-outline).active,
.btn.purple-wisteria:not(.btn-outline).focus,
.btn.purple-wisteria:not(.btn-outline):active,
.btn.purple-wisteria:not(.btn-outline):focus,
.btn.purple-wisteria:not(.btn-outline):hover,
.open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #804399;
  border-color: #804399;
}

.btn.purple-wisteria:not(.btn-outline).active.focus,
.btn.purple-wisteria:not(.btn-outline).active:focus,
.btn.purple-wisteria:not(.btn-outline).active:hover,
.btn.purple-wisteria:not(.btn-outline):active.focus,
.btn.purple-wisteria:not(.btn-outline):active:focus,
.btn.purple-wisteria:not(.btn-outline):active:hover,
.open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #773f8e;
  border-color: #773f8e;
}

.btn.purple-wisteria:not(.btn-outline).active,
.btn.purple-wisteria:not(.btn-outline):active,
.open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.purple-wisteria:not(.btn-outline).disabled,
.btn.purple-wisteria:not(.btn-outline).disabled.active,
.btn.purple-wisteria:not(.btn-outline).disabled.focus,
.btn.purple-wisteria:not(.btn-outline).disabled:active,
.btn.purple-wisteria:not(.btn-outline).disabled:focus,
.btn.purple-wisteria:not(.btn-outline).disabled:hover,
.btn.purple-wisteria:not(.btn-outline)[disabled],
.btn.purple-wisteria:not(.btn-outline)[disabled].active,
.btn.purple-wisteria:not(.btn-outline)[disabled].focus,
.btn.purple-wisteria:not(.btn-outline)[disabled]:active,
.btn.purple-wisteria:not(.btn-outline)[disabled]:focus,
.btn.purple-wisteria:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-wisteria:not(.btn-outline),
fieldset[disabled] .btn.purple-wisteria:not(.btn-outline).active,
fieldset[disabled] .btn.purple-wisteria:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-wisteria:not(.btn-outline):active,
fieldset[disabled] .btn.purple-wisteria:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-wisteria:not(.btn-outline):hover {
  background-color: #9B59B6;
  border-color: #9B59B6;
}

.btn.purple-wisteria:not(.btn-outline) .badge {
  color: #9B59B6;
  background-color: #fff;
}

.btn.btn-outline.purple-wisteria {
  border-color: #9B59B6;
  color: #9B59B6;
  background: 0 0;
}

.btn.btn-outline.purple-wisteria.active,
.btn.btn-outline.purple-wisteria:active,
.btn.btn-outline.purple-wisteria:active:focus,
.btn.btn-outline.purple-wisteria:active:hover,
.btn.btn-outline.purple-wisteria:focus,
.btn.btn-outline.purple-wisteria:hover {
  border-color: #9B59B6;
  color: #fff;
  background-color: #9B59B6;
}

.btn.purple-wisteria-stripe {
  border-left: 4px solid #9B59B6 !important;
}

.btn.purple-seance:not(.btn-outline) {
  color: #fff;
  background-color: #9A12B3;
  border-color: #9A12B3;
}

.btn.purple-seance:not(.btn-outline).active,
.btn.purple-seance:not(.btn-outline).focus,
.btn.purple-seance:not(.btn-outline):active,
.btn.purple-seance:not(.btn-outline):focus,
.btn.purple-seance:not(.btn-outline):hover,
.open > .btn.purple-seance:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #720d85;
  border-color: #720d85;
}

.btn.purple-seance:not(.btn-outline).active.focus,
.btn.purple-seance:not(.btn-outline).active:focus,
.btn.purple-seance:not(.btn-outline).active:hover,
.btn.purple-seance:not(.btn-outline):active.focus,
.btn.purple-seance:not(.btn-outline):active:focus,
.btn.purple-seance:not(.btn-outline):active:hover,
.open > .btn.purple-seance:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.purple-seance:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.purple-seance:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #660c77;
  border-color: #660c77;
}

.btn.purple-seance:not(.btn-outline).active,
.btn.purple-seance:not(.btn-outline):active,
.open > .btn.purple-seance:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.purple-seance:not(.btn-outline).disabled,
.btn.purple-seance:not(.btn-outline).disabled.active,
.btn.purple-seance:not(.btn-outline).disabled.focus,
.btn.purple-seance:not(.btn-outline).disabled:active,
.btn.purple-seance:not(.btn-outline).disabled:focus,
.btn.purple-seance:not(.btn-outline).disabled:hover,
.btn.purple-seance:not(.btn-outline)[disabled],
.btn.purple-seance:not(.btn-outline)[disabled].active,
.btn.purple-seance:not(.btn-outline)[disabled].focus,
.btn.purple-seance:not(.btn-outline)[disabled]:active,
.btn.purple-seance:not(.btn-outline)[disabled]:focus,
.btn.purple-seance:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-seance:not(.btn-outline),
fieldset[disabled] .btn.purple-seance:not(.btn-outline).active,
fieldset[disabled] .btn.purple-seance:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-seance:not(.btn-outline):active,
fieldset[disabled] .btn.purple-seance:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-seance:not(.btn-outline):hover {
  background-color: #9A12B3;
  border-color: #9A12B3;
}

.btn.purple-seance:not(.btn-outline) .badge {
  color: #9A12B3;
  background-color: #fff;
}

.btn.btn-outline.purple-seance {
  border-color: #9A12B3;
  color: #9A12B3;
  background: 0 0;
}

.btn.btn-outline.purple-seance.active,
.btn.btn-outline.purple-seance:active,
.btn.btn-outline.purple-seance:active:focus,
.btn.btn-outline.purple-seance:active:hover,
.btn.btn-outline.purple-seance:focus,
.btn.btn-outline.purple-seance:hover {
  border-color: #9A12B3;
  color: #fff;
  background-color: #9A12B3;
}

.btn.purple-seance-stripe {
  border-left: 4px solid #9A12B3 !important;
}

.btn.purple-intense:not(.btn-outline) {
  color: #fff;
  background-color: #8775a7;
  border-color: #8775a7;
}

.btn.purple-intense:not(.btn-outline).active,
.btn.purple-intense:not(.btn-outline).focus,
.btn.purple-intense:not(.btn-outline):active,
.btn.purple-intense:not(.btn-outline):focus,
.btn.purple-intense:not(.btn-outline):hover,
.open > .btn.purple-intense:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #6d5b8e;
  border-color: #6d5b8e;
}

.btn.purple-intense:not(.btn-outline).active.focus,
.btn.purple-intense:not(.btn-outline).active:focus,
.btn.purple-intense:not(.btn-outline).active:hover,
.btn.purple-intense:not(.btn-outline):active.focus,
.btn.purple-intense:not(.btn-outline):active:focus,
.btn.purple-intense:not(.btn-outline):active:hover,
.open > .btn.purple-intense:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.purple-intense:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.purple-intense:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #665585;
  border-color: #665585;
}

.btn.purple-intense:not(.btn-outline).active,
.btn.purple-intense:not(.btn-outline):active,
.open > .btn.purple-intense:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.purple-intense:not(.btn-outline).disabled,
.btn.purple-intense:not(.btn-outline).disabled.active,
.btn.purple-intense:not(.btn-outline).disabled.focus,
.btn.purple-intense:not(.btn-outline).disabled:active,
.btn.purple-intense:not(.btn-outline).disabled:focus,
.btn.purple-intense:not(.btn-outline).disabled:hover,
.btn.purple-intense:not(.btn-outline)[disabled],
.btn.purple-intense:not(.btn-outline)[disabled].active,
.btn.purple-intense:not(.btn-outline)[disabled].focus,
.btn.purple-intense:not(.btn-outline)[disabled]:active,
.btn.purple-intense:not(.btn-outline)[disabled]:focus,
.btn.purple-intense:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-intense:not(.btn-outline),
fieldset[disabled] .btn.purple-intense:not(.btn-outline).active,
fieldset[disabled] .btn.purple-intense:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-intense:not(.btn-outline):active,
fieldset[disabled] .btn.purple-intense:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-intense:not(.btn-outline):hover {
  background-color: #8775a7;
  border-color: #8775a7;
}

.btn.purple-intense:not(.btn-outline) .badge {
  color: #8775a7;
  background-color: #fff;
}

.btn.btn-outline.purple-intense {
  border-color: #8775a7;
  color: #8775a7;
  background: 0 0;
}

.btn.btn-outline.purple-intense.active,
.btn.btn-outline.purple-intense:active,
.btn.btn-outline.purple-intense:active:focus,
.btn.btn-outline.purple-intense:active:hover,
.btn.btn-outline.purple-intense:focus,
.btn.btn-outline.purple-intense:hover {
  border-color: #8775a7;
  color: #fff;
  background-color: #8775a7;
}

.btn.purple-intense-stripe {
  border-left: 4px solid #8775a7 !important;
}

.btn.purple-sharp:not(.btn-outline) {
  color: #fff;
  background-color: #796799;
  border-color: #796799;
}

.btn.purple-sharp:not(.btn-outline).active,
.btn.purple-sharp:not(.btn-outline).focus,
.btn.purple-sharp:not(.btn-outline):active,
.btn.purple-sharp:not(.btn-outline):focus,
.btn.purple-sharp:not(.btn-outline):hover,
.open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #61527b;
  border-color: #61527b;
}

.btn.purple-sharp:not(.btn-outline).active.focus,
.btn.purple-sharp:not(.btn-outline).active:focus,
.btn.purple-sharp:not(.btn-outline).active:hover,
.btn.purple-sharp:not(.btn-outline):active.focus,
.btn.purple-sharp:not(.btn-outline):active:focus,
.btn.purple-sharp:not(.btn-outline):active:hover,
.open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #5a4c72;
  border-color: #5a4c72;
}

.btn.purple-sharp:not(.btn-outline).active,
.btn.purple-sharp:not(.btn-outline):active,
.open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.purple-sharp:not(.btn-outline).disabled,
.btn.purple-sharp:not(.btn-outline).disabled.active,
.btn.purple-sharp:not(.btn-outline).disabled.focus,
.btn.purple-sharp:not(.btn-outline).disabled:active,
.btn.purple-sharp:not(.btn-outline).disabled:focus,
.btn.purple-sharp:not(.btn-outline).disabled:hover,
.btn.purple-sharp:not(.btn-outline)[disabled],
.btn.purple-sharp:not(.btn-outline)[disabled].active,
.btn.purple-sharp:not(.btn-outline)[disabled].focus,
.btn.purple-sharp:not(.btn-outline)[disabled]:active,
.btn.purple-sharp:not(.btn-outline)[disabled]:focus,
.btn.purple-sharp:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-sharp:not(.btn-outline),
fieldset[disabled] .btn.purple-sharp:not(.btn-outline).active,
fieldset[disabled] .btn.purple-sharp:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-sharp:not(.btn-outline):active,
fieldset[disabled] .btn.purple-sharp:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-sharp:not(.btn-outline):hover {
  background-color: #796799;
  border-color: #796799;
}

.btn.purple-sharp:not(.btn-outline) .badge {
  color: #796799;
  background-color: #fff;
}

.btn.btn-outline.purple-sharp {
  border-color: #796799;
  color: #796799;
  background: 0 0;
}

.btn.btn-outline.purple-sharp.active,
.btn.btn-outline.purple-sharp:active,
.btn.btn-outline.purple-sharp:active:focus,
.btn.btn-outline.purple-sharp:active:hover,
.btn.btn-outline.purple-sharp:focus,
.btn.btn-outline.purple-sharp:hover {
  border-color: #796799;
  color: #fff;
  background-color: #796799;
}

.btn.purple-sharp-stripe {
  border-left: 4px solid #796799 !important;
}

.btn.purple-soft:not(.btn-outline) {
  color: #fff;
  background-color: #8877a9;
  border-color: #8877a9;
}

.btn.purple-soft:not(.btn-outline).active,
.btn.purple-soft:not(.btn-outline).focus,
.btn.purple-soft:not(.btn-outline):active,
.btn.purple-soft:not(.btn-outline):focus,
.btn.purple-soft:not(.btn-outline):hover,
.open > .btn.purple-soft:not(.btn-outline).dropdown-toggle {
  color: #fff;
  background-color: #6e5c91;
  border-color: #6e5c91;
}

.btn.purple-soft:not(.btn-outline).active.focus,
.btn.purple-soft:not(.btn-outline).active:focus,
.btn.purple-soft:not(.btn-outline).active:hover,
.btn.purple-soft:not(.btn-outline):active.focus,
.btn.purple-soft:not(.btn-outline):active:focus,
.btn.purple-soft:not(.btn-outline):active:hover,
.open > .btn.purple-soft:not(.btn-outline).dropdown-toggle.focus,
.open > .btn.purple-soft:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.purple-soft:not(.btn-outline).dropdown-toggle:hover {
  color: #fff;
  background-color: #675688;
  border-color: #675688;
}

.btn.purple-soft:not(.btn-outline).active,
.btn.purple-soft:not(.btn-outline):active,
.open > .btn.purple-soft:not(.btn-outline).dropdown-toggle {
  background-image: none;
}

.btn.purple-soft:not(.btn-outline).disabled,
.btn.purple-soft:not(.btn-outline).disabled.active,
.btn.purple-soft:not(.btn-outline).disabled.focus,
.btn.purple-soft:not(.btn-outline).disabled:active,
.btn.purple-soft:not(.btn-outline).disabled:focus,
.btn.purple-soft:not(.btn-outline).disabled:hover,
.btn.purple-soft:not(.btn-outline)[disabled],
.btn.purple-soft:not(.btn-outline)[disabled].active,
.btn.purple-soft:not(.btn-outline)[disabled].focus,
.btn.purple-soft:not(.btn-outline)[disabled]:active,
.btn.purple-soft:not(.btn-outline)[disabled]:focus,
.btn.purple-soft:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.purple-soft:not(.btn-outline),
fieldset[disabled] .btn.purple-soft:not(.btn-outline).active,
fieldset[disabled] .btn.purple-soft:not(.btn-outline).focus,
fieldset[disabled] .btn.purple-soft:not(.btn-outline):active,
fieldset[disabled] .btn.purple-soft:not(.btn-outline):focus,
fieldset[disabled] .btn.purple-soft:not(.btn-outline):hover {
  background-color: #8877a9;
  border-color: #8877a9;
}

.btn.purple-soft:not(.btn-outline) .badge {
  color: #8877a9;
  background-color: #fff;
}

.btn.btn-outline.purple-soft {
  border-color: #8877a9;
  color: #8877a9;
  background: 0 0;
}

.btn.btn-outline.purple-soft.active,
.btn.btn-outline.purple-soft:active,
.btn.btn-outline.purple-soft:active:focus,
.btn.btn-outline.purple-soft:active:hover,
.btn.btn-outline.purple-soft:focus,
.btn.btn-outline.purple-soft:hover {
  border-color: #8877a9;
  color: #fff;
  background-color: #8877a9;
}

.btn.purple-soft-stripe {
  border-left: 4px solid #8877a9 !important;
}

.btn-circle {
  border-radius: 25px !important;
}

.btn-circle-right {
  border-radius: 0 25px 25px 0 !important;
}

.btn-circle-left {
  border-radius: 25px 0 0 25px !important;
}

.btn-circle-bottom {
  border-radius: 0 0 25px 25px !important;
}

.btn-circle-top {
  border-radius: 25px 25px 0 0 !important;
}

.btn-icon-only {
  height: 34px;
  width: 34px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.btn-icon-only > [class^=icon-],
.btn-icon-only > i {
  text-align: center;
  margin-top: 2px;
}

.btn-group.btn-group-circle > .btn:first-child {
  border-radius: 25px 0 0 25px !important;
}

.btn-group.btn-group-circle > .btn:last-child {
  border-radius: 0 25px 25px 0 !important;
}

.btn-group.btn-group-devided > .btn {
  margin-right: 5px;
}

.btn-group.btn-group-devided > .btn:last-child {
  margin-right: 0;
}

.btn-group-vertical.btn-group-vertical-circle > .btn:first-child {
  border-radius: 25px 25px 0 0 !important;
}

.btn-group-vertical.btn-group-vertical-circle > .btn:last-child {
  border-radius: 0 0 25px 25px !important;
}

.chats li .avatar,
.timeline .timeline-badge-userpic img {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
}

.carousel.image-carousel .carousel-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.carousel.image-carousel .carousel-control i {
  position: absolute;
  top: 40%;
}

.carousel.image-carousel.image-carousel-hoverable .carousel-control i {
  display: none;
}

.carousel.image-carousel.image-carousel-hoverable:hover .carousel-control i {
  display: inline-block;
}

.carousel.image-carousel .carousel-control.left i {
  left: 10px;
}

.carousel.image-carousel .carousel-control.right i {
  right: 10px;
}

.carousel.image-carousel .carousel-indicators {
  margin-top: 10px;
  bottom: -7px;
}

.carousel.image-carousel .carousel-indicators li,
.carousel.image-carousel .carousel-indicators li.active {
  background-color: #666;
}

.carousel.image-carousel .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 15px 25px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel.image-carousel .carousel-caption h2,
.carousel.image-carousel .carousel-caption h3,
.carousel.image-carousel .carousel-caption h4,
.carousel.image-carousel .carousel-caption p {
  text-align: left;
  line-height: 20px;
  color: #fff;
}

.carousel.image-carousel .carousel-caption h2,
.carousel.image-carousel .carousel-caption h3,
.carousel.image-carousel .carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel.image-carousel .carousel-caption h2 a,
.carousel.image-carousel .carousel-caption h3 a,
.carousel.image-carousel .carousel-caption h4 a {
  color: #aaa;
}

.carousel.image-carousel .carousel-caption p {
  margin-bottom: 0;
}

.carousel.image-carousel .carousel-caption .item {
  margin: 0;
}

.bars,
.chart,
.pie {
  overflow: hidden;
  height: 300px;
  width: 100%;
  font-size: 14px;
}

.item-list.table .percent {
  width: 30px;
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}

.chart-tooltip {
  z-index: 100;
  background-color: #736e6e !important;
  padding: 5px !important;
  color: #fff;
}

.chart-tooltip .label {
  display: block;
  margin-bottom: 2px;
}

.bar-chart,
.line-chart {
  display: none;
}

.chats {
  margin: -15px 0 0;
  padding: 0;
}

.chats li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}

.chats li .body {
  display: block;
}

.chats li .avatar {
  height: 45px;
  width: 45px;
  border-radius: 50% !important;
}

.chats li.in .avatar {
  float: left;
  margin-right: 10px;
}

.chats li.out .avatar {
  float: right;
  margin-left: 10px;
}

.chats li .name {
  color: #3590c1;
  font-size: 13px;
  font-weight: 400;
}

.chats li .datetime {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.chats li .message {
  display: block;
  padding: 5px;
  position: relative;
}

.chats li.in .message .arrow,
.chats li.out .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.chats li.in .message {
  text-align: left;
  border-left: 2px solid #1BBC9B;
  margin-left: 65px;
  background: #fafafa;
}

.chats li.in .message .arrow {
  left: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid #1BBC9B;
}

.chats li.out .message {
  border-right: 2px solid #F3565D;
  margin-right: 65px;
  background: #fafafa;
  text-align: right;
}

.chats li.out .message .arrow {
  right: -8px;
  border-left: 8px solid #F3565D;
}

.chats li.out .datetime,
.chats li.out .name {
  text-align: right;
}

.chat-form {
  margin-top: 15px;
  padding: 10px;
  background-color: #e9eff3;
  overflow: hidden;
}

.chat-form .input-cont {
  margin-right: 40px;
}

.chat-form .input-cont .form-control {
  border: 1px solid #ddd;
  width: 100% !important;
  margin-top: 0;
  background-color: #fff !important;
}

.chat-form .input-cont .form-control:focus {
  border: 1px solid #4b8df9 !important;
}

.chat-form .btn-cont {
  margin-top: -41px;
  position: relative;
  float: right;
  width: 44px;
}

.chat-form .btn-cont .arrow {
  position: absolute;
  top: 17px;
  right: 43px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #4d90fe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chat-form .btn-cont .btn {
  margin-top: 7px;
}

.chat-form .btn-cont:hover .arrow {
  border-right-color: #0362fd;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.chat-form .btn-cont:hover .btn {
  background-color: #0362fd;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.close {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  text-indent: -10000px;
  outline: 0;
  background-image: url(/images/remove-icon-small.png?c45e9dd17461dbaaacc8e6652e73945b) !important;
}

.dropdown.open > .dropdown-toggle,
.dropup.open > .dropdown-toggle {
  border-color: #ddd;
}

.dropdown-menu {
  -webkit-box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
          box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  left: 0;
  min-width: 175px;
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  padding: 0;
  background-color: #fff;
  margin: 10px 0 0;
  border: 1px solid #eee;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  border-radius: 4px;
}

.dropdown-menu li.divider {
  background: #f1f3f6;
}

.dropdown-menu li.header {
  padding: 8px 14px 2px;
}

.dropdown-menu > li > a {
  padding: 8px 16px;
  color: #6e6e6e;
  text-decoration: none;
  display: block;
  font-weight: 300;
  line-height: 18px;
  white-space: nowrap;
}

.dropdown-menu > li > a > [class*=" fa-"],
.dropdown-menu > li > a > [class^=fa-] {
  color: #888;
}

.dropdown-menu > li > a > [class*=" icon-"],
.dropdown-menu > li > a > [class^=icon-] {
  color: #666;
}

.dropdown-menu > li > a > [class*=" glyphicon-"],
.dropdown-menu > li > a > [class^=glyphicon-] {
  color: #888;
}

.dropdown-menu > li.active:hover > a,
.dropdown-menu > li.active > a,
.dropdown-menu > li:hover > a {
  text-decoration: none;
  background-image: none;
  background-color: #f6f6f6;
  color: #555;
  -webkit-filter: none;
          filter: none;
}

.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.dropdown-menu.bottom-up:after,
.dropdown-menu.bottom-up:before {
  display: none;
}

.dropdown-menu > li:first-child:hover > a {
  border-radius: 4px 4px 0 0;
}

.dropdown-menu > li:last-child:hover > a {
  border-radius: 0 0 4px 4px;
}

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

.btn-group > .dropdown-menu,
.dropdown-toggle > .dropdown-menu,
.dropdown > .dropdown-menu {
  margin-top: 10px;
}

.btn-group > .dropdown-menu:before,
.dropdown-toggle > .dropdown-menu:before,
.dropdown > .dropdown-menu:before {
  position: absolute;
  top: -8px;
  left: 9px;
  right: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e0e0e0;
  border-left: 8px solid transparent;
  content: '';
}

.btn-group > .dropdown-menu:after,
.dropdown-toggle > .dropdown-menu:after,
.dropdown > .dropdown-menu:after {
  position: absolute;
  top: -7px;
  left: 10px;
  right: auto;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  content: '';
}

.btn-group > .dropdown-menu.pull-left:before,
.dropdown-toggle > .dropdown-menu.pull-left:before,
.dropdown > .dropdown-menu.pull-left:before {
  left: auto;
  right: 9px;
}

.btn-group > .dropdown-menu.pull-left:after,
.dropdown-toggle > .dropdown-menu.pull-left:after,
.dropdown > .dropdown-menu.pull-left:after {
  left: auto;
  right: 10px;
}

.btn-group > .dropdown-menu.pull-right:before,
.dropdown-toggle > .dropdown-menu.pull-right:before,
.dropdown > .dropdown-menu.pull-right:before {
  left: auto;
  right: 9px;
}

.btn-group > .dropdown-menu.pull-right:after,
.dropdown-toggle > .dropdown-menu.pull-right:after,
.dropdown > .dropdown-menu.pull-right:after {
  left: auto;
  right: 10px;
}

.btn-group.dropup > .dropdown-menu,
.dropdown-toggle.dropup > .dropdown-menu,
.dropdown.dropup > .dropdown-menu {
  margin-top: 0;
  margin-bottom: 10px;
}

.btn-group.dropup > .dropdown-menu:after,
.btn-group.dropup > .dropdown-menu:before,
.dropdown-toggle.dropup > .dropdown-menu:after,
.dropdown-toggle.dropup > .dropdown-menu:before,
.dropdown.dropup > .dropdown-menu:after,
.dropdown.dropup > .dropdown-menu:before {
  display: none !important;
}

.dropdown-toggle:after {
  display: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 5px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.dropdown-submenu > a:after {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  right: 7px;
  top: 7px;
  font-family: FontAwesome;
  height: auto;
  content: "\F105";
  font-weight: 300;
}

.label,
.table.table-light > thead > tr > th {
  font-family: "Open Sans",sans-serif;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
}

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

.nav.pull-right > li > .dropdown-menu:before,
.nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.nav.pull-right > li > .dropdown-menu:after,
.nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.nav.pull-right > li > .dropdown-menu .dropdown-menu,
.nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
            box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 6px 0 6px 13px;
    color: #333;
  }

  .navbar-nav .open .dropdown-menu > li > a:active,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #eee;
  }
}

.dropdown-content {
  padding: 10px;
}

.dropdown-content form {
  margin: 0;
}

.dropdown.inline .dropdown-menu {
  display: inline-block;
  position: relative;
}

.dropdown-checkboxes,
.dropdown-radiobuttons {
  padding: 5px;
}

.dropdown-checkboxes label,
.dropdown-radiobuttons label {
  display: block;
  font-weight: 300;
  color: #333;
  margin-bottom: 4px;
  margin-top: 4px;
}

.dropdown-checkboxes label .radio,
.dropdown-radiobuttons label .radio {
  margin-right: 3px;
}

.dropdown-menu-v2 {
  top: 100%;
  right: 0;
  z-index: 1001;
  display: none;
  float: left;
  min-width: 225px;
  padding: 20px 0;
  margin: 25px 0 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  position: absolute;
  background: #242b31;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.dropdown-menu-v2:before {
  top: -10px;
  right: 0;
  width: 0;
  height: 0;
  content: ' ';
  position: absolute;
  border-style: solid;
  display: inline-block;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #242b31;
}

.feeds li .col1,
.feeds li .col1 > .cont > .cont-col2 {
  width: 100%;
  float: left;
}

.dropdown-menu-v2 > li > a {
  color: #606e7a;
  display: block;
  font-weight: 600;
  padding: 8px 20px;
  position: relative;
  white-space: nowrap;
  line-height: 1.42857143;
  text-transform: uppercase;
}

.dropdown-menu-v2 > li > a:focus,
.dropdown-menu-v2 > li > a:hover {
  background: #21282e;
  text-decoration: none;
  color: #009dc7;
}

.dropdown-menu-v2 .active > a,
.dropdown-menu-v2 .active > a:focus,
.dropdown-menu-v2 .active > a:hover {
  outline: 0;
  text-decoration: none;
  background-color: #21282e;
  color: #009dc7;
}

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

.dropdown-menu-v2 .disabled > a:focus,
.dropdown-menu-v2 .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

.color-demo,
.icon-btn,
.tasks-widget .task-list > li > .task-checkbox input[type=checkbox],
.tiles .tile {
  cursor: pointer;
}

.dropdown-menu-v2 .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background: #2e353c;
}

.dropdown-menu-v2 .badge {
  top: 8px;
  right: 10px;
  position: absolute;
}

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

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

.feeds {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feeds li {
  background-color: #fafafa;
  color: #82949a;
  margin-bottom: 7px;
}

.feeds li:after,
.feeds li:before {
  display: table;
  line-height: 0;
  content: "";
}

.feeds li:last-child {
  margin-bottom: 0;
}

.feeds li .col1 > .cont {
  float: left;
  margin-right: 75px;
  overflow: hidden;
}

.feeds li .col1 > .cont > .cont-col1 {
  float: left;
  margin-right: -100%;
}

.feeds li .col1 > .cont > .cont-col1 > .label {
  display: inline-block;
  padding: 5px 4px 6px 5px;
  vertical-align: middle;
  text-align: center;
}

.feeds li .col1 > .cont > .cont-col1 > .label > i {
  text-align: center;
  font-size: 14px;
}

.feeds li .col1 > .cont > .cont-col2 > .desc {
  margin-left: 35px;
  padding-top: 4px;
  padding-bottom: 5px;
  overflow: hidden;
}

.feeds li .col2 {
  float: left;
  width: 75px;
  margin-left: -75px;
}

.input-mini,
.input-xxs {
  width: 45px !important;
}

.feeds li .col2 > .date {
  padding: 4px 9px 5px 4px;
  text-align: right;
  font-style: italic;
  color: #c1cbd0;
}

.static-info {
  margin-bottom: 10px;
}

.static-info .name {
  font-size: 14px;
}

.static-info .value {
  font-size: 14px;
  font-weight: 600;
}

.static-info.align-reverse .name,
.static-info.align-reverse .value {
  text-align: right;
}

.help-block {
  margin-top: 5px;
  margin-bottom: 5px;
}

.help-inline {
  font-size: 13px;
  color: #737373;
  display: inline-block;
  padding: 5px;
}

.form-inline input {
  margin-bottom: 0 !important;
}

.control-label {
  margin-top: 1px;
  font-weight: 400;
}

.control-label .required,
.form-group .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

.form {
  padding: 0 !important;
}

.form .form-body,
.portlet-form .form-body {
  padding: 20px;
}

.portlet.light .form .form-body,
.portlet.light .portlet-form .form-body {
  padding-left: 0;
  padding-right: 0;
}

.form .form-actions,
.portlet-form .form-actions {
  padding: 20px;
  margin: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #e7ecf1;
}

.portlet.light .form .form-actions,
.portlet.light .portlet-form .form-actions {
  background: 0 0;
  padding-left: 0;
  padding-right: 0;
}

.form .form-actions.nobg,
.portlet-form .form-actions.nobg,
.tiles .tile .tile-object {
  background-color: transparent;
}

.form .form-actions.noborder,
.portlet-form .form-actions.noborder {
  border-top: 0;
}

.portlet .form .form-actions,
.portlet .portlet-form .form-actions {
  border-radius: 0 0 4px 4px;
}

.form .form-actions:after,
.form .form-actions:before,
.portlet-form .form-actions:after,
.portlet-form .form-actions:before {
  content: " ";
  display: table;
}

.form .form-actions.right,
.portlet-form .form-actions.right {
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}

.portlet.light .form .form-actions.right,
.portlet.light .portlet-form .form-actions.right {
  padding-right: 0;
}

.form .form-actions.left,
.portlet-form .form-actions.left {
  padding-left: 20px;
  padding-right: 0;
  text-align: left;
}

.checkbox-list > label.checkbox-inline:first-child,
.checkbox > label,
.form-horizontal .checkbox > label,
.portlet.light .form .form-actions.left,
.portlet.light .portlet-form .form-actions.left,
.radio-list > label.radio-inline:first-child {
  padding-left: 0;
}

.form .form-actions.top,
.portlet-form .form-actions.top {
  margin-top: 0;
  margin-bottom: 20px;
  border-top: 0;
  border-bottom: 1px solid #e7ecf1;
}

.portlet.light .form .form-actions.top,
.portlet.light .portlet-form .form-actions.top {
  background: 0 0;
}

.form .form-actions .btn-set,
.portlet-form .form-actions .btn-set {
  display: inline-block;
}

@media (max-width: 767px) {
  .form .form-actions .btn-set,
  .portlet-form .form-actions .btn-set {
    margin-bottom: 3px;
    margin-top: 3px;
    float: left !important;
  }
}

.form .form-section,
.portlet-form .form-section {
  margin: 30px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7ecf1;
}

.form .form-bordered .form-group .help-block,
.form .form-row-seperated .form-group .help-block,
.form-horizontal .radio-list > label {
  margin-bottom: 0;
}

.form-fit .form .form-section,
.form-fit .portlet-form .form-section {
  margin-left: 20px;
  margin-right: 20px;
}

.checkbox,
.form-horizontal .checkbox {
  padding: 0;
}

.checkbox-list > label {
  display: block;
}

.checkbox-list > label.checkbox-inline {
  display: inline-block;
}

.input-icon > i,
.radio-list > label {
  display: block;
}

.form-control-static,
.icon-btn,
.input-inline,
.radio-list > label.radio-inline {
  display: inline-block;
}

.form-horizontal .radio-list .radio {
  padding-top: 1px;
}

.form-horizontal .radio > span {
  margin-top: 2px;
}

.form .form-row-seperated .portlet-body {
  padding: 0;
}

.form .form-row-seperated .form-group {
  margin: 0;
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
}

.form .form-row-seperated .form-group.last {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 13px;
}

.form .form-row-seperated .form-body {
  padding: 0;
}

.form .form-row-seperated .form-actions {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.form .form-bordered .form-group {
  margin: 0;
  border-bottom: 1px solid #efefef;
}

.form .form-bordered .form-group > div {
  padding: 15px;
  border-left: 1px solid #efefef;
}

.form .form-bordered .form-group.last {
  border-bottom: 0;
}

.form .form-bordered .form-group .control-label {
  padding-top: 20px;
}

@media (max-width: 991px) {
  .form .form-bordered .form-group > div {
    border-left: 0;
  }

  .form .form-bordered .form-group .control-label {
    padding-top: 10px;
  }
}

.form .form-bordered .form-group .form-control {
  margin: 0;
}

.form .form-bordered .form-body {
  margin: 0;
  padding: 0;
}

.form .form-bordered .form-actions {
  margin-top: 0;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media (max-width: 991px) {
  .form .form-bordered .form-actions {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.form .form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc;
}

.form .form-horizontal.form-bordered.form-row-stripped .form-control {
  background: #fff !important;
}

.form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
  background-color: #fff;
}

.form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc;
}

.form-control {
  outline: 0 !important;
}

.form-control.height-auto {
  height: auto;
}

.input-group-addon > i {
  color: #c5cdda;
}

.form-control.white {
  border-color: #fff;
}

.form-control.white:focus {
  border-color: #e6e6e6;
}

.form-control.focus-white:focus {
  border-color: #fff;
}

.form-control.default {
  border-color: #e1e5ec;
}

.form-control.default:focus {
  border-color: #c2cad8;
}

.form-control.focus-default:focus {
  border-color: #e1e5ec;
}

.form-control.dark {
  border-color: #2f353b;
}

.form-control.dark:focus {
  border-color: #181b1f;
}

.form-control.focus-dark:focus {
  border-color: #2f353b;
}

.form-control.blue {
  border-color: #3598dc;
}

.form-control.blue:focus {
  border-color: #217ebd;
}

.form-control.focus-blue:focus {
  border-color: #3598dc;
}

.form-control.blue-madison {
  border-color: #578ebe;
}

.form-control.blue-madison:focus {
  border-color: #3f74a3;
}

.form-control.focus-blue-madison:focus {
  border-color: #578ebe;
}

.form-control.blue-chambray {
  border-color: #2C3E50;
}

.form-control.blue-chambray:focus {
  border-color: #1a242f;
}

.form-control.focus-blue-chambray:focus {
  border-color: #2C3E50;
}

.form-control.blue-ebonyclay {
  border-color: #22313F;
}

.form-control.blue-ebonyclay:focus {
  border-color: #10171e;
}

.form-control.focus-blue-ebonyclay:focus {
  border-color: #22313F;
}

.form-control.blue-hoki {
  border-color: #67809F;
}

.form-control.blue-hoki:focus {
  border-color: #526781;
}

.form-control.focus-blue-hoki:focus {
  border-color: #67809F;
}

.form-control.blue-steel {
  border-color: #4B77BE;
}

.form-control.blue-steel:focus {
  border-color: #395f9d;
}

.form-control.focus-blue-steel:focus {
  border-color: #4B77BE;
}

.form-control.blue-soft {
  border-color: #4c87b9;
}

.form-control.blue-soft:focus {
  border-color: #3b6d97;
}

.form-control.focus-blue-soft:focus {
  border-color: #4c87b9;
}

.form-control.blue-dark {
  border-color: #5e738b;
}

.form-control.blue-dark:focus {
  border-color: #495a6d;
}

.form-control.focus-blue-dark:focus {
  border-color: #5e738b;
}

.form-control.blue-sharp {
  border-color: #5C9BD1;
}

.form-control.blue-sharp:focus {
  border-color: #3782c3;
}

.form-control.focus-blue-sharp:focus {
  border-color: #5C9BD1;
}

.form-control.green {
  border-color: #32c5d2;
}

.form-control.green:focus {
  border-color: #26a1ab;
}

.form-control.focus-green:focus {
  border-color: #32c5d2;
}

.form-control.green-meadow {
  border-color: #1BBC9B;
}

.form-control.green-meadow:focus {
  border-color: #158f76;
}

.form-control.focus-green-meadow:focus {
  border-color: #1BBC9B;
}

.form-control.green-seagreen {
  border-color: #1BA39C;
}

.form-control.green-seagreen:focus {
  border-color: #147772;
}

.form-control.focus-green-seagreen:focus {
  border-color: #1BA39C;
}

.form-control.green-turquoise {
  border-color: #36D7B7;
}

.form-control.green-turquoise:focus {
  border-color: #24b699;
}

.form-control.focus-green-turquoise:focus {
  border-color: #36D7B7;
}

.form-control.green-haze {
  border-color: #44b6ae;
}

.form-control.green-haze:focus {
  border-color: #36918b;
}

.form-control.focus-green-haze:focus {
  border-color: #44b6ae;
}

.form-control.green-jungle {
  border-color: #26C281;
}

.form-control.green-jungle:focus {
  border-color: #1e9765;
}

.form-control.focus-green-jungle:focus {
  border-color: #26C281;
}

.form-control.green-soft {
  border-color: #3faba4;
}

.form-control.green-soft:focus {
  border-color: #318680;
}

.form-control.focus-green-soft:focus {
  border-color: #3faba4;
}

.form-control.green-dark {
  border-color: #4DB3A2;
}

.form-control.green-dark:focus {
  border-color: #3d9082;
}

.form-control.focus-green-dark:focus {
  border-color: #4DB3A2;
}

.form-control.green-sharp {
  border-color: #2ab4c0;
}

.form-control.green-sharp:focus {
  border-color: #218d96;
}

.form-control.focus-green-sharp:focus {
  border-color: #2ab4c0;
}

.form-control.grey {
  border-color: #E5E5E5;
}

.form-control.grey:focus {
  border-color: #ccc;
}

.form-control.focus-grey:focus {
  border-color: #E5E5E5;
}

.form-control.grey-steel {
  border-color: #e9edef;
}

.form-control.grey-steel:focus {
  border-color: #cbd5da;
}

.form-control.focus-grey-steel:focus {
  border-color: #e9edef;
}

.form-control.grey-cararra {
  border-color: #fafafa;
}

.form-control.grey-cararra:focus {
  border-color: #e1e1e1;
}

.form-control.focus-grey-cararra:focus {
  border-color: #fafafa;
}

.form-control.grey-gallery {
  border-color: #555;
}

.form-control.grey-gallery:focus {
  border-color: #3b3b3b;
}

.form-control.focus-grey-gallery:focus {
  border-color: #555;
}

.form-control.grey-cascade {
  border-color: #95A5A6;
}

.form-control.grey-cascade:focus {
  border-color: #798d8f;
}

.form-control.focus-grey-cascade:focus {
  border-color: #95A5A6;
}

.form-control.grey-silver {
  border-color: #BFBFBF;
}

.form-control.grey-silver:focus {
  border-color: #a6a6a6;
}

.form-control.focus-grey-silver:focus {
  border-color: #BFBFBF;
}

.form-control.grey-salsa {
  border-color: #ACB5C3;
}

.form-control.grey-salsa:focus {
  border-color: #8e9bae;
}

.form-control.focus-grey-salsa:focus {
  border-color: #ACB5C3;
}

.form-control.grey-salt {
  border-color: #bfcad1;
}

.form-control.grey-salt:focus {
  border-color: #a1b1bc;
}

.form-control.focus-grey-salt:focus {
  border-color: #bfcad1;
}

.form-control.grey-mint {
  border-color: #525e64;
}

.form-control.grey-mint:focus {
  border-color: #3b4448;
}

.form-control.focus-grey-mint:focus {
  border-color: #525e64;
}

.form-control.red {
  border-color: #e7505a;
}

.form-control.red:focus {
  border-color: #e12330;
}

.form-control.focus-red:focus {
  border-color: #e7505a;
}

.form-control.red-pink {
  border-color: #E08283;
}

.form-control.red-pink:focus {
  border-color: #d6595a;
}

.form-control.focus-red-pink:focus {
  border-color: #E08283;
}

.form-control.red-sunglo {
  border-color: #E26A6A;
}

.form-control.red-sunglo:focus {
  border-color: #da3f3f;
}

.form-control.focus-red-sunglo:focus {
  border-color: #E26A6A;
}

.form-control.red-intense {
  border-color: #e35b5a;
}

.form-control.red-intense:focus {
  border-color: #dc302e;
}

.form-control.focus-red-intense:focus {
  border-color: #e35b5a;
}

.form-control.red-thunderbird {
  border-color: #D91E18;
}

.form-control.red-thunderbird:focus {
  border-color: #ab1813;
}

.form-control.focus-red-thunderbird:focus {
  border-color: #D91E18;
}

.form-control.red-flamingo {
  border-color: #EF4836;
}

.form-control.red-flamingo:focus {
  border-color: #e02612;
}

.form-control.focus-red-flamingo:focus {
  border-color: #EF4836;
}

.form-control.red-soft {
  border-color: #d05454;
}

.form-control.red-soft:focus {
  border-color: #bd3434;
}

.form-control.focus-red-soft:focus {
  border-color: #d05454;
}

.form-control.red-haze {
  border-color: #f36a5a;
}

.form-control.red-haze:focus {
  border-color: #f03f2a;
}

.form-control.focus-red-haze:focus {
  border-color: #f36a5a;
}

.form-control.red-mint {
  border-color: #e43a45;
}

.form-control.red-mint:focus {
  border-color: #cf1c28;
}

.form-control.focus-red-mint:focus {
  border-color: #e43a45;
}

.form-control.yellow {
  border-color: #c49f47;
}

.form-control.yellow:focus {
  border-color: #a48334;
}

.form-control.focus-yellow:focus {
  border-color: #c49f47;
}

.form-control.yellow-gold {
  border-color: #E87E04;
}

.form-control.yellow-gold:focus {
  border-color: #b66303;
}

.form-control.focus-yellow-gold:focus {
  border-color: #E87E04;
}

.form-control.yellow-casablanca {
  border-color: #f2784b;
}

.form-control.yellow-casablanca:focus {
  border-color: #ef541b;
}

.form-control.focus-yellow-casablanca:focus {
  border-color: #f2784b;
}

.form-control.yellow-crusta {
  border-color: #f3c200;
}

.form-control.yellow-crusta:focus {
  border-color: #c09900;
}

.form-control.focus-yellow-crusta:focus {
  border-color: #f3c200;
}

.form-control.yellow-lemon {
  border-color: #F7CA18;
}

.form-control.yellow-lemon:focus {
  border-color: #d5ab07;
}

.form-control.focus-yellow-lemon:focus {
  border-color: #F7CA18;
}

.form-control.yellow-saffron {
  border-color: #F4D03F;
}

.form-control.yellow-saffron:focus {
  border-color: #f1c40f;
}

.form-control.focus-yellow-saffron:focus {
  border-color: #F4D03F;
}

.form-control.yellow-soft {
  border-color: #c8d046;
}

.form-control.yellow-soft:focus {
  border-color: #adb52e;
}

.form-control.focus-yellow-soft:focus {
  border-color: #c8d046;
}

.form-control.yellow-haze {
  border-color: #c5bf66;
}

.form-control.yellow-haze:focus {
  border-color: #b4ad44;
}

.form-control.focus-yellow-haze:focus {
  border-color: #c5bf66;
}

.form-control.yellow-mint {
  border-color: #c5b96b;
}

.form-control.yellow-mint:focus {
  border-color: #b6a747;
}

.form-control.focus-yellow-mint:focus {
  border-color: #c5b96b;
}

.form-control.purple {
  border-color: #8E44AD;
}

.form-control.purple:focus {
  border-color: #703688;
}

.form-control.focus-purple:focus {
  border-color: #8E44AD;
}

.form-control.purple-plum {
  border-color: #8775a7;
}

.form-control.purple-plum:focus {
  border-color: #6d5b8e;
}

.form-control.focus-purple-plum:focus {
  border-color: #8775a7;
}

.form-control.purple-medium {
  border-color: #BF55EC;
}

.form-control.purple-medium:focus {
  border-color: #ae27e7;
}

.form-control.focus-purple-medium:focus {
  border-color: #BF55EC;
}

.form-control.purple-studio {
  border-color: #8E44AD;
}

.form-control.purple-studio:focus {
  border-color: #703688;
}

.form-control.focus-purple-studio:focus {
  border-color: #8E44AD;
}

.form-control.purple-wisteria {
  border-color: #9B59B6;
}

.form-control.purple-wisteria:focus {
  border-color: #804399;
}

.form-control.focus-purple-wisteria:focus {
  border-color: #9B59B6;
}

.form-control.purple-seance {
  border-color: #9A12B3;
}

.form-control.purple-seance:focus {
  border-color: #720d85;
}

.form-control.focus-purple-seance:focus {
  border-color: #9A12B3;
}

.form-control.purple-intense {
  border-color: #8775a7;
}

.form-control.purple-intense:focus {
  border-color: #6d5b8e;
}

.form-control.focus-purple-intense:focus {
  border-color: #8775a7;
}

.form-control.purple-sharp {
  border-color: #796799;
}

.form-control.purple-sharp:focus {
  border-color: #61527b;
}

.form-control.focus-purple-sharp:focus {
  border-color: #796799;
}

.form-control.purple-soft {
  border-color: #8877a9;
}

.form-control.purple-soft:focus {
  border-color: #6e5c91;
}

.form-control.focus-purple-soft:focus {
  border-color: #8877a9;
}

.uneditable-input {
  padding: 6px 12px;
  min-width: 206px;
  font-size: 14px;
  font-weight: 400;
  height: 34px;
  color: #4d6b8a;
  background-color: #fff;
  border: 1px solid #c2cad8;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  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,-webkit-box-shadow ease-in-out .15s;
}

.icon-btn,
.icon-btn:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.form-control-static {
  margin: 0;
}

.input-xsmall {
  width: 80px !important;
}

.input-small {
  width: 145px !important;
}

.input-medium {
  width: 240px !important;
}

.input-large {
  width: 320px !important;
}

.input-xlarge {
  width: 420px !important;
}

@media (max-width: 768px) {
  .input-large {
    width: 250px !important;
  }

  .input-xlarge {
    width: 300px !important;
  }
}

.input-inline {
  width: auto;
}

.input-fixed {
  overflow: hidden;
}

.modal,
.modal-open {
  overflow-y: auto !important;
}

.form-group .input-inline {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .input-lg {
    width: 250px !important;
  }

  .input-xlg {
    width: 300px !important;
  }
}

.input-circle {
  border-radius: 25px !important;
}

.input-circle-right {
  border-radius: 0 25px 25px 0 !important;
}

.input-circle-left {
  border-radius: 25px 0 0 25px !important;
}

.input-circle-bottom {
  border-radius: 0 0 25px 25px !important;
}

.input-circle-top {
  border-radius: 25px 25px 0 0 !important;
}

.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 5px 5px 0 0;
  border: 1px solid #ddd;
  padding: 12px 0 0;
  background-color: #fafafa;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #646464;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.loading-message,
.page-loading {
  min-width: 125px;
  vertical-align: middle;
}

.icon-btn:hover,
.icon-btn:hover > .badge {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.modal.draggable-modal .modal-header,
.portlet-sortable:not(.portlet-fullscreen) > .portlet-title {
  cursor: move;
}

.icon-btn:hover {
  text-decoration: none;
  border-color: #999;
  color: #444;
  text-shadow: 0 1px 0 #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.icon-btn:hover > .badge {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.icon-btn > div {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #3f444a;
  font-size: 12px;
  font-weight: 300;
}

.icon-btn > .badge {
  position: absolute;
  font-size: 11px;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px;
  color: #fff;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  border-radius: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group .input-icon > .form-control,
.tabs-left.nav-tabs > li > a:focus,
.tabs-left.nav-tabs > li > a:hover {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}

.icon-btn > i {
  font-size: 18px;
}

.input-icon {
  position: relative;
  left: 0;
}

.input-icon > .form-control {
  padding-left: 33px;
}

.input-group .input-icon > .form-control {
  border-radius: 4px 0 0 4px;
}

.input-icon > i {
  color: #ccc;
  position: absolute;
  margin: 11px 2px 4px 10px;
  z-index: 3;
  width: 16px;
  font-size: 16px;
  text-align: center;
}

.modal .input-icon > i {
  z-index: 10055;
}

.has-success .input-icon > i {
  color: #36c6d3;
}

.has-warning .input-icon > i {
  color: #F1C40F;
}

.has-info .input-icon > i {
  color: #659be0;
}

.has-error .input-icon > i {
  color: #ed6b75;
}

.input-icon.right {
  left: auto;
  right: 0;
}

.input-icon.right > .form-control {
  padding-right: 33px;
  padding-left: 12px;
}

.input-group .input-icon.right > .form-control {
  border-radius: 0 4px 4px 0;
}

.input-icon.right > i {
  right: 8px;
  float: right;
}

.input-icon.input-icon-lg > i {
  margin-top: 16px;
}

.input-icon.input-icon-sm > i {
  margin-top: 8px;
  font-size: 13px;
}

.label {
  text-shadow: none !important;
  font-size: 14px;
  font-weight: 300;
  padding: 3px 6px;
  color: #fff;
}

.label.label-sm {
  font-size: 13px;
  padding: 2px 5px;
}

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-size: 75%;
}

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

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

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

.label-success {
  background-color: #36c6d3;
}

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

.label-info {
  background-color: #659be0;
}

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

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

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

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

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

.label.label-icon {
  padding: 4px 0 4px 4px;
  margin-right: 2px;
  text-align: center !important;
}

.label.label-icon > i {
  font-size: 12px;
  text-align: center !important;
}

.note p,
.page-loading,
.panel .panel-body {
  font-size: 13px;
}

.ie8 .label.label-icon,
.ie9 .label.label-icon {
  padding: 3px 0 3px 3px;
}

.text-default {
  color: #bac3d0;
}

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

.text-success {
  color: #36c6d3;
}

.text-info {
  color: #659be0;
}

.text-warning {
  color: #F1C40F;
}

.text-danger {
  color: #ed6b75;
}

.list-group > li:first-child {
  border-radius-topleft: 4px;
  border-radius-topright: 4px;
}

.list-group > li:last-child {
  border-radius-bottomleft: 4px;
  border-radius-bottomright: 4px;
}

.list-group .list-group-item-success {
  color: #27a4b0;
  background-color: #abe7ed;
}

.list-group a.list-group-item-success,
.list-group button.list-group-item-success {
  color: #27a4b0;
}

.list-group a.list-group-item-success .list-group-item-heading,
.list-group button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

.list-group a.list-group-item-success:focus,
.list-group a.list-group-item-success:hover,
.list-group button.list-group-item-success:focus,
.list-group button.list-group-item-success:hover {
  color: #27a4b0;
  background-color: #96e1e8;
}

.list-group a.list-group-item-success.active,
.list-group a.list-group-item-success.active:focus,
.list-group a.list-group-item-success.active:hover,
.list-group button.list-group-item-success.active,
.list-group button.list-group-item-success.active:focus,
.list-group button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #27a4b0;
  border-color: #27a4b0;
}

.list-group .list-group-item-info {
  color: #327ad5;
  background-color: #e0ebf9;
}

.list-group a.list-group-item-info,
.list-group button.list-group-item-info {
  color: #327ad5;
}

.list-group a.list-group-item-info .list-group-item-heading,
.list-group button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

.list-group a.list-group-item-info:focus,
.list-group a.list-group-item-info:hover,
.list-group button.list-group-item-info:focus,
.list-group button.list-group-item-info:hover {
  color: #327ad5;
  background-color: #caddf4;
}

.list-group a.list-group-item-info.active,
.list-group a.list-group-item-info.active:focus,
.list-group a.list-group-item-info.active:hover,
.list-group button.list-group-item-info.active,
.list-group button.list-group-item-info.active:focus,
.list-group button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #327ad5;
  border-color: #327ad5;
}

.list-group .list-group-item-warning {
  color: #c29d0b;
  background-color: #f9e491;
}

.list-group a.list-group-item-warning,
.list-group button.list-group-item-warning {
  color: #c29d0b;
}

.list-group a.list-group-item-warning .list-group-item-heading,
.list-group button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

.list-group a.list-group-item-warning:focus,
.list-group a.list-group-item-warning:hover,
.list-group button.list-group-item-warning:focus,
.list-group button.list-group-item-warning:hover {
  color: #c29d0b;
  background-color: #f7de79;
}

.list-group a.list-group-item-warning.active,
.list-group a.list-group-item-warning.active:focus,
.list-group a.list-group-item-warning.active:hover,
.list-group button.list-group-item-warning.active,
.list-group button.list-group-item-warning.active:focus,
.list-group button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #c29d0b;
  border-color: #c29d0b;
}

.list-group .list-group-item-danger {
  color: #e73d4a;
  background-color: #fbe1e3;
}

.list-group a.list-group-item-danger,
.list-group button.list-group-item-danger {
  color: #e73d4a;
}

.list-group a.list-group-item-danger .list-group-item-heading,
.list-group button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

.list-group a.list-group-item-danger:focus,
.list-group a.list-group-item-danger:hover,
.list-group button.list-group-item-danger:focus,
.list-group button.list-group-item-danger:hover {
  color: #e73d4a;
  background-color: #f8cace;
}

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

.loading-message {
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.loading-message.loading-message-boxed {
  border: 1px solid #ddd;
  background-color: #eee;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.loading-message > span {
  line-height: 20px;
  vertical-align: middle;
}

.page-loading {
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -30px;
  padding: 7px;
  text-align: center;
  color: #333;
  border: 1px solid #ddd;
  background-color: #eee;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.block-spinner-bar > div,
.page-spinner-bar > div {
  background: #eee;
  border-radius: 100% !important;
}

.page-loading > span {
  line-height: 20px;
  vertical-align: middle;
}

.page-spinner-bar {
  position: fixed;
  z-index: 10051;
  width: 100px;
  top: 40%;
  left: 50%;
  margin-left: -55px;
  text-align: center;
}

.page-spinner-bar > div {
  margin: 0 5px;
  width: 18px;
  height: 18px;
  display: inline-block;
  -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
  animation: bounceDelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.page-spinner-bar .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}

.page-spinner-bar .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}

.block-spinner-bar {
  display: inline-block;
  width: 80px;
  text-align: center;
}

.block-spinner-bar > div {
  margin: 0 2px;
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
  animation: bounceDelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[class^=m-icon-],
[class^=m-icon-big-] {
  display: inline-block;
  background-image: url(/images/syncfusion-icons.png?0ef292676d8b53de48a0a1fb99865ae5);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.block-spinner-bar .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}

.block-spinner-bar .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}

[class^=m-icon-] {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  vertical-align: top;
}

[class^=m-icon-big-] {
  width: 30px;
  height: 30px;
  margin: 6px;
  vertical-align: middle;
}

.btn.m-icon-big {
  padding: 9px 16px 8px;
}

.btn.m-icon-big.m-icon-only {
  padding: 9px 8px 8px 0;
}

.btn.m-icon-big [class^=m-icon-big-] {
  margin: 0 0 0 10px;
}

.btn.m-icon-ony > i {
  margin-left: 0;
}

.btn.m-icon {
  padding: 7px 14px;
}

.btn.m-icon [class^=m-icon-] {
  margin: 4px 0 0 5px;
}

.btn.m-icon.m-icon-only {
  padding: 7px 10px 7px 6px;
}

.m-icon-white {
  background-image: url(/images/syncfusion-icons-white.png?7cfb304955a7b062c2638b0bd72bf50a);
}

.m-icon-swapright {
  background-position: -27px -10px;
}

.m-icon-swapdown {
  background-position: -68px -10px;
}

.m-icon-swapleft {
  background-position: -8px -10px;
}

.m-icon-swapup {
  background-position: -46px -10px;
}

.m-icon-big-swapright {
  background-position: -42px -28px;
}

.m-icon-big-swapdown {
  background-position: -115px -28px;
}

.m-icon-big-swapleft {
  background-position: -6px -28px;
}

.m-icon-big-swapup {
  background-position: -78px -28px;
}

.modal {
  z-index: 10050;
  outline: 0;
}

.page-portlet-fullscreen .modal {
  z-index: 10060;
}

.modal .modal-header {
  border-bottom: 1px solid #EFEFEF;
}

.modal .modal-header h3 {
  font-weight: 300;
}

.modal .modal-header .close {
  margin-top: 0 !important;
}

.modal .modal-dialog {
  z-index: 10051;
}

.modal > .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

.modal.in .page-loading {
  display: none;
}

.modal-open-noscroll {
  overflow-y: hidden !important;
}

.modal-backdrop {
  border: 0;
  outline: 0;
}

.note,
.tabs-right.nav-tabs > li > a:focus,
.tabs-right.nav-tabs > li > a:hover {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
}

.page-portlet-fullscreen .modal-backdrop {
  z-index: 10059;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  background-color: #333 !important;
}

.note .highlight,
.note code,
.note.note-default {
  background-color: #fff;
}

body[ng-controller] .modal-backdrop {
  z-index: 10049 !important;
}

body[ng-controller] .modal {
  z-index: 10050 !important;
}

.modal-full.modal-dialog {
  width: 99%;
}

@media (max-width: 768px) {
  .modal-full.modal-dialog {
    width: auto;
  }
}

.note {
  margin: 0 0 20px;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  border-radius: 0 4px 4px 0;
}

.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
}

.note h1 .close,
.note h2 .close,
.note h3 .close,
.note h4 .close,
.note h5 .close,
.note h6 .close {
  margin-right: -10px;
}

.note p {
  margin: 0;
}

.note p:last-child {
  margin-bottom: 0;
}

.note.note-default {
  border-color: #b0c1d2;
  color: #000;
}

.note.note-default.note-bordered {
  background-color: #eef1f5;
  border-color: #c0cedb;
}

.note.note-default.note-shadow {
  background-color: #f1f4f7;
  border-color: #d1dbe4;
  -webkit-box-shadow: 5px 5px rgba(212, 221, 230, 0.2);
          box-shadow: 5px 5px rgba(212, 221, 230, 0.2);
}

.note.note-success {
  background-color: #c0edf1;
  border-color: #58d0da;
  color: #000;
}

.note.note-success.note-bordered {
  background-color: #a7e6ec;
  border-color: #6dd6df;
}

.note.note-success.note-shadow {
  background-color: #abe7ed;
  border-color: #81dbe3;
  -webkit-box-shadow: 5px 5px rgba(134, 221, 228, 0.2);
          box-shadow: 5px 5px rgba(134, 221, 228, 0.2);
}

.note.note-info {
  background-color: #f5f8fd;
  border-color: #8bb4e7;
  color: #010407;
}

.note.note-info.note-bordered {
  background-color: #dbe8f8;
  border-color: #a0c2ec;
}

.note.note-info.note-shadow {
  background-color: #e0ebf9;
  border-color: #b5cff0;
  -webkit-box-shadow: 5px 5px rgba(185, 210, 241, 0.2);
          box-shadow: 5px 5px rgba(185, 210, 241, 0.2);
}

.note.note-warning {
  background-color: #faeaa9;
  border-color: #f3cc31;
  color: #000;
}

.note.note-warning.note-bordered {
  background-color: #f8e38c;
  border-color: #f4d249;
}

.note.note-warning.note-shadow {
  background-color: #f9e491;
  border-color: #f6d861;
  -webkit-box-shadow: 5px 5px rgba(246, 217, 102, 0.2);
          box-shadow: 5px 5px rgba(246, 217, 102, 0.2);
}

.note.note-danger {
  background-color: #fef7f8;
  border-color: #f0868e;
  color: #210406;
}

.note.note-danger.note-bordered {
  background-color: #fbdcde;
  border-color: #f39da3;
}

.note.note-danger.note-shadow {
  background-color: #fbe1e3;
  border-color: #f6b3b8;
  -webkit-box-shadow: 5px 5px rgba(246, 184, 189, 0.2);
          box-shadow: 5px 5px rgba(246, 184, 189, 0.2);
}

.pagination {
  margin: 10px 0;
}

.pagination.pagination-circle > li:first-child > a {
  border-radius: 25px 0 0 25px !important;
}

.pagination.pagination-circle > li:last-child > a {
  border-radius: 0 25px 25px 0 !important;
}

.dashboard-stat,
.portlet {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.pagination .active > a,
.pagination .active > a:hover {
  background: #eee;
  border-color: #ddd;
  color: #333;
}

.panel {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.panel-group .panel {
  overflow: visible;
}

.panel .panel-title > a:hover {
  text-decoration: none;
}

.accordion .panel .panel-heading,
.accordion .panel .panel-title {
  padding: 0;
}

.accordion .panel .panel-title .accordion-toggle {
  display: block;
  padding: 10px 15px;
}

.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
  background: url(/images/accordion-plusminus.png?1392d9b25860a529f73646d3e9ae7938) right -19px no-repeat;
  margin-right: 15px;
}

.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
  background-position: right 12px;
}

.panel-heading {
  background: #eee;
}

.panel-heading a,
.panel-heading a:active,
.panel-heading a:focus,
.panel-heading a:hover {
  text-decoration: none;
}

.popover {
  -webkit-box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
          box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  padding: 0;
}

.popover .popover-title {
  margin: 0 !important;
}

.page-portlet-fullscreen {
  overflow: hidden;
}

.portlet {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  border-radius: 4px;
}

.portlet.portlet-fullscreen {
  z-index: 10060;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.portlet.portlet-fullscreen > .portlet-body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
}

.portlet.portlet-fullscreen > .portlet-title {
  padding: 0 10px;
}

.portlet > .portlet-title {
  border-bottom: 1px solid #eee;
  padding: 0;
  margin-bottom: 10px;
  min-height: 41px;
  border-radius: 4px 4px 0 0;
}

.portlet > .portlet-title:after,
.portlet > .portlet-title:before {
  content: " ";
  display: table;
}

.portlet > .portlet-title > .caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
}

.portlet > .portlet-title > .caption.bold {
  font-weight: 400;
}

.portlet > .portlet-title > .caption > i {
  float: left;
  margin-top: 4px;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  color: #666;
}

.portlet > .portlet-title > .caption > i.glyphicon {
  margin-top: 2px;
}

.portlet > .portlet-title > .caption > .caption-helper {
  padding: 0;
  margin: 0;
  line-height: 13px;
  color: #9eacb4;
  font-size: 13px;
  font-weight: 400;
}

.portlet > .portlet-title > .actions {
  float: right;
  display: inline-block;
  padding: 6px 0;
}

.portlet > .portlet-title > .actions > .dropdown-menu i {
  color: #555;
}

.portlet > .portlet-title > .actions > .btn,
.portlet > .portlet-title > .actions > .btn-group > .btn,
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm,
.portlet > .portlet-title > .actions > .btn.btn-sm {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.portlet > .portlet-title > .actions > .btn-group > .btn.btn-default,
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm.btn-default,
.portlet > .portlet-title > .actions > .btn.btn-default,
.portlet > .portlet-title > .actions > .btn.btn-sm.btn-default {
  padding: 3px 9px;
}

.portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm > i,
.portlet > .portlet-title > .actions > .btn-group > .btn > i,
.portlet > .portlet-title > .actions > .btn.btn-sm > i,
.portlet > .portlet-title > .actions > .btn > i {
  font-size: 13px;
}

.portlet > .portlet-title > .actions .btn-icon-only {
  padding: 5px 7px 3px;
}

.portlet > .portlet-title > .actions .btn-icon-only.btn-default {
  padding: 4px 6px 2px;
}

.portlet > .portlet-title > .actions .btn-icon-only.btn-default > i {
  font-size: 14px;
}

.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen {
  font-family: FontAwesome;
  color: #a0a0a0;
  padding-top: 3px;
}

.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen.btn-sm {
  padding: 3px !important;
  height: 27px;
  width: 27px;
}

.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen:before {
  content: "\F065";
}

.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen.on:before {
  content: "\F066";
}

.portlet > .portlet-title > .tools {
  float: right;
  display: inline-block;
  padding: 12px 0 8px;
}

.portlet > .portlet-title > .tools > a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.portlet > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon.png?dd1e38b24d056787bcae7045e900be7d);
  background-repeat: no-repeat;
  width: 11px;
}

.portlet > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon.png?dd129fd7bb77aa353e78d16329958525);
  background-repeat: no-repeat;
  width: 12px;
}

.portlet > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon.png?3795aa0a26cec0c6241fe86053241e8d);
  width: 13px;
}

.portlet > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon.png?7f03e5031f2e2e91651802eafa809bd7);
  width: 14px;
  visibility: visible;
}

.portlet > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon.png?b5d54ea2b4cb71f743ea6d339bd45b64);
  width: 14px;
  visibility: visible;
}

.portlet > .portlet-title > .tools > a.fullscreen {
  display: inline-block;
  top: -3px;
  position: relative;
  font-size: 13px;
  font-family: FontAwesome;
  color: #ACACAC;
}

.portlet > .portlet-title > .tools > a.fullscreen:before {
  content: "\F065";
}

.portlet > .portlet-title > .tools > a.fullscreen.on:before {
  content: "\F066";
}

.portlet > .portlet-title > .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  opacity: .8;
  filter: alpha(opacity=80);
}

.portlet > .portlet-title > .pagination {
  float: right;
  display: inline-block;
  margin: 2px 0 0;
  border: 0;
  padding: 4px 0;
}

.portlet > .portlet-title > .nav-tabs {
  background: 0 0;
  margin: 1px 0 0;
  float: right;
  display: inline-block;
  border: 0;
}

.portlet > .portlet-title > .nav-tabs > li {
  background: 0 0;
  margin: 0;
  border: 0;
}

.portlet > .portlet-title > .nav-tabs > li > a {
  background: 0 0;
  margin: 5px 0 0 1px;
  border: 0;
  padding: 8px 10px;
  color: #fff;
}

.portlet > .portlet-title > .nav-tabs > li.active > a,
.portlet > .portlet-title > .nav-tabs > li:hover > a {
  color: #333;
  background: #fff;
  border: 0;
}

.portlet > .portlet-body {
  border-radius: 0 0 4px 4px;
}

.portlet > .portlet-body p {
  margin-top: 0;
}

.portlet > .portlet-empty {
  min-height: 125px;
}

.portlet.full-height-content {
  margin-bottom: 0;
}

.portlet.bordered {
  border-left: 2px solid #e6e9ec !important;
}

.portlet.bordered > .portlet-title {
  border-bottom: 0;
}

.portlet.solid {
  padding: 0 10px 10px;
  border: 0;
}

.portlet.solid > .portlet-title {
  border-bottom: 0;
  margin-bottom: 10px;
}

.portlet.solid > .portlet-title > .caption {
  padding: 16px 0 2px;
}

.portlet.solid > .portlet-title > .actions {
  padding: 12px 0 6px;
}

.portlet.solid > .portlet-title > .tools {
  padding: 14px 0 6px;
}

.portlet.solid.bordered > .portlet-title {
  margin-bottom: 10px;
}

.portlet.box {
  padding: 0 !important;
}

.portlet.box > .portlet-title {
  border-bottom: 0;
  padding: 0 10px;
  margin-bottom: 0;
  color: #fff;
}

.portlet.box > .portlet-title > .caption {
  padding: 11px 0 9px;
}

.portlet.box > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.box > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.box > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.box > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.box > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.box > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box > .portlet-title > .actions {
  padding: 7px 0 5px;
}

.portlet.box > .portlet-body {
  background-color: #fff;
  padding: 15px;
}

.portlet.light {
  padding: 12px 20px 15px;
  background-color: #fff;
}

.portlet.light.bordered {
  border: 1px solid #e7ecf1 !important;
}

.portlet.light.bordered > .portlet-title {
  border-bottom: 1px solid #eef1f5;
}

.portlet.light.bg-inverse {
  background: #f1f4f7;
}

.portlet.light > .portlet-title {
  padding: 0;
  min-height: 48px;
}

.portlet.light > .portlet-title > .caption {
  color: #666;
  padding: 10px 0;
}

.portlet.light > .portlet-title > .caption > .caption-subject {
  font-size: 16px;
}

.portlet.light > .portlet-title > .caption > i {
  color: #777;
  font-size: 15px;
  font-weight: 300;
  margin-top: 3px;
}

.portlet.solid.blue-chambray > .portlet-title > .caption,
.portlet.solid.blue-dark > .portlet-title > .caption,
.portlet.solid.blue-ebonyclay > .portlet-title > .caption,
.portlet.solid.blue-hoki > .portlet-title > .caption,
.portlet.solid.blue-madison > .portlet-title > .caption,
.portlet.solid.blue-sharp > .portlet-title > .caption,
.portlet.solid.blue-soft > .portlet-title > .caption,
.portlet.solid.blue-steel > .portlet-title > .caption,
.portlet.solid.blue > .portlet-title > .caption,
.portlet.solid.dark > .portlet-title > .caption,
.portlet.solid.default > .portlet-title > .caption,
.portlet.solid.green-dark > .portlet-title > .caption,
.portlet.solid.green-haze > .portlet-title > .caption,
.portlet.solid.green-jungle > .portlet-title > .caption,
.portlet.solid.green-meadow > .portlet-title > .caption,
.portlet.solid.green-seagreen > .portlet-title > .caption,
.portlet.solid.green-sharp > .portlet-title > .caption,
.portlet.solid.green-soft > .portlet-title > .caption,
.portlet.solid.green-turquoise > .portlet-title > .caption,
.portlet.solid.green > .portlet-title > .caption,
.portlet.solid.grey-cararra > .portlet-title > .caption,
.portlet.solid.grey-cascade > .portlet-title > .caption,
.portlet.solid.grey-gallery > .portlet-title > .caption,
.portlet.solid.grey-mint > .portlet-title > .caption,
.portlet.solid.grey-salsa > .portlet-title > .caption,
.portlet.solid.grey-silver > .portlet-title > .caption,
.portlet.solid.grey-steel > .portlet-title > .caption,
.portlet.solid.grey > .portlet-title > .caption,
.portlet.solid.purple-intense > .portlet-title > .caption,
.portlet.solid.purple-medium > .portlet-title > .caption,
.portlet.solid.purple-plum > .portlet-title > .caption,
.portlet.solid.purple-seance > .portlet-title > .caption,
.portlet.solid.purple-sharp > .portlet-title > .caption,
.portlet.solid.purple-soft > .portlet-title > .caption,
.portlet.solid.purple-studio > .portlet-title > .caption,
.portlet.solid.purple-wisteria > .portlet-title > .caption,
.portlet.solid.purple > .portlet-title > .caption,
.portlet.solid.red-flamingo > .portlet-title > .caption,
.portlet.solid.red-haze > .portlet-title > .caption,
.portlet.solid.red-intense > .portlet-title > .caption,
.portlet.solid.red-mint > .portlet-title > .caption,
.portlet.solid.red-pink > .portlet-title > .caption,
.portlet.solid.red-soft > .portlet-title > .caption,
.portlet.solid.red-sunglo > .portlet-title > .caption,
.portlet.solid.red-thunderbird > .portlet-title > .caption,
.portlet.solid.red > .portlet-title > .caption,
.portlet.solid.white > .portlet-title > .caption,
.portlet.solid.yellow-casablanca > .portlet-title > .caption,
.portlet.solid.yellow-crusta > .portlet-title > .caption,
.portlet.solid.yellow-gold > .portlet-title > .caption,
.portlet.solid.yellow-haze > .portlet-title > .caption,
.portlet.solid.yellow-lemon > .portlet-title > .caption,
.portlet.solid.yellow-mint > .portlet-title > .caption,
.portlet.solid.yellow-saffron > .portlet-title > .caption,
.portlet.solid.yellow-soft > .portlet-title > .caption,
.portlet.solid.yellow > .portlet-title > .caption {
  font-weight: 400;
}

.portlet.light > .portlet-title > .caption.caption-md > .caption-subject {
  font-size: 15px;
}

.portlet.light > .portlet-title > .caption.caption-md > i {
  font-size: 14px;
}

.portlet.light > .portlet-title > .actions {
  padding: 6px 0 14px;
}

.portlet.light > .portlet-title > .actions .btn-default {
  color: #666;
}

.portlet.light > .portlet-title > .actions .btn-icon-only {
  height: 27px;
  width: 27px;
}

.portlet.light > .portlet-title > .actions .dropdown-menu li > a {
  color: #555;
}

.portlet.light > .portlet-title > .inputs {
  float: right;
  display: inline-block;
  padding: 4px 0;
}

.portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > i {
  font-size: 14px;
  margin-top: 9px;
}

.portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > .form-control {
  height: 30px;
  padding: 2px 26px 3px 10px;
  font-size: 13px;
}

.portlet.light > .portlet-title > .inputs > .portlet-input > .form-control {
  height: 30px;
  padding: 3px 10px;
  font-size: 13px;
}

.portlet.light > .portlet-title > .pagination {
  padding: 2px 0 13px;
}

.portlet.light > .portlet-title > .tools {
  padding: 10px 0 13px;
  margin-top: 2px;
}

.portlet.light > .portlet-title > .nav-tabs > li {
  margin: 0;
  padding: 0;
}

.portlet.light > .portlet-title > .nav-tabs > li > a {
  margin: 0;
  padding: 12px 13px 13px;
  font-size: 13px;
  color: #666;
}

.portlet.light > .portlet-title > .nav-tabs > li.active > a,
.portlet.light > .portlet-title > .nav-tabs > li:hover > a {
  margin: 0;
  background: 0 0;
  color: #333;
}

.portlet.light.form-fit {
  padding: 0;
}

.portlet.light.form-fit > .portlet-title {
  padding: 17px 20px 10px;
  margin-bottom: 0;
}

.portlet.light .portlet-body {
  padding-top: 8px;
}

.portlet.light.portlet-fullscreen > .portlet-body {
  padding: 8px 0;
}

.portlet.light.portlet-fit {
  padding: 0;
}

.portlet.light.portlet-fit > .portlet-title {
  padding: 15px 20px 10px;
}

.portlet.light.portlet-fit > .portlet-body {
  padding: 10px 20px 20px;
}

.portlet.light.portlet-fit.portlet-form > .portlet-body {
  padding: 0;
}

.portlet.light.portlet-fit.portlet-form > .portlet-body .form-actions {
  background: 0 0;
}

.portlet.box.white > .portlet-title,
.portlet.white,
.portlet > .portlet-body.white {
  background-color: #fff;
}

.portlet.light.portlet-datatable.portlet-fit > .portlet-body {
  padding-top: 10px;
  padding-bottom: 25px;
}

.tab-pane > p:last-child {
  margin-bottom: 0;
}

.tabs-reversed > li {
  float: right;
  margin-right: 0;
}

.tabs-reversed > li > a {
  margin-right: 0;
}

.portlet-sortable-placeholder {
  border: 2px dashed #eee;
  margin-bottom: 25px;
}

.portlet-sortable-empty {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 45px;
}

.portlet-collapsed {
  display: none;
}

@media (max-width: 991px) {
  .portlet-collapsed-on-mobile {
    display: none;
  }
}

.portlet.solid.white > .portlet-body,
.portlet.solid.white > .portlet-title {
  border: 0;
  color: #666;
}

.portlet.solid.white > .portlet-title > .caption > i {
  color: #666;
}

.portlet.solid.white > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.white > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.white > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.white > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.white > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.white > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.white {
  border: 1px solid #fff;
  border-top: 0;
}

.portlet.box.white > .portlet-title > .caption,
.portlet.box.white > .portlet-title > .caption > i {
  color: #666;
}

.portlet.box.white > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #fff;
  color: #fff;
}

.portlet.box.default > .portlet-title,
.portlet.default,
.portlet > .portlet-body.default {
  background-color: #e1e5ec;
}

.portlet.box.white > .portlet-title > .actions .btn-default > i {
  color: #fff;
}

.portlet.box.white > .portlet-title > .actions .btn-default.active,
.portlet.box.white > .portlet-title > .actions .btn-default:active,
.portlet.box.white > .portlet-title > .actions .btn-default:focus,
.portlet.box.white > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fff;
  color: #fff;
}

.portlet.solid.default > .portlet-body,
.portlet.solid.default > .portlet-title {
  border: 0;
  color: #666;
}

.portlet.solid.default > .portlet-title > .caption > i {
  color: #666;
}

.portlet.solid.default > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.default > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.default > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.default > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.default > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.default > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.default {
  border: 1px solid #fff;
  border-top: 0;
}

.portlet.box.default > .portlet-title > .caption,
.portlet.box.default > .portlet-title > .caption > i {
  color: #666;
}

.portlet.box.default > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #fff;
  color: #fff;
}

.portlet.box.dark > .portlet-title,
.portlet.dark,
.portlet > .portlet-body.dark {
  background-color: #2f353b;
}

.portlet.box.default > .portlet-title > .actions .btn-default > i {
  color: #fff;
}

.portlet.box.default > .portlet-title > .actions .btn-default.active,
.portlet.box.default > .portlet-title > .actions .btn-default:active,
.portlet.box.default > .portlet-title > .actions .btn-default:focus,
.portlet.box.default > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fff;
  color: #fff;
}

.portlet.solid.dark > .portlet-body,
.portlet.solid.dark > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.dark > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.dark > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.dark > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.dark > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.dark > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.dark > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.dark > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.dark {
  border: 1px solid #464f57;
  border-top: 0;
}

.portlet.box.dark > .portlet-title > .caption,
.portlet.box.dark > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.dark > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #616d79;
  color: #6c7a88;
}

.portlet.blue,
.portlet.box.blue > .portlet-title,
.portlet > .portlet-body.blue {
  background-color: #3598dc;
}

.portlet.box.dark > .portlet-title > .actions .btn-default > i {
  color: #738290;
}

.portlet.box.dark > .portlet-title > .actions .btn-default.active,
.portlet.box.dark > .portlet-title > .actions .btn-default:active,
.portlet.box.dark > .portlet-title > .actions .btn-default:focus,
.portlet.box.dark > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #798794;
  color: #8793a0;
}

.portlet.solid.blue > .portlet-body,
.portlet.solid.blue > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.blue > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.blue > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.blue > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.blue > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.blue > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.blue > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.blue > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.blue {
  border: 1px solid #60aee4;
  border-top: 0;
}

.portlet.box.blue > .portlet-title > .caption,
.portlet.box.blue > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.blue > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #95c9ed;
  color: #aad4f0;
}

.portlet.blue-madison,
.portlet.box.blue-madison > .portlet-title,
.portlet > .portlet-body.blue-madison {
  background-color: #578ebe;
}

.portlet.box.blue > .portlet-title > .actions .btn-default > i {
  color: #b7daf3;
}

.portlet.box.blue > .portlet-title > .actions .btn-default.active,
.portlet.box.blue > .portlet-title > .actions .btn-default:active,
.portlet.box.blue > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #c0dff4;
  color: #d6eaf8;
}

.portlet.solid.blue-madison > .portlet-body,
.portlet.solid.blue-madison > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.blue-madison > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.blue-madison > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.blue-madison > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.blue-madison > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.blue-madison > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.blue-madison > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.blue-madison > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.blue-madison {
  border: 1px solid #7ca7cc;
  border-top: 0;
}

.portlet.box.blue-madison > .portlet-title > .caption,
.portlet.box.blue-madison > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.blue-madison > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #a8c4dd;
  color: #bad1e4;
}

.portlet.blue-chambray,
.portlet.box.blue-chambray > .portlet-title,
.portlet > .portlet-body.blue-chambray {
  background-color: #2C3E50;
}

.portlet.box.blue-madison > .portlet-title > .actions .btn-default > i {
  color: #c5d8e9;
}

.portlet.box.blue-madison > .portlet-title > .actions .btn-default.active,
.portlet.box.blue-madison > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-madison > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-madison > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #cdddec;
  color: #dfeaf3;
}

.portlet.solid.blue-chambray > .portlet-body,
.portlet.solid.blue-chambray > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.blue-chambray > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.blue-chambray > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.blue-chambray > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.blue-chambray > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.blue-chambray > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.blue-chambray > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.blue-chambray > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.blue-chambray {
  border: 1px solid #3e5771;
  border-top: 0;
}

.portlet.box.blue-chambray > .portlet-title > .caption,
.portlet.box.blue-chambray > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.blue-chambray > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #547698;
  color: #5f83a7;
}

.portlet.blue-ebonyclay,
.portlet.box.blue-ebonyclay > .portlet-title,
.portlet > .portlet-body.blue-ebonyclay {
  background-color: #22313F;
}

.portlet.box.blue-chambray > .portlet-title > .actions .btn-default > i {
  color: #698aac;
}

.portlet.box.blue-chambray > .portlet-title > .actions .btn-default.active,
.portlet.box.blue-chambray > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-chambray > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-chambray > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #6f90b0;
  color: #809cb9;
}

.portlet.solid.blue-ebonyclay > .portlet-body,
.portlet.solid.blue-ebonyclay > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.blue-ebonyclay > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.blue-ebonyclay {
  border: 1px solid #344b60;
  border-top: 0;
}

.portlet.box.blue-ebonyclay > .portlet-title > .caption,
.portlet.box.blue-ebonyclay > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #496a88;
  color: #527798;
}

.portlet.blue-hoki,
.portlet.box.blue-hoki > .portlet-title,
.portlet > .portlet-body.blue-hoki {
  background-color: #67809F;
}

.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default > i {
  color: #587ea2;
}

.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default.active,
.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #5d83a7;
  color: #6d90b0;
}

.portlet.solid.blue-hoki > .portlet-body,
.portlet.solid.blue-hoki > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.blue-hoki > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.blue-hoki > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.blue-hoki > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.blue-hoki > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.blue-hoki > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.blue-hoki > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.blue-hoki > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.blue-hoki {
  border: 1px solid #869ab3;
  border-top: 0;
}

.portlet.box.blue-hoki > .portlet-title > .caption,
.portlet.box.blue-hoki > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.blue-hoki > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #acb9ca;
  color: #bbc7d4;
}

.portlet.blue-steel,
.portlet.box.blue-steel > .portlet-title,
.portlet > .portlet-body.blue-steel {
  background-color: #4B77BE;
}

.portlet.box.blue-hoki > .portlet-title > .actions .btn-default > i {
  color: #c5ceda;
}

.portlet.box.blue-hoki > .portlet-title > .actions .btn-default.active,
.portlet.box.blue-hoki > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-hoki > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-hoki > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #cbd4de;
  color: #dbe1e8;
}

.portlet.solid.blue-steel > .portlet-body,
.portlet.solid.blue-steel > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.blue-steel > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.blue-steel > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.blue-steel > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.blue-steel > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.blue-steel > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.blue-steel > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.blue-steel > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.blue-steel {
  border: 1px solid #7093cc;
  border-top: 0;
}

.portlet.box.blue-steel > .portlet-title > .caption,
.portlet.box.blue-steel > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.blue-steel > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #9db5dc;
  color: #b0c3e3;
}

.portlet.blue-soft,
.portlet.box.blue-soft > .portlet-title,
.portlet > .portlet-body.blue-soft {
  background-color: #4c87b9;
}

.portlet.box.blue-steel > .portlet-title > .actions .btn-default > i {
  color: #bbcce7;
}

.portlet.box.blue-steel > .portlet-title > .actions .btn-default.active,
.portlet.box.blue-steel > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-steel > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-steel > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #c3d2e9;
  color: #d6e0f0;
}

.portlet.solid.blue-soft > .portlet-body,
.portlet.solid.blue-soft > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.blue-soft > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.blue-soft > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.blue-soft > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.blue-soft > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.blue-soft > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.blue-soft > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.blue-soft > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.blue-soft {
  border: 1px solid #71a0c7;
  border-top: 0;
}

.portlet.box.blue-soft > .portlet-title > .caption,
.portlet.box.blue-soft > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.blue-soft > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #9dbdd9;
  color: #afc9e0;
}

.portlet.blue-dark,
.portlet.box.blue-dark > .portlet-title,
.portlet > .portlet-body.blue-dark {
  background-color: #5e738b;
}

.portlet.box.blue-soft > .portlet-title > .actions .btn-default > i {
  color: #bad1e4;
}

.portlet.box.blue-soft > .portlet-title > .actions .btn-default.active,
.portlet.box.blue-soft > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-soft > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-soft > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #c1d6e7;
  color: #d4e2ee;
}

.portlet.solid.blue-dark > .portlet-body,
.portlet.solid.blue-dark > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.blue-dark > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.blue-dark > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.blue-dark > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.blue-dark > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.blue-dark > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.blue-dark > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.blue-dark > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.blue-dark {
  border: 1px solid #788da4;
  border-top: 0;
}

.portlet.box.blue-dark > .portlet-title > .caption,
.portlet.box.blue-dark > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.blue-dark > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #9dacbd;
  color: #acb8c7;
}

.portlet.blue-sharp,
.portlet.box.blue-sharp > .portlet-title,
.portlet > .portlet-body.blue-sharp {
  background-color: #5C9BD1;
}

.portlet.box.blue-dark > .portlet-title > .actions .btn-default > i {
  color: #b5c0cd;
}

.portlet.box.blue-dark > .portlet-title > .actions .btn-default.active,
.portlet.box.blue-dark > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-dark > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-dark > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #bbc5d1;
  color: #cad2db;
}

.portlet.solid.blue-sharp > .portlet-body,
.portlet.solid.blue-sharp > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.blue-sharp > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.blue-sharp > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.blue-sharp > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.blue-sharp > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.blue-sharp > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.blue-sharp > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.blue-sharp > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.blue-sharp {
  border: 1px solid #84b3dc;
  border-top: 0;
}

.portlet.box.blue-sharp > .portlet-title > .caption,
.portlet.box.blue-sharp > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.blue-sharp > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #b4d1ea;
  color: #c7ddef;
}

.portlet.box.green > .portlet-title,
.portlet.green,
.portlet > .portlet-body.green {
  background-color: #32c5d2;
}

.portlet.box.blue-sharp > .portlet-title > .actions .btn-default > i {
  color: #d3e4f3;
}

.portlet.box.blue-sharp > .portlet-title > .actions .btn-default.active,
.portlet.box.blue-sharp > .portlet-title > .actions .btn-default:active,
.portlet.box.blue-sharp > .portlet-title > .actions .btn-default:focus,
.portlet.box.blue-sharp > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #dbe9f5;
  color: #eff5fb;
}

.portlet.solid.green > .portlet-body,
.portlet.solid.green > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.green > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.green > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.green > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.green > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.green > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.green > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.green > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.green {
  border: 1px solid #5cd1db;
  border-top: 0;
}

.portlet.box.green > .portlet-title > .caption,
.portlet.box.green > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.green > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #8edfe6;
  color: #a3e5eb;
}

.portlet.box.green-meadow > .portlet-title,
.portlet.green-meadow,
.portlet > .portlet-body.green-meadow {
  background-color: #1BBC9B;
}

.portlet.box.green > .portlet-title > .actions .btn-default > i {
  color: #afe8ee;
}

.portlet.box.green > .portlet-title > .actions .btn-default.active,
.portlet.box.green > .portlet-title > .actions .btn-default:active,
.portlet.box.green > .portlet-title > .actions .btn-default:focus,
.portlet.box.green > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #b8ebef;
  color: #cdf1f4;
}

.portlet.solid.green-meadow > .portlet-body,
.portlet.solid.green-meadow > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.green-meadow > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.green-meadow > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.green-meadow > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.green-meadow > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.green-meadow > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.green-meadow > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.green-meadow > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.green-meadow {
  border: 1px solid #2ae0bb;
  border-top: 0;
}

.portlet.box.green-meadow > .portlet-title > .caption,
.portlet.box.green-meadow > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.green-meadow > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #5fe8cc;
  color: #75ebd3;
}

.portlet.box.green-seagreen > .portlet-title,
.portlet.green-seagreen,
.portlet > .portlet-body.green-seagreen {
  background-color: #1BA39C;
}

.portlet.box.green-meadow > .portlet-title > .actions .btn-default > i {
  color: #83edd7;
}

.portlet.box.green-meadow > .portlet-title > .actions .btn-default.active,
.portlet.box.green-meadow > .portlet-title > .actions .btn-default:active,
.portlet.box.green-meadow > .portlet-title > .actions .btn-default:focus,
.portlet.box.green-meadow > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #8ceeda;
  color: #a2f2e1;
}

.portlet.solid.green-seagreen > .portlet-body,
.portlet.solid.green-seagreen > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.green-seagreen > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.green-seagreen > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.green-seagreen > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.green-seagreen > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.green-seagreen > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.green-seagreen > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.green-seagreen > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.green-seagreen {
  border: 1px solid #22cfc6;
  border-top: 0;
}

.portlet.box.green-seagreen > .portlet-title > .caption,
.portlet.box.green-seagreen > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.green-seagreen > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #4de1da;
  color: #63e5de;
}

.portlet.box.green-turquoise > .portlet-title,
.portlet.green-turquoise,
.portlet > .portlet-body.green-turquoise {
  background-color: #36D7B7;
}

.portlet.box.green-seagreen > .portlet-title > .actions .btn-default > i {
  color: #70e7e1;
}

.portlet.box.green-seagreen > .portlet-title > .actions .btn-default.active,
.portlet.box.green-seagreen > .portlet-title > .actions .btn-default:active,
.portlet.box.green-seagreen > .portlet-title > .actions .btn-default:focus,
.portlet.box.green-seagreen > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #78e9e3;
  color: #8eece8;
}

.portlet.solid.green-turquoise > .portlet-body,
.portlet.solid.green-turquoise > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.green-turquoise > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.green-turquoise > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.green-turquoise > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.green-turquoise > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.green-turquoise > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.green-turquoise > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.green-turquoise > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.green-turquoise {
  border: 1px solid #61dfc6;
  border-top: 0;
}

.portlet.box.green-turquoise > .portlet-title > .caption,
.portlet.box.green-turquoise > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.green-turquoise > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #94ead9;
  color: #a9eee0;
}

.portlet.box.green-haze > .portlet-title,
.portlet.green-haze,
.portlet > .portlet-body.green-haze {
  background-color: #44b6ae;
}

.portlet.box.green-turquoise > .portlet-title > .actions .btn-default > i {
  color: #b6f0e5;
}

.portlet.box.green-turquoise > .portlet-title > .actions .btn-default.active,
.portlet.box.green-turquoise > .portlet-title > .actions .btn-default:active,
.portlet.box.green-turquoise > .portlet-title > .actions .btn-default:focus,
.portlet.box.green-turquoise > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #bef2e8;
  color: #d3f6ef;
}

.portlet.solid.green-haze > .portlet-body,
.portlet.solid.green-haze > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.green-haze > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.green-haze > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.green-haze > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.green-haze > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.green-haze > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.green-haze > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.green-haze > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.green-haze {
  border: 1px solid #67c6bf;
  border-top: 0;
}

.portlet.box.green-haze > .portlet-title > .caption,
.portlet.box.green-haze > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.green-haze > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #93d7d2;
  color: #a6deda;
}

.portlet.box.green-jungle > .portlet-title,
.portlet.green-jungle,
.portlet > .portlet-body.green-jungle {
  background-color: #26C281;
}

.portlet.box.green-haze > .portlet-title > .actions .btn-default > i {
  color: #b1e2de;
}

.portlet.box.green-haze > .portlet-title > .actions .btn-default.active,
.portlet.box.green-haze > .portlet-title > .actions .btn-default:active,
.portlet.box.green-haze > .portlet-title > .actions .btn-default:focus,
.portlet.box.green-haze > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #b9e5e2;
  color: #cbece9;
}

.portlet.solid.green-jungle > .portlet-body,
.portlet.solid.green-jungle > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.green-jungle > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.green-jungle > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.green-jungle > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.green-jungle > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.green-jungle > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.green-jungle > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.green-jungle > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.green-jungle {
  border: 1px solid #41da9a;
  border-top: 0;
}

.portlet.box.green-jungle > .portlet-title > .caption,
.portlet.box.green-jungle > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.green-jungle > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #74e4b5;
  color: #8ae8c1;
}

.portlet.box.green-soft > .portlet-title,
.portlet.green-soft,
.portlet > .portlet-body.green-soft {
  background-color: #3faba4;
}

.portlet.box.green-jungle > .portlet-title > .actions .btn-default > i {
  color: #96ebc8;
}

.portlet.box.green-jungle > .portlet-title > .actions .btn-default.active,
.portlet.box.green-jungle > .portlet-title > .actions .btn-default:active,
.portlet.box.green-jungle > .portlet-title > .actions .btn-default:focus,
.portlet.box.green-jungle > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #9feccc;
  color: #b4f0d7;
}

.portlet.solid.green-soft > .portlet-body,
.portlet.solid.green-soft > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.green-soft > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.green-soft > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.green-soft > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.green-soft > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.green-soft > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.green-soft > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.green-soft > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.green-soft {
  border: 1px solid #5bc2bc;
  border-top: 0;
}

.portlet.box.green-soft > .portlet-title > .caption,
.portlet.box.green-soft > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.green-soft > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #87d3ce;
  color: #9adad6;
}

.portlet.box.green-dark > .portlet-title,
.portlet.green-dark,
.portlet > .portlet-body.green-dark {
  background-color: #4DB3A2;
}

.portlet.box.green-soft > .portlet-title > .actions .btn-default > i {
  color: #a5deda;
}

.portlet.box.green-soft > .portlet-title > .actions .btn-default.active,
.portlet.box.green-soft > .portlet-title > .actions .btn-default:active,
.portlet.box.green-soft > .portlet-title > .actions .btn-default:focus,
.portlet.box.green-soft > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #ade1dd;
  color: #bfe7e5;
}

.portlet.solid.green-dark > .portlet-body,
.portlet.solid.green-dark > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.green-dark > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.green-dark > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.green-dark > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.green-dark > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.green-dark > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.green-dark > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.green-dark > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.green-dark {
  border: 1px solid #71c2b5;
  border-top: 0;
}

.portlet.box.green-dark > .portlet-title > .caption,
.portlet.box.green-dark > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.green-dark > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #9cd5cb;
  color: #addcd4;
}

.portlet.box.green-sharp > .portlet-title,
.portlet.green-sharp,
.portlet > .portlet-body.green-sharp {
  background-color: #2ab4c0;
}

.portlet.box.green-dark > .portlet-title > .actions .btn-default > i {
  color: #b8e1da;
}

.portlet.box.green-dark > .portlet-title > .actions .btn-default.active,
.portlet.box.green-dark > .portlet-title > .actions .btn-default:active,
.portlet.box.green-dark > .portlet-title > .actions .btn-default:focus,
.portlet.box.green-dark > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #bfe4de;
  color: #d1ebe7;
}

.portlet.solid.green-sharp > .portlet-body,
.portlet.solid.green-sharp > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.green-sharp > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.green-sharp > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.green-sharp > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.green-sharp > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.green-sharp > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.green-sharp > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.green-sharp > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.green-sharp {
  border: 1px solid #46cbd7;
  border-top: 0;
}

.portlet.box.green-sharp > .portlet-title > .caption,
.portlet.box.green-sharp > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.green-sharp > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #79d9e2;
  color: #8edfe6;
}

.portlet.box.grey > .portlet-title,
.portlet.grey,
.portlet > .portlet-body.grey {
  background-color: #E5E5E5;
}

.portlet.box.green-sharp > .portlet-title > .actions .btn-default > i {
  color: #9ae3e9;
}

.portlet.box.green-sharp > .portlet-title > .actions .btn-default.active,
.portlet.box.green-sharp > .portlet-title > .actions .btn-default:active,
.portlet.box.green-sharp > .portlet-title > .actions .btn-default:focus,
.portlet.box.green-sharp > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #a2e5eb;
  color: #b7ebef;
}

.portlet.solid.grey > .portlet-body,
.portlet.solid.grey > .portlet-title {
  border: 0;
  color: #333;
}

.portlet.solid.grey > .portlet-title > .caption > i {
  color: #333;
}

.portlet.solid.grey > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.grey > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.grey > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.grey > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.grey > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.grey > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.grey {
  border: 1px solid #fff;
  border-top: 0;
}

.portlet.box.grey > .portlet-title > .caption,
.portlet.box.grey > .portlet-title > .caption > i {
  color: #333;
}

.portlet.box.grey > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #fff;
  color: #fff;
}

.portlet.box.grey-steel > .portlet-title,
.portlet.grey-steel,
.portlet > .portlet-body.grey-steel {
  background-color: #e9edef;
}

.portlet.box.grey > .portlet-title > .actions .btn-default > i {
  color: #fff;
}

.portlet.box.grey > .portlet-title > .actions .btn-default.active,
.portlet.box.grey > .portlet-title > .actions .btn-default:active,
.portlet.box.grey > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fff;
  color: #fff;
}

.portlet.solid.grey-steel > .portlet-body,
.portlet.solid.grey-steel > .portlet-title {
  border: 0;
  color: #80898e;
}

.portlet.solid.grey-steel > .portlet-title > .caption > i {
  color: #80898e;
}

.portlet.solid.grey-steel > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.grey-steel > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.grey-steel > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.grey-steel > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.grey-steel > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.grey-steel > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.grey-steel {
  border: 1px solid #fff;
  border-top: 0;
}

.portlet.box.grey-steel > .portlet-title > .caption,
.portlet.box.grey-steel > .portlet-title > .caption > i {
  color: #80898e;
}

.portlet.box.grey-steel > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #fff;
  color: #fff;
}

.portlet.box.grey-cararra > .portlet-title,
.portlet.grey-cararra,
.portlet > .portlet-body.grey-cararra {
  background-color: #fafafa;
}

.portlet.box.grey-steel > .portlet-title > .actions .btn-default > i {
  color: #fff;
}

.portlet.box.grey-steel > .portlet-title > .actions .btn-default.active,
.portlet.box.grey-steel > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-steel > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-steel > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fff;
  color: #fff;
}

.portlet.solid.grey-cararra > .portlet-body,
.portlet.solid.grey-cararra > .portlet-title {
  border: 0;
  color: #333;
}

.portlet.solid.grey-cararra > .portlet-title > .caption > i {
  color: #333;
}

.portlet.solid.grey-cararra > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.grey-cararra > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.grey-cararra > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.grey-cararra > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.grey-cararra > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.grey-cararra > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.grey-cararra {
  border: 1px solid #fff;
  border-top: 0;
}

.portlet.box.grey-cararra > .portlet-title > .caption,
.portlet.box.grey-cararra > .portlet-title > .caption > i {
  color: #333;
}

.portlet.box.grey-cararra > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #fff;
  color: #fff;
}

.portlet.box.grey-gallery > .portlet-title,
.portlet.grey-gallery,
.portlet > .portlet-body.grey-gallery {
  background-color: #555;
}

.portlet.box.grey-cararra > .portlet-title > .actions .btn-default > i {
  color: #fff;
}

.portlet.box.grey-cararra > .portlet-title > .actions .btn-default.active,
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fff;
  color: #fff;
}

.portlet.solid.grey-gallery > .portlet-body,
.portlet.solid.grey-gallery > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.grey-gallery > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.grey-gallery > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.grey-gallery > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.grey-gallery > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.grey-gallery > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.grey-gallery > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.grey-gallery > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.grey-gallery {
  border: 1px solid #6e6e6e;
  border-top: 0;
}

.portlet.box.grey-gallery > .portlet-title > .caption,
.portlet.box.grey-gallery > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.grey-gallery > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #8d8d8d;
  color: #9a9a9a;
}

.portlet.box.grey-cascade > .portlet-title,
.portlet.grey-cascade,
.portlet > .portlet-body.grey-cascade {
  background-color: #95A5A6;
}

.portlet.box.grey-gallery > .portlet-title > .actions .btn-default > i {
  color: #a2a2a2;
}

.portlet.box.grey-gallery > .portlet-title > .actions .btn-default.active,
.portlet.box.grey-gallery > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-gallery > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-gallery > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #a7a7a7;
  color: #b3b3b3;
}

.portlet.solid.grey-cascade > .portlet-body,
.portlet.solid.grey-cascade > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.grey-cascade > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.grey-cascade > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.grey-cascade > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.grey-cascade > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.grey-cascade > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.grey-cascade > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.grey-cascade > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.grey-cascade {
  border: 1px solid #b1bdbd;
  border-top: 0;
}

.portlet.box.grey-cascade > .portlet-title > .caption,
.portlet.box.grey-cascade > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.grey-cascade > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #d2d9d9;
  color: #e0e5e5;
}

.portlet.box.grey-silver > .portlet-title,
.portlet.grey-silver,
.portlet > .portlet-body.grey-silver {
  background-color: #BFBFBF;
}

.portlet.box.grey-cascade > .portlet-title > .actions .btn-default > i {
  color: #e8ecec;
}

.portlet.box.grey-cascade > .portlet-title > .actions .btn-default.active,
.portlet.box.grey-cascade > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-cascade > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-cascade > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #eef0f0;
  color: #fcfcfc;
}

.portlet.solid.grey-silver > .portlet-body,
.portlet.solid.grey-silver > .portlet-title {
  border: 0;
  color: #FAFCFB;
}

.portlet.solid.grey-silver > .portlet-title > .caption > i {
  color: #FAFCFB;
}

.portlet.solid.grey-silver > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.grey-silver > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.grey-silver > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.grey-silver > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.grey-silver > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.grey-silver > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.grey-silver {
  border: 1px solid #d9d9d9;
  border-top: 0;
}

.portlet.box.grey-silver > .portlet-title > .caption,
.portlet.box.grey-silver > .portlet-title > .caption > i {
  color: #FAFCFB;
}

.portlet.box.grey-silver > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #f7f7f7;
  color: #fff;
}

.portlet.box.grey-salsa > .portlet-title,
.portlet.grey-salsa,
.portlet > .portlet-body.grey-salsa {
  background-color: #ACB5C3;
}

.portlet.box.grey-silver > .portlet-title > .actions .btn-default > i {
  color: #fff;
}

.portlet.box.grey-silver > .portlet-title > .actions .btn-default.active,
.portlet.box.grey-silver > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-silver > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-silver > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fff;
  color: #fff;
}

.portlet.solid.grey-salsa > .portlet-body,
.portlet.solid.grey-salsa > .portlet-title {
  border: 0;
  color: #FAFCFB;
}

.portlet.solid.grey-salsa > .portlet-title > .caption > i {
  color: #FAFCFB;
}

.portlet.solid.grey-salsa > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.grey-salsa > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.grey-salsa > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.grey-salsa > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.grey-salsa > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.grey-salsa > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.grey-salsa {
  border: 1px solid #cacfd8;
  border-top: 0;
}

.portlet.box.grey-salsa > .portlet-title > .caption,
.portlet.box.grey-salsa > .portlet-title > .caption > i {
  color: #FAFCFB;
}

.portlet.box.grey-salsa > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #edeff2;
  color: #fcfcfd;
}

.portlet.box.grey-salt > .portlet-title,
.portlet.grey-salt,
.portlet > .portlet-body.grey-salt {
  background-color: #bfcad1;
}

.portlet.box.grey-salsa > .portlet-title > .actions .btn-default > i {
  color: #fff;
}

.portlet.box.grey-salsa > .portlet-title > .actions .btn-default.active,
.portlet.box.grey-salsa > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-salsa > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-salsa > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fff;
  color: #fff;
}

.portlet.solid.grey-salt > .portlet-body,
.portlet.solid.grey-salt > .portlet-title {
  border: 0;
  color: #FAFCFB;
}

.portlet.solid.grey-salt > .portlet-title > .caption {
  font-weight: 400;
}

.portlet.solid.grey-salt > .portlet-title > .caption > i {
  color: #FAFCFB;
}

.portlet.solid.grey-salt > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.grey-salt > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.grey-salt > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.grey-salt > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.grey-salt > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.grey-salt > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.grey-salt {
  border: 1px solid #dde3e6;
  border-top: 0;
}

.portlet.box.grey-salt > .portlet-title > .caption,
.portlet.box.grey-salt > .portlet-title > .caption > i {
  color: #FAFCFB;
}

.portlet.box.grey-salt > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #fff;
  color: #fff;
}

.portlet.box.grey-mint > .portlet-title,
.portlet.grey-mint,
.portlet > .portlet-body.grey-mint {
  background-color: #525e64;
}

.portlet.box.grey-salt > .portlet-title > .actions .btn-default > i {
  color: #fff;
}

.portlet.box.grey-salt > .portlet-title > .actions .btn-default.active,
.portlet.box.grey-salt > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-salt > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-salt > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fff;
  color: #fff;
}

.portlet.solid.grey-mint > .portlet-body,
.portlet.solid.grey-mint > .portlet-title {
  border: 0;
  color: #FFF;
}

.portlet.solid.grey-mint > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.solid.grey-mint > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.grey-mint > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.grey-mint > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.grey-mint > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.grey-mint > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.grey-mint > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.grey-mint {
  border: 1px solid #697880;
  border-top: 0;
}

.portlet.box.grey-mint > .portlet-title > .caption,
.portlet.box.grey-mint > .portlet-title > .caption > i {
  color: #FFF;
}

.portlet.box.grey-mint > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #88979e;
  color: #96a3a9;
}

.portlet.box.red > .portlet-title,
.portlet.red,
.portlet > .portlet-body.red {
  background-color: #e7505a;
}

.portlet.box.grey-mint > .portlet-title > .actions .btn-default > i {
  color: #9faab0;
}

.portlet.box.grey-mint > .portlet-title > .actions .btn-default.active,
.portlet.box.grey-mint > .portlet-title > .actions .btn-default:active,
.portlet.box.grey-mint > .portlet-title > .actions .btn-default:focus,
.portlet.box.grey-mint > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #a4afb5;
  color: #b2bcc0;
}

.portlet.solid.red > .portlet-body,
.portlet.solid.red > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.red > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.red > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.red > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.red > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.red > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.red > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.red > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.red {
  border: 1px solid #ed7d84;
  border-top: 0;
}

.portlet.box.red > .portlet-title > .caption,
.portlet.box.red > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.red > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #f5b3b7;
  color: #f8c9cc;
}

.portlet.box.red-pink > .portlet-title,
.portlet.red-pink,
.portlet > .portlet-body.red-pink {
  background-color: #E08283;
}

.portlet.box.red > .portlet-title > .actions .btn-default > i {
  color: #f9d7d9;
}

.portlet.box.red > .portlet-title > .actions .btn-default.active,
.portlet.box.red > .portlet-title > .actions .btn-default:active,
.portlet.box.red > .portlet-title > .actions .btn-default:focus,
.portlet.box.red > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fbe0e1;
  color: #fef6f6;
}

.portlet.solid.red-pink > .portlet-body,
.portlet.solid.red-pink > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.red-pink > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.red-pink > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.red-pink > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.red-pink > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.red-pink > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.red-pink > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.red-pink > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.red-pink {
  border: 1px solid #eaabac;
  border-top: 0;
}

.portlet.box.red-pink > .portlet-title > .caption,
.portlet.box.red-pink > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.red-pink > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #f6dcdc;
  color: #fbf0f0;
}

.portlet.box.red-sunglo > .portlet-title,
.portlet.red-sunglo,
.portlet > .portlet-body.red-sunglo {
  background-color: #E26A6A;
}

.portlet.box.red-pink > .portlet-title > .actions .btn-default > i {
  color: #fefdfd;
}

.portlet.box.red-pink > .portlet-title > .actions .btn-default.active,
.portlet.box.red-pink > .portlet-title > .actions .btn-default:active,
.portlet.box.red-pink > .portlet-title > .actions .btn-default:focus,
.portlet.box.red-pink > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fff;
  color: #fff;
}

.portlet.solid.red-sunglo > .portlet-body,
.portlet.solid.red-sunglo > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.red-sunglo > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.red-sunglo > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.red-sunglo > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.red-sunglo > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.red-sunglo > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.red-sunglo > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.red-sunglo > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.red-sunglo {
  border: 1px solid #ea9595;
  border-top: 0;
}

.portlet.box.red-sunglo > .portlet-title > .caption,
.portlet.box.red-sunglo > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.red-sunglo > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #f4c8c8;
  color: #f8dddd;
}

.portlet.box.red-intense > .portlet-title,
.portlet.red-intense,
.portlet > .portlet-body.red-intense {
  background-color: #e35b5a;
}

.portlet.box.red-sunglo > .portlet-title > .actions .btn-default > i {
  color: #fbeaea;
}

.portlet.box.red-sunglo > .portlet-title > .actions .btn-default.active,
.portlet.box.red-sunglo > .portlet-title > .actions .btn-default:active,
.portlet.box.red-sunglo > .portlet-title > .actions .btn-default:focus,
.portlet.box.red-sunglo > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fdf3f3;
  color: #fff;
}

.portlet.solid.red-intense > .portlet-body,
.portlet.solid.red-intense > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.red-intense > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.red-intense > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.red-intense > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.red-intense > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.red-intense > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.red-intense > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.red-intense > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.red-intense {
  border: 1px solid #ea8686;
  border-top: 0;
}

.portlet.box.red-intense > .portlet-title > .caption,
.portlet.box.red-intense > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.red-intense > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #f3baba;
  color: #f7d0d0;
}

.portlet.box.red-thunderbird > .portlet-title,
.portlet.red-thunderbird,
.portlet > .portlet-body.red-thunderbird {
  background-color: #D91E18;
}

.portlet.box.red-intense > .portlet-title > .actions .btn-default > i {
  color: #f9dddd;
}

.portlet.box.red-intense > .portlet-title > .actions .btn-default.active,
.portlet.box.red-intense > .portlet-title > .actions .btn-default:active,
.portlet.box.red-intense > .portlet-title > .actions .btn-default:focus,
.portlet.box.red-intense > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fbe6e6;
  color: #fefbfb;
}

.portlet.solid.red-thunderbird > .portlet-body,
.portlet.solid.red-thunderbird > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.red-thunderbird > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.red-thunderbird > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.red-thunderbird > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.red-thunderbird > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.red-thunderbird > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.red-thunderbird > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.red-thunderbird > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.red-thunderbird {
  border: 1px solid #e9403b;
  border-top: 0;
}

.portlet.box.red-thunderbird > .portlet-title > .caption,
.portlet.box.red-thunderbird > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #ef7672;
  color: #f28c89;
}

.portlet.box.red-flamingo > .portlet-title,
.portlet.red-flamingo,
.portlet > .portlet-body.red-flamingo {
  background-color: #EF4836;
}

.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default > i {
  color: #f39997;
}

.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default.active,
.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:active,
.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:focus,
.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #f4a2a0;
  color: #f7b9b7;
}

.portlet.solid.red-flamingo > .portlet-body,
.portlet.solid.red-flamingo > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.red-flamingo > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.red-flamingo > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.red-flamingo > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.red-flamingo > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.red-flamingo > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.red-flamingo > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.red-flamingo > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.red-flamingo {
  border: 1px solid #f37365;
  border-top: 0;
}

.portlet.box.red-flamingo > .portlet-title > .caption,
.portlet.box.red-flamingo > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.red-flamingo > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #f7a79e;
  color: #f9bcb6;
}

.portlet.box.red-soft > .portlet-title,
.portlet.red-soft,
.portlet > .portlet-body.red-soft {
  background-color: #d05454;
}

.portlet.box.red-flamingo > .portlet-title > .actions .btn-default > i {
  color: #fac9c4;
}

.portlet.box.red-flamingo > .portlet-title > .actions .btn-default.active,
.portlet.box.red-flamingo > .portlet-title > .actions .btn-default:active,
.portlet.box.red-flamingo > .portlet-title > .actions .btn-default:focus,
.portlet.box.red-flamingo > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fbd2cd;
  color: #fde7e5;
}

.portlet.solid.red-soft > .portlet-body,
.portlet.solid.red-soft > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.red-soft > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.red-soft > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.red-soft > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.red-soft > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.red-soft > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.red-soft > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.red-soft > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.red-soft {
  border: 1px solid #db7c7c;
  border-top: 0;
}

.portlet.box.red-soft > .portlet-title > .caption,
.portlet.box.red-soft > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.red-soft > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #e8acac;
  color: #eec0c0;
}

.portlet.box.red-haze > .portlet-title,
.portlet.red-haze,
.portlet > .portlet-body.red-haze {
  background-color: #f36a5a;
}

.portlet.box.red-soft > .portlet-title > .actions .btn-default > i {
  color: #f1cccc;
}

.portlet.box.red-soft > .portlet-title > .actions .btn-default.active,
.portlet.box.red-soft > .portlet-title > .actions .btn-default:active,
.portlet.box.red-soft > .portlet-title > .actions .btn-default:focus,
.portlet.box.red-soft > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #f3d4d4;
  color: #f9e8e8;
}

.portlet.solid.red-haze > .portlet-body,
.portlet.solid.red-haze > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.red-haze > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.red-haze > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.red-haze > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.red-haze > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.red-haze > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.red-haze > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.red-haze > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.red-haze {
  border: 1px solid #f6958a;
  border-top: 0;
}

.portlet.box.red-haze > .portlet-title > .caption,
.portlet.box.red-haze > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.red-haze > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #fbc8c3;
  color: #fcdeda;
}

.portlet.box.red-mint > .portlet-title,
.portlet.red-mint,
.portlet > .portlet-body.red-mint {
  background-color: #e43a45;
}

.portlet.box.red-haze > .portlet-title > .actions .btn-default > i {
  color: #fdebe9;
}

.portlet.box.red-haze > .portlet-title > .actions .btn-default.active,
.portlet.box.red-haze > .portlet-title > .actions .btn-default:active,
.portlet.box.red-haze > .portlet-title > .actions .btn-default:focus,
.portlet.box.red-haze > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fef3f2;
  color: #fff;
}

.portlet.solid.red-mint > .portlet-body,
.portlet.solid.red-mint > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.red-mint > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.red-mint > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.red-mint > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.red-mint > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.red-mint > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.red-mint > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.red-mint > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.red-mint {
  border: 1px solid #ea676f;
  border-top: 0;
}

.portlet.box.red-mint > .portlet-title > .caption,
.portlet.box.red-mint > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.red-mint > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #f29da2;
  color: #f5b3b7;
}

.portlet.box.yellow > .portlet-title,
.portlet.yellow,
.portlet > .portlet-body.yellow {
  background-color: #c49f47;
}

.portlet.box.red-mint > .portlet-title > .actions .btn-default > i {
  color: #f6c1c4;
}

.portlet.box.red-mint > .portlet-title > .actions .btn-default.active,
.portlet.box.red-mint > .portlet-title > .actions .btn-default:active,
.portlet.box.red-mint > .portlet-title > .actions .btn-default:focus,
.portlet.box.red-mint > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #f8cacd;
  color: #fbe0e2;
}

.portlet.solid.yellow > .portlet-body,
.portlet.solid.yellow > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.yellow > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.yellow > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.yellow > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.yellow > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.yellow > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.yellow > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.yellow > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.yellow {
  border: 1px solid #d0b36e;
  border-top: 0;
}

.portlet.box.yellow > .portlet-title > .caption,
.portlet.box.yellow > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.yellow > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #dfcb9c;
  color: #e5d5af;
}

.portlet.box.yellow-gold > .portlet-title,
.portlet.yellow-gold,
.portlet > .portlet-body.yellow-gold {
  background-color: #E87E04;
}

.portlet.box.yellow > .portlet-title > .actions .btn-default > i {
  color: #e9dbbb;
}

.portlet.box.yellow > .portlet-title > .actions .btn-default.active,
.portlet.box.yellow > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #ecdfc3;
  color: #f2ead6;
}

.portlet.solid.yellow-gold > .portlet-body,
.portlet.solid.yellow-gold > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.yellow-gold > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.yellow-gold > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.yellow-gold > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.yellow-gold > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.yellow-gold > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.yellow-gold > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.yellow-gold > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.yellow-gold {
  border: 1px solid #fb9724;
  border-top: 0;
}

.portlet.box.yellow-gold > .portlet-title > .caption,
.portlet.box.yellow-gold > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.yellow-gold > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #fcb460;
  color: #fdbf79;
}

.portlet.box.yellow-casablanca > .portlet-title,
.portlet.yellow-casablanca,
.portlet > .portlet-body.yellow-casablanca {
  background-color: #f2784b;
}

.portlet.box.yellow-gold > .portlet-title > .actions .btn-default > i {
  color: #fdc788;
}

.portlet.box.yellow-gold > .portlet-title > .actions .btn-default.active,
.portlet.box.yellow-gold > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow-gold > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow-gold > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fdcb92;
  color: #fed7ab;
}

.portlet.solid.yellow-casablanca > .portlet-body,
.portlet.solid.yellow-casablanca > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.yellow-casablanca > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.yellow-casablanca > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.yellow-casablanca > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.yellow-casablanca > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.yellow-casablanca > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.yellow-casablanca > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.yellow-casablanca > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.yellow-casablanca {
  border: 1px solid #f59c7b;
  border-top: 0;
}

.portlet.box.yellow-casablanca > .portlet-title > .caption,
.portlet.box.yellow-casablanca > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #fac6b4;
  color: #fbd8cb;
}

.portlet.box.yellow-crusta > .portlet-title,
.portlet.yellow-crusta,
.portlet > .portlet-body.yellow-crusta {
  background-color: #f3c200;
}

.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default > i {
  color: #fce3da;
}

.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default.active,
.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fdeae3;
  color: #fffcfb;
}

.portlet.solid.yellow-crusta > .portlet-body,
.portlet.solid.yellow-crusta > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.yellow-crusta > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.yellow-crusta > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.yellow-crusta > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.yellow-crusta > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.yellow-crusta > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.yellow-crusta > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.yellow-crusta > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.yellow-crusta {
  border: 1px solid #ffd327;
  border-top: 0;
}

.portlet.box.yellow-crusta > .portlet-title > .caption,
.portlet.box.yellow-crusta > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #ffe064;
  color: #ffe57e;
}

.portlet.box.yellow-lemon > .portlet-title,
.portlet.yellow-lemon,
.portlet > .portlet-body.yellow-lemon {
  background-color: #F7CA18;
}

.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default > i {
  color: #ffe88d;
}

.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default.active,
.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #ffea97;
  color: #ffefb1;
}

.portlet.solid.yellow-lemon > .portlet-body,
.portlet.solid.yellow-lemon > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.yellow-lemon > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.yellow-lemon > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.yellow-lemon > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.yellow-lemon > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.yellow-lemon > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.yellow-lemon > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.yellow-lemon > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.yellow-lemon {
  border: 1px solid #f9d549;
  border-top: 0;
}

.portlet.box.yellow-lemon > .portlet-title > .caption,
.portlet.box.yellow-lemon > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #fbe384;
  color: #fce99d;
}

.portlet.box.yellow-saffron > .portlet-title,
.portlet.yellow-saffron,
.portlet > .portlet-body.yellow-saffron {
  background-color: #F4D03F;
}

.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default > i {
  color: #fcecac;
}

.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default.active,
.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fceeb6;
  color: #fdf4ce;
}

.portlet.solid.yellow-saffron > .portlet-body,
.portlet.solid.yellow-saffron > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.yellow-saffron > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.yellow-saffron > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.yellow-saffron > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.yellow-saffron > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.yellow-saffron > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.yellow-saffron > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.yellow-saffron > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.yellow-saffron {
  border: 1px solid #f7dc6f;
  border-top: 0;
}

.portlet.box.yellow-saffron > .portlet-title > .caption,
.portlet.box.yellow-saffron > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #faeaa9;
  color: #fbf0c1;
}

.portlet.box.yellow-soft > .portlet-title,
.portlet.yellow-soft,
.portlet > .portlet-body.yellow-soft {
  background-color: #c8d046;
}

.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default > i {
  color: #fcf3d0;
}

.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default.active,
.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #fdf6d9;
  color: #fefcf1;
}

.portlet.solid.yellow-soft > .portlet-body,
.portlet.solid.yellow-soft > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.yellow-soft > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.yellow-soft > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.yellow-soft > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.yellow-soft > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.yellow-soft > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.yellow-soft > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.yellow-soft > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.yellow-soft {
  border: 1px solid #d4da6f;
  border-top: 0;
}

.portlet.box.yellow-soft > .portlet-title > .caption,
.portlet.box.yellow-soft > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.yellow-soft > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #e3e79f;
  color: #e9ecb4;
}

.portlet.box.yellow-haze > .portlet-title,
.portlet.yellow-haze,
.portlet > .portlet-body.yellow-haze {
  background-color: #c5bf66;
}

.portlet.box.yellow-soft > .portlet-title > .actions .btn-default > i {
  color: #ecefc0;
}

.portlet.box.yellow-soft > .portlet-title > .actions .btn-default.active,
.portlet.box.yellow-soft > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow-soft > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow-soft > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #eff1c8;
  color: #f5f6dc;
}

.portlet.solid.yellow-haze > .portlet-body,
.portlet.solid.yellow-haze > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.yellow-haze > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.yellow-haze > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.yellow-haze > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.yellow-haze > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.yellow-haze > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.yellow-haze > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.yellow-haze > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.yellow-haze {
  border: 1px solid #d3ce8b;
  border-top: 0;
}

.portlet.box.yellow-haze > .portlet-title > .caption,
.portlet.box.yellow-haze > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.yellow-haze > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #e4e1b7;
  color: #ebe9ca;
}

.portlet.box.yellow-mint > .portlet-title,
.portlet.yellow-mint,
.portlet > .portlet-body.yellow-mint {
  background-color: #c5b96b;
}

.portlet.box.yellow-haze > .portlet-title > .actions .btn-default > i {
  color: #efedd5;
}

.portlet.box.yellow-haze > .portlet-title > .actions .btn-default.active,
.portlet.box.yellow-haze > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow-haze > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow-haze > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #f2f1dc;
  color: #f9f8ef;
}

.portlet.solid.yellow-mint > .portlet-body,
.portlet.solid.yellow-mint > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.yellow-mint > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.yellow-mint > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.yellow-mint > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.yellow-mint > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.yellow-mint > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.yellow-mint > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.yellow-mint > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.yellow-mint {
  border: 1px solid #d3ca90;
  border-top: 0;
}

.portlet.box.yellow-mint > .portlet-title > .caption,
.portlet.box.yellow-mint > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.yellow-mint > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #e5dfbc;
  color: #ece8ce;
}

.portlet.box.purple > .portlet-title,
.portlet.purple,
.portlet > .portlet-body.purple {
  background-color: #8E44AD;
}

.portlet.box.yellow-mint > .portlet-title > .actions .btn-default > i {
  color: #f0edd9;
}

.portlet.box.yellow-mint > .portlet-title > .actions .btn-default.active,
.portlet.box.yellow-mint > .portlet-title > .actions .btn-default:active,
.portlet.box.yellow-mint > .portlet-title > .actions .btn-default:focus,
.portlet.box.yellow-mint > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #f3f0e0;
  color: #faf9f3;
}

.portlet.solid.purple > .portlet-body,
.portlet.solid.purple > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.purple > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.purple > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.purple > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.purple > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.purple > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.purple > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.purple > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.purple {
  border: 1px solid #a563c1;
  border-top: 0;
}

.portlet.box.purple > .portlet-title > .caption,
.portlet.box.purple > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.purple > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #bf8ed3;
  color: #c9a1da;
}

.portlet.box.purple-plum > .portlet-title,
.portlet.purple-plum,
.portlet > .portlet-body.purple-plum {
  background-color: #8775a7;
}

.portlet.box.purple > .portlet-title > .actions .btn-default > i {
  color: #cfacde;
}

.portlet.box.purple > .portlet-title > .actions .btn-default.active,
.portlet.box.purple > .portlet-title > .actions .btn-default:active,
.portlet.box.purple > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #d4b3e1;
  color: #dec5e8;
}

.portlet.solid.purple-plum > .portlet-body,
.portlet.solid.purple-plum > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.purple-plum > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.purple-plum > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.purple-plum > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.purple-plum > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.purple-plum > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.purple-plum > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.purple-plum > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.purple-plum {
  border: 1px solid #a294bb;
  border-top: 0;
}

.portlet.box.purple-plum > .portlet-title > .caption,
.portlet.box.purple-plum > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.purple-plum > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #c3bad3;
  color: #d0c9dd;
}

.portlet.box.purple-medium > .portlet-title,
.portlet.purple-medium,
.portlet > .portlet-body.purple-medium {
  background-color: #BF55EC;
}

.portlet.box.purple-plum > .portlet-title > .actions .btn-default > i {
  color: #d8d2e3;
}

.portlet.box.purple-plum > .portlet-title > .actions .btn-default.active,
.portlet.box.purple-plum > .portlet-title > .actions .btn-default:active,
.portlet.box.purple-plum > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple-plum > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #ded9e7;
  color: #ebe8f0;
}

.portlet.solid.purple-medium > .portlet-body,
.portlet.solid.purple-medium > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.purple-medium > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.purple-medium > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.purple-medium > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.purple-medium > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.purple-medium > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.purple-medium > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.purple-medium > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.purple-medium {
  border: 1px solid #d083f1;
  border-top: 0;
}

.portlet.box.purple-medium > .portlet-title > .caption,
.portlet.box.purple-medium > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.purple-medium > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #e5baf7;
  color: #eed1fa;
}

.portlet.box.purple-studio > .portlet-title,
.portlet.purple-studio,
.portlet > .portlet-body.purple-studio {
  background-color: #8E44AD;
}

.portlet.box.purple-medium > .portlet-title > .actions .btn-default > i {
  color: #f3dffb;
}

.portlet.box.purple-medium > .portlet-title > .actions .btn-default.active,
.portlet.box.purple-medium > .portlet-title > .actions .btn-default:active,
.portlet.box.purple-medium > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple-medium > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #f6e8fc;
  color: #fff;
}

.portlet.solid.purple-studio > .portlet-body,
.portlet.solid.purple-studio > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.purple-studio > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.purple-studio > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.purple-studio > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.purple-studio > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.purple-studio > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.purple-studio > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.purple-studio > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.purple-studio {
  border: 1px solid #a563c1;
  border-top: 0;
}

.portlet.box.purple-studio > .portlet-title > .caption,
.portlet.box.purple-studio > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.purple-studio > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #bf8ed3;
  color: #c9a1da;
}

.portlet.box.purple-wisteria > .portlet-title,
.portlet.purple-wisteria,
.portlet > .portlet-body.purple-wisteria {
  background-color: #9B59B6;
}

.portlet.box.purple-studio > .portlet-title > .actions .btn-default > i {
  color: #cfacde;
}

.portlet.box.purple-studio > .portlet-title > .actions .btn-default.active,
.portlet.box.purple-studio > .portlet-title > .actions .btn-default:active,
.portlet.box.purple-studio > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple-studio > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #d4b3e1;
  color: #dec5e8;
}

.portlet.solid.purple-wisteria > .portlet-body,
.portlet.solid.purple-wisteria > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.purple-wisteria > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.purple-wisteria > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.purple-wisteria > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.purple-wisteria > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.purple-wisteria > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.purple-wisteria > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.purple-wisteria > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.purple-wisteria {
  border: 1px solid #b07cc6;
  border-top: 0;
}

.portlet.box.purple-wisteria > .portlet-title > .caption,
.portlet.box.purple-wisteria > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #caa7d8;
  color: #d5b9e0;
}

.portlet.box.purple-seance > .portlet-title,
.portlet.purple-seance,
.portlet > .portlet-body.purple-seance {
  background-color: #9A12B3;
}

.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default > i {
  color: #dbc3e5;
}

.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default.active,
.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:active,
.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #dfcae8;
  color: #eadcf0;
}

.portlet.solid.purple-seance > .portlet-body,
.portlet.solid.purple-seance > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.purple-seance > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.purple-seance > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.purple-seance > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.purple-seance > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.purple-seance > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.purple-seance > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.purple-seance > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.purple-seance {
  border: 1px solid #c217e1;
  border-top: 0;
}

.portlet.box.purple-seance > .portlet-title > .caption,
.portlet.box.purple-seance > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.purple-seance > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #d349ed;
  color: #d960ef;
}

.portlet.box.purple-intense > .portlet-title,
.portlet.purple-intense,
.portlet > .portlet-body.purple-intense {
  background-color: #8775a7;
}

.portlet.box.purple-seance > .portlet-title > .actions .btn-default > i {
  color: #dc6ef0;
}

.portlet.box.purple-seance > .portlet-title > .actions .btn-default.active,
.portlet.box.purple-seance > .portlet-title > .actions .btn-default:active,
.portlet.box.purple-seance > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple-seance > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #de77f1;
  color: #e48ef4;
}

.portlet.solid.purple-intense > .portlet-body,
.portlet.solid.purple-intense > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.purple-intense > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.purple-intense > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.purple-intense > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.purple-intense > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.purple-intense > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.purple-intense > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.purple-intense > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.purple-intense {
  border: 1px solid #a294bb;
  border-top: 0;
}

.portlet.box.purple-intense > .portlet-title > .caption,
.portlet.box.purple-intense > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.purple-intense > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #c3bad3;
  color: #d0c9dd;
}

.portlet.box.purple-sharp > .portlet-title,
.portlet.purple-sharp,
.portlet > .portlet-body.purple-sharp {
  background-color: #796799;
}

.portlet.box.purple-intense > .portlet-title > .actions .btn-default > i {
  color: #d8d2e3;
}

.portlet.box.purple-intense > .portlet-title > .actions .btn-default.active,
.portlet.box.purple-intense > .portlet-title > .actions .btn-default:active,
.portlet.box.purple-intense > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple-intense > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #ded9e7;
  color: #ebe8f0;
}

.portlet.solid.purple-sharp > .portlet-body,
.portlet.solid.purple-sharp > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.purple-sharp > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.purple-sharp > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.purple-sharp > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.purple-sharp > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.purple-sharp > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.purple-sharp > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.purple-sharp > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.purple-sharp {
  border: 1px solid #9486ad;
  border-top: 0;
}

.portlet.box.purple-sharp > .portlet-title > .caption,
.portlet.box.purple-sharp > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.purple-sharp > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #b4aac6;
  color: #c2b9d0;
}

.portlet.box.purple-soft > .portlet-title,
.portlet.purple-soft,
.portlet > .portlet-body.purple-soft {
  background-color: #8877a9;
}

.portlet.box.purple-sharp > .portlet-title > .actions .btn-default > i {
  color: #cac3d6;
}

.portlet.box.purple-sharp > .portlet-title > .actions .btn-default.active,
.portlet.box.purple-sharp > .portlet-title > .actions .btn-default:active,
.portlet.box.purple-sharp > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple-sharp > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #cfc9db;
  color: #ddd8e5;
}

.portlet.solid.purple-soft > .portlet-body,
.portlet.solid.purple-soft > .portlet-title {
  border: 0;
  color: #fff;
}

.portlet.solid.purple-soft > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.solid.purple-soft > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1);
}

.portlet.solid.purple-soft > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png?a10564c912afdb359bcdf316ed94e8f8);
}

.portlet.solid.purple-soft > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png?5ab08b2c36d6b945530225b401889d3e);
}

.portlet.solid.purple-soft > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png?10cb81870e5ad75ff6653c4be52b3ff4);
}

.portlet.solid.purple-soft > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png?7c0f9af5fa170497c412d6666dd0bb60);
}

.portlet.solid.purple-soft > .portlet-title > .tools > a.fullscreen {
  color: #fdfdfd;
}

.portlet.box.purple-soft {
  border: 1px solid #a396bd;
  border-top: 0;
}

.portlet.box.purple-soft > .portlet-title > .caption,
.portlet.box.purple-soft > .portlet-title > .caption > i {
  color: #fff;
}

.portlet.box.purple-soft > .portlet-title > .actions .btn-default {
  background: 0 0 !important;
  border: 1px solid #c4bcd4;
  color: #d2cbde;
}

.portlet.box.purple-soft > .portlet-title > .actions .btn-default > i {
  color: #dad5e4;
}

.portlet.box.purple-soft > .portlet-title > .actions .btn-default.active,
.portlet.box.purple-soft > .portlet-title > .actions .btn-default:active,
.portlet.box.purple-soft > .portlet-title > .actions .btn-default:focus,
.portlet.box.purple-soft > .portlet-title > .actions .btn-default:hover {
  border: 1px solid #dfdbe8;
  color: #edebf2;
}

.progress {
  border: 0;
  background-image: none;
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress.progress-sm {
  height: 12px;
}

.progress-bar.white {
  background: #fff !important;
  color: #666 !important;
}

.progress-bar.default {
  background: #e1e5ec !important;
  color: #666 !important;
}

.progress-bar.dark {
  background: #2f353b !important;
  color: #FFF !important;
}

.progress-bar.blue {
  background: #3598dc !important;
  color: #FFF !important;
}

.progress-bar.blue-madison {
  background: #578ebe !important;
  color: #FFF !important;
}

.progress-bar.blue-chambray {
  background: #2C3E50 !important;
  color: #FFF !important;
}

.progress-bar.blue-ebonyclay {
  background: #22313F !important;
  color: #FFF !important;
}

.progress-bar.blue-hoki {
  background: #67809F !important;
  color: #FFF !important;
}

.progress-bar.blue-steel {
  background: #4B77BE !important;
  color: #FFF !important;
}

.progress-bar.blue-soft {
  background: #4c87b9 !important;
  color: #FFF !important;
}

.progress-bar.blue-dark {
  background: #5e738b !important;
  color: #FFF !important;
}

.progress-bar.blue-sharp {
  background: #5C9BD1 !important;
  color: #FFF !important;
}

.progress-bar.green {
  background: #32c5d2 !important;
  color: #FFF !important;
}

.progress-bar.green-meadow {
  background: #1BBC9B !important;
  color: #FFF !important;
}

.progress-bar.green-seagreen {
  background: #1BA39C !important;
  color: #FFF !important;
}

.progress-bar.green-turquoise {
  background: #36D7B7 !important;
  color: #FFF !important;
}

.progress-bar.green-haze {
  background: #44b6ae !important;
  color: #FFF !important;
}

.progress-bar.green-jungle {
  background: #26C281 !important;
  color: #FFF !important;
}

.progress-bar.green-soft {
  background: #3faba4 !important;
  color: #FFF !important;
}

.progress-bar.green-dark {
  background: #4DB3A2 !important;
  color: #FFF !important;
}

.progress-bar.green-sharp {
  background: #2ab4c0 !important;
  color: #FFF !important;
}

.progress-bar.grey {
  background: #E5E5E5 !important;
  color: #333 !important;
}

.progress-bar.grey-steel {
  background: #e9edef !important;
  color: #80898e !important;
}

.progress-bar.grey-cararra {
  background: #fafafa !important;
  color: #333 !important;
}

.progress-bar.grey-gallery {
  background: #555 !important;
  color: #fff !important;
}

.progress-bar.grey-cascade {
  background: #95A5A6 !important;
  color: #FFF !important;
}

.progress-bar.grey-silver {
  background: #BFBFBF !important;
  color: #FAFCFB !important;
}

.progress-bar.grey-salsa {
  background: #ACB5C3 !important;
  color: #FAFCFB !important;
}

.progress-bar.grey-salt {
  background: #bfcad1 !important;
  color: #FAFCFB !important;
}

.progress-bar.grey-mint {
  background: #525e64 !important;
  color: #FFF !important;
}

.progress-bar.red {
  background: #e7505a !important;
  color: #fff !important;
}

.progress-bar.red-pink {
  background: #E08283 !important;
  color: #fff !important;
}

.progress-bar.red-sunglo {
  background: #E26A6A !important;
  color: #fff !important;
}

.progress-bar.red-intense {
  background: #e35b5a !important;
  color: #fff !important;
}

.progress-bar.red-thunderbird {
  background: #D91E18 !important;
  color: #fff !important;
}

.progress-bar.red-flamingo {
  background: #EF4836 !important;
  color: #fff !important;
}

.progress-bar.red-soft {
  background: #d05454 !important;
  color: #fff !important;
}

.progress-bar.red-haze {
  background: #f36a5a !important;
  color: #fff !important;
}

.progress-bar.red-mint {
  background: #e43a45 !important;
  color: #fff !important;
}

.progress-bar.yellow {
  background: #c49f47 !important;
  color: #fff !important;
}

.progress-bar.yellow-gold {
  background: #E87E04 !important;
  color: #fff !important;
}

.progress-bar.yellow-casablanca {
  background: #f2784b !important;
  color: #fff !important;
}

.progress-bar.yellow-crusta {
  background: #f3c200 !important;
  color: #fff !important;
}

.progress-bar.yellow-lemon {
  background: #F7CA18 !important;
  color: #fff !important;
}

.progress-bar.yellow-saffron {
  background: #F4D03F !important;
  color: #fff !important;
}

.progress-bar.yellow-soft {
  background: #c8d046 !important;
  color: #fff !important;
}

.progress-bar.yellow-haze {
  background: #c5bf66 !important;
  color: #fff !important;
}

.progress-bar.yellow-mint {
  background: #c5b96b !important;
  color: #fff !important;
}

.progress-bar.purple {
  background: #8E44AD !important;
  color: #fff !important;
}

.progress-bar.purple-plum {
  background: #8775a7 !important;
  color: #fff !important;
}

.progress-bar.purple-medium {
  background: #BF55EC !important;
  color: #fff !important;
}

.progress-bar.purple-studio {
  background: #8E44AD !important;
  color: #fff !important;
}

.progress-bar.purple-wisteria {
  background: #9B59B6 !important;
  color: #fff !important;
}

.progress-bar.purple-seance {
  background: #9A12B3 !important;
  color: #fff !important;
}

.progress-bar.purple-intense {
  background: #8775a7 !important;
  color: #fff !important;
}

.progress-bar.purple-sharp {
  background: #796799 !important;
  color: #fff !important;
}

.progress-bar.purple-soft {
  background: #8877a9 !important;
  color: #fff !important;
}

.dashboard-stat {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 4px;
}

.dashboard-stat:after,
.dashboard-stat:before {
  content: " ";
  display: table;
}

.portlet .dashboard-stat:last-child {
  margin-bottom: 0;
}

.dashboard-stat .visual {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 35px;
}

.dashboard-stat .visual > i {
  margin-left: -35px;
  font-size: 110px;
  line-height: 110px;
}

.dashboard-stat .details {
  position: absolute;
  right: 15px;
  padding-right: 15px;
}

.dashboard-stat .details .number {
  padding-top: 25px;
  text-align: right;
  font-size: 34px;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-weight: 300;
}

.dashboard-stat .details .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 300;
}

.dashboard-stat .more {
  clear: both;
  display: block;
  padding: 6px 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  opacity: .7;
  filter: alpha(opacity=70);
}

.dashboard-stat .more:hover {
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.dashboard-stat .more > i {
  display: inline-block;
  margin-top: 1px;
  float: right;
}

.dashboard-stat.white {
  background-color: #fff;
}

.dashboard-stat.white.dashboard-stat-light:hover {
  background-color: #f5f5f5;
}

.dashboard-stat.white .visual > i {
  color: #666;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.white .details .number {
  color: #666;
}

.dashboard-stat.white .details .desc {
  color: #666;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.white .more {
  color: #666;
  background-color: #f5f5f5;
}

.dashboard-stat.default {
  background-color: #e1e5ec;
}

.dashboard-stat.default.dashboard-stat-light:hover {
  background-color: #d5dae4;
}

.dashboard-stat.default .visual > i {
  color: #666;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.default .details .number {
  color: #666;
}

.dashboard-stat.default .details .desc {
  color: #666;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.default .more {
  color: #666;
  background-color: #d5dae4;
}

.dashboard-stat.dark {
  background-color: #2f353b;
}

.dashboard-stat.dark.dashboard-stat-light:hover {
  background-color: #262b30;
}

.dashboard-stat.dark .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.dark .details .number {
  color: #FFF;
}

.dashboard-stat.dark .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.dark .more {
  color: #FFF;
  background-color: #262b30;
}

.dashboard-stat.blue {
  background-color: #3598dc;
}

.dashboard-stat.blue.dashboard-stat-light:hover {
  background-color: #258fd7;
}

.dashboard-stat.blue .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.blue .details .number {
  color: #FFF;
}

.dashboard-stat.blue .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.blue .more {
  color: #FFF;
  background-color: #258fd7;
}

.dashboard-stat.blue-madison {
  background-color: #578ebe;
}

.dashboard-stat.blue-madison.dashboard-stat-light:hover {
  background-color: #4884b8;
}

.dashboard-stat.blue-madison .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.blue-madison .details .number {
  color: #FFF;
}

.dashboard-stat.blue-madison .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.blue-madison .more {
  color: #FFF;
  background-color: #4884b8;
}

.dashboard-stat.blue-chambray {
  background-color: #2C3E50;
}

.dashboard-stat.blue-chambray.dashboard-stat-light:hover {
  background-color: #253443;
}

.dashboard-stat.blue-chambray .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.blue-chambray .details .number {
  color: #FFF;
}

.dashboard-stat.blue-chambray .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.blue-chambray .more {
  color: #FFF;
  background-color: #253443;
}

.dashboard-stat.blue-ebonyclay {
  background-color: #22313F;
}

.dashboard-stat.blue-ebonyclay.dashboard-stat-light:hover {
  background-color: #1b2732;
}

.dashboard-stat.blue-ebonyclay .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.blue-ebonyclay .details .number {
  color: #FFF;
}

.dashboard-stat.blue-ebonyclay .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.blue-ebonyclay .more {
  color: #FFF;
  background-color: #1b2732;
}

.dashboard-stat.blue-hoki {
  background-color: #67809F;
}

.dashboard-stat.blue-hoki.dashboard-stat-light:hover {
  background-color: #5e7694;
}

.dashboard-stat.blue-hoki .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.blue-hoki .details .number {
  color: #FFF;
}

.dashboard-stat.blue-hoki .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.blue-hoki .more {
  color: #FFF;
  background-color: #5e7694;
}

.dashboard-stat.blue-steel {
  background-color: #4B77BE;
}

.dashboard-stat.blue-steel.dashboard-stat-light:hover {
  background-color: #416db4;
}

.dashboard-stat.blue-steel .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.blue-steel .details .number {
  color: #FFF;
}

.dashboard-stat.blue-steel .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.blue-steel .more {
  color: #FFF;
  background-color: #416db4;
}

.dashboard-stat.blue-soft {
  background-color: #4c87b9;
}

.dashboard-stat.blue-soft.dashboard-stat-light:hover {
  background-color: #447dad;
}

.dashboard-stat.blue-soft .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.blue-soft .details .number {
  color: #FFF;
}

.dashboard-stat.blue-soft .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.blue-soft .more {
  color: #FFF;
  background-color: #447dad;
}

.dashboard-stat.blue-dark {
  background-color: #5e738b;
}

.dashboard-stat.blue-dark.dashboard-stat-light:hover {
  background-color: #56697f;
}

.dashboard-stat.blue-dark .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.blue-dark .details .number {
  color: #FFF;
}

.dashboard-stat.blue-dark .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.blue-dark .more {
  color: #FFF;
  background-color: #56697f;
}

.dashboard-stat.blue-sharp {
  background-color: #5C9BD1;
}

.dashboard-stat.blue-sharp.dashboard-stat-light:hover {
  background-color: #4c91cd;
}

.dashboard-stat.blue-sharp .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.blue-sharp .details .number {
  color: #FFF;
}

.dashboard-stat.blue-sharp .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.blue-sharp .more {
  color: #FFF;
  background-color: #4c91cd;
}

.dashboard-stat.green {
  background-color: #32c5d2;
}

.dashboard-stat.green.dashboard-stat-light:hover {
  background-color: #2bb8c4;
}

.dashboard-stat.green .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.green .details .number {
  color: #FFF;
}

.dashboard-stat.green .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.green .more {
  color: #FFF;
  background-color: #2bb8c4;
}

.dashboard-stat.green-meadow {
  background-color: #1BBC9B;
}

.dashboard-stat.green-meadow.dashboard-stat-light:hover {
  background-color: #18aa8c;
}

.dashboard-stat.green-meadow .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.green-meadow .details .number {
  color: #FFF;
}

.dashboard-stat.green-meadow .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.green-meadow .more {
  color: #FFF;
  background-color: #18aa8c;
}

.dashboard-stat.green-seagreen {
  background-color: #1BA39C;
}

.dashboard-stat.green-seagreen.dashboard-stat-light:hover {
  background-color: #18918b;
}

.dashboard-stat.green-seagreen .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.green-seagreen .details .number {
  color: #FFF;
}

.dashboard-stat.green-seagreen .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.green-seagreen .more {
  color: #FFF;
  background-color: #18918b;
}

.dashboard-stat.green-turquoise {
  background-color: #36D7B7;
}

.dashboard-stat.green-turquoise.dashboard-stat-light:hover {
  background-color: #29cfae;
}

.dashboard-stat.green-turquoise .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.green-turquoise .details .number {
  color: #FFF;
}

.dashboard-stat.green-turquoise .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.green-turquoise .more {
  color: #FFF;
  background-color: #29cfae;
}

.dashboard-stat.green-haze {
  background-color: #44b6ae;
}

.dashboard-stat.green-haze.dashboard-stat-light:hover {
  background-color: #3ea7a0;
}

.dashboard-stat.green-haze .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.green-haze .details .number {
  color: #FFF;
}

.dashboard-stat.green-haze .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.green-haze .more {
  color: #FFF;
  background-color: #3ea7a0;
}

.dashboard-stat.green-jungle {
  background-color: #26C281;
}

.dashboard-stat.green-jungle.dashboard-stat-light:hover {
  background-color: #23b176;
}

.dashboard-stat.green-jungle .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.green-jungle .details .number {
  color: #FFF;
}

.dashboard-stat.green-jungle .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.green-jungle .more {
  color: #FFF;
  background-color: #23b176;
}

.dashboard-stat.green-soft {
  background-color: #3faba4;
}

.dashboard-stat.green-soft.dashboard-stat-light:hover {
  background-color: #3a9c96;
}

.dashboard-stat.green-soft .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.green-soft .details .number {
  color: #FFF;
}

.dashboard-stat.green-soft .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.green-soft .more {
  color: #FFF;
  background-color: #3a9c96;
}

.dashboard-stat.green-dark {
  background-color: #4DB3A2;
}

.dashboard-stat.green-dark.dashboard-stat-light:hover {
  background-color: #46a595;
}

.dashboard-stat.green-dark .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.green-dark .details .number {
  color: #FFF;
}

.dashboard-stat.green-dark .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.green-dark .more {
  color: #FFF;
  background-color: #46a595;
}

.dashboard-stat.green-sharp {
  background-color: #2ab4c0;
}

.dashboard-stat.green-sharp.dashboard-stat-light:hover {
  background-color: #26a4af;
}

.dashboard-stat.green-sharp .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.green-sharp .details .number {
  color: #FFF;
}

.dashboard-stat.green-sharp .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.green-sharp .more {
  color: #FFF;
  background-color: #26a4af;
}

.dashboard-stat.grey {
  background-color: #E5E5E5;
}

.dashboard-stat.grey.dashboard-stat-light:hover {
  background-color: #dbdbdb;
}

.dashboard-stat.grey .visual > i {
  color: #333;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.grey .details .number {
  color: #333;
}

.dashboard-stat.grey .details .desc {
  color: #333;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.grey .more {
  color: #333;
  background-color: #dbdbdb;
}

.dashboard-stat.grey-steel {
  background-color: #e9edef;
}

.dashboard-stat.grey-steel.dashboard-stat-light:hover {
  background-color: #dde3e6;
}

.dashboard-stat.grey-steel .visual > i {
  color: #80898e;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.grey-steel .details .number {
  color: #80898e;
}

.dashboard-stat.grey-steel .details .desc {
  color: #80898e;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.grey-steel .more {
  color: #80898e;
  background-color: #dde3e6;
}

.dashboard-stat.grey-cararra {
  background-color: #fafafa;
}

.dashboard-stat.grey-cararra.dashboard-stat-light:hover {
  background-color: #f0f0f0;
}

.dashboard-stat.grey-cararra .visual > i {
  color: #333;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.grey-cararra .details .number {
  color: #333;
}

.dashboard-stat.grey-cararra .details .desc {
  color: #333;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.grey-cararra .more {
  color: #333;
  background-color: #f0f0f0;
}

.dashboard-stat.grey-gallery {
  background-color: #555;
}

.dashboard-stat.grey-gallery.dashboard-stat-light:hover {
  background-color: #4b4b4b;
}

.dashboard-stat.grey-gallery .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.grey-gallery .details .number {
  color: #fff;
}

.dashboard-stat.grey-gallery .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.grey-gallery .more {
  color: #fff;
  background-color: #4b4b4b;
}

.dashboard-stat.grey-cascade {
  background-color: #95A5A6;
}

.dashboard-stat.grey-cascade.dashboard-stat-light:hover {
  background-color: #8a9c9d;
}

.dashboard-stat.grey-cascade .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.grey-cascade .details .number {
  color: #FFF;
}

.dashboard-stat.grey-cascade .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.grey-cascade .more {
  color: #FFF;
  background-color: #8a9c9d;
}

.dashboard-stat.grey-silver {
  background-color: #BFBFBF;
}

.dashboard-stat.grey-silver.dashboard-stat-light:hover {
  background-color: #b5b5b5;
}

.dashboard-stat.grey-silver .visual > i {
  color: #FAFCFB;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.grey-silver .details .number {
  color: #FAFCFB;
}

.dashboard-stat.grey-silver .details .desc {
  color: #FAFCFB;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.grey-silver .more {
  color: #FAFCFB;
  background-color: #b5b5b5;
}

.dashboard-stat.grey-salsa {
  background-color: #ACB5C3;
}

.dashboard-stat.grey-salsa.dashboard-stat-light:hover {
  background-color: #a0aaba;
}

.dashboard-stat.grey-salsa .visual > i {
  color: #FAFCFB;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.grey-salsa .details .number {
  color: #FAFCFB;
}

.dashboard-stat.grey-salsa .details .desc {
  color: #FAFCFB;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.grey-salsa .more {
  color: #FAFCFB;
  background-color: #a0aaba;
}

.dashboard-stat.grey-salt {
  background-color: #bfcad1;
}

.dashboard-stat.grey-salt.dashboard-stat-light:hover {
  background-color: #b3c0c8;
}

.dashboard-stat.grey-salt .visual > i {
  color: #FAFCFB;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.grey-salt .details .number {
  color: #FAFCFB;
}

.dashboard-stat.grey-salt .details .desc {
  color: #FAFCFB;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.grey-salt .more {
  color: #FAFCFB;
  background-color: #b3c0c8;
}

.dashboard-stat.grey-mint {
  background-color: #525e64;
}

.dashboard-stat.grey-mint.dashboard-stat-light:hover {
  background-color: #495359;
}

.dashboard-stat.grey-mint .visual > i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.grey-mint .details .number {
  color: #FFF;
}

.dashboard-stat.grey-mint .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.grey-mint .more {
  color: #FFF;
  background-color: #495359;
}

.dashboard-stat.red {
  background-color: #e7505a;
}

.dashboard-stat.red.dashboard-stat-light:hover {
  background-color: #e53e49;
}

.dashboard-stat.red .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.red .details .number {
  color: #fff;
}

.dashboard-stat.red .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.red .more {
  color: #fff;
  background-color: #e53e49;
}

.dashboard-stat.red-pink {
  background-color: #E08283;
}

.dashboard-stat.red-pink.dashboard-stat-light:hover {
  background-color: #dc7273;
}

.dashboard-stat.red-pink .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.red-pink .details .number {
  color: #fff;
}

.dashboard-stat.red-pink .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.red-pink .more {
  color: #fff;
  background-color: #dc7273;
}

.dashboard-stat.red-sunglo {
  background-color: #E26A6A;
}

.dashboard-stat.red-sunglo.dashboard-stat-light:hover {
  background-color: #df5959;
}

.dashboard-stat.red-sunglo .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.red-sunglo .details .number {
  color: #fff;
}

.dashboard-stat.red-sunglo .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.red-sunglo .more {
  color: #fff;
  background-color: #df5959;
}

.dashboard-stat.red-intense {
  background-color: #e35b5a;
}

.dashboard-stat.red-intense.dashboard-stat-light:hover {
  background-color: #e04a49;
}

.dashboard-stat.red-intense .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.red-intense .details .number {
  color: #fff;
}

.dashboard-stat.red-intense .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.red-intense .more {
  color: #fff;
  background-color: #e04a49;
}

.dashboard-stat.red-thunderbird {
  background-color: #D91E18;
}

.dashboard-stat.red-thunderbird.dashboard-stat-light:hover {
  background-color: #c71b16;
}

.dashboard-stat.red-thunderbird .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.red-thunderbird .details .number {
  color: #fff;
}

.dashboard-stat.red-thunderbird .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.red-thunderbird .more {
  color: #fff;
  background-color: #c71b16;
}

.dashboard-stat.red-flamingo {
  background-color: #EF4836;
}

.dashboard-stat.red-flamingo.dashboard-stat-light:hover {
  background-color: #ed3723;
}

.dashboard-stat.red-flamingo .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.red-flamingo .details .number {
  color: #fff;
}

.dashboard-stat.red-flamingo .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.red-flamingo .more {
  color: #fff;
  background-color: #ed3723;
}

.dashboard-stat.red-soft {
  background-color: #d05454;
}

.dashboard-stat.red-soft.dashboard-stat-light:hover {
  background-color: #c44;
}

.dashboard-stat.red-soft .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.red-soft .details .number {
  color: #fff;
}

.dashboard-stat.red-soft .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.red-soft .more {
  color: #fff;
  background-color: #c44;
}

.dashboard-stat.red-haze {
  background-color: #f36a5a;
}

.dashboard-stat.red-haze.dashboard-stat-light:hover {
  background-color: #f25947;
}

.dashboard-stat.red-haze .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.red-haze .details .number {
  color: #fff;
}

.dashboard-stat.red-haze .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.red-haze .more {
  color: #fff;
  background-color: #f25947;
}

.dashboard-stat.red-mint {
  background-color: #e43a45;
}

.dashboard-stat.red-mint.dashboard-stat-light:hover {
  background-color: #e22834;
}

.dashboard-stat.red-mint .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.red-mint .details .number {
  color: #fff;
}

.dashboard-stat.red-mint .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.red-mint .more {
  color: #fff;
  background-color: #e22834;
}

.dashboard-stat.yellow {
  background-color: #c49f47;
}

.dashboard-stat.yellow.dashboard-stat-light:hover {
  background-color: #bb953c;
}

.dashboard-stat.yellow .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.yellow .details .number {
  color: #fff;
}

.dashboard-stat.yellow .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.yellow .more {
  color: #fff;
  background-color: #bb953c;
}

.dashboard-stat.yellow-gold {
  background-color: #E87E04;
}

.dashboard-stat.yellow-gold.dashboard-stat-light:hover {
  background-color: #d47304;
}

.dashboard-stat.yellow-gold .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.yellow-gold .details .number {
  color: #fff;
}

.dashboard-stat.yellow-gold .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.yellow-gold .more {
  color: #fff;
  background-color: #d47304;
}

.dashboard-stat.yellow-casablanca {
  background-color: #f2784b;
}

.dashboard-stat.yellow-casablanca.dashboard-stat-light:hover {
  background-color: #f16a38;
}

.dashboard-stat.yellow-casablanca .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.yellow-casablanca .details .number {
  color: #fff;
}

.dashboard-stat.yellow-casablanca .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.yellow-casablanca .more {
  color: #fff;
  background-color: #f16a38;
}

.dashboard-stat.yellow-crusta {
  background-color: #f3c200;
}

.dashboard-stat.yellow-crusta.dashboard-stat-light:hover {
  background-color: #dfb200;
}

.dashboard-stat.yellow-crusta .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.yellow-crusta .details .number {
  color: #fff;
}

.dashboard-stat.yellow-crusta .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.yellow-crusta .more {
  color: #fff;
  background-color: #dfb200;
}

.dashboard-stat.yellow-lemon {
  background-color: #F7CA18;
}

.dashboard-stat.yellow-lemon.dashboard-stat-light:hover {
  background-color: #f2c308;
}

.dashboard-stat.yellow-lemon .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.yellow-lemon .details .number {
  color: #fff;
}

.dashboard-stat.yellow-lemon .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.yellow-lemon .more {
  color: #fff;
  background-color: #f2c308;
}

.dashboard-stat.yellow-saffron {
  background-color: #F4D03F;
}

.dashboard-stat.yellow-saffron.dashboard-stat-light:hover {
  background-color: #f3cb2c;
}

.dashboard-stat.yellow-saffron .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.yellow-saffron .details .number {
  color: #fff;
}

.dashboard-stat.yellow-saffron .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.yellow-saffron .more {
  color: #fff;
  background-color: #f3cb2c;
}

.dashboard-stat.yellow-soft {
  background-color: #c8d046;
}

.dashboard-stat.yellow-soft.dashboard-stat-light:hover {
  background-color: #c3cc36;
}

.dashboard-stat.yellow-soft .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.yellow-soft .details .number {
  color: #fff;
}

.dashboard-stat.yellow-soft .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.yellow-soft .more {
  color: #fff;
  background-color: #c3cc36;
}

.dashboard-stat.yellow-haze {
  background-color: #c5bf66;
}

.dashboard-stat.yellow-haze.dashboard-stat-light:hover {
  background-color: #bfb957;
}

.dashboard-stat.yellow-haze .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.yellow-haze .details .number {
  color: #fff;
}

.dashboard-stat.yellow-haze .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.yellow-haze .more {
  color: #fff;
  background-color: #bfb957;
}

.dashboard-stat.yellow-mint {
  background-color: #c5b96b;
}

.dashboard-stat.yellow-mint.dashboard-stat-light:hover {
  background-color: #bfb25c;
}

.dashboard-stat.yellow-mint .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.yellow-mint .details .number {
  color: #fff;
}

.dashboard-stat.yellow-mint .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.yellow-mint .more {
  color: #fff;
  background-color: #bfb25c;
}

.dashboard-stat.purple {
  background-color: #8E44AD;
}

.dashboard-stat.purple.dashboard-stat-light:hover {
  background-color: #823e9e;
}

.dashboard-stat.purple .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.purple .details .number {
  color: #fff;
}

.dashboard-stat.purple .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.purple .more {
  color: #fff;
  background-color: #823e9e;
}

.dashboard-stat.purple-plum {
  background-color: #8775a7;
}

.dashboard-stat.purple-plum.dashboard-stat-light:hover {
  background-color: #7c699f;
}

.dashboard-stat.purple-plum .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.purple-plum .details .number {
  color: #fff;
}

.dashboard-stat.purple-plum .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.purple-plum .more {
  color: #fff;
  background-color: #7c699f;
}

.dashboard-stat.purple-medium {
  background-color: #BF55EC;
}

.dashboard-stat.purple-medium.dashboard-stat-light:hover {
  background-color: #b843ea;
}

.dashboard-stat.purple-medium .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.purple-medium .details .number {
  color: #fff;
}

.dashboard-stat.purple-medium .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.purple-medium .more {
  color: #fff;
  background-color: #b843ea;
}

.dashboard-stat.purple-studio {
  background-color: #8E44AD;
}

.dashboard-stat.purple-studio.dashboard-stat-light:hover {
  background-color: #823e9e;
}

.dashboard-stat.purple-studio .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.purple-studio .details .number {
  color: #fff;
}

.dashboard-stat.purple-studio .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.purple-studio .more {
  color: #fff;
  background-color: #823e9e;
}

.dashboard-stat.purple-wisteria {
  background-color: #9B59B6;
}

.dashboard-stat.purple-wisteria.dashboard-stat-light:hover {
  background-color: #924dae;
}

.dashboard-stat.purple-wisteria .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.purple-wisteria .details .number {
  color: #fff;
}

.dashboard-stat.purple-wisteria .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.purple-wisteria .more {
  color: #fff;
  background-color: #924dae;
}

.dashboard-stat.purple-seance {
  background-color: #9A12B3;
}

.dashboard-stat.purple-seance.dashboard-stat-light:hover {
  background-color: #8a10a0;
}

.dashboard-stat.purple-seance .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.purple-seance .details .number {
  color: #fff;
}

.dashboard-stat.purple-seance .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.purple-seance .more {
  color: #fff;
  background-color: #8a10a0;
}

.dashboard-stat.purple-intense {
  background-color: #8775a7;
}

.dashboard-stat.purple-intense.dashboard-stat-light:hover {
  background-color: #7c699f;
}

.dashboard-stat.purple-intense .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.purple-intense .details .number {
  color: #fff;
}

.dashboard-stat.purple-intense .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.purple-intense .more {
  color: #fff;
  background-color: #7c699f;
}

.dashboard-stat.purple-sharp {
  background-color: #796799;
}

.dashboard-stat.purple-sharp.dashboard-stat-light:hover {
  background-color: #6f5f8d;
}

.dashboard-stat.purple-sharp .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.purple-sharp .details .number {
  color: #fff;
}

.dashboard-stat.purple-sharp .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.purple-sharp .more {
  color: #fff;
  background-color: #6f5f8d;
}

.dashboard-stat.purple-soft {
  background-color: #8877a9;
}

.dashboard-stat.purple-soft.dashboard-stat-light:hover {
  background-color: #7d6ba1;
}

.dashboard-stat.purple-soft .visual > i {
  color: #fff;
  opacity: .1;
  filter: alpha(opacity=10);
}

.dashboard-stat.purple-soft .details .number {
  color: #fff;
}

.dashboard-stat.purple-soft .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dashboard-stat.purple-soft .more {
  color: #fff;
  background-color: #7d6ba1;
}

.dashboard-stat-light {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.dashboard-stat-light .details {
  margin-bottom: 5px;
}

.dashboard-stat-light .details .number {
  font-weight: 300;
  margin-bottom: 0;
}

.dashboard-stat2,
.dashboard-stat2 .display {
  margin-bottom: 20px;
}

.dashboard-stat2 {
  border-radius: 4px;
  background: #fff;
  padding: 15px 15px 30px;
}

.dashboard-stat2.bordered {
  border: 1px solid #e7ecf1;
}

.dashboard-stat2 .display:after,
.dashboard-stat2 .display:before {
  content: " ";
  display: table;
}

.dashboard-stat2 .display .number {
  float: left;
  display: inline-block;
}

.dashboard-stat2 .display .number h3 {
  margin: 0 0 2px;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
}

.dashboard-stat2 .display .number h3 > small {
  font-size: 23px;
}

.dashboard-stat2 .display .number small {
  font-size: 14px;
  color: #AAB5BC;
  font-weight: 600;
  text-transform: uppercase;
}

.dashboard-stat2 .display .icon {
  display: inline-block;
  float: right;
  padding: 7px 0 0;
}

.dashboard-stat2 .display .icon > i {
  color: #cbd4e0;
  font-size: 26px;
}

.dashboard-stat2 .progress-info .progress {
  margin: 0;
  height: 4px;
  display: block;
}

.dashboard-stat2 .progress-info .status {
  margin-top: 5px;
  font-size: 11px;
  color: #AAB5BC;
  font-weight: 600;
  text-transform: uppercase;
}

.dashboard-stat2 .progress-info .status .status-title {
  float: left;
  display: inline-block;
}

.dashboard-stat2 .progress-info .status .status-number {
  float: right;
  display: inline-block;
}

.text-stat h3 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
}

.text-stat span {
  font-size: 13px !important;
}

@media (max-width: 767px) {
  .text-stat {
    margin-top: 20px;
  }
}

.social-icons {
  padding: 0;
  margin: 0;
}

.social-icons:after,
.social-icons:before {
  content: " ";
  display: table;
}

.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
}

.social-icons li > a {
  border-radius: 2px;
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.social-icons li:hover > a {
  background-position: 0 -38px;
}

.social-icons li .amazon {
  background: url(/images/amazon.png?ca36ea668efc455d9743e438c13bb7c1) no-repeat;
}

.social-icons li .behance {
  background: url(/images/behance.png?c5dd00435cb8b55f7addc4594253602b) no-repeat;
}

.social-icons li .blogger {
  background: url(/images/blogger.png?c29e671b89fd03d666bca0d5d35a66e4) no-repeat;
}

.social-icons li .deviantart {
  background: url(/images/deviantart.png?bba973860f4099e67f8ed09a878f696b) no-repeat;
}

.social-icons li .dribbble {
  background: url(/images/dribbble.png?491777bc4e6aff1502e82a44d61b5626) no-repeat;
}

.social-icons li .dropbox {
  background: url(/images/dropbox.png?2ac40e1e5e6596aa179b05ab4c53175c) no-repeat;
}

.social-icons li .evernote {
  background: url(/images/evernote.png?84acba276f329bfd98fd508ec5a87fb3) no-repeat;
}

.social-icons li .facebook {
  background: url(/images/facebook.png?d613f81c68ace5172ea5121500da635c) no-repeat;
}

.social-icons li .forrst {
  background: url(/images/forrst.png?cfdfb6962e2434226c9731fc790be34b) no-repeat;
}

.social-icons li .github {
  background: url(/images/github.png?6c63b5c4dee0ac752766f45818ba2b34) no-repeat;
}

.social-icons li .googleplus {
  background: url(/images/googleplus.png?35c423e7a668f29342615333d4ca41bc) no-repeat;
}

.social-icons li .jolicloud {
  background: url(/images/jolicloud.png?24b78045acbc2c095c02a31bd2ed3b62) no-repeat;
}

.social-icons li .last-fm {
  background: url(/images/last-fm.png?7f4d1c37fb8d116a4489069126ffe4f4) no-repeat;
}

.social-icons li .linkedin {
  background: url(/images/linkedin.png?ef3ce5d3524292e3d7c5bf71a3863219) no-repeat;
}

.social-icons li .picasa {
  background: url(/images/picasa.png?4359ce66334730001c2eab35f14b1ab9) no-repeat;
}

.social-icons li .pintrest {
  background: url(/images/pintrest.png?0f1571303cd1ada10a9ef4de675f3dad) no-repeat;
}

.social-icons li .rss {
  background: url(/images/rss.png?48834e0e831b7e311f700a47cb5c10ec) no-repeat;
}

.social-icons li .skype {
  background: url(/images/skype.png?806091baf33943131993756f120f430b) no-repeat;
}

.social-icons li .spotify {
  background: url(/images/spotify.png?103e2b3c91a61bde88ec56e3fd7f1554) no-repeat;
}

.social-icons li .stumbleupon {
  background: url(/images/stumbleupon.png?13d35abda7741c6556ca70826370cddd) no-repeat;
}

.social-icons li .tumblr {
  background: url(/images/tumblr.png?1a019bcd17f4be0f9b251b6d69f3a803) no-repeat;
}

.social-icons li .twitter {
  background: url(/images/twitter.png?f4395439932dfb33ca3b718a9ed8cdbc) no-repeat;
}

.social-icons li .vimeo {
  background: url(/images/vimeo.png?b9f45b46cf11788853bdebac030944b5) no-repeat;
}

.social-icons li .wordpress {
  background: url(/images/wordpress.png?d90c3251a02c2f03a744c1bfb01a35d8) no-repeat;
}

.social-icons li .xing {
  background: url(/images/xing.png?49d901e89b0c1b11523165e4ddb791ef) no-repeat;
}

.social-icons li .yahoo {
  background: url(/images/yahoo.png?1ddff26dba906294a8437b692958fdb8) no-repeat;
}

.social-icons li .youtube {
  background: url(/images/youtube.png?fb33b2ea5ecfe6275f438684575017fe) no-repeat;
}

.social-icons li .vk {
  background: url(/images/vk.png?769917df9fd57550122de1d496bfba9a) no-repeat;
}

.social-icons li .instagram {
  background: url(/images/instagram.png?c82672f3a36b48bb2c4059641cca1842) no-repeat;
}

.social-icons li .reddit {
  background: url(/images/reddit.png?a0e4ed1b8466d3a0da81da3478232243) no-repeat;
}

.social-icons li .aboutme {
  background: url(/images/aboutme.png?f6a583aacc94e889a947ca5868cea37b) no-repeat;
}

.social-icons li .flickr {
  background: url(/images/flickr.png?0b3b96e6a9a0d0437653333e8643b19f) no-repeat;
}

.social-icons li .foursquare {
  background: url(/images/foursquare.png?a8acb1cede9261f488461514c195e90c) no-repeat;
}

.social-icons li .gravatar {
  background: url(/images/gravatar.png?71528408eaedd71f338c900bcfecbc84) no-repeat;
}

.social-icons li .klout {
  background: url(/images/klout.png?8dfdcc20d0b329785dfd123401473b9e) no-repeat;
}

.social-icons li .myspace {
  background: url(/images/myspace.png?65a11fdec934b3baef799144ea7ec9d8) no-repeat;
}

.social-icons li .quora {
  background: url(/images/quora.png?32cc842ef62316421af9e2b6b04c1ba3) no-repeat;
}

.social-icons.social-icons-color > li > a {
  opacity: .7;
  background-position: 0 -38px !important;
}

.social-icons.social-icons-color > li > a:hover {
  opacity: 1;
}

.social-icons.social-icons-circle > li > a {
  border-radius: 25px !important;
}

.social-icon {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 2px;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.social-icon.social-icon-circle {
  border-radius: 25px !important;
}

.social-icon.amazon {
  background: url(/images/amazon.png?ca36ea668efc455d9743e438c13bb7c1) no-repeat;
}

.social-icon.behance {
  background: url(/images/behance.png?c5dd00435cb8b55f7addc4594253602b) no-repeat;
}

.social-icon.blogger {
  background: url(/images/blogger.png?c29e671b89fd03d666bca0d5d35a66e4) no-repeat;
}

.social-icon.deviantart {
  background: url(/images/deviantart.png?bba973860f4099e67f8ed09a878f696b) no-repeat;
}

.social-icon.dribbble {
  background: url(/images/dribbble.png?491777bc4e6aff1502e82a44d61b5626) no-repeat;
}

.social-icon.dropbox {
  background: url(/images/dropbox.png?2ac40e1e5e6596aa179b05ab4c53175c) no-repeat;
}

.social-icon.evernote {
  background: url(/images/evernote.png?84acba276f329bfd98fd508ec5a87fb3) no-repeat;
}

.social-icon.facebook {
  background: url(/images/facebook.png?d613f81c68ace5172ea5121500da635c) no-repeat;
}

.social-icon.forrst {
  background: url(/images/forrst.png?cfdfb6962e2434226c9731fc790be34b) no-repeat;
}

.social-icon.github {
  background: url(/images/github.png?6c63b5c4dee0ac752766f45818ba2b34) no-repeat;
}

.social-icon.googleplus {
  background: url(/images/googleplus.png?35c423e7a668f29342615333d4ca41bc) no-repeat;
}

.social-icon.jolicloud {
  background: url(/images/jolicloud.png?24b78045acbc2c095c02a31bd2ed3b62) no-repeat;
}

.social-icon.last-fm {
  background: url(/images/last-fm.png?7f4d1c37fb8d116a4489069126ffe4f4) no-repeat;
}

.social-icon.linkedin {
  background: url(/images/linkedin.png?ef3ce5d3524292e3d7c5bf71a3863219) no-repeat;
}

.social-icon.picasa {
  background: url(/images/picasa.png?4359ce66334730001c2eab35f14b1ab9) no-repeat;
}

.social-icon.pintrest {
  background: url(/images/pintrest.png?0f1571303cd1ada10a9ef4de675f3dad) no-repeat;
}

.social-icon.rss {
  background: url(/images/rss.png?48834e0e831b7e311f700a47cb5c10ec) no-repeat;
}

.social-icon.skype {
  background: url(/images/skype.png?806091baf33943131993756f120f430b) no-repeat;
}

.social-icon.spotify {
  background: url(/images/spotify.png?103e2b3c91a61bde88ec56e3fd7f1554) no-repeat;
}

.social-icon.stumbleupon {
  background: url(/images/stumbleupon.png?13d35abda7741c6556ca70826370cddd) no-repeat;
}

.social-icon.tumblr {
  background: url(/images/tumblr.png?1a019bcd17f4be0f9b251b6d69f3a803) no-repeat;
}

.social-icon.twitter {
  background: url(/images/twitter.png?f4395439932dfb33ca3b718a9ed8cdbc) no-repeat;
}

.social-icon.vimeo {
  background: url(/images/vimeo.png?b9f45b46cf11788853bdebac030944b5) no-repeat;
}

.social-icon.wordpress {
  background: url(/images/wordpress.png?d90c3251a02c2f03a744c1bfb01a35d8) no-repeat;
}

.social-icon.xing {
  background: url(/images/xing.png?49d901e89b0c1b11523165e4ddb791ef) no-repeat;
}

.social-icon.yahoo {
  background: url(/images/yahoo.png?1ddff26dba906294a8437b692958fdb8) no-repeat;
}

.social-icon.youtube {
  background: url(/images/youtube.png?fb33b2ea5ecfe6275f438684575017fe) no-repeat;
}

.social-icon.vk {
  background: url(/images/vk.png?769917df9fd57550122de1d496bfba9a) no-repeat;
}

.social-icon.instagram {
  background: url(/images/instagram.png?c82672f3a36b48bb2c4059641cca1842) no-repeat;
}

.social-icon.reddit {
  background: url(/images/reddit.png?a0e4ed1b8466d3a0da81da3478232243) no-repeat;
}

.social-icon.aboutme {
  background: url(/images/aboutme.png?f6a583aacc94e889a947ca5868cea37b) no-repeat;
}

.social-icon.flickr {
  background: url(/images/flickr.png?0b3b96e6a9a0d0437653333e8643b19f) no-repeat;
}

.social-icon.foursquare {
  background: url(/images/foursquare.png?a8acb1cede9261f488461514c195e90c) no-repeat;
}

.social-icon.gravatar {
  background: url(/images/gravatar.png?71528408eaedd71f338c900bcfecbc84) no-repeat;
}

.social-icon.klout {
  background: url(/images/klout.png?8dfdcc20d0b329785dfd123401473b9e) no-repeat;
}

.social-icon.myspace {
  background: url(/images/myspace.png?65a11fdec934b3baef799144ea7ec9d8) no-repeat;
}

.social-icon.quora {
  background: url(/images/quora.png?32cc842ef62316421af9e2b6b04c1ba3) no-repeat;
}

.social-icon:hover {
  background-position: 0 -38px;
}

.social-icon-color {
  opacity: .7;
  background-position: 0 -38px !important;
}

.social-icon-color:hover {
  opacity: 1;
}

.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #e7ecf1;
  margin: 10px 0 !important;
}

.DTS .table-scrollable,
.table-scrollable.table-scrollable-borderless,
.table-scrollable > .table-bordered {
  border: 0;
}

.table-scrollable > .table-bordered > tbody > tr:last-child > td,
.table-scrollable > .table-bordered > tbody > tr:last-child > th,
.table-scrollable > .table-bordered > tfoot > tr:last-child > td,
.table-scrollable > .table-bordered > tfoot > tr:last-child > th,
.table-scrollable > .table-bordered > thead > tr:last-child > td,
.table-scrollable > .table-bordered > thead > tr:last-child > th,
.table.table-bordered thead > tr > th {
  border-bottom: 0;
}

.table-scrollable > .table {
  width: 100% !important;
  margin: 0 !important;
  background-color: #fff;
}

.table-scrollable > .table > tbody > tr > th,
.table-scrollable > .table > tfoot > tr > td,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > thead > tr > th {
  white-space: nowrap;
}

.table-scrollable > .table-bordered > tbody > tr > td:first-child,
.table-scrollable > .table-bordered > tbody > tr > th:first-child,
.table-scrollable > .table-bordered > tfoot > tr > td:first-child,
.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
.table-scrollable > .table-bordered > thead > tr > td:first-child,
.table-scrollable > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.table-scrollable > .table-bordered > tbody > tr > td:last-child,
.table-scrollable > .table-bordered > tbody > tr > th:last-child,
.table-scrollable > .table-bordered > tfoot > tr > td:last-child,
.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
.table-scrollable > .table-bordered > thead > tr > td:last-child,
.table-scrollable > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.table td,
.table th {
  font-size: 14px;
}

.flip-scroll table,
.table td .img-responsive {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .flip-scroll .flip-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .flip-scroll * html .flip-content {
    zoom: 1;
  }

  .flip-scroll td,
  .flip-scroll th {
    margin: 0;
    vertical-align: top;
  }

  .flip-scroll th {
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    font-size: 13px !important;
    padding: 5px;
    width: auto !important;
    display: block;
    text-align: right;
  }

  .flip-scroll table {
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    width: 100%;
  }

  .flip-scroll thead {
    display: block;
    float: left;
  }

  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  .flip-scroll .flip-content tbody tr td {
    font-size: 13px;
    line-height: 1.483;
  }

  .flip-scroll .table-bordered.flip-content tbody tr td {
    font-size: 13px;
    line-height: 1.43;
  }

  .flip-scroll thead tr {
    display: block;
  }

  .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
  }

  .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0;
  }

  .flip-scroll th {
    border-left: 0;
  }

  .flip-scroll tbody tr {
    border-left: 1px solid #ddd;
  }

  .flip-scroll td:last-child,
  .flip-scroll th:last-child {
    border-bottom: 1px solid #ddd;
  }
}

.table-toolbar {
  margin-bottom: 20px;
}

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

.table.table-full-width {
  width: 100% !important;
}

.table .btn {
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.table thead tr th {
  font-size: 14px;
  font-weight: 600;
}

.table-advance {
  margin-bottom: 10px !important;
}

.table-advance thead {
  color: #3f444a;
}

.table-advance thead tr th {
  background-color: #f1f4f7;
  font-size: 14px;
  font-weight: 400;
  color: #3f444a;
}

.table-advance div.danger,
.table-advance div.important,
.table-advance div.info,
.table-advance div.success,
.table-advance div.warning {
  position: absolute;
  margin-top: -5px;
  float: left;
  width: 2px;
  height: 30px;
  margin-right: 20px !important;
}

.table-advance tr td {
  border-left-width: 0;
}

.table-advance tr td:first-child {
  border-left-width: 2px !important;
}

.table-advance tr td.highlight:first-child a {
  margin-left: 15px;
}

.table-advance td.highlight div.primary {
  border-left: 2px solid #337ab7;
}

.table-advance td.highlight div.success {
  border-left: 2px solid #36c6d3;
}

.table-advance td.highlight div.info {
  border-left: 2px solid #659be0;
}

.table-advance td.highlight div.warning {
  border-left: 2px solid #F1C40F;
}

.table-advance td.highlight div.danger {
  border-left: 2px solid #ed6b75;
}

@media (max-width: 767px) {
  .table-advance tr > td.highlight:first-child a {
    margin-left: 8px;
  }
}

.table.table-light {
  border: 0 !important;
}

.table.table-light > thead > tr:hover > th {
  background: 0 0;
}

.table.table-light > thead > tr.uppercase {
  text-transform: uppercase;
}

.table.table-light > thead > tr > th {
  font-weight: 600;
  font-size: 13px;
  color: #93a2a9;
  border: 0;
  border-bottom: 1px solid #F2F5F8;
}

.table.table-light > tbody > tr:last-child > td {
  border: 0;
}

.table.table-light > tbody > tr > td {
  border: 0;
  border-bottom: 1px solid #F2F5F8;
  color: #8896a0;
  vertical-align: middle;
}

.table.table-light > tbody > tr > td.fit {
  width: 1px;
  padding-right: 3px;
}

.table.table-light > tbody > tr > td .user-pic {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  border-radius: 100%;
}

.table.table-light.table-hover > tbody > tr:hover > td,
.table.table-light.table-hover > tbody > tr:hover > th,
.table.table-light.table-hover > tbody > tr > td:hover,
.table.table-light.table-hover > tbody > tr > th:hover {
  background: #f9fafb;
}

.nav-pills,
.nav-tabs {
  margin-bottom: 10px;
}

.nav-pills > li > a,
.nav-tabs > li > a {
  font-size: 14px;
  border-radius: 4px 4px 0 0;
}

.nav-pills > li > a > .badge,
.nav-tabs > li > a > .badge {
  margin-top: -6px;
}

.nav-pills > li .dropdown-menu:after,
.nav-pills > li .dropdown-menu:before,
.nav-tabs > li .dropdown-menu:after,
.nav-tabs > li .dropdown-menu:before {
  display: none;
}

.nav-pills.nav-pills-sm > li > a,
.nav-pills.nav-tabs-sm > li > a,
.nav-tabs.nav-pills-sm > li > a,
.nav-tabs.nav-tabs-sm > li > a {
  font-size: 13px;
}

.nav-pills .dropdown.open > .dropdown-toggle,
.nav-tabs .dropdown.open > .dropdown-toggle {
  background: #eee;
  color: #0d638f;
  border-color: transparent;
}

.tabs-left.nav-tabs,
.tabs-right.nav-tabs {
  border-bottom: 0;
}

.tabs-left.nav-tabs > li,
.tabs-right.nav-tabs > li {
  float: none;
}

.tabs-left.nav-tabs > li > a,
.tabs-right.nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}

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

.tabs-left.nav-tabs > li > a {
  display: block;
  margin-right: -1px;
}

.tabs-left.nav-tabs > li > a:focus,
.tabs-left.nav-tabs > li > a:hover {
  border-radius: 4px 0 0 4px;
  border-color: #eee #ddd #eee #eee;
}

.tabs-left.nav-tabs > li.active > a,
.tabs-left.nav-tabs > li.active > a:hover > li.active > a:focus {
  border-radius: 4px 0 0 4px;
  border-color: #ddd transparent #ddd #ddd;
}

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

.tabs-right.nav-tabs > li > a {
  display: block;
  margin-left: -1px;
}

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

.tabs-right.nav-tabs > li > a:focus,
.tabs-right.nav-tabs > li > a:hover {
  border-radius: 0 4px 4px 0;
  border-color: #eee #eee #eee #ddd;
}

.tabs-right.nav-tabs > li.active > a,
.tabs-right.nav-tabs > li.active > a:hover > li.active > a:focus {
  border-radius: 0 4px 4px 0;
  border-color: #ddd #ddd #ddd transparent;
}

.tabs-below > .nav-pills,
.tabs-below > .nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 10px;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
  margin-bottom: 0;
  margin-top: 10px;
}

.tabs-below > .nav-tabs > li > a {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a:focus,
.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > li > a .dropdown-menu {
  border-radius: 4px;
}

.tabs-below > .nav-tabs .active a,
.tabs-below > .nav-tabs .active a:hover .active a:focus {
  border-radius: 0 0 4px 4px;
  border-color: transparent #ddd #ddd !important;
}

.tabbable-custom {
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
}

.tabbable-custom > .nav-tabs {
  border: none;
  margin: 0;
}

.tabbable-custom > .nav-tabs > li.active > a,
.tabbable-custom > .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.tabbable-custom > .nav-tabs > li {
  margin-right: 2px;
  border-top: 2px solid transparent;
}

.tabbable-custom > .nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0;
}

.tabbable-custom > .nav-tabs > li > a:hover {
  background: 0 0;
  border-color: transparent;
}

.tabbable-custom > .nav-tabs > li.active {
  border-top: 3px solid #ed6b75;
  margin-top: 0;
  position: relative;
}

.tabbable-custom > .nav-tabs > li.active > a {
  border-top: none !important;
  font-weight: 400;
  border-radius: 0;
}

.tabbable-custom > .nav-tabs > li.active > a:hover {
  border-radius: 0;
  border-top: none;
  background: #fff;
  border-color: #d4d4d4 #d4d4d4 transparent;
}

.tabbable-custom > .tab-content {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 0 0 4px 4px;
}

.tabbable-custom.nav-justified > .tab-content {
  margin-top: -1px;
}

.tabbable-custom.boxless > .tab-content {
  padding: 15px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.tabbable-custom.tabs-below.nav-justified .tab-content {
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 4px 4px 0 0;
}

.tabbable-custom.tabbable-full-width > .nav-tabs > li > a {
  color: #424242;
  font-size: 15px;
  padding: 9px 15px;
}

.tabbable-custom.tabbable-full-width > .tab-content {
  padding: 15px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.tabbable-custom.tabs-below .nav-tabs > li > a {
  border-top: none;
  border-bottom: 2px solid transparent;
  margin-top: -1px;
}

.tabbable-line.tabs-below > .nav-tabs > li > a,
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0;
}

.tabbable-custom.tabs-below .nav-tabs > li.active {
  border-top: none;
  border-bottom: 3px solid #d12610;
  margin-bottom: 0;
  position: relative;
}

.tabbable-custom.tabs-below .nav-tabs > li.active > a {
  border-bottom: none;
}

.tabbable-custom.tabs-below .nav-tabs > li.active > a:hover {
  background: #fff;
  border-color: #d4d4d4 #d4d4d4 transparent;
}

.tabbable-custom.tabbable-noborder .tab-content,
.tabbable-custom.tabbable-noborder > .nav-tabs > li > a {
  border: 0;
}

.portlet:not(.light) .tabbable-line {
  padding-top: 15px;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0;
}

.tabbable-line > .nav-tabs > li {
  margin: 0;
}

.tabbable-line > .nav-tabs > li > a {
  background: 0 0 !important;
  border: 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: #737373;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.active {
  background: 0 0;
  border-bottom: 4px solid #36c6d3;
  position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333;
}

.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}

.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  background: 0 0;
  border-bottom: 4px solid #9fe4ea;
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: 0 0 !important;
  color: #333;
}

.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}

.tabbable-line > .tab-content {
  margin-top: 0;
  border: 0;
  border-top: 1px solid #eef1f5;
  padding: 30px 0;
}

.page-container-bg-solid .tabbable-line > .tab-content {
  border-top: 1px solid #dae2ea;
}

.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}

.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbdcde;
}

.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #ed6b75;
}

.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.portlet .tabbable-bordered {
  margin-top: 20px;
}

.tabbable-bordered .nav-tabs {
  margin-bottom: 0;
  border-bottom: 0;
}

.tabbable-bordered .tab-content {
  padding: 30px 20px 20px;
  border: 1px solid #ddd;
  background: #fff;
}

.tiles {
  margin-right: -10px;
}

.tiles .tile {
  display: block;
  float: left;
  height: 135px;
  width: 135px !important;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: .02em;
  line-height: 20px;
  overflow: hidden;
  border: 4px solid transparent;
  margin: 0 10px 10px 0;
}

.tiles .tile .tile-body > .content,
.tiles .tile.image .tile-body h3,
.tiles .tile.selected .check:after {
  display: inline-block;
}

.tiles .tile:after,
.tiles .tile:before {
  content: "";
  float: left;
}

.tiles .tile.double {
  width: 280px !important;
}

.tiles .tile.double-down {
  height: 280px !important;
}

.tiles .tile.double-down i {
  margin-top: 95px;
}

.tiles .tile:hover {
  border-color: #aaa !important;
}

.tiles .tile.selected,
.tiles .tile:active {
  border-color: #ccc !important;
}

.tiles .tile.selected .corner:after {
  content: "";
  display: inline-block;
  border-left: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #ccc;
  position: absolute;
  top: -3px;
  right: -3px;
}

.tiles .tile.selected .check:after {
  font-family: FontAwesome;
  font-size: 13px;
  content: "\F00C";
  position: absolute;
  top: 2px;
  right: 2px;
}

.tiles .tile.icon {
  padding: 0;
}

.tiles .tile.image .tile-body {
  padding: 0 !important;
}

.tiles .tile.image .tile-body > img {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
}

.tiles .tile .tile-body {
  height: 100%;
  vertical-align: top;
  padding: 10px;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
}

.tiles .tile .tile-body p {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  overflow: hidden;
}

.tiles .tile .tile-body p:active {
  color: rgba(0, 0, 0, 0.4);
}

.tiles .tile .tile-body p:hover {
  color: #fff;
}

.tiles .tile .tile-body img {
  float: left;
  margin-right: 10px;
}

.tiles .tile .tile-body img.pull-right {
  float: right !important;
  margin-left: 10px;
  margin-right: 0;
}

.tiles .tile .tile-body > i {
  margin-top: 17px;
  display: block;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
}

.tiles .tile .tile-body h1,
.tiles .tile .tile-body h2,
.tiles .tile .tile-body h3,
.tiles .tile .tile-body h4,
.tiles .tile .tile-body h5,
.tiles .tile .tile-body h6,
.tiles .tile .tile-body p {
  padding: 0;
  margin: 0;
  line-height: 14px;
}

.tiles .tile .tile-body h1:hover,
.tiles .tile .tile-body h2:hover,
.tiles .tile .tile-body h3:hover,
.tiles .tile .tile-body h4:hover,
.tiles .tile .tile-body h5:hover,
.tiles .tile .tile-body h6:hover,
.tiles .tile .tile-body p:hover {
  color: #fff;
}

.tiles .tile .tile-body h3,
.tiles .tile .tile-body h4 {
  margin-bottom: 5px;
}

.tiles .tile .tile-object {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 30px;
}

.widget-gradient,
.widget-wrap-img {
  min-height: 350px;
  border-radius: 4px;
}

.tiles .tile .tile-object:after,
.tiles .tile .tile-object:before {
  display: table;
  content: "";
}

.tiles .tile .tile-object > .name {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}

.tiles .tile .tile-object > .name > i {
  vertical-align: middle;
  display: block;
  font-size: 24px;
  height: 18px;
  width: 24px;
}

.tiles .tile .tile-object > .number {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .01em;
  line-height: 14px;
  margin-bottom: 8px;
  margin-right: 10px;
}

.well {
  border: 0;
  padding: 20px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.widget-bg-color-purple {
  background: #9a7caf;
}

.widget-bg-color-purple-dark {
  background: #4b365a;
}

.widget-bg-color-purple-light {
  background: #674d79;
}

.widget-bg-color-green {
  background: #4db3a4;
}

.widget-bg-color-red {
  background: #f36a5a;
}

.widget-bg-color-blue {
  background: #5b9bd1;
}

.widget-bg-color-gray {
  background: #323c45;
}

.widget-bg-color-gray-dark {
  background: #144f57;
}

.widget-bg-color-white {
  background: #fff;
}

.widget-bg-color-dark {
  background: #3e4f5e;
}

.widget-bg-color-dark-light {
  background: #8e9daa;
}

.widget-bg-color-fb {
  background: #475e98;
}

.widget-bg-color-tw {
  background: #55acee;
}

.widget-title-color-purple {
  color: #9a7caf;
}

.widget-title-color-purple-dark {
  color: #4b365a;
}

.widget-title-color-purple-light {
  color: #674d79;
}

.widget-title-color-green {
  color: #4db3a4;
}

.widget-title-color-red {
  color: #f36a5a;
}

.widget-title-color-blue {
  color: #5b9bd1;
}

.widget-title-color-gray {
  color: #323c45;
}

.widget-title-color-gray-dark {
  color: #144f57;
}

.widget-title-color-white {
  color: #fff;
}

.widget-title-color-dark {
  color: #3e4f5e;
}

.widget-title-color-dark-light {
  color: #8e9daa;
}

.widget-title-color-fb {
  color: #475e98;
}

.widget-title-color-tw {
  color: #55acee;
}

.overflow-h {
  overflow: hidden;
}

.widget-carousel .carousel-indicators {
  left: -18%;
  bottom: 10px;
  margin-left: 0;
}

.widget-carousel .carousel-indicators-red > li {
  border-color: #f36a5a;
}

.widget-carousel .carousel-indicators-red > li.active {
  background: #f36a5a;
}

.widget-gradient {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}

.widget-gradient .widget-gradient-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  padding: 20px;
}

.widget-gradient .widget-gradient-body .widget-gradient-title {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.widget-gradient .widget-gradient-body .widget-gradient-body-actions {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 0;
  margin: 0;
}

.widget-gradient .widget-gradient-body .widget-gradient-body-actions li {
  font-size: 14px;
  padding: 0 0 0 8px;
}

.widget-gradient .widget-gradient-body .widget-gradient-body-actions li:first-child {
  padding-left: 0;
}

.widget-gradient .widget-gradient-body .widget-gradient-body-actions li a {
  color: #fff;
}

.widget-gradient .widget-gradient-body .widget-gradient-body-actions li a:hover {
  color: #a1afbb;
  text-decoration: none;
}

.widget-wrap-img {
  position: relative;
  padding: 20px;
}

.widget-wrap-img .widget-wrap-img-title {
  font-size: 21px;
  font-weight: 600;
  color: #3e4f5e;
  margin: 0 0 20px;
}

.widget-wrap-img .widget-wrap-img-element {
  position: absolute;
  bottom: 0;
  right: 0;
}

.widget-tab {
  min-height: 420px;
  border-radius: 4px;
}

.widget-tab .nav-tabs {
  margin: 0;
  border-color: #eff1f3;
}

.widget-tab .nav-tabs > li {
  margin: 0 10px;
}

.widget-tab .nav-tabs > li:first-child {
  margin-left: 20px;
}

.widget-tab .nav-tabs > li > a {
  border: 0;
  font-weight: 700;
  color: #8e9daa;
  text-transform: uppercase;
  padding: 20px 0;
}

.widget-tab .nav-tabs > li > a > i {
  color: #8e9daa;
}

.widget-tab .nav-tabs > li.open,
.widget-tab .nav-tabs > li:hover {
  border-bottom: 1px solid #f36a5a;
}

.widget-tab .nav-tabs > li.open > a,
.widget-tab .nav-tabs > li:hover > a {
  border: 0;
  background: inherit;
  color: #f36a5a;
}

.widget-tab .nav-tabs > li.open > a > i,
.widget-tab .nav-tabs > li:hover > a > i {
  color: #f36a5a;
}

.widget-tab .nav-tabs > li.active {
  border-bottom: 1px solid #f36a5a;
  position: relative;
}

.widget-tab .nav-tabs > li.active > a {
  border: 0;
  color: #f36a5a;
}

.widget-tab .nav-tabs > li.active > a > i {
  color: #f36a5a;
}

.widget-tab .tab-content {
  padding: 20px;
  color: #8e9daa;
}

.widget-tab .slimScrollBar {
  right: 10px !important;
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

.widget-news {
  overflow: hidden;
  margin-right: 10px;
  border-radius: 4px;
}

.widget-news .widget-news-left-elem {
  float: left;
  width: 100px;
  height: auto;
  margin-right: 15px;
}

.widget-news .widget-news-right-body {
  overflow: hidden;
}

.widget-news .widget-news-right-body .widget-news-right-body-title {
  font-size: 16px;
  font-weight: 600;
  color: #3e4f5e;
  margin: 0 0 5px;
}

.widget-news .widget-news-right-body .widget-news-right-body-title .label {
  float: right;
  font-weight: 600;
  background: #a1afbb;
  border-radius: 3px !important;
}

.widget-news .widget-news-right-body p {
  font-size: 13px;
}

.widget-thumb {
  padding: 20px;
  border-radius: 4px;
}

.widget-thumb.bordered {
  border: 1px solid #e7ecf1;
}

.widget-thumb .widget-thumb-heading {
  font-size: 14px;
  font-weight: 700;
  color: #8e9daa;
  margin: 0 0 20px;
}

.widget-thumb .widget-thumb-wrap {
  overflow: hidden;
}

.widget-thumb .widget-thumb-wrap .widget-thumb-icon {
  float: left;
  width: 60px;
  height: 60px;
  display: inline-block;
  font-size: 20px;
  line-height: 41px;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-right: 15px;
}

.widget-thumb .widget-thumb-body {
  overflow: hidden;
}

.widget-thumb .widget-thumb-body .widget-thumb-subtitle {
  padding-top: 2px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #8e9daa;
}

.widget-thumb .widget-thumb-body .widget-thumb-body-stat {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #3e4f5e;
}

.widget-socials {
  border-radius: 4px;
  min-height: 250px;
  padding: 20px;
}

.widget-comments,
.widget-progress {
  min-height: 420px;
}

.widget-socials .widget-socials-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 20px;
}

.widget-socials .widget-social-subtitle {
  color: #fff;
  font-weight: 200;
  line-height: 1.4;
}

.widget-media .widget-btn-blue .widget-btn-icon,
.widget-media .widget-btn-default .widget-btn-icon,
.widget-media .widget-btn-red .widget-btn-icon {
  line-height: 1.5;
}

.widget-socials .widget-social-subtitle a {
  color: #fff;
}

.widget-socials .widget-socials-paragraph {
  display: block;
  color: #65727d;
}

.widget-socials .widget-social-icon-fb,
.widget-socials .widget-social-icon-tw {
  font-size: 30px;
  margin: 30px 0;
}

.widget-socials .widget-social-icon-fb {
  color: #2b3f72;
}

.widget-socials .widget-social-icon-tw {
  color: #3686c3;
}

.widget-media {
  border-radius: 4px;
  border-bottom: 1px solid #f6f9fc;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.widget-media .widget-media-elements {
  float: left;
  margin-right: 20px;
}

.widget-media .widget-media-avatar {
  width: 55px;
  height: 55px;
  display: block;
}

.widget-media .widget-btn-blue,
.widget-media .widget-btn-default,
.widget-media .widget-btn-red {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ebf0f6;
  padding: 3px 10px;
}

.widget-media .widget-btn-default {
  color: #96a2b1;
}

.widget-media .widget-btn-default:hover {
  background: #ebf0f6;
  text-decoration: none;
}

.widget-media .widget-btn-red {
  color: #f36a5a;
}

.widget-media .widget-btn-red:hover {
  color: #fff;
  background: #f36a5a;
  text-decoration: none;
}

.widget-media .widget-btn-blue {
  color: #fff;
  background: #337ab7;
}

.widget-media .widget-btn-blue:hover {
  color: #337ab7;
  background: #fff;
  text-decoration: none;
}

.widget-media .widget-media-body {
  overflow: hidden;
}

.widget-media .widget-media-body .widget-media-body-title {
  font-size: 15px;
  font-weight: 600;
  color: #5b9bd1;
  margin: 0 0 7px;
}

.widget-media .widget-media-body .widget-media-body-subtitle {
  font-size: 13px;
  color: #7e8c9e;
}

.widget-blog {
  border-radius: 4px;
  background: center center #fff;
  padding: 30px 20px 20px;
  background-size: cover;
}

.widget-blog .widget-blog-heading {
  position: relative;
  margin-bottom: 30px;
}

.widget-blog .widget-blog-heading:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 50px;
  height: 1px;
  border-width: 1px;
  background: #8e9daa;
  margin-left: -25px;
  content: " ";
}

.widget-blog .widget-blog-title {
  font-size: 20px;
  font-weight: 400;
  color: #3e4f5e;
  margin: 0 0 15px;
}

.widget-blog .widget-blog-title a {
  color: #3e4f5e;
}

.widget-blog .widget-blog-subtitle {
  display: block;
  font-size: 13px;
  color: #8e9daa;
  letter-spacing: 3px;
}

.widget-blog .btn-widget-purple {
  display: inline-block;
  font-size: 13px;
  color: #8e9daa;
  border: 1px solid #8e9daa;
  padding: 7px 17px;
}

.widget-blog .btn-widget-purple:hover {
  color: #fff;
  background: #8e9daa;
  text-decoration: none;
}

.widget-progress .widget-progress-element {
  border-radius: 4px;
  overflow: hidden;
  padding: 30px 10px;
}

.widget-progress .widget-progress-title {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}

.widget-progress .progress {
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}

.widget-map {
  min-height: 350px;
  border-radius: 3px;
}

.widget-map .widget-map-mapplic {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.widget-map .widget-map-mapplic .mapplic-container {
  background: #5b9bd1;
}

.widget-map .widget-map-mapplic .mapplic-layer.world > img {
  opacity: .3;
}

.widget-map .widget-map-body {
  background: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 20px;
  overflow: hidden;
}

.widget-map .widget-sparkline-chart {
  width: 25%;
  float: left;
  border-left: 1px solid #e7eff7;
  padding: 0 15px;
}

.widget-map .widget-sparkline-chart:first-child {
  border-left: none;
}

.widget-map .widget-sparkline-chart .widget-sparkline-title {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #a1afbb;
}

@media (max-width: 480px) {
  .widget-map .widget-sparkline-chart {
    width: 50%;
    border-left: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.widget-subscribe {
  border-radius: 4px;
  min-height: 250px;
  overflow: hidden;
  padding: 30px;
}

.widget-subscribe .widget-subscribe-no {
  float: left;
  font-size: 67px;
  font-weight: 600;
  line-height: 1;
  color: #9a7caf;
}

.widget-subscribe .widget-subscribe-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 45px;
}

.widget-subscribe .widget-subscribe-subtitle {
  font-size: 15px;
  font-weight: 600;
}

.widget-subscribe .widget-subscribe-subtitle-link {
  color: #cab0dd;
}

.widget-subscribe.widget-subscribe-quote {
  position: relative;
}

.widget-subscribe.widget-subscribe-quote:before {
  position: absolute;
  top: 2px;
  font-size: 70px;
  color: #fff;
  content: "\201C";
}

@media (max-width: 767px) {
  .widget-subscribe.widget-subscribe-border {
    border-top: 1px solid #f5f8fb;
    border-bottom: 1px solid #f5f8fb;
    border-right: none;
  }
}

@media (min-width: 768px) {
  .widget-subscribe.widget-subscribe-border {
    border-left: 1px solid #f5f8fb;
    border-right: 1px solid #f5f8fb;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .widget-subscribe.widget-subscribe-border {
    border-left: none;
  }

  .widget-subscribe.widget-subscribe-border-top {
    border-top: 1px solid #f5f8fb;
  }
}

.page-md .widget-bg-color-white,
.page-md .widget-blog,
.page-md .widget-carousel,
.page-md .widget-map,
.page-md .widget-progress-element,
.page-md .widget-socials {
  -webkit-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03);
          box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.03);
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fade-in-up {
  -webkit-animation: fadeInUp .5s;
  animation: fadeInUp .5s;
}

@-webkit-keyframes bounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceDelay {
  0%, 100%, 80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes input-focus {
  0% {
    left: 20%;
    width: 20%;
  }

  99% {
    width: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes input-focus {
  0% {
    left: 20%;
    width: 20%;
  }

  99% {
    width: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.m-heading-1 {
  margin: 0 0 20px;
  background: #fff;
  padding-left: 15px;
  border-left: 8px solid #88909a;
}

.m-heading-1 > h3 {
  font-size: 20px;
  color: #3f444a;
  font-weight: 500;
  margin: 0 0 15px;
}

.m-heading-1 > h3 > i {
  font-size: 18px;
  color: #88909a;
}

.m-heading-1 > p {
  color: #5c6873;
  margin: 10px 0 0;
}

.m-heading-1 > p:first-child {
  margin-top: 0;
}

.m-heading-1.m-bordered {
  border-right: 1px solid #10161c;
  border-top: 1px solid #10161c;
  border-bottom: 1px solid #10161c;
  padding: 15px;
}

.page-container-bg-solid .m-heading-1.m-bordered {
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}

.m-heading-1.m-title-md > h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.m-heading-1.m-title-md > h3 > i {
  font-size: 16px;
  color: #88909a;
}

.m-heading-1.m-title-md > p {
  margin: 15px 0;
}

.m-heading-1.m-title-sm > h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.m-heading-1.m-title-sm > h3 > i {
  font-size: 14px;
  color: #88909a;
}

.m-heading-1.m-title-sm > p {
  margin: 10px 0;
}

@media (max-width: 991px) {
  .m-heading-1 {
    margin: 0;
  }
}

.timeline {
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

.timeline:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #f5f6fa;
  top: 0;
  bottom: 0;
  margin-left: 38px;
}

.timeline .timeline-item {
  margin: 0;
  padding: 0;
}

.timeline .timeline-badge {
  float: left;
  position: relative;
  padding-right: 30px;
  height: 80px;
  width: 80px;
}

.timeline .timeline-badge-userpic {
  width: 80px;
  border: 4px solid #f5f6fa;
  border-radius: 50% !important;
}

.timeline .timeline-badge-userpic img {
  border-radius: 50% !important;
  vertical-align: middle !important;
}

.timeline .timeline-icon {
  width: 80px;
  height: 80px;
  background-color: #f5f6fa;
  border-radius: 50% !important;
  padding-top: 30px;
  padding-left: 22px;
}

.timeline .timeline-icon i {
  font-size: 34px;
}

.timeline .timeline-body {
  position: relative;
  padding: 20px;
  margin-top: 20px;
  margin-left: 110px;
  background-color: #f5f6fa;
  border-radius: 4px;
}

.timeline .timeline-body:after,
.timeline .timeline-body:before {
  content: " ";
  display: table;
}

.timeline .timeline-body-arrow {
  position: absolute;
  top: 30px;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 14px 0;
  border-color: transparent #f5f6fa transparent transparent;
}

.timeline .timeline-body-head {
  margin-bottom: 10px;
}

.timeline .timeline-body-head-caption {
  float: left;
}

.timeline .timeline-body-alerttitle,
.timeline .timeline-body-title {
  font-size: 16px;
  font-weight: 600;
}

.timeline .timeline-body-time {
  font-size: 14px;
  margin-left: 10px;
}

.timeline .timeline-body-head-actions {
  float: right;
}

.timeline .timeline-body-head-actions .btn-group {
  margin-top: -2px;
}

.timeline .timeline-body-content {
  font-size: 14px;
  margin-top: 35px;
}

.timeline .timeline-body-img {
  width: 100px;
  height: 100px;
  margin: 5px 20px 0 0;
}

.timeline.white-bg:before {
  background: #fff;
}

.timeline.white-bg .timeline-badge-userpic {
  border-color: #fff;
}

.timeline.white-bg .timeline-body,
.timeline.white-bg .timeline-icon {
  background-color: #fff;
}

.timeline.white-bg .timeline-body-arrow {
  border-color: transparent #fff transparent transparent;
}

@media (max-width: 768px) {
  .timeline .timeline-body-head-caption {
    width: 100%;
  }

  .timeline .timeline-body-head-actions {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .timeline:before {
    margin-left: 28px;
  }

  .timeline .timeline-badge {
    padding-right: 40px;
    width: 60px;
    height: 60px;
  }

  .timeline .timeline-badge-userpic {
    width: 60px;
  }

  .timeline .timeline-icon {
    width: 60px;
    height: 60px;
    padding-top: 23px;
    padding-left: 18px;
  }

  .timeline .timeline-icon i {
    font-size: 25px;
  }

  .timeline .timeline-body {
    margin-left: 80px;
  }

  .timeline .timeline-body-arrow {
    top: 17px;
  }
}

.tasks-widget .task-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tasks-widget .task-list > li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #F4F6F9;
}

.tasks-widget .task-list > li:hover {
  background: #F4F6F9;
}

.tasks-widget .task-list > li.last-line {
  border-bottom: none;
}

.tasks-widget .task-list > li.task-done {
  background: #f6f6f6;
}

.tasks-widget .task-list > li.task-done:hover {
  background: #f4f4f4;
}

.tasks-widget .task-list > li.task-done .task-title-sp {
  text-decoration: line-through;
}

.tasks-widget .task-list > li > .task-bell {
  margin-left: 10px;
}

.tasks-widget .task-list > li > .task-checkbox {
  float: left;
  width: 30px;
}

.tasks-widget .task-list > li > .task-title {
  color: #838FA1;
  margin-right: 10px;
}

.tasks-widget .task-list > li > .task-title .task-title-sp {
  margin-right: 5px;
}

.tasks-widget .task-list > li .task-config-btn {
  margin-top: -1px;
}

.tasks-widget .task-list > li > .task-config {
  display: none;
  position: absolute;
  top: 7px;
  right: 10px;
}

.tasks-widget .task-list > li:hover > .task-config {
  display: block;
  margin-bottom: 0 !important;
}

.tasks-widget .task-footer {
  margin-top: 5px;
}

.tasks-widget .task-footer:after,
.tasks-widget .task-footer:before {
  content: " ";
  display: table;
}

@media only screen and (max-width: 480px) {
  .tasks-widget .task-config-btn {
    float: inherit;
    display: block;
  }

  .tasks-widget .task-list-projects li > .label {
    margin-bottom: 5px;
  }
}

.mt-code {
  padding: 3px;
  color: #E43A45;
  border-radius: 4px !important;
  display: inline;
  word-wrap: normal;
}

.caption-desc {
  font-size: 13px;
  margin-top: .5em;
  line-height: 2.3em;
}

.mt-element-step .row {
  margin: 0;
}

.mt-element-step .step-default .mt-step-col {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.mt-element-step .step-default .mt-step-number {
  font-size: 26px;
  border-radius: 50% !important;
  display: inline-block;
  margin: auto auto 20px;
  padding: 3px 14px;
}

.mt-element-step .step-default .mt-step-title {
  font-size: 30px;
  font-weight: 100;
}

.mt-element-step .step-default .active {
  background-color: #32c5d2 !important;
}

.mt-element-step .step-default .active .mt-step-number {
  color: #32c5d2 !important;
}

.mt-element-step .step-default .active .mt-step-content,
.mt-element-step .step-default .active .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-default .done {
  background-color: #26C281 !important;
}

.mt-element-step .step-default .done .mt-step-number {
  color: #26C281 !important;
}

.mt-element-step .step-default .done .mt-step-content,
.mt-element-step .step-default .done .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-default .error {
  background-color: #E7505A !important;
}

.mt-element-step .step-default .error .mt-step-number {
  color: #E7505A !important;
}

.mt-element-step .step-default .error .mt-step-content,
.mt-element-step .step-default .error .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-thin .mt-step-col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mt-element-step .step-thin .mt-step-number {
  font-size: 26px;
  border-radius: 50% !important;
  float: left;
  margin: auto;
  padding: 3px 14px;
}

.mt-element-step .step-thin .mt-step-title {
  font-size: 24px;
  font-weight: 100;
  padding-left: 60px;
  margin-top: -4px;
}

.mt-element-step .step-thin .mt-step-content {
  padding-left: 60px;
  margin-top: -5px;
}

.mt-element-step .step-thin .active {
  background-color: #32c5d2 !important;
}

.mt-element-step .step-thin .active .mt-step-number {
  color: #32c5d2 !important;
}

.mt-element-step .step-thin .active .mt-step-content,
.mt-element-step .step-thin .active .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-thin .done {
  background-color: #26C281 !important;
}

.mt-element-step .step-thin .done .mt-step-number {
  color: #26C281 !important;
}

.mt-element-step .step-thin .done .mt-step-content,
.mt-element-step .step-thin .done .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-thin .error {
  background-color: #E7505A !important;
}

.mt-element-step .step-thin .error .mt-step-number {
  color: #E7505A !important;
}

.mt-element-step .step-thin .error .mt-step-content,
.mt-element-step .step-thin .error .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-background .mt-step-col {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  height: 160px;
}

.mt-element-step .step-background .mt-step-number {
  font-size: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: .79em;
  color: #dae1e4;
  z-index: 4;
}

.mt-element-step .step-background .mt-step-content,
.mt-element-step .step-background .mt-step-title {
  text-align: right;
  z-index: 5;
  position: relative;
  padding-right: 25%;
}

.mt-element-step .step-background .mt-step-title {
  font-size: 30px;
  font-weight: 100;
}

.mt-element-step .step-background .active {
  background-color: #32c5d2 !important;
}

.mt-element-step .step-background .active .mt-step-number {
  color: #2ab4c0 !important;
}

.mt-element-step .step-background .active .mt-step-content,
.mt-element-step .step-background .active .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-background .done {
  background-color: #26C281 !important;
}

.mt-element-step .step-background .done .mt-step-number {
  color: #22ad73 !important;
}

.mt-element-step .step-background .done .mt-step-content,
.mt-element-step .step-background .done .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-background .error {
  background-color: #E7505A !important;
}

.mt-element-step .step-background .error .mt-step-number {
  color: #e43a45 !important;
}

.mt-element-step .step-background .error .mt-step-content,
.mt-element-step .step-background .error .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-background-thin .mt-step-col {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.mt-element-step .step-background-thin .mt-step-number {
  font-size: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: .79em;
  color: #dae1e4;
  z-index: 4;
}

.mt-element-step .step-background-thin .mt-step-title {
  font-size: 30px;
  font-weight: 100;
  text-align: right;
  padding-right: 25%;
  z-index: 5;
  position: relative;
}

.mt-element-step .step-background-thin .mt-step-content {
  text-align: right;
  position: relative;
  padding-right: 25%;
  z-index: 5;
}

.mt-element-step .step-background-thin .active {
  background-color: #32c5d2 !important;
}

.mt-element-step .step-background-thin .active .mt-step-number {
  color: #2ab4c0 !important;
}

.mt-element-step .step-background-thin .active .mt-step-content,
.mt-element-step .step-background-thin .active .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-background-thin .done {
  background-color: #26C281 !important;
}

.mt-element-step .step-background-thin .done .mt-step-number {
  color: #22ad73 !important;
}

.mt-element-step .step-background-thin .done .mt-step-content,
.mt-element-step .step-background-thin .done .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-background-thin .error {
  background-color: #E7505A !important;
}

.mt-element-step .step-background-thin .error .mt-step-number {
  color: #e43a45 !important;
}

.mt-element-step .step-background-thin .error .mt-step-content,
.mt-element-step .step-background-thin .error .mt-step-title {
  color: #fff !important;
}

.mt-element-step .step-no-background .mt-step-col {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.mt-element-step .step-no-background .mt-step-number {
  font-size: 26px;
  border-radius: 50% !important;
  display: inline-block;
  margin: auto auto 20px;
  padding: 3px 14px;
  border: 1px solid #e5e5e5;
}

.mt-element-step .step-no-background .mt-step-title {
  font-size: 30px;
  font-weight: 100;
}

.mt-element-step .step-no-background .active .mt-step-number {
  color: #32c5d2 !important;
  border-color: #32c5d2 !important;
  font-weight: 700;
}

.mt-element-step .step-no-background .active .mt-step-content,
.mt-element-step .step-no-background .active .mt-step-title {
  color: #32c5d2 !important;
  font-weight: 700;
}

.mt-element-step .step-no-background .done .mt-step-number {
  color: #26C281 !important;
  border-color: #26C281 !important;
  font-weight: 700;
}

.mt-element-step .step-no-background .done .mt-step-content,
.mt-element-step .step-no-background .done .mt-step-title {
  color: #26C281 !important;
  font-weight: 700;
}

.mt-element-step .step-no-background .error .mt-step-number {
  color: #E7505A !important;
  border-color: #E7505A !important;
  font-weight: 700;
}

.mt-element-step .step-no-background .error .mt-step-content,
.mt-element-step .step-no-background .error .mt-step-title {
  color: #E7505A !important;
  font-weight: 700;
}

.mt-element-step .step-no-background-thin .mt-step-col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mt-element-step .step-no-background-thin .mt-step-number {
  font-size: 26px;
  border-radius: 50% !important;
  float: left;
  margin: auto;
  padding: 3px 14px;
  border: 1px solid #e5e5e5;
}

.mt-element-step .step-no-background-thin .mt-step-title {
  font-size: 24px;
  font-weight: 100;
  padding-left: 60px;
  margin-top: -4px;
}

.mt-element-step .step-no-background-thin .mt-step-content {
  padding-left: 60px;
  margin-top: -5px;
}

.mt-element-step .step-no-background-thin .active .mt-step-number {
  color: #32c5d2 !important;
  border-color: #32c5d2 !important;
  font-weight: 700;
}

.mt-element-step .step-no-background-thin .active .mt-step-content,
.mt-element-step .step-no-background-thin .active .mt-step-title {
  color: #32c5d2 !important;
  font-weight: 700;
}

.mt-element-step .step-no-background-thin .done .mt-step-number {
  color: #26C281 !important;
  border-color: #26C281 !important;
  font-weight: 700;
}

.mt-element-step .step-no-background-thin .done .mt-step-content,
.mt-element-step .step-no-background-thin .done .mt-step-title {
  color: #26C281 !important;
  font-weight: 700;
}

.mt-element-step .step-no-background-thin .error .mt-step-number {
  color: #E7505A !important;
  border-color: #E7505A !important;
  font-weight: 700;
}

.mt-element-step .step-no-background-thin .error .mt-step-content,
.mt-element-step .step-no-background-thin .error .mt-step-title {
  color: #E7505A !important;
  font-weight: 700;
}

.mt-element-step .step-line .mt-step-col {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.mt-element-step .step-line .mt-step-number {
  font-size: 26px;
  border-radius: 50% !important;
  display: inline-block;
  margin: auto auto 5px;
  padding: 3px 14px;
  border: 3px solid #e5e5e5;
  position: relative;
  z-index: 5;
}

.mt-element-step .step-line .mt-step-title:after,
.mt-element-step .step-line .mt-step-title:before {
  content: '';
  height: 3px;
  width: 50%;
  position: absolute;
  background-color: #e5e5e5;
  top: 53px;
  z-index: 4;
}

.mt-element-step .step-line .mt-step-title {
  font-size: 20px;
  font-weight: 400;
}

.mt-element-step .step-line .mt-step-title:after {
  left: 50%;
}

.mt-element-step .step-line .mt-step-title:before {
  right: 50%;
}

.mt-element-step .step-line .first .mt-step-title:before,
.mt-element-step .step-line .last .mt-step-title:after {
  content: none;
}

.mt-element-step .step-line .active .mt-step-number {
  color: #32c5d2 !important;
  border-color: #32c5d2 !important;
}

.mt-element-step .step-line .active .mt-step-content,
.mt-element-step .step-line .active .mt-step-title {
  color: #32c5d2 !important;
}

.mt-element-step .step-line .active .mt-step-title:after,
.mt-element-step .step-line .active .mt-step-title:before {
  background-color: #32c5d2;
}

.mt-element-step .step-line .done .mt-step-number {
  color: #26C281 !important;
  border-color: #26C281 !important;
}

.mt-element-step .step-line .done .mt-step-content,
.mt-element-step .step-line .done .mt-step-title {
  color: #26C281 !important;
}

.mt-element-step .step-line .done .mt-step-title:after,
.mt-element-step .step-line .done .mt-step-title:before {
  background-color: #26C281;
}

.mt-element-step .step-line .error .mt-step-number {
  color: #E7505A !important;
  border-color: #E7505A !important;
}

.mt-element-step .step-line .error .mt-step-content,
.mt-element-step .step-line .error .mt-step-title {
  color: #E7505A !important;
}

.mt-element-step .step-line .error .mt-step-title:after,
.mt-element-step .step-line .error .mt-step-title:before {
  background-color: #E7505A;
}

@media (max-width: 991px) {
  .mt-element-step .step-line .mt-step-title:after,
  .mt-element-step .step-line .mt-step-title:before {
    content: none;
  }
}

.mt-element-list .list-default.mt-list-head {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
}

.mt-element-list .list-default.mt-list-head .list-title {
  margin: 0 0 .7em;
}

.mt-element-list .list-default.mt-list-head .list-date {
  font-size: 12px;
}

.mt-element-list .list-default.mt-list-head .list-count {
  display: inline-block;
  padding: 3px 7px;
  margin-bottom: 10px;
}

.mt-element-list .list-default.mt-list-head .list-count.last {
  margin-bottom: 0;
}

.mt-element-list .list-default.mt-list-head .list-label {
  display: inline-block;
  font-size: 12px;
}

.mt-element-list .list-default.mt-list-container {
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #e5e5e5;
  padding: 15px;
}

.mt-element-list .list-default.mt-list-container .mt-list-title {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.mt-element-list .list-default.mt-list-container ul {
  margin-bottom: 0;
  padding: 0;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item {
  list-style: none;
  border-bottom: 1px solid;
  border-color: #e5e5e5;
  padding: 25px 0;
  min-height: 45px;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item:first-child {
  padding-top: 0;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item:last-child {
  padding-bottom: 0;
  border: none;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container {
  border: 1px solid #e5e5e5;
  border-radius: 50% !important;
  padding: .9em;
  float: left;
  width: 45px;
  height: 45px;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container > a {
  color: #34495e;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container > a:hover {
  color: #26C281;
  text-decoration: none;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container.done {
  border-color: #26C281;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container.done > a {
  color: #26C281;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-icon-container.done > a:hover {
  color: #26C281;
  text-decoration: none;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content {
  padding: 0 75px 0 60px;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a {
  color: #34495e;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
  color: #26C281;
  text-decoration: none;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content > p {
  margin: 0;
}

.mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-datetime {
  text-align: right;
  float: right;
  width: 60px;
}

.mt-element-list .list-default.ext-1.mt-list-head {
  background-position: top;
}

.mt-element-list .list-default.ext-1.mt-list-head .list-date {
  opacity: 1;
}

.mt-element-list .list-default.ext-1.mt-list-head .list-count {
  border: none;
  font-weight: 600;
  background-color: #2f353b;
  color: #fff;
}

.mt-element-list .list-default.ext-1.mt-list-head .list-count.last {
  background-color: #26C281;
}

.mt-element-list .list-default.ext-1.mt-list-container {
  padding: 15px 0 0;
}

.mt-element-list .list-default.ext-1.mt-list-container .mt-list-title {
  padding: 0 15px 15px;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item {
  padding: 15px;
  border-left: 3px solid;
  border-color: #2F353B #2F353B #e5e5e5;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item:hover {
  background-color: #e5e5e5;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.done {
  border-color: #26C281 #26C281 #e5e5e5;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item.done:hover {
  background-color: #96ebc8;
}

.mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item > .list-icon-container {
  border: none;
}

.mt-element-list .list-default.group .list-toggle-container:active,
.mt-element-list .list-default.group .list-toggle-container:focus,
.mt-element-list .list-default.group .list-toggle-container:hover {
  text-decoration: none;
}

.mt-element-list .list-default.group .list-toggle-container .list-toggle {
  padding: 15px;
  background-color: #2F353B;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.mt-element-list .list-default.group .list-toggle-container .list-toggle.done {
  background-color: #26C281;
}

.mt-element-list .list-simple.mt-list-container {
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #e5e5e5;
  padding: 15px;
}

.mt-element-list .list-simple.mt-list-container ul {
  margin-bottom: 0;
  padding: 0;
}

.mt-element-list .list-simple.mt-list-container ul > .mt-list-item {
  list-style: none;
  border-bottom: 1px solid;
  border-color: #e5e5e5;
  padding: 15px 0;
}

.mt-element-list .list-simple.mt-list-container ul > .mt-list-item:first-child {
  padding-top: 0;
}

.mt-element-list .list-simple.mt-list-container ul > .mt-list-item:last-child {
  padding-bottom: 0;
  border: none;
}

.mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container {
  font-size: 14px;
  float: left;
}

.mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container > a {
  color: #34495e;
}

.mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container > a:hover {
  color: #26C281;
  text-decoration: none;
}

.mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container.done,
.mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container.done > a {
  color: #26C281;
}

.mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-icon-container.done > a:hover {
  color: #26C281;
  text-decoration: none;
}

.mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-item-content {
  padding: 0 75px 0 60px;
}

.mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
  margin: 0;
  font-size: 18px;
}

.mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a {
  color: #34495e;
}

.mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
  color: #26C281;
  text-decoration: none;
}

.mt-element-list .list-simple.mt-list-container ul > .mt-list-item > .list-datetime {
  text-align: right;
  float: right;
  width: 60px;
}

.mt-element-list .list-simple.mt-list-head {
  padding: 15px;
}

.mt-element-list .list-simple.mt-list-head .list-title {
  margin: 0;
  padding-right: 85px;
}

.mt-element-list .list-simple.mt-list-head .list-date {
  font-size: 12px;
  opacity: .8;
  float: right;
  width: 75px;
}

.mt-element-list .list-simple.ext-1.mt-list-container {
  padding: 0;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item {
  padding: 15px;
  border-left: 3px solid;
  border-color: #34495e #34495e #e5e5e5;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item:hover {
  background-color: #e5e5e5;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done {
  border-color: #26C281 #26C281 #e5e5e5;
}

.mt-element-list .list-simple.ext-1.mt-list-container ul > .mt-list-item.done:hover {
  background-color: #96ebc8;
}

.mt-element-list .list-simple.group .list-toggle-container:active,
.mt-element-list .list-simple.group .list-toggle-container:focus,
.mt-element-list .list-simple.group .list-toggle-container:hover {
  text-decoration: none;
}

.mt-element-list .list-simple.group .list-toggle-container .list-toggle {
  padding: 15px;
  background-color: #34495e;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.mt-element-list .list-simple.group .list-toggle-container .list-toggle.done {
  background-color: #26C281;
}

.mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item:hover,
.mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item:hover {
  background-color: #e5e5e5;
}

.mt-element-list .list-news.mt-list-head {
  padding: 15px;
  text-align: center;
}

.mt-element-list .list-news.mt-list-head .list-title {
  margin: 0;
}

.mt-element-list .list-news.mt-list-head .badge {
  margin-top: 5px;
}

.mt-element-list .list-news.mt-list-container {
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #e5e5e5;
  padding: 15px 0;
}

.mt-element-list .list-news.mt-list-container ul {
  margin-bottom: 0;
  padding: 0;
}

.mt-element-list .list-news.mt-list-container ul > .mt-list-item {
  list-style: none;
  border-bottom: 1px solid;
  border-color: #e5e5e5;
  padding: 15px;
  position: relative;
}

.mt-element-list .list-news.mt-list-container ul > .mt-list-item:first-child {
  padding-top: 0;
}

.mt-element-list .list-news.mt-list-container ul > .mt-list-item:last-child {
  padding-bottom: 0;
  border: none;
}

.mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-icon-container {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
}

.mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-icon-container a {
  color: #2f353b;
}

.mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-icon-container a:hover {
  color: #32c5d2;
}

.mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-item-content {
  padding: 0 25px 0 0;
}

.mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a {
  color: #34495e;
}

.mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
  color: #32c5d2;
  text-decoration: none;
}

.mt-element-list .list-news.mt-list-container ul > .mt-list-item > .list-datetime {
  margin-bottom: 10px;
}

.mt-element-list .list-news.ext-1.mt-list-head {
  position: relative;
  text-align: left;
}

.mt-element-list .list-news.ext-1.mt-list-head .list-count {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 19px;
}

.mt-element-list .list-news.ext-1 .list-thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
}

.mt-element-list .list-news.ext-1 .list-thumb img {
  width: 100%;
}

.mt-element-list .list-news.ext-1.mt-list-container {
  padding: 0;
}

.mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item {
  padding: 15px;
}

.mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item > .list-datetime,
.mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item > .list-item-content {
  padding-left: 90px;
}

.mt-element-list .list-news.ext-1.mt-list-container ul > .mt-list-item:last-child {
  padding-bottom: 15px;
}

.mt-element-list .list-news.ext-2.mt-list-head {
  position: relative;
  text-align: left;
}

.mt-element-list .list-news.ext-2.mt-list-head .list-count {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 19px;
}

.mt-element-list .list-news.ext-2 .list-thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
}

.mt-element-list .list-news.ext-2 .list-thumb img {
  width: 100%;
}

.mt-element-list .list-news.ext-2.mt-list-container {
  padding: 0;
}

.mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item {
  padding: 15px;
}

.mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item > .list-datetime,
.mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item > .list-item-content {
  padding-left: 90px;
}

.mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
  font-size: 16px;
}

.mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
  color: #F2784B;
}

.mt-element-list .list-news.ext-2.mt-list-container ul > .mt-list-item:last-child {
  padding-bottom: 15px;
}

.mt-element-list .list-todo.mt-list-head {
  padding: 15px;
  position: relative;
}

.mt-element-list .list-todo.mt-list-head .list-title {
  margin: 0;
}

.mt-element-list .list-todo.mt-list-head .list-head-count {
  margin-top: 5px;
}

.mt-element-list .list-todo.mt-list-head .list-head-count > .list-head-count-item {
  display: inline-block;
  margin-right: 15px;
}

.mt-element-list .list-todo.mt-list-head .list-count {
  position: absolute;
  top: 0;
  right: 0;
  padding: 29px;
  font-size: 16px;
}

.mt-element-list .list-todo.mt-list-head .list-count:hover {
  background-color: #e12430;
}

.mt-element-list .list-todo.mt-list-head a {
  color: #fff;
}

.mt-element-list .list-todo.mt-list-head a:hover {
  text-decoration: none;
}

.mt-element-list .list-todo.mt-list-container {
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #e5e5e5;
  position: relative;
}

.mt-element-list .list-todo.mt-list-container .list-todo-line {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 1px;
  top: 0;
  left: 25px;
  border-left: 1px solid;
  border-color: #e7ecf1;
}

.mt-element-list .list-todo.mt-list-container ul {
  margin-bottom: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item {
  list-style: none;
  border-bottom: 1px solid;
  border-bottom-style: dashed;
  border-color: #e7ecf1;
  padding: 15px;
  position: relative;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item:last-child {
  border: none;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-icon {
  display: inline-block;
  margin-top: .7em;
  padding: .7em 0;
  vertical-align: top;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item {
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
  width: 90%;
  position: relative;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(47, 53, 59, 0);
  border-right-color: #2f353b;
  border-width: 8px;
  top: 18px;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container:active,
.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container:focus,
.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container:hover {
  text-decoration: none;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container .list-toggle {
  padding: 15px;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item > .list-toggle-container .list-toggle > .list-toggle-title {
  display: inline-block;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list {
  border: 1px solid #e5e5e5;
  padding: 0;
  margin: 0;
  position: relative;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item {
  list-style: none;
  padding: 15px;
  border-bottom: 1px solid;
  border-color: #e7ecf1;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item a {
  color: #2f353b;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item a:hover {
  text-decoration: none;
  color: #e43a45;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item:last-child {
  border-bottom: none;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-icon {
  float: left;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-content {
  padding: 0 45px 0 35px;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-content > h4 {
  margin-top: 0;
  font-size: 14px;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-content > p {
  font-size: 13px;
  margin: 0;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-status {
  float: right;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-status a {
  color: #e5e5e5;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-status .done:hover {
  color: #26C281;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item > .task-status .pending:hover {
  color: #e43a45;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item.done > .task-status .done {
  color: #26C281;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer {
  padding: 15px;
  text-align: center;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a {
  color: #2f353b;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a:hover {
  text-decoration: none;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a.task-trash:hover {
  color: #e43a45;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a.task-add:hover {
  color: #26C281;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-icon-container {
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-icon-container a {
  color: #2f353b;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-icon-container a:hover {
  color: #32c5d2;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-item-content {
  padding: 0 25px 0 0;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a {
  color: #34495e;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-item-content > h3 > a:hover {
  color: #32c5d2;
  text-decoration: none;
}

.mt-element-list .list-todo.mt-list-container ul > .mt-list-item > .list-datetime {
  margin-bottom: 10px;
}

.mt-element-list .list-todo.opt-1.mt-list-head .list-count:hover {
  background-color: #2ab4c0;
}

.mt-element-list .list-todo.opt-1.mt-list-container .list-todo-line {
  border: none;
}

.mt-element-list .list-todo.opt-1.mt-list-container ul > .mt-list-item {
  border-color: #525E64;
}

.mt-element-list .list-todo.opt-1.mt-list-container ul > .mt-list-item > .list-todo-item:after {
  border-right-color: #3598DC;
}

.mt-element-list .list-todo.opt-1.mt-list-container ul > .mt-list-item > .list-todo-item .task-list {
  border-color: #525E64;
  border-top: none;
  border-bottom: none;
}

.mt-element-list .list-todo.opt-1.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item {
  border-color: #525E64;
}

.mt-element-list .list-todo.opt-1.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item a {
  color: #fff;
}

.mt-element-list .list-todo.opt-1.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item a:hover {
  color: #32C5D2;
}

.mt-element-list .list-todo.opt-1.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a {
  color: #fff;
}

.mt-element-list .list-todo.opt-2.mt-list-head .list-count:hover {
  background-color: #e12430;
}

.mt-element-list .list-todo.opt-2.mt-list-container .list-todo-line {
  border: none;
}

.mt-element-list .list-todo.opt-2.mt-list-container ul > .mt-list-item {
  border-color: #999;
}

.mt-element-list .list-todo.opt-2.mt-list-container ul > .mt-list-item > .list-todo-item:after {
  border-right-color: transparent;
}

.mt-element-list .list-todo.opt-2.mt-list-container ul > .mt-list-item > .list-todo-item.item-1:after {
  border-right-color: #4B77BE;
}

.mt-element-list .list-todo.opt-2.mt-list-container ul > .mt-list-item > .list-todo-item.item-2:after {
  border-right-color: #1BBC9B;
}

.mt-element-list .list-todo.opt-2.mt-list-container ul > .mt-list-item > .list-todo-item.item-3:after {
  border-right-color: #F3C200;
}

.mt-element-list .list-todo.opt-2.mt-list-container ul > .mt-list-item > .list-todo-item .task-list {
  border-color: #e5e5e5;
  border-top: none;
  border-bottom: none;
}

.mt-element-list .list-todo.opt-2.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item {
  border-color: #e7ecf1;
}

.mt-element-list .list-todo.opt-2.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item a {
  color: #2f353b;
}

.mt-element-list .list-todo.opt-2.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-list-item a:hover {
  color: #e43a45;
}

.mt-element-list .list-todo.opt-2.mt-list-container ul > .mt-list-item > .list-todo-item .task-list .task-footer a {
  color: #2f353b;
}

.mt-element-ribbon .ribbon,
.mt-element-ribbon .ribbon.ribbon-color-default,
.mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub,
.mt-element-ribbon .ribbon > .ribbon-sub {
  background-color: #bac3d0;
  color: #384353;
}

.mt-element-ribbon {
  padding: 25px;
  position: relative;
  margin-bottom: 30px;
}

.mt-element-ribbon .ribbon-content {
  margin: 0;
  padding-top: 2.5em;
}

.mt-element-ribbon .ribbon-content.no-padding {
  padding-top: 0;
}

.mt-element-ribbon .ribbon {
  position: absolute;
  top: 15px;
  left: -2px;
  padding: .5em 1em;
  z-index: 5;
}

.mt-element-ribbon .ribbon.ribbon-right {
  left: auto;
  right: -2px;
}

.mt-element-ribbon .ribbon.ribbon-vertical-left {
  top: -2px;
  left: 15px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.mt-element-ribbon .ribbon.ribbon-vertical-right {
  top: -2px;
  left: auto;
  right: 15px;
  padding-top: 1em;
  padding-bottom: 1em;
}

.mt-element-ribbon .ribbon.ribbon-shadow {
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}

.mt-element-ribbon .ribbon.ribbon-shadow.ribbon-right,
.mt-element-ribbon .ribbon.ribbon-shadow.ribbon-vertical-right {
  -webkit-box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.4);
}

.mt-element-ribbon .ribbon.ribbon-round {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.mt-element-ribbon .ribbon.ribbon-round.ribbon-right {
  border-radius: 5px 0 0 5px !important;
}

.mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-left,
.mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-right {
  border-radius: 0 0 5px 5px !important;
}

.mt-element-ribbon .ribbon.ribbon-border:after {
  border: 1px solid;
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.mt-element-ribbon .ribbon.ribbon-border-vert:after {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid;
  border-right: 1px solid;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
}

.mt-element-ribbon .ribbon.ribbon-border-hor:after {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: none;
  border-right: none;
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
}

.mt-element-ribbon .ribbon.ribbon-border-dash:after {
  border: 1px dashed;
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.mt-element-ribbon .ribbon.ribbon-border-dash-vert:after {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid;
  border-right: 1px solid;
  border-left-style: dashed;
  border-right-style: dashed;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
}

.mt-element-ribbon .ribbon.ribbon-border-dash-hor:after {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-left: none;
  border-right: none;
  border-top-style: dashed;
  border-bottom-style: dashed;
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
}

.mt-element-ribbon .ribbon.ribbon-clip {
  left: -10px;
}

.mt-element-ribbon .ribbon.ribbon-clip.ribbon-right {
  left: auto;
  right: -10px;
}

.mt-element-ribbon .ribbon > .ribbon-sub {
  z-index: -1;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:after,
.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
  border-width: 0 10px 10px 0;
  border-right-color: #222 !important;
  left: 0;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after,
.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  bottom: -10px;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before {
  border-right-color: transparent !important;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
  border-width: 0 0 10px 10px;
  border-left-color: #222 !important;
  right: 0;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-bookmark:after {
  border-left: 21px solid;
  border-right: 20px solid;
  border-bottom: 1em solid transparent !important;
  bottom: -1em;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.mt-element-ribbon .ribbon:after {
  border-color: #62748f;
}

.mt-element-ribbon .ribbon > .ribbon-sub:after {
  border-color: #62748f #bac3d0;
}

.mt-element-ribbon .ribbon.ribbon-color-default:after {
  border-color: #9ca8bb;
}

.mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub:after {
  border-color: #62748f #bac3d0;
}

.mt-element-ribbon .ribbon.ribbon-color-primary {
  background-color: #337ab7;
  color: #fff;
}

.mt-element-ribbon .ribbon.ribbon-color-primary:after {
  border-color: #286090;
}

.mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub {
  background-color: #337ab7;
  color: #000;
}

.mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub:after {
  border-color: #122b40 #337ab7;
}

.mt-element-ribbon .ribbon.ribbon-color-info {
  background-color: #659be0;
  color: #fff;
}

.mt-element-ribbon .ribbon.ribbon-color-info:after {
  border-color: #3a80d7;
}

.mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub {
  background-color: #659be0;
  color: #0c203a;
}

.mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub:after {
  border-color: #1d4f8e #659be0;
}

.mt-element-ribbon .ribbon.ribbon-color-success {
  background-color: #36c6d3;
  color: #fff;
}

.mt-element-ribbon .ribbon.ribbon-color-success:after {
  border-color: #27a4b0;
}

.mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub {
  background-color: #36c6d3;
  color: #020808;
}

.mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub:after {
  border-color: #14565c #36c6d3;
}

.mt-element-ribbon .ribbon.ribbon-color-danger {
  background-color: #ed6b75;
  color: #fff;
}

.mt-element-ribbon .ribbon.ribbon-color-danger:after {
  border-color: #e73d4a;
}

.mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub {
  background-color: #ed6b75;
  color: #4f0a0f;
}

.mt-element-ribbon .ribbon.ribbon-color-warning,
.mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub {
  background-color: #F1C40F;
  color: #010100;
}

.mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub:after {
  border-color: #a91520 #ed6b75;
}

.mt-element-ribbon .ribbon.ribbon-color-warning:after {
  border-color: #c29d0b;
}

.mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub:after {
  border-color: #614f06 #F1C40F;
}

.bg-hover-white:hover,
.bg-white {
  background: #fff !important;
}

.font-white {
  color: #fff !important;
}

.bg-font-white {
  color: #666 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-top-white {
  border-top-color: #fff !important;
}

.border-bottom-white {
  border-bottom-color: #fff !important;
}

.border-left-white {
  border-left-color: #fff !important;
}

.border-right-white {
  border-right-color: #fff !important;
}

.bg-default,
.bg-hover-default:hover {
  background: #e1e5ec !important;
}

.font-default {
  color: #e1e5ec !important;
}

.bg-font-default {
  color: #666 !important;
}

.border-default {
  border-color: #e1e5ec !important;
}

.border-top-default {
  border-top-color: #e1e5ec !important;
}

.border-bottom-default {
  border-bottom-color: #e1e5ec !important;
}

.border-left-default {
  border-left-color: #e1e5ec !important;
}

.border-right-default {
  border-right-color: #e1e5ec !important;
}

.bg-dark,
.bg-hover-dark:hover {
  background: #2f353b !important;
}

.font-dark {
  color: #2f353b !important;
}

.bg-font-dark {
  color: #FFF !important;
}

.border-dark {
  border-color: #2f353b !important;
}

.border-top-dark {
  border-top-color: #2f353b !important;
}

.border-bottom-dark {
  border-bottom-color: #2f353b !important;
}

.border-left-dark {
  border-left-color: #2f353b !important;
}

.border-right-dark {
  border-right-color: #2f353b !important;
}

.bg-blue,
.bg-hover-blue:hover {
  background: #3598dc !important;
}

.font-blue {
  color: #3598dc !important;
}

.bg-font-blue {
  color: #FFF !important;
}

.border-blue {
  border-color: #3598dc !important;
}

.border-top-blue {
  border-top-color: #3598dc !important;
}

.border-bottom-blue {
  border-bottom-color: #3598dc !important;
}

.border-left-blue {
  border-left-color: #3598dc !important;
}

.border-right-blue {
  border-right-color: #3598dc !important;
}

.bg-blue-madison,
.bg-hover-blue-madison:hover {
  background: #578ebe !important;
}

.font-blue-madison {
  color: #578ebe !important;
}

.bg-font-blue-madison {
  color: #FFF !important;
}

.border-blue-madison {
  border-color: #578ebe !important;
}

.border-top-blue-madison {
  border-top-color: #578ebe !important;
}

.border-bottom-blue-madison {
  border-bottom-color: #578ebe !important;
}

.border-left-blue-madison {
  border-left-color: #578ebe !important;
}

.border-right-blue-madison {
  border-right-color: #578ebe !important;
}

.bg-blue-chambray,
.bg-hover-blue-chambray:hover {
  background: #2C3E50 !important;
}

.font-blue-chambray {
  color: #2C3E50 !important;
}

.bg-font-blue-chambray {
  color: #FFF !important;
}

.border-blue-chambray {
  border-color: #2C3E50 !important;
}

.border-top-blue-chambray {
  border-top-color: #2C3E50 !important;
}

.border-bottom-blue-chambray {
  border-bottom-color: #2C3E50 !important;
}

.border-left-blue-chambray {
  border-left-color: #2C3E50 !important;
}

.border-right-blue-chambray {
  border-right-color: #2C3E50 !important;
}

.bg-blue-ebonyclay,
.bg-hover-blue-ebonyclay:hover {
  background: #22313F !important;
}

.font-blue-ebonyclay {
  color: #22313F !important;
}

.bg-font-blue-ebonyclay {
  color: #FFF !important;
}

.border-blue-ebonyclay {
  border-color: #22313F !important;
}

.border-top-blue-ebonyclay {
  border-top-color: #22313F !important;
}

.border-bottom-blue-ebonyclay {
  border-bottom-color: #22313F !important;
}

.border-left-blue-ebonyclay {
  border-left-color: #22313F !important;
}

.border-right-blue-ebonyclay {
  border-right-color: #22313F !important;
}

.bg-blue-hoki,
.bg-hover-blue-hoki:hover {
  background: #67809F !important;
}

.font-blue-hoki {
  color: #67809F !important;
}

.bg-font-blue-hoki {
  color: #FFF !important;
}

.border-blue-hoki {
  border-color: #67809F !important;
}

.border-top-blue-hoki {
  border-top-color: #67809F !important;
}

.border-bottom-blue-hoki {
  border-bottom-color: #67809F !important;
}

.border-left-blue-hoki {
  border-left-color: #67809F !important;
}

.border-right-blue-hoki {
  border-right-color: #67809F !important;
}

.bg-blue-steel,
.bg-hover-blue-steel:hover {
  background: #4B77BE !important;
}

.font-blue-steel {
  color: #4B77BE !important;
}

.bg-font-blue-steel {
  color: #FFF !important;
}

.border-blue-steel {
  border-color: #4B77BE !important;
}

.border-top-blue-steel {
  border-top-color: #4B77BE !important;
}

.border-bottom-blue-steel {
  border-bottom-color: #4B77BE !important;
}

.border-left-blue-steel {
  border-left-color: #4B77BE !important;
}

.border-right-blue-steel {
  border-right-color: #4B77BE !important;
}

.bg-blue-soft,
.bg-hover-blue-soft:hover {
  background: #4c87b9 !important;
}

.font-blue-soft {
  color: #4c87b9 !important;
}

.bg-font-blue-soft {
  color: #FFF !important;
}

.border-blue-soft {
  border-color: #4c87b9 !important;
}

.border-top-blue-soft {
  border-top-color: #4c87b9 !important;
}

.border-bottom-blue-soft {
  border-bottom-color: #4c87b9 !important;
}

.border-left-blue-soft {
  border-left-color: #4c87b9 !important;
}

.border-right-blue-soft {
  border-right-color: #4c87b9 !important;
}

.bg-blue-dark,
.bg-hover-blue-dark:hover {
  background: #5e738b !important;
}

.font-blue-dark {
  color: #5e738b !important;
}

.bg-font-blue-dark {
  color: #FFF !important;
}

.border-blue-dark {
  border-color: #5e738b !important;
}

.border-top-blue-dark {
  border-top-color: #5e738b !important;
}

.border-bottom-blue-dark {
  border-bottom-color: #5e738b !important;
}

.border-left-blue-dark {
  border-left-color: #5e738b !important;
}

.border-right-blue-dark {
  border-right-color: #5e738b !important;
}

.bg-blue-sharp,
.bg-hover-blue-sharp:hover {
  background: #5C9BD1 !important;
}

.font-blue-sharp {
  color: #5C9BD1 !important;
}

.bg-font-blue-sharp {
  color: #FFF !important;
}

.border-blue-sharp {
  border-color: #5C9BD1 !important;
}

.border-top-blue-sharp {
  border-top-color: #5C9BD1 !important;
}

.border-bottom-blue-sharp {
  border-bottom-color: #5C9BD1 !important;
}

.border-left-blue-sharp {
  border-left-color: #5C9BD1 !important;
}

.border-right-blue-sharp {
  border-right-color: #5C9BD1 !important;
}

.bg-green,
.bg-hover-green:hover {
  background: #32c5d2 !important;
}

.font-green {
  color: #32c5d2 !important;
}

.bg-font-green {
  color: #FFF !important;
}

.border-green {
  border-color: #32c5d2 !important;
}

.border-top-green {
  border-top-color: #32c5d2 !important;
}

.border-bottom-green {
  border-bottom-color: #32c5d2 !important;
}

.border-left-green {
  border-left-color: #32c5d2 !important;
}

.border-right-green {
  border-right-color: #32c5d2 !important;
}

.bg-green-meadow,
.bg-hover-green-meadow:hover {
  background: #1BBC9B !important;
}

.font-green-meadow {
  color: #1BBC9B !important;
}

.bg-font-green-meadow {
  color: #FFF !important;
}

.border-green-meadow {
  border-color: #1BBC9B !important;
}

.border-top-green-meadow {
  border-top-color: #1BBC9B !important;
}

.border-bottom-green-meadow {
  border-bottom-color: #1BBC9B !important;
}

.border-left-green-meadow {
  border-left-color: #1BBC9B !important;
}

.border-right-green-meadow {
  border-right-color: #1BBC9B !important;
}

.bg-green-seagreen,
.bg-hover-green-seagreen:hover {
  background: #1BA39C !important;
}

.font-green-seagreen {
  color: #1BA39C !important;
}

.bg-font-green-seagreen {
  color: #FFF !important;
}

.border-green-seagreen {
  border-color: #1BA39C !important;
}

.border-top-green-seagreen {
  border-top-color: #1BA39C !important;
}

.border-bottom-green-seagreen {
  border-bottom-color: #1BA39C !important;
}

.border-left-green-seagreen {
  border-left-color: #1BA39C !important;
}

.border-right-green-seagreen {
  border-right-color: #1BA39C !important;
}

.bg-green-turquoise,
.bg-hover-green-turquoise:hover {
  background: #36D7B7 !important;
}

.font-green-turquoise {
  color: #36D7B7 !important;
}

.bg-font-green-turquoise {
  color: #FFF !important;
}

.border-green-turquoise {
  border-color: #36D7B7 !important;
}

.border-top-green-turquoise {
  border-top-color: #36D7B7 !important;
}

.border-bottom-green-turquoise {
  border-bottom-color: #36D7B7 !important;
}

.border-left-green-turquoise {
  border-left-color: #36D7B7 !important;
}

.border-right-green-turquoise {
  border-right-color: #36D7B7 !important;
}

.bg-green-haze,
.bg-hover-green-haze:hover {
  background: #44b6ae !important;
}

.font-green-haze {
  color: #44b6ae !important;
}

.bg-font-green-haze {
  color: #FFF !important;
}

.border-green-haze {
  border-color: #44b6ae !important;
}

.border-top-green-haze {
  border-top-color: #44b6ae !important;
}

.border-bottom-green-haze {
  border-bottom-color: #44b6ae !important;
}

.border-left-green-haze {
  border-left-color: #44b6ae !important;
}

.border-right-green-haze {
  border-right-color: #44b6ae !important;
}

.bg-green-jungle,
.bg-hover-green-jungle:hover {
  background: #26C281 !important;
}

.font-green-jungle {
  color: #26C281 !important;
}

.bg-font-green-jungle {
  color: #FFF !important;
}

.border-green-jungle {
  border-color: #26C281 !important;
}

.border-top-green-jungle {
  border-top-color: #26C281 !important;
}

.border-bottom-green-jungle {
  border-bottom-color: #26C281 !important;
}

.border-left-green-jungle {
  border-left-color: #26C281 !important;
}

.border-right-green-jungle {
  border-right-color: #26C281 !important;
}

.bg-green-soft,
.bg-hover-green-soft:hover {
  background: #3faba4 !important;
}

.font-green-soft {
  color: #3faba4 !important;
}

.bg-font-green-soft {
  color: #FFF !important;
}

.border-green-soft {
  border-color: #3faba4 !important;
}

.border-top-green-soft {
  border-top-color: #3faba4 !important;
}

.border-bottom-green-soft {
  border-bottom-color: #3faba4 !important;
}

.border-left-green-soft {
  border-left-color: #3faba4 !important;
}

.border-right-green-soft {
  border-right-color: #3faba4 !important;
}

.bg-green-dark,
.bg-hover-green-dark:hover {
  background: #4DB3A2 !important;
}

.font-green-dark {
  color: #4DB3A2 !important;
}

.bg-font-green-dark {
  color: #FFF !important;
}

.border-green-dark {
  border-color: #4DB3A2 !important;
}

.border-top-green-dark {
  border-top-color: #4DB3A2 !important;
}

.border-bottom-green-dark {
  border-bottom-color: #4DB3A2 !important;
}

.border-left-green-dark {
  border-left-color: #4DB3A2 !important;
}

.border-right-green-dark {
  border-right-color: #4DB3A2 !important;
}

.bg-green-sharp,
.bg-hover-green-sharp:hover {
  background: #2ab4c0 !important;
}

.font-green-sharp {
  color: #2ab4c0 !important;
}

.bg-font-green-sharp {
  color: #FFF !important;
}

.border-green-sharp {
  border-color: #2ab4c0 !important;
}

.border-top-green-sharp {
  border-top-color: #2ab4c0 !important;
}

.border-bottom-green-sharp {
  border-bottom-color: #2ab4c0 !important;
}

.border-left-green-sharp {
  border-left-color: #2ab4c0 !important;
}

.border-right-green-sharp {
  border-right-color: #2ab4c0 !important;
}

.bg-grey,
.bg-hover-grey:hover {
  background: #E5E5E5 !important;
}

.font-grey {
  color: #E5E5E5 !important;
}

.bg-font-grey {
  color: #333 !important;
}

.border-grey {
  border-color: #E5E5E5 !important;
}

.border-top-grey {
  border-top-color: #E5E5E5 !important;
}

.border-bottom-grey {
  border-bottom-color: #E5E5E5 !important;
}

.border-left-grey {
  border-left-color: #E5E5E5 !important;
}

.border-right-grey {
  border-right-color: #E5E5E5 !important;
}

.bg-grey-steel,
.bg-hover-grey-steel:hover {
  background: #e9edef !important;
}

.font-grey-steel {
  color: #e9edef !important;
}

.bg-font-grey-steel {
  color: #80898e !important;
}

.border-grey-steel {
  border-color: #e9edef !important;
}

.border-top-grey-steel {
  border-top-color: #e9edef !important;
}

.border-bottom-grey-steel {
  border-bottom-color: #e9edef !important;
}

.border-left-grey-steel {
  border-left-color: #e9edef !important;
}

.border-right-grey-steel {
  border-right-color: #e9edef !important;
}

.bg-grey-cararra,
.bg-hover-grey-cararra:hover {
  background: #fafafa !important;
}

.font-grey-cararra {
  color: #fafafa !important;
}

.bg-font-grey-cararra {
  color: #333 !important;
}

.border-grey-cararra {
  border-color: #fafafa !important;
}

.border-top-grey-cararra {
  border-top-color: #fafafa !important;
}

.border-bottom-grey-cararra {
  border-bottom-color: #fafafa !important;
}

.border-left-grey-cararra {
  border-left-color: #fafafa !important;
}

.border-right-grey-cararra {
  border-right-color: #fafafa !important;
}

.bg-grey-gallery,
.bg-hover-grey-gallery:hover {
  background: #555 !important;
}

.font-grey-gallery {
  color: #555 !important;
}

.bg-font-grey-gallery {
  color: #fff !important;
}

.border-grey-gallery {
  border-color: #555 !important;
}

.border-top-grey-gallery {
  border-top-color: #555 !important;
}

.border-bottom-grey-gallery {
  border-bottom-color: #555 !important;
}

.border-left-grey-gallery {
  border-left-color: #555 !important;
}

.border-right-grey-gallery {
  border-right-color: #555 !important;
}

.bg-grey-cascade,
.bg-hover-grey-cascade:hover {
  background: #95A5A6 !important;
}

.font-grey-cascade {
  color: #95A5A6 !important;
}

.bg-font-grey-cascade {
  color: #FFF !important;
}

.border-grey-cascade {
  border-color: #95A5A6 !important;
}

.border-top-grey-cascade {
  border-top-color: #95A5A6 !important;
}

.border-bottom-grey-cascade {
  border-bottom-color: #95A5A6 !important;
}

.border-left-grey-cascade {
  border-left-color: #95A5A6 !important;
}

.border-right-grey-cascade {
  border-right-color: #95A5A6 !important;
}

.bg-grey-silver,
.bg-hover-grey-silver:hover {
  background: #BFBFBF !important;
}

.font-grey-silver {
  color: #BFBFBF !important;
}

.bg-font-grey-silver {
  color: #FAFCFB !important;
}

.border-grey-silver {
  border-color: #BFBFBF !important;
}

.border-top-grey-silver {
  border-top-color: #BFBFBF !important;
}

.border-bottom-grey-silver {
  border-bottom-color: #BFBFBF !important;
}

.border-left-grey-silver {
  border-left-color: #BFBFBF !important;
}

.border-right-grey-silver {
  border-right-color: #BFBFBF !important;
}

.bg-grey-salsa,
.bg-hover-grey-salsa:hover {
  background: #ACB5C3 !important;
}

.font-grey-salsa {
  color: #ACB5C3 !important;
}

.bg-font-grey-salsa {
  color: #FAFCFB !important;
}

.border-grey-salsa {
  border-color: #ACB5C3 !important;
}

.border-top-grey-salsa {
  border-top-color: #ACB5C3 !important;
}

.border-bottom-grey-salsa {
  border-bottom-color: #ACB5C3 !important;
}

.border-left-grey-salsa {
  border-left-color: #ACB5C3 !important;
}

.border-right-grey-salsa {
  border-right-color: #ACB5C3 !important;
}

.bg-grey-salt,
.bg-hover-grey-salt:hover {
  background: #bfcad1 !important;
}

.font-grey-salt {
  color: #bfcad1 !important;
}

.bg-font-grey-salt {
  color: #FAFCFB !important;
}

.border-grey-salt {
  border-color: #bfcad1 !important;
}

.border-top-grey-salt {
  border-top-color: #bfcad1 !important;
}

.border-bottom-grey-salt {
  border-bottom-color: #bfcad1 !important;
}

.border-left-grey-salt {
  border-left-color: #bfcad1 !important;
}

.border-right-grey-salt {
  border-right-color: #bfcad1 !important;
}

.bg-grey-mint,
.bg-hover-grey-mint:hover {
  background: #525e64 !important;
}

.font-grey-mint {
  color: #525e64 !important;
}

.bg-font-grey-mint {
  color: #FFF !important;
}

.border-grey-mint {
  border-color: #525e64 !important;
}

.border-top-grey-mint {
  border-top-color: #525e64 !important;
}

.border-bottom-grey-mint {
  border-bottom-color: #525e64 !important;
}

.border-left-grey-mint {
  border-left-color: #525e64 !important;
}

.border-right-grey-mint {
  border-right-color: #525e64 !important;
}

.bg-hover-red:hover,
.bg-red {
  background: #e7505a !important;
}

.font-red {
  color: #e7505a !important;
}

.bg-font-red {
  color: #fff !important;
}

.border-red {
  border-color: #e7505a !important;
}

.border-top-red {
  border-top-color: #e7505a !important;
}

.border-bottom-red {
  border-bottom-color: #e7505a !important;
}

.border-left-red {
  border-left-color: #e7505a !important;
}

.border-right-red {
  border-right-color: #e7505a !important;
}

.bg-hover-red-pink:hover,
.bg-red-pink {
  background: #E08283 !important;
}

.font-red-pink {
  color: #E08283 !important;
}

.bg-font-red-pink {
  color: #fff !important;
}

.border-red-pink {
  border-color: #E08283 !important;
}

.border-top-red-pink {
  border-top-color: #E08283 !important;
}

.border-bottom-red-pink {
  border-bottom-color: #E08283 !important;
}

.border-left-red-pink {
  border-left-color: #E08283 !important;
}

.border-right-red-pink {
  border-right-color: #E08283 !important;
}

.bg-hover-red-sunglo:hover,
.bg-red-sunglo {
  background: #E26A6A !important;
}

.font-red-sunglo {
  color: #E26A6A !important;
}

.bg-font-red-sunglo {
  color: #fff !important;
}

.border-red-sunglo {
  border-color: #E26A6A !important;
}

.border-top-red-sunglo {
  border-top-color: #E26A6A !important;
}

.border-bottom-red-sunglo {
  border-bottom-color: #E26A6A !important;
}

.border-left-red-sunglo {
  border-left-color: #E26A6A !important;
}

.border-right-red-sunglo {
  border-right-color: #E26A6A !important;
}

.bg-hover-red-intense:hover,
.bg-red-intense {
  background: #e35b5a !important;
}

.font-red-intense {
  color: #e35b5a !important;
}

.bg-font-red-intense {
  color: #fff !important;
}

.border-red-intense {
  border-color: #e35b5a !important;
}

.border-top-red-intense {
  border-top-color: #e35b5a !important;
}

.border-bottom-red-intense {
  border-bottom-color: #e35b5a !important;
}

.border-left-red-intense {
  border-left-color: #e35b5a !important;
}

.border-right-red-intense {
  border-right-color: #e35b5a !important;
}

.bg-hover-red-thunderbird:hover,
.bg-red-thunderbird {
  background: #D91E18 !important;
}

.font-red-thunderbird {
  color: #D91E18 !important;
}

.bg-font-red-thunderbird {
  color: #fff !important;
}

.border-red-thunderbird {
  border-color: #D91E18 !important;
}

.border-top-red-thunderbird {
  border-top-color: #D91E18 !important;
}

.border-bottom-red-thunderbird {
  border-bottom-color: #D91E18 !important;
}

.border-left-red-thunderbird {
  border-left-color: #D91E18 !important;
}

.border-right-red-thunderbird {
  border-right-color: #D91E18 !important;
}

.bg-hover-red-flamingo:hover,
.bg-red-flamingo {
  background: #EF4836 !important;
}

.font-red-flamingo {
  color: #EF4836 !important;
}

.bg-font-red-flamingo {
  color: #fff !important;
}

.border-red-flamingo {
  border-color: #EF4836 !important;
}

.border-top-red-flamingo {
  border-top-color: #EF4836 !important;
}

.border-bottom-red-flamingo {
  border-bottom-color: #EF4836 !important;
}

.border-left-red-flamingo {
  border-left-color: #EF4836 !important;
}

.border-right-red-flamingo {
  border-right-color: #EF4836 !important;
}

.bg-hover-red-soft:hover,
.bg-red-soft {
  background: #d05454 !important;
}

.font-red-soft {
  color: #d05454 !important;
}

.bg-font-red-soft {
  color: #fff !important;
}

.border-red-soft {
  border-color: #d05454 !important;
}

.border-top-red-soft {
  border-top-color: #d05454 !important;
}

.border-bottom-red-soft {
  border-bottom-color: #d05454 !important;
}

.border-left-red-soft {
  border-left-color: #d05454 !important;
}

.border-right-red-soft {
  border-right-color: #d05454 !important;
}

.bg-hover-red-haze:hover,
.bg-red-haze {
  background: #f36a5a !important;
}

.font-red-haze {
  color: #f36a5a !important;
}

.bg-font-red-haze {
  color: #fff !important;
}

.border-red-haze {
  border-color: #f36a5a !important;
}

.border-top-red-haze {
  border-top-color: #f36a5a !important;
}

.border-bottom-red-haze {
  border-bottom-color: #f36a5a !important;
}

.border-left-red-haze {
  border-left-color: #f36a5a !important;
}

.border-right-red-haze {
  border-right-color: #f36a5a !important;
}

.bg-hover-red-mint:hover,
.bg-red-mint {
  background: #e43a45 !important;
}

.font-red-mint {
  color: #e43a45 !important;
}

.bg-font-red-mint {
  color: #fff !important;
}

.border-red-mint {
  border-color: #e43a45 !important;
}

.border-top-red-mint {
  border-top-color: #e43a45 !important;
}

.border-bottom-red-mint {
  border-bottom-color: #e43a45 !important;
}

.border-left-red-mint {
  border-left-color: #e43a45 !important;
}

.border-right-red-mint {
  border-right-color: #e43a45 !important;
}

.bg-hover-yellow:hover,
.bg-yellow {
  background: #c49f47 !important;
}

.font-yellow {
  color: #c49f47 !important;
}

.bg-font-yellow {
  color: #fff !important;
}

.border-yellow {
  border-color: #c49f47 !important;
}

.border-top-yellow {
  border-top-color: #c49f47 !important;
}

.border-bottom-yellow {
  border-bottom-color: #c49f47 !important;
}

.border-left-yellow {
  border-left-color: #c49f47 !important;
}

.border-right-yellow {
  border-right-color: #c49f47 !important;
}

.bg-hover-yellow-gold:hover,
.bg-yellow-gold {
  background: #E87E04 !important;
}

.font-yellow-gold {
  color: #E87E04 !important;
}

.bg-font-yellow-gold {
  color: #fff !important;
}

.border-yellow-gold {
  border-color: #E87E04 !important;
}

.border-top-yellow-gold {
  border-top-color: #E87E04 !important;
}

.border-bottom-yellow-gold {
  border-bottom-color: #E87E04 !important;
}

.border-left-yellow-gold {
  border-left-color: #E87E04 !important;
}

.border-right-yellow-gold {
  border-right-color: #E87E04 !important;
}

.bg-hover-yellow-casablanca:hover,
.bg-yellow-casablanca {
  background: #f2784b !important;
}

.font-yellow-casablanca {
  color: #f2784b !important;
}

.bg-font-yellow-casablanca {
  color: #fff !important;
}

.border-yellow-casablanca {
  border-color: #f2784b !important;
}

.border-top-yellow-casablanca {
  border-top-color: #f2784b !important;
}

.border-bottom-yellow-casablanca {
  border-bottom-color: #f2784b !important;
}

.border-left-yellow-casablanca {
  border-left-color: #f2784b !important;
}

.border-right-yellow-casablanca {
  border-right-color: #f2784b !important;
}

.bg-hover-yellow-crusta:hover,
.bg-yellow-crusta {
  background: #f3c200 !important;
}

.font-yellow-crusta {
  color: #f3c200 !important;
}

.bg-font-yellow-crusta {
  color: #fff !important;
}

.border-yellow-crusta {
  border-color: #f3c200 !important;
}

.border-top-yellow-crusta {
  border-top-color: #f3c200 !important;
}

.border-bottom-yellow-crusta {
  border-bottom-color: #f3c200 !important;
}

.border-left-yellow-crusta {
  border-left-color: #f3c200 !important;
}

.border-right-yellow-crusta {
  border-right-color: #f3c200 !important;
}

.bg-hover-yellow-lemon:hover,
.bg-yellow-lemon {
  background: #F7CA18 !important;
}

.font-yellow-lemon {
  color: #F7CA18 !important;
}

.bg-font-yellow-lemon {
  color: #fff !important;
}

.border-yellow-lemon {
  border-color: #F7CA18 !important;
}

.border-top-yellow-lemon {
  border-top-color: #F7CA18 !important;
}

.border-bottom-yellow-lemon {
  border-bottom-color: #F7CA18 !important;
}

.border-left-yellow-lemon {
  border-left-color: #F7CA18 !important;
}

.border-right-yellow-lemon {
  border-right-color: #F7CA18 !important;
}

.bg-hover-yellow-saffron:hover,
.bg-yellow-saffron {
  background: #F4D03F !important;
}

.font-yellow-saffron {
  color: #F4D03F !important;
}

.bg-font-yellow-saffron {
  color: #fff !important;
}

.border-yellow-saffron {
  border-color: #F4D03F !important;
}

.border-top-yellow-saffron {
  border-top-color: #F4D03F !important;
}

.border-bottom-yellow-saffron {
  border-bottom-color: #F4D03F !important;
}

.border-left-yellow-saffron {
  border-left-color: #F4D03F !important;
}

.border-right-yellow-saffron {
  border-right-color: #F4D03F !important;
}

.bg-hover-yellow-soft:hover,
.bg-yellow-soft {
  background: #c8d046 !important;
}

.font-yellow-soft {
  color: #c8d046 !important;
}

.bg-font-yellow-soft {
  color: #fff !important;
}

.border-yellow-soft {
  border-color: #c8d046 !important;
}

.border-top-yellow-soft {
  border-top-color: #c8d046 !important;
}

.border-bottom-yellow-soft {
  border-bottom-color: #c8d046 !important;
}

.border-left-yellow-soft {
  border-left-color: #c8d046 !important;
}

.border-right-yellow-soft {
  border-right-color: #c8d046 !important;
}

.bg-hover-yellow-haze:hover,
.bg-yellow-haze {
  background: #c5bf66 !important;
}

.font-yellow-haze {
  color: #c5bf66 !important;
}

.bg-font-yellow-haze {
  color: #fff !important;
}

.border-yellow-haze {
  border-color: #c5bf66 !important;
}

.border-top-yellow-haze {
  border-top-color: #c5bf66 !important;
}

.border-bottom-yellow-haze {
  border-bottom-color: #c5bf66 !important;
}

.border-left-yellow-haze {
  border-left-color: #c5bf66 !important;
}

.border-right-yellow-haze {
  border-right-color: #c5bf66 !important;
}

.bg-hover-yellow-mint:hover,
.bg-yellow-mint {
  background: #c5b96b !important;
}

.font-yellow-mint {
  color: #c5b96b !important;
}

.bg-font-yellow-mint {
  color: #fff !important;
}

.border-yellow-mint {
  border-color: #c5b96b !important;
}

.border-top-yellow-mint {
  border-top-color: #c5b96b !important;
}

.border-bottom-yellow-mint {
  border-bottom-color: #c5b96b !important;
}

.border-left-yellow-mint {
  border-left-color: #c5b96b !important;
}

.border-right-yellow-mint {
  border-right-color: #c5b96b !important;
}

.bg-hover-purple:hover,
.bg-purple {
  background: #8E44AD !important;
}

.font-purple {
  color: #8E44AD !important;
}

.bg-font-purple {
  color: #fff !important;
}

.border-purple {
  border-color: #8E44AD !important;
}

.border-top-purple {
  border-top-color: #8E44AD !important;
}

.border-bottom-purple {
  border-bottom-color: #8E44AD !important;
}

.border-left-purple {
  border-left-color: #8E44AD !important;
}

.border-right-purple {
  border-right-color: #8E44AD !important;
}

.bg-hover-purple-plum:hover,
.bg-purple-plum {
  background: #8775a7 !important;
}

.font-purple-plum {
  color: #8775a7 !important;
}

.bg-font-purple-plum {
  color: #fff !important;
}

.border-purple-plum {
  border-color: #8775a7 !important;
}

.border-top-purple-plum {
  border-top-color: #8775a7 !important;
}

.border-bottom-purple-plum {
  border-bottom-color: #8775a7 !important;
}

.border-left-purple-plum {
  border-left-color: #8775a7 !important;
}

.border-right-purple-plum {
  border-right-color: #8775a7 !important;
}

.bg-hover-purple-medium:hover,
.bg-purple-medium {
  background: #BF55EC !important;
}

.font-purple-medium {
  color: #BF55EC !important;
}

.bg-font-purple-medium {
  color: #fff !important;
}

.border-purple-medium {
  border-color: #BF55EC !important;
}

.border-top-purple-medium {
  border-top-color: #BF55EC !important;
}

.border-bottom-purple-medium {
  border-bottom-color: #BF55EC !important;
}

.border-left-purple-medium {
  border-left-color: #BF55EC !important;
}

.border-right-purple-medium {
  border-right-color: #BF55EC !important;
}

.bg-hover-purple-studio:hover,
.bg-purple-studio {
  background: #8E44AD !important;
}

.font-purple-studio {
  color: #8E44AD !important;
}

.bg-font-purple-studio {
  color: #fff !important;
}

.border-purple-studio {
  border-color: #8E44AD !important;
}

.border-top-purple-studio {
  border-top-color: #8E44AD !important;
}

.border-bottom-purple-studio {
  border-bottom-color: #8E44AD !important;
}

.border-left-purple-studio {
  border-left-color: #8E44AD !important;
}

.border-right-purple-studio {
  border-right-color: #8E44AD !important;
}

.bg-hover-purple-wisteria:hover,
.bg-purple-wisteria {
  background: #9B59B6 !important;
}

.font-purple-wisteria {
  color: #9B59B6 !important;
}

.bg-font-purple-wisteria {
  color: #fff !important;
}

.border-purple-wisteria {
  border-color: #9B59B6 !important;
}

.border-top-purple-wisteria {
  border-top-color: #9B59B6 !important;
}

.border-bottom-purple-wisteria {
  border-bottom-color: #9B59B6 !important;
}

.border-left-purple-wisteria {
  border-left-color: #9B59B6 !important;
}

.border-right-purple-wisteria {
  border-right-color: #9B59B6 !important;
}

.bg-hover-purple-seance:hover,
.bg-purple-seance {
  background: #9A12B3 !important;
}

.font-purple-seance {
  color: #9A12B3 !important;
}

.bg-font-purple-seance {
  color: #fff !important;
}

.border-purple-seance {
  border-color: #9A12B3 !important;
}

.border-top-purple-seance {
  border-top-color: #9A12B3 !important;
}

.border-bottom-purple-seance {
  border-bottom-color: #9A12B3 !important;
}

.border-left-purple-seance {
  border-left-color: #9A12B3 !important;
}

.border-right-purple-seance {
  border-right-color: #9A12B3 !important;
}

.bg-hover-purple-intense:hover,
.bg-purple-intense {
  background: #8775a7 !important;
}

.font-purple-intense {
  color: #8775a7 !important;
}

.bg-font-purple-intense {
  color: #fff !important;
}

.border-purple-intense {
  border-color: #8775a7 !important;
}

.border-top-purple-intense {
  border-top-color: #8775a7 !important;
}

.border-bottom-purple-intense {
  border-bottom-color: #8775a7 !important;
}

.border-left-purple-intense {
  border-left-color: #8775a7 !important;
}

.border-right-purple-intense {
  border-right-color: #8775a7 !important;
}

.bg-hover-purple-sharp:hover,
.bg-purple-sharp {
  background: #796799 !important;
}

.font-purple-sharp {
  color: #796799 !important;
}

.bg-font-purple-sharp {
  color: #fff !important;
}

.border-purple-sharp {
  border-color: #796799 !important;
}

.border-top-purple-sharp {
  border-top-color: #796799 !important;
}

.border-bottom-purple-sharp {
  border-bottom-color: #796799 !important;
}

.border-left-purple-sharp {
  border-left-color: #796799 !important;
}

.border-right-purple-sharp {
  border-right-color: #796799 !important;
}

.bg-hover-purple-soft:hover,
.bg-purple-soft {
  background: #8877a9 !important;
}

.font-purple-soft {
  color: #8877a9 !important;
}

.bg-font-purple-soft {
  color: #fff !important;
}

.border-purple-soft {
  border-color: #8877a9 !important;
}

.border-top-purple-soft {
  border-top-color: #8877a9 !important;
}

.border-bottom-purple-soft {
  border-bottom-color: #8877a9 !important;
}

.border-left-purple-soft {
  border-left-color: #8877a9 !important;
}

.border-right-purple-soft {
  border-right-color: #8877a9 !important;
}

.color-demo {
  border: 1px solid #eee;
  margin: 0 0 20px;
}

.color-demo .color-view {
  padding: 35px 10px;
  text-align: center;
  font-size: 18px;
}

.color-demo .color-info {
  border-top: 1px solid #eee;
  padding: 10px;
  text-align: center;
}

/*!
* Colorpicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/

.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(/images/saturation.png?f44934e7529350cd252a0b836ba1dc1f);
  cursor: crosshair;
  float: left;
}

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

.colorpicker-hue {
  background-image: url(/images/hue.png?9bfaffbe7c1b6dcdb37280dfb3efdc29);
}

.colorpicker-alpha {
  background-image: url(/images/alpha.png?ae88ed51ec28f22f71f62f23b9edb193);
  display: none;
}

.colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  border-radius: 4px;
}

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

.colorpicker:after {
  clear: both;
}

.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.colorpicker div {
  position: relative;
}

.colorpicker.alpha {
  min-width: 140px;
}

.colorpicker.alpha .colorpicker-alpha {
  display: block;
}

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(/images/alpha.png?ae88ed51ec28f22f71f62f23b9edb193);
  background-position: 0 100%;
}

.colorpicker-color div {
  height: 10px;
}

.input-append.color .add-on i,
.input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.minicolors {
  position: relative;
}

.minicolors-sprite {
  background-image: url(data:image/png;base64,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);
}

.minicolors-no-data-uris .minicolors-sprite {
  background-image: url(/images/jquery.minicolors.png?327ef9370e5a81a108b66114a9b42d57);
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  border: solid 1px #ccc;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

/* Panel */

.minicolors-panel {
  position: absolute;
  width: 173px;
  height: 152px;
  background: white;
  border: solid 1px #CCC;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */

.minicolors-position-top .minicolors-panel {
  top: -154px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

.minicolors .minicolors-grid {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  background-position: -120px 0;
  cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */

.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* Inline controls */

.minicolors-inline {
  display: inline-block;
}

.minicolors-inline .minicolors-input {
  display: none !important;
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: auto;
  display: inline-block;
}

/* Default theme */

.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}

.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}

.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}

/* Bootstrap theme */

.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
}

.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 3px;
}

.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px;
}

.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 5px;
}

.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}

.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* iCheck plugin Minimal skin
----------------------------------- */

.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/minimal.png?5374dd98e677fe8171af180e2cd70fe2) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal {
  background-position: 0 0;
}

.icheckbox_minimal.hover {
  background-position: -20px 0;
}

.icheckbox_minimal.checked {
  background-position: -40px 0;
}

.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal {
  background-position: -100px 0;
}

.iradio_minimal.hover {
  background-position: -120px 0;
}

.iradio_minimal.checked {
  background-position: -140px 0;
}

.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url(/images/minimal@2x.png?70a48613bab335e8229fbc13d2e8083e);
    background-size: 200px 20px;
  }
}

/* red */

.icheckbox_minimal-red,
.iradio_minimal-red {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/red.png?7f62af20eca41e759681c73e994dba01) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-red {
  background-position: 0 0;
}

.icheckbox_minimal-red.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-red.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-red.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-red.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-red {
  background-position: -100px 0;
}

.iradio_minimal-red.hover {
  background-position: -120px 0;
}

.iradio_minimal-red.checked {
  background-position: -140px 0;
}

.iradio_minimal-red.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-red.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-red,
  .iradio_minimal-red {
    background-image: url(/images/red@2x.png?f1062c10dc82728ed1c3a68d382115f0);
    background-size: 200px 20px;
  }
}

/* green */

.icheckbox_minimal-green,
.iradio_minimal-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/green.png?3b4856d954f9bd92db9a42c4b3365b38) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-green {
  background-position: 0 0;
}

.icheckbox_minimal-green.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-green.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-green.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-green.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-green {
  background-position: -100px 0;
}

.iradio_minimal-green.hover {
  background-position: -120px 0;
}

.iradio_minimal-green.checked {
  background-position: -140px 0;
}

.iradio_minimal-green.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-green.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-green,
  .iradio_minimal-green {
    background-image: url(/images/green@2x.png?a2f047d499c054f4ca553a0bf96bd3ee);
    background-size: 200px 20px;
  }
}

/* blue */

.icheckbox_minimal-blue,
.iradio_minimal-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/blue.png?4a709f8cf673f2b25537f8547cc6db07) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-blue {
  background-position: 0 0;
}

.icheckbox_minimal-blue.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-blue.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-blue.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-blue.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-blue {
  background-position: -100px 0;
}

.iradio_minimal-blue.hover {
  background-position: -120px 0;
}

.iradio_minimal-blue.checked {
  background-position: -140px 0;
}

.iradio_minimal-blue.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-blue.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-blue,
  .iradio_minimal-blue {
    background-image: url(/images/blue@2x.png?0035ec50cf54ce054db8c956716d268d);
    background-size: 200px 20px;
  }
}

/* aero */

.icheckbox_minimal-aero,
.iradio_minimal-aero {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/aero.png?242eaf8c522bf3a99e20377b088145f7) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-aero {
  background-position: 0 0;
}

.icheckbox_minimal-aero.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-aero.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-aero.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-aero.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-aero {
  background-position: -100px 0;
}

.iradio_minimal-aero.hover {
  background-position: -120px 0;
}

.iradio_minimal-aero.checked {
  background-position: -140px 0;
}

.iradio_minimal-aero.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-aero.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-aero,
  .iradio_minimal-aero {
    background-image: url(/images/aero@2x.png?b024258513da897cc57320ee8bfebf55);
    background-size: 200px 20px;
  }
}

/* grey */

.icheckbox_minimal-grey,
.iradio_minimal-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/grey.png?c2cdcc76c9b104baac8e679ac608d1b4) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-grey {
  background-position: 0 0;
}

.icheckbox_minimal-grey.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-grey.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-grey.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-grey.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-grey {
  background-position: -100px 0;
}

.iradio_minimal-grey.hover {
  background-position: -120px 0;
}

.iradio_minimal-grey.checked {
  background-position: -140px 0;
}

.iradio_minimal-grey.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-grey.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-grey,
  .iradio_minimal-grey {
    background-image: url(/images/grey@2x.png?4cb83da4e00d7a3a0462e5878a5823b0);
    background-size: 200px 20px;
  }
}

/* orange */

.icheckbox_minimal-orange,
.iradio_minimal-orange {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/orange.png?e7333f83e2802e2f7d1820e6f571b8cb) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-orange {
  background-position: 0 0;
}

.icheckbox_minimal-orange.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-orange.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-orange.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-orange.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-orange {
  background-position: -100px 0;
}

.iradio_minimal-orange.hover {
  background-position: -120px 0;
}

.iradio_minimal-orange.checked {
  background-position: -140px 0;
}

.iradio_minimal-orange.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-orange.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-orange,
  .iradio_minimal-orange {
    background-image: url(/images/orange@2x.png?4a997518c98c5562c92bb199f8b059ca);
    background-size: 200px 20px;
  }
}

/* yellow */

.icheckbox_minimal-yellow,
.iradio_minimal-yellow {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/yellow.png?0bd13b604180462de5c6583520756bcf) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-yellow {
  background-position: 0 0;
}

.icheckbox_minimal-yellow.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-yellow.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-yellow.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-yellow.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-yellow {
  background-position: -100px 0;
}

.iradio_minimal-yellow.hover {
  background-position: -120px 0;
}

.iradio_minimal-yellow.checked {
  background-position: -140px 0;
}

.iradio_minimal-yellow.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-yellow.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-yellow,
  .iradio_minimal-yellow {
    background-image: url(/images/yellow@2x.png?d963642adbb097446294204ab340a09f);
    background-size: 200px 20px;
  }
}

/* pink */

.icheckbox_minimal-pink,
.iradio_minimal-pink {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/pink.png?375a3b1920da847c3e42b8f56d3a9f2d) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-pink {
  background-position: 0 0;
}

.icheckbox_minimal-pink.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-pink.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-pink.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-pink.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-pink {
  background-position: -100px 0;
}

.iradio_minimal-pink.hover {
  background-position: -120px 0;
}

.iradio_minimal-pink.checked {
  background-position: -140px 0;
}

.iradio_minimal-pink.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-pink.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-pink,
  .iradio_minimal-pink {
    background-image: url(/images/pink@2x.png?c7ec3487cb9b2227b52074c721aaea95);
    background-size: 200px 20px;
  }
}

/* purple */

.icheckbox_minimal-purple,
.iradio_minimal-purple {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(/images/purple.png?e01e49af1de2f91c5904d4c4ce79e6c6) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal-purple {
  background-position: 0 0;
}

.icheckbox_minimal-purple.hover {
  background-position: -20px 0;
}

.icheckbox_minimal-purple.checked {
  background-position: -40px 0;
}

.icheckbox_minimal-purple.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal-purple.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal-purple {
  background-position: -100px 0;
}

.iradio_minimal-purple.hover {
  background-position: -120px 0;
}

.iradio_minimal-purple.checked {
  background-position: -140px 0;
}

.iradio_minimal-purple.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal-purple.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-purple,
  .iradio_minimal-purple {
    background-image: url(/images/purple@2x.png?e13312afeae30a99b7d1b1de7ba95e1d);
    background-size: 200px 20px;
  }
}

/* iCheck plugin Line skin
----------------------------------- */

.icheckbox_line,
.iradio_line {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.icheckbox_line .icheck_line-icon,
.iradio_line .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(/images/line.png?c446571504944686cf647fa3e2310b27) no-repeat;
  border: none;
}

.icheckbox_line.hover,
.icheckbox_line.checked.hover,
.iradio_line.hover {
  background: #444;
}

.icheckbox_line.checked,
.iradio_line.checked {
  background: #000;
}

.icheckbox_line.checked .icheck_line-icon,
.iradio_line.checked .icheck_line-icon {
  background-position: -15px 0;
}

.icheckbox_line.disabled,
.iradio_line.disabled {
  background: #ccc;
  cursor: default;
}

.icheckbox_line.disabled .icheck_line-icon,
.iradio_line.disabled .icheck_line-icon {
  background-position: -30px 0;
}

.icheckbox_line.checked.disabled,
.iradio_line.checked.disabled {
  background: #ccc;
}

.icheckbox_line.checked.disabled .icheck_line-icon,
.iradio_line.checked.disabled .icheck_line-icon {
  background-position: -45px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_line .icheck_line-icon,
  .iradio_line .icheck_line-icon {
    background-image: url(/images/line@2x.png?8100ce3eb377de18b8cc8b3546f092e2);
    background-size: 60px 13px;
  }
}

/* red */

.icheckbox_line-red,
.iradio_line-red {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #e56c69;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.icheckbox_line-red .icheck_line-icon,
.iradio_line-red .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(/images/line.png?c446571504944686cf647fa3e2310b27) no-repeat;
  border: none;
}

.icheckbox_line-red.hover,
.icheckbox_line-red.checked.hover,
.iradio_line-red.hover {
  background: #E98582;
}

.icheckbox_line-red.checked,
.iradio_line-red.checked {
  background: #e56c69;
}

.icheckbox_line-red.checked .icheck_line-icon,
.iradio_line-red.checked .icheck_line-icon {
  background-position: -15px 0;
}

.icheckbox_line-red.disabled,
.iradio_line-red.disabled {
  background: #F7D3D2;
  cursor: default;
}

.icheckbox_line-red.disabled .icheck_line-icon,
.iradio_line-red.disabled .icheck_line-icon {
  background-position: -30px 0;
}

.icheckbox_line-red.checked.disabled,
.iradio_line-red.checked.disabled {
  background: #F7D3D2;
}

.icheckbox_line-red.checked.disabled .icheck_line-icon,
.iradio_line-red.checked.disabled .icheck_line-icon {
  background-position: -45px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_line-red .icheck_line-icon,
  .iradio_line-red .icheck_line-icon {
    background-image: url(/images/line@2x.png?8100ce3eb377de18b8cc8b3546f092e2);
    background-size: 60px 13px;
  }
}

/* green */

.icheckbox_line-green,
.iradio_line-green {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #1b7e5a;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.icheckbox_line-green .icheck_line-icon,
.iradio_line-green .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(/images/line.png?c446571504944686cf647fa3e2310b27) no-repeat;
  border: none;
}

.icheckbox_line-green.hover,
.icheckbox_line-green.checked.hover,
.iradio_line-green.hover {
  background: #24AA7A;
}

.icheckbox_line-green.checked,
.iradio_line-green.checked {
  background: #1b7e5a;
}

.icheckbox_line-green.checked .icheck_line-icon,
.iradio_line-green.checked .icheck_line-icon {
  background-position: -15px 0;
}

.icheckbox_line-green.disabled,
.iradio_line-green.disabled {
  background: #89E6C4;
  cursor: default;
}

.icheckbox_line-green.disabled .icheck_line-icon,
.iradio_line-green.disabled .icheck_line-icon {
  background-position: -30px 0;
}

.icheckbox_line-green.checked.disabled,
.iradio_line-green.checked.disabled {
  background: #89E6C4;
}

.icheckbox_line-green.checked.disabled .icheck_line-icon,
.iradio_line-green.checked.disabled .icheck_line-icon {
  background-position: -45px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_line-green .icheck_line-icon,
  .iradio_line-green .icheck_line-icon {
    background-image: url(/images/line@2x.png?8100ce3eb377de18b8cc8b3546f092e2);
    background-size: 60px 13px;
  }
}

/* blue */

.icheckbox_line-blue,
.iradio_line-blue {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #2489c5;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.icheckbox_line-blue .icheck_line-icon,
.iradio_line-blue .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(/images/line.png?c446571504944686cf647fa3e2310b27) no-repeat;
  border: none;
}

.icheckbox_line-blue.hover,
.icheckbox_line-blue.checked.hover,
.iradio_line-blue.hover {
  background: #3DA0DB;
}

.icheckbox_line-blue.checked,
.iradio_line-blue.checked {
  background: #2489c5;
}

.icheckbox_line-blue.checked .icheck_line-icon,
.iradio_line-blue.checked .icheck_line-icon {
  background-position: -15px 0;
}

.icheckbox_line-blue.disabled,
.iradio_line-blue.disabled {
  background: #ADD7F0;
  cursor: default;
}

.icheckbox_line-blue.disabled .icheck_line-icon,
.iradio_line-blue.disabled .icheck_line-icon {
  background-position: -30px 0;
}

.icheckbox_line-blue.checked.disabled,
.iradio_line-blue.checked.disabled {
  background: #ADD7F0;
}

.icheckbox_line-blue.checked.disabled .icheck_line-icon,
.iradio_line-blue.checked.disabled .icheck_line-icon {
  background-position: -45px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_line-blue .icheck_line-icon,
  .iradio_line-blue .icheck_line-icon {
    background-image: url(/images/line@2x.png?8100ce3eb377de18b8cc8b3546f092e2);
    background-size: 60px 13px;
  }
}

/* aero */

.icheckbox_line-aero,
.iradio_line-aero {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #9cc2cb;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.icheckbox_line-aero .icheck_line-icon,
.iradio_line-aero .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(/images/line.png?c446571504944686cf647fa3e2310b27) no-repeat;
  border: none;
}

.icheckbox_line-aero.hover,
.icheckbox_line-aero.checked.hover,
.iradio_line-aero.hover {
  background: #B5D1D8;
}

.icheckbox_line-aero.checked,
.iradio_line-aero.checked {
  background: #9cc2cb;
}

.icheckbox_line-aero.checked .icheck_line-icon,
.iradio_line-aero.checked .icheck_line-icon {
  background-position: -15px 0;
}

.icheckbox_line-aero.disabled,
.iradio_line-aero.disabled {
  background: #D2E4E8;
  cursor: default;
}

.icheckbox_line-aero.disabled .icheck_line-icon,
.iradio_line-aero.disabled .icheck_line-icon {
  background-position: -30px 0;
}

.icheckbox_line-aero.checked.disabled,
.iradio_line-aero.checked.disabled {
  background: #D2E4E8;
}

.icheckbox_line-aero.checked.disabled .icheck_line-icon,
.iradio_line-aero.checked.disabled .icheck_line-icon {
  background-position: -45px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_line-aero .icheck_line-icon,
  .iradio_line-aero .icheck_line-icon {
    background-image: url(/images/line@2x.png?8100ce3eb377de18b8cc8b3546f092e2);
    background-size: 60px 13px;
  }
}

/* grey */

.icheckbox_line-grey,
.iradio_line-grey {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #73716e;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.icheckbox_line-grey .icheck_line-icon,
.iradio_line-grey .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(/images/line.png?c446571504944686cf647fa3e2310b27) no-repeat;
  border: none;
}

.icheckbox_line-grey.hover,
.icheckbox_line-grey.checked.hover,
.iradio_line-grey.hover {
  background: #8B8986;
}

.icheckbox_line-grey.checked,
.iradio_line-grey.checked {
  background: #73716e;
}

.icheckbox_line-grey.checked .icheck_line-icon,
.iradio_line-grey.checked .icheck_line-icon {
  background-position: -15px 0;
}

.icheckbox_line-grey.disabled,
.iradio_line-grey.disabled {
  background: #D5D4D3;
  cursor: default;
}

.icheckbox_line-grey.disabled .icheck_line-icon,
.iradio_line-grey.disabled .icheck_line-icon {
  background-position: -30px 0;
}

.icheckbox_line-grey.checked.disabled,
.iradio_line-grey.checked.disabled {
  background: #D5D4D3;
}

.icheckbox_line-grey.checked.disabled .icheck_line-icon,
.iradio_line-grey.checked.disabled .icheck_line-icon {
  background-position: -45px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_line-grey .icheck_line-icon,
  .iradio_line-grey .icheck_line-icon {
    background-image: url(/images/line@2x.png?8100ce3eb377de18b8cc8b3546f092e2);
    background-size: 60px 13px;
  }
}

/* orange */

.icheckbox_line-orange,
.iradio_line-orange {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #f70;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.icheckbox_line-orange .icheck_line-icon,
.iradio_line-orange .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(/images/line.png?c446571504944686cf647fa3e2310b27) no-repeat;
  border: none;
}

.icheckbox_line-orange.hover,
.icheckbox_line-orange.checked.hover,
.iradio_line-orange.hover {
  background: #FF9233;
}

.icheckbox_line-orange.checked,
.iradio_line-orange.checked {
  background: #f70;
}

.icheckbox_line-orange.checked .icheck_line-icon,
.iradio_line-orange.checked .icheck_line-icon {
  background-position: -15px 0;
}

.icheckbox_line-orange.disabled,
.iradio_line-orange.disabled {
  background: #FFD6B3;
  cursor: default;
}

.icheckbox_line-orange.disabled .icheck_line-icon,
.iradio_line-orange.disabled .icheck_line-icon {
  background-position: -30px 0;
}

.icheckbox_line-orange.checked.disabled,
.iradio_line-orange.checked.disabled {
  background: #FFD6B3;
}

.icheckbox_line-orange.checked.disabled .icheck_line-icon,
.iradio_line-orange.checked.disabled .icheck_line-icon {
  background-position: -45px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_line-orange .icheck_line-icon,
  .iradio_line-orange .icheck_line-icon {
    background-image: url(/images/line@2x.png?8100ce3eb377de18b8cc8b3546f092e2);
    background-size: 60px 13px;
  }
}

/* yellow */

.icheckbox_line-yellow,
.iradio_line-yellow {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #FFC414;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.icheckbox_line-yellow .icheck_line-icon,
.iradio_line-yellow .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(/images/line.png?c446571504944686cf647fa3e2310b27) no-repeat;
  border: none;
}

.icheckbox_line-yellow.hover,
.icheckbox_line-yellow.checked.hover,
.iradio_line-yellow.hover {
  background: #FFD34F;
}

.icheckbox_line-yellow.checked,
.iradio_line-yellow.checked {
  background: #FFC414;
}

.icheckbox_line-yellow.checked .icheck_line-icon,
.iradio_line-yellow.checked .icheck_line-icon {
  background-position: -15px 0;
}

.icheckbox_line-yellow.disabled,
.iradio_line-yellow.disabled {
  background: #FFE495;
  cursor: default;
}

.icheckbox_line-yellow.disabled .icheck_line-icon,
.iradio_line-yellow.disabled .icheck_line-icon {
  background-position: -30px 0;
}

.icheckbox_line-yellow.checked.disabled,
.iradio_line-yellow.checked.disabled {
  background: #FFE495;
}

.icheckbox_line-yellow.checked.disabled .icheck_line-icon,
.iradio_line-yellow.checked.disabled .icheck_line-icon {
  background-position: -45px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_line-yellow .icheck_line-icon,
  .iradio_line-yellow .icheck_line-icon {
    background-image: url(/images/line@2x.png?8100ce3eb377de18b8cc8b3546f092e2);
    background-size: 60px 13px;
  }
}

/* pink */

.icheckbox_line-pink,
.iradio_line-pink {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #a77a94;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.icheckbox_line-pink .icheck_line-icon,
.iradio_line-pink .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(/images/line.png?c446571504944686cf647fa3e2310b27) no-repeat;
  border: none;
}

.icheckbox_line-pink.hover,
.icheckbox_line-pink.checked.hover,
.iradio_line-pink.hover {
  background: #B995A9;
}

.icheckbox_line-pink.checked,
.iradio_line-pink.checked {
  background: #a77a94;
}

.icheckbox_line-pink.checked .icheck_line-icon,
.iradio_line-pink.checked .icheck_line-icon {
  background-position: -15px 0;
}

.icheckbox_line-pink.disabled,
.iradio_line-pink.disabled {
  background: #E0D0DA;
  cursor: default;
}

.icheckbox_line-pink.disabled .icheck_line-icon,
.iradio_line-pink.disabled .icheck_line-icon {
  background-position: -30px 0;
}

.icheckbox_line-pink.checked.disabled,
.iradio_line-pink.checked.disabled {
  background: #E0D0DA;
}

.icheckbox_line-pink.checked.disabled .icheck_line-icon,
.iradio_line-pink.checked.disabled .icheck_line-icon {
  background-position: -45px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_line-pink .icheck_line-icon,
  .iradio_line-pink .icheck_line-icon {
    background-image: url(/images/line@2x.png?8100ce3eb377de18b8cc8b3546f092e2);
    background-size: 60px 13px;
  }
}

/* purple */

.icheckbox_line-purple,
.iradio_line-purple {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 15px 5px 38px;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  background: #6a5a8c;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.icheckbox_line-purple .icheck_line-icon,
.iradio_line-purple .icheck_line-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 13px;
  height: 11px;
  margin: -5px 0 0 0;
  padding: 0;
  overflow: hidden;
  background: url(/images/line.png?c446571504944686cf647fa3e2310b27) no-repeat;
  border: none;
}

.icheckbox_line-purple.hover,
.icheckbox_line-purple.checked.hover,
.iradio_line-purple.hover {
  background: #8677A7;
}

.icheckbox_line-purple.checked,
.iradio_line-purple.checked {
  background: #6a5a8c;
}

.icheckbox_line-purple.checked .icheck_line-icon,
.iradio_line-purple.checked .icheck_line-icon {
  background-position: -15px 0;
}

.icheckbox_line-purple.disabled,
.iradio_line-purple.disabled {
  background: #D2CCDE;
  cursor: default;
}

.icheckbox_line-purple.disabled .icheck_line-icon,
.iradio_line-purple.disabled .icheck_line-icon {
  background-position: -30px 0;
}

.icheckbox_line-purple.checked.disabled,
.iradio_line-purple.checked.disabled {
  background: #D2CCDE;
}

.icheckbox_line-purple.checked.disabled .icheck_line-icon,
.iradio_line-purple.checked.disabled .icheck_line-icon {
  background-position: -45px 0;
}

/* HiDPI support */

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_line-purple .icheck_line-icon,
  .iradio_line-purple .icheck_line-icon {
    background-image: url(/images/line@2x.png?8100ce3eb377de18b8cc8b3546f092e2);
    background-size: 60px 13px;
  }
}

.datepicker .active,
.datepicker .active:hover,
.datepicker .selected,
.datepicker .today {
  background-image: none !important;
  -webkit-filter: none !important;
          filter: none !important;
}

.modal-open .colorpicker,
.modal-open .datepicker,
.modal-open .daterangepicker {
  z-index: 10055 !important;
}

.colorpicker.dropdown-menu,
.daterangepicker.dropdown-menu,
.datetimepicker.dropdown-menu {
  padding: 5px;
}

.input-group.color .input-group-btn i {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  right: 6px;
}

.datepaginator a {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
}

.datepicker table td,
.datepicker table th,
.datetimepicker table td,
.datetimepicker table th {
  font-family: "Open Sans" !important;
}

#dp-calendar {
  right: 4px !important;
}

.datepaginator .fa-angle-right:before {
  content: "\F105";
}

.datepaginator .fa-angle-left:before,
.datepicker .fa-angle-left:before {
  content: "\F104";
}

.datepicker.dropdown-menu {
  padding: 5px;
  -webkit-box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
          box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  border: 1px solid #efefef;
}

.datepicker .selected {
  background-color: #909090 !important;
}

.datepicker .active {
  background-color: #4b8df8 !important;
}

.datepicker .active:hover {
  background-color: #2678FC !important;
}

.datepicker .input-daterange input {
  text-align: left;
}

.datepicker table td {
  color: #000;
  font-weight: 300 !important;
}

.datepicker table th {
  color: #333;
  font-weight: 400 !important;
}

.datepicker .fa-angle-right:before,
.daterangepicker .fa-angle-right:before {
  content: "\F105";
}

.daterangepicker {
  margin-top: 4px;
}

.daterangepicker .input-mini {
  width: 100% !important;
  outline: 0 !important;
}

.daterangepicker td {
  text-shadow: none;
}

.daterangepicker td.active {
  background-color: #4b8df8;
  background-image: none;
  -webkit-filter: none;
          filter: none;
}

.datetimepicker .active,
.datetimepicker .active:hover {
  -webkit-filter: none !important;
          filter: none !important;
  background-image: none !important;
}

.daterangepicker th {
  font-weight: 400;
  font-size: 14px;
}

.daterangepicker .ranges input[type=text] {
  width: 70px !important;
  font-size: 11px;
  vertical-align: middle;
}

.daterangepicker .ranges label {
  font-weight: 300;
  display: block;
}

.daterangepicker .ranges {
  width: 170px;
}

.daterangepicker .ranges ul > li.active {
  border-radius: 4px;
}

.daterangepicker .ranges .btn {
  margin-top: 10px;
}

.daterangepicker .ranges li {
  color: #333;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #4b8df8 !important;
  border: 1px solid #4b8df8 !important;
  color: #fff;
}

.daterangepicker .range_inputs input {
  margin-bottom: 0 !important;
}

.daterangepicker .fa-angle-left:before,
.datetimepicker .fa-angle-left:before {
  content: "\F104";
}

.datetimepicker table td {
  color: #000;
  font-weight: 300 !important;
}

.datetimepicker table th {
  font-weight: 400 !important;
}

.datetimepicker .active {
  background-color: #4b8df8 !important;
}

.datetimepicker .active:hover {
  background-color: #2678FC !important;
}

.datetimepicker .fa-angle-right:before {
  content: "\F105";
}

.modal-open .datetimepicker {
  z-index: 10055;
}

.editable-input table,
.editable-input table td,
.editable-input table th,
.editable-input table tr {
  border: 0 !important;
}

.editable-input .combodate select {
  margin-bottom: 5px;
}

.fileinput {
  margin-bottom: 0;
}

.fileinput .close {
  float: none;
}

.fileinput .input-group {
  white-space: nowrap;
  overflow: hidden;
}

.md-input {
  padding: 5px !important;
  border-bottom: 0 !important;
  border-radius: 0 0 4px 4px;
}

.md-editor {
  border-radius: 4px;
}

.md-editor .btn-toolbar {
  margin-left: 0;
  border-radius: 4px 4px 0 0;
}

.md-editor .btn-toolbar .btn-group .btn-sm.btn {
  padding-bottom: 3px;
}

.md-editor .btn-toolbar .btn-group .btn-primary {
  padding-top: 5px;
  padding-bottom: 7px;
}

.md-editor.active {
  border: 1px solid #999;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.has-error .md-editor {
  border: 1px solid #fbe1e3 !important;
}

.has-success .md-editor {
  border: 1px solid #abe7ed !important;
}

.has-warning .md-editor {
  border: 1px solid #f9e491 !important;
}

.modal-open.page-overflow .modal-scrollable,
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .page-container .navbar-fixed-top {
  overflow-y: auto !important;
}

.modal-scrollable {
  overflow: hidden !important;
  z-index: 10051;
  overflow-y: scroll !important;
}

.modal-backdrop {
  position: fixed;
  bottom: 0;
}

.bootstrap-select .btn {
  border-color: #c2cad8;
}

.has-error .bootstrap-select .btn {
  border-color: #fbe1e3;
}

.has-success .bootstrap-select .btn {
  border-color: #abe7ed;
}

.has-warning .bootstrap-select .btn {
  border-color: #f9e491;
}

.bootstrap-select.open .btn,
.bootstrap-select.open.dropup .btn {
  border-color: #93a1bb;
}

.bootstrap-select .btn:focus {
  outline: 0 !important;
  outline-offset: 0;
}

.bootstrap-select.btn-group .dropdown-menu {
  margin-top: 1px;
}

.bootstrap-select.btn-group .dropdown-menu > li > dt > .text {
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: 14px;
}

.bootstrap-select.btn-group .dropdown-menu .text-muted {
  color: #999 !important;
}

.bootstrap-select .caret {
  border: 0;
  width: auto;
  height: auto;
  margin-top: -10px !important;
}

.bootstrap-select .caret:before {
  content: "\F107";
  display: inline-block;
  border: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
}

.form-wizard .steps > li > a.step > .desc,
.form-wizard .steps > li > a.step > .number {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}

.bootstrap-select .selected i {
  color: #aaa;
}

.bootstrap-select .dropdown-menu {
  z-index: 9999 !important;
}

.bootstrap-switch {
  border-color: #c2cad8;
}

.bootstrap-switch.bootstrap-switch-focused {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #c2cad8;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #fff;
  background: #337ab7;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  color: #fff;
  background: #659be0;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #fff;
  background: #3fc9d5;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  color: #fff;
  background: #F1C40F;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: #fff;
  background: #ed6b75;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  color: #444;
  background: #e8eaef;
}

.portlet:not(.light) > .portlet-title > .actions > .bootstrap-switch {
  border-color: transparent;
  margin-top: 0;
}

.bootstrap-timepicker-widget table td a {
  padding: 4px 0;
}

.bootstrap-timepicker-widget input,
.bootstrap-timepicker-widget input:focus {
  outline: 0 !important;
  border: 0;
}

.modal-open .bootstrap-timepicker-widget {
  z-index: 10055 !important;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after,
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  top: auto;
}

.toast {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast .toast-close-button {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  text-indent: -100000px;
  width: 11px;
  height: 16px;
  background-repeat: no-repeat !important;
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1) !important;
}

.form-wizard .steps,
.form-wizard .steps > li > a.step {
  background-color: #fff;
  background-image: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: none;
          filter: none;
}

.toast-top-center {
  top: 12px;
  margin: 0 auto 0 -150px;
  left: 50%;
}

.toast-top-center .toast {
  margin: 0 !important;
}

.toast-bottom-center {
  bottom: 12px;
  margin: 0 auto 0 -150px;
  left: 50%;
}

.toast-bottom-center .toast {
  margin: 0 !important;
}

.form-wizard .progress {
  margin-bottom: 30px;
}

.form-wizard .steps {
  padding: 10px 0;
  margin-bottom: 15px;
}

.form-wizard .steps > li > a.step:hover {
  background: 0 0;
}

.form-wizard .steps > li > a.step > .number {
  background-color: #eee;
  text-align: center !important;
  padding: 11px 15px 13px;
  margin-right: 10px;
  height: 45px;
  width: 45px;
  border-radius: 50% !important;
}

.form-wizard .steps > li > a.step > .desc > i {
  display: none;
}

.form-wizard .steps > li.active > a.step .number {
  background-color: #36c6d3;
  color: #fff;
}

.form-wizard .steps > li.active > a.step .desc {
  color: #333;
}

.form-wizard .steps > li.done > a.step .number {
  background-color: #F1C40F;
  color: #fff;
}

.form-wizard .steps > li.done > a.step .desc {
  color: #333;
}

.form-wizard .steps > li.done > a.step .desc i {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .form-wizard .step .desc {
    margin-top: 10px;
    display: block;
  }
}

@media (max-width: 768px) {
  .form-wizard .steps > li > a {
    text-align: left;
  }
}

/*!
 * Tab drop for Bootstrap
 */

.tabbable-tabdrop .nav-pills,
.tabbable-tabdrop .nav-tabs {
  position: relative;
}

.tabbable-tabdrop .nav-pills .caret,
.tabbable-tabdrop .nav-tabs .caret {
  display: none;
}

.tabbable-tabdrop .nav-pills .tabdrop .dropdown-toggle i,
.tabbable-tabdrop .nav-tabs .tabdrop .dropdown-toggle i {
  font-size: 14px;
}

.CSSAnimationChart a,
.mapChart a {
  color: #bbb !important;
  font-size: 12px !important;
}

.tabbable-tabdrop .dropdown-menu:after {
  right: 10px;
  left: auto;
}

.tabbable-tabdrop .dropdown-menu:before {
  right: 9px;
  left: auto;
}

.wysihtml5-sandbox {
  width: 100% !important;
}

.wysihtml5-toolbar li {
  margin: 0;
  height: 29px;
}

.wysihtml5-toolbar li .dropdown-menu {
  margin-top: 5px;
}

.has-error .wysihtml5-sandbox {
  border: 1px solid #fbe1e3 !important;
}

.has-success .wysihtml5-sandbox {
  border: 1px solid #abe7ed !important;
}

.has-warning .wysihtml5-sandbox {
  border: 1px solid #f9e491 !important;
}

.note-editor {
  border: 1px solid #c2cad8;
  border-radius: 4px;
}

.note-editor .note-toolbar {
  border-bottom: 1px solid #c2cad8;
  border-radius: 4px 4px 0 0;
}

.note-editor .note-statusbar {
  border-radius: 0 0 4px 4px;
}

.note-editor .note-statusbar .note-resizebar {
  border-top: 1px solid #c2cad8;
}

.note-editor.fullscreen {
  z-index: 11000;
  width: 100% !important;
}

.CSSAnimationChart,
.mapChart {
  width: 100%;
  height: 500px;
}

.note-editor .dropdown-menu:before {
  left: 9px;
  right: auto;
}

.note-editor .dropdown-menu:after {
  left: 10px;
  right: auto;
}

.note-link-dialog .checkbox {
  margin-left: 20px;
}

.has-error .note-editor {
  border: 1px solid #fbe1e3 !important;
}

.has-success .note-editor {
  border: 1px solid #abe7ed !important;
}

.has-warning .note-editor {
  border: 1px solid #f9e491 !important;
}

.gtreetable .dropdown-menu {
  margin-top: 0;
}

.gtreetable .dropdown-menu:after,
.gtreetable .dropdown-menu:before {
  display: none !important;
}

.gtreetable .node-action .form-control {
  position: relative;
  top: 2px;
  display: inline-block;
}

.gtreetable .node-icon-ce,
.gtreetable .node-icon-handle,
.gtreetable .node-icon-selected,
.gtreetable .node-icon-type {
  opacity: .6;
  filter: alpha(opacity=60);
}

.bootstrap-tagsinput .tag [data-role=remove] {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: arial;
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
  font-family: arial;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootbox .bootbox-close-button {
  margin-top: 0 !important;
}

.amcharts-graph-g2 .amcharts-graph-stroke {
  stroke-dasharray: 3px 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  -webkit-animation: am-moving-dashes 1s linear infinite;
  animation: am-moving-dashes 1s linear infinite;
}

@-webkit-keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px;
  }
}

@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -31px;
  }
}

.lastBullet {
  -webkit-animation: am-pulsating 1s ease-out infinite;
  animation: am-pulsating 1s ease-out infinite;
}

@-webkit-keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0;
  }

  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}

@keyframes am-pulsating {
  0% {
    stroke-opacity: 1;
    stroke-width: 0;
  }

  100% {
    stroke-opacity: 0;
    stroke-width: 50px;
  }
}

.amcharts-graph-column-front {
  -webkit-transition: all .3s .3s ease-out;
  transition: all .3s .3s ease-out;
}

.amcharts-graph-column-front:hover {
  fill: #496375;
  stroke: #496375;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.amcharts-graph-g3 {
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 500%;
  stroke-dasharray: 0\9;
  stroke-dashoffset: 0\9;
  -webkit-animation: am-draw 40s;
  animation: am-draw 40s;
}

@-webkit-keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes am-draw {
  0% {
    stroke-dashoffset: 500%;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.animated-pie-chart,
.columnLine {
  width: 100%;
  height: 350px;
  font-size: 11px;
}

.amcharts-graph-graph2 .amcharts-graph-stroke {
  stroke-dasharray: 4px 5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  -webkit-animation: am-moving-dashes 1s linear infinite;
  animation: am-moving-dashes 1s linear infinite;
}

@-webkit-keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -28px;
  }
}

@keyframes am-moving-dashes {
  100% {
    stroke-dashoffset: -28px;
  }
}

.cke {
  border-radius: 4px;
}

.cke .cke-top {
  border-radius: 4px 4px 0 0;
}

.cke .cke-bottom {
  border-radius: 0 0 4px 4px;
}

.cke_bottom,
.cke_dialog,
.cke_dialog_footer,
.cke_dialog_title,
.cke_inner,
.cke_reset,
.cke_top {
  background-image: none !important;
  -webkit-filter: none;
          filter: none;
  border-top: 0;
  border-bottom: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none;
}

.cke_dialog_tab,
.cke_dialog_ui_button,
.cke_dialog_ui_input_text {
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  background-image: none !important;
}

.cke_dialog_tab,
.cke_dialog_ui_button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
}

.cke_dialog_tab:hover,
.cke_dialog_ui_button:hover {
  text-decoration: none;
  text-shadow: none;
}

.cke_dialog_ui_input_text {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cke_button,
.cke_combo_button,
.cke_toolbar,
.cke_toolgroup {
  background-image: none !important;
  -webkit-filter: none !important;
          filter: none !important;
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.cke_button,
.cke_combo_button,
.cke_hc.cke_panel_listItem a,
.cke_panel_grouptitle {
  background-image: none !important;
  -webkit-filter: none;
          filter: none;
  text-shadow: none;
}

.cke_button:hover,
.cke_combo_button:hover {
  background-color: #ddd;
}

.cke_toolbar_break {
  background-image: none !important;
  -webkit-filter: none !important;
          filter: none !important;
  border: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
}

.has-error .cke {
  border: 1px solid #fbe1e3 !important;
}

.has-success .cke {
  border: 1px solid #abe7ed !important;
}

.has-warning .cke {
  border: 1px solid #f9e491 !important;
}

.modal-open .clockface {
  z-index: 10055 !important;
}

.clockface .cell .inner.active,
.clockface .cell .outer.active {
  background-color: #4b8df8 !important;
  background-image: none;
  -webkit-filter: none;
          filter: none;
}

.table-checkable tr > td:first-child,
.table-checkable tr > th:first-child {
  text-align: center;
  max-width: 50px;
  min-width: 40px;
  padding-left: 0;
  padding-right: 0;
}

table.dataTable thead td,
table.dataTable thead th {
  border-bottom: 2px solid #e7ecf1;
  outline: 0 !important;
}

table.dataTable.no-footer {
  border-bottom-color: #e7ecf1;
}

table.dataTable tr.heading > th {
  background-color: #fbfcfd;
}

table.dataTable td.sorting_1,
table.dataTable td.sorting_2,
table.dataTable td.sorting_3,
table.dataTable th.sorting_1,
table.dataTable th.sorting_2,
table.dataTable th.sorting_3 {
  background: #fbfcfd !important;
}

.paging_bootstrap_extended {
  margin: 5px 0 0 !important;
  padding: 0 !important;
  float: none !important;
  font-size: 13px;
}

.dataTables_extended_wrapper {
  margin-top: 10px;
}

.dataTables_extended_wrapper .seperator {
  padding: 0 2px;
}

.dataTables_extended_wrapper .table.dataTable {
  margin: 20px 0 !important;
}

.dataTables_extended_wrapper div.dataTables_info,
.dataTables_extended_wrapper div.dataTables_length,
.dataTables_extended_wrapper div.dataTables_paginate {
  display: inline-block;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: static !important;
}

.dataTables_extended_wrapper .table-group-actions > span {
  font-size: 13px;
}

@media (max-width: 480px) {
  .dataTables_extended_wrapper div.dataTables_info,
  .dataTables_extended_wrapper div.dataTables_length,
  .dataTables_extended_wrapper div.dataTables_paginate {
    display: block;
    margin-bottom: 10px !important;
  }

  .dataTables_extended_wrapper .seperator {
    display: none !important;
  }
}

.dataTables_extended_wrapper div.dataTables_length label {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px;
  float: none !important;
  display: inline-block !important;
}

.table-container .table-actions-wrapper {
  display: none;
}

.dataTables_scroll {
  margin-bottom: 10px;
}

.dataTables_scrollHead {
  border-bottom: 2px solid #e7ecf1 !important;
}

.dataTables_scrollHead thead th {
  border-bottom: 0 !important;
}

.dataTables_scrollBody {
  border-bottom: 1px solid #e7ecf1 !important;
}

.table-both-scroll .dataTables_scrollBody {
  border-bottom: 0 !important;
}

.dataTables_wrapper .dataTables_processing {
  width: 200px;
  display: inline-block;
  padding: 7px;
  left: 50%;
  margin-left: -100px;
  margin-top: 10px;
  text-align: center;
  color: #3f444a;
  border: 1px solid #e7ecf1;
  background: #eef1f5;
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.dt-button-background {
  display: none !important;
}

div.dt-button-collection {
  border: 1px solid #eee;
  background: #fff;
  -webkit-box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
          box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  padding: 0;
}

div.dt-button-collection > a.dt-button {
  background: 0 0;
  padding: 8px 16px;
  font-weight: 300;
  margin: 1px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
}

div.dt-button-collection > a.dt-button > span {
  font-size: 14px;
  color: #333;
}

div.dt-button-collection > a.dt-button.active {
  background: #f6f6f6 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
}

div.dt-button-collection > a.dt-button.active > span {
  color: #333;
}

a.dt-button,
button.dt-button,
div.dt-button {
  background-image: none !important;
}

a.dt-button:last-child,
button.dt-button:last-child,
div.dt-button:last-child {
  margin-right: 0;
}

.dataTables_wrapper .dt-buttons {
  float: right;
}

.portlet.light .dataTables_wrapper .dt-buttons {
  margin-top: -64px;
}

.portlet.box .dataTables_wrapper .dt-buttons {
  margin-top: -50px;
}

.dataTable .row-details.row-details-close {
  background: url(/images/datatable-row-openclose.png?34bc9714b4fd19e5d1b4b9ccc61d34f5) no-repeat;
}

.dataTable .row-details.row-details-open {
  background: url(/images/datatable-row-openclose.png?34bc9714b4fd19e5d1b4b9ccc61d34f5) 0 -23px no-repeat;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}

table.dataTable thead .sorting {
  background: url(/images/sort_both.png?829aca9a17e2076e65fb2ced99baacb3) center right no-repeat;
}

table.dataTable thead .sorting_asc {
  background: url(/images/sort_asc.png?00a2462e2a80dffd920faf08bdfcc82b) center right no-repeat;
}

table.dataTable thead .sorting_desc {
  background: url(/images/sort_desc.png?4810271af1e8732016d810097b9aac18) center right no-repeat;
}

table.dataTable thead .sorting_asc_disabled {
  background: url(/images/sort_asc_disabled.png?206e1e0d6212ed4373169185c102ae3e) center right no-repeat;
}

table.dataTable thead .sorting_desc_disabled {
  background: url(/images/sort_desc_disabled.png?71b85b7dc4549e4c38eb30e3fdae7647) center right no-repeat;
}

table.dataTable th:active {
  outline: 0;
}

table.dataTable.fixedHeader-floating {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 1px solid #dee5ec;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.table-header-fixed thead > tr > th {
  border-top: 0;
}

.table > tfoot > tr > td,
.table > tfoot > tr > th {
  border-bottom: 0;
  padding: 10px 18px;
  border-top: 1px solid #e7ecf1;
  font-weight: 600;
}

.table.dataTable.dt-responsive .table.dataTable.responsive {
  width: 100%;
}

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  text-align: center;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #b0c1d2;
  font-weight: 300;
  vertical-align: middle;
  line-height: 16px;
  border: 0;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #36c6d3;
  font-weight: 300;
  vertical-align: middle;
  line-height: 14px;
  border: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 10px;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  text-align: center;
  margin-top: -8px;
}

table.dataTable > tbody > tr.child ul li {
  border: 0;
}

.dropzone {
  border-radius: 0;
}

.dropzone-file-area {
  border: 2px dashed #028AF4;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .dropzone-file-area {
    width: auto;
  }
}

.fancybox-overlay {
  z-index: 100000;
}

.fancybox-opened {
  z-index: 100001;
}

.spinner-buttons.btn-group-vertical .btn {
  text-align: center;
  margin: 0;
  height: 17px;
  width: 22px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0;
}

.page-style-rounded .spinner-buttons.btn-group-vertical .btn.spinner-up {
  border-radius: 0;
  border-top-right-radius: 4px !important;
}

.page-style-rounded .spinner-buttons.btn-group-vertical .btn.spinner-down {
  border-radius: 0 0 4px;
}

.external-event {
  display: inline-block;
  cursor: move;
  margin-bottom: 5px;
  margin-left: 5px;
}

.fc-scroller {
  overflow-y: auto;
  overflow-x: hidden;
}

.fc-month-view .fc-scroller {
  height: auto !important;
}

.portlet .event-form-title {
  font-size: 16px;
  margin-top: 4px;
  font-weight: 400;
  margin-bottom: 10px;
}

.portlet.calendar .fc-button {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 0 #ddd;
  height: 35px;
  padding: 5px 8px 8px;
  margin-left: 2px;
  background: 0 0;
  color: #fff;
  top: -48px;
  outline: 0 !important;
  border-radius: 4px 4px 0 0;
  border-style: none solid;
}

.portlet.calendar .fc-toolbar {
  margin-bottom: 0;
}

.portlet.calendar .fc-toolbar h2 {
  margin-top: 3px;
  font-size: 17px;
}

.portlet.calendar .fc-button .fc-icon-left-single-arrow,
.portlet.calendar .fc-button .fc-icon-right-single-arrow {
  font-family: FontAwesome;
  font-size: 16px;
  display: inline-block;
}

.portlet.calendar .fc-header {
  margin-bottom: -21px;
}

.portlet.calendar .fc-button-prev {
  padding-right: 10px;
  padding-left: 8px;
}

.portlet.calendar .fc-button-next {
  padding-right: 8px;
  padding-left: 10px;
}

.portlet.calendar .fc-button .fc-icon {
  height: 20px;
  top: -5px;
}

.portlet.calendar .fc-button.fc-state-active,
.portlet.calendar .fc-button.fc-state-hover {
  color: #666;
  background-color: #fff;
}

.portlet.calendar .fc-button.fc-state-disabled {
  color: #ddd;
}

.portlet.calendar .fc-button .fc-icon-left-single-arrow:after {
  content: "";
  margin: 0;
}

.portlet.calendar .fc-button .fc-icon-left-single-arrow:before {
  content: "\F104";
}

.portlet.calendar .fc-button .fc-icon-right-single-arrow:after {
  margin: 0;
  content: "";
}

.portlet.calendar .fc-button .fc-icon-right-single-arrow:before {
  content: "\F105";
}

.portlet.calendar .fc-text-arrow {
  font-size: 22px;
  font-family: "Courier New",Courier,monospace;
  vertical-align: baseline;
}

.portlet.calendar .fc-event {
  border: 0;
  background-color: #69a4e0;
  color: #fff;
}

.portlet.calendar .fc-event .fc-content {
  border: 0;
  padding: 5px 7px;
}

.portlet.calendar .fc-event .fc-time {
  float: left;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding-right: 5px;
}

.portlet.calendar .fc-event .fc-title {
  text-align: left;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.portlet.calendar .fc-header-title h2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #111;
}

.portlet.calendar .fc-widget-header {
  background-image: none;
  -webkit-filter: none;
          filter: none;
  background-color: #eee;
  text-transform: uppercase;
  font-weight: 300;
}

.portlet.calendar.light .fc-button {
  top: -60px;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 35px;
}

.portlet.calendar.light .fc-button .fc-text-arrow {
  margin-top: -6px;
  display: inline-block;
}

.portlet.calendar.light .fc-button.fc-state-active,
.portlet.calendar.light .fc-button.fc-state-hover {
  color: #333;
  border-bottom: 2px solid #36c6d3;
}

.portlet.calendar.light .fc-button.fc-state-disabled {
  color: #aaa;
}

.portlet.calendar .mobile .fc-button {
  padding: 0 6px 20px;
  margin-left: 2px;
  border: 0;
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  text-shadow: none;
  text-align: center;
}

.portlet.calendar .mobile .fc-button.fc-state-active,
.portlet.calendar .mobile .fc-button.fc-state-hover {
  background-color: #eee;
}

.portlet.calendar .mobile .fc-button.fc-state-disabled {
  color: #bbb;
}

.portlet.calendar .mobile .fc-button-prev {
  margin-right: 5px;
  margin-top: -2px;
}

.portlet.calendar .mobile .fc-button-next {
  margin-right: 0;
  margin-top: -2px;
}

.portlet.calendar .mobile .fc-header-space {
  margin: 0;
  padding: 0;
  width: 0;
}

.portlet.calendar .mobile .fc-header-left {
  position: absolute;
  z-index: 10;
}

.portlet.calendar .mobile .fc-header-left .fc-button {
  top: -2px;
}

.portlet.calendar .mobile .fc-header-right {
  position: relative;
  right: 0;
}

.portlet.calendar .mobile .fc-header-right .fc-button {
  top: 35px;
}

.portlet.calendar .mobile .fc-content {
  margin-top: 53px;
}

.gmaps {
  height: 300px;
  width: 100%;
}

.gmaps img {
  max-width: none;
}

#gmap_static div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  height: 300px;
}

#gmap_routes_instructions {
  margin-top: 10px;
  margin-bottom: 0;
}

#gritter-notice-wrapper {
  right: 1px !important;
}

.gritter-close {
  left: auto !important;
  right: 3px !important;
}

.gritter-title {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 300;
}

.easy-pie-chart .number {
  font-size: 14px !important;
  position: relative;
  text-align: center;
  height: 75px;
  line-height: 75px;
}

.easy-pie-chart .number canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.blueimp-gallery .close {
  background-image: url(/images/portlet-remove-icon-white.png?217abc6d6836f8d917b5579ce7772cd1) !important;
  margin-top: -2px;
}

.blueimp-gallery .next,
.blueimp-gallery .prev {
  border-radius: 23px !important;
}

.ms-container .ms-list {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ms-container .ms-optgroup-label {
  font-size: 14px;
}

.jquery-notific8-message,
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  font-size: 13px;
}

.ms-container .ms-list.ms-focus {
  border-color: #999;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  color: #333;
  background-color: #eee;
}

.ms-container .form-control {
  margin-bottom: 5px;
}

[class*=jquery-notific8],
[class*=jquery-notific8]:after,
[class*=jquery-notific8]:before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.left .jquery-notific8-close-sticky span,
.right .jquery-notific8-close-sticky span {
  font-size: 10px;
}

.jquery-notific8-heading {
  font-weight: 300;
  font-size: 16px;
}

.password-strength .password-verdict {
  display: inline-block;
  margin-top: 6px;
  margin-left: 5px;
}

.password-strength .progress {
  margin-top: 5px;
  margin-bottom: 0;
}

.password-strength .progress-bar {
  padding: 2px;
}

.scroller {
  padding: 0 12px 0 0;
  margin: 0;
  overflow: hidden;
}

.scroller-footer {
  margin-top: 10px;
}

.scroller-footer:after,
.scroller-footer:before {
  content: " ";
  display: table;
}

.scroller-footer:after {
  clear: both;
}

.portlet-body .slimScrollBar {
  margin-right: 0;
}

.jqstooltip {
  width: auto !important;
  height: auto !important;
}

.easy-pie-chart,
.sparkline-chart {
  text-align: center;
}

.sparkline-chart {
  margin-top: 15px;
  position: relative;
}

.easy-pie-chart .number {
  font-weight: 300;
  width: 85px;
  margin: 0 auto;
}

.sparkline-chart .number {
  width: 100px;
  margin: 0 auto 10px;
}

.easy-pie-chart .title,
.sparkline-chart .title {
  display: block;
  text-align: center;
  color: #333;
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.easy-pie-chart .title:hover,
.sparkline-chart .title:hover {
  color: #666;
  text-decoration: none;
}

.easy-pie-chart .title > i,
.sparkline-chart .title > i {
  margin-top: 5px;
}

.slider {
  border: 0;
  padding: 0;
  display: block;
  margin: 12px 5px;
  min-height: 11px;
}

.ui-slider-vertical {
  width: 11px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -3px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -3px;
}

.ui-slider-handle,
.ui-slider-vertical {
  -webkit-filter: none !important;
          filter: none !important;
  background-image: none !important;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
  height: 16px;
  width: 16px;
  background-color: #666;
}

.vmaps {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.jstree-default .jstree-clicked {
  border: 0;
  background-color: #e1e1e1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jstree-default .jstree-hovered {
  border: 0;
  background-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked,
.jstree-wholerow .jstree-wholerow-clicked {
  background: #e1e1e1;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jstree-default .jstree-wholerow-hovered,
.jstree-wholerow .jstree-wholerow-hovered {
  border: 0;
  background-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.jstree-icon.icon-lg {
  margin-top: 1px;
}

.jstree-open > .jstree-anchor > .fa-folder:before {
  margin-left: 2px;
  content: "\F07C";
}

.jstree-default.jstree-rtl .jstree-last {
  background: no-repeat;
}

.vakata-context,
.vakata-context ul {
  padding: 0;
  min-width: 125px;
  background-color: #fff;
  font-size: 14px;
  font-family: "Segoe UI",Helvetica,Arial,sans-serif;
  -webkit-box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
          box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  border: 1px solid #efefef;
}

.morris-hover.morris-default-style .morris-hover-point,
.select2-container--bootstrap .select2-results__group,
.select2-container--bootstrap .select2-selection {
  font-family: "Open Sans",sans-serif;
}

.vakata-context li {
  border: 0;
}

.vakata-context li a {
  padding: 0 10px;
  border: 0;
}

.vakata-context li a .vakata-contextmenu-sep,
.vakata-context li a i {
  display: none;
}

.vakata-context .vakata-context-hover > a,
.vakata-context li a:hover {
  background-color: #eee;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

.vakata-context .vakata-context-hover > a .ins,
.vakata-context .vakata-context-hover > a .span,
.vakata-context li a:hover .ins,
.vakata-context li a:hover .span {
  border: 0 !important;
}

.vakata-context li a ins,
.vakata-context li a span {
  display: none;
  border: 0 !important;
}

.vakata-context .vakata-context-separator a,
.vakata-context-rtl .vakata-context-separator a {
  margin: 0;
  border: 0;
}

.jstree-rename-input {
  background-color: #fff !important;
  border: 1px solid #e5e5e5 !important;
  outline: 0 !important;
  padding: 2px 6px !important;
  margin-right: -4px !important;
}

.noUi-horizontal {
  margin: 9px 0;
}

.noUi-primary .noUi-connect {
  background: #337ab7;
}

.noUi-info .noUi-connect {
  background: #659be0;
}

.noUi-success .noUi-connect {
  background: #3fc9d5;
}

.noUi-warning .noUi-connect {
  background: #F1C40F;
}

.noUi-danger .noUi-connect {
  background: #ed6b75;
}

.noUi-default .noUi-connect {
  background: #bac3d0;
}

.noui-connect .noUi-origin {
  right: auto;
  width: 0;
}

.noui-connect .connect {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #80C9F5;
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
          box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
}

.noui-connect.noUi-state-tap .connect {
  -webkit-transition: left .3s,right .3s;
  transition: left .3s,right .3s;
}

.socicon-btn,
.socicon-btn:hover {
  -webkit-transition: background,color .3s;
  transition: background,color .3s;
}

.noUi-handle .noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  border-radius: 3px;
  background: #fff;
  top: -55px;
  padding: 5px;
  left: -10px;
  text-align: center;
  min-width: 50px;
}

.noUi-handle .noUi-tooltip strong {
  display: block;
  padding: 2px;
}

.form-recaptcha-img {
  margin-bottom: 10px;
  clear: both;
  border: 1px solid #e5e5e5;
  padding: 5px;
}

iframe[src="about:blank"] {
  display: none;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 3px;
}

.select2-container--bootstrap .select2-results__group {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
}

.select2-dropdown {
  z-index: 10060;
}

.select2-close-mask {
  z-index: 10055;
}

.modal-open .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: auto !important;
}

.select2-result-repository {
  padding-top: 4px;
  padding-bottom: 3px;
}

.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}

.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.select2-result-repository__meta {
  margin-left: 70px;
}

.select2-result-repository__title {
  color: #000;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 4px;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers {
  margin-right: 1em;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  color: #aaa;
  font-size: 11px;
}

.select2-result-repository__description {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

.select2-results__option--highlighted .select2-result-repository__title {
  color: #fff;
}

.select2-results__option--highlighted .select2-result-repository__description,
.select2-results__option--highlighted .select2-result-repository__forks,
.select2-results__option--highlighted .select2-result-repository__stargazers,
.select2-results__option--highlighted .select2-result-repository__watchers {
  color: #c1d7e9;
}

.checker {
  margin-top: -2px !important;
  margin-right: 2px !important;
}

.checker input,
.radio input {
  outline: 0 !important;
}

div.checker.disabled span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled:hover,
div.radio.disabled:hover {
  cursor: not-allowed;
}

div.checker,
div.radio {
  margin-right: 0;
  margin-left: 3px;
}

.portlet-body-morris-fit {
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -15px;
}

.portlet-body-morris-fit > svg {
  border-radius: 0 0 4px 4px;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  color: #7D8C9D;
  font-family: "Open Sans",sans-serif;
}

.morris-hover.morris-default-style .morris-hover-point {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.socicon,
.socicon-btn {
  position: relative;
  font-family: socicon;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icheck-list > label {
  display: block;
  margin-bottom: 8px;
}

.icheck-colors > li,
.icheck-inline > label,
.socicon,
.socicon-btn {
  display: inline-block;
}

.icheck-list > label:last-child {
  margin-bottom: 0;
}

.form-horizontal .icheck-inline {
  margin-top: 8px;
}

.icheck-inline > label {
  margin-left: 15px;
}

.icheck-inline > label:first-child {
  margin-left: 0;
}

div[class*=icheckbox_],
div[class*=iradio_] {
  margin-right: 5px;
  top: -1px !important;
}

.icheck-colors {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icheck-colors > li {
  padding: 0;
  margin: 4px;
  float: left;
  height: 20px;
  width: 20px;
  background: #000;
  opacity: .6;
  filter: alpha(opacity=60);
}

.icheck-colors > li:first-child {
  margin-left: 0;
}

.icheck-colors > li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

.icheck-colors > li.active {
  height: 26px;
  margin-top: 0;
  opacity: .6;
  filter: alpha(opacity=60);
}

.icheck-colors > li.red {
  background: #d54e21;
}

.icheck-colors > li.green {
  background: #78a300;
}

.icheck-colors > li.blue {
  background: #0e76a8;
}

.icheck-colors > li.aero {
  background: #9cc2cb;
}

.icheck-colors > li.grey {
  background: #73716e;
}

.icheck-colors > li.orange {
  background: #f70;
}

.icheck-colors > li.yellow {
  background: #fc0;
}

.icheck-colors > li.pink {
  background: #ff66b5;
}

.icheck-colors > li.purple {
  background: #6a5a8c;
}

.ui-select-match-close {
  margin-top: 5px !important;
  margin-left: 5px !important;
}

.minicolors-swatch {
  border: 0;
}

.CodeMirror {
  border: 1px solid #eee;
  height: auto;
}

pre[class*=language-] {
  padding: 10px;
  background: 0 0 !important;
  border: 1px solid #f1f4f7 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0;
}

pre[class*=language-] code {
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
}

.socicon {
  top: 1px;
}

.socicon-btn:empty .socicon:empty {
  width: 1em;
}

.socicon-btn {
  text-align: center;
  width: 44px;
  height: 44px;
  padding-top: 11px;
  font-size: 24px;
  border: 1px solid #e7ecf1;
  color: #3f444a;
}

.socicon-btn.socicon-solid {
  border: 0;
  width: 46px;
  height: 46px;
  padding-top: 12px;
}

.socicon-btn.socicon-btn-circle {
  border-radius: 44px !important;
}

.socicon-btn:hover {
  text-decoration: none;
}

.socicon-btn.socicon-lg {
  width: 54px;
  height: 54px;
  padding-top: 13px;
  font-size: 28px;
}

.socicon-btn.socicon-lg.socicon-solid {
  border: 0;
  width: 55px;
  height: 55px;
  padding-top: 13px;
}

.socicon-btn.socicon-sm {
  width: 30px;
  height: 30px;
  padding-top: 8px;
  font-size: 16px;
}

.socicon-btn.socicon-sm.socicon-solid {
  border: 0;
  width: 30px;
  height: 30px;
  padding-top: 8px;
}

.socicons .socicon-btn {
  margin-bottom: 5px;
}

.socicon-twitter:before {
  content: "a";
}

.socicon-facebook:before {
  content: "b";
}

.socicon-google:before {
  content: "c";
}

.socicon-pinterest:before {
  content: "d";
}

.socicon-foursquare:before {
  content: "e";
}

.socicon-yahoo:before {
  content: "f";
}

.socicon-skype:before {
  content: "g";
}

.socicon-yelp:before {
  content: "h";
}

.socicon-feedburner:before {
  content: "i";
}

.socicon-linkedin:before {
  content: "j";
}

.socicon-viadeo:before {
  content: "k";
}

.socicon-xing:before {
  content: "l";
}

.socicon-myspace:before {
  content: "m";
}

.socicon-soundcloud:before {
  content: "n";
}

.socicon-spotify:before {
  content: "o";
}

.socicon-grooveshark:before {
  content: "p";
}

.socicon-lastfm:before {
  content: "q";
}

.socicon-youtube:before {
  content: "r";
}

.socicon-vimeo:before {
  content: "s";
}

.socicon-dailymotion:before {
  content: "t";
}

.socicon-vine:before {
  content: "u";
}

.socicon-flickr:before {
  content: "v";
}

.socicon-500px:before {
  content: "w";
}

.socicon-instagram:before {
  content: "x";
}

.socicon-wordpress:before {
  content: "y";
}

.socicon-tumblr:before {
  content: "z";
}

.socicon-blogger:before {
  content: "A";
}

.socicon-technorati:before {
  content: "B";
}

.socicon-reddit:before {
  content: "C";
}

.socicon-dribbble:before {
  content: "D";
}

.socicon-stumbleupon:before {
  content: "E";
}

.socicon-digg:before {
  content: "F";
}

.socicon-envato:before {
  content: "G";
}

.socicon-behance:before {
  content: "H";
}

.socicon-delicious:before {
  content: "I";
}

.socicon-deviantart:before {
  content: "J";
}

.socicon-forrst:before {
  content: "K";
}

.socicon-playstore:before {
  content: "L";
}

.socicon-zerply:before {
  content: "M";
}

.socicon-wikipedia:before {
  content: "N";
}

.socicon-apple:before {
  content: "O";
}

.socicon-flattr:before {
  content: "P";
}

.socicon-github:before {
  content: "Q";
}

.socicon-chimein:before {
  content: "R";
}

.socicon-friendfeed:before {
  content: "S";
}

.socicon-newsvine:before {
  content: "T";
}

.socicon-identica:before {
  content: "U";
}

.socicon-bebo:before {
  content: "V";
}

.socicon-zynga:before {
  content: "W";
}

.socicon-steam:before {
  content: "X";
}

.socicon-xbox:before {
  content: "Y";
}

.socicon-windows:before {
  content: "Z";
}

.socicon-outlook:before {
  content: "1";
}

.socicon-coderwall:before {
  content: "2";
}

.socicon-tripadvisor:before {
  content: "3";
}

.socicon-appnet:before {
  content: "4";
}

.socicon-goodreads:before {
  content: "5";
}

.socicon-tripit:before {
  content: "6";
}

.socicon-lanyrd:before {
  content: "7";
}

.socicon-slideshare:before {
  content: "8";
}

.socicon-buffer:before {
  content: "9";
}

.socicon-rss:before {
  content: ",";
}

.socicon-vkontakte:before {
  content: ";";
}

.socicon-disqus:before {
  content: ":";
}

.socicon-houzz:before {
  content: "+";
}

.socicon-mail:before {
  content: "@";
}

.socicon-patreon:before {
  content: "=";
}

.socicon-paypal:before {
  content: "-";
}

.socicon-playstation:before {
  content: "^";
}

.socicon-smugmug:before {
  content: "\A8";
}

.socicon-swarm:before {
  content: "$";
}

.socicon-triplej:before {
  content: "*";
}

.socicon-yammer:before {
  content: "&";
}

.socicon-stackoverflow:before {
  content: "(";
}

.socicon-drupal:before {
  content: "#";
}

.socicon-odnoklassniki:before {
  content: ".";
}

.socicon-android:before {
  content: "_";
}

.socicon-meetup:before {
  content: "]";
}

.socicon-persona:before {
  content: ")";
}

.test {
  color: #e1e5ec;
  border-color: #2ab4c0;
  background: #e43a45;
}

/* Cubic Bezier Transition */

@media print {
  body {
    background-color: #fff !important;
  }

  .page-header {
    display: none;
  }

  .theme-panel {
    display: none;
  }

  .hidden-print {
    display: none;
  }

  .page-prefooter {
    display: none;
  }

  .page-footer {
    display: none;
  }

  .page-head {
    display: none;
  }

  .page-breadcrumb {
    display: none;
  }

  .no-page-break {
    page-break-after: avoid;
  }

  .page-container {
    margin: 0px !important;
    padding: 0px !important;
  }

  .page-container .page-content {
    padding: 0 !important;
    margin: 0 !important;
  }

  .page-container .page-content > .container {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }

  .page-container .page-content > .container > .portlet,
  .page-container .page-content > .container-fluid > .portlet {
    padding: 0;
    margin: 0;
  }

  .page-container .page-content > .container > .portlet > .portlet-body,
  .page-container .page-content > .container-fluid > .portlet > .portlet-body {
    padding: 0;
    margin: 0;
  }
}

/***
Page Header
***/

.page-header {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 126px;
  background-image: none;
  /* Header container */
  /* Fixed header */
  /* Static header */
  /* Page Header Top */
  /* Page Header Menu */
}

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

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

.page-header .container,
.page-header .container-fluid {
  position: relative;
}

.page-header.navbar-fixed-top {
  z-index: 9995;
}

.page-header.navbar-static-top {
  z-index: 9995;
}

.page-header .page-header-top {
  height: 75px;
  /* Header logo */
  /* Top menu */
  /* Menu Toggler */
}

.page-header .page-header-top.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9995;
}

.page-header .page-header-top .page-logo {
  float: left;
  display: block;
  width: 255px;
  height: 75px;
}

.page-header .page-header-top .page-logo .logo-default {
  margin: 29.5px 0 0 0;
}

.page-header .page-header-top .top-menu {
  margin: 13px 0 0;
  padding: 0;
  float: right;
}

.page-header .page-header-top .top-menu .navbar-nav {
  padding: 0;
  margin-right: 0;
  display: block;
  /* Top Links */
  /* Separator */
  /* Extended Dropdowns */
  /* Notification */
  /* Inbox */
  /* Tasks */
  /* User */
  /* Quick Sidebar Toggler */
  /* Language */
  /* Dark version */
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown {
  margin: 0;
  padding: 0 4px;
  height: 50px;
  display: inline-block;
  /* 1st level */
  /* 2nd level */
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
  margin: 0 0 0 1px;
  padding: 17px 10px 8px 10px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:last-child {
  padding-right: 0;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
  font-size: 19px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i.glyphicon {
  font-size: 18px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 9px;
  right: 24px;
  font-weight: 300;
  padding: 3px 6px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:focus {
  background: none;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-menu {
  z-index: 9996;
  margin-top: 5px;
  margin-right: 7px;
  font-family: "Open Sans", sans-serif;
  border-radius: 4px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 9px;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #efefef;
  border-left: 8px solid transparent;
  content: '';
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-menu:after {
  position: absolute;
  top: -7px;
  right: 10px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  content: '';
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-separator {
  padding-left: 0px;
  padding-right: 6px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-separator .separator {
  float: left;
  display: inline-block;
  width: 1px;
  height: 18px;
  margin-left: 5px;
  margin-top: 17px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
  min-width: 160px;
  max-width: 300px;
  width: 300px;
  z-index: 9996;
  /* header notifications dropdowns */
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
  display: block;
  overflow: hidden;
  padding: 15px 15px;
  letter-spacing: 0.5px;
  border-radius: 4px 4px 0 0;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > h3 {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 13px;
  display: inline-block;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
  display: inline-block;
  padding: 0;
  background: none;
  clear: inherit;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 10px;
  border: 0;
  margin-top: -2px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a:hover {
  text-decoration: none;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list {
  padding-right: 0 !important;
  padding-left: 0;
  list-style: none;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 20px;
  white-space: normal;
  font-size: 13px;
  padding: 16px 15px 18px;
  text-shadow: none;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li:first-child a {
  border-top: none;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details {
  overflow: hidden;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
  margin-right: 10px;
  border-radius: 50%;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon i {
  margin-right: 2px;
  margin-left: 1px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon .badge {
  right: 15px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .time {
  float: right;
  max-width: 75px;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-align: right;
  padding: 1px 5px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle {
  padding: 17px 0px 8px 8px;
  /* safari only hack */
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .circle {
  float: left;
  margin-top: -5px;
  padding: 3px 10px 4px 10px;
  border-radius: 50% !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .corner {
  float: left;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 9px 9px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .corner:not(:root:root) {
  margin-left: -5px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .photo {
  float: left;
  margin: 0 6px 6px 0;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .photo img {
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li a:hover {
  text-decoration: none;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject {
  display: block;
  margin-left: 46px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject .from {
  font-size: 14px;
  font-weight: 600;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject .time {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
  filter: alpha(opacity=50);
  float: right;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .message {
  display: block !important;
  font-size: 12px;
  line-height: 1.3;
  margin-left: 46px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .task {
  margin-bottom: 5px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .task .desc {
  font-size: 13px;
  font-weight: 300;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .task .percent {
  color: #36c6d3;
  float: right;
  font-weight: 600;
  display: inline-block;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .progress {
  display: block;
  height: 8px;
  margin: 8px 0 2px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .progress .progress-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
  padding: 12px 6px 7px 6px;
  padding-left: 0;
  padding-right: 0;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
  margin-top: -8px;
  margin-right: 8px;
  height: 40px;
  float: left;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
  float: left;
  font-size: 400;
  font-size: 14px;
  margin-top: 4px;
  margin-right: 2px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > i {
  float: left;
  font-size: 14px;
  margin-top: 7px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-menu {
  width: 210px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 300;
  font-size: 13px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a i {
  width: 15px;
  display: inline-block;
  margin-right: 9px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a .badge {
  margin-right: 10px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.quick-sidebar-toggler {
  cursor: pointer;
  padding: 17px 10px 8px 10px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.quick-sidebar-toggler > i {
  color: #c1ccd1;
  font-size: 19px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.quick-sidebar-toggler > i:before {
  content: "\E065";
}

.page-quick-sidebar-open .page-header .page-header-top .top-menu .navbar-nav > li.quick-sidebar-toggler > i:before {
  content: "\E066";
}

.page-header .page-header-top .top-menu .navbar-nav > li.quick-sidebar-toggler > i:hover {
  color: #a4b4bb;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle {
  padding: 16px 10px 9px 2px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > img {
  margin-bottom: 2px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > i {
  font-size: 14px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-menu > li > a {
  font-size: 13px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-menu > li > a > img {
  margin-bottom: 2px;
  margin-right: 5px;
}

.page-header .page-header-top .top-menu .navbar-nav li.dropdown-dark .dropdown-menu {
  border: 0;
}

.page-header .page-header-top .top-menu .navbar-nav li.dropdown-dark .dropdown-menu:before {
  border-left: none;
  border-right: none;
}

.page-header .page-header-top .top-menu .navbar-nav li.dropdown-dark .dropdown-menu .dropdown-menu-list > li.external a {
  background: none !important;
  border: none !important;
}

.page-header .page-header-top .menu-toggler {
  float: right;
  display: none;
  margin: 23px 3px 0 13px;
  width: 40px;
  height: 30px;
  background: url(/images/menu-toggler.png?5ba09aad1790238b6305aab0fce7fa4e) center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.page-header .page-header-top .menu-toggler:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.page-header .page-header-menu {
  display: block;
  height: 51px;
  clear: both;
  /* Mega menu */
  /* Search box */
}

.page-header .page-header-menu .hor-menu {
  margin: 0 0 0 -17px;
  margin: 0;
  float: left;
}

.page-header .page-header-menu .hor-menu .navbar-nav {
  position: static;
  /* Mega menu */
  /* Mega Menu Dropdown */
  /* Classic menu */
}

.page-header .page-header-menu .hor-menu .navbar-nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown {
  position: static;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
  left: auto;
  width: auto;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content {
  font-family: "Open Sans", sans-serif;
  padding: 15px;
  margin: 0;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content.mega-menu-responsive-content {
  padding: 10px 18px 10px 45px;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu {
  padding: 0;
  margin: 0;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu:last-child {
  border-right: 0;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li {
  padding: 1px !important;
  margin: 0 !important;
  list-style: none;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
  margin-top: 5px;
  padding-left: 5px;
  font-size: 15px;
  font-weight: normal;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a {
  display: block;
  white-space: normal;
  font-family: "Open Sans", sans-serif;
  padding: 7px;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a:focus,
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a:hover {
  text-decoration: none;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a.iconify {
  padding: 7px 7px 7px 30px;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a.iconify > i {
  position: absolute;
  top: auto !important;
  margin-left: -24px;
  font-size: 15px;
  margin-top: 3px !important;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a .badge,
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a .label {
  margin-left: 5px;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown.mega-menu-full .dropdown-menu {
  left: 15px;
  right: 15px;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.menu-dropdown .dropdown-menu:after,
.page-header .page-header-menu .hor-menu .navbar-nav > li.menu-dropdown .dropdown-menu:before {
  display: none !important;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
  font-size: 14px;
  font-weight: normal;
  padding: 16px 18px 15px 18px;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a:focus {
  background: none !important;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.current .selected,
.page-header .page-header-menu .hor-menu .navbar-nav > li.active .selected {
  left: 50%;
  bottom: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  display: inline-block;
  margin: 0;
  width: 0;
  height: 0px;
  margin-left: -7px;
  margin-bottom: -6px;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu {
  margin-top: 0;
  border: none;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 12px;
  white-space: normal;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a .label,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a .badge {
  font-weight: 300;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.classic-menu-dropdown .dropdown-menu {
  min-width: 195px;
  max-width: 235px;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-submenu > .dropdown-menu {
  top: 0;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-submenu > a:after {
  top: 9px;
  right: 10px;
}

.page-header .page-header-menu .search-form {
  position: relative;
  display: inline-block;
  float: right;
  width: 176px;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  margin-top: 8px;
  border-radius: 4px;
}

.page-header .page-header-menu .search-form .input-group {
  border-radius: 4px;
}

.page-header .page-header-menu .search-form .input-group .form-control {
  border: 0;
  font-size: 13px;
  padding-right: 20px;
  font-weight: 300;
}

.page-header .page-header-menu .search-form .input-group .form-control:hover {
  cursor: pointer;
}

.page-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit {
  padding: 0;
  height: 34px;
  z-index: 3;
  position: relative;
  top: 10px;
  right: 11px;
}

.page-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit > i {
  font-size: 15px;
}

.page-header .page-header-menu .search-form.open {
  width: 300px !important;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

.page-header .page-header-menu .search-form.open .input-group .form-control {
  text-indent: 0;
}

.page-header .page-header-menu .search-form.open .input-group .form-control:hover {
  cursor: text;
}

.page-header .page-header-menu .search-form.open .input-group .input-group-btn .btn.submit {
  margin-left: 0;
}

@media (min-width: 992px) {
  /* 992px */

  .page-header {
    /* Page Header Menu */
  }

  .page-header .page-header-menu.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li.menu-dropdown:hover > .dropdown-menu {
    display: block;
  }

  .page-header .page-header-menu .container-fluid .navbar-nav > li.mega-menu-dropdown.mega-menu-full .dropdown-menu {
    left: 60px;
    right: 60px;
  }
}

@media (max-width: 991px) {
  /* 991px */

  /* Page header */

  .page-header {
    padding: 0;
    clear: both;
    height: auto;
  }

  .page-header .page-header-top {
    height: auto;
    /* Page logo */
    /* Top Menu */
    /* Menu Toggler */
  }

  .page-header .page-header-top > .container {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }

  .page-header .page-header-top .page-logo {
    width: auto;
    padding: 0;
    margin-right: 10px;
    margin-left: 4px;
    padding-left: 0;
  }

  .page-header .page-header-top .top-menu .navbar-nav {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li {
    float: left;
  }

  .page-header .page-header-top .menu-toggler {
    display: block;
  }

  .page-header .page-header-menu {
    background: #eff3f8;
    padding: 20px 0 0 0;
    height: auto;
    display: none;
  }

  .page-header .page-header-menu > .container {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }

  .page-header .page-header-menu .hor-menu {
    float: none;
    border-radius: 4px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav {
    float: none;
    border-radius: 4px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li > a > .arrow:after {
    position: absolute;
    display: inline-block;
    font-size: 14px;
    right: 15px;
    top: 11px;
    font-family: FontAwesome;
    height: auto;
    content: "\F104";
    font-weight: 300;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li.opened > a > .arrow:after {
    content: "\F107";
    right: 12px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav .dropdown-submenu > a:after {
    display: none !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li {
    float: none;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
    padding: 10px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li > a .fa-angle-down {
    float: right;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li > a .fa-angle-down:before {
    content: "\F104";
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li:first-child > a {
    border-radius: 4px 4px 0 0;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li:last-child > a {
    border-radius: 0 0 4px 4px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li.open > a .fa-angle-down:before {
    content: "\F107";
  }

  .page-header .page-header-menu .hor-menu .navbar-nav .dropdown-menu {
    position: static;
    float: none !important;
    width: auto;
    background: #fff;
    display: none;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li.mega-menu-dropdown.opened > .dropdown-menu {
    display: block;
    width: 100%;
    min-width: inherit !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li.mega-menu-dropdown > .dropdown-menu .mega-menu-content {
    padding-top: 0;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown.opened > .dropdown-menu {
    display: block;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown li.opened > .dropdown-menu {
    display: block;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown > .dropdown-menu > li > a {
    padding-left: 20px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 40px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 60px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown .dropdown-menu {
    max-width: none;
    width: auto;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown .dropdown-menu > li.divider {
    background: none;
    margin: 5px 12px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown .dropdown-menu > li.dropdown-submenu > a:after {
    content: "\F104";
    font-size: 14px;
    margin-right: 7px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown .dropdown-menu > li.dropdown-submenu.open > a:after {
    content: "\F107";
    margin-right: 5px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown .dropdown-menu > li.dropdown-submenu.open > .dropdown-menu {
    display: block;
  }

  .page-header .page-header-menu .search-form {
    float: none !important;
    width: auto;
    margin: 0 0 20px 0;
  }

  .page-header .page-header-menu .search-form.open {
    width: auto !important;
  }

  .page-header .page-header-menu .search-form .input-group .form-control {
    height: 38px;
  }

  .page-header .page-header-menu .search-form .input-group .form-control:hover {
    cursor: text;
  }

  .page-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit {
    height: 38px;
    width: 44px;
    top: 0;
    right: 0;
  }

  .page-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit i {
    position: relative;
    top: 13px;
  }
}

@media (max-width: 767px) {
  /* 767px */

  .page-header {
    /* Header Top */
  }

  .page-header .page-header-top .page-logo {
    width: auto !important;
  }

  .page-header .page-header-top .top-menu {
    display: block;
  }

  .page-header .page-header-top .top-menu:before,
  .page-header .page-header-top .top-menu:after {
    content: " ";
    display: table;
  }

  .page-header .page-header-top .top-menu:after {
    clear: both;
  }

  .page-header .page-header-top .top-menu .navbar-nav {
    margin-right: 0px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 17px 6px 8px 6px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
    right: 18px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended > .dropdown-menu {
    max-width: 255px;
    width: 255px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-notification > .dropdown-menu {
    margin-right: -160px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-notification > .dropdown-menu:after,
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-notification > .dropdown-menu:before {
    margin-right: 160px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-inbox {
    margin-right: 0;
    padding-right: 2px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-inbox > .dropdown-menu {
    margin-right: -40px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-inbox > .dropdown-menu:after,
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-inbox > .dropdown-menu:before {
    margin-right: 40px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-inbox > .dropdown-toggle {
    padding: 17px 0px 8px 2px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-tasks > .dropdown-menu {
    margin-right: -115px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-tasks > .dropdown-menu:after,
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-tasks > .dropdown-menu:before {
    margin-right: 115px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.dropdown-language > .dropdown-menu {
    margin-right: -20px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.dropdown-language > .dropdown-menu:after,
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.dropdown-language > .dropdown-menu:before {
    margin-right: 20px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.dropdown-language > .dropdown-toggle {
    padding: 16px 6px 9px 2px;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.dropdown-user {
    padding-left: 0;
    margin-right: 0;
  }

  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.dropdown-user > .dropdown-toggle {
    padding: 12px 0px 7px 4px;
  }
}

@media (max-width: 480px) {
  /* 480px */

  .page-header {
    /* Top navigation menu*/
  }

  .page-header .page-header-top .top-menu {
    display: block;
    clear: both;
    margin-top: -10px;
  }

  .page-header .page-header-top .top-menu:before,
  .page-header .page-header-top .top-menu:after {
    content: " ";
    display: table;
  }

  .page-header .page-header-top .top-menu:after {
    clear: both;
  }

  .page-header .page-header-top .top-menu .username-hide-mobile {
    display: none;
  }
}

/***  
Pace - Page Progress
***/

.pace .pace-progress {
  z-index: 10000;
  top: 126px !important;
  height: 3px !important;
}

.pace .pace-progress-inner {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pace .pace-activity {
  top: 128px;
  right: 22px;
  border-radius: 10px !important;
}

@media (max-width: 480px) {
  .page-header-fixed .pace .pace-progress {
    top: 252px;
  }

  .page-header-fixed .pace .pace-activity {
    top: 508px;
    right: 15px;
  }
}

/* Page Container */

.page-container {
  clear: both;
}

.page-head {
  background: #fff;
}

.page-head .container {
  position: relative;
}

.page-head .page-title {
  display: inline-block;
  float: left;
  padding: 19px 0;
}

.page-head .page-title > h1 {
  color: #697882;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.page-head .page-title > h1 > small {
  color: #9eacb4;
  font-size: 13px;
  font-weight: 400;
}

.page-head .page-toolbar {
  display: inline-block;
  float: right;
}

.breadcrumb {
  background: none;
  padding: 0 0 15px 0;
  margin: 0;
  color: #a7b2c0;
}

.breadcrumb > li + li:before {
  display: none;
}

.breadcrumb .fa {
  font-size: 6px;
  margin: 0 2px 0 4px;
  position: relative;
  top: -1px;
}

.breadcrumb > .active {
  color: #9eacb4;
}

.page-content {
  background: #eff3f8;
  padding: 15px 0 15px;
}

@media (min-width: 992px) {
  /* 992px */

  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 991px) {
  /* 991px */

  .page-head {
    background: #EFF3F8;
  }

  .page-head > .container {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }

  .page-content {
    padding-top: 0px;
  }

  .page-content > .container {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }
}

/* Pre-footer */

.page-prefooter {
  padding: 30px 0;
  clear: both;
}

.page-prefooter h2 {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 12px;
}

.page-prefooter .subscribe-form {
  padding-top: 5px;
}

.page-prefooter .subscribe-form .form-control {
  font-size: 12px;
  padding: 0 14px;
  height: 36px;
}

.page-prefooter .subscribe-form .btn {
  height: 34px;
  text-transform: uppercase;
  padding: 7px 16px;
}

.page-prefooter .social-icons {
  padding-top: 9px;
}

.page-prefooter .social-icons li {
  opacity: 0.35;
  filter: alpha(opacity=35);
}

.page-prefooter .social-icons li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.page-prefooter p,
.page-prefooter address {
  margin: 0;
}

/* Footer */

.page-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  padding: 17px 0;
}

.page-footer a {
  color: #e6e6e6;
}

.page-footer a:hover {
  color: #f2f2f2;
}

@media (max-width: 991px) {
  /* 991px */

  .page-prefooter {
    padding-bottom: 10px;
  }

  .page-prefooter .footer-block {
    margin-bottom: 20px;
  }

  .page-prefooter > .container {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }

  .page-footer > .container {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }
}

/* Scroll Top */

.scroll-to-top {
  padding: 2px;
  text-align: center;
  position: fixed;
  z-index: 10001;
  bottom: 5px;
  display: none;
  right: 20px;
}

.scroll-to-top > i {
  display: inline-block;
  font-size: 32px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.scroll-to-top:hover {
  cursor: pointer;
}

.scroll-to-top:hover > i {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 991px) {
  /* 991px */

  .scroll-to-top {
    right: 10px;
  }

  .scroll-to-top > i {
    font-size: 28px;
  }
}

/***
Theme Panel
***/

.btn-theme-panel {
  margin-top: 25px;
}

.btn-theme-panel .btn {
  opacity: 0.6;
  filter: alpha(opacity=60);
  padding: 0 6px;
}

.btn-theme-panel .btn > i {
  font-size: 24px;
  color: #acbac6;
}

.btn-theme-panel .btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-theme-panel.open .btn {
  opacity: 1;
  filter: alpha(opacity=100);
}

.theme-panel {
  z-index: 1000;
  min-width: 675px;
  padding: 20px 10px;
  font-family: "Open Sans", sans-serif;
}

.theme-panel h3 {
  margin: 8px 0 8px 0;
  font-size: 15px;
  padding-left: 12px;
}

.theme-panel .seperator {
  border-left: 1px solid #EFF2F4;
}

.theme-panel .theme-colors {
  list-style: none;
  padding: 0;
  margin: 0;
}

.theme-panel .theme-colors > li.theme-color {
  padding: 8px 12px;
}

.theme-panel .theme-colors > li.theme-color:hover,
.theme-panel .theme-colors > li.theme-color.active {
  background: #f5f7f8;
}

.theme-panel .theme-colors > li.theme-color:hover {
  cursor: pointer;
}

.theme-panel .theme-colors > li.theme-color > .theme-color-view {
  float: left;
  margin-top: 0px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 10px !important;
  height: 20px;
  width: 20px;
}

.theme-panel .theme-colors > li.theme-color > .theme-color-name {
  display: inline-block;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  padding-top: -4px;
}

.theme-panel .theme-colors > li.theme-color.theme-color-default .theme-color-view {
  background: #32c5d2;
}

.theme-panel .theme-colors > li.theme-color.theme-color-red-sunglo .theme-color-view {
  background: #E26A6A;
}

.theme-panel .theme-colors > li.theme-color.theme-color-red-intense .theme-color-view {
  background: #E35B5A;
}

.theme-panel .theme-colors > li.theme-color.theme-color-blue-hoki .theme-color-view {
  background: #67809F;
}

.theme-panel .theme-colors > li.theme-color.theme-color-blue-steel .theme-color-view {
  background: #4B77BE;
}

.theme-panel .theme-colors > li.theme-color.theme-color-green-haze .theme-color-view {
  background: #44B6AE;
}

.theme-panel .theme-colors > li.theme-color.theme-color-purple-plum .theme-color-view {
  background: #8775A7;
}

.theme-panel .theme-colors > li.theme-color.theme-color-purple-studio .theme-color-view {
  background: #8E44AD;
}

.theme-panel .theme-colors > li.theme-color.theme-color-yellow-orange .theme-color-view {
  background: #F2784B;
}

.theme-panel .theme-colors > li.theme-color.theme-color-yellow-crusta .theme-color-view {
  background: #F3C200;
}

.theme-panel .theme-settings {
  list-style: none;
  padding: 0;
  margin: 0;
}

.theme-panel .theme-settings > li {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 300;
  color: #777;
}

.theme-panel .theme-settings > li .form-control {
  color: #777;
  margin-top: -3px;
  float: right;
}

@media (max-width: 767px) {
  /* 767px */

  .theme-panel {
    left: 20px;
    right: 20px;
    min-width: 285px;
  }

  .theme-panel .seperator {
    border: 0;
  }

  .theme-panel .theme-settings .form-control {
    width: 105px !important;
  }
}

/* Page Portlet Fullscreen */

.page-portlet-fullscreen .page-quick-sidebar-wrapper,
.page-portlet-fullscreen .page-quick-sidebar-toggler {
  z-index: -1;
}

/* Quick sidebar toggler */

.page-quick-sidebar-toggler {
  overflow: hidden;
  z-index: 99999;
  display: none;
  width: 28px;
  height: 27px;
  position: fixed;
  top: 10px;
  right: 15px;
  text-align: center;
  padding-top: 6px;
}

.page-quick-sidebar-toggler:hover {
  background: #303a43;
}

.page-quick-sidebar-open .page-quick-sidebar-toggler {
  display: inline-block;
}

.page-quick-sidebar-open .page-quick-sidebar-toggler:hover {
  background: none;
}

.page-quick-sidebar-toggler > i {
  color: #99a8b5;
  font-size: 17px;
}

.page-quick-sidebar-toggler > i:hover {
  color: #fff !important;
}

.page-quick-sidebar-open .page-quick-sidebar-toggler > i:before {
  content: "\E066";
}

/* Quick sidebar wrapper */

.page-quick-sidebar-wrapper {
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  right: -320px;
  overflow: hidden;
  color: #99a8b5;
  background: #21282e;
}

.page-quick-sidebar-open .page-quick-sidebar-wrapper {
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  right: 0;
}

.page-quick-sidebar-wrapper .page-quick-sidebar {
  background: #21282e;
  /* Quick sidebar tabs content */
  /* Quick sidebar general list heading */
  /* Quick sidebar general list-items */
  /* Inner content */
  /* Quick sidebar list */
  /* Quick sidebar list item */
  /* Quick sidebar list item shown */
  /* Quick sidebar chat */
  /* Quick sidebar alerts */
  /* Quick sidebar settings */
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs {
  margin: 0;
  padding: 0;
  border: 0;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li {
  display: table-cell !important;
  width: 1%  !important;
  padding: 0;
  margin: 0;
  float: none;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li > a {
  position: relative;
  display: block;
  text-align: center;
  border: 0;
  height: auto;
  font-size: 14px;
  padding: 45px 15px 8px;
  text-transform: uppercase;
  background: none;
  margin-right: 0;
  color: #90a1af;
  border: 0;
  border-bottom: 3px solid rgba(243, 86, 93, 0.3);
  border-radius: 0;
  outline: none !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li > a > .badge {
  position: absolute;
  top: 45px;
  right: 3px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li.active > a,
.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li:hover > a {
  border: 0;
  border-bottom: 3px solid #f3565d;
  background: none;
  color: #fff;
  text-decoration: none;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li .dropdown-menu {
  border: 0;
  background: #36424c;
  -webkit-box-shadow: 5px 5px rgba(97, 117, 135, 0.1);
          box-shadow: 5px 5px rgba(97, 117, 135, 0.1);
  margin-top: 8px;
  margin-right: 20px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 19px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #36424c;
  content: '';
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 20px;
  display: inline-block !important;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 7px solid #36424c;
  content: '';
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li .dropdown-menu > li > a {
  padding: 10px 15px;
  color: #99a8b5;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li .dropdown-menu > li > a > i {
  color: #93a3b1;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li .dropdown-menu > li:hover > a {
  background: #3d4a55;
  color: #99a8b5;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li .dropdown-menu > li:hover > a > i {
  color: #9babb8;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li .dropdown-menu > li.active > a {
  background: #38444f;
  color: #99a8b5;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li .dropdown-menu > li.divider {
  background-color: #3d4a55;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .nav-tabs > li.open > a.dropdown-toggle {
  border-bottom: 3px solid #f3565d;
  background: none;
  text-decoration: none;
  color: #90a1af;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .tab-content {
  margin: 0;
  padding: 0;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .list-heading {
  font-size: 16px;
  margin: 10px 10px;
  color: #6c8296;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .list-items > li {
  margin: 0;
  padding: 15px;
  background: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #273037;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .list-items > li:hover {
  background: #273037;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .list-items > li:last-child {
  border-bottom: 0;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .list-items.borderless li {
  border: 0;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .inner-content {
  margin: 10px 10px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  position: absolute !important;
  width: 320px !important;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 320px;
  position: absolute !important;
  width: 320px !important;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
  margin-left: 320px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item .page-quick-sidebar-nav {
  padding: 15px 10px 0px 10px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item .page-quick-sidebar-nav .page-quick-sidebar-back-to-list {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  color: #90a1af;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item .page-quick-sidebar-nav .page-quick-sidebar-back-to-list:hover {
  text-decoration: none;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item .page-quick-sidebar-nav .page-quick-sidebar-back-to-list > i {
  font-size: 17px;
  line-height: 17px;
  vertical-align: top;
  margin-right: 3px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
  margin-left: -320px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list .slimScrollBar,
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list .slimScrollRail {
  display: none !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-item {
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
  margin-left: 0;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users {
  padding: 10px 0;
  position: relative;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media {
  padding: 15px 15px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-object {
  border-radius: 50% !important;
  width: 45.71429px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  float: left;
  margin-right: 10px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-object:before,
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-object:after {
  content: " ";
  display: table;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-object:after {
  clear: both;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media:hover {
  cursor: pointer;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media:hover .media-object {
  opacity: 1;
  filter: alpha(opacity=100);
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-body .media-heading {
  margin: 5px 0 0 0;
  font-size: 14px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-body .media-heading-sub {
  font-size: 11px;
  text-transform: uppercase;
  color: #657b8d;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-body .media-heading-small {
  font-size: 10px;
  color: #5d7081;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-users .media-list .media .media-status {
  margin-top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages {
  padding: 0px 10px;
  position: relative;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post {
  -webkit-transition: display 0.3s;
  transition: display 0.3s;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 13px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post .body {
  color: #c3c3c3;
  display: block;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post .avatar {
  width: 45.71429px;
  border-radius: 50% !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.in .avatar {
  float: left;
  margin-right: 10px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.out .avatar {
  float: right;
  margin-left: 10px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post .name {
  font-size: 12px;
  font-weight: 300;
  color: #8496a7;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post .datetime {
  font-size: 12px;
  font-weight: 300;
  color: #8496a7;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post .message {
  display: block;
  padding: 5px;
  position: relative;
  color: #90a1af;
  background: #36424c;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.in .message {
  text-align: left;
  margin-left: 55px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.in .message .arrow {
  display: block;
  position: absolute;
  top: 9px;
  left: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right-width: 6px;
  border-right-style: solid;
  border-right-color: #36424c;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.out .message {
  margin-right: 55px;
  text-align: right;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.out .message .arrow {
  display: block;
  position: absolute;
  top: 9px;
  right: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: #36424c;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.out .name,
.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-messages .post.out .datetime {
  text-align: right;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-chat .page-quick-sidebar-chat-user .page-quick-sidebar-chat-user-form {
  padding: 20px 10px 15px 10px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-alerts .page-quick-sidebar-alerts-list {
  padding: 10px 0;
  position: relative;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-alerts .page-quick-sidebar-alerts-list .feeds li a {
  color: #7e91a2;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-alerts .page-quick-sidebar-alerts-list .feeds li a .label {
  margin-top: 5px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-alerts .page-quick-sidebar-alerts-list .feeds li a .desc {
  text-decoration: underline;
  padding: 0;
  color: #788c9e;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-alerts .page-quick-sidebar-alerts-list .feeds li a .date {
  color: #5d7081;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-settings .page-quick-sidebar-settings-list {
  padding: 10px 0;
  position: relative;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-settings .page-quick-sidebar-settings-list .list-items li .bootstrap-switch {
  margin-top: -3px;
  float: right;
  border: 0;
  min-width: 59px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-settings .page-quick-sidebar-settings-list .list-items li .form-control {
  width: 75px !important;
  padding: 4px 4px !important;
  float: right;
  border: 0;
  margin-top: -4px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-settings .page-quick-sidebar-settings-list .list-items li select.form-control {
  padding: 4px 0px !important;
}

/***  
Page Loading      
***/

.page-on-load {
  background: #fefefe;
}

.page-on-load .page-header,
.page-on-load .page-container,
.page-on-load .page-prefooter,
.page-on-load .page-footer,
.page-on-load > .clearfix {
  display: none;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.page-prefooter {
  background: #eff3f8;
}

/* Cubic Bezier Transition */

/****
Boby
****/

body {
  background-color: #fff;
}

body.page-md {
  background: white;
}

/******
General 
******/

/* Theme Font Color */

.theme-font {
  color: #32c5d2 !important;
}

/* Pace - Page Progress */

.pace .pace-progress {
  background: #32c5d2;
}

/* Theme Light Portlet */

.portlet.light .btn.btn-circle.btn-icon-only.btn-default {
  border-color: #bbc2ce;
}

.portlet.light .btn.btn-circle.btn-icon-only.btn-default > i {
  font-size: 13px;
  color: #a6b0bf;
}

.portlet.light .btn.btn-circle.btn-icon-only.btn-default:hover,
.portlet.light .btn.btn-circle.btn-icon-only.btn-default.active {
  color: #fff;
  background: #32c5d2;
  border-color: #32c5d2;
}

.portlet.light .btn.btn-circle.btn-icon-only.btn-default:hover > i,
.portlet.light .btn.btn-circle.btn-icon-only.btn-default.active > i {
  color: #fff;
}

/******
Page Header 
******/

.page-header {
  background-color: #fff;
  /* Page Header Top */
  /* Page Header Menu */
}

.page-header .page-header-top {
  /* Top menu */
}

.page-header .page-header-top.fixed {
  background: #fff !important;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
          box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
}

.page-header .page-header-top .top-menu .navbar-nav {
  /* Top Links */
  /* Separator */
  /* Extended Dropdowns */
  /* Notification */
  /* Inbox */
  /* Tasks */
  /* User */
  /* Language */
  /* Dark version */
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown .separator {
  border-left: 1px solid #E3E8EC;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
  color: #C1CCD1;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:active,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:focus,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover {
  background-color: #fff;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:active > i,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:focus > i,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover > i {
  color: #a4b4bb;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle .badge.badge-default {
  background-color: #f36a5a;
  color: #ffffff;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown:active .dropdown-toggle,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown:focus .dropdown-toggle,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
  background-color: #fff;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown:active .dropdown-toggle > i,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown:focus .dropdown-toggle > i,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle > i {
  color: #a4b4bb;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-separator .separator {
  border-left: 1px solid #E3E8EC;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu:after {
  border-bottom-color: #f7f8fa;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
  background: #f7f8fa;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > h3 {
  color: #6f949c;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
  color: #337ab7;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a:hover {
  color: #23527c;
  text-decoration: none;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
  border-bottom: 1px solid #EFF2F6 !important;
  color: #222222;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a:hover {
  background: #f8f9fa;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a .time {
  background: #f1f1f1;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a:hover .time {
  background: #e4e4e4;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .circle {
  background-color: #32c5d2;
  color: #ffffff;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .corner {
  border-color: transparent transparent transparent #32c5d2;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu .dropdown-menu-list .subject .from {
  color: #5b9bd1;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list .progress {
  background-color: #dfe2e9;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
  color: #8ea3b6;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
  color: #8ea3b6;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-menu {
  width: 195px;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user:hover > .dropdown-toggle > .username,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user:hover > .dropdown-toggle > i,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user.open > .dropdown-toggle > .username,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user.open > .dropdown-toggle > i {
  color: #7089a2;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > .langname {
  color: #8ea3b6;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language:hover > .dropdown-toggle > .langname,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language.open > .dropdown-toggle > .langname {
  color: #7089a2;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
  background: #2e343b;
  border: 0;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu:after {
  border-bottom-color: #2e343b;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external {
  background: #272c33;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external > h3 {
  color: #a2abb7;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external > a:hover {
  color: #5496cf;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a {
  color: #aaafb7;
  border-bottom: 1px solid #3b434c !important;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a > i,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a > i {
  color: #6FA7D7;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a:hover,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a:hover {
  background: #373e47;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a {
  border-bottom: 0 !important;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li.divider {
  background: #3b434c;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list > li > a .time {
  background: #23272d;
}

.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list > li > a:hover .time {
  background: #181b1e;
}

.page-header .page-header-menu {
  background: #444d58;
  /* Default Mega Menu */
  /* Light Mega Menu */
  /* Header seaech box */
}

.page-header .page-header-menu.fixed {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(68, 77, 88, 0.2);
          box-shadow: 0px 1px 10px 0px rgba(68, 77, 88, 0.2);
}

.page-header .page-header-menu .hor-menu .navbar-nav {
  /* Mega menu content */
  /* Classic menu */
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
  -webkit-box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
          box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
  color: #ced5de;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
  color: #BCC2CB;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a > i {
  color: #BCC2CB;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li.open > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li > a:hover,
.page-header .page-header-menu .hor-menu .navbar-nav > li > a:focus,
.page-header .page-header-menu .hor-menu .navbar-nav > li > a:active {
  color: #ffffff;
  background: #55616f !important;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.open > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li > a:hover > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li > a:focus > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li > a:active > i {
  color: #ffffff;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover,
.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover {
  color: #f1f1f1;
  background: #4E5966;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover > i {
  color: #BCC2CB;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu {
  -webkit-box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
          box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
  background: #55616f;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
  color: #ced5de;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a > i {
  color: #6fa7d7;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a {
  color: #ced5de;
  background: #5d6b7a;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a > i {
  color: #6fa7d7;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover {
  color: #ced5de;
  background: #5d6b7a;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover > i {
  color: #6fa7d7;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.divider {
  background-color: #606d7d;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-submenu > a:after {
  color: #6fa7d7;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav {
  /* Mega menu content */
  /* Classic menu */
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
  -webkit-box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
          box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
  color: #555;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a {
  color: #BCC2CB;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a > i {
  color: #BCC2CB;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a:hover {
  color: #ffffff;
  background: #55616f;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a:hover > i {
  color: #ffffff;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li:hover > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.open > a {
  color: #333 !important;
  background: #fafafc !important;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li:hover > a > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.open > a > i {
  color: #333 !important;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover {
  color: #f1f1f1;
  background: #4E5966;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover > i {
  color: #BCC2CB;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu {
  -webkit-box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
          box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
  background: #fafafc;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li > a {
  color: #000;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li > a > i {
  color: #6fa7d7;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li:hover > a {
  color: #000;
  background: #eaeaf2;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li:hover > a > i {
  color: #6fa7d7;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a:hover,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a:hover {
  color: #000;
  background: #eaeaf2;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a:hover > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a:hover > i {
  color: #6fa7d7;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.divider {
  background-color: #ededf4;
}

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > .dropdown-menu {
  border: 1px solid #eaeaf2;
  border-top: 0;
}

.page-header .page-header-menu .search-form {
  background: #38414c;
}

.page-header .page-header-menu .search-form .input-group {
  background: #38414c;
}

.page-header .page-header-menu .search-form .input-group .form-control {
  color: #616d7d;
  background: #38414c;
}

.page-header .page-header-menu .search-form .input-group .form-control::-moz-placeholder {
  color: #5f6a7a;
  opacity: 1;
}

.page-header .page-header-menu .search-form .input-group .form-control:-ms-input-placeholder {
  color: #5f6a7a;
}

.page-header .page-header-menu .search-form .input-group .form-control::-webkit-input-placeholder {
  color: #5f6a7a;
}

.page-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit > i {
  color: #616d7d;
}

/******
Page Footer 
******/

.page-prefooter {
  background: #eff3f8;
  color: #a2abb7;
}

.page-prefooter h2 {
  color: #32c5d2;
}

.page-prefooter a {
  color: #32c5d2;
}

.page-prefooter .subscribe-form .form-control {
  background: #343b44;
  border-color: #343b44;
  color: #a2abb7;
}

.page-prefooter .subscribe-form .form-control::-moz-placeholder {
  color: #939eac;
  opacity: 1;
}

.page-prefooter .subscribe-form .form-control:-ms-input-placeholder {
  color: #939eac;
}

.page-prefooter .subscribe-form .form-control::-webkit-input-placeholder {
  color: #939eac;
}

.page-prefooter .subscribe-form .btn {
  color: #fff;
  background-color: #3fc9d5;
  border-color: #3fc9d5;
}

.page-prefooter .subscribe-form .btn:focus,
.page-prefooter .subscribe-form .btn.focus {
  color: #fff;
  background-color: #28adb9;
  border-color: #28adb9;
}

.page-prefooter .subscribe-form .btn:hover {
  color: #fff;
  background-color: #28adb9;
  border-color: #28adb9;
}

.page-prefooter .subscribe-form .btn:active,
.page-prefooter .subscribe-form .btn.active,
.open > .page-prefooter .subscribe-form .btn.dropdown-toggle {
  color: #fff;
  background-color: #28adb9;
  border-color: #28adb9;
}

.page-prefooter .subscribe-form .btn:active:hover,
.page-prefooter .subscribe-form .btn:active:focus,
.page-prefooter .subscribe-form .btn:active.focus,
.page-prefooter .subscribe-form .btn.active:hover,
.page-prefooter .subscribe-form .btn.active:focus,
.page-prefooter .subscribe-form .btn.active.focus,
.open > .page-prefooter .subscribe-form .btn.dropdown-toggle:hover,
.open > .page-prefooter .subscribe-form .btn.dropdown-toggle:focus,
.open > .page-prefooter .subscribe-form .btn.dropdown-toggle.focus {
  color: #fff;
  background-color: #26a1ac;
  border-color: #26a1ac;
}

.page-prefooter .subscribe-form .btn:active,
.page-prefooter .subscribe-form .btn.active,
.open > .page-prefooter .subscribe-form .btn.dropdown-toggle {
  background-image: none;
}

.page-prefooter .subscribe-form .btn.disabled,
.page-prefooter .subscribe-form .btn.disabled:hover,
.page-prefooter .subscribe-form .btn.disabled:focus,
.page-prefooter .subscribe-form .btn.disabled.focus,
.page-prefooter .subscribe-form .btn.disabled:active,
.page-prefooter .subscribe-form .btn.disabled.active,
.page-prefooter .subscribe-form .btn[disabled],
.page-prefooter .subscribe-form .btn[disabled]:hover,
.page-prefooter .subscribe-form .btn[disabled]:focus,
.page-prefooter .subscribe-form .btn[disabled].focus,
.page-prefooter .subscribe-form .btn[disabled]:active,
.page-prefooter .subscribe-form .btn[disabled].active,
fieldset[disabled] .page-prefooter .subscribe-form .btn,
fieldset[disabled] .page-prefooter .subscribe-form .btn:hover,
fieldset[disabled] .page-prefooter .subscribe-form .btn:focus,
fieldset[disabled] .page-prefooter .subscribe-form .btn.focus,
fieldset[disabled] .page-prefooter .subscribe-form .btn:active,
fieldset[disabled] .page-prefooter .subscribe-form .btn.active {
  background-color: #3fc9d5;
  border-color: #3fc9d5;
}

.page-prefooter .subscribe-form .btn .badge {
  color: #3fc9d5;
  background-color: #fff;
}

.page-footer {
  background: #3b434c;
  color: #a2abb7;
}

/* Scroll Top */

.scroll-to-top > i {
  color: #657383;
  font-size: 32px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media (min-width: 992px) {
  /* 992px */

  .page-header {
    /* Page Header Menu */
  }

  .page-header .page-header-menu.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
  }
}

@media (max-width: 991px) {
  /* 991px */

  .page-header .page-header-menu {
    background: #eff3f8;
    /* Horizontal mega menu */
  }

  .page-header .page-header-menu .hor-menu .navbar-nav {
    background: #fff !important;
    /* Mega menu content */
    /* Classic menu */
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu {
    border-right: none !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
    color: #72808a;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li {
    border-bottom: 1px solid #F0F0F0;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li:last-child {
    border-bottom: 0;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
    background: none !important;
    color: #666 !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li > a > i {
    color: #666 !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a {
    background: none !important;
    color: #32c5d2 !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a > i {
    color: #32c5d2 !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li.open > a,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.open > a:hover,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.active > a,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover {
    color: #fff !important;
    background: #32c5d2 !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li.open > a > i,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.open > a:hover > i,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.active > a > i,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover > i,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a > i,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover > i {
    color: #fff !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu {
    border: 0 !important;
    border-top: 1px solid #eee;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background: #fff !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.divider {
    border-bottom: 1px solid #F0F0F0;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:first-child {
    margin-top: 1px;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
    color: #666 !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a > i {
    color: #666 !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a {
    background: none !important;
    color: #32c5d2 !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a > i {
    color: #32c5d2 !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.open > a,
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.open > a:hover,
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a,
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover,
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a,
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover {
    color: #fff !important;
    background: #32c5d2 !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.open > a > i,
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.open > a:hover > i,
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a > i,
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover > i,
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a > i,
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover > i {
    color: #fff !important;
  }

  .page-header .page-header-menu .hor-menu .navbar-nav > li.classic-menu-dropdown .dropdown-menu > li.dropdown-submenu.active > a:after,
  .page-header .page-header-menu .hor-menu .navbar-nav > li.classic-menu-dropdown .dropdown-menu > li.dropdown-submenu.open > a:after {
    color: #fff !important;
  }

  .page-header .page-header-menu .hor-menu .nav {
    border: 0 !important;
    margin: 0 !important;
  }

  .page-header .page-header-menu .hor-menu .nav .dropdown-submenu.open > a,
  .page-header .page-header-menu .hor-menu .nav .dropdown-submenu.open > a:hover {
    border: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    background: #47cbd7 !important;
  }

  .page-header .page-header-menu .hor-menu .nav .dropdown-submenu.open > a > i,
  .page-header .page-header-menu .hor-menu .nav .dropdown-submenu.open > a:hover > i {
    color: #fff !important;
  }

  .page-header .search-form {
    background: #fff !important;
  }

  .page-header .search-form .input-group {
    background: #fff !important;
  }

  .page-header .search-form .input-group .form-control {
    background: #fff !important;
  }

  .page-header .search-form .input-group .input-group-btn .btn.submit {
    background: #32c5d2;
  }

  .page-header .search-form .input-group .input-group-btn .btn.submit i {
    color: #fff !important;
  }

  .page-header .search-form .input-group .input-group-btn .btn.submit:hover,
  .page-header .search-form .input-group .input-group-btn .btn.submit:focus,
  .page-header .search-form .input-group .input-group-btn .btn.submit:active,
  .page-header .search-form .input-group .input-group-btn .btn.submit.active {
    background: #27a9b4;
  }
}

@media (max-width: 480px) {
  /* 480px */

  .page-header {
    /* Top menu */
  }

  .page-header .top-menu {
    background-color: #fff;
  }

  .page-header-fixed-mobile .page-header .top-menu {
    background-color: #fff;
  }

  .page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    background-color: white;
  }

  .page-header-fixed-mobile .page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    background: none;
  }

  .page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle:hover {
    background-color: #fff;
  }
}

/****
 CSS3 Spinner Bar
****/

.page-spinner-bar > div,
.block-spinner-bar > div {
  background: #47cbd7;
}

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url(/images/sprite.png?ba7b48dbe9cde71aac12fd70ceb493df);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
  outline: 0;
}

div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
  margin: 0;
  padding: 0;
}

.highContrastDetect {
  background: url(/images/bg-input.png?2fea6ecfb5a8bcdb4a82e807a85855fa) repeat-x 0 0;
  width: 0px;
  height: 0px;
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url(/images/bg-input.png?2fea6ecfb5a8bcdb4a82e807a85855fa) repeat-x 0 0;
  outline: 0;
}

input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
  background: url(/images/bg-input-focus.png?6e59c1505ad31543396d43d1e6905a3c) repeat-x 0 0;
}

div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}

div.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
}

div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 26px;
  line-height: 26px;
  padding-right: 25px;
  cursor: pointer;
  width: 100%;
  display: block;
}

div.selector.fixedWidth {
  width: 190px;
}

div.selector.fixedWidth span {
  width: 155px;
}

div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 22px;
  top: 2px;
  left: 0px;
  width: 100%;
}

div.selector.active {
  background-position: 0 -156px;
}

div.selector.active span {
  background-position: right -26px;
}

div.selector.hover,
div.selector.focus {
  background-position: 0 -182px;
}

div.selector.hover span,
div.selector.focus span {
  background-position: right -52px;
}

div.selector.hover.active,
div.selector.focus.active {
  background-position: 0 -208px;
}

div.selector.hover.active span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled,
div.selector.disabled.active {
  background-position: 0 -234px;
}

div.selector.disabled span,
div.selector.disabled.active span {
  background-position: right -104px;
}

div.checker {
  position: relative;
}

div.checker,
div.checker span,
div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

div.checker.active span {
  background-position: -19px -260px;
}

div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.hover span,
div.checker.focus span {
  background-position: -38px -260px;
}

div.checker.hover span.checked,
div.checker.focus span.checked {
  background-position: -114px -260px;
}

div.checker.hover.active span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker.hover.active span.checked,
div.checker.focus.active span.checked {
  background-position: -133px -260px;
}

div.checker.disabled,
div.checker.disabled.active {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

div.radio {
  position: relative;
}

div.radio,
div.radio span,
div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}

div.radio.active span {
  background-position: -18px -18px -279px;
}

div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.hover span,
div.radio.focus span {
  background-position: -36px -36px -279px;
}

div.radio.hover span.checked,
div.radio.focus span.checked {
  background-position: -108px -279px;
}

div.radio.hover.active span,
div.radio.focus.active span {
  background-position: -54px -279px;
}

div.radio.hover.active span.checked,
div.radio.focus.active span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

div.uploader span.action {
  background-position: right -409px;
  height: 28px;
  line-height: 28px;
  width: 82px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 85px;
  padding: 0 10px;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}

div.uploader.active span.action {
  background-position: right -465px;
}

div.uploader.hover,
div.uploader.focus {
  background-position: 0 -353px;
}

div.uploader.hover span.action,
div.uploader.focus span.action {
  background-position: right -437px;
}

div.uploader.hover.active span.action,
div.uploader.focus.active span.action {
  background-position: right -493px;
}

div.uploader.disabled,
div.uploader.disabled.active {
  background-position: 0 -325px;
}

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
}

div.button a,
div.button button,
div.button input {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 22px;
  text-align: center;
  background-position: right -521px;
  height: 22px;
  margin-left: 13px;
  padding: 8px 15px 0 2px;
}

div.button.active {
  background-position: 0 -671px;
}

div.button.active span {
  background-position: right -551px;
  cursor: default;
}

div.button.hover,
div.button.focus {
  background-position: 0 -701px;
}

div.button.hover span,
div.button.focus span {
  background-position: right -581px;
}

div.button.disabled,
div.button.disabled.active {
  background-position: 0 -731px;
}

div.button.disabled span,
div.button.disabled.active span {
  background-position: right -611px;
  cursor: default;
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-weight: normal;
  color: #777;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-radius: 3px;
}

input.uniform-input.hover,
input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
}

div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

div.button.hover span,
div.button.focus span {
  color: #555;
}

div.button.disabled span,
div.button.disabled.active span {
  color: #bbb;
}

div.selector {
  font-size: 12px;
}

div.selector span {
  color: #666;
  text-shadow: 0 1px 0 #fff;
}

div.selector select {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 12px;
}

div.selector.disabled span,
div.selector.disabled.active span {
  color: #bbb;
}

div.checker {
  margin-right: 5px;
}

div.radio {
  margin-right: 3px;
}

div.uploader span.action {
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
  color: #aaa;
}

div.uploader.disabled span.filename,
div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa;
}

input.uniform-input,
input.uniform-input:focus {
  background-color: #fff;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

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;
  position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\E150";
  /* sort */
}

table.dataTable thead .sorting_asc:after {
  content: "\E155";
  /* sort-by-attributes */
}

table.dataTable thead .sorting_desc:after {
  content: "\E156";
  /* sort-by-attributes-alt */
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */

.select2-container--bootstrap {
  display: block;
}

.select2-container--bootstrap .select2-selection {
  -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);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -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);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

.select2-container--bootstrap .select2-results__group {
  color: #777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -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);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  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,-webkit-box-shadow ease-in-out .15s;
  border-color: #66afe9;
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999;
  border-width: 0 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-search__field,
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eee;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555;
  padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: 0 0;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 3px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

.form-group-sm .select2-container--bootstrap .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap .select2-selection--single.input-sm {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
}

.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b {
  margin-left: -5px;
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.select2-container--bootstrap .select2-selection--multiple.input-sm {
  min-height: 30px;
  border-radius: 3px;
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear {
  margin-top: 5px;
}

.form-group-lg .select2-container--bootstrap .select2-selection--single,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap .select2-selection--single.input-lg {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
}

.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow {
  width: 5px;
}

.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b {
  border-width: 5px 5px 0;
  margin-left: -10px;
  margin-top: -2.5px;
}

.form-group-lg .select2-container--bootstrap .select2-selection--multiple,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.select2-container--bootstrap .select2-selection--multiple.input-lg {
  min-height: 46px;
  border-radius: 6px;
}

.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear {
  margin-top: 10px;
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -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;
  border-color: #66512c;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -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;
  border-color: #843534;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -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;
  border-color: #2b542c;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
}

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}

.input-group > .select2-container--bootstrap.select2-container--focus,
.input-group > .select2-container--bootstrap.select2-container--open {
  z-index: 3;
}

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}

.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/vendor/summernote/dist/summernote.eot?222d2ab5b4d9d55703b1c4614e988290);
  src: url(/fonts/vendor/summernote/dist/summernote.eot?222d2ab5b4d9d55703b1c4614e988290) format("embedded-opentype"), url(/fonts/vendor/summernote/dist/summernote.woff?621a2895d134f396b572b97d33e66b2b) format("woff"), url(/fonts/vendor/summernote/dist/summernote.ttf?1785db880428d8ab334f906a35f109e9) 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,
.note-icon-align-indent:before,
.note-icon-align-justify:before,
.note-icon-align-left:before,
.note-icon-align-outdent:before,
.note-icon-align-right:before,
.note-icon-align:before,
.note-icon-arrow-circle-down:before,
.note-icon-arrow-circle-left:before,
.note-icon-arrow-circle-right:before,
.note-icon-arrow-circle-up:before,
.note-icon-arrows-alt:before,
.note-icon-arrows-h:before,
.note-icon-arrows-v:before,
.note-icon-bold:before,
.note-icon-caret:before,
.note-icon-chain-broken:before,
.note-icon-circle:before,
.note-icon-close:before,
.note-icon-code:before,
.note-icon-col-after:before,
.note-icon-col-before:before,
.note-icon-col-remove:before,
.note-icon-eraser:before,
.note-icon-font:before,
.note-icon-frame:before,
.note-icon-italic:before,
.note-icon-link:before,
.note-icon-magic:before,
.note-icon-menu-check:before,
.note-icon-minus:before,
.note-icon-orderedlist:before,
.note-icon-pencil:before,
.note-icon-picture:before,
.note-icon-question:before,
.note-icon-redo:before,
.note-icon-row-above:before,
.note-icon-row-below:before,
.note-icon-row-remove:before,
.note-icon-special-character:before,
.note-icon-square:before,
.note-icon-strikethrough:before,
.note-icon-subscript:before,
.note-icon-summernote:before,
.note-icon-superscript:before,
.note-icon-table:before,
.note-icon-text-height:before,
.note-icon-trash:before,
.note-icon-underline:before,
.note-icon-undo:before,
.note-icon-unorderedlist:before,
.note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.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: #fff;
  opacity: .95;
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  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-editing-area img.note-float-left {
  margin-right: 10px;
}

.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px;
}

.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;
  word-wrap: break-word;
  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;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-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: #fff;
}

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

.note-editor.note-frame .note-status-output .alert {
  padding: 7px 10px 2px 10px;
  margin: -7px 0 0 0;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0;
}

.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 9px;
  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-statusbar.locked .note-resizebar {
  cursor: default;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

.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-toolbar {
  position: relative;
  z-index: 500;
}

.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 .dropdown-style blockquote,
.panel-heading.note-toolbar .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre,
.panel-heading.note-toolbar .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0;
}

.note-popover .popover-content .note-style .dropdown-style h1,
.panel-heading.note-toolbar .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.panel-heading.note-toolbar .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.panel-heading.note-toolbar .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.panel-heading.note-toolbar .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.panel-heading.note-toolbar .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.panel-heading.note-toolbar .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p,
.panel-heading.note-toolbar .note-style .dropdown-style p {
  padding: 0;
  margin: 0;
}

.note-popover .popover-content .note-color-all .dropdown-menu,
.panel-heading.note-toolbar .note-color-all .dropdown-menu {
  min-width: 337px;
}

.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 .note-palette,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .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 .note-palette .note-color-reset,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 5px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select-btn,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #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 #000;
}

.note-handle .note-control-selection > div {
  position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -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 #000;
}

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #000;
}

.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: #fff;
  background-color: #000;
  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: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/vendor/summernote/dist/summernote.eot?222d2ab5b4d9d55703b1c4614e988290);
  src: url(/fonts/vendor/summernote/dist/summernote.eot?222d2ab5b4d9d55703b1c4614e988290) format("embedded-opentype"), url(/fonts/vendor/summernote/dist/summernote.woff?621a2895d134f396b572b97d33e66b2b) format("woff"), url(/fonts/vendor/summernote/dist/summernote.ttf?1785db880428d8ab334f906a35f109e9) 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,
.note-icon-align-indent:before,
.note-icon-align-justify:before,
.note-icon-align-left:before,
.note-icon-align-outdent:before,
.note-icon-align-right:before,
.note-icon-align:before,
.note-icon-arrow-circle-down:before,
.note-icon-arrow-circle-left:before,
.note-icon-arrow-circle-right:before,
.note-icon-arrow-circle-up:before,
.note-icon-arrows-alt:before,
.note-icon-arrows-h:before,
.note-icon-arrows-v:before,
.note-icon-bold:before,
.note-icon-caret:before,
.note-icon-chain-broken:before,
.note-icon-circle:before,
.note-icon-close:before,
.note-icon-code:before,
.note-icon-col-after:before,
.note-icon-col-before:before,
.note-icon-col-remove:before,
.note-icon-eraser:before,
.note-icon-font:before,
.note-icon-frame:before,
.note-icon-italic:before,
.note-icon-link:before,
.note-icon-magic:before,
.note-icon-menu-check:before,
.note-icon-minus:before,
.note-icon-orderedlist:before,
.note-icon-pencil:before,
.note-icon-picture:before,
.note-icon-question:before,
.note-icon-redo:before,
.note-icon-row-above:before,
.note-icon-row-below:before,
.note-icon-row-remove:before,
.note-icon-special-character:before,
.note-icon-square:before,
.note-icon-strikethrough:before,
.note-icon-subscript:before,
.note-icon-summernote:before,
.note-icon-superscript:before,
.note-icon-table:before,
.note-icon-text-height:before,
.note-icon-trash:before,
.note-icon-underline:before,
.note-icon-undo:before,
.note-icon-unorderedlist:before,
.note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.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: #fff;
  opacity: .95;
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  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-editing-area img.note-float-left {
  margin-right: 10px;
}

.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px;
}

.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;
  word-wrap: break-word;
  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;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-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: #fff;
}

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

.note-editor.note-frame .note-status-output .alert {
  padding: 7px 10px 2px 10px;
  margin: -7px 0 0 0;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0;
}

.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 9px;
  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-statusbar.locked .note-resizebar {
  cursor: default;
}

.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

.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-toolbar {
  position: relative;
  z-index: 500;
}

.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 .dropdown-style blockquote,
.panel-heading.note-toolbar .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre,
.panel-heading.note-toolbar .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0;
}

.note-popover .popover-content .note-style .dropdown-style h1,
.panel-heading.note-toolbar .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.panel-heading.note-toolbar .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.panel-heading.note-toolbar .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.panel-heading.note-toolbar .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.panel-heading.note-toolbar .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.panel-heading.note-toolbar .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p,
.panel-heading.note-toolbar .note-style .dropdown-style p {
  padding: 0;
  margin: 0;
}

.note-popover .popover-content .note-color-all .dropdown-menu,
.panel-heading.note-toolbar .note-color-all .dropdown-menu {
  min-width: 337px;
}

.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 .note-palette,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .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 .note-palette .note-color-reset,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 5px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select-btn,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #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 #000;
}

.note-handle .note-control-selection > div {
  position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -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 #000;
}

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #000;
}

.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: #fff;
  background-color: #000;
  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: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}

/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */

@-webkit-keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important;
}

.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}

.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important;
}

.jconfirm .jconfirm-scrollpane {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  display: table;
  width: 100%;
  height: 100%;
}

.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%;
}

.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle;
}

.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0;
}

.jconfirm .jconfirm-box-container {
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes type-blue {
  1%, 100% {
    border-color: #3498db;
  }

  50% {
    border-color: #5faee3;
  }
}

@keyframes type-blue {
  1%, 100% {
    border-color: #3498db;
  }

  50% {
    border-color: #5faee3;
  }
}

@-webkit-keyframes type-green {
  1%, 100% {
    border-color: #2ecc71;
  }

  50% {
    border-color: #54d98c;
  }
}

@keyframes type-green {
  1%, 100% {
    border-color: #2ecc71;
  }

  50% {
    border-color: #54d98c;
  }
}

@-webkit-keyframes type-red {
  1%, 100% {
    border-color: #e74c3c;
  }

  50% {
    border-color: #ed7669;
  }
}

@keyframes type-red {
  1%, 100% {
    border-color: #e74c3c;
  }

  50% {
    border-color: #ed7669;
  }
}

@-webkit-keyframes type-orange {
  1%, 100% {
    border-color: #f1c40f;
  }

  50% {
    border-color: #f4d03f;
  }
}

@keyframes type-orange {
  1%, 100% {
    border-color: #f1c40f;
  }

  50% {
    border-color: #f4d03f;
  }
}

@-webkit-keyframes type-purple {
  1%, 100% {
    border-color: #9b59b6;
  }

  50% {
    border-color: #b07cc6;
  }
}

@keyframes type-purple {
  1%, 100% {
    border-color: #9b59b6;
  }

  50% {
    border-color: #b07cc6;
  }
}

@-webkit-keyframes type-dark {
  1%, 100% {
    border-color: #34495e;
  }

  50% {
    border-color: #46627f;
  }
}

@keyframes type-dark {
  1%, 100% {
    border-color: #34495e;
  }

  50% {
    border-color: #46627f;
  }
}

.jconfirm .jconfirm-box.jconfirm-type-animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 7px #3498db;
  -webkit-animation-name: type-blue;
  animation-name: type-blue;
}

.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #2ecc71;
  -webkit-animation-name: type-green;
  animation-name: type-green;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  -webkit-animation-name: type-red;
  animation-name: type-red;
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f1c40f;
  -webkit-animation-name: type-orange;
  animation-name: type-orange;
}

.jconfirm .jconfirm-box.jconfirm-type-purple {
  border-top: solid 7px #9b59b6;
  -webkit-animation-name: type-purple;
  animation-name: type-purple;
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
  border-top: solid 7px #34495e;
  -webkit-animation-name: type-dark;
  animation-name: type-dark;
}

.jconfirm .jconfirm-box.loading {
  height: 120px;
}

.jconfirm .jconfirm-box.loading:before {
  content: '';
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
}

.jconfirm .jconfirm-box.loading:after {
  opacity: 0.6;
  content: '';
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  -webkit-animation: jconfirm-spin 1s infinite linear;
  animation: jconfirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
  font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
  font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
  font-size: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding-bottom: 15px;
}

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
  width: 3px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 100%;
  height: auto;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px;
}

.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  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;
  border-radius: 4px;
  min-height: 1em;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background-image: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #FFF;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #FFF;
}

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
  color: #e74c3c !important;
}

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
  color: #3498db !important;
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
  color: #2ecc71 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
  color: #9b59b6 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
  color: #f1c40f !important;
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
  color: #34495e !important;
}

.jconfirm .jconfirm-clear {
  clear: both;
}

.jconfirm.jconfirm-rtl {
  direction: rtl;
}

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto;
}

.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: .2;
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: right;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd;
}

.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: darkslategray;
  opacity: .4;
}

.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
  float: right;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background .1s;
  transition: background .1s;
  color: white;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: none;
}

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #666;
}

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0);
  }
}

@-webkit-keyframes glow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0px red;
    box-shadow: 0 0 0px red;
  }

  50% {
    -webkit-box-shadow: 0 0 30px red;
    box-shadow: 0 0 30px red;
  }
}

@keyframes glow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0px red;
    box-shadow: 0 0 0px red;
  }

  50% {
    -webkit-box-shadow: 0 0 30px red;
    box-shadow: 0 0 30px red;
  }
}

/*Transition rules*/

.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px;
}

.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}

.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  opacity: 0;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  -webkit-transform: scaley(1.5);
  transform: scaley(1.5);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  -webkit-transform: scalex(1.5);
  transform: scalex(1.5);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.jconfirm .jconfirm-box.jconfirm-animation-top {
  -webkit-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

.jconfirm .jconfirm-box.jconfirm-animation-left {
  -webkit-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

.jconfirm .jconfirm-box.jconfirm-animation-right {
  -webkit-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.jconfirm .jconfirm-box.jconfirm-animation-scale {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden;
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95);
}

.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
  border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
  border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
  border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
  border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
  border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
  border: none;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
  color: white;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
  padding-bottom: 25px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  text-align: center;
  color: white;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
  text-align: center;
}

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: none;
  color: white;
  padding: 10px;
  min-width: 100px;
}

.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67);
}

.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
  text-align: right;
}

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-weight: 500;
}

.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21);
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
  padding: 0px 15px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
  text-align: right;
  padding: 10px;
  margin: -5px 0 0px;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
  font-weight: 500;
}

.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: .6;
}

.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 69px;
  color: #aaa;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #777;
  margin-bottom: 25px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background .1s;
  transition: background .1s;
  padding: 10px 20px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
  margin-left: 4px;
}

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tooltipster-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading .4s;
          animation: tooltipster-fading .4s;
}

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating .6s;
          animation: tooltipster-rotating .6s;
}

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling .6s;
          animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

/*notes*/

.timeline .timeline-body-time {
  font-size: 12px;
}

.timeline .timeline-body-content {
  font-size: 13px;
}

.page-head .page-title > h1 {
  font-size: 20px;
}

h3 {
  font-size: 20px;
}

h2 {
  font-size: 24px;
}

h1 {
  font-size: 22px;
}

.portlet > .portlet-title > .caption {
  font-size: 16px;
}

.timeline .timeline-body-alerttitle,
.timeline .timeline-body-title {
  font-size: 14px;
}

.label,
.control-label {
  font-size: 12px;
}

body,
.table td,
.table th,
.table thead tr th {
  font-size: 12px;
}

.page-head .page-title {
  display: inline-block;
  float: left;
  padding: 3px 0;
}

.page-content {
  background: #eff3f8;
  padding: 5px 0 15px;
}

.breadcrumb {
  background: none;
  padding: 0px 0 5px 0;
  margin: 0;
  color: #a7b2c0;
}

.portlet.light {
  padding: 0px 10px 0px;
  background-color: #fff;
}

.portlet.light .portlet-body {
  padding-top: 0px;
}

.btn {
  font-size: 12px;
}

.portlet > .portlet-title {
  border-bottom: 1px solid #eee;
  padding: 0;
  margin-bottom: 0px;
  min-height: 41px;
  border-radius: 4px 4px 0 0;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
  font-size: 13px;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
  font-size: 13px;
}

.portlet > .portlet-title > .actions > .btn,
.portlet > .portlet-title > .actions > .btn-group > .btn,
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm,
.portlet > .portlet-title > .actions > .btn.btn-sm {
  font-size: 12px;
}

/*notes*/

.timeline .timeline-body-time {
  font-size: 12px;
}

.timeline .timeline-body-content {
  font-size: 13px;
}

.page-head .page-title > h1 {
  font-size: 20px;
}

h3 {
  font-size: 20px;
}

h2 {
  font-size: 24px;
}

h1 {
  font-size: 22px;
}

.portlet > .portlet-title > .caption {
  font-size: 16px;
}

.timeline .timeline-body-alerttitle,
.timeline .timeline-body-title {
  font-size: 14px;
}

.label,
.control-label {
  font-size: 12px;
}

body,
.table td,
.table th,
.table thead tr th {
  font-size: 12px;
}

.control-label {
  padding-right: 0px;
}

.status-label {
  width: 120px;
  display: block;
  border-radius: 15px 30px !important;
}

@media (min-width: 768px) {
  .custom-row .col-sm-1 {
    width: 12.2%;
  }

  .custom-row .col-sm-11 {
    width: 87.8%;
  }

  .custom-row-full-calendar.col-lg-3,
  .custom-row-full-calendar.col-sm-3 {
    width: 26% !important;
  }

  .custom-row-full-calendar.col-lg-9,
  .custom-row-full-calendar.col-sm-9 {
    width: 74% !important;
  }
}

/* Modal title and address line */

@media (min-width: 768px) {
  .custom-col.col-sm-2 {
    width: 12.2%;
  }

  .custom-col.col-sm-10 {
    width: 87.7%;
  }

  .custom-col-post-code.col-sm-2 {
    width: 21%;
  }
}

/*
* Modal timeline css 
*/

ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: -9px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  margin: 20px 0;
  padding-left: 55px;
}

ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

/*
* Modal timeline css end
*/

.control-label2 {
  font-weight: 400;
}

.hide-div {
  visibility: hidden;
  display: none;
}

.fa-modal {
  font-size: 16px;
}

/*.tooltip {
    z-index: 1000000;
    color: blue;
    background: blue;
    position: fixed;
}*/

@media (min-width: 768px) {
  .table-responsive {
    overflow-x: inherit;
    min-height: 0.1%;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    padding-bottom: 10px;
  }
}

/*remove datatables sort icons */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background: none;
}

.select2-container.select2-container--bootstrap.select2-container--open {
  z-index: 10050;
}

.mfb-component__icon,
.mfb-component__main-icon--active,
.mfb-component__main-icon--resting,
.mfb-component__child-icon {
  position: absolute;
  font-size: 18px;
  text-align: center !important;
  line-height: 59px !important;
  width: 100% !important;
}

.mfb-component__button--main,
.mfb-component__button--child {
  border-radius: 50% !important;
}

.nav-tabs > li > a span {
  top: 0;
  padding-right: 0;
  padding-left: 5px;
  color: #c6d1e5;
  font-size: 11px;
  text-align: center;
}

.nav-tabs > li > a span:before {
  content: "(";
}

.nav-tabs > li > a span:after {
  content: ")";
}

label.label-required:after {
  color: #c00;
  content: "*";
  font-weight: 600;
  margin-left: 5px;
}

.control-label {
  font-weight: 600;
  font-size: 13px;
}

.modal-body > .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

.vdp-datepicker__clear-button.input-group-addon {
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  padding: 0px;
  color: rgba(60, 60, 60, 0.5) !important;
}

.selected-tag {
  color: #4d6b8a;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
  padding: 10px 14px 10px 14px;
}

.page-header .page-header-menu {
  height: 41px;
}

.page-header {
  height: 105px;
}

@media (max-width: 991px) {
  .page-header {
    height: auto;
  }

  .page-header .page-header-menu {
    height: auto;
  }
}

.portlet > .portlet-title > .caption {
  padding: 5px 0;
}

.page-header .page-header-top {
  height: 60px;
}

.page-header .page-header-top .page-logo {
  height: 60px;
}

.modal-header {
  padding: 10px;
}

.modal-footer {
  padding: 10px;
}

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

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

.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 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  content: " ";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("/img/ajax-loading.gif");
  background-size: cover;
  left: 50%;
  top: 30%;
}

.pac-container {
  z-index: 11100 !important;
}

body.modal-open {
  overflow: hidden !important;
}

