/* Minification failed. Returning unminified contents.
(37720,28): run-time error CSS1039: Token not allowed after unary operator: '-green'
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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-pp: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-resistance: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: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";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* NUGET: BEGIN LICENSE TEXT
 *
 * Microsoft grants you the right to use these script files for the sole
 * purpose of either: (i) interacting through your browser with the Microsoft
 * website or online service, subject to the applicable licensing or use
 * terms; or (ii) using the files as included with a Microsoft product subject
 * to that product's license terms. Microsoft reserves all other rights to the
 * files not expressly granted by Microsoft, whether by implication, estoppel
 * or otherwise. The notices and licenses below are for informational purposes only.
 *
 * NUGET: END LICENSE TEXT */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select[multiple],textarea{background-image:none}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-warning{color:#c09853}.text-danger{color:#b94a48}.text-success{color:#468847}.text-info{color:#3a87ad}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}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}h1 small,.h1 small{font-size:24px}h2 small,.h2 small{font-size:18px}h3 small,.h3 small,h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}.col-xs-1{width:8.333333333333332%}.col-xs-2{width:16.666666666666664%}.col-xs-3{width:25%}.col-xs-4{width:33.33333333333333%}.col-xs-5{width:41.66666666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333333333336%}.col-xs-8{width:66.66666666666666%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333333334%}.col-xs-11{width:91.66666666666666%}.col-xs-12{width:100%}@media(min-width:768px){.container{max-width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-1{width:8.333333333333332%}.col-sm-2{width:16.666666666666664%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333333333%}.col-sm-5{width:41.66666666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333333333336%}.col-sm-8{width:66.66666666666666%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333333334%}.col-sm-11{width:91.66666666666666%}.col-sm-12{width:100%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-11{left:91.66666666666666%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-11{margin-left:91.66666666666666%}}@media(min-width:992px){.container{max-width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-1{width:8.333333333333332%}.col-md-2{width:16.666666666666664%}.col-md-3{width:25%}.col-md-4{width:33.33333333333333%}.col-md-5{width:41.66666666666667%}.col-md-6{width:50%}.col-md-7{width:58.333333333333336%}.col-md-8{width:66.66666666666666%}.col-md-9{width:75%}.col-md-10{width:83.33333333333334%}.col-md-11{width:91.66666666666666%}.col-md-12{width:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333333333332%}.col-md-push-2{left:16.666666666666664%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333333333333%}.col-md-push-5{left:41.66666666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333333333336%}.col-md-push-8{left:66.66666666666666%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333333333334%}.col-md-push-11{left:91.66666666666666%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-11{right:91.66666666666666%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-11{margin-left:91.66666666666666%}}@media(min-width:1200px){.container{max-width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-1{width:8.333333333333332%}.col-lg-2{width:16.666666666666664%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333333333%}.col-lg-5{width:41.66666666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333333333336%}.col-lg-8{width:66.66666666666666%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333333334%}.col-lg-11{width:91.66666666666666%}.col-lg-12{width:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-11{left:91.66666666666666%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-11{margin-left:91.66666666666666%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;border-color:#d6e9c6}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;border-color:#eed3d7}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;border-color:#fbeed5}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be}@media(max-width:768px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0;background-color:#fff}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label{color:#c09853}.has-warning .form-control{border-color:#c09853;-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:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-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:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label{color:#468847}.has-success .form-control{border-color:#468847;-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:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}.form-control-static{padding-top:7px;margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.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-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-print:before{content:"\e045"}.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-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.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-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-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.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-briefcase:before{content:"\1f4bc"}.glyphicon-calendar:before{content:"\1f4c5"}.glyphicon-pushpin:before{content:"\1f4cc"}.glyphicon-paperclip:before{content:"\1f4ce"}.glyphicon-camera:before{content:"\1f4f7"}.glyphicon-lock:before{content:"\1f512"}.glyphicon-bell:before{content:"\1f514"}.glyphicon-bookmark:before{content:"\1f516"}.glyphicon-fire:before{content:"\1f525"}.glyphicon-wrench:before{content:"\1f527"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent;content:""}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;text-decoration:none;background-color:#428bca}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.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:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-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-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.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.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}}.nav-tabs.nav-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs-justified>.active>a{border-bottom-color:#fff}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;z-index:1000;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;border-width:0 0 1px}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;z-index:1030}.navbar-fixed-bottom{bottom:0;margin-bottom:0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e6e6e6}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.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-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.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-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img{display:block;height:auto;max-width:100%}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca}.thumbnail>img{margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;background-color:#428bca;-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-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image: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,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-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}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table{margin-bottom:0}.panel>.panel-body+.table{border-top:1px solid #ddd}.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;margin-bottom:0;font-size:16px}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#fbeed5}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{right:auto;left:50%;width:600px;padding-top:30px;padding-bottom:30px}.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)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;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-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;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);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;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%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.hidden{display:none!important;visibility:hidden!important}.visible-xs{display:none!important}tr.visible-xs{display:none!important}th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm{display:none!important}tr.visible-sm{display:none!important}th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md{display:none!important}tr.visible-md{display:none!important}th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg{display:none!important}tr.visible-lg{display:none!important}th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs{display:none!important}tr.hidden-xs{display:none!important}th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none!important}tr.hidden-xs.hidden-sm{display:none!important}th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none!important}tr.hidden-xs.hidden-md{display:none!important}th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg{display:none!important}tr.hidden-xs.hidden-lg{display:none!important}th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs{display:none!important}tr.hidden-sm.hidden-xs{display:none!important}th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}tr.hidden-sm{display:none!important}th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none!important}tr.hidden-sm.hidden-md{display:none!important}th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg{display:none!important}tr.hidden-sm.hidden-lg{display:none!important}th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs{display:none!important}tr.hidden-md.hidden-xs{display:none!important}th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none!important}tr.hidden-md.hidden-sm{display:none!important}th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}tr.hidden-md{display:none!important}th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg{display:none!important}tr.hidden-md.hidden-lg{display:none!important}th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs{display:none!important}tr.hidden-lg.hidden-xs{display:none!important}th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none!important}tr.hidden-lg.hidden-sm{display:none!important}th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none!important}tr.hidden-lg.hidden-md{display:none!important}th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg{display:none!important}tr.hidden-lg{display:none!important}th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print{display:none!important}tr.visible-print{display:none!important}th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print{display:none!important}tr.hidden-print{display:none!important}th.hidden-print,td.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: #cccccc;
  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;
  transition: border-color ease-in-out .15s, 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;
  -moz-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: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}
.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: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.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,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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;
}

.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
/*********************************
 METRONIC SQUARE STYLE COMPONENTS 
*********************************/
/***
Rounded corners reset
***/
/* Reset rounded corners for all elements */
div,
svg,
input,
select,
textarea,
span,
img,
table,
label,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/* except below bootstrap elements */
.img-circle {
    border-radius: 50% !important;
}

.img-rounded {
    border-radius: 6px !important;
}

/* Cubic Bezier Transition */
/***
General reset
***/
/* Set default body */
body {
    color: #333333;
    font-family: 'calibri', 'Trebuchet MS', "Open Sans", Arial, sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    direction: "ltr";
    font-size: 14px !important;
}

/*
 Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't 
 properly apply the media queries in Bootstrap's CSS. To address this, 
 you can optionally include the following CSS and JavaScript to work around this problem until Microsoft issues a fix.
*/
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*
 Internet Explorer 10 doesn't differentiate device width from viewport width, 
 and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, following CSS code applied 
*/
@-ms-viewport {
    width: auto !important;
}

.md-shadow-z-1 {
    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 {
    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 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14), 0 1px 2px rgba(0, 0, 0, 0.22);
}

.md-shadow-z-2 {
    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 {
    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 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.26);
}

.md-shadow-z-3 {
    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 {
    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 {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22), 0 6px 6px rgba(0, 0, 0, 0.26);
}

.md-shadow-z-4 {
    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 {
    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 {
    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 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.28), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}

.md-shadow-none {
    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);
    -moz-transform: scale(0);
    transform: scale(0);
}

    .md-click-circle.md-click-animate {
        -webkit-animation: mdClickEffect 0.65s linear;
        -moz-animation: mdClickEffect 0.65s linear;
        animation: mdClickEffect 0.65s linear;
    }

@-webkit-keyframes mdClickEffect {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 0 !important;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes mdClickEffect {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 0 !important;
        -moz-transform: scale(2.5);
    }
}

@keyframes mdClickEffect {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 0 !important;
        transform: scale(2.5);
    }
}

.form-group.form-md-line-input {
    position: relative;
    margin: 0 0 35px 0;
    padding-top: 20px;
}

.form-horizontal .form-group.form-md-line-input {
    padding-top: 10px;
    margin-bottom: 20px;
    margin: 0 -15px 20px -15px;
}

    .form-horizontal .form-group.form-md-line-input > label {
        padding-top: 5px;
        font-size: 14px;
        color: #888888;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.form-group.form-md-line-input .form-control {
    background: none;
    border: 0;
    border-bottom: 1px solid #c2cad8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #555555;
    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 .form-control ~ label,
    .form-group.form-md-line-input .form-control ~ .form-control-focus {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        pointer-events: none;
    }

.form-horizontal .form-group.form-md-line-input .form-control ~ label, .form-horizontal .form-group.form-md-line-input .form-control ~ .form-control-focus {
    width: auto;
    left: 15px;
    right: 15px;
}

.form-group.form-md-line-input .form-control ~ label:after,
.form-group.form-md-line-input .form-control ~ .form-control-focus:after {
    content: '';
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    width: 0;
    visibility: hidden;
    transition: 0.2s ease all;
}

.form-group.form-md-line-input .form-control ~ label {
    top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #888888;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-group.form-md-line-input .form-control ~ .help-block-error {
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label,
.form-group.form-md-line-input .form-control.edited: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 {
    color: #888888;
}

    .form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label:after,
    .form-group.form-md-line-input .form-control.edited: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 {
        visibility: visible;
        left: 0;
        width: 100%;
        background: #36c6d3;
    }

.form-group.form-md-line-input .form-control.edited:not([readonly]) ~ label, .form-group.form-md-line-input .form-control:focus:not([readonly]) ~ label {
    opacity: 1;
    filter: alpha(opacity=100);
}

.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 {
    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 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-group.form-md-line-input .form-control.edited:not([readonly]):not(:focus) ~ .help-block {
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-group.form-md-line-input .form-control.edited:not([readonly]):not(:focus) ~ .help-block-error {
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-group.form-md-line-input .form-control[readonly], .form-group.form-md-line-input .form-control[disabled],
fieldset[disabled] .form-group.form-md-line-input .form-control {
    background: none;
    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;
    transition: 0.2s ease all;
    color: #999;
}

.form-group.form-md-line-input.form-md-floating-label .form-control[readonly] ~ label, .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.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.focus:not([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[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.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.focus:not([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[readonly] ~ label, .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.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.focus:not([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 {
    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 + .input-icon {
    padding-top: 0;
}

.form-group.form-md-line-input .help-block {
    position: absolute;
    margin: 2px 0 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: #888888;
}

.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 .form-control {
    padding-left: 34px;
}

.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-group.form-md-line-input + .input-group {
    padding-top: 0;
}

.form-group.form-md-line-input .input-group {
    padding-top: 0;
}

    .form-group.form-md-line-input .input-group > label {
        margin-top: -20px;
    }

    .form-group.form-md-line-input .input-group .input-group-addon {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        background: none;
        border: 0;
        border-bottom: 1px solid #c2cad8;
    }

    .form-group .input-group-addon {
        cursor: pointer !important;
    }

    .form-group.form-md-line-input .input-group + .input-group-control {
        padding-top: 0;
    }

    .form-group.form-md-line-input .input-group .input-group-control {
        padding-top: 0;
        position: relative;
        display: table-cell;
        vertical-align: bottom;
    }

        .form-group.form-md-line-input .input-group .input-group-control > label {
            margin-top: -20px;
        }

    .form-group.form-md-line-input .input-group .input-group-btn .btn {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        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]) ~ label:after,
    .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.form-control-static ~ 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:focus: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.focus:not([readonly]) ~ .form-control-focus:after {
        background: #27a4b0;
    }

    .form-group.form-md-line-input.has-success .form-control.edited:not([readonly]) ~ label, .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]) ~ label, .form-group.form-md-line-input.has-success .form-control.focus:not([readonly]) ~ label {
        color: #27a4b0;
    }

    .form-group.form-md-line-input.has-success .form-control.edited:not([readonly]) ~ i, .form-group.form-md-line-input.has-success .form-control.form-control-static ~ i, .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]) ~ i {
        color: #27a4b0;
    }

    .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.form-control-static ~ .help-block, .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]) ~ .help-block {
        color: #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-success label {
    color: #27a4b0;
}

.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]) ~ label:after,
    .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.form-control-static ~ 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:focus: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.focus:not([readonly]) ~ .form-control-focus:after {
        background: #c29d0b;
    }

    .form-group.form-md-line-input.has-warning .form-control.edited:not([readonly]) ~ label, .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]) ~ label, .form-group.form-md-line-input.has-warning .form-control.focus:not([readonly]) ~ label {
        color: #c29d0b;
    }

    .form-group.form-md-line-input.has-warning .form-control.edited:not([readonly]) ~ i, .form-group.form-md-line-input.has-warning .form-control.form-control-static ~ i, .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]) ~ i {
        color: #c29d0b;
    }

    .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.form-control-static ~ .help-block, .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]) ~ .help-block {
        color: #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-warning label {
    color: #c29d0b;
}

.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]) ~ label:after,
    .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.form-control-static ~ 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:focus: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.focus:not([readonly]) ~ .form-control-focus:after {
        background: #e73d4a;
    }

    .form-group.form-md-line-input.has-error .form-control.edited:not([readonly]) ~ label, .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]) ~ label, .form-group.form-md-line-input.has-error .form-control.focus:not([readonly]) ~ label {
        color: #e73d4a;
    }

    .form-group.form-md-line-input.has-error .form-control.edited:not([readonly]) ~ i, .form-group.form-md-line-input.has-error .form-control.form-control-static ~ i, .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]) ~ i {
        color: #e73d4a;
    }

    .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.form-control-static ~ .help-block, .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]) ~ .help-block {
        color: #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-error label {
    color: #e73d4a;
}

.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]) ~ label:after,
    .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.form-control-static ~ 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:focus: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.focus:not([readonly]) ~ .form-control-focus:after {
        background: #327ad5;
    }

    .form-group.form-md-line-input.has-info .form-control.edited:not([readonly]) ~ label, .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]) ~ label, .form-group.form-md-line-input.has-info .form-control.focus:not([readonly]) ~ label {
        color: #327ad5;
    }

    .form-group.form-md-line-input.has-info .form-control.edited:not([readonly]) ~ i, .form-group.form-md-line-input.has-info .form-control.form-control-static ~ i, .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]) ~ i {
        color: #327ad5;
    }

    .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.form-control-static ~ .help-block, .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]) ~ .help-block {
        color: #327ad5;
    }

.form-group.form-md-line-input.has-info .input-group-addon {
    color: #327ad5;
    border-bottom: 1px solid #327ad5;
}

.form-group.form-md-line-input.has-info label {
    color: #327ad5;
}

.form-inline .form-md-line-input {
    margin: 0;
    padding-top: 0;
    margin-right: 20px;
}

    .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-icon > .form-control-focus {
    left: 0 !important;
    right: 0 !important;
}

.form-horizontal .form-group.form-md-line-input .input-group {
    padding-top: 0;
}

    .form-horizontal .form-group.form-md-line-input .input-group > .input-group-btn .btn {
        margin-bottom: 0 !important;
    }

    .form-horizontal .form-group.form-md-line-input .input-group > .input-group-control {
        padding-top: 0;
    }

        .form-horizontal .form-group.form-md-line-input .input-group > .input-group-control > .form-control-focus {
            left: 0 !important;
            right: 0 !important;
        }

    .form-horizontal .form-group.form-md-line-input .input-group > .form-control-focus {
        left: 0 !important;
        right: 0 !important;
    }

.md-checkbox {
    position: relative;
    /* handling click events */
    /* when checkbox is checked */
}

    .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: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.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;
        }

    .md-checkbox label > .box {
        top: 0px;
        border: 2px solid #666;
        height: 20px;
        width: 20px;
        z-index: 5;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        transition-delay: 0.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);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .md-checkbox label > span.inc {
        -webkit-animation: growCircle 0.3s ease;
        -moz-animation: growCircle 0.3s ease;
        animation: growCircle 0.3s ease;
    }

.md-checkbox input[type=checkbox]:checked ~ label > .box {
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-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);
    -moz-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

.md-checkbox input[type=checkbox]:disabled ~ label,
.md-checkbox input[type=checkbox][disabled] ~ label {
    cursor: not-allowed;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

    .md-checkbox input[type=checkbox]:disabled ~ label > .box,
    .md-checkbox input[type=checkbox][disabled] ~ label > .box {
        cursor: not-allowed;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

.md-checkbox input[type=checkbox]:disabled:checked ~ label > .check,
.md-checkbox input[type=checkbox][disabled]:checked ~ label > .check {
    cursor: not-allowed;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.has-error .md-checkbox label,
.has-error.md-checkbox label {
    color: #e73d4a;
}

    .has-error .md-checkbox label > .box,
    .has-error.md-checkbox label > .box {
        border-color: #e73d4a;
    }

    .has-error .md-checkbox label > .check,
    .has-error.md-checkbox label > .check {
        border-color: #e73d4a;
    }

.has-success .md-checkbox label,
.has-success.md-checkbox label {
    color: #27a4b0;
}

    .has-success .md-checkbox label > .box,
    .has-success.md-checkbox label > .box {
        border-color: #27a4b0;
    }

    .has-success .md-checkbox label > .check,
    .has-success.md-checkbox label > .check {
        border-color: #27a4b0;
    }

.has-warning .md-checkbox label,
.has-warning.md-checkbox label {
    color: #c29d0b;
}

    .has-warning .md-checkbox label > .box,
    .has-warning.md-checkbox label > .box {
        border-color: #c29d0b;
    }

    .has-warning .md-checkbox label > .check,
    .has-warning.md-checkbox label > .check {
        border-color: #c29d0b;
    }

.has-info .md-checkbox label,
.has-info.md-checkbox label {
    color: #327ad5;
}

    .has-info .md-checkbox label > .box,
    .has-info.md-checkbox label > .box {
        border-color: #327ad5;
    }

    .has-info .md-checkbox label > .check,
    .has-info.md-checkbox label > .check {
        border-color: #327ad5;
    }

.form-md-checkboxes {
    padding-top: 5px;
}

    .form-md-checkboxes > label {
        font-size: 14px;
        color: #888888;
        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 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 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;
    }

/* bubble animation */
@-webkit-keyframes growCircle {
    0%, 100% {
        -webkit-transform: scale(0);
        opacity: 1;
    }

    70% {
        background: #eee;
        -webkit-transform: scale(1.25);
    }
}

@-moz-keyframes growCircle {
    0%, 100% {
        -moz-transform: scale(0);
        opacity: 1;
    }

    70% {
        background: #eee;
        -moz-transform: scale(1.25);
    }
}

@keyframes growCircle {
    0%, 100% {
        transform: scale(0);
        opacity: 1;
    }

    70% {
        background: #eee;
        transform: scale(1.25);
    }
}

.md-radio {
    position: relative;
    /* handling click events */
    /* when radio is checked */
}

    .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: 0.3s;
            -moz-transition-duration: 0.3s;
            transition-duration: 0.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;
            }

        .md-radio label > .box {
            top: 0px;
            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);
            -moz-transform: scale(0);
            transform: scale(0);
        }

        .md-radio label > span.inc {
            -webkit-animation: growCircleRadio 0.3s ease;
            -moz-animation: growCircleRadio 0.3s ease;
            animation: growCircleRadio 0.3s ease;
        }

    .md-radio input[type=radio]:checked ~ label > .check {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    .md-radio input[type=radio]:disabled ~ label,
    .md-radio input[type=radio][disabled] ~ label {
        cursor: not-allowed;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

        .md-radio input[type=radio]:disabled ~ label > .box,
        .md-radio input[type=radio][disabled] ~ label > .box {
            cursor: not-allowed;
            opacity: 0.7;
            filter: alpha(opacity=70);
        }

    .md-radio input[type=radio]:disabled:checked ~ label > .check,
    .md-radio input[type=radio][disabled]:checked ~ label > .check {
        cursor: not-allowed;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

.has-error .md-radio label,
.has-error.md-radio label {
    color: #e73d4a;
}

    .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: #27a4b0;
}

    .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: #c29d0b;
}

    .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: #327ad5;
}

    .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 {
    padding-top: 5px;
}

    .form-md-radios > label {
        font-size: 14px;
        color: #888888;
        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 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 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;
    }

/* bubble animation */
@-webkit-keyframes growCircleRadio {
    0%, 100% {
        -webkit-transform: scale(0);
        opacity: 1;
    }

    70% {
        background: #eee;
        -webkit-transform: scale(1.25);
    }
}

@-moz-keyframes growCircleRadio {
    0%, 100% {
        -moz-transform: scale(0);
        opacity: 1;
    }

    70% {
        background: #eee;
        -moz-transform: scale(1.25);
    }
}

@keyframes growCircleRadio {
    0%, 100% {
        transform: scale(0);
        opacity: 1;
    }

    70% {
        background: #eee;
        transform: scale(1.25);
    }
}

/***
General typography
***/
/* Links */
a:hover {
    cursor: pointer;
}

/* Primary Link */
.primary-link {
    color: #65A0D0;
    font-weight: 600;
}

    .primary-link:hover {
        color: #5194ca;
    }

p {
    margin: 20px 0;
}

label {
    font-weight: normal;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

    /* Headings helper text */
    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        color: #444444;
    }

    /* Block headings */
    h1.block,
    h2.block,
    h3.block,
    h4.block,
    h5.block,
    h6.block {
        padding-top: 10px;
        padding-bottom: 10px;
    }

/* Links */
a {
    text-shadow: none;
    color: #337ab7;
}

    a:hover {
        color: #23527c;
    }

    a:focus, a:hover, a:active {
        outline: 0;
    }

/* Horizontal break */
hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #cfd7e2;
    border-bottom: 0;
}

/* Unstyled List */
.list-unstyled li > .list-unstyled {
    margin-left: 25px;
}

/* Code */
code {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* Disabled Navigation Link */
.disabled-link.disable-target,
.disabled-link .disable-target {
    opacity: 0.6 !important;
    filter: alpha(opacity=60) !important;
}

    .disabled-link.disable-target:hover,
    .disabled-link .disable-target:hover {
        cursor: not-allowed !important;
    }

.disabled-link:hover {
    cursor: not-allowed !important;
}

/***
Utilities
***/
/* Rounded Element */
.rounded-2 {
    border-radius: 2px !important;
}

.rounded-3 {
    border-radius: 3px !important;
}

.rounded-4 {
    border-radius: 4px !important;
}

/* Circle Element */
.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;
}

/* General utilities */
.display-none,
.display-hide {
    display: none;
}

.hidden {
    display: none !important;
}

.primary-font {
    font-family: "Open Sans", sans-serif !important;
}

.bold {
    font-weight: 700 !important;
}

    .bold.btn {
        letter-spacing: 0;
    }

.sbold {
    font-weight: 600 !important;
}

    .sbold.btn {
        letter-spacing: 0;
    }

.thin {
    font-weight: 300 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.fix-margin {
    margin-left: 0px !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;
}

/* Margin and padding utilities */
.no-space {
    margin: 0px !important;
    padding: 0px !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;
}

/* IE8 & IE9 mode utilities */
.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;
}

/***
Responsive Utils
***/
@media (max-width: 1024px) {
    .hidden-1024 {
        display: none;
    }
}

@media (max-width: 480px) {
    .hidden-480 {
        display: none;
    }
}

@media (max-width: 320px) {
    .hidden-320 {
        display: none;
    }
}

/***
Demo Utils
***/
.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: 10px;
    overflow: auto;
}

.util-btn-margin-bottom-5 .btn {
    margin-bottom: 5px !important;
}

.util-btn-group-margin-bottom-5 .btn-group {
    margin-bottom: 5px !important;
}

.padding-tb-10 {
    padding: 10px 0;
}

.padding-tb-15 {
    padding: 10px 0;
}

.padding-tb-20 {
    padding: 20px 0;
}

/***
Users
***/
.user-info {
    margin-bottom: 10px !important;
}

    .user-info img {
        float: left;
        margin-right: 5px;
    }

    .user-info .details {
        display: inline-block;
    }

    .user-info .label {
        font-weight: 300;
        font-size: 11px;
    }

/***
Custom vertical inline menu
***/
.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;
        }

@media (max-width: 767px) {
    .ver-inline-menu > li.active:after {
        display: none;
    }
}

/***
Separated List
***/
.list-separated {
    margin-top: 10px;
    margin-bottom: 15px;
}

    .list-separated > div:last-child {
        border-right: 0;
    }

@media (max-width: 767px) {
    .list-separated {
        /* 767px */
    }

        .list-separated > div {
            margin-bottom: 20px;
        }
}

/***
Number & Chart Stats
***/
.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 .stat-chart {
        display: inline-block;
        margin: 0 5px;
    }

    .number-stats > div {
        border-right: 1px solid #f5f5f5;
    }

        .number-stats > div:last-child {
            border-right: 0;
        }

    .number-stats .stat-left {
        float: right;
    }

        .number-stats .stat-left .stat-number {
            float: right;
            text-align: right;
        }

        .number-stats .stat-left .stat-chart {
            float: 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 {
        float: left;
    }

/***
General User Record Listing
***/
.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:before, .general-item-list > .item > .item-head:after {
            content: " ";
            display: table;
        }

        .general-item-list > .item > .item-head:after {
            clear: both;
        }

        .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;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                -ms-border-radius: 100%;
                -o-border-radius: 100%;
                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 dropzone
***/
.file-drop-zone {
    border: 2px dashed #ddd;
    padding: 30px;
    text-align: center;
}

    .file-drop-zone.file-drop-zone-over {
        border-color: #aaa;
    }

.m-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .m-grid.m-grid-auto {
        width: auto;
    }

    .m-grid.m-grid-full-height {
        height: 100%;
    }

        .m-grid.m-grid-full-height > .m-grid-row {
            height: 100%;
            position: static;
        }

            .m-grid.m-grid-full-height > .m-grid-row > .m-grid-col {
                height: 100%;
            }

        .m-grid.m-grid-full-height > .m-grid-col {
            height: 100%;
        }

    .m-grid .m-grid-row {
        display: table-row;
    }

        .m-grid .m-grid-row.m-grid-row-full-height {
            height: 100%;
            position: static;
        }

        .m-grid .m-grid-row.m-grid-row-auto-height {
            height: auto;
        }

            .m-grid .m-grid-row.m-grid-row-auto-height > .m-grid-col {
                height: auto;
            }

    .m-grid .m-grid-col {
        display: table-cell;
        text-align: left;
        vertical-align: top;
    }

        .m-grid .m-grid-col.m-grid-col-full-width {
            width: 100%;
        }

        .m-grid .m-grid-col.m-grid-col-full-height {
            height: 100%;
        }

        .m-grid .m-grid-col.m-grid-col-auto-height {
            height: auto;
        }

        .m-grid .m-grid-col.m-grid-col-top {
            vertical-align: top;
        }

        .m-grid .m-grid-col.m-grid-col-middle {
            vertical-align: middle;
        }

        .m-grid .m-grid-col.m-grid-col-bottom {
            vertical-align: bottom;
        }

        .m-grid .m-grid-col.m-grid-col-left {
            text-align: left;
        }

        .m-grid .m-grid-col.m-grid-col-center {
            text-align: center;
        }

        .m-grid .m-grid-col.m-grid-col-right {
            text-align: right;
        }

        .m-grid .m-grid-col:not(.m-grid-col-middle):not(.m-grid-col-bottom) {
            vertical-align: top;
        }

        .m-grid .m-grid-col.m-grid-col-xs, .m-grid .m-grid-col.m-grid-col-sm, .m-grid .m-grid-col.m-grid-col-md, .m-grid .m-grid-col.m-grid-col-lg {
            width: 100%;
            display: block;
        }

    .m-grid.m-grid-demo .m-grid-col {
        border: 1px solid #ddd;
        background: #fafafa;
        height: 100px;
    }

.m-grid-col-xs-1 {
    width: 8.33333%;
}

.m-grid-col-xs-2 {
    width: 16.66667%;
}

.m-grid-col-xs-3 {
    width: 25%;
}

.m-grid-col-xs-4 {
    width: 33.33333%;
}

.m-grid-col-xs-5 {
    width: 41.66667%;
}

.m-grid-col-xs-6 {
    width: 50%;
}

.m-grid-col-xs-7 {
    width: 58.33333%;
}

.m-grid-col-xs-8 {
    width: 66.66667%;
}

.m-grid-col-xs-9 {
    width: 75%;
}

.m-grid-col-xs-10 {
    width: 83.33333%;
}

.m-grid-col-xs-11 {
    width: 91.66667%;
}

.m-grid-col-xs-12 {
    width: 100%;
}

@media (min-width: 767px) {
    .m-grid-col-sm-1 {
        width: 8.33333%;
    }

    .m-grid-col-sm-2 {
        width: 16.66667%;
    }

    .m-grid-col-sm-3 {
        width: 25%;
    }

    .m-grid-col-sm-4 {
        width: 33.33333%;
    }

    .m-grid-col-sm-5 {
        width: 41.66667%;
    }

    .m-grid-col-sm-6 {
        width: 50%;
    }

    .m-grid-col-sm-7 {
        width: 58.33333%;
    }

    .m-grid-col-sm-8 {
        width: 66.66667%;
    }

    .m-grid-col-sm-9 {
        width: 75%;
    }

    .m-grid-col-sm-10 {
        width: 83.33333%;
    }

    .m-grid-col-sm-11 {
        width: 91.66667%;
    }

    .m-grid-col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 991px) {
    .m-grid-col-md-1 {
        width: 8.33333%;
    }

    .m-grid-col-md-2 {
        width: 16.66667%;
    }

    .m-grid-col-md-3 {
        width: 25%;
    }

    .m-grid-col-md-4 {
        width: 33.33333%;
    }

    .m-grid-col-md-5 {
        width: 41.66667%;
    }

    .m-grid-col-md-6 {
        width: 50%;
    }

    .m-grid-col-md-7 {
        width: 58.33333%;
    }

    .m-grid-col-md-8 {
        width: 66.66667%;
    }

    .m-grid-col-md-9 {
        width: 75%;
    }

    .m-grid-col-md-10 {
        width: 83.33333%;
    }

    .m-grid-col-md-11 {
        width: 91.66667%;
    }

    .m-grid-col-md-12 {
        width: 100%;
    }
}

@media (min-width: 1259px) {
    .m-grid-col-lg-1 {
        width: 8.33333%;
    }

    .m-grid-col-lg-2 {
        width: 16.66667%;
    }

    .m-grid-col-lg-3 {
        width: 25%;
    }

    .m-grid-col-lg-4 {
        width: 33.33333%;
    }

    .m-grid-col-lg-5 {
        width: 41.66667%;
    }

    .m-grid-col-lg-6 {
        width: 50%;
    }

    .m-grid-col-lg-7 {
        width: 58.33333%;
    }

    .m-grid-col-lg-8 {
        width: 66.66667%;
    }

    .m-grid-col-lg-9 {
        width: 75%;
    }

    .m-grid-col-lg-10 {
        width: 83.33333%;
    }

    .m-grid-col-lg-11 {
        width: 91.66667%;
    }

    .m-grid-col-lg-12 {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .m-grid.m-grid-responsive-xs {
        display: block;
        width: auto;
    }

        .m-grid.m-grid-responsive-xs > .m-grid-row,
        .m-grid.m-grid-responsive-xs > .m-grid-row > .m-grid-col,
        .m-grid.m-grid-responsive-xs > .m-grid-col {
            display: block;
            width: auto;
            height: auto;
        }

        .m-grid.m-grid-responsive-xs > .m-grid-row {
            display: flex;
            flex-flow: column;
        }

        .m-grid.m-grid-responsive-xs.m-grid-flex {
            display: flex;
            flex-flow: column;
        }

            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-row > .m-grid-col-order-2,
            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-col-order-2 {
                order: 2;
            }

            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-row > .m-grid-col-order-3,
            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-col-order-3 {
                order: 3;
            }

            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-row > .m-grid-col-order-4,
            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-col-order-4 {
                order: 4;
            }

            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-row > .m-grid-col-order-5,
            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-col-order-5 {
                order: 5;
            }

            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-row > .m-grid-col-order-6,
            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-col-order-6 {
                order: 6;
            }

            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-row > .m-grid-col-order-7,
            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-col-order-7 {
                order: 7;
            }

            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-row > .m-grid-col-order-8,
            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-col-order-8 {
                order: 8;
            }

            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-row > .m-grid-col-order-9,
            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-col-order-9 {
                order: 9;
            }

            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-row > .m-grid-col-order-10,
            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-col-order-10 {
                order: 10;
            }

            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-row > .m-grid-col-order-11,
            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-col-order-11 {
                order: 11;
            }

            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-row > .m-grid-col-order-12,
            .m-grid.m-grid-responsive-xs.m-grid-flex > .m-grid-col-order-12 {
                order: 12;
            }
}

@media (max-width: 767px) {
    .m-grid.m-grid-responsive-sm {
        display: block;
        width: auto;
    }

        .m-grid.m-grid-responsive-sm > .m-grid-row,
        .m-grid.m-grid-responsive-sm > .m-grid-row > .m-grid-col,
        .m-grid.m-grid-responsive-sm > .m-grid-col {
            display: block;
            width: auto;
            height: auto;
        }

        .m-grid.m-grid-responsive-sm > .m-grid-row {
            display: flex;
            flex-flow: column;
        }

        .m-grid.m-grid-responsive-sm.m-grid-flex {
            display: flex;
            flex-flow: column;
        }

            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-2,
            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-2 {
                order: 2;
            }

            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-3,
            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-3 {
                order: 3;
            }

            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-4,
            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-4 {
                order: 4;
            }

            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-5,
            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-5 {
                order: 5;
            }

            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-6,
            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-6 {
                order: 6;
            }

            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-7,
            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-7 {
                order: 7;
            }

            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-8,
            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-8 {
                order: 8;
            }

            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-9,
            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-9 {
                order: 9;
            }

            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-10,
            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-10 {
                order: 10;
            }

            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-11,
            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-11 {
                order: 11;
            }

            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-12,
            .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-12 {
                order: 12;
            }
}

@media (max-width: 991px) {
    .m-grid.m-grid-responsive-md {
        display: block;
        width: auto;
    }

        .m-grid.m-grid-responsive-md > .m-grid-row,
        .m-grid.m-grid-responsive-md > .m-grid-row > .m-grid-col,
        .m-grid.m-grid-responsive-md > .m-grid-col {
            display: block;
            width: auto;
            height: auto;
        }

        .m-grid.m-grid-responsive-md > .m-grid-row {
            display: flex;
            flex-flow: column;
        }

        .m-grid.m-grid-responsive-md.m-grid-flex {
            display: flex;
            flex-flow: column;
        }

            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-row > .m-grid-col-order-2,
            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-col-order-2 {
                order: 2;
            }

            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-row > .m-grid-col-order-3,
            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-col-order-3 {
                order: 3;
            }

            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-row > .m-grid-col-order-4,
            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-col-order-4 {
                order: 4;
            }

            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-row > .m-grid-col-order-5,
            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-col-order-5 {
                order: 5;
            }

            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-row > .m-grid-col-order-6,
            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-col-order-6 {
                order: 6;
            }

            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-row > .m-grid-col-order-7,
            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-col-order-7 {
                order: 7;
            }

            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-row > .m-grid-col-order-8,
            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-col-order-8 {
                order: 8;
            }

            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-row > .m-grid-col-order-9,
            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-col-order-9 {
                order: 9;
            }

            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-row > .m-grid-col-order-10,
            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-col-order-10 {
                order: 10;
            }

            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-row > .m-grid-col-order-11,
            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-col-order-11 {
                order: 11;
            }

            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-row > .m-grid-col-order-12,
            .m-grid.m-grid-responsive-md.m-grid-flex > .m-grid-col-order-12 {
                order: 12;
            }
}

@media (max-width: 1259px) {
    .m-grid.m-grid-responsive-lg {
        display: block;
        width: auto;
    }

        .m-grid.m-grid-responsive-lg > .m-grid-row,
        .m-grid.m-grid-responsive-lg > .m-grid-row > .m-grid-col,
        .m-grid.m-grid-responsive-lg > .m-grid-col {
            display: block;
            width: auto;
            height: auto;
        }

        .m-grid.m-grid-responsive-lg > .m-grid-row {
            display: flex;
            flex-flow: column;
        }

        .m-grid.m-grid-responsive-lg.m-grid-flex {
            display: flex;
            flex-flow: column;
        }

            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-row > .m-grid-col-order-2,
            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-col-order-2 {
                order: 2;
            }

            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-row > .m-grid-col-order-3,
            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-col-order-3 {
                order: 3;
            }

            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-row > .m-grid-col-order-4,
            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-col-order-4 {
                order: 4;
            }

            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-row > .m-grid-col-order-5,
            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-col-order-5 {
                order: 5;
            }

            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-row > .m-grid-col-order-6,
            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-col-order-6 {
                order: 6;
            }

            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-row > .m-grid-col-order-7,
            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-col-order-7 {
                order: 7;
            }

            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-row > .m-grid-col-order-8,
            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-col-order-8 {
                order: 8;
            }

            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-row > .m-grid-col-order-9,
            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-col-order-9 {
                order: 9;
            }

            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-row > .m-grid-col-order-10,
            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-col-order-10 {
                order: 10;
            }

            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-row > .m-grid-col-order-11,
            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-col-order-11 {
                order: 11;
            }

            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-row > .m-grid-col-order-12,
            .m-grid.m-grid-responsive-lg.m-grid-flex > .m-grid-col-order-12 {
                order: 12;
            }
}

/***
Fontawesome Icons
***/
[class^="fa-"]:not(.fa-stack),
[class^="glyphicon-"],
[class^="icon-"],
[class*=" fa-"]:not(.fa-stack),
[class*=" glyphicon-"],
[class*=" icon-"] {
    display: inline-block;
    *margin-right: .3em;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}

/* Make font awesome icons fixed width */
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 {
        /* increased font size for icon-large */
        width: 1.5625em;
    }

/* Icon states */
.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;
}

/***
Font Awesome 4.x Demo
***/
.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;
    }

/***
Simple Line Icons Demo
***/
.simplelineicons-demo .item-box {
    display: inline-block;
    font-size: 16px;
    margin: 0 -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%;
    }

        .simplelineicons-demo .item-box .item span {
            font-size: 22px;
        }

@media only screen and (min-width: 768px) {
    .simplelineicons-demo .item-box {
        width: 33.333%;
    }
}

/*** 
Glyphicons Demo
***/
.glyphicons-demo ul {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

.bs-glyphicon-class {
    text-align: center;
}

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

.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);
}

@media (min-width: 768px) {
    .glyphicons-demo ul li {
        width: 12.5%;
    }
}

/***
Customized Bootstrap Alerts
***/
.alert {
    border-width: 1px;
}

    .alert > p {
        margin: 0;
    }

    .alert.alert-borderless {
        border: 0;
    }

/***
Custom Bootstrap Badges
***/
.badge {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    height: 18px;
    color: #fff;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

    .badge.badge-roundless {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .badge.badge-empty {
        display: inline-block;
        padding: 0;
        min-width: 8px;
        height: 8px;
        width: 8px;
    }

/* Badge variants */
.badge-default {
    background-color: #bac3d0;
    background-image: none;
}

.badge-primary {
    background-color: #337ab7;
    background-image: none;
}

.badge-info {
    background-color: #659be0;
    background-image: none;
}

.badge-success {
    background-color: #36c6d3;
    background-image: none;
}

.badge-danger {
    background-color: #ed6b75;
    background-image: none;
}

.badge-warning {
    background-color: #F1C40F;
    background-image: none;
}

/* Fix badge position for navs */
.nav.nav-pills > li > a > .badge,
.nav.nav-stacked > li > a > .badge {
    margin-top: -2px;
}

/***
Dropdown Menu Badges
***/
.dropdown-menu > li > a > .badge {
    position: absolute;
    margin-top: 1px;
    right: 3px;
    display: inline;
}

.dropdown-menu.badge-roundless {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/***
Custom buttons based on bootstrap SASS
***/
.btn {
    outline: none !important;
    box-shadow: none !important;
}

    .btn:hover {
        transition: all 0.3s;
    }

    .btn:not(.btn-sm):not(.btn-lg) {
        line-height: 1.44;
    }

    /***
Custom color buttons 
***/
    .btn.white:not(.btn-outline) {
        color: #666;
        background-color: #ffffff;
        border-color: #ffffff;
    }

        .btn.white:not(.btn-outline):focus, .btn.white:not(.btn-outline).focus {
            color: #666;
            background-color: #e6e6e6;
            border-color: #bfbfbf;
        }

        .btn.white:not(.btn-outline):hover {
            color: #666;
            background-color: #e6e6e6;
            border-color: #e0e0e0;
        }

        .btn.white:not(.btn-outline):active, .btn.white:not(.btn-outline).active,
        .open > .btn.white:not(.btn-outline).dropdown-toggle {
            color: #666;
            background-color: #e6e6e6;
            border-color: #e0e0e0;
        }

            .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, .btn.white:not(.btn-outline).active:focus, .btn.white:not(.btn-outline).active.focus,
            .open > .btn.white:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.white:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.white:not(.btn-outline).dropdown-toggle.focus {
                color: #666;
                background-color: #d4d4d4;
                border-color: #bfbfbf;
            }

        .btn.white:not(.btn-outline):active, .btn.white:not(.btn-outline).active,
        .open > .btn.white:not(.btn-outline).dropdown-toggle {
            background-image: none;
        }

        .btn.white:not(.btn-outline).disabled:hover, .btn.white:not(.btn-outline).disabled:focus, .btn.white:not(.btn-outline).disabled.focus, .btn.white:not(.btn-outline)[disabled]:hover, .btn.white:not(.btn-outline)[disabled]:focus, .btn.white:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.white:not(.btn-outline):hover,
        fieldset[disabled] .btn.white:not(.btn-outline):focus,
        fieldset[disabled] .btn.white:not(.btn-outline).focus {
            background-color: #ffffff;
            border-color: #ffffff;
        }

        .btn.white:not(.btn-outline) .badge {
            color: #ffffff;
            background-color: #666;
        }

    .btn.btn-outline.white {
        border-color: #ffffff;
        color: #ffffff;
        background: none;
    }

        .btn.btn-outline.white:hover, .btn.btn-outline.white:active, .btn.btn-outline.white:active:hover, .btn.btn-outline.white:active:focus, .btn.btn-outline.white:focus, .btn.btn-outline.white.active {
            border-color: #ffffff;
            color: #666;
            background-color: #ffffff;
        }

    .btn.white-stripe {
        border-left: 4px solid #ffffff !important;
    }

    .btn.white.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.default:not(.btn-outline) {
        color: #666;
        background-color: #e1e5ec;
        border-color: #e1e5ec;
    }

        .btn.default:not(.btn-outline):focus, .btn.default:not(.btn-outline).focus {
            color: #666;
            background-color: #c2cad8;
            border-color: #93a1bb;
        }

        .btn.default:not(.btn-outline):hover {
            color: #666;
            background-color: #c2cad8;
            border-color: #bcc5d4;
        }

        .btn.default:not(.btn-outline):active, .btn.default:not(.btn-outline).active,
        .open > .btn.default:not(.btn-outline).dropdown-toggle {
            color: #666;
            background-color: #c2cad8;
            border-color: #bcc5d4;
        }

            .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, .btn.default:not(.btn-outline).active:focus, .btn.default:not(.btn-outline).active.focus,
            .open > .btn.default:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.default:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.default:not(.btn-outline).dropdown-toggle.focus {
                color: #666;
                background-color: #acb7ca;
                border-color: #93a1bb;
            }

        .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:hover, .btn.default:not(.btn-outline).disabled:focus, .btn.default:not(.btn-outline).disabled.focus, .btn.default:not(.btn-outline)[disabled]:hover, .btn.default:not(.btn-outline)[disabled]:focus, .btn.default:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.default:not(.btn-outline):hover,
        fieldset[disabled] .btn.default:not(.btn-outline):focus,
        fieldset[disabled] .btn.default:not(.btn-outline).focus {
            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: none;
    }

        .btn.btn-outline.default:hover, .btn.btn-outline.default:active, .btn.btn-outline.default:active:hover, .btn.btn-outline.default:active:focus, .btn.btn-outline.default:focus, .btn.btn-outline.default.active {
            border-color: #e1e5ec;
            color: #666;
            background-color: #e1e5ec;
        }

    .btn.default-stripe {
        border-left: 4px solid #e1e5ec !important;
    }

    .btn.default.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.dark:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #363840;
        border-color: #363840;
    }

        .btn.dark:not(.btn-outline):focus, .btn.dark:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #181c1f;
            border-color: black;
        }

        .btn.dark:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #707E94;
            border-color: #707E94;
        }

        .btn.dark:not(.btn-outline):active, .btn.dark:not(.btn-outline).active,
        .open > .btn.dark:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #181c1f;
            border-color: #141619;
        }

            .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, .btn.dark:not(.btn-outline).active:focus, .btn.dark:not(.btn-outline).active.focus,
            .open > .btn.dark:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.dark:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.dark:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #090a0b;
                border-color: black;
            }

        .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:hover, .btn.dark:not(.btn-outline).disabled:focus, .btn.dark:not(.btn-outline).disabled.focus, .btn.dark:not(.btn-outline)[disabled]:hover, .btn.dark:not(.btn-outline)[disabled]:focus, .btn.dark:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.dark:not(.btn-outline):hover,
        fieldset[disabled] .btn.dark:not(.btn-outline):focus,
        fieldset[disabled] .btn.dark:not(.btn-outline).focus {
            background-color: #2f353b;
            border-color: #2f353b;
        }

        .btn.dark:not(.btn-outline) .badge {
            color: #2f353b;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.dark {
        border-color: #2f353b;
        color: #2f353b;
        background: none;
    }

        .btn.btn-outline.dark:hover, .btn.btn-outline.dark:active, .btn.btn-outline.dark:active:hover, .btn.btn-outline.dark:active:focus, .btn.btn-outline.dark:focus, .btn.btn-outline.dark.active {
            border-color: #2f353b;
            color: #FFFFFF;
            background-color: #2f353b;
        }

    .btn.dark-stripe {
        border-left: 4px solid #2f353b !important;
    }

    .btn.dark.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.blue:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #5080FB;
        border-color: #5080FB;
    }

        .btn.blue:not(.btn-outline):focus, .btn.blue:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #217ebd;
            border-color: #15527c;
        }

        .btn.blue:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #3C60BC;
            border-color: #3C60BC;
        }

        .btn.blue:not(.btn-outline):active, .btn.blue:not(.btn-outline).active,
        .open > .btn.blue:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #217ebd;
            border-color: #1f78b5;
        }

            .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, .btn.blue:not(.btn-outline).active:focus, .btn.blue:not(.btn-outline).active.focus,
            .open > .btn.blue:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.blue:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.blue:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #1c699f;
                border-color: #15527c;
            }

        .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:hover, .btn.blue:not(.btn-outline).disabled:focus, .btn.blue:not(.btn-outline).disabled.focus, .btn.blue:not(.btn-outline)[disabled]:hover, .btn.blue:not(.btn-outline)[disabled]:focus, .btn.blue:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.blue:not(.btn-outline):hover,
        fieldset[disabled] .btn.blue:not(.btn-outline):focus,
        fieldset[disabled] .btn.blue:not(.btn-outline).focus {
            background-color: #3598dc;
            border-color: #3598dc;
        }

        .btn.blue:not(.btn-outline) .badge {
            color: #3598dc;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.blue {
        border-color: #3598dc;
        color: #3598dc;
        background: none;
    }

        .btn.btn-outline.blue:hover, .btn.btn-outline.blue:active, .btn.btn-outline.blue:active:hover, .btn.btn-outline.blue:active:focus, .btn.btn-outline.blue:focus, .btn.btn-outline.blue.active {
            border-color: #3598dc;
            color: #FFFFFF;
            background-color: #3598dc;
        }

    .btn.blue-stripe {
        border-left: 4px solid #3598dc !important;
    }

    .btn.blue.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.blue-madison:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #578ebe;
        border-color: #578ebe;
    }

        .btn.blue-madison:not(.btn-outline):focus, .btn.blue-madison:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #3f74a3;
            border-color: #2a4d6c;
        }

        .btn.blue-madison:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #3f74a3;
            border-color: #3c6f9c;
        }

        .btn.blue-madison:not(.btn-outline):active, .btn.blue-madison:not(.btn-outline).active,
        .open > .btn.blue-madison:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #3f74a3;
            border-color: #3c6f9c;
        }

            .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, .btn.blue-madison:not(.btn-outline).active:focus, .btn.blue-madison:not(.btn-outline).active.focus,
            .open > .btn.blue-madison:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.blue-madison:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.blue-madison:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #356289;
                border-color: #2a4d6c;
            }

        .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:hover, .btn.blue-madison:not(.btn-outline).disabled:focus, .btn.blue-madison:not(.btn-outline).disabled.focus, .btn.blue-madison:not(.btn-outline)[disabled]:hover, .btn.blue-madison:not(.btn-outline)[disabled]:focus, .btn.blue-madison:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.blue-madison:not(.btn-outline):hover,
        fieldset[disabled] .btn.blue-madison:not(.btn-outline):focus,
        fieldset[disabled] .btn.blue-madison:not(.btn-outline).focus {
            background-color: #578ebe;
            border-color: #578ebe;
        }

        .btn.blue-madison:not(.btn-outline) .badge {
            color: #578ebe;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.blue-madison {
        border-color: #578ebe;
        color: #578ebe;
        background: none;
    }

        .btn.btn-outline.blue-madison:hover, .btn.btn-outline.blue-madison:active, .btn.btn-outline.blue-madison:active:hover, .btn.btn-outline.blue-madison:active:focus, .btn.btn-outline.blue-madison:focus, .btn.btn-outline.blue-madison.active {
            border-color: #578ebe;
            color: #FFFFFF;
            background-color: #578ebe;
        }

    .btn.blue-madison-stripe {
        border-left: 4px solid #578ebe !important;
    }

    .btn.blue-madison.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.blue-chambray:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #2C3E50;
        border-color: #2C3E50;
    }

        .btn.blue-chambray:not(.btn-outline):focus, .btn.blue-chambray:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #1a252f;
            border-color: black;
        }

        .btn.blue-chambray:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #1a252f;
            border-color: #161f29;
        }

        .btn.blue-chambray:not(.btn-outline):active, .btn.blue-chambray:not(.btn-outline).active,
        .open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #1a252f;
            border-color: #161f29;
        }

            .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, .btn.blue-chambray:not(.btn-outline).active:focus, .btn.blue-chambray:not(.btn-outline).active.focus,
            .open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.blue-chambray:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #0d1318;
                border-color: black;
            }

        .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:hover, .btn.blue-chambray:not(.btn-outline).disabled:focus, .btn.blue-chambray:not(.btn-outline).disabled.focus, .btn.blue-chambray:not(.btn-outline)[disabled]:hover, .btn.blue-chambray:not(.btn-outline)[disabled]:focus, .btn.blue-chambray:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.blue-chambray:not(.btn-outline):hover,
        fieldset[disabled] .btn.blue-chambray:not(.btn-outline):focus,
        fieldset[disabled] .btn.blue-chambray:not(.btn-outline).focus {
            background-color: #2C3E50;
            border-color: #2C3E50;
        }

        .btn.blue-chambray:not(.btn-outline) .badge {
            color: #2C3E50;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.blue-chambray {
        border-color: #2C3E50;
        color: #2C3E50;
        background: none;
    }

        .btn.btn-outline.blue-chambray:hover, .btn.btn-outline.blue-chambray:active, .btn.btn-outline.blue-chambray:active:hover, .btn.btn-outline.blue-chambray:active:focus, .btn.btn-outline.blue-chambray:focus, .btn.btn-outline.blue-chambray.active {
            border-color: #2C3E50;
            color: #FFFFFF;
            background-color: #2C3E50;
        }

    .btn.blue-chambray-stripe {
        border-left: 4px solid #2C3E50 !important;
    }

    .btn.blue-chambray.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.blue-ebonyclay:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #22313F;
        border-color: #22313F;
    }

        .btn.blue-ebonyclay:not(.btn-outline):focus, .btn.blue-ebonyclay:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #10171e;
            border-color: black;
        }

        .btn.blue-ebonyclay:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #10171e;
            border-color: #0d1217;
        }

        .btn.blue-ebonyclay:not(.btn-outline):active, .btn.blue-ebonyclay:not(.btn-outline).active,
        .open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #10171e;
            border-color: #0d1217;
        }

            .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, .btn.blue-ebonyclay:not(.btn-outline).active:focus, .btn.blue-ebonyclay:not(.btn-outline).active.focus,
            .open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.blue-ebonyclay:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #040507;
                border-color: black;
            }

        .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:hover, .btn.blue-ebonyclay:not(.btn-outline).disabled:focus, .btn.blue-ebonyclay:not(.btn-outline).disabled.focus, .btn.blue-ebonyclay:not(.btn-outline)[disabled]:hover, .btn.blue-ebonyclay:not(.btn-outline)[disabled]:focus, .btn.blue-ebonyclay:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline):hover,
        fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline):focus,
        fieldset[disabled] .btn.blue-ebonyclay:not(.btn-outline).focus {
            background-color: #22313F;
            border-color: #22313F;
        }

        .btn.blue-ebonyclay:not(.btn-outline) .badge {
            color: #22313F;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.blue-ebonyclay {
        border-color: #22313F;
        color: #22313F;
        background: none;
    }

        .btn.btn-outline.blue-ebonyclay:hover, .btn.btn-outline.blue-ebonyclay:active, .btn.btn-outline.blue-ebonyclay:active:hover, .btn.btn-outline.blue-ebonyclay:active:focus, .btn.btn-outline.blue-ebonyclay:focus, .btn.btn-outline.blue-ebonyclay.active {
            border-color: #22313F;
            color: #FFFFFF;
            background-color: #22313F;
        }

    .btn.blue-ebonyclay-stripe {
        border-left: 4px solid #22313F !important;
    }

    .btn.blue-ebonyclay.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.blue-hoki:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #67809F;
        border-color: #67809F;
    }

        .btn.blue-hoki:not(.btn-outline):focus, .btn.blue-hoki:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #526781;
            border-color: #344252;
        }

        .btn.blue-hoki:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #526781;
            border-color: #4e627b;
        }

        .btn.blue-hoki:not(.btn-outline):active, .btn.blue-hoki:not(.btn-outline).active,
        .open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #526781;
            border-color: #4e627b;
        }

            .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, .btn.blue-hoki:not(.btn-outline).active:focus, .btn.blue-hoki:not(.btn-outline).active.focus,
            .open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.blue-hoki:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #44566b;
                border-color: #344252;
            }

        .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:hover, .btn.blue-hoki:not(.btn-outline).disabled:focus, .btn.blue-hoki:not(.btn-outline).disabled.focus, .btn.blue-hoki:not(.btn-outline)[disabled]:hover, .btn.blue-hoki:not(.btn-outline)[disabled]:focus, .btn.blue-hoki:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.blue-hoki:not(.btn-outline):hover,
        fieldset[disabled] .btn.blue-hoki:not(.btn-outline):focus,
        fieldset[disabled] .btn.blue-hoki:not(.btn-outline).focus {
            background-color: #67809F;
            border-color: #67809F;
        }

        .btn.blue-hoki:not(.btn-outline) .badge {
            color: #67809F;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.blue-hoki {
        border-color: #67809F;
        color: #67809F;
        background: none;
    }

        .btn.btn-outline.blue-hoki:hover, .btn.btn-outline.blue-hoki:active, .btn.btn-outline.blue-hoki:active:hover, .btn.btn-outline.blue-hoki:active:focus, .btn.btn-outline.blue-hoki:focus, .btn.btn-outline.blue-hoki.active {
            border-color: #67809F;
            color: #FFFFFF;
            background-color: #67809F;
        }

    .btn.blue-hoki-stripe {
        border-left: 4px solid #67809F !important;
    }

    .btn.blue-hoki.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.blue-steel:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #4B77BE;
        border-color: #4B77BE;
    }

        .btn.blue-steel:not(.btn-outline):focus, .btn.blue-steel:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #395f9d;
            border-color: #243d65;
        }

        .btn.blue-steel:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #395f9d;
            border-color: #365b96;
        }

        .btn.blue-steel:not(.btn-outline):active, .btn.blue-steel:not(.btn-outline).active,
        .open > .btn.blue-steel:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #395f9d;
            border-color: #365b96;
        }

            .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, .btn.blue-steel:not(.btn-outline).active:focus, .btn.blue-steel:not(.btn-outline).active.focus,
            .open > .btn.blue-steel:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.blue-steel:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.blue-steel:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #2f4f83;
                border-color: #243d65;
            }

        .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:hover, .btn.blue-steel:not(.btn-outline).disabled:focus, .btn.blue-steel:not(.btn-outline).disabled.focus, .btn.blue-steel:not(.btn-outline)[disabled]:hover, .btn.blue-steel:not(.btn-outline)[disabled]:focus, .btn.blue-steel:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.blue-steel:not(.btn-outline):hover,
        fieldset[disabled] .btn.blue-steel:not(.btn-outline):focus,
        fieldset[disabled] .btn.blue-steel:not(.btn-outline).focus {
            background-color: #4B77BE;
            border-color: #4B77BE;
        }

        .btn.blue-steel:not(.btn-outline) .badge {
            color: #4B77BE;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.blue-steel {
        border-color: #4B77BE;
        color: #4B77BE;
        background: none;
    }

        .btn.btn-outline.blue-steel:hover, .btn.btn-outline.blue-steel:active, .btn.btn-outline.blue-steel:active:hover, .btn.btn-outline.blue-steel:active:focus, .btn.btn-outline.blue-steel:focus, .btn.btn-outline.blue-steel.active {
            border-color: #4B77BE;
            color: #FFFFFF;
            background-color: #4B77BE;
        }

    .btn.blue-steel-stripe {
        border-left: 4px solid #4B77BE !important;
    }

    .btn.blue-steel.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.blue-soft:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #4c87b9;
        border-color: #4c87b9;
    }

        .btn.blue-soft:not(.btn-outline):focus, .btn.blue-soft:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #3b6d97;
            border-color: #264560;
        }

        .btn.blue-soft:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #3b6d97;
            border-color: #386890;
        }

        .btn.blue-soft:not(.btn-outline):active, .btn.blue-soft:not(.btn-outline).active,
        .open > .btn.blue-soft:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #3b6d97;
            border-color: #386890;
        }

            .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, .btn.blue-soft:not(.btn-outline).active:focus, .btn.blue-soft:not(.btn-outline).active.focus,
            .open > .btn.blue-soft:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.blue-soft:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.blue-soft:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #315a7d;
                border-color: #264560;
            }

        .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:hover, .btn.blue-soft:not(.btn-outline).disabled:focus, .btn.blue-soft:not(.btn-outline).disabled.focus, .btn.blue-soft:not(.btn-outline)[disabled]:hover, .btn.blue-soft:not(.btn-outline)[disabled]:focus, .btn.blue-soft:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.blue-soft:not(.btn-outline):hover,
        fieldset[disabled] .btn.blue-soft:not(.btn-outline):focus,
        fieldset[disabled] .btn.blue-soft:not(.btn-outline).focus {
            background-color: #4c87b9;
            border-color: #4c87b9;
        }

        .btn.blue-soft:not(.btn-outline) .badge {
            color: #4c87b9;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.blue-soft {
        border-color: #4c87b9;
        color: #4c87b9;
        background: none;
    }

        .btn.btn-outline.blue-soft:hover, .btn.btn-outline.blue-soft:active, .btn.btn-outline.blue-soft:active:hover, .btn.btn-outline.blue-soft:active:focus, .btn.btn-outline.blue-soft:focus, .btn.btn-outline.blue-soft.active {
            border-color: #4c87b9;
            color: #FFFFFF;
            background-color: #4c87b9;
        }

    .btn.blue-soft-stripe {
        border-left: 4px solid #4c87b9 !important;
    }

    .btn.blue-soft.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.blue-dark:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #5e738b;
        border-color: #5e738b;
    }

        .btn.blue-dark:not(.btn-outline):focus, .btn.blue-dark:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #495a6d;
            border-color: #2b343f;
        }

        .btn.blue-dark:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #495a6d;
            border-color: #455566;
        }

        .btn.blue-dark:not(.btn-outline):active, .btn.blue-dark:not(.btn-outline).active,
        .open > .btn.blue-dark:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #495a6d;
            border-color: #455566;
        }

            .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, .btn.blue-dark:not(.btn-outline).active:focus, .btn.blue-dark:not(.btn-outline).active.focus,
            .open > .btn.blue-dark:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.blue-dark:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.blue-dark:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #3b4857;
                border-color: #2b343f;
            }

        .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:hover, .btn.blue-dark:not(.btn-outline).disabled:focus, .btn.blue-dark:not(.btn-outline).disabled.focus, .btn.blue-dark:not(.btn-outline)[disabled]:hover, .btn.blue-dark:not(.btn-outline)[disabled]:focus, .btn.blue-dark:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.blue-dark:not(.btn-outline):hover,
        fieldset[disabled] .btn.blue-dark:not(.btn-outline):focus,
        fieldset[disabled] .btn.blue-dark:not(.btn-outline).focus {
            background-color: #5e738b;
            border-color: #5e738b;
        }

        .btn.blue-dark:not(.btn-outline) .badge {
            color: #5e738b;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.blue-dark {
        border-color: #5e738b;
        color: #5e738b;
        background: none;
    }

        .btn.btn-outline.blue-dark:hover, .btn.btn-outline.blue-dark:active, .btn.btn-outline.blue-dark:active:hover, .btn.btn-outline.blue-dark:active:focus, .btn.btn-outline.blue-dark:focus, .btn.btn-outline.blue-dark.active {
            border-color: #5e738b;
            color: #FFFFFF;
            background-color: #5e738b;
        }

    .btn.blue-dark-stripe {
        border-left: 4px solid #5e738b !important;
    }

    .btn.blue-dark.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.blue-sharp:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #5C9BD1;
        border-color: #5C9BD1;
    }

        .btn.blue-sharp:not(.btn-outline):focus, .btn.blue-sharp:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #3782c3;
            border-color: #265a87;
        }

        .btn.blue-sharp:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #3782c3;
            border-color: #357dbb;
        }

        .btn.blue-sharp:not(.btn-outline):active, .btn.blue-sharp:not(.btn-outline).active,
        .open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #3782c3;
            border-color: #357dbb;
        }

            .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, .btn.blue-sharp:not(.btn-outline).active:focus, .btn.blue-sharp:not(.btn-outline).active.focus,
            .open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.blue-sharp:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #2f70a7;
                border-color: #265a87;
            }

        .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:hover, .btn.blue-sharp:not(.btn-outline).disabled:focus, .btn.blue-sharp:not(.btn-outline).disabled.focus, .btn.blue-sharp:not(.btn-outline)[disabled]:hover, .btn.blue-sharp:not(.btn-outline)[disabled]:focus, .btn.blue-sharp:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.blue-sharp:not(.btn-outline):hover,
        fieldset[disabled] .btn.blue-sharp:not(.btn-outline):focus,
        fieldset[disabled] .btn.blue-sharp:not(.btn-outline).focus {
            background-color: #5C9BD1;
            border-color: #5C9BD1;
        }

        .btn.blue-sharp:not(.btn-outline) .badge {
            color: #5C9BD1;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.blue-sharp {
        border-color: #5C9BD1;
        color: #5C9BD1;
        background: none;
    }

        .btn.btn-outline.blue-sharp:hover, .btn.btn-outline.blue-sharp:active, .btn.btn-outline.blue-sharp:active:hover, .btn.btn-outline.blue-sharp:active:focus, .btn.btn-outline.blue-sharp:focus, .btn.btn-outline.blue-sharp.active {
            border-color: #5C9BD1;
            color: #FFFFFF;
            background-color: #5C9BD1;
        }

    .btn.blue-sharp-stripe {
        border-left: 4px solid #5C9BD1 !important;
    }

    .btn.blue-sharp.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.blue-oleo:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #94A0B2;
        border-color: #94A0B2;
    }

        .btn.blue-oleo:not(.btn-outline):focus, .btn.blue-oleo:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #76869d;
            border-color: #536073;
        }

        .btn.blue-oleo:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #76869d;
            border-color: #708098;
        }

        .btn.blue-oleo:not(.btn-outline):active, .btn.blue-oleo:not(.btn-outline).active,
        .open > .btn.blue-oleo:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #76869d;
            border-color: #708098;
        }

            .btn.blue-oleo:not(.btn-outline):active:hover, .btn.blue-oleo:not(.btn-outline):active:focus, .btn.blue-oleo:not(.btn-outline):active.focus, .btn.blue-oleo:not(.btn-outline).active:hover, .btn.blue-oleo:not(.btn-outline).active:focus, .btn.blue-oleo:not(.btn-outline).active.focus,
            .open > .btn.blue-oleo:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.blue-oleo:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.blue-oleo:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #64748b;
                border-color: #536073;
            }

        .btn.blue-oleo:not(.btn-outline):active, .btn.blue-oleo:not(.btn-outline).active,
        .open > .btn.blue-oleo:not(.btn-outline).dropdown-toggle {
            background-image: none;
        }

        .btn.blue-oleo:not(.btn-outline).disabled:hover, .btn.blue-oleo:not(.btn-outline).disabled:focus, .btn.blue-oleo:not(.btn-outline).disabled.focus, .btn.blue-oleo:not(.btn-outline)[disabled]:hover, .btn.blue-oleo:not(.btn-outline)[disabled]:focus, .btn.blue-oleo:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.blue-oleo:not(.btn-outline):hover,
        fieldset[disabled] .btn.blue-oleo:not(.btn-outline):focus,
        fieldset[disabled] .btn.blue-oleo:not(.btn-outline).focus {
            background-color: #94A0B2;
            border-color: #94A0B2;
        }

        .btn.blue-oleo:not(.btn-outline) .badge {
            color: #94A0B2;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.blue-oleo {
        border-color: #94A0B2;
        color: #94A0B2;
        background: none;
    }

        .btn.btn-outline.blue-oleo:hover, .btn.btn-outline.blue-oleo:active, .btn.btn-outline.blue-oleo:active:hover, .btn.btn-outline.blue-oleo:active:focus, .btn.btn-outline.blue-oleo:focus, .btn.btn-outline.blue-oleo.active {
            border-color: #94A0B2;
            color: #FFFFFF;
            background-color: #94A0B2;
        }

    .btn.blue-oleo-stripe {
        border-left: 4px solid #94A0B2 !important;
    }

    .btn.blue-oleo.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.green:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #32c5d2;
        border-color: #32c5d2;
    }

        .btn.green:not(.btn-outline):focus, .btn.green:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #26a1ab;
            border-color: #18666d;
        }

        .btn.green:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #26a1ab;
            border-color: #2499a3;
        }

        .btn.green:not(.btn-outline):active, .btn.green:not(.btn-outline).active,
        .open > .btn.green:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #26a1ab;
            border-color: #2499a3;
        }

            .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, .btn.green:not(.btn-outline).active:focus, .btn.green:not(.btn-outline).active.focus,
            .open > .btn.green:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.green:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.green:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #1f858e;
                border-color: #18666d;
            }

        .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:hover, .btn.green:not(.btn-outline).disabled:focus, .btn.green:not(.btn-outline).disabled.focus, .btn.green:not(.btn-outline)[disabled]:hover, .btn.green:not(.btn-outline)[disabled]:focus, .btn.green:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.green:not(.btn-outline):hover,
        fieldset[disabled] .btn.green:not(.btn-outline):focus,
        fieldset[disabled] .btn.green:not(.btn-outline).focus {
            background-color: #32c5d2;
            border-color: #32c5d2;
        }

        .btn.green:not(.btn-outline) .badge {
            color: #32c5d2;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.green {
        border-color: #32c5d2;
        color: #32c5d2;
        background: none;
    }

        .btn.btn-outline.green:hover, .btn.btn-outline.green:active, .btn.btn-outline.green:active:hover, .btn.btn-outline.green:active:focus, .btn.btn-outline.green:focus, .btn.btn-outline.green.active {
            border-color: #32c5d2;
            color: #FFFFFF;
            background-color: #32c5d2;
        }

    .btn.green-stripe {
        border-left: 4px solid #32c5d2 !important;
    }

    .btn.green.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.green-meadow:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #1BBC9B;
        border-color: #1BBC9B;
    }

        .btn.green-meadow:not(.btn-outline):focus, .btn.green-meadow:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #158f76;
            border-color: #0b4d3f;
        }

        .btn.green-meadow:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #158f76;
            border-color: #13866f;
        }

        .btn.green-meadow:not(.btn-outline):active, .btn.green-meadow:not(.btn-outline).active,
        .open > .btn.green-meadow:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #158f76;
            border-color: #13866f;
        }

            .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, .btn.green-meadow:not(.btn-outline).active:focus, .btn.green-meadow:not(.btn-outline).active.focus,
            .open > .btn.green-meadow:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.green-meadow:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.green-meadow:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #10705c;
                border-color: #0b4d3f;
            }

        .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:hover, .btn.green-meadow:not(.btn-outline).disabled:focus, .btn.green-meadow:not(.btn-outline).disabled.focus, .btn.green-meadow:not(.btn-outline)[disabled]:hover, .btn.green-meadow:not(.btn-outline)[disabled]:focus, .btn.green-meadow:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.green-meadow:not(.btn-outline):hover,
        fieldset[disabled] .btn.green-meadow:not(.btn-outline):focus,
        fieldset[disabled] .btn.green-meadow:not(.btn-outline).focus {
            background-color: #1BBC9B;
            border-color: #1BBC9B;
        }

        .btn.green-meadow:not(.btn-outline) .badge {
            color: #1BBC9B;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.green-meadow {
        border-color: #1BBC9B;
        color: #1BBC9B;
        background: none;
    }

        .btn.btn-outline.green-meadow:hover, .btn.btn-outline.green-meadow:active, .btn.btn-outline.green-meadow:active:hover, .btn.btn-outline.green-meadow:active:focus, .btn.btn-outline.green-meadow:focus, .btn.btn-outline.green-meadow.active {
            border-color: #1BBC9B;
            color: #FFFFFF;
            background-color: #1BBC9B;
        }

    .btn.green-meadow-stripe {
        border-left: 4px solid #1BBC9B !important;
    }

    .btn.green-meadow.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.green-seagreen:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #1BA39C;
        border-color: #1BA39C;
    }

        .btn.green-seagreen:not(.btn-outline):focus, .btn.green-seagreen:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #147772;
            border-color: #093633;
        }

        .btn.green-seagreen:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #147772;
            border-color: #126e6a;
        }

        .btn.green-seagreen:not(.btn-outline):active, .btn.green-seagreen:not(.btn-outline).active,
        .open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #147772;
            border-color: #126e6a;
        }

            .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, .btn.green-seagreen:not(.btn-outline).active:focus, .btn.green-seagreen:not(.btn-outline).active.focus,
            .open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.green-seagreen:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #0f5955;
                border-color: #093633;
            }

        .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:hover, .btn.green-seagreen:not(.btn-outline).disabled:focus, .btn.green-seagreen:not(.btn-outline).disabled.focus, .btn.green-seagreen:not(.btn-outline)[disabled]:hover, .btn.green-seagreen:not(.btn-outline)[disabled]:focus, .btn.green-seagreen:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.green-seagreen:not(.btn-outline):hover,
        fieldset[disabled] .btn.green-seagreen:not(.btn-outline):focus,
        fieldset[disabled] .btn.green-seagreen:not(.btn-outline).focus {
            background-color: #1BA39C;
            border-color: #1BA39C;
        }

        .btn.green-seagreen:not(.btn-outline) .badge {
            color: #1BA39C;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.green-seagreen {
        border-color: #1BA39C;
        color: #1BA39C;
        background: none;
    }

        .btn.btn-outline.green-seagreen:hover, .btn.btn-outline.green-seagreen:active, .btn.btn-outline.green-seagreen:active:hover, .btn.btn-outline.green-seagreen:active:focus, .btn.btn-outline.green-seagreen:focus, .btn.btn-outline.green-seagreen.active {
            border-color: #1BA39C;
            color: #FFFFFF;
            background-color: #1BA39C;
        }

    .btn.green-seagreen-stripe {
        border-left: 4px solid #1BA39C !important;
    }

    .btn.green-seagreen.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.green-turquoise:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #36D7B7;
        border-color: #36D7B7;
    }

        .btn.green-turquoise:not(.btn-outline):focus, .btn.green-turquoise:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #24b699;
            border-color: #177663;
        }

        .btn.green-turquoise:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #24b699;
            border-color: #22ad92;
        }

        .btn.green-turquoise:not(.btn-outline):active, .btn.green-turquoise:not(.btn-outline).active,
        .open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #24b699;
            border-color: #22ad92;
        }

            .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, .btn.green-turquoise:not(.btn-outline).active:focus, .btn.green-turquoise:not(.btn-outline).active.focus,
            .open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.green-turquoise:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #1e9880;
                border-color: #177663;
            }

        .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:hover, .btn.green-turquoise:not(.btn-outline).disabled:focus, .btn.green-turquoise:not(.btn-outline).disabled.focus, .btn.green-turquoise:not(.btn-outline)[disabled]:hover, .btn.green-turquoise:not(.btn-outline)[disabled]:focus, .btn.green-turquoise:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.green-turquoise:not(.btn-outline):hover,
        fieldset[disabled] .btn.green-turquoise:not(.btn-outline):focus,
        fieldset[disabled] .btn.green-turquoise:not(.btn-outline).focus {
            background-color: #36D7B7;
            border-color: #36D7B7;
        }

        .btn.green-turquoise:not(.btn-outline) .badge {
            color: #36D7B7;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.green-turquoise {
        border-color: #36D7B7;
        color: #36D7B7;
        background: none;
    }

        .btn.btn-outline.green-turquoise:hover, .btn.btn-outline.green-turquoise:active, .btn.btn-outline.green-turquoise:active:hover, .btn.btn-outline.green-turquoise:active:focus, .btn.btn-outline.green-turquoise:focus, .btn.btn-outline.green-turquoise.active {
            border-color: #36D7B7;
            color: #FFFFFF;
            background-color: #36D7B7;
        }

    .btn.green-turquoise-stripe {
        border-left: 4px solid #36D7B7 !important;
    }

    .btn.green-turquoise.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.green-haze:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #44b6ae;
        border-color: #44b6ae;
    }

        .btn.green-haze:not(.btn-outline):focus, .btn.green-haze:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #36918b;
            border-color: #215955;
        }

        .btn.green-haze:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #36918b;
            border-color: #338983;
        }

        .btn.green-haze:not(.btn-outline):active, .btn.green-haze:not(.btn-outline).active,
        .open > .btn.green-haze:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #36918b;
            border-color: #338983;
        }

            .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, .btn.green-haze:not(.btn-outline).active:focus, .btn.green-haze:not(.btn-outline).active.focus,
            .open > .btn.green-haze:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.green-haze:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.green-haze:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #2c7772;
                border-color: #215955;
            }

        .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:hover, .btn.green-haze:not(.btn-outline).disabled:focus, .btn.green-haze:not(.btn-outline).disabled.focus, .btn.green-haze:not(.btn-outline)[disabled]:hover, .btn.green-haze:not(.btn-outline)[disabled]:focus, .btn.green-haze:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.green-haze:not(.btn-outline):hover,
        fieldset[disabled] .btn.green-haze:not(.btn-outline):focus,
        fieldset[disabled] .btn.green-haze:not(.btn-outline).focus {
            background-color: #44b6ae;
            border-color: #44b6ae;
        }

        .btn.green-haze:not(.btn-outline) .badge {
            color: #44b6ae;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.green-haze {
        border-color: #44b6ae;
        color: #44b6ae;
        background: none;
    }

        .btn.btn-outline.green-haze:hover, .btn.btn-outline.green-haze:active, .btn.btn-outline.green-haze:active:hover, .btn.btn-outline.green-haze:active:focus, .btn.btn-outline.green-haze:focus, .btn.btn-outline.green-haze.active {
            border-color: #44b6ae;
            color: #FFFFFF;
            background-color: #44b6ae;
        }

    .btn.green-haze-stripe {
        border-left: 4px solid #44b6ae !important;
    }

    .btn.green-haze.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.green-jungle:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #26C281;
        border-color: #26C281;
    }

        .btn.green-jungle:not(.btn-outline):focus, .btn.green-jungle:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #1e9765;
            border-color: #11573a;
        }

        .btn.green-jungle:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #1e9765;
            border-color: #1c8f5f;
        }

        .btn.green-jungle:not(.btn-outline):active, .btn.green-jungle:not(.btn-outline).active,
        .open > .btn.green-jungle:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #1e9765;
            border-color: #1c8f5f;
        }

            .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, .btn.green-jungle:not(.btn-outline).active:focus, .btn.green-jungle:not(.btn-outline).active.focus,
            .open > .btn.green-jungle:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.green-jungle:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.green-jungle:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #187a51;
                border-color: #11573a;
            }

        .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:hover, .btn.green-jungle:not(.btn-outline).disabled:focus, .btn.green-jungle:not(.btn-outline).disabled.focus, .btn.green-jungle:not(.btn-outline)[disabled]:hover, .btn.green-jungle:not(.btn-outline)[disabled]:focus, .btn.green-jungle:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.green-jungle:not(.btn-outline):hover,
        fieldset[disabled] .btn.green-jungle:not(.btn-outline):focus,
        fieldset[disabled] .btn.green-jungle:not(.btn-outline).focus {
            background-color: #26C281;
            border-color: #26C281;
        }

        .btn.green-jungle:not(.btn-outline) .badge {
            color: #26C281;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.green-jungle {
        border-color: #26C281;
        color: #26C281;
        background: none;
    }

        .btn.btn-outline.green-jungle:hover, .btn.btn-outline.green-jungle:active, .btn.btn-outline.green-jungle:active:hover, .btn.btn-outline.green-jungle:active:focus, .btn.btn-outline.green-jungle:focus, .btn.btn-outline.green-jungle.active {
            border-color: #26C281;
            color: #FFFFFF;
            background-color: #26C281;
        }

    .btn.green-jungle-stripe {
        border-left: 4px solid #26C281 !important;
    }

    .btn.green-jungle.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.green-soft:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #3faba4;
        border-color: #3faba4;
    }

        .btn.green-soft:not(.btn-outline):focus, .btn.green-soft:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #318680;
            border-color: #1d4e4b;
        }

        .btn.green-soft:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #318680;
            border-color: #2f7e79;
        }

        .btn.green-soft:not(.btn-outline):active, .btn.green-soft:not(.btn-outline).active,
        .open > .btn.green-soft:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #318680;
            border-color: #2f7e79;
        }

            .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, .btn.green-soft:not(.btn-outline).active:focus, .btn.green-soft:not(.btn-outline).active.focus,
            .open > .btn.green-soft:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.green-soft:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.green-soft:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #286c67;
                border-color: #1d4e4b;
            }

        .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:hover, .btn.green-soft:not(.btn-outline).disabled:focus, .btn.green-soft:not(.btn-outline).disabled.focus, .btn.green-soft:not(.btn-outline)[disabled]:hover, .btn.green-soft:not(.btn-outline)[disabled]:focus, .btn.green-soft:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.green-soft:not(.btn-outline):hover,
        fieldset[disabled] .btn.green-soft:not(.btn-outline):focus,
        fieldset[disabled] .btn.green-soft:not(.btn-outline).focus {
            background-color: #3faba4;
            border-color: #3faba4;
        }

        .btn.green-soft:not(.btn-outline) .badge {
            color: #3faba4;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.green-soft {
        border-color: #3faba4;
        color: #3faba4;
        background: none;
    }

        .btn.btn-outline.green-soft:hover, .btn.btn-outline.green-soft:active, .btn.btn-outline.green-soft:active:hover, .btn.btn-outline.green-soft:active:focus, .btn.btn-outline.green-soft:focus, .btn.btn-outline.green-soft.active {
            border-color: #3faba4;
            color: #FFFFFF;
            background-color: #3faba4;
        }

    .btn.green-soft-stripe {
        border-left: 4px solid #3faba4 !important;
    }

    .btn.green-soft.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.green-dark:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #4DB3A2;
        border-color: #4DB3A2;
    }

        .btn.green-dark:not(.btn-outline):focus, .btn.green-dark:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #3d9082;
            border-color: #265a51;
        }

        .btn.green-dark:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #3d9082;
            border-color: #3a897b;
        }

        .btn.green-dark:not(.btn-outline):active, .btn.green-dark:not(.btn-outline).active,
        .open > .btn.green-dark:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #3d9082;
            border-color: #3a897b;
        }

            .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, .btn.green-dark:not(.btn-outline).active:focus, .btn.green-dark:not(.btn-outline).active.focus,
            .open > .btn.green-dark:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.green-dark:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.green-dark:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #33776b;
                border-color: #265a51;
            }

        .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:hover, .btn.green-dark:not(.btn-outline).disabled:focus, .btn.green-dark:not(.btn-outline).disabled.focus, .btn.green-dark:not(.btn-outline)[disabled]:hover, .btn.green-dark:not(.btn-outline)[disabled]:focus, .btn.green-dark:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.green-dark:not(.btn-outline):hover,
        fieldset[disabled] .btn.green-dark:not(.btn-outline):focus,
        fieldset[disabled] .btn.green-dark:not(.btn-outline).focus {
            background-color: #4DB3A2;
            border-color: #4DB3A2;
        }

        .btn.green-dark:not(.btn-outline) .badge {
            color: #4DB3A2;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.green-dark {
        border-color: #4DB3A2;
        color: #4DB3A2;
        background: none;
    }

        .btn.btn-outline.green-dark:hover, .btn.btn-outline.green-dark:active, .btn.btn-outline.green-dark:active:hover, .btn.btn-outline.green-dark:active:focus, .btn.btn-outline.green-dark:focus, .btn.btn-outline.green-dark.active {
            border-color: #4DB3A2;
            color: #FFFFFF;
            background-color: #4DB3A2;
        }

    .btn.green-dark-stripe {
        border-left: 4px solid #4DB3A2 !important;
    }

    .btn.green-dark.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.green-sharp:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #2ab4c0;
        border-color: #2ab4c0;
    }

        .btn.green-sharp:not(.btn-outline):focus, .btn.green-sharp:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #218d96;
            border-color: #135257;
        }

        .btn.green-sharp:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #218d96;
            border-color: #1f858e;
        }

        .btn.green-sharp:not(.btn-outline):active, .btn.green-sharp:not(.btn-outline).active,
        .open > .btn.green-sharp:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #218d96;
            border-color: #1f858e;
        }

            .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, .btn.green-sharp:not(.btn-outline).active:focus, .btn.green-sharp:not(.btn-outline).active.focus,
            .open > .btn.green-sharp:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.green-sharp:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.green-sharp:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #1a7179;
                border-color: #135257;
            }

        .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:hover, .btn.green-sharp:not(.btn-outline).disabled:focus, .btn.green-sharp:not(.btn-outline).disabled.focus, .btn.green-sharp:not(.btn-outline)[disabled]:hover, .btn.green-sharp:not(.btn-outline)[disabled]:focus, .btn.green-sharp:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.green-sharp:not(.btn-outline):hover,
        fieldset[disabled] .btn.green-sharp:not(.btn-outline):focus,
        fieldset[disabled] .btn.green-sharp:not(.btn-outline).focus {
            background-color: #2ab4c0;
            border-color: #2ab4c0;
        }

        .btn.green-sharp:not(.btn-outline) .badge {
            color: #2ab4c0;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.green-sharp {
        border-color: #2ab4c0;
        color: #2ab4c0;
        background: none;
    }

        .btn.btn-outline.green-sharp:hover, .btn.btn-outline.green-sharp:active, .btn.btn-outline.green-sharp:active:hover, .btn.btn-outline.green-sharp:active:focus, .btn.btn-outline.green-sharp:focus, .btn.btn-outline.green-sharp.active {
            border-color: #2ab4c0;
            color: #FFFFFF;
            background-color: #2ab4c0;
        }

    .btn.green-sharp-stripe {
        border-left: 4px solid #2ab4c0 !important;
    }

    .btn.green-sharp.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.green-steel:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #29b4b6;
        border-color: #29b4b6;
    }

        .btn.green-steel:not(.btn-outline):focus, .btn.green-steel:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #208b8c;
            border-color: #124d4e;
        }

        .btn.green-steel:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #208b8c;
            border-color: #1e8384;
        }

        .btn.green-steel:not(.btn-outline):active, .btn.green-steel:not(.btn-outline).active,
        .open > .btn.green-steel:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #208b8c;
            border-color: #1e8384;
        }

            .btn.green-steel:not(.btn-outline):active:hover, .btn.green-steel:not(.btn-outline):active:focus, .btn.green-steel:not(.btn-outline):active.focus, .btn.green-steel:not(.btn-outline).active:hover, .btn.green-steel:not(.btn-outline).active:focus, .btn.green-steel:not(.btn-outline).active.focus,
            .open > .btn.green-steel:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.green-steel:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.green-steel:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #196e6f;
                border-color: #124d4e;
            }

        .btn.green-steel:not(.btn-outline):active, .btn.green-steel:not(.btn-outline).active,
        .open > .btn.green-steel:not(.btn-outline).dropdown-toggle {
            background-image: none;
        }

        .btn.green-steel:not(.btn-outline).disabled:hover, .btn.green-steel:not(.btn-outline).disabled:focus, .btn.green-steel:not(.btn-outline).disabled.focus, .btn.green-steel:not(.btn-outline)[disabled]:hover, .btn.green-steel:not(.btn-outline)[disabled]:focus, .btn.green-steel:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.green-steel:not(.btn-outline):hover,
        fieldset[disabled] .btn.green-steel:not(.btn-outline):focus,
        fieldset[disabled] .btn.green-steel:not(.btn-outline).focus {
            background-color: #29b4b6;
            border-color: #29b4b6;
        }

        .btn.green-steel:not(.btn-outline) .badge {
            color: #29b4b6;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.green-steel {
        border-color: #29b4b6;
        color: #29b4b6;
        background: none;
    }

        .btn.btn-outline.green-steel:hover, .btn.btn-outline.green-steel:active, .btn.btn-outline.green-steel:active:hover, .btn.btn-outline.green-steel:active:focus, .btn.btn-outline.green-steel:focus, .btn.btn-outline.green-steel.active {
            border-color: #29b4b6;
            color: #FFFFFF;
            background-color: #29b4b6;
        }

    .btn.green-steel-stripe {
        border-left: 4px solid #29b4b6 !important;
    }

    .btn.green-steel.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.grey:not(.btn-outline) {
        color: #333333;
        background-color: #E5E5E5;
        border-color: #E5E5E5;
    }

        .btn.grey:not(.btn-outline):focus, .btn.grey:not(.btn-outline).focus {
            color: #333333;
            background-color: #cccccc;
            border-color: #a5a5a5;
        }

        .btn.grey:not(.btn-outline):hover {
            color: #333333;
            background-color: #cccccc;
            border-color: #c6c6c6;
        }

        .btn.grey:not(.btn-outline):active, .btn.grey:not(.btn-outline).active,
        .open > .btn.grey:not(.btn-outline).dropdown-toggle {
            color: #333333;
            background-color: #cccccc;
            border-color: #c6c6c6;
        }

            .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, .btn.grey:not(.btn-outline).active:focus, .btn.grey:not(.btn-outline).active.focus,
            .open > .btn.grey:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.grey:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.grey:not(.btn-outline).dropdown-toggle.focus {
                color: #333333;
                background-color: #bababa;
                border-color: #a5a5a5;
            }

        .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:hover, .btn.grey:not(.btn-outline).disabled:focus, .btn.grey:not(.btn-outline).disabled.focus, .btn.grey:not(.btn-outline)[disabled]:hover, .btn.grey:not(.btn-outline)[disabled]:focus, .btn.grey:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.grey:not(.btn-outline):hover,
        fieldset[disabled] .btn.grey:not(.btn-outline):focus,
        fieldset[disabled] .btn.grey:not(.btn-outline).focus {
            background-color: #E5E5E5;
            border-color: #E5E5E5;
        }

        .btn.grey:not(.btn-outline) .badge {
            color: #E5E5E5;
            background-color: #333333;
        }

    .btn.btn-outline.grey {
        border-color: #E5E5E5;
        color: #E5E5E5;
        background: none;
    }

        .btn.btn-outline.grey:hover, .btn.btn-outline.grey:active, .btn.btn-outline.grey:active:hover, .btn.btn-outline.grey:active:focus, .btn.btn-outline.grey:focus, .btn.btn-outline.grey.active {
            border-color: #E5E5E5;
            color: #333333;
            background-color: #E5E5E5;
        }

    .btn.grey-stripe {
        border-left: 4px solid #E5E5E5 !important;
    }

    .btn.grey.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.grey-steel:not(.btn-outline) {
        color: #80898e;
        background-color: #e9edef;
        border-color: #e9edef;
    }

        .btn.grey-steel:not(.btn-outline):focus, .btn.grey-steel:not(.btn-outline).focus {
            color: #80898e;
            background-color: #cbd5da;
            border-color: #9fb1b9;
        }

        .btn.grey-steel:not(.btn-outline):hover {
            color: #80898e;
            background-color: #cbd5da;
            border-color: #c6d0d5;
        }

        .btn.grey-steel:not(.btn-outline):active, .btn.grey-steel:not(.btn-outline).active,
        .open > .btn.grey-steel:not(.btn-outline).dropdown-toggle {
            color: #80898e;
            background-color: #cbd5da;
            border-color: #c6d0d5;
        }

            .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, .btn.grey-steel:not(.btn-outline).active:focus, .btn.grey-steel:not(.btn-outline).active.focus,
            .open > .btn.grey-steel:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.grey-steel:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.grey-steel:not(.btn-outline).dropdown-toggle.focus {
                color: #80898e;
                background-color: #b7c4ca;
                border-color: #9fb1b9;
            }

        .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:hover, .btn.grey-steel:not(.btn-outline).disabled:focus, .btn.grey-steel:not(.btn-outline).disabled.focus, .btn.grey-steel:not(.btn-outline)[disabled]:hover, .btn.grey-steel:not(.btn-outline)[disabled]:focus, .btn.grey-steel:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.grey-steel:not(.btn-outline):hover,
        fieldset[disabled] .btn.grey-steel:not(.btn-outline):focus,
        fieldset[disabled] .btn.grey-steel:not(.btn-outline).focus {
            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: none;
    }

        .btn.btn-outline.grey-steel:hover, .btn.btn-outline.grey-steel:active, .btn.btn-outline.grey-steel:active:hover, .btn.btn-outline.grey-steel:active:focus, .btn.btn-outline.grey-steel:focus, .btn.btn-outline.grey-steel.active {
            border-color: #e9edef;
            color: #80898e;
            background-color: #e9edef;
        }

    .btn.grey-steel-stripe {
        border-left: 4px solid #e9edef !important;
    }

    .btn.grey-steel.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.grey-cararra:not(.btn-outline) {
        color: #333333;
        background-color: #fafafa;
        border-color: #fafafa;
    }

        .btn.grey-cararra:not(.btn-outline):focus, .btn.grey-cararra:not(.btn-outline).focus {
            color: #333333;
            background-color: #e1e1e1;
            border-color: #bababa;
        }

        .btn.grey-cararra:not(.btn-outline):hover {
            color: #333333;
            background-color: #e1e1e1;
            border-color: #dbdbdb;
        }

        .btn.grey-cararra:not(.btn-outline):active, .btn.grey-cararra:not(.btn-outline).active,
        .open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle {
            color: #333333;
            background-color: #e1e1e1;
            border-color: #dbdbdb;
        }

            .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, .btn.grey-cararra:not(.btn-outline).active:focus, .btn.grey-cararra:not(.btn-outline).active.focus,
            .open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.grey-cararra:not(.btn-outline).dropdown-toggle.focus {
                color: #333333;
                background-color: #cfcfcf;
                border-color: #bababa;
            }

        .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:hover, .btn.grey-cararra:not(.btn-outline).disabled:focus, .btn.grey-cararra:not(.btn-outline).disabled.focus, .btn.grey-cararra:not(.btn-outline)[disabled]:hover, .btn.grey-cararra:not(.btn-outline)[disabled]:focus, .btn.grey-cararra:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.grey-cararra:not(.btn-outline):hover,
        fieldset[disabled] .btn.grey-cararra:not(.btn-outline):focus,
        fieldset[disabled] .btn.grey-cararra:not(.btn-outline).focus {
            background-color: #fafafa;
            border-color: #fafafa;
        }

        .btn.grey-cararra:not(.btn-outline) .badge {
            color: #fafafa;
            background-color: #333333;
        }

    .btn.btn-outline.grey-cararra {
        border-color: #fafafa;
        color: #fafafa;
        background: none;
    }

        .btn.btn-outline.grey-cararra:hover, .btn.btn-outline.grey-cararra:active, .btn.btn-outline.grey-cararra:active:hover, .btn.btn-outline.grey-cararra:active:focus, .btn.btn-outline.grey-cararra:focus, .btn.btn-outline.grey-cararra.active {
            border-color: #fafafa;
            color: #333333;
            background-color: #fafafa;
        }

    .btn.grey-cararra-stripe {
        border-left: 4px solid #fafafa !important;
    }

    .btn.grey-cararra.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.grey-gallery:not(.btn-outline) {
        color: #ffffff;
        background-color: #555555;
        border-color: #555555;
    }

        .btn.grey-gallery:not(.btn-outline):focus, .btn.grey-gallery:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #3c3c3c;
            border-color: #151515;
        }

        .btn.grey-gallery:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #3c3c3c;
            border-color: #363636;
        }

        .btn.grey-gallery:not(.btn-outline):active, .btn.grey-gallery:not(.btn-outline).active,
        .open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #3c3c3c;
            border-color: #363636;
        }

            .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, .btn.grey-gallery:not(.btn-outline).active:focus, .btn.grey-gallery:not(.btn-outline).active.focus,
            .open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.grey-gallery:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #2a2a2a;
                border-color: #151515;
            }

        .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:hover, .btn.grey-gallery:not(.btn-outline).disabled:focus, .btn.grey-gallery:not(.btn-outline).disabled.focus, .btn.grey-gallery:not(.btn-outline)[disabled]:hover, .btn.grey-gallery:not(.btn-outline)[disabled]:focus, .btn.grey-gallery:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.grey-gallery:not(.btn-outline):hover,
        fieldset[disabled] .btn.grey-gallery:not(.btn-outline):focus,
        fieldset[disabled] .btn.grey-gallery:not(.btn-outline).focus {
            background-color: #555555;
            border-color: #555555;
        }

        .btn.grey-gallery:not(.btn-outline) .badge {
            color: #555555;
            background-color: #ffffff;
        }

    .btn.btn-outline.grey-gallery {
        border-color: #555555;
        color: #555555;
        background: none;
    }

        .btn.btn-outline.grey-gallery:hover, .btn.btn-outline.grey-gallery:active, .btn.btn-outline.grey-gallery:active:hover, .btn.btn-outline.grey-gallery:active:focus, .btn.btn-outline.grey-gallery:focus, .btn.btn-outline.grey-gallery.active {
            border-color: #555555;
            color: #ffffff;
            background-color: #555555;
        }

    .btn.grey-gallery-stripe {
        border-left: 4px solid #555555 !important;
    }

    .btn.grey-gallery.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.grey-cascade:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #95A5A6;
        border-color: #95A5A6;
    }

        .btn.grey-cascade:not(.btn-outline):focus, .btn.grey-cascade:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #798d8f;
            border-color: #566566;
        }

        .btn.grey-cascade:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #798d8f;
            border-color: #74898a;
        }

        .btn.grey-cascade:not(.btn-outline):active, .btn.grey-cascade:not(.btn-outline).active,
        .open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #798d8f;
            border-color: #74898a;
        }

            .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, .btn.grey-cascade:not(.btn-outline).active:focus, .btn.grey-cascade:not(.btn-outline).active.focus,
            .open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.grey-cascade:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #687b7c;
                border-color: #566566;
            }

        .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:hover, .btn.grey-cascade:not(.btn-outline).disabled:focus, .btn.grey-cascade:not(.btn-outline).disabled.focus, .btn.grey-cascade:not(.btn-outline)[disabled]:hover, .btn.grey-cascade:not(.btn-outline)[disabled]:focus, .btn.grey-cascade:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.grey-cascade:not(.btn-outline):hover,
        fieldset[disabled] .btn.grey-cascade:not(.btn-outline):focus,
        fieldset[disabled] .btn.grey-cascade:not(.btn-outline).focus {
            background-color: #95A5A6;
            border-color: #95A5A6;
        }

        .btn.grey-cascade:not(.btn-outline) .badge {
            color: #95A5A6;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.grey-cascade {
        border-color: #95A5A6;
        color: #95A5A6;
        background: none;
    }

        .btn.btn-outline.grey-cascade:hover, .btn.btn-outline.grey-cascade:active, .btn.btn-outline.grey-cascade:active:hover, .btn.btn-outline.grey-cascade:active:focus, .btn.btn-outline.grey-cascade:focus, .btn.btn-outline.grey-cascade.active {
            border-color: #95A5A6;
            color: #FFFFFF;
            background-color: #95A5A6;
        }

    .btn.grey-cascade-stripe {
        border-left: 4px solid #95A5A6 !important;
    }

    .btn.grey-cascade.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.grey-silver:not(.btn-outline) {
        color: #FAFCFB;
        background-color: #BFBFBF;
        border-color: #BFBFBF;
    }

        .btn.grey-silver:not(.btn-outline):focus, .btn.grey-silver:not(.btn-outline).focus {
            color: #FAFCFB;
            background-color: #a6a6a6;
            border-color: #7f7f7f;
        }

        .btn.grey-silver:not(.btn-outline):hover {
            color: #FAFCFB;
            background-color: #a6a6a6;
            border-color: #a0a0a0;
        }

        .btn.grey-silver:not(.btn-outline):active, .btn.grey-silver:not(.btn-outline).active,
        .open > .btn.grey-silver:not(.btn-outline).dropdown-toggle {
            color: #FAFCFB;
            background-color: #a6a6a6;
            border-color: #a0a0a0;
        }

            .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, .btn.grey-silver:not(.btn-outline).active:focus, .btn.grey-silver:not(.btn-outline).active.focus,
            .open > .btn.grey-silver:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.grey-silver:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.grey-silver:not(.btn-outline).dropdown-toggle.focus {
                color: #FAFCFB;
                background-color: #949494;
                border-color: #7f7f7f;
            }

        .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:hover, .btn.grey-silver:not(.btn-outline).disabled:focus, .btn.grey-silver:not(.btn-outline).disabled.focus, .btn.grey-silver:not(.btn-outline)[disabled]:hover, .btn.grey-silver:not(.btn-outline)[disabled]:focus, .btn.grey-silver:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.grey-silver:not(.btn-outline):hover,
        fieldset[disabled] .btn.grey-silver:not(.btn-outline):focus,
        fieldset[disabled] .btn.grey-silver:not(.btn-outline).focus {
            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: none;
    }

        .btn.btn-outline.grey-silver:hover, .btn.btn-outline.grey-silver:active, .btn.btn-outline.grey-silver:active:hover, .btn.btn-outline.grey-silver:active:focus, .btn.btn-outline.grey-silver:focus, .btn.btn-outline.grey-silver.active {
            border-color: #BFBFBF;
            color: #FAFCFB;
            background-color: #BFBFBF;
        }

    .btn.grey-silver-stripe {
        border-left: 4px solid #BFBFBF !important;
    }

    .btn.grey-silver.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.grey-salsa:not(.btn-outline) {
        color: #FAFCFB;
        background-color: #ACB5C3;
        border-color: #ACB5C3;
    }

        .btn.grey-salsa:not(.btn-outline):focus, .btn.grey-salsa:not(.btn-outline).focus {
            color: #FAFCFB;
            background-color: #8e9bae;
            border-color: #64748b;
        }

        .btn.grey-salsa:not(.btn-outline):hover {
            color: #FAFCFB;
            background-color: #8e9bae;
            border-color: #8895a9;
        }

        .btn.grey-salsa:not(.btn-outline):active, .btn.grey-salsa:not(.btn-outline).active,
        .open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle {
            color: #FAFCFB;
            background-color: #8e9bae;
            border-color: #8895a9;
        }

            .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, .btn.grey-salsa:not(.btn-outline).active:focus, .btn.grey-salsa:not(.btn-outline).active.focus,
            .open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.grey-salsa:not(.btn-outline).dropdown-toggle.focus {
                color: #FAFCFB;
                background-color: #7a889f;
                border-color: #64748b;
            }

        .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:hover, .btn.grey-salsa:not(.btn-outline).disabled:focus, .btn.grey-salsa:not(.btn-outline).disabled.focus, .btn.grey-salsa:not(.btn-outline)[disabled]:hover, .btn.grey-salsa:not(.btn-outline)[disabled]:focus, .btn.grey-salsa:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.grey-salsa:not(.btn-outline):hover,
        fieldset[disabled] .btn.grey-salsa:not(.btn-outline):focus,
        fieldset[disabled] .btn.grey-salsa:not(.btn-outline).focus {
            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: none;
    }

        .btn.btn-outline.grey-salsa:hover, .btn.btn-outline.grey-salsa:active, .btn.btn-outline.grey-salsa:active:hover, .btn.btn-outline.grey-salsa:active:focus, .btn.btn-outline.grey-salsa:focus, .btn.btn-outline.grey-salsa.active {
            border-color: #ACB5C3;
            color: #FAFCFB;
            background-color: #ACB5C3;
        }

    .btn.grey-salsa-stripe {
        border-left: 4px solid #ACB5C3 !important;
    }

    .btn.grey-salsa.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.grey-salt:not(.btn-outline) {
        color: #FAFCFB;
        background-color: #bfcad1;
        border-color: #bfcad1;
    }

        .btn.grey-salt:not(.btn-outline):focus, .btn.grey-salt:not(.btn-outline).focus {
            color: #FAFCFB;
            background-color: #a1b1bc;
            border-color: #758d9c;
        }

        .btn.grey-salt:not(.btn-outline):hover {
            color: #FAFCFB;
            background-color: #a1b1bc;
            border-color: #9badb7;
        }

        .btn.grey-salt:not(.btn-outline):active, .btn.grey-salt:not(.btn-outline).active,
        .open > .btn.grey-salt:not(.btn-outline).dropdown-toggle {
            color: #FAFCFB;
            background-color: #a1b1bc;
            border-color: #9badb7;
        }

            .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, .btn.grey-salt:not(.btn-outline).active:focus, .btn.grey-salt:not(.btn-outline).active.focus,
            .open > .btn.grey-salt:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.grey-salt:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.grey-salt:not(.btn-outline).dropdown-toggle.focus {
                color: #FAFCFB;
                background-color: #8da0ad;
                border-color: #758d9c;
            }

        .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:hover, .btn.grey-salt:not(.btn-outline).disabled:focus, .btn.grey-salt:not(.btn-outline).disabled.focus, .btn.grey-salt:not(.btn-outline)[disabled]:hover, .btn.grey-salt:not(.btn-outline)[disabled]:focus, .btn.grey-salt:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.grey-salt:not(.btn-outline):hover,
        fieldset[disabled] .btn.grey-salt:not(.btn-outline):focus,
        fieldset[disabled] .btn.grey-salt:not(.btn-outline).focus {
            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: none;
    }

        .btn.btn-outline.grey-salt:hover, .btn.btn-outline.grey-salt:active, .btn.btn-outline.grey-salt:active:hover, .btn.btn-outline.grey-salt:active:focus, .btn.btn-outline.grey-salt:focus, .btn.btn-outline.grey-salt.active {
            border-color: #bfcad1;
            color: #FAFCFB;
            background-color: #bfcad1;
        }

    .btn.grey-salt-stripe {
        border-left: 4px solid #bfcad1 !important;
    }

    .btn.grey-salt.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.grey-mint:not(.btn-outline) {
        color: #FFFFFF;
        background-color: #525e64;
        border-color: #525e64;
    }

        .btn.grey-mint:not(.btn-outline):focus, .btn.grey-mint:not(.btn-outline).focus {
            color: #FFFFFF;
            background-color: #3b4448;
            border-color: #191c1e;
        }

        .btn.grey-mint:not(.btn-outline):hover {
            color: #FFFFFF;
            background-color: #3b4448;
            border-color: #363e42;
        }

        .btn.grey-mint:not(.btn-outline):active, .btn.grey-mint:not(.btn-outline).active,
        .open > .btn.grey-mint:not(.btn-outline).dropdown-toggle {
            color: #FFFFFF;
            background-color: #3b4448;
            border-color: #363e42;
        }

            .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, .btn.grey-mint:not(.btn-outline).active:focus, .btn.grey-mint:not(.btn-outline).active.focus,
            .open > .btn.grey-mint:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.grey-mint:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.grey-mint:not(.btn-outline).dropdown-toggle.focus {
                color: #FFFFFF;
                background-color: #2b3134;
                border-color: #191c1e;
            }

        .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:hover, .btn.grey-mint:not(.btn-outline).disabled:focus, .btn.grey-mint:not(.btn-outline).disabled.focus, .btn.grey-mint:not(.btn-outline)[disabled]:hover, .btn.grey-mint:not(.btn-outline)[disabled]:focus, .btn.grey-mint:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.grey-mint:not(.btn-outline):hover,
        fieldset[disabled] .btn.grey-mint:not(.btn-outline):focus,
        fieldset[disabled] .btn.grey-mint:not(.btn-outline).focus {
            background-color: #525e64;
            border-color: #525e64;
        }

        .btn.grey-mint:not(.btn-outline) .badge {
            color: #525e64;
            background-color: #FFFFFF;
        }

    .btn.btn-outline.grey-mint {
        border-color: #525e64;
        color: #525e64;
        background: none;
    }

        .btn.btn-outline.grey-mint:hover, .btn.btn-outline.grey-mint:active, .btn.btn-outline.grey-mint:active:hover, .btn.btn-outline.grey-mint:active:focus, .btn.btn-outline.grey-mint:focus, .btn.btn-outline.grey-mint.active {
            border-color: #525e64;
            color: #FFFFFF;
            background-color: #525e64;
        }

    .btn.grey-mint-stripe {
        border-left: 4px solid #525e64 !important;
    }

    .btn.grey-mint.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.red:not(.btn-outline) {
        color: #ffffff;
        background-color: #FC5152;
        border-color: #FC5152;
    }

        .btn.red:not(.btn-outline):focus, .btn.red:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #e12330;
            border-color: #a1161f;
        }

        .btn.red:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #BD3D3D;
            border-color: #BD3D3D;
        }

        .btn.red:not(.btn-outline):active, .btn.red:not(.btn-outline).active,
        .open > .btn.red:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #e12330;
            border-color: #dc1e2b;
        }

            .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, .btn.red:not(.btn-outline).active:focus, .btn.red:not(.btn-outline).active.focus,
            .open > .btn.red:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.red:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.red:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #c51b26;
                border-color: #a1161f;
            }

        .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:hover, .btn.red:not(.btn-outline).disabled:focus, .btn.red:not(.btn-outline).disabled.focus, .btn.red:not(.btn-outline)[disabled]:hover, .btn.red:not(.btn-outline)[disabled]:focus, .btn.red:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.red:not(.btn-outline):hover,
        fieldset[disabled] .btn.red:not(.btn-outline):focus,
        fieldset[disabled] .btn.red:not(.btn-outline).focus {
            background-color: #e7505a;
            border-color: #e7505a;
        }

        .btn.red:not(.btn-outline) .badge {
            color: #e7505a;
            background-color: #ffffff;
        }

    .btn.btn-outline.red {
        border-color: #e7505a;
        color: #e7505a;
        background: none;
    }

        .btn.btn-outline.red:hover, .btn.btn-outline.red:active, .btn.btn-outline.red:active:hover, .btn.btn-outline.red:active:focus, .btn.btn-outline.red:focus, .btn.btn-outline.red.active {
            border-color: #e7505a;
            color: #ffffff;
            background-color: #e7505a;
        }

    .btn.red-stripe {
        border-left: 4px solid #e7505a !important;
    }

    .btn.red.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.red-pink:not(.btn-outline) {
        color: #ffffff;
        background-color: #E08283;
        border-color: #E08283;
    }

        .btn.red-pink:not(.btn-outline):focus, .btn.red-pink:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #d6595a;
            border-color: #b52d2e;
        }

        .btn.red-pink:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #d6595a;
            border-color: #d45152;
        }

        .btn.red-pink:not(.btn-outline):active, .btn.red-pink:not(.btn-outline).active,
        .open > .btn.red-pink:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #d6595a;
            border-color: #d45152;
        }

            .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, .btn.red-pink:not(.btn-outline).active:focus, .btn.red-pink:not(.btn-outline).active.focus,
            .open > .btn.red-pink:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.red-pink:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.red-pink:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #cf3d3e;
                border-color: #b52d2e;
            }

        .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:hover, .btn.red-pink:not(.btn-outline).disabled:focus, .btn.red-pink:not(.btn-outline).disabled.focus, .btn.red-pink:not(.btn-outline)[disabled]:hover, .btn.red-pink:not(.btn-outline)[disabled]:focus, .btn.red-pink:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.red-pink:not(.btn-outline):hover,
        fieldset[disabled] .btn.red-pink:not(.btn-outline):focus,
        fieldset[disabled] .btn.red-pink:not(.btn-outline).focus {
            background-color: #E08283;
            border-color: #E08283;
        }

        .btn.red-pink:not(.btn-outline) .badge {
            color: #E08283;
            background-color: #ffffff;
        }

    .btn.btn-outline.red-pink {
        border-color: #E08283;
        color: #E08283;
        background: none;
    }

        .btn.btn-outline.red-pink:hover, .btn.btn-outline.red-pink:active, .btn.btn-outline.red-pink:active:hover, .btn.btn-outline.red-pink:active:focus, .btn.btn-outline.red-pink:focus, .btn.btn-outline.red-pink.active {
            border-color: #E08283;
            color: #ffffff;
            background-color: #E08283;
        }

    .btn.red-pink-stripe {
        border-left: 4px solid #E08283 !important;
    }

    .btn.red-pink.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.red-sunglo:not(.btn-outline) {
        color: #ffffff;
        background-color: #E26A6A;
        border-color: #E26A6A;
    }

        .btn.red-sunglo:not(.btn-outline):focus, .btn.red-sunglo:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #da3f3f;
            border-color: #ab2121;
        }

        .btn.red-sunglo:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #da3f3f;
            border-color: #d83737;
        }

        .btn.red-sunglo:not(.btn-outline):active, .btn.red-sunglo:not(.btn-outline).active,
        .open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #da3f3f;
            border-color: #d83737;
        }

            .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, .btn.red-sunglo:not(.btn-outline).active:focus, .btn.red-sunglo:not(.btn-outline).active.focus,
            .open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.red-sunglo:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #cd2828;
                border-color: #ab2121;
            }

        .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:hover, .btn.red-sunglo:not(.btn-outline).disabled:focus, .btn.red-sunglo:not(.btn-outline).disabled.focus, .btn.red-sunglo:not(.btn-outline)[disabled]:hover, .btn.red-sunglo:not(.btn-outline)[disabled]:focus, .btn.red-sunglo:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.red-sunglo:not(.btn-outline):hover,
        fieldset[disabled] .btn.red-sunglo:not(.btn-outline):focus,
        fieldset[disabled] .btn.red-sunglo:not(.btn-outline).focus {
            background-color: #E26A6A;
            border-color: #E26A6A;
        }

        .btn.red-sunglo:not(.btn-outline) .badge {
            color: #E26A6A;
            background-color: #ffffff;
        }

    .btn.btn-outline.red-sunglo {
        border-color: #E26A6A;
        color: #E26A6A;
        background: none;
    }

        .btn.btn-outline.red-sunglo:hover, .btn.btn-outline.red-sunglo:active, .btn.btn-outline.red-sunglo:active:hover, .btn.btn-outline.red-sunglo:active:focus, .btn.btn-outline.red-sunglo:focus, .btn.btn-outline.red-sunglo.active {
            border-color: #E26A6A;
            color: #ffffff;
            background-color: #E26A6A;
        }

    .btn.red-sunglo-stripe {
        border-left: 4px solid #E26A6A !important;
    }

    .btn.red-sunglo.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.red-intense:not(.btn-outline) {
        color: #ffffff;
        background-color: #e35b5a;
        border-color: #e35b5a;
    }

        .btn.red-intense:not(.btn-outline):focus, .btn.red-intense:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #dc302e;
            border-color: #a21c1b;
        }

        .btn.red-intense:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #dc302e;
            border-color: #da2726;
        }

        .btn.red-intense:not(.btn-outline):active, .btn.red-intense:not(.btn-outline).active,
        .open > .btn.red-intense:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #dc302e;
            border-color: #da2726;
        }

            .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, .btn.red-intense:not(.btn-outline).active:focus, .btn.red-intense:not(.btn-outline).active.focus,
            .open > .btn.red-intense:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.red-intense:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.red-intense:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #c52321;
                border-color: #a21c1b;
            }

        .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:hover, .btn.red-intense:not(.btn-outline).disabled:focus, .btn.red-intense:not(.btn-outline).disabled.focus, .btn.red-intense:not(.btn-outline)[disabled]:hover, .btn.red-intense:not(.btn-outline)[disabled]:focus, .btn.red-intense:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.red-intense:not(.btn-outline):hover,
        fieldset[disabled] .btn.red-intense:not(.btn-outline):focus,
        fieldset[disabled] .btn.red-intense:not(.btn-outline).focus {
            background-color: #e35b5a;
            border-color: #e35b5a;
        }

        .btn.red-intense:not(.btn-outline) .badge {
            color: #e35b5a;
            background-color: #ffffff;
        }

    .btn.btn-outline.red-intense {
        border-color: #e35b5a;
        color: #e35b5a;
        background: none;
    }

        .btn.btn-outline.red-intense:hover, .btn.btn-outline.red-intense:active, .btn.btn-outline.red-intense:active:hover, .btn.btn-outline.red-intense:active:focus, .btn.btn-outline.red-intense:focus, .btn.btn-outline.red-intense.active {
            border-color: #e35b5a;
            color: #ffffff;
            background-color: #e35b5a;
        }

    .btn.red-intense-stripe {
        border-left: 4px solid #e35b5a !important;
    }

    .btn.red-intense.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.red-thunderbird:not(.btn-outline) {
        color: #ffffff;
        background-color: #D91E18;
        border-color: #D91E18;
    }

        .btn.red-thunderbird:not(.btn-outline):focus, .btn.red-thunderbird:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #ab1813;
            border-color: #660e0b;
        }

        .btn.red-thunderbird:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #ab1813;
            border-color: #a21612;
        }

        .btn.red-thunderbird:not(.btn-outline):active, .btn.red-thunderbird:not(.btn-outline).active,
        .open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #ab1813;
            border-color: #a21612;
        }

            .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, .btn.red-thunderbird:not(.btn-outline).active:focus, .btn.red-thunderbird:not(.btn-outline).active.focus,
            .open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.red-thunderbird:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #8b130f;
                border-color: #660e0b;
            }

        .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:hover, .btn.red-thunderbird:not(.btn-outline).disabled:focus, .btn.red-thunderbird:not(.btn-outline).disabled.focus, .btn.red-thunderbird:not(.btn-outline)[disabled]:hover, .btn.red-thunderbird:not(.btn-outline)[disabled]:focus, .btn.red-thunderbird:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.red-thunderbird:not(.btn-outline):hover,
        fieldset[disabled] .btn.red-thunderbird:not(.btn-outline):focus,
        fieldset[disabled] .btn.red-thunderbird:not(.btn-outline).focus {
            background-color: #D91E18;
            border-color: #D91E18;
        }

        .btn.red-thunderbird:not(.btn-outline) .badge {
            color: #D91E18;
            background-color: #ffffff;
        }

    .btn.btn-outline.red-thunderbird {
        border-color: #D91E18;
        color: #D91E18;
        background: none;
    }

        .btn.btn-outline.red-thunderbird:hover, .btn.btn-outline.red-thunderbird:active, .btn.btn-outline.red-thunderbird:active:hover, .btn.btn-outline.red-thunderbird:active:focus, .btn.btn-outline.red-thunderbird:focus, .btn.btn-outline.red-thunderbird.active {
            border-color: #D91E18;
            color: #ffffff;
            background-color: #D91E18;
        }

    .btn.red-thunderbird-stripe {
        border-left: 4px solid #D91E18 !important;
    }

    .btn.red-thunderbird.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.red-flamingo:not(.btn-outline) {
        color: #ffffff;
        background-color: #EF4836;
        border-color: #EF4836;
    }

        .btn.red-flamingo:not(.btn-outline):focus, .btn.red-flamingo:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #e02612;
            border-color: #991a0c;
        }

        .btn.red-flamingo:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #e02612;
            border-color: #d72411;
        }

        .btn.red-flamingo:not(.btn-outline):active, .btn.red-flamingo:not(.btn-outline).active,
        .open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #e02612;
            border-color: #d72411;
        }

            .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, .btn.red-flamingo:not(.btn-outline).active:focus, .btn.red-flamingo:not(.btn-outline).active.focus,
            .open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.red-flamingo:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #bf200f;
                border-color: #991a0c;
            }

        .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:hover, .btn.red-flamingo:not(.btn-outline).disabled:focus, .btn.red-flamingo:not(.btn-outline).disabled.focus, .btn.red-flamingo:not(.btn-outline)[disabled]:hover, .btn.red-flamingo:not(.btn-outline)[disabled]:focus, .btn.red-flamingo:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.red-flamingo:not(.btn-outline):hover,
        fieldset[disabled] .btn.red-flamingo:not(.btn-outline):focus,
        fieldset[disabled] .btn.red-flamingo:not(.btn-outline).focus {
            background-color: #EF4836;
            border-color: #EF4836;
        }

        .btn.red-flamingo:not(.btn-outline) .badge {
            color: #EF4836;
            background-color: #ffffff;
        }

    .btn.btn-outline.red-flamingo {
        border-color: #EF4836;
        color: #EF4836;
        background: none;
    }

        .btn.btn-outline.red-flamingo:hover, .btn.btn-outline.red-flamingo:active, .btn.btn-outline.red-flamingo:active:hover, .btn.btn-outline.red-flamingo:active:focus, .btn.btn-outline.red-flamingo:focus, .btn.btn-outline.red-flamingo.active {
            border-color: #EF4836;
            color: #ffffff;
            background-color: #EF4836;
        }

    .btn.red-flamingo-stripe {
        border-left: 4px solid #EF4836 !important;
    }

    .btn.red-flamingo.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.red-soft:not(.btn-outline) {
        color: #ffffff;
        background-color: #d05454;
        border-color: #d05454;
    }

        .btn.red-soft:not(.btn-outline):focus, .btn.red-soft:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #bd3434;
            border-color: #812323;
        }

        .btn.red-soft:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #bd3434;
            border-color: #b53232;
        }

        .btn.red-soft:not(.btn-outline):active, .btn.red-soft:not(.btn-outline).active,
        .open > .btn.red-soft:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #bd3434;
            border-color: #b53232;
        }

            .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, .btn.red-soft:not(.btn-outline).active:focus, .btn.red-soft:not(.btn-outline).active.focus,
            .open > .btn.red-soft:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.red-soft:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.red-soft:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #a12c2c;
                border-color: #812323;
            }

        .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:hover, .btn.red-soft:not(.btn-outline).disabled:focus, .btn.red-soft:not(.btn-outline).disabled.focus, .btn.red-soft:not(.btn-outline)[disabled]:hover, .btn.red-soft:not(.btn-outline)[disabled]:focus, .btn.red-soft:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.red-soft:not(.btn-outline):hover,
        fieldset[disabled] .btn.red-soft:not(.btn-outline):focus,
        fieldset[disabled] .btn.red-soft:not(.btn-outline).focus {
            background-color: #d05454;
            border-color: #d05454;
        }

        .btn.red-soft:not(.btn-outline) .badge {
            color: #d05454;
            background-color: #ffffff;
        }

    .btn.btn-outline.red-soft {
        border-color: #d05454;
        color: #d05454;
        background: none;
    }

        .btn.btn-outline.red-soft:hover, .btn.btn-outline.red-soft:active, .btn.btn-outline.red-soft:active:hover, .btn.btn-outline.red-soft:active:focus, .btn.btn-outline.red-soft:focus, .btn.btn-outline.red-soft.active {
            border-color: #d05454;
            color: #ffffff;
            background-color: #d05454;
        }

    .btn.red-soft-stripe {
        border-left: 4px solid #d05454 !important;
    }

    .btn.red-soft.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.red-haze:not(.btn-outline) {
        color: #ffffff;
        background-color: #f36a5a;
        border-color: #f36a5a;
    }

        .btn.red-haze:not(.btn-outline):focus, .btn.red-haze:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #f03f2a;
            border-color: #c0210e;
        }

        .btn.red-haze:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #f03f2a;
            border-color: #ef3621;
        }

        .btn.red-haze:not(.btn-outline):active, .btn.red-haze:not(.btn-outline).active,
        .open > .btn.red-haze:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #f03f2a;
            border-color: #ef3621;
        }

            .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, .btn.red-haze:not(.btn-outline).active:focus, .btn.red-haze:not(.btn-outline).active.focus,
            .open > .btn.red-haze:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.red-haze:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.red-haze:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #e62711;
                border-color: #c0210e;
            }

        .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:hover, .btn.red-haze:not(.btn-outline).disabled:focus, .btn.red-haze:not(.btn-outline).disabled.focus, .btn.red-haze:not(.btn-outline)[disabled]:hover, .btn.red-haze:not(.btn-outline)[disabled]:focus, .btn.red-haze:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.red-haze:not(.btn-outline):hover,
        fieldset[disabled] .btn.red-haze:not(.btn-outline):focus,
        fieldset[disabled] .btn.red-haze:not(.btn-outline).focus {
            background-color: #f36a5a;
            border-color: #f36a5a;
        }

        .btn.red-haze:not(.btn-outline) .badge {
            color: #f36a5a;
            background-color: #ffffff;
        }

    .btn.btn-outline.red-haze {
        border-color: #f36a5a;
        color: #f36a5a;
        background: none;
    }

        .btn.btn-outline.red-haze:hover, .btn.btn-outline.red-haze:active, .btn.btn-outline.red-haze:active:hover, .btn.btn-outline.red-haze:active:focus, .btn.btn-outline.red-haze:focus, .btn.btn-outline.red-haze.active {
            border-color: #f36a5a;
            color: #ffffff;
            background-color: #f36a5a;
        }

    .btn.red-haze-stripe {
        border-left: 4px solid #f36a5a !important;
    }

    .btn.red-haze.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.red-mint:not(.btn-outline) {
        color: #ffffff;
        background-color: #e43a45;
        border-color: #e43a45;
    }

        .btn.red-mint:not(.btn-outline):focus, .btn.red-mint:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #cf1c28;
            border-color: #8b131b;
        }

        .btn.red-mint:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #cf1c28;
            border-color: #c61b26;
        }

        .btn.red-mint:not(.btn-outline):active, .btn.red-mint:not(.btn-outline).active,
        .open > .btn.red-mint:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #cf1c28;
            border-color: #c61b26;
        }

            .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, .btn.red-mint:not(.btn-outline).active:focus, .btn.red-mint:not(.btn-outline).active.focus,
            .open > .btn.red-mint:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.red-mint:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.red-mint:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #af1822;
                border-color: #8b131b;
            }

        .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:hover, .btn.red-mint:not(.btn-outline).disabled:focus, .btn.red-mint:not(.btn-outline).disabled.focus, .btn.red-mint:not(.btn-outline)[disabled]:hover, .btn.red-mint:not(.btn-outline)[disabled]:focus, .btn.red-mint:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.red-mint:not(.btn-outline):hover,
        fieldset[disabled] .btn.red-mint:not(.btn-outline):focus,
        fieldset[disabled] .btn.red-mint:not(.btn-outline).focus {
            background-color: #e43a45;
            border-color: #e43a45;
        }

        .btn.red-mint:not(.btn-outline) .badge {
            color: #e43a45;
            background-color: #ffffff;
        }

    .btn.btn-outline.red-mint {
        border-color: #e43a45;
        color: #e43a45;
        background: none;
    }

        .btn.btn-outline.red-mint:hover, .btn.btn-outline.red-mint:active, .btn.btn-outline.red-mint:active:hover, .btn.btn-outline.red-mint:active:focus, .btn.btn-outline.red-mint:focus, .btn.btn-outline.red-mint.active {
            border-color: #e43a45;
            color: #ffffff;
            background-color: #e43a45;
        }

    .btn.red-mint-stripe {
        border-left: 4px solid #e43a45 !important;
    }

    .btn.red-mint.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.yellow:not(.btn-outline) {
        color: #ffffff;
        background-color: #c49f47;
        border-color: #c49f47;
    }
        fieldset[disabled] .btn.yellow:not(.btn-outline) {
            color: #5080fb;
        }

        .btn.yellow:not(.btn-outline):focus, .btn.yellow:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #a48334;
            border-color: #6a5422;
        }

        .btn.yellow:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #a48334;
            border-color: #9c7c32;
        }

        .btn.yellow:not(.btn-outline):active, .btn.yellow:not(.btn-outline).active,
        .open > .btn.yellow:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #a48334;
            border-color: #9c7c32;
        }

            .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, .btn.yellow:not(.btn-outline).active:focus, .btn.yellow:not(.btn-outline).active.focus,
            .open > .btn.yellow:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.yellow:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.yellow:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #896d2c;
                border-color: #6a5422;
            }

        .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:hover, .btn.yellow:not(.btn-outline).disabled:focus, .btn.yellow:not(.btn-outline).disabled.focus, .btn.yellow:not(.btn-outline)[disabled]:hover, .btn.yellow:not(.btn-outline)[disabled]:focus, .btn.yellow:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.yellow:not(.btn-outline):hover,
        fieldset[disabled] .btn.yellow:not(.btn-outline):focus,
        fieldset[disabled] .btn.yellow:not(.btn-outline).focus {
            background-color: #c49f47;
            border-color: #c49f47;
        }

        .btn.yellow:not(.btn-outline) .badge {
            color: #c49f47;
            background-color: #ffffff;
        }

    .btn.btn-outline.yellow {
        border-color: #c49f47;
        color: #c49f47;
        background: none;
    }

        .btn.btn-outline.yellow:hover, .btn.btn-outline.yellow:active, .btn.btn-outline.yellow:active:hover, .btn.btn-outline.yellow:active:focus, .btn.btn-outline.yellow:focus, .btn.btn-outline.yellow.active {
            border-color: #c49f47;
            color: #ffffff;
            background-color: #c49f47;
        }

    .btn.yellow-stripe {
        border-left: 4px solid #c49f47 !important;
    }

    .btn.yellow.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.yellow-gold:not(.btn-outline) {
        color: #ffffff;
        background-color: #E87E04;
        border-color: #E87E04;
    }

        .btn.yellow-gold:not(.btn-outline):focus, .btn.yellow-gold:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #b66303;
            border-color: #6b3a02;
        }

        .btn.yellow-gold:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #b66303;
            border-color: #ac5d03;
        }

        .btn.yellow-gold:not(.btn-outline):active, .btn.yellow-gold:not(.btn-outline).active,
        .open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #b66303;
            border-color: #ac5d03;
        }

            .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, .btn.yellow-gold:not(.btn-outline).active:focus, .btn.yellow-gold:not(.btn-outline).active.focus,
            .open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.yellow-gold:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #935003;
                border-color: #6b3a02;
            }

        .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:hover, .btn.yellow-gold:not(.btn-outline).disabled:focus, .btn.yellow-gold:not(.btn-outline).disabled.focus, .btn.yellow-gold:not(.btn-outline)[disabled]:hover, .btn.yellow-gold:not(.btn-outline)[disabled]:focus, .btn.yellow-gold:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.yellow-gold:not(.btn-outline):hover,
        fieldset[disabled] .btn.yellow-gold:not(.btn-outline):focus,
        fieldset[disabled] .btn.yellow-gold:not(.btn-outline).focus {
            background-color: #E87E04;
            border-color: #E87E04;
        }

        .btn.yellow-gold:not(.btn-outline) .badge {
            color: #E87E04;
            background-color: #ffffff;
        }

    .btn.btn-outline.yellow-gold {
        border-color: #E87E04;
        color: #E87E04;
        background: none;
    }

        .btn.btn-outline.yellow-gold:hover, .btn.btn-outline.yellow-gold:active, .btn.btn-outline.yellow-gold:active:hover, .btn.btn-outline.yellow-gold:active:focus, .btn.btn-outline.yellow-gold:focus, .btn.btn-outline.yellow-gold.active {
            border-color: #E87E04;
            color: #ffffff;
            background-color: #E87E04;
        }

    .btn.yellow-gold-stripe {
        border-left: 4px solid #E87E04 !important;
    }

    .btn.yellow-gold.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.yellow-casablanca:not(.btn-outline) {
        color: #ffffff;
        background-color: #f2784b;
        border-color: #f2784b;
    }

        .btn.yellow-casablanca:not(.btn-outline):focus, .btn.yellow-casablanca:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #ef541b;
            border-color: #b1390d;
        }

        .btn.yellow-casablanca:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #ef541b;
            border-color: #ee4d12;
        }

        .btn.yellow-casablanca:not(.btn-outline):active, .btn.yellow-casablanca:not(.btn-outline).active,
        .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #ef541b;
            border-color: #ee4d12;
        }

            .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, .btn.yellow-casablanca:not(.btn-outline).active:focus, .btn.yellow-casablanca:not(.btn-outline).active.focus,
            .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.yellow-casablanca:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #d74510;
                border-color: #b1390d;
            }

        .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:hover, .btn.yellow-casablanca:not(.btn-outline).disabled:focus, .btn.yellow-casablanca:not(.btn-outline).disabled.focus, .btn.yellow-casablanca:not(.btn-outline)[disabled]:hover, .btn.yellow-casablanca:not(.btn-outline)[disabled]:focus, .btn.yellow-casablanca:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline):hover,
        fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline):focus,
        fieldset[disabled] .btn.yellow-casablanca:not(.btn-outline).focus {
            background-color: #f2784b;
            border-color: #f2784b;
        }

        .btn.yellow-casablanca:not(.btn-outline) .badge {
            color: #f2784b;
            background-color: #ffffff;
        }

    .btn.btn-outline.yellow-casablanca {
        border-color: #f2784b;
        color: #f2784b;
        background: none;
    }

        .btn.btn-outline.yellow-casablanca:hover, .btn.btn-outline.yellow-casablanca:active, .btn.btn-outline.yellow-casablanca:active:hover, .btn.btn-outline.yellow-casablanca:active:focus, .btn.btn-outline.yellow-casablanca:focus, .btn.btn-outline.yellow-casablanca.active {
            border-color: #f2784b;
            color: #ffffff;
            background-color: #f2784b;
        }

    .btn.yellow-casablanca-stripe {
        border-left: 4px solid #f2784b !important;
    }

    .btn.yellow-casablanca.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.yellow-crusta:not(.btn-outline) {
        color: #ffffff;
        background-color: #f3c200;
        border-color: #f3c200;
    }

        .btn.yellow-crusta:not(.btn-outline):focus, .btn.yellow-crusta:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #c09900;
            border-color: #745c00;
        }

        .btn.yellow-crusta:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #c09900;
            border-color: #b69100;
        }

        .btn.yellow-crusta:not(.btn-outline):active, .btn.yellow-crusta:not(.btn-outline).active,
        .open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #c09900;
            border-color: #b69100;
        }

            .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, .btn.yellow-crusta:not(.btn-outline).active:focus, .btn.yellow-crusta:not(.btn-outline).active.focus,
            .open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.yellow-crusta:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #9c7d00;
                border-color: #745c00;
            }

        .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:hover, .btn.yellow-crusta:not(.btn-outline).disabled:focus, .btn.yellow-crusta:not(.btn-outline).disabled.focus, .btn.yellow-crusta:not(.btn-outline)[disabled]:hover, .btn.yellow-crusta:not(.btn-outline)[disabled]:focus, .btn.yellow-crusta:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.yellow-crusta:not(.btn-outline):hover,
        fieldset[disabled] .btn.yellow-crusta:not(.btn-outline):focus,
        fieldset[disabled] .btn.yellow-crusta:not(.btn-outline).focus {
            background-color: #f3c200;
            border-color: #f3c200;
        }

        .btn.yellow-crusta:not(.btn-outline) .badge {
            color: #f3c200;
            background-color: #ffffff;
        }

    .btn.btn-outline.yellow-crusta {
        border-color: #f3c200;
        color: #f3c200;
        background: none;
    }

        .btn.btn-outline.yellow-crusta:hover, .btn.btn-outline.yellow-crusta:active, .btn.btn-outline.yellow-crusta:active:hover, .btn.btn-outline.yellow-crusta:active:focus, .btn.btn-outline.yellow-crusta:focus, .btn.btn-outline.yellow-crusta.active {
            border-color: #f3c200;
            color: #ffffff;
            background-color: #f3c200;
        }

    .btn.yellow-crusta-stripe {
        border-left: 4px solid #f3c200 !important;
    }

    .btn.yellow-crusta.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.yellow-lemon:not(.btn-outline) {
        color: #ffffff;
        background-color: #F7CA18;
        border-color: #F7CA18;
    }

        .btn.yellow-lemon:not(.btn-outline):focus, .btn.yellow-lemon:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #d5ab07;
            border-color: #8b7005;
        }

        .btn.yellow-lemon:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #d5ab07;
            border-color: #cba307;
        }

        .btn.yellow-lemon:not(.btn-outline):active, .btn.yellow-lemon:not(.btn-outline).active,
        .open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #d5ab07;
            border-color: #cba307;
        }

            .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, .btn.yellow-lemon:not(.btn-outline).active:focus, .btn.yellow-lemon:not(.btn-outline).active.focus,
            .open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.yellow-lemon:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #b28f06;
                border-color: #8b7005;
            }

        .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:hover, .btn.yellow-lemon:not(.btn-outline).disabled:focus, .btn.yellow-lemon:not(.btn-outline).disabled.focus, .btn.yellow-lemon:not(.btn-outline)[disabled]:hover, .btn.yellow-lemon:not(.btn-outline)[disabled]:focus, .btn.yellow-lemon:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.yellow-lemon:not(.btn-outline):hover,
        fieldset[disabled] .btn.yellow-lemon:not(.btn-outline):focus,
        fieldset[disabled] .btn.yellow-lemon:not(.btn-outline).focus {
            background-color: #F7CA18;
            border-color: #F7CA18;
        }

        .btn.yellow-lemon:not(.btn-outline) .badge {
            color: #F7CA18;
            background-color: #ffffff;
        }

    .btn.btn-outline.yellow-lemon {
        border-color: #F7CA18;
        color: #F7CA18;
        background: none;
    }

        .btn.btn-outline.yellow-lemon:hover, .btn.btn-outline.yellow-lemon:active, .btn.btn-outline.yellow-lemon:active:hover, .btn.btn-outline.yellow-lemon:active:focus, .btn.btn-outline.yellow-lemon:focus, .btn.btn-outline.yellow-lemon.active {
            border-color: #F7CA18;
            color: #ffffff;
            background-color: #F7CA18;
        }

    .btn.yellow-lemon-stripe {
        border-left: 4px solid #F7CA18 !important;
    }

    .btn.yellow-lemon.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.yellow-saffron:not(.btn-outline) {
        color: #ffffff;
        background-color: #F4D03F;
        border-color: #F4D03F;
    }

        .btn.yellow-saffron:not(.btn-outline):focus, .btn.yellow-saffron:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #f1c40f;
            border-color: #aa8a0a;
        }

        .btn.yellow-saffron:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #f1c40f;
            border-color: #e8bd0d;
        }

        .btn.yellow-saffron:not(.btn-outline):active, .btn.yellow-saffron:not(.btn-outline).active,
        .open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #f1c40f;
            border-color: #e8bd0d;
        }

            .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, .btn.yellow-saffron:not(.btn-outline).active:focus, .btn.yellow-saffron:not(.btn-outline).active.focus,
            .open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.yellow-saffron:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #d0a90c;
                border-color: #aa8a0a;
            }

        .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:hover, .btn.yellow-saffron:not(.btn-outline).disabled:focus, .btn.yellow-saffron:not(.btn-outline).disabled.focus, .btn.yellow-saffron:not(.btn-outline)[disabled]:hover, .btn.yellow-saffron:not(.btn-outline)[disabled]:focus, .btn.yellow-saffron:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.yellow-saffron:not(.btn-outline):hover,
        fieldset[disabled] .btn.yellow-saffron:not(.btn-outline):focus,
        fieldset[disabled] .btn.yellow-saffron:not(.btn-outline).focus {
            background-color: #F4D03F;
            border-color: #F4D03F;
        }

        .btn.yellow-saffron:not(.btn-outline) .badge {
            color: #F4D03F;
            background-color: #ffffff;
        }

    .btn.btn-outline.yellow-saffron {
        border-color: #F4D03F;
        color: #F4D03F;
        background: none;
    }

        .btn.btn-outline.yellow-saffron:hover, .btn.btn-outline.yellow-saffron:active, .btn.btn-outline.yellow-saffron:active:hover, .btn.btn-outline.yellow-saffron:active:focus, .btn.btn-outline.yellow-saffron:focus, .btn.btn-outline.yellow-saffron.active {
            border-color: #F4D03F;
            color: #ffffff;
            background-color: #F4D03F;
        }

    .btn.yellow-saffron-stripe {
        border-left: 4px solid #F4D03F !important;
    }

    .btn.yellow-saffron.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.yellow-soft:not(.btn-outline) {
        color: #ffffff;
        background-color: #c8d046;
        border-color: #c8d046;
    }

        .btn.yellow-soft:not(.btn-outline):focus, .btn.yellow-soft:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #adb52e;
            border-color: #73781e;
        }

        .btn.yellow-soft:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #adb52e;
            border-color: #a5ad2c;
        }

        .btn.yellow-soft:not(.btn-outline):active, .btn.yellow-soft:not(.btn-outline).active,
        .open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #adb52e;
            border-color: #a5ad2c;
        }

            .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, .btn.yellow-soft:not(.btn-outline).active:focus, .btn.yellow-soft:not(.btn-outline).active.focus,
            .open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #929927;
                border-color: #73781e;
            }

        .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:hover, .btn.yellow-soft:not(.btn-outline).disabled:focus, .btn.yellow-soft:not(.btn-outline).disabled.focus, .btn.yellow-soft:not(.btn-outline)[disabled]:hover, .btn.yellow-soft:not(.btn-outline)[disabled]:focus, .btn.yellow-soft:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.yellow-soft:not(.btn-outline):hover,
        fieldset[disabled] .btn.yellow-soft:not(.btn-outline):focus,
        fieldset[disabled] .btn.yellow-soft:not(.btn-outline).focus {
            background-color: #c8d046;
            border-color: #c8d046;
        }

        .btn.yellow-soft:not(.btn-outline) .badge {
            color: #c8d046;
            background-color: #ffffff;
        }

    .btn.btn-outline.yellow-soft {
        border-color: #c8d046;
        color: #c8d046;
        background: none;
    }

        .btn.btn-outline.yellow-soft:hover, .btn.btn-outline.yellow-soft:active, .btn.btn-outline.yellow-soft:active:hover, .btn.btn-outline.yellow-soft:active:focus, .btn.btn-outline.yellow-soft:focus, .btn.btn-outline.yellow-soft.active {
            border-color: #c8d046;
            color: #ffffff;
            background-color: #c8d046;
        }

    .btn.yellow-soft-stripe {
        border-left: 4px solid #c8d046 !important;
    }

    .btn.yellow-soft.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.yellow-haze:not(.btn-outline) {
        color: #ffffff;
        background-color: #c5bf66;
        border-color: #c5bf66;
    }

        .btn.yellow-haze:not(.btn-outline):focus, .btn.yellow-haze:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #b4ad44;
            border-color: #7c772f;
        }

        .btn.yellow-haze:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #b4ad44;
            border-color: #aca641;
        }

        .btn.yellow-haze:not(.btn-outline):active, .btn.yellow-haze:not(.btn-outline).active,
        .open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #b4ad44;
            border-color: #aca641;
        }

            .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, .btn.yellow-haze:not(.btn-outline).active:focus, .btn.yellow-haze:not(.btn-outline).active.focus,
            .open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.yellow-haze:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #9a943a;
                border-color: #7c772f;
            }

        .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:hover, .btn.yellow-haze:not(.btn-outline).disabled:focus, .btn.yellow-haze:not(.btn-outline).disabled.focus, .btn.yellow-haze:not(.btn-outline)[disabled]:hover, .btn.yellow-haze:not(.btn-outline)[disabled]:focus, .btn.yellow-haze:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.yellow-haze:not(.btn-outline):hover,
        fieldset[disabled] .btn.yellow-haze:not(.btn-outline):focus,
        fieldset[disabled] .btn.yellow-haze:not(.btn-outline).focus {
            background-color: #c5bf66;
            border-color: #c5bf66;
        }

        .btn.yellow-haze:not(.btn-outline) .badge {
            color: #c5bf66;
            background-color: #ffffff;
        }

    .btn.btn-outline.yellow-haze {
        border-color: #c5bf66;
        color: #c5bf66;
        background: none;
    }

        .btn.btn-outline.yellow-haze:hover, .btn.btn-outline.yellow-haze:active, .btn.btn-outline.yellow-haze:active:hover, .btn.btn-outline.yellow-haze:active:focus, .btn.btn-outline.yellow-haze:focus, .btn.btn-outline.yellow-haze.active {
            border-color: #c5bf66;
            color: #ffffff;
            background-color: #c5bf66;
        }

    .btn.yellow-haze-stripe {
        border-left: 4px solid #c5bf66 !important;
    }

    .btn.yellow-haze.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.yellow-mint:not(.btn-outline) {
        color: #ffffff;
        background-color: #c5b96b;
        border-color: #c5b96b;
    }

        .btn.yellow-mint:not(.btn-outline):focus, .btn.yellow-mint:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #b6a747;
            border-color: #7f7532;
        }

        .btn.yellow-mint:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #b6a747;
            border-color: #aea044;
        }

        .btn.yellow-mint:not(.btn-outline):active, .btn.yellow-mint:not(.btn-outline).active,
        .open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #b6a747;
            border-color: #aea044;
        }

            .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, .btn.yellow-mint:not(.btn-outline).active:focus, .btn.yellow-mint:not(.btn-outline).active.focus,
            .open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.yellow-mint:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #9c8f3d;
                border-color: #7f7532;
            }

        .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:hover, .btn.yellow-mint:not(.btn-outline).disabled:focus, .btn.yellow-mint:not(.btn-outline).disabled.focus, .btn.yellow-mint:not(.btn-outline)[disabled]:hover, .btn.yellow-mint:not(.btn-outline)[disabled]:focus, .btn.yellow-mint:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.yellow-mint:not(.btn-outline):hover,
        fieldset[disabled] .btn.yellow-mint:not(.btn-outline):focus,
        fieldset[disabled] .btn.yellow-mint:not(.btn-outline).focus {
            background-color: #c5b96b;
            border-color: #c5b96b;
        }

        .btn.yellow-mint:not(.btn-outline) .badge {
            color: #c5b96b;
            background-color: #ffffff;
        }

    .btn.btn-outline.yellow-mint {
        border-color: #c5b96b;
        color: #c5b96b;
        background: none;
    }

        .btn.btn-outline.yellow-mint:hover, .btn.btn-outline.yellow-mint:active, .btn.btn-outline.yellow-mint:active:hover, .btn.btn-outline.yellow-mint:active:focus, .btn.btn-outline.yellow-mint:focus, .btn.btn-outline.yellow-mint.active {
            border-color: #c5b96b;
            color: #ffffff;
            background-color: #c5b96b;
        }

    .btn.yellow-mint-stripe {
        border-left: 4px solid #c5b96b !important;
    }

    .btn.yellow-mint.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.purple:not(.btn-outline) {
        color: #ffffff;
        background-color: #8E44AD;
        border-color: #8E44AD;
    }

        .btn.purple:not(.btn-outline):focus, .btn.purple:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #703688;
            border-color: #432051;
        }

        .btn.purple:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #703688;
            border-color: #6a3381;
        }

        .btn.purple:not(.btn-outline):active, .btn.purple:not(.btn-outline).active,
        .open > .btn.purple:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #703688;
            border-color: #6a3381;
        }

            .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, .btn.purple:not(.btn-outline).active:focus, .btn.purple:not(.btn-outline).active.focus,
            .open > .btn.purple:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.purple:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.purple:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #5b2c6f;
                border-color: #432051;
            }

        .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:hover, .btn.purple:not(.btn-outline).disabled:focus, .btn.purple:not(.btn-outline).disabled.focus, .btn.purple:not(.btn-outline)[disabled]:hover, .btn.purple:not(.btn-outline)[disabled]:focus, .btn.purple:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.purple:not(.btn-outline):hover,
        fieldset[disabled] .btn.purple:not(.btn-outline):focus,
        fieldset[disabled] .btn.purple:not(.btn-outline).focus {
            background-color: #8E44AD;
            border-color: #8E44AD;
        }

        .btn.purple:not(.btn-outline) .badge {
            color: #8E44AD;
            background-color: #ffffff;
        }

    .btn.btn-outline.purple {
        border-color: #8E44AD;
        color: #8E44AD;
        background: none;
    }

        .btn.btn-outline.purple:hover, .btn.btn-outline.purple:active, .btn.btn-outline.purple:active:hover, .btn.btn-outline.purple:active:focus, .btn.btn-outline.purple:focus, .btn.btn-outline.purple.active {
            border-color: #8E44AD;
            color: #ffffff;
            background-color: #8E44AD;
        }

    .btn.purple-stripe {
        border-left: 4px solid #8E44AD !important;
    }

    .btn.purple.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.purple-plum:not(.btn-outline) {
        color: #ffffff;
        background-color: #8775a7;
        border-color: #8775a7;
    }

        .btn.purple-plum:not(.btn-outline):focus, .btn.purple-plum:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #6d5b8e;
            border-color: #493d60;
        }

        .btn.purple-plum:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #6d5b8e;
            border-color: #685788;
        }

        .btn.purple-plum:not(.btn-outline):active, .btn.purple-plum:not(.btn-outline).active,
        .open > .btn.purple-plum:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #6d5b8e;
            border-color: #685788;
        }

            .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, .btn.purple-plum:not(.btn-outline).active:focus, .btn.purple-plum:not(.btn-outline).active.focus,
            .open > .btn.purple-plum:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.purple-plum:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.purple-plum:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #5d4d78;
                border-color: #493d60;
            }

        .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:hover, .btn.purple-plum:not(.btn-outline).disabled:focus, .btn.purple-plum:not(.btn-outline).disabled.focus, .btn.purple-plum:not(.btn-outline)[disabled]:hover, .btn.purple-plum:not(.btn-outline)[disabled]:focus, .btn.purple-plum:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.purple-plum:not(.btn-outline):hover,
        fieldset[disabled] .btn.purple-plum:not(.btn-outline):focus,
        fieldset[disabled] .btn.purple-plum:not(.btn-outline).focus {
            background-color: #8775a7;
            border-color: #8775a7;
        }

        .btn.purple-plum:not(.btn-outline) .badge {
            color: #8775a7;
            background-color: #ffffff;
        }

    .btn.btn-outline.purple-plum {
        border-color: #8775a7;
        color: #8775a7;
        background: none;
    }

        .btn.btn-outline.purple-plum:hover, .btn.btn-outline.purple-plum:active, .btn.btn-outline.purple-plum:active:hover, .btn.btn-outline.purple-plum:active:focus, .btn.btn-outline.purple-plum:focus, .btn.btn-outline.purple-plum.active {
            border-color: #8775a7;
            color: #ffffff;
            background-color: #8775a7;
        }

    .btn.purple-plum-stripe {
        border-left: 4px solid #8775a7 !important;
    }

    .btn.purple-plum.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.purple-medium:not(.btn-outline) {
        color: #ffffff;
        background-color: #BF55EC;
        border-color: #BF55EC;
    }

        .btn.purple-medium:not(.btn-outline):focus, .btn.purple-medium:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #ae27e7;
            border-color: #8013ae;
        }

        .btn.purple-medium:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #ae27e7;
            border-color: #aa1ee6;
        }

        .btn.purple-medium:not(.btn-outline):active, .btn.purple-medium:not(.btn-outline).active,
        .open > .btn.purple-medium:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #ae27e7;
            border-color: #aa1ee6;
        }

            .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, .btn.purple-medium:not(.btn-outline).active:focus, .btn.purple-medium:not(.btn-outline).active.focus,
            .open > .btn.purple-medium:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.purple-medium:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.purple-medium:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #9b18d3;
                border-color: #8013ae;
            }

        .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:hover, .btn.purple-medium:not(.btn-outline).disabled:focus, .btn.purple-medium:not(.btn-outline).disabled.focus, .btn.purple-medium:not(.btn-outline)[disabled]:hover, .btn.purple-medium:not(.btn-outline)[disabled]:focus, .btn.purple-medium:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.purple-medium:not(.btn-outline):hover,
        fieldset[disabled] .btn.purple-medium:not(.btn-outline):focus,
        fieldset[disabled] .btn.purple-medium:not(.btn-outline).focus {
            background-color: #BF55EC;
            border-color: #BF55EC;
        }

        .btn.purple-medium:not(.btn-outline) .badge {
            color: #BF55EC;
            background-color: #ffffff;
        }

    .btn.btn-outline.purple-medium {
        border-color: #BF55EC;
        color: #BF55EC;
        background: none;
    }

        .btn.btn-outline.purple-medium:hover, .btn.btn-outline.purple-medium:active, .btn.btn-outline.purple-medium:active:hover, .btn.btn-outline.purple-medium:active:focus, .btn.btn-outline.purple-medium:focus, .btn.btn-outline.purple-medium.active {
            border-color: #BF55EC;
            color: #ffffff;
            background-color: #BF55EC;
        }

    .btn.purple-medium-stripe {
        border-left: 4px solid #BF55EC !important;
    }

    .btn.purple-medium.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.purple-studio:not(.btn-outline) {
        color: #ffffff;
        background-color: #8E44AD;
        border-color: #8E44AD;
    }

        .btn.purple-studio:not(.btn-outline):focus, .btn.purple-studio:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #703688;
            border-color: #432051;
        }

        .btn.purple-studio:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #703688;
            border-color: #6a3381;
        }

        .btn.purple-studio:not(.btn-outline):active, .btn.purple-studio:not(.btn-outline).active,
        .open > .btn.purple-studio:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #703688;
            border-color: #6a3381;
        }

            .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, .btn.purple-studio:not(.btn-outline).active:focus, .btn.purple-studio:not(.btn-outline).active.focus,
            .open > .btn.purple-studio:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.purple-studio:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.purple-studio:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #5b2c6f;
                border-color: #432051;
            }

        .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:hover, .btn.purple-studio:not(.btn-outline).disabled:focus, .btn.purple-studio:not(.btn-outline).disabled.focus, .btn.purple-studio:not(.btn-outline)[disabled]:hover, .btn.purple-studio:not(.btn-outline)[disabled]:focus, .btn.purple-studio:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.purple-studio:not(.btn-outline):hover,
        fieldset[disabled] .btn.purple-studio:not(.btn-outline):focus,
        fieldset[disabled] .btn.purple-studio:not(.btn-outline).focus {
            background-color: #8E44AD;
            border-color: #8E44AD;
        }

        .btn.purple-studio:not(.btn-outline) .badge {
            color: #8E44AD;
            background-color: #ffffff;
        }

    .btn.btn-outline.purple-studio {
        border-color: #8E44AD;
        color: #8E44AD;
        background: none;
    }

        .btn.btn-outline.purple-studio:hover, .btn.btn-outline.purple-studio:active, .btn.btn-outline.purple-studio:active:hover, .btn.btn-outline.purple-studio:active:focus, .btn.btn-outline.purple-studio:focus, .btn.btn-outline.purple-studio.active {
            border-color: #8E44AD;
            color: #ffffff;
            background-color: #8E44AD;
        }

    .btn.purple-studio-stripe {
        border-left: 4px solid #8E44AD !important;
    }

    .btn.purple-studio.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.purple-wisteria:not(.btn-outline) {
        color: #ffffff;
        background-color: #9B59B6;
        border-color: #9B59B6;
    }

        .btn.purple-wisteria:not(.btn-outline):focus, .btn.purple-wisteria:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #804399;
            border-color: #532c64;
        }

        .btn.purple-wisteria:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #804399;
            border-color: #7a4092;
        }

        .btn.purple-wisteria:not(.btn-outline):active, .btn.purple-wisteria:not(.btn-outline).active,
        .open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #804399;
            border-color: #7a4092;
        }

            .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, .btn.purple-wisteria:not(.btn-outline).active:focus, .btn.purple-wisteria:not(.btn-outline).active.focus,
            .open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.purple-wisteria:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #6b3880;
                border-color: #532c64;
            }

        .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:hover, .btn.purple-wisteria:not(.btn-outline).disabled:focus, .btn.purple-wisteria:not(.btn-outline).disabled.focus, .btn.purple-wisteria:not(.btn-outline)[disabled]:hover, .btn.purple-wisteria:not(.btn-outline)[disabled]:focus, .btn.purple-wisteria:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.purple-wisteria:not(.btn-outline):hover,
        fieldset[disabled] .btn.purple-wisteria:not(.btn-outline):focus,
        fieldset[disabled] .btn.purple-wisteria:not(.btn-outline).focus {
            background-color: #9B59B6;
            border-color: #9B59B6;
        }

        .btn.purple-wisteria:not(.btn-outline) .badge {
            color: #9B59B6;
            background-color: #ffffff;
        }

    .btn.btn-outline.purple-wisteria {
        border-color: #9B59B6;
        color: #9B59B6;
        background: none;
    }

        .btn.btn-outline.purple-wisteria:hover, .btn.btn-outline.purple-wisteria:active, .btn.btn-outline.purple-wisteria:active:hover, .btn.btn-outline.purple-wisteria:active:focus, .btn.btn-outline.purple-wisteria:focus, .btn.btn-outline.purple-wisteria.active {
            border-color: #9B59B6;
            color: #ffffff;
            background-color: #9B59B6;
        }

    .btn.purple-wisteria-stripe {
        border-left: 4px solid #9B59B6 !important;
    }

    .btn.purple-wisteria.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.purple-seance:not(.btn-outline) {
        color: #ffffff;
        background-color: #9A12B3;
        border-color: #9A12B3;
    }

        .btn.purple-seance:not(.btn-outline):focus, .btn.purple-seance:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #720d85;
            border-color: #36063f;
        }

        .btn.purple-seance:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #720d85;
            border-color: #6a0c7b;
        }

        .btn.purple-seance:not(.btn-outline):active, .btn.purple-seance:not(.btn-outline).active,
        .open > .btn.purple-seance:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #720d85;
            border-color: #6a0c7b;
        }

            .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, .btn.purple-seance:not(.btn-outline).active:focus, .btn.purple-seance:not(.btn-outline).active.focus,
            .open > .btn.purple-seance:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.purple-seance:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.purple-seance:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #560a64;
                border-color: #36063f;
            }

        .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:hover, .btn.purple-seance:not(.btn-outline).disabled:focus, .btn.purple-seance:not(.btn-outline).disabled.focus, .btn.purple-seance:not(.btn-outline)[disabled]:hover, .btn.purple-seance:not(.btn-outline)[disabled]:focus, .btn.purple-seance:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.purple-seance:not(.btn-outline):hover,
        fieldset[disabled] .btn.purple-seance:not(.btn-outline):focus,
        fieldset[disabled] .btn.purple-seance:not(.btn-outline).focus {
            background-color: #9A12B3;
            border-color: #9A12B3;
        }

        .btn.purple-seance:not(.btn-outline) .badge {
            color: #9A12B3;
            background-color: #ffffff;
        }

    .btn.btn-outline.purple-seance {
        border-color: #9A12B3;
        color: #9A12B3;
        background: none;
    }

        .btn.btn-outline.purple-seance:hover, .btn.btn-outline.purple-seance:active, .btn.btn-outline.purple-seance:active:hover, .btn.btn-outline.purple-seance:active:focus, .btn.btn-outline.purple-seance:focus, .btn.btn-outline.purple-seance.active {
            border-color: #9A12B3;
            color: #ffffff;
            background-color: #9A12B3;
        }

    .btn.purple-seance-stripe {
        border-left: 4px solid #9A12B3 !important;
    }

    .btn.purple-seance.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.purple-intense:not(.btn-outline) {
        color: #ffffff;
        background-color: #8775a7;
        border-color: #8775a7;
    }

        .btn.purple-intense:not(.btn-outline):focus, .btn.purple-intense:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #6d5b8e;
            border-color: #493d60;
        }

        .btn.purple-intense:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #6d5b8e;
            border-color: #685788;
        }

        .btn.purple-intense:not(.btn-outline):active, .btn.purple-intense:not(.btn-outline).active,
        .open > .btn.purple-intense:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #6d5b8e;
            border-color: #685788;
        }

            .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, .btn.purple-intense:not(.btn-outline).active:focus, .btn.purple-intense:not(.btn-outline).active.focus,
            .open > .btn.purple-intense:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.purple-intense:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.purple-intense:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #5d4d78;
                border-color: #493d60;
            }

        .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:hover, .btn.purple-intense:not(.btn-outline).disabled:focus, .btn.purple-intense:not(.btn-outline).disabled.focus, .btn.purple-intense:not(.btn-outline)[disabled]:hover, .btn.purple-intense:not(.btn-outline)[disabled]:focus, .btn.purple-intense:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.purple-intense:not(.btn-outline):hover,
        fieldset[disabled] .btn.purple-intense:not(.btn-outline):focus,
        fieldset[disabled] .btn.purple-intense:not(.btn-outline).focus {
            background-color: #8775a7;
            border-color: #8775a7;
        }

        .btn.purple-intense:not(.btn-outline) .badge {
            color: #8775a7;
            background-color: #ffffff;
        }

    .btn.btn-outline.purple-intense {
        border-color: #8775a7;
        color: #8775a7;
        background: none;
    }

        .btn.btn-outline.purple-intense:hover, .btn.btn-outline.purple-intense:active, .btn.btn-outline.purple-intense:active:hover, .btn.btn-outline.purple-intense:active:focus, .btn.btn-outline.purple-intense:focus, .btn.btn-outline.purple-intense.active {
            border-color: #8775a7;
            color: #ffffff;
            background-color: #8775a7;
        }

    .btn.purple-intense-stripe {
        border-left: 4px solid #8775a7 !important;
    }

    .btn.purple-intense.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.purple-sharp:not(.btn-outline) {
        color: #ffffff;
        background-color: #796799;
        border-color: #796799;
    }

        .btn.purple-sharp:not(.btn-outline):focus, .btn.purple-sharp:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #61527b;
            border-color: #3d344d;
        }

        .btn.purple-sharp:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #61527b;
            border-color: #5c4e75;
        }

        .btn.purple-sharp:not(.btn-outline):active, .btn.purple-sharp:not(.btn-outline).active,
        .open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #61527b;
            border-color: #5c4e75;
        }

            .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, .btn.purple-sharp:not(.btn-outline).active:focus, .btn.purple-sharp:not(.btn-outline).active.focus,
            .open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.purple-sharp:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #504465;
                border-color: #3d344d;
            }

        .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:hover, .btn.purple-sharp:not(.btn-outline).disabled:focus, .btn.purple-sharp:not(.btn-outline).disabled.focus, .btn.purple-sharp:not(.btn-outline)[disabled]:hover, .btn.purple-sharp:not(.btn-outline)[disabled]:focus, .btn.purple-sharp:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.purple-sharp:not(.btn-outline):hover,
        fieldset[disabled] .btn.purple-sharp:not(.btn-outline):focus,
        fieldset[disabled] .btn.purple-sharp:not(.btn-outline).focus {
            background-color: #796799;
            border-color: #796799;
        }

        .btn.purple-sharp:not(.btn-outline) .badge {
            color: #796799;
            background-color: #ffffff;
        }

    .btn.btn-outline.purple-sharp {
        border-color: #796799;
        color: #796799;
        background: none;
    }

        .btn.btn-outline.purple-sharp:hover, .btn.btn-outline.purple-sharp:active, .btn.btn-outline.purple-sharp:active:hover, .btn.btn-outline.purple-sharp:active:focus, .btn.btn-outline.purple-sharp:focus, .btn.btn-outline.purple-sharp.active {
            border-color: #796799;
            color: #ffffff;
            background-color: #796799;
        }

    .btn.purple-sharp-stripe {
        border-left: 4px solid #796799 !important;
    }

    .btn.purple-sharp.btn-no-border:not(.active) {
        border-color: transparent;
    }

    .btn.purple-soft:not(.btn-outline) {
        color: #ffffff;
        background-color: #8877a9;
        border-color: #8877a9;
    }

        .btn.purple-soft:not(.btn-outline):focus, .btn.purple-soft:not(.btn-outline).focus {
            color: #ffffff;
            background-color: #6e5c91;
            border-color: #4a3e62;
        }

        .btn.purple-soft:not(.btn-outline):hover {
            color: #ffffff;
            background-color: #6e5c91;
            border-color: #69588b;
        }

        .btn.purple-soft:not(.btn-outline):active, .btn.purple-soft:not(.btn-outline).active,
        .open > .btn.purple-soft:not(.btn-outline).dropdown-toggle {
            color: #ffffff;
            background-color: #6e5c91;
            border-color: #69588b;
        }

            .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, .btn.purple-soft:not(.btn-outline).active:focus, .btn.purple-soft:not(.btn-outline).active.focus,
            .open > .btn.purple-soft:not(.btn-outline).dropdown-toggle:hover,
            .open > .btn.purple-soft:not(.btn-outline).dropdown-toggle:focus,
            .open > .btn.purple-soft:not(.btn-outline).dropdown-toggle.focus {
                color: #ffffff;
                background-color: #5d4e7b;
                border-color: #4a3e62;
            }

        .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:hover, .btn.purple-soft:not(.btn-outline).disabled:focus, .btn.purple-soft:not(.btn-outline).disabled.focus, .btn.purple-soft:not(.btn-outline)[disabled]:hover, .btn.purple-soft:not(.btn-outline)[disabled]:focus, .btn.purple-soft:not(.btn-outline)[disabled].focus,
        fieldset[disabled] .btn.purple-soft:not(.btn-outline):hover,
        fieldset[disabled] .btn.purple-soft:not(.btn-outline):focus,
        fieldset[disabled] .btn.purple-soft:not(.btn-outline).focus {
            background-color: #8877a9;
            border-color: #8877a9;
        }

        .btn.purple-soft:not(.btn-outline) .badge {
            color: #8877a9;
            background-color: #ffffff;
        }

    .btn.btn-outline.purple-soft {
        border-color: #8877a9;
        color: #8877a9;
        background: none;
    }

        .btn.btn-outline.purple-soft:hover, .btn.btn-outline.purple-soft:active, .btn.btn-outline.purple-soft:active:hover, .btn.btn-outline.purple-soft:active:focus, .btn.btn-outline.purple-soft:focus, .btn.btn-outline.purple-soft.active {
            border-color: #8877a9;
            color: #ffffff;
            background-color: #8877a9;
        }

    .btn.purple-soft-stripe {
        border-left: 4px solid #8877a9 !important;
    }

    .btn.purple-soft.btn-no-border:not(.active) {
        border-color: transparent;
    }

/* Circle Buttons */
.btn-circle {
    border-radius: 25px !important;
    overflow: hidden;
}

.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;
}

/*checkbox button*/
/*checked checkboxes appear as pressed buttons*/
input.checkbox-btn {
    display: none;
}

    input.checkbox-btn + label {
        padding: 5px 8px;
        cursor: pointer;
    }

    input.checkbox-btn:not(:checked) + label:hover {
        filter:brightness(110%);
    }

    input.checkbox-btn:checked + label:hover{
        filter:brightness(90%);
    }

    input.checkbox-btn + label:active,
    input.checkbox-btn:checked + label {
        box-shadow: 0 0 3px inset;
        filter:brightness(80%);
    }

    /*unchecked checkboxes appear as pressed buttons*/
    input.checkbox-btn-inverse {
        display:none;
    }
    input.checkbox-btn-inverse + label {
        padding:5px 8px;
        cursor:pointer;
        box-shadow:0 0 3px inset;
        filter:brightness(80%);
    }

    input.checkbox-btn-inverse:checked + label:hover {
        filter:brightness(110%);
    }

    input.checkbox-btn-inverse:not(:checked) + label:hover {
        filter:brightness(90%);
    }
    input.checkbox-btn-inverse+label:active, input.checkbox-btn-inverse:checked + label{
        box-shadow:none;
        filter:none;
    }
/*unchecked checkboxes appear as pressed buttons, disabled form*/
input.checkbox-btn-inverse-disabled {
    display: none;
}

    input.checkbox-btn-inverse-disabled + label {
        padding: 5px 8px;
        box-shadow: 0 0 3px inset;
        filter: brightness(80%) grayscale(1);
    }

    input.checkbox-btn-inverse-disabled + label:active, input.checkbox-btn-inverse-disabled:checked + label {
        box-shadow: none;
        filter: none;
    }
/***
Image Carousel
***/
.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 {
        background-color: #666;
    }

        .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 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

    .carousel.image-carousel .carousel-caption h4,
    .carousel.image-carousel .carousel-caption h3,
    .carousel.image-carousel .carousel-caption h2,
    .carousel.image-carousel .carousel-caption p {
        text-align: left;
        line-height: 20px;
        color: #ffffff;
    }

    .carousel.image-carousel .carousel-caption h4,
    .carousel.image-carousel .carousel-caption h3,
    .carousel.image-carousel .carousel-caption h2 {
        margin: 0 0 5px;
    }

        .carousel.image-carousel .carousel-caption h4 a,
        .carousel.image-carousel .carousel-caption h3 a,
        .carousel.image-carousel .carousel-caption h2 a {
            color: #aaa;
        }

    .carousel.image-carousel .carousel-caption p {
        margin-bottom: 0;
    }

    .carousel.image-carousel .carousel-caption .item {
        margin: 0;
    }

/***
Charts and statistics
***/
.chart,
.pie,
.bars {
    overflow: hidden;
    height: 300px;
    width: 100%;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
}

/***
Statistic lists
***/
.item-list.table .percent {
    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

/***
Chart tooltips
***/
.chart-tooltip {
    clear: both;
    z-index: 100;
    background-color: #736e6e !important;
    padding: 5px !important;
    color: #fff;
}

    .chart-tooltip .label {
        clear: both;
        display: block;
        margin-bottom: 2px;
    }

/***
Mini chart containers
***/
.bar-chart,
.line-chart {
    display: none;
}

/***
Chats
***/
.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px;
}

    .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;
            -webkit-border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            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 {
            text-align: left;
            border-left: 2px solid #1BBC9B;
            margin-left: 65px;
            background: #fafafa;
        }

            .chats li.in .message .arrow {
                display: block;
                position: absolute;
                top: 5px;
                left: -8px;
                width: 0;
                height: 0;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                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 {
                display: block;
                position: absolute;
                top: 5px;
                right: -8px;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 8px solid #F3565D;
            }

        .chats li.out .name,
        .chats li.out .datetime {
            text-align: right;
        }

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #e9eff3;
    overflow: hidden;
    clear: both;
}

    .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;
            -moz-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;
            transition: all 0.3s;
        }

        .chat-form .btn-cont:hover .btn {
            background-color: #0362fd;
            transition: all 0.3s;
        }

/***
Customized Bootstrap Close Icon 
***/
.close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    outline: none;
    background-image: url("img/remove-icon-small.png") !important;
}

/***
Customized Bootstrap Dropdowns
***/
/***
Dropdowns
***/
.dropup.open > .dropdown-toggle,
.dropdown.open > .dropdown-toggle {
    border-color: #ddd;
}

/***
Dropdown Menu
***/
/*rtl:ignore*/
.dropdown-menu {
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
}

.dropdown-menu {
    left: 0 /*rtl:auto*/;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0px;
    background-color: #ffffff;
    margin: 10px 0px 0px 0px;
    border: 1px solid #eee;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.dropdown-hoverable:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li.divider {
    background: #f1f3f6;
}

.dropdown-menu li.header {
    padding: 8px 14px 2px 14px;
}

.dropdown-menu > li > a {
    padding: 8px 16px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    clear: both;
    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:hover > a, .dropdown-menu > li.active > a, .dropdown-menu > li.active:hover > a {
    text-decoration: none;
    background-image: none;
    background-color: #f6f6f6;
    color: #555;
    filter: none;
}

.dropdown-menu.bottom-up {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

    .dropdown-menu.bottom-up:before, .dropdown-menu.bottom-up:after {
        display: none !important;
    }

.dropdown-menu > li:first-child:hover > a {
    border-radius: 4px 4px 0px 0px;
}

.dropdown-menu > li:last-child:hover > a {
    border-radius: 0px 0px 4px 4px;
}

.dropdown-hover:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-menu,
.dropdown-toggle > .dropdown-menu,
.btn-group > .dropdown-menu {
    margin-top: 10px;
}

    .dropdown > .dropdown-menu:before,
    .dropdown-toggle > .dropdown-menu:before,
    .btn-group > .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: '';
    }

    .dropdown > .dropdown-menu:after,
    .dropdown-toggle > .dropdown-menu:after,
    .btn-group > .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: '';
    }

    .dropdown > .dropdown-menu.pull-left:before,
    .dropdown-toggle > .dropdown-menu.pull-left:before,
    .btn-group > .dropdown-menu.pull-left:before {
        left: auto;
        right: 9px;
    }

    .dropdown > .dropdown-menu.pull-left:after,
    .dropdown-toggle > .dropdown-menu.pull-left:after,
    .btn-group > .dropdown-menu.pull-left:after {
        left: auto;
        right: 10px;
    }

    .dropdown > .dropdown-menu.pull-right:before,
    .dropdown-toggle > .dropdown-menu.pull-right:before,
    .btn-group > .dropdown-menu.pull-right:before {
        left: auto;
        right: 9px;
    }

    .dropdown > .dropdown-menu.pull-right:after,
    .dropdown-toggle > .dropdown-menu.pull-right:after,
    .btn-group > .dropdown-menu.pull-right:after {
        left: auto;
        right: 10px;
    }

.dropdown.dropup > .dropdown-menu,
.dropdown-toggle.dropup > .dropdown-menu,
.btn-group.dropup > .dropdown-menu {
    margin-top: 0px;
    margin-bottom: 10px;
}

    .dropdown.dropup > .dropdown-menu:after, .dropdown.dropup > .dropdown-menu:before,
    .dropdown-toggle.dropup > .dropdown-menu:after,
    .dropdown-toggle.dropup > .dropdown-menu:before,
    .btn-group.dropup > .dropdown-menu:after,
    .btn-group.dropup > .dropdown-menu:before {
        display: none !important;
    }

.dropdown-toggle:after {
    display: none;
}

/* Dropdown submenu support for Bootsrap 3 */
.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;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .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) {
    /* 767px */
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        width: auto;
        margin-top: 0;
        background-color: #ffffff;
        border: 1px solid #efefef;
        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:hover,
            .navbar-nav .open .dropdown-menu > li > a:active {
                background-color: #eee;
            }
}

/***
Dropdown Checkboxes
***/
.dropdown-content {
    padding: 10px;
}

    .dropdown-content form {
        margin: 0;
    }

.dropdown.inline .dropdown-menu {
    display: inline-block;
    position: relative;
}

.dropdown-radiobuttons,
.dropdown-checkboxes {
    padding: 5px;
}

    .dropdown-radiobuttons label,
    .dropdown-checkboxes label {
        display: block;
        font-weight: 300;
        color: #333;
        margin-bottom: 4px;
        margin-top: 4px;
    }

        .dropdown-radiobuttons label .radio,
        .dropdown-checkboxes label .radio {
            margin-right: 3px;
        }

/*--------------------------------------------------
    [Dropdown Menu v2]
----------------------------------------------------*/
.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;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition-duration: 300ms;
    transition-property: all;
    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 transparent;
    }

    .dropdown-menu-v2 > li > a {
        clear: both;
        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:hover, .dropdown-menu-v2 > li > a:focus {
            background: #21282e;
            text-decoration: none;
            color: #009dc7;
        }

    .dropdown-menu-v2 .active > a,
    .dropdown-menu-v2 .active > a:hover,
    .dropdown-menu-v2 .active > a:focus,
    .dropdown-menu-v2 .active > a,
    .dropdown-menu-v2 .active > a:hover,
    .dropdown-menu-v2 .active > a:focus,
    .dropdown-menu-v2 .active > a,
    .dropdown-menu-v2 .active > a:hover,
    .dropdown-menu-v2 .active > a:focus {
        outline: 0;
        text-decoration: none;
        background-color: #21282e;
        color: #009dc7;
    }

    .dropdown-menu-v2 .disabled > a,
    .dropdown-menu-v2 .disabled > a:hover,
    .dropdown-menu-v2 .disabled > a:focus,
    .dropdown-menu-v2 .disabled > a,
    .dropdown-menu-v2 .disabled > a:hover,
    .dropdown-menu-v2 .disabled > a:focus,
    .dropdown-menu-v2 .disabled > a,
    .dropdown-menu-v2 .disabled > a:hover,
    .dropdown-menu-v2 .disabled > a:focus {
        color: #009dc7;
    }

        .dropdown-menu-v2 .disabled > a:hover,
        .dropdown-menu-v2 .disabled > a:focus,
        .dropdown-menu-v2 .disabled > a:hover,
        .dropdown-menu-v2 .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
        }

    .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 {
        right: 0;
        left: auto;
    }

.open > .dropdown-menu-v2 {
    display: block;
}

.pull-right > .dropdown-menu-v2 {
    right: 0;
    left: auto;
}

/***
System feeds
***/
.feeds {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .feeds li {
        background-color: #fafafa;
        color: #82949a;
        margin-bottom: 7px;
    }

        .feeds li:before, .feeds li:after {
            display: table;
            line-height: 0;
            content: "";
        }

        .feeds li:after {
            clear: both;
        }

        .feeds li:last-child {
            margin-bottom: 0px;
        }

        .feeds li .col1 {
            float: left;
            width: 100%;
            clear: both;
        }

            .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 {
                    float: left;
                    width: 100%;
                }

                    .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;
        }

            .feeds li .col2 > .date {
                padding: 4px 9px 5px 4px;
                text-align: right;
                font-style: italic;
                color: #c1cbd0;
            }

/***
Form Layouts
****/
/* Static info */
.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 blocks */
.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: 0px !important;
}

/* Control Label */
.control-label {
    margin-top: 1px;
    font-weight: normal;
}

    .control-label .required,
    .form-group .required {
        /*color: #e02222;
  font-size: 12px;
  padding-left: 2px;*/
    }

        .control-label.required:after,
        .form-group .required:after {
            color: #e02222;
            content: " *";
        }

.portlet-form .form-body,
.form .form-body {
    padding: 15px;
    margin: -15px;
}

.portlet.light .portlet-form .form-body, .portlet.light .form .form-body {
    padding-left: 0;
    padding-right: 0;
}

.form-actions {
    margin: 10px 15px;
}

    .form-actions .btn {
        min-width: 80px;
    }

.portlet-form .form-actions,
.form .form-actions {
    padding: 8px 15px;
    margin: 15px -15px -15px -15px;
    background-color: #fff;
    border-top: 1px solid #e7ecf1;
    *zoom: 1;
}

.portlet.light .portlet-form .form-actions, .portlet.light .form .form-actions {
    background: none;
    padding-left: 0;
    padding-right: 0;
}

.portlet-form .form-actions.noborder,
.form .form-actions.noborder {
    border-top: 0;
}

.portlet .portlet-form .form-actions, .portlet .form .form-actions {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.portlet-form .form-actions:before, .portlet-form .form-actions:after,
.form .form-actions:before,
.form .form-actions:after {
    content: " ";
    display: table;
}

.portlet-form .form-actions:after,
.form .form-actions:after {
    clear: both;
}

.portlet-form .form-actions.right,
.form .form-actions.right {
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
}

.portlet.light .portlet-form .form-actions.right, .portlet.light .form .form-actions.right {
    padding-right: 0;
}

.portlet-form .form-actions.left,
.form .form-actions.left {
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
}

.portlet.light .portlet-form .form-actions.left, .portlet.light .form .form-actions.left {
    padding-left: 0;
}

.portlet-form .form-actions.nobg,
.form .form-actions.nobg {
    background-color: transparent;
}

.portlet-form .form-actions.top,
.form .form-actions.top {
    margin-top: 0;
    margin-bottom: 20px;
    border-top: 0;
    border-bottom: 1px solid #e7ecf1;
}

.portlet.light .portlet-form .form-actions.top, .portlet.light .form .form-actions.top {
    background: none;
}

.portlet-form .form-actions .btn-set,
.form .form-actions .btn-set {
    display: inline-block;
}

@media (max-width: 767px) {
    .portlet-form .form-actions,
    .form .form-actions {
        /* 767px */
    }

        .portlet-form .form-actions .btn-set,
        .form .form-actions .btn-set {
            margin-bottom: 3px;
            margin-top: 3px;
            float: left !important;
        }
}

.portlet-form .form-section,
.form .form-section {
    margin: 30px 0px 30px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7ecf1;
}

.form-fit .portlet-form .form-section, .form-fit .form .form-section {
    margin-left: 20px;
    margin-right: 20px;
}

/* Checkboxes */
.checkbox,
.form-horizontal .checkbox {
    padding: 0;
}

    .checkbox > label,
    .form-horizontal .checkbox > label {
        padding-left: 0;
    }

.checkbox-list > label {
    display: block;
}

    .checkbox-list > label.checkbox-inline {
        display: inline-block;
    }

        .checkbox-list > label.checkbox-inline:first-child {
            padding-left: 0;
        }

/* Radio buttons */
.radio-list > label {
    display: block;
}

    .radio-list > label.radio-inline {
        display: inline-block;
    }

        .radio-list > label.radio-inline:first-child {
            padding-left: 0;
        }

/* Radio buttons in horizontal forms */
.form-horizontal .radio-list .radio {
    padding-top: 1px;
}

.form-horizontal .radio-list > label {
    margin-bottom: 0;
}

.form-horizontal .radio > span {
    margin-top: 2px;
}

/* Rows seperated form layout */
.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-group .help-block {
        margin-bottom: 0;
    }

.form .form-row-seperated .form-body {
    padding: 0;
}

.form .form-row-seperated .form-actions {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Form bordered */
.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;
    }

@media (max-width: 991px) {
    .form .form-bordered .form-group > div {
        /* 991px */
        border-left: 0;
    }
}

.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 .control-label {
        /* 991px */
        padding-top: 10px;
    }
}

.form .form-bordered .form-group .help-block {
    margin-bottom: 0;
}

.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 {
        /* 991px */
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Horizontal bordered form */
.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) {
    background-color: #fcfcfc;
}

    .form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
        background-color: #ffffff;
    }

.form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
    background-color: #fcfcfc;
}

/* Horizontal form small input issue */
.form-horizontal .form-group .input-sm {
    margin-top: 3px;
}

.form-horizontal .form-group .form-control-static {
    margin-top: 1px;
}

/***
Form Repeater
****/
.mt-repeater {
    display: table;
    width: 100%;
}

    .mt-repeater .mt-repeater-item {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .mt-repeater .mt-repeater-item.mt-overflow {
            overflow: auto;
        }

    .mt-repeater .mt-repeater-title {
        font-size: 18px;
        text-transform: uppercase;
        margin-top: 0;
        font-weight: 600;
    }

    .mt-repeater .mt-repeater-input {
        display: table-cell;
        vertical-align: top;
        padding: 0 10px 10px 10px;
        width: 1%;
    }

        .mt-repeater .mt-repeater-input input[type="text"], .mt-repeater .mt-repeater-input textarea, .mt-repeater .mt-repeater-input select {
            width: 100%;
        }

        .mt-repeater .mt-repeater-input .control-label {
            padding-top: 0;
            margin-bottom: 5px;
        }

        .mt-repeater .mt-repeater-input.mt-repeater-textarea {
            width: 3%;
        }

        .mt-repeater .mt-repeater-input:first-child {
            padding-left: 0;
        }

        .mt-repeater .mt-repeater-input:last-child {
            padding-right: 0;
        }

    .mt-repeater .mt-repeater-delete {
        margin-top: 1.8em;
    }

        .mt-repeater .mt-repeater-delete.mt-repeater-del-right {
            float: right;
            margin-top: 10px;
        }

    .mt-repeater .mt-repeater-cell {
        display: table;
        width: 100%;
    }

        .mt-repeater .mt-repeater-cell .mt-repeater-input-inline,
        .mt-repeater .mt-repeater-cell .mt-repeater-btn-inline {
            display: table-cell;
        }

        .mt-repeater .mt-repeater-cell .mt-repeater-input-inline {
            width: 100%;
            border-right: none;
        }

        .mt-repeater .mt-repeater-cell .mt-repeater-btn-inline {
            width: 1%;
            float: none;
        }

    .mt-repeater .mt-repeater-row {
        margin-right: 0;
    }

@media (max-width: 991px) {
    .mt-repeater .mt-repeater-input {
        width: 100%;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

        .mt-repeater .mt-repeater-input.mt-repeater-textarea {
            width: 100%;
        }

        .mt-repeater .mt-repeater-input .control-label {
            text-align: left !important;
        }

        .mt-repeater .mt-repeater-input .mt-repeater-delete {
            margin-top: 0;
        }
}

/***
Forms
***/
.form-control {
    outline: none !important;
    /*box-shadow: none !important;*/
    height: initial !important;
    border-radius: 4px !important;
}

    .form-control.height-auto {
        height: auto;
    }

.input-group-addon > i {
    color: #c5cdda;
}

.k-autocomplete, .k-block, .k-button, .k-calendar .k-link, .k-calendar td, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-notification, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-split-button, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, .k-touch-scrollbar, .k-treeview .k-in, .k-upload, .k-window, .k-window-action, .k-window-titleless .k-window-content {
    border-radius: 4px !important;
}

/***
Custom color buttons 
***/
.form-control.white {
    border-color: #ffffff;
}

    .form-control.white:focus {
        border-color: #e6e6e6;
    }

.form-control.focus-white:focus {
    border-color: #ffffff;
}

.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: #181c1f;
    }

.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: #1a252f;
    }

.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.blue-oleo {
    border-color: #94A0B2;
}

    .form-control.blue-oleo:focus {
        border-color: #76869d;
    }

.form-control.focus-blue-oleo:focus {
    border-color: #94A0B2;
}

.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.green-steel {
    border-color: #29b4b6;
}

    .form-control.green-steel:focus {
        border-color: #208b8c;
    }

.form-control.focus-green-steel:focus {
    border-color: #29b4b6;
}

.form-control.grey {
    border-color: #E5E5E5;
}

    .form-control.grey:focus {
        border-color: #cccccc;
    }

.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: #555555;
}

    .form-control.grey-gallery:focus {
        border-color: #3c3c3c;
    }

.form-control.focus-grey-gallery:focus {
    border-color: #555555;
}

.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;
}

.input-xxs {
    width: 45px !important;
}

/* Form uneditable input */
.uneditable-input {
    padding: 6px 12px;
    min-width: 206px;
    font-size: 14px;
    font-weight: normal;
    height: 34px;
    color: #555555;
    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;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-static {
    display: inline-block;
    margin: 0;
}

/* Form input sizing */
.input-mini {
    width: 45px !important;
}

.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) {
    /* 768px */
    .input-large {
        width: 250px !important;
    }

    .input-xlarge {
        width: 300px !important;
    }
}

.input-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.input-fixed {
    overflow: hidden;
}

.input-fixed {
    overflow: hidden;
}

.form-group .input-inline {
    margin-right: 5px;
}

@media (max-width: 768px) {
    /* 768px */
    .input-lg {
        width: 250px !important;
    }

    .input-xlg {
        width: 300px !important;
    }
}

/* Circle Inputs */
.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;
}

.mt-radio,
.mt-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .mt-radio.mt-radio-disabled, .mt-radio.mt-checkbox-disabled,
    .mt-checkbox.mt-radio-disabled,
    .mt-checkbox.mt-checkbox-disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
        cursor: not-allowed;
    }

    .mt-radio > input,
    .mt-checkbox > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .mt-radio > span,
    .mt-checkbox > span {
        border: 1px solid transparent;
        position: absolute;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
        background: #E6E6E6;
    }

        .mt-radio > span:after,
        .mt-checkbox > span:after {
            content: '';
            position: absolute;
            display: none;
        }

    .mt-radio:hover > input:not([disabled]) ~ span,
    .mt-radio > input:focus ~ span,
    .mt-checkbox:hover > input:not([disabled]) ~ span,
    .mt-checkbox > input:focus ~ span {
        background: #d9d9d9;
        webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .mt-radio > input:checked ~ span,
    .mt-checkbox > input:checked ~ span {
        webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background: #d9d9d9;
    }

        .mt-radio > input:checked ~ span:after,
        .mt-checkbox > input:checked ~ span:after {
            display: block;
        }

    .mt-radio:hover > input:not([disabled]):checked ~ span,
    .mt-radio > input:checked ~ span,
    .mt-checkbox:hover > input:not([disabled]):checked ~ span,
    .mt-checkbox > input:checked ~ span {
        webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background: #d9d9d9;
    }

    .mt-radio > input:disabled ~ span,
    .mt-checkbox > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
        pointer-events: none;
    }

    .mt-radio.mt-radio-outline > span, .mt-radio.mt-checkbox-outline > span,
    .mt-checkbox.mt-radio-outline > span,
    .mt-checkbox.mt-checkbox-outline > span {
        border: 1px solid #d9d9d9;
        background: none;
    }

    .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span,
    .mt-radio.mt-radio-outline > input:focus ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span,
    .mt-radio.mt-checkbox-outline > input:focus ~ span,
    .mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span,
    .mt-checkbox.mt-radio-outline > input:focus ~ span,
    .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]) ~ span,
    .mt-checkbox.mt-checkbox-outline > input:focus ~ span {
        border: 1px solid #d9d9d9;
        background: none;
    }

    .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline > input:checked ~ span,
    .mt-checkbox.mt-radio-outline > input:checked ~ span,
    .mt-checkbox.mt-checkbox-outline > input:checked ~ span {
        border: 1px solid #d9d9d9;
        background: none;
    }

    .mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span,
    .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span,
    .mt-radio.mt-checkbox-outline > input:checked ~ span,
    .mt-checkbox.mt-radio-outline:hover > input:not([disabled]):checked ~ span,
    .mt-checkbox.mt-radio-outline > input:checked ~ span,
    .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span,
    .mt-checkbox.mt-checkbox-outline > input:checked ~ span {
        border: 1px solid #d9d9d9;
        background: none;
    }

    .mt-radio > span {
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        -o-border-radius: 50% !important;
        border-radius: 50% !important;
    }

        .mt-radio > span:after {
            left: 5px;
            top: 5px;
            height: 6px;
            width: 6px;
            border-radius: 100% !important;
            background: #888888;
        }

    .mt-radio > input:disabled ~ span:after {
        background: #888888;
    }

th > .mt-radio.mt-radio-single,
td > .mt-radio.mt-radio-single {
    right: -5px;
}

.mt-checkbox > span:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #888888;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.mt-checkbox > input:disabled ~ span:after {
    border-color: #888888;
}

.form-inline .mt-checkbox {
    margin-left: 15px;
    margin-right: 15px;
}

th > .mt-checkbox.mt-checkbox-single,
td > .mt-checkbox.mt-checkbox-single {
    right: -5px;
}

.mt-checkbox-list,
.mt-radio-list {
    padding: 10px 0;
}

.form-horizontal .form-group .mt-checkbox-list, .form-horizontal .form-group .mt-radio-list {
    padding-top: 0;
}

.mt-checkbox-list .mt-checkbox,
.mt-checkbox-list .mt-radio,
.mt-radio-list .mt-checkbox,
.mt-radio-list .mt-radio {
    display: block;
}

.mt-checkbox-inline,
.mt-radio-inline {
    padding: 10px 0;
}

.form-horizontal .form-group .mt-checkbox-inline, .form-horizontal .form-group .mt-radio-inline {
    padding-top: 8px;
}

.mt-checkbox-inline .mt-checkbox,
.mt-checkbox-inline .mt-radio,
.mt-radio-inline .mt-checkbox,
.mt-radio-inline .mt-radio {
    display: inline-block;
    margin-right: 15px;
}

    .mt-checkbox-inline .mt-checkbox:last-child,
    .mt-checkbox-inline .mt-radio:last-child,
    .mt-radio-inline .mt-checkbox:last-child,
    .mt-radio-inline .mt-radio:last-child {
        margin-right: 0;
    }

/***
Custom icon buttons
***/
.icon-btn {
    height: 60px;
    min-width: 80px;
    margin: 5px 5px 0 0;
    border: 1px solid #ddd;
    padding: 12px 0px 0px 0px;
    background-color: #fafafa;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    color: #646464;
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .icon-btn:hover {
        text-decoration: none;
        border-color: #999;
        color: #444;
        text-shadow: 0 1px 0px white;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .icon-btn:hover > .badge {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-box-shadow: none;
            -moz-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 3px 6px;
        color: white;
        text-shadow: none;
        border-width: 0;
        border-style: solid;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .icon-btn > i {
        font-size: 18px;
    }

.ie8 .icon-btn:hover {
    filter: none;
}

/***
Input icons
***/
.input-icon {
    position: relative;
    left: 0;
}

    .input-icon > .form-control {
        padding-left: 33px;
    }

.input-group .input-icon > .form-control {
    -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;
    border-radius: 4px 0 0 4px;
}

.input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    font-size: 16px;
    text-align: center;
    left: 0;
}

.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 {
    -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;
    border-radius: 0 4px 4px 0;
}

.input-icon.right > i {
    left: auto;
    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;
}

/***
Customized Bootstrap Labels
***/
.label {
    text-shadow: none !important;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 6px 3px 6px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

    .label.label-sm {
        font-size: 13px;
        padding: 2px 5px 2px 5px;
    }

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
    font-size: 75%;
}

/* Labels variants */
.label-default {
    background-color: #bac3d0;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #9ca8bb;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #36c6d3;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #27a4b0;
    }

.label-info {
    background-color: #659be0;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #3a80d7;
    }

.label-warning {
    background-color: #F1C40F;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #c29d0b;
    }

.label-danger {
    background-color: #ed6b75;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #e73d4a;
    }

/***
Iconic labels
***/
.label.label-icon {
    padding: 4px 0px 4px 4px;
    margin-right: 2px;
    text-align: center !important;
}

    .label.label-icon > i {
        font-size: 12px;
        text-align: center !important;
    }

.ie8 .label.label-icon,
.ie9 .label.label-icon {
    padding: 3px 0px 3px 3px;
}

/***
Text states
***/
.text-default {
    color: #bac3d0;
}

.text-primary {
    color: #337ab7;
}

.text-success {
    color: #36c6d3;
}

.text-info {
    color: #659be0;
}

.text-warning {
    color: #F1C40F;
}

.text-danger {
    color: #ed6b75;
}

/***
Customized List Group
***/
/* Contextual variants */
.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:hover, .list-group a.list-group-item-success:focus,
    .list-group button.list-group-item-success:hover,
    .list-group button.list-group-item-success:focus {
        color: #27a4b0;
        background-color: #96e1e8;
    }

    .list-group a.list-group-item-success.active, .list-group a.list-group-item-success.active:hover, .list-group a.list-group-item-success.active:focus,
    .list-group button.list-group-item-success.active,
    .list-group button.list-group-item-success.active:hover,
    .list-group button.list-group-item-success.active:focus {
        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:hover, .list-group a.list-group-item-info:focus,
    .list-group button.list-group-item-info:hover,
    .list-group button.list-group-item-info:focus {
        color: #327ad5;
        background-color: #caddf4;
    }

    .list-group a.list-group-item-info.active, .list-group a.list-group-item-info.active:hover, .list-group a.list-group-item-info.active:focus,
    .list-group button.list-group-item-info.active,
    .list-group button.list-group-item-info.active:hover,
    .list-group button.list-group-item-info.active:focus {
        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:hover, .list-group a.list-group-item-warning:focus,
    .list-group button.list-group-item-warning:hover,
    .list-group button.list-group-item-warning:focus {
        color: #c29d0b;
        background-color: #f7de79;
    }

    .list-group a.list-group-item-warning.active, .list-group a.list-group-item-warning.active:hover, .list-group a.list-group-item-warning.active:focus,
    .list-group button.list-group-item-warning.active,
    .list-group button.list-group-item-warning.active:hover,
    .list-group button.list-group-item-warning.active:focus {
        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:hover, .list-group a.list-group-item-danger:focus,
    .list-group button.list-group-item-danger:hover,
    .list-group button.list-group-item-danger:focus {
        color: #e73d4a;
        background-color: #f8cace;
    }

    .list-group a.list-group-item-danger.active, .list-group a.list-group-item-danger.active:hover, .list-group a.list-group-item-danger.active:focus,
    .list-group button.list-group-item-danger.active,
    .list-group button.list-group-item-danger.active:hover,
    .list-group button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #e73d4a;
        border-color: #e73d4a;
    }

/***
UI Loading
***/
.loading-message {
    display: inline-block;
    min-width: 125px;
    margin-left: -60px;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

    .loading-message.loading-message-boxed {
        border: 1px solid #ddd;
        background-color: #eee;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
        -moz-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 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 125px;
    margin-left: -60px;
    margin-top: -30px;
    padding: 7px;
    text-align: center;
    color: #333;
    font-size: 13px;
    border: 1px solid #ddd;
    background-color: #eee;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

    .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;
        background: #eee;
        border-radius: 100% !important;
        display: inline-block;
        -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
        animation: bounceDelay 1.4s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .page-spinner-bar .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .page-spinner-bar .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.block-spinner-text {
    text-align: center;
    color: #35bac5;
    font-weight: bold;
}

.block-spinner-bar {
    display: inline-block;
    width: 80px;
    text-align: center;
}

    .block-spinner-bar > div {
        margin: 0 2px;
        width: 15px;
        height: 15px;
        background: #35bac5;
        border-radius: 100% !important;
        display: inline-block;
        -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
        animation: bounceDelay 1.4s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .block-spinner-bar .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .block-spinner-bar .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

/***
Metro icons
***/
[class^="m-icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    line-height: 14px;
    vertical-align: top;
    background-image: url(img/syncfusion-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

[class^="m-icon-big-"] {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 6px;
    vertical-align: middle;
    background-image: url(img/syncfusion-icons.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
}

/* large icons */
.btn.m-icon-big {
    padding: 9px 16px 8px 16px;
}

    .btn.m-icon-big.m-icon-only {
        padding: 9px 8px 8px 0px;
    }

    .btn.m-icon-big [class^="m-icon-big-"] {
        margin: 0 0 0 10px;
    }

.btn.m-icon-ony > i {
    margin-left: 0px;
}

/* default icons */
.btn.m-icon {
    padding: 7px 14px 7px 14px;
}

    .btn.m-icon [class^="m-icon-"] {
        margin: 4px 0 0 5px;
    }

    .btn.m-icon.m-icon-only {
        padding: 7px 10px 7px 6px;
    }

/* white icon */
.m-icon-white {
    background-image: url(img/syncfusion-icons-white.png);
}

/*  Misc */
.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;
}

/***
Customized Bootstrap Modal 
***/
.modal {
    z-index: 10050;
    outline: none;
    /*overflow-y: auto !important;*/
    /* Fix content shifting to the right on modal open due to scrollbar closed */
}

.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: 0px !important;
    }

.modal.draggable-modal .modal-header {
    cursor: move;
}

.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 {
    overflow-y: auto !important;
}

.modal-open-noscroll {
    overflow-y: hidden !important;
}

.modal-backdrop {
    border: 0;
    outline: none;
}

.page-portlet-fullscreen .modal-backdrop {
    z-index: 10059;
}

.modal-backdrop, .modal-backdrop.fade.in {
    background-color: #FFF !important;
}

body[ng-controller] .modal-backdrop {
    z-index: 10049;
}

body[ng-controller] .modal {
    z-index: 10050;
}

/* Full width modal */
.modal-full.modal-dialog {
    width: 99%;
}

@media (max-width: 768px) {
    .modal-full.modal-dialog {
        width: auto;
    }
}

/***
Notes
***/
.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    -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;
    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;
        font-size: 13px;
    }

        .note p:last-child {
            margin-bottom: 0;
        }

    .note code,
    .note .highlight {
        background-color: #fff;
    }

    .note.note-default {
        background-color: white;
        border-color: #b0c1d2;
        color: black;
    }

        .note.note-default.note-bordered {
            background-color: #eef1f5;
            border-color: #c0cedb;
        }

        .note.note-default.note-shadow {
            background-color: #f1f4f7;
            border-color: #d1dbe4;
            box-shadow: 5px 5px rgba(212, 221, 230, 0.2);
        }

    .note.note-success {
        background-color: #c0edf1;
        border-color: #58d0da;
        color: black;
    }

        .note.note-success.note-bordered {
            background-color: #a7e6ec;
            border-color: #6dd6df;
        }

        .note.note-success.note-shadow {
            background-color: #abe7ed;
            border-color: #81dbe3;
            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;
            box-shadow: 5px 5px rgba(185, 210, 241, 0.2);
        }

    .note.note-warning {
        background-color: #faeaa9;
        border-color: #f3cc31;
        color: black;
    }

        .note.note-warning.note-bordered {
            background-color: #f8e38c;
            border-color: #f4d249;
        }

        .note.note-warning.note-shadow {
            background-color: #f9e491;
            border-color: #f6d861;
            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;
            box-shadow: 5px 5px rgba(246, 184, 189, 0.2);
        }

/***
Customized Bootstrap Pagination
***/
.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;
    }

/***
Customized Bootstrap Panels
***/
.panel {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-group .panel {
    overflow: visible;
}

.panel .panel-body {
    font-size: 13px;
}

.panel .panel-title > a:hover {
    text-decoration: none;
}

.accordion .panel .panel-heading {
    padding: 0;
}

.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("img/accordion-plusminus.png") no-repeat;
            background-position: right -19px;
            margin-right: 15px;
        }

            .accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
                background-position: right 12px;
            }

/***
Accordions
***/
.panel-heading {
    background: #eee;
}

    .panel-heading a {
        text-decoration: none;
    }

        .panel-heading a:active,
        .panel-heading a:focus,
        .panel-heading a:hover {
            text-decoration: none;
        }

/***
Customized Bootstrap Popover
***/
/*rtl:ignore*/
.popover {
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    padding: 0;
}

    .popover .popover-title {
        margin: 0 !important;
    }

/***
Portlets
***/
/* Full Screen portlet mode */
.page-portlet-fullscreen {
    overflow: hidden;
}

/* Basic portlet */
.portlet {
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    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;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

        .portlet > .portlet-title:before, .portlet > .portlet-title:after {
            content: " ";
            display: table;
        }

        .portlet > .portlet-title:after {
            clear: both;
        }

        .portlet > .portlet-title > .caption {
            float: left;
            display: inline-block;
            font-size: 26px;
            line-height: 26px;
            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: #555555;
            }

            .portlet > .portlet-title > .actions > .btn,
            .portlet > .portlet-title > .actions > .btn.btn-sm,
            .portlet > .portlet-title > .actions > .btn-group > .btn,
            .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm {
                padding: 4px 10px;
                font-size: 13px;
                line-height: 1.5;
            }

                .portlet > .portlet-title > .actions > .btn.btn-default,
                .portlet > .portlet-title > .actions > .btn.btn-sm.btn-default,
                .portlet > .portlet-title > .actions > .btn-group > .btn.btn-default,
                .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm.btn-default {
                    padding: 3px 9px;
                }

                .portlet > .portlet-title > .actions > .btn > i,
                .portlet > .portlet-title > .actions > .btn.btn-sm > i,
                .portlet > .portlet-title > .actions > .btn-group > .btn > i,
                .portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm > i {
                    font-size: 13px;
                }

            .portlet > .portlet-title > .actions .btn-icon-only {
                padding: 5px 7px 3px 7px;
            }

                .portlet > .portlet-title > .actions .btn-icon-only.btn-default {
                    padding: 4px 6px 2px 6px;
                }

                    .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 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: 7px 0 0 0;
        }

            .portlet > .portlet-title > .tools > a {
                display: inline-block;
                height: 29px;
                margin-left: 5px;
                opacity: 1;
                filter: alpha(opacity=100);
            }

                .portlet > .portlet-title > .tools > a.btn {
                    height: inherit;
                }

                .portlet > .portlet-title > .tools > a.remove {
                    background-image: url(img/portlet-remove-icon.png);
                    background-repeat: no-repeat;
                    width: 11px;
                }

                .portlet > .portlet-title > .tools > a.config {
                    background-image: url(img/portlet-config-icon.png);
                    background-repeat: no-repeat;
                    width: 12px;
                }

                .portlet > .portlet-title > .tools > a.reload {
                    background-image: url(img/portlet-reload-icon.png);
                    width: 13px;
                }

                .portlet > .portlet-title > .tools > a.expand {
                    background-image: url(img/portlet-expand-icon.png);
                    width: 28px;
                    visibility: visible;
                }

                .portlet > .portlet-title > .tools > a.collapse {
                    background-image: url(img/portlet-collapse-icon.png);
                    width: 28px;
                    visibility: visible;
                }

                .portlet > .portlet-title > .tools > a.plus {
                    background-image: url(img/portlet-plus-icon.png);
                    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 0.1s ease-in-out;
                    -moz-transition: all 0.1s ease-in-out;
                    -o-transition: all 0.1s ease-in-out;
                    -ms-transition: all 0.1s ease-in-out;
                    transition: all 0.1s ease-in-out;
                    opacity: 0.8;
                    filter: alpha(opacity=80);
                }

        .portlet > .portlet-title > .pagination {
            float: right;
            display: inline-block;
            margin: 2px 0 0 0;
            border: 0;
            padding: 4px 0;
        }

        .portlet > .portlet-title > .nav-tabs {
            background: none;
            margin: 1px 0 0 0;
            float: right;
            display: inline-block;
            border: 0;
        }

            .portlet > .portlet-title > .nav-tabs > li {
                background: none;
                margin: 0;
                border: 0;
            }

                .portlet > .portlet-title > .nav-tabs > li > a {
                    background: none;
                    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 {
        clear: both;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        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 background colors */
    /* Side bordered portlet */
    .portlet.bordered {
        border-left: 2px solid #e6e9ec !important;
    }

        .portlet.bordered > .portlet-title {
            border-bottom: 0;
        }

    /* Solid colored portlet */
    .portlet.solid {
        padding: 0 10px 10px 10px;
        border: 0px;
    }

        .portlet.solid > .portlet-title {
            border-bottom: 0;
            margin-bottom: 10px;
        }

            .portlet.solid > .portlet-title > .caption {
                padding: 16px 0 2px 0;
            }

            .portlet.solid > .portlet-title > .actions {
                padding: 12px 0 6px 0;
            }

            .portlet.solid > .portlet-title > .tools {
                padding: 14px 0 6px 0;
            }

        /* Solid bordered portlet */
        .portlet.solid.bordered > .portlet-title {
            margin-bottom: 10px;
        }

    /* Box portlet */
    .portlet.box {
        padding: 0px !important;
    }

        .portlet.box > .portlet-title {
            border-bottom: 0;
            padding: 10px 10px 5px 10px;
            margin-bottom: 0;
            color: #fff;
        }

            .portlet.box > .portlet-title > .caption {
                padding: 5px 0;
            }

            .portlet.box > .portlet-title > .tools > a.remove {
                background-image: url(img/portlet-remove-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.config {
                background-image: url(img/portlet-config-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.reload {
                background-image: url(img/portlet-reload-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.expand {
                background-image: url(img/portlet-collapse-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.collapse {
                background-image: url(img/portlet-expand-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.plus {
                background-image: url(img/portlet-plus-icon-white.png);
            }

            .portlet.box > .portlet-title > .tools > a.fullscreen {
                color: #fdfdfd;
            }

            .portlet.box > .portlet-title > .actions {
                padding: 7px 0 5px 0;
            }

        .portlet.box > .portlet-body {
            background-color: #fff;
            padding: 15px;
        }

    /* Light Portlet */
    .portlet.light {
        padding: 12px 20px 15px 20px;
        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.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 0;
            }

                .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 0;
            }

            .portlet.light > .portlet-title > .tools {
                padding: 10px 0 13px 0;
                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 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: none;
                    color: #333;
                }

        .portlet.light.form-fit {
            padding: 0;
        }

            .portlet.light.form-fit > .portlet-title {
                padding: 17px 20px 10px 20px;
                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 20px;
            }

            .portlet.light.portlet-fit > .portlet-body {
                padding: 10px 20px 20px 20px;
            }

            .portlet.light.portlet-fit.portlet-form > .portlet-body {
                padding: 0;
            }

            .portlet.light.portlet-fit.portlet-form > .portlet-body {
                padding: 0;
            }

                .portlet.light.portlet-fit.portlet-form > .portlet-body .form-actions {
                    background: none;
                }

        .portlet.light.portlet-datatable.portlet-fit > .portlet-body {
            padding-top: 10px;
            padding-bottom: 25px;
        }

.tab-pane > p:last-child {
    margin-bottom: 0px;
}

/* Reverse aligned tabs */
.tabs-reversed > li {
    float: right;
    margin-right: 0;
}

    .tabs-reversed > li > a {
        margin-right: 0;
    }

/* jQuery UI Draggable Portlets */
.portlet-sortable:not(.portlet-fullscreen) > .portlet-title {
    cursor: move;
}

.portlet-sortable-placeholder {
    border: 2px dashed #eee;
    margin-bottom: 25px;
}

.portlet-sortable-empty {
    box-shadow: none !important;
    height: 45px;
}

.portlet-collapsed {
    display: none;
}

@media (max-width: 991px) {
    /* 991px */
    .portlet-collapsed-on-mobile {
        display: none;
    }
}

/***
Custom colored portlets 
***/
.portlet > .portlet-body.white,
.portlet.white {
    background-color: #ffffff;
}

.portlet.solid.white > .portlet-title,
.portlet.solid.white > .portlet-body {
    border: 0;
    color: #666;
}

    .portlet.solid.white > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.white > .portlet-title > .caption > i {
            color: #666;
        }

    .portlet.solid.white > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.white > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.white > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.white > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.white > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.white > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .portlet.solid.white > .portlet-title > .tools > a.fullscreen {
        color: #fdfdfd;
    }

.portlet.box.white {
    border: 1px solid white;
    border-top: 0;
}

    .portlet.box.white > .portlet-title {
        background-color: #ffffff;
    }

        .portlet.box.white > .portlet-title > .caption {
            color: #666;
        }

            .portlet.box.white > .portlet-title > .caption > i {
                color: #666;
            }

        .portlet.box.white > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid white;
            color: white;
        }

            .portlet.box.white > .portlet-title > .actions .btn-default > i {
                color: white;
            }

            .portlet.box.white > .portlet-title > .actions .btn-default:hover, .portlet.box.white > .portlet-title > .actions .btn-default:focus, .portlet.box.white > .portlet-title > .actions .btn-default:active, .portlet.box.white > .portlet-title > .actions .btn-default.active {
                border: 1px solid white;
                color: white;
            }

.portlet > .portlet-body.default,
.portlet.default {
    background-color: #e1e5ec;
}

.portlet.solid.default > .portlet-title,
.portlet.solid.default > .portlet-body {
    border: 0;
    color: #666;
}

    .portlet.solid.default > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.default > .portlet-title > .caption > i {
            color: #666;
        }

    .portlet.solid.default > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.default > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.default > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.default > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.default > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.default > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .portlet.solid.default > .portlet-title > .tools > a.fullscreen {
        color: #fdfdfd;
    }

.portlet.box.default {
    border: 1px solid white;
    border-top: 0;
}

    .portlet.box.default > .portlet-title {
        background-color: #e1e5ec;
    }

        .portlet.box.default > .portlet-title > .caption {
            color: #666;
        }

            .portlet.box.default > .portlet-title > .caption > i {
                color: #666;
            }

        .portlet.box.default > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid white;
            color: white;
        }

            .portlet.box.default > .portlet-title > .actions .btn-default > i {
                color: white;
            }

            .portlet.box.default > .portlet-title > .actions .btn-default:hover, .portlet.box.default > .portlet-title > .actions .btn-default:focus, .portlet.box.default > .portlet-title > .actions .btn-default:active, .portlet.box.default > .portlet-title > .actions .btn-default.active {
                border: 1px solid white;
                color: white;
            }

.portlet > .portlet-body.dark,
.portlet.dark {
    background-color: #2f353b;
}

.portlet.solid.dark > .portlet-title,
.portlet.solid.dark > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.dark > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.dark > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.dark > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.dark > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.dark > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.dark > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.dark > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.dark > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .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 {
        background-color: #2f353b;
    }

        .portlet.box.dark > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.dark > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.dark > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #616d79;
            color: #6c7a88;
        }

            .portlet.box.dark > .portlet-title > .actions .btn-default > i {
                color: #738290;
            }

            .portlet.box.dark > .portlet-title > .actions .btn-default:hover, .portlet.box.dark > .portlet-title > .actions .btn-default:focus, .portlet.box.dark > .portlet-title > .actions .btn-default:active, .portlet.box.dark > .portlet-title > .actions .btn-default.active {
                border: 1px solid #798794;
                color: #8793a0;
            }

.portlet > .portlet-body.blue,
.portlet.blue {
    background-color: #3598dc;
}

.portlet.solid.blue > .portlet-title,
.portlet.solid.blue > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.blue > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.blue > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.blue > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.blue > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.blue > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.blue > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.blue > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.blue > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .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 {
        background-color: #3598dc;
    }

        .portlet.box.blue > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.blue > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.blue > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #95c9ed;
            color: #aad4f0;
        }

            .portlet.box.blue > .portlet-title > .actions .btn-default > i {
                color: #b7daf3;
            }

            .portlet.box.blue > .portlet-title > .actions .btn-default:hover, .portlet.box.blue > .portlet-title > .actions .btn-default:focus, .portlet.box.blue > .portlet-title > .actions .btn-default:active, .portlet.box.blue > .portlet-title > .actions .btn-default.active {
                border: 1px solid #c0dff4;
                color: #d6eaf8;
            }

.portlet > .portlet-body.blue-madison,
.portlet.blue-madison {
    background-color: #578ebe;
}

.portlet.solid.blue-madison > .portlet-title,
.portlet.solid.blue-madison > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.blue-madison > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.blue-madison > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.blue-madison > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.blue-madison > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.blue-madison > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.blue-madison > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.blue-madison > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.blue-madison > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .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 {
        background-color: #578ebe;
    }

        .portlet.box.blue-madison > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.blue-madison > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.blue-madison > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #a8c4dd;
            color: #bad1e4;
        }

            .portlet.box.blue-madison > .portlet-title > .actions .btn-default > i {
                color: #c5d8e9;
            }

            .portlet.box.blue-madison > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-madison > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-madison > .portlet-title > .actions .btn-default:active, .portlet.box.blue-madison > .portlet-title > .actions .btn-default.active {
                border: 1px solid #cdddec;
                color: #dfeaf3;
            }

.portlet > .portlet-body.blue-chambray,
.portlet.blue-chambray {
    background-color: #2C3E50;
}

.portlet.solid.blue-chambray > .portlet-title,
.portlet.solid.blue-chambray > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.blue-chambray > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.blue-chambray > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.blue-chambray > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.blue-chambray > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.blue-chambray > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.blue-chambray > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.blue-chambray > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.blue-chambray > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .portlet.solid.blue-chambray > .portlet-title > .tools > a.fullscreen {
        color: #fdfdfd;
    }

.portlet.box.blue-chambray {
    border: 1px solid #3e5871;
    border-top: 0;
}

    .portlet.box.blue-chambray > .portlet-title {
        background-color: #2C3E50;
    }

        .portlet.box.blue-chambray > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.blue-chambray > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.blue-chambray > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #547698;
            color: #5f83a7;
        }

            .portlet.box.blue-chambray > .portlet-title > .actions .btn-default > i {
                color: #698bac;
            }

            .portlet.box.blue-chambray > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-chambray > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-chambray > .portlet-title > .actions .btn-default:active, .portlet.box.blue-chambray > .portlet-title > .actions .btn-default.active {
                border: 1px solid #6f90b0;
                color: #809cb9;
            }

.portlet > .portlet-body.blue-ebonyclay,
.portlet.blue-ebonyclay {
    background-color: #22313F;
}

.portlet.solid.blue-ebonyclay > .portlet-title,
.portlet.solid.blue-ebonyclay > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.blue-ebonyclay > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.blue-ebonyclay > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .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 {
        background-color: #22313F;
    }

        .portlet.box.blue-ebonyclay > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.blue-ebonyclay > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #496a88;
            color: #527798;
        }

            .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default > i {
                color: #587ea2;
            }

            .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:active, .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default.active {
                border: 1px solid #5d83a7;
                color: #6d90b0;
            }

.portlet > .portlet-body.blue-hoki,
.portlet.blue-hoki {
    background-color: #67809F;
    margin: 0 15px;
}

.portlet.solid.blue-hoki > .portlet-title,
.portlet.solid.blue-hoki > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.blue-hoki > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.blue-hoki > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.blue-hoki > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.blue-hoki > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.blue-hoki > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.blue-hoki > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.blue-hoki > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.blue-hoki > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .portlet.solid.blue-hoki > .portlet-title > .tools > a.fullscreen {
        color: #fdfdfd;
    }

.portlet.box.blue-hoki {
    border: 1px solid #CFD7E2;
    border-radius: 4px !important;
    overflow: hidden;
}

    .portlet.box.blue-hoki > .portlet-title {
        background-color: #F5F6FA;
        border-bottom: 1px solid #CFD7E2;
    }

    .portlet.box.blue-hoki > .portlet-body {
        background-color: #fbfbfb;
    }

    .portlet.box.blue-hoki > .portlet-title > .caption {
        color: #4F4F59;
    }

        .portlet.box.blue-hoki > .portlet-title > .caption > i {
            color: #4F4F59;
        }

    .portlet.box.blue-hoki > .portlet-title > .actions .btn-default {
        background: transparent !important;
        background-color: transparent !important;
        border: 1px solid #acb9ca;
        color: #bbc7d4;
    }

        .portlet.box.blue-hoki > .portlet-title > .actions .btn-default > i {
            color: #c5ceda;
        }

        .portlet.box.blue-hoki > .portlet-title > .actions .btn-default:hover,
        .portlet.box.blue-hoki > .portlet-title > .actions .btn-default:focus,
        .portlet.box.blue-hoki > .portlet-title > .actions .btn-default:active,
        .portlet.box.blue-hoki > .portlet-title > .actions .btn-default.active {
            border: 1px solid #cbd4de;
            color: #dbe1e8;
        }


.portlet > .portlet-body.blue-steel,
.portlet.blue-steel {
    background-color: #4B77BE;
}

.portlet.solid.blue-steel > .portlet-title,
.portlet.solid.blue-steel > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.blue-steel > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.blue-steel > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.blue-steel > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.blue-steel > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.blue-steel > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.blue-steel > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.blue-steel > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.blue-steel > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .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 {
        background-color: #4B77BE;
    }

        .portlet.box.blue-steel > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.blue-steel > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.blue-steel > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #9db5dc;
            color: #b0c3e3;
        }

            .portlet.box.blue-steel > .portlet-title > .actions .btn-default > i {
                color: #bbcce7;
            }

            .portlet.box.blue-steel > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-steel > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-steel > .portlet-title > .actions .btn-default:active, .portlet.box.blue-steel > .portlet-title > .actions .btn-default.active {
                border: 1px solid #c3d2e9;
                color: #d6e0f0;
            }

.portlet > .portlet-body.blue-soft,
.portlet.blue-soft {
    background-color: #4c87b9;
}

.portlet.solid.blue-soft > .portlet-title,
.portlet.solid.blue-soft > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.blue-soft > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.blue-soft > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.blue-soft > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.blue-soft > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.blue-soft > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.blue-soft > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.blue-soft > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.blue-soft > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .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 {
        background-color: #4c87b9;
    }

        .portlet.box.blue-soft > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.blue-soft > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.blue-soft > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #9dbdd9;
            color: #afc9e0;
        }

            .portlet.box.blue-soft > .portlet-title > .actions .btn-default > i {
                color: #bad1e4;
            }

            .portlet.box.blue-soft > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-soft > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-soft > .portlet-title > .actions .btn-default:active, .portlet.box.blue-soft > .portlet-title > .actions .btn-default.active {
                border: 1px solid #c1d6e7;
                color: #d4e2ee;
            }

.portlet > .portlet-body.blue-dark,
.portlet.blue-dark {
    background-color: #5e738b;
}

.portlet.solid.blue-dark > .portlet-title,
.portlet.solid.blue-dark > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.blue-dark > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.blue-dark > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.blue-dark > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.blue-dark > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.blue-dark > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.blue-dark > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.blue-dark > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.blue-dark > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .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 {
        background-color: #5e738b;
    }

        .portlet.box.blue-dark > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.blue-dark > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.blue-dark > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #9dacbd;
            color: #acb8c7;
        }

            .portlet.box.blue-dark > .portlet-title > .actions .btn-default > i {
                color: #b5c0cd;
            }

            .portlet.box.blue-dark > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-dark > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-dark > .portlet-title > .actions .btn-default:active, .portlet.box.blue-dark > .portlet-title > .actions .btn-default.active {
                border: 1px solid #bbc5d1;
                color: #cad2db;
            }

.portlet > .portlet-body.blue-sharp,
.portlet.blue-sharp {
    background-color: #5C9BD1;
}

.portlet.solid.blue-sharp > .portlet-title,
.portlet.solid.blue-sharp > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.blue-sharp > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.blue-sharp > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.blue-sharp > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.blue-sharp > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.blue-sharp > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.blue-sharp > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.blue-sharp > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.blue-sharp > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }


    .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 {
        background-color: #5C9BD1;
    }

        .portlet.box.blue-sharp > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.blue-sharp > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.blue-sharp > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #b4d1ea;
            color: #c7ddef;
        }

            .portlet.box.blue-sharp > .portlet-title > .actions .btn-default > i {
                color: #d3e4f3;
            }

            .portlet.box.blue-sharp > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-sharp > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-sharp > .portlet-title > .actions .btn-default:active, .portlet.box.blue-sharp > .portlet-title > .actions .btn-default.active {
                border: 1px solid #dbe9f5;
                color: #eff5fb;
            }

.portlet > .portlet-body.blue-oleo,
.portlet.blue-oleo {
    background-color: #94A0B2;
}

.portlet.solid.blue-oleo > .portlet-title,
.portlet.solid.blue-oleo > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.blue-oleo > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.blue-oleo > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.blue-oleo > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.blue-oleo > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.blue-oleo > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.blue-oleo > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.blue-oleo > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.blue-oleo > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .portlet.solid.blue-oleo > .portlet-title > .tools > a.fullscreen {
        color: #fdfdfd;
    }

.portlet.box.blue-oleo {
    border: 1px solid #b2bac7;
    border-top: 0;
}

    .portlet.box.blue-oleo > .portlet-title {
        background-color: #94A0B2;
    }

        .portlet.box.blue-oleo > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.blue-oleo > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.blue-oleo > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #d5dae1;
            color: #e4e7ec;
        }

            .portlet.box.blue-oleo > .portlet-title > .actions .btn-default > i {
                color: #edeff2;
            }

            .portlet.box.blue-oleo > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-oleo > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-oleo > .portlet-title > .actions .btn-default:active, .portlet.box.blue-oleo > .portlet-title > .actions .btn-default.active {
                border: 1px solid #f3f4f6;
                color: white;
            }

.portlet > .portlet-body.green,
.portlet.green {
    background-color: #32c5d2;
}

.portlet.solid.green > .portlet-title,
.portlet.solid.green > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.green > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.green > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.green > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.green > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.green > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.green > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.green > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.green > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .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 {
        background-color: #32c5d2;
    }

        .portlet.box.green > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.green > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.green > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #8edfe6;
            color: #a3e5eb;
        }

            .portlet.box.green > .portlet-title > .actions .btn-default > i {
                color: #afe8ee;
            }

            .portlet.box.green > .portlet-title > .actions .btn-default:hover, .portlet.box.green > .portlet-title > .actions .btn-default:focus, .portlet.box.green > .portlet-title > .actions .btn-default:active, .portlet.box.green > .portlet-title > .actions .btn-default.active {
                border: 1px solid #b8ebef;
                color: #cdf1f4;
            }

.portlet > .portlet-body.green-meadow,
.portlet.green-meadow {
    background-color: #1BBC9B;
}

.portlet.solid.green-meadow > .portlet-title,
.portlet.solid.green-meadow > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.green-meadow > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.green-meadow > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.green-meadow > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.green-meadow > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.green-meadow > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.green-meadow > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.green-meadow > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.green-meadow > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .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 {
        background-color: #1BBC9B;
    }

        .portlet.box.green-meadow > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.green-meadow > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.green-meadow > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #5fe8cc;
            color: #75ebd3;
        }

            .portlet.box.green-meadow > .portlet-title > .actions .btn-default > i {
                color: #83edd7;
            }

            .portlet.box.green-meadow > .portlet-title > .actions .btn-default:hover, .portlet.box.green-meadow > .portlet-title > .actions .btn-default:focus, .portlet.box.green-meadow > .portlet-title > .actions .btn-default:active, .portlet.box.green-meadow > .portlet-title > .actions .btn-default.active {
                border: 1px solid #8ceeda;
                color: #a2f2e1;
            }

.portlet > .portlet-body.green-seagreen,
.portlet.green-seagreen {
    background-color: #1BA39C;
}

.portlet.solid.green-seagreen > .portlet-title,
.portlet.solid.green-seagreen > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.green-seagreen > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.green-seagreen > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.green-seagreen > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.green-seagreen > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.green-seagreen > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.green-seagreen > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.green-seagreen > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.green-seagreen > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }


    .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 {
        background-color: #1BA39C;
    }

        .portlet.box.green-seagreen > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.green-seagreen > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.green-seagreen > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #4de1da;
            color: #63e5de;
        }

            .portlet.box.green-seagreen > .portlet-title > .actions .btn-default > i {
                color: #70e7e1;
            }

            .portlet.box.green-seagreen > .portlet-title > .actions .btn-default:hover, .portlet.box.green-seagreen > .portlet-title > .actions .btn-default:focus, .portlet.box.green-seagreen > .portlet-title > .actions .btn-default:active, .portlet.box.green-seagreen > .portlet-title > .actions .btn-default.active {
                border: 1px solid #78e9e3;
                color: #8eece8;
            }

.portlet > .portlet-body.green-turquoise,
.portlet.green-turquoise {
    background-color: #36D7B7;
}

.portlet.solid.green-turquoise > .portlet-title,
.portlet.solid.green-turquoise > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.green-turquoise > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.green-turquoise > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.green-turquoise > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.green-turquoise > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.green-turquoise > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.green-turquoise > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.green-turquoise > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.green-turquoise > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .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 {
        background-color: #36D7B7;
    }

        .portlet.box.green-turquoise > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.green-turquoise > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.green-turquoise > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #94ead9;
            color: #a9eee0;
        }

            .portlet.box.green-turquoise > .portlet-title > .actions .btn-default > i {
                color: #b6f0e5;
            }

            .portlet.box.green-turquoise > .portlet-title > .actions .btn-default:hover, .portlet.box.green-turquoise > .portlet-title > .actions .btn-default:focus, .portlet.box.green-turquoise > .portlet-title > .actions .btn-default:active, .portlet.box.green-turquoise > .portlet-title > .actions .btn-default.active {
                border: 1px solid #bef2e8;
                color: #d3f6ef;
            }

.portlet > .portlet-body.green-haze,
.portlet.green-haze {
    background-color: #44b6ae;
}

.portlet.solid.green-haze > .portlet-title,
.portlet.solid.green-haze > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.green-haze > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.green-haze > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.green-haze > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.green-haze > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.green-haze > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.green-haze > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.green-haze > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.green-haze > .portlet-title > .tools > a.plus {
        background-image: url(img/portlet-plus-icon-white.png);
    }

    .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 {
        background-color: #44b6ae;
    }

        .portlet.box.green-haze > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.green-haze > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.green-haze > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #93d7d2;
            color: #a6deda;
        }

            .portlet.box.green-haze > .portlet-title > .actions .btn-default > i {
                color: #b1e2de;
            }

            .portlet.box.green-haze > .portlet-title > .actions .btn-default:hover, .portlet.box.green-haze > .portlet-title > .actions .btn-default:focus, .portlet.box.green-haze > .portlet-title > .actions .btn-default:active, .portlet.box.green-haze > .portlet-title > .actions .btn-default.active {
                border: 1px solid #b9e5e2;
                color: #cbece9;
            }

.portlet > .portlet-body.green-jungle,
.portlet.green-jungle {
    background-color: #26C281;
}

.portlet.solid.green-jungle > .portlet-title,
.portlet.solid.green-jungle > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.green-jungle > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.green-jungle > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.green-jungle > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.green-jungle > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.green-jungle > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.green-jungle > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.green-jungle > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #26C281;
    }

        .portlet.box.green-jungle > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.green-jungle > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.green-jungle > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #74e4b5;
            color: #8ae8c1;
        }

            .portlet.box.green-jungle > .portlet-title > .actions .btn-default > i {
                color: #96ebc8;
            }

            .portlet.box.green-jungle > .portlet-title > .actions .btn-default:hover, .portlet.box.green-jungle > .portlet-title > .actions .btn-default:focus, .portlet.box.green-jungle > .portlet-title > .actions .btn-default:active, .portlet.box.green-jungle > .portlet-title > .actions .btn-default.active {
                border: 1px solid #9feccc;
                color: #b4f0d7;
            }

.portlet > .portlet-body.green-soft,
.portlet.green-soft {
    background-color: #3faba4;
}

.portlet.solid.green-soft > .portlet-title,
.portlet.solid.green-soft > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.green-soft > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.green-soft > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.green-soft > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.green-soft > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.green-soft > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.green-soft > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.green-soft > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #3faba4;
    }

        .portlet.box.green-soft > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.green-soft > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.green-soft > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #87d3ce;
            color: #9adad6;
        }

            .portlet.box.green-soft > .portlet-title > .actions .btn-default > i {
                color: #a5deda;
            }

            .portlet.box.green-soft > .portlet-title > .actions .btn-default:hover, .portlet.box.green-soft > .portlet-title > .actions .btn-default:focus, .portlet.box.green-soft > .portlet-title > .actions .btn-default:active, .portlet.box.green-soft > .portlet-title > .actions .btn-default.active {
                border: 1px solid #ade1dd;
                color: #bfe7e5;
            }

.portlet > .portlet-body.green-dark,
.portlet.green-dark {
    background-color: #4DB3A2;
}

.portlet.solid.green-dark > .portlet-title,
.portlet.solid.green-dark > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.green-dark > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.green-dark > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.green-dark > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.green-dark > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.green-dark > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.green-dark > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.green-dark > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #4DB3A2;
    }

        .portlet.box.green-dark > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.green-dark > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.green-dark > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #9cd5cb;
            color: #addcd4;
        }

            .portlet.box.green-dark > .portlet-title > .actions .btn-default > i {
                color: #b8e1da;
            }

            .portlet.box.green-dark > .portlet-title > .actions .btn-default:hover, .portlet.box.green-dark > .portlet-title > .actions .btn-default:focus, .portlet.box.green-dark > .portlet-title > .actions .btn-default:active, .portlet.box.green-dark > .portlet-title > .actions .btn-default.active {
                border: 1px solid #bfe4de;
                color: #d1ebe7;
            }

.portlet > .portlet-body.green-sharp,
.portlet.green-sharp {
    background-color: #2ab4c0;
}

.portlet.solid.green-sharp > .portlet-title,
.portlet.solid.green-sharp > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.green-sharp > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.green-sharp > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.green-sharp > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.green-sharp > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.green-sharp > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.green-sharp > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.green-sharp > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #2ab4c0;
    }

        .portlet.box.green-sharp > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.green-sharp > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.green-sharp > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #79d9e2;
            color: #8edfe6;
        }

            .portlet.box.green-sharp > .portlet-title > .actions .btn-default > i {
                color: #9ae3e9;
            }

            .portlet.box.green-sharp > .portlet-title > .actions .btn-default:hover, .portlet.box.green-sharp > .portlet-title > .actions .btn-default:focus, .portlet.box.green-sharp > .portlet-title > .actions .btn-default:active, .portlet.box.green-sharp > .portlet-title > .actions .btn-default.active {
                border: 1px solid #a2e5eb;
                color: #b7ebef;
            }

.portlet > .portlet-body.green-steel,
.portlet.green-steel {
    background-color: #29b4b6;
}

.portlet.solid.green-steel > .portlet-title,
.portlet.solid.green-steel > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.green-steel > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.green-steel > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.green-steel > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.green-steel > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.green-steel > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.green-steel > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.green-steel > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.green-steel > .portlet-title > .tools > a.fullscreen {
        color: #fdfdfd;
    }

.portlet.box.green-steel {
    border: 1px solid #3ed1d4;
    border-top: 0;
}

    .portlet.box.green-steel > .portlet-title {
        background-color: #29b4b6;
    }

        .portlet.box.green-steel > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.green-steel > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.green-steel > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #70dddf;
            color: #85e2e4;
        }

            .portlet.box.green-steel > .portlet-title > .actions .btn-default > i {
                color: #92e5e6;
            }

            .portlet.box.green-steel > .portlet-title > .actions .btn-default:hover, .portlet.box.green-steel > .portlet-title > .actions .btn-default:focus, .portlet.box.green-steel > .portlet-title > .actions .btn-default:active, .portlet.box.green-steel > .portlet-title > .actions .btn-default.active {
                border: 1px solid #9ae7e8;
                color: #afeced;
            }

.portlet > .portlet-body.grey,
.portlet.grey {
    background-color: #E5E5E5;
}

.portlet.solid.grey > .portlet-title,
.portlet.solid.grey > .portlet-body {
    border: 0;
    color: #333333;
}

    .portlet.solid.grey > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.grey > .portlet-title > .caption > i {
            color: #333333;
        }

    .portlet.solid.grey > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.grey > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.grey > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.grey > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.grey > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.grey > .portlet-title > .tools > a.fullscreen {
        color: #fdfdfd;
    }

.portlet.box.grey {
    border: 1px solid white;
    border-top: 0;
}

    .portlet.box.grey > .portlet-title {
        background-color: #E5E5E5;
    }

        .portlet.box.grey > .portlet-title > .caption {
            color: #333333;
        }

            .portlet.box.grey > .portlet-title > .caption > i {
                color: #333333;
            }

        .portlet.box.grey > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid white;
            color: white;
        }

            .portlet.box.grey > .portlet-title > .actions .btn-default > i {
                color: white;
            }

            .portlet.box.grey > .portlet-title > .actions .btn-default:hover, .portlet.box.grey > .portlet-title > .actions .btn-default:focus, .portlet.box.grey > .portlet-title > .actions .btn-default:active, .portlet.box.grey > .portlet-title > .actions .btn-default.active {
                border: 1px solid white;
                color: white;
            }

.portlet > .portlet-body.grey-steel,
.portlet.grey-steel {
    background-color: #e9edef;
}

.portlet.solid.grey-steel > .portlet-title,
.portlet.solid.grey-steel > .portlet-body {
    border: 0;
    color: #80898e;
}

    .portlet.solid.grey-steel > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.grey-steel > .portlet-title > .caption > i {
            color: #80898e;
        }

    .portlet.solid.grey-steel > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.grey-steel > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.grey-steel > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.grey-steel > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.grey-steel > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.grey-steel > .portlet-title > .tools > a.fullscreen {
        color: #fdfdfd;
    }

.portlet.box.grey-steel {
    border: 1px solid white;
    border-top: 0;
}

    .portlet.box.grey-steel > .portlet-title {
        background-color: #e9edef;
    }

        .portlet.box.grey-steel > .portlet-title > .caption {
            color: #80898e;
        }

            .portlet.box.grey-steel > .portlet-title > .caption > i {
                color: #80898e;
            }

        .portlet.box.grey-steel > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid white;
            color: white;
        }

            .portlet.box.grey-steel > .portlet-title > .actions .btn-default > i {
                color: white;
            }

            .portlet.box.grey-steel > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-steel > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-steel > .portlet-title > .actions .btn-default:active, .portlet.box.grey-steel > .portlet-title > .actions .btn-default.active {
                border: 1px solid white;
                color: white;
            }

.portlet > .portlet-body.grey-cararra,
.portlet.grey-cararra {
    background-color: #fafafa;
}

.portlet.solid.grey-cararra > .portlet-title,
.portlet.solid.grey-cararra > .portlet-body {
    border: 0;
    color: #333333;
}

    .portlet.solid.grey-cararra > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.grey-cararra > .portlet-title > .caption > i {
            color: #333333;
        }

    .portlet.solid.grey-cararra > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.grey-cararra > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.grey-cararra > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.grey-cararra > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.grey-cararra > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.grey-cararra > .portlet-title > .tools > a.fullscreen {
        color: #fdfdfd;
    }

.portlet.box.grey-cararra {
    border: 1px solid white;
    border-top: 0;
}

    .portlet.box.grey-cararra > .portlet-title {
        background-color: #fafafa;
    }

        .portlet.box.grey-cararra > .portlet-title > .caption {
            color: #333333;
        }

            .portlet.box.grey-cararra > .portlet-title > .caption > i {
                color: #333333;
            }

        .portlet.box.grey-cararra > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid white;
            color: white;
        }

            .portlet.box.grey-cararra > .portlet-title > .actions .btn-default > i {
                color: white;
            }

            .portlet.box.grey-cararra > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-cararra > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-cararra > .portlet-title > .actions .btn-default:active, .portlet.box.grey-cararra > .portlet-title > .actions .btn-default.active {
                border: 1px solid white;
                color: white;
            }

.portlet > .portlet-body.grey-gallery,
.portlet.grey-gallery {
    background-color: #555555;
}

.portlet.solid.grey-gallery > .portlet-title,
.portlet.solid.grey-gallery > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.grey-gallery > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.grey-gallery > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.grey-gallery > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.grey-gallery > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.grey-gallery > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.grey-gallery > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.grey-gallery > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.grey-gallery > .portlet-title > .tools > a.fullscreen {
        color: #fdfdfd;
    }

.portlet.box.grey-gallery {
    border: 1px solid #6f6f6f;
    border-top: 0;
}

    .portlet.box.grey-gallery > .portlet-title {
        background-color: #555555;
    }

        .portlet.box.grey-gallery > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.grey-gallery > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.grey-gallery > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #8d8d8d;
            color: #9a9a9a;
        }

            .portlet.box.grey-gallery > .portlet-title > .actions .btn-default > i {
                color: #a2a2a2;
            }

            .portlet.box.grey-gallery > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-gallery > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-gallery > .portlet-title > .actions .btn-default:active, .portlet.box.grey-gallery > .portlet-title > .actions .btn-default.active {
                border: 1px solid #a7a7a7;
                color: #b3b3b3;
            }

.portlet > .portlet-body.grey-cascade,
.portlet.grey-cascade {
    background-color: #95A5A6;
}

.portlet.solid.grey-cascade > .portlet-title,
.portlet.solid.grey-cascade > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.grey-cascade > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.grey-cascade > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.grey-cascade > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.grey-cascade > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.grey-cascade > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.grey-cascade > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.grey-cascade > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #95A5A6;
    }

        .portlet.box.grey-cascade > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.grey-cascade > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.grey-cascade > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #d2d9d9;
            color: #e0e5e5;
        }

            .portlet.box.grey-cascade > .portlet-title > .actions .btn-default > i {
                color: #e8ecec;
            }

            .portlet.box.grey-cascade > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-cascade > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-cascade > .portlet-title > .actions .btn-default:active, .portlet.box.grey-cascade > .portlet-title > .actions .btn-default.active {
                border: 1px solid #eef0f0;
                color: #fcfcfc;
            }

.portlet > .portlet-body.grey-silver,
.portlet.grey-silver {
    background-color: #BFBFBF;
}

.portlet.solid.grey-silver > .portlet-title,
.portlet.solid.grey-silver > .portlet-body {
    border: 0;
    color: #FAFCFB;
}

    .portlet.solid.grey-silver > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.grey-silver > .portlet-title > .caption > i {
            color: #FAFCFB;
        }

    .portlet.solid.grey-silver > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.grey-silver > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.grey-silver > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.grey-silver > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.grey-silver > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #BFBFBF;
    }

        .portlet.box.grey-silver > .portlet-title > .caption {
            color: #FAFCFB;
        }

            .portlet.box.grey-silver > .portlet-title > .caption > i {
                color: #FAFCFB;
            }

        .portlet.box.grey-silver > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #f7f7f7;
            color: white;
        }

            .portlet.box.grey-silver > .portlet-title > .actions .btn-default > i {
                color: white;
            }

            .portlet.box.grey-silver > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-silver > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-silver > .portlet-title > .actions .btn-default:active, .portlet.box.grey-silver > .portlet-title > .actions .btn-default.active {
                border: 1px solid white;
                color: white;
            }

.portlet > .portlet-body.grey-salsa,
.portlet.grey-salsa {
    background-color: #ACB5C3;
}

.portlet.solid.grey-salsa > .portlet-title,
.portlet.solid.grey-salsa > .portlet-body {
    border: 0;
    color: #FAFCFB;
}

    .portlet.solid.grey-salsa > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.grey-salsa > .portlet-title > .caption > i {
            color: #FAFCFB;
        }

    .portlet.solid.grey-salsa > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.grey-salsa > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.grey-salsa > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.grey-salsa > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.grey-salsa > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #ACB5C3;
    }

        .portlet.box.grey-salsa > .portlet-title > .caption {
            color: #FAFCFB;
        }

            .portlet.box.grey-salsa > .portlet-title > .caption > i {
                color: #FAFCFB;
            }

        .portlet.box.grey-salsa > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #edeff2;
            color: #fcfcfd;
        }

            .portlet.box.grey-salsa > .portlet-title > .actions .btn-default > i {
                color: white;
            }

            .portlet.box.grey-salsa > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-salsa > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-salsa > .portlet-title > .actions .btn-default:active, .portlet.box.grey-salsa > .portlet-title > .actions .btn-default.active {
                border: 1px solid white;
                color: white;
            }

.portlet > .portlet-body.grey-salt,
.portlet.grey-salt {
    background-color: #bfcad1;
}

.portlet.solid.grey-salt > .portlet-title,
.portlet.solid.grey-salt > .portlet-body {
    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(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.grey-salt > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.grey-salt > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.grey-salt > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.grey-salt > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #bfcad1;
    }

        .portlet.box.grey-salt > .portlet-title > .caption {
            color: #FAFCFB;
        }

            .portlet.box.grey-salt > .portlet-title > .caption > i {
                color: #FAFCFB;
            }

        .portlet.box.grey-salt > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid white;
            color: white;
        }

            .portlet.box.grey-salt > .portlet-title > .actions .btn-default > i {
                color: white;
            }

            .portlet.box.grey-salt > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-salt > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-salt > .portlet-title > .actions .btn-default:active, .portlet.box.grey-salt > .portlet-title > .actions .btn-default.active {
                border: 1px solid white;
                color: white;
            }

.portlet > .portlet-body.grey-mint,
.portlet.grey-mint {
    background-color: #525e64;
}

.portlet.solid.grey-mint > .portlet-title,
.portlet.solid.grey-mint > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.grey-mint > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.grey-mint > .portlet-title > .caption > i {
            color: #FFFFFF;
        }

    .portlet.solid.grey-mint > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.grey-mint > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.grey-mint > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.grey-mint > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.grey-mint > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #525e64;
    }

        .portlet.box.grey-mint > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.grey-mint > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.grey-mint > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #88979e;
            color: #96a3a9;
        }

            .portlet.box.grey-mint > .portlet-title > .actions .btn-default > i {
                color: #9faab0;
            }

            .portlet.box.grey-mint > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-mint > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-mint > .portlet-title > .actions .btn-default:active, .portlet.box.grey-mint > .portlet-title > .actions .btn-default.active {
                border: 1px solid #a4afb5;
                color: #b2bcc0;
            }

.portlet > .portlet-body.red,
.portlet.red {
    background-color: #e7505a;
}

.portlet.solid.red > .portlet-title,
.portlet.solid.red > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.red > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.red > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.red > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.red > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.red > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.red > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.red > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #e7505a;
    }

        .portlet.box.red > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.red > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.red > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #f5b3b7;
            color: #f8c9cc;
        }

            .portlet.box.red > .portlet-title > .actions .btn-default > i {
                color: #f9d7d9;
            }

            .portlet.box.red > .portlet-title > .actions .btn-default:hover, .portlet.box.red > .portlet-title > .actions .btn-default:focus, .portlet.box.red > .portlet-title > .actions .btn-default:active, .portlet.box.red > .portlet-title > .actions .btn-default.active {
                border: 1px solid #fbe0e1;
                color: #fef6f6;
            }

.portlet > .portlet-body.red-pink,
.portlet.red-pink {
    background-color: #E08283;
}

.portlet.solid.red-pink > .portlet-title,
.portlet.solid.red-pink > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.red-pink > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.red-pink > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.red-pink > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.red-pink > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.red-pink > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.red-pink > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.red-pink > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #E08283;
    }

        .portlet.box.red-pink > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.red-pink > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.red-pink > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #f6dcdc;
            color: #fbf0f0;
        }

            .portlet.box.red-pink > .portlet-title > .actions .btn-default > i {
                color: #fefdfd;
            }

            .portlet.box.red-pink > .portlet-title > .actions .btn-default:hover, .portlet.box.red-pink > .portlet-title > .actions .btn-default:focus, .portlet.box.red-pink > .portlet-title > .actions .btn-default:active, .portlet.box.red-pink > .portlet-title > .actions .btn-default.active {
                border: 1px solid white;
                color: white;
            }

.portlet > .portlet-body.red-sunglo,
.portlet.red-sunglo {
    background-color: #E26A6A;
}

.portlet.solid.red-sunglo > .portlet-title,
.portlet.solid.red-sunglo > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.red-sunglo > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.red-sunglo > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.red-sunglo > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.red-sunglo > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.red-sunglo > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.red-sunglo > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.red-sunglo > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #E26A6A;
    }

        .portlet.box.red-sunglo > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.red-sunglo > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.red-sunglo > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #f4c8c8;
            color: #f8dddd;
        }

            .portlet.box.red-sunglo > .portlet-title > .actions .btn-default > i {
                color: #fbeaea;
            }

            .portlet.box.red-sunglo > .portlet-title > .actions .btn-default:hover, .portlet.box.red-sunglo > .portlet-title > .actions .btn-default:focus, .portlet.box.red-sunglo > .portlet-title > .actions .btn-default:active, .portlet.box.red-sunglo > .portlet-title > .actions .btn-default.active {
                border: 1px solid #fdf3f3;
                color: white;
            }

.portlet > .portlet-body.red-intense,
.portlet.red-intense {
    background-color: #e35b5a;
}

.portlet.solid.red-intense > .portlet-title,
.portlet.solid.red-intense > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.red-intense > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.red-intense > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.red-intense > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.red-intense > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.red-intense > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.red-intense > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.red-intense > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #e35b5a;
    }

        .portlet.box.red-intense > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.red-intense > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.red-intense > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #f3baba;
            color: #f7d0d0;
        }

            .portlet.box.red-intense > .portlet-title > .actions .btn-default > i {
                color: #f9dddd;
            }

            .portlet.box.red-intense > .portlet-title > .actions .btn-default:hover, .portlet.box.red-intense > .portlet-title > .actions .btn-default:focus, .portlet.box.red-intense > .portlet-title > .actions .btn-default:active, .portlet.box.red-intense > .portlet-title > .actions .btn-default.active {
                border: 1px solid #fbe6e6;
                color: #fefbfb;
            }

.portlet > .portlet-body.red-thunderbird,
.portlet.red-thunderbird {
    background-color: #D91E18;
}

.portlet.solid.red-thunderbird > .portlet-title,
.portlet.solid.red-thunderbird > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.red-thunderbird > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.red-thunderbird > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.red-thunderbird > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.red-thunderbird > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.red-thunderbird > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.red-thunderbird > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.red-thunderbird > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #D91E18;
    }

        .portlet.box.red-thunderbird > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.red-thunderbird > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #ef7672;
            color: #f28c89;
        }

            .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default > i {
                color: #f39997;
            }

            .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:hover, .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:focus, .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:active, .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default.active {
                border: 1px solid #f4a2a0;
                color: #f7b9b7;
            }

.portlet > .portlet-body.red-flamingo,
.portlet.red-flamingo {
    background-color: #EF4836;
}

.portlet.solid.red-flamingo > .portlet-title,
.portlet.solid.red-flamingo > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.red-flamingo > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.red-flamingo > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.red-flamingo > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.red-flamingo > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.red-flamingo > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.red-flamingo > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.red-flamingo > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #EF4836;
    }

        .portlet.box.red-flamingo > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.red-flamingo > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.red-flamingo > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #f7a79e;
            color: #f9bcb6;
        }

            .portlet.box.red-flamingo > .portlet-title > .actions .btn-default > i {
                color: #fac9c4;
            }

            .portlet.box.red-flamingo > .portlet-title > .actions .btn-default:hover, .portlet.box.red-flamingo > .portlet-title > .actions .btn-default:focus, .portlet.box.red-flamingo > .portlet-title > .actions .btn-default:active, .portlet.box.red-flamingo > .portlet-title > .actions .btn-default.active {
                border: 1px solid #fbd2cd;
                color: #fde7e5;
            }

.portlet > .portlet-body.red-soft,
.portlet.red-soft {
    background-color: #d05454;
}

.portlet.solid.red-soft > .portlet-title,
.portlet.solid.red-soft > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.red-soft > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.red-soft > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.red-soft > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.red-soft > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.red-soft > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.red-soft > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.red-soft > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #d05454;
    }

        .portlet.box.red-soft > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.red-soft > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.red-soft > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #e8acac;
            color: #eec0c0;
        }

            .portlet.box.red-soft > .portlet-title > .actions .btn-default > i {
                color: #f1cccc;
            }

            .portlet.box.red-soft > .portlet-title > .actions .btn-default:hover, .portlet.box.red-soft > .portlet-title > .actions .btn-default:focus, .portlet.box.red-soft > .portlet-title > .actions .btn-default:active, .portlet.box.red-soft > .portlet-title > .actions .btn-default.active {
                border: 1px solid #f3d4d4;
                color: #f9e8e8;
            }

.portlet > .portlet-body.red-haze,
.portlet.red-haze {
    background-color: #f36a5a;
}

.portlet.solid.red-haze > .portlet-title,
.portlet.solid.red-haze > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.red-haze > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.red-haze > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.red-haze > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.red-haze > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.red-haze > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.red-haze > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.red-haze > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #f36a5a;
    }

        .portlet.box.red-haze > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.red-haze > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.red-haze > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #fbc8c3;
            color: #fcdeda;
        }

            .portlet.box.red-haze > .portlet-title > .actions .btn-default > i {
                color: #fdebe9;
            }

            .portlet.box.red-haze > .portlet-title > .actions .btn-default:hover, .portlet.box.red-haze > .portlet-title > .actions .btn-default:focus, .portlet.box.red-haze > .portlet-title > .actions .btn-default:active, .portlet.box.red-haze > .portlet-title > .actions .btn-default.active {
                border: 1px solid #fef3f2;
                color: white;
            }

.portlet > .portlet-body.red-mint,
.portlet.red-mint {
    background-color: #e43a45;
}

.portlet.solid.red-mint > .portlet-title,
.portlet.solid.red-mint > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.red-mint > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.red-mint > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.red-mint > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.red-mint > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.red-mint > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.red-mint > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.red-mint > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #e43a45;
    }

        .portlet.box.red-mint > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.red-mint > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.red-mint > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #f29da2;
            color: #f5b3b7;
        }

            .portlet.box.red-mint > .portlet-title > .actions .btn-default > i {
                color: #f6c1c4;
            }

            .portlet.box.red-mint > .portlet-title > .actions .btn-default:hover, .portlet.box.red-mint > .portlet-title > .actions .btn-default:focus, .portlet.box.red-mint > .portlet-title > .actions .btn-default:active, .portlet.box.red-mint > .portlet-title > .actions .btn-default.active {
                border: 1px solid #f8cacd;
                color: #fbe0e2;
            }

.portlet > .portlet-body.yellow,
.portlet.yellow {
    background-color: #c49f47;
}

.portlet.solid.yellow > .portlet-title,
.portlet.solid.yellow > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.yellow > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.yellow > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.yellow > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.yellow > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.yellow > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.yellow > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.yellow > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #c49f47;
    }

        .portlet.box.yellow > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.yellow > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.yellow > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #dfcb9c;
            color: #e5d5af;
        }

            .portlet.box.yellow > .portlet-title > .actions .btn-default > i {
                color: #e9dbbb;
            }

            .portlet.box.yellow > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow > .portlet-title > .actions .btn-default:active, .portlet.box.yellow > .portlet-title > .actions .btn-default.active {
                border: 1px solid #ecdfc3;
                color: #f2ead6;
            }

.portlet > .portlet-body.yellow-gold,
.portlet.yellow-gold {
    background-color: #E87E04;
}

.portlet.solid.yellow-gold > .portlet-title,
.portlet.solid.yellow-gold > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.yellow-gold > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.yellow-gold > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.yellow-gold > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.yellow-gold > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.yellow-gold > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.yellow-gold > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.yellow-gold > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #E87E04;
    }

        .portlet.box.yellow-gold > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.yellow-gold > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.yellow-gold > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #fcb460;
            color: #fdbf79;
        }

            .portlet.box.yellow-gold > .portlet-title > .actions .btn-default > i {
                color: #fdc788;
            }

            .portlet.box.yellow-gold > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-gold > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-gold > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-gold > .portlet-title > .actions .btn-default.active {
                border: 1px solid #fdcb92;
                color: #fed7ab;
            }

.portlet > .portlet-body.yellow-casablanca,
.portlet.yellow-casablanca {
    background-color: #f2784b;
}

.portlet.solid.yellow-casablanca > .portlet-title,
.portlet.solid.yellow-casablanca > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.yellow-casablanca > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.yellow-casablanca > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.yellow-casablanca > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.yellow-casablanca > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.yellow-casablanca > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.yellow-casablanca > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.yellow-casablanca > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #f2784b;
    }

        .portlet.box.yellow-casablanca > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.yellow-casablanca > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #fac6b4;
            color: #fbd8cb;
        }

            .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default > i {
                color: #fce3da;
            }

            .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default.active {
                border: 1px solid #fdeae3;
                color: #fffcfb;
            }

.portlet > .portlet-body.yellow-crusta,
.portlet.yellow-crusta {
    background-color: #f3c200;
}

.portlet.solid.yellow-crusta > .portlet-title,
.portlet.solid.yellow-crusta > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.yellow-crusta > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.yellow-crusta > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.yellow-crusta > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.yellow-crusta > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.yellow-crusta > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.yellow-crusta > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.yellow-crusta > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #f3c200;
    }

        .portlet.box.yellow-crusta > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.yellow-crusta > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #ffe064;
            color: #ffe57e;
        }

            .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default > i {
                color: #ffe88d;
            }

            .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default.active {
                border: 1px solid #ffea97;
                color: #ffefb1;
            }

.portlet > .portlet-body.yellow-lemon,
.portlet.yellow-lemon {
    background-color: #F7CA18;
}

.portlet.solid.yellow-lemon > .portlet-title,
.portlet.solid.yellow-lemon > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.yellow-lemon > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.yellow-lemon > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.yellow-lemon > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.yellow-lemon > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.yellow-lemon > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.yellow-lemon > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.yellow-lemon > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #F7CA18;
    }

        .portlet.box.yellow-lemon > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.yellow-lemon > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #fbe384;
            color: #fce99d;
        }

            .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default > i {
                color: #fcecac;
            }

            .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default.active {
                border: 1px solid #fceeb6;
                color: #fdf4ce;
            }

.portlet > .portlet-body.yellow-saffron,
.portlet.yellow-saffron {
    background-color: #F4D03F;
}

.portlet.solid.yellow-saffron > .portlet-title,
.portlet.solid.yellow-saffron > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.yellow-saffron > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.yellow-saffron > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.yellow-saffron > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.yellow-saffron > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.yellow-saffron > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.yellow-saffron > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.yellow-saffron > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #F4D03F;
    }

        .portlet.box.yellow-saffron > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.yellow-saffron > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #faeaa9;
            color: #fbf0c1;
        }

            .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default > i {
                color: #fcf3d0;
            }

            .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default.active {
                border: 1px solid #fdf6d9;
                color: #fefcf1;
            }

.portlet > .portlet-body.yellow-soft,
.portlet.yellow-soft {
    background-color: #c8d046;
}

.portlet.solid.yellow-soft > .portlet-title,
.portlet.solid.yellow-soft > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.yellow-soft > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.yellow-soft > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.yellow-soft > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.yellow-soft > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.yellow-soft > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.yellow-soft > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.yellow-soft > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #c8d046;
    }

        .portlet.box.yellow-soft > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.yellow-soft > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.yellow-soft > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #e3e79f;
            color: #e9ecb4;
        }

            .portlet.box.yellow-soft > .portlet-title > .actions .btn-default > i {
                color: #ecefc0;
            }

            .portlet.box.yellow-soft > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-soft > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-soft > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-soft > .portlet-title > .actions .btn-default.active {
                border: 1px solid #eff1c8;
                color: #f5f6dc;
            }

.portlet > .portlet-body.yellow-haze,
.portlet.yellow-haze {
    background-color: #c5bf66;
}

.portlet.solid.yellow-haze > .portlet-title,
.portlet.solid.yellow-haze > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.yellow-haze > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.yellow-haze > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.yellow-haze > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.yellow-haze > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.yellow-haze > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.yellow-haze > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.yellow-haze > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #c5bf66;
    }

        .portlet.box.yellow-haze > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.yellow-haze > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.yellow-haze > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #e4e1b7;
            color: #ebe9ca;
        }

            .portlet.box.yellow-haze > .portlet-title > .actions .btn-default > i {
                color: #efedd5;
            }

            .portlet.box.yellow-haze > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-haze > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-haze > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-haze > .portlet-title > .actions .btn-default.active {
                border: 1px solid #f2f1dc;
                color: #f9f8ef;
            }

.portlet > .portlet-body.yellow-mint,
.portlet.yellow-mint {
    background-color: #c5b96b;
}

.portlet.solid.yellow-mint > .portlet-title,
.portlet.solid.yellow-mint > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.yellow-mint > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.yellow-mint > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.yellow-mint > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.yellow-mint > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.yellow-mint > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.yellow-mint > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.yellow-mint > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #c5b96b;
    }

        .portlet.box.yellow-mint > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.yellow-mint > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.yellow-mint > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #e5dfbc;
            color: #ece8ce;
        }

            .portlet.box.yellow-mint > .portlet-title > .actions .btn-default > i {
                color: #f0edd9;
            }

            .portlet.box.yellow-mint > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-mint > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-mint > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-mint > .portlet-title > .actions .btn-default.active {
                border: 1px solid #f3f0e0;
                color: #faf9f3;
            }

.portlet > .portlet-body.purple,
.portlet.purple {
    background-color: #8E44AD;
}

.portlet.solid.purple > .portlet-title,
.portlet.solid.purple > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.purple > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.purple > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.purple > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.purple > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.purple > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.purple > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.purple > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #8E44AD;
    }

        .portlet.box.purple > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.purple > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.purple > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #bf8ed3;
            color: #c9a1da;
        }

            .portlet.box.purple > .portlet-title > .actions .btn-default > i {
                color: #cfacde;
            }

            .portlet.box.purple > .portlet-title > .actions .btn-default:hover, .portlet.box.purple > .portlet-title > .actions .btn-default:focus, .portlet.box.purple > .portlet-title > .actions .btn-default:active, .portlet.box.purple > .portlet-title > .actions .btn-default.active {
                border: 1px solid #d4b3e1;
                color: #dec5e8;
            }

.portlet > .portlet-body.purple-plum,
.portlet.purple-plum {
    background-color: #8775a7;
}

.portlet.solid.purple-plum > .portlet-title,
.portlet.solid.purple-plum > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.purple-plum > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.purple-plum > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.purple-plum > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.purple-plum > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.purple-plum > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.purple-plum > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.purple-plum > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #8775a7;
    }

        .portlet.box.purple-plum > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.purple-plum > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.purple-plum > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #c3bad3;
            color: #d0c9dd;
        }

            .portlet.box.purple-plum > .portlet-title > .actions .btn-default > i {
                color: #d8d2e3;
            }

            .portlet.box.purple-plum > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-plum > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-plum > .portlet-title > .actions .btn-default:active, .portlet.box.purple-plum > .portlet-title > .actions .btn-default.active {
                border: 1px solid #ded9e7;
                color: #ebe8f0;
            }

.portlet > .portlet-body.purple-medium,
.portlet.purple-medium {
    background-color: #BF55EC;
}

.portlet.solid.purple-medium > .portlet-title,
.portlet.solid.purple-medium > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.purple-medium > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.purple-medium > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.purple-medium > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.purple-medium > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.purple-medium > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.purple-medium > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.purple-medium > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #BF55EC;
    }

        .portlet.box.purple-medium > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.purple-medium > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.purple-medium > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #e5baf7;
            color: #eed1fa;
        }

            .portlet.box.purple-medium > .portlet-title > .actions .btn-default > i {
                color: #f3dffb;
            }

            .portlet.box.purple-medium > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-medium > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-medium > .portlet-title > .actions .btn-default:active, .portlet.box.purple-medium > .portlet-title > .actions .btn-default.active {
                border: 1px solid #f6e8fc;
                color: white;
            }

.portlet > .portlet-body.purple-studio,
.portlet.purple-studio {
    background-color: #8E44AD;
}

.portlet.solid.purple-studio > .portlet-title,
.portlet.solid.purple-studio > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.purple-studio > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.purple-studio > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.purple-studio > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.purple-studio > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.purple-studio > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.purple-studio > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.purple-studio > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #8E44AD;
    }

        .portlet.box.purple-studio > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.purple-studio > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.purple-studio > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #bf8ed3;
            color: #c9a1da;
        }

            .portlet.box.purple-studio > .portlet-title > .actions .btn-default > i {
                color: #cfacde;
            }

            .portlet.box.purple-studio > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-studio > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-studio > .portlet-title > .actions .btn-default:active, .portlet.box.purple-studio > .portlet-title > .actions .btn-default.active {
                border: 1px solid #d4b3e1;
                color: #dec5e8;
            }

.portlet > .portlet-body.purple-wisteria,
.portlet.purple-wisteria {
    background-color: #9B59B6;
}

.portlet.solid.purple-wisteria > .portlet-title,
.portlet.solid.purple-wisteria > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.purple-wisteria > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.purple-wisteria > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.purple-wisteria > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.purple-wisteria > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.purple-wisteria > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.purple-wisteria > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.purple-wisteria > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #9B59B6;
    }

        .portlet.box.purple-wisteria > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.purple-wisteria > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #caa7d8;
            color: #d5b9e0;
        }

            .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default > i {
                color: #dbc3e5;
            }

            .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:active, .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default.active {
                border: 1px solid #dfcae8;
                color: #eadcf0;
            }

.portlet > .portlet-body.purple-seance,
.portlet.purple-seance {
    background-color: #9A12B3;
}

.portlet.solid.purple-seance > .portlet-title,
.portlet.solid.purple-seance > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.purple-seance > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.purple-seance > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.purple-seance > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.purple-seance > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.purple-seance > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.purple-seance > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.purple-seance > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #9A12B3;
    }

        .portlet.box.purple-seance > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.purple-seance > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.purple-seance > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #d349ed;
            color: #d960ef;
        }

            .portlet.box.purple-seance > .portlet-title > .actions .btn-default > i {
                color: #dc6ef0;
            }

            .portlet.box.purple-seance > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-seance > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-seance > .portlet-title > .actions .btn-default:active, .portlet.box.purple-seance > .portlet-title > .actions .btn-default.active {
                border: 1px solid #de77f1;
                color: #e48ef4;
            }

.portlet > .portlet-body.purple-intense,
.portlet.purple-intense {
    background-color: #8775a7;
}

.portlet.solid.purple-intense > .portlet-title,
.portlet.solid.purple-intense > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.purple-intense > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.purple-intense > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.purple-intense > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.purple-intense > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.purple-intense > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.purple-intense > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.purple-intense > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #8775a7;
    }

        .portlet.box.purple-intense > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.purple-intense > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.purple-intense > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #c3bad3;
            color: #d0c9dd;
        }

            .portlet.box.purple-intense > .portlet-title > .actions .btn-default > i {
                color: #d8d2e3;
            }

            .portlet.box.purple-intense > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-intense > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-intense > .portlet-title > .actions .btn-default:active, .portlet.box.purple-intense > .portlet-title > .actions .btn-default.active {
                border: 1px solid #ded9e7;
                color: #ebe8f0;
            }

.portlet > .portlet-body.purple-sharp,
.portlet.purple-sharp {
    background-color: #796799;
}

.portlet.solid.purple-sharp > .portlet-title,
.portlet.solid.purple-sharp > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.purple-sharp > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.purple-sharp > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.purple-sharp > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.purple-sharp > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.purple-sharp > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.purple-sharp > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.purple-sharp > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #796799;
    }

        .portlet.box.purple-sharp > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.purple-sharp > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.purple-sharp > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #b4aac6;
            color: #c2b9d0;
        }

            .portlet.box.purple-sharp > .portlet-title > .actions .btn-default > i {
                color: #cac3d6;
            }

            .portlet.box.purple-sharp > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-sharp > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-sharp > .portlet-title > .actions .btn-default:active, .portlet.box.purple-sharp > .portlet-title > .actions .btn-default.active {
                border: 1px solid #cfc9db;
                color: #ddd8e5;
            }

.portlet > .portlet-body.purple-soft,
.portlet.purple-soft {
    background-color: #8877a9;
}

.portlet.solid.purple-soft > .portlet-title,
.portlet.solid.purple-soft > .portlet-body {
    border: 0;
    color: #ffffff;
}

    .portlet.solid.purple-soft > .portlet-title > .caption {
        font-weight: 400;
    }

        .portlet.solid.purple-soft > .portlet-title > .caption > i {
            color: #ffffff;
        }

    .portlet.solid.purple-soft > .portlet-title > .tools > a.remove {
        background-image: url(img/portlet-remove-icon-white.png);
    }

    .portlet.solid.purple-soft > .portlet-title > .tools > a.config {
        background-image: url(img/portlet-config-icon-white.png);
    }

    .portlet.solid.purple-soft > .portlet-title > .tools > a.reload {
        background-image: url(img/portlet-reload-icon-white.png);
    }

    .portlet.solid.purple-soft > .portlet-title > .tools > a.expand {
        background-image: url(img/portlet-expand-icon-white.png);
    }

    .portlet.solid.purple-soft > .portlet-title > .tools > a.collapse {
        background-image: url(img/portlet-collapse-icon-white.png);
    }

    .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 {
        background-color: #8877a9;
    }

        .portlet.box.purple-soft > .portlet-title > .caption {
            color: #ffffff;
        }

            .portlet.box.purple-soft > .portlet-title > .caption > i {
                color: #ffffff;
            }

        .portlet.box.purple-soft > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !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:hover, .portlet.box.purple-soft > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-soft > .portlet-title > .actions .btn-default:active, .portlet.box.purple-soft > .portlet-title > .actions .btn-default.active {
                border: 1px solid #dfdbe8;
                color: #edebf2;
            }


.portlet.box.blue-grey {
    border: 0;
}

    .portlet.box.blue-grey > .portlet-title {
        padding: 10px 15px 0px 15px;
        background: linear-gradient(to bottom, #F0F0F0, white, white 80%);
    }

        .portlet.box.blue-grey > .portlet-title.border-top {
            background: none;
            border-top: 1px solid #CFD7E2;
        }

        .portlet.box.blue-grey > .portlet-title > .caption {
            color: #4F4F59;
        }

.portlet.blue-grey > .portlet-title > .caption > i {
    color: #4F4F59;
}

.portlet.box.blue-grey > .portlet-title > .actions .btn-default {
    background: transparent !important;
    background-color: transparent !important;
    border: 1px solid #c3d4e4;
    color: #fdfdfd;
}

    .portlet.box.blue-grey > .portlet-title > .actions .btn-default > i {
        color: #eefeff;
    }

    .portlet.box.blue-grey > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-grey > .portlet-title > .actions .btn-default:focus,
    .portlet.box.blue-grey > .portlet-title > .actions .btn-default:active, .portlet.box.blue-grey > .portlet-title > .actions .btn-default.active {
        border: 1px solid #cdddec;
        color: #fdfdfd;
    }

.portlet.box.blue-grey .form-control:focus {
    border-color: #84aace;
}

.portlet.box.blue-grey .btn.btn-default {
    background: #5080FB;
    background-color: #5080FB;
    border: 1px solid #5080FB;
    color: #FFFFFF;
}

.portlet.box.blue-grey .btn.disabled,
.portlet.box.blue-grey .btn[disabled],
.portlet.box.blue-grey fieldset[disabled] .btn,
.form-actions .btn[disabled],
.pull-right .btn[disabled] {
    background-color: #BFBFBF;
    border-color: #BFBFBF;
    opacity: 1;
}

/***
Customized Progress Bars
***/
.progress {
    border: 0;
    background-image: none;
    filter: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .progress.progress-sm {
        height: 12px;
    }

.page-md .progress {
    text-indent: -99999px;
}

/* Custom colors */
.progress-bar.white {
    background: #ffffff !important;
    color: #666 !important;
}

.progress-bar.default {
    background: #e1e5ec !important;
    color: #666 !important;
}

.progress-bar.dark {
    background: #2f353b !important;
    color: #FFFFFF !important;
}

.progress-bar.blue {
    background: #3598dc !important;
    color: #FFFFFF !important;
}

.progress-bar.blue-madison {
    background: #578ebe !important;
    color: #FFFFFF !important;
}

.progress-bar.blue-chambray {
    background: #2C3E50 !important;
    color: #FFFFFF !important;
}

.progress-bar.blue-ebonyclay {
    background: #22313F !important;
    color: #FFFFFF !important;
}

.progress-bar.blue-hoki {
    background: #67809F !important;
    color: #FFFFFF !important;
}

.progress-bar.blue-steel {
    background: #4B77BE !important;
    color: #FFFFFF !important;
}

.progress-bar.blue-soft {
    background: #4c87b9 !important;
    color: #FFFFFF !important;
}

.progress-bar.blue-dark {
    background: #5e738b !important;
    color: #FFFFFF !important;
}

.progress-bar.blue-sharp {
    background: #5C9BD1 !important;
    color: #FFFFFF !important;
}

.progress-bar.blue-oleo {
    background: #94A0B2 !important;
    color: #FFFFFF !important;
}

.progress-bar.green {
    background: #32c5d2 !important;
    color: #FFFFFF !important;
}

.progress-bar.green-meadow {
    background: #1BBC9B !important;
    color: #FFFFFF !important;
}

.progress-bar.green-seagreen {
    background: #1BA39C !important;
    color: #FFFFFF !important;
}

.progress-bar.green-turquoise {
    background: #36D7B7 !important;
    color: #FFFFFF !important;
}

.progress-bar.green-haze {
    background: #44b6ae !important;
    color: #FFFFFF !important;
}

.progress-bar.green-jungle {
    background: #26C281 !important;
    color: #FFFFFF !important;
}

.progress-bar.green-soft {
    background: #3faba4 !important;
    color: #FFFFFF !important;
}

.progress-bar.green-dark {
    background: #4DB3A2 !important;
    color: #FFFFFF !important;
}

.progress-bar.green-sharp {
    background: #2ab4c0 !important;
    color: #FFFFFF !important;
}

.progress-bar.green-steel {
    background: #29b4b6 !important;
    color: #FFFFFF !important;
}

.progress-bar.grey {
    background: #E5E5E5 !important;
    color: #333333 !important;
}

.progress-bar.grey-steel {
    background: #e9edef !important;
    color: #80898e !important;
}

.progress-bar.grey-cararra {
    background: #fafafa !important;
    color: #333333 !important;
}

.progress-bar.grey-gallery {
    background: #555555 !important;
    color: #ffffff !important;
}

.progress-bar.grey-cascade {
    background: #95A5A6 !important;
    color: #FFFFFF !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: #FFFFFF !important;
}

.progress-bar.red {
    background: #e7505a !important;
    color: #ffffff !important;
}

.progress-bar.red-pink {
    background: #E08283 !important;
    color: #ffffff !important;
}

.progress-bar.red-sunglo {
    background: #E26A6A !important;
    color: #ffffff !important;
}

.progress-bar.red-intense {
    background: #e35b5a !important;
    color: #ffffff !important;
}

.progress-bar.red-thunderbird {
    background: #D91E18 !important;
    color: #ffffff !important;
}

.progress-bar.red-flamingo {
    background: #EF4836 !important;
    color: #ffffff !important;
}

.progress-bar.red-soft {
    background: #d05454 !important;
    color: #ffffff !important;
}

.progress-bar.red-haze {
    background: #f36a5a !important;
    color: #ffffff !important;
}

.progress-bar.red-mint {
    background: #e43a45 !important;
    color: #ffffff !important;
}

.progress-bar.yellow {
    background: #c49f47 !important;
    color: #ffffff !important;
}

.progress-bar.yellow-gold {
    background: #E87E04 !important;
    color: #ffffff !important;
}

.progress-bar.yellow-casablanca {
    background: #f2784b !important;
    color: #ffffff !important;
}

.progress-bar.yellow-crusta {
    background: #f3c200 !important;
    color: #ffffff !important;
}

.progress-bar.yellow-lemon {
    background: #F7CA18 !important;
    color: #ffffff !important;
}

.progress-bar.yellow-saffron {
    background: #F4D03F !important;
    color: #ffffff !important;
}

.progress-bar.yellow-soft {
    background: #c8d046 !important;
    color: #ffffff !important;
}

.progress-bar.yellow-haze {
    background: #c5bf66 !important;
    color: #ffffff !important;
}

.progress-bar.yellow-mint {
    background: #c5b96b !important;
    color: #ffffff !important;
}

.progress-bar.purple {
    background: #8E44AD !important;
    color: #ffffff !important;
}

.progress-bar.purple-plum {
    background: #8775a7 !important;
    color: #ffffff !important;
}

.progress-bar.purple-medium {
    background: #BF55EC !important;
    color: #ffffff !important;
}

.progress-bar.purple-studio {
    background: #8E44AD !important;
    color: #ffffff !important;
}

.progress-bar.purple-wisteria {
    background: #9B59B6 !important;
    color: #ffffff !important;
}

.progress-bar.purple-seance {
    background: #9A12B3 !important;
    color: #ffffff !important;
}

.progress-bar.purple-intense {
    background: #8775a7 !important;
    color: #ffffff !important;
}

.progress-bar.purple-sharp {
    background: #796799 !important;
    color: #ffffff !important;
}

.progress-bar.purple-soft {
    background: #8877a9 !important;
    color: #ffffff !important;
}

/***
Dashboard Stats
***/
.dashboard-stat {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .dashboard-stat:before, .dashboard-stat:after {
        content: " ";
        display: table;
    }

    .dashboard-stat:after {
        clear: both;
    }

.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: 0px;
        font-weight: 300;
    }

    .dashboard-stat .details .desc {
        text-align: right;
        font-size: 16px;
        letter-spacing: 0px;
        font-weight: 300;
    }

.dashboard-stat .more {
    clear: both;
    display: block;
    padding: 6px 10px 6px 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

    .dashboard-stat .more:hover {
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .dashboard-stat .more > i {
        display: inline-block;
        margin-top: 1px;
        float: right;
    }

.dashboard-stat.dashboard-stat-v2 .visual {
    padding-top: 35px;
    margin-bottom: 40px;
}

.dashboard-stat.white {
    background-color: #ffffff;
}

    .dashboard-stat.white.dashboard-stat-light:hover {
        background-color: whitesmoke;
    }

    .dashboard-stat.white .visual > i {
        color: #666;
        opacity: 0.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: whitesmoke;
    }

.dashboard-stat.default {
    background-color: #e1e5ec;
}

    .dashboard-stat.default.dashboard-stat-light:hover {
        background-color: #d5dae4;
    }

    .dashboard-stat.default .visual > i {
        color: #666;
        opacity: 0.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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.dark .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.dark .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.dark .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.blue .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.blue .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.blue .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.blue-madison .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.blue-madison .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.blue-madison .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.blue-chambray .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.blue-chambray .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.blue-chambray .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.blue-ebonyclay .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.blue-ebonyclay .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.blue-ebonyclay .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.blue-hoki .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.blue-hoki .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.blue-hoki .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.blue-steel .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.blue-steel .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.blue-steel .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.blue-soft .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.blue-soft .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.blue-soft .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.blue-dark .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.blue-dark .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.blue-dark .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.blue-sharp .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.blue-sharp .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.blue-sharp .more {
        color: #FFFFFF;
        background-color: #4c91cd;
    }

.dashboard-stat.blue-oleo {
    background-color: #94A0B2;
}

    .dashboard-stat.blue-oleo.dashboard-stat-light:hover {
        background-color: #8895a9;
    }

    .dashboard-stat.blue-oleo .visual > i {
        color: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.blue-oleo .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.blue-oleo .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.blue-oleo .more {
        color: #FFFFFF;
        background-color: #8895a9;
    }

.dashboard-stat.green {
    background-color: #32c5d2;
}

    .dashboard-stat.green.dashboard-stat-light:hover {
        background-color: #2bb8c4;
    }

    .dashboard-stat.green .visual > i {
        color: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.green .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.green .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.green .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.green-meadow .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.green-meadow .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.green-meadow .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.green-seagreen .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.green-seagreen .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.green-seagreen .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.green-turquoise .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.green-turquoise .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.green-turquoise .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.green-haze .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.green-haze .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.green-haze .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.green-jungle .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.green-jungle .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.green-jungle .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.green-soft .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.green-soft .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.green-soft .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.green-dark .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.green-dark .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.green-dark .more {
        color: #FFFFFF;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.green-sharp .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.green-sharp .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.green-sharp .more {
        color: #FFFFFF;
        background-color: #26a4af;
    }

.dashboard-stat.green-steel {
    background-color: #29b4b6;
}

    .dashboard-stat.green-steel.dashboard-stat-light:hover {
        background-color: #25a4a5;
    }

    .dashboard-stat.green-steel .visual > i {
        color: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.green-steel .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.green-steel .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.green-steel .more {
        color: #FFFFFF;
        background-color: #25a4a5;
    }

.dashboard-stat.grey {
    background-color: #E5E5E5;
}

    .dashboard-stat.grey.dashboard-stat-light:hover {
        background-color: #dbdbdb;
    }

    .dashboard-stat.grey .visual > i {
        color: #333333;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.grey .details .number {
        color: #333333;
    }

    .dashboard-stat.grey .details .desc {
        color: #333333;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.grey .more {
        color: #333333;
        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: 0.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: #333333;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.grey-cararra .details .number {
        color: #333333;
    }

    .dashboard-stat.grey-cararra .details .desc {
        color: #333333;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.grey-cararra .more {
        color: #333333;
        background-color: #f0f0f0;
    }

.dashboard-stat.grey-gallery {
    background-color: #555555;
}

    .dashboard-stat.grey-gallery.dashboard-stat-light:hover {
        background-color: #4b4b4b;
    }

    .dashboard-stat.grey-gallery .visual > i {
        color: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.grey-gallery .details .number {
        color: #ffffff;
    }

    .dashboard-stat.grey-gallery .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.grey-gallery .more {
        color: #ffffff;
        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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.grey-cascade .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.grey-cascade .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.grey-cascade .more {
        color: #FFFFFF;
        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: 0.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: 0.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: 0.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: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.grey-mint .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.grey-mint .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.grey-mint .more {
        color: #FFFFFF;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.red .details .number {
        color: #ffffff;
    }

    .dashboard-stat.red .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.red .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.red-pink .details .number {
        color: #ffffff;
    }

    .dashboard-stat.red-pink .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.red-pink .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.red-sunglo .details .number {
        color: #ffffff;
    }

    .dashboard-stat.red-sunglo .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.red-sunglo .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.red-intense .details .number {
        color: #ffffff;
    }

    .dashboard-stat.red-intense .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.red-intense .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.red-thunderbird .details .number {
        color: #ffffff;
    }

    .dashboard-stat.red-thunderbird .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.red-thunderbird .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.red-flamingo .details .number {
        color: #ffffff;
    }

    .dashboard-stat.red-flamingo .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.red-flamingo .more {
        color: #ffffff;
        background-color: #ed3723;
    }

.dashboard-stat.red-soft {
    background-color: #d05454;
}

    .dashboard-stat.red-soft.dashboard-stat-light:hover {
        background-color: #cc4444;
    }

    .dashboard-stat.red-soft .visual > i {
        color: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.red-soft .details .number {
        color: #ffffff;
    }

    .dashboard-stat.red-soft .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.red-soft .more {
        color: #ffffff;
        background-color: #cc4444;
    }

.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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.red-haze .details .number {
        color: #ffffff;
    }

    .dashboard-stat.red-haze .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.red-haze .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.red-mint .details .number {
        color: #ffffff;
    }

    .dashboard-stat.red-mint .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.red-mint .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.yellow .details .number {
        color: #ffffff;
    }

    .dashboard-stat.yellow .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.yellow .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.yellow-gold .details .number {
        color: #ffffff;
    }

    .dashboard-stat.yellow-gold .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.yellow-gold .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.yellow-casablanca .details .number {
        color: #ffffff;
    }

    .dashboard-stat.yellow-casablanca .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.yellow-casablanca .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.yellow-crusta .details .number {
        color: #ffffff;
    }

    .dashboard-stat.yellow-crusta .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.yellow-crusta .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.yellow-lemon .details .number {
        color: #ffffff;
    }

    .dashboard-stat.yellow-lemon .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.yellow-lemon .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.yellow-saffron .details .number {
        color: #ffffff;
    }

    .dashboard-stat.yellow-saffron .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.yellow-saffron .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.yellow-soft .details .number {
        color: #ffffff;
    }

    .dashboard-stat.yellow-soft .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.yellow-soft .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.yellow-haze .details .number {
        color: #ffffff;
    }

    .dashboard-stat.yellow-haze .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.yellow-haze .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.yellow-mint .details .number {
        color: #ffffff;
    }

    .dashboard-stat.yellow-mint .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.yellow-mint .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.purple .details .number {
        color: #ffffff;
    }

    .dashboard-stat.purple .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.purple .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.purple-plum .details .number {
        color: #ffffff;
    }

    .dashboard-stat.purple-plum .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.purple-plum .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.purple-medium .details .number {
        color: #ffffff;
    }

    .dashboard-stat.purple-medium .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.purple-medium .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.purple-studio .details .number {
        color: #ffffff;
    }

    .dashboard-stat.purple-studio .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.purple-studio .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.purple-wisteria .details .number {
        color: #ffffff;
    }

    .dashboard-stat.purple-wisteria .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.purple-wisteria .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.purple-seance .details .number {
        color: #ffffff;
    }

    .dashboard-stat.purple-seance .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.purple-seance .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.purple-intense .details .number {
        color: #ffffff;
    }

    .dashboard-stat.purple-intense .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.purple-intense .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.purple-sharp .details .number {
        color: #ffffff;
    }

    .dashboard-stat.purple-sharp .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.purple-sharp .more {
        color: #ffffff;
        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: #ffffff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.purple-soft .details .number {
        color: #ffffff;
    }

    .dashboard-stat.purple-soft .details .desc {
        color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.purple-soft .more {
        color: #ffffff;
        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: 0px;
        }

/***
Dashboard Stats 2
***/
.dashboard-stat2 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 15px 15px 30px 15px;
    margin-bottom: 20px;
}

    .dashboard-stat2.bordered {
        border: 1px solid #e7ecf1;
    }

    .dashboard-stat2 .display {
        margin-bottom: 20px;
    }

        .dashboard-stat2 .display:before, .dashboard-stat2 .display:after {
            content: " ";
            display: table;
        }

        .dashboard-stat2 .display:after {
            clear: both;
        }

        .dashboard-stat2 .display .number {
            float: left;
            display: inline-block;
        }

            .dashboard-stat2 .display .number h3 {
                margin: 0 0 2px 0;
                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 0;
        }

            .dashboard-stat2 .display .icon > i {
                color: #cbd4e0;
                font-size: 26px;
            }

    .dashboard-stat2 .progress-info {
        clear: both;
    }

        .dashboard-stat2 .progress-info .progress {
            margin: 0;
            height: 4px;
            clear: both;
            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 Stats
***/
.text-stat h3 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 18px;
}

.text-stat span {
    font-size: 13px !important;
}

@media (max-width: 767px) {
    /* 767px */
    .text-stat {
        margin-top: 20px;
    }
}

/***
Social Icons
***/
.social-icons {
    padding: 0;
    margin: 0;
}

    .social-icons:before, .social-icons:after {
        content: " ";
        display: table;
    }

    .social-icons:after {
        clear: both;
    }

    .social-icons li {
        float: left;
        display: inline;
        list-style: none;
        margin-right: 5px;
        margin-bottom: 5px;
        text-indent: -9999px;
    }

        .social-icons li > a {
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            width: 28px;
            height: 28px;
            display: block;
            background-position: 0 0;
            background-repeat: no-repeat;
            transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

        .social-icons li:hover > a {
            background-position: 0 -38px;
        }

        .social-icons li .amazon {
            background: url(img/social/amazon.png) no-repeat;
        }

        .social-icons li .behance {
            background: url(img/social/behance.png) no-repeat;
        }

        .social-icons li .blogger {
            background: url(img/social/blogger.png) no-repeat;
        }

        .social-icons li .deviantart {
            background: url(img/social/deviantart.png) no-repeat;
        }

        .social-icons li .dribbble {
            background: url(img/social/dribbble.png) no-repeat;
        }

        .social-icons li .dropbox {
            background: url(img/social/dropbox.png) no-repeat;
        }

        .social-icons li .evernote {
            background: url(img/social/evernote.png) no-repeat;
        }

        .social-icons li .facebook {
            background: url(img/social/facebook.png) no-repeat;
        }

        .social-icons li .forrst {
            background: url(img/social/forrst.png) no-repeat;
        }

        .social-icons li .github {
            background: url(img/social/github.png) no-repeat;
        }

        .social-icons li .googleplus {
            background: url(img/social/googleplus.png) no-repeat;
        }

        .social-icons li .jolicloud {
            background: url(img/social/jolicloud.png) no-repeat;
        }

        .social-icons li .last-fm {
            background: url(img/social/last-fm.png) no-repeat;
        }

        .social-icons li .linkedin {
            background: url(img/social/linkedin.png) no-repeat;
        }

        .social-icons li .picasa {
            background: url(img/social/picasa.png) no-repeat;
        }

        .social-icons li .pintrest {
            background: url(img/social/pintrest.png) no-repeat;
        }

        .social-icons li .rss {
            background: url(img/social/rss.png) no-repeat;
        }

        .social-icons li .skype {
            background: url(img/social/skype.png) no-repeat;
        }

        .social-icons li .spotify {
            background: url(img/social/spotify.png) no-repeat;
        }

        .social-icons li .stumbleupon {
            background: url(img/social/stumbleupon.png) no-repeat;
        }

        .social-icons li .tumblr {
            background: url(img/social/tumblr.png) no-repeat;
        }

        .social-icons li .twitter {
            background: url(img/social/twitter.png) no-repeat;
        }

        .social-icons li .vimeo {
            background: url(img/social/vimeo.png) no-repeat;
        }

        .social-icons li .wordpress {
            background: url(img/social/wordpress.png) no-repeat;
        }

        .social-icons li .xing {
            background: url(img/social/xing.png) no-repeat;
        }

        .social-icons li .yahoo {
            background: url(img/social/yahoo.png) no-repeat;
        }

        .social-icons li .youtube {
            background: url(img/social/youtube.png) no-repeat;
        }

        .social-icons li .vk {
            background: url(img/social/vk.png) no-repeat;
        }

        .social-icons li .instagram {
            background: url(img/social/instagram.png) no-repeat;
        }

        .social-icons li .reddit {
            background: url(img/social/reddit.png) no-repeat;
        }

        .social-icons li .aboutme {
            background: url(img/social/aboutme.png) no-repeat;
        }

        .social-icons li .flickr {
            background: url(img/social/flickr.png) no-repeat;
        }

        .social-icons li .foursquare {
            background: url(img/social/foursquare.png) no-repeat;
        }

        .social-icons li .gravatar {
            background: url(img/social/gravatar.png) no-repeat;
        }

        .social-icons li .klout {
            background: url(img/social/klout.png) no-repeat;
        }

        .social-icons li .myspace {
            background: url(img/social/myspace.png) no-repeat;
        }

        .social-icons li .quora {
            background: url(img/social/quora.png) no-repeat;
        }

    .social-icons.social-icons-color > li > a {
        opacity: 0.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;
    }

/***
Inline Social Icons
***/
.social-icon {
    display: inline-block !important;
    width: 28px;
    height: 28px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .social-icon.social-icon-circle {
        border-radius: 25px !important;
    }

    .social-icon.amazon {
        background: url(img/social/amazon.png) no-repeat;
    }

    .social-icon.behance {
        background: url(img/social/behance.png) no-repeat;
    }

    .social-icon.blogger {
        background: url(img/social/blogger.png) no-repeat;
    }

    .social-icon.deviantart {
        background: url(img/social/deviantart.png) no-repeat;
    }

    .social-icon.dribbble {
        background: url(img/social/dribbble.png) no-repeat;
    }

    .social-icon.dropbox {
        background: url(img/social/dropbox.png) no-repeat;
    }

    .social-icon.evernote {
        background: url(img/social/evernote.png) no-repeat;
    }

    .social-icon.facebook {
        background: url(img/social/facebook.png) no-repeat;
    }

    .social-icon.forrst {
        background: url(img/social/forrst.png) no-repeat;
    }

    .social-icon.github {
        background: url(img/social/github.png) no-repeat;
    }

    .social-icon.googleplus {
        background: url(img/social/googleplus.png) no-repeat;
    }

    .social-icon.jolicloud {
        background: url(img/social/jolicloud.png) no-repeat;
    }

    .social-icon.last-fm {
        background: url(img/social/last-fm.png) no-repeat;
    }

    .social-icon.linkedin {
        background: url(img/social/linkedin.png) no-repeat;
    }

    .social-icon.picasa {
        background: url(img/social/picasa.png) no-repeat;
    }

    .social-icon.pintrest {
        background: url(img/social/pintrest.png) no-repeat;
    }

    .social-icon.rss {
        background: url(img/social/rss.png) no-repeat;
    }

    .social-icon.skype {
        background: url(img/social/skype.png) no-repeat;
    }

    .social-icon.spotify {
        background: url(img/social/spotify.png) no-repeat;
    }

    .social-icon.stumbleupon {
        background: url(img/social/stumbleupon.png) no-repeat;
    }

    .social-icon.tumblr {
        background: url(img/social/tumblr.png) no-repeat;
    }

    .social-icon.twitter {
        background: url(img/social/twitter.png) no-repeat;
    }

    .social-icon.vimeo {
        background: url(img/social/vimeo.png) no-repeat;
    }

    .social-icon.wordpress {
        background: url(img/social/wordpress.png) no-repeat;
    }

    .social-icon.xing {
        background: url(img/social/xing.png) no-repeat;
    }

    .social-icon.yahoo {
        background: url(img/social/yahoo.png) no-repeat;
    }

    .social-icon.youtube {
        background: url(img/social/youtube.png) no-repeat;
    }

    .social-icon.vk {
        background: url(img/social/vk.png) no-repeat;
    }

    .social-icon.instagram {
        background: url(img/social/instagram.png) no-repeat;
    }

    .social-icon.reddit {
        background: url(img/social/reddit.png) no-repeat;
    }

    .social-icon.aboutme {
        background: url(img/social/aboutme.png) no-repeat;
    }

    .social-icon.flickr {
        background: url(img/social/flickr.png) no-repeat;
    }

    .social-icon.foursquare {
        background: url(img/social/foursquare.png) no-repeat;
    }

    .social-icon.gravatar {
        background: url(img/social/gravatar.png) no-repeat;
    }

    .social-icon.klout {
        background: url(img/social/klout.png) no-repeat;
    }

    .social-icon.myspace {
        background: url(img/social/myspace.png) no-repeat;
    }

    .social-icon.quora {
        background: url(img/social/quora.png) no-repeat;
    }

    .social-icon:hover {
        background-position: 0 -38px;
    }

.social-icon-color {
    opacity: 0.7;
    background-position: 0 -38px !important;
}

    .social-icon-color:hover {
        opacity: 1;
    }

/***
Scrollable Tables
***/
.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #e7ecf1;
    margin: 10px 0 !important;
}

.DTS .table-scrollable {
    border: 0;
}

.table-scrollable.table-scrollable-borderless {
    border: 0;
}

.table-scrollable > .table {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 0;
    background-color: #fff;
}

    .table-scrollable > .table > thead > tr > th,
    .table-scrollable > .table > tbody > tr > th,
    .table-scrollable > .table > tfoot > tr > th,
    .table-scrollable > .table > tfoot > tr > th,
    .table-scrollable > .table > tfoot > tr > td {
        white-space: nowrap;
    }

.table-scrollable > .table-bordered {
    border: 0;
}

    .table-scrollable > .table-bordered > thead > tr > th:first-child,
    .table-scrollable > .table-bordered > tbody > tr > th:first-child,
    .table-scrollable > .table-bordered > tfoot > tr > th:first-child,
    .table-scrollable > .table-bordered > thead > tr > td:first-child,
    .table-scrollable > .table-bordered > tbody > tr > td:first-child,
    .table-scrollable > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-scrollable > .table-bordered > thead > tr > th:last-child,
    .table-scrollable > .table-bordered > tbody > tr > th:last-child,
    .table-scrollable > .table-bordered > tfoot > tr > th:last-child,
    .table-scrollable > .table-bordered > thead > tr > td:last-child,
    .table-scrollable > .table-bordered > tbody > tr > td:last-child,
    .table-scrollable > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-scrollable > .table-bordered > thead > tr:last-child > th,
    .table-scrollable > .table-bordered > tbody > tr:last-child > th,
    .table-scrollable > .table-bordered > tfoot > tr:last-child > th,
    .table-scrollable > .table-bordered > thead > tr:last-child > td,
    .table-scrollable > .table-bordered > tbody > tr:last-child > td,
    .table-scrollable > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }

/***
Customized Bootstrap Tables
***/
.table td,
.table th {
    font-size: 14px;
}

.table.table-bordered thead > tr > th {
    border-bottom: 0;
}

.table td .img-responsive {
    width: 100%;
}

/***
Responsive Flip Scroll Tables
***/
.flip-scroll table {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    /* 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 *:first-child + html .flip-content {
        zoom: 1;
    }

    .flip-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .flip-scroll th,
    .flip-scroll td {
        margin: 0;
        vertical-align: top;
    }

    .flip-scroll th {
        text-align: left;
        border: 0 !important;
        border-bottom: 1px solid #ddd !important;
        border-right: 1px solid #ddd !important;
        font-size: 13px !important;
        padding: 5px;
        width: auto !important;
    }

    .flip-scroll table {
        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 th {
        display: block;
        text-align: right;
    }

    .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;
    }
    /* sort out borders */
    .flip-scroll th {
        border-bottom: 0;
        border-left: 0;
    }

    .flip-scroll td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .flip-scroll tbody tr {
        border-left: 1px solid #ddd;
    }

    .flip-scroll th:last-child,
    .flip-scroll td:last-child {
        border-bottom: 1px solid #ddd;
    }
}

/***
Custom tables
***/
.table-toolbar {
    margin-bottom: 20px;
}

    .table-toolbar:before, .table-toolbar:after {
        content: " ";
        display: table;
    }

    .table-toolbar:after {
        clear: both;
    }

.table.table-full-width {
    width: 100% !important;
}

.table .btn {
    margin-top: 0px;
    margin-left: 0px;
    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.success,
    .table-advance div.info,
    .table-advance div.important,
    .table-advance div.warning,
    .table-advance div.danger {
        position: absolute;
        margin-top: -5px;
        float: left;
        width: 2px;
        height: 30px;
        margin-right: 20px !important;
    }

    .table-advance tr td {
        border-left-width: 0px;
    }

        .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) {
    /* 767px */
    .table-advance tr > td.highlight:first-child a {
        margin-left: 8px;
    }
}

/***
Light Table
***/
.table.table-light {
    border: 0 !important;
}

    .table.table-light > thead > tr:hover > th {
        background: none;
    }

    .table.table-light > thead > tr.uppercase {
        text-transform: uppercase;
    }

    .table.table-light > thead > tr > th {
        font-weight: 600;
        font-size: 13px;
        color: #93a2a9;
        font-family: "Open Sans", sans-serif;
        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;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
        }

    .table.table-light.table-hover > tbody > tr > td:hover,
    .table.table-light.table-hover > tbody > tr > th:hover,
    .table.table-light.table-hover > tbody > tr:hover > td {
        background: #f9fafb !important;
    }

.table-hover > tbody > tr:hover,
.table-hover > tbody > tr:hover > td {
    background: #f3f4f6 !important;
}

/***
Customized Bootstrap Tabs 
***/
/* Tabs and pills */
.nav-tabs,
.nav-pills {
    margin-bottom: 10px;
}

    .nav-tabs > li > a,
    .nav-pills > li > a {
        font-size: 14px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

        .nav-tabs > li > a > .badge,
        .nav-pills > li > a > .badge {
            margin-top: -6px;
        }

    .nav-tabs > li .dropdown-menu:before, .nav-tabs > li .dropdown-menu:after,
    .nav-pills > li .dropdown-menu:before,
    .nav-pills > li .dropdown-menu:after {
        display: none;
    }

    .nav-tabs.nav-tabs-sm > li > a, .nav-tabs.nav-pills-sm > li > a,
    .nav-pills.nav-tabs-sm > li > a,
    .nav-pills.nav-pills-sm > li > a {
        font-size: 13px;
    }

    .nav-tabs .dropdown.open > .dropdown-toggle,
    .nav-pills .dropdown.open > .dropdown-toggle {
        background: #eee;
        color: #0d638f;
        border-color: transparent;
    }

/* Left and right tabs */
.tabs-right.nav-tabs,
.tabs-left.nav-tabs {
    border-bottom: 0;
}

    .tabs-right.nav-tabs > li,
    .tabs-left.nav-tabs > li {
        float: none;
    }

        .tabs-right.nav-tabs > li > a,
        .tabs-left.nav-tabs > li > a {
            margin-right: 0;
            margin-bottom: 3px;
        }

/* Left tabs */
.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:hover, .tabs-left.nav-tabs > li > a:focus {
            -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;
            border-radius: 4px 0 0 4px;
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left.nav-tabs > li.active > a,
    .tabs-left.nav-tabs > li.active > a:hover > li.active > a:focus {
        -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;
        border-radius: 4px 0 0 4px;
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
    }

/* Right tabs */
.tabs-right.nav-tabs {
    border-left: 1px solid #ddd;
}

    .tabs-right.nav-tabs > li > a {
        display: block;
        margin-left: -1px;
    }

        .tabs-right.nav-tabs > li > a:hover, .tabs-right.nav-tabs > li > a:focus {
            -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;
            border-radius: 0 4px 4px 0;
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right.nav-tabs > li.active > a,
    .tabs-right.nav-tabs > li.active > a:hover > li.active > a:focus {
        -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;
        border-radius: 0 4px 4px 0;
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #ffffff;
    }

/* Below tabs */
.tabs-below > .nav-tabs,
.tabs-below > .nav-pills {
    border-bottom: 0;
    margin-bottom: 0px;
    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:hover, .tabs-below > .nav-tabs > li > a:focus {
            border-top-color: #ddd;
            border-bottom-color: transparent;
        }

        .tabs-below > .nav-tabs > li > a .dropdown-menu {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }

    .tabs-below > .nav-tabs .active a,
    .tabs-below > .nav-tabs .active a:hover .active a:focus {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        border-color: transparent #ddd #ddd #ddd !important;
    }

/***
Custom tabs
***/
/* In BS3.0.0 tabbable class was removed. We had to added it back */
.tabbable:before, .tabbable:after {
    content: " ";
    display: table;
}

.tabbable:after {
    clear: both;
}

.tabbable-custom {
    margin-bottom: 15px;
    padding: 0px;
    overflow: hidden;
    /* justified tabs */
    /* boxless tabs */
    /* below justified tabs */
    /* full width tabs */
    /* below tabs */
}

    .tabbable-custom > .nav-tabs {
        border: none;
        margin: 0px;
    }

        .tabbable-custom > .nav-tabs > li {
            margin-right: 2px;
            border-top: 2px solid transparent;
        }

            .tabbable-custom > .nav-tabs > li > a {
                margin-right: 0;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
            }

                .tabbable-custom > .nav-tabs > li > a:hover {
                    background: none;
                    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;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    -ms-border-radius: 0;
                    -o-border-radius: 0;
                    border-radius: 0;
                }

                    .tabbable-custom > .nav-tabs > li.active > a:hover {
                        -webkit-border-radius: 0;
                        -moz-border-radius: 0;
                        -ms-border-radius: 0;
                        -o-border-radius: 0;
                        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;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        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: 0px;
        margin-bottom: -2px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        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-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 > .nav-tabs > li > a {
        border: 0;
    }

    .tabbable-custom.tabbable-noborder .tab-content {
        border: 0;
    }

.portlet:not(.light) .tabbable-line {
    padding-top: 15px;
}

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

    .tabbable-line > .nav-tabs > li {
        margin: 0;
        border-bottom: 4px solid transparent;
    }

        .tabbable-line > .nav-tabs > li > a {
            background: none !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: none;
            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: none;
            border-bottom: 4px solid #9fe4ea;
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #333;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

.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 > a {
        margin-top: 0;
    }

    .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 20px;
    border: 1px solid #ddd;
    background: #ffffff;
}

/***
Tiles(new in v1.1.1)
***/
.tiles {
    margin-right: -10px;
}

    .tiles:before, .tiles:after {
        display: table;
        content: " ";
    }

    .tiles:after {
        clear: both;
    }

    .tiles .tile {
        display: block;
        letter-spacing: 0.02em;
        float: left;
        height: 135px;
        width: 135px !important;
        cursor: pointer;
        text-decoration: none;
        color: #ffffff;
        position: relative;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0.02em;
        line-height: 20px;
        overflow: hidden;
        border: 4px solid transparent;
        margin: 0 10px 10px 0;
    }

        .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:active, .tiles .tile.selected {
            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 {
                content: "";
                font-family: FontAwesome;
                font-size: 13px;
                content: "\f00c";
                display: inline-block;
                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.image .tile-body h3 {
                display: inline-block;
            }

        .tiles .tile .tile-body {
            height: 100%;
            vertical-align: top;
            padding: 10px 10px;
            overflow: hidden;
            position: relative;
            font-weight: 400;
            font-size: 12px;
            color: #000000;
            color: #ffffff;
            margin-bottom: 10px;
        }

            .tiles .tile .tile-body p {
                font-weight: 400;
                font-size: 13px;
                color: #000000;
                color: #ffffff;
                line-height: 20px;
                overflow: hidden;
            }

                .tiles .tile .tile-body p:hover {
                    color: rgba(0, 0, 0, 0.8);
                }

                .tiles .tile .tile-body p:active {
                    color: rgba(0, 0, 0, 0.4);
                }

                .tiles .tile .tile-body p:hover {
                    color: #ffffff;
                }

            .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: 0px;
                }

            .tiles .tile .tile-body > .content {
                display: inline-block;
            }

            .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;
            }

                .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: #ffffff;
                }

            .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;
            background-color: transparent;
            *zoom: 1;
        }

            .tiles .tile .tile-object:before, .tiles .tile .tile-object:after {
                display: table;
                content: "";
            }

            .tiles .tile .tile-object:after {
                clear: both;
            }

            .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: #ffffff;
            }

                .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;
                margin-bottom: 0;
                color: #ffffff;
                text-align: center;
                font-weight: 600;
                font-size: 14px;
                letter-spacing: 0.01em;
                line-height: 14px;
                margin-bottom: 8px;
                margin-right: 10px;
            }

/***
Custimized Bootstrap Wells
***/
.well {
    border: 0;
    padding: 20px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.well-lg {
    padding: 40px;
}

.well-sm {
    padding: 10px;
}

/*--------------------------------------------------
	[Widgets]
----------------------------------------------------*/
/*** Widget Background Colors ***/
.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 Colors ***/
.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 ***/
.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 ***/
.widget-gradient {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 4px;
}

    .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 Gradient ***/
.widget-wrap-img {
    border-radius: 4px;
    position: relative;
    min-height: 350px;
    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 ***/
.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: bold;
                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 ***/
.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;
            clear: both;
        }

            .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 ***/
.widget-thumb {
    padding: 20px;
    border-radius: 4px;
}

    .widget-thumb.bordered {
        border: 1px solid #e7ecf1;
    }

    .widget-thumb .widget-thumb-heading {
        font-size: 14px;
        font-weight: bold;
        color: #8e9daa;
        margin: 0 0 20px 0;
    }

    .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 ***/
.widget-socials {
    border-radius: 4px;
    min-height: 250px;
    padding: 20px;
}

    .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-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 Comments ***/
.widget-comments {
    min-height: 420px;
}

/*** Widget Media ***/
.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-default {
        display: inline-block;
        font-size: 12px;
        color: #96a2b1;
        border: 1px solid #ebf0f6;
        padding: 3px 10px;
    }

        .widget-media .widget-btn-default .widget-btn-icon {
            line-height: 1.5;
        }

        .widget-media .widget-btn-default:hover {
            background: #ebf0f6;
            text-decoration: none;
        }

    .widget-media .widget-btn-red {
        display: inline-block;
        font-size: 12px;
        color: #f36a5a;
        border: 1px solid #ebf0f6;
        padding: 3px 10px;
    }

        .widget-media .widget-btn-red .widget-btn-icon {
            line-height: 1.5;
        }

        .widget-media .widget-btn-red:hover {
            color: #fff;
            background: #f36a5a;
            text-decoration: none;
        }

    .widget-media .widget-btn-blue {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        border: 1px solid #ebf0f6;
        padding: 3px 10px;
        background: #337ab7;
    }

        .widget-media .widget-btn-blue .widget-btn-icon {
            line-height: 1.5;
        }

        .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 ***/
.widget-blog {
    border-radius: 4px;
    background: #fff;
    padding: 20px;
    background-position: center center;
    background-size: cover;
    padding-top: 30px;
}

    .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 {
    min-height: 420px;
}

    .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 Gradient ***/
.widget-map {
    border-radius: 4px;
    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;
        }

/* Widget Map for max-width 480px */
@media (max-width: 480px) {
    /* 480px */
    .widget-map .widget-sparkline-chart {
        width: 50%;
        border-left: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/*** Widget Subscribe ***/
.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";
        }

/* Widget Subscribe for media queries */
@media (max-width: 767px) {
    /* 767px */
    .widget-subscribe.widget-subscribe-border {
        border-top: 1px solid #f5f8fb;
        border-bottom: 1px solid #f5f8fb;
        border-right: none;
    }
}

@media (min-width: 768px) {
    /* 768px */
    .widget-subscribe.widget-subscribe-border {
        border-left: 1px solid #f5f8fb;
        border-right: 1px solid #f5f8fb;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    /* 767px & 991px */
    .widget-subscribe.widget-subscribe-border {
        border-left: none;
    }

    .widget-subscribe.widget-subscribe-border-top {
        border-top: 1px solid #f5f8fb;
    }
}

/*--------------------------------------------------
    [Material Design]
----------------------------------------------------*/
.page-md .widget-bg-color-white,
.page-md .widget-map,
.page-md .widget-carousel,
.page-md .widget-progress-element,
.page-md .widget-socials,
.page-md .widget-blog {
    box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.03);
}

/***
AngularJS Basic Animations
***/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(15px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(15px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s;
}

@-webkit-keyframes bounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounceDelay {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@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 0;
    background: #ffffff;
    padding-left: 15px;
    border-left: 8px solid #88909a;
}

    .m-heading-1 > h3 {
        font-size: 20px;
        color: #3f444a;
        font-weight: 500;
        margin: 0 0 15px 0;
    }

        .m-heading-1 > h3 > i {
            font-size: 18px;
            color: #88909a;
        }

    .m-heading-1 > p {
        color: #5c6873;
        margin: 10px 0 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 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) {
    /* 991px */
    .m-heading-1 {
        margin: 0px 0;
    }
}

/***
Timeline 
***/
.timeline {
    margin: 0;
    padding: 0;
    position: relative;
    margin-bottom: 30px;
}

    .timeline:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f6fa;
        top: 0px;
        bottom: 0px;
        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 #f5f6fa solid;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
    }

        .timeline .timeline-badge-userpic img {
            -webkit-border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            border-radius: 50% !important;
            vertical-align: middle !important;
        }

    .timeline .timeline-icon {
        width: 80px;
        height: 80px;
        background-color: #f5f6fa;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        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;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

        .timeline .timeline-body:before, .timeline .timeline-body:after {
            content: " ";
            display: table;
        }

        .timeline .timeline-body:after {
            clear: both;
        }

    .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-title {
        font-size: 16px;
        font-weight: 600;
    }

    .timeline .timeline-body-alerttitle {
        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 0px;
    }

    .timeline.white-bg:before {
        background: #fff;
    }

    .timeline.white-bg .timeline-badge-userpic {
        border-color: #fff;
    }

    .timeline.white-bg .timeline-icon {
        background-color: #fff;
    }

    .timeline.white-bg .timeline-body {
        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;
    }
}

/***
Timeline 2
***/
.mt-timeline-2 {
    position: relative;
}

    .mt-timeline-2 > .mt-timeline-line {
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 1px;
        top: 0;
        left: 50%;
        border-left: 4px solid;
        transform: translateX(-2px);
    }

    .mt-timeline-2 > .mt-container {
        position: relative;
        padding: 0;
    }

        .mt-timeline-2 > .mt-container > .mt-item {
            list-style: none;
            padding-bottom: 60px;
            clear: both;
        }

            .mt-timeline-2 > .mt-container > .mt-item .timeline-body-img.pull-left {
                margin-right: 15px;
            }

            .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-icon {
                width: 70px;
                height: 70px;
                background-color: #ccc;
                border-radius: 50% !important;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                z-index: 5;
                border: 0;
                overflow: hidden;
            }

                .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-icon > i {
                    top: 50%;
                    left: 50%;
                    transform: translateY(-50%) translateX(-50%);
                    font-size: 24px;
                }

                .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-icon > img {
                    width: 100%;
                    height: auto;
                }

            .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content {
                width: 50%;
                display: inline-block;
                position: relative;
            }

                .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container {
                    text-align: left;
                    background-color: #f5f6fa;
                    padding: 30px;
                    border: 2px solid;
                    border-color: #d3d7e9;
                }

                    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container:before, .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container:after {
                        content: " ";
                        display: table;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container:after {
                        clear: both;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-author,
                    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-title {
                        width: 50%;
                        margin-bottom: 15px;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-content-title {
                        opacity: 0.8;
                        filter: alpha(opacity=80);
                        margin-top: 10px;
                        font-size: 18px;
                        font-weight: 600;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-avatar {
                        width: 40px;
                        height: 40px;
                        border-radius: 50% !important;
                        overflow: hidden;
                    }

                        .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-avatar > img {
                            width: 100%;
                            height: auto;
                        }

                    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-author-name,
                    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-author-name a {
                        opacity: 0.9;
                        filter: alpha(opacity=90);
                        font-size: 15px;
                        font-weight: 600;
                        text-decoration: none;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-author-notes {
                        font-size: 12px;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-content {
                        padding-top: 15px;
                        border-top: 1px solid;
                        clear: both;
                        line-height: 1.7em;
                    }

                        .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-content > p {
                            opacity: 0.7;
                            filter: alpha(opacity=70);
                        }

                        .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-content a, .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-content button {
                            font-size: 14px;
                        }

                    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .btn {
                        display: inline-block;
                        margin: 0 5px 10px 0;
                    }

                        .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .btn.pull-right {
                            margin: 0 0 10px 5px;
                        }

                    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container:before {
                        content: '';
                        position: absolute;
                        top: 28px;
                        height: 0;
                        width: 0;
                        border: 10px solid transparent;
                    }

            .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) {
                text-align: left;
            }

                .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container {
                    margin-right: 60px;
                }

                    .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-title {
                        float: left;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-author {
                        float: right;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-avatar {
                        float: right;
                        margin-left: 15px;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-author-name,
                    .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-author-notes {
                        text-align: right;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container:before {
                        right: 40px;
                        border-left: 10px solid #d3d7e9;
                    }

            .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) {
                text-align: right;
            }

                .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-icon > i {
                    transform: translateY(-50%) translateX(50%);
                    left: -50%;
                }

                .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container {
                    margin-left: 60px;
                }

                    .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container .mt-avatar {
                        float: left;
                        margin-right: 15px;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container .mt-title {
                        float: right;
                        text-align: right;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container .mt-author {
                        float: left;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container .mt-author-name,
                    .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container .mt-author-notes {
                        text-align: left;
                    }

                    .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container:before {
                        left: 40px;
                        border-right: 10px solid #E9EDEF;
                    }

@media (max-width: 991px) {
    /* 991px */
    .mt-timeline-2 > .mt-timeline-line {
        left: 25px;
    }

    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-icon {
        left: 25px;
    }

        .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-icon > i {
            left: 0;
        }

    .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content {
        width: 100%;
    }

        .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-title {
            float: none;
            text-align: left !important;
        }

        .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-author,
        .mt-timeline-2 > .mt-container > .mt-item > .mt-timeline-content > .mt-content-container .mt-title {
            width: 100%;
        }

    .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) {
        text-align: right;
    }

        .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container {
            margin-left: 80px;
            margin-right: 0;
        }

            .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-avatar {
                float: left;
                margin-right: 15px;
            }

            .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-title {
                float: right;
                text-align: right;
            }

            .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-author {
                float: left;
            }

            .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-author-name,
            .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container .mt-author-notes {
                text-align: left;
            }

            .mt-timeline-2 > .mt-container > .mt-item:nth-child(odd) > .mt-timeline-content > .mt-content-container:before {
                left: 70px;
                border-right: 10px solid #E9EDEF;
                border-left: none;
            }

    .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container {
        margin-left: 80px;
        margin-right: 0;
    }

        .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container:before {
            left: 70px;
            border-right: 10px solid #E9EDEF;
            border-left: none;
        }
}

@media (max-width: 480px) {
    .mt-timeline-2 .btn.pull-right,
    .mt-timeline-2 .btn-group.pull-right {
        float: none !important;
        margin: 0 5px 10px 0 !important;
    }
}

@media (max-width: 400px) {
    .mt-timeline-2 > .mt-container > .mt-item:nth-child(even) > .mt-timeline-content > .mt-content-container .mt-author-notes {
        clear: both;
        padding-top: 10px;
    }
}

/***
Horizontal Timeline 
***/
/* PLUGIN CSS */
.cd-horizontal-timeline {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'mobile';
        display: none;
    }

    .cd-horizontal-timeline.loaded {
        /* show the timeline after events position has been set (using JavaScript) */
        opacity: 1;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 100px;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden;
    }

        .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
            /* these are used to create a shadow effect at the sides of the timeline */
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px;
        }

        .cd-horizontal-timeline .events-wrapper::before {
            left: 0;
            background-image: -webkit-linear-gradient(left, #f8f8f8, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
        }

        .cd-horizontal-timeline .events-wrapper::after {
            right: 0;
            background-image: -webkit-linear-gradient(right, #f8f8f8, rgba(248, 248, 248, 0));
            background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
        }

    .cd-horizontal-timeline .events {
        /* this is the grey line/timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 49px;
        height: 2px;
        /* width will be set using JavaScript */
        background: #dfdfdf;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .cd-horizontal-timeline .filling-line {
        /* this is used to create the green line filling the timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #7b9d6f;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .cd-horizontal-timeline .events a {
        position: absolute;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 1.3rem;
        padding-bottom: 15px;
        color: #383838;
        /* fix bug on Safari - text flickering while timeline translates */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

        .cd-horizontal-timeline .events a::after {
            /* this is used to create the event spot */
            content: '';
            position: absolute;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -5px;
            height: 12px;
            width: 12px;
            border-radius: 50%;
            -webkit-transition: background-color 0.3s, border-color 0.3s;
            -moz-transition: background-color 0.3s, border-color 0.3s;
            transition: background-color 0.3s, border-color 0.3s;
        }

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .cd-timeline-navigation a.prev {
        left: 0;
    }

    .cd-timeline-navigation a.next {
        right: 0;
    }

    .cd-timeline-navigation a.inactive {
        cursor: not-allowed;
    }

        .cd-timeline-navigation a.inactive::after {
            background-position: 0 -16px;
        }

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 10px 0 0 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

    .cd-horizontal-timeline .events-content > ol > li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0;
        opacity: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

        .cd-horizontal-timeline .events-content > ol > li.selected {
            /* visible event content */
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-horizontal-timeline .events-content > ol > li.enter-right, .cd-horizontal-timeline .events-content > ol > li.leave-right {
            -webkit-animation-name: cd-enter-right;
            -moz-animation-name: cd-enter-right;
            animation-name: cd-enter-right;
        }

        .cd-horizontal-timeline .events-content > ol > li.enter-left, .cd-horizontal-timeline .events-content > ol > li.leave-left {
            -webkit-animation-name: cd-enter-left;
            -moz-animation-name: cd-enter-left;
            animation-name: cd-enter-left;
        }

        .cd-horizontal-timeline .events-content > ol > li.leave-right, .cd-horizontal-timeline .events-content > ol > li.leave-left {
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse;
        }

    .cd-horizontal-timeline .events-content > ol > li {
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-content em {
        display: block;
        font-style: italic;
        margin: 10px auto;
    }

        .cd-horizontal-timeline .events-content em::before {
            content: '- ';
        }

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/* METRONIC EXTENDED CSS */
.mt-timeline-horizontal {
    font-size: 14px;
}

    .mt-timeline-horizontal ol, .mt-timeline-horizontal ul {
        list-style: none;
    }

    .mt-timeline-horizontal blockquote, .mt-timeline-horizontal q {
        quotes: none;
    }

        .mt-timeline-horizontal blockquote:before, .mt-timeline-horizontal blockquote:after,
        .mt-timeline-horizontal q:before, .mt-timeline-horizontal q:after {
            content: '';
            content: none;
        }

    .mt-timeline-horizontal table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .mt-timeline-horizontal .timeline {
        width: 100%;
        max-width: 100%;
    }

        .mt-timeline-horizontal .timeline:before {
            background: transparent;
        }

        .mt-timeline-horizontal .timeline .events-wrapper .events a:after {
            background-color: transparent;
            border: 2px solid;
        }

        .mt-timeline-horizontal .timeline .events-wrapper .events a.selected:after {
            background-color: #fff !important;
        }

        .mt-timeline-horizontal .timeline .events-wrapper .events a:hover, .mt-timeline-horizontal .timeline .events-wrapper .events a:focus {
            text-decoration: none;
        }

        .mt-timeline-horizontal .timeline .events-wrapper:before, .mt-timeline-horizontal .timeline .events-wrapper:after {
            background-image: none;
        }

        .mt-timeline-horizontal .timeline .mt-ht-nav-icon li a {
            border-radius: 50% !important;
        }

            .mt-timeline-horizontal .timeline .mt-ht-nav-icon li a i {
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateX(50%) translateY(-50%);
                width: 10px;
            }

        .mt-timeline-horizontal .timeline .mt-ht-nav-icon li:first-child a i {
            left: -2px;
        }

        .mt-timeline-horizontal .timeline.mt-timeline-square .events a:after {
            border-radius: 0 !important;
        }

        .mt-timeline-horizontal .timeline.mt-timeline-square .mt-ht-nav-icon li a {
            border-radius: 0 !important;
        }

    .mt-timeline-horizontal .events-content ol {
        padding: 0;
    }

        .mt-timeline-horizontal .events-content ol li .mt-title {
            margin-top: 15px;
            float: left;
            width: 60%;
        }

            .mt-timeline-horizontal .events-content ol li .mt-title h2 {
                margin: 0;
                opacity: 0.8;
                filter: alpha(opacity=80);
                font-size: 18px;
                font-weight: 600;
            }

        .mt-timeline-horizontal .events-content ol li .mt-author {
            float: right;
            position: relative;
            text-align: right;
            width: 40%;
        }

            .mt-timeline-horizontal .events-content ol li .mt-author > .mt-avatar {
                float: right;
                margin-left: 15px;
            }

            .mt-timeline-horizontal .events-content ol li .mt-author > .mt-author-name {
                margin-top: 5px;
            }

                .mt-timeline-horizontal .events-content ol li .mt-author > .mt-author-name a {
                    opacity: 0.9;
                    filter: alpha(opacity=90);
                    font-size: 15px;
                    font-weight: 600;
                }

                    .mt-timeline-horizontal .events-content ol li .mt-author > .mt-author-name a:hover, .mt-timeline-horizontal .events-content ol li .mt-author > .mt-author-name a:focus {
                        text-decoration: none;
                    }

            .mt-timeline-horizontal .events-content ol li .mt-author > .mt-author-datetime {
                font-size: 13px;
            }

            .mt-timeline-horizontal .events-content ol li .mt-author > .mt-avatar {
                width: 50px;
                height: 50px;
                border-radius: 50% !important;
                overflow: hidden;
            }

                .mt-timeline-horizontal .events-content ol li .mt-author > .mt-avatar > img {
                    width: 100%;
                    height: auto;
                }

        .mt-timeline-horizontal .events-content ol li .mt-content {
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid;
            clear: both;
            line-height: 1.7em;
        }

            .mt-timeline-horizontal .events-content ol li .mt-content > p {
                opacity: 0.7;
                filter: alpha(opacity=70);
            }

            .mt-timeline-horizontal .events-content ol li .mt-content img.pull-left {
                margin: 0 15px 15px 0;
            }

            .mt-timeline-horizontal .events-content ol li .mt-content img.pull-right {
                margin: 0 0 15px 15px;
            }

            .mt-timeline-horizontal .events-content ol li .mt-content .btn-group .dropdown-menu {
                margin-right: 5px;
            }

@media (max-width: 480px) {
    .mt-timeline-horizontal .events-content ol li .mt-title {
        width: 100%;
    }

    .mt-timeline-horizontal .events-content ol li .mt-author {
        width: 100%;
        margin-top: 15px;
        text-align: left;
    }

        .mt-timeline-horizontal .events-content ol li .mt-author > .mt-avatar {
            float: left;
            margin-right: 15px;
            margin-left: 0;
        }

        .mt-timeline-horizontal .events-content ol li .mt-author > .mt-author-name {
            margin-top: 10px;
        }

    .mt-timeline-horizontal .btn.pull-right {
        float: none !important;
        margin: 0 !important;
    }
}

/***
Tasks Widget 
***/
.tasks-widget:after {
    clear: both;
}

.tasks-widget .task-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tasks-widget .task-list > li {
        position: relative;
        padding: 10px 10px;
        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-checkbox input[type="checkbox"] {
                cursor: pointer;
            }

        .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:before, .tasks-widget .task-footer:after {
        content: " ";
        display: table;
    }

    .tasks-widget .task-footer:after {
        clear: both;
    }

@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-comments .mt-comment {
    padding: 10px;
    margin: 0 0 10px 0;
}

    .mt-comments .mt-comment .mt-comment-img {
        width: 40px;
        float: left;
    }

        .mt-comments .mt-comment .mt-comment-img > img {
            border-radius: 50% !important;
        }

    .mt-comments .mt-comment .mt-comment-body {
        padding-left: 20px;
        position: relative;
        overflow: hidden;
    }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-info:before, .mt-comments .mt-comment .mt-comment-body .mt-comment-info:after {
            content: " ";
            display: table;
        }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-info:after {
            clear: both;
        }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
            display: inline-block;
            float: left;
            margin: 0px 0px 10px 0;
            color: #060606;
            font-weight: 600;
        }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-date {
            display: inline-block;
            float: right;
            margin: 0px;
            color: #BABABA;
        }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-text {
            color: #999999;
        }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-details {
            margin: 10px 0px 0px 0;
        }

            .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status {
                text-transform: uppercase;
                float: left;
            }

                .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-pending {
                    color: #B8C0F5;
                }

                .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-approved {
                    color: #6BD873;
                }

                .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-rejected {
                    color: red;
                }

            .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions {
                display: none;
                list-style: none;
                margin: 0;
                padding: 0;
                float: right;
            }

                .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li {
                    float: left;
                    padding: 0 5px;
                    margin: 0;
                }

                    .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li > a {
                        text-transform: uppercase;
                        color: #999999;
                    }

                        .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li > a:hover {
                            color: #666666;
                            text-decoration: none;
                        }

    .mt-comments .mt-comment:hover {
        background: #f9f9f9;
    }

        .mt-comments .mt-comment:hover .mt-comment-body .mt-comment-details .mt-comment-actions {
            display: inline-block;
        }

.mt-actions .mt-action {
    margin: 0px;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #f7f8f9;
}

    .mt-actions .mt-action:last-child {
        border-bottom: 0px;
    }

    .mt-actions .mt-action .mt-action-img {
        width: 40px;
        float: left;
    }

        .mt-actions .mt-action .mt-action-img > img {
            border-radius: 50% !important;
            margin-bottom: 2px;
        }

    .mt-actions .mt-action .mt-action-body {
        padding-left: 15px;
        position: relative;
        overflow: hidden;
    }

        .mt-actions .mt-action .mt-action-body .mt-action-row {
            display: table;
            width: 100%;
        }

            .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info {
                display: table-cell;
                vertical-align: top;
            }

                .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-icon {
                    display: table-cell;
                    padding: 6px 20px 6px 6px;
                }

                    .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-icon > i {
                        display: inline-block;
                        position: relative;
                        top: 10px;
                        font-size: 25px;
                        color: #78E0E8;
                    }

                .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-details {
                    display: table-cell;
                    vertical-align: top;
                }

                    .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-details .mt-action-author {
                        color: #060606;
                        font-weight: 600;
                    }

                    .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-details .mt-action-desc {
                        margin-bottom: 0;
                        color: #999b9b;
                    }

            .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime {
                vertical-align: top;
                display: table-cell;
                text-align: center;
                width: 150px;
                white-space: nowrap;
                padding-top: 15px;
                color: #A6A8A8;
            }

                .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime .mt-action-dot {
                    display: inline-block;
                    width: 10px;
                    height: 10px;
                    background-color: red;
                    border-radius: 50% !important;
                    margin-left: 5px;
                    margin-right: 5px;
                }

            .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-buttons {
                vertical-align: top;
                display: table-cell;
                text-align: center;
                width: 160px;
                white-space: nowrap;
                padding-top: 10px;
            }

@media (max-width: 767px) {
    /* 767px */
    .mt-actions .mt-action .mt-action-body .mt-action-row {
        display: block;
    }

        .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info {
            display: block;
        }

        .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime {
            display: inline-block;
            margin-left: 40px;
        }

        .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-buttons {
            display: inline-block;
            float: right;
        }
}

.mt-widget-1 {
    border: 1px solid #e7ecf1;
    text-align: center;
    position: relative;
}

    .mt-widget-1 .mt-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        margin: 7px;
        font-size: 20px;
    }

        .mt-widget-1 .mt-icon > a > i {
            color: #a1e5e1;
        }

        .mt-widget-1 .mt-icon > a:hover > i {
            color: #79dad5;
        }

    .mt-widget-1 .mt-img {
        display: inline-block;
        border-radius: 50% !important;
        border: 4px solid #e7ecf1;
        margin: 40px 0 30px 0;
    }

        .mt-widget-1 .mt-img > img {
            border: 1px solid trnsparent;
            border-radius: 50% !important;
        }

    .mt-widget-1 .mt-body .mt-username {
        text-align: center;
        margin: 5px 10px;
        font-weight: 600;
        font-size: 16px;
    }

    .mt-widget-1 .mt-body .mt-user-title {
        text-align: center;
        margin: 10px 10px 10px 10px;
        color: #666666;
        font-size: 13px;
    }

    .mt-widget-1 .mt-body .mt-stats {
        margin: 30px 0px 0px 0px;
    }

        .mt-widget-1 .mt-body .mt-stats .btn-group {
            border-top: 1px solid #e7ecf1;
        }

            .mt-widget-1 .mt-body .mt-stats .btn-group .btn {
                padding: 10px 10px;
                font-size: 14px;
                border-right: 1px solid #e7ecf1;
            }

                .mt-widget-1 .mt-body .mt-stats .btn-group .btn:hover {
                    background-color: #e7ecf1;
                }

                .mt-widget-1 .mt-body .mt-stats .btn-group .btn:last-child {
                    border: 0;
                }

                .mt-widget-1 .mt-body .mt-stats .btn-group .btn > i {
                    position: relative;
                    top: 3px;
                    right: 2px;
                    font-size: 16px;
                }

                .mt-widget-1 .mt-body .mt-stats .btn-group .btn:first-child {
                    border-bottom-left-radius: 4px !important;
                }

                .mt-widget-1 .mt-body .mt-stats .btn-group .btn:last-child {
                    border-bottom-right-radius: 4px !important;
                }

.mt-widget-2 {
    border: 1px solid #e7ecf1;
    position: relative;
}

    .mt-widget-2 .mt-head {
        position: absolute;
        width: 100%;
        background-size: 100% 100%;
    }

        .mt-widget-2 .mt-head .mt-head-label {
            position: absolute;
            top: 8px;
            right: 8px;
            cursor: pointer;
        }

            .mt-widget-2 .mt-head .mt-head-label > button {
                font-size: 13px;
                border-radius: 2px !important;
            }

        .mt-widget-2 .mt-head .mt-head-user .mt-head-user-img {
            position: relative;
            float: left;
            margin: 165px 32px 18px 35px;
        }

            .mt-widget-2 .mt-head .mt-head-user .mt-head-user-img::after {
                content: "";
                position: absolute;
                top: 90%;
                left: 50%;
                margin-left: -15px;
                border-width: 13px;
                border-style: solid;
                border-color: transparent transparent white transparent;
            }

            .mt-widget-2 .mt-head .mt-head-user .mt-head-user-img > img {
                width: 65px;
                border-radius: 50% !important;
            }

        .mt-widget-2 .mt-head .mt-head-user .mt-head-user-info {
            margin: 175px 0 0 -9px;
            color: white;
            display: inline-block;
        }

            .mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-name {
                display: block;
                font-size: 15px;
            }

            .mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-time {
                font-size: 13px;
                display: block;
            }

                .mt-widget-2 .mt-head .mt-head-user .mt-head-user-info .mt-user-time > i {
                    position: relative;
                    top: 1px;
                    font-size: 13px;
                }

    .mt-widget-2 .mt-body {
        padding-top: 160px;
        text-align: center;
    }

        .mt-widget-2 .mt-body .mt-body-title {
            margin-top: 130px;
            font-weight: 600;
            font-size: 16px;
        }

        .mt-widget-2 .mt-body .mt-body-description {
            margin-top: 10px;
            display: inline-block;
            color: #666666;
            font-size: 13px;
            padding: 0 10px;
        }

        .mt-widget-2 .mt-body .mt-body-stats {
            padding: 0;
        }

            .mt-widget-2 .mt-body .mt-body-stats:before, .mt-widget-2 .mt-body .mt-body-stats:after {
                content: " ";
                display: table;
            }

            .mt-widget-2 .mt-body .mt-body-stats:after {
                clear: both;
            }

            .mt-widget-2 .mt-body .mt-body-stats > li {
                margin: 15px;
                list-style: none;
                display: inline-block;
            }

        .mt-widget-2 .mt-body .mt-body-actions {
            border-top: 1px solid #e7ecf1;
        }

            .mt-widget-2 .mt-body .mt-body-actions > i {
                font-size: 18px;
            }

            .mt-widget-2 .mt-body .mt-body-actions .btn {
                font-size: 14px;
                border-right: 1px solid #e7ecf1;
                padding: 12px 0 12px 0;
                text-align: center;
            }

                .mt-widget-2 .mt-body .mt-body-actions .btn:last-child {
                    border: 0;
                }

.mt-widget-3 {
    border: 1px solid #e7ecf1;
}

    .mt-widget-3 .mt-head {
        background-color: #5DC9E6;
        margin-bottom: 20px;
        color: white;
        padding: 15px 0;
    }

        .mt-widget-3 .mt-head .mt-head-icon {
            font-size: 35px;
            text-align: center;
            padding-top: 20px;
            margin-bottom: 10px;
        }

        .mt-widget-3 .mt-head .mt-head-desc {
            margin-left: 10px;
            margin-right: 10px;
            text-align: center;
            color: #fff;
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

        .mt-widget-3 .mt-head .mt-head-date {
            text-align: center;
            margin-top: 20px;
            display: block;
            color: #f2f2f2;
        }

        .mt-widget-3 .mt-head .mt-head-button {
            margin: 10px 0;
            text-align: center;
            padding: 20px;
        }

            .mt-widget-3 .mt-head .mt-head-button > button {
                width: 90px;
            }

    .mt-widget-3 .mt-body-actions-icons .btn-group {
        margin-bottom: 20px;
    }

        .mt-widget-3 .mt-body-actions-icons .btn-group .mt-icon {
            display: block;
            position: relative;
            padding: 5px;
            font-size: 15px;
        }

    .mt-widget-3 .mt-body-actions-icons .btn {
        border-right: 1px solid #e7ecf1;
        font-size: 11px;
        text-align: center;
        padding: 0;
    }

        .mt-widget-3 .mt-body-actions-icons .btn:last-child {
            border-right: 0;
        }

.mt-widget-4 {
    min-height: 250px;
    color: white;
    background-color: #26C0B8;
}

    .mt-widget-4 .mt-img-container {
        position: relative;
    }

        .mt-widget-4 .mt-img-container > img {
            height: 250px;
            width: 100%;
        }

    .mt-widget-4 .mt-container {
        width: 150px;
        background-color: #26C0B8;
        min-height: 250px;
        position: absolute;
        right: 15px;
        top: 0;
    }

        .mt-widget-4 .mt-container .mt-head-title {
            text-align: center;
            margin-top: 20px;
            padding: 10px;
        }

        .mt-widget-4 .mt-container .mt-body-icons {
            margin-top: 30px;
            text-align: center;
        }

            .mt-widget-4 .mt-container .mt-body-icons > a {
                color: #e6e6e6;
                display: inline-block;
                padding: 10px;
                font-size: 17px;
            }

                .mt-widget-4 .mt-container .mt-body-icons > a:hover {
                    color: #fff;
                }

        .mt-widget-4 .mt-container .mt-footer-button {
            margin-top: 30px;
            position: absolute;
            right: 0;
        }

            .mt-widget-4 .mt-container .mt-footer-button > .btn {
                width: 90px;
                border-top-right-radius: 0 !important;
                border-bottom-right-radius: 0 !important;
                border: none !important;
            }

body.stop-scrolling {
    height: auto !important;
    overflow: visible !important;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder,
.sweet-alert .sa-icon {
    border-radius: 50% !important;
}

.sweet-alert h2 {
    font-size: 20px;
    padding-top: 5px;
}

.sweet-alert p {
    font-size: 14px;
}

.sweet-alert .btn {
    font-size: 14px;
    padding: 8px 14px;
}

    .sweet-alert .btn:focus {
        border-color: transparent;
    }

.mt-sweetalert {
    margin: 0 5px 5px 0;
}

    .mt-sweetalert:hover {
        cursor: pointer;
    }

    .mt-sweetalert.mt-italic {
        font-style: italic;
    }

    .mt-sweetalert:focus {
        outline: none !important;
        border: 1px solid transparent;
    }

.mt-sweetalert-title {
    margin: 30px 0 15px 0;
}

.mt-clipboard-container {
    padding: 20px;
}

    .mt-clipboard-container .mt-clipboard {
        margin: 10px 10px 10px 0;
    }

.mt-multiselect {
    text-align: left;
    position: relative;
}

    .mt-multiselect .caret {
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 15px;
    }

    .mt-multiselect.mt-noicon .caret {
        display: none;
    }

.mt-code {
    padding: 3px;
    color: #E43A45;
    border-radius: 4px !important;
    display: inline;
    word-wrap: normal;
}

.caption-desc {
    font-size: 13px;
    margin-top: 0.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;
    padding: 3px 14px;
    margin-bottom: 20px;
}

.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-title,
    .mt-element-step .step-default .active .mt-step-content {
        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-title,
    .mt-element-step .step-default .done .mt-step-content {
        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-title,
    .mt-element-step .step-default .error .mt-step-content {
        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-title,
    .mt-element-step .step-thin .active .mt-step-content {
        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-title,
    .mt-element-step .step-thin .done .mt-step-content {
        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-title,
    .mt-element-step .step-thin .error .mt-step-content {
        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: 0.79em;
    color: #dae1e4;
    z-index: 4;
}

.mt-element-step .step-background .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 .mt-step-content {
    text-align: right;
    padding-right: 25%;
    z-index: 5;
    position: relative;
}

.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-title,
    .mt-element-step .step-background .active .mt-step-content {
        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-title,
    .mt-element-step .step-background .done .mt-step-content {
        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-title,
    .mt-element-step .step-background .error .mt-step-content {
        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: 0.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-title,
    .mt-element-step .step-background-thin .active .mt-step-content {
        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-title,
    .mt-element-step .step-background-thin .done .mt-step-content {
        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-title,
    .mt-element-step .step-background-thin .error .mt-step-content {
        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;
    padding: 3px 14px;
    margin-bottom: 20px;
    border: 1px solid;
    border-color: #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-title,
.mt-element-step .step-no-background .active .mt-step-content {
    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-title,
.mt-element-step .step-no-background .done .mt-step-content {
    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-title,
.mt-element-step .step-no-background .error .mt-step-content {
    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;
    border-color: #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-title,
.mt-element-step .step-no-background-thin .active .mt-step-content {
    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-title,
.mt-element-step .step-no-background-thin .done .mt-step-content {
    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-title,
.mt-element-step .step-no-background-thin .error .mt-step-content {
    color: #E7505A !important;
    font-weight: 700;
}

.mt-element-step .step-line .mt-step-col {
    padding: 30px 0;
    text-align: center;
}

.mt-element-step .step-line .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto;
    padding: 9px;
    margin-bottom: 5px;
    border: 3px solid;
    border-color: #e5e5e5;
    position: relative;
    z-index: 5;
    height: 60px;
    width: 60px;
    text-align: center;
}

    .mt-element-step .step-line .mt-step-number > i {
        position: relative;
        top: 50%;
        transform: translateY(-120%);
    }

.mt-element-step .step-line .mt-step-title {
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

    .mt-element-step .step-line .mt-step-title:after {
        content: '';
        height: 3px;
        width: 50%;
        position: absolute;
        background-color: #e5e5e5;
        top: -32px;
        left: 50%;
        z-index: 4;
        transform: translateY(-100%);
    }

    .mt-element-step .step-line .mt-step-title:before {
        content: '';
        height: 3px;
        width: 50%;
        position: absolute;
        background-color: #e5e5e5;
        top: -32px;
        right: 50%;
        z-index: 4;
        transform: translateY(-100%);
    }

.mt-element-step .step-line .first .mt-step-title:before {
    content: none;
}

.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-title,
.mt-element-step .step-line .active .mt-step-content {
    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-title,
.mt-element-step .step-line .done .mt-step-content {
    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-title,
.mt-element-step .step-line .error .mt-step-content {
    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) {
    /* 991px */
    .mt-element-step .step-line .mt-step-title:after {
        content: none;
    }

    .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 0.7em 0;
        font-size: 18px;
    }

    .mt-element-list .list-default.mt-list-head .list-date {
        font-size: 12px;
    }

    .mt-element-list .list-default.mt-list-head .list-pending {
        margin-bottom: 10px;
    }

    .mt-element-list .list-default.mt-list-head .list-count {
        display: inline-block;
        padding: 3px 7px;
    }

        .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: #e7ecf1;
    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: #e7ecf1;
            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;
                border-color: #e7ecf1;
                border-radius: 50% !important;
                padding: 0.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-container {
    padding: 15px 0 0 0;
}

    .mt-element-list .list-default.ext-1.mt-list-container .mt-list-title {
        padding: 0 15px 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;
        border-bottom-color: #e7ecf1;
    }

        .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;
            border-bottom-color: #e7ecf1;
        }

            .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:hover, .mt-element-list .list-default.group .list-toggle-container:focus, .mt-element-list .list-default.group .list-toggle-container:active {
    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-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: 0.8;
        float: right;
        width: 75px;
    }

.mt-element-list .list-simple.mt-list-container {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7ecf1;
    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: #e7ecf1;
            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 {
                    color: #26C281;
                }

                    .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: 0.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;
        border-bottom-color: #e7ecf1;
    }

        .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;
            border-bottom-color: #e7ecf1;
        }

            .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:hover, .mt-element-list .list-simple.group .list-toggle-container:focus, .mt-element-list .list-simple.group .list-toggle-container:active {
    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.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: #e7ecf1;
    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: #e7ecf1;
            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;
                    font-size: 18px;
                    margin-bottom: 10px;
                }

                    .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 {
            padding-left: 90px;
        }

        .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:hover {
            background-color: #e5e5e5;
        }

        .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 {
            padding-left: 90px;
        }

        .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:hover {
            background-color: #e5e5e5;
        }

        .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 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: #e7ecf1;
    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: 0.7em;
                padding: 0.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%;
                    top: 50%;
                    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:hover, .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:active {
                    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;
                    border-color: #e7ecf1;
                    padding: 0;
                    margin: 0;
                    position: relative;
                    border-top: none;
                    border-bottom: none;
                }

                    .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;
                    font-size: 18px;
                    margin-bottom: 10px;
                }

                    .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-default.mt-list-head.white {
    background-color: #ffffff;
    color: #666;
}

    .mt-element-list .list-default.mt-list-head.white .badge {
        background-color: white;
        color: #666;
    }

    .mt-element-list .list-default.mt-list-head.white.ext-1 .badge {
        background-color: #e6e6e6;
    }

    .mt-element-list .list-default.mt-list-head.white .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.white .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.white {
    background-color: #ffffff;
    color: #666;
}

.mt-element-list .list-todo .list-count.white {
    background-color: #ffffff;
    color: #666;
}

    .mt-element-list .list-todo .list-count.white:hover {
        background-color: #f2f2f2;
    }

.mt-element-list .list-todo .list-todo-line.white {
    border-color: #ffffff;
}

.mt-element-list .list-todo .list-todo-item.white:after {
    border-right-color: #ffffff !important;
}

.mt-element-list .list-todo .list-todo-item.white .list-toggle {
    background: #ffffff;
    color: #666 !important;
}

    .mt-element-list .list-todo .list-todo-item.white .list-toggle > .badge {
        color: #ffffff;
        background: #666;
    }

.mt-element-list .list-default.mt-list-head.default {
    background-color: #e1e5ec;
    color: #666;
}

    .mt-element-list .list-default.mt-list-head.default .badge {
        background-color: white;
        color: #666;
    }

    .mt-element-list .list-default.mt-list-head.default.ext-1 .badge {
        background-color: #c2cad8;
    }

    .mt-element-list .list-default.mt-list-head.default .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.default .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.default {
    background-color: #e1e5ec;
    color: #666;
}

.mt-element-list .list-todo .list-count.default {
    background-color: #e1e5ec;
    color: #666;
}

    .mt-element-list .list-todo .list-count.default:hover {
        background-color: #d1d7e2;
    }

.mt-element-list .list-todo .list-todo-line.default {
    border-color: #e1e5ec;
}

.mt-element-list .list-todo .list-todo-item.default:after {
    border-right-color: #e1e5ec !important;
}

.mt-element-list .list-todo .list-todo-item.default .list-toggle {
    background: #e1e5ec;
    color: #666 !important;
}

    .mt-element-list .list-todo .list-todo-item.default .list-toggle > .badge {
        color: #e1e5ec;
        background: #666;
    }

.mt-element-list .list-default.mt-list-head.dark {
    background-color: #2f353b;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.dark .badge {
        background-color: #464f57;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.dark.ext-1 .badge {
        background-color: #181c1f;
    }

    .mt-element-list .list-default.mt-list-head.dark .list-label {
        color: #acb5bd;
    }

    .mt-element-list .list-default.mt-list-head.dark .list-date {
        color: #acb5bd;
    }

.mt-element-list .list-todo.mt-list-head.dark {
    background-color: #2f353b;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.dark {
    background-color: #2f353b;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.dark:hover {
        background-color: #24282d;
    }

.mt-element-list .list-todo .list-todo-line.dark {
    border-color: #2f353b;
}

.mt-element-list .list-todo .list-todo-item.dark:after {
    border-right-color: #2f353b !important;
}

.mt-element-list .list-todo .list-todo-item.dark .list-toggle {
    background: #2f353b;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.dark .list-toggle > .badge {
        color: #2f353b;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue {
    background-color: #3598dc;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue .badge {
        background-color: #60aee4;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue.ext-1 .badge {
        background-color: #217ebd;
    }

    .mt-element-list .list-default.mt-list-head.blue .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue {
    background-color: #3598dc;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue {
    background-color: #3598dc;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue:hover {
        background-color: #258cd3;
    }

.mt-element-list .list-todo .list-todo-line.blue {
    border-color: #3598dc;
}

.mt-element-list .list-todo .list-todo-item.blue:after {
    border-right-color: #3598dc !important;
}

.mt-element-list .list-todo .list-todo-item.blue .list-toggle {
    background: #3598dc;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue .list-toggle > .badge {
        color: #3598dc;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-madison {
    background-color: #578ebe;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-madison .badge {
        background-color: #7ca7cc;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-madison.ext-1 .badge {
        background-color: #3f74a3;
    }

    .mt-element-list .list-default.mt-list-head.blue-madison .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue-madison .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue-madison {
    background-color: #578ebe;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-madison {
    background-color: #578ebe;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-madison:hover {
        background-color: #4682b5;
    }

.mt-element-list .list-todo .list-todo-line.blue-madison {
    border-color: #578ebe;
}

.mt-element-list .list-todo .list-todo-item.blue-madison:after {
    border-right-color: #578ebe !important;
}

.mt-element-list .list-todo .list-todo-item.blue-madison .list-toggle {
    background: #578ebe;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-madison .list-toggle > .badge {
        color: #578ebe;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-chambray {
    background-color: #2C3E50;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-chambray .badge {
        background-color: #3e5871;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-chambray.ext-1 .badge {
        background-color: #1a252f;
    }

    .mt-element-list .list-default.mt-list-head.blue-chambray .list-label {
        color: #aabed1;
    }

    .mt-element-list .list-default.mt-list-head.blue-chambray .list-date {
        color: #aabed1;
    }

.mt-element-list .list-todo.mt-list-head.blue-chambray {
    background-color: #2C3E50;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-chambray {
    background-color: #2C3E50;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-chambray:hover {
        background-color: #233140;
    }

.mt-element-list .list-todo .list-todo-line.blue-chambray {
    border-color: #2C3E50;
}

.mt-element-list .list-todo .list-todo-item.blue-chambray:after {
    border-right-color: #2C3E50 !important;
}

.mt-element-list .list-todo .list-todo-item.blue-chambray .list-toggle {
    background: #2C3E50;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-chambray .list-toggle > .badge {
        color: #2C3E50;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-ebonyclay {
    background-color: #22313F;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-ebonyclay .badge {
        background-color: #344b60;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-ebonyclay.ext-1 .badge {
        background-color: #10171e;
    }

    .mt-element-list .list-default.mt-list-head.blue-ebonyclay .list-label {
        color: #98b1c8;
    }

    .mt-element-list .list-default.mt-list-head.blue-ebonyclay .list-date {
        color: #98b1c8;
    }

.mt-element-list .list-todo.mt-list-head.blue-ebonyclay {
    background-color: #22313F;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-ebonyclay {
    background-color: #22313F;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-ebonyclay:hover {
        background-color: #19242e;
    }

.mt-element-list .list-todo .list-todo-line.blue-ebonyclay {
    border-color: #22313F;
}

.mt-element-list .list-todo .list-todo-item.blue-ebonyclay:after {
    border-right-color: #22313F !important;
}

.mt-element-list .list-todo .list-todo-item.blue-ebonyclay .list-toggle {
    background: #22313F;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-ebonyclay .list-toggle > .badge {
        color: #22313F;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-hoki {
    background-color: #67809F;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-hoki .badge {
        background-color: #869ab3;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-hoki.ext-1 .badge {
        background-color: #526781;
    }

    .mt-element-list .list-default.mt-list-head.blue-hoki .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue-hoki .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue-hoki {
    background-color: #67809F;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-hoki {
    background-color: #67809F;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-hoki:hover {
        background-color: #5c7391;
    }

.mt-element-list .list-todo .list-todo-line.blue-hoki {
    border-color: #67809F;
}

.mt-element-list .list-todo .list-todo-item.blue-hoki:after {
    border-right-color: #67809F !important;
}

.mt-element-list .list-todo .list-todo-item.blue-hoki .list-toggle {
    background: #67809F;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-hoki .list-toggle > .badge {
        color: #67809F;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-steel {
    background-color: #4B77BE;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-steel .badge {
        background-color: #7093cc;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-steel.ext-1 .badge {
        background-color: #395f9d;
    }

    .mt-element-list .list-default.mt-list-head.blue-steel .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue-steel .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue-steel {
    background-color: #4B77BE;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-steel {
    background-color: #4B77BE;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-steel:hover {
        background-color: #406bb0;
    }

.mt-element-list .list-todo .list-todo-line.blue-steel {
    border-color: #4B77BE;
}

.mt-element-list .list-todo .list-todo-item.blue-steel:after {
    border-right-color: #4B77BE !important;
}

.mt-element-list .list-todo .list-todo-item.blue-steel .list-toggle {
    background: #4B77BE;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-steel .list-toggle > .badge {
        color: #4B77BE;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-soft {
    background-color: #4c87b9;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-soft .badge {
        background-color: #71a0c7;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-soft.ext-1 .badge {
        background-color: #3b6d97;
    }

    .mt-element-list .list-default.mt-list-head.blue-soft .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue-soft .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue-soft {
    background-color: #4c87b9;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-soft {
    background-color: #4c87b9;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-soft:hover {
        background-color: #427aa9;
    }

.mt-element-list .list-todo .list-todo-line.blue-soft {
    border-color: #4c87b9;
}

.mt-element-list .list-todo .list-todo-item.blue-soft:after {
    border-right-color: #4c87b9 !important;
}

.mt-element-list .list-todo .list-todo-item.blue-soft .list-toggle {
    background: #4c87b9;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-soft .list-toggle > .badge {
        color: #4c87b9;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-dark {
    background-color: #5e738b;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-dark .badge {
        background-color: #788da4;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-dark.ext-1 .badge {
        background-color: #495a6d;
    }

    .mt-element-list .list-default.mt-list-head.blue-dark .list-label {
        color: #f2f4f6;
    }

    .mt-element-list .list-default.mt-list-head.blue-dark .list-date {
        color: #f2f4f6;
    }

.mt-element-list .list-todo.mt-list-head.blue-dark {
    background-color: #5e738b;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-dark {
    background-color: #5e738b;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-dark:hover {
        background-color: #54667c;
    }

.mt-element-list .list-todo .list-todo-line.blue-dark {
    border-color: #5e738b;
}

.mt-element-list .list-todo .list-todo-item.blue-dark:after {
    border-right-color: #5e738b !important;
}

.mt-element-list .list-todo .list-todo-item.blue-dark .list-toggle {
    background: #5e738b;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-dark .list-toggle > .badge {
        color: #5e738b;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-sharp {
    background-color: #5C9BD1;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-sharp .badge {
        background-color: #84b3dc;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-sharp.ext-1 .badge {
        background-color: #3782c3;
    }

    .mt-element-list .list-default.mt-list-head.blue-sharp .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue-sharp .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue-sharp {
    background-color: #5C9BD1;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-sharp {
    background-color: #5C9BD1;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-sharp:hover {
        background-color: #488fcb;
    }

.mt-element-list .list-todo .list-todo-line.blue-sharp {
    border-color: #5C9BD1;
}

.mt-element-list .list-todo .list-todo-item.blue-sharp:after {
    border-right-color: #5C9BD1 !important;
}

.mt-element-list .list-todo .list-todo-item.blue-sharp .list-toggle {
    background: #5C9BD1;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-sharp .list-toggle > .badge {
        color: #5C9BD1;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.blue-oleo {
    background-color: #94A0B2;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.blue-oleo .badge {
        background-color: #b2bac7;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.blue-oleo.ext-1 .badge {
        background-color: #76869d;
    }

    .mt-element-list .list-default.mt-list-head.blue-oleo .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.blue-oleo .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.blue-oleo {
    background-color: #94A0B2;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.blue-oleo {
    background-color: #94A0B2;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.blue-oleo:hover {
        background-color: #8593a7;
    }

.mt-element-list .list-todo .list-todo-line.blue-oleo {
    border-color: #94A0B2;
}

.mt-element-list .list-todo .list-todo-item.blue-oleo:after {
    border-right-color: #94A0B2 !important;
}

.mt-element-list .list-todo .list-todo-item.blue-oleo .list-toggle {
    background: #94A0B2;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.blue-oleo .list-toggle > .badge {
        color: #94A0B2;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green {
    background-color: #32c5d2;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green .badge {
        background-color: #5cd1db;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green.ext-1 .badge {
        background-color: #26a1ab;
    }

    .mt-element-list .list-default.mt-list-head.green .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.green .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.green {
    background-color: #32c5d2;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green {
    background-color: #32c5d2;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green:hover {
        background-color: #2ab4c0;
    }

.mt-element-list .list-todo .list-todo-line.green {
    border-color: #32c5d2;
}

.mt-element-list .list-todo .list-todo-item.green:after {
    border-right-color: #32c5d2 !important;
}

.mt-element-list .list-todo .list-todo-item.green .list-toggle {
    background: #32c5d2;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green .list-toggle > .badge {
        color: #32c5d2;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-meadow {
    background-color: #1BBC9B;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-meadow .badge {
        background-color: #2ae0bb;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-meadow.ext-1 .badge {
        background-color: #158f76;
    }

    .mt-element-list .list-default.mt-list-head.green-meadow .list-label {
        color: #dcfaf4;
    }

    .mt-element-list .list-default.mt-list-head.green-meadow .list-date {
        color: #dcfaf4;
    }

.mt-element-list .list-todo.mt-list-head.green-meadow {
    background-color: #1BBC9B;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-meadow {
    background-color: #1BBC9B;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-meadow:hover {
        background-color: #18a689;
    }

.mt-element-list .list-todo .list-todo-line.green-meadow {
    border-color: #1BBC9B;
}

.mt-element-list .list-todo .list-todo-item.green-meadow:after {
    border-right-color: #1BBC9B !important;
}

.mt-element-list .list-todo .list-todo-item.green-meadow .list-toggle {
    background: #1BBC9B;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-meadow .list-toggle > .badge {
        color: #1BBC9B;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-seagreen {
    background-color: #1BA39C;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-seagreen .badge {
        background-color: #22cfc6;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-seagreen.ext-1 .badge {
        background-color: #147772;
    }

    .mt-element-list .list-default.mt-list-head.green-seagreen .list-label {
        color: #c7f6f3;
    }

    .mt-element-list .list-default.mt-list-head.green-seagreen .list-date {
        color: #c7f6f3;
    }

.mt-element-list .list-todo.mt-list-head.green-seagreen {
    background-color: #1BA39C;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-seagreen {
    background-color: #1BA39C;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-seagreen:hover {
        background-color: #178d87;
    }

.mt-element-list .list-todo .list-todo-line.green-seagreen {
    border-color: #1BA39C;
}

.mt-element-list .list-todo .list-todo-item.green-seagreen:after {
    border-right-color: #1BA39C !important;
}

.mt-element-list .list-todo .list-todo-item.green-seagreen .list-toggle {
    background: #1BA39C;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-seagreen .list-toggle > .badge {
        color: #1BA39C;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-turquoise {
    background-color: #36D7B7;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-turquoise .badge {
        background-color: #61dfc6;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-turquoise.ext-1 .badge {
        background-color: #24b699;
    }

    .mt-element-list .list-default.mt-list-head.green-turquoise .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.green-turquoise .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.green-turquoise {
    background-color: #36D7B7;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-turquoise {
    background-color: #36D7B7;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-turquoise:hover {
        background-color: #28cbab;
    }

.mt-element-list .list-todo .list-todo-line.green-turquoise {
    border-color: #36D7B7;
}

.mt-element-list .list-todo .list-todo-item.green-turquoise:after {
    border-right-color: #36D7B7 !important;
}

.mt-element-list .list-todo .list-todo-item.green-turquoise .list-toggle {
    background: #36D7B7;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-turquoise .list-toggle > .badge {
        color: #36D7B7;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-haze {
    background-color: #44b6ae;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-haze .badge {
        background-color: #67c6bf;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-haze.ext-1 .badge {
        background-color: #36918b;
    }

    .mt-element-list .list-default.mt-list-head.green-haze .list-label {
        color: #fbfefd;
    }

    .mt-element-list .list-default.mt-list-head.green-haze .list-date {
        color: #fbfefd;
    }

.mt-element-list .list-todo.mt-list-head.green-haze {
    background-color: #44b6ae;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-haze {
    background-color: #44b6ae;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-haze:hover {
        background-color: #3da39c;
    }

.mt-element-list .list-todo .list-todo-line.green-haze {
    border-color: #44b6ae;
}

.mt-element-list .list-todo .list-todo-item.green-haze:after {
    border-right-color: #44b6ae !important;
}

.mt-element-list .list-todo .list-todo-item.green-haze .list-toggle {
    background: #44b6ae;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-haze .list-toggle > .badge {
        color: #44b6ae;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-jungle {
    background-color: #26C281;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-jungle .badge {
        background-color: #41da9a;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-jungle.ext-1 .badge {
        background-color: #1e9765;
    }

    .mt-element-list .list-default.mt-list-head.green-jungle .list-label {
        color: #ecfbf5;
    }

    .mt-element-list .list-default.mt-list-head.green-jungle .list-date {
        color: #ecfbf5;
    }

.mt-element-list .list-todo.mt-list-head.green-jungle {
    background-color: #26C281;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-jungle {
    background-color: #26C281;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-jungle:hover {
        background-color: #22ad73;
    }

.mt-element-list .list-todo .list-todo-line.green-jungle {
    border-color: #26C281;
}

.mt-element-list .list-todo .list-todo-item.green-jungle:after {
    border-right-color: #26C281 !important;
}

.mt-element-list .list-todo .list-todo-item.green-jungle .list-toggle {
    background: #26C281;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-jungle .list-toggle > .badge {
        color: #26C281;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-soft {
    background-color: #3faba4;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-soft .badge {
        background-color: #5bc2bc;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-soft.ext-1 .badge {
        background-color: #318680;
    }

    .mt-element-list .list-default.mt-list-head.green-soft .list-label {
        color: #f0f9f9;
    }

    .mt-element-list .list-default.mt-list-head.green-soft .list-date {
        color: #f0f9f9;
    }

.mt-element-list .list-todo.mt-list-head.green-soft {
    background-color: #3faba4;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-soft {
    background-color: #3faba4;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-soft:hover {
        background-color: #389892;
    }

.mt-element-list .list-todo .list-todo-line.green-soft {
    border-color: #3faba4;
}

.mt-element-list .list-todo .list-todo-item.green-soft:after {
    border-right-color: #3faba4 !important;
}

.mt-element-list .list-todo .list-todo-item.green-soft .list-toggle {
    background: #3faba4;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-soft .list-toggle > .badge {
        color: #3faba4;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-dark {
    background-color: #4DB3A2;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-dark .badge {
        background-color: #71c2b5;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-dark.ext-1 .badge {
        background-color: #3d9082;
    }

    .mt-element-list .list-default.mt-list-head.green-dark .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.green-dark .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.green-dark {
    background-color: #4DB3A2;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-dark {
    background-color: #4DB3A2;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-dark:hover {
        background-color: #45a292;
    }

.mt-element-list .list-todo .list-todo-line.green-dark {
    border-color: #4DB3A2;
}

.mt-element-list .list-todo .list-todo-item.green-dark:after {
    border-right-color: #4DB3A2 !important;
}

.mt-element-list .list-todo .list-todo-item.green-dark .list-toggle {
    background: #4DB3A2;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-dark .list-toggle > .badge {
        color: #4DB3A2;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-sharp {
    background-color: #2ab4c0;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-sharp .badge {
        background-color: #46cbd7;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-sharp.ext-1 .badge {
        background-color: #218d96;
    }

    .mt-element-list .list-default.mt-list-head.green-sharp .list-label {
        color: #eefafb;
    }

    .mt-element-list .list-default.mt-list-head.green-sharp .list-date {
        color: #eefafb;
    }

.mt-element-list .list-todo.mt-list-head.green-sharp {
    background-color: #2ab4c0;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-sharp {
    background-color: #2ab4c0;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-sharp:hover {
        background-color: #25a0ab;
    }

.mt-element-list .list-todo .list-todo-line.green-sharp {
    border-color: #2ab4c0;
}

.mt-element-list .list-todo .list-todo-item.green-sharp:after {
    border-right-color: #2ab4c0 !important;
}

.mt-element-list .list-todo .list-todo-item.green-sharp .list-toggle {
    background: #2ab4c0;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-sharp .list-toggle > .badge {
        color: #2ab4c0;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.green-steel {
    background-color: #29b4b6;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.green-steel .badge {
        background-color: #3ed1d4;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.green-steel.ext-1 .badge {
        background-color: #208b8c;
    }

    .mt-element-list .list-default.mt-list-head.green-steel .list-label {
        color: #e5f9f9;
    }

    .mt-element-list .list-default.mt-list-head.green-steel .list-date {
        color: #e5f9f9;
    }

.mt-element-list .list-todo.mt-list-head.green-steel {
    background-color: #29b4b6;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.green-steel {
    background-color: #29b4b6;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.green-steel:hover {
        background-color: #249fa1;
    }

.mt-element-list .list-todo .list-todo-line.green-steel {
    border-color: #29b4b6;
}

.mt-element-list .list-todo .list-todo-item.green-steel:after {
    border-right-color: #29b4b6 !important;
}

.mt-element-list .list-todo .list-todo-item.green-steel .list-toggle {
    background: #29b4b6;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.green-steel .list-toggle > .badge {
        color: #29b4b6;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.grey {
    background-color: #E5E5E5;
    color: #333333;
}

    .mt-element-list .list-default.mt-list-head.grey .badge {
        background-color: white;
        color: #333333;
    }

    .mt-element-list .list-default.mt-list-head.grey.ext-1 .badge {
        background-color: #cccccc;
    }

    .mt-element-list .list-default.mt-list-head.grey .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey {
    background-color: #E5E5E5;
    color: #333333;
}

.mt-element-list .list-todo .list-count.grey {
    background-color: #E5E5E5;
    color: #333333;
}

    .mt-element-list .list-todo .list-count.grey:hover {
        background-color: #d8d8d8;
    }

.mt-element-list .list-todo .list-todo-line.grey {
    border-color: #E5E5E5;
}

.mt-element-list .list-todo .list-todo-item.grey:after {
    border-right-color: #E5E5E5 !important;
}

.mt-element-list .list-todo .list-todo-item.grey .list-toggle {
    background: #E5E5E5;
    color: #333333 !important;
}

    .mt-element-list .list-todo .list-todo-item.grey .list-toggle > .badge {
        color: #E5E5E5;
        background: #333333;
    }

.mt-element-list .list-default.mt-list-head.grey-steel {
    background-color: #e9edef;
    color: #80898e;
}

    .mt-element-list .list-default.mt-list-head.grey-steel .badge {
        background-color: white;
        color: #80898e;
    }

    .mt-element-list .list-default.mt-list-head.grey-steel.ext-1 .badge {
        background-color: #cbd5da;
    }

    .mt-element-list .list-default.mt-list-head.grey-steel .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey-steel .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey-steel {
    background-color: #e9edef;
    color: #80898e;
}

.mt-element-list .list-todo .list-count.grey-steel {
    background-color: #e9edef;
    color: #80898e;
}

    .mt-element-list .list-todo .list-count.grey-steel:hover {
        background-color: #dae1e4;
    }

.mt-element-list .list-todo .list-todo-line.grey-steel {
    border-color: #e9edef;
}

.mt-element-list .list-todo .list-todo-item.grey-steel:after {
    border-right-color: #e9edef !important;
}

.mt-element-list .list-todo .list-todo-item.grey-steel .list-toggle {
    background: #e9edef;
    color: #80898e !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-steel .list-toggle > .badge {
        color: #e9edef;
        background: #80898e;
    }

.mt-element-list .list-default.mt-list-head.grey-cararra {
    background-color: #fafafa;
    color: #333333;
}

    .mt-element-list .list-default.mt-list-head.grey-cararra .badge {
        background-color: white;
        color: #333333;
    }

    .mt-element-list .list-default.mt-list-head.grey-cararra.ext-1 .badge {
        background-color: #e1e1e1;
    }

    .mt-element-list .list-default.mt-list-head.grey-cararra .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey-cararra .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey-cararra {
    background-color: #fafafa;
    color: #333333;
}

.mt-element-list .list-todo .list-count.grey-cararra {
    background-color: #fafafa;
    color: #333333;
}

    .mt-element-list .list-todo .list-count.grey-cararra:hover {
        background-color: #ededed;
    }

.mt-element-list .list-todo .list-todo-line.grey-cararra {
    border-color: #fafafa;
}

.mt-element-list .list-todo .list-todo-item.grey-cararra:after {
    border-right-color: #fafafa !important;
}

.mt-element-list .list-todo .list-todo-item.grey-cararra .list-toggle {
    background: #fafafa;
    color: #333333 !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-cararra .list-toggle > .badge {
        color: #fafafa;
        background: #333333;
    }

.mt-element-list .list-default.mt-list-head.grey-gallery {
    background-color: #555555;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.grey-gallery .badge {
        background-color: #6f6f6f;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.grey-gallery.ext-1 .badge {
        background-color: #3c3c3c;
    }

    .mt-element-list .list-default.mt-list-head.grey-gallery .list-label {
        color: #d5d5d5;
    }

    .mt-element-list .list-default.mt-list-head.grey-gallery .list-date {
        color: #d5d5d5;
    }

.mt-element-list .list-todo.mt-list-head.grey-gallery {
    background-color: #555555;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.grey-gallery {
    background-color: #555555;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.grey-gallery:hover {
        background-color: #484848;
    }

.mt-element-list .list-todo .list-todo-line.grey-gallery {
    border-color: #555555;
}

.mt-element-list .list-todo .list-todo-item.grey-gallery:after {
    border-right-color: #555555 !important;
}

.mt-element-list .list-todo .list-todo-item.grey-gallery .list-toggle {
    background: #555555;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-gallery .list-toggle > .badge {
        color: #555555;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.grey-cascade {
    background-color: #95A5A6;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.grey-cascade .badge {
        background-color: #b1bdbd;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.grey-cascade.ext-1 .badge {
        background-color: #798d8f;
    }

    .mt-element-list .list-default.mt-list-head.grey-cascade .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey-cascade .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey-cascade {
    background-color: #95A5A6;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.grey-cascade {
    background-color: #95A5A6;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.grey-cascade:hover {
        background-color: #87999a;
    }

.mt-element-list .list-todo .list-todo-line.grey-cascade {
    border-color: #95A5A6;
}

.mt-element-list .list-todo .list-todo-item.grey-cascade:after {
    border-right-color: #95A5A6 !important;
}

.mt-element-list .list-todo .list-todo-item.grey-cascade .list-toggle {
    background: #95A5A6;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-cascade .list-toggle > .badge {
        color: #95A5A6;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.grey-silver {
    background-color: #BFBFBF;
    color: #FAFCFB;
}

    .mt-element-list .list-default.mt-list-head.grey-silver .badge {
        background-color: #d9d9d9;
        color: #FAFCFB;
    }

    .mt-element-list .list-default.mt-list-head.grey-silver.ext-1 .badge {
        background-color: #a6a6a6;
    }

    .mt-element-list .list-default.mt-list-head.grey-silver .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey-silver .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey-silver {
    background-color: #BFBFBF;
    color: #FAFCFB;
}

.mt-element-list .list-todo .list-count.grey-silver {
    background-color: #BFBFBF;
    color: #FAFCFB;
}

    .mt-element-list .list-todo .list-count.grey-silver:hover {
        background-color: #b2b2b2;
    }

.mt-element-list .list-todo .list-todo-line.grey-silver {
    border-color: #BFBFBF;
}

.mt-element-list .list-todo .list-todo-item.grey-silver:after {
    border-right-color: #BFBFBF !important;
}

.mt-element-list .list-todo .list-todo-item.grey-silver .list-toggle {
    background: #BFBFBF;
    color: #FAFCFB !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-silver .list-toggle > .badge {
        color: #BFBFBF;
        background: #FAFCFB;
    }

.mt-element-list .list-default.mt-list-head.grey-salsa {
    background-color: #ACB5C3;
    color: #FAFCFB;
}

    .mt-element-list .list-default.mt-list-head.grey-salsa .badge {
        background-color: #cacfd8;
        color: #FAFCFB;
    }

    .mt-element-list .list-default.mt-list-head.grey-salsa.ext-1 .badge {
        background-color: #8e9bae;
    }

    .mt-element-list .list-default.mt-list-head.grey-salsa .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey-salsa .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey-salsa {
    background-color: #ACB5C3;
    color: #FAFCFB;
}

.mt-element-list .list-todo .list-count.grey-salsa {
    background-color: #ACB5C3;
    color: #FAFCFB;
}

    .mt-element-list .list-todo .list-count.grey-salsa:hover {
        background-color: #9da8b8;
    }

.mt-element-list .list-todo .list-todo-line.grey-salsa {
    border-color: #ACB5C3;
}

.mt-element-list .list-todo .list-todo-item.grey-salsa:after {
    border-right-color: #ACB5C3 !important;
}

.mt-element-list .list-todo .list-todo-item.grey-salsa .list-toggle {
    background: #ACB5C3;
    color: #FAFCFB !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-salsa .list-toggle > .badge {
        color: #ACB5C3;
        background: #FAFCFB;
    }

.mt-element-list .list-default.mt-list-head.grey-salt {
    background-color: #bfcad1;
    color: #FAFCFB;
}

    .mt-element-list .list-default.mt-list-head.grey-salt .badge {
        background-color: #dde3e6;
        color: #FAFCFB;
    }

    .mt-element-list .list-default.mt-list-head.grey-salt.ext-1 .badge {
        background-color: #a1b1bc;
    }

    .mt-element-list .list-default.mt-list-head.grey-salt .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.grey-salt .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.grey-salt {
    background-color: #bfcad1;
    color: #FAFCFB;
}

.mt-element-list .list-todo .list-count.grey-salt {
    background-color: #bfcad1;
    color: #FAFCFB;
}

    .mt-element-list .list-todo .list-count.grey-salt:hover {
        background-color: #b0bec6;
    }

.mt-element-list .list-todo .list-todo-line.grey-salt {
    border-color: #bfcad1;
}

.mt-element-list .list-todo .list-todo-item.grey-salt:after {
    border-right-color: #bfcad1 !important;
}

.mt-element-list .list-todo .list-todo-item.grey-salt .list-toggle {
    background: #bfcad1;
    color: #FAFCFB !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-salt .list-toggle > .badge {
        color: #bfcad1;
        background: #FAFCFB;
    }

.mt-element-list .list-default.mt-list-head.grey-mint {
    background-color: #525e64;
    color: #FFFFFF;
}

    .mt-element-list .list-default.mt-list-head.grey-mint .badge {
        background-color: #697880;
        color: #FFFFFF;
    }

    .mt-element-list .list-default.mt-list-head.grey-mint.ext-1 .badge {
        background-color: #3b4448;
    }

    .mt-element-list .list-default.mt-list-head.grey-mint .list-label {
        color: #d7dcde;
    }

    .mt-element-list .list-default.mt-list-head.grey-mint .list-date {
        color: #d7dcde;
    }

.mt-element-list .list-todo.mt-list-head.grey-mint {
    background-color: #525e64;
    color: #FFFFFF;
}

.mt-element-list .list-todo .list-count.grey-mint {
    background-color: #525e64;
    color: #FFFFFF;
}

    .mt-element-list .list-todo .list-count.grey-mint:hover {
        background-color: #475156;
    }

.mt-element-list .list-todo .list-todo-line.grey-mint {
    border-color: #525e64;
}

.mt-element-list .list-todo .list-todo-item.grey-mint:after {
    border-right-color: #525e64 !important;
}

.mt-element-list .list-todo .list-todo-item.grey-mint .list-toggle {
    background: #525e64;
    color: #FFFFFF !important;
}

    .mt-element-list .list-todo .list-todo-item.grey-mint .list-toggle > .badge {
        color: #525e64;
        background: #FFFFFF;
    }

.mt-element-list .list-default.mt-list-head.red {
    background-color: #e7505a;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red .badge {
        background-color: #ed7d84;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red.ext-1 .badge {
        background-color: #e12330;
    }

    .mt-element-list .list-default.mt-list-head.red .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red {
    background-color: #e7505a;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red {
    background-color: #e7505a;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red:hover {
        background-color: #e43a45;
    }

.mt-element-list .list-todo .list-todo-line.red {
    border-color: #e7505a;
}

.mt-element-list .list-todo .list-todo-item.red:after {
    border-right-color: #e7505a !important;
}

.mt-element-list .list-todo .list-todo-item.red .list-toggle {
    background: #e7505a;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red .list-toggle > .badge {
        color: #e7505a;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-pink {
    background-color: #E08283;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-pink .badge {
        background-color: #eaabac;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-pink.ext-1 .badge {
        background-color: #d6595a;
    }

    .mt-element-list .list-default.mt-list-head.red-pink .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-pink .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-pink {
    background-color: #E08283;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-pink {
    background-color: #E08283;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-pink:hover {
        background-color: #db6e6f;
    }

.mt-element-list .list-todo .list-todo-line.red-pink {
    border-color: #E08283;
}

.mt-element-list .list-todo .list-todo-item.red-pink:after {
    border-right-color: #E08283 !important;
}

.mt-element-list .list-todo .list-todo-item.red-pink .list-toggle {
    background: #E08283;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-pink .list-toggle > .badge {
        color: #E08283;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-sunglo {
    background-color: #E26A6A;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-sunglo .badge {
        background-color: #ea9595;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-sunglo.ext-1 .badge {
        background-color: #da3f3f;
    }

    .mt-element-list .list-default.mt-list-head.red-sunglo .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-sunglo .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-sunglo {
    background-color: #E26A6A;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-sunglo {
    background-color: #E26A6A;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-sunglo:hover {
        background-color: #de5555;
    }

.mt-element-list .list-todo .list-todo-line.red-sunglo {
    border-color: #E26A6A;
}

.mt-element-list .list-todo .list-todo-item.red-sunglo:after {
    border-right-color: #E26A6A !important;
}

.mt-element-list .list-todo .list-todo-item.red-sunglo .list-toggle {
    background: #E26A6A;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-sunglo .list-toggle > .badge {
        color: #E26A6A;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-intense {
    background-color: #e35b5a;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-intense .badge {
        background-color: #ea8686;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-intense.ext-1 .badge {
        background-color: #dc302e;
    }

    .mt-element-list .list-default.mt-list-head.red-intense .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-intense .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-intense {
    background-color: #e35b5a;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-intense {
    background-color: #e35b5a;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-intense:hover {
        background-color: #df4544;
    }

.mt-element-list .list-todo .list-todo-line.red-intense {
    border-color: #e35b5a;
}

.mt-element-list .list-todo .list-todo-item.red-intense:after {
    border-right-color: #e35b5a !important;
}

.mt-element-list .list-todo .list-todo-item.red-intense .list-toggle {
    background: #e35b5a;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-intense .list-toggle > .badge {
        color: #e35b5a;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-thunderbird {
    background-color: #D91E18;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-thunderbird .badge {
        background-color: #e9403b;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-thunderbird.ext-1 .badge {
        background-color: #ab1813;
    }

    .mt-element-list .list-default.mt-list-head.red-thunderbird .list-label {
        color: #fef3f2;
    }

    .mt-element-list .list-default.mt-list-head.red-thunderbird .list-date {
        color: #fef3f2;
    }

.mt-element-list .list-todo.mt-list-head.red-thunderbird {
    background-color: #D91E18;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-thunderbird {
    background-color: #D91E18;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-thunderbird:hover {
        background-color: #c21b15;
    }

.mt-element-list .list-todo .list-todo-line.red-thunderbird {
    border-color: #D91E18;
}

.mt-element-list .list-todo .list-todo-item.red-thunderbird:after {
    border-right-color: #D91E18 !important;
}

.mt-element-list .list-todo .list-todo-item.red-thunderbird .list-toggle {
    background: #D91E18;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-thunderbird .list-toggle > .badge {
        color: #D91E18;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-flamingo {
    background-color: #EF4836;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-flamingo .badge {
        background-color: #f37365;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-flamingo.ext-1 .badge {
        background-color: #e02612;
    }

    .mt-element-list .list-default.mt-list-head.red-flamingo .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-flamingo .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-flamingo {
    background-color: #EF4836;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-flamingo {
    background-color: #EF4836;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-flamingo:hover {
        background-color: #ed321e;
    }

.mt-element-list .list-todo .list-todo-line.red-flamingo {
    border-color: #EF4836;
}

.mt-element-list .list-todo .list-todo-item.red-flamingo:after {
    border-right-color: #EF4836 !important;
}

.mt-element-list .list-todo .list-todo-item.red-flamingo .list-toggle {
    background: #EF4836;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-flamingo .list-toggle > .badge {
        color: #EF4836;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-soft {
    background-color: #d05454;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-soft .badge {
        background-color: #db7c7c;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-soft.ext-1 .badge {
        background-color: #bd3434;
    }

    .mt-element-list .list-default.mt-list-head.red-soft .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-soft .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-soft {
    background-color: #d05454;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-soft {
    background-color: #d05454;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-soft:hover {
        background-color: #cb4040;
    }

.mt-element-list .list-todo .list-todo-line.red-soft {
    border-color: #d05454;
}

.mt-element-list .list-todo .list-todo-item.red-soft:after {
    border-right-color: #d05454 !important;
}

.mt-element-list .list-todo .list-todo-item.red-soft .list-toggle {
    background: #d05454;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-soft .list-toggle > .badge {
        color: #d05454;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-haze {
    background-color: #f36a5a;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-haze .badge {
        background-color: #f6958a;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-haze.ext-1 .badge {
        background-color: #f03f2a;
    }

    .mt-element-list .list-default.mt-list-head.red-haze .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-haze .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-haze {
    background-color: #f36a5a;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-haze {
    background-color: #f36a5a;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-haze:hover {
        background-color: #f15542;
    }

.mt-element-list .list-todo .list-todo-line.red-haze {
    border-color: #f36a5a;
}

.mt-element-list .list-todo .list-todo-item.red-haze:after {
    border-right-color: #f36a5a !important;
}

.mt-element-list .list-todo .list-todo-item.red-haze .list-toggle {
    background: #f36a5a;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-haze .list-toggle > .badge {
        color: #f36a5a;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.red-mint {
    background-color: #e43a45;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.red-mint .badge {
        background-color: #ea676f;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.red-mint.ext-1 .badge {
        background-color: #cf1c28;
    }

    .mt-element-list .list-default.mt-list-head.red-mint .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.red-mint .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.red-mint {
    background-color: #e43a45;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.red-mint {
    background-color: #e43a45;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.red-mint:hover {
        background-color: #e12430;
    }

.mt-element-list .list-todo .list-todo-line.red-mint {
    border-color: #e43a45;
}

.mt-element-list .list-todo .list-todo-item.red-mint:after {
    border-right-color: #e43a45 !important;
}

.mt-element-list .list-todo .list-todo-item.red-mint .list-toggle {
    background: #e43a45;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.red-mint .list-toggle > .badge {
        color: #e43a45;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow {
    background-color: #c49f47;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow .badge {
        background-color: #d0b36e;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow.ext-1 .badge {
        background-color: #a48334;
    }

    .mt-element-list .list-default.mt-list-head.yellow .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow {
    background-color: #c49f47;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow {
    background-color: #c49f47;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow:hover {
        background-color: #b7923b;
    }

.mt-element-list .list-todo .list-todo-line.yellow {
    border-color: #c49f47;
}

.mt-element-list .list-todo .list-todo-item.yellow:after {
    border-right-color: #c49f47 !important;
}

.mt-element-list .list-todo .list-todo-item.yellow .list-toggle {
    background: #c49f47;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow .list-toggle > .badge {
        color: #c49f47;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-gold {
    background-color: #E87E04;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-gold .badge {
        background-color: #fb9724;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-gold.ext-1 .badge {
        background-color: #b66303;
    }

    .mt-element-list .list-default.mt-list-head.yellow-gold .list-label {
        color: #fff6ec;
    }

    .mt-element-list .list-default.mt-list-head.yellow-gold .list-date {
        color: #fff6ec;
    }

.mt-element-list .list-todo.mt-list-head.yellow-gold {
    background-color: #E87E04;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-gold {
    background-color: #E87E04;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-gold:hover {
        background-color: #cf7004;
    }

.mt-element-list .list-todo .list-todo-line.yellow-gold {
    border-color: #E87E04;
}

.mt-element-list .list-todo .list-todo-item.yellow-gold:after {
    border-right-color: #E87E04 !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-gold .list-toggle {
    background: #E87E04;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-gold .list-toggle > .badge {
        color: #E87E04;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-casablanca {
    background-color: #f2784b;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-casablanca .badge {
        background-color: #f59c7b;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-casablanca.ext-1 .badge {
        background-color: #ef541b;
    }

    .mt-element-list .list-default.mt-list-head.yellow-casablanca .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow-casablanca .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow-casablanca {
    background-color: #f2784b;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-casablanca {
    background-color: #f2784b;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-casablanca:hover {
        background-color: #f06633;
    }

.mt-element-list .list-todo .list-todo-line.yellow-casablanca {
    border-color: #f2784b;
}

.mt-element-list .list-todo .list-todo-item.yellow-casablanca:after {
    border-right-color: #f2784b !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-casablanca .list-toggle {
    background: #f2784b;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-casablanca .list-toggle > .badge {
        color: #f2784b;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-crusta {
    background-color: #f3c200;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-crusta .badge {
        background-color: #ffd327;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-crusta.ext-1 .badge {
        background-color: #c09900;
    }

    .mt-element-list .list-default.mt-list-head.yellow-crusta .list-label {
        color: #fffdf3;
    }

    .mt-element-list .list-default.mt-list-head.yellow-crusta .list-date {
        color: #fffdf3;
    }

.mt-element-list .list-todo.mt-list-head.yellow-crusta {
    background-color: #f3c200;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-crusta {
    background-color: #f3c200;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-crusta:hover {
        background-color: #daae00;
    }

.mt-element-list .list-todo .list-todo-line.yellow-crusta {
    border-color: #f3c200;
}

.mt-element-list .list-todo .list-todo-item.yellow-crusta:after {
    border-right-color: #f3c200 !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-crusta .list-toggle {
    background: #f3c200;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-crusta .list-toggle > .badge {
        color: #f3c200;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-lemon {
    background-color: #F7CA18;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-lemon .badge {
        background-color: #f9d549;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-lemon.ext-1 .badge {
        background-color: #d5ab07;
    }

    .mt-element-list .list-default.mt-list-head.yellow-lemon .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow-lemon .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow-lemon {
    background-color: #F7CA18;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-lemon {
    background-color: #F7CA18;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-lemon:hover {
        background-color: #edbf08;
    }

.mt-element-list .list-todo .list-todo-line.yellow-lemon {
    border-color: #F7CA18;
}

.mt-element-list .list-todo .list-todo-item.yellow-lemon:after {
    border-right-color: #F7CA18 !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-lemon .list-toggle {
    background: #F7CA18;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-lemon .list-toggle > .badge {
        color: #F7CA18;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-saffron {
    background-color: #F4D03F;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-saffron .badge {
        background-color: #f7dc6f;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-saffron.ext-1 .badge {
        background-color: #f1c40f;
    }

    .mt-element-list .list-default.mt-list-head.yellow-saffron .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow-saffron .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow-saffron {
    background-color: #F4D03F;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-saffron {
    background-color: #F4D03F;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-saffron:hover {
        background-color: #f3ca27;
    }

.mt-element-list .list-todo .list-todo-line.yellow-saffron {
    border-color: #F4D03F;
}

.mt-element-list .list-todo .list-todo-item.yellow-saffron:after {
    border-right-color: #F4D03F !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-saffron .list-toggle {
    background: #F4D03F;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-saffron .list-toggle > .badge {
        color: #F4D03F;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-soft {
    background-color: #c8d046;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-soft .badge {
        background-color: #d4da6f;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-soft.ext-1 .badge {
        background-color: #adb52e;
    }

    .mt-element-list .list-default.mt-list-head.yellow-soft .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow-soft .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow-soft {
    background-color: #c8d046;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-soft {
    background-color: #c8d046;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-soft:hover {
        background-color: #c1c933;
    }

.mt-element-list .list-todo .list-todo-line.yellow-soft {
    border-color: #c8d046;
}

.mt-element-list .list-todo .list-todo-item.yellow-soft:after {
    border-right-color: #c8d046 !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-soft .list-toggle {
    background: #c8d046;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-soft .list-toggle > .badge {
        color: #c8d046;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-haze {
    background-color: #c5bf66;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-haze .badge {
        background-color: #d3ce8b;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-haze.ext-1 .badge {
        background-color: #b4ad44;
    }

    .mt-element-list .list-default.mt-list-head.yellow-haze .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow-haze .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow-haze {
    background-color: #c5bf66;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-haze {
    background-color: #c5bf66;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-haze:hover {
        background-color: #beb754;
    }

.mt-element-list .list-todo .list-todo-line.yellow-haze {
    border-color: #c5bf66;
}

.mt-element-list .list-todo .list-todo-item.yellow-haze:after {
    border-right-color: #c5bf66 !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-haze .list-toggle {
    background: #c5bf66;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-haze .list-toggle > .badge {
        color: #c5bf66;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.yellow-mint {
    background-color: #c5b96b;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.yellow-mint .badge {
        background-color: #d3ca90;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.yellow-mint.ext-1 .badge {
        background-color: #b6a747;
    }

    .mt-element-list .list-default.mt-list-head.yellow-mint .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.yellow-mint .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.yellow-mint {
    background-color: #c5b96b;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.yellow-mint {
    background-color: #c5b96b;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.yellow-mint:hover {
        background-color: #beb059;
    }

.mt-element-list .list-todo .list-todo-line.yellow-mint {
    border-color: #c5b96b;
}

.mt-element-list .list-todo .list-todo-item.yellow-mint:after {
    border-right-color: #c5b96b !important;
}

.mt-element-list .list-todo .list-todo-item.yellow-mint .list-toggle {
    background: #c5b96b;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.yellow-mint .list-toggle > .badge {
        color: #c5b96b;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple {
    background-color: #8E44AD;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple .badge {
        background-color: #a563c1;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple.ext-1 .badge {
        background-color: #703688;
    }

    .mt-element-list .list-default.mt-list-head.purple .list-label {
        color: #f9f5fb;
    }

    .mt-element-list .list-default.mt-list-head.purple .list-date {
        color: #f9f5fb;
    }

.mt-element-list .list-todo.mt-list-head.purple {
    background-color: #8E44AD;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple {
    background-color: #8E44AD;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple:hover {
        background-color: #7f3d9b;
    }

.mt-element-list .list-todo .list-todo-line.purple {
    border-color: #8E44AD;
}

.mt-element-list .list-todo .list-todo-item.purple:after {
    border-right-color: #8E44AD !important;
}

.mt-element-list .list-todo .list-todo-item.purple .list-toggle {
    background: #8E44AD;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple .list-toggle > .badge {
        color: #8E44AD;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-plum {
    background-color: #8775a7;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-plum .badge {
        background-color: #a294bb;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-plum.ext-1 .badge {
        background-color: #6d5b8e;
    }

    .mt-element-list .list-default.mt-list-head.purple-plum .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.purple-plum .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.purple-plum {
    background-color: #8775a7;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-plum {
    background-color: #8775a7;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-plum:hover {
        background-color: #79659d;
    }

.mt-element-list .list-todo .list-todo-line.purple-plum {
    border-color: #8775a7;
}

.mt-element-list .list-todo .list-todo-item.purple-plum:after {
    border-right-color: #8775a7 !important;
}

.mt-element-list .list-todo .list-todo-item.purple-plum .list-toggle {
    background: #8775a7;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-plum .list-toggle > .badge {
        color: #8775a7;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-medium {
    background-color: #BF55EC;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-medium .badge {
        background-color: #d083f1;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-medium.ext-1 .badge {
        background-color: #ae27e7;
    }

    .mt-element-list .list-default.mt-list-head.purple-medium .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.purple-medium .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.purple-medium {
    background-color: #BF55EC;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-medium {
    background-color: #BF55EC;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-medium:hover {
        background-color: #b63ee9;
    }

.mt-element-list .list-todo .list-todo-line.purple-medium {
    border-color: #BF55EC;
}

.mt-element-list .list-todo .list-todo-item.purple-medium:after {
    border-right-color: #BF55EC !important;
}

.mt-element-list .list-todo .list-todo-item.purple-medium .list-toggle {
    background: #BF55EC;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-medium .list-toggle > .badge {
        color: #BF55EC;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-studio {
    background-color: #8E44AD;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-studio .badge {
        background-color: #a563c1;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-studio.ext-1 .badge {
        background-color: #703688;
    }

    .mt-element-list .list-default.mt-list-head.purple-studio .list-label {
        color: #f9f5fb;
    }

    .mt-element-list .list-default.mt-list-head.purple-studio .list-date {
        color: #f9f5fb;
    }

.mt-element-list .list-todo.mt-list-head.purple-studio {
    background-color: #8E44AD;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-studio {
    background-color: #8E44AD;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-studio:hover {
        background-color: #7f3d9b;
    }

.mt-element-list .list-todo .list-todo-line.purple-studio {
    border-color: #8E44AD;
}

.mt-element-list .list-todo .list-todo-item.purple-studio:after {
    border-right-color: #8E44AD !important;
}

.mt-element-list .list-todo .list-todo-item.purple-studio .list-toggle {
    background: #8E44AD;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-studio .list-toggle > .badge {
        color: #8E44AD;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-wisteria {
    background-color: #9B59B6;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-wisteria .badge {
        background-color: #b07cc6;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-wisteria.ext-1 .badge {
        background-color: #804399;
    }

    .mt-element-list .list-default.mt-list-head.purple-wisteria .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.purple-wisteria .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.purple-wisteria {
    background-color: #9B59B6;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-wisteria {
    background-color: #9B59B6;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-wisteria:hover {
        background-color: #8f4bab;
    }

.mt-element-list .list-todo .list-todo-line.purple-wisteria {
    border-color: #9B59B6;
}

.mt-element-list .list-todo .list-todo-item.purple-wisteria:after {
    border-right-color: #9B59B6 !important;
}

.mt-element-list .list-todo .list-todo-item.purple-wisteria .list-toggle {
    background: #9B59B6;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-wisteria .list-toggle > .badge {
        color: #9B59B6;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-seance {
    background-color: #9A12B3;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-seance .badge {
        background-color: #c217e1;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-seance.ext-1 .badge {
        background-color: #720d85;
    }

    .mt-element-list .list-default.mt-list-head.purple-seance .list-label {
        color: #f2cafa;
    }

    .mt-element-list .list-default.mt-list-head.purple-seance .list-date {
        color: #f2cafa;
    }

.mt-element-list .list-todo.mt-list-head.purple-seance {
    background-color: #9A12B3;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-seance {
    background-color: #9A12B3;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-seance:hover {
        background-color: #86109c;
    }

.mt-element-list .list-todo .list-todo-line.purple-seance {
    border-color: #9A12B3;
}

.mt-element-list .list-todo .list-todo-item.purple-seance:after {
    border-right-color: #9A12B3 !important;
}

.mt-element-list .list-todo .list-todo-item.purple-seance .list-toggle {
    background: #9A12B3;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-seance .list-toggle > .badge {
        color: #9A12B3;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-intense {
    background-color: #8775a7;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-intense .badge {
        background-color: #a294bb;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-intense.ext-1 .badge {
        background-color: #6d5b8e;
    }

    .mt-element-list .list-default.mt-list-head.purple-intense .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.purple-intense .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.purple-intense {
    background-color: #8775a7;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-intense {
    background-color: #8775a7;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-intense:hover {
        background-color: #79659d;
    }

.mt-element-list .list-todo .list-todo-line.purple-intense {
    border-color: #8775a7;
}

.mt-element-list .list-todo .list-todo-item.purple-intense:after {
    border-right-color: #8775a7 !important;
}

.mt-element-list .list-todo .list-todo-item.purple-intense .list-toggle {
    background: #8775a7;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-intense .list-toggle > .badge {
        color: #8775a7;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-sharp {
    background-color: #796799;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-sharp .badge {
        background-color: #9486ad;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-sharp.ext-1 .badge {
        background-color: #61527b;
    }

    .mt-element-list .list-default.mt-list-head.purple-sharp .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.purple-sharp .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.purple-sharp {
    background-color: #796799;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-sharp {
    background-color: #796799;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-sharp:hover {
        background-color: #6d5d8a;
    }

.mt-element-list .list-todo .list-todo-line.purple-sharp {
    border-color: #796799;
}

.mt-element-list .list-todo .list-todo-item.purple-sharp:after {
    border-right-color: #796799 !important;
}

.mt-element-list .list-todo .list-todo-item.purple-sharp .list-toggle {
    background: #796799;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-sharp .list-toggle > .badge {
        color: #796799;
        background: #ffffff;
    }

.mt-element-list .list-default.mt-list-head.purple-soft {
    background-color: #8877a9;
    color: #ffffff;
}

    .mt-element-list .list-default.mt-list-head.purple-soft .badge {
        background-color: #a396bd;
        color: #ffffff;
    }

    .mt-element-list .list-default.mt-list-head.purple-soft.ext-1 .badge {
        background-color: #6e5c91;
    }

    .mt-element-list .list-default.mt-list-head.purple-soft .list-label {
        color: white;
    }

    .mt-element-list .list-default.mt-list-head.purple-soft .list-date {
        color: white;
    }

.mt-element-list .list-todo.mt-list-head.purple-soft {
    background-color: #8877a9;
    color: #ffffff;
}

.mt-element-list .list-todo .list-count.purple-soft {
    background-color: #8877a9;
    color: #ffffff;
}

    .mt-element-list .list-todo .list-count.purple-soft:hover {
        background-color: #7a679f;
    }

.mt-element-list .list-todo .list-todo-line.purple-soft {
    border-color: #8877a9;
}

.mt-element-list .list-todo .list-todo-item.purple-soft:after {
    border-right-color: #8877a9 !important;
}

.mt-element-list .list-todo .list-todo-item.purple-soft .list-toggle {
    background: #8877a9;
    color: #ffffff !important;
}

    .mt-element-list .list-todo .list-todo-item.purple-soft .list-toggle > .badge {
        color: #8877a9;
        background: #ffffff;
    }

.mt-element-list .list-todo-item.white:after {
    border-right-color: #ffffff;
}

.mt-element-list .list-todo-item.white .list-toggle {
    background: #ffffff;
}

.mt-element-list .list-todo-item.default:after {
    border-right-color: #e1e5ec;
}

.mt-element-list .list-todo-item.default .list-toggle {
    background: #e1e5ec;
}

.mt-element-list .list-todo-item.dark:after {
    border-right-color: #2f353b;
}

.mt-element-list .list-todo-item.dark .list-toggle {
    background: #2f353b;
}

.mt-element-list .list-todo-item.blue:after {
    border-right-color: #3598dc;
}

.mt-element-list .list-todo-item.blue .list-toggle {
    background: #3598dc;
}

.mt-element-list .list-todo-item.blue-madison:after {
    border-right-color: #578ebe;
}

.mt-element-list .list-todo-item.blue-madison .list-toggle {
    background: #578ebe;
}

.mt-element-list .list-todo-item.blue-chambray:after {
    border-right-color: #2C3E50;
}

.mt-element-list .list-todo-item.blue-chambray .list-toggle {
    background: #2C3E50;
}

.mt-element-list .list-todo-item.blue-ebonyclay:after {
    border-right-color: #22313F;
}

.mt-element-list .list-todo-item.blue-ebonyclay .list-toggle {
    background: #22313F;
}

.mt-element-list .list-todo-item.blue-hoki:after {
    border-right-color: #67809F;
}

.mt-element-list .list-todo-item.blue-hoki .list-toggle {
    background: #67809F;
}

.mt-element-list .list-todo-item.blue-steel:after {
    border-right-color: #4B77BE;
}

.mt-element-list .list-todo-item.blue-steel .list-toggle {
    background: #4B77BE;
}

.mt-element-list .list-todo-item.blue-soft:after {
    border-right-color: #4c87b9;
}

.mt-element-list .list-todo-item.blue-soft .list-toggle {
    background: #4c87b9;
}

.mt-element-list .list-todo-item.blue-dark:after {
    border-right-color: #5e738b;
}

.mt-element-list .list-todo-item.blue-dark .list-toggle {
    background: #5e738b;
}

.mt-element-list .list-todo-item.blue-sharp:after {
    border-right-color: #5C9BD1;
}

.mt-element-list .list-todo-item.blue-sharp .list-toggle {
    background: #5C9BD1;
}

.mt-element-list .list-todo-item.blue-oleo:after {
    border-right-color: #94A0B2;
}

.mt-element-list .list-todo-item.blue-oleo .list-toggle {
    background: #94A0B2;
}

.mt-element-list .list-todo-item.green:after {
    border-right-color: #32c5d2;
}

.mt-element-list .list-todo-item.green .list-toggle {
    background: #32c5d2;
}

.mt-element-list .list-todo-item.green-meadow:after {
    border-right-color: #1BBC9B;
}

.mt-element-list .list-todo-item.green-meadow .list-toggle {
    background: #1BBC9B;
}

.mt-element-list .list-todo-item.green-seagreen:after {
    border-right-color: #1BA39C;
}

.mt-element-list .list-todo-item.green-seagreen .list-toggle {
    background: #1BA39C;
}

.mt-element-list .list-todo-item.green-turquoise:after {
    border-right-color: #36D7B7;
}

.mt-element-list .list-todo-item.green-turquoise .list-toggle {
    background: #36D7B7;
}

.mt-element-list .list-todo-item.green-haze:after {
    border-right-color: #44b6ae;
}

.mt-element-list .list-todo-item.green-haze .list-toggle {
    background: #44b6ae;
}

.mt-element-list .list-todo-item.green-jungle:after {
    border-right-color: #26C281;
}

.mt-element-list .list-todo-item.green-jungle .list-toggle {
    background: #26C281;
}

.mt-element-list .list-todo-item.green-soft:after {
    border-right-color: #3faba4;
}

.mt-element-list .list-todo-item.green-soft .list-toggle {
    background: #3faba4;
}

.mt-element-list .list-todo-item.green-dark:after {
    border-right-color: #4DB3A2;
}

.mt-element-list .list-todo-item.green-dark .list-toggle {
    background: #4DB3A2;
}

.mt-element-list .list-todo-item.green-sharp:after {
    border-right-color: #2ab4c0;
}

.mt-element-list .list-todo-item.green-sharp .list-toggle {
    background: #2ab4c0;
}

.mt-element-list .list-todo-item.green-steel:after {
    border-right-color: #29b4b6;
}

.mt-element-list .list-todo-item.green-steel .list-toggle {
    background: #29b4b6;
}

.mt-element-list .list-todo-item.grey:after {
    border-right-color: #E5E5E5;
}

.mt-element-list .list-todo-item.grey .list-toggle {
    background: #E5E5E5;
}

.mt-element-list .list-todo-item.grey-steel:after {
    border-right-color: #e9edef;
}

.mt-element-list .list-todo-item.grey-steel .list-toggle {
    background: #e9edef;
}

.mt-element-list .list-todo-item.grey-cararra:after {
    border-right-color: #fafafa;
}

.mt-element-list .list-todo-item.grey-cararra .list-toggle {
    background: #fafafa;
}

.mt-element-list .list-todo-item.grey-gallery:after {
    border-right-color: #555555;
}

.mt-element-list .list-todo-item.grey-gallery .list-toggle {
    background: #555555;
}

.mt-element-list .list-todo-item.grey-cascade:after {
    border-right-color: #95A5A6;
}

.mt-element-list .list-todo-item.grey-cascade .list-toggle {
    background: #95A5A6;
}

.mt-element-list .list-todo-item.grey-silver:after {
    border-right-color: #BFBFBF;
}

.mt-element-list .list-todo-item.grey-silver .list-toggle {
    background: #BFBFBF;
}

.mt-element-list .list-todo-item.grey-salsa:after {
    border-right-color: #ACB5C3;
}

.mt-element-list .list-todo-item.grey-salsa .list-toggle {
    background: #ACB5C3;
}

.mt-element-list .list-todo-item.grey-salt:after {
    border-right-color: #bfcad1;
}

.mt-element-list .list-todo-item.grey-salt .list-toggle {
    background: #bfcad1;
}

.mt-element-list .list-todo-item.grey-mint:after {
    border-right-color: #525e64;
}

.mt-element-list .list-todo-item.grey-mint .list-toggle {
    background: #525e64;
}

.mt-element-list .list-todo-item.red:after {
    border-right-color: #e7505a;
}

.mt-element-list .list-todo-item.red .list-toggle {
    background: #e7505a;
}

.mt-element-list .list-todo-item.red-pink:after {
    border-right-color: #E08283;
}

.mt-element-list .list-todo-item.red-pink .list-toggle {
    background: #E08283;
}

.mt-element-list .list-todo-item.red-sunglo:after {
    border-right-color: #E26A6A;
}

.mt-element-list .list-todo-item.red-sunglo .list-toggle {
    background: #E26A6A;
}

.mt-element-list .list-todo-item.red-intense:after {
    border-right-color: #e35b5a;
}

.mt-element-list .list-todo-item.red-intense .list-toggle {
    background: #e35b5a;
}

.mt-element-list .list-todo-item.red-thunderbird:after {
    border-right-color: #D91E18;
}

.mt-element-list .list-todo-item.red-thunderbird .list-toggle {
    background: #D91E18;
}

.mt-element-list .list-todo-item.red-flamingo:after {
    border-right-color: #EF4836;
}

.mt-element-list .list-todo-item.red-flamingo .list-toggle {
    background: #EF4836;
}

.mt-element-list .list-todo-item.red-soft:after {
    border-right-color: #d05454;
}

.mt-element-list .list-todo-item.red-soft .list-toggle {
    background: #d05454;
}

.mt-element-list .list-todo-item.red-haze:after {
    border-right-color: #f36a5a;
}

.mt-element-list .list-todo-item.red-haze .list-toggle {
    background: #f36a5a;
}

.mt-element-list .list-todo-item.red-mint:after {
    border-right-color: #e43a45;
}

.mt-element-list .list-todo-item.red-mint .list-toggle {
    background: #e43a45;
}

.mt-element-list .list-todo-item.yellow:after {
    border-right-color: #c49f47;
}

.mt-element-list .list-todo-item.yellow .list-toggle {
    background: #c49f47;
}

.mt-element-list .list-todo-item.yellow-gold:after {
    border-right-color: #E87E04;
}

.mt-element-list .list-todo-item.yellow-gold .list-toggle {
    background: #E87E04;
}

.mt-element-list .list-todo-item.yellow-casablanca:after {
    border-right-color: #f2784b;
}

.mt-element-list .list-todo-item.yellow-casablanca .list-toggle {
    background: #f2784b;
}

.mt-element-list .list-todo-item.yellow-crusta:after {
    border-right-color: #f3c200;
}

.mt-element-list .list-todo-item.yellow-crusta .list-toggle {
    background: #f3c200;
}

.mt-element-list .list-todo-item.yellow-lemon:after {
    border-right-color: #F7CA18;
}

.mt-element-list .list-todo-item.yellow-lemon .list-toggle {
    background: #F7CA18;
}

.mt-element-list .list-todo-item.yellow-saffron:after {
    border-right-color: #F4D03F;
}

.mt-element-list .list-todo-item.yellow-saffron .list-toggle {
    background: #F4D03F;
}

.mt-element-list .list-todo-item.yellow-soft:after {
    border-right-color: #c8d046;
}

.mt-element-list .list-todo-item.yellow-soft .list-toggle {
    background: #c8d046;
}

.mt-element-list .list-todo-item.yellow-haze:after {
    border-right-color: #c5bf66;
}

.mt-element-list .list-todo-item.yellow-haze .list-toggle {
    background: #c5bf66;
}

.mt-element-list .list-todo-item.yellow-mint:after {
    border-right-color: #c5b96b;
}

.mt-element-list .list-todo-item.yellow-mint .list-toggle {
    background: #c5b96b;
}

.mt-element-list .list-todo-item.purple:after {
    border-right-color: #8E44AD;
}

.mt-element-list .list-todo-item.purple .list-toggle {
    background: #8E44AD;
}

.mt-element-list .list-todo-item.purple-plum:after {
    border-right-color: #8775a7;
}

.mt-element-list .list-todo-item.purple-plum .list-toggle {
    background: #8775a7;
}

.mt-element-list .list-todo-item.purple-medium:after {
    border-right-color: #BF55EC;
}

.mt-element-list .list-todo-item.purple-medium .list-toggle {
    background: #BF55EC;
}

.mt-element-list .list-todo-item.purple-studio:after {
    border-right-color: #8E44AD;
}

.mt-element-list .list-todo-item.purple-studio .list-toggle {
    background: #8E44AD;
}

.mt-element-list .list-todo-item.purple-wisteria:after {
    border-right-color: #9B59B6;
}

.mt-element-list .list-todo-item.purple-wisteria .list-toggle {
    background: #9B59B6;
}

.mt-element-list .list-todo-item.purple-seance:after {
    border-right-color: #9A12B3;
}

.mt-element-list .list-todo-item.purple-seance .list-toggle {
    background: #9A12B3;
}

.mt-element-list .list-todo-item.purple-intense:after {
    border-right-color: #8775a7;
}

.mt-element-list .list-todo-item.purple-intense .list-toggle {
    background: #8775a7;
}

.mt-element-list .list-todo-item.purple-sharp:after {
    border-right-color: #796799;
}

.mt-element-list .list-todo-item.purple-sharp .list-toggle {
    background: #796799;
}

.mt-element-list .list-todo-item.purple-soft:after {
    border-right-color: #8877a9;
}

.mt-element-list .list-todo-item.purple-soft .list-toggle {
    background: #8877a9;
}

.mt-element-ribbon {
    position: relative;
    margin-bottom: 30px;
}

    .mt-element-ribbon .ribbon-content {
        margin: 0;
        padding: 25px;
        clear: both;
    }

        .mt-element-ribbon .ribbon-content.no-padding {
            padding-top: 0;
        }

    .mt-element-ribbon .ribbon {
        padding: 0.5em 1em;
        z-index: 5;
        float: left;
        margin: 10px 0 0 -2px;
        clear: left;
        position: relative;
        background-color: #bac3d0;
        color: #384353;
    }

        .mt-element-ribbon .ribbon.ribbon-right {
            float: right;
            clear: right;
            margin: 10px -2px 0 0;
        }

        .mt-element-ribbon .ribbon.ribbon-vertical-left {
            clear: none;
            margin: -2px 0 0 10px;
            padding-top: 1em;
            padding-bottom: 1em;
            width: 41px;
            text-align: center;
        }

        .mt-element-ribbon .ribbon.ribbon-vertical-right {
            clear: none;
            float: right;
            margin: -2px 10px 0 0;
            padding-top: 1em;
            padding-bottom: 1em;
            width: 41px;
            text-align: center;
        }

        .mt-element-ribbon .ribbon.ribbon-shadow {
            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 {
                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-top-right-radius: 0px !important;
                border-bottom-right-radius: 0px !important;
                border-top-left-radius: 5px !important;
                border-bottom-left-radius: 5px !important;
            }

            .mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-right, .mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-left {
                border-top-right-radius: 0px !important;
                border-bottom-right-radius: 5px !important;
                border-top-left-radius: 0px !important;
                border-bottom-left-radius: 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 solid;
            border-style: 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;
            margin-left: 0;
        }

            .mt-element-ribbon .ribbon.ribbon-clip.ribbon-right {
                left: auto;
                right: -10px;
                margin-right: 0;
            }

        .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:before, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:after {
                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:before, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
                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 {
            background-color: #bac3d0;
            color: #384353;
        }

            .mt-element-ribbon .ribbon > .ribbon-sub:after {
                border-color: #62748f;
                border-left-color: #bac3d0;
                border-right-color: #bac3d0;
            }

        .mt-element-ribbon .ribbon.ribbon-color-default {
            background-color: #bac3d0;
            color: #384353;
        }

            .mt-element-ribbon .ribbon.ribbon-color-default:after {
                border-color: #9ca8bb;
            }

            .mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub {
                background-color: #bac3d0;
                color: #384353;
            }

                .mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub:after {
                    border-color: #62748f;
                    border-left-color: #bac3d0;
                    border-right-color: #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: black;
            }

                .mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub:after {
                    border-color: #122b40;
                    border-left-color: #337ab7;
                    border-right-color: #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;
                    border-left-color: #659be0;
                    border-right-color: #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;
                    border-left-color: #36c6d3;
                    border-right-color: #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-danger > .ribbon-sub:after {
                    border-color: #a91520;
                    border-left-color: #ed6b75;
                    border-right-color: #ed6b75;
                }

        .mt-element-ribbon .ribbon.ribbon-color-warning {
            background-color: #F1C40F;
            color: #010100;
        }

            .mt-element-ribbon .ribbon.ribbon-color-warning:after {
                border-color: #c29d0b;
            }

            .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub {
                background-color: #F1C40F;
                color: #010100;
            }

                .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub:after {
                    border-color: #614f06;
                    border-left-color: #F1C40F;
                    border-right-color: #F1C40F;
                }

.mt-element-card .mt-card-item {
    border: 1px solid;
    border-color: #e7ecf1;
    position: relative;
    margin-bottom: 30px;
}

    .mt-element-card .mt-card-item .mt-card-avatar {
        margin-bottom: 15px;
    }

    .mt-element-card .mt-card-item .mt-card-content {
        text-align: center;
    }

        .mt-element-card .mt-card-item .mt-card-content .mt-card-name {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .mt-element-card .mt-card-item .mt-card-content .mt-card-desc {
            font-size: 14px;
            margin: 0 0 10px 0;
        }

        .mt-element-card .mt-card-item .mt-card-content .mt-card-social > ul {
            padding: 0;
            margin-bottom: 10px;
        }

            .mt-element-card .mt-card-item .mt-card-content .mt-card-social > ul > li {
                list-style: none;
                display: inline-block;
                margin: 0 3px;
            }

                .mt-element-card .mt-card-item .mt-card-content .mt-card-social > ul > li > a {
                    color: #000;
                    font-size: 18px;
                }

                    .mt-element-card .mt-card-item .mt-card-content .mt-card-social > ul > li > a.mt-card-btn {
                        color: #fff;
                    }

                        .mt-element-card .mt-card-item .mt-card-content .mt-card-social > ul > li > a.mt-card-btn:hover {
                            color: #36c6d3;
                        }

                    .mt-element-card .mt-card-item .mt-card-content .mt-card-social > ul > li > a:hover {
                        color: #F1C40F;
                    }

.mt-element-card.mt-card-round .mt-card-item {
    padding: 40px 40px 10px 40px;
}

    .mt-element-card.mt-card-round .mt-card-item .mt-card-avatar {
        border-radius: 50% !important;
        -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    }

        .mt-element-card.mt-card-round .mt-card-item .mt-card-avatar .mt-overlay {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
        }

.mt-element-overlay .mt-overlay-1 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .mt-element-overlay .mt-overlay-1 img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
        width: 100%;
        height: auto;
    }

    .mt-element-overlay .mt-overlay-1 h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(-100px) translateZ(0);
        -ms-transform: translatey(-100px) translateZ(0);
        transform: translatey(-100px) translateZ(0);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 10px;
    }

    .mt-element-overlay .mt-overlay-1 .mt-info {
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 0;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%) translateZ(0);
        -webkit-transform: translateY(-50%) translateZ(0);
        -ms-transform: translateY(-50%) translateZ(0);
    }

        .mt-element-overlay .mt-overlay-1 .mt-info > li {
            list-style: none;
            display: inline-block;
            margin: 0 3px;
        }

            .mt-element-overlay .mt-overlay-1 .mt-info > li:hover {
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                cursor: pointer;
            }

    .mt-element-overlay .mt-overlay-1:hover .mt-overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }

    .mt-element-overlay .mt-overlay-1:hover img {
        -ms-transform: scale(1.2) translateZ(0);
        -webkit-transform: scale(1.2) translateZ(0);
        transform: scale(1.2) translateZ(0);
    }

    .mt-element-overlay .mt-overlay-1:hover .mt-info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .mt-element-overlay .mt-overlay-1 .mt-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .mt-element-overlay .mt-overlay-1.mt-scroll-up:hover .mt-overlay {
        bottom: 0;
    }

    .mt-element-overlay .mt-overlay-1.mt-scroll-up .mt-overlay {
        bottom: -100%;
        top: auto;
    }

    .mt-element-overlay .mt-overlay-1.mt-scroll-down:hover .mt-overlay {
        top: 0;
    }

    .mt-element-overlay .mt-overlay-1.mt-scroll-down .mt-overlay {
        top: -100%;
    }

    .mt-element-overlay .mt-overlay-1.mt-scroll-left:hover .mt-overlay {
        right: 0;
    }

    .mt-element-overlay .mt-overlay-1.mt-scroll-left .mt-overlay {
        right: -100%;
        left: auto;
    }

    .mt-element-overlay .mt-overlay-1.mt-scroll-right:hover .mt-overlay {
        left: 0;
    }

    .mt-element-overlay .mt-overlay-1.mt-scroll-right .mt-overlay {
        left: -100%;
    }

.mt-element-overlay .mt-overlay-2 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .mt-element-overlay .mt-overlay-2 img {
        display: block;
        position: relative;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        width: 100%;
        height: auto;
    }

    .mt-element-overlay .mt-overlay-2 h2 {
        text-transform: uppercase;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
    }

    .mt-element-overlay .mt-overlay-2 .mt-info,
    .mt-element-overlay .mt-overlay-2 h2 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        opacity: 0;
        filter: alpha(opacity=0);
        color: #fff;
        text-transform: uppercase;
    }

    .mt-element-overlay .mt-overlay-2 .mt-info {
        display: inline-block;
        text-decoration: none;
        margin: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: scale(0.7) translateY(-50%) translateX(-50%);
        -ms-transform: scale(0.7) translateY(-50%) translateX(-50%);
        transform: scale(0.7) translateY(-50%) translateX(-50%);
    }

        .mt-element-overlay .mt-overlay-2 .mt-info:hover {
            box-shadow: 0 0 5px #fff;
        }

    .mt-element-overlay .mt-overlay-2:hover img {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
        filter: blur(3px);
        -webkit-filter: blur(3px);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .mt-element-overlay .mt-overlay-2:hover .mt-overlay {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .mt-element-overlay .mt-overlay-2:hover h2 {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .mt-element-overlay .mt-overlay-2:hover .mt-info,
    .mt-element-overlay .mt-overlay-2:hover h2 {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1) translateY(-50%);
        -ms-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
    }

    .mt-element-overlay .mt-overlay-2:hover .mt-info {
        -webkit-transform: scale(1) translateY(-50%) translateX(-50%);
        -ms-transform: scale(1) translateY(-50%) translateX(-50%);
        transform: scale(1) translateY(-50%) translateX(-50%);
    }

    .mt-element-overlay .mt-overlay-2 .mt-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .mt-element-overlay .mt-overlay-2.mt-overlay-2-grey:hover img {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
        filter: grayscale(1) blur(3px);
        -webkit-filter: grayscale(1) blur(3px);
    }

    .mt-element-overlay .mt-overlay-2.mt-overlay-2-icons .mt-info {
        border: none;
        width: 100%;
        padding: 0;
        -webkit-transform: scale(0.7) translateY(-50%) translateX(-50%);
        -ms-transform: scale(0.7) translateY(-50%) translateX(-50%);
        transform: scale(0.7) translateY(-50%) translateX(-50%);
    }

        .mt-element-overlay .mt-overlay-2.mt-overlay-2-icons .mt-info:hover {
            box-shadow: none;
        }

        .mt-element-overlay .mt-overlay-2.mt-overlay-2-icons .mt-info > li {
            list-style: none;
            display: inline-block;
            margin: 0 3px;
        }

            .mt-element-overlay .mt-overlay-2.mt-overlay-2-icons .mt-info > li:hover {
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                cursor: pointer;
            }

    .mt-element-overlay .mt-overlay-2.mt-overlay-2-icons:hover .mt-info {
        -webkit-transform: scale(1) translateY(-50%) translateX(-50%);
        -ms-transform: scale(1) translateY(-50%) translateX(-50%);
        transform: scale(1) translateY(-50%) translateX(-50%);
    }

.mt-element-overlay .mt-overlay-3 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .mt-element-overlay .mt-overlay-3 img {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }

    .mt-element-overlay .mt-overlay-3 h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
        transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    }

    .mt-element-overlay .mt-overlay-3 .mt-info {
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
        transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
        font-weight: normal;
        position: absolute;
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        margin: auto;
        padding: 45% 0 0 0;
    }

        .mt-element-overlay .mt-overlay-3 .mt-info:hover {
            box-shadow: 0 0 5px #fff;
        }

    .mt-element-overlay .mt-overlay-3:hover .mt-overlay {
        background-color: rgba(48, 152, 157, 0.7);
    }

    .mt-element-overlay .mt-overlay-3:hover h2 {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }

    .mt-element-overlay .mt-overlay-3:hover .mt-info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .mt-element-overlay .mt-overlay-3 .mt-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        background-color: rgba(75, 75, 75, 0.7);
        -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
        transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    }

    .mt-element-overlay .mt-overlay-3.mt-overlay-3-icons .mt-info {
        padding: 40% 0 0 0;
    }

        .mt-element-overlay .mt-overlay-3.mt-overlay-3-icons .mt-info > li {
            list-style: none;
            display: inline-block;
            margin: 0 3px;
        }

            .mt-element-overlay .mt-overlay-3.mt-overlay-3-icons .mt-info > li:hover {
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                cursor: pointer;
            }

.mt-element-overlay .mt-overlay-4 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .mt-element-overlay .mt-overlay-4 img {
        display: block;
        position: relative;
        -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
        transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
        width: 100%;
        height: auto;
    }

    .mt-element-overlay .mt-overlay-4 h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        transform: translatey(-100px);
        -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
        transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
        padding: 10px;
    }

    .mt-element-overlay .mt-overlay-4 .mt-info {
        display: inline-block;
        text-transform: uppercase;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        margin: 50px 0 0;
    }

    .mt-element-overlay .mt-overlay-4:hover .mt-overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mt-element-overlay .mt-overlay-4:hover h2,
    .mt-element-overlay .mt-overlay-4:hover .mt-info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    .mt-element-overlay .mt-overlay-4:hover .mt-info {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .mt-element-overlay .mt-overlay-4 .mt-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
        transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    }

    .mt-element-overlay .mt-overlay-4.mt-overlay-4-icons .mt-info {
        border: none;
        position: absolute;
        padding: 0;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
    }

        .mt-element-overlay .mt-overlay-4.mt-overlay-4-icons .mt-info:hover {
            box-shadow: none;
        }

        .mt-element-overlay .mt-overlay-4.mt-overlay-4-icons .mt-info > li {
            list-style: none;
            display: inline-block;
            margin: 0 3px;
        }

            .mt-element-overlay .mt-overlay-4.mt-overlay-4-icons .mt-info > li:hover {
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                cursor: pointer;
            }

.mt-element-overlay .mt-overlay-5 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

    .mt-element-overlay .mt-overlay-5 .mt-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 3em;
        text-align: left;
    }

        .mt-element-overlay .mt-overlay-5 .mt-overlay:before {
            position: absolute;
            top: 20px;
            right: 20px;
            bottom: 20px;
            left: 20px;
            border: 1px solid #fff;
            content: '';
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
            transition: opacity 0.35s, transform 0.45s;
            -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
        }

    .mt-element-overlay .mt-overlay-5 img {
        display: block;
        position: relative;
        max-width: none;
        width: calc(113% + 60px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }

    .mt-element-overlay .mt-overlay-5 h2 {
        text-transform: uppercase;
        color: #fff;
        position: relative;
        font-size: 17px;
        background-color: transparent;
        padding: 15% 0 10px 0;
        text-align: left;
    }

    .mt-element-overlay .mt-overlay-5 a,
    .mt-element-overlay .mt-overlay-5 p {
        color: #FFF;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

        .mt-element-overlay .mt-overlay-5 a:hover {
            text-decoration: none;
            opacity: 0.6;
            filter: alpha(opacity=60);
        }

    .mt-element-overlay .mt-overlay-5:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .mt-element-overlay .mt-overlay-5:hover .mt-overlay:before,
    .mt-element-overlay .mt-overlay-5:hover a,
    .mt-element-overlay .mt-overlay-5:hover p {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.mt-element-overlay .mt-overlay-6 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #42b078;
}

    .mt-element-overlay .mt-overlay-6 .mt-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 50px 20px;
    }

    .mt-element-overlay .mt-overlay-6 img {
        display: block;
        position: relative;
        max-width: none;
        width: calc(100% + 20px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .mt-element-overlay .mt-overlay-6 h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        overflow: hidden;
        padding: 0.5em 0;
        background-color: transparent;
    }

        .mt-element-overlay .mt-overlay-6 h2:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            content: '';
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

    .mt-element-overlay .mt-overlay-6 a,
    .mt-element-overlay .mt-overlay-6 p {
        color: #FFF;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .mt-element-overlay .mt-overlay-6 p {
        margin-top: 20px;
    }

    .mt-element-overlay .mt-overlay-6 .mt-info:hover {
        text-decoration: none;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }

    .mt-element-overlay .mt-overlay-6:hover img {
        opacity: 0.4;
        filter: alpha(opacity=40);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .mt-element-overlay .mt-overlay-6:hover h2:after {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .mt-element-overlay .mt-overlay-6:hover a,
    .mt-element-overlay .mt-overlay-6:hover p {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

/***
Custom color buttons 
***/
.bg-white {
    background: #ffffff !important;
}

.bg-white-opacity {
    background: rgba(255, 255, 255, 0.8) !important;
}

.bg-hover-white:hover {
    background: #ffffff !important;
}

.font-white {
    color: #ffffff !important;
}

.bg-font-white {
    color: #666 !important;
}

.border-white {
    border-color: #ffffff !important;
}

.border-top-white {
    border-top-color: #ffffff !important;
}

.border-bottom-white {
    border-bottom-color: #ffffff !important;
}

.border-left-white {
    border-left-color: #ffffff !important;
}

.border-right-white {
    border-right-color: #ffffff !important;
}

.bg-before-white:before,
.bg-after-white:after {
    background: #ffffff !important;
}

.border-before-white:before,
.border-after-white:after {
    border-color: #ffffff !important;
}

.border-top-before-white:before,
.border-top-after-white:after {
    border-top-color: #ffffff !important;
}

.border-bottom-before-white:before,
.border-bottom-after-white:after {
    border-bottom-color: #ffffff !important;
}

.border-left-before-white:before,
.border-left-after-white:after {
    border-left-color: #ffffff !important;
}

.border-right-before-white:before,
.border-right-after-white:after {
    border-right-color: #ffffff !important;
}

.bg-default {
    background: #e1e5ec !important;
}

.bg-default-opacity {
    background: rgba(225, 229, 236, 0.8) !important;
}

.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-before-default:before,
.bg-after-default:after {
    background: #e1e5ec !important;
}

.border-before-default:before,
.border-after-default:after {
    border-color: #e1e5ec !important;
}

.border-top-before-default:before,
.border-top-after-default:after {
    border-top-color: #e1e5ec !important;
}

.border-bottom-before-default:before,
.border-bottom-after-default:after {
    border-bottom-color: #e1e5ec !important;
}

.border-left-before-default:before,
.border-left-after-default:after {
    border-left-color: #e1e5ec !important;
}

.border-right-before-default:before,
.border-right-after-default:after {
    border-right-color: #e1e5ec !important;
}

.bg-dark {
    background: #2f353b !important;
}

.bg-dark-opacity {
    background: rgba(47, 53, 59, 0.8) !important;
}

.bg-hover-dark:hover {
    background: #2f353b !important;
}

.font-dark {
    color: #2f353b !important;
}

.bg-font-dark {
    color: #FFFFFF !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-before-dark:before,
.bg-after-dark:after {
    background: #2f353b !important;
}

.border-before-dark:before,
.border-after-dark:after {
    border-color: #2f353b !important;
}

.border-top-before-dark:before,
.border-top-after-dark:after {
    border-top-color: #2f353b !important;
}

.border-bottom-before-dark:before,
.border-bottom-after-dark:after {
    border-bottom-color: #2f353b !important;
}

.border-left-before-dark:before,
.border-left-after-dark:after {
    border-left-color: #2f353b !important;
}

.border-right-before-dark:before,
.border-right-after-dark:after {
    border-right-color: #2f353b !important;
}

.bg-blue {
    background: #3598dc !important;
}

.bg-blue-opacity {
    background: rgba(53, 152, 220, 0.8) !important;
}

.bg-hover-blue:hover {
    background: #3598dc !important;
}

.font-blue {
    color: #3598dc !important;
}

.bg-font-blue {
    color: #FFFFFF !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-before-blue:before,
.bg-after-blue:after {
    background: #3598dc !important;
}

.border-before-blue:before,
.border-after-blue:after {
    border-color: #3598dc !important;
}

.border-top-before-blue:before,
.border-top-after-blue:after {
    border-top-color: #3598dc !important;
}

.border-bottom-before-blue:before,
.border-bottom-after-blue:after {
    border-bottom-color: #3598dc !important;
}

.border-left-before-blue:before,
.border-left-after-blue:after {
    border-left-color: #3598dc !important;
}

.border-right-before-blue:before,
.border-right-after-blue:after {
    border-right-color: #3598dc !important;
}

.bg-blue-madison {
    background: #578ebe !important;
}

.bg-blue-madison-opacity {
    background: rgba(87, 142, 190, 0.8) !important;
}

.bg-hover-blue-madison:hover {
    background: #578ebe !important;
}

.font-blue-madison {
    color: #578ebe !important;
}

.bg-font-blue-madison {
    color: #FFFFFF !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-before-blue-madison:before,
.bg-after-blue-madison:after {
    background: #578ebe !important;
}

.border-before-blue-madison:before,
.border-after-blue-madison:after {
    border-color: #578ebe !important;
}

.border-top-before-blue-madison:before,
.border-top-after-blue-madison:after {
    border-top-color: #578ebe !important;
}

.border-bottom-before-blue-madison:before,
.border-bottom-after-blue-madison:after {
    border-bottom-color: #578ebe !important;
}

.border-left-before-blue-madison:before,
.border-left-after-blue-madison:after {
    border-left-color: #578ebe !important;
}

.border-right-before-blue-madison:before,
.border-right-after-blue-madison:after {
    border-right-color: #578ebe !important;
}

.bg-blue-chambray {
    background: #2C3E50 !important;
}

.bg-blue-chambray-opacity {
    background: rgba(44, 62, 80, 0.8) !important;
}

.bg-hover-blue-chambray:hover {
    background: #2C3E50 !important;
}

.font-blue-chambray {
    color: #2C3E50 !important;
}

.bg-font-blue-chambray {
    color: #FFFFFF !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-before-blue-chambray:before,
.bg-after-blue-chambray:after {
    background: #2C3E50 !important;
}

.border-before-blue-chambray:before,
.border-after-blue-chambray:after {
    border-color: #2C3E50 !important;
}

.border-top-before-blue-chambray:before,
.border-top-after-blue-chambray:after {
    border-top-color: #2C3E50 !important;
}

.border-bottom-before-blue-chambray:before,
.border-bottom-after-blue-chambray:after {
    border-bottom-color: #2C3E50 !important;
}

.border-left-before-blue-chambray:before,
.border-left-after-blue-chambray:after {
    border-left-color: #2C3E50 !important;
}

.border-right-before-blue-chambray:before,
.border-right-after-blue-chambray:after {
    border-right-color: #2C3E50 !important;
}

.bg-blue-ebonyclay {
    background: #22313F !important;
}

.bg-blue-ebonyclay-opacity {
    background: rgba(34, 49, 63, 0.8) !important;
}

.bg-hover-blue-ebonyclay:hover {
    background: #22313F !important;
}

.font-blue-ebonyclay {
    color: #22313F !important;
}

.bg-font-blue-ebonyclay {
    color: #FFFFFF !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-before-blue-ebonyclay:before,
.bg-after-blue-ebonyclay:after {
    background: #22313F !important;
}

.border-before-blue-ebonyclay:before,
.border-after-blue-ebonyclay:after {
    border-color: #22313F !important;
}

.border-top-before-blue-ebonyclay:before,
.border-top-after-blue-ebonyclay:after {
    border-top-color: #22313F !important;
}

.border-bottom-before-blue-ebonyclay:before,
.border-bottom-after-blue-ebonyclay:after {
    border-bottom-color: #22313F !important;
}

.border-left-before-blue-ebonyclay:before,
.border-left-after-blue-ebonyclay:after {
    border-left-color: #22313F !important;
}

.border-right-before-blue-ebonyclay:before,
.border-right-after-blue-ebonyclay:after {
    border-right-color: #22313F !important;
}

.bg-blue-hoki {
    background: #67809F !important;
}

.bg-blue-hoki-opacity {
    background: rgba(103, 128, 159, 0.8) !important;
}

.bg-hover-blue-hoki:hover {
    background: #67809F !important;
}

.font-blue-hoki {
    color: #67809F !important;
}

.bg-font-blue-hoki {
    color: #FFFFFF !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-before-blue-hoki:before,
.bg-after-blue-hoki:after {
    background: #67809F !important;
}

.border-before-blue-hoki:before,
.border-after-blue-hoki:after {
    border-color: #67809F !important;
}

.border-top-before-blue-hoki:before,
.border-top-after-blue-hoki:after {
    border-top-color: #67809F !important;
}

.border-bottom-before-blue-hoki:before,
.border-bottom-after-blue-hoki:after {
    border-bottom-color: #67809F !important;
}

.border-left-before-blue-hoki:before,
.border-left-after-blue-hoki:after {
    border-left-color: #67809F !important;
}

.border-right-before-blue-hoki:before,
.border-right-after-blue-hoki:after {
    border-right-color: #67809F !important;
}

.bg-blue-steel {
    background: #4B77BE !important;
}

.bg-blue-steel-opacity {
    background: rgba(75, 119, 190, 0.8) !important;
}

.bg-hover-blue-steel:hover {
    background: #4B77BE !important;
}

.font-blue-steel {
    color: #4B77BE !important;
}

.bg-font-blue-steel {
    color: #FFFFFF !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-before-blue-steel:before,
.bg-after-blue-steel:after {
    background: #4B77BE !important;
}

.border-before-blue-steel:before,
.border-after-blue-steel:after {
    border-color: #4B77BE !important;
}

.border-top-before-blue-steel:before,
.border-top-after-blue-steel:after {
    border-top-color: #4B77BE !important;
}

.border-bottom-before-blue-steel:before,
.border-bottom-after-blue-steel:after {
    border-bottom-color: #4B77BE !important;
}

.border-left-before-blue-steel:before,
.border-left-after-blue-steel:after {
    border-left-color: #4B77BE !important;
}

.border-right-before-blue-steel:before,
.border-right-after-blue-steel:after {
    border-right-color: #4B77BE !important;
}

.bg-blue-soft {
    background: #4c87b9 !important;
}

.bg-blue-soft-opacity {
    background: rgba(76, 135, 185, 0.8) !important;
}

.bg-hover-blue-soft:hover {
    background: #4c87b9 !important;
}

.font-blue-soft {
    color: #4c87b9 !important;
}

.bg-font-blue-soft {
    color: #FFFFFF !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-before-blue-soft:before,
.bg-after-blue-soft:after {
    background: #4c87b9 !important;
}

.border-before-blue-soft:before,
.border-after-blue-soft:after {
    border-color: #4c87b9 !important;
}

.border-top-before-blue-soft:before,
.border-top-after-blue-soft:after {
    border-top-color: #4c87b9 !important;
}

.border-bottom-before-blue-soft:before,
.border-bottom-after-blue-soft:after {
    border-bottom-color: #4c87b9 !important;
}

.border-left-before-blue-soft:before,
.border-left-after-blue-soft:after {
    border-left-color: #4c87b9 !important;
}

.border-right-before-blue-soft:before,
.border-right-after-blue-soft:after {
    border-right-color: #4c87b9 !important;
}

.bg-blue-dark {
    background: #5e738b !important;
}

.bg-blue-dark-opacity {
    background: rgba(94, 115, 139, 0.8) !important;
}

.bg-hover-blue-dark:hover {
    background: #5e738b !important;
}

.font-blue-dark {
    color: #5e738b !important;
}

.bg-font-blue-dark {
    color: #FFFFFF !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-before-blue-dark:before,
.bg-after-blue-dark:after {
    background: #5e738b !important;
}

.border-before-blue-dark:before,
.border-after-blue-dark:after {
    border-color: #5e738b !important;
}

.border-top-before-blue-dark:before,
.border-top-after-blue-dark:after {
    border-top-color: #5e738b !important;
}

.border-bottom-before-blue-dark:before,
.border-bottom-after-blue-dark:after {
    border-bottom-color: #5e738b !important;
}

.border-left-before-blue-dark:before,
.border-left-after-blue-dark:after {
    border-left-color: #5e738b !important;
}

.border-right-before-blue-dark:before,
.border-right-after-blue-dark:after {
    border-right-color: #5e738b !important;
}

.bg-blue-sharp {
    background: #5C9BD1 !important;
}

.bg-blue-sharp-opacity {
    background: rgba(92, 155, 209, 0.8) !important;
}

.bg-hover-blue-sharp:hover {
    background: #5C9BD1 !important;
}

.font-blue-sharp {
    color: #5C9BD1 !important;
}

.bg-font-blue-sharp {
    color: #FFFFFF !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-before-blue-sharp:before,
.bg-after-blue-sharp:after {
    background: #5C9BD1 !important;
}

.border-before-blue-sharp:before,
.border-after-blue-sharp:after {
    border-color: #5C9BD1 !important;
}

.border-top-before-blue-sharp:before,
.border-top-after-blue-sharp:after {
    border-top-color: #5C9BD1 !important;
}

.border-bottom-before-blue-sharp:before,
.border-bottom-after-blue-sharp:after {
    border-bottom-color: #5C9BD1 !important;
}

.border-left-before-blue-sharp:before,
.border-left-after-blue-sharp:after {
    border-left-color: #5C9BD1 !important;
}

.border-right-before-blue-sharp:before,
.border-right-after-blue-sharp:after {
    border-right-color: #5C9BD1 !important;
}

.bg-blue-oleo {
    background: #94A0B2 !important;
}

.bg-blue-oleo-opacity {
    background: rgba(148, 160, 178, 0.8) !important;
}

.bg-hover-blue-oleo:hover {
    background: #94A0B2 !important;
}

.font-blue-oleo {
    color: #94A0B2 !important;
}

.bg-font-blue-oleo {
    color: #FFFFFF !important;
}

.border-blue-oleo {
    border-color: #94A0B2 !important;
}

.border-top-blue-oleo {
    border-top-color: #94A0B2 !important;
}

.border-bottom-blue-oleo {
    border-bottom-color: #94A0B2 !important;
}

.border-left-blue-oleo {
    border-left-color: #94A0B2 !important;
}

.border-right-blue-oleo {
    border-right-color: #94A0B2 !important;
}

.bg-before-blue-oleo:before,
.bg-after-blue-oleo:after {
    background: #94A0B2 !important;
}

.border-before-blue-oleo:before,
.border-after-blue-oleo:after {
    border-color: #94A0B2 !important;
}

.border-top-before-blue-oleo:before,
.border-top-after-blue-oleo:after {
    border-top-color: #94A0B2 !important;
}

.border-bottom-before-blue-oleo:before,
.border-bottom-after-blue-oleo:after {
    border-bottom-color: #94A0B2 !important;
}

.border-left-before-blue-oleo:before,
.border-left-after-blue-oleo:after {
    border-left-color: #94A0B2 !important;
}

.border-right-before-blue-oleo:before,
.border-right-after-blue-oleo:after {
    border-right-color: #94A0B2 !important;
}

.bg-green {
    background: #32c5d2 !important;
}

.bg-green-opacity {
    background: rgba(50, 197, 210, 0.8) !important;
}

.bg-hover-green:hover {
    background: #32c5d2 !important;
}

.font-green {
    color: #32c5d2 !important;
}

.bg-font-green {
    color: #FFFFFF !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-before-green:before,
.bg-after-green:after {
    background: #32c5d2 !important;
}

.border-before-green:before,
.border-after-green:after {
    border-color: #32c5d2 !important;
}

.border-top-before-green:before,
.border-top-after-green:after {
    border-top-color: #32c5d2 !important;
}

.border-bottom-before-green:before,
.border-bottom-after-green:after {
    border-bottom-color: #32c5d2 !important;
}

.border-left-before-green:before,
.border-left-after-green:after {
    border-left-color: #32c5d2 !important;
}

.border-right-before-green:before,
.border-right-after-green:after {
    border-right-color: #32c5d2 !important;
}

.bg-green-meadow {
    background: #1BBC9B !important;
}

.bg-green-meadow-opacity {
    background: rgba(27, 188, 155, 0.8) !important;
}

.bg-hover-green-meadow:hover {
    background: #1BBC9B !important;
}

.font-green-meadow {
    color: #1BBC9B !important;
}

.bg-font-green-meadow {
    color: #FFFFFF !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-before-green-meadow:before,
.bg-after-green-meadow:after {
    background: #1BBC9B !important;
}

.border-before-green-meadow:before,
.border-after-green-meadow:after {
    border-color: #1BBC9B !important;
}

.border-top-before-green-meadow:before,
.border-top-after-green-meadow:after {
    border-top-color: #1BBC9B !important;
}

.border-bottom-before-green-meadow:before,
.border-bottom-after-green-meadow:after {
    border-bottom-color: #1BBC9B !important;
}

.border-left-before-green-meadow:before,
.border-left-after-green-meadow:after {
    border-left-color: #1BBC9B !important;
}

.border-right-before-green-meadow:before,
.border-right-after-green-meadow:after {
    border-right-color: #1BBC9B !important;
}

.bg-green-seagreen {
    background: #1BA39C !important;
}

.bg-green-seagreen-opacity {
    background: rgba(27, 163, 156, 0.8) !important;
}

.bg-hover-green-seagreen:hover {
    background: #1BA39C !important;
}

.font-green-seagreen {
    color: #1BA39C !important;
}

.bg-font-green-seagreen {
    color: #FFFFFF !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-before-green-seagreen:before,
.bg-after-green-seagreen:after {
    background: #1BA39C !important;
}

.border-before-green-seagreen:before,
.border-after-green-seagreen:after {
    border-color: #1BA39C !important;
}

.border-top-before-green-seagreen:before,
.border-top-after-green-seagreen:after {
    border-top-color: #1BA39C !important;
}

.border-bottom-before-green-seagreen:before,
.border-bottom-after-green-seagreen:after {
    border-bottom-color: #1BA39C !important;
}

.border-left-before-green-seagreen:before,
.border-left-after-green-seagreen:after {
    border-left-color: #1BA39C !important;
}

.border-right-before-green-seagreen:before,
.border-right-after-green-seagreen:after {
    border-right-color: #1BA39C !important;
}

.bg-green-turquoise {
    background: #36D7B7 !important;
}

.bg-green-turquoise-opacity {
    background: rgba(54, 215, 183, 0.8) !important;
}

.bg-hover-green-turquoise:hover {
    background: #36D7B7 !important;
}

.font-green-turquoise {
    color: #36D7B7 !important;
}

.bg-font-green-turquoise {
    color: #FFFFFF !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-before-green-turquoise:before,
.bg-after-green-turquoise:after {
    background: #36D7B7 !important;
}

.border-before-green-turquoise:before,
.border-after-green-turquoise:after {
    border-color: #36D7B7 !important;
}

.border-top-before-green-turquoise:before,
.border-top-after-green-turquoise:after {
    border-top-color: #36D7B7 !important;
}

.border-bottom-before-green-turquoise:before,
.border-bottom-after-green-turquoise:after {
    border-bottom-color: #36D7B7 !important;
}

.border-left-before-green-turquoise:before,
.border-left-after-green-turquoise:after {
    border-left-color: #36D7B7 !important;
}

.border-right-before-green-turquoise:before,
.border-right-after-green-turquoise:after {
    border-right-color: #36D7B7 !important;
}

.bg-green-haze {
    background: #44b6ae !important;
}

.bg-green-haze-opacity {
    background: rgba(68, 182, 174, 0.8) !important;
}

.bg-hover-green-haze:hover {
    background: #44b6ae !important;
}

.font-green-haze {
    color: #44b6ae !important;
}

.bg-font-green-haze {
    color: #FFFFFF !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-before-green-haze:before,
.bg-after-green-haze:after {
    background: #44b6ae !important;
}

.border-before-green-haze:before,
.border-after-green-haze:after {
    border-color: #44b6ae !important;
}

.border-top-before-green-haze:before,
.border-top-after-green-haze:after {
    border-top-color: #44b6ae !important;
}

.border-bottom-before-green-haze:before,
.border-bottom-after-green-haze:after {
    border-bottom-color: #44b6ae !important;
}

.border-left-before-green-haze:before,
.border-left-after-green-haze:after {
    border-left-color: #44b6ae !important;
}

.border-right-before-green-haze:before,
.border-right-after-green-haze:after {
    border-right-color: #44b6ae !important;
}

.bg-green-jungle {
    background: #26C281 !important;
}

.bg-green-jungle-opacity {
    background: rgba(38, 194, 129, 0.8) !important;
}

.bg-hover-green-jungle:hover {
    background: #26C281 !important;
}

.font-green-jungle {
    color: #26C281 !important;
}

.bg-font-green-jungle {
    color: #FFFFFF !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-before-green-jungle:before,
.bg-after-green-jungle:after {
    background: #26C281 !important;
}

.border-before-green-jungle:before,
.border-after-green-jungle:after {
    border-color: #26C281 !important;
}

.border-top-before-green-jungle:before,
.border-top-after-green-jungle:after {
    border-top-color: #26C281 !important;
}

.border-bottom-before-green-jungle:before,
.border-bottom-after-green-jungle:after {
    border-bottom-color: #26C281 !important;
}

.border-left-before-green-jungle:before,
.border-left-after-green-jungle:after {
    border-left-color: #26C281 !important;
}

.border-right-before-green-jungle:before,
.border-right-after-green-jungle:after {
    border-right-color: #26C281 !important;
}

.bg-green-soft {
    background: #3faba4 !important;
}

.bg-green-soft-opacity {
    background: rgba(63, 171, 164, 0.8) !important;
}

.bg-hover-green-soft:hover {
    background: #3faba4 !important;
}

.font-green-soft {
    color: #3faba4 !important;
}

.bg-font-green-soft {
    color: #FFFFFF !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-before-green-soft:before,
.bg-after-green-soft:after {
    background: #3faba4 !important;
}

.border-before-green-soft:before,
.border-after-green-soft:after {
    border-color: #3faba4 !important;
}

.border-top-before-green-soft:before,
.border-top-after-green-soft:after {
    border-top-color: #3faba4 !important;
}

.border-bottom-before-green-soft:before,
.border-bottom-after-green-soft:after {
    border-bottom-color: #3faba4 !important;
}

.border-left-before-green-soft:before,
.border-left-after-green-soft:after {
    border-left-color: #3faba4 !important;
}

.border-right-before-green-soft:before,
.border-right-after-green-soft:after {
    border-right-color: #3faba4 !important;
}

.bg-green-dark {
    background: #4DB3A2 !important;
}

.bg-green-dark-opacity {
    background: rgba(77, 179, 162, 0.8) !important;
}

.bg-hover-green-dark:hover {
    background: #4DB3A2 !important;
}

.font-green-dark {
    color: #4DB3A2 !important;
}

.bg-font-green-dark {
    color: #FFFFFF !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-before-green-dark:before,
.bg-after-green-dark:after {
    background: #4DB3A2 !important;
}

.border-before-green-dark:before,
.border-after-green-dark:after {
    border-color: #4DB3A2 !important;
}

.border-top-before-green-dark:before,
.border-top-after-green-dark:after {
    border-top-color: #4DB3A2 !important;
}

.border-bottom-before-green-dark:before,
.border-bottom-after-green-dark:after {
    border-bottom-color: #4DB3A2 !important;
}

.border-left-before-green-dark:before,
.border-left-after-green-dark:after {
    border-left-color: #4DB3A2 !important;
}

.border-right-before-green-dark:before,
.border-right-after-green-dark:after {
    border-right-color: #4DB3A2 !important;
}

.bg-green-sharp {
    background: #2ab4c0 !important;
}

.bg-green-sharp-opacity {
    background: rgba(42, 180, 192, 0.8) !important;
}

.bg-hover-green-sharp:hover {
    background: #2ab4c0 !important;
}

.font-green-sharp {
    color: #2ab4c0 !important;
}

.bg-font-green-sharp {
    color: #FFFFFF !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-before-green-sharp:before,
.bg-after-green-sharp:after {
    background: #2ab4c0 !important;
}

.border-before-green-sharp:before,
.border-after-green-sharp:after {
    border-color: #2ab4c0 !important;
}

.border-top-before-green-sharp:before,
.border-top-after-green-sharp:after {
    border-top-color: #2ab4c0 !important;
}

.border-bottom-before-green-sharp:before,
.border-bottom-after-green-sharp:after {
    border-bottom-color: #2ab4c0 !important;
}

.border-left-before-green-sharp:before,
.border-left-after-green-sharp:after {
    border-left-color: #2ab4c0 !important;
}

.border-right-before-green-sharp:before,
.border-right-after-green-sharp:after {
    border-right-color: #2ab4c0 !important;
}

.bg-green-steel {
    background: #29b4b6 !important;
}

.bg-green-steel-opacity {
    background: rgba(41, 180, 182, 0.8) !important;
}

.bg-hover-green-steel:hover {
    background: #29b4b6 !important;
}

.font-green-steel {
    color: #29b4b6 !important;
}

.bg-font-green-steel {
    color: #FFFFFF !important;
}

.border-green-steel {
    border-color: #29b4b6 !important;
}

.border-top-green-steel {
    border-top-color: #29b4b6 !important;
}

.border-bottom-green-steel {
    border-bottom-color: #29b4b6 !important;
}

.border-left-green-steel {
    border-left-color: #29b4b6 !important;
}

.border-right-green-steel {
    border-right-color: #29b4b6 !important;
}

.bg-before-green-steel:before,
.bg-after-green-steel:after {
    background: #29b4b6 !important;
}

.border-before-green-steel:before,
.border-after-green-steel:after {
    border-color: #29b4b6 !important;
}

.border-top-before-green-steel:before,
.border-top-after-green-steel:after {
    border-top-color: #29b4b6 !important;
}

.border-bottom-before-green-steel:before,
.border-bottom-after-green-steel:after {
    border-bottom-color: #29b4b6 !important;
}

.border-left-before-green-steel:before,
.border-left-after-green-steel:after {
    border-left-color: #29b4b6 !important;
}

.border-right-before-green-steel:before,
.border-right-after-green-steel:after {
    border-right-color: #29b4b6 !important;
}

.bg-grey {
    background: #E5E5E5 !important;
}

.bg-grey-opacity {
    background: rgba(229, 229, 229, 0.8) !important;
}

.bg-hover-grey:hover {
    background: #E5E5E5 !important;
}

.font-grey {
    color: #E5E5E5 !important;
}

.bg-font-grey {
    color: #333333 !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-before-grey:before,
.bg-after-grey:after {
    background: #E5E5E5 !important;
}

.border-before-grey:before,
.border-after-grey:after {
    border-color: #E5E5E5 !important;
}

.border-top-before-grey:before,
.border-top-after-grey:after {
    border-top-color: #E5E5E5 !important;
}

.border-bottom-before-grey:before,
.border-bottom-after-grey:after {
    border-bottom-color: #E5E5E5 !important;
}

.border-left-before-grey:before,
.border-left-after-grey:after {
    border-left-color: #E5E5E5 !important;
}

.border-right-before-grey:before,
.border-right-after-grey:after {
    border-right-color: #E5E5E5 !important;
}

.bg-grey-steel {
    background: #e9edef !important;
}

.bg-grey-steel-opacity {
    background: rgba(233, 237, 239, 0.8) !important;
}

.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-before-grey-steel:before,
.bg-after-grey-steel:after {
    background: #e9edef !important;
}

.border-before-grey-steel:before,
.border-after-grey-steel:after {
    border-color: #e9edef !important;
}

.border-top-before-grey-steel:before,
.border-top-after-grey-steel:after {
    border-top-color: #e9edef !important;
}

.border-bottom-before-grey-steel:before,
.border-bottom-after-grey-steel:after {
    border-bottom-color: #e9edef !important;
}

.border-left-before-grey-steel:before,
.border-left-after-grey-steel:after {
    border-left-color: #e9edef !important;
}

.border-right-before-grey-steel:before,
.border-right-after-grey-steel:after {
    border-right-color: #e9edef !important;
}

.bg-grey-cararra {
    background: #fafafa !important;
}

.bg-grey-cararra-opacity {
    background: rgba(250, 250, 250, 0.8) !important;
}

.bg-hover-grey-cararra:hover {
    background: #fafafa !important;
}

.font-grey-cararra {
    color: #fafafa !important;
}

.bg-font-grey-cararra {
    color: #333333 !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-before-grey-cararra:before,
.bg-after-grey-cararra:after {
    background: #fafafa !important;
}

.border-before-grey-cararra:before,
.border-after-grey-cararra:after {
    border-color: #fafafa !important;
}

.border-top-before-grey-cararra:before,
.border-top-after-grey-cararra:after {
    border-top-color: #fafafa !important;
}

.border-bottom-before-grey-cararra:before,
.border-bottom-after-grey-cararra:after {
    border-bottom-color: #fafafa !important;
}

.border-left-before-grey-cararra:before,
.border-left-after-grey-cararra:after {
    border-left-color: #fafafa !important;
}

.border-right-before-grey-cararra:before,
.border-right-after-grey-cararra:after {
    border-right-color: #fafafa !important;
}

.bg-grey-gallery {
    background: #555555 !important;
}

.bg-grey-gallery-opacity {
    background: rgba(85, 85, 85, 0.8) !important;
}

.bg-hover-grey-gallery:hover {
    background: #555555 !important;
}

.font-grey-gallery {
    color: #555555 !important;
}

.bg-font-grey-gallery {
    color: #ffffff !important;
}

.border-grey-gallery {
    border-color: #555555 !important;
}

.border-top-grey-gallery {
    border-top-color: #555555 !important;
}

.border-bottom-grey-gallery {
    border-bottom-color: #555555 !important;
}

.border-left-grey-gallery {
    border-left-color: #555555 !important;
}

.border-right-grey-gallery {
    border-right-color: #555555 !important;
}

.bg-before-grey-gallery:before,
.bg-after-grey-gallery:after {
    background: #555555 !important;
}

.border-before-grey-gallery:before,
.border-after-grey-gallery:after {
    border-color: #555555 !important;
}

.border-top-before-grey-gallery:before,
.border-top-after-grey-gallery:after {
    border-top-color: #555555 !important;
}

.border-bottom-before-grey-gallery:before,
.border-bottom-after-grey-gallery:after {
    border-bottom-color: #555555 !important;
}

.border-left-before-grey-gallery:before,
.border-left-after-grey-gallery:after {
    border-left-color: #555555 !important;
}

.border-right-before-grey-gallery:before,
.border-right-after-grey-gallery:after {
    border-right-color: #555555 !important;
}

.bg-grey-cascade {
    background: #95A5A6 !important;
}

.bg-grey-cascade-opacity {
    background: rgba(149, 165, 166, 0.8) !important;
}

.bg-hover-grey-cascade:hover {
    background: #95A5A6 !important;
}

.font-grey-cascade {
    color: #95A5A6 !important;
}

.bg-font-grey-cascade {
    color: #FFFFFF !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-before-grey-cascade:before,
.bg-after-grey-cascade:after {
    background: #95A5A6 !important;
}

.border-before-grey-cascade:before,
.border-after-grey-cascade:after {
    border-color: #95A5A6 !important;
}

.border-top-before-grey-cascade:before,
.border-top-after-grey-cascade:after {
    border-top-color: #95A5A6 !important;
}

.border-bottom-before-grey-cascade:before,
.border-bottom-after-grey-cascade:after {
    border-bottom-color: #95A5A6 !important;
}

.border-left-before-grey-cascade:before,
.border-left-after-grey-cascade:after {
    border-left-color: #95A5A6 !important;
}

.border-right-before-grey-cascade:before,
.border-right-after-grey-cascade:after {
    border-right-color: #95A5A6 !important;
}

.bg-grey-silver {
    background: #BFBFBF !important;
}

.bg-grey-silver-opacity {
    background: rgba(191, 191, 191, 0.8) !important;
}

.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-before-grey-silver:before,
.bg-after-grey-silver:after {
    background: #BFBFBF !important;
}

.border-before-grey-silver:before,
.border-after-grey-silver:after {
    border-color: #BFBFBF !important;
}

.border-top-before-grey-silver:before,
.border-top-after-grey-silver:after {
    border-top-color: #BFBFBF !important;
}

.border-bottom-before-grey-silver:before,
.border-bottom-after-grey-silver:after {
    border-bottom-color: #BFBFBF !important;
}

.border-left-before-grey-silver:before,
.border-left-after-grey-silver:after {
    border-left-color: #BFBFBF !important;
}

.border-right-before-grey-silver:before,
.border-right-after-grey-silver:after {
    border-right-color: #BFBFBF !important;
}

.bg-grey-salsa {
    background: #ACB5C3 !important;
}

.bg-grey-salsa-opacity {
    background: rgba(172, 181, 195, 0.8) !important;
}

.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-before-grey-salsa:before,
.bg-after-grey-salsa:after {
    background: #ACB5C3 !important;
}

.border-before-grey-salsa:before,
.border-after-grey-salsa:after {
    border-color: #ACB5C3 !important;
}

.border-top-before-grey-salsa:before,
.border-top-after-grey-salsa:after {
    border-top-color: #ACB5C3 !important;
}

.border-bottom-before-grey-salsa:before,
.border-bottom-after-grey-salsa:after {
    border-bottom-color: #ACB5C3 !important;
}

.border-left-before-grey-salsa:before,
.border-left-after-grey-salsa:after {
    border-left-color: #ACB5C3 !important;
}

.border-right-before-grey-salsa:before,
.border-right-after-grey-salsa:after {
    border-right-color: #ACB5C3 !important;
}

.bg-grey-salt {
    background: #bfcad1 !important;
}

.bg-grey-salt-opacity {
    background: rgba(191, 202, 209, 0.8) !important;
}

.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-before-grey-salt:before,
.bg-after-grey-salt:after {
    background: #bfcad1 !important;
}

.border-before-grey-salt:before,
.border-after-grey-salt:after {
    border-color: #bfcad1 !important;
}

.border-top-before-grey-salt:before,
.border-top-after-grey-salt:after {
    border-top-color: #bfcad1 !important;
}

.border-bottom-before-grey-salt:before,
.border-bottom-after-grey-salt:after {
    border-bottom-color: #bfcad1 !important;
}

.border-left-before-grey-salt:before,
.border-left-after-grey-salt:after {
    border-left-color: #bfcad1 !important;
}

.border-right-before-grey-salt:before,
.border-right-after-grey-salt:after {
    border-right-color: #bfcad1 !important;
}

.bg-grey-mint {
    background: #525e64 !important;
}

.bg-grey-mint-opacity {
    background: rgba(82, 94, 100, 0.8) !important;
}

.bg-hover-grey-mint:hover {
    background: #525e64 !important;
}

.font-grey-mint {
    color: #525e64 !important;
}

.bg-font-grey-mint {
    color: #FFFFFF !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-before-grey-mint:before,
.bg-after-grey-mint:after {
    background: #525e64 !important;
}

.border-before-grey-mint:before,
.border-after-grey-mint:after {
    border-color: #525e64 !important;
}

.border-top-before-grey-mint:before,
.border-top-after-grey-mint:after {
    border-top-color: #525e64 !important;
}

.border-bottom-before-grey-mint:before,
.border-bottom-after-grey-mint:after {
    border-bottom-color: #525e64 !important;
}

.border-left-before-grey-mint:before,
.border-left-after-grey-mint:after {
    border-left-color: #525e64 !important;
}

.border-right-before-grey-mint:before,
.border-right-after-grey-mint:after {
    border-right-color: #525e64 !important;
}

.bg-red {
    background: #e7505a !important;
}

.bg-red-opacity {
    background: rgba(231, 80, 90, 0.8) !important;
}

.bg-hover-red:hover {
    background: #e7505a !important;
}

.font-red {
    color: #e7505a !important;
}

.bg-font-red {
    color: #ffffff !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-before-red:before,
.bg-after-red:after {
    background: #e7505a !important;
}

.border-before-red:before,
.border-after-red:after {
    border-color: #e7505a !important;
}

.border-top-before-red:before,
.border-top-after-red:after {
    border-top-color: #e7505a !important;
}

.border-bottom-before-red:before,
.border-bottom-after-red:after {
    border-bottom-color: #e7505a !important;
}

.border-left-before-red:before,
.border-left-after-red:after {
    border-left-color: #e7505a !important;
}

.border-right-before-red:before,
.border-right-after-red:after {
    border-right-color: #e7505a !important;
}

.bg-red-pink {
    background: #E08283 !important;
}

.bg-red-pink-opacity {
    background: rgba(224, 130, 131, 0.8) !important;
}

.bg-hover-red-pink:hover {
    background: #E08283 !important;
}

.font-red-pink {
    color: #E08283 !important;
}

.bg-font-red-pink {
    color: #ffffff !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-before-red-pink:before,
.bg-after-red-pink:after {
    background: #E08283 !important;
}

.border-before-red-pink:before,
.border-after-red-pink:after {
    border-color: #E08283 !important;
}

.border-top-before-red-pink:before,
.border-top-after-red-pink:after {
    border-top-color: #E08283 !important;
}

.border-bottom-before-red-pink:before,
.border-bottom-after-red-pink:after {
    border-bottom-color: #E08283 !important;
}

.border-left-before-red-pink:before,
.border-left-after-red-pink:after {
    border-left-color: #E08283 !important;
}

.border-right-before-red-pink:before,
.border-right-after-red-pink:after {
    border-right-color: #E08283 !important;
}

.bg-red-sunglo {
    background: #E26A6A !important;
}

.bg-red-sunglo-opacity {
    background: rgba(226, 106, 106, 0.8) !important;
}

.bg-hover-red-sunglo:hover {
    background: #E26A6A !important;
}

.font-red-sunglo {
    color: #E26A6A !important;
}

.bg-font-red-sunglo {
    color: #ffffff !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-before-red-sunglo:before,
.bg-after-red-sunglo:after {
    background: #E26A6A !important;
}

.border-before-red-sunglo:before,
.border-after-red-sunglo:after {
    border-color: #E26A6A !important;
}

.border-top-before-red-sunglo:before,
.border-top-after-red-sunglo:after {
    border-top-color: #E26A6A !important;
}

.border-bottom-before-red-sunglo:before,
.border-bottom-after-red-sunglo:after {
    border-bottom-color: #E26A6A !important;
}

.border-left-before-red-sunglo:before,
.border-left-after-red-sunglo:after {
    border-left-color: #E26A6A !important;
}

.border-right-before-red-sunglo:before,
.border-right-after-red-sunglo:after {
    border-right-color: #E26A6A !important;
}

.bg-red-intense {
    background: #e35b5a !important;
}

.bg-red-intense-opacity {
    background: rgba(227, 91, 90, 0.8) !important;
}

.bg-hover-red-intense:hover {
    background: #e35b5a !important;
}

.font-red-intense {
    color: #e35b5a !important;
}

.bg-font-red-intense {
    color: #ffffff !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-before-red-intense:before,
.bg-after-red-intense:after {
    background: #e35b5a !important;
}

.border-before-red-intense:before,
.border-after-red-intense:after {
    border-color: #e35b5a !important;
}

.border-top-before-red-intense:before,
.border-top-after-red-intense:after {
    border-top-color: #e35b5a !important;
}

.border-bottom-before-red-intense:before,
.border-bottom-after-red-intense:after {
    border-bottom-color: #e35b5a !important;
}

.border-left-before-red-intense:before,
.border-left-after-red-intense:after {
    border-left-color: #e35b5a !important;
}

.border-right-before-red-intense:before,
.border-right-after-red-intense:after {
    border-right-color: #e35b5a !important;
}

.bg-red-thunderbird {
    background: #D91E18 !important;
}

.bg-red-thunderbird-opacity {
    background: rgba(217, 30, 24, 0.8) !important;
}

.bg-hover-red-thunderbird:hover {
    background: #D91E18 !important;
}

.font-red-thunderbird {
    color: #D91E18 !important;
}

.bg-font-red-thunderbird {
    color: #ffffff !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-before-red-thunderbird:before,
.bg-after-red-thunderbird:after {
    background: #D91E18 !important;
}

.border-before-red-thunderbird:before,
.border-after-red-thunderbird:after {
    border-color: #D91E18 !important;
}

.border-top-before-red-thunderbird:before,
.border-top-after-red-thunderbird:after {
    border-top-color: #D91E18 !important;
}

.border-bottom-before-red-thunderbird:before,
.border-bottom-after-red-thunderbird:after {
    border-bottom-color: #D91E18 !important;
}

.border-left-before-red-thunderbird:before,
.border-left-after-red-thunderbird:after {
    border-left-color: #D91E18 !important;
}

.border-right-before-red-thunderbird:before,
.border-right-after-red-thunderbird:after {
    border-right-color: #D91E18 !important;
}

.bg-red-flamingo {
    background: #EF4836 !important;
}

.bg-red-flamingo-opacity {
    background: rgba(239, 72, 54, 0.8) !important;
}

.bg-hover-red-flamingo:hover {
    background: #EF4836 !important;
}

.font-red-flamingo {
    color: #EF4836 !important;
}

.bg-font-red-flamingo {
    color: #ffffff !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-before-red-flamingo:before,
.bg-after-red-flamingo:after {
    background: #EF4836 !important;
}

.border-before-red-flamingo:before,
.border-after-red-flamingo:after {
    border-color: #EF4836 !important;
}

.border-top-before-red-flamingo:before,
.border-top-after-red-flamingo:after {
    border-top-color: #EF4836 !important;
}

.border-bottom-before-red-flamingo:before,
.border-bottom-after-red-flamingo:after {
    border-bottom-color: #EF4836 !important;
}

.border-left-before-red-flamingo:before,
.border-left-after-red-flamingo:after {
    border-left-color: #EF4836 !important;
}

.border-right-before-red-flamingo:before,
.border-right-after-red-flamingo:after {
    border-right-color: #EF4836 !important;
}

.bg-red-soft {
    background: #d05454 !important;
}

.bg-red-soft-opacity {
    background: rgba(208, 84, 84, 0.8) !important;
}

.bg-hover-red-soft:hover {
    background: #d05454 !important;
}

.font-red-soft {
    color: #d05454 !important;
}

.bg-font-red-soft {
    color: #ffffff !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-before-red-soft:before,
.bg-after-red-soft:after {
    background: #d05454 !important;
}

.border-before-red-soft:before,
.border-after-red-soft:after {
    border-color: #d05454 !important;
}

.border-top-before-red-soft:before,
.border-top-after-red-soft:after {
    border-top-color: #d05454 !important;
}

.border-bottom-before-red-soft:before,
.border-bottom-after-red-soft:after {
    border-bottom-color: #d05454 !important;
}

.border-left-before-red-soft:before,
.border-left-after-red-soft:after {
    border-left-color: #d05454 !important;
}

.border-right-before-red-soft:before,
.border-right-after-red-soft:after {
    border-right-color: #d05454 !important;
}

.bg-red-haze {
    background: #f36a5a !important;
}

.bg-red-haze-opacity {
    background: rgba(243, 106, 90, 0.8) !important;
}

.bg-hover-red-haze:hover {
    background: #f36a5a !important;
}

.font-red-haze {
    color: #f36a5a !important;
}

.bg-font-red-haze {
    color: #ffffff !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-before-red-haze:before,
.bg-after-red-haze:after {
    background: #f36a5a !important;
}

.border-before-red-haze:before,
.border-after-red-haze:after {
    border-color: #f36a5a !important;
}

.border-top-before-red-haze:before,
.border-top-after-red-haze:after {
    border-top-color: #f36a5a !important;
}

.border-bottom-before-red-haze:before,
.border-bottom-after-red-haze:after {
    border-bottom-color: #f36a5a !important;
}

.border-left-before-red-haze:before,
.border-left-after-red-haze:after {
    border-left-color: #f36a5a !important;
}

.border-right-before-red-haze:before,
.border-right-after-red-haze:after {
    border-right-color: #f36a5a !important;
}

.bg-red-mint {
    background: #e43a45 !important;
}

.bg-red-mint-opacity {
    background: rgba(228, 58, 69, 0.8) !important;
}

.bg-hover-red-mint:hover {
    background: #e43a45 !important;
}

.font-red-mint {
    color: #e43a45 !important;
}

.bg-font-red-mint {
    color: #ffffff !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-before-red-mint:before,
.bg-after-red-mint:after {
    background: #e43a45 !important;
}

.border-before-red-mint:before,
.border-after-red-mint:after {
    border-color: #e43a45 !important;
}

.border-top-before-red-mint:before,
.border-top-after-red-mint:after {
    border-top-color: #e43a45 !important;
}

.border-bottom-before-red-mint:before,
.border-bottom-after-red-mint:after {
    border-bottom-color: #e43a45 !important;
}

.border-left-before-red-mint:before,
.border-left-after-red-mint:after {
    border-left-color: #e43a45 !important;
}

.border-right-before-red-mint:before,
.border-right-after-red-mint:after {
    border-right-color: #e43a45 !important;
}

.bg-yellow {
    background: #c49f47 !important;
}

.bg-yellow-opacity {
    background: rgba(196, 159, 71, 0.8) !important;
}

.bg-hover-yellow:hover {
    background: #c49f47 !important;
}

.font-yellow {
    color: #c49f47 !important;
}

.bg-font-yellow {
    color: #ffffff !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-before-yellow:before,
.bg-after-yellow:after {
    background: #c49f47 !important;
}

.border-before-yellow:before,
.border-after-yellow:after {
    border-color: #c49f47 !important;
}

.border-top-before-yellow:before,
.border-top-after-yellow:after {
    border-top-color: #c49f47 !important;
}

.border-bottom-before-yellow:before,
.border-bottom-after-yellow:after {
    border-bottom-color: #c49f47 !important;
}

.border-left-before-yellow:before,
.border-left-after-yellow:after {
    border-left-color: #c49f47 !important;
}

.border-right-before-yellow:before,
.border-right-after-yellow:after {
    border-right-color: #c49f47 !important;
}

.bg-yellow-gold {
    background: #E87E04 !important;
}

.bg-yellow-gold-opacity {
    background: rgba(232, 126, 4, 0.8) !important;
}

.bg-hover-yellow-gold:hover {
    background: #E87E04 !important;
}

.font-yellow-gold {
    color: #E87E04 !important;
}

.bg-font-yellow-gold {
    color: #ffffff !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-before-yellow-gold:before,
.bg-after-yellow-gold:after {
    background: #E87E04 !important;
}

.border-before-yellow-gold:before,
.border-after-yellow-gold:after {
    border-color: #E87E04 !important;
}

.border-top-before-yellow-gold:before,
.border-top-after-yellow-gold:after {
    border-top-color: #E87E04 !important;
}

.border-bottom-before-yellow-gold:before,
.border-bottom-after-yellow-gold:after {
    border-bottom-color: #E87E04 !important;
}

.border-left-before-yellow-gold:before,
.border-left-after-yellow-gold:after {
    border-left-color: #E87E04 !important;
}

.border-right-before-yellow-gold:before,
.border-right-after-yellow-gold:after {
    border-right-color: #E87E04 !important;
}

.bg-yellow-casablanca {
    background: #f2784b !important;
}

.bg-yellow-casablanca-opacity {
    background: rgba(242, 120, 75, 0.8) !important;
}

.bg-hover-yellow-casablanca:hover {
    background: #f2784b !important;
}

.font-yellow-casablanca {
    color: #f2784b !important;
}

.bg-font-yellow-casablanca {
    color: #ffffff !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-before-yellow-casablanca:before,
.bg-after-yellow-casablanca:after {
    background: #f2784b !important;
}

.border-before-yellow-casablanca:before,
.border-after-yellow-casablanca:after {
    border-color: #f2784b !important;
}

.border-top-before-yellow-casablanca:before,
.border-top-after-yellow-casablanca:after {
    border-top-color: #f2784b !important;
}

.border-bottom-before-yellow-casablanca:before,
.border-bottom-after-yellow-casablanca:after {
    border-bottom-color: #f2784b !important;
}

.border-left-before-yellow-casablanca:before,
.border-left-after-yellow-casablanca:after {
    border-left-color: #f2784b !important;
}

.border-right-before-yellow-casablanca:before,
.border-right-after-yellow-casablanca:after {
    border-right-color: #f2784b !important;
}

.bg-yellow-crusta {
    background: #f3c200 !important;
}

.bg-yellow-crusta-opacity {
    background: rgba(243, 194, 0, 0.8) !important;
}

.bg-hover-yellow-crusta:hover {
    background: #f3c200 !important;
}

.font-yellow-crusta {
    color: #f3c200 !important;
}

.bg-font-yellow-crusta {
    color: #ffffff !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-before-yellow-crusta:before,
.bg-after-yellow-crusta:after {
    background: #f3c200 !important;
}

.border-before-yellow-crusta:before,
.border-after-yellow-crusta:after {
    border-color: #f3c200 !important;
}

.border-top-before-yellow-crusta:before,
.border-top-after-yellow-crusta:after {
    border-top-color: #f3c200 !important;
}

.border-bottom-before-yellow-crusta:before,
.border-bottom-after-yellow-crusta:after {
    border-bottom-color: #f3c200 !important;
}

.border-left-before-yellow-crusta:before,
.border-left-after-yellow-crusta:after {
    border-left-color: #f3c200 !important;
}

.border-right-before-yellow-crusta:before,
.border-right-after-yellow-crusta:after {
    border-right-color: #f3c200 !important;
}

.bg-yellow-lemon {
    background: #F7CA18 !important;
}

.bg-yellow-lemon-opacity {
    background: rgba(247, 202, 24, 0.8) !important;
}

.bg-hover-yellow-lemon:hover {
    background: #F7CA18 !important;
}

.font-yellow-lemon {
    color: #F7CA18 !important;
}

.bg-font-yellow-lemon {
    color: #ffffff !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-before-yellow-lemon:before,
.bg-after-yellow-lemon:after {
    background: #F7CA18 !important;
}

.border-before-yellow-lemon:before,
.border-after-yellow-lemon:after {
    border-color: #F7CA18 !important;
}

.border-top-before-yellow-lemon:before,
.border-top-after-yellow-lemon:after {
    border-top-color: #F7CA18 !important;
}

.border-bottom-before-yellow-lemon:before,
.border-bottom-after-yellow-lemon:after {
    border-bottom-color: #F7CA18 !important;
}

.border-left-before-yellow-lemon:before,
.border-left-after-yellow-lemon:after {
    border-left-color: #F7CA18 !important;
}

.border-right-before-yellow-lemon:before,
.border-right-after-yellow-lemon:after {
    border-right-color: #F7CA18 !important;
}

.bg-yellow-saffron {
    background: #F4D03F !important;
}

.bg-yellow-saffron-opacity {
    background: rgba(244, 208, 63, 0.8) !important;
}

.bg-hover-yellow-saffron:hover {
    background: #F4D03F !important;
}

.font-yellow-saffron {
    color: #F4D03F !important;
}

.bg-font-yellow-saffron {
    color: #ffffff !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-before-yellow-saffron:before,
.bg-after-yellow-saffron:after {
    background: #F4D03F !important;
}

.border-before-yellow-saffron:before,
.border-after-yellow-saffron:after {
    border-color: #F4D03F !important;
}

.border-top-before-yellow-saffron:before,
.border-top-after-yellow-saffron:after {
    border-top-color: #F4D03F !important;
}

.border-bottom-before-yellow-saffron:before,
.border-bottom-after-yellow-saffron:after {
    border-bottom-color: #F4D03F !important;
}

.border-left-before-yellow-saffron:before,
.border-left-after-yellow-saffron:after {
    border-left-color: #F4D03F !important;
}

.border-right-before-yellow-saffron:before,
.border-right-after-yellow-saffron:after {
    border-right-color: #F4D03F !important;
}

.bg-yellow-soft {
    background: #c8d046 !important;
}

.bg-yellow-soft-opacity {
    background: rgba(200, 208, 70, 0.8) !important;
}

.bg-hover-yellow-soft:hover {
    background: #c8d046 !important;
}

.font-yellow-soft {
    color: #c8d046 !important;
}

.bg-font-yellow-soft {
    color: #ffffff !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-before-yellow-soft:before,
.bg-after-yellow-soft:after {
    background: #c8d046 !important;
}

.border-before-yellow-soft:before,
.border-after-yellow-soft:after {
    border-color: #c8d046 !important;
}

.border-top-before-yellow-soft:before,
.border-top-after-yellow-soft:after {
    border-top-color: #c8d046 !important;
}

.border-bottom-before-yellow-soft:before,
.border-bottom-after-yellow-soft:after {
    border-bottom-color: #c8d046 !important;
}

.border-left-before-yellow-soft:before,
.border-left-after-yellow-soft:after {
    border-left-color: #c8d046 !important;
}

.border-right-before-yellow-soft:before,
.border-right-after-yellow-soft:after {
    border-right-color: #c8d046 !important;
}

.bg-yellow-haze {
    background: #c5bf66 !important;
}

.bg-yellow-haze-opacity {
    background: rgba(197, 191, 102, 0.8) !important;
}

.bg-hover-yellow-haze:hover {
    background: #c5bf66 !important;
}

.font-yellow-haze {
    color: #c5bf66 !important;
}

.bg-font-yellow-haze {
    color: #ffffff !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-before-yellow-haze:before,
.bg-after-yellow-haze:after {
    background: #c5bf66 !important;
}

.border-before-yellow-haze:before,
.border-after-yellow-haze:after {
    border-color: #c5bf66 !important;
}

.border-top-before-yellow-haze:before,
.border-top-after-yellow-haze:after {
    border-top-color: #c5bf66 !important;
}

.border-bottom-before-yellow-haze:before,
.border-bottom-after-yellow-haze:after {
    border-bottom-color: #c5bf66 !important;
}

.border-left-before-yellow-haze:before,
.border-left-after-yellow-haze:after {
    border-left-color: #c5bf66 !important;
}

.border-right-before-yellow-haze:before,
.border-right-after-yellow-haze:after {
    border-right-color: #c5bf66 !important;
}

.bg-yellow-mint {
    background: #c5b96b !important;
}

.bg-yellow-mint-opacity {
    background: rgba(197, 185, 107, 0.8) !important;
}

.bg-hover-yellow-mint:hover {
    background: #c5b96b !important;
}

.font-yellow-mint {
    color: #c5b96b !important;
}

.bg-font-yellow-mint {
    color: #ffffff !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-before-yellow-mint:before,
.bg-after-yellow-mint:after {
    background: #c5b96b !important;
}

.border-before-yellow-mint:before,
.border-after-yellow-mint:after {
    border-color: #c5b96b !important;
}

.border-top-before-yellow-mint:before,
.border-top-after-yellow-mint:after {
    border-top-color: #c5b96b !important;
}

.border-bottom-before-yellow-mint:before,
.border-bottom-after-yellow-mint:after {
    border-bottom-color: #c5b96b !important;
}

.border-left-before-yellow-mint:before,
.border-left-after-yellow-mint:after {
    border-left-color: #c5b96b !important;
}

.border-right-before-yellow-mint:before,
.border-right-after-yellow-mint:after {
    border-right-color: #c5b96b !important;
}

.bg-purple {
    background: #8E44AD !important;
}

.bg-purple-opacity {
    background: rgba(142, 68, 173, 0.8) !important;
}

.bg-hover-purple:hover {
    background: #8E44AD !important;
}

.font-purple {
    color: #8E44AD !important;
}

.bg-font-purple {
    color: #ffffff !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-before-purple:before,
.bg-after-purple:after {
    background: #8E44AD !important;
}

.border-before-purple:before,
.border-after-purple:after {
    border-color: #8E44AD !important;
}

.border-top-before-purple:before,
.border-top-after-purple:after {
    border-top-color: #8E44AD !important;
}

.border-bottom-before-purple:before,
.border-bottom-after-purple:after {
    border-bottom-color: #8E44AD !important;
}

.border-left-before-purple:before,
.border-left-after-purple:after {
    border-left-color: #8E44AD !important;
}

.border-right-before-purple:before,
.border-right-after-purple:after {
    border-right-color: #8E44AD !important;
}

.bg-purple-plum {
    background: #8775a7 !important;
}

.bg-purple-plum-opacity {
    background: rgba(135, 117, 167, 0.8) !important;
}

.bg-hover-purple-plum:hover {
    background: #8775a7 !important;
}

.font-purple-plum {
    color: #8775a7 !important;
}

.bg-font-purple-plum {
    color: #ffffff !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-before-purple-plum:before,
.bg-after-purple-plum:after {
    background: #8775a7 !important;
}

.border-before-purple-plum:before,
.border-after-purple-plum:after {
    border-color: #8775a7 !important;
}

.border-top-before-purple-plum:before,
.border-top-after-purple-plum:after {
    border-top-color: #8775a7 !important;
}

.border-bottom-before-purple-plum:before,
.border-bottom-after-purple-plum:after {
    border-bottom-color: #8775a7 !important;
}

.border-left-before-purple-plum:before,
.border-left-after-purple-plum:after {
    border-left-color: #8775a7 !important;
}

.border-right-before-purple-plum:before,
.border-right-after-purple-plum:after {
    border-right-color: #8775a7 !important;
}

.bg-purple-medium {
    background: #BF55EC !important;
}

.bg-purple-medium-opacity {
    background: rgba(191, 85, 236, 0.8) !important;
}

.bg-hover-purple-medium:hover {
    background: #BF55EC !important;
}

.font-purple-medium {
    color: #BF55EC !important;
}

.bg-font-purple-medium {
    color: #ffffff !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-before-purple-medium:before,
.bg-after-purple-medium:after {
    background: #BF55EC !important;
}

.border-before-purple-medium:before,
.border-after-purple-medium:after {
    border-color: #BF55EC !important;
}

.border-top-before-purple-medium:before,
.border-top-after-purple-medium:after {
    border-top-color: #BF55EC !important;
}

.border-bottom-before-purple-medium:before,
.border-bottom-after-purple-medium:after {
    border-bottom-color: #BF55EC !important;
}

.border-left-before-purple-medium:before,
.border-left-after-purple-medium:after {
    border-left-color: #BF55EC !important;
}

.border-right-before-purple-medium:before,
.border-right-after-purple-medium:after {
    border-right-color: #BF55EC !important;
}

.bg-purple-studio {
    background: #8E44AD !important;
}

.bg-purple-studio-opacity {
    background: rgba(142, 68, 173, 0.8) !important;
}

.bg-hover-purple-studio:hover {
    background: #8E44AD !important;
}

.font-purple-studio {
    color: #8E44AD !important;
}

.bg-font-purple-studio {
    color: #ffffff !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-before-purple-studio:before,
.bg-after-purple-studio:after {
    background: #8E44AD !important;
}

.border-before-purple-studio:before,
.border-after-purple-studio:after {
    border-color: #8E44AD !important;
}

.border-top-before-purple-studio:before,
.border-top-after-purple-studio:after {
    border-top-color: #8E44AD !important;
}

.border-bottom-before-purple-studio:before,
.border-bottom-after-purple-studio:after {
    border-bottom-color: #8E44AD !important;
}

.border-left-before-purple-studio:before,
.border-left-after-purple-studio:after {
    border-left-color: #8E44AD !important;
}

.border-right-before-purple-studio:before,
.border-right-after-purple-studio:after {
    border-right-color: #8E44AD !important;
}

.bg-purple-wisteria {
    background: #9B59B6 !important;
}

.bg-purple-wisteria-opacity {
    background: rgba(155, 89, 182, 0.8) !important;
}

.bg-hover-purple-wisteria:hover {
    background: #9B59B6 !important;
}

.font-purple-wisteria {
    color: #9B59B6 !important;
}

.bg-font-purple-wisteria {
    color: #ffffff !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-before-purple-wisteria:before,
.bg-after-purple-wisteria:after {
    background: #9B59B6 !important;
}

.border-before-purple-wisteria:before,
.border-after-purple-wisteria:after {
    border-color: #9B59B6 !important;
}

.border-top-before-purple-wisteria:before,
.border-top-after-purple-wisteria:after {
    border-top-color: #9B59B6 !important;
}

.border-bottom-before-purple-wisteria:before,
.border-bottom-after-purple-wisteria:after {
    border-bottom-color: #9B59B6 !important;
}

.border-left-before-purple-wisteria:before,
.border-left-after-purple-wisteria:after {
    border-left-color: #9B59B6 !important;
}

.border-right-before-purple-wisteria:before,
.border-right-after-purple-wisteria:after {
    border-right-color: #9B59B6 !important;
}

.bg-purple-seance {
    background: #9A12B3 !important;
}

.bg-purple-seance-opacity {
    background: rgba(154, 18, 179, 0.8) !important;
}

.bg-hover-purple-seance:hover {
    background: #9A12B3 !important;
}

.font-purple-seance {
    color: #9A12B3 !important;
}

.bg-font-purple-seance {
    color: #ffffff !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-before-purple-seance:before,
.bg-after-purple-seance:after {
    background: #9A12B3 !important;
}

.border-before-purple-seance:before,
.border-after-purple-seance:after {
    border-color: #9A12B3 !important;
}

.border-top-before-purple-seance:before,
.border-top-after-purple-seance:after {
    border-top-color: #9A12B3 !important;
}

.border-bottom-before-purple-seance:before,
.border-bottom-after-purple-seance:after {
    border-bottom-color: #9A12B3 !important;
}

.border-left-before-purple-seance:before,
.border-left-after-purple-seance:after {
    border-left-color: #9A12B3 !important;
}

.border-right-before-purple-seance:before,
.border-right-after-purple-seance:after {
    border-right-color: #9A12B3 !important;
}

.bg-purple-intense {
    background: #8775a7 !important;
}

.bg-purple-intense-opacity {
    background: rgba(135, 117, 167, 0.8) !important;
}

.bg-hover-purple-intense:hover {
    background: #8775a7 !important;
}

.font-purple-intense {
    color: #8775a7 !important;
}

.bg-font-purple-intense {
    color: #ffffff !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-before-purple-intense:before,
.bg-after-purple-intense:after {
    background: #8775a7 !important;
}

.border-before-purple-intense:before,
.border-after-purple-intense:after {
    border-color: #8775a7 !important;
}

.border-top-before-purple-intense:before,
.border-top-after-purple-intense:after {
    border-top-color: #8775a7 !important;
}

.border-bottom-before-purple-intense:before,
.border-bottom-after-purple-intense:after {
    border-bottom-color: #8775a7 !important;
}

.border-left-before-purple-intense:before,
.border-left-after-purple-intense:after {
    border-left-color: #8775a7 !important;
}

.border-right-before-purple-intense:before,
.border-right-after-purple-intense:after {
    border-right-color: #8775a7 !important;
}

.bg-purple-sharp {
    background: #796799 !important;
}

.bg-purple-sharp-opacity {
    background: rgba(121, 103, 153, 0.8) !important;
}

.bg-hover-purple-sharp:hover {
    background: #796799 !important;
}

.font-purple-sharp {
    color: #796799 !important;
}

.bg-font-purple-sharp {
    color: #ffffff !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-before-purple-sharp:before,
.bg-after-purple-sharp:after {
    background: #796799 !important;
}

.border-before-purple-sharp:before,
.border-after-purple-sharp:after {
    border-color: #796799 !important;
}

.border-top-before-purple-sharp:before,
.border-top-after-purple-sharp:after {
    border-top-color: #796799 !important;
}

.border-bottom-before-purple-sharp:before,
.border-bottom-after-purple-sharp:after {
    border-bottom-color: #796799 !important;
}

.border-left-before-purple-sharp:before,
.border-left-after-purple-sharp:after {
    border-left-color: #796799 !important;
}

.border-right-before-purple-sharp:before,
.border-right-after-purple-sharp:after {
    border-right-color: #796799 !important;
}

.bg-purple-soft {
    background: #8877a9 !important;
}

.bg-purple-soft-opacity {
    background: rgba(136, 119, 169, 0.8) !important;
}

.bg-hover-purple-soft:hover {
    background: #8877a9 !important;
}

.font-purple-soft {
    color: #8877a9 !important;
}

.bg-font-purple-soft {
    color: #ffffff !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;
}

.bg-before-purple-soft:before,
.bg-after-purple-soft:after {
    background: #8877a9 !important;
}

.border-before-purple-soft:before,
.border-after-purple-soft:after {
    border-color: #8877a9 !important;
}

.border-top-before-purple-soft:before,
.border-top-after-purple-soft:after {
    border-top-color: #8877a9 !important;
}

.border-bottom-before-purple-soft:before,
.border-bottom-after-purple-soft:after {
    border-bottom-color: #8877a9 !important;
}

.border-left-before-purple-soft:before,
.border-left-after-purple-soft:after {
    border-left-color: #8877a9 !important;
}

.border-right-before-purple-soft:before,
.border-right-after-purple-soft:after {
    border-right-color: #8877a9 !important;
}

/***
Color library demo
***/
.color-demo {
    border: 1px solid #eee;
    margin: 0 0 20px 0;
    cursor: pointer;
}

    .color-demo .color-view {
        padding: 35px 10px;
        text-align: center;
        font-size: 18px;
    }

    .color-demo .color-info {
        border-top: 1px solid #eee;
        padding: 10px 10px;
        text-align: center;
    }

.mt-cookie-consent-bar {
    position: fixed;
    bottom: 0;
    z-index: 10101;
    padding: 10px 25px;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    left: 0;
    right: 0;
}

    .mt-cookie-consent-bar .mt-cookie-consent-bar-holder {
        display: table;
        width: 100%;
    }

        .mt-cookie-consent-bar .mt-cookie-consent-bar-holder .mt-cookie-consent-bar-content {
            display: table-cell;
            text-align: left;
            vertical-align: middle;
        }

        .mt-cookie-consent-bar .mt-cookie-consent-bar-holder .mt-cookie-consent-bar-action {
            display: table-cell;
            text-align: right;
            vertical-align: middle;
        }

    .mt-cookie-consent-bar.mt-cookie-consent-bar-light {
        background: rgba(238, 238, 238, 0.9);
        color: #333;
    }

.mt-content-row {
    display: table;
    height: 100%;
    width: 100%;
}

    .mt-content-row .mt-content-col-fluid {
        display: table-cell;
    }

        .mt-content-row .mt-content-col-fluid .mt-content-body {
            margin: 0;
            height: 100%;
            width: 100%;
            display: table;
        }

    .mt-content-row .mt-content-col-fixed {
        display: table-cell;
    }

        .mt-content-row .mt-content-col-fixed .mt-content-sidebar {
            height: 100%;
            width: 100%;
            display: table;
            margin-left: 20px;
            border: 1px solid red;
        }

@media (max-width: 767px) {
    /* 767px */
    .mt-content-row {
        display: block;
        width: 100%;
    }

        .mt-content-row .mt-content-col-fluid {
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }

            .mt-content-row .mt-content-col-fluid .mt-content-body {
                margin: 0;
            }

        .mt-content-row .mt-content-col-fixed {
            display: block;
            width: 100%;
        }

            .mt-content-row .mt-content-col-fixed .mt-content-sidebar {
                margin-left: 0;
            }
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-thumb {
    background-color: #999
}

@charset "UTF-8";
/* Cubic Bezier Transition */
@media print {
  body {
    background-color: #fff !important;
    direction: ltr; }
  .page-bar {
    display: none; }
  .page-sidebar-wrapper {
    display: none; }
  .page-quick-sidebar-wrapper {
    display: none; }
  .theme-panel {
    display: none; }
  .hidden-print {
    display: none; }
  .page-footer {
    display: none; }
  .no-page-break {
    page-break-after: avoid; }
  .page-container {
    margin: 0px !important;
    padding: 0px !important; }
  .page-content {
    padding: 0 !important;
    min-height: 300px !important;
    padding: 0px 20px 20px !important;
    margin: 0 !important; }
  .table th,
  .table td {
    text-align: left !important; } }

/***
Page Header
***/
.page-header.navbar {
  width: 100%;
  padding: 0 20px 0 20px;
  margin: 0;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  height: 50px;
  min-height: 50px;
  filter: none;
  background-image: none;
  /* Fixed header */
  /* Header logo */
  /* Search box */
  /* Menu Toggler */
  /* Top menu */ }
  .page-header.navbar.navbar-fixed-top {
    z-index: 9995; }
  .page-header.navbar.navbar-static-top {
    z-index: 9995; }
  .page-header.navbar .page-logo {
    float: left;
    display: block;
    width: 235px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px; }
    .page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo {
      padding: 0; }
    .page-header.navbar .page-logo > .logo-image,
    .page-header.navbar .page-logo > a {
      display: inline-block;
      float: left; }
    .page-header.navbar .page-logo .logo-default {
      margin: 18px 0 0 0; }
    .page-header.navbar .page-logo .logo-mini {
      display: none;
      margin-left: 5px; }
    .page-header.navbar .page-logo .text-logo {
      padding-left: 20px;
      padding-top: 12px; }
  .page-header.navbar .search-form {
    display: inline-block;
    width: 50px;
    position: relative;
    float: left;
    transition: all 0.6s; }
    .page-header.navbar .search-form .input-group .form-control {
      height: 50px;
      border: 0;
      background: transparent !important;
      font-size: 13px;
      padding-left: 0;
      margin-left: 12px;
      text-indent: -150000px; }
      .page-header.navbar .search-form .input-group .form-control:hover {
        cursor: pointer; }
    .page-header.navbar .search-form .input-group .input-group-btn {
      height: 50px; }
      .page-header.navbar .search-form .input-group .input-group-btn .btn.submit {
        margin-left: -24px;
        padding: 0;
        width: 50px;
        background: none;
        margin-top: 4px;
        display: block; }
        .page-header.navbar .search-form .input-group .input-group-btn .btn.submit > i {
          font-size: 15px; }
    .page-header.navbar .search-form.open {
      transition: all 0.6s;
      width: 300px !important; }
      .page-header.navbar .search-form.open .input-group .form-control {
        text-indent: 0; }
        .page-header.navbar .search-form.open .input-group .form-control:hover {
          cursor: text; }
      .page-header.navbar .search-form.open .input-group .input-group-btn .btn.submit {
        margin-left: 0; }
  .page-header.navbar .menu-toggler {
    cursor: pointer;
    opacity: 0.7 ;
    filter: alpha(opacity=70) ;
    display: block;
    webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .page-header.navbar .menu-toggler > span {
      outline: none !important; }
      .page-header.navbar .menu-toggler > span:hover {
        background: #ffffff; }
        .page-header.navbar .menu-toggler > span:hover:before, .page-header.navbar .menu-toggler > span:hover:after {
          background: #ffffff; }
    .page-header.navbar .menu-toggler > span,
    .page-header.navbar .menu-toggler > span:before,
    .page-header.navbar .menu-toggler > span:after {
      display: inline-block;
      width: 19px;
      height: 1px;
      background: #ffffff;
      position: relative;
      top: -6px;
      transition: all ease .3s; }
    .page-header.navbar .menu-toggler > span:before,
    .page-header.navbar .menu-toggler > span:after {
      position: absolute;
      left: 0;
      content: ''; }
    .page-header.navbar .menu-toggler > span:before {
      top: 6px; }
    .page-header.navbar .menu-toggler > span:after {
      top: -6px; }
    .page-header.navbar .menu-toggler.th-toggle-exit > span {
      background-color: transparent !important; }
    .page-header.navbar .menu-toggler.th-toggle-exit > span:after {
      webkit-transform: translateY(6px) rotateZ(45deg);
      -moz-transform: translateY(6px) rotateZ(45deg);
      -ms-transform: translateY(6px) rotateZ(45deg);
      -o-transform: translateY(6px) rotateZ(45deg);
      transform: translateY(6px) rotateZ(45deg); }
    .page-header.navbar .menu-toggler.th-toggle-exit > span:before {
      webkit-transform: translateY(-6px) rotateZ(-45deg);
      -moz-transform: translateY(-6px) rotateZ(-45deg);
      -ms-transform: translateY(-6px) rotateZ(-45deg);
      -o-transform: translateY(-6px) rotateZ(-45deg);
      transform: translateY(-6px) rotateZ(-45deg); }
    .page-header.navbar .menu-toggler:hover {
      webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      opacity: 1 ;
      filter: alpha(opacity=100) ; }
    .page-header.navbar .menu-toggler.sidebar-toggler {
      float: right;
      margin: 15.5px 0 0 0; }
      .page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .menu-toggler.sidebar-toggler {
        margin-right: 13px; }
    .page-header.navbar .menu-toggler.responsive-toggler {
      display: none;
      float: right;
      margin: 15.5px 6px 0 6px; }
  .page-header.navbar .top-menu {
    margin: 0;
    padding: 0;
    float: right; }
    .page-header.navbar .top-menu .navbar-nav {
      padding: 0;
      margin-right: 20px;
      display: block;
      /* Extended Dropdowns */
      /* Notification */
      /* Inbox */
      /* Tasks */
      /* User */
      /* Language */
      /* Dark version */ }
      .page-header.navbar .top-menu .navbar-nav > li.dropdown {
        margin: 0px;
        padding: 0px 4px;
        height: 50px;
        display: inline-block; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown:last-child {
          padding-right: 0px; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
          margin: 0px;
          padding: 19px 10px 10px 10px; }
          .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:last-child {
            padding-right: 0; }
          .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
            font-size: 17px; }
            .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i.glyphicon {
              font-size: 16px; }
          .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
            font-family: "Open Sans", sans-serif;
            position: absolute;
            top: 10px;
            right: 20px;
            font-weight: 300;
            padding: 3px 6px; }
          .page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:focus {
            background: none; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu {
          margin-top: 1px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          border-radius: 4px; }
          .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:before {
            position: absolute;
            top: -7px;
            right: 9px;
            display: inline-block !important;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #eee;
            border-left: 7px solid transparent;
            border-bottom-color: rgba(0, 0, 0, 0.2);
            content: ''; }
          .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu:after {
            position: absolute;
            top: -6px;
            right: 10px;
            display: inline-block !important;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff;
            border-left: 6px solid transparent;
            content: ''; }
          .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-menu > li > a {
            color: #555; }
      .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
        min-width: 160px;
        max-width: 275px;
        width: 275px;
        z-index: 9995;
        /* header notifications dropdowns */ }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
          display: block;
          overflow: hidden;
          padding: 15px 15px;
          letter-spacing: 0.5px;
          -webkit-border-radius: 4px 4px 0 0;
          -moz-border-radius: 4px 4px 0 0;
          -ms-border-radius: 4px 4px 0 0;
          -o-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0; }
          .page-header.navbar .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.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
            display: inline-block;
            padding: 0;
            background: none;
            clear: inherit;
            font-size: 13px;
            font-weight: 300;
            position: absolute;
            right: 10px;
            border: 0;
            margin-top: -1px; }
            .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a:hover {
              text-decoration: none; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list {
          padding-right: 0 !important;
          padding-left: 0;
          list-style: none; }
          .page-header.navbar .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.navbar .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.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li:first-child a {
            border-top: none; }
      .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details {
        overflow: hidden; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
          margin-right: 10px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
          .page-header.navbar .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.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon .badge {
            right: 15px; }
      .page-header.navbar .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.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .photo {
        float: left;
        margin: 0 6px 6px 0; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .photo img {
          height: 40px;
          width: 40px;
          -webkit-border-radius: 50% !important;
          -moz-border-radius: 50% !important;
          -ms-border-radius: 50% !important;
          -o-border-radius: 50% !important;
          border-radius: 50% !important; }
      .page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject {
        display: block;
        margin-left: 46px; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject .from {
          font-size: 13px;
          font-weight: 600; }
        .page-header.navbar .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.navbar .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.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .task {
        margin-bottom: 5px; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .task .desc {
          font-size: 13px;
          font-weight: 300; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .task .percent {
          float: right;
          font-weight: 600;
          display: inline-block; }
      .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .progress {
        display: block;
        height: 8px;
        margin: 8px 0 2px; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .progress .progress-bar {
          box-shadow: none; }
      .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
        padding: 16px 6px 13px 8px; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
          display: inline-block;
          font-size: 13px;
          font-weight: 300; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
          float: left;
          margin-top: -5px;
          margin-right: 5px;
          height: 29px;
          display: inline-block; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > i {
          display: inline-block;
          margin-top: 5px;
          margin: 0;
          font-size: 13px; }
      .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu {
        width: 175px; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a {
          font-size: 14px;
          font-weight: 300; }
          .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a i {
            width: 15px;
            display: inline-block;
            margin-right: 9px; }
          .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a .badge {
            margin-right: 10px; }
      .page-header.navbar .top-menu .navbar-nav > li.dropdown-language {
        padding-left: 0;
        padding-right: 0;
        margin: 0; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle {
          padding: 16px 3px 13px 7px; }
          .page-header.navbar .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > img {
            margin-bottom: 2px; }
          .page-header.navbar .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > i {
            font-size: 14px; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-language > .dropdown-menu > li > a {
          font-size: 13px; }
          .page-header.navbar .top-menu .navbar-nav > li.dropdown-language > .dropdown-menu > li > a > img {
            margin-bottom: 2px;
            margin-right: 5px; }
      .page-header.navbar .top-menu .navbar-nav li.dropdown-dark .dropdown-menu:before {
        border-left: none;
        border-right: none; }
      .page-header.navbar .top-menu .navbar-nav li.dropdown-dark .dropdown-menu .dropdown-menu-list > li.external a {
        background: none !important;
        border: none !important; }

/* Allow expanded search for above 768px */
@media (min-width: 768px) {
  /* 768px */
  .page-header.navbar {
    /* Search box */ }
    .page-header.navbar .search-form.search-form-expanded {
      width: 200px; }
      .page-header.navbar .search-form.search-form-expanded .input-group .form-control {
        text-indent: 0; }
        .page-header.navbar .search-form.search-form-expanded .input-group .form-control:hover {
          cursor: text; }
      .page-header.navbar .search-form.search-form-expanded .input-group .input-group-btn .btn.submit {
        margin-left: 0; } }

/*** 
Horizontal Menu 
***/
.page-header.navbar {
  /* Header container */
  /* Mega menu */ }
  .page-header.navbar .container {
    position: relative; }
  .page-header.navbar .hor-menu {
    margin: 0 0 0 -17px;
    margin: 0;
    float: left; }
    .page-header.navbar .hor-menu .navbar-nav {
      min-height: 50px;
      position: static;
      /* Mega menu */
      /* Mega Menu Dropdown */
      /* Classic menu */ }
      .page-header.navbar .hor-menu .navbar-nav.navbar-right .dropdown-menu {
        left: auto;
        right: 0; }
      .page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown {
        position: static; }
        .page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
          left: auto;
          width: auto; }
          .page-header.navbar .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.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content.mega-menu-responsive-content {
              padding: 10px 18px 10px 45px; }
            .page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu {
              padding: 0;
              margin: 0; }
              .page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu:last-child {
                border-right: 0; }
              .page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li {
                margin: 0 !important;
                list-style: none; }
                .page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
                  margin-top: 5px;
                  padding-left: 6px;
                  font-size: 15px;
                  font-weight: 400; }
                .page-header.navbar .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.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a:hover {
                    text-decoration: none; }
                  .page-header.navbar .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.navbar .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.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a .badge,
                  .page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a .label {
                    margin-left: 5px; }
        .page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown.mega-menu-full .dropdown-menu {
          left: 20px;
          right: 20px; }
        .page-header.navbar .hor-menu .navbar-nav > li.mega-menu-dropdown:hover > .dropdown-menu {
          display: block; }
      .page-header.navbar .hor-menu .navbar-nav > li.menu-dropdown .dropdown-menu:after, .page-header.navbar .hor-menu .navbar-nav > li.menu-dropdown .dropdown-menu:before {
        display: none !important; }
      .page-header.navbar .hor-menu .navbar-nav > li > a {
        font-size: 14px;
        font-weight: 400;
        padding: 13px 13px;
        min-height: 50px; }
        .page-header.navbar .hor-menu .navbar-nav > li > a:focus {
          background: none !important; }
      .page-header.navbar .hor-menu .navbar-nav > li.current .selected, .page-header.navbar .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.navbar .hor-menu .navbar-nav > li .dropdown-menu {
        margin-top: 0;
        border: none; }
        .page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu li > a {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-weight: 300;
          padding: 9px 10px;
          white-space: normal; }
          .page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu li > a .label,
          .page-header.navbar .hor-menu .navbar-nav > li .dropdown-menu li > a .badge {
            font-weight: 300; }
      .page-header.navbar .hor-menu .navbar-nav > li.classic-menu-dropdown .dropdown-menu {
        min-width: 195px;
        max-width: 235px; }
      .page-header.navbar .hor-menu .navbar-nav > li.classic-menu-dropdown:hover > .dropdown-menu {
        display: block; }
      .page-header.navbar .hor-menu .navbar-nav > li .dropdown-submenu > .dropdown-menu {
        top: 0; }
      .page-header.navbar .hor-menu .navbar-nav > li .dropdown-submenu > a:after {
        top: 9px;
        right: 10px; }

/* Form medium devices upto large devices */
@media (min-width: 992px) and (max-width: 1200px) {
  /* 992px 1200px */
  /* Boxed layout */
  .page-boxed .page-header.navbar {
    /* Top menu */ }
    .page-boxed .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle .username.username-hide-on-mobile {
      display: none; }
    .page-boxed .page-header.navbar .top-menu .navbar-nav > li.dropdown-language .dropdown-toggle .langname {
      display: none; } }

@media (min-width: 992px) {
  /* 992px */
  /* Page header */
  .page-header.navbar {
    /* Header logo */ }
    .page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo {
      padding: 0; }
    .page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo {
      width: 45px; }
      .page-sidebar-closed.page-sidebar-closed-hide-logo .page-header.navbar .page-logo .logo-default {
        display: none; }
  /* Boxed Layout */
  .page-boxed .page-header.navbar {
    /* Page logo */
    /* Top menu */ }
    .page-boxed .page-header.navbar .page-logo {
      width: 236px; }
    .page-boxed .page-header.navbar .top-menu .navbar-nav {
      margin-right: 0px; }
  /* Sidebar closed & logo hidden */
  .page-sidebar-closed.page-sidebar-closed-hide-logo.page-boxed .page-header.navbar {
    /* Page logo */ }
    .page-sidebar-closed.page-sidebar-closed-hide-logo.page-boxed .page-header.navbar .page-logo {
      width: 46px; }
  /* Boxed layout & page sidebar fixed layout */
  .page-boxed.page-sidebar-fixed .page-header.navbar {
    /* Page logo */ }
    .page-boxed.page-sidebar-fixed .page-header.navbar .page-logo {
      width: 235px; } }

@media (max-width: 991px) {
  /* 991px */
  /* Page header */
  .page-header.navbar {
    padding: 0 20px 0 20px;
    position: relative;
    clear: both;
    /* Page logo */
    /* Menu Toggler */
    /* Top Menu */ }
    .page-header.navbar .page-logo {
      width: auto;
      padding: 0;
      margin-right: 10px;
      margin-left: 0px !important;
      padding-left: 0px !important; }
      .page-header.navbar .page-logo img {
        margin-left: 4px !important; }
    .page-header.navbar .menu-toggler.sidebar-toggler {
      display: none !important; }
    .page-header.navbar .menu-toggler.responsive-toggler {
      display: block; }
    .page-header.navbar .top-menu .navbar-nav {
      display: inline-block;
      margin: 0 10px 0 0; }
      .page-header.navbar .top-menu .navbar-nav > li {
        float: left; }
      .page-header.navbar .top-menu .navbar-nav .nav li.dropdown i {
        display: inline-block;
        position: relative;
        top: 1px;
        right: 0px; }
      .page-header.navbar .top-menu .navbar-nav .open .dropdown-menu {
        position: absolute; }
  /* Fixed header for mobile */
  .page-header-fixed.page-header-fixed-mobile .navbar-fixed-top {
    position: fixed; }
  /* Boxed Layout */
  .page-boxed .page-header.navbar > .container {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* 768px & 991px */
  /* Boxed Layout */
  .page-boxed .page-header.navbar {
    margin: auto !important;
    padding: 0; }
    .page-boxed .page-header.navbar > .container {
      margin: auto !important; } }

@media (max-width: 767px) {
  /* 767px */
  /* Page header */
  .page-header.navbar {
    padding: 0 10px 0 10px;
    /* Header logo */
    /* Search box */
    /* Top navigation menu*/ }
    .page-header.navbar .page-logo {
      width: auto; }
    .page-header.navbar .search-form.open {
      z-index: 3;
      left: 10px;
      right: 10px;
      position: absolute;
      width: auto !important; }
    .page-header.navbar .top-menu .navbar-nav > li.dropdown-extended > .dropdown-menu {
      max-width: 255px;
      width: 255px; }
    .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu {
      margin-right: -190px; }
      .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu:after, .page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu:before {
        margin-right: 190px; }
    .page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu {
      margin-right: -150px; }
      .page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu:after, .page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu:before {
        margin-right: 150px; }
    .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu {
      margin-right: -110px; }
      .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu:after, .page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu:before {
        margin-right: 110px; } }

@media (max-width: 580px) {
  /* Page header */
  .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle .username.username-hide-on-mobile {
    display: none; }
  .page-header.navbar .top-menu .navbar-nav > li.dropdown-language .dropdown-toggle .langname {
    display: none; } }

@media (max-width: 480px) {
  /* 480px */
  /* Fixed header for mobile */
  .page-header-fixed.page-header-fixed-mobile .page-header.navbar {
    height: 100px; }
  .page-header.navbar {
    /* Top menu */ }
    .page-header.navbar .top-menu {
      display: block;
      clear: both;
      float: none; }
      .page-header.navbar .top-menu .navbar-nav {
        margin-right: 0; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle {
          padding: 19px 6px 10px 6px; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-language .dropdown-toggle {
          padding: 16px 4px 13px 2px; }
        .page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
          padding: 16px 0px 13px 2px; } }

/***
Pace - Page Progress
***/
.pace .pace-progress {
  z-index: 10005;
  top: 50px;
  height: 2px;
  box-shadow: none; }

.pace .pace-progress-inner {
  box-shadow: none; }

.pace .pace-inactive {
  display: none; }

.pace .pace-activity {
  top: 54px;
  z-index: 10005;
  right: 20px;
  border-radius: 10px !important; }

@media (max-width: 480px) {
  /* 480px */
  .page-header-fixed .pace .pace-progress {
    top: 100px; }
  .page-header-fixed .pace .pace-activity {
    top: 104px; } }

/***
Page container
***/
.page-container {
  margin: 0px;
  padding: 0px;
  position: relative;
  /* Fixed header */
  /* Fixed footer for mobile */ }
  .page-container:before, .page-container:after {
    content: " ";
    display: table; }
  .page-container:after {
    clear: both; }
  .page-header-fixed .page-container {
    margin-top: 50px; }
  .page-footer-fixed.page-footer-fixed-mobile .page-container {
    margin-bottom: 20px !important; }

@media (min-width: 992px) {
  /* Page container in fixed footer */
  .page-footer-fixed .page-container {
    margin-bottom: 20px !important; } }

@media (max-width: 991px) {
  /* Page container */
  .page-container {
    margin: 0 !important;
    padding: 0 !important; }
    .page-header-fixed.page-header-fixed-mobile .page-container {
      margin-top: 50px !important; } }

@media (max-width: 480px) {
  /* Page container */
  .page-header-fixed.page-header-fixed-mobile .page-container {
    margin-top: 100px !important; } }

/***
Page sidebar
***/
/* Page Sidebar */
.page-sidebar,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
  /* Default sidebar menu */
  /* light sidebar menu */ }
  .page-sidebar.navbar-collapse,
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover.navbar-collapse {
    padding: 0;
    box-shadow: none; }
  .page-sidebar .page-sidebar-menu,
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    /* 1st level links */
    /* all links */ }
    .page-sidebar .page-sidebar-menu > li,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li {
      display: block;
      margin: 0;
      padding: 0;
      border: 0px; }
      .page-sidebar .page-sidebar-menu > li.sidebar-toggler-wrapper, .page-sidebar .page-sidebar-menu > li.sidebar-search-wrapper,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.sidebar-toggler-wrapper,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.sidebar-search-wrapper {
        border: 0 !important; }
        .page-sidebar .page-sidebar-menu > li.sidebar-toggler-wrapper:before, .page-sidebar .page-sidebar-menu > li.sidebar-toggler-wrapper:after, .page-sidebar .page-sidebar-menu > li.sidebar-search-wrapper:before, .page-sidebar .page-sidebar-menu > li.sidebar-search-wrapper:after,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.sidebar-toggler-wrapper:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.sidebar-toggler-wrapper:after,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.sidebar-search-wrapper:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.sidebar-search-wrapper:after {
          content: " ";
          display: table; }
        .page-sidebar .page-sidebar-menu > li.sidebar-toggler-wrapper:after, .page-sidebar .page-sidebar-menu > li.sidebar-search-wrapper:after,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.sidebar-toggler-wrapper:after,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.sidebar-search-wrapper:after {
          clear: both; }
      .page-sidebar .page-sidebar-menu > li.start > a,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.start > a {
        border-top-color: transparent !important; }
      .page-sidebar .page-sidebar-menu > li.last > a,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.last > a {
        border-bottom-color: transparent !important; }
      .page-sidebar .page-sidebar-menu > li > a,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
        display: block;
        position: relative;
        margin: 0;
        border: 0px;
        padding: 10px 15px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 300; }
        .page-sidebar .page-sidebar-menu > li > a > i,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i {
          font-size: 16px;
          margin-right: 5px;
          text-shadow: none; }
        .page-sidebar .page-sidebar-menu > li > a > i.glyphicon,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i.glyphicon {
          margin-left: 1px;
          margin-right: 4px; }
        .page-sidebar .page-sidebar-menu > li > a > [class^="icon-"],
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > [class^="icon-"] {
          margin-left: 1px;
          margin-right: 4px; }
        .page-sidebar-fixed .page-sidebar .page-sidebar-menu > li > a, .page-sidebar-fixed
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
          transition: all 0.2s ease; }
        .page-sidebar-reversed.page-sidebar-fixed .page-sidebar .page-sidebar-menu > li > a, .page-sidebar-reversed.page-sidebar-fixed
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
          transition: none; }
      .page-sidebar .page-sidebar-menu > li.heading,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.heading {
        padding: 15px 15px 15px 15px; }
        .page-sidebar .page-sidebar-menu > li.heading > h3,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.heading > h3 {
          margin: 0;
          padding: 0;
          font-size: 14px;
          font-weight: 300; }
      .page-sidebar .page-sidebar-menu > li.heading + li > a,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.heading + li > a {
        border-top: 0; }
      .page-sidebar .page-sidebar-menu > li.open > a,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.open > a {
        font-size: 14px; }
      .page-sidebar .page-sidebar-menu > li.active > a,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a {
        border: none;
        text-shadow: none;
        font-size: 14px; }
        .page-sidebar .page-sidebar-menu > li.active > a > .selected,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .selected {
          display: block;
          background-image: none;
          /* will be set in a theme css file*/
          float: right;
          position: absolute;
          right: 0px;
          top: 8px;
          background: none;
          width: 0;
          height: 0;
          border-top: 12px solid transparent;
          border-bottom: 12px solid transparent;
          border-right: 12px solid #ffffff; }
          .page-sidebar-reversed .page-sidebar .page-sidebar-menu > li.active > a > .selected, .page-sidebar-reversed
          .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .selected {
            right: auto;
            left: 0;
            border-right: 0;
            border-left: 8px solid #ffffff; }
          .page-container-bg-solid .page-sidebar .page-sidebar-menu > li.active > a > .selected, .page-container-bg-solid
          .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .selected {
            border-color: transparent #eef1f5 transparent transparent; }
          .page-container-bg-solid.page-sidebar-reversed .page-sidebar .page-sidebar-menu > li.active > a > .selected, .page-container-bg-solid.page-sidebar-reversed
          .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .selected {
            border-color: transparent transparent transparent #eef1f5; }
    .page-sidebar .page-sidebar-menu li > a,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a {
      position: relative; }
      .page-sidebar .page-sidebar-menu li > a > .arrow:before,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before {
        float: right;
        width: 20px;
        text-align: center;
        display: inline;
        font-size: 16px;
        font-family: FontAwesome;
        height: auto;
        content: "\f104";
        font-weight: 300;
        text-shadow: none;
        position: absolute;
        top: 4px;
        right: 14px; }
      .page-sidebar .page-sidebar-menu li > a > .arrow.open:before,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow.open:before {
        content: "\f107"; }
      .page-sidebar .page-sidebar-menu li > a > .badge,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .badge {
        float: right;
        margin-top: 1px;
        margin-right: 0px;
        position: absolute;
        right: 14px;
        top: 6px; }
    .page-sidebar .page-sidebar-menu > li > a > .arrow:before,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > .arrow:before {
      top: 8px; }
    .page-sidebar .page-sidebar-menu .sub-menu,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu {
      list-style: none;
      display: none;
      padding: 0;
      margin: 8px 0px 8px 0px; }
      .page-sidebar .page-sidebar-menu .sub-menu li,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li {
        background: none;
        margin: 0px;
        padding: 0px;
        margin-top: 1px !important;
        /* 2nd level sub menu */ }
        .page-sidebar .page-sidebar-menu .sub-menu li > a,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a {
          display: block;
          margin: 0;
          padding: 6px 15px 6px 43px;
          text-decoration: none;
          font-size: 14px;
          font-weight: 300;
          background: none; }
          .page-sidebar .page-sidebar-menu .sub-menu li > a > i,
          .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a > i {
            font-size: 14px; }
        .page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > .sub-menu {
          margin: 0; }
          .page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu > li,
          .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > .sub-menu > li {
            /* 3rd level sub menu */ }
            .page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu > li > a,
            .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > .sub-menu > li > a {
              padding-left: 60px; }
            .page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu > li > .sub-menu,
            .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > .sub-menu > li > .sub-menu {
              margin: 0; }
              .page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu > li > .sub-menu > li > a,
              .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > .sub-menu > li > .sub-menu > li > a {
                padding-left: 80px; }
      .page-sidebar .page-sidebar-menu .sub-menu.always-open,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu.always-open {
        display: block; }
    .page-sidebar .page-sidebar-menu li.active > .sub-menu,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li.active > .sub-menu {
      display: block; }
  .page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li > a,
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li > a {
    border: 0;
    margin: 0;
    padding-left: 11px;
    border-left: 4px solid transparent; }
  .page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu,
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu {
    margin: 0;
    padding: 1px 0; }
    .page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu li > a,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu li > a {
      padding-top: 8px;
      padding-bottom: 8px; }
    .page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu li:first-child,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li .sub-menu li:first-child {
      margin-top: 0 !important; }
  .page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-light > li > a, .page-sidebar-reversed
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu.page-sidebar-menu-light > li > a {
    padding-left: 15px;
    padding-right: 11px;
    border-left: 0;
    border-right: 4px solid transparent; }
  .page-sidebar .sidebar-toggler,
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler {
    webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block;
    cursor: pointer;
    opacity: 0.7 ;
    filter: alpha(opacity=70) ;
    padding: 6px 8px;
    margin-top: 15px;
    margin-right: 16px;
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .page-sidebar .sidebar-toggler > span,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler > span {
      outline: none !important; }
      .page-sidebar .sidebar-toggler > span:hover,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler > span:hover {
        background: #ffffff; }
        .page-sidebar .sidebar-toggler > span:hover:before, .page-sidebar .sidebar-toggler > span:hover:after,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler > span:hover:before,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler > span:hover:after {
          background: #ffffff; }
    .page-sidebar .sidebar-toggler > span,
    .page-sidebar .sidebar-toggler > span:before,
    .page-sidebar .sidebar-toggler > span:after,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler > span,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler > span:before,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler > span:after {
      display: inline-block;
      width: 16px;
      height: 1px;
      background: #ffffff;
      position: relative;
      top: -5px;
      transition: all ease .3s; }
    .page-sidebar .sidebar-toggler > span:before,
    .page-sidebar .sidebar-toggler > span:after,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler > span:before,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler > span:after {
      position: absolute;
      left: 0;
      content: ''; }
    .page-sidebar .sidebar-toggler > span:before,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler > span:before {
      top: 5px; }
    .page-sidebar .sidebar-toggler > span:after,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler > span:after {
      top: -5px; }
    .page-sidebar .sidebar-toggler.th-toggle-exit > span,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler.th-toggle-exit > span {
      background-color: transparent !important; }
    .page-sidebar .sidebar-toggler.th-toggle-exit > span:after,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler.th-toggle-exit > span:after {
      webkit-transform: translateY(5px) rotateZ(45deg);
      -moz-transform: translateY(5px) rotateZ(45deg);
      -ms-transform: translateY(5px) rotateZ(45deg);
      -o-transform: translateY(5px) rotateZ(45deg);
      transform: translateY(5px) rotateZ(45deg); }
    .page-sidebar .sidebar-toggler.th-toggle-exit > span:before,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler.th-toggle-exit > span:before {
      webkit-transform: translateY(-5px) rotateZ(-45deg);
      -moz-transform: translateY(-5px) rotateZ(-45deg);
      -ms-transform: translateY(-5px) rotateZ(-45deg);
      -o-transform: translateY(-5px) rotateZ(-45deg);
      transform: translateY(-5px) rotateZ(-45deg); }
    .page-sidebar .sidebar-toggler:hover,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-toggler:hover {
      webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      opacity: 1 ;
      filter: alpha(opacity=100) ; }
  .page-sidebar .sidebar-search,
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search {
    padding: 0;
    margin: 22px 18px 22px 18px; }
    .page-sidebar .sidebar-search .remove,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search .remove {
      display: none; }
      .page-sidebar .sidebar-search .remove > i,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search .remove > i {
        font-size: 16px; }
    .page-sidebar .sidebar-search .input-group,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search .input-group {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      .page-sidebar .sidebar-search .input-group .form-control,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search .input-group .form-control {
        border: 0;
        font-size: 14px;
        padding: 0;
        height: auto;
        line-height: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
      .page-sidebar .sidebar-search .input-group .input-group-btn .btn,
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search .input-group .input-group-btn .btn {
        padding: 2px 0 0 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 100% 3px; }
        .page-sidebar .sidebar-search .input-group .input-group-btn .btn > i,
        .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search .input-group .input-group-btn .btn > i {
          font-size: 15px; }
  .page-sidebar .sidebar-search.sidebar-search-bordered,
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search.sidebar-search-bordered {
    margin: 25px 18px 25px 18px; }
    .page-sidebar .sidebar-search.sidebar-search-bordered .input-group .form-control,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search.sidebar-search-bordered .input-group .form-control {
      font-size: 13px;
      padding: 6px 8px; }
    .page-sidebar .sidebar-search.sidebar-search-bordered .input-group .input-group-btn .btn,
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .sidebar-search.sidebar-search-bordered .input-group .input-group-btn .btn {
      margin-right: 6px; }

@media (min-width: 992px) {
  /* 992px */
  .page-sidebar {
    width: 235px;
    float: left;
    position: relative;
    margin-right: -100%; }
    .page-full-width .page-sidebar {
      display: none !important; }
    .page-sidebar.collapse {
      display: block;
      max-height: none !important; }
  .page-sidebar-reversed .page-sidebar {
    float: right;
    margin-right: 0;
    margin-left: -100%; }
  .page-sidebar-reversed.page-sidebar-fixed .page-sidebar {
    margin-left: -235px; }
  .page-sidebar-reversed.page-sidebar-fixed .page-sidebar-wrapper {
    position: relative;
    float: right; }
  .page-sidebar-fixed .page-sidebar {
    position: fixed !important;
    margin-left: 0;
    top: 50px; }
  .page-sidebar-fixed .page-sidebar-menu > li.last {
    margin-bottom: 15px !important; }
  .page-sidebar-fixed .page-sidebar-menu .sub-menu {
    height: auto !important; }
  /* Sidebar Closed */
  .page-sidebar-closed .page-sidebar {
    width: 45px !important; }
    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed {
      /* sidebar */
      width: 45px !important;
      /* sidebar toggler */
      /* sidebar search */
      /* sidebar bordered search */
      /* sidebar search expanded */
      /* sidebar bordered search expanded */ }
      .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li {
        /* hide opened sub menu */ }
        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li.open > .sub-menu,
        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > .sub-menu {
          display: none !important; }
        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover {
          width: 256px !important;
          position: relative !important;
          z-index: 10000;
          display: block !important; }
          .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > a {
            -webkit-border-radius: 0 4px 0 0;
            -moz-border-radius: 0 4px 0 0;
            -ms-border-radius: 0 4px 0 0;
            -o-border-radius: 0 4px 0 0;
            border-radius: 0 4px 0 0; }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > a > i {
              margin-right: 10px; }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > a > .title {
              display: inline !important;
              padding-left: 15px; }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > a > .badge {
              display: block !important; }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > a > .selected {
              display: none; }
          .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover.heading {
            width: 45px !important;
            box-shadow: none; }
          .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu {
            width: 210px;
            position: absolute;
            z-index: 2000;
            left: 46px;
            margin-top: 0;
            top: 100%;
            display: block !important;
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            -o-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px; }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu > li > a {
              padding-left: 15px !important; }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu > li > .sub-menu > li > a {
              padding-left: 30px !important; }
            .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
              padding-left: 45px !important; }
        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li.heading > h3 {
          display: none; }
        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li.sidebar-toggler-wrapper .sidebar-toggler {
          margin-right: 8px; }
        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li.sidebar-toggler-wrapper:hover {
          width: 45px !important; }
        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li.sidebar-search-wrapper:hover {
          width: 45px !important; }
        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a {
          padding-left: 11px; }
          .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a .selected {
            right: -3px !important; }
          .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a > .badge,
          .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a > .title,
          .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a > .arrow {
            display: none !important; }
      .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-toggler {
        margin-left: 3px;
        margin-right: 3px; }
      .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search .input-group {
        border-color: transparent;
        margin-left: -4px; }
        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search .input-group .form-control {
          display: none; }
        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search .input-group .input-group-btn .btn {
          display: block; }
      .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search.sidebar-search-bordered .input-group {
        padding: 5px 0 3px 0; }
      .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search.open {
        height: 40px;
        margin-top: 15px;
        margin-bottom: 14px; }
        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search.open .input-group {
          width: 210px;
          position: relative;
          z-index: 1;
          margin-left: 24px;
          padding: 0; }
          .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search.open .input-group .form-control {
            background: none;
            border: 0;
            display: block;
            padding: 8px 8px; }
          .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search.open .input-group .input-group-btn .btn {
            display: block;
            margin-right: 8px;
            margin-top: 1px; }
        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search.open .remove {
          background-repeat: no-repeat;
          width: 11px;
          height: 11px;
          margin: 10px -5px 8px -7px;
          display: block;
          float: left; }
      .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search.open.sidebar-search-bordered {
        height: 38px;
        margin-top: 23px;
        margin-bottom: 23px; }
        .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search.open.sidebar-search-bordered .input-group {
          padding: 0; }
    .page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-light.page-sidebar-menu-closed > li > a {
      padding-right: 11px;
      padding-left: 7px; }
  .page-sidebar-closed.page-sidebar-reversed .page-sidebar {
    margin-left: -45px;
    width: 45px; }
    .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed {
      /* sidebar */
      /* sidebar search */ }
      .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > .sub-menu {
        left: auto;
        right: 46px; }
      .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover {
        margin-left: -211px; }
        .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > a {
          -webkit-border-radius: 4px 0 0 0;
          -moz-border-radius: 4px 0 0 0;
          -ms-border-radius: 4px 0 0 0;
          -o-border-radius: 4px 0 0 0;
          border-radius: 4px 0 0 0; }
          .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > a > .title {
            padding-left: 0;
            padding-right: 15px; }
          .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li:hover > a > i {
            margin-right: 0;
            margin-left: 2px; }
      .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li.sidebar-search-wrapper:hover, .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li.sidebar-toggler-wrapper:hover {
        margin-left: 0; }
      .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search.open .input-group {
        margin-left: -227px; }
        .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search.open .input-group .input-group-btn .btn {
          margin-right: 10px !important; }
      .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed .sidebar-search.open .remove {
        margin: 9px 4px 12px -16px  !important;
        float: right !important; }
    .page-sidebar-closed.page-sidebar-reversed .page-sidebar .page-sidebar-menu.page-sidebar-menu-light.page-sidebar-menu-closed > li > a {
      padding-right: 7px;
      padding-left: 11px; }
  .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
    width: 235px !important;
    display: block;
    z-index: 10000; }
    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu {
      width: 235px !important; }
      .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .selected {
        display: none !important; }
  .page-sidebar-closed.page-sidebar-fixed.page-sidebar-reversed .page-sidebar:hover {
    width: 235px !important;
    z-index: 10000;
    margin-left: -235px !important; }
    .page-sidebar-closed.page-sidebar-fixed.page-sidebar-reversed .page-sidebar:hover .page-sidebar-menu {
      width: 235px !important; }
  .page-sidebar-closed.page-sidebar-hide .page-sidebar {
    display: none !important; }
  /* Sidebar Menu Wirh Hoverable Submenu */
  .page-sidebar-menu.page-sidebar-menu-hover-submenu li .sub-menu {
    display: none;
    width: 210px;
    z-index: 2000;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .page-sidebar-menu.page-sidebar-menu-hover-submenu li .sub-menu > li > a {
      margin: 3px; }
  .page-sidebar-menu.page-sidebar-menu-hover-submenu li.active .sub-menu, .page-sidebar-menu.page-sidebar-menu-hover-submenu li.open .sub-menu {
    display: none !important; }
  .page-sidebar-menu.page-sidebar-menu-hover-submenu li a > .arrow {
    display: none; }
  .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover > a > .arrow {
    display: block;
    float: right;
    position: absolute;
    right: 0;
    margin-top: -20px;
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px double transparent;
    border-bottom: 12px double transparent;
    border-left: 0; }
    .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover > a > .arrow:after, .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover > a > .arrow:before {
      display: none; }
    .page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover > a > .arrow {
      right: auto;
      left: 0;
      border-right: 0; }
  .page-sidebar-menu.page-sidebar-menu-hover-submenu li:hover > .sub-menu {
    display: inline-block !important; }
  .page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > a > .arrow {
    z-index: 1;
    right: 0px;
    margin-top: -23px; }
  .page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > a > .selected {
    display: none; }
  .page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > .sub-menu {
    margin-left: 235px;
    margin-top: -40px; }
    .page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > .sub-menu {
      margin-left: -210px !important; }
    .page-sidebar-closed .page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > .sub-menu {
      margin-left: 0; }
    .page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > .sub-menu > li > a {
      padding-left: 15px; }
    .page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > .sub-menu > li .sub-menu {
      margin-left: 210px;
      margin-top: -38px !important; }
      .page-sidebar-reversed .page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > .sub-menu > li .sub-menu {
        margin-left: -210px !important; }
      .page-sidebar-menu.page-sidebar-menu-hover-submenu > li:hover > .sub-menu > li .sub-menu > li > a {
        padding-left: 10px;
        padding-right: 10px; }
  .page-sidebar-menu.page-sidebar-menu-light.page-sidebar-menu-hover-submenu li:hover > .sub-menu {
    margin-top: -41px; }
    .page-sidebar-menu.page-sidebar-menu-light.page-sidebar-menu-hover-submenu li:hover > .sub-menu > li > .sub-menu {
      margin-top: -41px; } }

.page-sidebar-wrapper .page-sidebar-menu > li.sidebar-mobile-offcanvas-toggler {
  display: none; }

@media (max-width: 991px) {
  /* 991px */
  .page-sidebar {
    border-top: 0 !important;
    margin: 20px; }
    .page-sidebar .sidebar-toggler {
      display: none; }
    .page-sidebar .selected {
      display: none !important; }
    .page-sidebar.navbar-collapse {
      max-height: none;
      /* set some max height to have a scrollable menu on mobile devices */ }
      .page-sidebar.navbar-collapse.collapse {
        display: none !important; }
      .page-sidebar.navbar-collapse.in {
        border-top: 0 !important;
        margin: 20px;
        position: relative;
        overflow: hidden !important;
        overflow-y: auto !important;
        display: block !important; }
      .page-sidebar.navbar-collapse.navbar-no-scroll {
        max-height: none !important; }
    .page-sidebar .mega-menu-responsive-content {
      padding: 10px 18px 10px 45px; }
  .page-full-width .page-sidebar-menu {
    display: block; }
  .page-sidebar-mobile-offcanvas .page-sidebar-wrapper {
    z-index: 10000;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    width: 235px;
    left: -235px;
    transition: all 0.3s; }
    .page-sidebar-mobile-offcanvas .page-sidebar-wrapper .page-sidebar {
      margin: 0 !important; }
      .page-sidebar-mobile-offcanvas .page-sidebar-wrapper .page-sidebar .page-sidebar-menu {
        width: 100%;
        margin: 0 !important;
        padding: 0 0 20px 0; }
        .page-sidebar-mobile-offcanvas .page-sidebar-wrapper .page-sidebar .page-sidebar-menu > li.sidebar-mobile-offcanvas-toggler {
          display: block;
          border: 0;
          text-align: right; }
          .page-sidebar-mobile-offcanvas .page-sidebar-wrapper .page-sidebar .page-sidebar-menu > li.sidebar-mobile-offcanvas-toggler > a {
            border: 0; }
            .page-sidebar-mobile-offcanvas .page-sidebar-wrapper .page-sidebar .page-sidebar-menu > li.sidebar-mobile-offcanvas-toggler > a:hover {
              background: none; }
  .page-sidebar-mobile-offcanvas.page-sidebar-mobile-offcanvas-open .page-sidebar-wrapper {
    left: 0;
    transition: all 0.3s; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* 768px & 991px */
  .page-sidebar .btn-navbar.collapsed .arrow {
    display: none; }
  .page-sidebar .btn-navbar .arrow {
    position: absolute;
    right: 25px;
    width: 0;
    height: 0;
    top: 50px;
    border-bottom: 15px solid #5f646b;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent; } }

@media (max-width: 480px) {
  /* 480px */
  /* Page sidebar */
  .page-sidebar,
  .page-sidebar.in {
    margin: 0 10px 10px 10px !important; }
    .page-header-fixed.page-header-fixed-mobile .page-sidebar, .page-header-fixed.page-header-fixed-mobile
    .page-sidebar.in {
      margin-top: 10px !important; } }

/***
Page content
***/
/* Page title */
.page-title {
  padding: 0px;
  font-size: 28px;
  letter-spacing: -1px;
  display: block;
  color: #666;
  margin: 0px 0px 15px 0px;
  font-weight: 500;
  /* subtitle */ }
  .page-title small {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #888; }
  .page-content-white .page-title,
  .page-container-bg-solid .page-title {
    color: #666;
    margin-bottom: 20px;
    margin-top: 20px; }
    .page-content-white .page-title small,
    .page-container-bg-solid .page-title small {
      color: #666; }
  .page-content-white .page-title {
    margin: 10px;
    font-size: 28px; }

/* Page breadcrumb */
.page-bar {
  padding: 0px;
  background-color: #f1f4f7;
  margin-bottom: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .page-bar:before, .page-bar:after {
    content: " ";
    display: table; }
  .page-bar:after {
    clear: both; }
  .page-bar .page-breadcrumb {
    display: inline-block;
    float: left;
    padding: 8px;
    margin: 0;
    list-style: none; }
    .page-bar .page-breadcrumb > li {
      display: inline-block; }
      .ie8 .page-bar .page-breadcrumb > li {
        margin-right: 1px; }
      .page-bar .page-breadcrumb > li > a,
      .page-bar .page-breadcrumb > li > span {
        color: #888;
        font-size: 14px;
        text-shadow: none; }
      .page-bar .page-breadcrumb > li > i {
        color: #aaa;
        font-size: 14px;
        text-shadow: none; }
      .page-bar .page-breadcrumb > li > i[class^="icon-"],
      .page-bar .page-breadcrumb > li > i[class*="icon-"] {
        color: gray; }
  .page-bar .page-toolbar {
    display: inline-block;
    float: right;
    padding: 0; }
    .page-bar .page-toolbar .btn-fit-height {
      -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;
      border-radius: 0 4px 4px 0;
      padding-top: 8px;
      padding-bottom: 8px; }
      .page-md .page-bar .page-toolbar .btn-fit-height {
        padding-top: 9px;
        padding-bottom: 9px;
        box-shadow: none !important; }
.page-content-white .page-bar,
.page-container-bg-solid .page-bar {
    background-color: #ffffff;
    position: relative;
    padding: 7px 20px;
    margin: -5px -5px 0 -5px;
    height: 57px;
}
    .page-content-white .page-bar .page-breadcrumb,
    .page-container-bg-solid .page-bar .page-breadcrumb {
      padding: 8px 0; }
      .page-content-white .page-bar .page-breadcrumb > li > a,
      .page-content-white .page-bar .page-breadcrumb > li > span,
      .page-container-bg-solid .page-bar .page-breadcrumb > li > a,
      .page-container-bg-solid .page-bar .page-breadcrumb > li > span {
        color: #888; }
      .page-content-white .page-bar .page-breadcrumb > li > i,
      .page-container-bg-solid .page-bar .page-breadcrumb > li > i {
        color: #aaa; }
        .page-content-white .page-bar .page-breadcrumb > li > i.fa-circle,
        .page-container-bg-solid .page-bar .page-breadcrumb > li > i.fa-circle {
          font-size: 5px;
          margin: 0 5px;
          position: relative;
          top: -3px;
          opacity: 0.4 ;
          filter: alpha(opacity=40) ; }
      .page-content-white .page-bar .page-breadcrumb > li > i[class^="icon-"],
      .page-content-white .page-bar .page-breadcrumb > li > i[class*="icon-"],
      .page-container-bg-solid .page-bar .page-breadcrumb > li > i[class^="icon-"],
      .page-container-bg-solid .page-bar .page-breadcrumb > li > i[class*="icon-"] {
        color: #8c8c8c; }
    .page-content-white .page-bar .page-toolbar,
    .page-container-bg-solid .page-bar .page-toolbar {
      padding: 6px 0; }
      .page-content-white .page-bar .page-toolbar .btn,
      .page-container-bg-solid .page-bar .page-toolbar .btn {
        margin-top: -2px; }
        .page-content-white .page-bar .page-toolbar .btn.btn-sm,
        .page-container-bg-solid .page-bar .page-toolbar .btn.btn-sm {
          margin-top: 0px; }

/* Page content */
.page-content {
  margin-top: 0px;
  padding: 0px;
  background-color: #fff; }
  .page-container-bg-solid .page-content {
    background: #eef1f5; }
.page-content-white .page-content .page-bar {
    border-bottom: 1px solid #CFD7E2;
}
  .page-content-white.page-md .page-content .page-bar,
  .page-container-bg-solid.page-md .page-content .page-bar {
    border-radius: 0 !important; }
  .page-full-width .page-content {
    margin-left: 0px !important; }

@media (min-width: 992px) {
  /* 992px */
  /* Page content */
  .page-content-wrapper {
    float: left;
    width: 100%; }
    .page-content-wrapper .page-content {
        margin-left: 0px;
        margin-top: 0px;
        min-height: 600px;
        padding: 10px 0 10px;
    }
      .page-content-wrapper .page-content.no-min-height {
        min-height: auto; }
      .page-sidebar-fixed.page-sidebar-hover-on .page-content-wrapper .page-content {
        margin-left: 45px; }
      .page-sidebar-reversed .page-content-wrapper .page-content {
        margin-left: 0 !important;
        margin-right: 235px !important; }
      .page-sidebar-reversed.page-sidebar-fixed.page-sidebar-hover-on .page-content-wrapper .page-content {
        margin-left: 0;
        margin-right: 45px; }
      .page-sidebar-reversed.page-sidebar-closed .page-content-wrapper .page-content {
        margin-left: 0 !important;
        margin-right: 45px !important; }
      .page-sidebar-closed .page-content-wrapper .page-content {
        margin-left: 45px !important; }
      .page-sidebar-closed.page-sidebar-hide .page-content-wrapper .page-content {
        margin-left: 0 !important; }
      .page-sidebar-closed.page-sidebar-reversed.page-sidebar-hide .page-content-wrapper .page-content {
        margin-right: 0 !important; }
      .page-full-width .page-content-wrapper .page-content {
        margin-left: 0px !important; } }

@media (max-width: 991px) {
  /* 991px */
  html,
  body {
    overflow-x: hidden; }
  /* Bg solid content's breadcrumb */
  .page-content-white .page-bar,
  .page-container-bg-solid .page-bar {
    margin-top: -5px; }
  /* Boxed page container  */
  .page-boxed > .container {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important; }
  /* Page content */
  .page-content-wrapper .page-content {
    margin: 0px !important;
    padding: 10px 0 !important;
    min-height: 280px; }
  .page-sidebar-mobile-offcanvas .page-wrapper {
    left: 0;
    transition: all 0.3s; }
    .page-sidebar-mobile-offcanvas .page-wrapper .page-header {
      transition: all 0.3s; }
  .page-sidebar-mobile-offcanvas.page-sidebar-mobile-offcanvas-open {
    overflow-x: hidden;
    transition: all 0.3s; }
    .page-sidebar-mobile-offcanvas.page-sidebar-mobile-offcanvas-open .page-wrapper {
      position: relative;
      left: 235px;
      transition: all 0.3s; }
      .page-sidebar-mobile-offcanvas.page-sidebar-mobile-offcanvas-open .page-wrapper .page-header {
        transition: all 0.3s; } }

@media (min-width: 768px) and (max-width: 991px) {
  /*  768px & 991px */
  /* Boxed page container */
  .page-boxed > .container {
    margin: auto !important; } }

@media (max-width: 767px) {
  /* 767px */
  /* Page content */
  .page-content-wrapper .page-content {
    padding: 10px 10px 10px 10px !important;
    overflow: hidden;
    /* Page title */ }
    .page-content-wrapper .page-content .page-title {
      margin-bottom: 20px;
      font-size: 18px; }
      .page-content-wrapper .page-content .page-title small {
        font-size: 13px;
        padding-top: 3px; } }

@media (max-width: 480px) {
  /* 480px */
  /* Dashboard date range panel */
  .page-content-wrapper .page-content .page-title small {
    display: block;
    clear: both; } }

/***
Page footer
***/
.page-footer {
  padding: 8px 20px 5px 20px;
  font-size: 13px;
  height: 33px; }
  .page-footer:before, .page-footer:after {
    content: " ";
    display: table; }
  .page-footer:after {
    clear: both; }
  .page-footer .page-footer-inner {
    float: left;
    display: inline-block; }
  .page-footer-fixed.page-footer-fixed-mobile .page-footer {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    bottom: 0; }
  .page-footer-fixed.page-footer-fixed-mobile.page-sidebar-fixed .page-footer {
    margin-left: 0 !important; }

@media (min-width: 992px) {
  /* 992px */
  /* Default footer */
  .page-footer {
    clear: left; }
  /* Fixed footer */
  .page-footer-fixed .page-footer {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    bottom: 0; }
  /* Footer with footer sidebar */
  .page-sidebar-fixed.page-sidebar-closed .page-footer {
    margin-left: 45px; }
  .page-sidebar-fixed.page-footer-fixed .page-footer {
    margin-left: 0 !important; }
  /* Fixed Sidebar */
  .page-sidebar-fixed .page-footer {
    margin-left: 235px;
    padding: 8px 20px 5px 20px; }
  /* Boxed page */
  .page-boxed .page-footer {
    padding: 8px 0 5px 0; }
  .page-boxed.page-sidebar-fixed .page-footer {
    padding-right: 20px;
    padding-left: 20px; }
  /* Page sidebar reversed */
  .page-sidebar-reversed.page-sidebar-fixed .page-footer {
    margin-left: 0;
    margin-right: 235px;
    padding: 8px 20px 5px 20px; }
  .page-sidebar-reversed.page-sidebar-fixed.page-footer-fixed .page-footer {
    margin-left: 0;
    margin-right: 0; }
  .page-sidebar-reversed.page-sidebar-fixed.page-sidebar-closed .page-footer {
    margin-right: 45px; } }

@media (max-width: 991px) {
  /* 991px */
  /* Boxed Layout */
  .page-boxed .page-footer {
    padding-left: 0px;
    padding-right: 0px; } }

@media (max-width: 767px) {
  /* 767px */
  /* Default footer & boxed footer */
  .page-footer,
  .page-boxed .page-footer {
    padding-left: 10px;
    padding-right: 10px; }
  /* Fixed footer */
  .page-footer-fixed .page-footer .container {
    padding-left: 0;
    padding-right: 0; } }

/* Scroll Top Top */
.scroll-to-top {
  display: inline-block;
  padding: 1px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  z-index: 10001;
  display: none;
  right: 10px; }
  .scroll-to-top > i {
    display: inline-block;
    color: #687991;
    font-size: 30px;
    opacity: 0.6 ;
    filter: alpha(opacity=60) ; }
  .scroll-to-top:hover {
    cursor: pointer; }
    .scroll-to-top:hover > i {
      opacity: 1 ;
      filter: alpha(opacity=100) ; }

@media (min-width: 992px) {
  /* 992px */
  .scroll-to-top {
    right: 20px; } }

@media (max-width: 991px) {
  /* 991px */
  .scroll-to-top {
    bottom: 10px;
    right: 10px; }
    .scroll-to-top > i {
      font-size: 28px; } }

/***
Theme Panel
***/
.theme-panel {
  width: 420px;
  margin-top: -13px;
  margin-right: 0px;
  z-index: 100;
  float: right;
  position: relative;
  /* content solid bg color */ }
  .theme-panel > .toggler {
    top: 4px;
    right: 0;
    padding: 20px;
    cursor: pointer;
    position: absolute;
    background: #536881 url(../img/icon-color.png) center no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .theme-panel > .toggler:hover {
      background-color: #3f4f62 !important; }
  .theme-panel > .toggler-close {
    display: none;
    top: 4px;
    right: 0;
    padding: 20px;
    z-index: 101;
    cursor: pointer;
    position: absolute;
    background: #2b3643 url(../img/icon-color-close.png) center no-repeat !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .theme-panel > .toggler-close:hover {
      background-color: #212933 !important; }
  .theme-panel > .theme-options {
    top: 4px;
    right: 0;
    display: none;
    position: absolute;
    z-index: 100;
    background: #2b3643;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .theme-panel > .theme-options > .theme-option {
      color: #c6cfda;
      padding: 15px;
      border-top: 1px solid #354353;
      margin-top: 0px;
      margin-bottom: 0px; }
      .theme-panel > .theme-options > .theme-option > span {
        text-transform: uppercase;
        display: inline-block;
        width: 145px;
        font-size: 13px;
        font-weight: 300; }
      .theme-panel > .theme-options > .theme-option > select.form-control {
        display: inline;
        width: 135px;
        padding: 2px;
        text-transform: lowercase; }
      .theme-panel > .theme-options > .theme-option.theme-colors {
        border-top: 0; }
        .theme-panel > .theme-options > .theme-option.theme-colors > span {
          display: block;
          width: auto; }
        .theme-panel > .theme-options > .theme-option.theme-colors > ul {
          list-style: none;
          padding: 0;
          display: block;
          margin-bottom: 10px !important;
          margin-top: 15px; }
          .theme-panel > .theme-options > .theme-option.theme-colors > ul > li {
            width: 40px;
            height: 40px;
            margin: 0 4px;
            cursor: pointer;
            list-style: none;
            float: left;
            border: solid 1px #707070;
            /* theme colors */ }
            .theme-panel > .theme-options > .theme-option.theme-colors > ul > li:first-child {
              margin-left: 0; }
            .theme-panel > .theme-options > .theme-option.theme-colors > ul > li:hover, .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.current {
              border: solid 2px #d64635; }
            .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-default {
              background: #333438; }
            .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-darkblue {
              background: #2b3643; }
            .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-blue {
              background: #2D5F8B; }
            .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-grey {
              background: #697380; }
            .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-light {
              background: #F9FAFD; }
            .theme-panel > .theme-options > .theme-option.theme-colors > ul > li.color-light2 {
              background: #F1F1F1; }
  .page-content-white .theme-panel,
  .page-container-bg-solid .theme-panel {
    position: absolute;
    margin-top: 30px;
    margin-right: 20px;
    right: 0; }
    .page-content-white .theme-panel > .toggler1,
    .page-container-bg-solid .theme-panel > .toggler1 {
      background: #BFCAD1 url(../img/icon-color.png) center no-repeat; }
  .page-content-white.page-sidebar-reversed .theme-panel,
  .page-container-bg-solid.page-sidebar-reversed .theme-panel {
    margin-right: 255px; }
  .page-content-white.page-sidebar-reversed.page-sidebar-closed .theme-panel,
  .page-container-bg-solid.page-sidebar-reversed.page-sidebar-closed .theme-panel {
    margin-right: 65px; }

/******************
Page Quick Sidebar
******************/
/* Quick sidebar toggler */
.page-header .top-menu .dropdown-quick-sidebar-toggler > .dropdown-toggle {
  padding: 19px 10px 10px 10px !important; }
  .page-header .top-menu .dropdown-quick-sidebar-toggler > .dropdown-toggle i {
    top: 0px; }
    .page-header .top-menu .dropdown-quick-sidebar-toggler > .dropdown-toggle i:before {
      content: ""/*rtl:""*/; }
    .page-quick-sidebar-open .page-header .top-menu .dropdown-quick-sidebar-toggler > .dropdown-toggle i:before {
      content: ""/*rtl:""*/; }

/* 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: ""/*rtl:""*/; }

/* Quick sidebar wrapper */
.page-quick-sidebar-wrapper {
  transition: right 0.3s;
  z-index: 10500;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  right: -320px;
  overflow: hidden;
  color: #99a8b5;
  background: #21282e; }
  .page-quick-sidebar-open .page-quick-sidebar-wrapper {
    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);
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          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;
          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;
      transition: margin 0.3s; }
    .page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
      width: 320px;
      position: absolute !important;
      width: 320px !important;
      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 {
      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 {
      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 {
        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; }

.quick-nav {
  position: fixed;
  z-index: 10103;
  top: 50%;
  right: 10px;
  margin-top: -230px;
  pointer-events: none; }
  .quick-nav .quick-nav-bg {
    /* this is the stretching navigation background */
    position: absolute;
    z-index: 10102;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 30px !important;
    background: #36C6D3;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    webkit-transition: height .2s, box-shadow .2s;
    -moz-transition: height .2s, box-shadow .2s;
    -ms-transition: height .2s, box-shadow .2s;
    -o-transition: height .2s, box-shadow .2s;
    transition: height .2s, box-shadow .2s; }
  .quick-nav.nav-is-visible {
    pointer-events: auto; }
  .quick-nav.nav-is-visible .quick-nav-bg {
    height: 100%;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2); }

.quick-nav-trigger {
  position: absolute;
  z-index: 10103;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  border-radius: 50% !important;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  pointer-events: auto; }
  .quick-nav-trigger span,
  .quick-nav-trigger span::after,
  .quick-nav-trigger span::before {
    /* this is the hamburger icon */
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #ffffff; }
  .quick-nav-trigger span {
    /* middle line of the hamburger icon */
    webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .quick-nav-trigger span::after,
  .quick-nav-trigger span::before {
    /* top and bottom lines of the hamburger icon */
    content: '';
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s; }
  .quick-nav-trigger span::before {
    webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px); }
  .quick-nav-trigger span::after {
    webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px); }
  .no-touch .quick-nav-trigger:hover ~ .quick-nav-bg {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2); }
  .nav-is-visible .quick-nav-trigger span {
    background-color: transparent; }
  .nav-is-visible .quick-nav-trigger span::before {
    webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .nav-is-visible .quick-nav-trigger span::after {
    webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.quick-nav ul {
  position: relative;
  z-index: 10103;
  padding: 60px 0 0;
  visibility: hidden;
  webkit-transition: visibility 0.3s;
  -moz-transition: visibility 0.3s;
  -ms-transition: visibility 0.3s;
  -o-transition: visibility 0.3s;
  transition: visibility 0.3s;
  text-align: right;
  list-style: none; }
  .quick-nav ul > li a {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 calc(1em + 60px) 0 1em;
    font-size: 1.4rem;
    webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    .quick-nav ul > li a:hover {
      text-decoration: none; }
      .quick-nav ul > li a:hover > span {
        text-decoration: none; }
    .quick-nav ul > li a > i {
      /* navigation item icons */
      content: '';
      position: absolute;
      height: 16px;
      width: 16px;
      font-size: 18px;
      right: 24px;
      top: 16px;
      color: #ebebeb; }
    .quick-nav ul > li a::before {
      /* line visible next to the active navigation item */
      content: '';
      position: absolute;
      width: 3px;
      height: 16px;
      top: 50%;
      right: 60px;
      webkit-transform: translateX(3px) translateY(-50%) scaleY(0);
      -moz-transform: translateX(3px) translateY(-50%) scaleY(0);
      -ms-transform: translateX(3px) translateY(-50%) scaleY(0);
      -o-transform: translateX(3px) translateY(-50%) scaleY(0);
      transform: translateX(3px) translateY(-50%) scaleY(0);
      background-color: #FF3F3F; }
  .quick-nav ul > li span {
    /* navigation item labels */
    color: #ebebeb;
    font-weight: 400;
    display: block;
    opacity: 0;
    webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px); }
  .quick-nav ul > li:last-child {
    padding-bottom: 10px; }

.quick-nav.nav-is-visible ul {
  visibility: visible; }
  .quick-nav.nav-is-visible ul a::after {
    /* navigation item icons */
    webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-animation: scaleIn 0.15s backwards;
    -o-animation: scaleIn 0.15s backwards;
    animation: scaleIn 0.15s backwards;
    webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  .quick-nav.nav-is-visible ul a:hover::after {
    opacity: 1; }
  .quick-nav.nav-is-visible ul a:hover::before {
    webkit-transform: translateX(3px) translateY(-50%) scaleY(2);
    -moz-transform: translateX(3px) translateY(-50%) scaleY(2);
    -ms-transform: translateX(3px) translateY(-50%) scaleY(2);
    -o-transform: translateX(3px) translateY(-50%) scaleY(2);
    transform: translateX(3px) translateY(-50%) scaleY(2);
    webkit-transition: transform 0.15s 0.3s;
    -moz-transition: transform 0.15s 0.3s;
    -ms-transition: transform 0.15s 0.3s;
    -o-transition: transform 0.15s 0.3s;
    transition: transform 0.15s 0.3s; }
  .quick-nav.nav-is-visible ul a:hover > span {
    color: white; }
  .quick-nav.nav-is-visible ul a:hover > i {
    color: #fafafa; }
  .quick-nav.nav-is-visible ul span {
    opacity: 1;
    webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: slideIn 0.15s backwards;
    -o-animation: slideIn 0.15s backwards;
    animation: slideIn 0.15s backwards;
    webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s; }
  .no-touch .quick-nav.nav-is-visible ul a:hover::after {
    opacity: 1; }
  .no-touch .quick-nav.nav-is-visible ul a:hover span {
    webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }

.quick-nav-overlay {
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 10101;
  background: transparent; }

.quick-nav.nav-is-visible + .quick-nav-overlay {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  -webkit-transition: background .7s ease-out;
  -moz-transition: background .7s ease-out;
  -o-transition: background .7s ease-out;
  transition: background .7s ease-out; }

@media (max-width: 991px) {
  /* 991px */
  .quick-nav {
    top: 120px;
    margin-top: 0; } }

/***  
Page Loading       
***/
.page-on-load {
  background: #fefefe; }
  .page-on-load .page-header,
  .page-on-load .page-container,
  .page-on-load .page-footer,
  .page-on-load > .clearfix {
    display: none;
    transition: all 2s; }
/** 
 * Kendo UI v2017.2.621 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2017 Telerik AD. All rights reserved.                                                                                                                                                      
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/.fake{color:red}.k-common-test-class{opacity:0}.k-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.k-floatwrap:after,.k-grid-toolbar:after,.k-slider-items:after{content:"";display:block;clear:both;visibility:hidden;height:0;overflow:hidden}.k-floatwrap,.k-grid-toolbar,.k-slider-items{display:inline-block}.k-floatwrap,.k-grid-toolbar,.k-slider-items{display:block}.k-autocomplete,.k-autocomplete.k-state-hover,.k-block,.k-button,.k-draghandle,.k-dropdown-wrap,.k-dropdown-wrap.k-state-hover,.k-grid-header,.k-grouping-header,.k-header,.k-link.k-state-hover,.k-numeric-wrap,.k-numeric-wrap.k-state-hover,.k-pager-wrap,.k-picker-wrap,.k-picker-wrap.k-state-hover,.k-tabstrip-items .k-item,.k-textbox,.k-textbox:hover,.k-toolbar,.k-tooltip{background-repeat:repeat;background-position:0 center}.k-link:hover{text-decoration:none}.k-state-highlight>.k-link{color:inherit}.k-button,.k-input[type=number],.k-input[type=text],.k-picker-wrap .k-input,.k-textbox,.k-textbox>input{font-size:100%;font-family:inherit;border-style:solid;border-width:1px;-webkit-appearance:none}.k-block,.k-draghandle,.k-inline-block,.k-widget{border-style:solid;border-width:1px;-webkit-appearance:none}.k-block,.k-widget{line-height:normal;outline:0}.k-list-filter ::-ms-clear,.k-widget .k-input::-ms-clear{width:0;height:0}.k-block{padding:2px}.k-button{display:inline-block;margin:0;padding:2px 7px 2px;font-family:inherit;line-height:1.72em;text-align:center;cursor:pointer;text-decoration:none}.k-button.k-state-disabled,.k-button.k-state-disabled:active,.k-button.k-state-disabled:hover,.k-button[disabled],.k-state-disabled .k-button,.k-state-disabled .k-button:active,.k-state-disabled .k-button:hover{cursor:default}a.k-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none}.k-ff input.k-button{padding-bottom:.37em;padding-top:.37em}button.k-button::-moz-focus-inner,input.k-button::-moz-focus-inner{padding:0;border:0}a.k-button-expand{display:block}button.k-button-expand,input[type=button].k-button-expand,input[type=reset].k-button-expand,input[type=submit].k-button-expand{width:100%}body .k-button-icon,body .k-split-button-arrow{padding-left:.4em;padding-right:.4em}.k-button-icontext{overflow:visible}.k-toolbar .k-button-icontext{padding-right:.8em}.k-button-icontext .k-icon,.k-button-icontext .k-image,.k-button-icontext .k-sprite{margin-right:3px;margin-right:.3rem;margin-left:-3px;margin-left:-.3rem}.k-button.k-button-icontext .k-icon,.k-button.k-button-icontext .k-image{vertical-align:text-top}.k-button.k-bare{border-color:transparent!important;color:inherit;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;opacity:.7}.k-button.k-bare.k-state-active,.k-button.k-bare.k-state-active:hover,.k-button.k-bare.k-state-hover,.k-button.k-bare:active,.k-button.k-bare:hover{color:inherit}.k-button.k-bare .k-state-focused,.k-button.k-bare:focus{opacity:.8}.k-button.k-bare.k-state-active,.k-button.k-bare.k-state-hover,.k-button.k-bare:active,.k-button.k-bare:hover{opacity:1}.k-button.k-bare .k-font-icon,.k-button.k-bare .k-icon{overflow:visible}.k-button.k-bare .k-state-focused .k-font-icon,.k-button.k-bare .k-state-focused .k-icon,.k-button.k-bare:focus .k-font-icon,.k-button.k-bare:focus .k-icon{text-shadow:0 0 3px currentColor}.k-link{cursor:pointer;outline:0;text-decoration:none}.k-grid-header span.k-link{cursor:default}.k-state-disabled,.k-state-disabled .k-button,.k-state-disabled .k-draghandle,.k-state-disabled .k-icon,.k-state-disabled .k-link,.k-state-disabled .k-upload-button input{cursor:default!important;outline:0}@media print{.k-state-disabled,.k-state-disabled .k-input{opacity:1!important}}.k-state-error{border-style:ridge}.k-state-empty{font-style:italic}.k-icon.k-i-none{background-image:none!important}.k-ie8 .k-icon,.k-ie8 .k-sprite,.k-ie8 .k-tool-icon{vertical-align:middle}.k-file>.k-icon{background-position:-115px -91px}.k-image{border:0}html .k-success-colored{color:#507f50;border-color:#d0dfd0;background-color:#f0fff0}html .k-info-colored{color:#50607f;border-color:#d0d9df;background-color:#f0f9ff}html .k-error-colored{color:#7f5050;border-color:#dfd0d0;background-color:#fff0f0}.k-inline-block{padding:0 2px}.k-loading,.k-loading-image{background-color:transparent;background-repeat:no-repeat;background-position:center center}.k-icon.k-i-loading{background-color:transparent;background-repeat:no-repeat;background-position:center center}.k-icon.k-i-loading::before{content:"";display:none}.k-loading-image,.k-loading-mask,.k-loading-text{position:absolute}.k-loading-mask{z-index:100}.k-loading-mask .k-loading-progress{margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.k-loading-text{text-indent:-4000px;text-align:center}.k-loading-color,.k-loading-image{width:100%;height:100%}.k-loading-image{top:0;left:0;z-index:2}.k-loading-color{filter:alpha(opacity=30);opacity:.3}.k-content-frame{border:0;width:100%;height:100%}.k-pane>.k-splitter-overlay{filter:alpha(opacity=0);opacity:0;position:absolute}.k-drag-clue{position:absolute;z-index:10003;border-style:solid;border-width:1px;font-size:.9em;padding:.2em .4em;white-space:nowrap;cursor:default}.k-item.k-drag-clue{font-size:inherit}.k-drag-status{margin-top:-3px;margin-right:4px;vertical-align:middle}.k-reorder-cue{position:absolute;width:1px;overflow:visible}.k-reorder-cue .k-icon{position:absolute;left:-4px;width:8px;height:4px}.k-reorder-cue .k-i-arrow-60-down{top:-4px;background-position:-4px -166px}.k-reorder-cue .k-i-arrow-60-up{bottom:-4px;background-position:-4px -134px}.k-scrollbar{position:absolute;overflow:scroll}.k-scrollbar-vertical{top:0;right:0;width:17px;height:100%;overflow-x:hidden}.k-touch-scrollbar{display:none;position:absolute;z-index:200000;height:8px;width:8px;border:1px solid #8a8a8a;background-color:#858585}@media only screen and (-webkit-min-device-pixel-ratio:2){body .k-touch-scrollbar{height:12px;width:12px;border-radius:7px}}.k-virtual-scrollable-wrap{overflow-x:auto}.k-current-time{background:red;position:absolute}.k-current-time-arrow-down{width:0;height:0;background:0 0;border-bottom:4px solid transparent;border-top:4px solid red;border-left:4px solid transparent;border-right:4px solid transparent}.k-current-time-arrow-left{width:0;height:0;background:0 0;border-bottom:4px solid transparent;border-top:4px solid transparent;border-left:4px solid transparent;border-right:4px solid red}.k-current-time-arrow-right{width:0;height:0;background:0 0;border-bottom:4px solid transparent;border-top:4px solid transparent;border-left:4px solid red;border-right:4px solid transparent}.k-animation-container,.k-animation-container *,.k-animation-container :after,.k-block .k-header,.k-dialog .k-window-content,.k-list-container,.k-widget,.k-widget *,.k-widget :before{-webkit-box-sizing:content-box;box-sizing:content-box}.k-autocomplete,.k-block,.k-button,.k-edit-cell .k-widget,.k-grid-edit-row .k-widget,.k-grid-edit-row .text-box,.k-tabstrip>.k-content>.km-scroll-container,.k-textbox,.km-actionsheet>li,.km-shim,div.k-window-content{-webkit-box-sizing:border-box;box-sizing:border-box}.input-group .form-control{-webkit-box-sizing:border-box;box-sizing:border-box}.form-control.k-widget{padding:0}a.k-button:hover{text-decoration:none}.km-widget,.km-widget *{-webkit-background-clip:border-box;background-clip:border-box}.k-radio,input.k-checkbox{display:inline;opacity:0;width:0;margin:0;-webkit-appearance:none;overflow:hidden}.k-ff .k-radio,.k-ff input.k-checkbox{position:absolute}.k-checkbox-label,.k-radio-label{display:inline-block;position:relative;padding-left:18px;vertical-align:text-top;line-height:16px;cursor:pointer;border-style:solid;border-width:0}.k-checkbox-label:before{content:"";position:absolute;top:0;left:0;border-width:1px;border-style:solid;width:14px;height:14px;font-size:14px;line-height:14px;text-align:center}.k-checkbox:indeterminate+.k-checkbox-label:after{content:"";position:absolute;left:8px;top:8px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-width:1px;border-style:solid;width:8px;height:8px;font-size:14px;text-align:center;content:" "}.k-checkbox:checked+.k-checkbox-label:before{content:"\2713"}.k-checkbox:disabled+.k-checkbox-label{cursor:auto}.k-radio-label:before{content:"";position:absolute;top:0;left:0;width:14px;height:14px;border-style:solid}.k-radio:checked+.k-radio-label:after{content:"";width:10px;height:10px;position:absolute;top:3px;left:3px}.k-radio:disabled+.k-radio-label{cursor:auto}.k-ie8 .k-radio,.k-ie8 input.k-checkbox{display:inline-block;width:auto}.k-ie8 .k-checkbox-label,.k-ie8 .k-radio-label{padding-left:0}.k-ie8 .k-checkbox-label:before,.k-ie8 .k-radio-label:after,.k-ie8 .k-radio-label:before{display:none}.k-rtl .k-checkbox-label,.k-rtl .k-radio-label{padding-right:1.5em}.k-rtl .k-checkbox-label:before,.k-rtl .k-radio-label:before{right:0}.k-rtl .k-radio:checked+.k-radio-label:after{right:3px}input.k-checkbox+label{-webkit-user-select:none}.k-pdf-export-shadow{position:absolute;overflow:hidden;left:-15000px;width:14400px}.km-native-scroller{overflow:auto;-webkit-overflow-scrolling:touch;-ms-touch-action:pan-x pan-y;-ms-overflow-style:-ms-autohiding-scrollbar;-ms-scroll-snap-type:proximity}.k-font-icon,.k-font-icon.k-icon,.k-font-icon.k-tool-icon,.k-icon{position:relative;display:inline-block;overflow:hidden;width:1em;height:1em;text-align:center;vertical-align:middle;background-image:none;font:16px/1 WebComponentsIcons;speak:none;font-variant:normal;text-transform:none;text-indent:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:visible;color:inherit}.k-font-icon:before,.k-icon:before{width:1em;height:1em;display:inline-block}.k-column-menu .k-sprite,.k-gantt-views>.k-current-view>.k-link:after,.k-grid-mobile .k-resize-handle-inner:after,.k-grid-mobile .k-resize-handle-inner:before,.k-i-drag-and-drop,.k-icon,.k-pager-numbers .k-current-page .k-link:after,.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after,.k-tool-icon{position:relative;display:inline-block;overflow:hidden;width:1em;height:1em;text-align:center;vertical-align:middle;background-image:none;font:16px/1 WebComponentsIcons;speak:none;font-variant:normal;text-transform:none;text-indent:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.k-icon:before{width:initial;height:initial;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:1em;line-height:1}.k-button.k-button-icon .k-icon,.k-grid-filter .k-icon,.k-header .k-icon{text-indent:-99999px}.k-button.k-button-icon .k-icon:before,.k-grid-filter .k-icon:before,.k-header .k-icon:before{text-indent:0}.k-sprite{width:16px;height:16px;font-size:0;line-height:0;text-align:center;background-repeat:no-repeat;background-color:transparent;display:inline-block;overflow:hidden;-ms-high-contrast-adjust:none}.k-list-container .k-footer:after,.k-list-container .k-footer:before{content:"";display:block;overflow:hidden}.k-rpanel-left{-webkit-transform:translateX(-100%) translateZ(0);-ms-transform:translateX(-100%) translateZ(0);transform:translateX(-100%) translateZ(0);left:0}.k-rpanel-right{-webkit-transform:translateX(100%) translateZ(0);-ms-transform:translateX(100%) translateZ(0);transform:translateX(100%) translateZ(0);right:0}.k-rpanel-left,.k-rpanel-right{position:fixed;display:block;overflow:auto;min-width:320px;height:100%;top:0}.k-rpanel-left.k-rpanel-expanded,.k-rpanel-right.k-rpanel-expanded{-webkit-transform:translateX(0) translateZ(0);-ms-transform:translateX(0) translateZ(0);transform:translateX(0) translateZ(0)}.k-rpanel-left+*,.k-rpanel-right+*{overflow:auto}.k-ie9 .k-rpanel-left{left:-100%}.k-ie9 .k-rpanel-left.k-rpanel-expanded{left:0}.k-rpanel-top{position:static;max-height:0}.k-rpanel-top.k-rpanel-expanded{max-height:568px;overflow:visible!important}.k-edit-form{margin:0;padding:0}.k-window>div.k-popup-edit-form{padding:1em 0}.k-grid-edit-row .k-edit-form td{border-bottom-width:0}.k-edit-form-container{position:relative;width:400px}.k-edit-form-container .editor-label,.k-edit-label{float:left;clear:both;width:30%;padding:.4em 0 1em;margin-left:2%;text-align:right}.k-edit-field,.k-edit-form-container .editor-field{float:right;clear:right;width:60%;margin-right:2%;padding:0 0 .6em}.k-edit-field>input[type=checkbox],.k-edit-field>input[type=radio]{margin-top:.4em}.k-edit-form-container .k-button{margin:0 .16em}.k-edit-field>.k-button:first-child,.k-edit-field>input[type=checkbox]:first-child,.k-edit-field>input[type=radio]:first-child,.k-edit-field>label:first-child>input[type=checkbox]{margin-left:0}.k-edit-form-container .k-edit-buttons{clear:both;text-align:right;border-width:1px 0 0;border-style:solid;position:relative;bottom:-1em;padding:.6em}div.k-window{display:inline-block;position:absolute;z-index:10001;border-style:solid;border-width:1px;padding-top:2em}.k-block>.k-header,.k-window-titlebar{position:absolute;width:100%;height:1.1em;border-bottom-style:solid;border-bottom-width:1px;margin-top:-2em;padding:.4em 0;font-size:1.2em;white-space:nowrap;min-height:16px}.k-block>.k-header{position:relative;margin:-2px 0 10px -2px;padding:.3em 2px}.k-window-title{position:absolute;left:.44em;right:.44em;overflow:hidden;cursor:default;text-overflow:ellipsis}.k-window-title .k-image{margin:0 5px 0 0;vertical-align:middle}div.k-window-titleless{padding-top:0}div.k-window-content{position:relative;height:100%;padding:.58em;overflow:auto;outline:0}div.k-window-iframecontent{padding:0;overflow:visible}.k-window-content>.km-scroll-container{height:100%}.k-window-titlebar .k-window-actions{position:absolute;top:0;right:.3em;padding-top:.3em;white-space:nowrap}.k-window-titlebar .k-window-action{width:22px;height:22px;padding:2px}.k-window-action .k-icon{margin:0;vertical-align:top}.k-window>.k-resize-handle{position:absolute;z-index:1;background-color:#fff;font-size:0;line-height:6px;filter:alpha(opacity=0);opacity:0;zoom:1}.k-resize-n{top:-3px;left:0;width:100%;height:6px;cursor:n-resize}.k-resize-e{top:0;right:-3px;width:6px;height:100%;cursor:e-resize}.k-resize-s{bottom:-3px;left:0;width:100%;height:6px;cursor:s-resize}.k-resize-w{top:0;left:-3px;width:6px;height:100%;cursor:w-resize}.k-resize-se{bottom:-3px;right:-3px;width:6px;height:6px;cursor:se-resize}.k-resize-sw{bottom:-3px;left:-3px;width:6px;height:6px;cursor:sw-resize}.k-resize-ne{top:-3px;right:-3px;width:6px;height:6px;cursor:ne-resize}.k-resize-nw{top:-3px;left:-3px;width:6px;height:6px;cursor:nw-resize}.k-overlay{position:fixed;top:0;left:0;z-index:10001;width:100%;height:100%;background-color:#000;filter:alpha(opacity=50);opacity:.5}.k-window .k-overlay{position:absolute;width:100%;height:100%;background-color:#fff;filter:alpha(opacity=0);opacity:0}.k-action-buttons{clear:both;text-align:right;border-width:1px 0 0;border-style:solid;position:relative;bottom:-1em;padding:.6em;margin:0 -1em}.k-action-buttons .k-button{display:inline-block;margin:0 0 0 6px;min-width:75px}.k-tabstrip{margin:0;padding:0;zoom:1;position:relative}.k-tabstrip-items{padding:.3em .3em 0}.k-tabstrip-scrollable .k-tabstrip-items{white-space:nowrap;overflow:hidden}.k-tabstrip>.k-button{position:absolute;top:.4em;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-tabstrip-bottom>.k-button{top:auto;bottom:.4em}.k-tabstrip-prev{left:.4em}.k-tabstrip-next{right:.4em}.k-panelbar .k-tabstrip-items .k-item,.k-tabstrip-items .k-item{list-style-type:none;display:inline-block;position:relative;border-style:solid;border-width:1px 1px 0;margin:0 -1px 0 0;padding:0;vertical-align:top}.k-panelbar .k-tabstrip-items .k-state-active,.k-tabstrip-items .k-state-active,.k-tabstrip-items .k-tab-on-top{margin-bottom:-1px;padding-bottom:1px}.k-panelbar .k-tabstrip-top .k-tabstrip-items .k-state-active,.k-tabstrip-top .k-tabstrip-items .k-state-active{border-bottom-width:1px;margin-bottom:-2px;padding-bottom:0}.k-tabstrip-items .k-tab-on-top{z-index:1}.k-panelbar .k-tabstrip-items .k-link,.k-tabstrip-items .k-link{display:inline-block;border-bottom-width:0;padding:.5em .92em}.k-panelbar .k-tabstrip-items .k-icon,.k-tabstrip-items .k-icon{margin:-1px 4px 0 -3px;vertical-align:top}.k-panelbar .k-tabstrip-items .k-item .k-image,.k-panelbar .k-tabstrip-items .k-item .k-sprite,.k-tabstrip-items .k-item .k-image,.k-tabstrip-items .k-item .k-sprite{margin:-3px 3px 0 -6px;vertical-align:middle}.k-tabstrip-items .k-loading{top:0;left:0;height:0;width:20%;position:absolute;background:0 0;border-top:1px solid transparent;border-color:inherit;-webkit-transition:width .2s linear;transition:width .2s linear;-webkit-transition:"width 200ms linear";transition:"width 200ms linear";-webkit-animation:k-tab-loader 1s ease-in-out infinite;animation:k-tab-loader 1s ease-in-out infinite}.k-tabstrip-items .k-progress{-webkit-animation:none;animation:none}.k-tabstrip-items .k-loading.k-complete{width:100%;-webkit-animation:none;animation:none}.k-panelbar .k-tabstrip>.k-content,.k-tabstrip>.k-content{position:static;border-style:solid;border-width:1px;margin:0 .286em .3em;padding:.92em;zoom:1}.k-tabstrip>.k-content{display:none;overflow:auto}.k-tabstrip>.k-content.km-scroll-wrapper{padding:0}.k-tabstrip>.k-content>.km-scroll-container{padding:.3em .92em}@-webkit-keyframes k-tab-loader{0%{left:0}50%{left:80%}100%{left:0}}@keyframes k-tab-loader{0%{left:0}50%{left:80%}100%{left:0}}.k-tabstrip-left>div.k-content,.k-tabstrip-right>div.k-content{margin:.286em .3em}.k-tabstrip-left>.k-tabstrip-items .k-item,.k-tabstrip-right>.k-tabstrip-items .k-item{display:block;margin-bottom:-1px}.k-tabstrip-left>.k-tabstrip-items .k-link,.k-tabstrip-right>.k-tabstrip-items .k-link{display:block}.k-panelbar .k-tabstrip-left>.k-tabstrip-items .k-state-active,.k-panelbar .k-tabstrip-right>.k-tabstrip-items .k-state-active,.k-tabstrip-left>.k-tabstrip-items .k-state-active,.k-tabstrip-left>.k-tabstrip-items .k-tab-on-top,.k-tabstrip-right>.k-tabstrip-items .k-state-active,.k-tabstrip-right>.k-tabstrip-items .k-tab-on-top{margin-bottom:-1px;padding-bottom:0}.k-tabstrip-left>.k-tabstrip-items{float:left;padding:.25em 0 .3em .3em}.k-tabstrip-left>.k-tabstrip-items .k-item{border-width:1px 0 1px 1px;border-radius:3px 0 0 3px}.k-tabstrip-left>.k-tabstrip-items .k-state-active{border-width:1px 0 1px 1px}.k-panelbar .k-tabstrip-left>.k-tabstrip-items .k-state-active,.k-tabstrip-left>.k-tabstrip-items .k-state-active,.k-tabstrip-left>.k-tabstrip-items .k-tab-on-top{margin-right:-2px;padding-right:1px}.k-tabstrip-right>.k-tabstrip-items{float:right;padding:.25em .3em .3em 0}.k-tabstrip-right>.k-tabstrip-items .k-item{border-width:1px 1px 1px 0;border-radius:0 3px 3px 0}.k-tabstrip-right>.k-tabstrip-items .k-state-active{border-width:1px 1px 1px 0}.k-panelbar .k-tabstrip-right>.k-tabstrip-items .k-state-active,.k-tabstrip-right>.k-tabstrip-items .k-state-active,.k-tabstrip-right>.k-tabstrip-items .k-tab-on-top{margin-left:-1px;padding-left:1px}.k-tabstrip-bottom>.k-tabstrip-items{margin-top:-1px;padding:0 .3em .3em}.k-panelbar .k-tabstrip-bottom>.k-content,.k-tabstrip-bottom>.k-content{margin:.3em .286em 0;z-index:1;position:relative}.k-tabstrip-bottom>.k-tabstrip-items .k-item{border-width:0 1px 1px;border-radius:0 0 4px 4px}.k-tabstrip-bottom>.k-tabstrip-items .k-state-active{margin-bottom:0;padding-bottom:0}.k-tabstrip-bottom>.k-content{min-height:100px}.k-tabstrip-bottom>.k-tabstrip-items .k-loading{top:auto;bottom:0}.k-panelbar{zoom:1}.k-panel>.k-item,.k-panelbar>.k-item{list-style-type:none;display:block;border-width:0;margin:0;zoom:1;border-radius:0}.k-panelbar .k-link>.k-image,.k-panelbar .k-link>.k-sprite{float:left;margin-top:4px;margin-right:5px;vertical-align:middle}.k-panel>.k-item>.k-link,.k-panelbar>.k-item>.k-link{display:block;position:relative;border-bottom-style:solid;border-bottom-width:1px;padding:0 1em;line-height:2.34em;text-decoration:none;zoom:1}.k-panelbar-collapse.k-icon,.k-panelbar-expand.k-icon{position:absolute;top:50%;right:4px;margin-top:-8px}.k-panelbar .k-content,.k-panelbar .k-panel{position:relative;border-bottom-style:solid;border-bottom-width:1px;margin:0;padding:0;zoom:1}.k-panel>.k-item>.k-link{border-bottom:0;font-size:.95em;line-height:2.2}.k-panel .k-panel>.k-item>.k-link{padding-left:2em}.k-panelbar .k-i-arrow-end-right .k-link{border-bottom:0}.k-panel .k-panel{border-bottom:0}.k-pager-wrap{clear:both;overflow:hidden;position:relative;border-style:solid;border-width:1px;line-height:2em;padding:.333em 0 .333em .25em}.k-pager-numbers .k-link,.k-pager-numbers .k-state-selected{display:inline-block;vertical-align:top;margin-right:1px}.k-pager-numbers{margin:0 2px}.k-pager-numbers .k-state-selected{vertical-align:top}.k-pager-numbers .k-current-page{display:none}.k-pager-input,.k-pager-numbers li{float:left}.k-pager-info{float:right;padding:0 1.333em}.k-pager-numbers .k-link{text-decoration:none}.k-pager-numbers .k-link,.k-pager-numbers .k-state-selected,.k-pager-wrap>.k-link{min-width:2em}.k-pager-wrap>.k-link{float:left;margin:0 .08333em;height:2em;line-height:2em;border-radius:1.0833em;cursor:pointer;text-align:center}.k-pager-wrap>a.k-state-disabled:hover{background:0 0;cursor:default}.k-pager-numbers .k-link{text-align:center;line-height:2em;border-style:solid;border-width:1px;border-radius:1.0833em}.k-pager-wrap>.k-link{border-style:solid;border-width:1px}.k-pager-wrap .k-pager-refresh{float:right;margin-right:.5em;border-width:0;border-radius:0}.k-pager-numbers .k-state-selected{border-style:solid;border-width:1px;text-align:center;border-radius:1.0833em}.k-pager-wrap .k-textbox{width:3.333em}.k-pager-wrap .k-dropdown{width:4.5em}.k-pager-refresh{float:right}.k-pager-input,.k-pager-sizes{padding:0 1.4166em}.k-pager-sizes{display:inline-block;padding-top:1px}.k-pager-sizes .k-widget.k-dropdown{margin-top:-2px}.k-pager-wrap .k-textbox,.k-pager-wrap .k-widget{margin:0 .4em 0}@media only screen and (max-width:1024px){.k-edge .k-pager-wrap,.k-ff .k-pager-wrap,.k-ie11 .k-pager-wrap,.k-safari .k-pager-wrap,.k-webkit .k-pager-wrap{overflow:visible;min-height:2.1em}.k-edge .k-pager-input,.k-edge .k-pager-wrap .k-pager-nav,.k-ff .k-pager-input,.k-ff .k-pager-wrap .k-pager-nav,.k-ie11 .k-pager-input,.k-ie11 .k-pager-wrap .k-pager-nav,.k-safari .k-pager-input,.k-safari .k-pager-wrap .k-pager-nav,.k-webkit .k-pager-input,.k-webkit .k-pager-wrap .k-pager-nav{display:inline-block;vertical-align:top}.k-edge .k-pager-numbers,.k-ff .k-pager-numbers,.k-ie11 .k-pager-numbers,.k-safari .k-pager-numbers,.k-webkit .k-pager-numbers{position:absolute;left:4.8em;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;overflow:visible;height:auto}.k-edge .k-pager-numbers:first-child,.k-ff .k-pager-numbers:first-child,.k-ie11 .k-pager-numbers:first-child,.k-safari .k-pager-numbers:first-child,.k-webkit .k-pager-numbers:first-child{left:.2em}.k-edge .k-pager-numbers.k-state-expanded,.k-ff .k-pager-numbers.k-state-expanded,.k-ie11 .k-pager-numbers.k-state-expanded,.k-safari .k-pager-numbers.k-state-expanded,.k-webkit .k-pager-numbers.k-state-expanded{-ms-transform:translatey(-100%);transform:translatey(-100%);-webkit-transform:translatey(-100%)}.k-edge .km-pane-wrapper .k-pager-numbers,.k-ff .km-pane-wrapper .k-pager-numbers,.k-ie11 .km-pane-wrapper .k-pager-numbers,.k-safari .km-pane-wrapper .k-pager-numbers,.k-webkit .km-pane-wrapper .k-pager-numbers{position:relative;left:50%;-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-transform:translate(-50%,-100%)}.k-edge .km-pane-wrapper .k-pager-numbers .k-link,.k-edge .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-edge .km-pane-wrapper .k-pager-wrap>.k-link,.k-edge .km-pane-wrapper .k-pager-wrap>.k-pager-info,.k-ff .km-pane-wrapper .k-pager-numbers .k-link,.k-ff .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-ff .km-pane-wrapper .k-pager-wrap>.k-link,.k-ff .km-pane-wrapper .k-pager-wrap>.k-pager-info,.k-ie11 .km-pane-wrapper .k-pager-numbers .k-link,.k-ie11 .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-ie11 .km-pane-wrapper .k-pager-wrap>.k-link,.k-ie11 .km-pane-wrapper .k-pager-wrap>.k-pager-info,.k-safari .km-pane-wrapper .k-pager-numbers .k-link,.k-safari .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-safari .km-pane-wrapper .k-pager-wrap>.k-link,.k-safari .km-pane-wrapper .k-pager-wrap>.k-pager-info,.k-webkit .km-pane-wrapper .k-pager-numbers .k-link,.k-webkit .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-webkit .km-pane-wrapper .k-pager-wrap>.k-link,.k-webkit .km-pane-wrapper .k-pager-wrap>.k-pager-info{padding-top:0;padding-bottom:0}.k-edge .k-rtl .k-pager-numbers,.k-ff .k-rtl .k-pager-numbers,.k-ie11 .k-rtl .k-pager-numbers,.k-safari .k-rtl .k-pager-numbers,.k-webkit .k-rtl .k-pager-numbers{left:auto;right:4.8em;width:4.5em}.k-edge .k-rtl .k-pager-numbers:first-child,.k-ff .k-rtl .k-pager-numbers:first-child,.k-ie11 .k-rtl .k-pager-numbers:first-child,.k-safari .k-rtl .k-pager-numbers:first-child,.k-webkit .k-rtl .k-pager-numbers:first-child{left:auto;right:.2em}.k-edge .k-rtl .km-pane-wrapper .k-pager-numbers,.k-ff .k-rtl .km-pane-wrapper .k-pager-numbers,.k-ie11 .k-rtl .km-pane-wrapper .k-pager-numbers,.k-safari .k-rtl .km-pane-wrapper .k-pager-numbers,.k-webkit .k-rtl .km-pane-wrapper .k-pager-numbers{right:5.8em}.k-edge .k-pager-numbers .k-current-page,.k-ff .k-pager-numbers .k-current-page,.k-ie11 .k-pager-numbers .k-current-page,.k-safari .k-pager-numbers .k-current-page,.k-webkit .k-pager-numbers .k-current-page{display:block;border-left:0}.k-edge .k-pager-numbers.k-state-expanded .k-current-page,.k-ff .k-pager-numbers.k-state-expanded .k-current-page,.k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,.k-safari .k-pager-numbers.k-state-expanded .k-current-page,.k-webkit .k-pager-numbers.k-state-expanded .k-current-page{-ms-transform:translatey(100%);transform:translatey(100%);-webkit-transform:translatey(100%)}.k-edge .k-pager-numbers li:not(.k-current-page),.k-ff .k-pager-numbers li:not(.k-current-page),.k-ie11 .k-pager-numbers li:not(.k-current-page),.k-safari .k-pager-numbers li:not(.k-current-page),.k-webkit .k-pager-numbers li:not(.k-current-page){display:none}.k-edge .k-pager-numbers .k-current-page .k-link,.k-ff .k-pager-numbers .k-current-page .k-link,.k-ie11 .k-pager-numbers .k-current-page .k-link,.k-safari .k-pager-numbers .k-current-page .k-link,.k-webkit .k-pager-numbers .k-current-page .k-link{width:3.2em;padding:0 .429em 0 .714em;border-radius:1.0833em}.k-edge .k-pager-numbers+.k-link,.k-ff .k-pager-numbers+.k-link,.k-ie11 .k-pager-numbers+.k-link,.k-safari .k-pager-numbers+.k-link,.k-webkit .k-pager-numbers+.k-link{margin-left:4.8em}.k-edge .k-rtl .k-pager-numbers+.k-link,.k-ff .k-rtl .k-pager-numbers+.k-link,.k-ie11 .k-rtl .k-pager-numbers+.k-link,.k-safari .k-rtl .k-pager-numbers+.k-link,.k-webkit .k-rtl .k-pager-numbers+.k-link{margin-right:5.1em;margin-left:0}.k-edge .k-pager-numbers .k-link,.k-edge .k-pager-numbers .k-state-selected,.k-ff .k-pager-numbers .k-link,.k-ff .k-pager-numbers .k-state-selected,.k-ie11 .k-pager-numbers .k-link,.k-ie11 .k-pager-numbers .k-state-selected,.k-safari .k-pager-numbers .k-link,.k-safari .k-pager-numbers .k-state-selected,.k-webkit .k-pager-numbers .k-link,.k-webkit .k-pager-numbers .k-state-selected{display:block;margin-right:0;padding:1px 5px 1px 5px;text-align:left}.k-edge .k-pager-numbers.k-state-expanded,.k-ff .k-pager-numbers.k-state-expanded,.k-ie11 .k-pager-numbers.k-state-expanded,.k-safari .k-pager-numbers.k-state-expanded,.k-webkit .k-pager-numbers.k-state-expanded{-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 2px 0}.k-edge .k-pager-numbers.k-state-expanded .k-current-page,.k-ff .k-pager-numbers.k-state-expanded .k-current-page,.k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,.k-safari .k-pager-numbers.k-state-expanded .k-current-page,.k-webkit .k-pager-numbers.k-state-expanded .k-current-page{margin:-2em -3px 0;padding:0}.k-edge .k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-ff .k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-ie11 .k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-safari .k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link{border-radius:0 0 1.0833em 1.0833em}.k-edge .k-pager-numbers.k-state-expanded li,.k-ff .k-pager-numbers.k-state-expanded li,.k-ie11 .k-pager-numbers.k-state-expanded li,.k-safari .k-pager-numbers.k-state-expanded li,.k-webkit .k-pager-numbers.k-state-expanded li{display:inline-block}}@media only screen and (max-width:640px){.k-edge .k-pager-info,.k-ff .k-pager-info,.k-ie11 .k-pager-info,.k-safari .k-pager-info,.k-webkit .k-pager-info{display:none}}@media only screen and (max-width:480px){.k-edge .k-pager-sizes,.k-ff .k-pager-sizes,.k-ie11 .k-pager-sizes,.k-safari .k-pager-sizes,.k-webkit .k-pager-sizes{display:none}}.k-rtl .k-pager-wrap .k-i-arrow-e,.k-rtl .k-pager-wrap .k-i-arrow-w,.k-rtl .k-pager-wrap .k-i-seek-e,.k-rtl .k-pager-wrap .k-i-seek-w{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.k-menu{cursor:default}.k-menu .k-link{white-space:nowrap}.k-menu,.k-menu .k-menu-group,.k-menu-scroll-wrapper .k-menu-group,.k-popups-wrapper .k-menu-group{list-style:none;margin:0;padding:0;zoom:1}.k-menu:after{content:'';display:block;width:99%;height:0;float:inherit;clear:both}.k-menu .k-item,.k-menu-scroll-wrapper .k-item,.k-popups-wrapper .k-item{-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none}.k-menu .k-item div,.k-menu-scroll-wrapper .k-item div,.k-popups-wrapper .k-item div{-webkit-user-select:default;-moz-user-select:default;-ms-user-select:default;user-select:default}.k-menu .k-item .k-item,.k-menu-scroll-wrapper .k-item .k-item,.k-menu-scroll-wrapper.vertical>.k-item,.k-popups-wrapper .k-item .k-item,.k-popups-wrapper.vertical>.k-item,ul.k-menu-vertical>.k-item{display:block;float:none;border-width:0}.k-menu .k-image,.k-menu .k-item>.k-link>.k-icon,.k-menu .k-sprite,.k-menu-scroll-wrapper .k-image,.k-menu-scroll-wrapper .k-item>.k-link>.k-icon,.k-menu-scroll-wrapper .k-sprite,.k-popups-wrapper .k-image,.k-popups-wrapper .k-item>.k-link>.k-icon,.k-popups-wrapper .k-sprite{margin:-2px 4px 0 -4px;vertical-align:middle}.k-menu .k-item>.k-link>.k-icon,.k-menu-scroll-wrapper .k-item>.k-link>.k-icon,.k-popups-wrapper .k-item>.k-link>.k-icon{margin:-2px 0 0}.k-menu .k-item>.k-link,.k-menu-scroll-wrapper .k-item>.k-link,.k-popups-wrapper .k-item>.k-link{display:block;padding:.5em 1.1em .4em;line-height:1.34em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-menu .k-menu-group,.k-menu-scroll-wrapper .k-menu-group,.k-popups-wrapper .k-menu-group{display:none;border-style:solid;border-width:1px;overflow:visible;white-space:nowrap}.k-menu .k-menu-group>.k-item,.k-menu-scroll-wrapper .k-menu-group>.k-item,.k-popups-wrapper .k-menu-group>.k-item{display:block;border-width:0}.k-menu .k-item,.k-menu-scroll-wrapper .k-item,.k-menu-scroll-wrapper.horizontal>.k-item,.k-popups-wrapper .k-item,.k-popups-wrapper.horizontal>.k-item,.k-widget.k-menu-horizontal>.k-item{position:relative;float:left;border-style:solid;border-width:0 1px 0 0;vertical-align:top;zoom:1;-webkit-box-sizing:content-box;box-sizing:content-box}.k-context-menu.k-menu-vertical>.k-item>.k-link,.k-menu .k-menu-group .k-item>.k-link,.k-menu-scroll-wrapper .k-menu-group .k-item>.k-link,.k-popups-wrapper.vertical>.k-item>.k-link{padding:.28em 1.8em .38em .9em}.k-context-menu.k-menu-horizontal>.k-separator,.k-popups-wrapper.horizontal>.k-separator{display:none}.k-context-menu.k-menu-horizontal>.k-item,.k-popups-wrapper.horizontal>.k-item{-webkit-box-sizing:border-box;box-sizing:border-box}.k-context-menu.k-menu-horizontal>.k-last,.k-popups-wrapper.horizontal>.k-last{border:0}.k-menu .k-item>.k-link>.k-i-arrow-60-down,.k-menu-scroll-wrapper .k-item>.k-link>.k-i-arrow-60-down,.k-popups-wrapper .k-item>.k-link>.k-i-arrow-60-down{margin-right:-8px}.k-menu .k-item>.k-link>.k-i-arrow-60-right,.k-menu-scroll-wrapper .k-item>.k-link>.k-i-arrow-60-right,.k-popups-wrapper .k-item>.k-link>.k-i-arrow-60-right{position:absolute;top:50%;margin-top:-8px;right:2px;right:.2rem}.k-menu .k-animation-container,.k-menu-scroll-wrapper .k-animation-container,.k-popups-wrapper .k-animation-container{border:0}.k-menu .k-animation-container,.k-menu .k-menu-group,.k-menu-scroll-wrapper .k-animation-container,.k-menu-scroll-wrapper .k-menu-group,.k-popups-wrapper .k-animation-container,.k-popups-wrapper .k-menu-group{position:absolute;left:0}.k-menu .k-animation-container .k-animation-container,.k-menu .k-menu-group .k-menu-group,.k-menu-scroll-wrapper .k-animation-container .k-animation-container,.k-menu-scroll-wrapper .k-menu-group .k-menu-group,.k-menu-scroll-wrapper.vertical .k-animation-container,.k-menu-scroll-wrapper.vertical .k-menu-group,.k-menu-vertical .k-animation-container,.k-menu-vertical .k-menu-group,.k-popups-wrapper .k-animation-container .k-animation-container,.k-popups-wrapper .k-menu-group .k-menu-group,.k-popups-wrapper.vertical .k-animation-container,.k-popups-wrapper.vertical .k-menu-group{top:0;left:0}.k-menu .k-animation-container .k-menu-group,.k-menu-scroll-wrapper .k-animation-container .k-menu-group,.k-popups-wrapper .k-animation-container .k-menu-group{top:auto;left:auto;margin-left:-1px}.k-menu .k-animation-container,.k-menu-scroll-wrapper .k-animation-container,.k-popup .k-animation-container,.k-popups-wrapper .k-animation-container{margin-top:-1px;padding-left:1px}.k-ie .k-menu .k-animation-container,.k-ie .k-menu-scroll-wrapper .k-animation-container,.k-ie .k-popup .k-animation-container,.k-ie .k-popups-wrapper .k-animation-container{margin-top:-2px}.k-popup .k-animation-container .k-popup{margin-left:-1px}.k-menu-scroll-wrapper .k-separator,.k-popups-wrapper .k-separator,ul.k-menu .k-separator{padding:.25em 0;height:100%;width:1px;font-size:0;line-height:0;border-width:0 1px 0 0}.k-menu .k-menu-group .k-separator,.k-menu-scroll-wrapper.vertical .k-menu-group .k-separator,.k-menu-scroll-wrapper.vertical .k-separator,.k-popups-wrapper.vertical .k-menu-group .k-separator,.k-popups-wrapper.vertical .k-separator,ul.k-menu-vertical .k-separator{padding:0;height:1px;width:100%;border-width:1px 0 0}.k-menu-scroll-wrapper .k-widget.k-menu,.k-popups-wrapper .k-widget.k-menu{white-space:nowrap;overflow:hidden}.k-menu-scroll-wrapper.vertical .k-menu.k-menu-vertical,.k-popups-wrapper.vertical .k-menu.k-menu-vertical{height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.k-menu-scroll-wrapper.horizontal .k-menu.k-menu-horizontal>.k-item,.k-popups-wrapper.horizontal .k-menu.k-menu-horizontal>.k-item{display:inline-block;overflow:hidden;float:none}.k-menu-scroll-wrapper.vertical .k-menu.k-menu-vertical>.k-item,.k-popups-wrapper.vertical .k-menu.k-menu-vertical>.k-item{overflow:hidden}.k-menu-scroll-wrapper,.k-popups-wrapper{position:relative;border:0;margin:0;padding:0}.k-menu-scroll-wrapper.vertical,.k-popups-wrapper.vertical{height:100%}.k-menu-scroll-wrapper>.k-animation-container .k-item,.k-popups-wrapper>.k-animation-container .k-item{float:none}.k-menu-scroll-wrapper .k-menu-scroll-button,.k-popups-wrapper .k-menu-scroll-button{border-radius:0;position:absolute;display:none}.k-menu-scroll-wrapper .k-scroll-up,.k-popups-wrapper .k-scroll-up{top:0;left:0;width:100%}.k-menu-scroll-wrapper .k-scroll-down,.k-popups-wrapper .k-scroll-down{bottom:0;left:0;width:100%}.k-menu-scroll-wrapper .k-scroll-down,.k-menu-scroll-wrapper .k-scroll-up,.k-popups-wrapper .k-scroll-down,.k-popups-wrapper .k-scroll-up{padding:0 .7em;line-height:.2em}.k-menu-scroll-wrapper .k-scroll-left,.k-popups-wrapper .k-scroll-left{top:0;left:0;height:100%}.k-menu-scroll-wrapper .k-scroll-right,.k-popups-wrapper .k-scroll-right{top:0;right:0;height:100%}.k-menu-scroll-wrapper .k-scroll-left,.k-menu-scroll-wrapper .k-scroll-right,.k-popups-wrapper .k-scroll-left,.k-popups-wrapper .k-scroll-right{width:16px;padding-left:0;padding-right:0}.k-menu-scroll-wrapper .k-scroll-left .k-icon,.k-menu-scroll-wrapper .k-scroll-right .k-icon,.k-popups-wrapper .k-scroll-left .k-icon,.k-popups-wrapper .k-scroll-right .k-icon{margin-top:-.5em;position:absolute;top:50%;left:0}.k-context-menu{border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-grid,.k-listview{position:relative;zoom:1}.k-grid table{width:100%;margin:0;max-width:none;border-collapse:separate;border-spacing:0;empty-cells:show;border-width:0;outline:0}.k-header.k-drag-clue{overflow:hidden}.k-filter-row th,.k-grid-header th.k-header{overflow:hidden;border-style:solid;border-width:0 0 1px 1px;padding:.5em .6em .4em .6em;font-weight:400;white-space:nowrap;text-overflow:ellipsis;text-align:left}.k-grid-header th.k-header{vertical-align:bottom}.k-filtercell,.k-filtercell .k-widget,.k-filtercell>span{display:block;width:auto}.k-filtercell>span{padding-right:4.8em;position:relative;min-height:2em;line-height:2em}.k-filtercell>.k-operator-hidden{padding-right:2.3em}.k-filter-row .k-dropdown-operator,.k-filtercell>span>.k-button{position:absolute;top:0;right:0}.k-filter-row .k-dropdown-operator{width:2.1em;right:2.5em}.k-filtercell>span>label{vertical-align:middle}.k-filter-row label>input[type=radio]{vertical-align:middle;position:relative;bottom:2px}.k-ie10 .k-grid-header a:active{background-color:transparent}.k-grid-header th.k-header>.k-link{display:block;min-height:18px;line-height:18px;margin:-.5em -.6em -.4em 0;padding:.5em .6em .4em 0;overflow:hidden;text-overflow:ellipsis}.k-grid-header th.k-with-icon .k-link{margin-right:18px}.k-grid-header th>.k-link>.k-icon{vertical-align:text-top}.k-grid .k-state-hover{cursor:pointer}.k-grid-column-resizing,.k-grid-column-resizing .k-button,.k-grid-column-resizing .k-grid-filter,.k-grid-column-resizing .k-grid-toolbar,.k-grid-column-resizing .k-link{cursor:col-resize}.k-grid td{border-style:solid;border-width:0 0 0 1px;padding:.4em .6em;overflow:hidden;line-height:1.6em;vertical-align:middle;text-overflow:ellipsis}.k-grid .k-grouping-row td,.k-grid .k-hierarchy-cell{overflow:visible}.k-grid-edit-row td{text-overflow:clip}.k-grid-edit-row .k-textbox,.k-grid-edit-row .text-box{margin-top:0;margin-bottom:0}.k-grid-footer-wrap,.k-grid-header-wrap{position:relative;width:100%;overflow:hidden;border-style:solid;border-width:0 1px 0 0;zoom:1}div.k-grid-footer,div.k-grid-header{padding-right:17px;border-bottom-style:solid;border-bottom-width:1px;zoom:1}.k-grid-header-locked>table,.k-grid-header-wrap>table{margin-bottom:-1px}.k-grid-content{position:relative;width:100%;overflow:auto;overflow-x:auto;overflow-y:scroll;zoom:1;min-height:0}.k-mobile .k-grid tbody{-webkit-backface-visibility:hidden}.k-mobile .k-grid-backface tbody{-webkit-backface-visibility:visible}.k-grid-content-expander{position:absolute;visibility:hidden;height:1px}.k-grid-norecords{width:100%;height:100%;text-align:center}.k-grid-norecords-template{width:20em;height:4em;line-height:4em;vertical-align:middle;margin:0 auto}.k-grid-content>.k-grid-norecords>.k-grid-norecords-template{top:50%;left:50%;margin-left:-10em;margin-top:-2em;position:absolute}@media print{.k-grid{height:auto!important}.k-grid-header{padding:0!important}.k-grid-content,.k-grid-header-wrap{overflow:visible;height:auto!important}}.k-grid .k-scrollbar{-ms-overflow-style:scrollbar}.k-virtual-scrollable-wrap{height:100%;overflow-y:hidden;position:relative}.k-grid-content table,.k-grid-content-locked>table,.k-grid-footer table,.k-grid-header table{table-layout:fixed}.k-grid-lockedcolumns{white-space:nowrap}.k-grid-content,.k-grid-content-locked,.k-pager-wrap{white-space:normal}.k-grid-content-locked,.k-grid-footer-locked,.k-grid-header-locked{display:inline-block;vertical-align:top;overflow:hidden;position:relative;border-style:solid;border-width:0 1px 0 0}.k-grid-content-locked+.k-grid-content,.k-grid-footer-locked+.k-grid-footer-wrap,.k-grid-header-locked+.k-grid-header-wrap{display:inline-block;vertical-align:top}.k-grid-toolbar{border-style:solid;border-width:1px 0 0}.k-filter-row>th:first-child,.k-grid tbody td:first-child,.k-grid tfoot td:first-child,.k-grid-header th.k-header:first-child{border-left-width:0}.k-grid-header th.k-header.k-first{border-left-width:1px}.k-grid-toolbar:first-child,.k-grouping-header+.k-grid-toolbar{border-width:0 0 1px}.k-footer-template td{border-style:solid;border-width:1px 0 0 1px}.k-group-footer td{border-style:solid;border-width:1px 0}.k-group-footer .k-group-cell+td{border-left-width:1px}.k-grid-footer{border-style:solid;border-width:1px 0 0}.k-grid-footer td{border-top-width:0}.k-grid-footer>td{border-top-width:1px}.k-grid-pager{border-width:1px 0 0}.k-grid .k-pager-numbers{float:left;cursor:default;display:inline-block;vertical-align:top;margin-right:1px}.k-widget.k-grid .k-pager-numbers{position:relative}.k-header>.k-grid-filter,.k-header>.k-header-column-menu{float:right;margin:-.5em -.6em -.4em 0;padding:.5em .2em .4em;position:relative;z-index:1}.k-grid .k-animation-container{position:absolute}.k-filter-menu{padding:.5em}.k-list-filter{display:block}form.k-filter-menu .k-textbox,form.k-filter-menu .k-widget{display:block}form.k-filter-menu .k-textbox{width:100%;margin-bottom:3px}.k-filter-help-text,.k-filter-menu .k-textbox,.k-filter-menu .k-widget{margin:.19em 0 0}.k-filter-menu span.k-filter-and{width:6em;margin:.5em 0 .5em}.k-filter-menu .k-button{width:48%;margin:.5em 4% 0 0}.k-filter-menu .k-button+.k-button{margin-right:0}.k-filter-menu .k-filter-selected-items{font-weight:700;margin:.5em}.k-multicheck-wrap{overflow:auto;overflow-x:hidden;white-space:nowrap;max-height:300px}.k-multicheck-wrap .k-item{line-height:2.2em}.k-grouping-row .k-icon{margin:-3px 4px 0 2px}.k-grouping-row p{display:inline-block;vertical-align:middle;margin-left:-.6em;padding:0 .6em}.k-grouping-row+tr td{border-top-width:1px}.k-grouping-row .k-group-cell,.k-grouping-row+tr .k-group-cell{border-top-width:0;text-overflow:none}.k-grid .k-hierarchy-cell+td{border-left-width:0}.k-grid .k-group-col,.k-grid .k-hierarchy-col{width:27px}.k-grouping-header{border-bottom-style:solid;border-bottom-width:1px}.k-grouping-header{line-height:2}.k-grouping-dropclue{position:absolute;width:6px;height:25px;background-repeat:no-repeat;background-position:-165px -148px}.k-grouping-dropclue:after,.k-grouping-dropclue:before{content:"";width:0;height:0;border:3px solid;border-left-color:transparent;border-right-color:transparent;position:absolute;left:0}.k-grouping-dropclue:before{top:0;border-bottom:0}.k-grouping-dropclue:after{bottom:0;border-top:0}.k-grouping-header .k-group-indicator{display:inline-block;border-style:solid;border-width:1px;margin:0 3px;padding:.15em .15em .15em .4em;line-height:1.5em}.k-grouping-header .k-link{display:inline-block;border-width:0;padding:0;line-height:normal;text-decoration:none}.k-grouping-header .k-button{border:0;padding:0;background:0 0;line-height:1}.k-grouping-header .k-link .k-icon{margin:0 0 0 -3px}.k-grouping-header .k-button .k-icon{margin:0 0 0 3px}.k-grouping-header .k-button,.k-grouping-header a{display:inline-block;vertical-align:middle}.k-dirty-cell:before{content:"\a0";display:inline-block;width:0;float:left}.k-dirty{position:absolute;width:0;height:0;border-style:solid;border-width:3px;border-color:red transparent transparent red;margin:-.45em 0 0 -.6em;padding:0;overflow:hidden;vertical-align:top}.k-grid-toolbar,.k-grouping-header{margin:0;padding:.22em .2em .28em;cursor:default}.k-grid .k-edit-container{padding:0}.k-grid .field-validation-error{display:block}.k-grid .input-validation-error{border-style:ridge;border-color:red;background-color:pink}.k-grid-toolbar .k-button{vertical-align:middle}.k-grid-actions{display:inline-block}.k-grid .k-button{margin:0 .16em}.k-grid tbody .k-button,.k-ie8 .k-grid tbody button.k-button{min-width:64px}.k-grid tbody button.k-button{min-width:78px}html body .k-grid tbody .k-button-icon{width:auto;min-width:0}.k-detail-row{position:relative}.k-grid .k-detail-cell{overflow:visible}.k-grid .k-edit-cell{padding:0 .3em;white-space:nowrap}.k-grid .k-edit-cell .k-tooltip{white-space:normal}.k-edit-cell>.k-textbox,.k-edit-cell>.k-widget,.k-grid-edit-row>td>.k-textbox,.k-grid-edit-row>td>.k-widget,.k-grid-edit-row>td>.text-box{width:100%}html .k-edit-cell .k-tooltip,html .k-grid-edit-row .k-tooltip{width:auto;max-width:300px}.k-edit-cell input[type=checkbox]{margin-left:.6em}.k-grid tbody td>.k-grid-delete{margin-top:-.2em;margin-bottom:-.2em}.k-grid-resize-indicator{position:absolute;width:2px;background-color:#aaa}.k-grid-header .k-resize-handle,.k-grid>.k-resize-handle{position:absolute;height:25px;cursor:col-resize;z-index:2}.k-marquee{position:absolute;z-index:100000}.k-marquee-color,.k-marquee-text{position:absolute;top:0;left:0;width:100%;height:100%}.k-marquee-color{filter:alpha(opacity=60);opacity:.6}.k-ie9 .k-column-menu{width:160px}.k-ie8 .k-grid-filter,.k-ie8 .k-header-column-menu{font-size:100%}.k-column-menu{min-width:160px}.k-column-menu .k-sprite{margin-right:10px}.k-column-menu>.k-menu{border-width:0}.k-column-menu .k-calendar .k-link{white-space:normal}.k-columns-item .k-group{max-height:200px;overflow:auto}.k-pdf-export-shadow .k-grid{float:left;width:auto!important}.k-pdf-export-shadow .k-grid,.k-pdf-export-shadow .k-grid-content,.k-pdf-export-shadow .k-grid-content-locked{height:auto!important;overflow:visible}.k-pdf-export-shadow .k-grid-content-locked+.k-grid-content,.k-pdf-export-shadow .k-grid-footer-locked+.k-grid-footer-wrap,.k-pdf-export-shadow .k-grid-header-locked+.k-grid-header-wrap{width:auto!important}.k-pdf-export-shadow .k-grid-footer,.k-pdf-export-shadow .k-grid-header{padding:0!important}.k-loading-pdf-mask{position:absolute;width:100%;height:100%;top:0;left:0;z-index:100}.k-loading-pdf-mask .k-loading-color{filter:alpha(opacity=50);opacity:.5}.k-loading-pdf-mask .k-loading-pdf-progress{margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.k-pdf-export .k-loading-pdf-mask{display:none}.k-autofitting{width:auto!important;table-layout:auto!important}.k-autofitting td,.k-autofitting th.k-header{white-space:nowrap!important}.k-autofitting .k-detail-row{display:none!important}.k-grid input.k-checkbox{width:16px;height:16px;margin-left:1px;margin-top:4px;position:absolute;z-index:1}.k-grid input.k-checkbox+label.k-checkbox-label{cursor:default}.k-grid .k-checkbox-label.k-no-text{padding:0}.k-grid th input.k-checkbox{margin-top:1px}.k-grid .k-edit-cell input.k-checkbox,.k-grid .k-edit-cell input[type=checkbox]{margin-left:-webkit-calc(.3em + 3px);margin-left:calc(.3em + 3px)}.k-grid .k-edit-cell input.k-checkbox+label.k-checkbox-label,.k-grid .k-edit-cell input[type=checkbox]+label.k-checkbox-label{margin-left:.3em}.k-window .k-popup-edit-form .k-edit-field input.k-checkbox{position:absolute;margin-left:1px;margin-top:.8em;width:14px;height:14px;z-index:1}.k-window .k-popup-edit-form .k-edit-field input.k-checkbox+label.k-checkbox-label{cursor:default}.k-window .k-popup-edit-form .k-edit-field label.k-checkbox-label{margin-top:.6em}.k-grid-header .k-i-sort-asc-sm,.k-grid-header .k-i-sort-desc-sm{margin-left:7px}.k-grid-header .k-sort-order{display:inline-block;height:16px;line-height:16px;margin-top:1px;margin-left:-1px;vertical-align:text-top;font-size:12px}.k-grid-header .k-link .k-icon.k-i-sort-asc-sm,.k-grid-header .k-link .k-icon.k-i-sort-desc-sm{margin-top:1px;vertical-align:text-top}@media only screen and (max-width:1024px){.k-edge .k-grid .k-pager-numbers,.k-ff .k-grid .k-pager-numbers,.k-ie11 .k-grid .k-pager-numbers,.k-safari .k-grid .k-pager-numbers,.k-webkit .k-grid .k-pager-numbers{position:absolute;left:4.8em;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;overflow:visible;height:auto}.k-edge .k-grid .k-pager-numbers:first-child,.k-ff .k-grid .k-pager-numbers:first-child,.k-ie11 .k-grid .k-pager-numbers:first-child,.k-safari .k-grid .k-pager-numbers:first-child,.k-webkit .k-grid .k-pager-numbers:first-child{left:.2em}.k-edge .k-grid .k-pager-numbers.k-state-expanded,.k-ff .k-grid .k-pager-numbers.k-state-expanded,.k-ie11 .k-grid .k-pager-numbers.k-state-expanded,.k-safari .k-grid .k-pager-numbers.k-state-expanded,.k-webkit .k-grid .k-pager-numbers.k-state-expanded{-ms-transform:translatey(-100%);transform:translatey(-100%);-webkit-transform:translatey(-100%)}.k-edge .km-pane-wrapper .k-grid .k-pager-numbers,.k-ff .km-pane-wrapper .k-grid .k-pager-numbers,.k-ie11 .km-pane-wrapper .k-grid .k-pager-numbers,.k-safari .km-pane-wrapper .k-grid .k-pager-numbers,.k-webkit .km-pane-wrapper .k-grid .k-pager-numbers{position:relative;left:50%;-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-transform:translate(-50%,-100%)}.k-edge .k-rtl .k-grid .k-pager-numbers,.k-ff .k-rtl .k-grid .k-pager-numbers,.k-ie11 .k-rtl .k-grid .k-pager-numbers,.k-safari .k-rtl .k-grid .k-pager-numbers,.k-webkit .k-rtl .k-grid .k-pager-numbers{left:auto;right:4.8em;width:4.5em}.k-edge .k-rtl .k-grid .k-pager-numbers:first-child,.k-ff .k-rtl .k-grid .k-pager-numbers:first-child,.k-ie11 .k-rtl .k-grid .k-pager-numbers:first-child,.k-safari .k-rtl .k-grid .k-pager-numbers:first-child,.k-webkit .k-rtl .k-grid .k-pager-numbers:first-child{left:auto;right:.2em}.k-edge .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,.k-ff .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,.k-ie11 .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,.k-safari .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers,.k-webkit .k-rtl .km-pane-wrapper .k-grid .k-pager-numbers{right:5.8em}.k-edge .k-grid .k-pager-numbers .k-current-page,.k-ff .k-grid .k-pager-numbers .k-current-page,.k-ie11 .k-grid .k-pager-numbers .k-current-page,.k-safari .k-grid .k-pager-numbers .k-current-page,.k-webkit .k-grid .k-pager-numbers .k-current-page{display:block;border-left:0}.k-edge .k-grid .k-pager-number.k-state-expanded .k-current-page,.k-ff .k-grid .k-pager-number.k-state-expanded .k-current-page,.k-ie11 .k-grid .k-pager-number.k-state-expanded .k-current-page,.k-safari .k-grid .k-pager-number.k-state-expanded .k-current-page,.k-webkit .k-grid .k-pager-number.k-state-expanded .k-current-page{-ms-transform:translatey(100%);transform:translatey(100%);-webkit-transform:translatey(100%)}}.k-treelist .k-status{padding:.4em .6em;line-height:1.6em}.k-treelist .k-status .k-loading{vertical-align:baseline;margin-right:5px}.k-treelist tr.k-hidden{display:none}.k-treelist.k-treelist-dragging,.k-treelist.k-treelist-dragging .k-state-hover{cursor:default}.k-treelist .k-i-drag-and-drop{position:absolute;z-index:10000;visibility:hidden;width:80px;height:5px;margin-top:-3px;background-color:transparent;background-repeat:no-repeat}.k-treelist .k-i-arrow-45-down-right,.k-treelist .k-i-arrow-60-right{cursor:pointer}.k-treelist .k-i-arrow-45-down-right{margin-top:-.5em}.k-drag-separator{display:inline-block;border-right:1px solid;height:1em;vertical-align:top;margin:0 .5em}.k-gantt{white-space:nowrap;position:relative}.k-gantt-layout{display:inline-block;white-space:normal;vertical-align:top}.k-gantt .k-splitbar{position:relative;cursor:e-resize;width:5px;border-width:0 1px;background-repeat:repeat-y}.k-gantt .k-gantt-layout th{vertical-align:bottom}.k-gantt td{overflow:hidden;white-space:nowrap;vertical-align:top}.k-gantt .k-grid .k-edit-cell{vertical-align:middle}.k-gantt-timeline>.k-timeline,.k-gantt-treelist>.k-treelist{border-width:0;height:100%}.k-gantt-toolbar{border-style:solid;border-width:0 0 1px;line-height:2.4em;padding:.5em}.k-gantt-layout+.k-gantt-toolbar{border-width:1px 0 0}.k-gantt-actions,.k-gantt-toolbar>ul{float:left;margin-right:.6em}.k-gantt-actions>.k-button{margin-right:.5em;vertical-align:top}.k-gantt-toolbar>.k-gantt-views{float:right;margin-right:0}.k-gantt-toolbar>.k-gantt-views>li.k-current-view{display:none}.k-gantt-toolbar>ul>li{display:inline-block;border-style:solid;border-width:1px 1px 1px 0}.k-gantt-toolbar>ul>li:first-child+li{border-left-width:1px}.k-gantt-toolbar .k-link{display:inline-block;padding:0 1.1em}.k-gantt-toolbar li:first-child+li,.k-gantt-toolbar li:first-child+li>.k-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.k-gantt-toolbar li:last-child,.k-gantt-toolbar li:last-child>.k-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.k-gantt-toolbar li.k-button{line-height:inherit;padding-top:0;padding-bottom:0}.k-gantt-treelist .k-grid-header tr{height:5em}.k-gantt .k-treelist .k-grid-header{padding:0!important}.k-gantt .k-treelist .k-grid-content{overflow-y:hidden;overflow-x:scroll}.k-treelist-group>tr>span{font-weight:700}.k-treelist-group .k-widget{font-weight:400}.k-gantt-timeline .k-grid-header tr{height:2.5em}.k-gantt-tasks{position:relative}.k-gantt .k-grid-content tr,.k-gantt-rows tr,.k-gantt-tasks tr{height:2.3em}.k-gantt .k-gantt-tasks td:after{content:"\a0"}.k-gantt-timeline{background:0 0}.k-gantt-columns,.k-gantt-dependencies,.k-gantt-rows{position:absolute;top:0;left:0}.k-gantt-tables{position:relative}.k-gantt .k-timeline .k-grid-content{overflow-x:scroll}.k-gantt .k-gantt-timeline th{text-align:center}.k-gantt .k-gantt-timeline tr:first-child th{border-bottom-width:1px}.k-task-summary{height:10px;display:inline-block;vertical-align:top;margin-top:3px}.k-task-summary-complete{height:10px;position:relative;z-index:2}.k-task-summary-progress{height:15px;overflow:hidden}.k-task-summary-complete:after,.k-task-summary-complete:before,.k-task-summary:after,.k-task-summary:before{content:"";position:absolute;top:0;width:0;height:0;border-style:solid;border-width:8px;border-color:transparent}.k-task-summary-complete:before,.k-task-summary:before{left:0;border-left-color:inherit}.k-task-summary-complete:after,.k-task-summary:after{right:0;border-right-color:inherit}.k-line-h,.k-line-v{position:absolute}.k-line-h{height:2px}.k-line-v{width:2px}.k-arrow-e,.k-arrow-w{position:absolute;top:-4px;width:0;height:0;border-style:solid;border-width:5px}.k-arrow-e{right:-6px;border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent}.k-arrow-w{left:-6px;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.k-task-milestone{width:13px;height:13px;margin-top:3px;border-style:solid;border-width:1px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.k-ie8 .k-task-milestone{margin-left:1px}.k-gantt .k-gantt-tasks .k-button-icon,.k-gantt .k-gantt-treelist .k-button{padding-top:0;padding-bottom:0}.k-gantt .k-gantt-tasks .k-button-icon{margin-top:4px}.k-gantt .k-gantt-treelist .k-button{margin-top:-4px;margin-bottom:-2px}.k-gantt .k-gantt-tasks .k-button-icon{padding-left:2px;padding-right:2px}.k-gantt .k-gantt-tasks .k-button .k-icon,.k-gantt .k-gantt-treelist .k-button .k-icon{vertical-align:text-top}.k-rel .k-button-icon{position:absolute;left:200px}.k-rel{position:relative;height:0;top:-.3em}.k-task-wrap{position:absolute;padding:0 23px 5px;margin:-1px -23px 0;z-index:2}.k-line.k-state-selected,.k-task-wrap:hover{z-index:3}.k-milestone-wrap{margin:0 -13px 0 -27px}.k-task-content{position:relative;z-index:2}.k-task-complete{position:absolute;top:0;bottom:0;left:0;width:20%;z-index:1}.k-task-dot{position:absolute;top:0;width:16px;height:16px;line-height:16px;display:none;cursor:pointer}.k-task-dot.k-state-hover{background-color:transparent}.k-task-single+.k-task-dot,.k-task-single+.k-task-dot+.k-task-dot{top:.2em}.k-task-wrap-active .k-task-dot,.k-task-wrap:hover .k-task-dot{display:block}.k-task-dot:before{content:"\a0";display:inline-block;width:0;height:16px}.k-task-dot:after{content:"";display:inline-block;vertical-align:middle;width:8px;height:8px;border-radius:4px;margin-left:4px}.k-task-dot.k-state-hover:after,.k-task-dot:hover:after,.k-task-wrap-active .k-task-dot:after{border-style:solid;border-width:1px;margin-left:3px}.k-task-start{left:0}.k-task-end{right:0}.k-task-single{border-style:solid;border-width:1px;text-align:left;overflow:hidden;cursor:default;min-height:1.3em;white-space:nowrap}.k-task-template{padding:.2em 1.4em .2em .6em;line-height:normal}.k-task-actions,.k-task-content>.k-link{position:absolute;top:0;right:4px;white-space:nowrap}.k-task-actions{z-index:1}.k-task-actions:first-child{position:static;float:left;margin:4px 2px 0 4px}.k-webkit .k-task-actions:first-child{margin-top:3px}.k-task-actions:first-child>.k-link{display:inline-block}.k-task-delete{display:none}.k-task-wrap-active .k-task-delete,.k-task-wrap:hover .k-task-delete{display:inline-block}.k-task-single .k-resize-handle{position:absolute;visibility:hidden;z-index:2;height:auto}.k-task-single:hover .k-resize-handle,.k-task-wrap-active .k-resize-handle{visibility:visible}.k-task-single .k-resize-handle:after{content:"";position:absolute;filter:alpha(opacity=50);opacity:.5}.k-task-content>.k-resize-e{right:0;top:0;bottom:0;width:.4em}.k-task-content>.k-resize-w{left:0;top:0;bottom:0;width:.4em}.k-task-content>.k-resize-e:after,.k-task-content>.k-resize-w:after{left:1px;top:50%;margin-top:-.7em;height:1.4em;width:1px}.k-task-content>.k-resize-e:after{left:auto;right:1px}.k-task-draghandle{position:absolute;bottom:0;width:0;height:0;margin-left:16px;border-width:5px;border-style:solid;border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;display:none;cursor:e-resize}.k-task-wrap-active .k-task-draghandle,.k-task-wrap:hover .k-task-draghandle{display:block}.k-dependency-hint{z-index:4}.k-gantt-rowheight .k-task-dot,.k-gantt-rowheight .k-task-milestone,.k-gantt-rowheight .k-task-single+.k-task-dot,.k-gantt-rowheight .k-task-single+.k-task-dot+.k-task-dot,.k-gantt-rowheight .k-task-summary{top:50%}.k-gantt-rowheight .k-task-milestone,.k-gantt-rowheight .k-task-summary{margin-top:-6px}.k-gantt-rowheight .k-task-dot,.k-gantt-rowheight .k-task-single+.k-task-dot,.k-gantt-rowheight .k-task-single+.k-task-dot+.k-task-dot{margin-top:-11px}.k-gantt-rowheight .k-task-single{height:-webkit-calc(100% - 2px);height:calc(100% - 2px)}.k-ie .k-gantt-rowheight .k-task-single{height:99%}.k-gantt-rowheight .k-task-content{height:100%}.k-gantt-rowheight .k-task-content>.k-resize-e:after,.k-gantt-rowheight .k-task-content>.k-resize-w:after{top:0;margin-top:0;height:100%}.k-task-details{padding:.4em;text-align:left;white-space:nowrap}.k-task-details>strong{font-size:120%;display:block}.k-task-pct{margin:.5em 0 .1em;font-size:170%}.k-task-details>ul{line-height:1.2}.k-resources-wrap{position:absolute;z-index:2;zoom:1;margin-left:20px;margin-top:-2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.k-resources-wrap .k-resource{margin:0 5px}.k-gantt-edit-form>.k-edit-form-container{width:430px}.k-gantt-edit-form>.k-resources-form-container{width:506px}.k-resources-form-container>.k-grid{margin:0 .9em}.k-gantt-edit-form>.k-edit-form-container .k-numerictextbox,.k-gantt-edit-form>.k-edit-form-container .k-textbox{width:15em}.k-gantt-edit-form .k-edit-buttons .k-gantt-delete{float:left}.k-pdf-export-shadow .k-gantt{float:left}.k-pdf-export-shadow .k-gantt,.k-pdf-export-shadow .k-gantt .k-grid-content,.k-pdf-export-shadow .k-gantt-timeline{width:auto!important;height:auto!important;overflow:visible!important}.k-pdf-export-shadow .k-gantt-treelist{height:auto!important;overflow:visible!important}.k-pdf-export-shadow .k-gantt-timeline .k-grid-header{padding:0!important}.k-pdf-export-shadow .k-gantt .k-splitbar,.k-pdf-export-shadow .k-pdf-export{display:none}button.k-gantt-toggle{display:none;float:left;margin-right:.5em}.k-rtl button.k-gantt-toggle{float:right;margin-right:0;margin-left:.5em}@media only screen and (max-width:1024px){.k-gantt-toolbar>ul.k-gantt-views{position:absolute;right:6px;top:6px;z-index:10000}.k-rtl .k-gantt-toolbar>ul.k-gantt-views{right:auto;left:6px}.k-gantt-toolbar>ul.k-gantt-views>li:not(.k-current-view){display:none}.k-gantt-toolbar>ul.k-gantt-views>li.k-current-view{display:block;border-width:1px}.k-rtl .k-gantt-toolbar>ul.k-gantt-views>li.k-current-view{text-align:left;padding-left:1em}.k-gantt-toolbar>ul.k-gantt-views>li.k-current-view>.k-link{display:block;position:relative;padding-right:2.5em;padding-left:1em}.k-rtl .k-gantt-toolbar>ul.k-gantt-views>li.k-current-view>.k-link{padding-left:0}.k-gantt-toolbar>ul.k-gantt-views>li.k-current-view>.k-link:after{display:block;content:"";position:absolute;top:50%;margin-top:-.6em;right:.333em;width:16px;height:16px}.k-gantt-toolbar>ul.k-gantt-views.k-state-expanded>li,.k-gantt-toolbar>ul.k-gantt-views.k-state-expanded>li:first-child+li{display:block;border:0;border-radius:0}.k-gantt-toolbar>ul.k-gantt-views.k-state-expanded{border:1px solid #c5c5c5;background-color:#fff;background-image:none;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.3);box-shadow:0 2px 2px 0 rgba(0,0,0,.3)}.k-rtl .k-gantt-toolbar>ul.k-gantt-views.k-state-expanded{text-align:left}}@media only screen and (max-width:480px){button.k-gantt-toggle{display:inline-block}.k-gantt-create span+span,.k-gantt-pdf span+span{display:none}.k-gantt-create .k-icon,.k-gantt-pdf .k-icon{margin:0}.k-gantt .k-splitbar{display:none;width:0;border-width:0}.k-gantt .k-gantt-treelist{display:none;max-width:0}.k-gantt .k-treelist .k-grid-content{overflow-y:scroll}.k-gantt .k-gantt-timeline{width:100%}}.k-pivot{position:relative}.k-pivot-toolbar{padding:.2em;border-bottom-width:1px;border-bottom-style:solid}.k-pivot .k-pivot-toolbar{padding:.6em}.k-pivot-toolbar .k-button{margin-right:.4em;line-height:1.2em;font-size:.9em;text-align:left;position:relative;padding:.3em 5em .3em .3em;cursor:move}.k-field-actions{position:absolute;right:2px;top:3px;cursor:pointer}.k-pivot .k-grid td{white-space:nowrap}.k-pivot-layout{border-spacing:0;table-layout:auto}.k-pivot-layout>tbody>tr>td{vertical-align:top;padding:0}.k-pivot td{vertical-align:top}.k-pivot-rowheaders>.k-grid,.k-pivot-table>.k-grid{border-width:0}.k-pivot-rowheaders>.k-grid td:first-child,.k-pivot-table .k-grid-header .k-header.k-first{border-left-width:1px}.k-pivot-rowheaders>.k-grid td.k-first{border-left-width:0}.k-pivot-rowheaders>.k-grid{overflow:hidden}.k-pivot-table{border-left-width:1px;border-left-style:solid}.k-pivot-table .k-grid-header-wrap>table{height:100%}.k-pivot .k-grid-header .k-header{vertical-align:top}.k-header.k-alt,td.k-alt{font-weight:700}.k-header.k-alt{background-image:none}.k-pivot-layout .k-grid td{border-bottom-width:1px}.k-pivot-layout .k-grid-footer>td{border-top-width:0}.k-pivot-filter-window .k-treeview{max-height:600px}.k-fieldselector .k-edit-buttons{bottom:auto}.k-fieldselector .k-edit-label{width:16%}.k-fieldselector .k-edit-field{width:77%}.k-fieldselector .k-edit-field>.k-textbox,.k-fieldselector .k-edit-field>.k-widget{width:99%}.k-fieldselector .k-edit-buttons>input,.k-fieldselector .k-edit-buttons>label{float:left;margin-top:.4em}.k-fieldselector p{margin:0 0 .2em .5em;text-transform:uppercase}.k-fieldselector p .k-icon{margin:0 5px 0 0}.k-fieldselector .k-columns{border-style:solid;border-width:0}.k-fieldselector .k-columns>div{overflow:auto;padding:.6em;border-style:solid;border-width:0 0 0 1px;float:left;width:45%}.k-fieldselector .k-columns>div:first-child{border-width:0;margin-right:-1px}.k-fieldselector .k-columns>div+div{float:right;border-width:0}.k-fieldselector div.k-treeview{border-width:0;margin-right:-1px;padding-left:4px;overflow:visible}.k-fieldselector .k-list-container{margin-left:.5em;margin-bottom:1em;padding:.2em 0 0;border-style:solid;border-width:1px}.k-fieldselector .k-list{padding-bottom:2em}.k-fieldselector .k-list li.k-item{padding:.3em 3.3em .3em .3em;margin:0 .2em.2em;position:relative;font-size:.9em;line-height:1.2em;min-height:1em}.k-pivot .k-i-arrow-60-down,.k-pivot .k-i-arrow-60-up,.k-pivot .k-i-minus{color:#858585}.k-pivot .k-i-arrow-60-up.k-i-hold{color:#f9ce1d}.k-pivot .k-i-stop{color:#f44336;font-size:.57142em;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.k-pivot .k-i-circle{color:#4caf50}.k-i-stop{background-position:-16px 0}.k-i-minus{background-position:-32px 0}.k-i-arrow-60-up{background-position:-48px 0}.k-i-arrow-60-up{background-position:-64px 0}.k-i-circle{background-position:-80px 0}.k-pdf-export-shadow .k-pivot .k-grid-content{overflow:visible!important}.k-pdf-export-shadow .k-pivot .k-grid-content,.k-pdf-export-shadow .k-pivot .k-pivot-rowheaders .k-grid{height:100%!important}.k-pdf-export-shadow .k-pivot .k-grid-header{padding-right:0!important}.k-pdf-export-shadow .k-pivot{width:auto!important;height:auto!important}.k-pdf-export-shadow .k-pivot .k-grid-content>table,.k-pdf-export-shadow .k-pivot .k-grid-header-wrap>table{width:100%!important;height:auto!important}.k-calendar{position:relative;display:inline-block;width:17em;overflow:hidden}.k-week-number{width:19.42857143em}.k-calendar .k-link,.k-calendar td{text-decoration:none}.k-calendar .k-action-link{text-decoration:underline}.k-calendar .k-footer,.k-calendar .k-header{position:relative;text-align:center;zoom:1}.k-widget.k-calendar .k-nav-next,.k-widget.k-calendar .k-nav-prev{position:absolute;top:.16666em;line-height:1.8333em;height:1.8333em}.k-widget.k-calendar .k-nav-prev{left:1%}.k-widget.k-calendar .k-nav-next{right:1%}.k-calendar .k-content{float:left;border-spacing:0;width:100%;height:14.167em;border-width:0;margin:0;table-layout:fixed;outline:0}.k-calendar .k-content,.k-calendar .k-content th{text-align:right}.k-calendar .k-content .k-alt{border-radius:0;text-align:center;font-weight:400;cursor:default;line-height:1.8333em}.k-calendar .k-animation-container .k-content{height:100%}.k-widget.k-calendar .k-nav-fast{display:inline-block;width:75%;height:1.8333em;line-height:1.8333em;margin:.16666em -.08333em .3333em 0}.k-calendar .k-header .k-icon{vertical-align:middle}.k-calendar .k-header .k-link.k-nav-next,.k-calendar .k-header .k-link.k-nav-prev{height:1.8333em;width:1.8333em}.k-calendar th{border-bottom-style:solid;border-bottom-width:1px;padding:.4em .45em .4em .1em;font-weight:400;cursor:default}.k-calendar td{padding:.08333em;cursor:pointer}.k-calendar .k-state-focus{border-style:dotted;border-width:.08333em;padding:0}.k-calendar .k-content .k-link{display:block;overflow:hidden;min-height:1.8333em;line-height:1.8333em;padding:0 .45em 0 .1em}.k-calendar .k-meta-view .k-link{padding:.25em 0 .3em;text-align:center}.k-calendar .k-century .k-link{text-align:left;padding:0 .45em}.k-calendar .k-footer{clear:both}.k-calendar .k-footer .k-nav-today,.k-calendar .k-footer>.k-state-disabled{display:block;height:100%;padding:.5em 0}.k-calendar .k-nav-today:hover{text-decoration:underline}div.k-treeview{border-width:0;background:0 0;overflow:auto;white-space:nowrap}.k-treeview .k-item{display:block;border-width:0;margin:0;padding:0 0 0 16px}.k-treeview .k-content,.k-treeview .k-item>.k-group,.k-treeview>.k-group{margin:0;padding:0;background:0 0;list-style-type:none;position:relative}.k-treeview .k-checkbox,.k-treeview .k-icon,.k-treeview .k-image,.k-treeview .k-in,.k-treeview .k-sprite{display:inline-block;vertical-align:top}.k-treeview .k-checkbox{margin-top:.2em}.k-treeview .k-icon,.k-treeview .k-in{vertical-align:middle}.k-treeview .k-request-retry{vertical-align:baseline}.k-treeview .k-i-collapse,.k-treeview .k-i-expand,.k-treeview .k-i-minus,.k-treeview .k-i-plus{margin-top:.05em;margin-left:-16px;cursor:pointer}.k-treeview .k-i-collapse{margin-top:-.4em}.k-treeview .k-image,.k-treeview .k-sprite{margin-right:3px}.k-treeview .k-in{margin:1px 0 1px .16666em;padding:1px .3333em 1px .25em;line-height:1.3333em;text-decoration:none;border-style:solid;border-width:1px}.k-treeview span.k-in{cursor:default}.k-treeview .k-i-drag-and-drop{position:absolute;z-index:10000;visibility:hidden;width:80px;height:5px;margin-top:-3px;background-color:transparent;background-repeat:no-repeat}.k-treeview .k-state-hover,.k-treeview .k-state-hover:hover{cursor:pointer}.k-rtl .k-treeview .k-i-collapse,.k-rtl .k-treeview .k-i-expand{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);margin-left:0;margin-right:-16px}.k-toolbar .k-split-button,span.k-colorpicker,span.k-combobox,span.k-datepicker,span.k-datetimepicker,span.k-dropdown,span.k-numerictextbox,span.k-timepicker{background-image:none}.k-autocomplete,.k-colorpicker,.k-combobox,.k-datepicker,.k-datetimepicker,.k-dropdown,.k-listbox,.k-numerictextbox,.k-selectbox,.k-textbox,.k-timepicker,.k-toolbar .k-split-button{position:relative;display:inline-block;width:12.4em;overflow:visible;border-width:0;vertical-align:middle}.k-autocomplete>.k-i-close,.k-combobox>.k-dropdown-wrap>.k-i-close,.k-multiselect>.k-multiselect-wrap>.k-i-close{display:none;position:absolute;right:0}.k-autocomplete>.k-i-close,.k-combobox>.k-dropdown-wrap>.k-i-close{bottom:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.k-ie8 .k-autocomplete>.k-i-close,.k-ie8 .k-combobox>.k-dropdown-wrap>.k-i-close{margin-top:-8px}.k-combobox>.k-dropdown-wrap>.k-i-close{font-size:100%;right:2.4em}.k-multiselect>.k-multiselect-wrap>.k-i-close{top:6px}.k-autocomplete>.k-i-close,.k-multiselect>.k-multiselect-wrap>.k-i-close{margin-right:6px}.k-autocomplete.k-state-focused>.k-i-close,.k-autocomplete.k-state-hover>.k-i-close,.k-combobox>.k-dropdown-wrap.k-state-focused>.k-i-close,.k-combobox>.k-dropdown-wrap.k-state-hover>.k-i-close{display:inline-block;outline:0}.k-autocomplete>.k-hidden,.k-combobox>.k-dropdown-wrap>.k-hidden,.k-multiselect .k-hidden{display:none!important}.k-multiselect.k-state-focused>.k-multiselect-wrap>.k-i-close,.k-multiselect.k-state-hover>.k-multiselect-wrap>.k-i-close{display:inline-block;outline:0}.k-autocomplete.k-state-border-down>.k-i-close,.k-combobox>.k-dropdown-wrap.k-state-border-down>.k-i-close{margin-top:-1px}.k-filter-menu .k-autocomplete,.k-filter-menu .k-combobox,.k-filter-menu .k-datepicker,.k-filter-menu .k-datetimepicker,.k-filter-menu .k-dropdown,.k-filter-menu .k-numerictextbox,.k-filter-menu .k-textbox,.k-filter-menu .k-timepicker{width:13.2em}.k-autocomplete,.k-colorpicker,.k-combobox,.k-datepicker,.k-datetimepicker,.k-dropdown,.k-numerictextbox,.k-selectbox,.k-timepicker,.k-toolbar .k-split-button{white-space:nowrap}.k-colorpicker,.k-toolbar .k-split-button{width:auto}.k-datetimepicker{width:15em}.k-autocomplete,.k-numeric-wrap,.k-picker-wrap{position:relative;cursor:default}.k-dropdown-wrap{position:relative}.k-dropdown-wrap,.k-numeric-wrap,.k-picker-wrap{display:block}.k-block,.k-content,.k-grid,.k-header-column-menu,.k-panelbar,.k-slider,.k-splitter,.k-treeview,.k-widget{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-block,.k-calendar,.k-grid-header .k-i-link-horizontal,.k-header-column-menu,.k-pager-wrap,.k-slider,.k-splitbar,.k-treeview{-webkit-touch-callout:none}.k-list-scroller{position:relative;overflow:auto}.k-popup.k-calendar-container,.k-popup.k-list-container{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:2px;border-width:1px;border-style:solid}.k-autocomplete.k-state-border-down,.k-dropdown-wrap.k-state-border-down,.k-list-container.k-state-border-down,.k-numeric-wrap.k-state-border-down,.k-picker-wrap.k-state-border-down{border-bottom-width:0;padding-bottom:1px}.k-list-container .km-scroll-container{padding-bottom:6px}.k-autocomplete,.k-dropdown-wrap,.k-numeric-wrap,.k-picker-wrap,.k-textbox{border-width:1px;border-style:solid;padding:0 1.9em 0 0}.k-numeric-wrap.k-expand-padding{padding-right:0}.k-autocomplete,.k-textbox{padding:0}.k-textbox.k-space-left{padding-left:1.9em}.k-textbox.k-space-right{padding-right:1.9em}.k-textbox .k-icon{top:50%;margin:-8px 0 0;position:absolute}.k-space-left .k-icon{left:3px}.k-space-right .k-icon{right:3px}span.k-textbox:after{content:"\a0";display:block;height:.4px;overflow:hidden}.k-autocomplete,.k-dropdown-wrap.k-state-focused,.k-dropdown-wrap.k-state-hover,.k-numeric-wrap.k-state-focused,.k-numeric-wrap.k-state-hover,.k-picker-wrap.k-state-focused,.k-picker-wrap.k-state-hover{-webkit-transition:-webkit-box-shadow .15s ease-out;transition:-webkit-box-shadow .15s ease-out;transition:box-shadow .15s ease-out;transition:box-shadow .15s ease-out,-webkit-box-shadow .15s ease-out;-webkit-transition:"box-shadow .15s ease-out";transition:"box-shadow .15s ease-out"}.k-combobox .k-input,.k-numeric-wrap .k-input,.k-picker-wrap .k-input,.k-textbox>input{width:100%;vertical-align:top}.k-dropdown-wrap .k-input,.k-numeric-wrap .k-input,.k-picker-wrap .k-input,.k-selectbox .k-input{font-family:inherit;border-width:0;outline:0}.k-dropdown .k-input,.k-selectbox .k-input{background:0 0}.k-dropdown-wrap .k-select,.k-numeric-wrap .k-select,.k-picker-wrap .k-select{position:absolute;top:0;right:0;display:inline-block;vertical-align:top;text-decoration:none}.k-combobox .k-select,.k-numeric-wrap .k-select,.k-picker-wrap .k-select{border-style:solid;border-width:0 0 0 1px;border-color:inherit}span.k-datetimepicker .k-select,span.k-datetimepicker .k-select+.k-select{right:0}.k-autocomplete .k-input,.k-textbox>input{display:block}.k-dropdown .k-select,.k-selectbox .k-select{overflow:hidden;border:0;text-decoration:none;font:inherit;color:inherit}.k-dropdown .k-input,.k-selectbox .k-input{display:block;overflow:hidden;text-overflow:ellipsis}.k-autocomplete .k-input,.k-dropdown-wrap .k-input,.k-numeric-wrap .k-input,.k-picker-wrap .k-input,.k-selectbox .k-input,.k-textbox>input{height:1.65em;line-height:1.65em;text-indent:.33em;border:0;margin:0}.k-combobox .k-dropdown-wrap:before,.k-numeric-wrap:before,.k-picker-wrap:before{content:"\a0";display:inline-block;width:0;height:1.65em;padding-bottom:.3em}.k-combobox-clearable .k-input{padding-right:1.9em;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;height:2.004em}.k-webkit .k-combobox .k-dropdown-wrap:before,.k-webkit .k-numeric-wrap:before,.k-webkit .k-picker-wrap:before{padding-bottom:.38em}.km.root .k-combobox .k-dropdown-wrap:before,.km.root .k-numeric-wrap:before,.km.root .k-picker-wrap:before{content:none}.k-combobox .k-input,.k-numeric-wrap .k-input,.k-picker-wrap .k-input{display:inline}.k-dropdown-wrap .k-select,.k-numeric-wrap .k-select,.k-picker-wrap .k-select{min-height:1.65em;line-height:2em;vertical-align:middle;-moz-box-sizing:border-box;text-align:center;width:1.9em;height:100%}.k-numeric-wrap .k-select{padding:0}body .k-datetimepicker .k-select{border-radius:0}.k-combobox .k-select,.k-dropdown,.k-selectbox .k-icon{cursor:pointer}.k-popup{border-style:solid;border-width:1px}.k-list-optionlabel,.k-popup .k-item{cursor:default}.k-popup .k-calendar{border:0}.k-list{height:auto}.k-nodata{min-height:138px;width:100%;display:table;text-transform:uppercase;font-size:.85em;font-weight:lighter}.k-nodata>div{display:table-cell;text-align:center;vertical-align:middle;padding:11px}.k-fieldselector .k-list .k-item,.k-item.k-drag-clue,.k-list-optionlabel,.k-listbox .k-item,.k-popup .k-list .k-item,.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{padding:1px 5px 1px 5px;line-height:1.8em;min-height:1.8em}.k-listbox .k-item,.k-popup .k-list .k-item{border-width:1px;border-style:solid;border-color:transparent;padding:0 4px}.k-popup .k-list .k-item>.k-group{top:-1px}.k-group-header+div>.k-list>.k-item.k-first:before{content:" ";display:block;border-top-width:1px;border-top-style:solid;position:absolute;top:-1px;left:0;right:0}.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{padding-right:22px}.k-overflow-container .k-item{padding:1px}.k-overflow-container .k-button.k-state-disabled,.k-overflow-container .k-button.k-state-disabled:hover,.k-overflow-container>.k-state-disabled .k-button{border:0;background:0 0}.k-fieldselector .k-list .k-item,.k-list-optionlabel.k-state-focused,.k-list-optionlabel.k-state-selected,.k-listbox .k-item,.k-overflow-container .k-state-focused,.k-overflow-container .k-state-hover,.k-overflow-container .k-state-selected,.k-popup .k-list .k-state-focused,.k-popup .k-list .k-state-hover,.k-popup .k-list .k-state-selected{padding:0 4px;border-width:1px;border-style:solid}.k-list-filter{position:relative;margin-bottom:2px}.k-list-filter>.k-textbox{padding-right:20px;width:100%}.k-list-filter>.k-icon{position:absolute;right:6px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.km-root .k-list-filter>.k-textbox{padding-left:0;padding-right:0;border-left-width:0;border-right-width:0}.k-multiselect-wrap{position:relative;border-width:0;border-style:solid;border-radius:4px;border-color:#c5c5c5;background-color:#fff;min-height:2.04em;padding-right:22px}.k-multiselect-wrap .k-input{background-color:transparent;height:1.31em;line-height:1.31em;padding:.18em 0;text-indent:.33em;border:0;margin:1px 0 0;float:left}.k-multiselect-wrap .k-input::-ms-clear{display:none}.k-multiselect-wrap li{margin:1px 0 1px 1px;padding:.1em 1.6em .1em .4em;line-height:1.5em;float:left;position:relative}.k-autocomplete .k-i-loading,.k-multiselect .k-i-loading{position:absolute;right:3px;bottom:4px}.k-multiselect-wrap .k-select{position:absolute;top:0;bottom:0;right:0;padding:.03em .2em}.k-datetimepicker .k-picker-wrap{padding-right:3.8em}.k-datetimepicker .k-select{width:3.8em}.k-datetimepicker .k-select .k-link-date{margin-left:-.285em}.k-datetimepicker .k-select .k-link-time{margin-right:-.285em;margin-left:.428em}.k-datetimepicker .k-picker-wrap .k-icon{margin:0 2px}.k-picker-wrap .k-icon{cursor:pointer}.k-button,.k-datepicker,.k-datetimepicker,.k-textbox,.k-timepicker{display:inline-block;vertical-align:middle}.k-picker-wrap .k-input{margin:0}.k-time-popup .k-item{padding:1px 3px}.k-input{padding:.25em 0}.k-input,.k-textbox>input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-textbox{outline:0}input.k-textbox,textarea.k-textbox{padding:2px .3em}input.k-textbox{height:2.13em;text-indent:.33em;line-height:1.6em}.k-ie input.k-textbox{text-indent:.165em}.k-ff input.k-textbox{height:2.17em}textarea.k-textbox{height:auto}span.k-numerictextbox{background-color:transparent}.k-numerictextbox .k-input{margin:0}.k-numerictextbox .k-link{display:block;height:1em;line-height:1em;vertical-align:middle;border-width:0;padding:0;overflow:hidden}.k-numerictextbox .k-icon{display:block;margin:auto;height:100%}.k-numerictextbox .k-i-arrow-60-up{top:2px}.k-numerictextbox .k-i-arrow-60-down{bottom:2px}.k-numeric-wrap .k-input::-webkit-inner-spin-button{-webkit-appearance:none}.k-colorpicker .k-picker-wrap{line-height:2em}.k-colorpicker .k-selected-color{vertical-align:top;display:inline-block;height:2em;width:2em}.k-colorpicker .k-selected-color .k-i-line{font-size:2em;color:#ff525e;display:inline-block;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);-webkit-filter:FlipH;filter:FlipH;-ms-filter:FlipH}.k-colorpicker .k-selected-color .k-i-line:before{content:"\e510"}.k-colorpicker .k-tool-icon{position:relative;top:-2px;display:inline-block;padding:3px 3px 2px;margin-right:3px;margin-left:2px;margin-bottom:3px;background-repeat:no-repeat;vertical-align:middle;width:16px;height:16px;-ms-high-contrast-adjust:none}.k-colorpicker .k-tool-icon .k-selected-color{display:block;height:3px;width:16px;position:absolute;left:3px;bottom:-3px;border-radius:0!important}.k-colorpicker .k-select{cursor:pointer}.k-colorpicker .k-picker-wrap .k-icon{overflow:visible}.k-disabled-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fff;opacity:.5;filter:alpha(opacity=50)}.k-colorpalette{position:relative;line-height:0;border-width:0;display:inline-block}.k-colorpalette .k-palette{border-collapse:collapse;position:relative;width:100%;height:100%}.k-colorpalette .k-item{width:14px;height:14px;overflow:hidden;-ms-high-contrast-adjust:none}.k-colorpalette .k-item.k-state-selected,.k-colorpalette .k-item.k-state-selected:hover{z-index:100;background:0 0;-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.45);box-shadow:0 1px 3px 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.45);position:relative}.k-colorpalette .k-item:hover{z-index:101;position:relative;-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,.5),inset 0 0 0 1px rgba(255,255,255,.3);box-shadow:0 1px 3px 1px rgba(0,0,0,.5),inset 0 0 0 1px rgba(255,255,255,.3)}.k-flatcolorpicker{position:relative;display:inline-block;width:265px;padding-bottom:5px}div.k-flatcolorpicker{background-color:transparent;background-image:none}.k-flatcolorpicker .k-selected-color{background-image:url(textures/transtexture.png);background-position:50% 50%;text-align:right}.k-flatcolorpicker .k-selected-color input.k-color-value{font-family:Consolas,"Ubuntu Mono","Lucida Console","Courier New",monospace;padding:.75em .1em .65em .65em;border:0;margin:0;width:82%}.k-flatcolorpicker .k-selected-color .k-color-input{background-color:#fff;display:inline-block;width:84%;text-align:left}.k-flatcolorpicker .k-selected-color .k-clear-color{padding:.4em;line-height:0}.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:before{color:#000;opacity:.8}.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:active,.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:hover{opacity:1}.k-flatcolorpicker .k-clear-color-container .k-clear-color.k-state-focused:active{color:inherit}.k-flatcolorpicker .k-clear-color-container .k-clear-color:active{color:#000;opacity:1}.k-flatcolorpicker .k-clear-color-container .k-clear-color .k-i-reset-color,.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color{background-image:none}.k-flatcolorpicker .k-clear-color-container{text-align:left}.k-flatcolorpicker .k-hsv-rectangle{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pinch-zoom double-tap-zoom}.k-flatcolorpicker .k-hsv-rectangle .k-draghandle{cursor:pointer;position:absolute;z-index:10;left:50%;top:50%;width:8px;height:8px;border:1px solid #eee;margin-left:-5px;margin-top:-5px;border-radius:6px;-webkit-box-shadow:0 1px 2px #444;box-shadow:0 1px 2px #444;background:0 0}.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:focus,.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:hover{background:0 0;border-color:#fff;-webkit-box-shadow:0 1px 5px #000;box-shadow:0 1px 5px #000}.k-flatcolorpicker .k-hsv-rectangle.k-dragging,.k-flatcolorpicker .k-hsv-rectangle.k-dragging *{cursor:none}.k-flatcolorpicker .k-slider-horizontal{height:20px;width:90%;margin:0 5%}.k-flatcolorpicker .k-slider-horizontal .k-slider-track{-webkit-box-shadow:0 1px 0 #fff,0 -1px 0 #999;box-shadow:0 1px 0 #fff,0 -1px 0 #999}.k-flatcolorpicker .k-hue-slider,.k-flatcolorpicker .k-transparency-slider{display:block}.k-flatcolorpicker .k-hue-slider .k-slider-selection,.k-flatcolorpicker .k-transparency-slider .k-slider-selection{background:0 0}.k-flatcolorpicker .k-hue-slider .k-draghandle,.k-flatcolorpicker .k-transparency-slider .k-draghandle{background:0 0;border:3px solid #eee;margin-top:1px;height:8px;width:8px;-webkit-box-shadow:0 1px 4px #444;box-shadow:0 1px 4px #444}.k-flatcolorpicker .k-hue-slider .k-draghandle:focus,.k-flatcolorpicker .k-hue-slider .k-draghandle:hover,.k-flatcolorpicker .k-transparency-slider .k-draghandle:focus,.k-flatcolorpicker .k-transparency-slider .k-draghandle:hover{background:0 0;border-color:#fff;-webkit-box-shadow:0 1px 5px #000;box-shadow:0 1px 5px #000;border-width:2px;padding:1px}.k-flatcolorpicker .k-hue-slider .k-slider-track{background:-webkit-gradient(linear,left top,right top,from(red),color-stop(16%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(84%,#f0f),to(#ff0004));background:-webkit-linear-gradient(left,red 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%);background:linear-gradient(to right,red 0,#ff0 16%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 84%,#ff0004 100%)}.k-flatcolorpicker .k-transparency-slider .k-slider-track{background-image:url(textures/transparency.png);-webkit-background-size:100% auto;background-size:100% auto;background-position:100% 50%;background-repeat:no-repeat}.k-flatcolorpicker .k-controls{margin-top:10px;margin-bottom:5px;text-align:center;font-size:90%}.k-flatcolorpicker .k-controls .k-button{width:6em}.k-flatcolorpicker .k-hsv-gradient{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000)),-webkit-gradient(linear,left top,right top,from(#fff),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%),-webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%),linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);height:180px;margin-bottom:5px}.k-ie9 .k-flatcolorpicker .k-hue-slider .k-slider-track{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.k-ie9 .k-flatcolorpicker .k-hsv-gradient{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.k-ie8 .k-flatcolorpicker .k-hue-slider .k-slider-track{background:url(textures/hue.png) repeat 0 50%}.k-ie8 .k-flatcolorpicker .k-transparency-slider .k-slider-track{background:url(textures/transparency.png) repeat 0 50%}.k-ie8 .k-flatcolorpicker .k-hsv-gradient{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1) progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#ff000000',GradientType=0)}.k-rtl .k-multiselect-wrap{padding-right:0;padding-left:22px}.k-maskedtextbox{position:relative;display:inline-block;background-color:transparent;border-width:0}.k-maskedtextbox ::-ms-clear{display:none;width:0;height:0}.k-maskedtextbox .k-i-warning{display:none;position:absolute;width:1.9em;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.k-maskedtextbox.k-state-invalid .k-i-warning{display:inline-block}.k-dateinput{position:relative;display:inline-block;border-width:0}.k-dateinput.k-widget{background-color:transparent}.k-dateinput ::-ms-clear{display:none;width:0;height:0}.k-dateinput .k-i-warning{display:none;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);overflow:visible}.k-dateinput.k-state-invalid .k-i-warning{display:inline-block}.k-datepicker .k-picker-wrap .k-i-warning,.k-datetimepicker .k-picker-wrap .k-i-warning,.k-timepicker .k-picker-wrap .k-i-warning{display:none;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);overflow:visible}.k-datepicker .k-picker-wrap.k-state-invalid .k-i-warning,.k-datetimepicker .k-picker-wrap.k-state-invalid .k-i-warning,.k-timepicker .k-picker-wrap.k-state-invalid .k-i-warning{display:inline-block}.k-listbox{-webkit-box-sizing:border-box;box-sizing:border-box;height:200px}.k-listbox.k-widget{background-color:transparent}.k-listbox .k-list-scroller{height:100%;overflow:auto;border-width:1px;border-style:solid;-webkit-box-sizing:border-box;box-sizing:border-box}.k-listbox .k-list-scroller li{cursor:default;-moz-user-select:none;-ms-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.k-listbox .k-listbox-toolbar{-webkit-box-sizing:border-box;box-sizing:border-box}.k-listbox.k-listbox-toolbar-top{padding:15px 0 1.42857143em}.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar{margin-top:-15px;margin-bottom:5px}.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li{display:inline-block}.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li+li{margin-left:5px}.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar{float:left;margin-right:5px}.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar li+li{margin-top:5px}.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar{float:right;margin-left:5px}.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar li:not(:last-child){margin-bottom:5px}.k-listbox.k-listbox-toolbar-bottom{padding:15px 0 1.45em}.k-listbox.k-listbox-toolbar-bottom .k-list-scroller{margin-top:-15px}.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar{margin-top:5px}.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li{display:inline-block}.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li+li{margin-left:5px}.k-listbox .k-ghost{opacity:.5}table.k-editor{width:100%;height:250px;table-layout:fixed;border-style:solid;border-width:1px;border-collapse:separate;border-spacing:4px;font-size:100%;vertical-align:top;position:relative}.k-editor-inline{border-width:2px;padding:.3em .5em;word-wrap:break-word;overflow:auto;position:relative}.k-editortoolbar-dragHandle{cursor:move;padding-left:0;padding-right:3px;-webkit-box-shadow:none!important;box-shadow:none!important}.k-editor-widget>.k-window-content{overflow:hidden}.k-editor .k-editor-toolbar-wrap{border:0;padding:0}.k-editor-toolbar{margin:0;padding:.1em 0;list-style-type:none;line-height:1.3em;cursor:default;word-wrap:break-word}.k-editor-toolbar li{display:inline-block;vertical-align:middle}.k-edge .k-editor-toolbar,.k-ff .k-editor-toolbar,.k-ie9 .k-editor-toolbar,.k-webkit .k-editor-toolbar{padding:0}.k-edge .k-editor-toolbar li,.k-ff .k-editor-toolbar li,.k-ie10 .k-editor-toolbar li,.k-ie9 .k-editor-toolbar li,.k-safari .k-editor-toolbar li,.k-webkit .k-editor-toolbar li{display:inline-block;padding:.1em 0}.k-editor-toolbar .k-editor-widget,.k-editor-toolbar>li{margin-right:6px}.k-group-start.k-group-end .k-editor-widget{margin-right:0}.k-editor-toolbar .k-editor-dropdown{position:relative}.k-select-overlay{-webkit-appearance:none;opacity:0;z-index:11000;top:0;left:0;position:absolute;height:26px;width:100%;margin:-4px 0 0}.k-editor-toolbar .k-separator{position:relative;top:1px;border-style:solid;border-width:0 1px 0 0;margin:0 .3em 0 .1em;padding:0 0 0 1px;font-size:1.3em}.k-editor-toolbar .k-break{display:block;height:1px;font-size:0;line-height:0}.k-editor-toolbar .k-colorpicker,.k-editor-toolbar .k-combobox,.k-editor-toolbar .k-dropdown,.k-editor-toolbar .k-selectbox{vertical-align:middle}.k-button-group{white-space:nowrap}.k-button-group .k-tool{display:inline-block;vertical-align:middle;margin:1px 0;width:2em;height:2em;line-height:2em}.k-button-group .k-tool-icon{width:24px;height:24px;vertical-align:middle;-ms-high-contrast-adjust:none}.k-editor-toolbar .k-tool-icon.k-icon{top:auto;font-size:16px}.k-fontName{width:110px}.k-fontSize{width:124px}.k-formatBlock{width:147px}.k-editortoolbar-dragHandle{float:left;margin:1px 0 0}.k-editor-toolbar .k-button-group{padding:1px}.k-editor .k-editor-toolbar .k-row-break{display:block;height:0;font-size:0;line-height:0}.k-editor-toolbar .k-i-login{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.k-button-group .k-tool{border-style:solid;border-width:1px;margin-right:-1px}.k-button-group .k-tool.k-state-hover,.k-button-group .k-tool:focus{position:relative;z-index:1}.k-rtl .k-button-group .k-tool{border-style:solid;border-width:1px}.k-button-group .k-tool.k-group-end{border-right-width:1px}.k-rtl .k-button-group .k-tool.k-group-end{border-left-width:1px}.k-button-group .k-state-disabled{display:none}.k-button-group .k-state-active,.k-button-group .k-state-hover{vertical-align:middle}.k-button-group .k-state-disabled{filter:alpha(opacity=30);opacity:.3}.k-editor .k-editable-area{width:100%;height:100%;border-style:solid;border-width:1px;outline:0}.k-editor .k-content{display:block;width:100%;height:100%;border:0;margin:0;padding:0;background:#fff}.k-editor .k-tool{outline:0}.k-editor iframe.k-content{display:inline;vertical-align:top}.k-editor .k-raw-content{border:0;margin:0;padding:0}.k-editor .k-raw-content,.k-editor-dialog .k-editor-textarea{font-size:inherit;font-family:consolas,"courier new",monospace}.k-editor-dialog{padding:1em;width:400px}.k-editor-dialog .k-edit-label{width:25%}.k-editor-dialog .k-edit-field{width:66%}.k-editor-dialog .k-edit-field .k-textbox{width:96%}.k-viewhtml-dialog{width:auto}.k-filebrowser-dialog{width:auto;min-width:350px}.k-filebrowser-dialog .k-filebrowser{margin:0 1em 0}.k-filebrowser-dialog .k-edit-label{width:18%}.k-filebrowser-dialog .k-edit-field{width:75%}.k-filebrowser-dialog .k-edit-field .k-textbox{width:70%}#k-editor-image-height,#k-editor-image-width{width:5em}.k-editor-dialog .k-button{display:inline-block}.k-editor-dialog .k-editor-textarea{width:600px;height:350px;padding:.2em .2em .2em .4em;border-width:1px;border-style:solid;overflow:auto}.k-button-wrapper .k-link:hover{text-decoration:underline}.k-ct-popup{width:180.4px;padding:.65em .5em .5em}.k-ct-popup .k-status{margin:.3em 0}.k-ct-cell{border-width:1px;border-style:solid;width:18px;height:18px;margin:1px;vertical-align:top;display:inline-block;overflow:hidden;-ms-high-contrast-adjust:none}.k-editor .k-resize-handle{position:absolute;padding:5px;right:0;bottom:0}.k-editor .k-overlay{position:absolute;background-color:#fff;opacity:0}.k-toolbar-resizable{min-height:2.4375em;position:relative}.k-overflow-tools{position:absolute;right:0;top:0}.k-editor-overflow-popup .k-tool{width:auto;height:auto;display:block;text-align:left;text-decoration:initial;border:0;padding-right:.5em;margin:0;padding:0 6px}.k-editor-overflow-popup .k-tool.k-state-disabled{display:none}.k-editor-toolbar .k-tool-text{display:none}.k-editor-inline .k-table-resize-handle-wrapper{position:absolute;width:5px;height:5px;background-color:#fff;border:1px solid #000;z-index:100}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle{width:100%;height:100%}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-east{cursor:e-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-north{cursor:n-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northeast{cursor:ne-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northwest{cursor:nw-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-south{cursor:s-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southeast{cursor:se-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southwest{cursor:sw-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-west{cursor:w-resize}.k-editor-inline .k-column-resize-handle-wrapper{position:absolute;height:10px;width:10px;cursor:col-resize;z-index:2}.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle{width:100%;height:100%}.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker{width:2px;height:100%;margin:0 auto;background-color:#00b0ff;display:none;opacity:.8}.k-table.k-table-resizing{opacity:.6}.k-editor-inline .k-row-resize-handle-wrapper{position:absolute;z-index:2;cursor:row-resize;width:10px;height:10px}.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle{display:table;width:100%;height:100%}.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper{display:table-cell;width:100%;height:100%;margin:0;padding:0;vertical-align:middle}.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker{display:none;margin:0;padding:0;width:100%;height:2px;background-color:#00b0ff;opacity:.8}.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons{clear:both;text-align:right;border-width:1px 0 0;border-style:solid;position:relative;bottom:-1em;padding:.6em}.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons .k-button{margin-right:.5em}.k-editor-dialog.k-editor-table-wizard-dialog.k-window-content{overflow:hidden;min-width:325px;width:24em;padding:1em 0}.k-editor-dialog .k-edit-form-container{width:auto}.k-editor-dialog .k-tabstrip{margin:-1.333em 0 0}.k-editor-dialog .k-root-tabs{margin:-1em -1em -1.5em;padding:.5em 1em 0;border-width:0}.k-editor-dialog ul.k-tabstrip-items{padding:.5em 1em 0;border-width:0 0 1px;border-style:solid}.k-editor-dialog ul.k-tabstrip-items .k-loading{border-top-width:0}.k-editor-dialog .k-tabstrip:focus{-webkit-box-shadow:none;box-shadow:none}.k-editor-dialog.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-content{overflow:hidden;min-height:440px;height:35em;margin:0;padding:1em .5em 0;border-width:0}.k-editor-dialog .k-edit-field .k-numerictextbox{width:10.6em;margin:0 .35714285em 0 0}.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-numerictextbox+.k-dropdown{width:4em}.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-dropdown,.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-textbox{width:15em}.k-editor-table-wizard-dialog .k-numerictextbox+.k-dropdown{width:5.35714285em}.k-editor-dialog textarea.k-textbox{height:14.28571428em}.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align{width:4em}.k-popup.k-list-container.k-align{padding:0;text-align:center}.k-align-group{vertical-align:text-top}.k-popup.k-align .k-list .k-item{display:inline-block;width:2.57142857em;height:2.57142857em;margin:0;padding:0;border:0;border-radius:0}.k-popup.k-align .k-list .k-icon{vertical-align:bottom;vertical-align:-webkit-baseline-middle}.k-popup.k-align .k-list .k-item:last-child{width:auto;display:block;border-width:1px 0 0;border-style:solid}.k-popup.k-align .k-list .k-item:before{width:2.57142857em;height:2.57142857em;line-height:2.57142857em}.k-animation-container .k-editor-toolbar{text-align:center;line-height:1.3em}.k-animation-container .k-editor-toolbar .k-tool{display:inline-block;height:24px;padding:0 .5em;text-decoration:none;font-size:.85em;color:inherit}.k-animation-container .k-editor-toolbar .k-i-table-wizard-insert{width:24px;height:24px}.k-animation-container .k-editor-toolbar .k-tool-text{display:inline;vertical-align:sub;padding:0 0 0 .5em}.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-buttons{padding:1em .8em;margin:.5em 0 0}.k-notification-wrap{padding:.6em .5em;cursor:default;position:relative;white-space:nowrap}.k-notification-button .k-notification-wrap{padding-right:20px}.k-notification-wrap>.k-i-information,.k-notification-wrap>.k-i-warning{vertical-align:text-bottom;margin-right:4px}.k-notification-wrap>.k-i-close{position:absolute;top:7px;right:4px;display:none}.k-notification-button .k-notification-wrap>.k-i-close{display:block}.k-progressbar{display:inline-block;position:relative;vertical-align:middle}.k-progressbar{border-radius:4px}.k-progressbar-horizontal{width:27em;height:1.9em}.k-progressbar-vertical{width:1.9em;height:27em}.k-progressbar>.k-state-selected{position:absolute;border-style:solid;border-width:1px;overflow:hidden}.k-progressbar-horizontal>.k-state-selected,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse>.k-state-selected{left:-1px;right:auto;top:-1px;height:100%;border-radius:4px 0 0 4px}.k-progressbar-horizontal.k-progressbar-reverse>.k-state-selected,.k-rtl .k-progressbar-horizontal>.k-state-selected{left:auto;right:-1px;border-radius:0 4px 4px 0}.k-progressbar-vertical>.k-state-selected{left:-1px;bottom:-1px;width:100%;border-radius:0 0 4px 4px}.k-progressbar-vertical.k-progressbar-reverse>.k-state-selected{bottom:auto;top:-1px;border-radius:4px 4px 0 0}.k-progressbar>.k-state-selected.k-complete,.k-rtl .k-progressbar>.k-state-selected.k-complete{border-radius:4px}.k-progressbar>.k-reset{list-style:none;margin:0;padding:0;position:absolute;left:-1px;top:-1px;width:100%;height:100%;border-radius:4px;white-space:nowrap}.k-progressbar-horizontal .k-item{display:inline-block;height:100%;border-style:solid;margin-left:-1px}.k-progressbar-horizontal .k-item.k-first{margin-left:0}.k-progressbar-horizontal .k-item.k-last{border-right-width:0}.k-progressbar-horizontal .k-item,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-item{border-width:1px 0 1px 1px}.k-progressbar-horizontal.k-progressbar-reverse .k-item,.k-rtl .k-progressbar-horizontal .k-item{border-width:1px 0 1px 1px}.k-progressbar-horizontal .k-first,.k-rtl .k-progressbar-horizontal .k-last,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-last{border-top-left-radius:4px;border-bottom-left-radius:4px;border-left-width:1px}.k-progressbar-horizontal .k-last,.k-rtl .k-progressbar-horizontal .k-first{border-top-right-radius:4px;border-bottom-right-radius:4px}.k-progressbar-horizontal.k-progressbar-reverse .k-last,.k-rtl .k-progressbar-horizontal .k-first{border-right-width:1px}.k-progressbar-horizontal .k-last.k-state-selected{border-right-width:1px}.k-progressbar-vertical .k-item{width:100%;border-style:solid;border-width:1px 1px 0 1px;margin-top:-1px}.k-progressbar-vertical .k-item.k-first{margin-top:0}.k-progressbar-vertical li.k-item.k-last{border-bottom-width:0}.k-progressbar-vertical .k-first{border-top-left-radius:4px;border-top-right-radius:4px}.k-progressbar-vertical .k-last{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom-width:1px}.k-progressbar-vertical.k-progressbar-reverse .k-item{border-width:0 1px 1px 1px}.k-progressbar-vertical.k-progressbar-reverse .k-first{border-top-width:1px}.k-progress-status-wrap{position:absolute;top:-1px;border:1px solid transparent;line-height:2em;width:100%;height:100%}.k-progress-status-wrap,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap{left:-1px;right:auto;text-align:right}.k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap,.k-rtl .k-progressbar-horizontal .k-progress-status-wrap{left:auto;right:-1px;text-align:left}.k-progressbar-vertical .k-progress-status-wrap{top:auto;bottom:-1px}.k-progressbar-vertical.k-progressbar-reverse .k-progress-status-wrap{bottom:auto;top:-1px}.k-progress-status{display:inline-block;padding:0 .5em;min-width:10px;white-space:nowrap}.k-progressbar-vertical.k-progressbar-reverse .k-progress-status{position:absolute;bottom:0;left:0}.k-progressbar-vertical .k-progress-status{-webkit-transform:rotate(-90deg) translateX(-100%);-ms-transform:rotate(-90deg) translateX(-100%);transform:rotate(-90deg) translateX(-100%);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.k-progressbar-vertical.k-progressbar-reverse .k-progress-status{-webkit-transform:rotate(90deg) translateX(-100%);-ms-transform:rotate(90deg) translateX(-100%);transform:rotate(90deg) translateX(-100%);-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.k-ie8 .k-progressbar-vertical .k-progress-status{-webkit-writing-mode:bt-lr;-ms-writing-mode:bt-lr;writing-mode:bt-lr;padding:.5em 0}div.k-slider{position:relative;border-width:0;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-slider-vertical{width:26px;height:200px}.k-slider-horizontal{display:inline-block;width:200px;height:26px}.k-slider-wrap{width:100%;height:100%}.k-grid .k-slider .k-button,.k-slider .k-button{position:absolute;top:0;width:24px;min-width:0;height:24px;margin:0;padding:0;outline:0}.k-slider .k-button .k-icon{margin-top:3px;vertical-align:top}.k-state-disabled .k-slider-wrap{filter:alpha(opacity=60);opacity:.6}.k-state-disabled .k-slider-wrap .k-slider-items{color:#333}.k-slider .k-button-decrease{left:0}.k-grid .k-slider-vertical .k-button-decrease,.k-slider-vertical .k-button-decrease{top:auto;bottom:0}.k-slider .k-button-increase{right:0}.k-slider .k-icon,.k-slider .k-tick,.k-slider-track{cursor:pointer}.k-slider-selection,.k-slider-track{position:absolute;margin:0;padding:0}.k-slider-horizontal .k-slider-selection,.k-slider-horizontal .k-slider-track{top:50%;left:0;height:8px;margin-top:-4px;background-repeat:repeat-x}.k-slider-horizontal .k-slider-buttons .k-slider-track{left:34px}.k-slider-vertical .k-slider-selection,.k-slider-vertical .k-slider-track{left:50%;bottom:0;width:8px;margin-left:-4px;background-repeat:repeat-y}.k-slider-vertical .k-slider-buttons .k-slider-track{bottom:34px}.k-draghandle{position:absolute;background-repeat:no-repeat;background-color:transparent;text-indent:-3333px;overflow:hidden;text-decoration:none;text-align:center;outline:0}.k-slider-horizontal .k-draghandle{top:-4px;width:13px;height:14px}.k-slider-vertical .k-draghandle{left:-4px;width:14px;height:13px}.k-slider-buttons .k-slider-items{margin-left:34px}.k-slider-horizontal .k-slider-items{height:100%}.k-slider-vertical .k-slider-items{padding-top:1px}.k-slider-vertical .k-slider-buttons .k-slider-items{padding-top:0}.k-slider-vertical .k-slider-buttons .k-slider-items{margin:0;padding-top:35px}.k-slider .k-tick{position:relative;margin:0;padding:0;background-color:transparent;background-repeat:no-repeat;background-position:center center}.k-slider-horizontal .k-tick{float:left;height:100%;text-align:center}.k-slider-horizontal .k-tick{background-position:center -92px}.k-slider-horizontal .k-slider-topleft .k-tick{background-position:center -122px}.k-slider-horizontal .k-slider-bottomright .k-tick{background-position:center -152px}.k-slider-horizontal .k-tick-large{background-position:center -2px}.k-slider-horizontal .k-slider-topleft .k-tick-large{background-position:center -32px}.k-slider-horizontal .k-slider-bottomright .k-tick-large{background-position:center -62px}.k-slider-vertical .k-tick{background-position:-92px center}.k-slider-vertical .k-slider-topleft .k-tick{background-position:-122px center}.k-slider-vertical .k-slider-bottomright .k-tick{background-position:-152px center}.k-slider-vertical .k-tick-large{background-position:-2px center}.k-slider-vertical .k-slider-topleft .k-tick-large{background-position:-32px center}.k-slider-vertical .k-slider-bottomright .k-tick-large{background-position:-62px center}.k-slider-horizontal .k-first{background-position:0 -92px}.k-slider-horizontal .k-tick-large.k-first{background-position:0 -2px}.k-slider-horizontal .k-slider-topleft .k-first{background-position:0 -122px}.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first{background-position:0 -32px}.k-slider-horizontal .k-slider-bottomright .k-first{background-position:0 -152px}.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first{background-position:0 -62px}.k-slider-horizontal .k-last{background-position:100% -92px}.k-slider-horizontal .k-tick-large.k-last{background-position:100% -2px}.k-slider-horizontal .k-slider-topleft .k-last{background-position:100% -122px}.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last{background-position:100% -32px}.k-slider-horizontal .k-slider-bottomright .k-last{background-position:100% -152px}.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last{background-position:100% -62px}.k-slider-vertical .k-first{background-position:-92px 100%}.k-slider-vertical .k-tick-large.k-first{background-position:-2px 100%}.k-slider-vertical .k-slider-topleft .k-first{background-position:-122px 100%}.k-slider-vertical .k-slider-topleft .k-tick-large.k-first{background-position:-32px 100%}.k-slider-vertical .k-slider-bottomright .k-first{background-position:-152px 100%}.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first{background-position:-62px 100%}.k-slider-vertical .k-last{background-position:-92px 0}.k-slider-vertical .k-tick-large.k-last{background-position:-2px 0}.k-slider-vertical .k-slider-topleft .k-last{background-position:-122px 0}.k-slider-vertical .k-slider-topleft .k-tick-large.k-last{background-position:-32px 0}.k-slider-vertical .k-slider-bottomright .k-last{background-position:-152px 0}.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last{background-position:-62px 0}.k-slider-vertical .k-tick{text-align:right}.k-slider-vertical .k-slider-topleft .k-tick{text-align:left}.k-slider .k-label{position:absolute;white-space:nowrap;font-size:.92em}.k-slider-horizontal .k-label{left:0;width:100%;line-height:1}.k-slider-horizontal .k-first .k-label{left:-50%}.k-slider-horizontal .k-last .k-label{left:auto;right:-50%}.k-slider-horizontal .k-label{bottom:-1.2em}.k-slider-horizontal .k-slider-topleft .k-label{top:-1.2em}.k-slider-vertical .k-label{left:120%;display:block;text-align:left}.k-slider-vertical .k-last .k-label{top:-.5em}.k-slider-vertical .k-first .k-label{bottom:-.5em}.k-slider-vertical .k-slider-topleft .k-label{left:auto;right:120%}.k-slider-tooltip{top:-4444px}.k-scheduler-footer,.k-scheduler-toolbar{border-style:solid}.k-scheduler-footer,.k-scheduler-toolbar{line-height:28px;padding:6px}.k-scheduler-toolbar{position:relative;border-width:0 0 1px}.k-edit-field.k-scheduler-toolbar{border-width:0;padding-top:0;padding-left:0;padding-right:0}.k-scheduler-header{text-align:center}.k-scheduler-footer{border-width:1px 0 0}.k-scheduler-toolbar>ul{float:right}.k-scheduler-toolbar>ul:first-child{float:left}.k-scheduler-toolbar>.k-scheduler-tools{float:left;margin-bottom:.5em}.k-scheduler-tools+.k-scheduler-navigation{float:left;clear:left}.k-scheduler-footer>ul>li,.k-scheduler-toolbar>ul>li{display:inline-block;border-style:solid;border-width:1px 1px 1px 0}.k-scheduler .k-scheduler-toolbar .k-nav-current,.k-scheduler .k-scheduler-toolbar .k-scheduler-tools>li{border-width:0}.k-scheduler-toolbar>ul.k-scheduler-views>li:first-child+li,.k-scheduler-toolbar>ul>li:first-child{border-left-width:1px}.k-scheduler div.k-scheduler-footer ul li{margin-right:.6em;border-width:1px}.k-scheduler-footer .k-link,.k-scheduler-toolbar .k-link{display:inline-block;padding:0 1.1em}.k-scheduler-toolbar .k-nav-next .k-link,.k-scheduler-toolbar .k-nav-prev .k-link{padding-left:.6em;padding-right:.6em}.k-scheduler-toolbar .k-nav-current .k-link{padding:0}.k-scheduler-toolbar .k-nav-current{margin:0 1.1em}.k-scheduler .k-nav-current>.k-state-active,.k-scheduler div.k-scheduler-toolbar>ul>li.k-nav-current{background:0 0}.k-scheduler-phone .k-scheduler-toolbar+.k-scheduler-toolbar .k-scheduler-navigation{width:100%;text-align:center}.k-scheduler-phone .k-scheduler-toolbar+.k-scheduler-toolbar .k-scheduler-navigation>li{background:0 0;border:0}.k-scheduler-phone .k-toolbar .k-nav-next{float:right}.k-scheduler-phone .k-toolbar .k-nav-prev{float:left}.k-scheduler-footer .k-icon,.k-scheduler-toolbar .k-i-calendar{margin:-2px 6px 0 0}.k-scheduler-header,.k-scheduler-header-wrap{overflow:hidden}.k-scheduler-header-wrap{position:relative;border-style:solid;border-width:0}.k-scheduler .k-scrollbar-v .k-scheduler-header-wrap{border-right-width:1px}.k-scheduler-content,.k-scheduler-times{position:relative}.k-scheduler-times{overflow:hidden;border-style:solid;border-width:0}.k-scheduler-content{overflow:auto}.k-scheduler-layout,.k-scheduler-table{border-spacing:0;width:100%;margin:0;border-collapse:separate}.k-scheduler-layout>tbody>tr>td{padding:0;vertical-align:top}.k-safari .k-scheduler-layout>tbody>tr>td+td{width:100%}.k-scheduler-table{table-layout:fixed;max-width:none}.k-scheduler-times .k-scheduler-table{table-layout:auto}.k-scheduler-monthview .k-scheduler-content .k-scheduler-table{height:100%}.k-scheduler-table td,.k-scheduler-table th{height:1.5em;padding:.334em .5em;font-size:100%}.k-scheduler .k-scheduler-table td,.k-scheduler .k-scheduler-table th{-webkit-box-sizing:content-box;box-sizing:content-box}.k-scheduler-monthview .k-hidden,.k-scheduler-monthview .k-hidden>div{width:0!important;overflow:hidden!important}.k-scheduler-monthview .k-hidden{padding-left:0!important;padding-right:0!important;border-right-width:0!important}.k-scheduler-monthview>tbody>tr:first-child .k-scheduler-times{margin-right:1px}.k-scheduler-monthview>tbody>tr:first-child .k-scheduler-times .k-hidden{height:auto}.k-scheduler-monthview .k-hidden,.k-scheduler-monthview .k-scheduler-table td{height:80px;text-align:right}.k-scheduler-phone .k-scheduler-monthview .k-hidden,.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td{height:40px}.k-scheduler-table td,.k-slot-cell{vertical-align:top}.k-scheduler-layout tr+tr .k-scheduler-times th:last-child{vertical-align:top}.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td{text-align:center;vertical-align:middle}.k-scheduler-phone .k-scheduler-monthview .k-scheduler-table td span{font-size:1.5em}.k-scheduler-header th{overflow:hidden;text-overflow:ellipsis}.k-scheduler-header th,.k-scheduler-table td{border-style:solid;border-width:0 0 1px 1px}.k-scheduler-header th:first-child,.k-scheduler-table td:first-child{border-left-width:0}.k-scheduler-agendaview .k-scheduler-table td:first-child{border-left-width:1px}.k-scheduler-agendaview .k-scheduler-table td.k-first{border-left-width:0}.k-scheduler-layout tr+tr .k-scheduler-table>tbody>tr:last-child>td,.k-scheduler-layout tr+tr .k-scheduler-times tr:last-child>th,.k-scheduler-table>tbody>tr>.k-last{border-bottom-width:0}.k-scheduler-agendaview.k-scrollbar-h .k-scheduler-table>tbody>tr>td.k-last,.k-scrollbar-h .k-scheduler-content .k-scheduler-table>tbody>tr:last-child>td,.k-scrollbar-h tr+tr .k-scheduler-times{border-bottom-width:1px}.k-scheduler-times th{text-align:right;padding-right:.6em;border-style:solid;border-width:0 1px 1px 0;border-color:transparent;white-space:nowrap}.k-scheduler-layout tr+tr .k-scheduler-times th{border-bottom-color:transparent}.k-scheduler-layout tr+tr .k-scheduler-times th.k-scheduler-times-all-day,.k-scheduler-layout tr+tr .k-scheduler-times th.k-slot-cell{border-bottom-color:inherit}.k-scheduler .k-middle-row td{border-bottom-style:dotted}.k-scheduler-now-arrow,.k-scheduler-now-line{position:absolute}.k-scheduler-now-arrow{width:0;height:0;border:solid 5px transparent;left:0}.k-scheduler-now-line{left:5px;right:0;height:1px}.k-task{position:relative}div.k-more-events{text-align:center;font-size:18px;line-height:1.2;padding:0}.k-more-events>span{display:block;margin-top:-.6em}.k-event,.k-more-events{position:absolute;border-style:solid;border-width:1px;text-align:left;overflow:hidden}.k-event{cursor:default;min-height:1.3em}.k-event-drag-hint{filter:alpha(opacity=60);opacity:.6;cursor:-webkit-grabbing;cursor:-moz-grabbing}.k-scheduler-header .k-event{white-space:nowrap}.k-event-template{padding:.3em 1.4em .3em .6em}.k-event-time{display:none;padding-bottom:0;font-size:.9em}.k-event-drag-hint .k-event-time{display:block}.k-event-actions,.k-event>.k-link,.k-task>.k-link{position:absolute;top:3px;right:4px;white-space:nowrap}.k-event-actions{z-index:1}.k-scheduler-agendaview .k-task>.k-link{top:0;right:0}.k-event-actions:first-child{position:static;float:left;margin:4px 2px 0 4px}.k-webkit .k-event-actions:first-child{margin-top:3px}.k-event-actions:first-child>.k-link{display:inline-block}.k-event-delete{display:none}.k-event:hover .k-event-delete,tr:hover>td>.k-task .k-event-delete{display:inline-block}.k-event .k-event-bottom-actions,.k-event .k-event-top-actions{position:absolute;top:0;left:0;width:100%;text-align:center}.k-event .k-event-bottom-actions{top:auto;bottom:0}.k-event .k-resize-handle,.k-scheduler-mobile .k-event:hover .k-resize-handle{position:absolute;visibility:hidden;z-index:2}.k-event-active .k-resize-handle,.k-event:hover .k-resize-handle,.k-scheduler-mobile .k-event-active:hover .k-resize-handle{visibility:visible}.k-event .k-resize-handle:after{content:"";position:absolute;filter:alpha(opacity=50);opacity:.5}.k-scheduler-mobile .k-event .k-resize-handle:after{-webkit-filter:none;filter:none;opacity:1}.k-event>.k-resize-n{top:0;left:0;right:0;height:.4em}.k-event>.k-resize-s{bottom:0;left:0;right:0;height:.4em}.k-event>.k-resize-e{right:0;top:0;bottom:0;width:.4em}.k-event>.k-resize-w{left:0;top:0;bottom:0;width:.4em}.k-event>.k-resize-n:after,.k-event>.k-resize-s:after{top:1px;left:50%;margin-left:-1em;width:2em;height:1px}.k-event>.k-resize-s:after{top:auto;bottom:1px}.k-event>.k-resize-e:after,.k-event>.k-resize-w:after{left:1px;top:50%;margin-top:-.7em;height:1.4em;width:1px}.k-event>.k-resize-e:after{left:auto;right:1px}.k-scheduler-mobile .k-event>.k-resize-n,.k-scheduler-mobile .k-event>.k-resize-s{height:.6em}.k-scheduler-mobile .k-event>.k-resize-e,.k-scheduler-mobile .k-event>.k-resize-w{width:.6em}.k-scheduler-mobile .k-event>.k-resize-n:after,.k-scheduler-mobile .k-event>.k-resize-s:after{top:0;margin-left:-3em;width:4em;height:.6em}.k-scheduler-mobile .k-event>.k-resize-s:after{bottom:0}.k-scheduler-mobile .k-event>.k-resize-e:after,.k-scheduler-mobile .k-event>.k-resize-w:after{left:0;margin-top:-.7em;height:1.4em;width:.6em}.k-scheduler-mobile .k-event>.k-resize-e:after{right:0}.k-scheduler-mobile .k-event>.k-resize-n:after{border-radius:0 0 4px 4px}.k-scheduler-mobile .k-event>.k-resize-s:after{border-radius:4px 4px 0 0}.k-scheduler-mobile .k-event>.k-resize-w:after{border-radius:0 4px 4px 0}.k-scheduler-mobile .k-event>.k-resize-e:after{border-radius:4px 0 0 4px}.k-scheduler-phone .k-scheduler-monthview .k-events-container{position:absolute;text-align:center;height:6px;line-height:6px}.k-scheduler-phone .k-scheduler-monthview .k-event{position:static;display:inline-block;width:4px;height:4px;min-height:0;margin:1px}.k-scheduler-marquee{border-style:solid;border-width:0}.k-scheduler-marquee.k-first:before,.k-scheduler-marquee.k-last:after{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:3px}div.k-scheduler-marquee:before{top:0;left:0;border-right-color:transparent;border-bottom-color:transparent}div.k-scheduler-marquee:after{bottom:0;right:0;border-top-color:transparent;border-left-color:transparent}.k-scheduler-marquee .k-label-top{position:absolute;top:.3em;left:.8em;font-size:.8em}.k-scheduler-marquee .k-label-bottom{position:absolute;bottom:.3em;right:.81em;font-size:.8em}.k-scheduler-quickedit .k-textbox{width:200px}.k-tooltip-bottom{text-align:left}.k-tooltip-bottom .k-button{float:left;margin-right:.3em}.k-tooltip-bottom .k-quickedit-details{float:right;margin-right:0}.k-scheduler-agendaview .k-scheduler-table td,.k-scheduler-agendaview .k-scheduler-table th{text-align:left}.k-scheduler-groupcolumn,.k-scheduler-times .k-slot-cell{width:6em}.k-scheduler-datecolumn{width:12em}.k-scheduler-timecolumn{width:11em}.k-scheduler-timecolumn>div{position:relative;vertical-align:top}.k-webkit .k-scheduler-timecolumn>div>.k-icon{vertical-align:top}.k-scheduler-timecolumn>div>.k-i-arrow-60-right{position:absolute;right:-4px}.k-scheduler-timecolumn .k-i-arrow-60-left{margin-left:-4px}.k-scheduler-mark{display:inline-block;width:1em;height:1em;vertical-align:middle;margin-right:.5em}.k-scheduler-agendaday{float:left;margin:0 .2em 0 0;font-size:3em;font-weight:400}.k-scheduler-agendaweek{display:block;margin:.4em 0 0;font-size:1.1em;font-style:normal}.k-scheduler-agendadate{font-size:.8em}.k-scheduler-timecolumn{white-space:nowrap}.k-scheduler-edit-form .k-edit-form-container,.k-scheduler-timezones .k-edit-form-container{width:520px}.k-scheduler-edit-form .k-edit-label{width:17%}.k-scheduler-edit-form .k-edit-field{width:77%}.k-scheduler-edit-form .k-textbox[name=title],.k-scheduler-edit-form textarea.k-textbox{width:100%}.k-scheduler-edit-form textarea.k-textbox{min-height:4em;resize:vertical}.k-scheduler-edit-form>.k-edit-box:first-child .k-datetimepicker{margin-right:1em}.km-pane-wrapper .k-scheduler-edit-form .k-edit-buttons{clear:right;margin-right:2%;margin-left:2%;padding:0 0 .6em}.k-edit-box{float:left}.k-edit-box+.k-edit-box{float:right}.k-scheduler-edit-form label+input{margin-left:1em}.k-edit-field>ul.k-reset>li{margin:.2em 0 .4em;line-height:2.4}.k-edit-field>ul.k-reset.k-toolbar>li{margin:0}.k-edit-field>ul.k-reset .k-widget{margin-left:.8em}.k-edit-field span.k-recur-interval,.k-edit-field>ul.k-reset .k-numerictextbox{width:5em}.k-edit-field>ul.k-reset .k-datepicker,.k-edit-field>ul.k-reset .k-dropdown,div[name=recurrenceRule]>.k-dropdown{width:9em}.k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete{float:left}.k-popup-message{margin:0;padding:1em 0 2em;text-align:center}.k-scheduler-timezones .k-dropdown:first-child{width:100%}.k-scheduler-timezones .k-dropdown+.k-dropdown{margin:.5em 0 .7em}.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{display:none}.k-scheduler-toolbar li.k-nav-current .k-sm-date-format{display:none}.k-scheduler-refresh{float:right;padding:0 .5em}@media only screen and (max-width:1024px){.k-edge .k-scheduler-toolbar>ul.k-scheduler-views,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views{position:absolute;right:6px;top:6px;z-index:10000}.k-edge .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views,.k-ff .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views,.k-ie11 .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views,.k-safari .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views,.k-webkit .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views{right:auto;left:6px}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li:not(.k-current-view),.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li:not(.k-current-view),.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li:not(.k-current-view),.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li:not(.k-current-view),.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li:not(.k-current-view){display:none}.k-edge .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,.k-ff .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,.k-ie11 .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,.k-safari .k-scheduler-toolbar li.k-nav-current .k-lg-date-format,.k-webkit .k-scheduler-toolbar li.k-nav-current .k-lg-date-format{display:none}.k-edge .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-ff .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-ie11 .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-safari .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-webkit .k-scheduler-toolbar li.k-nav-current .k-sm-date-format{display:inline}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{display:block;border-width:1px}.k-edge .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ff .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ie11 .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-safari .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-webkit .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{text-align:left;padding-left:1em}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link{display:block;position:relative;padding-right:2.5em;padding-left:1em}.k-edge .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-ff .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-ie11 .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-safari .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-webkit .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link{padding-left:0}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after{display:block;content:"";position:absolute;top:50%;margin-top:-.6em;right:.333em;width:1.333em;height:1.333em}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li:first-child+li,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li:first-child+li,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li:first-child+li,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li:first-child+li,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li:first-child+li{display:block;border:0;border-radius:0}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{border:1px solid #c5c5c5;background-color:#fff;background-image:none;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.3);box-shadow:0 2px 2px 0 rgba(0,0,0,.3)}.k-edge .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ff .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ie11 .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-safari .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-webkit .k-rtl .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{text-align:left}}@media only screen and (max-width:480px){.k-edge .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-ff .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-ie11 .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-safari .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format,.k-webkit .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format{display:none}.k-edge .k-scheduler-timecolumn,.k-ff .k-scheduler-timecolumn,.k-ie11 .k-scheduler-timecolumn,.k-safari .k-scheduler-timecolumn,.k-webkit .k-scheduler-timecolumn{width:5em}.k-edge .k-scheduler-datecolumn,.k-ff .k-scheduler-datecolumn,.k-ie11 .k-scheduler-datecolumn,.k-safari .k-scheduler-datecolumn,.k-webkit .k-scheduler-datecolumn{width:6em;overflow:hidden}.k-edge .k-scheduler-datecolumn>div,.k-edge .k-scheduler-timecolumn>div,.k-ff .k-scheduler-datecolumn>div,.k-ff .k-scheduler-timecolumn>div,.k-ie11 .k-scheduler-datecolumn>div,.k-ie11 .k-scheduler-timecolumn>div,.k-safari .k-scheduler-datecolumn>div,.k-safari .k-scheduler-timecolumn>div,.k-webkit .k-scheduler-datecolumn>div,.k-webkit .k-scheduler-timecolumn>div{white-space:normal}}.k-scheduler-pdf-export{overflow:hidden}.k-pdf-export-shadow .k-scheduler,.k-scheduler-pdf-export .k-scheduler-content,.k-scheduler-pdf-export .k-scheduler-times{height:auto!important;overflow:visible!important}.k-scheduler-pdf-export .k-scheduler-header{padding:0!important}.k-scheduler-pdf-export .k-scheduler-header-wrap{border-width:0!important}.k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table,.k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table{width:100%!important}.k-tooltip{position:absolute;z-index:12000;border-style:solid;border-width:0;padding:5px 5px 5px 6px;background-repeat:repeat-x;min-width:20px;text-align:center}.k-tooltip-button{text-align:right;height:0}.k-tooltip-content{height:100%}.k-tooltip-closable .k-tooltip-content{padding-right:20px}span.k-tooltip{position:static;display:inline-block;border-width:1px;padding:2px 5px 1px 6px}.k-invalid-msg{display:none}.k-callout{position:absolute;width:0;height:0;border-style:solid;border-width:6px;border-color:transparent;pointer-events:none}.k-callout-n{top:-12px;left:50%;pointer-events:none}.k-callout-w{top:50%;left:-12px;pointer-events:none}.k-callout-s{left:50%;bottom:-12px;pointer-events:none}.k-callout-e{top:50%;right:-12px;pointer-events:none}.k-slider-tooltip .k-callout-n,.k-slider-tooltip .k-callout-s{margin-left:-6px}.k-slider-tooltip .k-callout-e,.k-slider-tooltip .k-callout-w{margin-top:-6px}.k-tooltip-validation .k-i-warning{vertical-align:text-top;margin-right:3px}.k-tooltip-validation{z-index:9999}.k-toolbar{position:relative;display:block;vertical-align:middle;line-height:2.9em}.k-overflow-container .k-button .k-icon,.k-overflow-container .k-button .k-sprite,.k-toolbar .k-button .k-icon,.k-toolbar .k-button .k-sprite{vertical-align:middle;margin-top:-7px;margin-bottom:-5px}.k-toolbar .k-input{line-height:inherit;height:inherit;padding-top:2px;padding-bottom:2px}.k-toolbar .k-input:before{content:"\a0";display:inline-block;width:0}.k-ie .k-toolbar .k-input{height:1.65em}.k-toolbar .k-combobox .k-dropdown-wrap:before,.k-toolbar .k-numeric-wrap:before,.k-toolbar .k-picker-wrap:before{display:none}.k-overflow-container .k-sprite{margin-left:-4px}.k-toolbar-resizable{overflow:hidden;white-space:nowrap}.k-toolbar>.k-align-left{float:none}.k-toolbar>.k-align-right{float:right}.k-toolbar .k-button,.k-toolbar>*{display:inline-block;vertical-align:middle;line-height:1.72em}.k-toolbar .k-separator{border-width:0 0 0 1px;border-style:solid;width:1px;line-height:inherit}.k-toolbar .k-button-group{list-style-type:none}.k-toolbar .k-button-group>li{display:inline-block}.k-toolbar .k-button-group .k-button{margin:0 0 0 -1px;border-radius:0}.k-toolbar .k-button,.k-toolbar .k-button-group,.k-toolbar .k-separator,.k-toolbar .k-split-button,.k-toolbar .k-textbox,.k-toolbar .k-widget,.k-toolbar label{margin:0 .2em;line-height:1.72em;vertical-align:middle}.k-toolbar .k-split-button{padding-left:0}.k-toolbar .k-button-group .k-group-start,.k-toolbar .k-split-button .k-button{margin:0}.k-toolbar .k-split-button .k-split-button-arrow{margin:0 0 0 -1px}.k-toolbar .k-overflow-anchor{border-width:0 0 0 1px;border-style:solid;height:3em;width:3em;line-height:inherit;padding:0 .5em;margin:0;position:relative;float:right;border-radius:0}.k-overflow-container .k-item{float:none;border:0}.k-overflow-container .k-separator{border-width:0 0 1px;border-style:solid;height:1px;line-height:0;font-size:0;padding:0}.k-overflow-container .k-overflow-button,.k-split-container .k-button{text-align:left;display:block;background:0 0;border-color:transparent;white-space:nowrap}.k-split-container{margin-top:-1px}.k-overflow-container .k-button-group{padding:0}.k-overflow-container .k-button-group>li{display:block}.k-overflow-container .k-overflow-group{border-width:1px 0;border-style:solid;border-radius:0;padding:2px 0;margin:1px 0}.k-overflow-container .k-overflow-hidden{display:none}.k-overflow-container .k-overflow-group+.k-overflow-group,.k-overflow-container .k-separator+.k-overflow-group,.k-overflow-container .k-toolbar-first-visible{border-top:0;margin-top:0;padding-top:1px}.k-overflow-container .k-overflow-group+.k-separator{display:none}.k-overflow-container .k-toolbar-last-visible{border-bottom:0;margin-bottom:0;padding-bottom:1px}.k-splitter{position:relative;height:300px}.k-pane>.k-splitter{border-width:0;overflow:hidden}.k-splitter .k-pane{overflow:hidden}.k-splitter .k-scrollable{overflow:auto}.k-splitter .k-pane-loading{position:absolute;top:50%;left:50%;margin:-8px 0 0 -8px}.k-ghost-splitbar,.k-splitbar{position:absolute;border-style:solid;font-size:0;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-splitter .k-ghost-splitbar-horizontal,.k-splitter .k-splitbar-horizontal{top:0;width:5px;border-width:0 1px;background-repeat:repeat-y}.k-ghost-splitbar-vertical,.k-splitbar-vertical{left:0;height:5px;border-width:1px 0;background-repeat:repeat-x}.k-splitbar-draggable-horizontal{cursor:w-resize}.k-splitbar-draggable-vertical{cursor:n-resize}.k-splitbar .k-resize-handle{display:none}.k-restricted-size-horizontal,.k-restricted-size-vertical{background-color:red}.k-splitbar-horizontal .k-icon{position:absolute;top:50%;margin-top:-10px}.k-splitbar-horizontal .k-i-arrow-60-right{margin-left:-2px}.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-right{margin-top:13px}.k-splitbar-horizontal .k-i-arrow-60-left{margin-left:-3px}.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-left{margin-top:-28px}.k-splitbar-vertical .k-i-arrow-60-up{margin-top:-2px}.k-splitbar-vertical .k-i-arrow-60-down{margin-top:-2px}.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-up{margin-left:-17px}.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-down{margin-left:23px}.k-i-arrow-60-down,.k-i-arrow-60-left,.k-i-arrow-60-right,.k-i-arrow-60-up{cursor:pointer}.k-splitbar-horizontal .k-icon{position:absolute;top:50%;width:7px;height:20px;margin-top:-10px}.k-splitbar-static-horizontal{width:1px}.k-splitbar-static-vertical{height:1px}.k-splitbar-vertical .k-icon{position:absolute;left:50%}.k-splitbar-draggable-horizontal .k-resize-handle,.k-splitbar-draggable-vertical .k-resize-handle{display:inline-block;border-radius:1px}.k-splitbar-draggable-horizontal .k-resize-handle{width:3px;height:16px;margin-left:1px}.k-splitbar-draggable-vertical .k-resize-handle{width:16px;height:3px;margin-top:1px}.k-splitbar .k-i-arrow-60-down,.k-splitbar .k-i-arrow-60-left,.k-splitbar .k-i-arrow-60-right,.k-splitbar .k-i-arrow-60-up{font-size:10px}.k-splitter-resizing{overflow:hidden}.k-rtl .k-splitbar-horizontal .k-resize-handle{margin-right:1px}.k-rtl .k-splitbar-horizontal .k-i-arrow-60-right{margin-top:13px;margin-right:-3px}.k-rtl .k-splitbar-horizontal .k-i-arrow-60-left{margin-top:-28px;margin-right:-2px}.k-rtl .k-splitbar-vertical .k-i-arrow-60-up{margin-top:-2px;margin-left:-17px}.k-rtl .k-splitbar-vertical .k-i-arrow-60-down{margin-top:-2px;margin-left:23px}html .k-upload{position:relative}.k-dropzone em,.k-upload-button{vertical-align:middle}.k-dropzone,.k-file{position:relative}.k-dropzone{border-style:solid;border-width:0;padding:.8em;background-color:transparent}.k-dropzone em{display:none;margin-left:.6em}.k-dropzone-active em{display:inline-block}.k-dropzone-active .k-upload-status{display:none}.k-upload-button{position:relative;overflow:hidden;direction:ltr}.k-upload .k-upload-button{min-width:7.167em;margin-right:1.6em}.k-ie8 .k-upload-button,.k-ie9 .k-upload-button,.k-upload-sync .k-upload-button{margin:.8em}.k-upload-button input{position:absolute;bottom:0;right:0;z-index:1;font:170px monospace!important;filter:alpha(opacity=0);opacity:0;margin:0;padding:0;cursor:pointer}.k-upload-files{line-height:2.66;border-style:solid;border-width:1px 0 0;padding-bottom:5px}.k-upload-files .k-button{padding:0}.k-upload-status .k-i-warning{display:none}.k-upload-status-total .k-icon{display:inline-block;margin-right:4px;vertical-align:text-bottom}.k-dropzone .k-upload-status-total{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.k-ie .k-dropzone .k-upload-status-total{-webkit-transform:none;-ms-transform:none;transform:none}.k-upload .k-clear-selected,.k-upload .k-upload-selected{display:inline-block;width:50%;margin:0;line-height:1em;padding:1.214em 0;border:0}.k-upload .k-upload-selected{border-left-width:1px;border-left-style:solid;margin-left:-1px}.k-upload .k-clear-selected{border-radius:0 0 0 4px}.k-upload .k-upload-selected{border-radius:0 0 4px 0}.k-upload-files~.k-clear-selected,.k-upload-files~.k-upload-selected{margin-top:-5px}.k-upload .k-fail{background-position:-161px -111px}.k-i-srefresh,.k-si-refresh{background-position:-160px -128px}.k-button:active .k-i-srefresh,.k-button:active .k-si-refresh,.k-button:not(.k-state-disabled):hover .k-i-srefresh,.k-button:not(.k-state-disabled):hover .k-si-refresh,.k-link:not(.k-state-disabled):hover>.k-i-srefresh,.k-link:not(.k-state-disabled):hover>.k-si-refresh,.k-state-hover>*>.k-i-srefresh,.k-state-hover>*>.k-si-refresh,.k-state-hover>.k-i-srefresh,.k-state-hover>.k-si-refresh,.k-textbox:hover .k-i-srefresh,.k-textbox:hover .k-si-refresh{background-position:-176px -128px}.k-i-stick,.k-si-tick,.k-success{background-position:-160px -96px}.k-button:active .k-i-stick,.k-button:active .k-si-tick,.k-button:active .k-success,.k-button:not(.k-state-disabled):hover .k-i-stick,.k-button:not(.k-state-disabled):hover .k-si-tick,.k-button:not(.k-state-disabled):hover .k-success,.k-link:not(.k-state-disabled):hover>.k-i-stick,.k-link:not(.k-state-disabled):hover>.k-si-tick,.k-link:not(.k-state-disabled):hover>.k-success,.k-state-hover>*>.k-i-stick,.k-state-hover>*>.k-si-tick,.k-state-hover>*>.k-success,.k-state-hover>.k-i-stick,.k-state-hover>.k-si-tick,.k-state-hover>.k-success,.k-textbox:hover .k-i-stick,.k-textbox:hover .k-si-tick,.k-textbox:hover .k-success{background-position:-176px -96px}.k-i-scancel,.k-si-cancel{background-position:-160px -112px}.k-button:active .k-i-scancel,.k-button:active .k-si-cancel,.k-button:not(.k-state-disabled):hover .k-i-scancel,.k-button:not(.k-state-disabled):hover .k-si-cancel,.k-link:not(.k-state-disabled):hover>.k-i-scancel,.k-link:not(.k-state-disabled):hover>.k-si-cancel,.k-state-hover>*>.k-i-scancel,.k-state-hover>*>.k-si-cancel,.k-state-hover>.k-i-scancel,.k-state-hover>.k-si-cancel,.k-textbox:hover .k-i-scancel,.k-textbox:hover .k-si-cancel{background-position:-176px -112px}.k-file{border-style:solid;border-width:0 0 1px;padding:.65em .17em .65em 1em}.k-file .k-upload-action{background:0 0;border-width:0;-webkit-box-shadow:none;box-shadow:none;margin-right:3px}.k-file .k-icon{display:inline-block;position:relative}.k-file-extension-wrapper,.k-file-invalid-extension-wrapper,.k-file-name-size-wrapper,.k-multiple-files-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{display:inline-block}.k-file-extension-wrapper,.k-file-invalid-extension-wrapper,.k-multiple-files-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{position:relative;width:24px;height:34px;border-width:2px;border-style:solid;vertical-align:top;font-size:.57em;text-transform:uppercase}.k-file-invalid-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{font-size:1.2em}.k-multiple-files-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{margin-top:4px}.k-file-state{visibility:hidden}.k-file-name-size-wrapper{vertical-align:middle;margin-left:1em}.k-file-extension-wrapper:before,.k-file-invalid-extension-wrapper:before,.k-multiple-files-extension-wrapper:after,.k-multiple-files-extension-wrapper:before,.k-multiple-files-invalid-extension-wrapper:after,.k-multiple-files-invalid-extension-wrapper:before{position:absolute;content:"";display:inline-block;border-style:solid}.k-file-extension-wrapper:before,.k-file-invalid-extension-wrapper:before,.k-multiple-files-extension-wrapper:before,.k-multiple-files-invalid-extension-wrapper:before{top:-1px;right:-1px;width:0;height:0;border-width:6px;margin-top:-1px;margin-right:-1px}.k-multiple-files-extension-wrapper:after,.k-multiple-files-invalid-extension-wrapper:after{top:-6px;left:-6px;width:15px;height:35px;border-width:2px 0 0 2px}.k-file-extension,.k-file-invalid-icon{position:absolute;bottom:0;line-height:normal}.k-file-extension{margin-left:.4em;margin-bottom:.3em;overflow:hidden;text-overflow:ellipsis;max-width:100%}.k-file-invalid-icon{margin-left:5px}.k-file-information,.k-file-name,.k-file-size,.k-file-validation-message{display:block}.k-file-name{position:relative;min-width:10em;max-width:16.667em;vertical-align:middle;line-height:1.2em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.k-file-information,.k-file-size,.k-file-validation-message{font-size:.78em;line-height:1.5em}.k-file-information,.k-file-validation-message{line-height:1.5em}.k-file-size{line-height:1.2em}.k-upload-files .k-upload-status{line-height:1;position:absolute;right:10px;top:1em;opacity:.65}.k-button.k-upload-action.k-state-active:hover,.k-button.k-upload-action:active:hover,.k-button.k-upload-action:hover,.k-upload-action{color:inherit;background:0 0;border:0}.k-upload-action{opacity:.6}.k-upload-action:hover{opacity:1}.k-upload-action .k-icon{vertical-align:top}.k-file .k-upload-status .k-button,.k-file .k-upload-status>.k-icon{vertical-align:middle;border-radius:50%}.k-dropzone .k-upload-status{position:static;margin-left:10px}.k-upload-pct{margin-right:.75em}.k-ie8 .k-upload-status-total{line-height:29px}.k-ie8 .k-upload-status-total,.k-ie9 .k-upload-status-total{top:1.5em}.k-ie8 .k-upload-status-total>.k-icon,.k-ie9 .k-upload-status-total>.k-icon{margin-top:-3px}.k-upload-action{line-height:normal}.k-progress{position:absolute;bottom:0;left:0;height:2px}.k-file-invalid>.k-progress{width:100%}.k-upload-selected{min-width:7.167em;margin:.25em 0 0;-webkit-box-sizing:content-box;box-sizing:content-box}.k-upload-cancel,.k-upload-selected{margin-bottom:.8em}.k-upload-selected{margin-left:.8em;margin-right:.2em}.k-rtl .k-file-extension-wrapper{margin-left:14px}.k-mediaplayer{position:relative}.k-mediaplayer>iframe,.k-mediaplayer>video{vertical-align:top}.k-mediaplayer .k-mediaplayer-titlebar,.k-mediaplayer .k-mediaplayer-toolbar-wrap{z-index:2}.k-mediaplayer .k-mediaplayer-overlay{z-index:1;width:100%;height:100%;position:absolute}.k-mediaplayer-titlebar{position:absolute;top:0;left:0;right:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.7)),color-stop(80%,rgba(0,0,0,.05)),color-stop(80%,rgba(0,0,0,0)));background:-webkit-linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.05) 80%,rgba(0,0,0,0));background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.05) 80%,rgba(0,0,0,0));color:#fff;padding:12px 12px 30px}.k-mediaplayer-toolbar-wrap{position:absolute;bottom:0;left:0;right:0}.k-mediaplayer-toolbar{padding:0;border-width:0}.k-mediaplayer-toolbar .k-button.k-bare{padding-left:9px;padding-right:9px}.k-mediaplayer-toolbar div.k-mediaplayer-volume{margin:2px 6px 0}.k-mediaplayer-toolbar .k-toolbar-spacer{display:none}.k-mediaplayer-toolbar .k-mediaplayer-quality{width:auto;padding:0;background:none transparent}.k-mediaplayer-toolbar .k-mediaplayer-quality .k-dropdown-wrap{border:0 none;-webkit-box-shadow:none;box-shadow:none;padding:0;background:none transparent;color:inherit}.k-mediaplayer-toolbar .k-mediaplayer-quality .k-input{display:none}.k-mediaplayer-toolbar .k-mediaplayer-quality .k-select{position:relative;width:auto;min-height:0;line-height:inherit}.k-mediaplayer-toolbar .k-align-right{line-height:inherit}.k-mediaplayer-toolbar .k-align-right>*{display:inline-block}.k-mediaplayer-currenttime{display:inline-block;margin-top:2px}.k-quality-list{width:80px!important;margin-left:-32px!important}.k-mediaplayer-fullscreen{z-index:10000;position:fixed;top:0;left:0;width:100%!important;height:100%!important}.k-mediaplayer-seekbar{margin:0;width:100%;position:absolute;top:-17px;left:0;right:0}.k-mediaplayer-seekbar .k-slider-track{width:100%!important}.k-mediaplayer-seekbar .k-slider-selection,.k-mediaplayer-seekbar .k-slider-track{border-radius:0}.k-mediaplayer-seekbar .k-draghandle{opacity:0;-webkit-transition:.2s opacity;transition:.2s opacity}.k-mediaplayer-seekbar .k-draghandle.k-state-selected,.k-mediaplayer-seekbar:hover .k-draghandle{opacity:1}.k-mediaplayer .k-mediaplayer-seekbar{position:absolute;z-index:2}.k-toolbar-wrap .k-dropzone em,.k-toolbar-wrap .k-upload-files{display:none}.k-toolbar-wrap .k-dropzone{border:0;padding:0}.k-toolbar-wrap .k-dropzone-active{text-align:center}.k-toolbar-wrap .k-dropzone-active em{display:inline;margin:0;font-size:5em;font-style:normal}.k-toolbar-wrap .k-dropzone-active .k-upload-button{display:none}.k-filebrowser-dropzone{z-index:10010;filter:alpha(opacity=40);opacity:.4;position:fixed}.k-search-wrap{position:relative;float:right;width:20%;padding:0}.k-search-wrap label{position:absolute;top:0;left:4px;line-height:20px;font-style:italic}.k-search-wrap input.k-input{padding-left:0;padding-right:0}.k-search-wrap .k-search{position:absolute;top:4px;right:2px;margin:0}.k-breadcrumbs{position:relative;float:left;width:79%}.k-breadcrumbs-wrap{position:absolute;top:3px;left:0;z-index:1;padding-left:5px;line-height:18px}.k-breadcrumbs>.k-input{width:100%;font-size:inherit;font-family:inherit;border:0}.k-breadcrumbs .k-link,.k-breadcrumbs-wrap .k-icon{margin-top:0;text-decoration:none;vertical-align:middle;position:relative}.k-breadcrumbs .k-link:hover{text-decoration:underline}.k-filebrowser .k-tile .k-file,.k-filebrowser .k-tile .k-folder,.k-filebrowser .k-tile .k-i-file,.k-filebrowser .k-tile .k-i-folder{font-size:5em}.k-filebrowser .k-breadcrumbs .k-i-arrow-end-left{text-decoration:none;cursor:default}.k-filebrowser .k-filebrowser-toolbar{border-style:solid;border-width:1px;margin:8px 0 0;padding:.25em;line-height:23px;white-space:nowrap}.k-filebrowser .k-filebrowser-toolbar .k-button.k-state-disabled{display:none}.k-filebrowser .k-toolbar-wrap{float:left}.k-filebrowser .k-tiles-arrange{float:right}.k-filebrowser .k-tiles-arrange .k-dropdown{width:75px}.k-filebrowser .k-upload{float:left;z-index:10010;border-width:0;background-color:transparent}.k-filebrowser .k-upload .k-upload-status{display:none}.k-filebrowser .k-upload .k-upload-button{width:auto;margin-left:0;vertical-align:top}.k-filebrowser .k-upload .k-icon{vertical-align:bottom}.k-tiles{clear:both;height:390px;border-style:solid;border-width:1px;border-top-width:0;margin:0 0 1.4em;padding:9px;overflow:auto;line-height:1.2}.k-tile{float:left;width:223px;height:88px;overflow:hidden;border-style:solid;border-width:1px;margin:1px;padding:0 0 4px;background-position:0 100px;background-repeat:repeat-x;cursor:pointer}.k-tiles li.k-state-hover,.k-tiles li.k-state-selected{background-position:0 center}.k-filebrowser .k-thumb{float:left;display:inline;width:80px;height:80px;margin:4px 10px 0 4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-filebrowser .k-file,.k-filebrowser .k-i-file{width:80px;height:80px}.k-filebrowser .k-image{margin:2px 0 0 2px}.k-filebrowser .k-folder,.k-filebrowser .k-i-folder{width:80px;height:80px;background-position:0 -200px;background-repeat:no-repeat}.k-filebrowser .k-loading{margin:35px 0 0 33px}.k-tile input,.k-tile strong{margin:10px 0 4px;font-weight:400}.k-tile strong{float:left;width:120px;overflow:hidden;text-overflow:ellipsis}.k-tile input{width:100px}.k-tile input,.k-tile strong{display:block}.k-tile .k-filesize{display:inline-block}.k-filebrowser .k-form-text-row{text-align:right}.k-filebrowser .k-form-text-row label{width:14%}.k-filebrowser .k-form-text-row input{width:80%}.k-tile-empty{margin:160px 0 0}.k-tile-empty .k-dialog-upload{font-weight:700;font-size:120%}.k-tile-empty strong{display:block;margin:0 0 .2em;font-size:3em;font-weight:400}.k-tile-empty,.k-tile-empty .k-button-wrapper{text-align:center}.k-chart,.k-gauge,.k-sparkline,.k-stockchart{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-chart,.k-stockchart{height:400px}.k-stockchart,div.k-chart,div.k-gauge,span.k-sparkline{background-color:transparent}.k-gauge{text-align:left;position:relative}.k-baseline-marker{zoom:1;*display:inline}.k-chart-tooltip{border-radius:4px;padding:6px;white-space:nowrap;z-index:12000;line-height:normal;background-repeat:repeat-x;background-position:0 0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/P//vwMDFQELEP8beQb+HTWQYgP/DHoD/466cAR4edRAyg38P6hLbIAAAwCnWhhVsxvdCAAAAABJRU5ErkJggg==);color:#fff}.k-chart-tooltip-inverse{color:#000}.k-chart-tooltip table{border-spacing:0;border-collapse:collapse}.k-chart-tooltip th{width:auto;text-align:center;padding:1px}.k-chart-tooltip td{width:auto;text-align:left;padding:.1em .2em}.k-chart-shared-tooltip-marker{display:block;width:15px;height:3px}.k-selector{position:absolute;-webkit-transform:translateZ(0)}.k-selection{position:absolute;border-width:1px;border-style:solid;border-color:#d2d2d2;border-bottom:0;height:100%}.k-selection-bg{position:absolute;width:100%;height:100%;background-color:#fff;background-color:rgba(255,255,255,.01);filter:alpha(opacity=1)}.k-handle{background:#d2d2d2;width:7px;height:26px;cursor:e-resize;z-index:1;border-radius:6px;position:absolute}.k-handle div{width:100%;height:100%;background-color:transparent}.k-left-handle{left:-4px}.k-right-handle{right:-4px}.k-left-handle div{margin:-20px 0 0 -15px;padding:40px 30px 0 0}.k-left-handle.k-handle-active div{margin-left:-40px;padding-right:55px}.k-right-handle div{margin:-20px 0 0 -15px;padding:40px 0 0 30px}.k-right-handle.k-handle-active div{padding-left:55px}.k-mask{position:absolute;height:100%;background-color:#fff;filter:alpha(opacity=80);opacity:.8}.k-border{background:#d2d2d2;width:1px;height:100%;position:absolute}.k-navigator-hint div{position:absolute}.k-navigator-hint .k-scroll{position:absolute;height:4px;border-radius:4px;background:#d2d2d2}.k-navigator-hint .k-tooltip{margin-top:20px;min-width:160px;opacity:1;text-align:center;border:0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5);box-shadow:0 1px 2px rgba(0,0,0,.5);background:#fff}.k-sparkline,.k-sparkline span{display:inline-block;vertical-align:top}.k-sparkline span{height:100%;width:100%}.k-diagram,.k-map{height:600px}.k-diagram .km-scroll-wrapper,.k-map .km-scroll-wrapper{padding-bottom:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-diagram .km-scroll-container,.k-diagram .km-scroll-wrapper,.k-map .km-scroll-container,.k-map .km-scroll-wrapper{position:absolute;width:100%;height:100%}.k-diagram .k-layer,.k-map .k-layer{position:absolute;left:0;top:0}.k-diagram .km-touch-scrollbar,.k-map .km-touch-scrollbar{display:none}.k-map .k-marker{position:absolute;width:28px;height:40px;margin:-40px 0 0 -14px;cursor:pointer}.k-map .k-marker-pin{background-position:0 40px}.k-map .k-marker-pin-target{background-position:0 0}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.k-map .k-marker{width:56px;height:80px;margin:-80px 0 0 -28px}.k-map .k-marker-pin{background-position:0 80px}}.k-map .k-pos-top{top:0}.k-map .k-pos-bottom{bottom:0}.k-map .k-pos-left{left:0}.k-map .k-pos-right{right:0}.k-map-controls{position:absolute}.k-map-controls.k-pos-left .k-widget:first-child{margin-right:0}.k-map-controls.k-pos-right .k-widget:first-child{margin-left:0}.k-navigator{width:50px;height:50px;margin:20px;border-radius:80px;position:relative;display:inline-block;vertical-align:middle}.k-pdf-export .k-navigator{display:none}.k-navigator>button{border-color:transparent;background:0 0}div.k-navigator>.k-button{margin:0;padding:0;line-height:10px;border-radius:16px;position:absolute;font-size:1px;line-height:1px}div.k-navigator .k-navigator-n,div.k-navigator .k-navigator-up{top:2px;left:50%;margin-left:-9px}div.k-navigator .k-navigator-e,div.k-navigator .k-navigator-right{right:2px;top:50%;margin-top:-9px}div.k-navigator .k-navigator-down,div.k-navigator .k-navigator-s{bottom:2px;left:50%;margin-left:-9px}div.k-navigator .k-navigator-left,div.k-navigator .k-navigator-w{left:2px;top:50%;margin-top:-9px}.k-map .k-attribution{background-color:rgba(255,255,255,.8);font-size:10px;padding:2px 4px;z-index:1000}.k-zoom-control{margin:14px;vertical-align:middle}.k-pdf-export .k-zoom-control{display:none}.k-button-wrap{border-radius:4px;display:inline-block}.k-button-wrap .k-button{position:relative;padding:4px;line-height:16px}.k-button-wrap .k-button .k-icon{vertical-align:top}.k-buttons-horizontal :first-child{border-radius:4px 0 0 4px}.k-buttons-horizontal :first-child+.k-zoom-in{border-radius:0;margin-left:-1px}.k-buttons-horizontal .k-zoom-out{border-radius:0 4px 4px 0;margin-left:-1px}.k-button-wrap .k-button:hover{z-index:1}.k-buttons-vertical .k-button{display:block}.k-buttons-vertical :first-child{border-radius:4px 4px 0 0}.k-buttons-vertical .k-zoom-out{border-radius:0 0 4px 4px;margin-top:-1px}.k-zoom-text{margin:0;width:4.3em;vertical-align:top}.k-rtl .k-buttons-horizontal :first-child{border-radius:0 4px 4px 0}.k-rtl .k-buttons-horizontal :first-child+.k-zoom-in{border-radius:0;margin-left:0;margin-right:-1px}.k-rtl .k-buttons-horizontal .k-zoom-out{border-radius:4px 0 0 4px;margin-left:0;margin-right:-1px}.k-diagram{height:600px}.k-diagram .km-scroll-wrapper{width:100%;height:100%;position:relative}.k-diagram .km-scroll-wrapper{width:100%;height:100%;position:relative}.k-canvas-container{width:100%;height:100%}.k-diagram img{-webkit-box-sizing:content-box;box-sizing:content-box}.k-treemap{overflow:hidden;height:400px}.k-treemap-tile{-webkit-box-sizing:border-box;box-sizing:border-box;border-style:solid;border-width:1px;position:absolute;margin:-1px 0 0 -1px;overflow:hidden}.k-treemap-tile.k-leaf{padding:.6em}.k-treemap-wrap.k-last>.k-treemap-tile{padding:.3em}.k-treemap-tile.k-state-hover,.k-treemap-tile.k-state-hover:hover{z-index:2;background-image:none}.k-treemap>.k-treemap-tile{position:relative;height:100%}.k-treemap-title{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;line-height:2.42em;height:2.42em;padding:0 .6em;white-space:nowrap}.k-treemap-wrap .k-treemap-title{border-width:0 0 1px;border-style:solid}.k-treemap-wrap{position:absolute;top:0;left:0;bottom:0;right:0}.k-treemap-title+.k-treemap-wrap{top:2.42em}.k-treemap-title-vertical{-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;position:absolute;top:0;bottom:0;width:2.42em;line-height:2.42em;overflow:hidden;padding:.6em 0;white-space:nowrap}.k-treemap-title-vertical>div{position:absolute;top:0;right:1.23em;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.k-treemap-title-vertical+.k-treemap-wrap{left:2.42em}.km-pane,.km-pane-wrapper,.km-root{width:100%;height:100%;-ms-touch-action:none;-ms-content-zooming:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}.km-pane-wrapper{position:absolute;width:100%;height:100%}.km-pane,.km-shim{font-family:sans-serif}.km-pane{overflow-x:hidden}.km-view{top:0;left:0;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;vertical-align:top}.k-ff .km-pane,.k-ff .km-view{overflow:hidden}.k-ff18 .km-pane,.k-ff18 .km-view,.k-ff19 .km-pane,.k-ff19 .km-view,.k-ff20 .km-pane,.k-ff20 .km-view,.k-ff21 .km-pane,.k-ff21 .km-view{position:relative}.k-ff .km-view{display:-moz-inline-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.km-content{min-height:1px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;flex-align:stretch;display:block;width:auto;overflow:hidden;position:relative}.km-actionsheet>li{list-style-type:none;padding:inherit 1em;line-height:2em}.km-actionsheet{padding:0;margin:0}.km-shim{left:0;bottom:0;position:fixed;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:10001}.km-actionsheet-wrapper,.km-shim .k-animation-container{width:100%;-webkit-box-shadow:none;box-shadow:none;border:0}.km-shim .k-animation-container{width:auto}.km-pane-wrapper .k-grid-column-menu>.km-header,.km-pane-wrapper .k-grid-edit-form>.km-header,.km-pane-wrapper .k-grid-filter-menu>.km-header,.km-pane-wrapper .k-scheduler-edit-form>.km-header{border-style:solid;border-width:1px;padding:.3em .6em;text-align:center;width:auto;line-height:2em}.k-ie .km-pane-wrapper .k-scheduler>.k-scheduler-footer,.k-ie .km-pane-wrapper .k-scheduler>.k-scheduler-toolbar{line-height:2em}.km-pane-wrapper .k-grid-edit-form .k-multiselect,.km-pane-wrapper .k-scheduler-edit-form .k-multiselect{width:15em}.km-pane-wrapper .k-grid-edit-form .k-dropdown-wrap,.km-pane-wrapper .k-scheduler-edit-form .k-dropdown-wrap{display:block}.km-pane-wrapper .k-grid-column-menu .k-done,.km-pane-wrapper .k-grid-edit-form .k-grid-update,.km-pane-wrapper .k-grid-filter-menu .k-submit,.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-update{float:right}.km-pane-wrapper .k-grid-edit-form .k-grid-cancel,.km-pane-wrapper .k-grid-filter-menu .k-i-cancel,.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-cancel{float:left}.km-pane-wrapper .k-grid-edit-row .k-textbox{-webkit-box-sizing:border-box;box-sizing:border-box}.km-pane-wrapper .k-scheduler-edit-form .k-scheduler-delete,:not(.km-pane)>.km-shim .km-actionsheet .k-button{display:block;text-align:center}:not(.km-pane)>.km-shim .km-actionsheet .k-button{font-size:1.4em;margin:.3em 1em}:not(.km-pane)>.km-shim .km-actionsheet-title{text-align:center;line-height:3em;margin-bottom:-.3em}:not(.km-pane)>.km-shim>.k-animation-container{margin:0!important;padding:0!important;left:0!important}.km-pane-wrapper>div.km-pane{-webkit-box-shadow:none;box-shadow:none;font-weight:400}.km-pane-wrapper .k-grid-column-menu .km-content>.km-scroll-container,.km-pane-wrapper .k-grid-edit-form .km-content>.km-scroll-container,.km-pane-wrapper .k-grid-filter-menu .km-content>.km-scroll-container,.km-pane-wrapper .k-popup-edit-form .km-content>.km-scroll-container{position:absolute;width:100%;min-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.km-pane-wrapper .k-mobile-list .k-edit-field{width:74%}.km-pane-wrapper .k-grid-edit-form .k-edit-form-container,.km-pane-wrapper .k-grid-edit-form .k-popup-edit-form{width:auto}.km-pane-wrapper .k-filter-menu .k-button{width:100%;margin:0}.k-grid-mobile{border-width:0}.k-grid-mobile .k-resize-handle-inner{position:absolute;top:50%;margin-top:-10px;left:-7px;width:17px;height:17px;border-style:solid;border-width:2px;border-radius:10px}.k-grid-mobile .k-resize-handle-inner:before{content:"";position:absolute;top:50%;margin-top:-3px;left:1px;width:6px;height:6px;background-position:-5px -53px}.k-grid-mobile .k-resize-handle-inner:after{content:"";position:absolute;top:50%;margin-top:-3px;right:1px;width:6px;height:6px;background-position:-5px -21px}.km-pane-wrapper .km-pane *{-webkit-background-clip:border-box;background-clip:border-box}.km-pane-wrapper .k-mobile-list ul,.km-pane-wrapper .km-pane .k-mobile-list{padding:0;margin:0;list-style-type:none;border-radius:0;background:0 0}.km-pane-wrapper .km-switch{top:50%;right:.8rem;position:absolute;margin-top:-1.1rem}.km-pane-wrapper .k-mobile-list .k-state-disabled{opacity:1}.km-pane-wrapper .k-mobile-list .k-state-disabled>*{opacity:.7}.km-pane-wrapper .k-mobile-list .k-edit-label,.km-pane-wrapper .k-mobile-list .k-item,.km-pane-wrapper .k-mobile-list .k-item>.k-label,.km-pane-wrapper .k-mobile-list .k-item>.k-link{display:block;position:relative;list-style-type:none;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.5em 0 .5em 1em;font-size:1em}.km-pane-wrapper .k-edit-form-container,.km-pane-wrapper .k-scheduler-edit-form .km-scroll-container{padding-top:1em;width:100%}.km-pane-wrapper .k-mobile-list .k-edit-label{position:absolute;margin:0;float:none;clear:none;width:100%}.km-pane-wrapper .k-mobile-list .k-edit-field,.km-pane-wrapper .k-mobile-list .k-edit-label label{display:block;text-align:left;overflow:hidden;text-overflow:ellipsis;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.1em 0;margin:0}.km-pane-wrapper .k-mobile-list .k-edit-field,.km-pane-wrapper .k-mobile-list .k-edit-label,.km-pane-wrapper .k-mobile-list .k-item{font-size:1em;line-height:1.6em;overflow:hidden}.km-pane-wrapper .k-mobile-list .k-edit-field,.km-pane-wrapper .k-mobile-list .k-edit-label{width:100%;float:none;clear:none;min-height:2.7em}.km-pane-wrapper .k-grid-delete .k-icon,.km-pane-wrapper .k-grid-edit .k-icon,.km-pane-wrapper .k-grid-toolbar .k-icon,.km-pane-wrapper .km-header .k-icon{display:none}.km-pane-wrapper .k-mobile-list .k-edit-field{padding:.5em 0}.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar{padding:.3em 0}.km-pane-wrapper .k-mobile-list .k-scheduler-toolbar ul li{line-height:2em}.km-pane-wrapper .k-mobile-list .k-item>*{line-height:normal}.km-pane-wrapper .k-mobile-list .k-button-container,.km-pane-wrapper .k-mobile-list .k-edit-buttons{-webkit-box-sizing:border-box;box-sizing:border-box;padding:.5em 1em;margin:0}.km-pane-wrapper #recurrence .km-scroll-container>.k-edit-label:first-child,.km-pane-wrapper .k-mobile-list .k-filter-help-text>li>.k-link,.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-label:nth-child(3),.km-pane-wrapper .k-mobile-list>ul>li>.k-link{display:block;padding:.2em 1em;font-size:.95em;position:-webkit-sticky;margin:0;font-weight:400;line-height:2em;background:0 0;border-top:1em solid transparent}.km-pane-wrapper #recurrence .km-scroll-container>.k-edit-label:first-child,.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-label:nth-child(3){position:relative}.km-pane-wrapper .k-mobile-list .k-item:first-child{border-top:0}.km-pane-wrapper .k-mobile-list .k-item:last-child{border-bottom:0}.km-pane-wrapper .k-mobile-list .k-item>.k-label,.km-pane-wrapper .k-mobile-list .k-item>.k-link{line-height:inherit;text-decoration:none;margin:-.5em 0 -.5em -1em}.k-check[type=checkbox],.k-check[type=radio],.k-mobile-list .k-edit-field [type=checkbox],.k-mobile-list .k-edit-field [type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.k-mobile-list .k-edit-field [type=checkbox],.k-mobile-list .k-edit-field [type=radio],.km-pane-wrapper .k-mobile-list .k-label .k-check,.km-pane-wrapper .k-mobile-list .k-link .k-check{border:0;font-size:inherit;width:13px;height:13px;margin:.26em 1em .26em 0}.k-ie .k-mobile-list .k-edit-field [type=checkbox],.k-ie .k-mobile-list .k-edit-field [type=radio],.k-ie .km-pane-wrapper .k-icon,.k-ie .km-pane-wrapper .k-mobile-list .k-label .k-check,.k-ie .km-pane-wrapper .k-mobile-list .k-link .k-check{font-size:inherit;text-indent:-9999px;width:1.01em;height:1em}.km-pane-wrapper .k-column-menu .k-label .k-check{height:16px;width:16px}.km-pane-wrapper .k-edit-field>:not([type=checkbox]):not([type=radio]):not(.k-button),.km-pane-wrapper .k-mobile-list .k-widget,.km-pane-wrapper .km-pane .k-mobile-list input:not([type=checkbox]):not([type=radio]),.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),.km-pane-wrapper .km-pane .k-mobile-list textarea{text-indent:0;font-size:1em;line-height:1.6em;vertical-align:middle;height:auto;padding:0;border:0;margin:0;background:0 0;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.km-pane-wrapper .k-mobile-list .k-widget{border:0;border-radius:0}.k-ie .km-pane-wrapper .k-mobile-list .k-widget{height:initial}.km-pane-wrapper .k-mobile-list .k-widget .k-input,.km-pane-wrapper .k-mobile-list .k-widget .k-state-default{border:0;background:0 0}.km-pane-wrapper .k-edit-field>:not([type=checkbox]):not([type=radio]):not(.k-button),.km-pane-wrapper .k-mobile-list .k-widget,.km-pane-wrapper .k-mobile-list select:not([multiple]),.km-pane-wrapper .k-mobile-list textarea,.km-pane-wrapper :not(.k-state-default):not(.k-pager-input)>input:not([type=checkbox]):not([type=radio]){width:80%;padding:.6em 0;margin:-.5em 0}.km-pane-wrapper .k-mobile-list .k-edit-field>*,.km-pane-wrapper .k-mobile-list .k-widget,.km-pane-wrapper .km-pane .k-mobile-list input,.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),.km-pane-wrapper .km-pane .k-mobile-list textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;float:right;z-index:1;position:relative}.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right{padding:10px;border-radius:0}.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right>input{float:none;width:100%;padding:1px 0;margin:0;border-radius:3px;text-indent:30px;border-width:1px;border-style:solid}.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-icon{position:absolute;left:20px;z-index:1}.km-pane-wrapper .k-scheduler-views{width:18em}.km-pane-wrapper .k-mobile-list .k-edit-field.k-scheduler-toolbar{background:0 0;border:0;-webkit-box-shadow:none;box-shadow:none;padding:.5em 1em}.km-pane-wrapper #recurrence .k-scheduler-navigation{width:100%}.km-pane-wrapper .k-mobile-list .k-scheduler-navigation,.km-pane-wrapper .k-scheduler-views{display:table;table-layout:fixed}.km-pane-wrapper .k-mobile-list .k-scheduler-navigation li,.km-pane-wrapper .k-scheduler-views li{display:table-cell;text-align:center}.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check{margin:0;padding-left:1em;-webkit-box-sizing:border-box;box-sizing:border-box}.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check:first-child{margin-top:-.5em}.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check:last-child{margin-bottom:-.5em}.km-pane-wrapper .k-mobile-list .k-scheduler-timezones .k-edit-field label.k-check{text-indent:1em}.km-pane-wrapper .k-mobile-list .k-edit-field>.k-button{margin-left:20%;float:left}.km-pane-wrapper .k-mobile-list .k-dropdown-wrap,.km-pane-wrapper .k-mobile-list .k-numeric-wrap,.km-pane-wrapper .k-mobile-list .k-picker-wrap{position:static;-webkit-box-shadow:none;box-shadow:none}.km-pane-wrapper .k-mobile-list .k-datepicker .k-select,.km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select,.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-select{position:absolute;top:0;right:0;line-height:normal}.km-pane-wrapper .k-mobile-list .k-datepicker .k-select:before,.km-pane-wrapper .k-mobile-list .k-datetimepicker .k-select:before{content:"\a0";display:inline-block;width:0;height:100%;vertical-align:middle}.km-pane-wrapper .k-mobile-list .k-numerictextbox .k-link{height:50%}.km-pane-wrapper .k-edit-form-container .k-button,.km-pane-wrapper .k-grid .k-button{margin:0}.km-pane-wrapper .k-edit-form-container .k-button+.k-button,.km-pane-wrapper .k-grid .k-button+.k-button{margin:0 0 0 .18em}.km-pane-wrapper .k-pager-numbers .k-link,.km-pane-wrapper .k-pager-numbers .k-state-selected,.km-pane-wrapper .k-pager-wrap>.k-link{width:2.4em;height:2.4em;line-height:2.1em;border-radius:2em;-webkit-box-sizing:border-box;box-sizing:border-box}.km-pane-wrapper .k-pager-numbers .k-link,.km-pane-wrapper .k-pager-numbers .k-state-selected{width:auto;line-height:2.2em;padding:0 .86em;min-width:.7em}.km-pane-wrapper .k-pager-wrap{line-height:2.4em}@media all and (max-width:1024px){.km-pane-wrapper .k-pager-nav+.k-pager-nav~.k-pager-nav{position:absolute;right:.3em;top:.3em}.km-pane-wrapper .k-pager-nav:first-child+.k-pager-nav+.k-pager-nav,.km-pane-wrapper .k-pager-wrap .k-pager-numbers+.k-pager-nav{right:3em}.km-pane-wrapper .k-pager-info,.km-pane-wrapper .k-pager-refresh{display:none}}@media all and (max-width:699px),(-ms-high-contrast:active) and (-ms-high-contrast:none) and (max-width:800px){.km-pane-wrapper .k-edit-field>:not([type=checkbox]):not([type=radio]):not(.k-button),.km-pane-wrapper .k-mobile-list .k-widget,.km-pane-wrapper .k-mobile-list select:not([multiple]),.km-pane-wrapper .k-mobile-list textarea,.km-pane-wrapper :not(.k-state-default):not(.k-pager-input)>input:not([type=checkbox]):not([type=radio]){width:50%}.km-pane-wrapper .k-mobile-list .k-edit-field>.k-button{margin-left:50%}.km-pane-wrapper .k-mobile-list .k-edit-field>.k-timezone-button{margin-left:1em}.km-pane-wrapper .k-nav-today a{padding-left:.6em;padding-right:.6em}.km-pane-wrapper li.k-nav-current{margin-left:0;margin-right:0}.km-pane-wrapper .k-pager-wrap{position:relative}.km-pane-wrapper .k-pager-numbers{width:auto;display:block;overflow:hidden;margin-right:5.5em;float:none;text-overflow:ellipsis;height:2.4em;text-align:center}.km-pane-wrapper .k-pager-numbers li{float:none;display:inline-block}.km-pane-wrapper .k-pager-nav{float:left}}.km-pane-wrapper .k-mobile-list .k-edit-field>*>select:not([multiple]),.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check,.km-pane-wrapper .k-mobile-list .k-scheduler-timezones .k-edit-field label.k-check{width:100%}.km-scroll-container{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-margin-collapse:separate;-webkit-transform:translatez(0)}.k-widget .km-scroll-wrapper{position:relative;padding-bottom:0}.km-touch-scrollbar{position:absolute;visibility:hidden;z-index:200000;height:.3em;width:.3em;background-color:rgba(0,0,0,.7);opacity:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-transition:"opacity 0.3s linear";transition:"opacity 0.3s linear"}.km-vertical-scrollbar{height:100%;right:2px;top:2px}.km-horizontal-scrollbar{width:100%;left:2px;bottom:2px}@media only screen and (max-width:1024px){.k-scheduler-toolbar>ul.k-scheduler-views{position:absolute;right:6px;top:6px;z-index:10000}.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views{right:auto;left:6px}.k-scheduler-toolbar>ul.k-scheduler-views>li:not(.k-current-view){display:none}.k-scheduler-toolbar li.k-nav-current .k-lg-date-format{display:none}.k-scheduler-toolbar li.k-nav-current .k-sm-date-format{display:inline}.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{display:block;border-width:1px}.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{text-align:left;padding-left:1em}.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link{display:block;position:relative;padding-right:2.5em;padding-left:1em;-webkit-box-sizing:border-box;box-sizing:border-box}.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link{padding-left:0}.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after{display:block;content:"";position:absolute;top:50%;margin-top:-.6em;right:.333em;width:1.333em;height:1.333em}.k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li:first-child+li{display:block;border:0;border-radius:0}.k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{border:1px solid #c5c5c5;background-color:#fff;background-image:none;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.3);box-shadow:0 2px 2px 0 rgba(0,0,0,.3)}.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{text-align:left}}.k-fx-end .k-fx-current,.k-fx-end .k-fx-next{-webkit-transition:all 350ms ease-out;transition:all 350ms ease-out}.k-fx{position:relative}.k-fx .k-fx-current{z-index:0}.k-fx .k-fx-next{z-index:1}.k-fx-hidden,.k-fx-hidden *{visibility:hidden!important}.k-fx-reverse .k-fx-current{z-index:1}.k-fx-reverse .k-fx-next{z-index:0}.k-fx-zoom.k-fx-start .k-fx-next{-webkit-transform:scale(0)!important;-ms-transform:scale(0)!important;transform:scale(0)!important}.k-fx-zoom.k-fx-end .k-fx-next{-webkit-transform:scale(1)!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next,.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:scale(1)!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current{-webkit-transform:scale(1)!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:scale(0)!important;-ms-transform:scale(0)!important;transform:scale(0)!important}.k-fx-fade.k-fx-start .k-fx-next{will-change:opacity;opacity:0}.k-fx-fade.k-fx-end .k-fx-next{opacity:1}.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current{will-change:opacity;opacity:1}.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current{opacity:0}.k-fx-slide.k-fx-end .k-fx-current .km-content,.k-fx-slide.k-fx-end .k-fx-current .km-footer,.k-fx-slide.k-fx-end .k-fx-current .km-header,.k-fx-slide.k-fx-end .k-fx-next .km-content,.k-fx-slide.k-fx-end .k-fx-next .km-footer,.k-fx-slide.k-fx-end .k-fx-next .km-header{-webkit-transition:all 350ms ease-out;transition:all 350ms ease-out}.k-fx-slide.k-fx-start .k-fx-next .km-content{will-change:transform;-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-slide.k-fx-start .k-fx-next .km-footer,.k-fx-slide.k-fx-start .k-fx-next .km-header{will-change:opacity;opacity:0}.k-fx-slide.k-fx-end .k-fx-current .km-content{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-slide.k-fx-end .k-fx-next .km-footer,.k-fx-slide.k-fx-end .k-fx-next .km-header{opacity:1}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content{will-change:transform;-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header{will-change:opacity;opacity:1}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header{opacity:1}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header{opacity:0}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header{opacity:1}.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-start .k-fx-next{will-change:transform;-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-start .k-fx-next{will-change:transform;-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next{-webkit-transform:translatex(0);-ms-transform:translatex(0);transform:translatex(0)}.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next,.k-fx.k-fx-overlay.k-fx-start .k-fx-next{will-change:transform;-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next{-webkit-transform:translatey(100%);-ms-transform:translatey(100%);transform:translatey(100%)}.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next{-webkit-transform:translatey(-100%);-ms-transform:translatey(-100%);transform:translatey(-100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next{-webkit-transform:none;-ms-transform:none;transform:none}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;-webkit-transform:none;-ms-transform:none;transform:none}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current,.k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current{-webkit-transform:translatex(100%);-ms-transform:translatex(100%);transform:translatex(100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current{-webkit-transform:translatex(-100%);-ms-transform:translatex(-100%);transform:translatex(-100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current{-webkit-transform:translatey(100%);-ms-transform:translatey(100%);transform:translatey(100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current{-webkit-transform:translatey(-100%);-ms-transform:translatey(-100%);transform:translatey(-100%)}.k-virtual-wrap{position:relative}.k-virtual-wrap .k-list.k-virtual-list{height:auto}.k-virtual-content{overflow-y:scroll;-webkit-overflow-scrolling:touch;position:relative}.k-virtual-list>.k-virtual-content{position:absolute;top:0;width:100%;margin:0;padding:0;list-style-type:none}.k-virtual-option-label{width:100%;margin:0;padding:0;list-style-type:none}.k-virtual-wrap>.k-virtual-header{text-align:right}.k-popup .k-item.k-first{position:relative}.k-virtual-content>.k-virtual-list>.k-virtual-item{position:absolute;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;white-space:nowrap}.k-popup .k-list .k-item>.k-group,.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{text-transform:uppercase;font-size:.857em}.k-popup .k-list .k-item>.k-group{position:absolute;top:0;right:0;padding:0 .5em;line-height:1.8}.k-popup .k-state-hover>.k-group{right:-1px}.k-group-header+.k-list>.k-item.k-first,.k-static-header+.k-list>.k-item.k-first,.k-virtual-item.k-first{border-top-style:solid;border-top-width:1px;padding-top:0}.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{text-align:right}@font-face{font-family:WebComponentsIcons;src:url(fonts/glyphs/WebComponentsIcons.eot?gedxeo);src:url(fonts/glyphs/WebComponentsIcons.eot?gedxeo#iefix) format('embedded-opentype'),url(fonts/glyphs/WebComponentsIcons.ttf?gedxeo) format('truetype'),url(fonts/glyphs/WebComponentsIcons.woff?gedxeo) format('woff'),url(fonts/glyphs/WebComponentsIcons.svg?gedxeo#WebComponentsIcons) format('svg');font-weight:400;font-style:normal}.k-i-arrow-45-up-right:before{content:"\e000"}.k-i-collapse-ne:before{content:"\e000"}.k-i-resize-ne:before{content:"\e000"}.k-i-arrow-45-down-right:before{content:"\e001"}.k-i-collapse-se:before{content:"\e001"}.k-i-collapse:before{content:"\e001"}.k-i-resize-se:before{content:"\e001"}.k-i-arrow-45-down-left:before{content:"\e002"}.k-i-collapse-sw:before{content:"\e002"}.k-i-resize-sw:before{content:"\e002"}.k-i-arrow-45-up-left:before{content:"\e003"}.k-i-collapse-nw:before{content:"\e003"}.k-i-resize-new:before{content:"\e003"}.k-i-arrow-60-up:before{content:"\e004"}.k-i-arrow-n:before{content:"\e004"}.k-i-arrow-60-right:before{content:"\e005"}.k-i-arrow-e:before{content:"\e005"}.k-i-expand:before{content:"\e005"}.k-i-arrow-60-down:before{content:"\e006"}.k-i-arrow-s:before{content:"\e006"}.k-i-arrow-60-left:before{content:"\e007"}.k-i-arrow-w:before{content:"\e007"}.k-i-arrow-end-up:before{content:"\e008"}.k-i-seek-n:before{content:"\e008"}.k-i-arrow-end-right:before{content:"\e009"}.k-i-seek-e:before{content:"\e009"}.k-i-arrow-end-down:before{content:"\e00a"}.k-i-seek-s:before{content:"\e00a"}.k-i-arrow-end-left:before{content:"\e00b"}.k-i-seek-w:before{content:"\e00b"}.k-i-arrow-double-60-up:before{content:"\e00c"}.k-i-arrow-seek-up:before{content:"\e00c"}.k-i-arrow-double-60-right:before{content:"\e00d"}.k-i-arrow-seek-right:before{content:"\e00d"}.k-i-arrow-double-60-down:before{content:"\e00e"}.k-i-arrow-seek-down:before{content:"\e00e"}.k-i-arrow-double-60-left:before{content:"\e00f"}.k-i-arrow-seek-left:before{content:"\e00f"}.k-i-arrows-kpi:before{content:"\e010"}.k-i-kpi:before{content:"\e010"}.k-i-arrows-no-change:before{content:"\e011"}.k-i-arrow-overflow-down:before{content:"\e012"}.k-i-arrow-chevron-up:before{content:"\e013"}.k-i-arrow-chevron-right:before{content:"\e014"}.k-i-arrow-chevron-down:before{content:"\e015"}.k-i-arrow-chevron-left:before{content:"\e016"}.k-i-arrow-up:before{content:"\e017"}.k-i-arrow-right:before{content:"\e018"}.k-i-arrow-down:before{content:"\e019"}.k-i-arrow-left:before{content:"\e01a"}.k-i-arrow-drill:before{content:"\e01b"}.k-i-arrow-parent:before{content:"\e01c"}.k-i-arrow-root:before{content:"\e01d"}.k-i-arrows-resizing:before{content:"\e01e"}.k-i-arrows-dimensions:before{content:"\e01f"}.k-i-arrows-swap:before{content:"\e020"}.k-i-drag-and-drop:before{content:"\e021"}.k-i-categorize:before{content:"\e022"}.k-i-grid:before{content:"\e023"}.k-i-grid-layout:before{content:"\e024"}.k-i-group:before{content:"\e025"}.k-i-ungroup:before{content:"\e026"}.k-i-handler-drag:before{content:"\e027"}.k-i-layout:before{content:"\e028"}.k-i-layout-1-by-4:before{content:"\e029"}.k-i-layout-2-by-2:before{content:"\e02a"}.k-i-layout-side-by-side:before{content:"\e02b"}.k-i-layout-stacked:before{content:"\e02c"}.k-i-columns:before{content:"\e02d"}.k-i-rows:before{content:"\e02e"}.k-i-reorder:before{content:"\e02f"}.k-i-menu:before{content:"\e030"}.k-i-more-vertical:before{content:"\e031"}.k-i-more-horizontal:before{content:"\e032"}.k-i-undo:before{content:"\e100"}.k-i-redo:before{content:"\e101"}.k-i-reset:before{content:"\e102"}.k-i-reload:before{content:"\e103"}.k-i-refresh:before{content:"\e103"}.k-i-non-recurrence:before{content:"\e104"}.k-i-reset-sm:before{content:"\e105"}.k-i-reload-sm:before{content:"\e106"}.k-i-refresh-sm:before{content:"\e106"}.k-i-clock:before{content:"\e107"}.k-i-calendar:before{content:"\e108"}.k-i-save:before{content:"\e109"}.k-i-floppy:before{content:"\e109"}.k-i-print:before{content:"\e10a"}.k-i-printer:before{content:"\e10a"}.k-i-edit:before{content:"\e10b"}.k-i-pencil:before{content:"\e10b"}.k-i-delete:before{content:"\e10c"}.k-i-trash:before{content:"\e10c"}.k-i-attachment:before{content:"\e10d"}.k-i-clip:before{content:"\e10d"}.k-i-attachment-45:before{content:"\e10e"}.k-i-clip-45:before{content:"\e10e"}.k-i-link-horizontal:before{content:"\e10f"}.k-i-hyperlink:before{content:"\e10f"}.k-i-unlink-horizontal:before{content:"\e110"}.k-i-hyperlink-remove:before{content:"\e110"}.k-i-link-vertical:before{content:"\e111"}.k-i-unlink-vertical:before{content:"\e112"}.k-i-lock:before{content:"\e113"}.k-i-unlock:before{content:"\e114"}.k-i-cancel:before{content:"\e115"}.k-i-cancel-outline:before{content:"\e116"}.k-i-cancel-circle:before{content:"\e117"}.k-i-check:before{content:"\e118"}.k-i-checkmark:before{content:"\e118"}.k-i-success:before{content:"\e118"}.k-i-check-outline:before{content:"\e119"}.k-i-checkmark-outline:before{content:"\e119"}.k-i-check-circle:before{content:"\e11a"}.k-i-checkmark-circle:before{content:"\e11a"}.k-i-close:before{content:"\e11b"}.k-i-x:before{content:"\e11b"}.k-i-close-outline:before{content:"\e11c"}.k-i-x-outline:before{content:"\e11c"}.k-i-close-circle:before{content:"\e11d"}.k-i-x-circle:before{content:"\e11d"}.k-i-plus:before{content:"\e11e"}.k-i-add:before{content:"\e11e"}.k-i-plus-outline:before{content:"\e11f"}.k-i-plus-circle:before{content:"\e120"}.k-i-minus:before{content:"\e121"}.k-i-minus-outline:before{content:"\e122"}.k-i-minus-circle:before{content:"\e123"}.k-i-sort-asc:before{content:"\e124"}.k-i-sort-desc:before{content:"\e125"}.k-i-unsort:before{content:"\e126"}.k-i-sort-clear:before{content:"\e126"}.k-i-sort-asc-sm:before{content:"\e127"}.k-i-sort-desc-sm:before{content:"\e128"}.k-i-filter:before{content:"\e129"}.k-i-filter-clear:before{content:"\e12a"}.k-i-filter-sm:before{content:"\e12b"}.k-i-filter-sort-asc-sm:before{content:"\e12c"}.k-i-filter-sort-desc-sm:before{content:"\e12d"}.k-i-filter-add-expression:before{content:"\e12e"}.k-i-filter-add-group:before{content:"\e12f"}.k-i-login:before{content:"\e130"}.k-i-logout:before{content:"\e131"}.k-i-download:before{content:"\e132"}.k-i-upload:before{content:"\e133"}.k-i-hyperlink-open:before{content:"\e134"}.k-i-hyperlink-open-sm:before{content:"\e135"}.k-i-launch:before{content:"\e136"}.k-i-window:before{content:"\e137"}.k-i-window-maximize:before{content:"\e137"}.k-i-windows:before{content:"\e138"}.k-i-window-restore:before{content:"\e138"}.k-i-tiles:before{content:"\e138"}.k-i-window-minimize:before{content:"\e139"}.k-i-gear:before{content:"\e13a"}.k-i-cog:before{content:"\e13a"}.k-i-custom:before{content:"\e13a"}.k-i-gears:before{content:"\e13b"}.k-i-cogs:before{content:"\e13b"}.k-i-wrench:before{content:"\e13c"}.k-i-settings:before{content:"\e13c"}.k-i-preview:before{content:"\e13d"}.k-i-eye:before{content:"\e13d"}.k-i-zoom:before{content:"\e13e"}.k-i-search:before{content:"\e13e"}.k-i-zoom-in:before{content:"\e13f"}.k-i-zoom-out:before{content:"\e140"}.k-i-pan:before{content:"\e141"}.k-i-move:before{content:"\e141"}.k-i-calculator:before{content:"\e142"}.k-i-cart:before{content:"\e143"}.k-i-shopping-cart:before{content:"\e143"}.k-i-connector:before{content:"\e144"}.k-i-plus-sm:before{content:"\e145"}.k-i-minus-sm:before{content:"\e146"}.k-i-play:before{content:"\e200"}.k-i-pause:before{content:"\e201"}.k-i-stop:before{content:"\e202"}.k-i-rewind:before{content:"\e203"}.k-i-forward:before{content:"\e204"}.k-i-volume-down:before{content:"\e205"}.k-i-volume-up:before{content:"\e206"}.k-i-volume-off:before{content:"\e207"}.k-i-hd:before{content:"\e208"}.k-i-subtitles:before{content:"\e209"}.k-i-playlist:before{content:"\e20a"}.k-i-play-sm:before{content:"\e20c"}.k-i-pause-sm:before{content:"\e20d"}.k-i-stop-sm:before{content:"\e20e"}.k-i-audio:before{content:"\e20b"}.k-i-heart-outline:before{content:"\e300"}.k-i-fav-outline:before{content:"\e300"}.k-i-favorite-outline:before{content:"\e300"}.k-i-heart:before{content:"\e301"}.k-i-fav:before{content:"\e301"}.k-i-favorite:before{content:"\e301"}.k-i-star-outline:before{content:"\e302"}.k-i-bookmark-outline:before{content:"\e302"}.k-i-star:before{content:"\e303"}.k-i-bookmark:before{content:"\e303"}.k-i-checkbox:before{content:"\e304"}.k-i-shape-rect:before{content:"\e304"}.k-i-checkbox-checked:before{content:"\e305"}.k-i-tri-state-indeterminate:before{content:"\e306"}.k-i-tri-state-null:before{content:"\e307"}.k-i-circle:before{content:"\e308"}.k-i-radiobutton:before{content:"\e309"}.k-i-shape-circle:before{content:"\e309"}.k-i-radiobutton-checked:before{content:"\e30a"}.k-i-notification:before{content:"\e400"}.k-i-bell:before{content:"\e400"}.k-i-information:before{content:"\e401"}.k-i-info:before{content:"\e401"}.k-i-question:before{content:"\e402"}.k-i-help:before{content:"\e402"}.k-i-warning:before{content:"\e403"}.k-i-exception:before{content:"\e403"}.k-i-error:before{content:"\e403"}.k-i-photo-camera:before{content:"\e500"}.k-i-image:before{content:"\e501"}.k-i-photo:before{content:"\e501"}.k-i-image-export:before{content:"\e502"}.k-i-photo-export:before{content:"\e502"}.k-i-zoom-actual-size:before{content:"\e503"}.k-i-zoom-best-fit:before{content:"\e504"}.k-i-image-resize:before{content:"\e505"}.k-i-crop:before{content:"\e506"}.k-i-mirror:before{content:"\e507"}.k-i-flip-horizontal:before{content:"\e508"}.k-i-flip-vertical:before{content:"\e509"}.k-i-rotate:before{content:"\e50a"}.k-i-rotate-right:before{content:"\e50b"}.k-i-rotate-left:before{content:"\e50c"}.k-i-brush:before{content:"\e50d"}.k-i-palette:before{content:"\e50e"}.k-i-paint:before{content:"\e50f"}.k-i-droplet:before{content:"\e50f"}.k-i-background:before{content:"\e50f"}.k-i-line:before{content:"\e510"}.k-i-shape-line:before{content:"\e510"}.k-i-brightness-contrast:before{content:"\e511"}.k-i-saturation:before{content:"\e512"}.k-i-invert-colors:before{content:"\e513"}.k-i-transperancy:before{content:"\e514"}.k-i-opacity:before{content:"\e514"}.k-i-greyscale:before{content:"\e515"}.k-i-blur:before{content:"\e516"}.k-i-sharpen:before{content:"\e517"}.k-i-shape:before{content:"\e518"}.k-i-round-corners:before{content:"\e519"}.k-i-front-element:before{content:"\e51a"}.k-i-back-element:before{content:"\e51b"}.k-i-forward-element:before{content:"\e51c"}.k-i-backward-element:before{content:"\e51d"}.k-i-align-left-element:before{content:"\e51e"}.k-i-align-center-element:before{content:"\e51f"}.k-i-align-right-element:before{content:"\e520"}.k-i-align-top-element:before{content:"\e521"}.k-i-align-middle-element:before{content:"\e522"}.k-i-align-bottom-element:before{content:"\e523"}.k-i-thumbnails-up:before{content:"\e524"}.k-i-thumbnails-right:before{content:"\e525"}.k-i-thumbnails-down:before{content:"\e526"}.k-i-thumbnails-left:before{content:"\e527"}.k-i-full-screen:before{content:"\e528"}.k-i-fullscreen:before{content:"\e528"}.k-i-full-screen-exit:before{content:"\e529"}.k-i-fullscreen-exit:before{content:"\e529"}.k-i-reset-color:before{content:"\e52a"}.k-i-paint-remove:before{content:"\e52a"}.k-i-background-remove:before{content:"\e52a"}.k-i-page-properties:before{content:"\e600"}.k-i-bold:before{content:"\e601"}.k-i-italic:before{content:"\e602"}.k-i-underline:before{content:"\e603"}.k-i-font-family:before{content:"\e604"}.k-i-foreground-color:before{content:"\e605"}.k-i-convert-lowercase:before{content:"\e606"}.k-i-convert-uppercase:before{content:"\e607"}.k-i-strikethrough:before{content:"\e608"}.k-i-sub-script:before{content:"\e609"}.k-i-sup-script:before{content:"\e60a"}.k-i-div:before{content:"\e60b"}.k-i-all:before{content:"\e60c"}.k-i-h1:before{content:"\e60d"}.k-i-h2:before{content:"\e60e"}.k-i-h3:before{content:"\e60f"}.k-i-h4:before{content:"\e610"}.k-i-h5:before{content:"\e611"}.k-i-h6:before{content:"\e612"}.k-i-list-ordered:before{content:"\e613"}.k-i-list-numbered:before{content:"\e613"}.k-i-list-unordered:before{content:"\e614"}.k-i-list-bulleted:before{content:"\e614"}.k-i-indent-increase:before{content:"\e615"}.k-i-indent:before{content:"\e615"}.k-i-indent-decrease:before{content:"\e616"}.k-i-outdent:before{content:"\e616"}.k-i-insert-up:before{content:"\e617"}.k-i-insert-top:before{content:"\e617"}.k-i-insert-middle:before{content:"\e618"}.k-i-insert-down:before{content:"\e619"}.k-i-insert-bottom:before{content:"\e619"}.k-i-align-top:before{content:"\e61a"}.k-i-align-middle:before{content:"\e61b"}.k-i-align-bottom:before{content:"\e61c"}.k-i-align-left:before{content:"\e61d"}.k-i-align-center:before{content:"\e61e"}.k-i-align-right:before{content:"\e61f"}.k-i-align-justify:before{content:"\e620"}.k-i-align-remove:before{content:"\e621"}.k-i-text-wrap:before{content:"\e622"}.k-i-rule-horizontal:before{content:"\e623"}.k-i-table-align-top-left:before{content:"\e624"}.k-i-table-align-top-center:before{content:"\e625"}.k-i-table-align-top-right:before{content:"\e626"}.k-i-table-align-middle-left:before{content:"\e627"}.k-i-table-align-middle-center:before{content:"\e628"}.k-i-table-align-middle-right:before{content:"\e629"}.k-i-table-align-bottom-left:before{content:"\e62a"}.k-i-table-align-bottom-center:before{content:"\e62b"}.k-i-table-align-bottom-right:before{content:"\e62c"}.k-i-table-align-remove:before{content:"\e62d"}.k-i-borders-all:before{content:"\e62e"}.k-i-all-borders:before{content:"\e62e"}.k-i-borders-outside:before{content:"\e62f"}.k-i-outside-borders:before{content:"\e62f"}.k-i-borders-inside:before{content:"\e630"}.k-i-inside-borders:before{content:"\e630"}.k-i-borders-inside-horizontal:before{content:"\e631"}.k-i-inside-horizontal-borders:before{content:"\e631"}.k-i-borders-inside-vertical:before{content:"\e632"}.k-i-inside-vertical-borders:before{content:"\e632"}.k-i-border-top:before{content:"\e633"}.k-i-top-border:before{content:"\e633"}.k-i-border-bottom:before{content:"\e634"}.k-i-bottom-border:before{content:"\e634"}.k-i-border-left:before{content:"\e635"}.k-i-left-border:before{content:"\e635"}.k-i-border-right:before{content:"\e636"}.k-i-right-border:before{content:"\e636"}.k-i-border-no:before{content:"\e637"}.k-i-no-border:before{content:"\e637"}.k-i-borders-show-hide:before{content:"\e638"}.k-i-form:before{content:"\e639"}.k-i-border:before{content:"\e639"}.k-i-form-element:before{content:"\e63a"}.k-i-code-snippet:before{content:"\e63b"}.k-i-select-all:before{content:"\e63c"}.k-i-button:before{content:"\e63d"}.k-i-select-box:before{content:"\e63e"}.k-i-calendar-date:before{content:"\e63f"}.k-i-group-box:before{content:"\e640"}.k-i-textarea:before{content:"\e641"}.k-i-textbox:before{content:"\e642"}.k-i-textbox-hidden:before{content:"\e643"}.k-i-password:before{content:"\e644"}.k-i-paragraph-add:before{content:"\e645"}.k-i-edit-tools:before{content:"\e646"}.k-i-template-manager:before{content:"\e647"}.k-i-change-manually:before{content:"\e648"}.k-i-track-changes:before{content:"\e649"}.k-i-track-changes-enable:before{content:"\e64a"}.k-i-track-changes-accept:before{content:"\e64b"}.k-i-track-changes-accept-all:before{content:"\e64c"}.k-i-track-changes-reject:before{content:"\e64d"}.k-i-track-changes-reject-all:before{content:"\e64e"}.k-i-document-manager:before{content:"\e64f"}.k-i-custom-icon:before{content:"\e650"}.k-i-dictionary-add:before{content:"\e651"}.k-i-image-light-dialog:before{content:"\e652"}.k-i-image-insert:before{content:"\e652"}.k-i-image-edit:before{content:"\e653"}.k-i-image-map-editor:before{content:"\e654"}.k-i-comment:before{content:"\e655"}.k-i-comment-remove:before{content:"\e656"}.k-i-comments-remove-all:before{content:"\e657"}.k-i-silverlight:before{content:"\e658"}.k-i-media-manager:before{content:"\e659"}.k-i-video-external:before{content:"\e65a"}.k-i-flash-manager:before{content:"\e65b"}.k-i-find-and-replace:before{content:"\e65c"}.k-i-find:before{content:"\e65c"}.k-i-copy:before{content:"\e65d"}.k-i-files:before{content:"\e65d"}.k-i-cut:before{content:"\e65e"}.k-i-paste:before{content:"\e65f"}.k-i-paste-as-html:before{content:"\e660"}.k-i-paste-from-word:before{content:"\e661"}.k-i-paste-from-word-strip-file:before{content:"\e662"}.k-i-paste-html:before{content:"\e663"}.k-i-paste-markdown:before{content:"\e664"}.k-i-paste-plain-text:before{content:"\e665"}.k-i-apply-format:before{content:"\e666"}.k-i-clear-css:before{content:"\e667"}.k-i-copy-format:before{content:"\e668"}.k-i-strip-all-formating:before{content:"\e669"}.k-i-strip-css-format:before{content:"\e66a"}.k-i-strip-font-elements:before{content:"\e66b"}.k-i-strip-span-elements:before{content:"\e66c"}.k-i-strip-word-formatting:before{content:"\e66d"}.k-i-format-code-block:before{content:"\e66e"}.k-i-style-builder:before{content:"\e66f"}.k-i-module-manager:before{content:"\e670"}.k-i-hyperlink-light-dialog:before{content:"\e671"}.k-i-hyperlink-insert:before{content:"\e671"}.k-i-hyperlink-globe:before{content:"\e672"}.k-i-hyperlink-globe-remove:before{content:"\e673"}.k-i-hyperlink-email:before{content:"\e674"}.k-i-anchor:before{content:"\e675"}.k-i-table-light-dialog:before{content:"\e676"}.k-i-table-insert:before{content:"\e676"}.k-i-table:before{content:"\e677"}.k-i-table-properties:before{content:"\e678"}.k-i-table-wizard:before{content:"\e678"}.k-i-table-cell:before{content:"\e679"}.k-i-table-cell-properties:before{content:"\e67a"}.k-i-table-column-insert-left:before{content:"\e67b"}.k-i-table-column-insert-right:before{content:"\e67c"}.k-i-table-row-insert-above:before{content:"\e67d"}.k-i-table-row-insert-below:before{content:"\e67e"}.k-i-table-column-delete:before{content:"\e67f"}.k-i-table-row-delete:before{content:"\e680"}.k-i-table-cell-delete:before{content:"\e681"}.k-i-table-delete:before{content:"\e682"}.k-i-cells-merge:before{content:"\e683"}.k-i-cells-merge-horizontally:before{content:"\e684"}.k-i-cells-merge-vertically:before{content:"\e685"}.k-i-cell-split-horizontally:before{content:"\e686"}.k-i-cell-split-vertically:before{content:"\e687"}.k-i-table-unmerge:before{content:"\e688"}.k-i-pane-freeze:before{content:"\e689"}.k-i-row-freeze:before{content:"\e68a"}.k-i-column-freeze:before{content:"\e68b"}.k-i-toolbar-float:before{content:"\e68c"}.k-i-spell-checker:before{content:"\e68d"}.k-i-validation-xhtml:before{content:"\e68e"}.k-i-validation-data:before{content:"\e68f"}.k-i-toggle-full-screen-mode:before{content:"\e690"}.k-i-formula-fx:before{content:"\e691"}.k-i-sum:before{content:"\e692"}.k-i-symbol:before{content:"\e693"}.k-i-dollar:before{content:"\e694"}.k-i-currency:before{content:"\e694"}.k-i-percent:before{content:"\e695"}.k-i-custom-format:before{content:"\e696"}.k-i-decimal-increase:before{content:"\e697"}.k-i-decimal-decrease:before{content:"\e698"}.k-i-font-size:before{content:"\e699"}.k-i-image-absolute-position:before{content:"\e69a"}.k-i-globe-outline:before{content:"\e700"}.k-i-globe:before{content:"\e701"}.k-i-marker-pin:before{content:"\e702"}.k-i-marker-pin-target:before{content:"\e703"}.k-i-pin:before{content:"\e704"}.k-i-unpin:before{content:"\e705"}.k-i-share:before{content:"\e800"}.k-i-user:before{content:"\e801"}.k-i-inbox:before{content:"\e802"}.k-i-blogger:before{content:"\e803"}.k-i-blogger-box:before{content:"\e804"}.k-i-delicious:before{content:"\e805"}.k-i-delicious-box:before{content:"\e806"}.k-i-digg:before{content:"\e807"}.k-i-digg-box:before{content:"\e808"}.k-i-email:before{content:"\e809"}.k-i-envelop:before{content:"\e809"}.k-i-letter:before{content:"\e809"}.k-i-email-box:before{content:"\e80a"}.k-i-envelop-box:before{content:"\e80a"}.k-i-letter-box:before{content:"\e80a"}.k-i-facebook:before{content:"\e80b"}.k-i-facebook-box:before{content:"\e80c"}.k-i-google:before{content:"\e80d"}.k-i-google-box:before{content:"\e80e"}.k-i-google-plus:before{content:"\e80f"}.k-i-google-plus-box:before{content:"\e810"}.k-i-linkedin:before{content:"\e811"}.k-i-linkedin-box:before{content:"\e812"}.k-i-myspace:before{content:"\e813"}.k-i-myspace-box:before{content:"\e814"}.k-i-pinterest:before{content:"\e815"}.k-i-pinterest-box:before{content:"\e816"}.k-i-reddit:before{content:"\e817"}.k-i-reddit-box:before{content:"\e818"}.k-i-stumble-upon:before{content:"\e819"}.k-i-stumble-upon-box:before{content:"\e81a"}.k-i-tell-a-friend:before{content:"\e81b"}.k-i-tell-a-friend-box:before{content:"\e81c"}.k-i-tumblr:before{content:"\e81d"}.k-i-tumblr-box:before{content:"\e81e"}.k-i-twitter:before{content:"\e81f"}.k-i-twitter-box:before{content:"\e820"}.k-i-yammer:before{content:"\e821"}.k-i-yammer-box:before{content:"\e822"}.k-i-behance:before{content:"\e823"}.k-i-behance-box:before{content:"\e824"}.k-i-dribbble:before{content:"\e825"}.k-i-dribbble-box:before{content:"\e826"}.k-i-rss:before{content:"\e827"}.k-i-rss-box:before{content:"\e828"}.k-i-vimeo:before{content:"\e829"}.k-i-vimeo-box:before{content:"\e82a"}.k-i-youtube:before{content:"\e82b"}.k-i-youtube-box:before{content:"\e82c"}.k-i-folder:before{content:"\e900"}.k-i-folder-open:before{content:"\e901"}.k-i-folder-add:before{content:"\e902"}.k-i-folder-up:before{content:"\e903"}.k-i-folder-more:before{content:"\e904"}.k-i-fields-more:before{content:"\e904"}.k-i-aggregate-fields:before{content:"\e905"}.k-i-file:before{content:"\e906"}.k-i-file-vertical:before{content:"\e906"}.k-i-file-add:before{content:"\e907"}.k-i-file-txt:before{content:"\e908"}.k-i-txt:before{content:"\e908"}.k-i-file-csv:before{content:"\e909"}.k-i-csv:before{content:"\e909"}.k-i-file-excel:before{content:"\e90a"}.k-i-file-xls:before{content:"\e90a"}.k-i-excel:before{content:"\e90a"}.k-i-xls:before{content:"\e90a"}.k-i-file-word:before{content:"\e90b"}.k-i-file-doc:before{content:"\e90b"}.k-i-word:before{content:"\e90b"}.k-i-doc:before{content:"\e90b"}.k-i-file-mdb:before{content:"\e90c"}.k-i-mdb:before{content:"\e90c"}.k-i-file-ppt:before{content:"\e90d"}.k-i-ppt:before{content:"\e90d"}.k-i-file-pdf:before{content:"\e90e"}.k-i-pdf:before{content:"\e90e"}.k-i-file-psd:before{content:"\e90f"}.k-i-psd:before{content:"\e90f"}.k-i-file-flash:before{content:"\e910"}.k-i-flash:before{content:"\e910"}.k-i-file-config:before{content:"\e911"}.k-i-config:before{content:"\e911"}.k-i-file-ascx:before{content:"\e912"}.k-i-ascx:before{content:"\e912"}.k-i-file-bac:before{content:"\e913"}.k-i-bac:before{content:"\e913"}.k-i-file-zip:before{content:"\e914"}.k-i-zip:before{content:"\e914"}.k-i-film:before{content:"\e915"}.k-i-css3:before{content:"\e916"}.k-i-html5:before{content:"\e917"}.k-i-html:before{content:"\e918"}.k-i-source-code:before{content:"\e918"}.k-i-view-source:before{content:"\e918"}.k-i-css:before{content:"\e919"}.k-i-js:before{content:"\e91a"}.k-i-exe:before{content:"\e91b"}.k-i-csproj:before{content:"\e91c"}.k-i-vbproj:before{content:"\e91d"}.k-i-cs:before{content:"\e91e"}.k-i-vb:before{content:"\e91f"}.k-i-sln:before{content:"\e920"}.k-i-cloud:before{content:"\e921"}.k-i-file-horizontal:before{content:"\e922"}.k-spreadsheet{width:800px;height:600px;position:relative;border-width:1px;border-style:solid;cursor:default}.k-spreadsheet .k-spreadsheet-pane{padding-right:1px;position:absolute;border-width:1px;border-style:solid;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}.k-spreadsheet .k-spreadsheet-pane.k-top{border-top-width:0}.k-spreadsheet .k-spreadsheet-pane.k-left{border-left-width:0}.k-spreadsheet .k-spreadsheet-pane .k-spreadsheet-cell{position:absolute;white-space:pre;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;padding:1px 3px;-webkit-background-clip:padding-box;background-clip:padding-box}.k-spreadsheet .k-spreadsheet-haxis,.k-spreadsheet .k-spreadsheet-vaxis{position:absolute;border-style:solid}.k-spreadsheet .k-spreadsheet-vaxis{top:0;border-width:0 0 0 1px}.k-spreadsheet .k-spreadsheet-haxis{left:0;border-width:1px 0 0}.k-spreadsheet .k-filter-range,.k-spreadsheet .k-spreadsheet-selection{border-width:1px;border-style:solid;position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}.k-spreadsheet .k-spreadsheet-active-cell{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}.k-spreadsheet .k-spreadsheet-action-bar{border-width:0 0 1px;border-style:solid;position:relative;font-size:12px;font-family:Arial,Verdana,sans-serif;display:table;width:100%}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar,.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor{display:table-cell}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor{position:relative;vertical-align:top;border-width:0 1px 0 0;border-style:solid}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox{width:9.5em;border-radius:0;border-color:transparent}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap{border-radius:0;border-color:transparent;background:0 0;-webkit-box-shadow:none;box-shadow:none;border-width:0}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap .k-input{border-radius:0}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap .k-select{border-radius:0;margin:-1px -1px -1px 0;padding:1px 1px 1px 0}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar{width:100%;padding-left:31px}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before{position:relative;display:inline-block;overflow:hidden;width:1em;height:1em;text-align:center;vertical-align:middle;background-image:none;font:16px/1 WebComponentsIcons;speak:none;font-variant:normal;text-transform:none;text-indent:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e691";display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-width:0 1px 0 0;border-style:solid;width:24px;margin-left:-24px}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-input{overflow:hidden;height:2.004em;max-height:2.004em;line-height:1.65em;text-indent:.33em;border:0;margin:0}.k-spreadsheet .k-spreadsheet-action-bar .k-state-border-down{padding-bottom:0}.k-spreadsheet .k-spreadsheet-formula-input{outline:0;border-width:0;height:26px;line-height:20px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:pre;padding:3px .5em}.k-spreadsheet .k-spreadsheet-cell-editor{position:absolute;display:none;padding:0 3px;line-height:20px;z-index:2000;overflow:hidden}.k-spreadsheet>.k-spreadsheet-view{position:relative;font-size:12px;font-family:Arial,Verdana,sans-serif}.k-spreadsheet .k-tabstrip-wrapper{position:relative;line-height:1.7em}.k-spreadsheet .k-tabstrip-wrapper .k-tabstrip-items{padding:.3em 0 0}.k-spreadsheet .k-spreadsheet-quick-access-toolbar{display:inline-block;position:absolute;z-index:1;top:0;left:0;padding:.3em .3em 0}.k-spreadsheet .k-spreadsheet-quick-access-toolbar .k-button{padding:.3em;line-height:1.4em}.k-spreadsheet .k-filter-wrapper,.k-spreadsheet .k-merged-cells-wrapper,.k-spreadsheet .k-selection-wrapper,.k-spreadsheet .k-spreadsheet-row-header{position:relative}.k-spreadsheet .k-spreadsheet-column-header{position:absolute}.k-spreadsheet .k-filter-wrapper{pointer-events:none}.k-spreadsheet .k-spreadsheet-sheets-bar{border-width:1px 0 0}.k-spreadsheet .k-vertical-align-center{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.k-spreadsheet .k-vertical-align-bottom{position:relative;top:100%;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.k-spreadsheet .k-dirty{position:absolute;top:0;right:0;margin:-2px 0 0 -7px;border-width:4px;border-color:red red transparent transparent}.k-spreadsheet .k-single-selection::after{content:" ";height:6px;width:6px;position:absolute;display:block;bottom:0;right:0;border-radius:50%;margin-bottom:-5px;margin-right:-5px;border-width:1px;border-style:solid;z-index:100;cursor:crosshair}.k-spreadsheet .k-spreadsheet-edit-container .k-single-selection::after{display:none}.k-spreadsheet .k-auto-fill,.k-spreadsheet .k-auto-fill-punch{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}.k-spreadsheet .k-auto-fill{border-width:1px;border-style:solid;cursor:crosshair}.k-spreadsheet .k-auto-fill-wrapper{position:relative}.k-spreadsheet .k-spreadsheet-vborder{position:absolute;border-left-style:solid;border-left-width:1px}.k-spreadsheet .k-spreadsheet-hborder{position:absolute;border-top-style:solid;border-top-width:1px}.k-spreadsheet-names-popup .k-item{position:relative}.k-spreadsheet-names-popup .k-icon{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:.7;cursor:pointer}.k-spreadsheet-names-popup .k-icon:hover{opacity:1}.k-horizontal-resize{cursor:col-resize}.k-vertical-resize{cursor:row-resize}.k-merged-cells-wrapper,.k-selection-wrapper,.k-spreadsheet-active-cell,.k-spreadsheet-data{cursor:cell}.k-horizontal-resize .k-merged-cells-wrapper,.k-horizontal-resize .k-selection-wrapper,.k-horizontal-resize .k-spreadsheet-active-cell,.k-horizontal-resize .k-spreadsheet-data{cursor:col-resize}.k-vertical-resize .k-merged-cells-wrapper,.k-vertical-resize .k-selection-wrapper,.k-vertical-resize .k-spreadsheet-active-cell,.k-vertical-resize .k-spreadsheet-data{cursor:row-resize}.k-spreadsheet .k-colorpicker .k-tool-icon{overflow:visible}.k-button.k-custom-color,.k-button.k-reset-color{display:block;width:100%;border-radius:0;border:none;text-align:left;line-height:2em}.k-spreadsheet-colorpicker .k-colorpalette{border:1px solid #dbdbdb;border-left:none;border-right:none;padding:.4em}.k-spreadsheet-filter{position:absolute;cursor:pointer;pointer-events:all}.k-spreadsheet-sample{float:right}.k-spreadsheet-clipboard,.k-spreadsheet-clipboard-paste{position:fixed;opacity:0;top:0;left:0;overflow:hidden;padding:0;margin:0;border:0;width:1px;height:1px;-webkit-box-sizing:border-box;box-sizing:border-box}textarea.k-spreadsheet-clipboard{position:fixed}.k-spreadsheet-top-corner{position:absolute;top:0;left:0;z-index:10000;border-width:0 1px 1px 0;border-style:solid}.k-spreadsheet-top-corner:after{content:"";display:block;width:0;height:0;overflow:hidden;position:absolute;bottom:0;right:0;border-width:6px;border-style:solid}.k-spreadsheet-scroller{width:100%;height:100%;overflow:scroll;-webkit-overflow-scrolling:touch;position:absolute;z-index:1}.k-spreadsheet-fixed-container{position:absolute;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.k-spreadsheet-view-size{position:relative}.k-spreadsheet-column-header,.k-spreadsheet-row-header{text-align:center}.k-spreadsheet-column-header .k-spreadsheet-cell,.k-spreadsheet-row-header .k-spreadsheet-cell{border-style:solid;border-width:0 1px 1px 0}div.k-spreadsheet-window{padding:1.167em .75em .75em}.k-spreadsheet-window .k-edit-form-container{width:100%}.k-spreadsheet-window .k-root-tabs{border-width:0;margin:-1em -1em 0;padding:.5em 1em 0}.k-spreadsheet-window .k-root-tabs .k-loading{display:none}.k-spreadsheet-window .k-list-wrapper{padding:.15em 0;border-width:1px;border-style:solid;height:190px}.k-spreadsheet-window .k-list .k-item{border-radius:0;padding:.5em .6em .4em .6em;cursor:pointer;line-height:1.1em}.k-spreadsheet-window .k-format-filter{width:100%}.k-spreadsheet-window .k-format-filter+.k-group-header+.k-list-wrapper{margin-top:1em}.k-spreadsheet-window .k-action-buttons{padding:1em}.k-spreadsheet-window .k-edit-label{width:27%;margin:0 0 0 .75em}.k-spreadsheet-window .k-edit-field{width:67%;margin:0 .917em 0 0}.k-spreadsheet-window .k-edit-field>.k-radio-label{margin-right:1.25em;vertical-align:baseline}.k-spreadsheet-window .k-edit-field>.k-radio-label:after,.k-spreadsheet-window .k-edit-field>.k-radio-label:before{margin-top:-1px}.k-spreadsheet-window .k-edit-field,.k-spreadsheet-window .k-edit-label{padding:0;line-height:3em}.k-spreadsheet-window .k-edit-field .k-dropdown,.k-spreadsheet-window .k-edit-field .k-textbox{width:100%}.k-spreadsheet-window .export-config{border-width:1px 0 0;border-style:solid;padding:1em;margin:0 -1em}.k-spreadsheet-window .export-config .k-edit-field{width:40%;float:left;margin-left:30px}.k-spreadsheet-window .k-edit-field>input[type=radio]{display:inline;opacity:0;width:0;margin:0}.k-spreadsheet-window .k-edit-field>.k-orientation-label{position:relative;display:inline-block;text-align:center;width:28px;height:28px;line-height:28px;border-width:1px;border-style:solid}.k-spreadsheet-window .k-edit-field>.k-orientation-label:before{font-family:KendoUIGlyphs;font-size:16px}.k-spreadsheet-window .k-orientation-portrait-label:before{content:"\e639"}.k-spreadsheet-window .k-orientation-landscape-label:before{content:"\e901"}.k-spreadsheet-window .k-page-orientation{position:absolute;right:2em;top:25%;width:64px;height:92px;border-width:1px;border-style:solid}.k-spreadsheet-window .k-page-orientation:before{position:absolute;top:0;right:0;content:"";display:inline-block;width:0;height:0;border-width:3px;border-style:solid;margin-top:-1px;margin-right:-1px}.k-spreadsheet-window .k-page-landscape{top:29%;width:92px;height:64px}.k-spreadsheet-window .k-margins-horizontal{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:62px;border-width:1px 0;border-style:solid}.k-spreadsheet-window .k-margins-vertical{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:34px;height:100%;border-width:0 1px;border-style:solid}.k-spreadsheet-window .k-page-landscape .k-margins-horizontal{height:34px}.k-spreadsheet-window .k-page-landscape .k-margins-vertical{width:62px}.k-spreadsheet-window .export-config:after,.k-spreadsheet-window>div:after{content:" ";display:block;clear:both;height:0}.k-spreadsheet-format-cells .k-spreadsheet-preview{font-weight:700;text-align:center;font-size:1.16em;line-height:3.64em;margin:0 -.863em .72em;border-style:solid;border-width:1px 0}.k-spreadsheet-border-palette{width:153px}.k-spreadsheet-border-palette .k-spreadsheet-border-type-palette .k-button{-webkit-box-sizing:border-box;box-sizing:border-box;width:20%}.k-spreadsheet-border-palette .k-colorpalette{vertical-align:bottom}.k-spreadsheet-popup .k-separator{width:1px;height:1.8em;vertical-align:middle;display:inline-block}.k-spreadsheet-popup .k-colorpalette{vertical-align:top}.k-spreadsheet-popup .k-button.k-button-icon{padding:.6em;border-width:0;border-radius:0}.k-spreadsheet-popup .k-button.k-button-icontext{display:block;text-align:left;text-transform:initial;padding:.3em 1.5em .3em .9em;border-width:0;border-radius:0}.k-spreadsheet-filter-menu{width:280px}.k-spreadsheet-filter-menu>.k-menu{border-width:0}.k-spreadsheet-filter-menu>.k-menu .k-link{padding-left:26px}.k-spreadsheet-filter-menu>.k-menu .k-icon.k-icon{margin-left:-26px;width:26px}.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper{height:200px;overflow-y:scroll;overflow-x:auto;border-width:1px;border-style:solid}.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper .k-treeview{overflow:visible;padding:6px 7px}.k-spreadsheet-filter-menu .k-details{border-top-width:1px;border-top-style:solid;padding:4px 0}.k-spreadsheet-filter-menu .k-details-summary{cursor:pointer;line-height:26px}.k-spreadsheet-filter-menu .k-details-summary .k-icon{margin:0 5px}.k-spreadsheet-filter-menu .k-details-content{padding:0 8px 0 26px}.k-spreadsheet-filter-menu .k-details-content>.k-textbox,.k-spreadsheet-filter-menu .k-details-content>.k-widget{width:100%;margin-bottom:3px}.k-spreadsheet-filter-menu .k-details-content .k-space-right{background-image:none}.k-spreadsheet-filter-menu .k-details-content .k-filter-and{width:75px;margin:8px 0}.k-spreadsheet-filter-menu .k-action-buttons{border-top-width:0;margin:8px;padding:0;position:static}.k-resize-handle,.k-resize-hint{position:absolute}.k-resize-hint-handle{width:100%;height:20px}.k-resize-hint-marker{width:2px;height:100%;margin:0 auto}.k-resize-hint-vertical .k-resize-hint-handle{height:100%;width:20px;float:left}.k-resize-hint-vertical .k-resize-hint-marker{height:2px;width:100%}.k-button.k-spreadsheet-sheets-bar-add,.k-spreadsheet-quick-access-toolbar .k-button{border-color:transparent;background-color:transparent;background-image:none}.k-spreadsheet-tabstrip{border-left-width:0;border-right-width:0;border-top-width:0}.k-spreadsheet-tabstrip>.k-content{border-left-width:0;border-right-width:0;border-bottom-width:0;margin:0;padding:0}.k-spreadsheet-tabstrip .k-loading{display:none}.k-spreadsheet-toolbar.k-toolbar{border-top-width:0;border-left-width:0;border-right-width:0}.k-spreadsheet-toolbar.k-toolbar .k-overflow-anchor+*{margin-left:.3em}.k-spreadsheet-toolbar.k-toolbar>.k-button-group{border-width:0}.k-spreadsheet-toolbar .k-button,.k-spreadsheet-toolbar>.k-button-group,.k-spreadsheet-toolbar>.k-widget,.k-spreadsheet-toolbar>.k-widget .k-state-default:not(.k-state-hover):not(.k-state-active){margin:0;border-color:transparent;background-color:transparent;background-image:none}.k-spreadsheet-toolbar>.k-widget[data-property=fontSize]{width:75px}.k-spreadsheet-toolbar>.k-widget[data-property=format]{width:100px}.k-spreadsheet-toolbar>.k-widget[data-property=fontFamily]{width:130px}.k-spreadsheet-toolbar>.k-combobox .k-state-default:not(.k-state-hover):not(.k-state-active) .k-input{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.k-spreadsheet-toolbar>.k-widget .k-state-default:not(.k-state-hover):not(.k-state-active) .k-select{border-color:transparent}.k-spreadsheet-toolbar .k-separator{margin:0 3px;width:0;overflow:hidden;height:1.8em;vertical-align:middle;display:inline-block}.k-spreadsheet-formula-input>.k-syntax-bool.k-syntax-at-point,.k-spreadsheet-formula-input>.k-syntax-func.k-syntax-at-point,.k-spreadsheet-formula-input>.k-syntax-num.k-syntax-at-point,.k-spreadsheet-formula-input>.k-syntax-ref.k-syntax-at-point,.k-spreadsheet-formula-input>.k-syntax-str.k-syntax-at-point{text-decoration:underline}.k-spreadsheet-formula-input>.k-series-a,.k-spreadsheet-formula-input>.k-series-b,.k-spreadsheet-formula-input>.k-series-c,.k-spreadsheet-formula-input>.k-series-d{background-color:transparent}.k-spreadsheet-selection-highlight{border-width:1px;border-style:solid;position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box}.k-spreadsheet-formula-list{min-width:100px}.k-spreadsheet-formula-list .k-item{padding:0 .3em;-webkit-box-shadow:none;box-shadow:none}.k-spreadsheet-sheets-bar{position:relative}.k-button.k-spreadsheet-sheets-bar-add{position:absolute;bottom:.2em;left:.4em;z-index:1}.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove{padding:0;margin:.5em .5em .5em -.5em}.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove .k-button-icon{padding:2px;line-height:normal}.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove .k-icon{margin:0}.k-spreadsheet-sheets-items-hint{margin-top:.1em;background:0 0!important;border-width:0!important}.k-spreadsheet-editor-button{position:absolute;width:20px;z-index:10;margin-left:2px;padding:0!important}.k-spreadsheet-editor-button span{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.hint-wrapper{margin-top:1em}.hint-wrapper:before{content:"";display:block;width:100%;height:1px;margin-left:-.917em;padding-right:.917em;padding-left:.917em}.k-edit-form-container>div:after{display:block;content:"";clear:both}.k-spreadsheet-filter-menu .k-i-arrow-45-down-right{cursor:pointer}.k-spreadsheet-import-errors .k--header-message{font-weight:700;padding-bottom:5px;border-bottom:1px solid #888;margin-bottom:5px}.k-spreadsheet-import-errors .k--errors{max-height:350px;overflow:auto}.k-spreadsheet-import-errors .k--errors table{border-collapse:collapse;font-size:90%}.k-spreadsheet-import-errors .k--errors table td,.k-spreadsheet-import-errors .k--errors table th{padding:2px 4px;border-bottom:1px solid #bbb}.k-spreadsheet-import-errors .k--errors table th{text-align:left;border-bottom:1px solid #000}.k-dialog{min-width:90px;min-height:3em;max-width:100%;max-height:100%}.k-window.k-dialog{position:fixed;padding-top:0}.k-dialog .k-dialog-titlebar{position:static;margin:0;padding:.6em .8em 1em .8em;width:auto}.k-dialog .k-dialog-titlebar .k-dialog-title{margin:0;padding:0;width:auto;max-width:98%;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.2em;line-height:1.2em}.k-dialog .k-content{margin:0;padding:1.8em 1em 1.8em 1em}.k-dialog.k-dialog-titleless .k-content{padding:2.4em}.k-dialog .k-dialog-buttongroup{margin:0;padding:0}.k-dialog a.k-dialog-action.k-dialog-close{position:absolute;top:.35em;right:0;cursor:pointer;z-index:10000}.k-dialog.k-dialog-titleless a.k-dialog-action.k-dialog-close{right:.5em;top:1em}.k-dialog.k-alert .k-dialog-titlebar,.k-dialog.k-confirm .k-dialog-titlebar,.k-dialog.k-prompt .k-dialog-titlebar{background:0 0;border-bottom:none}.k-dialog.k-alert .k-content,.k-dialog.k-confirm .k-content{padding:2.4em}.k-dialog.k-prompt .k-content{padding:1.2em 1.2em .6em 1.2em}.k-dialog .k-prompt-container{width:auto;padding:.6em 1.2em 1.8em 1.2em}.k-dialog .k-prompt-container .k-textbox{width:100%}.k-dialog .k-button{-webkit-box-sizing:border-box;box-sizing:border-box}@font-face{font-family:"DejaVu Sans";src:url(fonts/DejaVu/DejaVuSans.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Sans";font-weight:700;src:url(fonts/DejaVu/DejaVuSans-Bold.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Sans";font-style:italic;src:url(fonts/DejaVu/DejaVuSans-Oblique.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Sans";font-weight:700;font-style:italic;src:url(fonts/DejaVu/DejaVuSans-BoldOblique.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Serif";src:url(fonts/DejaVu/DejaVuSerif.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Serif";font-weight:700;src:url(fonts/DejaVu/DejaVuSerif-Bold.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Serif";font-style:italic;src:url(fonts/DejaVu/DejaVuSerif-Italic.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Serif";font-weight:700;font-style:italic;src:url(fonts/DejaVu/DejaVuSerif-BoldItalic.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Mono";src:url(fonts/DejaVu/DejaVuSansMono.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Mono";font-weight:700;src:url(fonts/DejaVu/DejaVuSansMono-Bold.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Mono";font-style:italic;src:url(fonts/DejaVu/DejaVuSansMono-Oblique.ttf?v=1.1) format("truetype")}@font-face{font-family:"DejaVu Mono";font-weight:700;font-style:italic;src:url(fonts/DejaVu/DejaVuSansMono-BoldOblique.ttf?v=1.1) format("truetype")}.kendo-pdf-hide-pseudo-elements:after,.kendo-pdf-hide-pseudo-elements:before{display:none!important}.k-pdf-export sub,.k-pdf-export sup{display:inline-block}
/*# sourceMappingURL=kendo.common.min.css.map */

/** 
 * Kendo UI v2017.2.621 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2017 Telerik AD. All rights reserved.                                                                                                                                                      
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/.k-rtl{direction:rtl}.k-rtl .k-autocomplete .k-i-loading,.k-rtl .k-multiselect .k-i-loading{right:auto;left:3px}.k-rtl .k-button-icontext .k-icon,.k-rtl .k-button-icontext .k-image{margin-right:-.2rem;margin-left:.2rem}.k-rtl .k-dropdown-wrap,.k-rtl .k-numeric-wrap,.k-rtl .k-picker-wrap{padding-right:0;padding-left:1.9em}.k-rtl .k-numeric-wrap.k-expand-padding{padding-left:0}.k-rtl .k-datetimepicker .k-picker-wrap{padding-right:0;padding-left:3.8em}.k-rtl .k-dropdown-wrap .k-select,.k-rtl .k-numeric-wrap .k-select,.k-rtl span.k-picker-wrap .k-select{right:auto;left:0;border-width:0 1px 0 0}.k-rtl .k-dropdown-wrap .k-input,.k-rtl .k-numeric-wrap .k-input,.k-rtl .k-picker-wrap .k-input{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.k-rtl .k-autocomplete>.k-i-close,.k-rtl .k-multiselect>.k-multiselect-wrap>.k-i-close{left:0;right:initial;margin-left:6px;margin-right:0}.k-rtl .k-combobox>.k-dropdown-wrap>.k-i-close{left:2.4em;right:initial}.k-rtl .k-datetimepicker .k-picker-wrap .k-icon{margin:0 2px 0 0}.k-rtl.k-popup>.k-static-header{text-align:left;padding-left:22px}.k-rtl.k-popup .k-item>.k-group{right:auto;left:0}.k-rtl.k-popup .k-state-hover>.k-group{right:auto;left:-1px}.k-rtl.k-popup>.k-group-header,.k-rtl.k-popup>.k-virtual-wrap>.k-group-header{text-align:left}.k-rtl .k-datetimepicker .k-select{width:3.8em}.k-rtl .k-datetimepicker .k-select .k-link-date{margin-right:-.285em;margin-left:auto}.k-rtl .k-datetimepicker .k-select .k-link-time{margin-right:.428em;margin-left:-.285em}.k-rtl .k-widget.k-calendar .k-nav-prev{left:auto;right:1%}.k-rtl .k-widget.k-calendar .k-nav-next{right:auto;left:1%}.k-rtl .k-calendar .k-i-arrow-60-left,.k-rtl .k-calendar .k-i-arrow-60-right{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.k-rtl .k-scheduler .k-scheduler-navigation .k-i-arrow-60-left,.k-rtl .k-scheduler .k-scheduler-navigation .k-i-arrow-60-right{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.k-rtl .k-form-text-row input{margin-right:0;margin-left:1em}.k-rtl .k-form-checkbox-row input{margin-left:0;margin-right:7.5em}.k-rtl .k-form-checkbox-row label{padding-left:0;padding-right:.3em}.k-rtl .k-breadcrumbs{float:right;padding-right:0;padding-left:2px}.k-rtl .k-search-wrap{float:left}.k-rtl .k-search-wrap .k-search{right:auto;left:2px}.k-rtl .k-breadcrumbs-wrap{left:auto;right:0;padding-left:0;padding-right:5px}.k-rtl .k-editor-dialog .k-button-wrapper{text-align:left}.k-rtl .k-tiles-arrange{float:left}.k-rtl .k-tile,.k-rtl .k-toolbar-wrap{float:right}.k-rtl .k-imagebrowser .k-thumb{float:right;margin:4px 4px 0 10px}.k-rtl .k-tile strong{float:right}.k-rtl .k-i-indent-decrease,.k-rtl .k-i-indent-increase{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.k-rtl div.k-grid-footer,.k-rtl div.k-grid-header{padding-right:0;padding-left:17px}.k-rtl .k-grid-footer-wrap,.k-rtl .k-grid-header-wrap{border-width:0}.k-rtl .k-header>.k-grid-filter,.k-rtl .k-header>.k-header-column-menu{float:left;margin:-.5em 0 -.4em -.6em;padding:.5em .2em .4em}.k-rtl .k-grid-header .k-filterable .k-link{padding-left:2.4em;padding-right:.6em}.k-rtl .k-filter-row th:first-child,.k-rtl .k-grid tbody td:first-child,.k-rtl .k-grid tfoot td:first-child,.k-rtl .k-grid-header .k-header:first-child{border-left-width:1px}.k-rtl div.k-grid td.k-hierarchy-cell{border-left-width:0}.k-rtl .k-grid .k-group-cell+td,.k-rtl .k-grid .k-hierarchy-cell+td{border-left-width:1px}.k-rtl .k-grid-header .k-header{text-align:right}.k-rtl .k-scrollbar-vertical{right:auto;left:0}.k-rtl .k-group-footer .k-group-cell+td{border-left-width:0;border-right-width:1px}.k-rtl .k-grid-content-locked,.k-rtl .k-grid-header-locked{border-width:0}.k-rtl .k-grid-header th.k-with-icon .k-link{margin:-.5em 0 -.4em -.6em;padding:.5em 0 .4em .6em;margin-left:18px}.k-rtl .k-filtercell>span{padding-right:0;padding-left:4.8em}.k-rtl .k-filtercell>.k-operator-hidden{padding-right:0;padding-left:2.3em}.k-rtl .k-filtercell>span>.k-button{right:auto;left:0}.k-rtl .k-filter-row .k-dropdown-operator{right:auto;left:2.5em}.k-rtl .k-edit-form-container .editor-label,.k-rtl .k-edit-label{float:right;clear:both;margin-left:0;margin-right:2%;text-align:left}.k-rtl .k-edit-field,.k-rtl .k-edit-form-container .editor-field{float:left;clear:left;margin-right:0;margin-left:2%}.k-rtl .k-edit-field>.k-button:first-child,.k-rtl .k-edit-field>input[type=checkbox]:first-child,.k-rtl .k-edit-field>input[type=radio]:first-child,.k-rtl .k-edit-field>label:first-child>input[type=checkbox]{margin-right:0}.k-rtl .k-edit-form-container .k-edit-buttons{text-align:left}.k-rtl .k-dirty{border-color:red red transparent transparent;margin:-.4em -.5em 0 0}.k-webkit .k-rtl .k-dirty{margin:-.4em .7em 0 0}.k-rtl .k-pager-info,.k-rtl .k-pager-wrap .k-pager-refresh{float:left}.k-rtl .k-pager-input,.k-rtl .k-pager-numbers li,.k-rtl .k-pager-wrap .k-pager-numbers,.k-rtl .k-pager-wrap>.k-link{float:right}.k-rtl .k-gantt .k-grid-header .k-header{text-align:center}.k-rtl .k-gantt-actions{float:right;margin-right:0;margin-left:.6em}.k-rtl .k-gantt-toolbar>.k-gantt-views{float:left;margin-left:0}.k-rtl .k-grid tbody td:last-child,.k-rtl .k-grid thead th:last-child{border-left-width:0}.k-rtl .k-timeline .k-grid-header-wrap{border-left-width:1px}.k-rtl .k-gantt-toolbar li:last-child,.k-rtl .k-gantt-toolbar li:last-child>.k-link{border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:inherit;border-bottom-right-radius:inherit}.k-rtl .k-gantt-toolbar li:last-child{border-left-width:1px}.k-rtl .k-gantt-toolbar li:first-child{border-left-width:0}.k-rtl .k-gantt-toolbar li:first-child,.k-rtl .k-gantt-toolbar li:first-child>.k-link{border-top-left-radius:inherit;border-bottom-left-radius:inherit;border-top-right-radius:4px;border-bottom-right-radius:4px}.k-rtl .k-gantt-columns,.k-rtl .k-gantt-dependencies,.k-rtl .k-gantt-rows{left:auto;right:0}.k-rtl .k-task-complete{right:0;left:auto}.k-rtl .k-task-template{padding:.2em .6em .2em 1.4em}.k-rtl .k-task-single{text-align:right}.k-rtl .k-task-actions{right:auto;left:4px}.k-rtl .k-task-draghandle{margin-right:16px}.k-rtl .k-task-dot:after{margin-right:4px;margin-left:0}.k-rtl .k-task-start{right:0;left:auto}.k-rtl .k-task-end{left:0;right:auto}.k-rtl .k-resources-wrap{margin-left:0;margin-right:20px}.k-rtl .k-menu .k-item,.k-rtl .k-widget.k-menu-horizontal>.k-item{border-width:0 0 0 1px}.k-rtl .k-widget.k-menu-horizontal>.k-item{float:right}.k-rtl .k-menu .k-item>.k-link>.k-i-arrow-60-down{margin-right:0;margin-left:-8px}.k-rtl .k-menu .k-item>.k-link>.k-i-arrow-60-right{right:auto;left:.2rem}.k-rtl .k-menu .k-group .k-item>.k-link{padding-left:1.8em;padding-right:.9em}.k-rtl .k-menu .k-image,.k-rtl .k-menu .k-sprite{margin-left:4px;margin-right:-4px}.k-rtl .k-multiselect-wrap .k-input{float:right}.k-rtl .k-multiselect-wrap li{float:right;padding:.1em .4em .1em 1.6em;margin:2px 2px 2px 0}.k-rtl .k-multiselect-wrap .k-select{right:auto;left:0;padding:.03em .2em}.k-rtl .k-notification-button .k-notification-wrap,.k-rtl.k-notification-button .k-notification-wrap{padding-right:.5em;padding-left:20px}.k-rtl .k-notification-wrap>.k-i-erorr,.k-rtl .k-notification-wrap>.k-i-information,.k-rtl .k-notification-wrap>.k-i-warning{margin-right:0;margin-left:4px}.k-rtl .k-notification-wrap>.k-i-close{right:auto;left:4px}.k-rtl .k-panelbar-collapse,.k-rtl .k-panelbar-expand{right:auto;left:2px}.k-rtl .k-panelbar .k-image,.k-rtl .k-panelbar .k-sprite{float:right;margin-right:0;margin-left:5px}.k-rtl .k-progressbar>.k-reset{left:auto;right:-1px}.k-rtl .k-progressbar-horizontal li.k-last{border-left-width:0}.k-rtl .k-scheduler-toolbar>ul{float:left}.k-rtl .k-scheduler-toolbar>ul:first-child{float:right}.k-rtl .k-scheduler-footer>ul>li,.k-rtl .k-scheduler-toolbar>ul>li{border-width:1px 0 1px 1px}.k-rtl .k-scheduler-toolbar>ul>li:first-child{border-right-width:1px}.k-rtl .k-scheduler div.k-scheduler-footer ul li{margin-right:0;margin-left:.6em}.k-rtl .k-scheduler-footer .k-icon,.k-rtl .k-scheduler-toolbar .k-i-calendar{margin-right:0;margin-left:6px}.k-rtl .k-scheduler .k-scrollbar-v .k-scheduler-header-wrap{border-right-width:0;border-left-width:1px}.k-rtl .k-scheduler-monthview .k-scheduler-table td{text-align:left}.k-rtl .k-scheduler-header th,.k-rtl .k-scheduler-table td{border-left-width:0;border-right-width:1px}.k-rtl .k-scheduler-header th:first-child,.k-rtl .k-scheduler-table td:first-child{border-right-width:0}.k-rtl .k-scheduler-agendaview .k-scheduler-table td:first-child{border-left-width:0;border-right-width:1px}.k-rtl .k-scheduler-agendaview .k-scheduler-table td.k-scheduler-datecolumn{border-right-width:0}.k-rtl .k-scheduler-times th{text-align:left;padding-right:.5em;padding-left:.6em;border-right-width:0;border-left-width:1px}.k-rtl .k-scheduler-now-arrow{left:auto;right:0}.k-rtl .k-scheduler-now-line{left:0;right:5px}.k-rtl .k-event,.k-rtl .k-more-events{text-align:right}.k-rtl .k-event-template{padding-left:1.4em;padding-right:.6em}.k-rtl .k-event-actions,.k-rtl .k-event>.k-link,.k-rtl .k-task>.k-link{right:auto;left:4px}.k-rtl .k-scheduler-agendaview .k-task>.k-link{right:auto;left:0}.k-rtl .k-event-actions:first-child{float:right;margin-left:2px;margin-right:4px}.k-rtl .k-event .k-event-bottom-actions,.k-rtl .k-event .k-event-top-actions{left:auto;right:0}.k-rtl .k-event>.k-resize-e{right:auto;left:0}.k-rtl .k-event>.k-resize-w{left:auto;right:0}.k-rtl .k-event>.k-resize-e:after,.k-rtl .k-event>.k-resize-w:after{left:auto;right:1px}.k-rtl .k-event>.k-resize-e:after{right:auto;left:1px}.k-rtl .k-scheduler-marquee .k-label-top{left:auto;right:.8em}.k-rtl .k-scheduler-marquee .k-label-bottom{right:auto;left:.81em}.k-rtl .k-tooltip-bottom{text-align:right}.k-rtl .k-tooltip-bottom .k-button{float:right;margin-right:0;margin-left:.3em}.k-rtl .k-tooltip-bottom .k-quickedit-details{float:left;margin-left:0}.k-rtl .k-scheduler-agendaview .k-scheduler-table td,.k-rtl .k-scheduler-agendaview .k-scheduler-table th{text-align:right}.k-rtl .k-scheduler-timecolumn>div>.k-i-arrow-60-right{right:auto;left:-4px}.k-rtl .k-scheduler-timecolumn .k-i-arrow-60-left{margin-left:0;margin-right:-4px}.k-rtl .k-scheduler-mark{margin-right:0;margin-left:.5em}.k-rtl .k-scheduler-agendaday{float:right;margin:0 0 0 .2em}.k-rtl .k-scheduler-edit-form>.k-edit-box:first-child .k-datetimepicker{margin-right:0;margin-left:1em}.k-rtl .k-edit-box{float:right}.k-rtl .k-edit-box+.k-edit-box{float:left}.k-rtl .k-scheduler-edit-form label+input{margin-left:0;margin-right:1em}.k-rtl .k-edit-buttons .k-scheduler-delete{left:auto;right:.6em}.k-rtl .k-slider .k-button-decrease{left:auto;right:0}.k-rtl .k-slider .k-button-increase{right:auto;left:0}.k-rtl .k-slider-horizontal .k-slider-selection,.k-rtl .k-slider-horizontal .k-slider-track{left:auto;right:0}.k-rtl .k-slider-horizontal .k-slider-buttons .k-slider-track{left:auto;right:34px}.k-rtl .k-panelbar .k-tabstrip-items .k-item,.k-rtl .k-tabstrip-items .k-item{margin-left:-1px;margin-right:0}.k-rtl .k-panelbar .k-tabstrip-items .k-item .k-image,.k-rtl .k-panelbar .k-tabstrip-items .k-item .k-sprite,.k-rtl .k-tabstrip-items .k-item .k-image,.k-rtl .k-tabstrip-items .k-item .k-sprite{margin:-3px -6px 0 3px}.k-rtl .k-tabstrip-prev{left:auto;right:.4em}.k-rtl .k-tabstrip-next{right:auto;left:.4em}.k-rtl .k-overflow-anchor{float:left;border-width:0 1px 0 0}.k-rtl .k-toolbar .k-button-group .k-button,.k-rtl .k-toolbar .k-split-button .k-split-button-arrow{margin:0 -1px 0 0}.k-rtl.k-overflow-container .k-overflow-button,.k-rtl.k-split-container .k-button{text-align:right}.k-rtl .k-tooltip-button{text-align:left}.k-rtl .k-tooltip-closable .k-tooltip-content{padding-right:0;padding-left:20px}.k-rtl .k-treeview .k-item{padding:0 16px 0 0}.k-rtl .k-treeview .k-i-arrow-60-down,.k-rtl .k-treeview .k-i-arrow-60-up,.k-rtl .k-treeview .k-i-minus,.k-rtl .k-treeview .k-i-minus-disabled,.k-rtl .k-treeview .k-i-plus,.k-rtl .k-treeview .k-minus-disabled{margin-left:0;margin-right:-16px}.k-rtl .k-treeview .k-image,.k-rtl .k-treeview .k-sprite{margin-right:0;margin-left:3px}.k-rtl .k-treeview .k-i-arrow-45-down-right,.k-rtl .k-treeview .k-i-arrow-60-right{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);margin-right:-16px;margin-left:auto}.k-rtl .k-treelist .k-i-arrow-45-down-right,.k-rtl .k-treelist .k-i-arrow-60-right{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.k-rtl .k-pager-wrap .k-i-arrow-60-left,.k-rtl .k-pager-wrap .k-i-arrow-60-right,.k-rtl .k-pager-wrap .k-i-arrow-end-left,.k-rtl .k-pager-wrap .k-i-arrow-end-right{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.k-rtl .k-dropzone em{margin-left:0;margin-right:.6em}.k-rtl .k-upload-files .k-button,.k-rtl .k-upload-status-total .k-icon{margin-left:0;margin-right:8px}.k-rtl .k-file{padding-right:.8em;padding-left:.167em}.k-rtl .k-filename{margin-left:0;margin-right:1em}.k-rtl .k-upload-status{right:auto;left:12px}.k-rtl .k-progress{left:auto;right:0}.k-rtl .k-upload-selected{margin-right:.8em;margin-left:.2em}.k-rtl .k-window-titlebar .k-window-actions{right:auto;left:.5em}.k-rtl .k-dialog a.k-dialog-action.k-dialog-close,.k-rtl.k-dialog a.k-dialog-action.k-dialog-close{position:absolute;right:auto}.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:first-child,.k-rtl.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:first-child{border-right-width:0;border-left-width:1px;border-bottom-left-radius:0}.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:last-child,.k-rtl.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:last-child{border-left-width:0;border-right-width:0;border-bottom-right-radius:0}.k-rtl .k-maskedtextbox .k-i-warning{right:auto;left:0}.k-rtl .k-dateinput .k-i-warning{right:auto;left:0}.k-rtl .k-datepicker .k-picker-wrap .k-icon.k-i-warning,.k-rtl .k-datetimepicker .k-picker-wrap .k-icon.k-i-warning,.k-rtl .k-timepicker .k-picker-wrap .k-icon.k-i-warning{right:auto;left:0}.k-rtl .k-grid td{position:relative}.k-rtl .k-grid th .k-checkbox{margin-top:0;margin-right:1px;margin-left:0}.k-rtl .k-grid td .k-checkbox{margin-left:0}
/*# sourceMappingURL=kendo.rtl.min.css.map */

/** 
 * Kendo UI v2017.2.621 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2017 Telerik AD. All rights reserved.                                                                                                                                                      
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/.k-theme-test-class,.ktb-theme-id-bootstrap{opacity:0}.ktb-var-accent{color:#428bca}.ktb-var-base{color:#ebebeb}.ktb-var-background{color:#fff}.ktb-var-border-radius{border-radius:4px}.ktb-var-normal-background{color:#fff}.ktb-var-normal-gradient{background-image:none}.ktb-var-normal-text-color{color:#333}.ktb-var-hover-background{color:#ebebeb}.ktb-var-hover-gradient{background-image:none}.ktb-var-hover-text-color{color:#333}.ktb-var-selected-background{color:#428bca}.ktb-var-selected-gradient{background-image:none}.ktb-var-selected-text-color{color:#fff}.ktb-var-error{color:#ffe0d9}.ktb-var-warning{color:#fbeed5}.ktb-var-success{color:#eaf7ec}.ktb-var-info{color:#e5f5fa}.ktb-var-series-a{color:#428bca}.ktb-var-series-b{color:#5bc0de}.ktb-var-series-c{color:#5cb85c}.ktb-var-series-d{color:#f2b661}.ktb-var-series-e{color:#e67d4a}.ktb-var-series-f{color:#da3b36}.k-grid-norecords-template{background-color:#fff;border:1px solid #ccc}.k-in,.k-item,.k-window-action{border-color:transparent}.k-splitbar .k-resize-handle{background-color:#333}.k-block,.k-widget{background-color:#fff}.k-autocomplete,.k-block,.k-button-group .k-tool,.k-calendar th,.k-content,.k-dropdown-wrap,.k-dropzone-active,.k-editable-area,.k-filter-row>th,.k-footer-template td,.k-grid td,.k-grid td.k-state-selected,.k-grid-content-locked,.k-grid-footer,.k-grid-footer-locked,.k-grid-footer-wrap,.k-grid-header,.k-grid-header-locked,.k-grid-header-wrap,.k-group,.k-group-footer td,.k-grouping-header,.k-grouping-header .k-group-indicator,.k-header,.k-input,.k-pager-refresh,.k-pager-wrap,.k-pager-wrap .k-link,.k-panel>.k-item>.k-link,.k-panelbar .k-content,.k-panelbar .k-panel,.k-panelbar>.k-item>.k-link,.k-popup.k-align .k-list .k-item:last-child,.k-separator,.k-slider-track,.k-splitbar,.k-state-default,.k-state-default .k-select,.k-state-disabled,.k-textbox,.k-textbox>input,.k-tiles,.k-toolbar,.k-tooltip,.k-treemap-tile,.k-upload-files,.k-widget{border-color:#ccc}.k-calendar .k-alt,.k-calendar th,.k-dropzone-hovered,.k-footer-template td,.k-grid-footer,.k-group,.k-group-footer td,.k-grouping-header,.k-pager-wrap,.k-toolbar,.k-widget .k-status,.k-widget.k-popup{background-color:#f5f5f5}.k-grouping-row td,.k-resize-handle-inner,td.k-group-cell{background-color:#f5f5f5}.k-list-container{border-color:rgba(0,0,0,.2);background-color:#fff}.k-content,.k-editable-area,.k-panel>li.k-item,.k-panelbar>li.k-item,.k-tiles{background-color:#fff}.k-alt,.k-pivot-layout>tbody>tr:first-child>td:first-child,.k-resource.k-alt,.k-separator{background-color:#f5f5f5}.k-header.k-alt,.k-pivot-rowheaders .k-alt .k-alt{background-color:#e1e1e1}.k-autocomplete.k-header,.k-dropdown-wrap.k-state-active,.k-numeric-wrap.k-state-active,.k-picker-wrap.k-state-active,.k-textbox{border-color:#ccc;background-color:#ebebeb}.k-dateinput.k-state-disabled>.k-textbox:hover,.k-maskedtextbox.k-state-disabled>.k-textbox:hover{border-color:#ccc}.k-autocomplete .k-input,.k-autocomplete.k-state-focused .k-input,.k-dropdown-wrap .k-input,.k-dropdown-wrap.k-state-focused .k-input,.k-numeric-wrap.k-state-focused .k-input,.k-picker-wrap.k-state-focused .k-input,.k-textbox>input{border-color:#ccc}.k-textbox>input,input.k-textbox,input.k-textbox:hover,textarea.k-textbox,textarea.k-textbox:hover{background:0 0}.k-input,.k-multiselect-wrap,.k-textbox>input,input.k-textbox,input.k-textbox:hover,textarea.k-textbox,textarea.k-textbox:hover{background-color:#fff;color:#333}.k-input[readonly]{background-color:#fff;color:#333}.k-block,.k-content,.k-dropdown .k-input,.k-popup,.k-toolbar,.k-widget{color:#333}.k-inverse{color:#fff}.k-block{color:#333}.k-link:link,.k-link:visited,.k-nav-current.k-state-hover .k-link{color:#428bca}.k-panelbar>li>.k-link,.k-tabstrip-items .k-link{color:#333}.k-grid-header .k-header>.k-link,.k-header,.k-treemap-title{color:#333}.k-autocomplete,.k-button,.k-draghandle,.k-dropdown-wrap,.k-grid-header,.k-grouping-header,.k-header,.k-numeric-wrap,.k-pager-wrap,.k-panelbar .k-tabstrip-items .k-item,.k-picker-wrap,.k-progressbar,.k-state-highlight,.k-tabstrip-items .k-item,.k-textbox,.k-toolbar,.km-pane-wrapper>.km-pane>.km-view>.km-content{background-image:none;background-position:50% 50%;background-color:#f5f5f5}.k-widget.k-tooltip{background-image:none}.k-block,.k-button,.k-draghandle,.k-grid-header,.k-grouping-header,.k-header,.k-pager-wrap,.k-toolbar,.k-treemap-tile,html .km-pane-wrapper .k-header{background-color:#f5f5f5}.k-grid-header,.k-grid-header tr:first-child{background:0 0}.k-mediaplayer-toolbar{background-color:rgba(245,245,245,.85)}.k-column-menu .k-state-active .k-sprite,.k-column-menu .k-state-hover .k-sprite,.k-icon:hover,.k-pager-numbers .k-current-page .k-link:hover:after,.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view.k-state-hover>.k-link:after,.k-state-focused .k-icon,.k-state-hover .k-icon,.k-state-selected .k-icon{opacity:1}.k-column-menu .k-sprite,.k-icon,.k-pager-numbers .k-current-page .k-link:after,.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after,.k-state-disabled .k-icon{opacity:1}.k-mobile-list .k-check:checked,.k-mobile-list .k-edit-field [type=checkbox]:checked,.k-mobile-list .k-edit-field [type=radio]:checked{opacity:1}.k-tool{border-color:transparent}.k-mobile-list .k-check:checked,.k-mobile-list .k-edit-field [type=checkbox]:checked,.k-mobile-list .k-edit-field [type=radio]:checked{background-image:url(Bootstrap/sprite.png);border-color:transparent}.k-i-loading{background-image:url(Bootstrap/loading.gif)}.k-loading-image{background-image:url(Bootstrap/loading-image.gif)}.k-loading-color{background-color:#fff}.k-button{color:#333;border-color:#ccc;background-color:#fff}.k-draghandle{border-color:#fff;background-color:#fff;-webkit-box-shadow:0 0 0 1px #c4c4c4;box-shadow:0 0 0 1px #c4c4c4}.k-draghandle:hover{border-color:#aeaeae;background-color:#ebebeb;-webkit-box-shadow:none;box-shadow:none}.k-scheduler{color:#fff;background-color:#fff}.k-scheduler-layout{color:#333}.k-scheduler-datecolumn,.k-scheduler-groupcolumn{background-color:#fff;color:#333}.k-scheduler-header th,.k-scheduler-header-wrap,.k-scheduler-table td,.k-scheduler-times,.k-scheduler-times th,.k-scheduler-times tr{border-color:#e8e8e8}.k-nonwork-hour{background-color:#f5f5f5}.k-gantt .k-nonwork-hour{background-color:rgba(0,0,0,.02)}.k-gantt .k-header.k-nonwork-hour{background-color:rgba(0,0,0,.2)}.k-scheduler-table .k-today,.k-today>.k-scheduler-datecolumn,.k-today>.k-scheduler-groupcolumn{background-color:#e8e8e8}.k-scheduler-now-arrow{border-left-color:#dbdbdb}.k-scheduler-now-line{background-color:#dbdbdb}.k-event,.k-task-complete{border-color:#3174ad;background:#3174ad 0 -257px none repeat-x;color:#fff}.k-event-inverse{color:#333}.k-event.k-state-selected{background-position:0 0;-webkit-box-shadow:0 0 0 2px #333;box-shadow:0 0 0 2px #333}.k-event .k-resize-handle:after,.k-task-single .k-resize-handle:after{background-color:#fff}.k-scheduler-marquee:after,.k-scheduler-marquee:before{border-color:#428bca}.k-panelbar .k-content,.k-panelbar .k-item,.k-panelbar .k-panel{background-color:#fff;color:#333;border-color:#ccc}.k-panelbar>li>.k-link{color:#333}.k-panelbar>.k-item>.k-link{border-color:#ccc}.k-panel>li.k-item{background-color:#fff}.k-active-filter,.k-state-active,.k-state-active:hover,.k-tabstrip .k-state-active{background-color:#fff;border-color:#ccc;color:#333}.k-fieldselector .k-list-container{background-color:#fff}.k-button.k-state-focused,.k-button:focus{border-color:#76abd9}.k-button.k-state-hover,.k-button:hover{color:#333;border-color:#aeaeae;background-color:#ebebeb}.k-button.k-state-active,.k-button:active{color:#fff;background-color:#ebebeb;border-color:#428bca}.k-button.k-state-active:hover,.k-button:active:hover{color:#fff;border-color:#285e8e;background-color:#3276b1}.k-button:focus:not(.k-state-disabled):not([disabled]){-webkit-box-shadow:0 0 7px 0 #76abd9;box-shadow:0 0 7px 0 #76abd9}.k-button:focus:active:not(.k-state-disabled):not([disabled]){-webkit-box-shadow:inset 0 0 5px 3px #d4d4d4;box-shadow:inset 0 0 5px 3px #d4d4d4}.k-menu .k-state-hover>.k-state-active{background-color:transparent}.k-state-highlight{background:#fff;color:#333}.k-grouping-row .k-state-focused,.k-state-focused{border-color:#76abd9}.k-mediaplayer-toolbar .k-button.k-bare.k-state-active,.k-mediaplayer-toolbar .k-button.k-bare.k-state-active:hover,.k-mediaplayer-toolbar .k-button.k-bare:active{color:#428bca}.k-calendar .k-link{color:#333}.k-calendar .k-footer{padding:0}.k-calendar .k-footer .k-nav-today{color:#333;text-decoration:none;background-color:#f5f5f5}.k-calendar .k-footer .k-nav-today.k-state-hover,.k-calendar .k-footer .k-nav-today:hover{background-color:#fff;text-decoration:underline}.k-calendar .k-footer .k-nav-today:active{background-color:#fff}.k-calendar .k-link.k-nav-fast{color:#333}.k-calendar .k-nav-fast.k-state-hover{text-decoration:none;background-color:#ebebeb;color:#333}.k-calendar .k-link.k-state-hover{border-radius:4px}.k-calendar .k-state-focused.k-state-hover{background-color:#d5e5f3}.k-calendar .k-state-selected.k-state-hover{background-color:#3276b1}.k-calendar .k-state-selected.k-state-hover .k-link{color:#fff}.k-calendar td.k-state-focused.k-state-selected.k-state-hover{-webkit-box-shadow:inset 0 0 7px 0 #1f496e;box-shadow:inset 0 0 7px 0 #1f496e}.k-calendar .k-today{background-color:#ebebeb}.k-calendar .k-today.k-state-selected{background-color:#428bca}.k-calendar .k-today.k-state-hover{background-color:#d9d9d9}.k-calendar .k-today.k-state-focused.k-state-hover{background-color:#d5e5f3}.k-calendar .k-today.k-state-selected.k-state-hover{background-color:#3276b1}.k-calendar .k-footer .k-link{border-radius:0}.k-calendar th{background-color:#f5f5f5}.k-window-titlebar .k-link{border-radius:4px}.k-calendar-container.k-group{border-color:rgba(0,0,0,.2)}.k-draghandle.k-state-selected:hover,.k-ghost-splitbar-horizontal,.k-ghost-splitbar-vertical,.k-list>.k-state-highlight,.k-list>.k-state-selected,.k-marquee-color,.k-panel>.k-state-selected,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-state-selected,.k-state-selected:link,.k-state-selected:visited{color:#fff;background-color:#428bca;border-color:#428bca}.k-group-header+.k-list>.k-item.k-first,.k-static-header+.k-list>.k-item.k-first,.k-virtual-item.k-first{border-top-color:#aeaeae}.k-group-header+div>.k-list>.k-item.k-first:before{border-top-color:#aeaeae}.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{background:#aeaeae;color:#fff}.k-popup .k-list .k-item>.k-group{background:#aeaeae;color:#fff;border-bottom-left-radius:3px}.k-marquee-text{color:#fff}.k-button.k-state-focused,.k-grid-header th.k-state-focused,.k-list>.k-state-focused,.k-listview>.k-state-focused,.k-state-focused,td.k-state-focused{-webkit-box-shadow:inset 0 0 7px 0 #76abd9;box-shadow:inset 0 0 7px 0 #76abd9}.k-popup .k-list .k-state-focused{border-radius:4px;-webkit-box-shadow:inset 0 0 2px 0 #428bca,inset 0 0 7px 0 #76abd9;box-shadow:inset 0 0 2px 0 #428bca,inset 0 0 7px 0 #76abd9}.k-list>.k-state-focused.k-state-selected,.k-listview>.k-state-focused.k-state-selected,.k-state-focused.k-state-selected,td.k-state-focused.k-state-selected{-webkit-box-shadow:inset 0 0 10px 3px #3276b1;box-shadow:inset 0 0 10px 3px #3276b1}.k-ie8 .k-button.k-state-focused,.k-ie8 .k-button:focus,.k-ie8 .k-grid-header th.k-state-focused,.k-ie8 .k-listview>.k-state-focused,.k-ie8 .k-menu li.k-state-focused,.k-ie8 .k-panelbar span.k-state-focused,.k-ie8 .k-tool.k-state-hover,.k-ie8 td.k-state-focused{background-color:#ebebeb}.k-list-optionlabel.k-state-selected.k-state-focused,.k-list>.k-state-selected.k-state-focused{-webkit-box-shadow:none;box-shadow:none}.k-panelbar>li.k-state-default>.k-link.k-state-selected,.k-panelbar>li>.k-state-selected,.k-state-selected>.k-link{color:#fff}.k-dropdown .k-state-focused,.k-filebrowser-dropzone,.k-list>.k-state-hover,.k-listbox .k-item:hover:not(.k-state-disabled),.k-mobile-list .k-edit-label.k-check:active,.k-mobile-list .k-item>.k-label:active,.k-mobile-list .k-item>.k-link:active,.k-mobile-list .k-recur-view .k-check:active,.k-pager-wrap .k-link:hover,.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-splitbar-horizontal-hover:hover,.k-splitbar-vertical-hover:hover,.k-state-hover,.k-state-hover:hover{color:#333;background-color:#ebebeb;border-color:#aeaeae}.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active{color:#333;background-color:#ebebeb;border-color:#aeaeae}.k-ie8 .k-window-titlebar .k-state-hover{border-color:#aeaeae}.k-state-focused>.k-select,.k-state-hover>.k-select{border-color:#aeaeae}.k-button.k-state-focused,.k-button.k-state-hover,.k-button:focus,.k-button:hover,.k-draghandle:hover,.k-listbox .k-item:hover,.k-other-month.k-state-hover .k-link,.k-pager-wrap .k-link:hover,.k-state-hover,.k-state-hover:hover,.k-textbox:hover,div.k-filebrowser-dropzone em{background-image:none}.k-pager-wrap{background-color:#f5f5f5;color:#333}.k-autocomplete.k-state-active,.k-button:active,.k-dropdown-wrap.k-state-active,.k-numeric-wrap.k-state-active,.k-panelbar>.k-item>.k-state-focused,.k-picker-wrap.k-state-active,.k-state-active,.k-state-active:hover,.k-state-active>.k-link{background-image:none}.k-button.k-state-active,.k-button:active,.k-draghandle.k-state-selected:hover,.k-state-selected{background-image:none}.k-button.k-state-active,.k-button:active,.k-draghandle.k-state-selected:hover{background-position:50% 50%}.k-other-month.k-state-hover .k-link,.k-state-hover>.k-link,div.k-filebrowser-dropzone em{color:#333}.k-autocomplete.k-state-focused,.k-autocomplete.k-state-hover,.k-dropdown-wrap.k-state-focused,.k-dropdown-wrap.k-state-hover,.k-numeric-wrap.k-state-focused,.k-numeric-wrap.k-state-hover,.k-picker-wrap.k-state-focused,.k-picker-wrap.k-state-hover{background-color:#ebebeb;background-image:none;background-position:50% 50%;border-color:#aeaeae}.k-dropdown .k-state-focused .k-input,.km-pane-wrapper .k-mobile-list input:not([type=checkbox]):not([type=radio]),.km-pane-wrapper .k-mobile-list textarea,.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]){color:#333}.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right{background-image:none;background-position:50% 50%;background:#ebebeb;border-color:#ebebeb}.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right>input{background:#fff;border-color:#ccc}.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right>input:focus{border-color:#76abd9;-webkit-box-shadow:0 0 7px 0 #76abd9;box-shadow:0 0 7px 0 #76abd9}.k-dropdown .k-state-hover .k-input{color:#333}.k-state-error{border-color:#dbdbdb;background-color:#e3e3e3;color:#6b6b6b}.k-state-disabled{opacity:.7}.k-edge .k-popup-edit-form,.k-edge .k-select,.k-ie11 .k-popup-edit-form,.k-ie11 .k-select{opacity:.9}.k-ie8 .k-state-disabled{filter:alpha(opacity=70)}.k-loading-mask.k-state-selected,.k-tile-empty.k-state-selected{border-width:0;background-image:none;background-color:transparent}.k-dropzone .k-upload-status,.k-dropzone em,.k-other-month,.k-other-month .k-link,.k-slider .k-draghandle,.k-state-disabled,.k-state-disabled .k-button,.k-state-disabled .k-link,.k-tile-empty strong{color:#a1a1a1}.k-progressbar-indeterminate{background:url(Bootstrap/indeterminate.gif)}.k-progressbar-indeterminate .k-progress-status-wrap,.k-progressbar-indeterminate .k-state-selected{display:none}.k-slider-track{background-color:#ccc}.k-slider-selection{background-color:#428bca}.k-slider-horizontal .k-tick{background-image:url(Bootstrap/slider-h.gif)}.k-slider-vertical .k-tick{background-image:url(Bootstrap/slider-v.gif)}.k-chart-crosshair-tooltip,.k-chart-shared-tooltip,.k-widget.k-tooltip{border-color:#000;background-color:#000;color:#fff}.k-widget.k-tooltip-validation{border-color:#fbeed5;background-color:#fbeed5;color:#90640e}.input-append .k-tooltip-validation,.input-prepend .k-tooltip-validation{font-size:12px;position:relative;top:3px}.k-callout-n{border-bottom-color:#000}.k-callout-w{border-right-color:#000}.k-callout-s{border-top-color:#000}.k-callout-e{border-left-color:#000}.k-tooltip-validation .k-callout-n{border-bottom-color:#fbeed5}.k-tooltip-validation .k-callout-w{border-right-color:#fbeed5}.k-tooltip-validation .k-callout-s{border-top-color:#fbeed5}.k-tooltip-validation .k-callout-e{border-left-color:#fbeed5}.k-splitbar{background-color:#f5f5f5}.k-restricted-size-horizontal,.k-restricted-size-vertical{background-color:#6b6b6b}.k-file{background-color:#fff;border-color:#e8e8e8}.k-file-progress{color:#2498bc}.k-file-progress .k-progress{background-color:#2498bc}.k-file-success .k-file-name,.k-file-success .k-upload-pct{color:#3ea44e}.k-file-success .k-progress{background-color:#3ea44e}.k-file-error{color:#d92800}.k-file-error .k-file-extension-wrapper,.k-file-error .k-multiple-files-extension-wrapper{color:#d92800;border-color:#d92800}.k-file-error .k-file-extension-wrapper:before,.k-file-error .k-multiple-files-extension-wrapper:before{background-color:#fff;border-color:transparent transparent #d92800 #d92800}.k-file-error .k-progress{background-color:#d92800}.k-file-extension-wrapper,.k-multiple-files-extension-wrapper{color:#a1a1a1;border-color:#a1a1a1}.k-file-invalid .k-file-name-invalid{color:#d92800}.k-file-invalid-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{color:#d92800;border-color:#d92800}.k-file-extension-wrapper:before,.k-multiple-files-extension-wrapper:before{background-color:#fff;border-color:transparent transparent #a1a1a1 #a1a1a1}.k-file-invalid-extension-wrapper:before,.k-multiple-files-invalid-extension-wrapper:before{background-color:#fff;border-color:transparent transparent #d92800 #d92800}.k-multiple-files-extension-wrapper:after{border-top-color:#a1a1a1;border-left-color:#a1a1a1}.k-multiple-files-invalid-extension-wrapper:after{border-top-color:#d92800;border-left-color:#d92800}.k-file-information,.k-file-size,.k-file-validation-message{color:#a1a1a1}.k-upload .k-upload-selected{color:#428bca;border-color:#ccc}.k-upload .k-upload-selected:hover{color:#fff;background-color:#428bca}.k-tile{border-color:#fff}.k-textbox:hover,.k-tiles li.k-state-hover{border-color:#aeaeae}.k-tiles li.k-state-selected{border-color:#428bca}.k-leaf,.k-leaf.k-state-hover:hover{color:#fff}.k-leaf.k-inverse,.k-leaf.k-inverse.k-state-hover:hover{color:#000}.k-button,.k-widget{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.k-slider,.k-treeview,.k-upload{-webkit-box-shadow:none;box-shadow:none}.k-state-hover{-webkit-box-shadow:0 1px 0 rgba(255,255,255,.2);box-shadow:0 1px 0 rgba(255,255,255,.2)}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused{-webkit-box-shadow:0 0 7px 0 #76abd9;box-shadow:0 0 7px 0 #76abd9}.k-state-selected{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.075) inset;box-shadow:0 1px 1px rgba(0,0,0,.075) inset}.k-state-active{-webkit-box-shadow:none;box-shadow:none}.k-grid td.k-state-selected.k-state-focused{background-color:#4e92cd}.k-autocomplete.k-state-border-down,.k-autocomplete.k-state-border-up,.k-datepicker-calendar,.k-dropdown-wrap.k-state-active,.k-filebrowser .k-image,.k-grid .k-filter-options,.k-menu .k-menu-group,.k-multiselect.k-state-focused,.k-picker-wrap.k-state-active,.k-popup,.k-time-popup,.k-tooltip{-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.2);box-shadow:0 2px 2px 0 rgba(0,0,0,.2)}.k-treemap-tile.k-state-hover{-webkit-box-shadow:inset 0 0 0 3px #ccc;box-shadow:inset 0 0 0 3px #ccc}.k-window{border-color:rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 7px 1px rgba(128,128,128,.2);box-shadow:1px 1px 7px 1px rgba(128,128,128,.2);background-color:#fff}.k-window.k-state-focused{border-color:rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 7px 1px rgba(0,0,0,.2);box-shadow:1px 1px 7px 1px rgba(0,0,0,.2)}.k-window-maximized .k-window-content,.k-window-maximized .k-window-titlebar,.k-window.k-window-maximized{border-radius:0}.k-shadow{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 2px 0 rgba(0,0,0,.2)}.k-inset{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.2);box-shadow:inset 0 1px 1px rgba(0,0,0,.2)}.k-editor-inline ::-moz-selection{background-color:#428bca;text-shadow:none;color:#fff}.k-editor-inline ::selection{background-color:#428bca;text-shadow:none;color:#fff}.k-editor-inline ::-moz-selection{background-color:#428bca;text-shadow:none;color:#fff}.k-widget.k-notification.k-notification-info{background-color:#e5f5fa;color:#2498bc;border-color:#bae5f2}.k-widget.k-notification.k-notification-success{background-color:#eaf7ec;color:#3ea44e;border-color:#c5e9cb}.k-widget.k-notification.k-notification-warning{background-color:#fbeed5;color:#bf8412;border-color:#f7dba6}.k-widget.k-notification.k-notification-error{background-color:#ffe0d9;color:#d92800;border-color:#ffb6a6}.k-gantt .k-treelist{background:#f5f5f5}.k-gantt .k-treelist .k-alt{background-color:#dcdcdc}.k-gantt .k-treelist tr:hover{background-color:#ebebeb}.k-gantt .k-treelist .k-alt.k-state-selected,.k-gantt .k-treelist .k-alt.k-state-selected>td,.k-gantt .k-treelist .k-state-selected,.k-gantt .k-treelist .k-state-selected td{background-color:#428bca}.k-task-dot:after{background-color:#333;border-color:#333}.k-task-dot:hover:after{background-color:#fff}.k-task-summary{border-color:#737373;background:#737373}.k-task-milestone,.k-task-summary-complete{border-color:#333;background:#333}.k-state-selected.k-task-summary{border-color:#a6c8e6;background:#a6c8e6}.k-state-selected .k-task-summary-complete,.k-state-selected.k-task-milestone{border-color:#428bca;background:#428bca}.k-task-single{background-color:#3a86c8;border-color:#3174ad;color:#fff}.k-state-selected.k-task-single{border-color:#428bca}.k-line{background-color:#333;color:#333}.k-state-selected.k-line{background-color:#428bca;color:#428bca}.k-resource{background-color:#fff}.k-autocomplete,.k-block,.k-button,.k-calendar .k-link,.k-calendar td,.k-calendar-container,.k-colorpicker,.k-combobox,.k-datepicker,.k-datetimepicker,.k-drag-clue,.k-dropdown,.k-dropdown-wrap,.k-editor-inline,.k-grid .k-filter-options,.k-grouping-header .k-group-indicator,.k-inline-block,.k-list-container,.k-multiselect,.k-notification,.k-numeric-wrap,.k-numerictextbox,.k-picker-wrap,.k-slider-selection,.k-slider-track,.k-split-button,.k-textbox,.k-tile,.k-timepicker,.k-tooltip,.k-touch-scrollbar,.k-treeview .k-in,.k-upload,.k-window,.k-window-action,.k-window-titleless .k-window-content{border-radius:4px}.k-tool{text-align:center;vertical-align:middle}.k-tool.k-group-start,.k-toolbar .k-button-group .k-group-start,.k-toolbar .k-split-button .k-button{border-radius:4px 0 0 4px}.k-rtl .k-tool.k-group-start,.k-rtl .k-toolbar .k-button-group .k-group-start,.k-rtl .k-toolbar .k-split-button .k-button{border-radius:0 4px 4px 0}.k-toolbar .k-button-group>.k-group-end{border-radius:4px}.k-tool.k-group-end,.k-toolbar .k-button-group .k-button+.k-group-end,.k-toolbar .k-split-button .k-split-button-arrow{border-radius:0 4px 4px 0}.k-rtl .k-tool.k-group-end,.k-rtl .k-toolbar .k-button-group .k-group-end,.k-rtl .k-toolbar .k-split-button .k-split-button-arrow{border-radius:4px 0 0 4px}.k-toolbar:not(.k-spreadsheet-toolbar) .k-button-group .k-button{border-left-color:transparent}.k-toolbar:not(.k-spreadsheet-toolbar) .k-button-group .k-group-start{border-left-color:#ccc}.k-toolbar:not(.k-spreadsheet-toolbar) .k-button-group .k-button:focus{border-left-color:#76abd9}.k-group-start.k-group-end.k-tool{border-radius:4px}.k-autocomplete.k-state-border-up,.k-calendar-container.k-state-border-up,.k-dropdown-wrap.k-state-border-up,.k-filter-menu,.k-list-container.k-state-border-up,.k-multiselect.k-state-border-up,.k-numeric-wrap.k-state-border-up,.k-picker-wrap.k-state-border-up,.k-window-content{border-radius:0 0 4px 4px}.k-autocomplete.k-state-border-up .k-input,.k-dropdown-wrap.k-state-border-up .k-input,.k-numeric-wrap.k-state-border-up .k-input,.k-picker-wrap.k-state-border-up .k-input,.k-picker-wrap.k-state-border-up .k-selected-color{border-radius:0 0 0 4px}.k-multiselect.k-state-border-up .k-multiselect-wrap{border-radius:0 0 4px 4px}.k-autocomplete.k-state-border-down,.k-block>.k-header,.k-calendar-container.k-state-border-down,.k-dropdown-wrap.k-state-border-down,.k-list-container.k-state-border-down,.k-multiselect.k-state-border-down,.k-numeric-wrap.k-state-border-down,.k-panelbar .k-tabstrip-items .k-item,.k-picker-wrap.k-state-border-down,.k-tabstrip-items .k-item,.k-tabstrip-items .k-link,.k-window-titlebar{border-radius:4px 4px 0 0}.k-split-button.k-state-border-down>.k-button{border-radius:4px 0 0 0}.k-split-button.k-state-border-up>.k-button{border-radius:0 0 0 4px}.k-split-button.k-state-border-down>.k-split-button-arrow{border-radius:0 4px 0 0}.k-split-button.k-state-border-up>.k-split-button-arrow{border-radius:0 0 4px 0}.k-dropdown-wrap .k-input,.k-numeric-wrap .k-input,.k-picker-wrap .k-input{border-radius:3px 0 0 3px}.k-rtl .k-dropdown-wrap .k-input,.k-rtl .k-numeric-wrap .k-input,.k-rtl .k-picker-wrap .k-input{border-radius:0 3px 3px 0}.k-numeric-wrap .k-link{border-radius:0 3px 0 0}.k-numeric-wrap .k-link+.k-link{border-radius:0 0 3px 0}.k-colorpicker .k-selected-color{border-radius:3px 0 0 3px}.k-rtl .k-colorpicker .k-selected-color{border-radius:0 3px 3px 0}.k-autocomplete.k-state-border-down .k-input{border-radius:4px 4px 0 0}.k-dropdown-wrap.k-state-border-down .k-input,.k-numeric-wrap.k-state-border-down .k-input,.k-picker-wrap.k-state-border-down .k-input,.k-picker-wrap.k-state-border-down .k-selected-color{border-radius:4px 0 0 0}.k-numeric-wrap .k-link.k-state-selected{background-color:#ebebeb}.k-multiselect.k-state-border-down .k-multiselect-wrap{border-radius:3px 3px 0 0}.k-datetimepicker .k-select+.k-select,.k-dropdown-wrap .k-select,.k-list-container.k-state-border-right,.k-numeric-wrap .k-select,.k-picker-wrap .k-select{border-radius:0 4px 4px 0}.k-rtl .k-datetimepicker .k-select+.k-select,.k-rtl .k-dropdown-wrap .k-select,.k-rtl .k-list-container.k-state-border-right,.k-rtl .k-numeric-wrap .k-select,.k-rtl .k-picker-wrap .k-select{border-radius:4px 0 0 4px}.k-numeric-wrap.k-expand-padding .k-input{border-radius:4px}.k-autocomplete .k-input,.k-multiselect-wrap,.k-textbox>input{border-radius:3px}.k-dropzone,.k-fieldselector .k-list .k-item,.k-list .k-state-focused,.k-list .k-state-highlight,.k-list .k-state-hover,.k-list .k-state-selected,.k-list-optionlabel,.k-listbox .k-item{border-radius:3px}.k-grid .k-slider .k-button,.k-slider .k-button{border-radius:13px}.k-draghandle{border-radius:13px}.k-scheduler-toolbar>ul li:first-child,.k-scheduler-toolbar>ul li:first-child .k-link,.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li,.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li .k-link{border-radius:4px 0 0 4px}.k-rtl .k-scheduler-toolbar>ul li:first-child,.k-rtl .k-scheduler-toolbar>ul li:first-child .k-link,.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li,.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li .k-link,.km-view.k-popup-edit-form .k-scheduler-toolbar>ul li:last-child,.km-view.k-popup-edit-form .k-scheduler-toolbar>ul li:last-child .k-link{border-radius:0 4px 4px 0}.k-edit-field>.k-scheduler-navigation,.k-scheduler-phone .k-scheduler-toolbar>ul li.k-nav-today,.k-scheduler-phone .k-scheduler-toolbar>ul li.k-nav-today .k-link{border-radius:4px}.k-scheduler-toolbar .k-nav-next,.k-scheduler-toolbar .k-nav-next .k-link,.k-scheduler-toolbar ul+ul li:last-child,.k-scheduler-toolbar ul+ul li:last-child .k-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.k-rtl .k-scheduler-toolbar .k-nav-next,.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,.k-rtl .k-scheduler-toolbar ul+ul li:last-child,.k-rtl .k-scheduler-toolbar ul+ul li:last-child .k-link{border-radius:4px 0 0 4px}.k-scheduler div.k-scheduler-footer .k-link,.k-scheduler div.k-scheduler-footer ul li{border-radius:4px}.k-event,.k-event .k-link,.k-more-events,.k-task-complete,.k-task-single{border-radius:3px}.k-scheduler-mobile .k-event{border-radius:2px}.k-grid-mobile .k-column-active+th.k-header{border-left-color:#333}.k-ie .km-pane-wrapper .k-content,.k-ie .km-pane-wrapper .k-group,.k-ie .km-pane-wrapper .k-header,.k-ie .km-pane-wrapper .k-popup-edit-form .k-edit-field .k-button,.k-ie .km-pane-wrapper .k-widget,.km-pane-wrapper .k-mobile-list .k-edit-field,.km-pane-wrapper .k-mobile-list .k-edit-label,.km-pane-wrapper .k-mobile-list .k-item,html .km-pane-wrapper .km-widget{color:#333}@media screen and (-ms-high-contrast:active) and (-ms-high-contrast:none){div.km-pane-wrapper a{color:#333}}.km-pane-wrapper .k-mobile-list .k-edit-field,.km-pane-wrapper .k-mobile-list .k-item,.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check{background-color:#fff;border-top:1px solid #e8e8e8}.km-pane-wrapper .k-mobile-list .k-edit-field textarea{outline-width:0}.km-pane-wrapper .k-mobile-list .k-item.k-state-selected{background-color:#428bca;border-top-color:#428bca}.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-field .k-check:first-child{border-top-color:transparent}.km-pane-wrapper .k-mobile-list .k-item:last-child{-webkit-box-shadow:inset 0 -1px 0 #e8e8e8;box-shadow:inset 0 -1px 0 #e8e8e8}.km-pane-wrapper #recurrence .km-scroll-container>.k-edit-label:first-child,.km-pane-wrapper .k-mobile-list .k-recur-view>.k-edit-label:nth-child(3),.km-pane-wrapper .k-mobile-list>ul>li>.k-link{color:#9c9c9c}.km-pane-wrapper .k-mobile-list>ul>li>.k-link{border-bottom:1px solid #e8e8e8}.km-pane-wrapper .k-mobile-list .k-edit-field{-webkit-box-shadow:0 1px 1px #e8e8e8;box-shadow:0 1px 1px #e8e8e8}.km-actionsheet .k-grid-delete,.km-actionsheet .k-scheduler-delete,.km-pane-wrapper .k-filter-menu .k-button[type=reset],.km-pane-wrapper .k-scheduler-delete{color:#fff;border-color:#dbdbdb;background-color:red;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.3)),to(rgba(255,255,255,.15)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,.15));background-image:linear-gradient(to bottom,rgba(255,255,255,.3),rgba(255,255,255,.15))}.km-actionsheet .k-grid-delete:active,.km-actionsheet .k-scheduler-delete:active,.km-pane-wrapper .k-filter-menu .k-button[type=reset]:active,.km-pane-wrapper .k-scheduler-delete:active{background-color:#900}.km-pane-wrapper .k-pager-numbers .k-link,.km-pane-wrapper .k-pager-numbers .k-state-selected,.km-pane-wrapper .k-pager-wrap>.k-link{border-radius:0}.km-pane-wrapper .k-pager-nav.k-pager-first{border-radius:4px 0 0 4px}.k-autocomplete.k-state-default,.k-dropdown-wrap.k-state-default,.k-numeric-wrap.k-state-default,.k-picker-wrap.k-state-default{background-image:none;background-position:50% 50%;background-color:#fff;border-color:#ccc}.k-autocomplete.k-state-hover,.k-dropdown-wrap.k-state-hover,.k-numeric-wrap.k-state-hover,.k-picker-wrap.k-state-hover{background-color:#ebebeb;background-image:none;background-position:50% 50%;border-color:#aeaeae}.k-multiselect.k-header{border-color:#ccc}.k-multiselect.k-header.k-state-hover{border-color:#aeaeae}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused{background-color:#ebebeb;background-image:none;background-position:50% 50%;border-color:#76abd9;-webkit-box-shadow:0 0 7px 0 #76abd9;box-shadow:0 0 7px 0 #76abd9}.k-list-container{color:#333}.k-nodata{color:#a1a1a1}.k-dropdown .k-input,.k-dropdown .k-state-focused .k-input,.k-menu .k-popup{color:#333}.k-state-default>.k-select{border-color:#ccc}.k-state-hover>.k-select{border-color:#aeaeae}.k-state-focused>.k-select{border-color:#76abd9}.k-tabstrip:focus{-webkit-box-shadow:0 0 7px 0 #76abd9;box-shadow:0 0 7px 0 #76abd9}.k-panelbar>li.k-state-default>.k-link,.k-tabstrip-items .k-state-default .k-link{color:#428bca}.k-panelbar>li.k-state-default>.k-link.k-state-hover,.k-panelbar>li.k-state-hover>.k-link,.k-tabstrip-items .k-state-hover .k-link{color:#333}.k-panelbar>.k-state-focused.k-state-hover{background:#ebebeb;-webkit-box-shadow:none;box-shadow:none}.k-tabstrip-items .k-state-default{border-color:transparent}.k-tabstrip-items .k-state-hover{border-color:#aeaeae}.k-panelbar .k-tabstrip-items .k-state-active,.k-tabstrip-items .k-state-active{background-color:#fff;background-image:none;border-color:#ccc}.k-panelbar .k-tabstrip-top .k-tabstrip-items .k-state-active,.k-tabstrip-top .k-tabstrip-items .k-state-active{border-bottom-color:#fff}.k-tabstrip .k-content.k-state-active{background-color:#fff;color:#333}.k-menu .k-item,.k-menu.k-header{border-color:#ccc}.k-column-menu,.k-column-menu .k-item,.k-overflow-container .k-overflow-group{border-color:#ccc}.k-overflow-container .k-overflow-group{-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff,0 1px 0 #fff}.k-overflow-container .k-overflow-group+.k-overflow-group,.k-toolbar-first-visible.k-overflow-group{-webkit-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff}.k-toolbar-last-visible.k-overflow-group{-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.k-column-menu .k-separator{border-color:#ccc;background-color:transparent}.k-menu .k-group{border-color:rgba(0,0,0,.2)}.k-grid-filter.k-state-active{background-color:#fff}.k-grid-footer td,.k-group-footer td,.k-grouping-row td{color:#333;border-color:#ccc;font-weight:700}.k-grouping-header{color:#333}.k-grid tr:hover{background-color:#ebebeb}.k-grid .k-filter-row:hover,.k-pivot-rowheaders .k-grid tr:hover{background:0 0}.k-grid td.k-state-focused{-webkit-box-shadow:inset 0 0 0 1px inset 0 0 7px 0 #76abd9;box-shadow:inset 0 0 0 1px inset 0 0 7px 0 #76abd9}.k-grid tr.k-state-focused:hover td{background-color:#d5e5f3}.k-grid td.k-state-selected:hover,.k-grid tr.k-state-selected:hover td{background-color:#3379b5}.k-grid tr.k-state-selected:hover td.k-state-focused,.k-grid tr:hover .k-state-focused.k-state-selected{-webkit-box-shadow:inset 0 0 7px 0 #193c5a;box-shadow:inset 0 0 7px 0 #193c5a}.k-gantt-toolbar .k-state-default,.k-grid .k-grouping-header,.k-grid-header,.k-grid-header-wrap,.k-grouping-header .k-group-indicator,.k-header,.k-pager-wrap,.k-pager-wrap .k-link,.k-pager-wrap .k-textbox{border-color:#ccc}.k-overflow-container .k-primary,.k-primary{color:#fff;border-color:#357ebd;background-image:none;background-position:50% 50%;background-color:#428bca;-webkit-box-shadow:none;box-shadow:none}.k-primary.k-state-focused,.k-primary:focus{color:#fff;border-color:#eef8fc;background-image:none;-webkit-box-shadow:0 0 8px 0 #cbebf5;box-shadow:0 0 8px 0 #cbebf5}.k-primary:hover{color:#fff;border-color:#285e8e;background-image:none;background-color:#3276b1;-webkit-box-shadow:none;box-shadow:none}.k-primary:focus:active:not(.k-state-disabled):not([disabled]),.k-primary:focus:not(.k-state-disabled):not([disabled]){-webkit-box-shadow:0 0 8px 0 #cbebf5;box-shadow:0 0 8px 0 #cbebf5}.k-primary:active{color:#fff;border-color:#285e8e;background-image:none;background-color:#3276b1;-webkit-box-shadow:inset 0 0 8px 0 #76abd9;box-shadow:inset 0 0 8px 0 #76abd9}.k-primary.k-state-disabled,.k-primary.k-state-disabled:active,.k-primary.k-state-disabled:hover,.k-state-disabled .k-primary,.k-state-disabled .k-primary:active,.k-state-disabled .k-primary:hover{color:#fff;border-color:#7aadda;background-color:#82b2dc;background-image:none;-webkit-box-shadow:none;box-shadow:none}.k-pager-numbers .k-link,.k-treeview .k-in{border-color:transparent}.k-grid .k-hierarchy-cell .k-icon,.k-scheduler-table .k-icon,.k-treeview .k-icon{background-color:transparent;border-radius:4px}.k-scheduler-table .k-state-hover .k-icon{background-color:transparent}.k-button:focus,.k-split-button:focus{outline:0}.k-split-button:focus{background-color:#fff;-webkit-box-shadow:0 0 8px 0 #76abd9;box-shadow:0 0 8px 0 #76abd9}.k-split-button:focus>.k-button{background:0 0;border-color:#76abd9}.k-editor .k-tool:focus{outline:0;border-color:#76abd9;-webkit-box-shadow:0 0 7px 0 #76abd9;box-shadow:0 0 7px 0 #76abd9}.k-checkbox-label:before{border-color:#ccc;background:#fff;border-radius:3px}.k-checkbox-label:hover:before,.k-checkbox:checked+.k-checkbox-label:hover:before,.k-checkbox:checked:hover+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before{border-color:#aeaeae;-webkit-box-shadow:none;box-shadow:none}.k-checkbox:checked+.k-checkbox-label:before{background-color:#fff;border-color:#ccc;color:#428bca}.k-checkbox-label:active:before,.k-checkbox:active+.k-checkbox-label:before{-webkit-box-shadow:0 0 2px 0 #76abd9;box-shadow:0 0 2px 0 #76abd9;border-color:#76abd9}.k-checkbox:checked+.k-checkbox-label:before,.k-checkbox:checked:active+.k-checkbox-label:before{-webkit-box-shadow:0 0 2px 0 #76abd9;box-shadow:0 0 2px 0 #76abd9;border-color:#76abd9}.k-checkbox:disabled+.k-checkbox-label{color:#a1a1a1}.k-checkbox:disabled+.k-checkbox-label:hover:before{-webkit-box-shadow:none;box-shadow:none}.k-checkbox:checked:disabled+.k-checkbox-label:active:before,.k-checkbox:checked:disabled+.k-checkbox-label:before,.k-checkbox:checked:disabled+.k-checkbox-label:hover:before,.k-checkbox:disabled+.k-checkbox-label:before{color:#a1a1a1;background:#fff;border-color:#ccc;border-radius:3px}.k-checkbox:focus+.k-checkbox-label:before{border-color:#76abd9;-webkit-box-shadow:0 0 2px 0 #76abd9;box-shadow:0 0 2px 0 #76abd9}.k-checkbox:indeterminate+.k-checkbox-label:after{background-color:#428bca;background-image:none;border-color:#76abd9;border-radius:2px}.k-checkbox:indeterminate:hover+.k-checkbox-label:after{border-color:#428bca;background-color:#428bca}.k-radio-label:before{border-color:#ccc;border-radius:50%;background-color:#fff;border-width:1px}.k-radio-label:hover:before,.k-radio:checked+.k-radio-label:hover:before{border-color:#aeaeae;-webkit-box-shadow:none;box-shadow:none}.k-radio:checked+.k-radio-label:after{background-color:#428bca;border-radius:50%}.k-radio-label:active:before{border-color:#76abd9;-webkit-box-shadow:0 0 2px 0 #76abd9;box-shadow:0 0 2px 0 #76abd9}.k-radio:checked+.k-radio-label:active:before{-webkit-box-shadow:0 0 2px 0 #76abd9;box-shadow:0 0 2px 0 #76abd9;border-color:#76abd9}.k-radio:disabled+.k-radio-label{color:#d2d2d2}.k-radio:disabled+.k-radio-label:active:before,.k-radio:disabled+.k-radio-label:before,.k-radio:disabled+.k-radio-label:hover:after,.k-radio:disabled+.k-radio-label:hover:before{background:#fff;border-color:#ccc;-webkit-box-shadow:none;box-shadow:none}.k-radio:disabled:checked+.k-radio-label:after{background-color:#428bca;opacity:.5}.k-radio:focus+.k-radio-label:before{border-color:#76abd9;-webkit-box-shadow:0 0 2px 0 #76abd9;box-shadow:0 0 2px 0 #76abd9}@media screen and (-ms-high-contrast:active){.k-editor-toolbar-wrap .k-button-group .k-tool:focus,.k-editor-toolbar-wrap .k-dropdown-wrap.k-state-focused{border-color:#fff}}@media only screen and (max-width:1024px){.k-edge .k-pager-numbers .k-current-page .k-link,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ff .k-pager-numbers .k-current-page .k-link,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ie11 .k-pager-numbers .k-current-page .k-link,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-safari .k-pager-numbers .k-current-page .k-link,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-webkit .k-pager-numbers .k-current-page .k-link,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{background-image:none;background-position:50% 50%;background-color:#fff;border-color:#ccc}.k-edge .k-pager-numbers .k-current-page .k-link,.k-ff .k-pager-numbers .k-current-page .k-link,.k-ie11 .k-pager-numbers .k-current-page .k-link,.k-safari .k-pager-numbers .k-current-page .k-link,.k-webkit .k-pager-numbers .k-current-page .k-link{border-color:#ccc}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{border-radius:4px}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li{border-radius:0}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li.k-current-view,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li.k-current-view,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li.k-current-view,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li.k-current-view,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li.k-current-view{border-radius:3px 3px 0 0}.k-edge .k-scheduler-toolbar>ul li:first-child,.k-edge .k-scheduler-toolbar>ul li:first-child .k-link,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views li,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views li .k-link,.k-ff .k-scheduler-toolbar>ul li:first-child,.k-ff .k-scheduler-toolbar>ul li:first-child .k-link,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views li,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views li .k-link,.k-ie11 .k-scheduler-toolbar>ul li:first-child,.k-ie11 .k-scheduler-toolbar>ul li:first-child .k-link,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views li,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views li .k-link,.k-safari .k-scheduler-toolbar>ul li:first-child,.k-safari .k-scheduler-toolbar>ul li:first-child .k-link,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views li,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views li .k-link,.k-webkit .k-scheduler-toolbar>ul li:first-child,.k-webkit .k-scheduler-toolbar>ul li:first-child .k-link,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views li,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views li .k-link{border-radius:0}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views li:last-child,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views li:last-child .k-link,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views li:last-child,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views li:last-child .k-link,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views li:last-child,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views li:last-child .k-link,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views li:last-child,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views li:last-child .k-link,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views li:last-child,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views li:last-child .k-link{border-radius:0 0 3px 3px}.k-edge .k-pager-numbers .k-current-page .k-link:hover,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover,.k-ff .k-pager-numbers .k-current-page .k-link:hover,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover,.k-ie11 .k-pager-numbers .k-current-page .k-link:hover,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover,.k-safari .k-pager-numbers .k-current-page .k-link:hover,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover,.k-webkit .k-pager-numbers .k-current-page .k-link:hover,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover{border-color:#aeaeae;background-image:none;background-color:#ebebeb}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link{color:#333;min-width:75px}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover>.k-link,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover>.k-link,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover>.k-link,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover>.k-link,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover>.k-link{color:#333}.k-edge .k-pager-numbers .k-current-page .k-link:after,.k-edge .k-scheduler-views>li.k-state-selected>.k-link:after,.k-ff .k-pager-numbers .k-current-page .k-link:after,.k-ff .k-scheduler-views>li.k-state-selected>.k-link:after,.k-ie11 .k-pager-numbers .k-current-page .k-link:after,.k-ie11 .k-scheduler-views>li.k-state-selected>.k-link:after,.k-safari .k-pager-numbers .k-current-page .k-link:after,.k-safari .k-scheduler-views>li.k-state-selected>.k-link:after,.k-webkit .k-pager-numbers .k-current-page .k-link:after,.k-webkit .k-scheduler-views>li.k-state-selected>.k-link:after{display:block;content:"";position:absolute;top:50%;margin-top:-.5em;right:.333em;width:1.333em;height:1.333em}.k-edge .k-pager-numbers.k-state-expanded,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ff .k-pager-numbers.k-state-expanded,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ie11 .k-pager-numbers.k-state-expanded,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-safari .k-pager-numbers.k-state-expanded,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-webkit .k-pager-numbers.k-state-expanded,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{border-width:1px 1px 0 1px;border-style:solid;border-color:#ccc;background-color:#f5f5f5;border-radius:4px 4px 0 0;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.2);box-shadow:0 2px 2px 0 rgba(0,0,0,.2)}.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{border-width:1px;background-image:none;border-radius:4px}.k-edge .k-pager-numbers .k-link,.k-edge .k-pager-numbers .k-state-selected,.k-ff .k-pager-numbers .k-link,.k-ff .k-pager-numbers .k-state-selected,.k-ie11 .k-pager-numbers .k-link,.k-ie11 .k-pager-numbers .k-state-selected,.k-safari .k-pager-numbers .k-link,.k-safari .k-pager-numbers .k-state-selected,.k-webkit .k-pager-numbers .k-link,.k-webkit .k-pager-numbers .k-state-selected{border-radius:3px}.k-edge .k-widget.k-grid .k-pager-nav+.k-pager-numbers,.k-ff .k-widget.k-grid .k-pager-nav+.k-pager-numbers,.k-ie11 .k-widget.k-grid .k-pager-nav+.k-pager-numbers,.k-safari .k-widget.k-grid .k-pager-nav+.k-pager-numbers,.k-webkit .k-widget.k-grid .k-pager-nav+.k-pager-numbers{position:absolute}}.k-editor,.k-grid,.k-menu,.k-scheduler{border-radius:4px}.k-grid-header:first-child,.k-grid-toolbar:first-child,.k-grid>.k-grouping-header,.k-scheduler>.k-scheduler-toolbar:first-child{border-radius:3px 3px 0 0}.k-grid-header:first-child th.k-header:first-child,.k-rtl thead.k-grid-header th.k-header:last-child,thead.k-grid-header th.k-header:first-child{border-radius:3px 0 0 0}.k-rtl .k-grid-header:first-child th.k-header:first-child,.k-rtl thead.k-grid-header th.k-header:first-child,thead.k-grid-header th.k-header:last-child{border-radius:0 3px 0 0}.k-grid-pager,.k-scheduler-footer{border-radius:0 0 3px 3px}.k-menu>.k-first{border-radius:3px 0 0 3px}.k-rtl .k-menu>.k-first{border-radius:0 3px 3px 0}.k-widget.k-treeview{color:#428bca}.k-treeview .k-in.k-state-hover{color:#428bca}.k-draghandle.k-state-selected,.k-treeview .k-state-selected{-webkit-box-shadow:none;box-shadow:none}.k-tabstrip-items .k-state-hover .k-link{color:#428bca}.k-tabstrip-items .k-state-active .k-link{color:#333}.k-tabstrip-items .k-state-active .k-link{color:#333}.k-tabstrip-items .k-item{background:0 0}.k-tabstrip-items .k-item.k-state-active{background:#fff}.k-tabstrip-items .k-item.k-state-hover{background:#ebebeb}.k-tabstrip-items .k-state-focused{border-color:#76abd9;-webkit-box-shadow:0 0 7px 0 #76abd9;box-shadow:0 0 7px 0 #76abd9}.k-tabstrip-items .k-state-default.k-state-hover{border-color:#ebebeb}.k-multiselect .k-button{color:#fff;border-color:#357ebd;background-color:#428bca}.k-multiselect .k-button.k-state-hover{border-color:#285e8e;background-color:#3276b1}.k-multiselect .k-button:active{color:#fff;-webkit-box-shadow:inset 0 0 10px 3px #3276b1;box-shadow:inset 0 0 10px 3px #3276b1}.k-list>.k-state-hover{border-color:#ebebeb}.k-scheduler-toolbar>ul>li{background-color:#fff;border-color:#ccc}.k-menu .k-group{background:#fff}.k-menu .k-state-default .k-state-border-down{background-color:#e8e8e8;-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,.125);box-shadow:inset 0 3px 8px rgba(0,0,0,.125)}.k-menu .k-item>.k-state-border-left,.k-menu .k-item>.k-state-border-right{background-color:#428bca;color:#fff}.k-menu .k-state-selected>.k-link{color:#fff;background-color:#428bca;border-color:#428bca;background-image:none}.k-menu .k-link.k-state-active,.k-menu .k-menu-scroll-button:hover,.k-menu .k-state-hover>.k-link{color:#333;background-color:#ebebeb;border-color:#aeaeae;background-image:none}.k-menu .k-state-hover .k-link.k-state-active{background-color:#d9d9d9}.k-slider-track{background-color:#fff;border-color:#ccc;border-radius:0}.k-slider-selection{background-color:#ebebeb;border-radius:0}.k-slider-horizontal .k-tick{background-image:url(Bootstrap/slider-h.gif)}.k-draghandle.k-state-selected,.k-draghandle.k-state-selected:hover,.k-draghandle.k-state-selected:link{background-color:#ccc;border-color:#ccc}.k-draghandle.k-state-focused,.k-draghandle.k-state-focused:link,.k-slider-buttons .k-button:active,.k-slider-buttons .k-button:focus{-webkit-box-shadow:0 0 7px 0 #76abd9;box-shadow:0 0 7px 0 #76abd9;border-color:#76abd9;background-color:#fff}.k-autocomplete.k-state-default,.k-dropdown-wrap.k-state-default,.k-multiselect.k-header,.k-numeric-wrap.k-state-default,.k-picker-wrap.k-state-default{border-color:#ccc}.k-progressbar>.k-state-selected,.k-widget.k-autocomplete,.k-widget.k-combobox,.k-widget.k-datepicker,.k-widget.k-datetimepicker,.k-widget.k-dropdown,.k-widget.k-menu,.k-widget.k-multiselect,.k-widget.k-numerictextbox,.k-widget.k-progressbar,.k-widget.k-timepicker{-webkit-box-shadow:none;box-shadow:none}.k-autocomplete.k-state-default .k-input,.k-combobox .k-state-default .k-input,.k-multiselect-wrap,.k-numeric-wrap.k-state-default .k-input,.k-picker-wrap.k-state-default .k-input,.k-progress-status-wrap,.k-slider-selection,.k-slider-track{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus{background-color:#fff;background-image:none;background-position:50% 50%;border-color:#76abd9;-webkit-box-shadow:0 0 7px 0 #76abd9;box-shadow:0 0 7px 0 #76abd9}.k-autocomplete.k-state-hover,.k-dropdown-wrap.k-state-hover,.k-numeric-wrap.k-state-hover,.k-picker-wrap.k-state-hover,.k-textbox:hover{background-color:#ebebeb;background-image:none;background-position:50% 50%;border-color:#aeaeae}.k-autocomplete.k-state-border-down,.k-dropdown-wrap.k-state-active,.k-numeric-wrap.k-state-active,.k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-picker-wrap.k-state-active{border-color:#ccc;background-color:#ebebeb}.k-grid-filter.k-state-active{border-color:#aeaeae;background-color:#ebebeb;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.075) inset;box-shadow:0 1px 1px rgba(0,0,0,.075) inset}.k-dropdown-wrap.k-state-active.k-state-border-down,.k-numeric-wrap .k-link.k-state-selected,.k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-picker-wrap.k-state-active.k-state-border-down{-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,.125);box-shadow:inset 0 3px 8px rgba(0,0,0,.125)}.k-dropdown-wrap.k-state-active>.k-select,.k-dropdown-wrap.k-state-focused>.k-select,.k-picker-wrap.k-state-active>.k-select,.k-picker-wrap.k-state-focused>.k-select{border-color:#ccc}.k-panelbar>.k-item>.k-link{border-color:#ccc}.k-panelbar>li.k-state-default>.k-link{color:#333}.k-panelbar>.k-state-focused{-webkit-box-shadow:inset 0 0 7px 0 #76abd9;box-shadow:inset 0 0 7px 0 #76abd9}.k-overflow-container .k-button.k-state-active:hover,.k-panelbar>li>.k-link.k-state-selected,.k-split-container .k-button.k-state-active:hover,.k-toolbar .k-button.k-state-active:hover{color:#fff}.k-overflow-container .k-button.k-state-active,.k-panelbar .k-link.k-state-selected.k-state-hover,.k-split-container .k-button.k-state-active,.k-toolbar .k-button.k-state-active{color:#333}.k-listview>.k-state-focused.k-state-selected,.k-state-selected td.k-state-focused,td.k-state-focused.k-state-selected{-webkit-box-shadow:inset 0 0 10px 3px #3276b1;box-shadow:inset 0 0 10px 3px #3276b1}.k-panelbar>.k-state-focused.k-state-hover{background:#ebebeb;-webkit-box-shadow:none;box-shadow:none}.k-panelbar>li .k-state-selected.k-state-hover{-webkit-box-shadow:none;box-shadow:none}.k-pager-wrap{color:#a6a6a6}.k-pager-numbers .k-link,.k-pager-numbers .k-state-selected,.k-pager-wrap>.k-link{border-radius:0}.k-grid tr td{border-style:solid;border-color:#ccc}.k-pager-wrap .k-link{background:#fff;border-color:#ccc;border-right:none}.k-pager-wrap .k-pager-refresh{background:#f5f5f5}.k-pager-wrap .k-link:hover{color:#428bca;border-color:#ccc;background:#ebebeb}.k-grid-header .k-link:link,.k-grid-header .k-link:visited,.k-grid-header .k-nav-current.k-state-hover .k-link,.k-grouping-header .k-link{color:#333}.k-pager-wrap .k-pager-nav.k-pager-last{border-radius:0 4px 4px 0;border-right-color:#ccc}.k-rtl .k-pager-wrap .k-pager-nav.k-pager-last{border-radius:4px 0 0 4px;border-right-width:0}.k-pager-nav.k-pager-first{border-radius:4px 0 0 4px}.k-rtl .k-pager-nav.k-pager-first{border-radius:0 4px 4px 0;border-right-width:1px;border-right-style:solid;border-right-color:#ccc;margin-right:6px}.k-dropzone .k-upload-status{color:#333}.k-file .k-upload-status{color:#333}.k-autocomplete.k-state-border-down,.k-autocomplete.k-state-border-up,.k-datepicker-calendar,.k-dropdown-wrap.k-state-active,.k-filebrowser .k-image,.k-grid .k-filter-options,.k-menu .k-group,.k-multiselect.k-state-focused,.k-picker-wrap.k-state-active,.k-time-popup,.k-tooltip{-webkit-box-shadow:none;box-shadow:none}.k-window{border-color:#ccc}.k-button.k-state-focused,.k-button:focus:active:not(.k-state-disabled):not([disabled]),.k-button:focus:not(.k-state-disabled):not([disabled]),.k-state-focused{-webkit-box-shadow:0 0 7px 0 #76abd9;box-shadow:0 0 7px 0 #76abd9}.k-list>.k-state-focused{-webkit-box-shadow:none;box-shadow:none}.k-button{-webkit-box-shadow:none;box-shadow:none}.k-popup{-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.k-tooltip{-webkit-box-shadow:none;box-shadow:none}.k-list-container{border-color:#ccc}.k-flatcolorpicker .k-hue-slider .k-draghandle{-webkit-box-shadow:0 0 0 1px #c4c4c4;box-shadow:0 0 0 1px #c4c4c4;background:0 0;border:5px solid #fff}.k-flatcolorpicker .k-hue-slider .k-draghandle:focus,.k-flatcolorpicker .k-hue-slider .k-draghandle:hover{border-color:#fff;-webkit-box-shadow:0 0 8px 0 rgba(102,175,233,.75);box-shadow:0 0 8px 0 rgba(102,175,233,.75);border-width:5px;padding:0}.k-pager-numbers .k-link,.k-pager-numbers .k-state-selected{margin-right:0}.k-grid .k-pager-numbers,.k-pager-wrap>.k-link{margin:0}.k-pager-wrap .k-link{border-right:none}.k-pager-wrap .k-link.k-pager-last{border-right-width:1px;border-right-style:solid}.k-button.k-state-disabled:active,.k-button.k-state-disabled:hover,.k-listbox .k-button.k-state-disabled,.k-state-disabled .k-button,.k-state-disabled .k-button:active,.k-state-disabled .k-button:hover{-webkit-box-shadow:none;box-shadow:none}.k-primary:active{color:#fff;border-color:#285e8e;background-image:none;background-color:#3276b1;-webkit-box-shadow:inset 0 0 8px 0 #76abd9;box-shadow:inset 0 0 8px 0 #76abd9}.k-editor-toolbar .k-tool{color:#333;background-color:#fff;border-color:#ccc}.k-editor-toolbar .k-tool.k-state-hover{color:#333;border-color:#aeaeae;background-color:#ebebeb}.k-editor-toolbar .k-state-selected{-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,.125);box-shadow:inset 0 3px 8px rgba(0,0,0,.125);background-color:#ebebeb;border-color:#aeaeae}.k-editor-toolbar .k-button-group .k-tool-icon{border-color:#ccc}.k-splitbar,.k-splitbar:hover{border-color:transparent}.k-button:active{color:#333;background-color:#ebebeb;border-color:#aeaeae}.k-button.k-state-active:hover,.k-button:active:hover{color:#333;border-color:#aeaeae;background-color:#ebebeb}.k-button.k-state-disabled,.k-button.k-state-disabled:active,.k-button.k-state-disabled:active:hover,.k-button.k-state-disabled:hover,.k-button[disabled],.k-state-disabled .k-button,.k-state-disabled .k-button:active,.k-state-disabled .k-button:hover{color:#a1a1a1;border-color:#ccc;background-color:#fff;background-image:none}@media only screen and (max-width:1024px){.k-edge .k-pager-wrap,.k-ff .k-pager-wrap,.k-ie11 .k-pager-wrap,.k-safari .k-pager-wrap,.k-webkit .k-pager-wrap{min-height:2.4em}.k-edge .k-pager-input,.k-edge .k-pager-wrap .k-pager-nav,.k-ff .k-pager-input,.k-ff .k-pager-wrap .k-pager-nav,.k-ie11 .k-pager-input,.k-ie11 .k-pager-wrap .k-pager-nav,.k-safari .k-pager-input,.k-safari .k-pager-wrap .k-pager-nav,.k-webkit .k-pager-input,.k-webkit .k-pager-wrap .k-pager-nav{display:inline-block;vertical-align:top}.k-edge .k-grid .k-pager-numbers,.k-edge .k-pager-numbers,.k-ff .k-grid .k-pager-numbers,.k-ff .k-pager-numbers,.k-ie11 .k-grid .k-pager-numbers,.k-ie11 .k-pager-numbers,.k-safari .k-grid .k-pager-numbers,.k-safari .k-pager-numbers,.k-webkit .k-grid .k-pager-numbers,.k-webkit .k-pager-numbers{position:absolute;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;left:5.6em;overflow:visible;height:auto;-ms-transform:translatey(-100%);transform:translatey(-100%);-webkit-transform:translatey(-100%)}.k-edge .k-grid .k-pager-numbers:first-child,.k-edge .k-pager-numbers:first-child,.k-ff .k-grid .k-pager-numbers:first-child,.k-ff .k-pager-numbers:first-child,.k-ie11 .k-grid .k-pager-numbers:first-child,.k-ie11 .k-pager-numbers:first-child,.k-safari .k-grid .k-pager-numbers:first-child,.k-safari .k-pager-numbers:first-child,.k-webkit .k-grid .k-pager-numbers:first-child,.k-webkit .k-pager-numbers:first-child{left:.3em}.k-edge .km-pane-wrapper .k-pager-numbers .k-link,.k-edge .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-edge .km-pane-wrapper .k-pager-wrap>.k-link,.k-edge .km-pane-wrapper .k-pager-wrap>.k-pager-info,.k-ff .km-pane-wrapper .k-pager-numbers .k-link,.k-ff .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-ff .km-pane-wrapper .k-pager-wrap>.k-link,.k-ff .km-pane-wrapper .k-pager-wrap>.k-pager-info,.k-ie11 .km-pane-wrapper .k-pager-numbers .k-link,.k-ie11 .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-ie11 .km-pane-wrapper .k-pager-wrap>.k-link,.k-ie11 .km-pane-wrapper .k-pager-wrap>.k-pager-info,.k-safari .km-pane-wrapper .k-pager-numbers .k-link,.k-safari .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-safari .km-pane-wrapper .k-pager-wrap>.k-link,.k-safari .km-pane-wrapper .k-pager-wrap>.k-pager-info,.k-webkit .km-pane-wrapper .k-pager-numbers .k-link,.k-webkit .km-pane-wrapper .k-pager-numbers .k-state-selected,.k-webkit .km-pane-wrapper .k-pager-wrap>.k-link,.k-webkit .km-pane-wrapper .k-pager-wrap>.k-pager-info{padding-top:0;padding-bottom:0}.k-edge .km-pane-wrapper .k-pager-nav:first-child+.k-pager-nav+.k-pager-nav,.k-edge .km-pane-wrapper .k-pager-wrap .k-pager-numbers+.k-pager-nav,.k-ff .km-pane-wrapper .k-pager-nav:first-child+.k-pager-nav+.k-pager-nav,.k-ff .km-pane-wrapper .k-pager-wrap .k-pager-numbers+.k-pager-nav,.k-ie11 .km-pane-wrapper .k-pager-nav:first-child+.k-pager-nav+.k-pager-nav,.k-ie11 .km-pane-wrapper .k-pager-wrap .k-pager-numbers+.k-pager-nav,.k-safari .km-pane-wrapper .k-pager-nav:first-child+.k-pager-nav+.k-pager-nav,.k-safari .km-pane-wrapper .k-pager-wrap .k-pager-numbers+.k-pager-nav,.k-webkit .km-pane-wrapper .k-pager-nav:first-child+.k-pager-nav+.k-pager-nav,.k-webkit .km-pane-wrapper .k-pager-wrap .k-pager-numbers+.k-pager-nav{right:2.7em}.k-edge .k-rtl .k-grid .k-pager-numbers,.k-edge .k-rtl .k-pager-numbers,.k-ff .k-rtl .k-grid .k-pager-numbers,.k-ff .k-rtl .k-pager-numbers,.k-ie11 .k-rtl .k-grid .k-pager-numbers,.k-ie11 .k-rtl .k-pager-numbers,.k-safari .k-rtl .k-grid .k-pager-numbers,.k-safari .k-rtl .k-pager-numbers,.k-webkit .k-rtl .k-grid .k-pager-numbers,.k-webkit .k-rtl .k-pager-numbers{right:5.68em;width:4.45em}.k-edge .k-rtl .k-grid .k-pager-numbers:first-child,.k-edge .k-rtl .k-pager-numbers:first-child,.k-ff .k-rtl .k-grid .k-pager-numbers:first-child,.k-ff .k-rtl .k-pager-numbers:first-child,.k-ie11 .k-rtl .k-grid .k-pager-numbers:first-child,.k-ie11 .k-rtl .k-pager-numbers:first-child,.k-safari .k-rtl .k-grid .k-pager-numbers:first-child,.k-safari .k-rtl .k-pager-numbers:first-child,.k-webkit .k-rtl .k-grid .k-pager-numbers:first-child,.k-webkit .k-rtl .k-pager-numbers:first-child{right:.3em}.k-edge .k-grid .k-pager-numbers .k-current-page,.k-edge .k-pager-numbers .k-current-page,.k-ff .k-grid .k-pager-numbers .k-current-page,.k-ff .k-pager-numbers .k-current-page,.k-ie11 .k-grid .k-pager-numbers .k-current-page,.k-ie11 .k-pager-numbers .k-current-page,.k-safari .k-grid .k-pager-numbers .k-current-page,.k-safari .k-pager-numbers .k-current-page,.k-webkit .k-grid .k-pager-numbers .k-current-page,.k-webkit .k-pager-numbers .k-current-page{display:block;border-left:0;-ms-transform:translatey(100%);transform:translatey(100%);-webkit-transform:translatey(100%)}.k-edge .k-pager-numbers li:not(.k-current-page),.k-ff .k-pager-numbers li:not(.k-current-page),.k-ie11 .k-pager-numbers li:not(.k-current-page),.k-safari .k-pager-numbers li:not(.k-current-page),.k-webkit .k-pager-numbers li:not(.k-current-page){display:none}.k-edge .k-pager-numbers .k-current-page .k-link,.k-ff .k-pager-numbers .k-current-page .k-link,.k-ie11 .k-pager-numbers .k-current-page .k-link,.k-safari .k-pager-numbers .k-current-page .k-link,.k-webkit .k-pager-numbers .k-current-page .k-link{width:3.2em;padding:0 .429em 0 .714em;border-radius:4px;border-right:1px solid #ccc;color:#333;background-color:#fff}.k-edge .k-pager-numbers .k-link,.k-ff .k-pager-numbers .k-link,.k-ie11 .k-pager-numbers .k-link,.k-safari .k-pager-numbers .k-link,.k-webkit .k-pager-numbers .k-link{color:#333}.k-edge .k-pager-nav.k-pager-first+.k-link,.k-ff .k-pager-nav.k-pager-first+.k-link,.k-ie11 .k-pager-nav.k-pager-first+.k-link,.k-safari .k-pager-nav.k-pager-first+.k-link,.k-webkit .k-pager-nav.k-pager-first+.k-link{border-right:1px solid #ccc;border-radius:0 4px 4px 0}.k-edge .k-pager-nav.k-pager-first,.k-edge .k-rtl .k-pager-nav.k-pager-first+.k-link,.k-ff .k-pager-nav.k-pager-first,.k-ff .k-rtl .k-pager-nav.k-pager-first+.k-link,.k-ie11 .k-pager-nav.k-pager-first,.k-ie11 .k-rtl .k-pager-nav.k-pager-first+.k-link,.k-safari .k-pager-nav.k-pager-first,.k-safari .k-rtl .k-pager-nav.k-pager-first+.k-link,.k-webkit .k-pager-nav.k-pager-first,.k-webkit .k-rtl .k-pager-nav.k-pager-first+.k-link{border-right:0;border-radius:4px 0 0 4px}.k-edge .k-pager-numbers+.k-link,.k-ff .k-pager-numbers+.k-link,.k-ie11 .k-pager-numbers+.k-link,.k-safari .k-pager-numbers+.k-link,.k-webkit .k-pager-numbers+.k-link{margin-left:5.6em;border-radius:4px 0 0 4px}.k-edge .k-rtl .k-pager-numbers+.k-link,.k-ff .k-rtl .k-pager-numbers+.k-link,.k-ie11 .k-rtl .k-pager-numbers+.k-link,.k-safari .k-rtl .k-pager-numbers+.k-link,.k-webkit .k-rtl .k-pager-numbers+.k-link{margin-right:5.6em;margin-left:0;border-radius:0 4px 4px 0;border-right-width:1px;border-right-style:solid;border-right-color:#ccc}.k-edge .k-pager-numbers .k-link,.k-edge .k-pager-numbers .k-state-selected,.k-ff .k-pager-numbers .k-link,.k-ff .k-pager-numbers .k-state-selected,.k-ie11 .k-pager-numbers .k-link,.k-ie11 .k-pager-numbers .k-state-selected,.k-safari .k-pager-numbers .k-link,.k-safari .k-pager-numbers .k-state-selected,.k-webkit .k-pager-numbers .k-link,.k-webkit .k-pager-numbers .k-state-selected{display:block;margin-right:0;padding:1px 5px 1px 5px;text-align:left}.k-edge .k-pager-numbers.k-state-expanded,.k-ff .k-pager-numbers.k-state-expanded,.k-ie11 .k-pager-numbers.k-state-expanded,.k-safari .k-pager-numbers.k-state-expanded,.k-webkit .k-pager-numbers.k-state-expanded{-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 2px 0;background-color:#fff}.k-edge .k-pager-numbers.k-state-expanded .k-current-page,.k-ff .k-pager-numbers.k-state-expanded .k-current-page,.k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,.k-safari .k-pager-numbers.k-state-expanded .k-current-page,.k-webkit .k-pager-numbers.k-state-expanded .k-current-page{margin:-2em -3px 0;padding:0}.k-edge .k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-ff .k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-ie11 .k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-safari .k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link{border-radius:0 0 4px 4px}.k-edge .k-pager-numbers.k-state-expanded li,.k-ff .k-pager-numbers.k-state-expanded li,.k-ie11 .k-pager-numbers.k-state-expanded li,.k-safari .k-pager-numbers.k-state-expanded li,.k-webkit .k-pager-numbers.k-state-expanded li{display:inline-block}.k-edge .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link,.k-ff .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link,.k-ie11 .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link,.k-safari .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link,.k-webkit .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link{border:0;background-color:#fff;border-radius:3px}.k-edge .k-pager-numbers .k-state-selected,.k-ff .k-pager-numbers .k-state-selected,.k-ie11 .k-pager-numbers .k-state-selected,.k-safari .k-pager-numbers .k-state-selected,.k-webkit .k-pager-numbers .k-state-selected{border-radius:3px}.k-edge .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link:hover,.k-ff .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link:hover,.k-ie11 .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link:hover,.k-safari .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link:hover,.k-webkit .k-pager-numbers.k-state-expanded li:not(.k-current-page) .k-link:hover{color:#333;background-color:#ebebeb}}@media only screen and (max-width:640px){.k-edge .k-pager-info,.k-ff .k-pager-info,.k-ie11 .k-pager-info,.k-safari .k-pager-info,.k-webkit .k-pager-info{display:none}}@media only screen and (max-width:480px){.k-edge .k-pager-sizes,.k-ff .k-pager-sizes,.k-ie11 .k-pager-sizes,.k-safari .k-pager-sizes,.k-webkit .k-pager-sizes{display:none}}.k-chart .k-selection{border-color:#ccc;-webkit-transition:border-color .2s linear,-webkit-box-shadow .2s linear;transition:border-color .2s linear,-webkit-box-shadow .2s linear;transition:box-shadow .2s linear,border-color .2s linear;transition:box-shadow .2s linear,border-color .2s linear,-webkit-box-shadow .2s linear}.k-chart .k-selection:hover{border-color:#9e9e9e}.k-chart .k-handle{background-color:#fff;width:15px;height:15px;-webkit-box-shadow:0 0 0 2px rgba(0,0,0,.1);box-shadow:0 0 0 2px rgba(0,0,0,.1);border-radius:10px}.k-chart .k-handle:hover{background-color:#fff;border-color:#ccc;-webkit-box-shadow:0 0 0 2px rgba(0,0,0,.3);box-shadow:0 0 0 2px rgba(0,0,0,.3)}.k-chart .k-left-handle{left:-8px}.k-chart .k-right-handle{right:-8px}.k-chart .k-navigator-hint .k-tooltip{border:3px solid #fff;-webkit-box-shadow:0 0 0 3px rgba(0,0,0,.2);box-shadow:0 0 0 3px rgba(0,0,0,.2);background:#fff;color:#676767}.k-chart .k-navigator-hint .k-scroll{background:rgba(0,124,204,.7);height:4px}.k-chart .k-tooltip,.k-chart-crosshair-tooltip,.k-chart-shared-tooltip,.k-sparkline .k-tooltip{background-image:none}.k-map .k-marker{background-image:url(Bootstrap/markers.png)}@media only screen and (-webkit-min-device-pixel-ratio:1.2),only screen and (min-device-pixel-ratio:1.2){.k-map .k-marker{background-image:url(Bootstrap/markers_2x.png)}}.k-spreadsheet-column-header,.k-spreadsheet-row-header{background-color:#fff}.k-spreadsheet-column-header,.k-spreadsheet-row-header,.k-spreadsheet-top-corner{background-color:#ebebeb;background-image:none;color:#000;border-color:#b8b8b8}.k-spreadsheet-top-corner{border-color:#b8b8b8}.k-spreadsheet-top-corner:after{border-color:transparent #b8b8b8 #b8b8b8 transparent}.k-spreadsheet-pane{border-color:#b8b8b8}.k-spreadsheet-pane .k-spreadsheet-haxis,.k-spreadsheet-pane .k-spreadsheet-vaxis{border-color:#d2d2d2}.k-spreadsheet-pane .k-spreadsheet-column-header,.k-spreadsheet-pane .k-spreadsheet-row-header{border-color:#b8b8b8}.k-spreadsheet-pane .k-spreadsheet-merged-cell{background-color:#fff}.k-spreadsheet-pane .k-selection-full,.k-spreadsheet-pane .k-selection-partial{border-color:rgba(66,139,202,.2);background-color:rgba(66,139,202,.2)}.k-spreadsheet-pane .k-filter-range{border-color:#428bca}.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-full,.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-partial{border-bottom-color:#428bca}.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-full,.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-partial{border-right-color:#428bca}.k-auto-fill,.k-spreadsheet-selection{border-color:#428bca;-webkit-box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #428bca;box-shadow:inset 0 0 0 1px #fff,0 0 0 1px #428bca}.k-spreadsheet-selection{background-color:rgba(66,139,202,.2)}.k-spreadsheet-active-cell{border-color:#428bca!important;background-color:#fff}.k-spreadsheet-active-cell.k-single{color:#333;background-color:#fff}.k-spreadsheet .k-spreadsheet-action-bar{background-color:#fff;border-color:#ccc}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor{border-color:#b8b8b8}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before{border-color:#b8b8b8}.k-spreadsheet .k-spreadsheet-formula-input{background-color:#fff;color:#333}.k-spreadsheet .k-resize-handle,.k-spreadsheet .k-resize-hint-handle,.k-spreadsheet .k-resize-hint-marker{background-color:#428bca}.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-handle,.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-marker{background-color:#428bca}.k-spreadsheet .k-single-selection::after{background-color:#428bca;border-color:#fff}.k-spreadsheet .k-auto-fill-punch{background-color:rgba(255,255,255,.5)}.k-spreadsheet .k-single-selection.k-dim-auto-fill-handle::after{background-color:rgba(66,139,202,.5)}.k-spreadsheet-format-cells .k-spreadsheet-preview{border-color:#ccc}.k-spreadsheet-filter{border-radius:4px;background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #d2d2d2;box-shadow:inset 0 0 0 1px #d2d2d2}.k-spreadsheet-filter.k-state-active{color:#fff;background-color:#428bca}.k-spreadsheet-filter:hover{color:#333;background:#ebebeb;border-color:#d7d7d7}.k-action-window .k-action-buttons{border-color:#ccc}.k-spreadsheet-sample{color:grey}.k-state-selected .k-spreadsheet-sample{color:inherit}.k-spreadsheet-window .k-list,.k-spreadsheet-window .k-list-wrapper{border-color:#ccc;border-radius:4px}.k-spreadsheet-window .export-config,.k-spreadsheet-window .k-edit-field>.k-orientation-label{border-color:#ccc}.k-spreadsheet-window .k-edit-field>input[type=radio]:checked+.k-orientation-label{background-image:none;background-color:#428bca;color:#fff}.k-spreadsheet-window .k-page-orientation{border-color:#c7c7c7;-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,.1);box-shadow:0 5px 5px 0 rgba(0,0,0,.1)}.k-spreadsheet-window .k-page-orientation:before{background:#fff;border-color:transparent;border-bottom-color:#c7c7c7;border-left-color:#c7c7c7}.k-spreadsheet-window .k-margins-horizontal,.k-spreadsheet-window .k-margins-vertical{background:0 0;border-color:#ccc}.k-spreadsheet-window .hint-wrapper:before{background:#ccc}.k-spreadsheet-toolbar.k-toolbar .k-button-group .k-button{border-radius:4px}.k-spreadsheet-toolbar>.k-button,.k-spreadsheet-toolbar>.k-button-group,.k-spreadsheet-toolbar>.k-widget{border-radius:4px}.k-spreadsheet-toolbar>.k-separator{border-color:#ccc}.k-spreadsheet-toolbar .k-overflow-anchor{border-radius:0}.k-spreadsheet-popup{border-radius:4px}.k-spreadsheet-popup .k-separator{background-color:#ccc}.k-spreadsheet-popup .k-button{background-color:transparent}.k-spreadsheet-popup .k-button:hover{background-color:#ebebeb}.k-spreadsheet-popup .k-state-active{background-color:#428bca;color:#000}.k-spreadsheet-popup .k-state-active:hover{background-color:#3071a9}.k-spreadsheet-filter-menu .k-details{border-color:#ccc}.k-spreadsheet-filter-menu .k-details-content .k-space-right{background-color:#fff}.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper{background-color:#fff;border-color:#ccc;border-radius:4px 0 0 4px}.k-syntax-ref{color:#f82}.k-syntax-num{color:#09f}.k-syntax-func{font-weight:700}.k-syntax-str{color:#38b714}.k-syntax-error{color:red}.k-syntax-bool{color:#a9169c}.k-syntax-startexp{font-weight:700}.k-syntax-paren-match{background-color:#caf200}.k-series-a{border-color:#428bca;background-color:rgba(66,139,202,.15)}.k-series-b{border-color:#5bc0de;background-color:rgba(91,192,222,.15)}.k-series-c{border-color:#5cb85c;background-color:rgba(92,184,92,.15)}.k-series-d{border-color:#f2b661;background-color:rgba(242,182,97,.15)}.k-series-e{border-color:#e67d4a;background-color:rgba(230,125,74,.15)}.k-series-f{border-color:#da3b36;background-color:rgba(218,59,54,.15)}.k-spreadsheet-sheets-remove:hover .k-icon{color:#c22}.k-spreadsheet-formula-list .k-state-focused{background-color:#428bca;color:#fff}.k-spreadsheet .k-widget[data-property=fontSize]{width:70px}.k-spreadsheet .k-widget[data-property=format]{width:100px}.k-spreadsheet .k-widget[data-property=fontFamily]{width:130px}.k-window .k-popup-edit-form .k-edit-field input.k-checkbox{margin-top:1.1em}.k-window .k-popup-edit-form .k-edit-field label.k-checkbox-label{margin-top:.8em}.k-dialog .k-window-titlebar{padding:1.1em 1em;border-color:#ebebeb;background:#fff}.k-dialog .k-window-titlebar .k-dialog-title{font-size:1.1em}.k-dialog a.k-dialog-action.k-dialog-close{position:absolute;padding:1.1em;right:0;top:0;line-height:1em;cursor:pointer;z-index:10000}.k-dialog.k-dialog-titleless a.k-dialog-action.k-dialog-close{right:.5em;top:.5em}.k-dialog .k-content{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.k-dialog.k-dialog-titleless .k-content{border-top-right-radius:4px;border-top-left-radius:4px}.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched{width:100%}.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button{display:inline-block;padding:.9em 0 .9em 0;border-radius:0;border-bottom:0;border-width:1px 0 0 1px;border-color:#ebebeb}.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:first-child{border-bottom-left-radius:4px;border-left:0}.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:last-child{border-bottom-right-radius:4px;border-right:0}.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal{width:auto;padding:1em;text-align:right;border-top:1px solid #ebebeb}.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button{margin-left:.5em}.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button:first-child{margin-left:0}.k-rtl .k-dialog a.k-dialog-action.k-dialog-close{left:.5em}.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:first-child{border-bottom-right-radius:4px}.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:last-child{border-bottom-left-radius:4px}.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal{text-align:left}.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button{margin-left:0;margin-right:.5em}.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button:first-child{margin-right:0}.k-editor-dialog .k-tabstrip-items{border-color:#ccc}.k-numeric-wrap .k-i-warning{color:#d92800;position:absolute;top:0;right:1.9em;width:1.9em}.k-numeric-wrap.k-state-invalid{border-color:#d92800}.k-numeric-wrap.k-state-invalid .k-select{border-color:#d92800}.k-numeric-wrap.k-state-invalid input{color:#d92800}.k-rtl .k-numeric-wrap.k-state-invalid .k-i-warning{right:auto;left:1.9em}.k-maskedtextbox.k-state-invalid .k-textbox{border-color:#d92800;color:#d92800}.k-maskedtextbox.k-state-invalid .k-i-warning{color:#d92800}.k-dateinput.k-state-invalid .k-textbox{color:#d92800;border-color:#d92800}.k-dateinput.k-state-invalid .k-i-warning{margin-left:0;margin-right:.7em;color:#d92800}.k-rtl .k-dateinput .k-i-warning{margin-right:0;margin-left:.7em}.k-datepicker .k-picker-wrap.k-state-invalid,.k-timepicker .k-picker-wrap.k-state-invalid{border-color:#d92800}.k-datepicker .k-picker-wrap.k-state-invalid .k-input,.k-timepicker .k-picker-wrap.k-state-invalid .k-input{color:#d92800}.k-datepicker .k-picker-wrap .k-i-warning,.k-timepicker .k-picker-wrap .k-i-warning{color:#d92800;margin-left:0;margin-right:2.1em}.k-rtl .k-datepicker .k-picker-wrap .k-i-warning,.k-rtl .k-timepicker .k-picker-wrap .k-i-warning{margin-right:0;margin-left:2.1em}.k-datetimepicker .k-picker-wrap.k-state-invalid{border-color:#d92800}.k-datetimepicker .k-picker-wrap.k-state-invalid .k-input{color:#d92800}.k-datetimepicker .k-picker-wrap .k-i-warning{color:#d92800;margin-left:0;margin-right:4.3em}.k-rtl .k-datetimepicker .k-picker-wrap .k-icon.k-i-warning{margin-right:0;margin-left:4.3em}.k-listbox .k-list-scroller{padding:2px;border-color:#ccc;background-color:#fff}.k-listbox .k-item:hover{border-color:transparent}.k-listbox .k-item.k-state-focused{border-radius:4px;-webkit-box-shadow:inset 0 0 2px 0 #428bca,inset 0 0 7px 0 #76abd9;box-shadow:inset 0 0 2px 0 #428bca,inset 0 0 7px 0 #76abd9}.k-listbox .k-drop-hint{height:0;border-top:1px solid #428bca}.k-grid-header .k-i-sort-asc-sm,.k-grid-header .k-i-sort-desc-sm,.k-grid-header .k-sort-order{color:#428bca}.k-menu-scroll-button{border-color:#ccc;color:#333;background-image:none;background-position:50% 50%;background-color:#f5f5f5}
/*# sourceMappingURL=kendo.bootstrap.min.css.map */

/*-------------------------------------
zTree Style

version:	3.5.19
author:		Hunter.z
email:		hunter.z@263.net
website:	http://code.google.com/p/jquerytree/

-------------------------------------*/

.ztree * {padding:0; margin:0; font-size:12px; font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif}
.ztree {margin:-15px; padding:5px; color:#333; min-height:250px; max-height:350px; overflow-x:hidden; overflow-y:auto;}
.ztree li{padding:0; margin:0; list-style:none; line-height:24px; text-align:left; white-space:nowrap; outline:0}
.ztree li ul{ margin:0; padding:0 0 0 18px}
.ztree li ul.line{ background:url(./img/line_conn.gif) 0 0 repeat-y;}

.ztree li a {padding:1px 3px 0 0; margin:0; cursor:pointer; height:17px; color:#333; background-color: transparent;
	text-decoration:none; vertical-align:top; display: inline-block}
.ztree li a:hover {text-decoration:underline}
/*.ztree li a.curSelectedNode {padding-top:0px; background-color:#FFE6B0; color:black; height:16px; border:1px #FFB951 solid; opacity:0.8;}
.ztree li a.curSelectedNode_Edit {padding-top:0px; background-color:#FFE6B0; color:black; height:16px; border:1px #FFB951 solid; opacity:0.8;}*/
.ztree li a.tmpTargetNode_inner {padding-top:0px; background-color:#316AC5; color:white; height:16px; border:1px #316AC5 solid;
	opacity:0.8; filter:alpha(opacity=80)}
.ztree li a.tmpTargetNode_prev {}
.ztree li a.tmpTargetNode_next {}
.ztree li a input.rename {height:14px; width:80px; padding:0; margin:0;
	font-size:12px; border:1px #7EC4CC solid; *border:0px}
.ztree li span {line-height:16px; margin-right:2px}
.ztree li span.button {line-height:0; margin:0; width:16px; height:16px; display: inline-block; vertical-align:middle;
	border:0 none; cursor: pointer;outline:none;
	background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
	background-image:url("./img/zTreeStandard.png"); *background-image:url("./img/zTreeStandard.gif")}

.ztree li span.button.chk {width:13px; height:13px; margin:0 3px 0 0; cursor: auto}
.ztree li span.button.chk.checkbox_false_full {background-position:0 0}
.ztree li span.button.chk.checkbox_false_full_focus {background-position:0 -14px}
.ztree li span.button.chk.checkbox_false_part {background-position:0 -28px}
.ztree li span.button.chk.checkbox_false_part_focus {background-position:0 -42px}
.ztree li span.button.chk.checkbox_false_disable {background-position:0 -56px}
.ztree li span.button.chk.checkbox_true_full {background-position:-14px 0}
.ztree li span.button.chk.checkbox_true_full_focus {background-position:-14px -14px}
.ztree li span.button.chk.checkbox_true_part {background-position:-14px -28px}
.ztree li span.button.chk.checkbox_true_part_focus {background-position:-14px -42px}
.ztree li span.button.chk.checkbox_true_disable {background-position:-14px -56px}
.ztree li span.button.chk.radio_false_full {background-position:-28px 0}
.ztree li span.button.chk.radio_false_full_focus {background-position:-28px -14px}
.ztree li span.button.chk.radio_false_part {background-position:-28px -28px}
.ztree li span.button.chk.radio_false_part_focus {background-position:-28px -42px}
.ztree li span.button.chk.radio_false_disable {background-position:-28px -56px}
.ztree li span.button.chk.radio_true_full {background-position:-42px 0}
.ztree li span.button.chk.radio_true_full_focus {background-position:-42px -14px}
.ztree li span.button.chk.radio_true_part {background-position:-42px -28px}
.ztree li span.button.chk.radio_true_part_focus {background-position:-42px -42px}
.ztree li span.button.chk.radio_true_disable {background-position:-42px -56px}

.ztree li span.button.switch {width:18px; height:18px}
.ztree li span.button.root_open{background-position:-92px -54px}
.ztree li span.button.root_close{background-position:-74px -54px}
.ztree li span.button.roots_open{background-position:-92px 0}
.ztree li span.button.roots_close{background-position:-74px 0}
.ztree li span.button.center_open{background-position:-92px -18px}
.ztree li span.button.center_close{background-position:-74px -18px}
.ztree li span.button.bottom_open{background-position:-92px -36px}
.ztree li span.button.bottom_close{background-position:-74px -36px}
.ztree li span.button.noline_open{background-position:-92px -72px}
.ztree li span.button.noline_close{background-position:-74px -72px}
.ztree li span.button.root_docu{ background:none;}
.ztree li span.button.roots_docu{background-position:-56px 0}
.ztree li span.button.center_docu{background-position:-56px -18px}
.ztree li span.button.bottom_docu{background-position:-56px -36px}
.ztree li span.button.noline_docu{ background:none;}

    .ztree li span.button.ico_open {
        margin-right: 2px;
        background-position: -110px -16px;
        vertical-align: middle;
        *vertical-align: middle
    }
    .ztree li span.button.ico_close {
        margin-right: 2px;
        background-position: -110px 0;
        vertical-align: middle;
        *vertical-align: middle
    }
    .ztree li span.button.ico_docu {
        margin-right: 2px;
        background-position: -110px -32px;
        vertical-align: middle;
        *vertical-align: middle
    }
.ztree li span.button.edit {margin-right:2px; background-position:-110px -48px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.remove {margin-right:2px; background-position:-110px -64px; vertical-align:top; *vertical-align:middle}

.ztree li span.button.ico_loading{margin-right:2px; background:url(./img/loading.gif) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}

ul.tmpTargetzTree {background-color:#FFE6B0; opacity:0.8; filter:alpha(opacity=80)}

span.tmpzTreeMove_arrow {width:16px; height:16px; display: inline-block; padding:0; margin:2px 0 0 1px; border:0 none; position:absolute;
	background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
	background-position:-110px -80px; background-image:url("./img/zTreeStandard.png"); *background-image:url("./img/zTreeStandard.gif")}

ul.ztree.zTreeDragUL {margin:0; padding:0; position:absolute; width:auto; height:auto;overflow:hidden; background-color:#cfcfcf; border:1px #00B83F dotted; opacity:0.8; filter:alpha(opacity=80)}
.zTreeMask {z-index:10000; background-color:#cfcfcf; opacity:0.0; filter:alpha(opacity=0); position:absolute}

/* level style*/
/*.ztree li span.button.level0 {
	display:none;
}
.ztree li ul.level0 {
	padding:0;
	background:none;
}*/


.ztree li a.curSelectedNode {
    background-color: #cfd7e2;
    height: 24px;
}
html,body{padding:0;margin:0;width:100%;height:100%;overflow-y:hidden;}textarea{resize:none;}#bodyContent{overflow-y:auto;border-left:1px solid #cfd7e2;}.control-action{height:20px;}.ng-hide{display:none;}.formError{position:absolute;display:block;cursor:pointer;text-align:left;z-index:990;}.formError .formErrorContent{width:100%;background:#e7505a;position:relative;color:#fff;min-width:120px;font-size:11px;border:1px solid #ddd;box-shadow:0 0 6px #000;-moz-box-shadow:0 0 6px #000;-webkit-box-shadow:0 0 6px #000;-o-box-shadow:0 0 6px #000;padding:4px 10px 4px 10px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;-o-border-radius:6px;z-index:991;}.formError.inline{position:relative;top:0;left:0;display:inline-block;}.formError.inline .formErrorContent{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;border:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0;}.formError .formErrorArrow{z-index:996;width:15px;margin:-2px 0 0 10px;position:relative;}.formError .formErrorArrowTopBack{border-width:10px;border-style:solid dashed dashed;border-color:#eee transparent transparent;top:1px;font-size:0;line-height:0;}.formError .formErrorArrowTopBack .formErrorArrowTop{border-width:9px;border-style:solid dashed dashed;border-color:#e7505a transparent transparent;font-size:0;line-height:0;top:0;left:1px;position:absolute;}.formError .formErrorArrowBottom{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;margin:0 0 0 12px;top:2px;}.formError .formErrorArrowBottom div{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-o-box-shadow:none;}.ui-dialog .formError{z-index:5000;}.ui-dialog .formError .formErrorContent{z-index:5001;}.ui-dialog .formError .formErrorArrow{z-index:5006;}.modal-backdrop.fade.in{background-color:#358ecc!important;opacity:.1;}.inputContainer{position:relative;float:left;}.ajaxSubmit{padding:20px;background:#55ea55;border:1px solid #999;display:none;}.greenPopup .formErrorContent{background:#e7505a;}.blackPopup .formErrorContent{background:#e7505a;color:#fff;}body[dir=rtl] .formError .formErrorArrow,body.rtl .formError .formErrorArrow{margin:-2px 13px 0 0;}.dt-button-background{display:none!important;}div.dt-button-collection{border:1px solid #eee;background:#fff;box-shadow:5px 5px rgba(102,102,102,.1);padding:0;}div.dt-button-collection>a.dt-button{background:none;padding:8px 16px;font-weight:300;margin:1px 1px;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;box-shadow:none!important;border:0!important;}div.dt-button-collection>a.dt-button.active>span{color:#333;}button.dt-button,div.dt-button,a.dt-button{background-image:none!important;padding:6px 12px!important;}button.dt-button:last-child,div.dt-button:last-child,a.dt-button:last-child{margin-right:0;}.portlet.light .portlet-body .dt-buttons{margin-top:-64px;float:right;}.portlet.box .portlet-body .dt-buttons{margin-top:-50px;float:right;}.portlet.box .portlet-title{color:#4f4f59;}.btn-min{min-width:80px;}.k-grid .k-grid-header th.k-header{padding:1em .6em 1em .6em;font-weight:bold;}.k-grid .k-state-selected a{color:#fff;}.k-grid .k-grid-header th.k-header.text-center{text-align:center;}.k-grid .k-grid-content{min-height:40px;}.k-grid .k-grid-content table{border-bottom:1px solid #dcdcdc;}.k-grid tr td{padding:10px .6em;}.k-grid tr td .fa{font-size:15px;}.k-grid .k-state-selected{background-color:#5080fb;border-color:#4867b5;}.p-0{padding:0!important;}.p-t0{padding-top:0;}.p-l0{padding-left:0;}.p-r0{padding-right:0;}.p-b0{padding-bottom:0;}.m-0{margin:0!important;}.m-t0{margin-top:0;}.m-l0{margin-left:0;}.m-r0{margin-right:0;}.m-b0{margin-bottom:0;}.p-1{padding:1em!important;}.p-t1{padding-top:1em;}.p-l1{padding-left:1em;}.p-r1{padding-right:1em;}.p-b1{padding-bottom:1em;}.m-1{margin:1em!important;}.m-t1{margin-top:1em;}.m-l1{margin-left:1em;}.m-r1{margin-right:1em;}.m-b1{margin-bottom:1em;}.p-2{padding:2em!important;}.p-t2{padding-top:2em;}.p-l2{padding-left:2em;}.p-r2{padding-right:2em;}.p-b2{padding-bottom:2em;}.m-2{margin:2em!important;}.m-t2{margin-top:2em;}.m-l2{margin-left:2em;}.m-r2{margin-right:2em;}.m-b2{margin-bottom:2em;}.p-3{padding:3em!important;}.p-t3{padding-top:3em;}.p-l3{padding-left:3em;}.p-r3{padding-right:3em;}.p-b3{padding-bottom:3em;}.m-3{margin:3em!important;}.m-t3{margin-top:3em;}.m-l3{margin-left:3em;}.m-r3{margin-right:3em;}.m-b3{margin-bottom:3em;}table.table-td-p0 thead{background-color:#f5f5f5;padding:10px;}table.table-td-p0 tbody>tr>td{padding:2px 5px;}#fileUpload{width:100%;}#fileUpload .fileInput{height:1px;position:absolute;top:-9px;width:100%;}#fileUpload .fileInput input{width:1px;height:1px;border:0;background-color:transparent;overflow:hidden;}#fileUpload .uploadBox{display:none;}#fileUpload .fileShow{border:1px solid #ccc;}#fileUpload .fileShow label{margin:0;cursor:pointer;display:flex;}#fileUpload .fileShow .fileSelect{line-height:60px;text-align:center;background-color:#5bc0de;border-right:1px solid #5bc0de;padding:5px 15px;color:#fff;font-weight:bold;}#fileUpload .fileShow .fileImg{margin:5px 10px;border-radius:50%!important;width:60px;height:60px;overflow:hidden;}#fileUpload .fileShow .fileImg img{width:100%;}#fileUpload .fileShow .logoImg{margin:10px 10px 0 10px;border-radius:0;width:120px;height:50px;overflow:hidden;line-height:50px;}#fileUpload .fileShow .logoImg img{width:100%;}#fileUpload .fileShow .logoImg img.org{height:50px;width:auto!important;}#fileUpload .tip{border-top:1px solid #ced4da;color:#856404;background-color:#fff3cd;padding:10px;}#fileUpload.disabled .fileShow{border:1px solid #ccc;}#fileUpload.disabled .fileShow label{cursor:default;}#fileUpload.disabled .fileShow label .fileSelect{background-color:#f4f4f4;border-right:1px solid #ccc;color:#666;}#fileUpload.disabled .fileShow label img{-webkit-filter:none!important;-moz-filter:none!important;-ms-filter:none!important;-o-filter:none!important;filter:none!important;}#filesUpload .control-label{display:block;}#filesUpload #txtFiles{height:1px;top:30px;left:25px;position:absolute;width:100%;max-width:150px;overflow:hidden;background-color:transparent;border:0;}.form-group{margin-bottom:8px;}.form-group .control-label{font-weight:bold;}.form-group textarea.form-control{height:70px!important;}.form-group input.k-textbox,.form-group textarea.k-textbox{padding:4px 12px;}.form-check{padding-left:5px;}.form-check .form-check-inline{display:inline-block;}.form-check .form-check-label{position:relative;vertical-align:top;text-indent:10px;padding:0 15px 0 15px;line-height:32px;cursor:pointer;margin-right:10px;}.form-check .form-check-label:after{font:normal normal normal 28px/1 FontAwesome;position:absolute;vertical-align:middle;line-height:32px;top:0;left:-15px;width:32px;height:32px;content:"";color:#5080fb;background-color:#fff;}.form-check input[type=radio]:checked+.form-check-label:after{content:"";color:#5080fb;}.form-check input[type=radio]:disabled+.form-check-label:after{color:#c7cace;}.form-check input[type=checkbox]:checked+.form-check-label:after{content:"";color:#5080fb;}.form-check input[type=checkbox]:disabled+.form-check-label:after{color:#c7cace;}.view .input,.view .textarea{padding:0 12px;font-size:14px;line-height:32px;min-height:32px;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;}.view .textarea{max-height:250px;overflow-y:auto;}fieldset[disabled] .form-control{background-color:#f8f8f8;}.k-slider .k-slider-track{border-radius:.25rem;background:#d9edf7;}.k-slider .k-draghandle{color:#fff;background-color:#f00;border:0;}.k-slider .k-draghandle:hover{color:#fff;background-color:#025aa5;border:0;}.tiles .tile.disabled{background-color:#999!important;}.tiles .tile.disabled *,.tiles .tile.disabled .tile-body p{color:#ccc!important;}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;}input[type=number]{-moz-appearance:textfield;}#teethBox{width:99%;height:250px;background-color:#fafafa;margin:auto;overflow:auto;text-align:center;}#teethBox span{background-color:#ccc;transform-origin:center bottom;margin:5px 5px;display:inline-block;position:absolute;text-align:center;}#teethBox span.s11{width:23.2px;height:22px;top:2px;left:223.8px;line-height:22px;}#teethBox span.so11{width:20.2px;height:19px;top:2px;left:223.8px;line-height:22px;}#teethBox span.s21{width:23.2px;height:22px;top:2px;right:223.8px;line-height:22px;}#teethBox span.so21{width:20.2px;height:19px;top:2px;right:223.8px;line-height:22px;}#teethBox span.s41{width:23.2px;height:22px;top:68px;left:223.8px;line-height:22px;}#teethBox span.so41{width:20.2px;height:19px;top:68px;left:223.8px;line-height:22px;}#teethBox span.s31{width:23.2px;height:22px;top:68px;right:223.8px;line-height:22px;}#teethBox span.so31{width:20.2px;height:19px;top:68px;right:223.8px;line-height:22px;}#teethBox span.s12{width:24.4px;height:24px;top:6px;left:196.4px;line-height:24px;}#teethBox span.so12{width:21.4px;height:21px;top:6px;left:196.4px;line-height:24px;}#teethBox span.s22{width:24.4px;height:24px;top:6px;right:196.4px;line-height:24px;}#teethBox span.so22{width:21.4px;height:21px;top:6px;right:196.4px;line-height:24px;}#teethBox span.s42{width:24.4px;height:24px;top:64px;left:196.4px;line-height:24px;}#teethBox span.so42{width:21.4px;height:21px;top:64px;left:196.4px;line-height:24px;}#teethBox span.s32{width:24.4px;height:24px;top:64px;right:196.4px;line-height:24px;}#teethBox span.so32{width:21.4px;height:21px;top:64px;right:196.4px;line-height:24px;}#teethBox span.s13{width:25.6px;height:26px;top:12px;left:167.8px;line-height:26px;}#teethBox span.so13{width:22.6px;height:23px;top:12px;left:167.8px;line-height:26px;}#teethBox span.s23{width:25.6px;height:26px;top:12px;right:167.8px;line-height:26px;}#teethBox span.so23{width:22.6px;height:23px;top:12px;right:167.8px;line-height:26px;}#teethBox span.s43{width:25.6px;height:26px;top:58px;left:167.8px;line-height:26px;}#teethBox span.so43{width:22.6px;height:23px;top:58px;left:167.8px;line-height:26px;}#teethBox span.s33{width:25.6px;height:26px;top:58px;right:167.8px;line-height:26px;}#teethBox span.so33{width:22.6px;height:23px;top:58px;right:167.8px;line-height:26px;}#teethBox span.s14{width:26.8px;height:28px;top:20px;left:138px;line-height:28px;}#teethBox span.so14{width:23.8px;height:25px;top:20px;left:138px;line-height:28px;}#teethBox span.s24{width:26.8px;height:28px;top:20px;right:138px;line-height:28px;}#teethBox span.so24{width:23.8px;height:25px;top:20px;right:138px;line-height:28px;}#teethBox span.s44{width:26.8px;height:28px;top:50px;left:138px;line-height:28px;}#teethBox span.so44{width:23.8px;height:25px;top:50px;left:138px;line-height:28px;}#teethBox span.s34{width:26.8px;height:28px;top:50px;right:138px;line-height:28px;}#teethBox span.so34{width:23.8px;height:25px;top:50px;right:138px;line-height:28px;}#teethBox span.s15{width:28px;height:30px;top:30px;left:107px;line-height:30px;}#teethBox span.so15{width:25px;height:27px;top:30px;left:107px;line-height:30px;}#teethBox span.s25{width:28px;height:30px;top:30px;right:107px;line-height:30px;}#teethBox span.so25{width:25px;height:27px;top:30px;right:107px;line-height:30px;}#teethBox span.s45{width:28px;height:30px;top:40px;left:107px;line-height:30px;}#teethBox span.so45{width:25px;height:27px;top:40px;left:107px;line-height:30px;}#teethBox span.s35{width:28px;height:30px;top:40px;right:107px;line-height:30px;}#teethBox span.so35{width:25px;height:27px;top:40px;right:107px;line-height:30px;}#teethBox span.s16{width:29.2px;height:32px;top:42px;left:74.8px;line-height:32px;}#teethBox span.so16{width:26.2px;height:29px;top:42px;left:74.8px;line-height:32px;}#teethBox span.s26{width:29.2px;height:32px;top:42px;right:74.8px;line-height:32px;}#teethBox span.so26{width:26.2px;height:29px;top:42px;right:74.8px;line-height:32px;}#teethBox span.s46{width:29.2px;height:32px;top:28px;left:74.8px;line-height:32px;}#teethBox span.so46{width:26.2px;height:29px;top:28px;left:74.8px;line-height:32px;}#teethBox span.s36{width:29.2px;height:32px;top:28px;right:74.8px;line-height:32px;}#teethBox span.so36{width:26.2px;height:29px;top:28px;right:74.8px;line-height:32px;}#teethBox span.s17{width:30.4px;height:34px;top:56px;left:41.4px;line-height:34px;}#teethBox span.so17{width:27.4px;height:31px;top:56px;left:41.4px;line-height:34px;}#teethBox span.s27{width:30.4px;height:34px;top:56px;right:41.4px;line-height:34px;}#teethBox span.so27{width:27.4px;height:31px;top:56px;right:41.4px;line-height:34px;}#teethBox span.s47{width:30.4px;height:34px;top:14px;left:41.4px;line-height:34px;}#teethBox span.so47{width:27.4px;height:31px;top:14px;left:41.4px;line-height:34px;}#teethBox span.s37{width:30.4px;height:34px;top:14px;right:41.4px;line-height:34px;}#teethBox span.so37{width:27.4px;height:31px;top:14px;right:41.4px;line-height:34px;}#teethBox span.s18{width:31.6px;height:36px;top:72px;left:6.8px;line-height:36px;}#teethBox span.so18{width:28.6px;height:33px;top:72px;left:6.8px;line-height:36px;}#teethBox span.s28{width:31.6px;height:36px;top:72px;right:6.8px;line-height:36px;}#teethBox span.so28{width:28.6px;height:33px;top:72px;right:6.8px;line-height:36px;}#teethBox span.s48{width:31.6px;height:36px;top:-2px;left:6.8px;line-height:36px;}#teethBox span.so48{width:28.6px;height:33px;top:-2px;left:6.8px;line-height:36px;}#teethBox span.s38{width:31.6px;height:36px;top:-2px;right:6.8px;line-height:36px;}#teethBox span.so38{width:28.6px;height:33px;top:-2px;right:6.8px;line-height:36px;}#teethBox .original{display:none;}#teethBox #maxillary,#teethBox #mandibular{width:520px;height:120px;overflow:hidden;position:relative;margin:auto;}#teethBox #maxillary.active span,#teethBox #mandibular.active span{background-color:#5c75e3;color:#fff;cursor:pointer;}#teethBox #maxillary.active span.active,#teethBox #mandibular.active span.active{background-color:#f79406;}#teethBox.disabled #maxillary.active span,#teethBox.disabled #mandibular.active span{background-color:#bfc8ec;color:#756e6e;cursor:default;}#teethBox.disabled #maxillary.active span.active,#teethBox.disabled #mandibular.active span.active{background-color:#efdc86;}#teethBox.readonly #maxillary.active span,#teethBox.readonly #mandibular.active span{background-color:#b0b8d8;color:#fff;cursor:default;}#teethBox.readonly #maxillary.active span.active,#teethBox.readonly #mandibular.active span.active{background-color:#e7505a;}#teethBox.readonly button{cursor:default;}#teethBox #maxillary{margin-top:10px;}#teethBox #maxillary span{border-radius:50%/100% 100% 20% 20%!important;}#teethBox #mandibular span{border-radius:20% 20% 50% 50%!important;}#teethBox #teethAction{height:75px;color:#5c75e3;line-height:18px;width:200px;left:50%;margin-left:-95px;position:absolute;top:90px;z-index:1;}#teethBox.original{height:330px;}#teethBox.original .original,#teethBox.original .treatment{position:relative;display:block;}#teethBox.original #maxillary{margin-bottom:15px;height:150px;}#teethBox.original #maxillary .original{top:45px;}#teethBox.original #mandibular{margin-top:15px;height:150px;}#teethBox.original #mandibular .treatment{top:45px;}#teethBox.original #teethAction{top:120px;}#teethBoxMore{width:99%;height:320px;background-color:#fafafa;margin:auto;overflow:auto;text-align:center;}#teethBoxMore span{background-color:#ccc;background-image:linear-gradient(#ccc,#e0d9d9);transform-origin:center bottom;margin:5px 5px;display:inline-block;position:absolute;text-align:center;box-shadow:0 3px 1px #aaa;}#teethBoxMore span.s51{width:24.2px;height:22px;top:13px;left:122.8px;line-height:22px;}#teethBoxMore span.so51{width:21.2px;height:19px;top:13px;left:122.8px;line-height:22px;}#teethBoxMore span.s61{width:24.2px;height:22px;top:13px;right:122.8px;line-height:22px;}#teethBoxMore span.so61{width:21.2px;height:19px;top:13px;right:122.8px;line-height:22px;}#teethBoxMore span.s81{width:24.2px;height:22px;top:97px;left:122.8px;line-height:22px;}#teethBoxMore span.so81{width:21.2px;height:19px;top:97px;left:122.8px;line-height:22px;}#teethBoxMore span.s71{width:24.2px;height:22px;top:97px;right:122.8px;line-height:22px;}#teethBoxMore span.so71{width:21.2px;height:19px;top:97px;right:122.8px;line-height:22px;}#teethBoxMore span.s52{width:25.4px;height:24px;top:19px;left:94.4px;line-height:24px;}#teethBoxMore span.so52{width:22.4px;height:21px;top:19px;left:94.4px;line-height:24px;}#teethBoxMore span.s62{width:25.4px;height:24px;top:19px;right:94.4px;line-height:24px;}#teethBoxMore span.so62{width:22.4px;height:21px;top:19px;right:94.4px;line-height:24px;}#teethBoxMore span.s82{width:25.4px;height:24px;top:91px;left:94.4px;line-height:24px;}#teethBoxMore span.so82{width:22.4px;height:21px;top:91px;left:94.4px;line-height:24px;}#teethBoxMore span.s72{width:25.4px;height:24px;top:91px;right:94.4px;line-height:24px;}#teethBoxMore span.so72{width:22.4px;height:21px;top:91px;right:94.4px;line-height:24px;}#teethBoxMore span.s53{width:26.6px;height:26px;top:28px;left:64.8px;line-height:26px;}#teethBoxMore span.so53{width:23.6px;height:23px;top:28px;left:64.8px;line-height:26px;}#teethBoxMore span.s63{width:26.6px;height:26px;top:28px;right:64.8px;line-height:26px;}#teethBoxMore span.so63{width:23.6px;height:23px;top:28px;right:64.8px;line-height:26px;}#teethBoxMore span.s83{width:26.6px;height:26px;top:82px;left:64.8px;line-height:26px;}#teethBoxMore span.so83{width:23.6px;height:23px;top:82px;left:64.8px;line-height:26px;}#teethBoxMore span.s73{width:26.6px;height:26px;top:82px;right:64.8px;line-height:26px;}#teethBoxMore span.so73{width:23.6px;height:23px;top:82px;right:64.8px;line-height:26px;}#teethBoxMore span.s54{width:27.8px;height:28px;top:40px;left:34px;line-height:28px;}#teethBoxMore span.so54{width:24.8px;height:25px;top:40px;left:34px;line-height:28px;}#teethBoxMore span.s64{width:27.8px;height:28px;top:40px;right:34px;line-height:28px;}#teethBoxMore span.so64{width:24.8px;height:25px;top:40px;right:34px;line-height:28px;}#teethBoxMore span.s84{width:27.8px;height:28px;top:70px;left:34px;line-height:28px;}#teethBoxMore span.so84{width:24.8px;height:25px;top:70px;left:34px;line-height:28px;}#teethBoxMore span.s74{width:27.8px;height:28px;top:70px;right:34px;line-height:28px;}#teethBoxMore span.so74{width:24.8px;height:25px;top:70px;right:34px;line-height:28px;}#teethBoxMore span.s55{width:29px;height:30px;top:55px;left:2px;line-height:30px;}#teethBoxMore span.so55{width:26px;height:27px;top:55px;left:2px;line-height:30px;}#teethBoxMore span.s65{width:29px;height:30px;top:55px;right:2px;line-height:30px;}#teethBoxMore span.so65{width:26px;height:27px;top:55px;right:2px;line-height:30px;}#teethBoxMore span.s85{width:29px;height:30px;top:55px;left:2px;line-height:30px;}#teethBoxMore span.so85{width:26px;height:27px;top:55px;left:2px;line-height:30px;}#teethBoxMore span.s75{width:29px;height:30px;top:55px;right:2px;line-height:30px;}#teethBoxMore span.so75{width:26px;height:27px;top:55px;right:2px;line-height:30px;}#teethBoxMore span.s11{width:23.2px;height:22px;top:32px;left:223.8px;line-height:22px;}#teethBoxMore span.so11{width:20.2px;height:19px;top:32px;left:223.8px;line-height:22px;}#teethBoxMore span.s21{width:23.2px;height:22px;top:32px;right:223.8px;line-height:22px;}#teethBoxMore span.so21{width:20.2px;height:19px;top:32px;right:223.8px;line-height:22px;}#teethBoxMore span.s41{width:23.2px;height:22px;top:68px;left:223.8px;line-height:22px;}#teethBoxMore span.so41{width:20.2px;height:19px;top:68px;left:223.8px;line-height:22px;}#teethBoxMore span.s31{width:23.2px;height:22px;top:68px;right:223.8px;line-height:22px;}#teethBoxMore span.so31{width:20.2px;height:19px;top:68px;right:223.8px;line-height:22px;}#teethBoxMore span.s12{width:24.4px;height:24px;top:36px;left:196.4px;line-height:24px;}#teethBoxMore span.so12{width:21.4px;height:21px;top:36px;left:196.4px;line-height:24px;}#teethBoxMore span.s22{width:24.4px;height:24px;top:36px;right:196.4px;line-height:24px;}#teethBoxMore span.so22{width:21.4px;height:21px;top:36px;right:196.4px;line-height:24px;}#teethBoxMore span.s42{width:24.4px;height:24px;top:64px;left:196.4px;line-height:24px;}#teethBoxMore span.so42{width:21.4px;height:21px;top:64px;left:196.4px;line-height:24px;}#teethBoxMore span.s32{width:24.4px;height:24px;top:64px;right:196.4px;line-height:24px;}#teethBoxMore span.so32{width:21.4px;height:21px;top:64px;right:196.4px;line-height:24px;}#teethBoxMore span.s13{width:25.6px;height:26px;top:42px;left:167.8px;line-height:26px;}#teethBoxMore span.so13{width:22.6px;height:23px;top:42px;left:167.8px;line-height:26px;}#teethBoxMore span.s23{width:25.6px;height:26px;top:42px;right:167.8px;line-height:26px;}#teethBoxMore span.so23{width:22.6px;height:23px;top:42px;right:167.8px;line-height:26px;}#teethBoxMore span.s43{width:25.6px;height:26px;top:58px;left:167.8px;line-height:26px;}#teethBoxMore span.so43{width:22.6px;height:23px;top:58px;left:167.8px;line-height:26px;}#teethBoxMore span.s33{width:25.6px;height:26px;top:58px;right:167.8px;line-height:26px;}#teethBoxMore span.so33{width:22.6px;height:23px;top:58px;right:167.8px;line-height:26px;}#teethBoxMore span.s14{width:26.8px;height:28px;top:50px;left:138px;line-height:28px;}#teethBoxMore span.so14{width:23.8px;height:25px;top:50px;left:138px;line-height:28px;}#teethBoxMore span.s24{width:26.8px;height:28px;top:50px;right:138px;line-height:28px;}#teethBoxMore span.so24{width:23.8px;height:25px;top:50px;right:138px;line-height:28px;}#teethBoxMore span.s44{width:26.8px;height:28px;top:50px;left:138px;line-height:28px;}#teethBoxMore span.so44{width:23.8px;height:25px;top:50px;left:138px;line-height:28px;}#teethBoxMore span.s34{width:26.8px;height:28px;top:50px;right:138px;line-height:28px;}#teethBoxMore span.so34{width:23.8px;height:25px;top:50px;right:138px;line-height:28px;}#teethBoxMore span.s15{width:28px;height:30px;top:60px;left:107px;line-height:30px;}#teethBoxMore span.so15{width:25px;height:27px;top:60px;left:107px;line-height:30px;}#teethBoxMore span.s25{width:28px;height:30px;top:60px;right:107px;line-height:30px;}#teethBoxMore span.so25{width:25px;height:27px;top:60px;right:107px;line-height:30px;}#teethBoxMore span.s45{width:28px;height:30px;top:40px;left:107px;line-height:30px;}#teethBoxMore span.so45{width:25px;height:27px;top:40px;left:107px;line-height:30px;}#teethBoxMore span.s35{width:28px;height:30px;top:40px;right:107px;line-height:30px;}#teethBoxMore span.so35{width:25px;height:27px;top:40px;right:107px;line-height:30px;}#teethBoxMore span.s16{width:29.2px;height:32px;top:72px;left:74.8px;line-height:32px;}#teethBoxMore span.so16{width:26.2px;height:29px;top:72px;left:74.8px;line-height:32px;}#teethBoxMore span.s26{width:29.2px;height:32px;top:72px;right:74.8px;line-height:32px;}#teethBoxMore span.so26{width:26.2px;height:29px;top:72px;right:74.8px;line-height:32px;}#teethBoxMore span.s46{width:29.2px;height:32px;top:28px;left:74.8px;line-height:32px;}#teethBoxMore span.so46{width:26.2px;height:29px;top:28px;left:74.8px;line-height:32px;}#teethBoxMore span.s36{width:29.2px;height:32px;top:28px;right:74.8px;line-height:32px;}#teethBoxMore span.so36{width:26.2px;height:29px;top:28px;right:74.8px;line-height:32px;}#teethBoxMore span.s17{width:30.4px;height:34px;top:86px;left:41.4px;line-height:34px;}#teethBoxMore span.so17{width:27.4px;height:31px;top:86px;left:41.4px;line-height:34px;}#teethBoxMore span.s27{width:30.4px;height:34px;top:86px;right:41.4px;line-height:34px;}#teethBoxMore span.so27{width:27.4px;height:31px;top:86px;right:41.4px;line-height:34px;}#teethBoxMore span.s47{width:30.4px;height:34px;top:14px;left:41.4px;line-height:34px;}#teethBoxMore span.so47{width:27.4px;height:31px;top:14px;left:41.4px;line-height:34px;}#teethBoxMore span.s37{width:30.4px;height:34px;top:14px;right:41.4px;line-height:34px;}#teethBoxMore span.so37{width:27.4px;height:31px;top:14px;right:41.4px;line-height:34px;}#teethBoxMore span.s18{width:31.6px;height:36px;top:102px;left:6.8px;line-height:36px;}#teethBoxMore span.so18{width:28.6px;height:33px;top:102px;left:6.8px;line-height:36px;}#teethBoxMore span.s28{width:31.6px;height:36px;top:102px;right:6.8px;line-height:36px;}#teethBoxMore span.so28{width:28.6px;height:33px;top:102px;right:6.8px;line-height:36px;}#teethBoxMore span.s48{width:31.6px;height:36px;top:-2px;left:6.8px;line-height:36px;}#teethBoxMore span.so48{width:28.6px;height:33px;top:-2px;left:6.8px;line-height:36px;}#teethBoxMore span.s38{width:31.6px;height:36px;top:-2px;right:6.8px;line-height:36px;}#teethBoxMore span.so38{width:28.6px;height:33px;top:-2px;right:6.8px;line-height:36px;}#teethBoxMore .original{display:none;}#teethBoxMore .maxillary,#teethBoxMore .mandibular{width:700px;height:150px;overflow:hidden;position:relative;margin:auto;}#teethBoxMore .maxillary.active span,#teethBoxMore .mandibular.active span{background-color:#5c75e3;background-image:linear-gradient(#5c75e3,#0658ab);color:#fff;cursor:pointer;}#teethBoxMore .maxillary.active span.active,#teethBoxMore .mandibular.active span.active{background-color:#f79406;background-image:linear-gradient(#f79406,#e43a45);}#teethBoxMore.disabled .maxillary.active span,#teethBoxMore.disabled .mandibular.active span{background-color:#bfc8ec;background-image:linear-gradient(#bfc8ec,#e7e7e7);color:#756e6e;cursor:default;}#teethBoxMore.disabled .maxillary.active span.active,#teethBoxMore.disabled .mandibular.active span.active{background-color:#efdc86;background-image:linear-gradient(#efdc86,#f7a206);}#teethBoxMore.readonly .maxillary.active span,#teethBoxMore.readonly .mandibular.active span{background-color:#b0b8d8;background-image:linear-gradient(#b0b8d8,#e7e7e7);color:#fff;cursor:default;}#teethBoxMore.readonly .maxillary.active span.active,#teethBoxMore.readonly .mandibular.active span.active{background-color:#e7505a;background-image:linear-gradient(#e7505a,#e7e7e7);}#teethBoxMore.readonly button{cursor:default;}#teethBoxMore .maxillary{margin-top:10px;}#teethBoxMore .maxillary span{border-radius:50%/100% 100% 20% 20%!important;}#teethBoxMore .mandibular span{border-radius:20% 20% 50% 50%!important;}#teethBoxMore #teethAction{height:75px;color:#5c75e3;line-height:18px;width:200px;left:50%;margin-left:-95px;position:absolute;top:100px;z-index:1;}#teethBoxMore #teethAction .btn{box-shadow:0 3px 1px #aaa!important;}#teethBoxMore #teethAction div{padding:10px;}#teethBoxMore.original{height:330px;}#teethBoxMore.original .original,#teethBoxMore.original .treatment{position:relative;display:block;}#teethBoxMore.original .maxillary{margin-bottom:15px;height:150px;}#teethBoxMore.original .maxillary .original{top:45px;}#teethBoxMore.original .mandibular{margin-top:15px;height:150px;}#teethBoxMore.original .mandibular .treatment{top:45px;}#teethBoxMore.original #teethAction{top:120px;}.teethDesign-box{display:block;margin-bottom:1rem;width:100%;border:1px solid #ddd;overflow:hidden;border-radius:4px!important;}.teethDesign-box .teethDesign-content{width:100%;background-color:#fafafa;cursor:pointer;}.teethDesign-box .teethDesign-content .teethDesign-dropZone{min-height:120px;text-align:center;font-size:35px;line-height:120px;}.teethDesign-box .teethDesign-content .teethDesign-img{padding:1rem;text-align:center;}.teethDesign-box .teethDesign-content .teethDesign-img img{margin:auto;max-height:350px;max-width:90%;}.teethDesign-box.disabled .teethDesign-content{background-color:#dfdfdf;cursor:default;}.teethDesign-box.disabled .teethDesign-content .teethDesign-dropZone{color:#999;}.teethDesign-box.disabled .teethDesign-content .teethDesign-img img{-webkit-filter:none!important;-moz-filter:none!important;-ms-filter:none!important;-o-filter:none!important;filter:none!important;}#ddlImplantManufacturer_listbox .k-item{border-bottom:1px solid #eee;}#ddlImplantManufacturer_listbox .k-item.k-state-selected{background-color:#b6d8f3;}#ddlImplantManufacturer_listbox .k-item .implantManufacturerImg{width:125px;height:40px;display:inline-block;vertical-align:middle;margin-left:15px;}#ddlImplantManufacturer_listbox .k-item .implantManufacturerImg img{height:40px;}.shadeImage{text-align:center;}.shadeImage img{margin:auto;}#mainContent .page-title{padding-left:20px;}#mainContent .subtitle{line-height:30px;margin:10px 0;font-size:20px;padding-left:30px;}#mainContent .subtitle i{background-image:url(img/subtitle.png);background-repeat:no-repeat;vertical-align:middle;display:inline-block;width:20px;height:25px;}#mainContent .subtitle i.org{background-position-y:-100px;}#mainContent .subtitle span{margin:0 50px 0 5px;}.incompleteBox{border-top:1px solid #cfd7e2;border-bottom:1px solid #cfd7e2;background:linear-gradient(to bottom,#f0f0f0,#fff,#fff 80%);}.incompleteBox .row>div{min-height:130px;padding:5px 20px;}.incompleteBox .row>div:first-child{padding-left:35px;}.incompleteBox .row>div:first-child .progress{background-color:#d8e6fe;}.incompleteBox .row>div:first-child .progress .progress-bar{background-color:#fc5152;background:linear-gradient(to right,#f65358,#7476d7);background:radial-gradient(linear,25% 0%,100% 100%,from(#f65358),to(#7476d7));}.incompleteBox .row>div:nth-child(2){border-left:1px solid #cfd7e2;border-right:1px solid #cfd7e2;}.incompleteBox .row>div:nth-child(2) .progress{background-color:#ffedd5;}.incompleteBox .row>div:nth-child(2) .progress .progress-bar{background-color:#e4ab59;}.incompleteBox .row>div:last-child{padding-right:35px;}.incompleteBox .row>div:last-child .progress{background-color:#cdeff1;}.incompleteBox .row>div:last-child .progress .progress-bar{background-color:#54babf;background:linear-gradient(to right,#5085f5,#55babf);background:radial-gradient(linear,5% 0%,50% 100%,from(#5085f5),to(#55babf));}.incompleteBox h3{font-size:16px;font-weight:bold;margin-top:10px;}.incompleteBox p{margin:10px 0;}.incompleteBox .winTab{font-weight:bold;color:#50b9bf;text-decoration:none;}.incompleteBox .tooltip{opacity:0;padding:5px 0;margin-top:-3px;margin-left:-120px;top:-10px;left:50%;}.incompleteBox .tooltip .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#5180fb;border-width:5px 5px 0;}.incompleteBox .tooltip .tooltip-inner{font-size:15px;max-width:280px;padding:10px 20px;color:#fff;text-align:left;text-decoration:none;background-color:#5180fb;border-radius:5px!important;}.incompleteBox .tooltip .tooltip-inner span{font-size:30px;float:left;display:inline-block;width:45px;}.incompleteBox .progress{overflow:initial;border-radius:10px!important;margin-bottom:5px;}.incompleteBox .progress:hover .tooltip{transition:opacity 1s;opacity:1;}.incompleteBox .progress-bar{border-radius:10px!important;-moz-box-shadow:1px 1px 11px #333;-webkit-box-shadow:1px 1px 11px #333;box-shadow:1px 1px 11px #333;}.openCases{background:#fff;}.openCases .head-title{height:65px;padding:5px 20px;background:linear-gradient(to bottom,#f0f0f0,#fff,#fff 80%);}.openCases .head-title img{float:left;margin-right:20px;}.openCases .head-title .caption h3{margin:10px 0 0 0;font-weight:500;}.openCases .head-title .caption h3 i{padding-left:10px;color:#5180fb;}.openCases .head-title .caption sub{color:#9ea2ac;font-size:1em;}.openCases .head-title .sortby{padding-top:20px;text-align:right;}.openCases .head-title .sortby label{padding-right:10px;}.openCases .head-title .sortby .k-input{text-align:left;font-weight:bold;}.openCases .k-grid{border:0;}.openCases .k-grid .k-grid-header th.k-header{background-color:#fff;border-left:0;}.openCases .k-grid .k-grid-header th.k-header:first-child{padding-left:35px;}.openCases .k-grid tr{background-color:rgba(249,240,230,.6);}.openCases .k-grid tr td{border-width:0 0 0 0;padding:5px .6em;}.openCases .k-grid tr td:first-child{border-left:4px solid #e4ab59;padding-left:35px;}.openCases .k-grid tr.Green{background-color:rgba(231,244,247,.6);}.openCases .k-grid tr.Green td:first-child{border-color:#54babf;}.openCases .k-grid tr.Red{background-color:rgba(249,234,236,.6);}.openCases .k-grid tr.Red td:first-child{border-color:#fc5152;}.openCases .k-grid tr.k-alt{background-color:#f9f0e6;}.openCases .k-grid tr.k-alt.Green{background-color:#e7f4f7;}.openCases .k-grid tr.k-alt.Red{background-color:#f9eaec;}.openCases .Status-bar{background-color:#fafafc;border:1px solid #ccc;border-width:1px 0;padding:10px 20px;font-size:1.2em;}.openCases .Status-bar i{display:inline-block;width:14px;height:14px;border-radius:50%;margin:0 5px 0 25px;}.openCases .Status-bar i.Critical{background-color:#fc5152;margin-left:10px;}.openCases .Status-bar i.Normal{background-color:#e4ab59;}.openCases .Status-bar i.Low{background-color:#54babf;}.k-dropdown .k-input{text-indent:12px;}.k-listbox .k-item,.k-popup .k-list .k-item{padding:0 12px;}.k-popup .k-list .k-state-focused,.k-popup .k-list .k-state-hover,.k-popup .k-list .k-state-selected{padding:0 12px;}.taskRefresh{color:#265379;line-height:45px;height:35px;padding-right:20px;font-weight:bold;font-size:15px;}.taskRefresh span,.taskRefresh i{padding-left:5px;}.taskRefresh i{cursor:pointer;color:#428bca;}.taskRefresh.flash{animation:taskflash 2000ms infinite;-webkit-animation:taskflash 2000ms infinite;}.taskRefresh.flash i{color:#17d217;cursor:pointer;}@keyframes taskflash{from{color:#428bca;}to{color:#f11313;}}@-webkit-keyframes taskflash{from{color:#428bca;}to{color:#f11313;}}#message-list{border:1px solid #ccc;min-height:400px;height:calc(100vh - 350px);border-radius:4px;box-shadow:inset 0 0 5px 1px rgba(100,100,100,.1);overflow-y:scroll;overflow-x:hidden;background-color:#fafcfb;display:none;}#message-list .chat-list{margin:24px auto 0 auto;padding:0 20px;list-style:none;}#message-list .chat-list li{position:relative;clear:both;display:inline-block;padding:16px 40px 16px 20px;margin:0 0 40px 0;font:16px/20px "Noto Sans",sans-serif;border-radius:10px!important;background-color:rgba(25,147,147,.2);}#message-list .chat-list li.time{width:100%;background-color:transparent!important;text-align:center;font-size:14px;color:#999!important;padding:10px 0;}#message-list .chat-list li.time:after{display:none;}#message-list .chat-list li .user-info{position:absolute;top:-25px;width:50px;height:50px;}#message-list .chat-list li .user-info .user-box{position:relative;}#message-list .chat-list li .user-info .user-box .avatar{width:50px;height:50px;border-radius:50px!important;overflow:hidden;border:1px solid #181e62;}#message-list .chat-list li .user-info .user-box .avatar img{width:50px;height:50px;margin:0;}#message-list .chat-list li .user-info .user-box .nick-name{position:relative;right:-70px;top:-50px;width:150px;font-size:13px;color:#777;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-all;overflow-wrap:break-word;}#message-list .chat-list li:after{position:absolute;top:15px;content:"";width:0;height:0;border-top:15px solid rgba(25,147,147,.2);}#message-list .chat-list li.clearfix{width:100%;background-color:transparent;clear:both;}#message-list .chat-list li.clearfix:after{display:none;}#message-list .chat-list li.my{animation:show-chat-odd .15s 1 ease-in;-moz-animation:show-chat-odd .15s 1 ease-in;-webkit-animation:show-chat-odd .15s 1 ease-in;float:right;margin-right:70px;color:#333;background-color:#26c281;}#message-list .chat-list li.my.time{margin:0!important;}#message-list .chat-list li.my:after{border-right:15px solid transparent;border-top:15px solid #26c281;right:-15px;}#message-list .chat-list li.my .user-info{right:-70px;top:-10px;}#message-list .chat-list li.you{animation:show-chat-even .15s 1 ease-in;-moz-animation:show-chat-even .15s 1 ease-in;-webkit-animation:show-chat-even .15s 1 ease-in;float:left;margin-left:70px;color:#333;}#message-list .chat-list li.you.time{margin:0 0 20px 0!important;}#message-list .chat-list li.you:after{border-left:15px solid transparent;left:-15px;}#message-list .chat-list li.you .user-info{left:-70px;}.input-group .form-control:first-child{border-top-right-radius:0!important;border-bottom-right-radius:0!important;}.tab-box{margin:10px 20px;}.tab-box .nav-tabs{margin-bottom:0;}.tab-box .nav-tabs>li>a{border:1px solid #eee;font-weight:bold;font-size:1.5rem;padding:10px 30px;}.tab-box .nav-tabs>li.active>a{background-color:#f2f2f2!important;border:1px solid #ccc;border-bottom:0;}.tab-box .tab-content{border:1px solid #ccc;border-top:0;}.form-check-input{display:none;}#userPic-content{text-align:center;}#userPic-content #fileUserPic-box{padding-top:1rem;}#userPic-content #fileUserPic-box #fileUserPic-label{height:220px;width:220px;background-color:#f3f4f8;margin:auto;border-radius:50%!important;line-height:220px;overflow:hidden;cursor:pointer;}#userPic-content #fileUserPic-box #fileUserPic-label .img{width:220px;height:220px;display:flex;}#userPic-content #fileUserPic-box #fileUserPic-label .img i{font-size:180px;margin:auto;}#userPic-content #fileUserPic-box #fileUserPic-label img{width:100%;margin:auto;}#userPic-content #fileUserPic-box .k-upload{height:1px;width:1px;overflow:hidden;z-index:1;position:absolute;top:-1000px;}#userPic-content .file-tip{padding:20px 20px 0 20px;text-align:left;color:#666;}fieldset[disabled] #userPic-content #fileUserPic-box #fileUserPic{display:none;}fieldset[disabled] #userPic-content #fileUserPic-box #fileUserPic-label{cursor:default;}fieldset[disabled] #userPic-content #fileUserPic-box #fileUserPic-label img{-webkit-filter:none!important;-moz-filter:none!important;-ms-filter:none!important;-o-filter:none!important;filter:none!important;}fieldset[disabled] img{-webkit-filter:none!important;-moz-filter:none!important;-ms-filter:none!important;-o-filter:none!important;filter:none!important;}#schedulerContent .k-scheduler-table .k-today,#schedulerContent .k-today>.k-scheduler-datecolumn,#schedulerContent .k-today>.k-scheduler-groupcolumn{background-color:#fefff5;}#schedulerContent .k-event .item-template{cursor:default;}#schedulerContent .k-event .item-template.item-open{cursor:pointer;}#schedulerContent .item-template{display:flex;height:100%;}#schedulerContent .item-template>div{width:100%;height:100%;}#schedulerContent .item-template>div .item-padding{width:100%;height:100%;}#schedulerContent .image a{display:block;width:22px;height:22px;line-height:21px;background-color:#eff2f5;border-radius:5px!important;text-align:center;color:#6f30eb;font-size:13px;margin-top:2px;margin-right:3px;border-radius:50%!important;float:right;}#schedulerContent .image a:hover{background-color:#cdd3d8;}.appointment-status{margin:5px 0;display:flex;list-style:none;padding:0;}.appointment-status li{padding:8px 30px 8px 0;}.appointment-status li span{width:12px;height:12px;border-radius:50%!important;display:inline-block;}.appointment-status li.OP span{background-color:#999;}.appointment-status li.PD span{background-color:#f79d02;}.appointment-status li.AP span{background-color:#4db98c;}.appointment-status li.RJ span{background-color:#e7505a;}.appointment-status li.AV span{background-color:rgba(215,232,247,.9);}.appointment-status li.NS span{background-color:#f00;}.item-Appointment{font-size:12px!important;}.referralListTypes .form-check-label{min-width:200px;}.openReferral .portlet-title h2{margin:5px;}.openReferral .portlet-title span{text-align:center;display:inline-block;background-color:#f7f7f7;border-radius:50%!important;padding:10px;}.openReferral .portlet-title .fa-share-alt{color:#8fadfb;}.mainAppointments .portlet-title h2{margin:5px;}.mainAppointments .portlet-title span{text-align:center;display:inline-block;background-color:#f7f7f7;border-radius:50%!important;padding:10px;}.mainAppointments .portlet-title .fa-share-alt{color:#8fadfb;}#formLogo{width:100%;}#formLogo .logoImg{border-radius:0;width:160px;height:160px;overflow:hidden;}#treeMenu{position:absolute;display:none;top:100px;left:100px;background-color:#dddee5;text-align:left;padding:0;box-shadow:rgba(50,50,93,.25) 0 13px 27px -5px,rgba(0,0,0,.3) 0 8px 16px -8px;z-index:10;}#treeMenu ul{padding:0;margin:0;}#treeMenu ul li{margin:1px;padding:5px 10px;cursor:pointer;list-style:none outside none;background-color:#f5f6fa;}#treeMenu ul li:hover{background-color:#ebedf7;}#treeFolder{position:absolute;display:none;top:100px;left:100px;background-color:#dddee5;text-align:left;padding:0;box-shadow:rgba(50,50,93,.25) 0 13px 27px -5px,rgba(0,0,0,.3) 0 8px 16px -8px;z-index:10;}#treeFolder ul{padding:0;margin:0;}#treeFolder ul li{margin:1px;padding:5px 10px;cursor:pointer;list-style:none outside none;background-color:#f5f6fa;}#treeFolder ul li:hover{background-color:#ebedf7;}#treeFolderRename{position:absolute;display:none;top:100px;left:100px;background-color:#dddee5;text-align:left;padding:0;box-shadow:rgba(50,50,93,.25) 0 13px 27px -5px,rgba(0,0,0,.3) 0 8px 16px -8px;z-index:10;}#treeFolderRename ul{padding:0;margin:0;}#treeFolderRename ul li{margin:1px;padding:5px 10px;cursor:pointer;list-style:none outside none;background-color:#f5f6fa;}#treeFolderRename ul li:hover{background-color:#ebedf7;}
.result-good-match {
    display: inline-block;
    background-color: var(--green);
    padding: 2px 10px;
    border-radius: 8px !important;
}

.map-sidebar-selectable:hover {
    background-color: #cce7ff;
    color: #5f5f5f;
}

.selected-result {
    background-color: #99cfff;
}

.review-input p {
    padding-left: 20px;
}

.review-privacy-policy {
}

    .review-privacy-policy .scrollingTerms {
        padding: 20px;
        border: 1px solid lightgrey;
        width: 90%;
        margin: 0 auto;
        height: calc(100% - 80px);
        overflow-y: scroll;
        overflow-x: hidden;
    }

.review-privacy-policy .agreement {
    padding: 10px;
    margin-left:5%;
}

.mapContainer {
    height:calc(100% - 60px);
}

.mapSidebar {
    width:300px;
}

.mapSidebarContent {
    height:calc(100% - 75px);
}
.mapSidebarSearch {
    padding:5px;
    height:45px;
}
.mapSidebarTitle {
    padding:5px;
    height:30px;
    margin-top:0px;
    margin-bottom:0px;
}

.mapContent {
    height:100%;
}

.sectionTitle {
    height:60px;
}

.mapControl {
    padding-top:15px;
    padding-bottom:10px;
    height:60px;
}

.mapInner {
    height:100%;
}

.mapItems {
    display:flex;
    padding: 0 12px;
    height:calc(100% - 60px);
}

#selfReferralSearch {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 60px);
}

#selfReferralReview {
    height: calc(100% - 60px);
    padding-bottom:8px;
}

.reviewContainer {
    height:100%;
}

.reviewContent {
    height:calc(100% - 100px);
}

.reviewControl {
    padding-top: 15px;
    padding-bottom: 10px;
    height: 60px;
}
