/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -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-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-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-genderless:before,
.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-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-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";
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 8.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 8.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 90%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 964px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1164px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 17px;
}
.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: 6px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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: 3px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.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 #dddddd;
}
.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-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.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;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.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;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.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;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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 > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 27px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 27px;
}
.form-group {
  margin-bottom: 10px;
}
.radio,
.checkbox {
  display: block;
  min-height: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  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;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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: 26px;
  padding: 4px 4px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 26px;
  line-height: 26px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 38px;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 38px;
  line-height: 38px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 33.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  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;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 22px;
}
.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -12px;
}
.form-horizontal .form-control-static {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 12px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  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-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  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-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  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-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  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-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  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-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 4px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 3px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 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 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.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';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -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: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #777777;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-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: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[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[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 38px;
  padding: 8px 12px;
  font-size: 15px;
  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: 38px;
  line-height: 38px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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: 26px;
  padding: 4px 4px;
  font-size: 11px;
  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: 26px;
  line-height: 26px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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: 4px 6px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 4px 4px;
  font-size: 11px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 8px 12px;
  font-size: 15px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.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: #ffffff;
  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;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16.5px 12px;
  font-size: 15px;
  line-height: 17px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -12px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 12px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 8.25px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@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: 17px;
  }
  .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: 16.5px;
    padding-bottom: 16.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -12px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -12px;
  }
}
.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-btn {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.navbar-btn.btn-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 6px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.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: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 8px 12px;
  font-size: 15px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 4px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 17px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.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: 11px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 54px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -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: 11px;
  line-height: 17px;
  color: #ffffff;
  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 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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 {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 17px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
  overflow: hidden;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  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: #3c763d;
  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-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -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: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #777777;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  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 {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #777777;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #777777;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #777777;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #777777;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-color: #357ebd;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.list-group {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
  border-color: #3278b3;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* VARIABLES */
/* MIXINS */
.heading-margins {
  margin-top: 0;
  margin-bottom: 15px;
}
.height-equal-line-height {
  height: 17.14285716px;
}
/* CSSS */
body {
  height: 100%;
}
label {
  font-weight: 100;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
  font-family: "HelveticaNeueLight", "Helvetica", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
}
h1 {
  font-size: 2.4em;
}
h1.dirpage {
  font-size: 3.5em;
}
h2 {
  font-size: 2.2em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.9em;
}
.inline-block {
  display: inline;
  position: relative;
}
.ls-tip {
  font-style: italic;
}
.ls-container-mm {
  width: 600px;
}
.ls-container-sm {
  width: 300px;
}
.ls-section > h1,
.ls-section > h2,
.ls-section > h3,
.ls-section > h4 {
  margin-top: 16px;
  margin-bottom: 4px;
}
.ls-callout {
  padding: 8px 12px;
  border-left: 3px solid #aaaaaa;
}
.ls-callout-header {
  margin: 0;
  padding: 12px 0;
  line-height: 1;
}
.ls-form-wrapper {
  max-width: 600px;
}
.ls-form-wrapper .ls-form-header {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ls-radio {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ls-radio label {
  margin-top: 4px;
}
.ls-radio label input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.ls-radio.inline-radio {
  display: inline-block;
}
.ls-panel .ls-panel-header {
  padding: 8px 12px;
}
.ls-panel .ls-panel-header h1,
.ls-panel .ls-panel-header h2,
.ls-panel .ls-panel-header h3,
.ls-panel .ls-panel-header h4,
.ls-panel .ls-panel-header h5,
.ls-panel .ls-panel-header h6 {
  margin-bottom: 0;
}
.ls-panel .ls-panel-header img {
  height: 17.14285716px;
}
.ls-panel .ls-panel-content {
  padding: 8px 24px;
}
.ls-card .ls-card-name > small {
  display: block;
  font-size: 50%;
  font-weight: 700;
}
.ls-card .ls-card-field {
  padding-top: 2px;
  padding-bottom: 2px;
}
.ls-table {
  margin-left: 12px;
  margin-right: 12px;
}
.ls-table .ls-thead {
  font-size: 1.1em;
}
.ls-table .ls-tr {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.ls-table > span.row.ls-tr {
  border: none;
}
.ls-table > span.row.ls-tr:hover {
  background-color: transparent;
}
.badge-success {
  background-color: #4c7d0c;
  color: #fff;
}
#sidebar {
  position: absolute;
  top: 81px;
  left: 0;
  bottom: 0;
  width: 200px;
}
#page-content {
  position: absolute;
  top: 81px;
  right: 0;
  left: 0;
  bottom: 0;
}
.sidebar-width-offset {
  left: 200px !important;
}
.sidebar-container,
.page-content-alignment {
  padding: 8px 12px;
}
/* fixes by overriding */
#sidebar #navigation {
  width: 100% !important;
  position: static !important;
  background: none !important;
}
#sidebar #navigation .mainLeftMenu {
  margin: 0 !important;
}
form[novalidate="novalidate"] .control-label.field-required::after {
  content: "*";
}
#sidebar #navigation {
  padding-top: 0 !important;
}
.mainNav.mainTopMenu {
  font-size: 14px;
}
a.ls-tr > *:last-child:after,
.ls-tr > a > *:last-child:after {
  content: " \f08e";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
  position: absolute;
  top: 2px;
  right: 2px;
}
#pusherModal.modal {
  top: 10%;
  bottom: initial;
  margin-right: auto;
  margin-left: auto;
  width: 560px;
  overflow-y: auto;
}
#pusherModal.modal .modal-header {
  padding: 15px !important;
}
#pusherModal.modal .modal-header h3,
#pusherModal.modal .modal-header h4 {
  font-size: 18px;
  margin-bottom: 0;
}
#pusherModal.modal .modal-body {
  padding: 15px;
}
#pusherModal.modal .modal-body .chat-userInput {
  width: 100%;
}
#pusherModal.modal .modal-footer {
  padding: 15px;
  margin-top: 0;
}
/* VARIABLES */
/* MIXINS */
.heading-margins {
  margin-top: 0;
  margin-bottom: 15px;
}
.height-equal-line-height {
  height: 17.14285716px;
}
body {
  background-color: #cccccc !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
.sidebar-container {
  background-image: url("../../images/ferret-side.png");
  background-position: left 0px bottom 82px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.ls-callout-info {
  background-color: rgba(140, 170, 214, 0.04);
  border-color: #8caad6;
}
.ls-callout-warning {
  background-color: rgba(240, 173, 78, 0.04);
  border-color: #f0ad4e;
}
.ls-panel .ls-panel-header {
  background-color: #dadada;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 1px 0 0 inset #ffffff;
  -moz-box-shadow: 0 1px 0 0 inset #ffffff;
  box-shadow: 0 1px 0 0 inset #ffffff;
}
.ls-panel .ls-panel-content {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ebebeb;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
}
.ls-table .ls-tr {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.ls-table .ls-tr:hover {
  background-color: #fff;
}
.ls-card em {
  color: #777777;
  font-weight: 100;
}
.ls-card .ls-card-label {
  color: #777777;
}
.ls-card .ls-card-data {
  font-weight: 700;
}
/* Chosen v1.0.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../images/chosen-sprite.png') no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #ffffff url('../../images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../../images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../../images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../../images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 140px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #ffffff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto!important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0!important;
  background: transparent!important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #ffffff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111111 !important;
}
.chosen-disabled {
  opacity: .5!important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('../../images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../../images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../../images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../../images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../../images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat !important;
  }
}
/**************************************************************************
*	@name		    Zozo UI Tabs
*	@descripton	    Create awesome tabbed content area
*	@version	    5.4
*   @requires       jQuery v1.7 or later
*	@copyright      Copyright (c) 2013 Zozo UI
*   @author         Zozo UI
*   @URL:           http://www.zozoui.com
**************************************************************************/
.z-tabs *,
.z-tabs:before,
.z-tabs:before {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.z-tabs {
  margin: auto;
  padding: 0;
  clear: both;
  color: #333;
  font: 12px/1.7em "Helvetica Neue", Helvetica, Arial, sans-serif;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.z-tabs > ul.z-tabs-nav {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}
.z-tabs > ul.z-tabs-nav > li {
  background: #F9F9F9;
  background: #fff;
  position: relative;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.z-tabs > ul.z-tabs-nav > li:hover {
  outline: 0 none;
  text-decoration: none;
}
.z-tabs > ul.z-tabs-nav > li.z-active,
.z-tabs > ul.z-tabs-nav > li.z-active:hover {
  background: #fff;
  font-weight: bold;
}
.z-tabs > ul.z-tabs-nav > li,
.z-tabs > ul.z-tabs-nav > li > a.z-link {
  cursor: pointer;
}
.z-tabs > ul.z-tabs-nav > li.z-active,
.z-tabs > ul.z-tabs-nav > li.z-active > a.z-link {
  cursor: default;
  font-weight: bold;
}
.z-tabs > ul.z-tabs-nav > li > a.z-link {
  display: block;
  position: relative;
  outline: 0;
  color: #111;
  line-height: 18px;
  text-decoration: none;
  font-weight: inherit;
  font-size: 1.11em;
}
.z-tabs > ul.z-tabs-nav,
.z-tabs > ul.z-tabs-nav > li,
.z-tabs > .z-container {
  border-color: #CECECE;
  border-style: solid;
}
.z-tabs > .z-container {
  padding: 0;
  margin: 0;
  border-width: 1px;
  background: #fff;
  position: relative;
  font-size: 1.2em;
}
.z-tabs > .z-container > .z-content {
  display: none;
  background: none;
}
.z-tabs > .z-container > .z-content > .z-content-inner {
  padding: 1.4em 2em;
  height: auto;
}
.z-tabs > .z-container > .z-content::after,
.z-tabs > .z-container > .z-content > .z-content-inner::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.z-tabs > .z-container > .z-content,
.z-tabs > .z-container > .z-content > .z-content-inner {
  zoom: 1;
}
.z-tabs.z-slide > .z-container {
  overflow: hidden;
}
.z-tabs.z-slide > .z-container > .z-content,
.z-tabs > .z-container.z-animating > .z-content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 7;
}
.z-tabs.z-slide > .z-container > .z-content.z-active {
  z-index: 8;
}
.z-tabs.vertical.mini > ul.z-tabs-nav > li > a.z-link,
.z-tabs.vertical.small > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.mini > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.small > ul.z-tabs-nav > li > a.z-link {
  font-weight: inherit;
}
.z-tabs.vertical.mini > ul.z-tabs-nav > li.z-active > a.z-link,
.z-tabs.vertical.small > ul.z-tabs-nav > li.z-active > a.z-link,
.z-tabs.horizontal.mini > ul.z-tabs-nav > li.z-active > a.z-link,
.z-tabs.horizontal.small > ul.z-tabs-nav > li.z-active > a.z-link {
  font-weight: bold;
}
.z-tabs.vertical.mini > ul.z-tabs-nav > li > a.z-link {
  height: 34px;
  line-height: 34px;
  margin: 0 10px 0 0;
  font-size: 11px;
}
.z-tabs.vertical.small > ul.z-tabs-nav > li > a.z-link {
  height: 40px;
  line-height: 40px;
  margin: 0 12px;
  font-size: 11px;
}
.z-tabs.vertical.medium > ul.z-tabs-nav > li > a.z-link {
  height: 46px;
  line-height: 46px;
  margin: 0 14px;
  font-size: 12px;
}
.z-tabs.vertical.large > ul.z-tabs-nav > li > a.z-link {
  height: 52px;
  line-height: 52px;
  margin: 0 18px;
  font-size: 13px;
}
.z-tabs.vertical.xlarge > ul.z-tabs-nav > li > a.z-link {
  height: 58px;
  line-height: 56px;
  margin: 0 20px;
  font-size: 14px;
}
.z-tabs.vertical.xxlarge > ul.z-tabs-nav > li > a.z-link {
  height: 62px;
  line-height: 60px;
  margin: 0 22px 0 20px;
  font-size: 14px;
}
.z-tabs.vertical.top-left > ul.z-tabs-nav > li > a.z-link {
  padding-left: 20px;
  margin-left: 0;
}
.z-tabs.vertical.top-right > ul.z-tabs-nav > li > a.z-link {
  padding-right: 20px;
  margin-right: 0;
}
.z-tabs.vertical.mini > ul.z-tabs-nav {
  min-width: 180px;
  width: 25%;
}
.z-tabs.vertical.small > ul.z-tabs-nav {
  min-width: 180px;
  width: 25%;
}
.z-tabs.vertical.medium > ul.z-tabs-nav {
  min-width: 200px;
  width: 25%;
}
.z-tabs.vertical.large > ul.z-tabs-nav {
  min-width: 220px;
  width: 25%;
}
.z-tabs.vertical.xlarge > ul.z-tabs-nav {
  min-width: 240px;
  width: 25%;
}
.z-tabs.vertical.xxlarge > ul.z-tabs-nav {
  min-width: 260px;
  width: 25%;
}
.z-tabs.horizontal.mini > ul.z-tabs-nav > li > a.z-link {
  font-size: 11px;
  padding: 7px 20px;
}
.z-tabs.horizontal.small > ul.z-tabs-nav > li > a.z-link {
  font-size: 11px;
  padding: 10px 20px;
}
.z-tabs.horizontal.medium > ul.z-tabs-nav > li > a.z-link {
  font-size: 12px;
  padding: 13px 24px;
}
.z-tabs.horizontal.large > ul.z-tabs-nav > li > a.z-link {
  font-size: 13px;
  padding: 16px 28px;
}
.z-tabs.horizontal.xlarge > ul.z-tabs-nav > li > a.z-link {
  font-size: 14px;
  padding: 19px 32px;
}
.z-tabs.horizontal.xxlarge > ul.z-tabs-nav > li > a.z-link {
  font-size: 14px;
  padding: 22px 36px;
}
.z-tabs.horizontal.top-compact.mini > ul.z-tabs-nav > li > a.z-link {
  font-size: 11px;
  padding: 7px 10px;
}
.z-tabs.horizontal.top-compact.small > ul.z-tabs-nav > li > a.z-link {
  font-size: 11px;
  padding: 10px 11px;
}
.z-tabs.horizontal.top-compact.medium > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.top.responsive.medium > ul.z-tabs-nav > li > a.z-link {
  font-size: 12px;
  padding: 13px 12px;
}
.z-tabs.horizontal.top-compact.large > ul.z-tabs-nav > li > a.z-link {
  font-size: 13px;
  padding: 16px 13px;
}
.z-tabs.horizontal.top-compact.xlarge > ul.z-tabs-nav > li > a.z-link {
  font-size: 13px;
  padding: 19px 14px;
}
.z-tabs.horizontal.top-compact.xxlarge > ul.z-tabs-nav > li > a.z-link {
  font-size: 14px;
  padding: 22px 15px;
}
.z-tabs .z-video {
  position: relative;
  padding-bottom: 46.25%;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.z-tabs .z-video iframe,
.z-tabs .z-video object,
.z-tabs .z-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 50;
}
.z-tabs > ul.z-tabs-nav > li > a.z-link i {
  font-size: 16px;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
}
.z-tabs > ul.z-tabs-nav > li > a.z-link > span.z-icon,
.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-desktop > li > a.z-link > span.z-icon,
.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-mobile > li > a.z-link > span > span.z-icon {
  width: 20px;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  text-transform: initial;
  text-align: left;
}
.z-tabs.vertical > ul.z-tabs-nav > li > a.z-link > span.z-icon,
.z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-desktop > li > a.z-link > span.z-icon,
.z-tabs.z-multiline.vertical > ul.z-tabs-nav.z-tabs-mobile > li > a.z-link > span > span.z-icon {
  width: 24px;
}
.z-tabs.center > ul.z-tabs-nav > li > a.z-link,
.z-tabs.center.mobile > ul.z-tabs-nav > li > a.z-link {
  text-align: center !important;
}
.z-tabs.right > ul.z-tabs-nav > li > a.z-link,
.z-tabs.right.mobile > ul.z-tabs-nav > li > a.z-link {
  text-align: right !important;
}
.z-tabs.left > ul.z-tabs-nav > li > a.z-link,
.z-tabs.left.mobile > ul.z-tabs-nav > li > a.z-link {
  text-align: left !important;
}
.z-tabs.vertical > .z-container > .z-content.z-nopadding > .z-content-inner,
.z-tabs.horizontal > .z-container > .z-content.z-nopadding > .z-content-inner {
  padding: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.z-tabs .z-container {
  position: relative;
}
.z-tabs span.z-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  text-indent: -999em;
  width: 55px;
  height: 55px;
  margin: -53px 0 0 -50px;
  padding: 24px;
  background: #ffffff url(@{images-path}/loading-image.gif) no-repeat 50% 50%;
}
.z-tabs.z-rounded span.z-spinner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.z-tabs.vertical > ul.z-tabs-nav {
  float: left;
  border-width: 1px 0 1px 1px;
  min-width: 200px;
  width: 25%;
}
.z-tabs.vertical > ul.z-tabs-nav > li {
  border-width: 0 0 1px 0;
  min-width: 100%;
}
.z-tabs.vertical > ul.z-tabs-nav > li > a.z-link {
  height: 46px;
  line-height: 46px;
  margin: 0 14px;
  font-size: 12px;
}
.z-tabs.vertical > ul.z-tabs-nav > li.z-active {
  border-right-width: 0;
  z-index: 10;
}
.z-tabs.vertical > ul.z-tabs-nav > li.z-first.z-active {
  border-bottom-width: 1px;
}
.z-tabs.vertical > ul.z-tabs-nav > li.z-last {
  border-bottom-width: 0;
}
.z-tabs.vertical.top-left > ul.z-tabs-nav {
  margin-left: 0;
  margin-right: -1px;
}
.z-tabs.vertical.top-right > ul.z-tabs-nav {
  margin-right: 0;
  margin-left: -1px;
}
.ie7 body .z-tabs.vertical.top-left > ul.z-tabs-nav {
  margin-right: 0;
}
.ie7 body .z-tabs.vertical.top-right > ul.z-tabs-nav {
  margin-left: 0;
}
.ie7 body .z-tabs.vertical.top-left > ul > li,
.ie7 body .z-tabs.vertical.top-left > ul > li > .z-link,
.ie7 body .z-tabs.vertical.top-left > ul {
  z-index: 10 !important;
}
.ie7 body .z-tabs.vertical.top-left > ul > li.z-active {
  border-right: 1px solid #fff !important;
}
.z-tabs.vertical.top-right > ul.z-tabs-nav {
  float: right;
  border-width: 1px 1px 1px 0;
}
.ie7 body .z-tabs.vertical.top-right > ul.z-tabs-nav > li.z-active {
  border-right-width: 0 !important;
  border-left: 1px solid #fff !important;
  left: -1px;
}
.ie7 body .z-tabs.vertical.top-right > ul.z-tabs-nav > li,
.ie7 body .z-tabs.vertical.top-right > ul {
  z-index: 10 !important;
}
.z-tabs.vertical.z-rounded > .z-container {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.z-tabs.vertical.z-rounded > ul.z-tabs-nav {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.z-tabs.vertical.z-rounded > ul.z-tabs-nav > li.z-first,
.z-tabs.vertical.z-rounded > ul.z-tabs-nav > li.z-first > a.z-link {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.z-tabs.vertical.z-rounded > ul.z-tabs-nav > li.z-last,
.z-tabs.vertical.z-rounded > ul.z-tabs-nav > li.z-last > a.z-link {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.z-tabs.vertical.z-rounded.top-right > ul.z-tabs-nav {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.z-tabs.vertical.z-rounded.top-right > ul.z-tabs-nav > li.z-first,
.z-tabs.vertical.z-rounded.top-right > ul.z-tabs-nav > li.z-first > a.z-link {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.z-tabs.vertical.z-rounded.top-right > ul.z-tabs-nav > li.z-last,
.z-tabs.vertical.z-rounded.top-right > ul.z-tabs-nav > li.z-last > a.z-link {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.z-tabs.vertical.z-rounded.top-right > .z-container {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.z-tabs.vertical.z-shadows > ul.z-tabs-nav,
.z-tabs.vertical.z-shadows > .z-container {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.125);
}
.z-tabs.vertical.z-shadows > ul.z-tabs-nav > li {
  -webkit-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.15);
}
.z-tabs.horizontal > ul.z-tabs-nav > li {
  float: left;
  margin-right: -1px;
  border-width: 1px 1px 0;
}
.z-tabs.horizontal > ul.z-tabs-nav > li > a.z-link {
  font-size: 12px;
  padding: 13px 24px;
}
.z-tabs.horizontal > ul.z-tabs-nav > li.z-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  z-index: 1;
}
.z-tabs.horizontal > .z-container {
  clear: both;
  width: 100%;
  zoom: 1;
}
.z-tabs.horizontal.top-center {
  width: 100%;
  overflow: hidden;
  padding-right: 2px;
}
.z-tabs.horizontal.top-center > ul.z-tabs-nav {
  clear: left;
  float: left;
  left: 50%;
  text-align: center;
}
.z-tabs.horizontal.top-center > ul.z-tabs-nav > li {
  right: 50%;
  float: left;
}
.z-tabs.horizontal.top-center > .z-container,
.z-tabs.horizontal.bottom-center > .z-container {
  width: 100%;
}
.z-tabs.horizontal.top-right > .z-container {
  margin-right: 0;
  padding-right: 0;
  margin-left: 0;
  padding-left: 0;
}
.z-tabs.horizontal.top-right > ul.z-tabs-nav {
  float: right;
  margin: 0 -1px 0 0;
}
.ie7 body .z-tabs.horizontal.top-right > .z-container {
  clear: none;
}
.ie7 body .z-tabs.horizontal.top-right {
  margin-right: 2px;
}
.z-tabs.horizontal.bottom-left > ul.z-tabs-nav > li {
  border-width: 0px 1px 1px;
}
.z-tabs.horizontal.bottom-left > ul.z-tabs-nav > li.z-active {
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: -1px;
  padding-top: 1px;
}
.z-tabs.horizontal.bottom-center {
  width: 100%;
  padding-right: 2px;
}
.z-tabs.horizontal.bottom-center > ul.z-tabs-nav {
  float: left;
  left: 50%;
  text-align: center;
}
.z-tabs.horizontal.bottom-center > ul.z-tabs-nav > li {
  border-width: 0px 1px 1px;
  right: 50%;
  float: left;
}
.z-tabs.horizontal.bottom-center > ul.z-tabs-nav > li.z-active {
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: -1px;
  padding-top: 1px;
}
.z-tabs.horizontal.bottom-right > ul.z-tabs-nav {
  float: right;
  margin-right: -1px;
}
.z-tabs.horizontal.bottom-right > ul.z-tabs-nav > li {
  border-width: 0px 1px 1px;
}
.z-tabs.horizontal.bottom-right > ul.z-tabs-nav > li.z-active {
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: -1px;
  padding-top: 1px;
}
.ie7 body .z-tabs.horizontal.bottom-right {
  margin-right: 2px;
}
.z-tabs.horizontal.top-compact > ul.z-tabs-nav {
  width: 100%;
  margin-left: -1px;
  padding-left: 1px;
}
.z-tabs.horizontal.top-compact > ul.z-tabs-nav > li {
  margin: 0 -2px 0 0;
  display: inline-block;
}
.z-tabs.horizontal.top-compact > ul.z-tabs-nav > li.z-active {
  font-weight: normal;
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.z-tabs.horizontal.top-compact > .z-container {
  width: initial;
  margin-right: -2px !important;
}
.ie7 body .z-tabs.horizontal.top-compact > ul.z-tabs-nav > li.z-first {
  padding-left: 1px;
}
.ie7 body .z-tabs.horizontal.top-compact > ul.z-tabs-nav,
.ie7 body .z-tabs.horizontal.top-compact {
  width: auto;
}
.ie7 .z-tabs.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li {
  margin-right: -3px;
}
.ie7 .z-tabs.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li.z-last {
  margin-right: 0;
}
.z-tabs.horizontal.bottom-compact > ul.z-tabs-nav {
  width: 100%;
  margin-left: -1px;
  padding-left: 1px;
}
.z-tabs.horizontal.bottom-compact > ul.z-tabs-nav > li {
  margin: 0 -2px 0 0;
  display: inline-block;
  border-width: 0px 1px 1px;
}
.z-tabs.horizontal.bottom-compact > ul.z-tabs-nav > li > a.z-link {
  padding-left: 0;
  padding-right: 0;
}
.z-tabs.horizontal.bottom-compact > ul.z-tabs-nav > li.z-active {
  margin-top: -1px;
  padding-top: 1px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.z-tabs.horizontal.bottom-compact > .z-container {
  width: initial;
  margin-right: -2px !important;
}
.ie7 body .z-tabs.horizontal.bottom-compact > ul.z-tabs-nav > li.z-first {
  padding-left: 1px;
}
.ie7 body .z-tabs.horizontal.bottom > ul.z-tabs-nav {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.z-tabs.horizontal.responsive > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.top-compact > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.bottom-compact > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.top-center > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.bottom-center > ul.z-tabs-nav > li > a.z-link {
  text-align: center;
}
.z-tabs.horizontal.top.z-rounded > ul.z-tabs-nav > li.z-first,
.z-tabs.horizontal.top.z-rounded > ul.z-tabs-nav > li.z-first > a.z-link {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.z-tabs.horizontal.top.z-rounded > ul.z-tabs-nav > li.z-last,
.z-tabs.horizontal.top.z-rounded > ul.z-tabs-nav > li.z-last > a.z-link {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.z-tabs.horizontal.top-left.z-rounded > .z-container {
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.z-tabs.horizontal.top-center.z-rounded > .z-container {
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
.z-tabs.horizontal.top-right.z-rounded > .z-container {
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.z-tabs.horizontal.z-rounded.top-compact > .z-container {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.z-tabs.horizontal.z-rounded.bottom > ul.z-tabs-nav > li.z-first,
.z-tabs.horizontal.z-rounded.bottom > ul.z-tabs-nav > li.z-first > a.z-link {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.z-tabs.horizontal.z-rounded.bottom > ul.z-tabs-nav > li.z-last,
.z-tabs.horizontal.z-rounded.bottom > ul.z-tabs-nav > li.z-last > a.z-link {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.z-tabs.horizontal.z-rounded.bottom-left > .z-container {
  -webkit-border-radius: 6px 6px 6px 0;
  -moz-border-radius: 6px 6px 6px 0;
  border-radius: 6px 6px 6px 0;
}
.z-tabs.horizontal.z-rounded.bottom-center > .z-container {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.z-tabs.horizontal.z-rounded.bottom-right .z-container {
  -webkit-border-radius: 6px 6px 0 6px;
  -moz-border-radius: 6px 6px 0 6px;
  -khtml-border-radius: 6px 6px 0 6px;
  border-radius: 6px 6px 0 6px;
}
.z-tabs.horizontal.z-rounded.bottom-compact > .z-container {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.z-tabs.horizontal.responsive.top.z-rounded > .z-container {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.z-tabs.horizontal.responsive.bottom.z-rounded > .z-container {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile,
.z-tabs.horizontal.responsive.top.z-rounded > .z-tabs-mobile > li {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile,
.z-tabs.horizontal.responsive.bottom.z-rounded > .z-tabs-mobile > li {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.z-tabs.horizontal.z-shadows > .z-container {
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.125);
}
.z-tabs.horizontal.z-shadows > ul.z-tabs-nav > li {
  box-shadow: -2px 0px 2px -2px rgba(0, 0, 0, 0.1);
}
.z-tabs.horizontal.top-left.z-shadows > ul.z-tabs-nav li.z-first,
.z-tabs.horizontal.top-compact.z-shadows > ul.z-tabs-nav > li.z-first {
  box-shadow: -3px 1px 1px -3px rgba(0, 0, 0, 0.2);
}
.z-tabs.horizontal.top-right.z-shadows > ul.z-tabs-nav > li.z-last,
.z-tabs.horizontal.top-compact.z-shadows > ul.z-tabs-nav > li.z-last {
  box-shadow: 3px 1px 1px -3px rgba(0, 0, 0, 0.2);
}
.z-tabs.black > ul.z-tabs-nav,
.z-tabs.black > ul.z-tabs-nav > li,
.z-tabs.black > .z-container {
  border-color: #343232;
  border-style: solid;
}
.z-tabs.black > ul.z-tabs-nav > li {
  color: white;
  background: #333333;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#555555));
  background: -webkit-linear-gradient(top, #333333, #555555);
  background: -moz-linear-gradient(top, #333333, #555555);
  background: -ms-linear-gradient(top, #333333, #555555);
  background: -o-linear-gradient(top, #333333, #555555);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#555555', GradientType=0);
}
.z-tabs.black > ul.z-tabs-nav > li a.z-link {
  color: white;
  -shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.z-tabs.black > ul.z-tabs-nav > li.z-active > a.z-link {
  text-shadow: 0 1px 1px white;
  color: Black;
}
.z-tabs.black > ul.z-tabs-nav > li:hover {
  background: #353434;
}
.z-tabs.black > ul.z-tabs-nav > li.z-active {
  background: #fff;
  color: #3E3E3E;
  text-shadow: none;
  box-shadow: none;
  filter: none;
}
.z-tabs.black2 {
  color: #dadada;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.z-tabs.black2 > .z-container {
  background: #222;
}
.z-tabs.black2 > ul.z-tabs-nav,
.z-tabs.black2 > ul.z-tabs-nav > li,
.z-tabs.black2 > .z-container {
  border-color: #191919;
  border-style: solid;
}
.z-tabs.black2 > ul.z-tabs-nav > li {
  color: #dadada;
  background: #454545;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303030), to(#262626));
  background: -webkit-linear-gradient(top, #303030, #262626);
  background: -moz-linear-gradient(top, #303030, #262626);
  background: -ms-linear-gradient(top, #303030, #262626);
  background: -o-linear-gradient(top, #303030, #262626);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#262626', GradientType=0);
}
.z-tabs.black2 > ul.z-tabs-nav > li a.z-link {
  color: #dadada;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.z-tabs.black2 > ul.z-tabs-nav > li.z-active > a.z-link {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.z-tabs.black2 > ul.z-tabs-nav > li:hover {
  background: #353434;
}
.z-tabs.black2 > ul.z-tabs-nav > li.z-active {
  background: #222;
  color: #dadada;
  text-shadow: none;
  box-shadow: none;
  filter: none;
}
.z-tabs.blue > ul.z-tabs-nav,
.z-tabs.blue > ul.z-tabs-nav > li,
.z-tabs.blue > .z-container {
  border-color: #0487BD;
  border-style: solid;
}
.z-tabs.blue > ul.z-tabs-nav > li {
  background: #1abde7;
  background: -moz-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1abde7), color-stop(100%, #1c9dd1));
  background: -webkit-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
  background: -o-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
  background: -ms-linear-gradient(top, #1abde7 0%, #1c9dd1 100%);
  background: linear-gradient(to bottom, #1abde7 0%, #1c9dd1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1abde7', endColorstr='#1c9dd1', GradientType=0);
}
.z-tabs.blue > ul.z-tabs-nav > li a.z-link {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.z-tabs.blue > ul.z-tabs-nav > li.z-active > a.z-link {
  text-shadow: 0 1px 1px white;
  color: Black;
}
.z-tabs.blue > ul.z-tabs-nav > li:hover {
  background: #21ADDF;
}
.z-tabs.blue > ul.z-tabs-nav > li.z-active {
  background: #fff;
  color: #000F4D;
  text-shadow: 0 1px rgba(78, 78, 78, 0.1);
  filter: none;
}
.z-tabs.crystal > ul.z-tabs-nav,
.z-tabs.crystal > ul.z-tabs-nav > li,
.z-tabs.crystal > .z-container {
  border-color: #ddd;
  border-color: #b4b4b4;
  border-style: solid;
}
.z-tabs.crystal > ul.z-tabs-nav > li {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.z-tabs.crystal > ul.z-tabs-nav > li:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  background: whiteSmoke;
  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ececec), color-stop(50%, #e0e0e0), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 50%, #e0e0e0 50%, #f2f2f2 100%);
}
.z-tabs.crystal > ul.z-tabs-nav > li.z-active {
  background: #fff;
  text-shadow: 0 1px 1px white;
  color: Black;
  filter: none;
}
.z-tabs.deepblue > ul.z-tabs-nav,
.z-tabs.deepblue > ul.z-tabs-nav > li,
.z-tabs.deepblue > .z-container {
  border-color: #1E69DE;
  border-style: solid;
}
.z-tabs.deepblue > ul.z-tabs-nav > li {
  background: #479fed;
  background: -moz-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #479fed), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #1e69de));
  background: -webkit-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: -o-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: -ms-linear-gradient(top, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: linear-gradient(to bottom, #479fed 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#479fed', endColorstr='#1e69de', GradientType=0);
}
.z-tabs.deepblue > ul.z-tabs-nav > li a.z-link {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.z-tabs.deepblue > ul.z-tabs-nav > li.z-active > a.z-link {
  text-shadow: 0 1px 1px white;
  color: Black;
}
.z-tabs.deepblue > ul.z-tabs-nav > li:hover {
  background: #238dea;
  background: -moz-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #238dea), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), color-stop(100%, #065cdd));
  background: -webkit-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
  background: -o-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
  background: -ms-linear-gradient(top, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
  background: linear-gradient(to bottom, #238dea 0%, #54a3ee 50%, #3690f0 51%, #065cdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#238dea', endColorstr='#065cdd', GradientType=0);
}
.z-tabs.deepblue > ul.z-tabs-nav > li.z-active {
  background: #fff;
  color: #000F4D;
  text-shadow: 0 1px rgba(78, 78, 78, 0.1);
  filter: none;
}
.z-tabs.gray > ul.z-tabs-nav,
.z-tabs.gray > ul.z-tabs-nav > li,
.z-tabs.gray > .z-container {
  border-color: #B3B3B3;
  border-style: solid;
}
.z-tabs.gray > ul.z-tabs-nav > li {
  background: whiteSmoke;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#f2f2f2', GradientType=0);
}
.z-tabs.gray > ul.z-tabs-nav > li:hover {
  background: #e8e8e8;
  background: -moz-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #e8e8e8 0%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #e8e8e8 0%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#f7f7f7', GradientType=0);
}
.z-tabs.gray > ul.z-tabs-nav > li.z-active {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 0 1px 1px white;
  filter: none;
}
.z-tabs.green > ul.z-tabs-nav,
.z-tabs.green > ul.z-tabs-nav > li,
.z-tabs.green > .z-container {
  border-color: #336c2b;
  border-style: solid;
}
.z-tabs.green > ul.z-tabs-nav > li {
  color: white;
  background: #5fae53;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fae53), to(#3b7c33));
  background: -webkit-linear-gradient(top, #5fae53, #3b7c33);
  background: -moz-linear-gradient(top, #5fae53, #3b7c33);
  background: -ms-linear-gradient(top, #5fae53, #3b7c33);
  background: -o-linear-gradient(top, #5fae53, #3b7c33);
}
.z-tabs.green > ul.z-tabs-nav > li > a.z-link {
  color: white;
  text-shadow: 0 1px 0 #387031;
}
.z-tabs.green > ul.z-tabs-nav > li.z-active > a.z-link {
  text-shadow: 0 1px 1px white;
  color: Black;
}
.z-tabs.green > ul.z-tabs-nav > li:hover {
  background: #3b7c33;
}
.z-tabs.green > ul.z-tabs-nav > li.z-active {
  background: #fff;
  color: #2C3F0A;
  text-shadow: none;
  box-shadow: none;
  filter: none;
}
.z-tabs.orange > ul.z-tabs-nav,
.z-tabs.orange > ul.z-tabs-nav > li,
.z-tabs.orange > .z-container {
  border-color: #D64817;
  border-style: solid;
}
.z-tabs.orange > ul.z-tabs-nav > li {
  background: #F2825B;
  background: -moz-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2825b), color-stop(50%, #e55b2b), color-stop(100%, #f07146));
  background: -webkit-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: -o-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: -ms-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: linear-gradient(to bottom, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2825b', endColorstr='#f07146', GradientType=0);
}
.z-tabs.orange > ul.z-tabs-nav > li:hover {
  background: #F2825B;
  background: -moz-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2825b), color-stop(50%, #e55b2b), color-stop(100%, #f07146));
  background: -webkit-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: -o-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: -ms-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  background: linear-gradient(to bottom, #f2825b 0%, #e55b2b 50%, #f07146 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2825b', endColorstr='#f07146', GradientType=0);
}
.z-tabs.orange > ul.z-tabs-nav > li.z-active {
  background: #fff;
  text-shadow: 0 1px 1px white;
  color: Black;
  filter: none;
}
.z-tabs.orange > ul.z-tabs-nav > li > a.z-link {
  color: white;
  text-shadow: 0 1px #5E1902;
}
.z-tabs.orange > ul.z-tabs-nav > li.z-active > a.z-link {
  color: black;
  text-shadow: 0 1px white;
}
.z-tabs.red > ul.z-tabs-nav,
.z-tabs.red > ul.z-tabs-nav > li,
.z-tabs.red > .z-container {
  border-color: #951100;
  border-style: solid;
}
.z-tabs.red > ul.z-tabs-nav > li {
  color: #fff;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
  background: #d84a38;
  background: -moz-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4b39), color-stop(100%, #d14836));
  background: -webkit-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  background: -o-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  background: -ms-linear-gradient(top, #dd4b39 0%, #d14836 100%);
  background: linear-gradient(to bottom, #dd4b39 0%, #d14836 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4b39', endColorstr='#d14836', GradientType=0);
}
.z-tabs.red > ul.z-tabs-nav > li:hover {
  background: #d34332;
  background: -moz-linear-gradient(top, #dd4b39 0%, #c53727 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd4b39), color-stop(100%, #c53727));
  background: -webkit-linear-gradient(top, #dd4b39 0%, #c53727 100%);
  background: -o-linear-gradient(top, #dd4b39 0%, #c53727 100%);
  background: -ms-linear-gradient(top, #dd4b39 0%, #c53727 100%);
  background: linear-gradient(to bottom, #dd4b39 0%, #c53727 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4b39', endColorstr='#c53727', GradientType=0);
}
.z-tabs.red > ul.z-tabs-nav > li.z-active {
  background: white;
  color: #951100;
  text-shadow: none;
  filter: none;
}
.z-tabs.red > ul.z-tabs-nav > li > a.z-link {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.z-tabs.red > ul.z-tabs-nav > li.z-active > a.z-link {
  text-shadow: 0 1px 1px white;
  color: Black;
}
.z-tabs.silver > ul.z-tabs-nav,
.z-tabs.silver > ul.z-tabs-nav > li,
.z-tabs.silver > .z-container {
  border-color: #CECECE;
  border-style: solid;
}
.z-tabs.silver > ul.z-tabs-nav > li {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FDFCFC', endColorstr='#FBF9F9');
  background-color: #F2F0F0;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfcfc), to(#f2f0f0), color-stop(0.5, #fbf9f9), color-stop(0.5, #f7f5f6));
  background-image: -webkit-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
  background-image: -moz-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
  background-image: -o-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
  background-image: -ms-linear-gradient(top, #fdfcfc, #fbf9f9 50%, #f7f5f6 50%, #f2f0f0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.z-tabs.silver > ul.z-tabs-nav > li > a.z-link {
  color: #444;
  text-shadow: 0 1px #eee;
}
.z-tabs.silver > ul.z-tabs-nav > li:hover {
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(50%, #fbf9f9), color-stop(50%, #f7f5f6), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #fbf9f9 50%, #f7f5f6 50%, #fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#fbf9f9', GradientType=0);
}
.z-tabs.silver > ul.z-tabs-nav > li.z-active {
  filter: none;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.z-tabs.silver > ul.z-tabs-nav > li.z-active > a.z-link {
  color: black;
  text-shadow: 0 1px #fff;
}
.z-tabs.white > ul.z-tabs-nav,
.z-tabs.white > ul.z-tabs-nav > li,
.z-tabs.white > .z-container {
  border-color: #CECECE;
  border-style: solid;
}
.z-tabs.white > ul.z-tabs-nav > li {
  background: #fff;
}
.z-tabs.white > ul.z-tabs-nav > li a.z-link {
  color: #333;
  text-shadow: 0 1px #f5f5f5;
}
.z-tabs.white > ul.z-tabs-nav > li.z-active > a.z-link {
  text-shadow: 0 1px 1px white;
  color: #333333;
}
.z-tabs.white > ul.z-tabs-nav > li.z-active {
  background: #fff;
  color: #333;
  text-shadow: none;
  box-shadow: none;
  filter: none;
}
.z-tabs.underlined,
.z-tabs.underlined > ul.z-tabs-nav,
.z-tabs.underlined > ul.z-tabs-nav > li,
.z-tabs.underlined > ul.z-tabs-nav > li.z-first,
.z-tabs.underlined > ul.z-tabs-nav > li.z-last,
.z-tabs.underlined > ul.z-tabs-nav > li.z-first.z-active,
.z-tabs.underlined > ul.z-tabs-nav > li.z-last.z-active,
.z-tabs.underlined > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined > ul.z-tabs-nav > li:hover,
.z-tabs.underlined > ul.z-tabs-nav > li > a.z-link,
.z-tabs.underlined > ul.z-tabs-nav > li > a.z-link:hover,
.z-tabs.underlined > .z-container {
  border-width: 0;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
  filter: none;
}
.z-tabs.underlined.vertical > .z-container > .z-content > .z-content-inner {
  padding: 0 2em;
}
.z-tabs.underlined.horizontal > .z-container > .z-content > .z-content-inner {
  padding: 1.4em 0;
}
.z-tabs.underlined.horizontal.top-left > ul.z-tabs-nav > li.z-first,
.z-tabs.underlined.horizontal.bottom-left > ul.z-tabs-nav > li.z-first {
  margin-left: 0;
}
.z-tabs.underlined.horizontal.top-right > ul.z-tabs-nav > li.z-last,
.z-tabs.underlined.horizontal.bottom-right > ul.z-tabs-nav > li.z-last {
  margin-right: 0;
}
.z-tabs.underlined.horizontal > ul.z-tabs-nav > li,
.z-tabs.underlined.horizontal > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.horizontal > ul.z-tabs-nav > li:hover {
  filter: none;
  background: transparent;
  padding: 0;
  margin-left: 16px;
}
.z-tabs.underlined.horizontal > ul.z-tabs-nav > li {
  opacity: 0.80;
}
.z-tabs.underlined.horizontal > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.horizontal > ul.z-tabs-nav > li:hover {
  opacity: 1;
}
.z-tabs.horizontal.underlined > ul.z-tabs-nav {
  border-width: 0;
}
.z-tabs.horizontal.underlined > ul.z-tabs-nav > li:hover,
.z-tabs.horizontal.underlined > ul.z-tabs-nav > li.z-active {
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 3px solid;
}
.z-tabs.horizontal.underlined > ul.z-tabs-nav > li.z-active {
  font-weight: bold;
}
.z-tabs.horizontal.underlined > ul.z-tabs-nav > li > a.z-link {
  text-shadow: 0 1px 1px white;
  color: #333333;
}
.z-tabs.horizontal.underlined > .z-container {
  border-width: 1px 0 0 0;
}
.z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li,
.z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li.z-active,
.z-tabs.underlined.horizontal.top-compact > ul.z-tabs-nav.z-tabs-desktop > li:hover {
  margin-left: 0;
}
.z-tabs.horizontal.underlined.bottom-left > ul.z-tabs-nav > li,
.z-tabs.horizontal.underlined.bottom-center > ul.z-tabs-nav > li,
.z-tabs.horizontal.underlined.bottom-right > ul.z-tabs-nav > li,
.z-tabs.horizontal.underlined.bottom-compact > ul.z-tabs-nav > li {
  background: transparent;
  border-width: 0;
  margin: 0;
  margin-left: 16px;
  padding: 0;
}
.z-tabs.horizontal.underlined.bottom-left > .z-container,
.z-tabs.horizontal.underlined.bottom-center > .z-container,
.z-tabs.horizontal.underlined.bottom-right > .z-container,
.z-tabs.horizontal.underlined.bottom-compact > .z-container {
  border-width: 0 0 1px 0;
}
.z-tabs.horizontal.underlined.bottom-left > ul.z-tabs-nav > li:hover,
.z-tabs.horizontal.underlined.bottom-center > ul.z-tabs-nav > li:hover,
.z-tabs.horizontal.underlined.bottom-right > ul.z-tabs-nav > li:hover,
.z-tabs.horizontal.underlined.bottom-compact > ul.z-tabs-nav > li:hover {
  background: transparent;
  border-width: 0;
  padding: 0;
  color: #111;
}
.z-tabs.horizontal.underlined.bottom-left > ul.z-tabs-nav > li.z-active,
.z-tabs.horizontal.underlined.bottom-center > ul.z-tabs-nav > li.z-active,
.z-tabs.horizontal.underlined.bottom-right > ul.z-tabs-nav > li.z-active,
.z-tabs.horizontal.underlined.bottom-compact > ul.z-tabs-nav > li.z-active {
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  border-width: 3px 0 0 0;
  background: #FCFCFC;
}
.z-tabs.horizontal.underlined.bottom-left > ul.z-tabs-nav.z-tabs-desktop > li,
.z-tabs.horizontal.underlined.bottom-center > ul.z-tabs-nav.z-tabs-desktop > li,
.z-tabs.horizontal.underlined.bottom-right > ul.z-tabs-nav.z-tabs-desktop > li,
.z-tabs.horizontal.underlined.bottom-compact > ul.z-tabs-nav.z-tabs-desktop > li {
  margin-left: 0;
}
.z-tabs.vertical.underlined > ul.z-tabs-nav > li,
.z-tabs.vertical.underlined > ul.z-tabs-nav > li:hover {
  filter: none;
  background: transparent;
  border-width: 0 1px 0 0;
  margin: 0;
  padding: 0;
}
.z-tabs.vertical.underlined > ul.z-tabs-nav > li > a.z-link {
  text-shadow: 0 1px 1px white;
  color: #333333;
}
.z-tabs.vertical.underlined > .z-container {
  border-width: 0;
}
.z-tabs.vertical.underlined > .z-container > .z-content .z-content-inner {
  padding: 0 2em;
}
.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li,
.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li:hover {
  filter: none;
  background: transparent;
  border-width: 0 0 0 1px;
  margin: 0;
  padding: 0;
}
.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li.z-active,
.z-tabs.vertical.underlined.top-left > ul.z-tabs-nav > li:hover {
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  border-right: 3px solid;
  background: #eee;
}
.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li.z-active,
.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav > li:hover {
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
  border-left: 3px solid;
  background: #eee;
}
.z-tabs.vertical.underlined.top-right > ul.z-tabs-nav {
  border-width: 0;
}
.ie7 body .z-tabs.underlined.vertical.top-right > ul.z-tabs-nav > li.z-active {
  border-right-width: 0 !important;
  border-left: 3px solid #444 !important;
  left: -1px;
}
.ie7 body .z-tabs.underlined.vertical.top-left > ul.z-tabs-nav > li.z-active {
  border-right: 3px solid #444 !important;
}
.z-tabs.horizontal.underlined.mini > ul.z-tabs-nav > li > a.z-link {
  padding: 6px 6px;
}
.z-tabs.horizontal.underlined.small > ul.z-tabs-nav > li > a.z-link {
  padding: 8px 8px;
}
.z-tabs.horizontal.underlined.medium > ul.z-tabs-nav > li > a.z-link {
  padding: 10px 10px;
}
.z-tabs.horizontal.underlined.large > ul.z-tabs-nav > li > a.z-link {
  padding: 10px 12px;
}
.z-tabs.horizontal.underlined.xlarge > ul.z-tabs-nav > li > a.z-link {
  padding: 12px 14px;
}
.z-tabs.horizontal.underlined.xxlarge > ul.z-tabs-nav > li > a.z-link {
  padding: 14px 16px;
}
.z-tabs.horizontal.underlined.mini > ul.z-tabs-nav > li:hover,
.z-tabs.horizontal.underlined.mini > ul.z-tabs-nav > li.z-active,
.z-tabs.horizontal.underlined.small > ul.z-tabs-nav > li:hover,
.z-tabs.horizontal.underlined.small > ul.z-tabs-nav > li.z-active {
  border-bottom-width: 2px;
}
.z-tabs.underlined.red > .z-container,
.z-tabs.underlined.red > ul.z-tabs-nav > li,
.z-tabs.underlined.blue > .z-container,
.z-tabs.underlined.blue > ul.z-tabs-nav > li,
.z-tabs.underlined.deepblue > .z-container,
.z-tabs.underlined.deepblue > ul.z-tabs-nav > li,
.z-tabs.underlined.orange > .z-container,
.z-tabs.underlined.orange > ul.z-tabs-nav > li,
.z-tabs.underlined.green > .z-container,
.z-tabs.underlined.green > ul.z-tabs-nav > li,
.z-tabs.underlined.white > .z-container,
.z-tabs.underlined.white > ul.z-tabs-nav > li,
.z-tabs.underlined.silver > .z-container,
.z-tabs.underlined.silver > ul.z-tabs-nav > li,
.z-tabs.underlined.gray > .z-container,
.z-tabs.underlined.gray > ul.z-tabs-nav > li,
.z-tabs.underlined.black > .z-container,
.z-tabs.underlined.black > ul.z-tabs-nav > li {
  border-color: #e6e6e6;
}
.z-tabs.underlined.red > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.red.vertical > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.red.vertical > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.red > ul.z-tabs-nav > li:hover {
  border-color: #DD4B39;
}
.z-tabs.underlined.blue > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.blue.vertical > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.blue.vertical > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.blue > ul.z-tabs-nav > li:hover {
  border-color: #00B0D8;
}
.z-tabs.underlined.deepblue > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.deepblue.vertical > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.deepblue.vertical > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.deepblue > ul.z-tabs-nav > li:hover {
  border-color: #1E69DE;
}
.z-tabs.underlined.orange > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.orange.vertical > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.orange.vertical > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.orange > ul.z-tabs-nav > li:hover {
  border-color: #FD9C00;
}
.z-tabs.underlined.green > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.green.vertical > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.green.vertical > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.green > ul.z-tabs-nav > li:hover {
  border-color: #093;
}
.z-tabs.underlined.white > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.white.vertical > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.white.vertical > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.white > ul.z-tabs-nav > li:hover {
  border-color: #D8D8D8;
}
.z-tabs.underlined.crystal > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.crystal.vertical > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.crystal.vertical > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.crystal > ul.z-tabs-nav > li:hover {
  border-color: #999;
}
.z-tabs.underlined.silver > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.silver.vertical > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.silver.vertical > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.silver > ul.z-tabs-nav > li:hover {
  border-color: #777;
}
.z-tabs.underlined.gray > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.gray.vertical > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.gray.vertical > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.gray > ul.z-tabs-nav > li:hover {
  border-color: #333;
}
.z-tabs.underlined.black > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.black.vertical > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.black.vertical > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.black > ul.z-tabs-nav > li:hover {
  border-color: black;
}
.z-tabs.z-multiline.white > ul.z-tabs-nav > li {
  opacity: .85;
}
.z-tabs.z-multiline.white > ul.z-tabs-nav > li.z-active,
.z-tabs.z-multiline.white > ul.z-tabs-nav > li:hover {
  opacity: 1;
}
.z-tabs.z-multiline.vertical > ul.z-tabs-nav > li > a.z-link,
.z-tabs.z-multiline.horizontal > ul.z-tabs-nav > li > a.z-link {
  line-height: 18px;
  display: block;
  margin: 0px;
  padding: 16px 20px 16px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-desktop > li > a.z-link > span,
.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-mobile > li > a.z-link > span > span {
  display: block;
  font-size: .9em;
  font-weight: normal;
  text-transform: none;
  line-height: 1.65em;
  opacity: 1;
  margin-top: 0.05em;
  letter-spacing: 0px;
}
.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-desktop > li > a.z-link > span.z-icon,
.z-tabs.z-multiline > ul.z-tabs-nav.z-tabs-mobile > li > a.z-link > span > span.z-icon {
  line-height: 1em;
}
.z-tabs.z-multiline.mini > ul.z-tabs-nav > li > a.z-link {
  padding: 12px 28px 12px 12px;
  height: 32px;
}
.z-tabs.z-multiline.small > ul.z-tabs-nav > li > a.z-link {
  padding: 14px 32px 14px 14px;
  height: 34px;
}
.z-tabs.z-multiline.medium > ul.z-tabs-nav > li > a.z-link {
  padding: 16px 36px 16px 16px;
  height: 34px;
}
.z-tabs.z-multiline.large > ul.z-tabs-nav > li > a.z-link {
  padding: 17px 40px 17px 17px;
  height: 36px;
}
.z-tabs.z-multiline.xlarge > ul.z-tabs-nav > li > a.z-link {
  padding: 18px 44px 18px 18px;
  height: 36px;
}
.z-tabs.z-multiline.xxlarge > ul.z-tabs-nav > li > a.z-link {
  padding: 18px 48px 18px 18px;
  height: 38px;
}
.z-tabs.horizontal.z-multiline.top-compact.mini > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.bottom-compact.mini > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.top.responsive.mini > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.bottom.responsive.mini > ul.z-tabs-nav > li > a.z-link {
  padding: 12px;
}
.z-tabs.horizontal.z-multiline.top-compact.small > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.bottom-compact.small > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.top.responsive.small > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.bottom.responsive.small > ul.z-tabs-nav > li > a.z-link {
  padding: 14px;
}
.z-tabs.horizontal.z-multiline.top-compact.medium > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.bottom-compact.medium > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.top.responsive.medium > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.bottom.responsive.medium > ul.z-tabs-nav > li > a.z-link {
  padding: 16px;
}
.z-tabs.horizontal.z-multiline.top-compact.large > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.bottom-compact.large > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.top.responsive.large > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.bottom.responsive.large > ul.z-tabs-nav > li > a.z-link {
  padding: 17px;
}
.z-tabs.horizontal.z-multiline.top-compact.xlarge > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.bottom-compact.xlarge > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.top.responsive.xlarge > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.bottom.responsive.xlarge > ul.z-tabs-nav > li > a.z-link {
  padding: 18px;
}
.z-tabs.horizontal.z-multiline.top-compact.xxlarge > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.bottom-compact.xxlarge > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.top.responsive.xxlarge > ul.z-tabs-nav > li > a.z-link,
.z-tabs.horizontal.z-multiline.bottom.responsive.xxlarge > ul.z-tabs-nav > li > a.z-link {
  padding: 18px;
}
.z-tabs.horizontal.top.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {
  margin-top: -2px;
}
.z-tabs.horizontal.top.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active {
  border-top: 3px solid #D13636;
}
.z-tabs.horizontal.bottom.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {
  margin-bottom: -2px;
}
.z-tabs.horizontal.bottom.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active {
  border-bottom: 3px solid #D13636;
}
.z-tabs.horizontal.top.mobile.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {
  margin-top: 0;
}
.z-tabs.horizontal.top.mobile.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active {
  border-top: none;
}
.z-tabs.horizontal.bottom.mobile.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {
  margin-bottom: 0;
}
.z-tabs.horizontal.bottom.mobile.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active {
  border-bottom: 1px solid #CECECE;
}
.z-tabs.vertical.top-left.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {
  border-left: 3px solid #D13636;
}
.z-tabs.vertical.top-right.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {
  border-right: 3px solid #D13636;
}
.z-tabs.vertical.mobile.top-left.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link,
.z-tabs.vertical.mobile.top-right.white.z-bordered > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {
  border-left: inherit;
}
.z-tabs.clean.horizontal.top > ul.z-tabs-nav > li.z-active,
.z-tabs.clean.horizontal.bottom > ul.z-tabs-nav > li.z-active {
  background: #fff;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.z-tabs.clean.horizontal > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a.z-link {
  margin-top: 0;
  margin-bottom: 0;
}
.z-tabs.clean.horizontal.top > ul.z-tabs-nav.z-tabs-desktop > li,
.z-tabs.clean.horizontal.bottom > ul.z-tabs-nav.z-tabs-desktop > li {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.z-tabs.clean > .z-container {
  border-width: 0;
  background: none;
}
.z-tabs.clean.horizontal > .z-container > .z-content > .z-content-inner {
  padding: 2em 0;
}
.z-tabs.clean.vertical.z-shadows > ul.z-tabs-nav,
.z-tabs.clean.vertical.z-shadows > .z-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.z-tabs.clean.horizontal.z-shadows > ul.z-tabs-nav > li.z-active,
.z-tabs.clean.vertical.z-shadows > ul.z-tabs-nav > li.z-active {
  -webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.13);
  background: #f3f3f3;
}
.z-tabs.clean.horizontal.z-shadows.large > ul.z-tabs-nav > li.z-active {
  -webkit-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 0px 14px 0px rgba(0, 0, 0, 0.13);
}
.z-tabs.clean.horizontal.z-shadows.xlarge > ul.z-tabs-nav > li.z-active,
.z-tabs.clean.horizontal.z-shadows.xxlarge > ul.z-tabs-nav > li.z-active {
  -webkit-box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
}
.z-tabs.clean.top.z-shadows > .z-container,
.z-tabs.clean.bottom.z-shadows > .z-container {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.z-tabs.clean.horizontal.z-rounded.top > ul.z-tabs-nav > li.z-first,
.z-tabs.clean.horizontal.z-rounded.top > ul.z-tabs-nav > li.z-first > a.z-link {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.z-tabs.clean.horizontal.top.z-rounded > ul.z-tabs-nav > li.z-last,
.z-tabs.clean.horizontal.top.z-rounded > ul.z-tabs-nav > li.z-last > a.z-link {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.z-tabs.clean.vertical > ul.z-tabs-nav.z-tabs-desktop {
  border-width: 1px 1px 1px 1px;
}
.z-tabs.clean.vertical > ul.z-tabs-nav > li.z-active {
  z-index: 7;
}
.z-tabs.clean.vertical > .z-container > .z-content > .z-content-inner {
  padding: 0 2em;
}
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-nav.z-tabs-desktop {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.z-tabs.clean.vertical.mobile.z-rounded > ul.z-tabs-nav.z-tabs-desktop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-first,
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-first > a.z-link {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-last,
.z-tabs.clean.vertical.z-rounded > ul.z-tabs-nav.z-tabs-desktop > li.z-last > a.z-link {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.z-tabs.horizontal.clean.responsive.top > ul.z-tabs-nav > li {
  border-bottom-width: 0;
}
.z-tabs.horizontal.clean.responsive.bottom > ul.z-tabs-nav > li {
  border-top-width: 0;
}
.z-tabs.horizontal.clean.responsive.z-rounded.top > ul.z-tabs-nav > li.z-first,
.z-tabs.horizontal.clean.responsive.z-rounded.top > ul.z-tabs-nav > li.z-first > a.z-link {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.z-tabs.clean.horizontal.responsive.z-rounded.top > ul.z-tabs-nav > li.z-last,
.z-tabs.clean.horizontal.responsive.z-rounded.top > ul.z-tabs-nav > li.z-last > a.z-link {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.z-tabs.clean.top.responsive > .z-container {
  border-top-width: 1px;
}
.z-tabs.clean.bottom.responsive > .z-container {
  border-bottom-width: 1px;
}
.z-tabs.clean.horizontal.mobile.top > ul.z-tabs-nav.z-tabs-desktop > li,
.z-tabs.clean.horizontal.mobile.bottom > ul.z-tabs-nav.z-tabs-desktop > li {
  border-bottom-width: 0;
}
.z-grid {
  margin: 0 auto;
  padding: 0 0 0 1%;
}
.z-grid-1200 {
  max-width: 1220px;
}
.z-grid-1000 {
  max-width: 1020px;
}
.z-row {
  clear: both;
  padding: 0 10px;
}
.z-row :after {
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}
.z-row {
  zoom: 1;
}
.z-row [class*="col"] {
  margin-left: 1.81818%;
  float: left;
  display: block;
  margin: 1% 0 1% 1.6%;
  margin: 0 0 0 1.6%;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col12 {
  width: 100%;
}
.col11 {
  width: 91.46%;
}
.col10 {
  width: 83%;
}
.col9 {
  width: 74.54%;
}
.col8 {
  width: 66.08%;
}
.col7 {
  width: 57.62%;
}
.col6 {
  width: 49.16%;
}
.col5 {
  width: 40.7%;
}
.col4 {
  width: 32.24%;
}
.col3 {
  width: 23.78%;
}
.col2 {
  width: 15.32%;
}
.col1 {
  width: 6.86%;
}
.z-row [class*="col"]:first-child {
  margin-left: 0;
}
.z-row [class*="col"] img {
  width: 100%;
  height: auto;
  display: block;
}
@media all and (min-width: 1024px) {
  .z-grid-1000 {
    max-width: 1000px;
  }
  .z-grid-1000 .z-row {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .z-row [class*="col"] {
    float: none;
    width: auto;
    margin: 10px 0 10px 0;
  }
}
.z-tabs > ul.z-tabs-nav.z-tabs-mobile {
  display: none;
}
.z-tabs.horizontal > ul.z-tabs-nav.z-tabs-mobile,
.z-tabs.horizontal > ul.z-tabs-nav.z-tabs-mobile > li {
  width: 100%;
  float: none;
}
.z-tabs.horizontal.responsive > ul.z-tabs-nav.z-tabs-desktop > li {
  float: left;
  margin: 0 -2px 0 0;
}
.z-tabs.horizontal.responsive > ul.z-tabs-nav.z-tabs-desktop > li.z-last:nth-child(odd) {
  width: 100%;
}
.ie7 .z-tabs.horizontal.responsive > ul.z-tabs-nav.z-tabs-desktop > li {
  margin-right: -3px;
}
.z-tabs.horizontal.responsive > ul.z-tabs-nav {
  width: 100%;
}
.z-tabs.horizontal.responsive > ul.z-tabs-nav > li.z-active {
  margin-bottom: 0px;
  padding-bottom: 0px;
  z-index: initial;
}
.z-tabs.horizontal.responsive.bottom-left > ul.z-tabs-nav > li.z-active {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
  z-index: initial;
}
.z-tabs.horizontal.responsive > ul.z-tabs-nav.z-tabs-desktop {
  display: block;
  width: 100%;
}
.z-tabs.horizontal.responsive.underlined > ul.z-tabs-nav {
  border-width: 0;
}
.z-tabs.horizontal.responsive.underlined > ul.z-tabs-nav > li.z-active,
.z-tabs.horizontal.responsive.underlined > ul.z-tabs-nav > li:hover {
  border-top-width: 0;
  border-bottom-width: 0;
}
.z-tabs.underlined.horizontal > ul.z-tabs-nav.z-tabs-mobile > li {
  margin-left: 0;
}
.z-tabs.underlined.horizontal > ul.z-tabs-nav.z-tabs-mobile > li a.z-link {
  padding-left: 0;
}
.z-tabs.responsive.top-left.z-rounded > ul.z-tabs-desktop > li.z-right,
.z-tabs.responsive.top-left.z-rounded > ul.z-tabs-desktop > li.z-right > a.z-link {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.z-tabs.responsive.z-rounded.bottom-left > ul.z-tabs-nav > li.z-first,
.z-tabs.responsive.z-rounded.bottom-left > ul.z-tabs-nav > li.z-first > a.z-link {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.z-tabs.responsive.z-rounded.bottom-left > ul.z-tabs-nav > li.z-left,
.z-tabs.responsive.z-rounded.bottom-left > ul.z-tabs-nav > li.z-left > a.z-link {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.z-tabs.responsive.z-rounded.bottom-left > ul.z-tabs-nav > li.z-right,
.z-tabs.responsive.z-rounded.bottom-left > ul.z-tabs-nav > li.z-right > a.z-link {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.z-tabs.mobile > ul.z-tabs-nav,
.z-tabs.mobile > ul.z-tabs-nav > li,
.z-tabs.mobile > ul.z-tabs-nav > li.z-active,
.z-tabs.mobile > .z-container,
.z-tabs.mobile > .z-container > .z-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.z-tabs.mobile > ul.z-tabs-desktop {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.z-tabs.mobile.z-shadows > ul.z-tabs-mobile {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
}
.z-tabs.mobile > ul.z-tabs-nav.z-tabs-desktop > li {
  float: none;
  display: block;
}
.z-tabs.mobile > ul.z-tabs-desktop.z-hide-menu {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.z-tabs.mobile > .z-container {
  margin-top: 2px;
  width: auto;
}
.z-tabs.mobile.horizontal.top-compact > .z-container,
.z-tabs.mobile.horizontal.bottom-compact > .z-container {
  margin-right: 0px !important;
}
.z-tabs.mobile > ul.z-tabs-mobile > li > a.z-link > span.z-title {
  margin-left: 6px;
  opacity: 1;
}
.z-tabs.mobile > ul.z-tabs-mobile.z-state-closed > li > a.z-link > span.z-title {
  margin-left: 6px;
  opacity: 1;
}
.z-tabs.mobile.horizontal > ul.z-tabs-nav > li > a.z-link,
.z-tabs.mobile.vertical > ul.z-tabs-nav > li > a.z-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 18px !important;
}
.z-tabs.mobile > ul.z-tabs-mobile.z-state-closed > li > a.z-link > span.z-arrow {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.z-tabs.mobile > ul.z-tabs-mobile > li > a.z-link > span.z-arrow {
  right: -10px;
  position: absolute;
  opacity: .25;
  background: url(@{images-path}/z-tabs-icons.png) no-repeat top left;
  background-position: -132px -4px;
  width: 25px;
  height: 40px;
  top: 50%;
  margin-top: -23px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.z-tabs.mobile.right > ul.z-tabs-mobile > li > a.z-link > span.z-arrow {
  left: -10px;
  margin-top: -16px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.z-tabs.mobile.right > ul.z-tabs-mobile.z-state-closed > li > a.z-link > span.z-arrow {
  opacity: 1;
  margin-top: -23px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.z-tabs.mobile > ul.z-tabs-mobile > li > a.z-link > i.z-icon-menu {
  background: url(@{images-path}/z-tabs-icons.png) no-repeat top left;
  background-position: -1470px -3px;
  width: 28px;
  height: 30px;
  margin-top: -24px;
  margin-left: -6px;
  display: inline-block;
}
.z-tabs.mobile.z-icons-light > ul.z-tabs-mobile > li > a.z-link > i.z-icon-menu {
  background-position: -1470px -60px;
}
.z-tabs.mobile.z-icons-light > ul.z-tabs-mobile > li > a.z-link > span.z-arrow {
  background-position: -132px -61px;
}
.z-tabs.mobile > ul.z-tabs-mobile.z-state-closed > li > a.z-link > span.z-arrow {
  right: 0px;
}
.z-tabs.mobile > ul.z-tabs-nav.z-tabs-mobile.z-state-closed {
  border-width: 1px;
}
.z-tabs.mobile.vertical.z-rounded > ul.z-tabs-mobile.z-state-closed,
.z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-mobile.z-state-closed {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.z-tabs.mobile.vertical.z-rounded > ul.z-tabs-mobile.z-state-closed > li,
.z-tabs.mobile.vertical.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a.z-link,
.z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-mobile.z-state-closed > li,
.z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-mobile.z-state-closed > li > a.z-link {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.z-tabs.mobile.vertical.z-rounded > ul.z-tabs-mobile,
.z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-mobile {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.z-tabs.mobile.vertical.z-rounded > ul.z-tabs-mobile > li,
.z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-mobile > li {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.z-tabs.mobile.vertical.z-rounded > ul.z-tabs-nav > li.z-last,
.z-tabs.mobile.vertical.z-rounded > ul.z-tabs-nav > li.z-last > a.z-link,
.z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-nav > li.z-last,
.z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-nav > li.z-last > a.z-link {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.z-tabs.mobile.vertical.z-rounded > ul.z-tabs-desktop,
.z-tabs.mobile.horizontal.z-rounded > ul.z-tabs-desktop {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.z-tabs.mobile.horizontal > ul.z-tabs-nav > li.z-active {
  margin: 0;
  padding: 0;
}
.z-tabs.mobile.horizontal > ul.z-tabs-nav > li {
  border-width: 0px 0px 1px 0px;
}
.z-tabs.mobile.horizontal > ul.z-tabs-nav > li > a.z-link {
  text-align: left;
}
.z-tabs.mobile.horizontal > ul.z-tabs-nav.z-tabs-desktop > li.z-last {
  border-bottom-width: 0;
}
.z-tabs.mobile.horizontal > ul.z-tabs-nav > li {
  margin: 0;
}
.z-tabs.mobile.underlined.horizontal > ul.z-tabs-nav > li,
.z-tabs.mobile.underlined.horizontal > ul.z-tabs-nav > li.z-active,
.z-tabs.mobile.underlined.horizontal > ul.z-tabs-nav > li:hover {
  margin-left: 0;
}
.z-tabs.mobile.horizontal.underlined > .z-container {
  border-width: 0;
}
.z-tabs.mobile.horizontal.underlined > ul.z-tabs-nav > li:hover,
.z-tabs.mobile.horizontal.underlined > ul.z-tabs-nav > li.z-active {
  border-bottom-width: 1px;
}
.z-tabs.mobile.vertical > ul.z-tabs-nav,
.z-tabs.mobile.horizontal > ul.z-tabs-nav {
  width: auto;
  border-width: 1px 1px 0 1px;
  float: none;
  border-bottom-width: 1px;
  display: block;
  padding: 0;
  margin: 0;
  min-width: 0 !important;
}
.z-tabs.mobile.vertical ul.z-tabs-mobile,
.z-tabs.mobile.horizontal ul.z-tabs-mobile {
  border-bottom-width: 0px;
}
.z-tabs.mobile.vertical ul.z-tabs-mobile > li,
.z-tabs.mobile.horizontal ul.z-tabs-mobile > li {
  float: none;
  border-width: 0px;
}
.z-tabs.mobile.horizontal.bottom > .z-container {
  margin-bottom: 4px;
}
.z-tabs.mobile.vertical.z-rounded > .z-container,
.z-tabs.mobile.horizontal.z-rounded > .z-container {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.z-tabs.mobile.vertical > .z-container > .z-content .z-content-inner {
  padding: 2em;
}
.z-tabs.mobile.horizontal.top > ul.z-tabs-nav.z-tabs-desktop > li.z-first,
.z-tabs.mobile.horizontal.bottom > ul.z-tabs-nav.z-tabs-desktop > li.z-first {
  border-top-width: 0;
}
.z-tabs.mobile.underlined > ul.z-tabs-nav > li > a.z-link {
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.z-tabs.mobile.underlined > ul.z-tabs-desktop > li,
.z-tabs.mobile.underlined > ul.z-tabs-desktop > li > a {
  -moz-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
  -o-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
  -webkit-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
  -ms-transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
  transition: background-color 200ms ease-out, color 200ms ease-out, text-shadow 200ms ease-out;
}
.z-tabs.underlined.mobile > ul.z-tabs-nav > li,
.z-tabs.underlined.mobile > ul.z-tabs-nav > li.z-active,
.z-tabs.underlined.mobile > ul.z-tabs-nav > li.z-last,
.z-tabs.underlined.mobile > ul.z-tabs-nav > li:hover,
.z-tabs.underlined.mobile > ul.z-tabs-nav > li.z-last:hover {
  border-color: #E6E6E6;
  background: #fff;
  border-width: 0 0 1px 0 !important;
  opacity: 1;
  border-style: dotted;
}
.z-tabs.underlined.horizontal.mobile > ul.z-tabs-nav > li.z-last {
  border-width: 0 0 1px 0;
}
.z-tabs.underlined.mobile > ul.z-tabs-nav.z-tabs-mobile,
.z-tabs.underlined.mobile > ul.z-tabs-nav.z-tabs-desktop {
  border-width: 0;
}
.z-tabs.underlined.mobile.hover > ul.z-tabs-nav.z-tabs-desktop > li.z-active,
.z-tabs.underlined.mobile.hover > ul.z-tabs-nav.z-tabs-desktop > li:hover {
  background: #FAFAFA;
}
.z-tabs.underlined.mobile.hover > ul.z-tabs-nav.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover > ul.z-tabs-desktop > li:hover > a {
  color: #333;
  text-shadow: 1px 0px 1px rgba(175, 175, 175, 0.25);
}
.z-tabs.underlined.mobile.m-red > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-red > ul.z-tabs-desktop > li:hover > a {
  color: #DD4B39;
}
.z-tabs.underlined.mobile.m-blue > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-blue > ul.z-tabs-desktop > li:hover > a {
  color: #00B0D8;
}
.z-tabs.underlined.mobile.m-deepblue > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-deepblue > ul.z-tabs-desktop > li:hover > a {
  color: #1E69DE;
}
.z-tabs.underlined.mobile.m-orange > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-orange > ul.z-tabs-desktop > li:hover > a {
  color: #FD9C00;
}
.z-tabs.underlined.mobile.m-green > ul.z-tabs-desktop > li.z-active > a,
.z-tabs.underlined.mobile.hover.m-green > ul.z-tabs-desktop > li:hover > a {
  color: #093;
}
.z-tabs.z-tabs *,
.z-tabs ul,
.z-tabs ul li,
.z-tabs ul li a,
.z-tabs .z-container .z-content {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  outline: none;
}
/*
 * Css styles for jQuery pugin Auto Ajax Loader Indicator
 * Autor: Yuriy Antokhin
 * Mail: yuriyant@gmail.com
*/
/*
* Default template
*/
#atpl .overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #9da0a4;
  opacity: 0.2;
  /* height:100%; width:100%; */
  /*   uncomment to display overlay     */
}
#atpl span {
  display: block;
  position: fixed;
  right: 4px;
  top: 4px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: default;
  font-size: 14px;
  z-index: 20001;
  background: #c71d72;
}
#atpl span.imgLoader {
  padding: 5px 11px 5px 30px;
  background: url('../../images/ajax-loader.gif') 10% 50% no-repeat #c71d72;
}
/*
* Gmail style template
*/
/*
#atpl{background-color:#f9edbe;border-color:#f0c36d;left:-50px;margin-left:50%;padding-bottom:4px;position:fixed;top:0;z-index:20001}
#atpl span{border:1px solid transparent;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,0.2);padding:4px 10px;text-align:center;white-space:nowrap}
#atpl span.imgLoader{background:url('@{images-path}/ajax-loader-y-16.gif') 10% 50% no-repeat #f9edbe;padding:5px 11px 5px 30px}
*/
/*
* MASK 
* If you are using a mask then add these styles
*/
.aimask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: .5;
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: #CCC;
  width: 100%;
  height: 100%;
  zoom: 1;
}
.aimask-msg {
  display: none;
  font-size: 14px;
  z-index: 10001;
  position: absolute;
  background: #c71d72;
  color: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  cursor: default;
}
.aimasked {
  overflow: hidden !important;
}
.aimasked-relative {
  position: relative !important;
}
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("../../images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
  font-size: 1.1em /*{fsDefault}*/;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif /*{ffDefault}*/;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url('../../images/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222 /*{fcContent}*/;
}
.ui-widget-header {
  border: 1px solid #aaaaaa /*{borderColorHeader}*/;
  background: #cccccc /*{bgColorHeader}*/ url('../../images/ui-bg_highlight-soft_75_cccccc_1x100.png') /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/;
  color: #222222 /*{fcHeader}*/;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222 /*{fcHeader}*/;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3 /*{borderColorDefault}*/;
  background: #e6e6e6 /*{bgColorDefault}*/ url('../../images/ui-bg_glass_75_e6e6e6_1x400.png') /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #555555 /*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555 /*{fcDefault}*/;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999 /*{borderColorHover}*/;
  background: #dadada /*{bgColorHover}*/ url('../../images/ui-bg_glass_75_dadada_1x400.png') /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #212121 /*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121 /*{fcHover}*/;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa /*{borderColorActive}*/;
  background: #ffffff /*{bgColorActive}*/ url('../../images/ui-bg_glass_65_ffffff_1x400.png') /*{bgImgUrlActive}*/ 50% /*{bgActiveXPos}*/ 50% /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/;
  font-weight: normal /*{fwDefault}*/;
  color: #212121 /*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121 /*{fcActive}*/;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1 /*{borderColorHighlight}*/;
  background: #fbf9ee /*{bgColorHighlight}*/ url('../../images/ui-bg_glass_55_fbf9ee_1x400.png') /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/;
  color: #363636 /*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636 /*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a /*{borderColorError}*/;
  background: #fef1ec /*{bgColorError}*/ url('../../images/ui-bg_glass_95_fef1ec_1x400.png') /*{bgImgUrlError}*/ 50% /*{bgErrorXPos}*/ 50% /*{bgErrorYPos}*/ repeat-x /*{bgErrorRepeat}*/;
  color: #cd0a0a /*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a /*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a /*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url('../../images/ui-icons_222222_256x240.png') /*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
  background-image: url('../../images/ui-icons_222222_256x240.png') /*{iconsHeader}*/;
}
.ui-state-default .ui-icon {
  background-image: url('../../images/ui-icons_888888_256x240.png') /*{iconsDefault}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url('../../images/ui-icons_454545_256x240.png') /*{iconsHover}*/;
}
.ui-state-active .ui-icon {
  background-image: url('../../images/ui-icons_454545_256x240.png') /*{iconsActive}*/;
}
.ui-state-highlight .ui-icon {
  background-image: url('../../images/ui-icons_2e83ff_256x240.png') /*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url('../../images/ui-icons_cd0a0a_256x240.png') /*{iconsError}*/;
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px /*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px /*{cornerRadius}*/;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa /*{bgColorOverlay}*/ url('../../images/ui-bg_flat_0_aaaaaa_40x100.png') /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
  opacity: 0.3 /*{opacityOverlay}*/;
  filter: alpha(opacity=30) /*{opacityFilterOverlay}*/;
}
.ui-widget-shadow {
  margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
  padding: 8px /*{thicknessShadow}*/;
  background: #aaaaaa /*{bgColorShadow}*/ url('../../images/ui-bg_flat_0_aaaaaa_40x100.png') /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/;
  opacity: 0.3 /*{opacityShadow}*/;
  filter: alpha(opacity=30) /*{opacityFilterShadow}*/;
  border-radius: 8px /*{cornerRadiusShadow}*/;
}
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/
/* Global Declaration */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url(sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
  margin: 0;
  padding: 0;
}
/* INPUT & TEXTAREA */
input.text,
input.email,
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('../../images/bg-input-focus.png') repeat-x 0px 0px;
  background: url('../../images/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}
input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
  background: url('../../images/bg-input-focus.png') repeat-x 0px 0px;
}
/* SPRITES */
/* Select */
div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}
div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}
div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}
div.selector:active,
div.selector.active {
  background-position: -483px -156px;
}
div.selector:active span,
div.selector.active span {
  background-position: right -26px;
}
div.selector.focus,
div.selector.hover,
div.selector:hover {
  background-position: -483px -182px;
}
div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
  background-position: right -52px;
}
div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}
div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}
div.selector.disabled {
  background-position: -483px -234px;
}
div.selector.disabled span {
  background-position: right -104px;
}
/* Checkbox */
div.checker {
  width: 19px;
  height: 19px;
}
div.checker input {
  width: 19px;
  height: 19px;
}
div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}
div.checker:active span,
div.checker.active span {
  background-position: -19px -260px;
}
div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}
div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}
div.checker span.checked {
  background-position: -76px -260px;
}
div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -95px -260px;
}
div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}
div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}
div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}
div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}
/* Radio */
div.radio {
  width: 18px;
  height: 18px;
}
div.radio input {
  width: 18px;
  height: 18px;
}
div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}
div.radio:active span,
div.radio.active span {
  background-position: -18px -279px;
}
div.radio.focus span,
div.radio:hover span {
  background-position: -36px -279px;
}
div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}
div.radio span.checked {
  background-position: -72px -279px;
}
div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}
div.radio.focus span.checked,
div.radio:hover span.checked {
  background-position: -108px -279px;
}
div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}
div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}
div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}
/* Uploader */
div.uploader {
  background-position: 0px -297px;
  height: 28px;
}
div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}
div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}
div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}
div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}
div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}
div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}
div.uploader.disabled {
  background-position: 0px -325px;
}
div.uploader.disabled span.action {
  background-position: right -381px;
}
div.button {
  background-position: 0px -523px;
}
div.button span {
  background-position: right -643px;
}
div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}
div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px;
}
div.button.active,
div.button:active {
  background-position: 0px -583px;
}
div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}
div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}
div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}
/* PRESENTATION */
/* Button */
div.button {
  height: 30px;
}
div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}
/* Select */
div.selector {
  width: 190px;
  font-size: 12px;
}
div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}
div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}
div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}
div.selector.disabled span {
  color: #bbb;
}
/* Checker */
div.checker {
  margin-right: 5px;
}
/* Radio */
div.radio {
  margin-right: 3px;
}
/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}
div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}
div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}
div.uploader input {
  width: 190px;
}
div.uploader.disabled span.action {
  color: #aaa;
}
div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0;
}
/* Button */
div.button a,
div.button button,
div.button input {
  position: absolute;
}
div.button {
  cursor: pointer;
  position: relative;
}
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
/* Select */
div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}
div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.selector select {
  position: absolute;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  height: 25px;
  border: none;
  background: none;
}
/* Checker */
div.checker {
  position: relative;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
div.checker input {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  display: inline-block;
  background: none;
}
/* Radio */
div.radio {
  position: relative;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
div.radio input {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  text-align: center;
  display: inline-block;
  background: none;
}
/* Uploader */
div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}
div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}
div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
div.uploader input {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}
.ms-container {
  background: transparent url('../../images/switch.png') no-repeat 170px 80px;
}
.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}
.ms-container .ms-selectable,
.ms-container .ms-selection {
  background: #fff;
  color: #555;
  float: left;
}
.ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ms-selected {
  display: none;
}
.ms-container .ms-selectable {
  margin-right: 40px;
}
.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}
.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.ms-container .ms-optgroup-container {
  width: 100%;
}
.ms-container ul.ms-list {
  width: 160px;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}
.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}
#gritter-notice-wrapper {
  position: fixed;
  top: 110px;
  right: 30px;
  width: 301px;
  z-index: 9999;
  text-align: center;
  text-shadow: 0px 1px 0px #ffffff;
  background-color: #fff;
  border: 3px solid rgba(0, 128, 0, 0.5);
  border-bottom: 1px solid rgba(0, 128, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}
#gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}
#gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
.gritter-item-wrapper {
  position: relative;
  margin: 0;
  border-bottom: 2px solid rgba(0, 128, 0, 0.5);
}
.gritter-item-wrapper.alert {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gritter-item {
  display: block;
  padding: 1px;
  font-size: 12px;
}
.gritter-item p {
  margin: 0;
  padding: 10px 5px;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
}
.gritter-close {
  display: none;
  position: absolute;
  top: 1px;
  right: 3px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.gritter-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
}
.gritter-title {
  font-weight: bold;
  padding: 0;
  display: block;
  margin: 0;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #d5d5d5;
  cursor: default;
}
.gritter-image {
  width: 48px;
  height: 48px;
  float: left;
}
.gritter-with-image,
.gritter-without-image {
  padding: 0;
}
.gritter-with-image {
  width: 220px;
  float: right;
}
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
  color: #eee;
}
.gritter-light .gritter-title {
  text-shadow: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  /*vertical-align: middle;*/
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: none;
}
/* overrides button presets for mozilla clients*/
@-moz-document url-prefix() {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    cursor: pointer;
    padding: 6px 14px;
  }
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -99999px;
  *text-indent: 0;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 2px;
  margin-right: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
  opacity: 0.5;
  filter: alpha(opacity=50);
  content: "\2193";
}
.caret.white {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid white;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.m-dropdown-menu {
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 225px;
  max-width: 225px;
  padding: 0 0 6px 0;
  margin: 0 0 0;
  list-style: none;
  background-color: white;
  -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);
  font-size: 14px;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  border: 1px solid #eeeeee;
}
.m-dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.m-dropdown-menu .divider {
  border-top: 1px solid #ebebeb;
  margin-top: 9px;
  margin-bottom: 10px;
  padding: 0;
  cursor: default;
}
.m-dropdown-menu a {
  position: relative;
  padding: 6px 0 6px 30px;
  color: #333;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  white-space: nowrap;
}
.m-dropdown-menu a [class^="icon-"] {
  position: absolute;
  left: 7px;
  top: 8px;
}
.m-dropdown-menu li > a:hover,
.m-dropdown-menu .active > a,
.m-dropdown-menu .active > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.dropdown.open {
  *z-index: 1000;
}
.dropdown.open .dropdown-toggle {
  color: #08c;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .m-dropdown-menu {
  display: block;
}
.m-btn {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 10px 14px;
  margin-top: 8px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #eeeeee, #eeeeee);
  background-image: -ms-linear-gradient(top, #eeeeee, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #eeeeee, #eeeeee);
  background-image: -o-linear-gradient(top, #eeeeee, #eeeeee);
  background-image: linear-gradient(top, #eeeeee, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding;
  /* IE hacks */
  zoom: 1;
  z-index: 1;
  *display: inline;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  min-width: 42px;
  text-shadow: #ffffff 0 1px 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: inherit;
}
.m-btn:hover,
.m-btn:focus,
.m-btn:active,
.m-btn.active {
  color: #333;
  text-decoration: none;
  background-color: #dcdcdc;
  background-image: -moz-linear-gradient(top, #dcdcdc, #dcdcdc);
  background-image: -ms-linear-gradient(top, #dcdcdc, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dcdcdc), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #dcdcdc, #dcdcdc);
  background-image: -o-linear-gradient(top, #dcdcdc, #dcdcdc);
  background-image: linear-gradient(top, #dcdcdc, #dcdcdc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#dcdcdc', GradientType=0);
  z-index: 100;
  outline: none;
}
.m-btn:active,
.m-btn.active {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #eeeeee, #dcdcdc);
  background-image: -ms-linear-gradient(top, #eeeeee, #dcdcdc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dcdcdc);
  background-image: -o-linear-gradient(top, #eeeeee, #dcdcdc);
  background-image: linear-gradient(top, #eeeeee, #dcdcdc);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dcdcdc', GradientType=0);
}
.m-btn:focus {
  /* Blue border on button focus. */
  border-color: #4D90FE;
}
/* overrides extra padding on button elements in Firefox */
.m-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.m-btn.red-stripe {
  border-left: 3px solid #d84a38;
}
.m-btn.blue-stripe {
  border-left: 3px solid #4d90fe;
}
.m-btn.purple-stripe {
  border-left: 3px solid #852b99;
}
.m-btn.green-stripe {
  border-left: 3px solid #35aa47;
}
.m-btn.orange-stripe {
  border-left: 3px solid #f29e1a;
}
/* Common button classes */
.m-btn.red:active,
.m-btn.red.active,
.m-btn.red.disabled,
.m-btn.red[disabled],
.m-btn.blue:active,
.m-btn.blue.active,
.m-btn.blue.disabled,
.m-btn.blue[disabled],
.m-btn.purple:active,
.m-btn.purple.active,
.m-btn.purple.disabled,
.m-btn.purple[disabled],
.m-btn.green:active,
.m-btn.green.active,
.m-btn.green.disabled,
.m-btn.green[disabled],
.m-btn.orange:active,
.m-btn.orange.active,
.m-btn.orange.disabled,
.m-btn.orange[disabled],
.m-btn.black:active,
.m-btn.black.active,
.m-btn.black.disabled,
.m-btn.black[disabled] {
  -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.25);
  color: white !important;
}
.m-btn.red.disabled,
.m-btn.red[disabled],
.m-btn.blue.disabled,
.m-btn.blue[disabled],
.m-btn.purple.disabled,
.m-btn.purple[disabled],
.m-btn.green.disabled,
.m-btn.green[disabled],
.m-btn.orange.disabled,
.m-btn.orange[disabled] {
  opacity: .7;
}
.m-btn.black.disabled,
.m-btn.black[disabled] {
  opacity: .5;
}
/*  Red */
.m-btn.red {
  color: white;
  text-shadow: none;
  background-color: #d84a38;
  background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
  background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#d14836));
  background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
  background-image: -o-linear-gradient(top, #dd4b39, #d14836);
  background-image: linear-gradient(top, #dd4b39, #d14836);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4b39', endColorstr='#d14836', GradientType=0);
}
.m-btn.red:hover,
.m-btn.red:focus,
.m-btn.red:active,
.m-btn.red.active,
.m-btn.red[disabled],
.m-btn.red.disabled {
  background-color: #c53727;
  background-image: -moz-linear-gradient(top, #c53727, #c53727);
  background-image: -ms-linear-gradient(top, #c53727, #c53727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c53727), to(#c53727));
  background-image: -webkit-linear-gradient(top, #c53727, #c53727);
  background-image: -o-linear-gradient(top, #c53727, #c53727);
  background-image: linear-gradient(top, #c53727, #c53727);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c53727', endColorstr='#c53727', GradientType=0);
}
.m-btn.red:active,
.m-btn.red.active {
  background-color: #dd4b39;
  background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
  background-image: -ms-linear-gradient(top, #dd4b39, #c53727);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4b39), to(#c53727));
  background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
  background-image: -o-lineark-gradient(top, #dd4b39, #c53727);
  background-image: linear-gradient(top, #dd4b39, #c53727);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd4b39', endColorstr='#c53727', GradientType=0);
}
/*  Blue */
.m-btn.blue {
  color: white;
  text-shadow: none;
  background-color: #4d90fe;
  background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed));
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe', endColorstr='#4787ed', GradientType=0);
}
.m-btn.blue:hover,
.m-btn.blue:focus,
.m-btn.blue:active,
.m-btn.blue.active,
.m-btn.blue[disabled],
.m-btn.blue.disabled {
  background-color: #0072bb;
  background-image: -moz-linear-gradient(top, #0072bb, #0072bb);
  background-image: -ms-linear-gradient(top, #0072bb, #0072bb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0072bb), to(#0072bb));
  background-image: -webkit-linear-gradient(top, #0072bb, #0072bb);
  background-image: -o-linear-gradient(top, #0072bb, #0072bb);
  background-image: linear-gradient(top, #0072bb, #0072bb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072bb', endColorstr='#0072bb', GradientType=0);
}
.m-btn.blue:active,
.m-btn.blue.active {
  background-color: #4d90fe;
  background-image: -moz-linear-gradient(top, #4d90fe, #0072bb);
  background-image: -ms-linear-gradient(top, #4d90fe, #0072bb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#0072bb));
  background-image: -webkit-linear-gradient(top, #4d90fe, #0072bb);
  background-image: -o-linear-gradient(top, #4d90fe, #0072bb);
  background-image: linear-gradient(top, #4d90fe, #0072bb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe', endColorstr='#0072bb', GradientType=0);
}
/*  Green */
.m-btn.green {
  color: white;
  text-shadow: none;
  background-color: #35aa47;
  background-image: -moz-linear-gradient(top, #35aa47, #35aa47);
  background-image: -ms-linear-gradient(top, #35aa47, #35aa47);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#35aa47), to(#35aa47));
  background-image: -webkit-linear-gradient(top, #35aa47, #35aa47);
  background-image: -o-linear-gradient(top, #35aa47, #35aa47);
  background-image: linear-gradient(top, #35aa47, #35aa47);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35aa47', endColorstr='#35aa47', GradientType=0);
}
.m-btn.green:hover,
.m-btn.green:focus,
.m-btn.green:active,
.m-btn.green.active,
.m-btn.green.disabled,
.m-btn.green[disabled] {
  background-color: #1d943b;
  background-image: -moz-linear-gradient(top, #1d943b, #1d943b);
  background-image: -ms-linear-gradient(top, #1d943b, #1d943b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1d943b), to(#1d943b));
  background-image: -webkit-linear-gradient(top, #1d943b, #1d943b);
  background-image: -o-linear-gradient(top, #1d943b, #1d943b);
  background-image: linear-gradient(top, #1d943b, #1d943b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d943b', endColorstr='#1d943b', GradientType=0);
}
.m-btn.green:active,
.m-btn.green.active {
  background-color: #35aa47;
  background-image: -moz-linear-gradient(top, #35aa47, #1d943b);
  background-image: -ms-linear-gradient(top, #35aa47, #1d943b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#35aa47), to(#1d943b));
  background-image: -webkit-linear-gradient(top, #35aa47, #1d943b);
  background-image: -o-linear-gradient(top, #35aa47, #1d943b);
  background-image: linear-gradient(top, #35aa47, #1d943b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35aa47', endColorstr='#1d943b', GradientType=0);
}
/*  Orange */
.m-btn.orange {
  color: white;
  text-shadow: none;
  background-color: #666;
  background-image: -moz-linear-gradient(top, #f29e1a, #f29e1a);
  background-image: -ms-linear-gradient(top, #f29e1a, #f29e1a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f29e1a), to(#f29e1a));
  background-image: -webkit-linear-gradient(top, #f29e1a, #f29e1a);
  background-image: -o-linear-gradient(top, #f29e1a, #f29e1a);
  background-image: linear-gradient(top, #f29e1a, #f29e1a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f29e1a', endColorstr='#f29e1a', GradientType=0);
}
.m-btn.orange:hover,
.m-btn.orange:focus,
.m-btn.orange:active,
.m-btn.orange.active,
.m-btn.orange.disabled,
.m-btn.orange[disabled] {
  background-color: #eb8e00;
  background-image: -moz-linear-gradient(top, #eb8e00, #eb8e00);
  background-image: -ms-linear-gradient(top, #eb8e00, #eb8e00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eb8e00), to(#eb8e00));
  background-image: -webkit-linear-gradient(top, #eb8e00, #eb8e00);
  background-image: -o-linear-gradient(top, #eb8e00, #eb8e00);
  background-image: linear-gradient(top, #eb8e00, #eb8e00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb8e00', endColorstr='#eb8e00', GradientType=0);
}
.m-btn.orange:active,
.m-btn.orange.active {
  background-color: #666;
  background-image: -moz-linear-gradient(top, #f29e1a, #eb8e00);
  background-image: -ms-linear-gradient(top, #f29e1a, #eb8e00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f29e1a), to(#eb8e00));
  background-image: -webkit-linear-gradient(top, #f29e1a, #eb8e00);
  background-image: -o-linear-gradient(top, #f29e1a, #eb8e00);
  background-image: linear-gradient(top, #f29e1a, #eb8e00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f29e1a', endColorstr='#eb8e00', GradientType=0);
}
/*  Purple */
.m-btn.purple {
  color: white;
  text-shadow: none;
  background-color: #852b99;
  background-image: -moz-linear-gradient(top, #852b99, #852b99);
  background-image: -ms-linear-gradient(top, #852b99, #852b99);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#852b99), to(#852b99));
  background-image: -webkit-linear-gradient(top, #852b99, #852b99);
  background-image: -o-linear-gradient(top, #852b99, #852b99);
  background-image: linear-gradient(top, #852b99, #852b99);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#852b99', endColorstr='#852b99', GradientType=0);
}
.m-btn.purple:hover,
.m-btn.purple:focus,
.m-btn.purple:active,
.m-btn.purple.active,
.m-btn.purple.disabled,
.m-btn.purple[disabled] {
  background-color: #6d1b81;
  background-image: -moz-linear-gradient(top, #6d1b81, #6d1b81);
  background-image: -ms-linear-gradient(top, #6d1b81, #6d1b81);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6d1b81), to(#6d1b81));
  background-image: -webkit-linear-gradient(top, #6d1b81, #6d1b81);
  background-image: -o-linear-gradient(top, #6d1b81, #6d1b81);
  background-image: linear-gradient(top, #6d1b81, #6d1b81);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d1b81', endColorstr='#6d1b81', GradientType=0);
}
.m-btn.purple:active,
.m-btn.purple.active {
  background-color: #35aa47;
  background-image: -moz-linear-gradient(top, #852b99, #6d1b81);
  background-image: -ms-linear-gradient(top, #852b99, #6d1b81);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#852b99), to(#6d1b81));
  background-image: -webkit-linear-gradient(top, #852b99, #6d1b81);
  background-image: -o-linear-gradient(top, #852b99, #6d1b81);
  background-image: linear-gradient(top, #852b99, #6d1b81);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#852b99', endColorstr='#6d1b81', GradientType=0);
}
.m-btn.black {
  color: white;
  text-shadow: none;
  background-color: #555555;
  background-image: -moz-linear-gradient(top, #555555, #555555);
  background-image: -ms-linear-gradient(top, #555555, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#555555));
  background-image: -webkit-linear-gradient(top, #555555, #555555);
  background-image: -o-linear-gradient(top, #555555, #555555);
  background-image: linear-gradient(top, #555555, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#555555', GradientType=0);
}
.m-btn.black:hover,
.m-btn.black:focus,
.m-btn.black:active,
.m-btn.black.active,
.m-btn.black.disabled,
.m-btn.black[disabled] {
  background-color: #222222;
  background-image: -moz-linear-gradient(top, #222222, #222222);
  background-image: -ms-linear-gradient(top, #222222, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#222222));
  background-image: -webkit-linear-gradient(top, #222222, #222222);
  background-image: -o-linear-gradient(top, #222222, #222222);
  background-image: linear-gradient(top, #222222, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#222222', GradientType=0);
}
.m-btn.black:active,
.m-btn.black.active {
  background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -ms-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(top, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
/*  Mini-button */
.sm {
  font-size: 11px;
}
.mini {
  height: 13px;
  font-size: 11px;
  line-height: 13px;
  padding: 4px 10px;
}
.big {
  height: 38px;
  font-size: 18px;
  line-height: 38px;
  padding: 20px 26px;
}
.rnd {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.big.rnd {
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
/*  Disabled */
.m-btn.disabled,
.m-btn[disabled] {
  color: #999999;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(top, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
  cursor: default;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.25);
}
/*  Misc */
.m-btn.icn-only {
  min-width: 14px;
}
.m-btn.bigicn-only {
  min-width: 34px;
}
.m-btn-group {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  /* IE hacks */
  zoom: 1;
  *display: inline;
}
.m-btn + .m-btn,
.m-btn + .m-btn-group,
.m-btn-group + .m-btn,
.m-btn-group + .m-btn-group {
  margin-left: 15px;
}
.m-btn.dropdown-carettoggle {
  min-width: 5px;
  height: 18px;
  padding: 8px;
}
.m-btn.dropdown-carettoggle > .caret {
  margin-top: 8px;
}
.m-btn.caret:hover {
  opacity: 1;
}
.m-btn-group .m-btn {
  position: relative;
  float: left;
  margin-left: -1px;
}
.m-btn-group .m-btn:first-child {
  margin-left: 0;
}
.m-btn-group .m-btn.rnd:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.m-btn-group .m-btn.rnd.dropdown-carettoggle {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
/* BUTTON CONTAINER */
/* For mixing buttons and button groups, e.g., in a navigation bar */
.m-btn-strip .m-btn,
.m-btn-strip .m-btn-group {
  vertical-align: top;
}
.m-btn-group.open {
  *z-index: 1000;
}
.m-btn-group.open .dropdown-carettoggle,
.m-btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
}
.m-btn-group.open .m-dropdown-menu {
  display: block;
  margin-top: 1px;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome !important;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"],
.nav [class^="icon-"],
.nav [class*=" icon-"] {
  display: inline;
}
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class^="icon-"],
.nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
li [class^="icon-"],
li [class*=" icon-"],
.nav li [class^="icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: 0.75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: 0.9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: 0.75em;
  }
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.btn-toolbar .btn-group .pagination {
  font-size: 12px;
  margin-top: 2px;
}
.btn-toolbar .btn-group .pagination ul > li > a {
  padding: 3px 12px 2px 12px;
}
.dropdown-menu > li {
  margin: 5px;
}
.dropdown-menu > li > a {
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.dropdown-menu > li > a:hover {
  background: #ddd;
  color: #333333;
}
.tooltip {
  white-space: nowrap;
}
.input-append .add-on,
.input-append .button,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .button {
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 12px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-color: #bbb;
}
.input-append .add-on,
.input-prepend .add-on {
  border-color: #bbbbbb !important;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3 !important;
}
.table.table-striped tbody > tr:nth-child(odd) > td,
.table.table-striped tbody > tr:nth-child(odd) > th {
  background: #eeeeee;
}
.btn-group span {
  font-size: 12px;
  line-height: 30px;
}
.btn-group span strong {
  margin: 0 3px;
}
.dropdown.open .button {
  text-decoration: none;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append.input-append .add-on:last-child,
.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-append.input-append .add-on:first-child {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 12px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #7e8596;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px inset;
}
.form-horizontal {
  margin-bottom: 0;
}
.form-horizontal input[type="submit"],
.form-horizontal input[type="reset"] {
  margin: 0;
}
.form-horizontal .control-group {
  margin: 10px;
}
.form-horizontal .control-group:first-child {
  margin-top: 0;
  padding-top: 10px;
}
.form-horizontal .control-group .control-label {
  width: 18%;
  font-size: 12px;
}
.form-horizontal .control-group .controls {
  margin-left: 20%;
}
.form-horizontal .control-group:last-child .controls {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-horizontal .form-actions {
  border-top: 1px dotted #999;
  margin-bottom: 0;
  padding-left: 20%;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.form-horizontal.form-bordered .control-group {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #bbb;
  background: #eeeeee;
}
.form-horizontal.form-bordered .control-group:last-child {
  border-bottom: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.form-horizontal.form-bordered .control-group:first-child {
  border-bottom: 1px solid #bbb !important;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-horizontal.form-bordered .control-group .controls {
  padding: 10px;
  background: #fcfcfc;
  border-left: 1px solid #bbb;
  *zoom: 1;
}
.form-horizontal.form-bordered .control-group .controls:after {
  content: "";
  display: table;
  clear: both;
}
.form-horizontal.form-bordered .control-group .control-label {
  margin: 0;
  padding: 15px 10px 5px 10px;
  font-weight: bold;
  color: #555555;
}
.form-horizontal.form-bordered .control-group .control-label small {
  display: block;
  font-size: 12px;
  color: #888;
  font-weight: normal;
}
.form-horizontal.form-bordered .form-actions {
  border: 0;
  margin-top: 0;
}
.form-horizontal.form-bordered.form-wizard .form-actions {
  border-top: 1px solid #bbbbbb;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #bbb;
  *zoom: 1;
  background: #eeeeee;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps:after {
  content: "";
  display: table;
  clear: both;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.wizard-style-2 li {
  background: white;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.wizard-style-2 li:first-child .single-step:before {
  width: 0;
  height: 0;
  display: none;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.wizard-style-2 li:first-child .circle:before {
  width: 0;
  height: 0;
  display: none;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.wizard-style-2 li:last-child .single-step:after {
  width: 0;
  height: 0;
  display: none;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.wizard-style-2 li:last-child .circle:after {
  width: 0;
  height: 0;
  display: none;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.wizard-style-2 li .single-step {
  position: relative;
  border-right: 0;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.wizard-style-2 li .single-step:after {
  content: '';
  position: absolute;
  right: 0;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  background: #eee;
  height: 6px;
  z-index: 6;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.wizard-style-2 li .single-step:before {
  content: '';
  position: absolute;
  left: 0;
  right: 50%;
  top: 50%;
  margin-top: -3px;
  background: #eee;
  height: 6px;
  z-index: 6;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.wizard-style-2 li .title {
  font-size: 16px;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.wizard-style-2 li .circle {
  margin: 3px auto;
  background: #eee;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 20px;
  width: 20px;
  display: block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
  position: relative;
  z-index: 7;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.wizard-style-2 li .circle:after {
  content: '';
  background: #eee;
  width: 2px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.wizard-style-2 li .circle:before {
  content: '';
  background: #eee;
  width: 2px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.wizard-style-2 li .circle .active {
  display: block;
  width: 10px;
  height: 10px;
  background: #4178d2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 7;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps li {
  float: left;
  text-align: center;
  background: #eeeeee;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps li .single-step {
  border-right: 1px solid #bbb;
  padding: 8px 0;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps li:last-child .single-step {
  border-right: 0;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps li.active {
  background: #ffffff;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps li.active .title {
  color: #373b44;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps li.active .description {
  color: #333333;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps li .title {
  font-size: 20px;
  color: #888;
  display: block;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps li .description {
  display: block;
  color: #999999;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.steps-2 li {
  width: 50%;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.steps-3 li {
  width: 33.333%;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.steps-4 li {
  width: 25%;
}
.form-horizontal.form-bordered.form-wizard .wizard-steps.steps-5 li {
  width: 20%;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn,
.dropdown-menu li,
select,
label.checkbox,
label.radio {
  font-size: 12px;
}
.breadcrumb {
  border: 1px solid #ccc;
  background: #ffffff;
}
.nav-list {
  background: #fff;
  border: 1px solid #cccccc;
}
.table.table-hover tbody tr:hover > td,
.table.table-hover tbody tr:hover > th {
  background: #e5e5e5;
}
.table.dataTable tr:nth-child(odd) .sorting_1 {
  background: #dddddd;
}
.table.dataTable tr .sorting_1 {
  background: #e5e5e5;
}
.table thead tr th {
  background: #fff;
  border-bottom: 1px solid #bbbbbb;
}
.table.table-bordered {
  border: 0;
}
.table.table-bordered td,
.table.table-bordered th {
  border-color: #bbbbbb;
}
.table.table-bordered td:first-child,
.table.table-bordered th:first-child {
  border-left: 0;
}
.table.table-bordered thead tr th {
  border-bottom: 0;
}
.pagination.pagination-custom {
  margin: 0;
  height: 30px;
}
.pagination.pagination-custom ul > li > a {
  margin-left: -1px;
  border-left-width: 1px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: -moz-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: -o-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: linear-gradient(#f6f6f6, #e6e6e6);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  border-color: #aaa;
  color: #555;
  z-index: 1050;
  position: relative;
}
.pagination.pagination-custom ul > li > a i {
  font-size: 12px;
}
.pagination.pagination-custom ul > li > a:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #d1d1d1));
  background-image: -webkit-linear-gradient(#f1f1f1, #d1d1d1);
  background-image: -moz-linear-gradient(#f1f1f1, #d1d1d1);
  background-image: -o-linear-gradient(#f1f1f1, #d1d1d1);
  background-image: linear-gradient(#f1f1f1, #d1d1d1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, #ffffff 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, #ffffff 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, #ffffff 0 1px 1px inset;
  color: #333;
  border-color: #666;
  z-index: 1070;
}
.pagination.pagination-custom ul > li.active > a {
  background: #ffffff;
}
.accordion {
  margin-bottom: 0;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.accordion .accordion-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin: 0;
}
.accordion .accordion-group:last-child {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.accordion .accordion-group:last-child .accordion-heading {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.accordion .accordion-group:last-child .accordion-heading .accordion-toggle {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.accordion .accordion-group:last-child .accordion-body {
  border-top: 0;
}
.accordion .accordion-group:last-child .accordion-body.in {
  border-top: 1px dotted #bbbbbb;
}
.accordion .accordion-group .accordion-heading {
  background: white;
  border: 0;
}
.accordion .accordion-group .accordion-heading .accordion-toggle {
  color: #333;
  font-weight: bold;
}
.accordion .accordion-group .accordion-heading .accordion-toggle:before {
  font-family: "FontAwesome";
  content: "\f107";
  margin-right: 5px;
}
.accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:before {
  content: "\f105";
}
.accordion .accordion-group .accordion-body {
  border-top: 1px dotted #bbbbbb;
}
.accordion .accordion-group .accordion-body .accordion-inner {
  border-top: 0;
}
.modal-backdrop {
  z-index: 10000;
  background-color: #030;
}
.modal {
  z-index: 10001;
}
.quick {
  margin: 0 10px 20px 0;
  list-style-type: none;
}
.quick li {
  display: inline-block;
  margin: 20px 20px 0 0;
}
.quick li:last-child {
  margin-right: 0;
}
.quick li a {
  font-size: 12px;
  color: #555;
  padding: 8px 18px;
  border: 1px solid #bbb;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: #fff 0 1px 0 inset,
#fff 0 1px 0;
  -moz-box-shadow: #fff 0 1px 0 inset,
#fff 0 1px 0;
  box-shadow: #fff 0 1px 0 inset,
#fff 0 1px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background: -moz-linear-gradient(#f6f6f6, #e6e6e6);
  background: -o-linear-gradient(#f6f6f6, #e6e6e6);
  background: linear-gradient(#f6f6f6, #e6e6e6);
}
.quick li a img {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.quick li a span {
  margin-top: 5px;
  display: block;
}
.quick li a:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  -webkit-box-shadow: #f6f6f6 0 1px inset,
#fff 0 1px 0;
  -moz-box-shadow: #f6f6f6 0 1px inset,
#fff 0 1px 0;
  box-shadow: #f6f6f6 0 1px inset,
#fff 0 1px 0;
  border-color: #aaaaaa;
}
.tasklist {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  *zoom: 1;
}
.tasklist li {
  padding: 0;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  *zoom: 1;
}
.tasklist li:last-child {
  border-bottom: 0;
}
.tasklist li.bookmarked {
  background: #ffe3de;
}
.tasklist li.bookmarked .task-actions .task-bookmark {
  color: #fd6e58;
}
.tasklist li.bookmarked .task-actions .task-bookmark i:before {
  content: "\f02e";
}
.tasklist li.done {
  background: #d9e1f2;
}
.tasklist li.done .task span {
  text-decoration: line-through;
}
.tasklist li.done .task-actions {
  display: none;
}
.tasklist li label {
  float: left;
  padding: 10px 5px 10px 35px;
  border-right: 1px solid #fec5bd;
  margin: 0;
  cursor: pointer;
}
.tasklist li .task {
  float: left;
  font-size: 12px;
  padding: 11px 5px 3px 5px;
}
.tasklist li .task i {
  margin-right: 5px;
}
.tasklist li .task-actions {
  float: right;
  padding: 10px 10px 0 10px;
}
.tasklist li .task-actions .task-bookmark {
  color: #aaa;
  font-size: 16px;
}
.tasklist li .task-actions .task-bookmark:hover {
  color: #fd6e58;
}
.tasklist li .task-actions .task-bookmark:hover i:before {
  content: "\f02e";
}
.charts {
  list-style-type: none;
  margin: 0;
  text-align: center;
}
.charts li {
  display: inline-block;
  margin: 0 20px;
}
.charts li span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  text-align: center;
  color: #444444;
}
.messages {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
.messages li {
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: #fff 0 1px 5px;
  -moz-box-shadow: #fff 0 1px 5px;
  box-shadow: #fff 0 1px 5px;
  margin-top: 1px;
}
.messages li:first-child {
  margin-top: 0;
}
.messages li:last-child {
  border-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.messages li.insert {
  margin-top: 0;
  position: relative;
}
.messages li.insert .test {
  float: left;
}
.messages li.insert .test a {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 16px;
  padding: 3px 4px;
}
.messages li.insert .test a i {
  margin: 0;
}
.messages li.insert .text {
  padding: 5px;
  margin-right: 60px;
  margin-left: 35px;
  position: relative;
}
.messages li.insert .text .dropup {
  position: absolute;
  right: 10px;
  top: 9px;
}
.messages li.insert .text .dropup .dropdown-toggle {
  color: #bbbbbb;
}
.messages li.insert .text .dropup .dropdown-toggle:hover {
  color: #666666;
}
.messages li.insert .text .dropup .smilies {
  padding: 0 5px;
  margin: 0;
  float: left;
  list-style-type: none;
}
.messages li.insert .text .dropup .smilies li {
  margin: 0;
  border: 0;
}
.messages li.insert .text .dropup .smilies li a {
  width: 16px;
  margin: 0;
  padding: 3px;
}
.messages li.insert .text .dropup .smilies li a:hover {
  background: #eeeeee;
}
.messages li.insert .text input {
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 12px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: #fff 0 1px 0;
  -moz-box-shadow: #fff 0 1px 0;
  box-shadow: #fff 0 1px 0;
  margin: 0;
}
.messages li.insert .submit {
  position: absolute;
  top: 0;
  right: 0;
}
.messages li.insert .submit input {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.messages li.typing {
  font-size: 12px;
  background: white;
  padding: 2px 12px;
  color: #555555;
}
.messages li.typing .name {
  font-weight: bold;
}
.messages li.left .image,
.messages li.right .image {
  float: left;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 15px;
}
.messages li.left .image:before,
.messages li.right .image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #000 0 0 4px 1px inset;
  -moz-box-shadow: #000 0 0 4px 1px inset;
  box-shadow: #000000 0 0 4px 1px inset;
}
.messages li.left .image img,
.messages li.right .image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  -webkit-box-shadow: #fff 0 1px 0;
  -moz-box-shadow: #fff 0 1px 0;
  box-shadow: #ffffff 0 1px 0;
}
.messages li.left {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eff4f9), color-stop(100%, #e3ebf4));
  background: -webkit-linear-gradient(#eff4f9, #e3ebf4);
  background: -moz-linear-gradient(#eff4f9, #e3ebf4);
  background: -o-linear-gradient(#eff4f9, #e3ebf4);
  background: linear-gradient(#eff4f9, #e3ebf4);
  text-shadow: 0 1px 0 #ffffff;
}
.messages li.left .message {
  padding: 10px;
  margin-left: 90px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.messages li.left .message p {
  color: #444;
  font-size: 12px;
}
.messages li.left .message .name {
  font-weight: bold;
  color: #444444;
}
.messages li.left .message .time {
  color: #666;
  font-size: 11px;
}
.messages li.right {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebedf0), color-stop(100%, #e1e4e9));
  background: -webkit-linear-gradient(#ebedf0, #e1e4e9);
  background: -moz-linear-gradient(#ebedf0, #e1e4e9);
  background: -o-linear-gradient(#ebedf0, #e1e4e9);
  background: linear-gradient(#ebedf0, #e1e4e9);
  text-shadow: 0 1px 0 #ffffff;
}
.messages li.right .image {
  float: right;
}
.messages li.right .message {
  padding: 10px;
  margin-right: 90px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.messages li.right .message p {
  color: #444;
  font-size: 12px;
}
.messages li.right .message .name {
  font-weight: bold;
  color: #444444;
}
.messages li.right .message .time {
  color: #666;
  font-size: 11px;
}
.flot-line,
.flot-pie,
.flot-bar,
.flot-live {
  height: 300px;
  width: 100%;
  min-height: 150px;
  max-height: 300px;
  overflow: hidden;
}
.flot-line .legend table,
.flot-pie .legend table,
.flot-bar .legend table,
.flot-live .legend table {
  background: white;
  border: 1px solid #999999;
}
.flot-line .legend table td,
.flot-pie .legend table td,
.flot-bar .legend table td,
.flot-live .legend table td {
  padding: 5px;
}
.tabs {
  list-style-type: none;
  margin: 0;
  float: left;
  *zoom: 1;
  z-index: 5;
}
.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs li {
  float: left;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, #d6d6d6));
  background: -webkit-linear-gradient(#e9e9e9, #d6d6d6);
  background: -moz-linear-gradient(#e9e9e9, #d6d6d6);
  background: -o-linear-gradient(#e9e9e9, #d6d6d6);
  background: linear-gradient(#e9e9e9, #d6d6d6);
  position: relative;
  border-top: 1px solid #b4b4b4;
  margin-left: 20px;
  -webkit-box-shadow: #fff 0 1px 0 inset;
  -moz-box-shadow: #fff 0 1px 0 inset;
  box-shadow: #ffffff 0 1px 0 inset;
}
.tabs li.active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#fdfdfd, #f4f4f4);
  background: -moz-linear-gradient(#fdfdfd, #f4f4f4);
  background: -o-linear-gradient(#fdfdfd, #f4f4f4);
  background: linear-gradient(#fdfdfd, #f4f4f4);
  border-top: 1px solid #b4b4b4;
  -webkit-box-shadow: #fff 0 1px 2px inset;
  -moz-box-shadow: #fff 0 1px 2px inset;
  box-shadow: #fff 0 1px 2px inset;
  z-index: 10;
}
.tabs li.active:before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  background: #f4f4f4;
  bottom: -2px;
  z-index: 15;
}
.tabs li.active a {
  color: #222222;
}
.tabs li.active a:before {
  content: '';
  display: block;
  height: 27px;
  width: 21px;
  background: url("../../images/tab-active-left.png") no-repeat;
  position: absolute;
  left: -20px;
  top: -2px;
  z-index: 16;
}
.tabs li.active a:after {
  content: '';
  display: block;
  height: 27px;
  width: 21px;
  background: url("../../images/tab-active-right.png") no-repeat;
  position: absolute;
  right: -20px;
  top: -2px;
  z-index: 16;
}
.tabs li.active:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#fdfdfd, #f4f4f4);
  background: -moz-linear-gradient(#fdfdfd, #f4f4f4);
  background: -o-linear-gradient(#fdfdfd, #f4f4f4);
  background: linear-gradient(#fdfdfd, #f4f4f4);
}
.tabs li.active:hover a:before {
  content: '';
  display: block;
  height: 27px;
  width: 21px;
  background: url("../../images/tab-active-left.png") no-repeat;
  position: absolute;
  left: -20px;
  top: -2px;
}
.tabs li.active:hover a:after {
  content: '';
  display: block;
  height: 27px;
  width: 21px;
  background: url("../../images/tab-active-right.png") no-repeat;
  position: absolute;
  right: -20px;
  top: -2px;
}
.tabs li a {
  display: block;
  padding: 3px 3px 0 3px;
  color: #555;
  height: 21px;
}
.tabs li a:before {
  content: '';
  display: block;
  height: 27px;
  width: 19px;
  background: url("../../images/tab-left.png") no-repeat;
  position: absolute;
  left: -19px;
  top: -2px;
}
.tabs li a:after {
  content: '';
  display: block;
  height: 27px;
  width: 19px;
  background: url("../../images/tab-right.png") no-repeat;
  position: absolute;
  right: -19px;
  top: -2px;
  z-index: 5;
}
.tabs li:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(#f1f1f1, #e6e6e6);
  background: -moz-linear-gradient(#f1f1f1, #e6e6e6);
  background: -o-linear-gradient(#f1f1f1, #e6e6e6);
  background: linear-gradient(#f1f1f1, #e6e6e6);
}
.tabs li:hover a {
  color: #333333;
}
.tabs li:hover a:before {
  content: '';
  display: block;
  height: 27px;
  width: 19px;
  background: url("../../images/tab-hover-left.png") no-repeat;
  position: absolute;
  left: -19px;
  top: -2px;
}
.tabs li:hover a:after {
  content: '';
  display: block;
  height: 27px;
  width: 19px;
  background: url("../../images/tab-hover-right.png") no-repeat;
  position: absolute;
  right: -19px;
  top: -2px;
}
.fc-header {
  background: #eeeeee;
}
.fc-header td {
  padding: 10px;
}
.fc-header td .fc-button {
  margin-bottom: 0;
}
.fc-header td.fc-header-center h2 {
  margin: 0;
  line-height: 30px;
}
.fc-header-title h2 {
  font-size: 16px;
}
.fc-button {
  font-size: 12px;
  color: #a2a9b5;
  margin: 0;
  border: 1px solid #1c1e22;
  display: inline-block;
  padding: 2px 8px;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: -moz-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: -o-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: linear-gradient(#f6f6f6, #e6e6e6);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  border-color: #aaa;
  color: #555;
  z-index: 1050;
  position: relative;
}
.fc-button i {
  font-size: 12px;
}
.fc-button:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #d1d1d1));
  background-image: -webkit-linear-gradient(#f1f1f1, #d1d1d1);
  background-image: -moz-linear-gradient(#f1f1f1, #d1d1d1);
  background-image: -o-linear-gradient(#f1f1f1, #d1d1d1);
  background-image: linear-gradient(#f1f1f1, #d1d1d1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, #ffffff 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, #ffffff 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, #ffffff 0 1px 1px inset;
  color: #333;
  border-color: #666;
  z-index: 1070;
  text-decoration: none;
  cursor: pointer;
}
.fc-button.fc-button-month,
.fc-button.fc-button-today,
.fc-button.fc-button-prev {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fc-button.fc-button-agendaDay,
.fc-button.fc-button-today,
.fc-button.fc-button-next {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc-button.fc-state-active {
  background: #fff;
  color: #333;
  z-index: 1060;
}
.fc-button.fc-state-disabled {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: -moz-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: -o-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: linear-gradient(#f6f6f6, #e6e6e6);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  border-color: #aaa;
  color: #555;
  cursor: default;
}
.fc-button .fc-button-inner {
  background: none;
  border: 0;
  color: #555555;
}
.fc-button .fc-button-inner .fc-button-content {
  padding: 0;
  margin: 0;
  line-height: 25px;
}
.fc-button.fc-state-disabled .fc-button-inner .fc-button-content {
  color: #999999;
}
.fc-button.fc-button-today {
  margin-right: 10px;
}
.fc-event {
  border-color: #697dad;
  font-size: 11px;
}
.fc-event .fc-event-skin {
  background: #5970a3;
}
.fc-event .fc-event-skin .fc-event-head .fc-event-time {
  color: #fff;
  text-shadow: none;
}
.fc-event .fc-event-inner {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbc4da), color-stop(100%, #9aa8c8));
  background-image: -webkit-linear-gradient(#bbc4da, #9aa8c8);
  background-image: -moz-linear-gradient(#bbc4da, #9aa8c8);
  background-image: -o-linear-gradient(#bbc4da, #9aa8c8);
  background-image: linear-gradient(#bbc4da, #9aa8c8);
  border-color: #697dad;
}
.fc-event .fc-event-inner .fc-event-time,
.fc-event .fc-event-inner .fc-event-title {
  display: inline-block;
  padding: 1px 0 0 5px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  line-height: 16px;
  color: #232c40;
}
.fc-first {
  border-left: 0;
}
.fc-last {
  border-right: 0;
}
.fc-week5.fc-last td {
  border-bottom: 0;
}
.tagsinput #textfield_tag {
  margin-bottom: 0;
}
.tagsinput input {
  padding: 1px 5px !important;
}
.tagsinput .tag {
  padding: 1px 5px !important;
  margin-bottom: 0 !important;
}
.ui-spinner button {
  height: 14px;
  position: absolute;
  background: none;
  border: none;
  width: 18px;
  padding: 0;
  background: url(@{images-path}/spinner_arrows.gif) no-repeat 0 -100px;
  cursor: pointer;
}
.ui-spinner .ui-spinner-up {
  top: 0;
  right: 0;
  background-position: 0 0;
}
.ui-spinner .ui-spinner-down {
  top: 14px;
  right: 0;
  background-position: 0 -14px;
}
.ui-spinner .ui-spinner-up:hover {
  background-position: -18px 0;
}
.ui-spinner .ui-spinner-down:hover {
  background-position: -18px -14px;
}
.ui-spinner input,
.ui-spinner input:focus {
  margin-top: 2px;
  display: block !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
}
.ui-spinner ul {
  margin: 0;
}
.ui-spinner li {
  line-height: 28px;
}
.ui-spinner {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  position: relative;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.ui-spinner .ui-spinner-box {
  background: none;
  border: none !important;
}
.ui-spinner .ui-spinner-button {
  border-left: 1px solid #bbb;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.ui-spinner .ui-spinner-button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  cursor: pointer;
}
.ms-container .ms-list {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ms-container .ms-list li span {
  font-size: 12px !important;
}
.ms-container .multi-custom-header {
  background: #eee;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 2px 0;
  font-weight: bold;
}
.plupload_container {
  padding: 0;
}
.plupload_container .plupload_filelist_footer {
  padding: 8px 8px;
  height: 25px;
}
.plupload_container .plupload_filelist_footer .plupload_buttons .button {
  margin: 0 8px 0 0;
}
.plupload_filelist_footer,
.plupload_content,
.plupload,
.plupload_container {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-wysiwyg {
  margin-bottom: 0;
}
.form-wysiwyg .cleditorMain {
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
}
.radio-uniformed,
.checkbox-uniformed {
  font-size: 12px;
}
.chosen-container.chosen-container-active {
  z-index: 2000;
}
.chosen-container.chosen-container-active .chosen-choices,
.chosen-container.chosen-container-active .chosen-single {
  border-color: #7e8596;
}
.table .table-checkbox {
  width: 30px;
  text-align: center;
}
.table .table-checkbox input[type="checkbox"] {
  margin: 0;
}
.table .table-date {
  text-align: center;
  width: 60px;
}
.table .table-fixed-medium {
  width: 200px;
}
.table .table-icon {
  text-align: center;
  width: 20px;
}
.table.table-mail > thead > tr th {
  border-bottom: 1px solid #bbbbbb;
}
.table.table-mail > tbody > tr:hover {
  cursor: pointer;
}
.table.table-mail > tbody > tr.unread {
  font-weight: bold;
}
.table.table-nomargin {
  margin-bottom: 0;
}
.table.table-nomargin tbody tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.table.table-nomargin tbody tr:last-child td:last-child {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table .sel-star.active {
  color: #f0c350;
  text-shadow: 0 0 1px #3c2c05;
}
.table .sel-star:hover {
  color: #f0c350;
}
.table .sel-star:hover i:before {
  content: "\f005";
  text-shadow: 0 0 1px #3c2c05;
}
.gallery {
  margin: 10px;
  padding: 5px;
  position: relative;
  *zoom: 1;
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery.nomargin {
  margin: 0;
}
.gallery .gallery-image {
  float: left;
  margin: 10px;
  padding: 5px;
  border: 1px solid #bbb;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 350px;
}
.gallery .gallery-image .details .title {
  margin-top: 5px;
  font-size: 12px;
  display: block;
}
.the-icons {
  list-style-type: none;
}
.the-icons li {
  margin: 5px 0;
}
.grids .row-fluid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.grids .row-fluid [class*="span"] {
  background: #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
}
.grids .row-fluid [class*="span"]:hover {
  background: #aaaaaa;
}
.table.table-pagination {
  border-bottom: 1px solid #bbb;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bottom-table {
  *zoom: 1;
  padding: 10px;
  background: #eee;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bottom-table:after {
  content: "";
  display: table;
  clear: both;
}
.bottom-table .button {
  margin: 1px 0 0 0;
}
.table.table-bordered.dataTable {
  background: #F9F9F9;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  clear: both;
}
.table.table-bordered.dataTable th:focus {
  outline: none;
}
.table.table-bordered.dataTable th:hover {
  cursor: pointer;
}
.table.table-bordered.dataTable.dataTable-noheader {
  border-top: 0;
}
.table.table-bordered.dataTable.dataTable-nofooter {
  border-bottom: 0;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table.table-bordered.dataTable.dataTable-nofooter tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table.table-bordered.dataTable.dataTable-nofooter tr:last-child td:last-child {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table.table-bordered.dataTable tr:last-child td:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.table.table-bordered.dataTable tr:last-child td:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dataTables_wrapper {
  background: #eee;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dataTables_wrapper .DTTT_container {
  margin: 9px 7px 5px 10px;
}
.dataTables_info {
  float: left;
  margin: 15px;
  color: #666;
  font-size: 12px;
}
.dataTables_length {
  float: right;
  margin: 15px 15px 6px 15px;
}
.dataTables_length span {
  color: #666;
  font-size: 12px;
  margin-right: 5px;
}
.dataTables_length select {
  margin: 0;
  width: 70px;
}
.dataTables_filter {
  float: left;
  margin: 10px 10px 5px 10px;
}
.dataTables_filter span {
  color: #666;
  font-size: 12px;
  margin-right: 5px;
}
.dataTables_filter input {
  margin: 0;
}
.dataTables_paginate {
  float: right;
  margin: 6px 10px;
}
.dataTables_paginate a {
  font-size: 12px;
  color: #a2a9b5;
  margin: 5px 0;
  border: 1px solid #1c1e22;
  display: inline-block;
  padding: 4px 12px;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: -moz-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: -o-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: linear-gradient(#f6f6f6, #e6e6e6);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  border-color: #aaa;
  color: #555;
  z-index: 1050;
  position: relative;
}
.dataTables_paginate a.first {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dataTables_paginate a.last {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dataTables_paginate a i {
  font-size: 12px;
}
.dataTables_paginate a:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #d1d1d1));
  background-image: -webkit-linear-gradient(#f1f1f1, #d1d1d1);
  background-image: -moz-linear-gradient(#f1f1f1, #d1d1d1);
  background-image: -o-linear-gradient(#f1f1f1, #d1d1d1);
  background-image: linear-gradient(#f1f1f1, #d1d1d1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, #ffffff 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, #ffffff 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, #ffffff 0 1px 1px inset;
  color: #333;
  border-color: #666;
  z-index: 1070;
  text-decoration: none;
  cursor: pointer;
}
.dataTables_paginate a.paginate_active {
  background: #ffffff;
}
.dataTables_paginate a.paginate_button_disabled {
  background: #eee;
  border-color: #ccc;
  color: #888;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dataTables_paginate a.paginate_button_disabled:hover {
  background: #eee;
  border-color: #ccc;
  color: #888;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.file-manager {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 0;
}
.file-manager .elfinder-toolbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
  border-bottom: 1px solid #bbb;
  height: 30px;
}
.file-manager .elfinder-button-search input {
  margin-top: 2px;
  margin-bottom: 0;
}
.file-manager .elfinder-button-search .ui-icon {
  margin-top: -7px;
}
.file-manager .elfinder-statusbar {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  direction: ltr;
}
.fileupload {
  margin-bottom: 0px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}
.fileupload .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.fileupload .thumbnail > img {
  display: inline-block;
  max-height: 100%;
  vertical-align: middle;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.thumbnail-borderless .thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #dddddd;
}
.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}
.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}
.slider {
  margin: 12px 0 0 0;
  background: #ccc;
  height: 6px;
  border: 1px solid #999;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
  position: relative;
}
.slider .amount {
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 12px;
}
.slider .ui-slider-range {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
  background: #6686af;
}
.slider .ui-slider-handle {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.7) 0 1px 3px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #87a0c1), color-stop(100%, #456084));
  background: -webkit-linear-gradient(#87a0c1, #456084);
  background: -moz-linear-gradient(#87a0c1, #456084);
  background: -o-linear-gradient(#87a0c1, #456084);
  background: linear-gradient(#87a0c1, #456084);
  border: 1px solid #3c5473;
  width: 13px;
  height: 13px;
}
.slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.9) 0 0 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.9) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.9) 0 0 5px;
}
.slider .ui-slider-handle.ui-state-hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.9) 0 0 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.9) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.9) 0 0 5px;
}
.slider .ui-slider-handle:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px inset;
  background: #192330;
  top: 4px;
  left: 4px;
}
.DTTT_Print #main {
  background: none !important;
}
.DTTT_Print #main #content {
  margin-left: 0;
}
.table.table-invoice {
  border-top: 1px solid #bbbbbb;
}
.table.table-invoice thead tr th {
  text-align: left;
}
.table.table-invoice thead tr th.tr {
  text-align: right;
}
.table.table-invoice .total {
  text-align: right;
}
.table.table-invoice .taxes {
  border-left: 0;
  text-align: right;
}
.table.table-invoice .taxes .light {
  color: #777;
  margin-right: 10px;
}
.table.table-invoice .taxes .totalprice {
  font-weight: bold;
}
.invoice-info {
  padding: 10px;
  *zoom: 1;
}
.invoice-info:after {
  content: "";
  display: table;
  clear: both;
}
.invoice-info .invoice-name {
  font-size: 24px;
  margin-bottom: 50px;
}
.invoice-info .invoice-from,
.invoice-info .invoice-to {
  float: left;
}
.invoice-info .invoice-from span,
.invoice-info .invoice-to span {
  font-weight: bold;
  color: #777;
  display: block;
}
.invoice-info .invoice-from {
  margin-right: 100px;
}
.invoice-info .invoice-infos {
  float: right;
}
.invoice-info .invoice-infos table tr th {
  text-align: right;
}
.invoice-info .invoice-infos table tr th:first-child {
  width: 100px;
  padding-right: 10px;
}
.invoice-payment span {
  font-weight: bold;
  color: #777;
  margin-left: 10px;
}
.invoice-payment ul {
  list-style-type: none;
  *zoom: 1;
  margin: 10px;
  padding: 0;
}
.invoice-payment ul:after {
  content: "";
  display: table;
  clear: both;
}
.invoice-payment ul li {
  float: left;
  margin-right: 10px;
}
.search-results ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.search-results ul:after {
  content: "";
  display: table;
  clear: both;
}
.search-results ul li {
  *zoom: 1;
  padding: 15px;
  border-top: 1px dotted #999999;
}
.search-results ul li:after {
  content: "";
  display: table;
  clear: both;
}
.search-results ul li:first-child {
  border-top: 0;
}
.search-results ul li:last-child {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-results ul li .thumbnail {
  float: left;
}
.search-results ul li .search-info {
  margin-left: 110px;
}
.search-results ul li .search-info a {
  font-size: 16px;
}
.search-results ul li .search-info .url {
  color: #29b754;
}
.search-results ul li:nth-child(even) {
  background: #ffffff;
}
.fileupload .button.button-basic.btn-file:first-child {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fileupload.fileupload-new .button.button-basic.btn-file {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fileupload.fileupload-exists .button.button-basic.btn-file {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fileupload.fileupload-exists .button.button-basic.btn-file:hover {
  z-index: 999;
}
.btn-toolbar .btn-group .dropdown:first-child .button {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-toolbar .btn-group .dropdown:last-child .button {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-toolbar .btn-group .button {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-toolbar .btn-group .button:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-toolbar .btn-group .button:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-toolbar .btn-group .button:hover {
  z-index: 9999;
}
.input-append .button:last-child {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-append .btn-group .button:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
}
.input-append .btn-group .button:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-append .btn-group .button.dropdown-toggle .caret {
  margin: 8px 0;
}
.input-prepend.input-append input + .btn-group .button,
.input-prepend.input-append select + .btn-group .button,
.input-prepend.input-append .uneditable-input + .btn-group .button,
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-prepend .button {
  margin-right: -1px;
  z-index: 99;
}
.input-prepend .button:first-child {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .dropdown .button:hover {
  z-index: 999;
}
.btn-group .dropdown .button:first-child {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}
.btn-group .dropdown .button.dropdown-toggle {
  padding: 3px 8px 2px 8px;
  margin-left: -1px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown .button.dropdown-toggle .caret {
  margin: 8px 0 0 0;
}
.btn-group .dropdown .button.dropdown-toggle:hover .caret {
  border-top-color: #888888;
}
#top .btn-group.open .button {
  color: #ffffff;
}
#top .btn-group.open .button .caret {
  border-top-color: #ffffff;
}
.btn-group.btn-group-custom {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #111;
  padding: 1px;
  margin: 0;
  height: 32px;
  white-space: normal;
}
.btn-group.btn-group-custom .button {
  margin: 0 1px 0 0;
  border: 0;
  color: #778293;
  line-height: 24px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 3px 5px, #494f5b 0 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 3px 5px, #494f5b 0 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.8) 0 3px 5px, #494f5b 0 1px 0 inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-group.btn-group-custom .button:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.btn-group.btn-group-custom .button:last-child,
.btn-group.btn-group-custom .button.force-last {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 0;
  margin: 0;
}
.btn-group.btn-group-custom .button:hover {
  color: #778293;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373b44), color-stop(100%, #25272d));
  background-image: -webkit-linear-gradient(#373b44, #25272d);
  background-image: -moz-linear-gradient(#373b44, #25272d);
  background-image: -o-linear-gradient(#373b44, #25272d);
  background-image: linear-gradient(#373b44, #25272d);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px, #494f5b 0 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px, #494f5b 0 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px, #494f5b 0 1px 0 inset;
}
.btn-group.btn-group-custom .button.button-active {
  color: #ccdbec;
  text-shadow: 0 0 10px #b4c5f3;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 2px inset;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 2px inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #292c33), color-stop(100%, #1e2025));
  background-image: -webkit-linear-gradient(#292c33, #1e2025);
  background-image: -moz-linear-gradient(#292c33, #1e2025);
  background-image: -o-linear-gradient(#292c33, #1e2025);
  background-image: linear-gradient(#292c33, #1e2025);
}
.button {
  line-height: 20px;
  font-size: 12px;
  color: #a2a9b5;
  margin: 5px;
  border: 1px solid #1c1e22;
  display: inline-block;
  padding: 3px 12px 2px 12px;
  position: relative;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373b44), color-stop(100%, #25272d));
  background-image: -webkit-linear-gradient(#373b44, #25272d);
  background-image: -moz-linear-gradient(#373b44, #25272d);
  background-image: -o-linear-gradient(#373b44, #25272d);
  background-image: linear-gradient(#373b44, #25272d);
  -webkit-box-shadow: #393d47 0 1px 0,
#494f5b 0 1px 0 inset;
  -moz-box-shadow: #393d47 0 1px 0,
#494f5b 0 1px 0 inset;
  box-shadow: #393d47 0 1px 0,
#494f5b 0 1px 0 inset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button.button-large {
  padding: 6px 15px 5px 15px;
  font-size: 13px;
}
.button .caret {
  border-top-color: #888888;
}
.button.button-small {
  padding: 1px 8px 0 8px;
  font-size: 11px;
}
.button.button-icon {
  text-decoration: none;
}
.button.button-icon i {
  margin-right: 0;
  color: #333333;
}
.button.button-icon .caret {
  border-top-color: #888888;
}
.button.button-icon.button-icon-large {
  padding: 4px 12px;
  font-size: 14px;
}
.button.button-less-round {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.button.button-square {
  width: 25px;
  height: 26px;
  padding: 3px;
  line-height: 27px;
}
.button.button-basic {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: -moz-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: -o-linear-gradient(#f6f6f6, #e6e6e6);
  background-image: linear-gradient(#f6f6f6, #e6e6e6);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  border-color: #aaa;
  color: #555555;
}
.button.button-basic:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #d1d1d1));
  background-image: -webkit-linear-gradient(#f1f1f1, #d1d1d1);
  background-image: -moz-linear-gradient(#f1f1f1, #d1d1d1);
  background-image: -o-linear-gradient(#f1f1f1, #d1d1d1);
  background-image: linear-gradient(#f1f1f1, #d1d1d1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, #ffffff 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, #ffffff 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, #ffffff 0 1px 1px inset;
  color: #333;
  border-color: #666666;
}
.button.button-basic.disabled {
  background: #eee;
  border-color: #ccc;
  color: #888;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.button-basic.disabled:hover {
  background: #eee;
  border-color: #ccc;
  color: #888;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.button-basic.btn-file {
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.button.button-basic.fileupload-exists {
  line-height: 21px;
  padding-top: 3px;
}
.button.button-basic-blue {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5687d7), color-stop(100%, #3570cf));
  background-image: -webkit-linear-gradient(#5687d7, #3570cf);
  background-image: -moz-linear-gradient(#5687d7, #3570cf);
  background-image: -o-linear-gradient(#5687d7, #3570cf);
  background-image: linear-gradient(#5687d7, #3570cf);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.3) 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.3) 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.3) 0 1px 1px inset;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  border-color: #2655a1;
  color: #ffffff;
}
.button.button-basic-blue:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4178d2), color-stop(100%, #2b60b6));
  background-image: -webkit-linear-gradient(#4178d2, #2b60b6);
  background-image: -moz-linear-gradient(#4178d2, #2b60b6);
  background-image: -o-linear-gradient(#4178d2, #2b60b6);
  background-image: linear-gradient(#4178d2, #2b60b6);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  color: #fff;
  border-color: #1c3f78;
}
.button.button-basic-blue.disabled {
  background: #6491da;
  border-color: #3b73d0;
  color: #dfe9f8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.button.button-basic-blue.disabled:hover {
  background: #6491da;
  border-color: #3b73d0;
  color: #dfe9f8;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.button-basic-blue.button-twitter {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3ab0e1), color-stop(100%, #1d91c0));
  background-image: -webkit-linear-gradient(#3ab0e1, #1d91c0);
  background-image: -moz-linear-gradient(#3ab0e1, #1d91c0);
  background-image: -o-linear-gradient(#3ab0e1, #1d91c0);
  background-image: linear-gradient(#3ab0e1, #1d91c0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.6) 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.6) 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.6) 0 1px 1px inset;
}
.button.button-basic-blue.button-twitter:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1f97c9), color-stop(100%, #156587));
  background-image: -webkit-linear-gradient(#1f97c9, #156587);
  background-image: -moz-linear-gradient(#1f97c9, #156587);
  background-image: -o-linear-gradient(#1f97c9, #156587);
  background-image: linear-gradient(#1f97c9, #156587);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
}
.button.button-basic-green {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5ab636), color-stop(100%, #4a972d));
  background-image: -webkit-linear-gradient(#5ab636, #4a972d);
  background-image: -moz-linear-gradient(#5ab636, #4a972d);
  background-image: -o-linear-gradient(#5ab636, #4a972d);
  background-image: linear-gradient(#5ab636, #4a972d);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.3) 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.3) 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.3) 0 1px 1px inset;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  border-color: #33671f;
  color: #ffffff;
}
.button.button-basic-green:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #50a230), color-stop(100%, #3d7b24));
  background-image: -webkit-linear-gradient(#50a230, #3d7b24);
  background-image: -moz-linear-gradient(#50a230, #3d7b24);
  background-image: -o-linear-gradient(#50a230, #3d7b24);
  background-image: linear-gradient(#50a230, #3d7b24);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  color: #fff;
  border-color: #204013;
}
.button.button-basic-green.disabled {
  background: #80d060;
  border-color: #4e9c2e;
  color: #204013;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.button.button-basic-green.disabled:hover {
  background: #80d060;
  border-color: #4e9c2e;
  color: #204013;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.button.button-basic-red {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d75656), color-stop(100%, #cf3535));
  background-image: -webkit-linear-gradient(#d75656, #cf3535);
  background-image: -moz-linear-gradient(#d75656, #cf3535);
  background-image: -o-linear-gradient(#d75656, #cf3535);
  background-image: linear-gradient(#d75656, #cf3535);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.3) 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.3) 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.3) 0 1px 1px inset;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  border-color: #a12626;
  color: #ffffff;
}
.button.button-basic-red:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d24141), color-stop(100%, #b62b2b));
  background-image: -webkit-linear-gradient(#d24141, #b62b2b);
  background-image: -moz-linear-gradient(#d24141, #b62b2b);
  background-image: -o-linear-gradient(#d24141, #b62b2b);
  background-image: linear-gradient(#d24141, #b62b2b);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  color: #fff;
  border-color: #781c1c;
}
.button.button-basic-red.disabled {
  background: #de7171;
  border-color: #d44848;
  color: #fbeded;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.button.button-basic-red.disabled:hover {
  background: #80d060;
  border-color: #4e9c2e;
  color: #204013;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.button.button-basic-darkblue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3c424c), color-stop(100%, #2a2e35));
  background-image: -webkit-linear-gradient(#3c424c, #2a2e35);
  background-image: -moz-linear-gradient(#3c424c, #2a2e35);
  background-image: -o-linear-gradient(#3c424c, #2a2e35);
  background-image: linear-gradient(#3c424c, #2a2e35);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.1) 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.1) 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.1) 0 1px 1px inset;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border-color: #1a1d21;
  color: #ffffff;
}
.button.button-basic-darkblue:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #31363e), color-stop(100%, #21242a));
  background-image: -webkit-linear-gradient(#31363e, #21242a);
  background-image: -moz-linear-gradient(#31363e, #21242a);
  background-image: -o-linear-gradient(#31363e, #21242a);
  background-image: linear-gradient(#31363e, #21242a);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.1) 0 1px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.1) 0 1px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px, rgba(255, 255, 255, 0.1) 0 1px 1px inset;
  color: #fff;
  border-color: #16181c;
}
.button.button-highlighted {
  border-color: #506492;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8a9abf), color-stop(100%, #506492));
  background-image: -webkit-linear-gradient(#8a9abf, #506492);
  background-image: -moz-linear-gradient(#8a9abf, #506492);
  background-image: -o-linear-gradient(#8a9abf, #506492);
  background-image: linear-gradient(#8a9abf, #506492);
  -webkit-box-shadow: #fff 0 1px 0,
#ccd3e3 0 1px 0 inset;
  -moz-box-shadow: #fff 0 1px 0,
#ccd3e3 0 1px 0 inset;
  box-shadow: #fff 0 1px 0,
#ccd3e3 0 1px 0 inset;
  color: #ffffff;
}
.button.button-highlighted:hover {
  border-color: #697dad;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abb6d1), color-stop(100%, #697dad));
  background-image: -webkit-linear-gradient(#abb6d1, #697dad);
  background-image: -moz-linear-gradient(#abb6d1, #697dad);
  background-image: -o-linear-gradient(#abb6d1, #697dad);
  background-image: linear-gradient(#abb6d1, #697dad);
  -webkit-box-shadow: #fff 0 1px 0,
#ccd3e3 0 1px 0 inset;
  -moz-box-shadow: #fff 0 1px 0,
#ccd3e3 0 1px 0 inset;
  box-shadow: #ffffff 0 1px 0, #ccd3e3 0 1px 0 inset;
}
.button.button-highlighted:active {
  border-color: #000;
  color: #eee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8a9abf), color-stop(100%, #506492));
  background-image: -webkit-linear-gradient(#8a9abf, #506492);
  background-image: -moz-linear-gradient(#8a9abf, #506492);
  background-image: -o-linear-gradient(#8a9abf, #506492);
  background-image: linear-gradient(#8a9abf, #506492);
  -webkit-box-shadow: #fff 0 1px 0,
#333 0 0 6px inset;
  -moz-box-shadow: #fff 0 1px 0,
#333 0 0 6px inset;
  box-shadow: #ffffff 0 1px 0, #333333 0 0 6px inset;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: #424752 0 1px 0,
#656c7c 0 1px 0 inset;
  -moz-box-shadow: #424752 0 1px 0,
#656c7c 0 1px 0 inset;
  box-shadow: #424752 0 1px 0,
#656c7c 0 1px 0 inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494f5b), color-stop(100%, #2c2f36));
  background-image: -webkit-linear-gradient(#494f5b, #2c2f36);
  background-image: -moz-linear-gradient(#494f5b, #2c2f36);
  background-image: -o-linear-gradient(#494f5b, #2c2f36);
  background-image: linear-gradient(#494f5b, #2c2f36);
}
.button:hover.dropdown-toggle .caret {
  border-top-color: #ffffff;
}
.button:hover.button-basic.dropdown-toggle .caret {
  border-top-color: #a2a9b5;
}
.button.dropdown-toggle .caret {
  margin: 8px 0 0 6px;
  border-top-color: #a2a9b5;
}
.button i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  margin-right: 5px;
  margin-top: 0;
}
.button .badge,
.button .label {
  font-weight: normal;
  padding: 1px 6px;
  font-size: 10px;
  position: absolute;
  top: -4px;
  right: -10px;
}
#navigation {
  width: 200px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 99;
  overflow-x: hidden;
}
#navigation.hidden {
  display: none;
}
#navigation .search {
  margin: 12px 8px;
  background: #2e3139;
  border: 1px solid #1c1e22;
  position: relative;
  font-size: 14px;
  -webkit-box-shadow: #30343c 0 1px 0,
#292c33 0 1px 1px inset;
  -moz-box-shadow: #30343c 0 1px 0,
#292c33 0 1px 1px inset;
  box-shadow: #30343c 0 1px 0,
#292c33 0 1px 1px inset;
  *zoom: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#navigation .search form {
  margin: 0;
}
#navigation .search:after {
  content: "";
  display: table;
  clear: both;
}
#navigation .search .icon-search {
  position: absolute;
  top: 6px;
  left: 9px;
  float: left;
  color: #888;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
#navigation .search input {
  float: left;
  background: none;
  border: 0;
  width: 150px;
  margin: 0;
  padding: 5px 0 3px 25px;
  color: #aaa;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
#navigation .search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#navigation .search .search-settings {
  position: absolute;
  right: 9px;
  top: 4px;
  color: #888;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
#navigation .search .search-settings:hover {
  color: #dddddd;
}
#navigation .search .dropdown.open {
  *zoom: 1;
}
#navigation .search .dropdown.open:after {
  content: "";
  display: table;
  clear: both;
}
#navigation .search .dropdown.open .search-settings {
  color: #dddddd;
}
#navigation .search .dropdown .dropdown-menu {
  left: auto;
  right: 0;
  width: 180px;
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 3px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 3px 6px;
}
#navigation .search .dropdown .dropdown-menu:after {
  display: block;
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  content: " ";
}
#navigation .search .dropdown .dropdown-menu li {
  font-size: 12px;
  padding: 4px 8px;
  color: #555;
  margin: 0;
}
#navigation .search .dropdown .dropdown-menu li.active {
  position: relative;
}
#navigation .search .dropdown .dropdown-menu li.active:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  right: 15px;
  top: auto;
}
#navigation .search .dropdown .dropdown-menu li:hover {
  cursor: pointer;
  background: #eeeeee;
}
#navigation .search .dropdown .dropdown-menu li:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
#navigation .search .dropdown .dropdown-menu li:last-child {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#navigation .search .dropdown .dropdown-menu .sort-by {
  color: #5f6978;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  padding: 5px 8px;
  border-bottom: 1px solid #cccccc;
}
#navigation .search .dropdown .dropdown-menu .sort-by .filter {
  font-weight: bold;
}
#navigation .search .dropdown .dropdown-menu .sort-by .order {
  float: right;
  font-size: 11px;
  line-height: 18px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #858f9e;
  color: #eee;
  padding: 1px 6px;
}
#navigation .search .dropdown .dropdown-menu .sort-by:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
}
#navigation .search .dropdown .dropdown-menu .heading {
  color: #aaa;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#navigation .search .dropdown .dropdown-menu .heading:hover {
  background: none;
  cursor: default;
}
#navigation .mainNav {
  margin: 0 10px;
  padding: 0;
  list-style-type: none;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #7e8596 0 0 1px;
  -moz-box-shadow: #7e8596 0 0 1px;
  box-shadow: #7e8596 0 0 1px;
  border: 1px solid #15161a;
}
#navigation .mainNav > li:first-child > a {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
#navigation .mainNav > li:last-child.open > a {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
#navigation .mainNav > li:last-child.open .subnav > li:last-child > a {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 0;
}
#navigation .mainNav > li:last-child > a {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 0;
  padding: 12px 12px 11px 12px;
}
#navigation .mainNav > li .badge,
#navigation .mainNav > li .label {
  background: #25272d;
  float: right;
  font-weight: normal;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px inset, rgba(255, 255, 255, 0.1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px inset, rgba(255, 255, 255, 0.1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px inset, rgba(255, 255, 255, 0.1) 0 1px 0;
  padding: 3px 6px;
  color: #999999;
}
#navigation .mainNav > li > a {
  color: #f4f4f4;
  font-size: 12px;
  border-bottom: 1px solid #090a0c;
  border-top: 1px solid #40454f;
  padding: 12px;
  display: block;
  text-decoration: none;
  text-shadow: 0 1px 0 #000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373b44), color-stop(100%, #2c2f36));
  background-image: -webkit-linear-gradient(#373b44, #2c2f36);
  background-image: -moz-linear-gradient(#373b44, #2c2f36);
  background-image: -o-linear-gradient(#373b44, #2c2f36);
  background-image: linear-gradient(#373b44, #2c2f36);
}
#navigation .mainNav > li > a:hover {
  border-top-color: #525866;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #494f5b), color-stop(100%, #353941));
  background-image: -webkit-linear-gradient(#494f5b, #353941);
  background-image: -moz-linear-gradient(#494f5b, #353941);
  background-image: -o-linear-gradient(#494f5b, #353941);
  background-image: linear-gradient(#494f5b, #353941);
}
#navigation .mainNav > li > a i {
  margin: 0 10px 0 0;
}
#navigation .mainNav > li.active > a {
  border-top-color: #798cb6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5970a3), color-stop(100%, #394768));
  background-image: -webkit-linear-gradient(#5970a3, #394768);
  background-image: -moz-linear-gradient(#5970a3, #394768);
  background-image: -o-linear-gradient(#5970a3, #394768);
  background-image: linear-gradient(#5970a3, #394768);
}
#navigation .mainNav > li.active .badge,
#navigation .mainNav > li.active .label {
  background: #273047;
}
#navigation .mainNav > li.active .subnav {
  display: block;
}
#navigation .subnav {
  margin: 0;
  display: none;
  list-style-type: none;
}
#navigation .subnav li {
  position: relative;
}
#navigation .subnav li:first-child a {
  border-top-color: #333333;
}
#navigation .subnav li:last-child a {
  border-bottom-color: #090a0c;
}
#navigation .subnav li a {
  text-decoration: none;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #c9c9c9;
  font-size: 12px;
  color: #555;
  display: block;
  background: #eee;
  padding: 5px 15px;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
}
#navigation .subnav li a:hover {
  color: #333;
  background: #ffffff;
}
#navigation .subnav li a:hover:after {
  position: absolute;
  top: 6px;
  right: 8px;
  content: "\f0da";
  font-family: FontAwesome;
}
#navigation .subnav li.active a {
  background: #fff;
  color: #333;
  font-weight: bold;
}
#navigation .subnav li.active a:after {
  font-weight: normal;
  position: absolute;
  top: 6px;
  right: 8px;
  content: "\f0da";
  font-family: FontAwesome;
}
#navigation .status {
  display: block;
  margin: 10px;
}
#navigation .status:hover {
  color: #a2a9b5;
  -webkit-box-shadow: #393d47 0 1px 0,
#494f5b 0 1px 0 inset;
  -moz-box-shadow: #393d47 0 1px 0,
#494f5b 0 1px 0 inset;
  box-shadow: #393d47 0 1px 0,
#494f5b 0 1px 0 inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373b44), color-stop(100%, #25272d));
  background-image: -webkit-linear-gradient(#373b44, #25272d);
  background-image: -moz-linear-gradient(#373b44, #25272d);
  background-image: -o-linear-gradient(#373b44, #25272d);
  background-image: linear-gradient(#373b44, #25272d);
}
#navigation .status .status-top {
  display: block;
  text-shadow: 0 1px 0 #090a0c;
  overflow: hidden;
  *zoom: 1;
}
#navigation .status .status-top .left {
  float: left;
}
#navigation .status .status-top .right {
  float: right;
}
#navigation .status .status-bottom .progress {
  height: 10px;
  margin: 3px 0;
  background: #11151f;
  border: 1px solid #1a2130;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#navigation .status .status-bottom .progress .bar {
  line-height: 10px;
  font-size: 10px;
  -webkit-box-shadow: #798cb6 0 1px 0 inset;
  -moz-box-shadow: #798cb6 0 1px 0 inset;
  box-shadow: #798cb6 0 1px 0 inset;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #697dad), color-stop(100%, #425278));
  background-image: -webkit-linear-gradient(#697dad, #425278);
  background-image: -moz-linear-gradient(#697dad, #425278);
  background-image: -o-linear-gradient(#697dad, #425278);
  background-image: linear-gradient(#697dad, #425278);
}
.navi-functions {
  border-top: 1px solid #090a0c;
  border-bottom: 1px solid #090a0c;
  background: #2c2f36;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3000;
  width: 200px;
  padding: 10px 0;
}
.navi-functions.fixed-layout {
  left: 50%;
  margin-left: -585px;
}
.navi-functions a {
  font-size: 18px;
}
.navi-functions a i {
  margin: 0;
}
.login-body {
  background: #373b44;
  color: #dddddd;
}
.login-body .login-wrap {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -166px -175px;
  width: 350px;
  text-align: center;
}
.login-body .login-wrap form {
  margin: 0;
}
.login-body .login-wrap h2 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.login-body .login-wrap .pw-link {
  margin-top: 10px;
  display: block;
  color: #888;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.login-body .login-wrap .pw-link span {
  font-weight: bold;
  color: #aaaaaa;
}
.login-body .login-wrap .pw-link:hover {
  color: #aaaaaa;
}
.login-body .login-wrap .pw-link:hover span {
  color: #dddddd;
}
.login-body .login-wrap .login {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2c2f36), color-stop(100%, #202328));
  background: -webkit-linear-gradient(#2c2f36, #202328);
  background: -moz-linear-gradient(#2c2f36, #202328);
  background: -o-linear-gradient(#2c2f36, #202328);
  background: linear-gradient(#2c2f36, #202328);
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px, #444444 0 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px, #444444 0 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px, #444444 0 1px 0 inset;
}
.login-body .login-wrap .login .button {
  display: block;
  margin: 5px 0;
}
.login-body .login-wrap .login .button:first-child {
  margin-top: 0;
}
.login-body .login-wrap .login .button span {
  font-weight: bold;
}
.login-body .login-wrap .login .email,
.login-body .login-wrap .login .pw {
  position: relative;
}
.login-body .login-wrap .login .email:before,
.login-body .login-wrap .login .pw:before {
  content: "\f003";
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #666;
  font-size: 14px;
}
.login-body .login-wrap .login .email input,
.login-body .login-wrap .login .pw input {
  padding-left: 30px;
  border: 1px solid #000 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 2px inset, rgba(0, 0, 0, 0.4) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 2px inset, rgba(0, 0, 0, 0.4) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 1px 2px inset, rgba(0, 0, 0, 0.4) 0 1px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.login-body .login-wrap .login .pw:before {
  content: "\f023";
  left: 13px;
}
.login-body .login-wrap .login button {
  color: #666666;
}
.login-body .login-wrap .login button[type="submit"] {
  display: block;
  width: 310px;
  margin-top: 18px;
  margin-bottom: 0;
  padding: 4px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #aaa;
  font-weight: bold;
}
.login-body .login-wrap .login .sep {
  margin-bottom: 8px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  color: #777;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.login-body .login-wrap .login .sep:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background: #1c1e22;
  border-bottom: 1px solid #353941;
  height: 1px;
  width: 140px;
}
.login-body .login-wrap .login .sep:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  background: #1c1e22;
  border-bottom: 1px solid #353941;
  height: 1px;
  width: 140px;
}
body {
  background-color: #f4f4f4;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
i {
  font-size: 14px;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.col-nav {
  width: 180px;
}
.fr {
  float: right;
}
.collapse-me {
  float: left;
}
#top {
  height: 40px;
  z-index: 8000;
  position: relative;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373b44), color-stop(100%, #292c33));
  background-image: -webkit-linear-gradient(#373b44, #292c33);
  background-image: -moz-linear-gradient(#373b44, #292c33);
  background-image: -o-linear-gradient(#373b44, #292c33);
  background-image: linear-gradient(#373b44, #292c33);
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 5px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 1px 5px;
}
#top .container-fluid,
#top .container {
  padding: 0;
}
#top .col-nav {
  margin-bottom: 0;
  margin-top: 5px;
}
#top .pull-right {
  margin-right: 8px;
}
#top #brand {
  float: left;
  padding: 9px 20px;
  display: block;
  color: #cdd0d7;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  margin-left: 13px;
  margin-right: 103px;
  text-shadow: #000000 0 1px 0;
}
#top #brand span {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 11px;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background: url("../../images/logo.png") no-repeat;
}
#main {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-height: 100%;
  background-color: #ccc;
  overflow: hidden;
}
#main .showNav {
  display: none;
}
#main.hiddenNav {
  background: none;
}
#main.hiddenNav #content {
  margin-left: 0;
}
#main.hiddenNav #content .showNav {
  float: left;
  padding: 11px 5px;
}
#main.hiddenNav #content .page-header {
  margin-left: 50px;
}
#main.fixed-layout {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}
#main #content {
  margin-left: 200px;
  padding-bottom: 10px;
  padding-top: 40px;
}
#main #content #content-area {
  margin-top: 10px;
}
#main #content .content-highlighted {
  background: url("../../images/content.png");
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0 2px;
  text-align: center;
  -webkit-box-shadow: #fff 0 0 2px inset;
  -moz-box-shadow: #fff 0 0 2px inset;
  box-shadow: #ffffff 0 0 2px inset;
}
#main #content .page-header {
  padding: 15px 10px 10px 10px;
  margin: 0 3px;
  overflow: hidden;
  *zoom: 1;
}
#main #content .page-header h4 {
  color: #444;
  margin: 5px 10px;
}
#main #content .page-header h4 i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  font-size: 18px;
  margin-right: 7px;
}
#main #content .page-header .pull-right .bread {
  list-style-type: none;
  margin: 5px 4px;
}
#main #content .page-header .pull-right .bread > li {
  float: left;
  font-size: 12px;
}
#main #content .page-header .pull-right .bread > li a {
  color: #0077b3;
}
#main #content .page-header .pull-right .bread > li a:hover {
  color: #005580;
  text-decoration: underline;
}
#main #content .page-header .pull-right .bread > li.active {
  color: #777777;
}
#main #content .page-header .pull-right .bread > li .divider {
  color: #888;
  margin: 0 4px;
}
#main #content .page-header .pull-right .bread > li:last-child:after {
  content: '';
  margin: 0;
}
#main #content .box {
  margin: 10px 0;
}
#main #content .box.box-nomargin {
  margin: 0;
}
#main #content .box .box-head {
  padding: 8px 12px 6px 12px;
  color: #444;
  *zoom: 1;
  -webkit-box-shadow: #fff 0 1px 0 0 inset;
  -moz-box-shadow: #fff 0 1px 0 0 inset;
  box-shadow: #fff 0 1px 0 0 inset;
  background-color: #dadada;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #aaa;
}
#main #content .box .box-head:after {
  content: "";
  display: table;
  clear: both;
}
#main #content .box .box-head.box-tabs {
  padding: 8px 12px 0 5px;
}
#main #content .box .box-head > i {
  margin-right: 7px;
  margin-top: 3px;
  float: left;
  text-shadow: 0 1px 0 #eeeeee;
}
#main #content .box .box-head .actions {
  float: right;
}
#main #content .box .box-head .actions a {
  font-size: 12px;
  padding: 0 3px;
  color: #666;
  text-shadow: 0 1px 0 #eeeeee;
}
#main #content .box .box-head .actions a i {
  font-size: 15px;
}
#main #content .box .box-head .actions a:hover {
  color: #333333;
}
#main #content .box .box-body {
  border: 1px solid #aaa;
  background: #f4f4f4;
  border-top: 0;
  padding: 10px;
  *zoom: 1;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: #fff 0 1px 0 0;
  -moz-box-shadow: #fff 0 1px 0 0;
  box-shadow: #ffffff 0 1px 0 0;
}
#main #content .box .box-body:after {
  content: "";
  display: table;
  clear: both;
}
#main #content .box .box-body .highlight-toolbar {
  background: #eee;
  *zoom: 1;
  padding: 5px 10px;
  border-bottom: 1px solid #bbbbbb;
}
#main #content .box .box-body .highlight-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
#main #content .box .box-body .highlight-toolbar.bottom {
  border-bottom: 0;
  border-top: 1px solid #bbb;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#main #content .box .box-body .highlight-toolbar .btn-toolbar {
  margin: 0;
}
#main #content .box .box-body .highlight-toolbar .btn-toolbar .input-append {
  margin: 5px 0;
}
#main #content .box .box-body.box-body-nopadding {
  padding: 0;
}
#main #content .box .box-body.box-body-bigpadding {
  padding: 20px;
}
.error-body {
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #eeeeee), color-stop(100%, #aaaaaa));
  background: -webkit-radial-gradient(#eeeeee, #aaaaaa);
  background: -moz-radial-gradient(#eeeeee, #aaaaaa);
  background: -o-radial-gradient(#eeeeee, #aaaaaa);
  background: radial-gradient(#eeeeee, #aaaaaa);
}
.error-wrapper {
  position: absolute;
  top: 50%;
  height: 230px;
  width: 300px;
  left: 50%;
  margin: -115px -150px;
}
.error-wrapper .number {
  text-align: center;
}
.error-wrapper .number i {
  margin-left: 15px;
  font-size: 90px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.error-wrapper .number span {
  font-size: 100px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.error-wrapper .description {
  margin-top: 30px;
  font-size: 16px;
}
.error-wrapper .form-horizontal {
  margin-top: 20px;
}
.error-wrapper .form-horizontal input {
  width: 247px;
}
.error-wrapper .buttons {
  margin-top: 5px;
}
.error-wrapper .buttons .pull-left .button {
  margin-left: 1px;
}
.error-wrapper .buttons .pull-right .button {
  margin-right: 1px;
}
.form-vertical {
  padding: 10px;
}
.grey #top {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #333333));
  background: -webkit-linear-gradient(#444444, #333333);
  background: -moz-linear-gradient(#444444, #333333);
  background: -o-linear-gradient(#444444, #333333);
  background: linear-gradient(#444444, #333333);
}
.grey #top .button {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #333333));
  background: -webkit-linear-gradient(#444444, #333333);
  background: -moz-linear-gradient(#444444, #333333);
  background: -o-linear-gradient(#444444, #333333);
  background: linear-gradient(#444444, #333333);
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 inset;
}
.grey #main {
  background: url("../../images/nav-dark.png") repeat-y 0 0 #ffffff;
}
.grey #main #navigation .status.button {
  border-color: #222;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #333333));
  background: -webkit-linear-gradient(#444444, #333333);
  background: -moz-linear-gradient(#444444, #333333);
  background: -o-linear-gradient(#444444, #333333);
  background: linear-gradient(#444444, #333333);
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 inset;
}
.grey #main #navigation .status.button .status-top {
  color: #eee;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
.grey #main #navigation .search {
  background: #444;
  -webkit-box-shadow: #444 0 1px 0,
#333 0 1px 1px inset;
  -moz-box-shadow: #444 0 1px 0,
#333 0 1px 1px inset;
  box-shadow: #444 0 1px 0,
#333 0 1px 1px inset;
  border-color: #222222;
}
.grey #main #navigation .search .icon-search {
  color: #999;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.grey #main #navigation .search .search-settings {
  color: #999;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.grey #main #navigation .search input {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.grey #main #navigation .mainNav {
  -webkit-box-shadow: #aaa 0 0 1px 0;
  -moz-box-shadow: #aaa 0 0 1px 0;
  box-shadow: #aaa 0 0 1px 0;
  border-color: #222222;
}
.grey #main #navigation .mainNav > li:last-child .subnav li:first-child a {
  -webkit-box-shadow: #bbb 0 1px 1px 0 inset;
  -moz-box-shadow: #bbb 0 1px 1px 0 inset;
  box-shadow: #bbb 0 1px 1px 0 inset;
  border-top: 1px solid #888888;
}
.grey #main #navigation .mainNav > li.active > a {
  color: #f4f4f4;
  border-top-color: #798cb6;
  text-shadow: 0 1px 0 #000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #697dad), color-stop(100%, #425278));
  background-image: -webkit-linear-gradient(#697dad, #425278);
  background-image: -moz-linear-gradient(#697dad, #425278);
  background-image: -o-linear-gradient(#697dad, #425278);
  background-image: linear-gradient(#697dad, #425278);
}
.grey #main #navigation .mainNav > li.active .badge,
.grey #main #navigation .mainNav > li.active .label {
  background: #273047;
}
.grey #main #navigation .mainNav > li.active:hover > a {
  color: #f4f4f4;
  border-top-color: #798cb6;
  text-shadow: 0 1px 0 #000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #697dad), color-stop(100%, #425278));
  background-image: -webkit-linear-gradient(#697dad, #425278);
  background-image: -moz-linear-gradient(#697dad, #425278);
  background-image: -o-linear-gradient(#697dad, #425278);
  background-image: linear-gradient(#697dad, #425278);
}
.grey #main #navigation .mainNav > li > a {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #333333));
  background: -webkit-linear-gradient(#444444, #333333);
  background: -moz-linear-gradient(#444444, #333333);
  background: -o-linear-gradient(#444444, #333333);
  background: linear-gradient(#444444, #333333);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  border-bottom-color: #222;
  border-top-color: #555555;
}
.grey #main #navigation .mainNav > li > a .label,
.grey #main #navigation .mainNav > li > a .badge {
  background: #222;
  color: #ddd;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px inset, rgba(255, 255, 255, 0.1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px inset, rgba(255, 255, 255, 0.1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px inset, rgba(255, 255, 255, 0.1) 0 1px 0;
}
.grey #main #navigation .mainNav > li:hover > a {
  border-top-color: #666;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #555555), color-stop(100%, #444444));
  background: -webkit-linear-gradient(#555555, #444444);
  background: -moz-linear-gradient(#555555, #444444);
  background: -o-linear-gradient(#555555, #444444);
  background: linear-gradient(#555555, #444444);
}
.grey #main #navigation .subnav > li > a {
  background: #eeeeee;
}
.grey .navi-functions {
  background: #333;
  border-color: #222222;
}
.grey .navi-functions .button {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #333333));
  background: -webkit-linear-gradient(#444444, #333333);
  background: -moz-linear-gradient(#444444, #333333);
  background: -o-linear-gradient(#444444, #333333);
  background: linear-gradient(#444444, #333333);
  color: #aaa;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 3px 5px, #585858 0 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 3px 5px, #585858 0 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.8) 0 3px 5px, #585858 0 1px 0 inset;
}
.grey .navi-functions .button.button-active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #222222));
  background: -webkit-linear-gradient(#333333, #222222);
  background: -moz-linear-gradient(#333333, #222222);
  background: -o-linear-gradient(#333333, #222222);
  background: linear-gradient(#333333, #222222);
  color: #bbbbbb;
}
.grey .navi-functions .button.button-active:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #222222));
  background: -webkit-linear-gradient(#333333, #222222);
  background: -moz-linear-gradient(#333333, #222222);
  background: -o-linear-gradient(#333333, #222222);
  background: linear-gradient(#333333, #222222);
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 0 2px inset;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 2px inset;
}
.grey .navi-functions .button:hover {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #333333));
  background: -webkit-linear-gradient(#444444, #333333);
  background: -moz-linear-gradient(#444444, #333333);
  background: -o-linear-gradient(#444444, #333333);
  background: linear-gradient(#444444, #333333);
  color: #aaa;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 3px 5px, #585858 0 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 3px 5px, #585858 0 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.8) 0 3px 5px, #585858 0 1px 0 inset;
}
.cke.cke_chrome {
  border: 0;
}
.cke .cke_top {
  background: #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-horizontal.form-column {
  *zoom: 1;
}
.form-horizontal.form-column:after {
  content: "";
  display: table;
  clear: both;
}
.form-horizontal.form-column .form-actions {
  border-top: 1px dotted #bbbbbb;
}
.form-horizontal.form-column [class*="span"] {
  margin: 0;
  border-left: 1px solid #bbbbbb;
}
.form-horizontal.form-column [class*="span"] .control-group .control-label {
  width: 15%;
}
.form-horizontal.form-column [class*="span"]:first-child {
  border-left: 0;
}
.form-horizontal.form-column .span12 {
  width: 100%;
  border-left: 0 !important;
}
.form-horizontal.form-column .span11 {
  width: 91.666%;
}
.form-horizontal.form-column .span10 {
  width: 83.333%;
}
.form-horizontal.form-column .span9 {
  width: 75%;
}
.form-horizontal.form-column .span8 {
  width: 66.666%;
}
.form-horizontal.form-column .span7 {
  width: 58.333%;
}
.form-horizontal.form-column .span6 {
  width: 50%;
}
.form-horizontal.form-column .span5 {
  width: 41.666%;
}
.form-horizontal.form-column .span4 {
  width: 33.333%;
}
.form-horizontal.form-column .span3 {
  width: 25%;
}
.form-horizontal.form-column .span2 {
  width: 16.666%;
}
.form-horizontal.form-column .span1 {
  width: 8.333%;
}
.leadferret-job.accordion-group .accordion-heading {
  background-color: transparent;
}
.leadferret-job.accordion-group .job-requirement-list {
  padding-left: 32px;
  margin-bottom: 10px;
  list-style: disc;
}
.leadferret-job.accordion-group .accordion-body {
  background-color: #f8f8f8;
}
html {
  background-color: #fff;
  background-image: url('../../images/loadingAnimation.gif');
  background-position: center center;
  background-repeat: no-repeat;
}
body {
  overflow-y: scroll;
}
#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#main {
  width: 100% !important;
}
#navigation {
  position: fixed;
  top: 0px !important;
  padding-top: 86px !important;
  height: 100% !important;
  outline: none;
  outline: 0;
  overflow: visible !important;
  background-image: url('../../images/ferret-side.png');
  background-position: left 0px bottom 82px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-right: 2px solid #B0B0B0;
}
#main #content {
  padding-top: 82px !important;
  text-shadow: 0px 1px 0px #ffffff;
}
.box > .box-head:first-child {
  font-size: 18px;
  font-weight: 700;
}
#main #content .box .box-body {
  background-color: #ebebeb;
}
.pageContentTopMessage {
  /* is different for steps */
  position: fixed;
  top: 78px;
  width: 70%;
  z-index: 3;
  font-size: 16px;
}
.full-width {
  width: 100%;
}
.elementDisplayNone {
  display: none !important;
}
#navigation .mainNav {
  margin: 0px 5px;
}
/* elements reset */
ol,
ul {
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}
/* clearing */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* for IE10 and above, the scrollbar overlay */
@-ms-viewport {
  width: auto;
  -ms-overflow-style: scrollbar;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}
/* white space */
.whiteSpaceNoWrap {
  white-space: nowrap;
}
/* side-padded */
.padded-sides-20 {
  padding: 0px 20px;
}
/* text align */
.textAlignCenter {
  text-align: center;
  line-height: none;
}
/* input sizes */
.input-very-small {
  width: 55px;
}
/* horizontal center margin */
.marginHCenter {
  margin: 0 auto;
}
/* disabled */
.disabled {
  cursor: default;
}
/* button 
.button {
	position: inherit;
}
*/
/* message box */
#main #content .pageContentTopMessage {
  padding: 10px 10px 10px 10px;
}
/* back to top */
#backToTop {
  width: 25px;
  height: 25px;
  position: fixed;
  bottom: 2em;
  right: 1em;
  opacity: 0.5;
  cursor: pointer;
  background-image: url('../../images/backToTop.png');
  background-position: left 0px center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 3;
}
/* start tooltip */
.help {
  float: none !important;
  position: relative;
  display: inline-block /*!important*/;
  width: 12px;
  height: 12px;
  margin: 0px 1px 0px 1px;
  padding: 0px;
  vertical-align: middle;
  background-image: url('../../images/icons/icon-help.png');
  background-size: 12px 12px;
  background-repeat: no-repeat;
  text-decoration: none;
  outline: none;
  cursor: help;
  white-space: normal;
}
.help .helpText {
  display: none;
  position: absolute;
  left: 1em;
  top: 0em;
  margin-left: 0;
  width: 250px;
  padding: 8px 10px;
  height: auto;
  background: #ddeeff;
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 14px;
  border: 1px solid #666666;
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.help:hover .helpText {
  display: block;
  z-index: 1051;
}
.help .helpText span {
  display: inline;
  white-space: normal !important;
}
.help .helpText hr {
  margin: 7px 1px;
  padding: 0px;
}
.help:hover img {
  border: 0;
  margin: -10px 0 0 -55px;
  float: left;
  position: absolute;
}
.tooltip.in {
  opacity: 1;
}
.tooltip .tooltip-inner {
  font-size: 12px;
  color: #000;
  white-space: normal;
  text-shadow: none;
}
.tooltip.tTooltipYellow .tooltip-inner {
  background-color: #ff0;
}
.tooltip.right.tTooltipYellow .tooltip-arrow {
  border-right-color: #ff0;
}
.tooltip.tTooltipGreen .tooltip-inner {
  background-color: #6c6;
}
.tooltip.right.tTooltipGreen .tooltip-arrow {
  border-right-color: #6c6;
}
/* end tooltip */
/* live chat icon other than top left */
.phplive_btn img {
  width: 120px;
  height: 20px;
  cursor: pointer;
}
/* begin popup */
html.hasCaptcha body {
  transform: scale(0.9);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
  -ms-transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
  -o-transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
  transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
}
#popup_container {
  min-width: 385px;
  max-width: 600px;
  text-align: center;
  text-shadow: 0px 1px 0px #ffffff;
  background-color: #fff;
  border: 3px solid rgba(0, 128, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#popup_container p {
  text-align: left;
  padding: 0px 40px;
}
#popup_container #recaptcha_privacy {
  display: none;
}
#popup_container #popup_title {
  margin: 0;
  padding: 5px 0px;
  text-align: center;
  background-color: #f6f6f6;
  border-bottom: 2px solid #d5d5d5;
  cursor: default;
}
#popup_container #popup_content {
  margin: 5px 9px 0px 9px;
  padding: 1em;
  background: #fff;
}
#popup_container #popup_content.captcha {
  padding-left: 140px;
  background-image: url('../../images/ferret-police.png');
  background-position: left 0px center;
  background-repeat: no-repeat;
}
#popup_container .button,
#popup_container input[type="button"] {
  min-width: 80px;
}
#popup_container #popup_panel {
  margin: 10px 0px;
  border-top: 2px solid #d5d5d5;
  background-color: #f6f6f6;
}
#popup_container #popup_message input[type=text] {
  background: #fcfcfc;
  border: 1px solid #d1d1d1;
}
#popup_container #popup_prompt {
  margin: .5em 0em;
}
html.hasCaptcha #popup_container {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* end popup */
/* general on-off switch */
.onoffswitchContainer {
  float: right;
}
.onoffswitchContainer p {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  font-size: 16px;
}
.onoffswitchWrapper {
  display: inline-block;
}
.onoffswitch {
  position: relative;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 10px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 25px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 3px;
  color: #FFFFFF;
  background-color: #2FCCFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 3px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 12px;
  margin: 6.5px;
  background: #FFFFFF;
  border: 2px solid #999999;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/* disabled block */
.disabledBlock {
  position: relative;
}
.disabledBlock:before {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(170, 170, 170, 0.5);
  background-color: rgba(170, 170, 170, 0.5);
  z-index: 1;
}
/* loading indicator */
.temp-dataTables_processing {
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 1050;
}
.temp-dataTables_processing .processingBox {
  position: fixed;
  top: 40%;
  left: 40%;
  width: 95px;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  padding-left: 80px;
  border: 3px solid rgba(0, 128, 0, 0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  background-color: #fff;
  background-image: url('../../images/loadingAnimation.gif');
  background-position: left 3px center;
  background-repeat: no-repeat;
}
.orderedListNumbered {
  counter-reset: listNumber;
  list-style: decimal inside none;
}
.orderedListNumbered li {
  counter-increment: listNumber;
  display: table-row;
}
.orderedListNumbered li:before {
  content: counter(listNumber) ".";
  display: table-cell;
  text-align: right;
}
.unorderedListNumbered {
  list-style: disc inside none;
}
/* pusher chat */
#pusherModal.modal {
  /* chat main container */
  text-shadow: 0px 1px 0px #ffffff;
  background-color: #fff;
  border: 3px solid rgba(0, 128, 0, 0.5);
  border-bottom: 1px solid rgba(0, 128, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#pusherModal.modal {
  /* chat main container */
  text-shadow: 0px 1px 0px #ffffff;
  background-color: #fff;
  border: 3px solid rgba(0, 128, 0, 0.5);
  border-bottom: 1px solid rgba(0, 128, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#pusherModal.modal .modal-header {
  font-weight: bold;
  padding: 0;
  display: block;
  margin: 0;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #d5d5d5;
  cursor: default;
}
#pusherModal.modal .message {
  margin-bottom: 15px;
}
#pusherModal.modal .chat-item.user:before {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin: 0px 10px 0px 3px;
}
#pusherModal.modal .chat-userInput {
  width: 97.5%;
  height: 100px;
  border: 1px solid #000;
}
.modal-header .close,
.modal-header .minimize,
.maximizeChat {
  margin-top: 2px;
  margin-right: 10px;
}
button.minimize,
button.maximizeChat {
  padding: 0px;
  cursor: pointer;
  background: none repeat scroll 0% 0% transparent;
  border: 0px none;
}
.minimize {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0px 1px 0px #FFF;
  opacity: 0.2;
}
.maximizeChat {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #ddd;
  text-shadow: 0px 1px 0px #FFF;
  opacity: 1;
}
.chatMinimized {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 190px;
}
.chatMinimized-header {
  position: relative;
  padding-left: 10px;
  border: 1px solid #666;
  color: #fff;
  cursor: pointer;
  background-color: #333;
}
.chatMinimized-header .newMessage {
  font-weight: normal;
  padding: 1px 6px;
  font-size: 10px;
  position: absolute;
  top: -4px;
  left: -10px;
}
@-webkit-keyframes ROTATE {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ROTATE {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes ROTATE {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ROTATE {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lf-h3,
.lf-h2,
.lf-h4,
.lf-h5,
.lf-h6 {
  margin: 0 0 12px 0;
}
.linked-wizard .linked-wizard-actions-pane {
  padding: 10px 6px;
  margin-top: 10px;
}
.linked-wizard .wizard-item {
  display: none;
}
.linked-wizard .wizard-item.wizard-item-active {
  display: block;
}
.fieldset {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
}
.fieldset .legend {
  width: auto;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 5px;
  margin-bottom: 0;
  border: 1px solid #ddd;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  border-radius: 3px;
}
.catalog {
  clear: both;
}
.catalog .catalog-entry {
  display: inline-block;
  margin: 3px 5px;
  border: 1px solid #ddd;
  width: 300px;
  white-space: normal;
  font-size: 90%;
  vertical-align: top;
}
.catalog .catalog-entry > a {
  display: block;
  padding: 4px;
}
.catalog .catalog-entry > a:after {
  content: " \f08e";
  float: right;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
}
.bg-brand {
  background-color: #f0f0f0;
}
.nav-stacked-header {
  margin-left: 12px;
}
/* list counter */
ol.dashed-counter {
  counter-reset: dashed-counter-count;
}
ol.dashed-counter li > a:before {
  content: counter(dashed-counter-count) ' - ';
  counter-increment: dashed-counter-count;
  font-weight: 700;
}
.pass-emails-count,
.unverified-emails-count,
.notknown-emails-count,
.fail-emails-count {
  font-size: 1.2em;
}
.dialog-body-actions {
  margin-top: 30px;
}
.dialog-body-actions .btn {
  margin-right: 8px;
  min-width: 90px;
}
.form-action-footer {
  margin-top: 10px;
}
.btn-fixed-width {
  min-width: 108px;
}
.display-block {
  display: block;
}
input.clear-input-margin-bottom {
  margin-bottom: 0;
}
.fixed-width-md-input {
  min-width: 260px;
}
.tablet-container {
  max-width: 640px;
}
#top {
  height: 81px !important;
  background: transparent !important;
  background-image: none !important;
}
#top #topMenuTop {
  height: 35px;
  width: 100%;
  background-color: #62a210;
}
#top #topMenuBottom {
  height: 46px;
  width: 100%;
  background-color: #ececec;
}
/* top Menu Top */
#top #topMenuTop {
  position: relative;
  line-height: 14px !important ;
  font-size: 12px !important;
  height: 35px;
}
#top #topMenuTop .controlWrapper {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  position: relative;
  vertical-align: middle;
}
#top #topMenuTop .controlWrapper span {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
#top #topMenuTop span.signupShortSentence {
  display: none;
  margin: 0px;
  padding: 0px;
}
#top #topMenuTop .socialLogins {
  display: inline-block;
  line-height: 35px !important;
}
#top #topMenuTop .socialIconsWrapper {
  display: inline-block;
}
#top #topMenuTop .accountDetails {
  display: inline-block;
  color: #eee;
  font-weight: 700;
}
#top #topMenuTop .accountDetails ul li {
  display: inline-block;
}
#top .dropdown-menu {
  width: 230px;
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}
#top .dropdown-menu:after {
  display: block;
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0;
  height: 0;
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  content: " ";
}
#top .dropdown-menu.pull-right {
  right: 10px;
}
#top .dropdown-menu .right-details .detail-item {
  padding-left: 12px;
  padding-right: 12px;
}
#top .dropdown-menu .right-details ul li a {
  font-size: 12px;
  display: block;
  line-height: 26px;
}
#top .dropdown-menu .right-details ul li a:hover {
  background: #eee;
}
/* begin fixing crap injected by SocialAnnex.com */
#show_provider_buttons {
  display: inline-block;
}
#show_provider_buttons img {
  display: none;
  max-height: 24px;
  max-width: 24px;
}
#show_provider_buttons a {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
#show_provider_buttons span:first-child a {
  background-image: url('../../images/social/Facebook.png');
}
#show_provider_buttons span:nth-child(2) a {
  background-image: url('../../images/social/Yahoo.png');
}
#show_provider_buttons span:nth-child(3) a {
  background-image: url('../../images/social/Google.png');
}
#show_provider_buttons span:nth-child(4) a {
  background-image: url('../../images/social/LinkedIn.png');
}
/* end fixing crap injected by SocialAnnex.com */
.social-login-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.social-login-icon img {
  vertical-align: top;
}
.social-login-icon:hover {
  background: #f1f1f1;
}
.social-icons-vertical .social-login-icon {
  display: block;
}
.social-icons-block .social-login-icon {
  width: 100%;
  max-width: 100px;
  margin-bottom: 2px;
  padding: 2px 0;
  vertical-align: middle;
  text-align: center;
}
.social-icons-block .social-login-icon.Facebook {
  background-color: #5D82D1;
}
.social-icons-block .social-login-icon.LinkedIn {
  background-color: #238CC8;
}
.social-icons-block .social-login-icon.Yahoo {
  background-color: #AB47AC;
}
.social-icons-block .social-login-icon.Google {
  background-color: #EB5E4C;
}
.social-icons-block .social-login-icon:hover {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#top #topMenuTop form {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
#top #topMenuTop input[type="submit"] {
  /* for IE only */
  line-height: 14px !important ;
}
#top #topMenuTop input[type="text"],
#top #topMenuTop input[type="password"] {
  margin: 0px;
  padding: 2px;
  width: 120px;
  border: none;
}
#top #topMenuTop .button {
  padding: 1px 12px;
}
#top #topMenuTop .m-btn {
  margin: 0px 2px;
  padding: 0px 5px;
  border: 0px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  font-size: 12px;
}
/* top menu - left - later addition */
#top #topMenuTop .topMenuTopLeftContainer {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 35px;
  font-size: 14px;
  background-color: #8d8;
}
#top #topMenuTop .topMenuTopLeftContainer .m-btn {
  vertical-align: baseline;
}
/* top Menu Bottom */
#top #topMenuBottom .mainTopMenu #brandTopLeft {
  width: 118px;
  height: 46px;
  padding: 0px;
  margin-left: 8px;
  font-size: 0px;
  color: transparent;
  background-image: url('../../images/logoTopLeft.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: -1px 1px;
  text-shadow: 0px 1px 0px #7f7f7f;
}
#top #topMenuBottom .mainTopMenu a#brandTopLeft:hover {
  background-image: url('../../images/logoTopLeft.png');
  background-color: transparent;
}
#top #topMenuBottom .mainTopMenu {
  list-style: none;
  float: left;
}
#top #topMenuBottom .mainTopMenu li {
  float: left;
  position: relative;
  height: 100%;
  /* border-right: 1px solid #666666; */
  border-right: 1px solid transparent;
}
#top #topMenuBottom .mainTopMenu a {
  display: block;
  padding: 13px 9px;
  color: #333;
  text-decoration: none;
}
#top #topMenuBottom .mainTopMenu a:hover {
  color: #ddd;
}
#top #topMenuBottom .mainTopMenu li:hover {
  background-color: #2c2f36;
  color: #ddd;
}
#top #topMenuBottom .mainTopMenu li:first-child:hover {
  background-color: transparent;
  color: transparent;
}
#top #topMenuBottom .mainTopMenu li:hover a {
  color: #ddd;
}
/*--- DROPDOWN ---*/
#top #topMenuBottom .mainTopMenu ul {
  background-color: #ececec;
  list-style: none;
  position: absolute;
  left: -9999px;
  /* more accessible than display:none; */
  min-width: 150px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.6);
}
#top #topMenuBottom .mainTopMenu ul li {
  padding-top: 1px;
  float: none;
  border-top: none;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}
#top #topMenuBottom .mainTopMenu ul li:first-child {
  border-top: 1px solid #666666;
}
#top #topMenuBottom .mainTopMenu ul a {
  white-space: nowrap;
}
#top #topMenuBottom .mainTopMenu li:hover ul {
  /* display dropdown on hover */
  left: 0;
}
#top #topMenuBottom .mainTopMenu li:hover a {
  text-decoration: none;
}
#top #topMenuBottom .mainTopMenu li:hover ul a {
  text-decoration: none;
}
#top #topMenuBottom .mainTopMenu li:hover ul li a {
  margin: 0px;
  color: #333;
}
#top #topMenuBottom .mainTopMenu li:hover ul li a:hover {
  background-color: #2c2f36;
  color: #ddd;
  box-shadow: 0px 1px 0px #424752, 0px 1px 0px #656c7c inset;
}
#top #topMenuBottom .mainTopMenuRight {
  list-style: none;
  float: right;
}
#top #topMenuBottom .mainTopMenuRight li {
  display: inline-block;
  padding: 12px 0px;
}
#top #topMenuBottom .mainTopMenuRight .company-phone {
  color: #888787;
  font-weight: 700;
}
#top #topMenuBottom .mainTopMenuRight .phone-img {
  height: 16px;
  width: 16px;
  display: none;
  background-image: url('../../images/icons/icon-phone.png');
  background-repeat: no-repeat;
}
#top #topMenuBottom .mainTopMenuRight .chat-button img {
  margin: 0px;
  padding: 0px;
  height: 22px;
  width: 100px;
  cursor: pointer;
}
@media (min-width: 1170px) {
  #top #topMenuBottom .mainTopMenuRight .chat-button img {
    width: 142px;
  }
  #top #topMenuBottom .mainTopMenuRight li {
    padding: 12px 8px;
  }
  #top #topMenuBottom .mainTopMenuRight .phone-img {
    display: inline-block;
  }
}
#navigation .mainLeftMenu {
  list-style-type: none;
  position: relative;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 0px 1px #7e8596;
  border: 1px solid #15161a;
  margin: 15px 5px 0px 5px;
  background-color: #dadada;
}
#navigation .mainLeftMenu li {
  border-bottom: 1px solid #666666;
}
#navigation .mainLeftMenu li a {
  display: block;
  padding: 10px ;
  color: #333;
  text-decoration: none;
  text-shadow: none;
}
#navigation .mainLeftMenu > li > a {
  font-size: 12px;
  border-bottom: 1px solid #090a0c;
  border-top: 1px solid #40454f;
  padding: 5px;
  display: block;
  text-decoration: none;
  background-image: linear-gradient(#373b44, #2c2f36);
}
#navigation .mainLeftMenu > li > a {
  background-image: none;
  border-top: none;
  border-bottom: none;
}
#navigation .mainLeftMenu > li:first-child > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#navigation .mainLeftMenu a:hover {
  background-color: #2c2f36;
  color: #ddd;
}
#navigation .mainLeftMenu .mainLeftMenuActive {
  text-align: center;
  font-size: 16px;
  background-color: #2c2f36;
  color: #ddd;
}
.showHideLeftNavContainer input,
#navigation .mainLeftMenu input {
  width: 95%;
  height: 95%;
}
/*--- DROPDOWN ---*/
#navigation .mainLeftMenu ul {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZWNlY2VjIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjYzBjMGMwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ececec), color-stop(100%, #c0c0c0));
  background-image: -webkit-linear-gradient(top, #ececec 0%, #c0c0c0 100%);
  background-image: -moz-linear-gradient(top, #ececec 0%, #c0c0c0 100%);
  background-image: -ms-linear-gradient(top, #ececec 0%, #c0c0c0 100%);
  background-image: -o-linear-gradient(top, #ececec 0%, #c0c0c0 100%);
  background-image: linear-gradient(to bottom, #ececec 0%, #c0c0c0 100%);
  list-style: none;
  position: absolute;
  left: -9999px;
  /* more accessible than display:none; */
}
#navigation .mainLeftMenu ul li {
  padding-top: 1px;
  float: none;
  border-top: none;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}
#navigation .mainLeftMenu ul a {
  white-space: nowrap;
}
#navigation .mainLeftMenu li:hover ul {
  /* display dropdown on hover */
  left: 0;
}
#navigation .mainLeftMenu li:hover a {
  text-decoration: none;
}
#navigation .mainLeftMenu li:hover ul a {
  text-decoration: none;
}
#navigation .mainLeftMenu li:hover ul li a {
  margin: 0px;
}
#navigation .mainLeftMenu li:hover ul li a:hover {
  background-color: #2c2f36;
  box-shadow: 0px 1px 0px #424752, 0px 1px 0px #656c7c inset;
}
/* search filter styles in search.css */
/* show / hide left navigation control container */
.showHideLeftNavContainer {
  display: none;
  position: fixed;
  top: 81px;
  left: 0px;
  z-index: 100;
}
.showHideLeftNavContainer .showHideLeftNav {
  width: 200px;
  padding: 4px 5px;
  background: #eed;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #666666;
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.showHideLeftNavContainer .showHideLeftNav.showLeftPanel:before {
  content: 'Show';
}
.showHideLeftNavContainer .showHideLeftNav.hideLeftPanel:before {
  content: 'Hide';
}
.showHideLeftNavContainer .showHideLeftNav.showLeftPanel .extraContentOnLeftNavHide {
  display: block;
}
.showHideLeftNavContainer .showHideLeftNav.hideLeftPanel .extraContentOnLeftNavHide {
  display: none;
}
#searchForm .form-horizontal.form-column [class*="span"] {
  border-left: 0px none;
}
#searchForm {
  line-height: 12px !important;
}
#searchForm .row-fluid [class*="span"] {
  min-height: 24px;
}
#main .searchContainer .sideContent {
  padding: 40px 80px 20px 20px;
}
/* specialty directory summary */
#main .searchContainer #specialtyDirectorySummary .box-head {
  font-size: 16px;
  font-weight: 700;
}
#main .searchContainer #specialtyDirectorySummary p.specialty-description {
  margin-top: 10px;
}
#main .searchContainer #specialtyDirectorySummary p.specialty-description strong {
  display: block;
  margin-top: -10px;
  margin-bottom: -30px;
}
#main .searchContainer #specialtyDirectorySummary p.specialty-description strong.dirTitleKW {
  display: inline;
}
#main .searchContainer #specialtyDirectorySummary p.Xspecialty-description:before {
  font-family: FontAwesome;
  font-weight: 700;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
  margin-right: 0.5em;
  content: '\f105';
}
#main .searchContainer #specialtyDirectorySummary ul {
  display: block;
}
#main .searchContainer #specialtyDirectorySummary ul li:before {
  font-family: FontAwesome;
  font-weight: 700;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
  margin-right: 1em;
  content: '\f101';
}
/* search panel show-hide bar */
.hidden-search .dt.box-head span.showhide-toggle {
  display: block;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.hidden-search .dt.box-head span.showhide-toggle.hidden-toggle {
  float: left;
}
.hidden-search .dt.box-head span.showhide-toggle:after {
  font-family: FontAwesome;
  font-weight: 700;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
  content: ' \f077';
}
.hidden-search .dt.box-head span.showhide-toggle.hidden-toggle:after {
  font-family: FontAwesome;
  font-weight: 700;
  font-style: normal;
  text-decoration: inherit;
  padding: 2px 3px;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
  content: ' \f078';
  position: relative;
  border: 2px solid transparent;
  top: 0px;
  left: 5px;
  -webkit-animation: bounce 1s linear 15;
  -moz-animation: bounce 1s linear 15;
  animation: bounce 1s linear 15;
}
/* search panel show-hide bar */
.hidden-search .dt.box-head span.showhide-toggle {
  display: block;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.hidden-search .dt.box-head span.showhide-toggle.hidden-toggle {
  float: left;
}
.showhide-toggle.hidden-toggle .showhide-content {
  display: none !important;
}
.showhide-toggle.hidden-toggle .showhide-toggled-content {
  display: inline !important;
}
.showhide-toggle .showhide-content {
  display: inline !important;
}
.showhide-toggle .showhide-toggled-content {
  display: none !important;
}
@-moz-keyframes bounce {
  0% {
    color: #0a0;
    background-color: inherit;
    border-color: #fff;
  }
  50% {
    color: #0a0;
    background-color: #999;
    border-color: #fff;
  }
  100% {
    color: #0a0;
    background-color: inherit;
    border-color: #fff;
  }
}
@-webkit-keyframes bounce {
  0% {
    color: #0a0;
    background-color: inherit;
    border-color: #fff;
  }
  50% {
    color: #0a0;
    background-color: #999;
    border-color: #fff;
  }
  100% {
    color: #0a0;
    background-color: inherit;
    border-color: #fff;
  }
}
@keyframes bounce {
  0% {
    color: #0a0;
    background-color: inherit;
    border-color: #fff;
  }
  50% {
    color: #0a0;
    background-color: #999;
    border-color: #fff;
  }
  100% {
    color: #0a0;
    background-color: inherit;
    border-color: #fff;
  }
}
/*
.hidden-search .searchPanelShowHideSection {
	display:none;
}
*/
/* show/hide panel tooltip */
.showhide-search .box-head {
  position: relative;
}
.searchFormShowTip {
  display: block;
  padding: .3em 1em;
  position: absolute;
  top: 41px;
  left: 2em;
  z-index: 98;
  text-shadow: none;
  background: #ff6;
  border-radius: .5em;
  color: #000;
  white-space: nowrap;
  text-align: center;
}
.searchFormShowTip:before {
  display: block;
  position: absolute;
  top: -1em;
  left: 2em;
  z-index: 99;
  content: "";
  border: solid;
  border-color: #ff6 transparent;
  border-width: 0 1em 1em 1em;
}
.searchFormShowTip .dismissSearchFormTip {
  cursor: pointer;
}
#searchForm .searchFormSection {
  /* search form section wrapper */
}
#searchForm .box {
  margin: 5px 5px !important;
}
#searchForm .control-group {
  border: 0px none;
  border-bottom: 0px solid #bbbbbb;
}
#searchForm .form-horizontal.form-bordered .control-group:first-child {
  border-bottom: 0px none !important;
}
#searchForm .padded-right {
  padding-right: 10px;
}
#searchForm .radio,
#searchForm .checkbox {
  padding-left: 3px;
}
#searchForm .checkbox input[type="checkbox"] {
  margin: 4px 3px 0px 3px;
}
#searchForm .radio input[type="radio"] {
  margin: 1px 3px 0px 3px;
}
#searchForm select {
  width: 100px;
}
#searchForm .form-horizontal .control-group .controls {
  margin-left: 17%;
}
#searchForm .form-horizontal.form-bordered .control-group .control-label {
  margin: 0px;
  padding: 2px 0px 0px 0px;
}
#searchForm .form-checkboxes .control-label {
  width: 16px;
  height: 16px;
  padding: 0px;
}
#searchForm .button {
  margin: 0px;
  padding: 0px 15px 0px;
}
#searchForm #searchFormDepartment .control-group .controls,
#searchForm #searchFormDevices .control-group .controls,
#searchForm #searchFormSMLinks .control-group .controls {
  margin-left: 27px;
}
#searchForm .form-horizontal.form-bordered .control-group .controls {
  padding: 1px;
  border: 0px none;
}
#searchForm #searchFormDepartment .form-horizontal .control-group .controls,
#searchForm #searchFormDevices .form-horizontal.form-bordered .control-group .controls,
#searchForm #searchFormSMLinks .form-horizontal.form-bordered .control-group .controls {
  margin-left: 25px;
}
#searchForm .controls > .radio:first-child,
#searchForm .controls > .checkbox:first-child,
#searchForm .controls > .radio,
#searchForm .controls > .checkbox {
  padding-top: 0px;
}
#searchForm label {
  margin-bottom: 0px;
}
#searchFormTitle input[type="text"] {
  width: 150px;
}
#searchForm #searchFormDepartment label,
#searchForm #searchFormDevices label,
#searchForm #searchFormSMLinks label {
  margin-bottom: 0px;
  padding: 0px 0px 0px 5px;
}
#main #content #searchForm .box .box-head .box .box-head #main #content #searchForm .box .box-head {
  background: none;
}
#main #content #searchForm .box .box-head {
  font-size: 20px;
  font-weight: 500;
}
#main #content #searchForm .box .box-body {
  background-color: #fcfcfc;
}
#searchForm .qScoreContainer .qSlider {
  width: 75%;
  height: 20px;
}
#searchForm .qScoreContainer .qScore {
  width: 44px;
  height: 20px;
  position: absolute;
  right: -56px;
  top: -1px;
  border-left: none;
  text-align: right;
}
#searchForm .ui-slider-horizontal .ui-slider-handle {
  top: 0.2em;
  margin-left: 0.2em;
  height: 14px;
}
#searchForm #slider {
  border-left: 1px solid #bbb;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#searchForm select,
#searchForm textarea,
#searchForm input[type="text"],
#searchForm input[type="password"],
#searchForm input[type="datetime"],
#searchForm input[type="datetime-local"],
#searchForm input[type="date"],
#searchForm input[type="month"],
#searchForm input[type="time"],
#searchForm input[type="week"],
#searchForm input[type="number"],
#searchForm input[type="email"],
#searchForm input[type="url"],
#searchForm input[type="search"],
#searchForm input[type="tel"],
#searchForm input[type="color"],
#searchForm .uneditable-input {
  height: 20px;
  padding: 0px 6px;
}
#searchForm input[type="text"] {
  max-width: 185px;
}
#searchForm input[type="radio"],
#searchForm .radio {
  height: 17px;
  min-height: 17px;
}
#searchForm .chosen-container-multi {
  width: auto;
  /* element level width set via eakroko.js */
  max-width: 75% !important;
}
#searchForm .chosen-container-multi .chosen-choices {
  width: auto;
}
#searchForm .chosen-container-multi .chosen-choices .search-field .default {
  min-width: 165px;
}
#searchForm .chosen-container-multi .chosen-drop {
  min-width: 165px;
}
#searchForm .form-horizontal.form-bordered .control-group.zipRadiusSearchInstructions label.control-label {
  margin-top: -3px;
}
#searchForm .form-horizontal.form-bordered .control-group.zipRadiusSearchInstructions div.controls {
  padding-top: 3px;
  font-size: 12px;
}
#searchForm .box .box-body.box-body-nopadding label.error.alert {
  float: left;
  clear: left;
  max-width: 80%;
  margin-top: 2px;
  margin-right: -80%;
  padding: 0px 6px;
  font-size: 12px;
}
#searchForm #searchFormMap1.fill {
  background-image: url('../../images/searchMap.png');
  width: 652px;
  height: 399px;
  margin: 0;
  float: right;
}
#main #content #searchForm #searchFormSMLinks .textAlignCenter {
  line-height: 16px !important;
}
#main #content #searchForm .searchFormTitle {
  background: #bdb;
}
#main #content #searchForm #searchFormTitle1.coloredSearchTitle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwLjAzIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMCwgMCwgMC4zKSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDAsIDAsIDAuNikiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZzEpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(3%, rgba(255, 0, 0, 0.3)), color-stop(100%, rgba(255, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.3) 3%, rgba(255, 0, 0, 0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 0, 0, 0.3) 3%, rgba(255, 0, 0, 0.6) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 0, 0, 0.3) 3%, rgba(255, 0, 0, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 0, 0, 0.3) 3%, rgba(255, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.3) 3%, rgba(255, 0, 0, 0.6) 100%);
}
#main #content #searchForm #searchFormTitle2.coloredSearchTitle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwLjAzIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMTI1LCAwLCAwLjMpIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMTI1LCAwLCAwLjYpIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(3%, rgba(255, 125, 0, 0.3)), color-stop(100%, rgba(255, 125, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(255, 125, 0, 0.3) 3%, rgba(255, 125, 0, 0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 125, 0, 0.3) 3%, rgba(255, 125, 0, 0.6) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 125, 0, 0.3) 3%, rgba(255, 125, 0, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 125, 0, 0.3) 3%, rgba(255, 125, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 125, 0, 0.3) 3%, rgba(255, 125, 0, 0.6) 100%);
}
#main #content #searchForm #searchFormTitle3.coloredSearchTitle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwLjAzIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAwLCAwLjMpIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAwLCAwLjYpIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(3%, rgba(255, 255, 0, 0.3)), color-stop(100%, rgba(255, 255, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 0, 0.3) 3%, rgba(255, 255, 0, 0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 0, 0.3) 3%, rgba(255, 255, 0, 0.6) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 0, 0.3) 3%, rgba(255, 255, 0, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 0, 0.3) 3%, rgba(255, 255, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 0, 0.3) 3%, rgba(255, 255, 0, 0.6) 100%);
}
#main #content #searchForm #searchFormTitle4.coloredSearchTitle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwLjAzIiBzdG9wLWNvbG9yPSJyZ2JhKDEyNSwgMjU1LCAwLCAwLjMpIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJyZ2JhKDEyNSwgMjU1LCAwLCAwLjYpIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(3%, rgba(125, 255, 0, 0.3)), color-stop(100%, rgba(125, 255, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(125, 255, 0, 0.3) 3%, rgba(125, 255, 0, 0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(125, 255, 0, 0.3) 3%, rgba(125, 255, 0, 0.6) 100%);
  background-image: -ms-linear-gradient(top, rgba(125, 255, 0, 0.3) 3%, rgba(125, 255, 0, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(125, 255, 0, 0.3) 3%, rgba(125, 255, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(125, 255, 0, 0.3) 3%, rgba(125, 255, 0, 0.6) 100%);
}
#main #content #searchForm #searchFormTitle5.coloredSearchTitle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwLjAzIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDI1NSwgMCwgMC4zKSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0icmdiYSgwLCAyNTUsIDAsIDAuNikiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZzEpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(3%, rgba(0, 255, 0, 0.3)), color-stop(100%, rgba(0, 255, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 255, 0, 0.3) 3%, rgba(0, 255, 0, 0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 255, 0, 0.3) 3%, rgba(0, 255, 0, 0.6) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 255, 0, 0.3) 3%, rgba(0, 255, 0, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 255, 0, 0.3) 3%, rgba(0, 255, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 255, 0, 0.3) 3%, rgba(0, 255, 0, 0.6) 100%);
}
#main #content #searchForm #searchFormTitle6.coloredSearchTitle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwLjAzIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDI1NSwgMTI1LCAwLjMpIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDI1NSwgMTI1LCAwLjYpIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(3%, rgba(0, 255, 125, 0.3)), color-stop(100%, rgba(0, 255, 125, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 255, 125, 0.3) 3%, rgba(0, 255, 125, 0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 255, 125, 0.3) 3%, rgba(0, 255, 125, 0.6) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 255, 125, 0.3) 3%, rgba(0, 255, 125, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 255, 125, 0.3) 3%, rgba(0, 255, 125, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 255, 125, 0.3) 3%, rgba(0, 255, 125, 0.6) 100%);
}
#main #content #searchForm #searchFormTitle7.coloredSearchTitle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwLjAzIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDI1NSwgMjU1LCAwLjMpIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDI1NSwgMjU1LCAwLjYpIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(3%, rgba(0, 255, 255, 0.3)), color-stop(100%, rgba(0, 255, 255, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 255, 255, 0.3) 3%, rgba(0, 255, 255, 0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 255, 255, 0.3) 3%, rgba(0, 255, 255, 0.6) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 255, 255, 0.3) 3%, rgba(0, 255, 255, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 255, 255, 0.3) 3%, rgba(0, 255, 255, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 255, 255, 0.3) 3%, rgba(0, 255, 255, 0.6) 100%);
}
#main #content #searchForm #searchFormTitle8.coloredSearchTitle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwLjAzIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDEyNSwgMjU1LCAwLjMpIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJyZ2JhKDAsIDEyNSwgMjU1LCAwLjYpIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(3%, rgba(0, 125, 255, 0.3)), color-stop(100%, rgba(0, 125, 255, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 125, 255, 0.3) 3%, rgba(0, 125, 255, 0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 125, 255, 0.3) 3%, rgba(0, 125, 255, 0.6) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 125, 255, 0.3) 3%, rgba(0, 125, 255, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 125, 255, 0.3) 3%, rgba(0, 125, 255, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 125, 255, 0.3) 3%, rgba(0, 125, 255, 0.6) 100%);
}
#main #content #searchForm #searchFormTitle9.coloredSearchTitle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwLjAzIiBzdG9wLWNvbG9yPSJyZ2JhKDkwLCA5MCwgMjU1LCAwLjgpIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJyZ2JhKDkwLCA5MCwgMjU1LCAwLjUpIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(3%, rgba(90, 90, 255, 0.8)), color-stop(100%, rgba(90, 90, 255, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(90, 90, 255, 0.8) 3%, rgba(90, 90, 255, 0.5) 100%);
  background-image: -moz-linear-gradient(top, rgba(90, 90, 255, 0.8) 3%, rgba(90, 90, 255, 0.5) 100%);
  background-image: -ms-linear-gradient(top, rgba(90, 90, 255, 0.8) 3%, rgba(90, 90, 255, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(90, 90, 255, 0.8) 3%, rgba(90, 90, 255, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(90, 90, 255, 0.8) 3%, rgba(90, 90, 255, 0.5) 100%);
}
#main #content #searchForm #searchFormTitle10.coloredSearchTitle {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwLjAzIiBzdG9wLWNvbG9yPSJyZ2JhKDE2MSwgMTIwLCAyNTUsIDAuNSkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9InJnYmEoMTYxLCAxMjAsIDI1NSwgMC44KSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNnMSkiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(3%, rgba(161, 120, 255, 0.5)), color-stop(100%, rgba(161, 120, 255, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(161, 120, 255, 0.5) 3%, rgba(161, 120, 255, 0.8) 100%);
  background-image: -moz-linear-gradient(top, rgba(161, 120, 255, 0.5) 3%, rgba(161, 120, 255, 0.8) 100%);
  background-image: -ms-linear-gradient(top, rgba(161, 120, 255, 0.5) 3%, rgba(161, 120, 255, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(161, 120, 255, 0.5) 3%, rgba(161, 120, 255, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(161, 120, 255, 0.5) 3%, rgba(161, 120, 255, 0.8) 100%);
}
/* saved searches on left nav */
#main #form2 #leftSavedSearches {
  margin: 5px;
  overflow-x: visible;
  overflow-y: visible;
  font-size: 12px;
  background-color: #eee;
  border: 1px solid #15161a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#main #form2 #leftSavedSearches span.leftSavedSearchesSubTitle {
  display: block;
  padding: 0px 5px;
  text-align: center;
  font-size: 12px;
  background-color: #2c2f36;
  color: #ddd;
}
#main #form2 #leftSavedSearches #saveSearch {
  width: 78px;
  height: 18px;
  padding: 1px 4px;
  margin: 0px 0px 0px 4px;
}
#main #form2 #leftSavedSearches div ul li {
  position: relative;
  border-bottom: 1px solid #666666;
}
#main #form2 #leftSavedSearches div ul li > a {
  display: block;
  padding: 4px;
  color: #333;
}
#main #form2 #leftSavedSearches div ul li > a:hover {
  background-color: #2c2f36;
  color: #ddd;
}
#main #form2 #leftSavedSearches div ul li ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 114px;
  max-height: 300px;
  overflow-y: scroll;
  z-index: 1;
  list-style: none;
  border: 3px solid #666666;
  background-color: #eee;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#main #form2 #leftSavedSearches div ul li:hover ul {
  display: block;
}
#main #form2 #leftSavedSearches div ul li ul li {
  height: 34px;
  border-bottom: 1px solid #666666;
}
#main #form2 #leftSavedSearches div ul li ul li:last-child {
  border-bottom: none;
}
#main #form2 #leftSavedSearches div ul li ul li:hover {
  background-color: #ccc;
}
#main #form2 #leftSavedSearches div ul li ul li .inputSearchName {
  padding: 1px 4px;
  vertical-align: baseline;
}
#main #form2 #leftSavedSearches div ul li ul li > span {
  display: inline-block;
  padding: 7px;
  width: 190px;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  background-color: #fff;
}
#main #form2 #leftSavedSearches div ul li ul li a {
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
}
#main #form2 #leftSavedSearches div ul li ul li .inputRenameSearchSaveButton {
  margin-left: -1px;
}
#main #form2 #leftSavedSearches div ul li ul li.savedSearchesBusyRow,
#main #form2 #leftSavedSearches div ul li ul li.recentSearchesBusyRow,
#main #form2 #leftSavedSearches div ul li ul li.savedSearchesBusyRow > span,
#main #form2 #leftSavedSearches div ul li ul li.recentSearchesBusyRow > span {
  cursor: wait;
  background-color: #fc6;
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
}
/* search filters on left nav */
#main #form2 #leftGlobalFilters {
  /* search filters container div */
  margin: 5px;
  max-height: inherit;
  /* replacing this because it's not cross browser compatible >> calc(100% - 410px); */
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 12px;
  background-color: #eee;
  border: 1px solid #15161a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#main #form2 #leftGlobalFilters ul li div {
  /* search filter on left nav - container for each individual filter */
  margin: 1px;
  padding: 1px;
}
#main #form2 #leftGlobalFilters span.filtersTitle {
  display: block;
  /* position: relative; */
  padding: 0px 5px;
  text-align: center;
  font-size: 12px;
  background-color: #2c2f36;
  color: #ddd;
}
#main #form2 #leftGlobalFilters span.filtersTitle span.help {
  position: absolute;
  right: 10px;
  z-index: 0;
}
#main #form2 #leftGlobalFilters .leftGlobalFiltersSubContainer ul {
  border-bottom: 1px solid aaa;
}
#main #form2 #leftGlobalFilters .leftGlobalFiltersSubContainer ul:last-child {
  border-bottom: none;
}
#main #form2 #leftGlobalFilters .leftGlobalFiltersSubContainer ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
#main #form2 #leftGlobalFilters .leftGlobalFiltersSubContainer ul li:first-child {
  display: block;
  font-weight: 700;
  text-align: center;
}
#main #form2 #leftGlobalFilters .leftGlobalFiltersSubContainer ul li .filterItem {
  border: 1px solid #aaa;
  background-color: #ccc;
}
#main #form2 #leftGlobalFilters .leftGlobalFiltersSubContainer ul li .filterItem:hover {
  border: 1px solid #888;
  background-color: #ddd;
}
#main #navigation #leftGlobalFilters .leftGlobalFiltersSubContainer ul li .close-all {
  padding: 0px 5px;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0px 1px 0px #ffffff;
  background: none repeat scroll 0% 0% transparent;
  border: 0px none;
  opacity: 0.2;
  cursor: pointer;
}
#main #navigation #leftGlobalFilters .leftGlobalFiltersSubContainer ul li .close-all:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
#main #form2 #leftGlobalFilters .leftGlobalFiltersSubContainer .filterItem .close {
  float: none;
  margin: 0 4px;
}
#main #navigation #leftGlobalFilters .leftGlobalFiltersSubContainer .searchFilterTitle li:first-child {
  background-color: #bdb;
}
#main #navigation #leftGlobalFilters .leftGlobalFiltersSubContainer #container-1.coloredSearchFilterTitle li:first-child {
  background-color: rgba(255, 0, 0, 0.45);
}
#main #navigation #leftGlobalFilters .leftGlobalFiltersSubContainer #container-2.coloredSearchFilterTitle li:first-child {
  background-color: rgba(255, 125, 0, 0.45);
}
#main #navigation #leftGlobalFilters .leftGlobalFiltersSubContainer #container-3.coloredSearchFilterTitle li:first-child {
  background-color: rgba(255, 255, 0, 0.45);
}
#main #navigation #leftGlobalFilters .leftGlobalFiltersSubContainer #container-4.coloredSearchFilterTitle li:first-child {
  background-color: rgba(125, 255, 0, 0.45);
}
#main #navigation #leftGlobalFilters .leftGlobalFiltersSubContainer #container-5.coloredSearchFilterTitle li:first-child {
  background-color: rgba(0, 255, 0, 0.45);
}
#main #navigation #leftGlobalFilters .leftGlobalFiltersSubContainer #container-6.coloredSearchFilterTitle li:first-child {
  background-color: rgba(0, 255, 125, 0.45);
}
#main #navigation #leftGlobalFilters .leftGlobalFiltersSubContainer #container-7.coloredSearchFilterTitle li:first-child {
  background-color: rgba(0, 255, 255, 0.45);
}
#main #navigation #leftGlobalFilters .leftGlobalFiltersSubContainer #container-8.coloredSearchFilterTitle li:first-child {
  background-color: rgba(0, 125, 255, 0.45);
}
#main #navigation #leftGlobalFilters .leftGlobalFiltersSubContainer #container-9.coloredSearchFilterTitle li:first-child {
  background-color: rgba(90, 90, 255, 0.65);
}
#main #navigation #leftGlobalFilters .leftGlobalFiltersSubContainer #container-10.coloredSearchFilterTitle li:first-child {
  background-color: rgba(161, 120, 255, 0.65);
}
/* Search Results */
.socialShareButtonsSearchForm {
  float: right;
  text-align: right;
}
.legendSearchResults {
  float: right;
  text-align: right;
}
.legendSearchResults i.snTransferred {
  color: #ff9800;
}
/* actions menu bar */
#recordActions #recordsActionsMenu .actionItem {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: top;
}
#recordActions #recordsActionsMenu .btnTarget {
  padding-left: 20px;
}
#recordActions #recordsActionsMenu .activeBtn {
  background-color: #c0e0b4;
  background-image: url('../../images/icons/search/target_16x16_gray.png'), url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZTBmZmQ0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjYzBlMGI0Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: url('../../images/icons/search/target_16x16_gray.png'), -webkit-gradient(linear, center top, center bottom, color-stop(0%, #e0ffd4), color-stop(100%, #c0e0b4));
  background-image: url('../../images/icons/search/target_16x16_gray.png'), -webkit-linear-gradient(top, #e0ffd4 0%, #c0e0b4 100%);
  background-image: url('../../images/icons/search/target_16x16_gray.png'), -moz-linear-gradient(top, #e0ffd4 0%, #c0e0b4 100%);
  background-image: url('../../images/icons/search/target_16x16_gray.png'), -ms-linear-gradient(top, #e0ffd4 0%, #c0e0b4 100%);
  background-image: url('../../images/icons/search/target_16x16_gray.png'), -o-linear-gradient(top, #e0ffd4 0%, #c0e0b4 100%);
  background-image: url('../../images/icons/search/target_16x16_gray.png'), linear-gradient(to bottom, #e0ffd4 0%, #c0e0b4 100%);
  background-position: left 1px center;
  background-repeat: no-repeat;
}
#recordActions #recordsActionsMenu .activeBtn:hover {
  background-color: #c0e0b4;
  background-image: url('../../images/icons/search/target_16x16_gray.png');
  background-position: left 1px center;
  background-repeat: no-repeat;
}
#recordActions #recordsActionsMenu .targetXRecords {
  padding-left: 20px;
  Xbackground-image: url('../../images/icons/search/target_16x16_gray.png');
  background-position: left 1px center;
  background-repeat: no-repeat;
}
#recordActions #recordsActionsMenu .activeBtnRed {
  padding-left: 20px;
  background-color: #e0c0b4;
  background-image: url('../../images/icons/search/target_16x16_gray.png'), url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZTBmZmQ0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjYzBlMGI0Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: url('../../images/icons/search/target_16x16_gray.png'), -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffe0d4), color-stop(100%, #e0c0b4));
  background-image: url('../../images/icons/search/target_16x16_gray.png'), -webkit-linear-gradient(top, #ffe0d4 0%, #e0c0b4 100%);
  background-image: url('../../images/icons/search/target_16x16_gray.png'), -moz-linear-gradient(top, #ffe0d4 0%, #e0c0b4 100%);
  background-image: url('../../images/icons/search/target_16x16_gray.png'), -ms-linear-gradient(top, #ffe0d4 0%, #e0c0b4 100%);
  background-image: url('../../images/icons/search/target_16x16_gray.png'), -o-linear-gradient(top, #ffe0d4 0%, #e0c0b4 100%);
  background-image: url('../../images/icons/search/target_16x16_gray.png'), linear-gradient(to bottom, #ffe0d4 0%, #e0c0b4 100%);
  background-position: left 1px center;
  background-repeat: no-repeat;
}
#recordActions #recordsActionsMenu .activeBtnRed:hover {
  background-color: #e0c0b4;
  background-image: url('../../images/icons/search/target_16x16_gray.png');
  background-position: left 1px center;
  background-repeat: no-repeat;
}
#recordActions #recordsActionsMenu .activeBtn.downloadXRecords,
#recordActions #recordsActionsMenu .activeBtn.batchDownload,
#recordActions #recordsActionsMenu .activeBtn.transferXRecords {
  background-color: #c0e0b4;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZTBmZmQ0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjYzBlMGI0Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #e0ffd4), color-stop(100%, #c0e0b4));
  background-image: -webkit-linear-gradient(top, #e0ffd4 0%, #c0e0b4 100%);
  background-image: -moz-linear-gradient(top, #e0ffd4 0%, #c0e0b4 100%);
  background-image: -ms-linear-gradient(top, #e0ffd4 0%, #c0e0b4 100%);
  background-image: -o-linear-gradient(top, #e0ffd4 0%, #c0e0b4 100%);
  background-image: linear-gradient(to bottom, #e0ffd4 0%, #c0e0b4 100%);
  background-position: left 1px center;
  background-repeat: no-repeat;
}
#recordActions #recordsActionsMenu .activeBtn.downloadXRecords:hover,
#recordActions #recordsActionsMenu .activeBtn.batchDownload:hover,
#recordActions #recordsActionsMenu .activeBtn.transferXRecords:hover {
  background-color: #c0e0b4;
  background-image: none;
}
#recordActions #recordsActionsMenu .activeBtn.batchTransfer {
  background-color: #c0e0b4;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZTBmZmQ0Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjYzBlMGI0Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #e0ffd4), color-stop(100%, #c0e0b4));
  background-image: -webkit-linear-gradient(top, #e0ffd4 0%, #c0e0b4 100%);
  background-image: -moz-linear-gradient(top, #e0ffd4 0%, #c0e0b4 100%);
  background-image: -ms-linear-gradient(top, #e0ffd4 0%, #c0e0b4 100%);
  background-image: -o-linear-gradient(top, #e0ffd4 0%, #c0e0b4 100%);
  background-image: linear-gradient(to bottom, #e0ffd4 0%, #c0e0b4 100%);
  background-position: left 1px center;
  background-repeat: no-repeat;
}
#recordActions #recordsActionsMenu .activeBtn.batchTransfer:hover {
  background-color: #c0e0b4;
  background-image: none;
}
#recordActions #recordsActionsMenu .targetXRecords,
#recordActions #recordsActionsMenu .downloadXRecords {
  cursor: pointer;
}
#dataTable_length {
  margin: 11px;
}
#dataTable_length label {
  margin: 0px;
}
#dataTable_length span {
  line-height: 30px;
}
#recordActions #recordsActionsMenu .input-append,
#recordActions #recordsActionsMenu .input-prepend {
  margin-bottom: 0px;
  vertical-align: top;
}
#recordActions #recordsActionsMenu .totalSelected {
  padding: 4px 2px;
}
#recordActions #recordsActionsMenu .totalSelected .totalSelectedAmount {
  float: none;
}
#recordActions #recordsActionsMenu .totalSelected .badge {
  text-shadow: none;
}
/* processing */
#main #content .dataTables_processing {
  position: relative;
  z-index: 1050;
}
#main #content .dataTables_processing .processingBox {
  position: fixed;
  top: 40%;
  left: 40%;
  width: 95px;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  padding-left: 80px;
  border: 3px solid rgba(0, 128, 0, 0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  background-color: #fff;
  background-image: url('../../images/loadingAnimation.gif');
  background-position: left 3px center;
  background-repeat: no-repeat;
}
/* actual results table */
#main #content .dataTable_wrapper .dataTable {
  /* not used in search results page */
  width: 100%;
}
.dataTableMessage .alert {
  margin-bottom: 0;
}
#dataTable {
  table-layout: fixed;
}
#dataTable .dataTableMessage {
  padding: 0;
}
#main #content .dataTable_wrapper .dataTable th,
#main #content .dataTable_wrapper .dataTable td,
#dataTable th,
#dataTable td {
  vertical-align: middle;
  border-top: 0px;
  padding: 0px;
  padding-left: 4px;
}
#dataTable .checkboxResult {
  width: 18px;
  max-width: 18px;
}
#dataTable .firstName {
  width: 15%;
}
#dataTable .lastName {
  width: 20%;
}
#dataTable .title {
  width: 30%;
}
#dataTable .company {
  width: 30%;
}
#dataTable .city {
  width: 15%;
}
#main #content .dataTable_wrapper .dataTable tr.odd td,
#main #content .dataTable_wrapper .dataTable tr.even td,
#dataTable tr.odd td,
#dataTable tr.even td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0px;
}
#dataTable th.actionsColumn,
#dataTable th.actionsColumnInactive {
  height: 96px;
}
#dataTable .actionsColumn,
#dataTable .actionsColumnInactive {
  width: 60px;
  max-width: 60px;
  padding: 0px;
}
#dataTable th.actionsColumn div,
#dataTable th.actionsColumnInactive div {
  position: relative;
}
#dataTable th.actionsColumn div div,
#dataTable th.actionsColumnInactive div div {
  transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
  white-space: nowrap;
  width: 80px;
}
#dataTable th.actionsColumn div div:first-child,
#dataTable th.actionsColumnInactive div div:first-child {
  position: relative;
  left: -30px;
  top: 26px;
}
#dataTable th.actionsColumn div div:nth-child(2),
#dataTable th.actionsColumnInactive div div:nth-child(2) {
  position: relative;
  left: -12px;
  top: 6px;
}
#dataTable th.actionsColumn div div:nth-child(3),
#dataTable th.actionsColumnInactive div div:nth-child(3) {
  position: relative;
  left: 7px;
  top: -13px;
}
#dataTable th.actionsColumnInactive div span.loginToUnlock {
  display: inline-block;
  z-index: 1071;
  position: absolute;
  top: 240px;
  left: -137px;
  padding: 7px 10px;
  border: 3px solid rgba(0, 128, 0, 0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  background-color: #fff;
  transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  white-space: nowrap;
  cursor: default;
}
#dataTable td.actionsColumnInactive {
  width: 60px;
  padding: 0px;
  cursor: default;
  background-color: rgba(170, 170, 170, 0.5);
}
#dataTable .actionsColumn .actionsColumnOverlay,
#dataTable th.actionsColumn span.loginToUnlock {
  display: none;
}
#dataTable th div .help {
  transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
}
#dataTable .actionsColumnOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  Xwidth: 100%;
  Xheight: 100%;
  background-color: rgba(170, 170, 170, 0.5);
  z-index: 1;
}
#dataTable .recordActions {
  /* position:relative; */
  position: inherit;
}
#main #content .dataTable_wrapper .dataTable .odd,
#dataTable .odd {
  background-color: #c0e0b4;
}
#main #content .dataTable_wrapper .dataTable .even,
#dataTable .even {
  background-color: #eee;
}
#dataTable .preview {
  cursor: pointer;
}
#main #content .dataTable_wrapper .dataTable .sorting_1,
#main #content .dataTable_wrapper .dataTable .sorting_asc,
#main #content .dataTable_wrapper .dataTable .sorting_desc,
#dataTable .sorting_1,
#dataTable .sorting_asc,
#dataTable .sorting_desc {
  border-top: 1px solid #ccc;
}
#main #content .dataTable_wrapper .dataTable tr.odd .sorting_1,
#main #content .dataTable_wrapper .dataTable tr.odd .sorting_asc,
#main #content .dataTable_wrapper .dataTable tr.odd .sorting_desc,
#dataTable tr.odd .sorting_1,
#dataTable tr.odd .sorting_asc,
#dataTable tr.odd .sorting_desc {
  background-color: #c4ffc4;
}
#main #content .dataTable_wrapper .dataTable tr.even .sorting_1,
#main #content .dataTable_wrapper .dataTable tr.even .sorting_asc,
#main #content .dataTable_wrapper .dataTable tr.even .sorting_desc,
#dataTable tr.even .sorting_1,
#dataTable tr.even .sorting_asc,
#dataTable tr.even .sorting_desc {
  background-color: #d5ffd5;
}
#dataTable .state {
  width: 42px;
  max-width: 42px;
}
#dataTable .score {
  width: 45px;
}
#main #content .dataTable_wrapper .dataTable .sorting_asc,
#main #content .dataTable_wrapper .dataTable .sorting_desc,
#dataTable .sorting_asc,
#dataTable .sorting_desc {
  padding-right: 18px;
  background-repeat: no-repeat;
  background-position: right center;
}
#main #content .dataTable_wrapper .dataTable .sorting_desc,
#dataTable .sorting_desc {
  background-image: url('../../images/icons/icon-sortarrowdown.png');
}
#main #content .dataTable_wrapper .dataTable .sorting_asc,
#dataTable .sorting_asc {
  background-image: url('../../images/icons/icon-sortarrowup.png');
}
#main #content .dataTable_wrapper .dataTable a,
#dataTable a {
  color: #060;
}
#main #content .dataTable_wrapper .dataTable a:hover,
#dataTable a:hover {
  color: #040;
}
#main #content .dataTable_wrapper .dataTables_paginate a,
.dataTables_paginate a {
  position: inherit;
}
.record-action {
  cursor: pointer;
  display: block;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 3px;
}
.record-action.target {
  background: url('../../images/icons/search/target_16x16.png') no-repeat left center;
}
.record-action.target-gray {
  background: url('../../images/icons/search/target_16x16_gray.png') no-repeat left center;
}
.record-action.transfer {
  background: url('../../images/icons/search/transfer_16x16.png') no-repeat left center;
}
.record-action.transfer-gray {
  background: url('../../images/icons/search/transfer_16x16_gray.png') no-repeat left center;
}
.record-action.csv {
  background: url('../../images/icons/search/csv_16x16.png') no-repeat left center;
}
.record-action.csv-gray {
  background: url('../../images/icons/search/csv_16x16_gray.png') no-repeat left center;
}
.record-action.vcard {
  background: url('../../images/icons/search/vcard_16x16.png') no-repeat left center;
}
.record-action.vcard-gray {
  background: url('../../images/icons/search/vcard_16x16_gray.png') no-repeat left center;
}
/* Search Results Preview - Details */
#dataTable td.details {
  /* container td for details preview */
  padding: 0px;
}
#dataTable td.details .innerDetails {
  /* details preview div container */
  position: relative;
  z-index: 3;
}
#dataTable td.details .innerDetails ul.z-tabs-nav {
  /* details tab content left nav tabs */
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  z-index: 51;
}
#dataTable td.details .innerDetails.z-tabs > ul.z-tabs-nav > li {
  overflow: visible;
}
#dataTable td.details .innerDetails ul.z-tabs-nav a.z-link {
  /* details tab content left nav tabs links*/
  display: inline-block;
  padding: 0px 0px 0px 14px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}
#dataTable td.details .innerDetails ul.z-tabs-nav span.help {
  vertical-align: baseline;
  padding-bottom: 12px;
}
#dataTable td.details .innerDetails ul.z-tabs-nav li.preview-sub-contact {
  color: #333;
  background-color: #ada;
}
#dataTable td.details .innerDetails ul.z-tabs-nav li.preview-sub-contact .close-contact-tab {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0px 1px 0px #ffffff;
  background: none repeat scroll 0% 0% transparent;
  border: 0px none;
  opacity: 0.2;
  cursor: pointer;
}
#dataTable td.details .innerDetails ul.z-tabs-nav li.preview-sub-contact .close-contact-tab:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
#dataTable td.details .innerDetails .previewMapContainer {
  min-height: 370px;
}
#dataTable td.details .innerDetails .preview-details {
  /* details tab content div container */
  margin: 0px;
  padding: 0px;
}
#dataTable td.details .z-tabs.z-slide > .z-container {
  overflow: visible;
}
#dataTable td.details .z-tabs.z-slide > .z-container > .z-content {
  overflow: visible;
}
#dataTable td.details .innerDetails .preview-details .z-content-inner {
  padding: 0px 0px 0px 120px;
}
#dataTable td.details .innerDetails .preview-details .z-content-inner .detailsSection {
  margin-bottom: 5px;
  padding: 5px;
  font-size: 12px;
  border: 3px solid rgba(0, 128, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #f3f3f3;
  overflow-x: hidden;
}
#dataTable td.details .innerDetails .preview-details .z-content-inner .detailsSection > .pull-left:not(:first-child) {
  margin-left: 20px;
}
#dataTable td.details .innerDetails .preview-details .z-content-inner .detailsSection li {
  height: 18px;
  line-height: 18px;
}
#dataTable td.details .innerDetails .preview-details .z-content-inner .detailsSection .detailsSection-header {
  margin-top: 0;
  margin-bottom: 0;
}
#dataTable td.details .innerDetails .preview-details .z-content-inner .detailsSection .detailsSection-header.align-heading {
  margin-left: 120px;
}
#dataTable td.details .innerDetails .preview-details .z-content-inner .detailsSection .heading {
  display: inline-block;
  width: 115px;
  text-align: right;
}
/* social icons for search results details preview */
#dataTable td.details .innerDetails .preview-details .detailsPane * {
  white-space: nowrap;
}
#dataTable_wrapper #dataTable td.details .innerDetails .socialIcons .facebook {
  padding-left: 20px;
  background: url('../../images/icons/social/facebook_16x16.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .facebook-gray {
  padding-left: 20px;
  background: url('../../images/icons/social/facebook_16x16_gray.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .twitter {
  padding-left: 20px;
  background: url('../../images/icons/social/twitter_16x16.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .twitter-gray {
  padding-left: 20px;
  background: url('../../images/icons/social/twitter_16x16_gray.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .linkedIn {
  padding-left: 20px;
  background: url('../../images/icons/social/linkedIn_16x16.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .linkedIn-gray {
  padding-left: 20px;
  background: url('../../images/icons/social/linkedIn_16x16_gray.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .gplus {
  padding-left: 20px;
  background: url('../../images/icons/social/company_google_16x16.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .gplus-gray {
  padding-left: 20px;
  background: url('../../images/icons/social/company_google_16x16_gray.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .company-facebook {
  padding-left: 20px;
  background: url('../../images/icons/social/facebook_16x16.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .company-facebook-gray {
  padding-left: 20px;
  background: url('../../images/icons/social/facebook_16x16_gray.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .company-yelp {
  padding-left: 20px;
  background: url('../../images/icons/social/company_yelp_16x16.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .company-yelp-gray {
  padding-left: 20px;
  background: url('../../images/icons/social/company_yelp_16x16_gray.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .company-foursquare {
  padding-left: 20px;
  background: url('../../images/icons/social/company_foursquare_16x16.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .company-foursquare-gray {
  padding-left: 20px;
  background: url('../../images/icons/social/company_foursquare_16x16_gray.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .company-tripadvisor {
  padding-left: 20px;
  background: url('../../images/icons/social/company_tripadvisor_16x16.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .company-tripadvisor-gray {
  padding-left: 20px;
  background: url('../../images/icons/social/company_tripadvisor_16x16_gray.png') no-repeat left center;
}
#dataTable td.details .innerDetails .socialIcons .preview-map {
  padding-left: 20px;
  background: url('../../images/icons/social/company_map_16x16.png') no-repeat left center;
}
/* Search Results Preview - Contacts */
#dataTable td.details .innerDetails .contactsPane .detailsSection .dataTable {
  table-layout: fixed;
  font-size: 14px;
}
#dataTable td.details .innerDetails .contactsPane .detailsSection th.previewContactsFirstName,
#dataTable td.details .innerDetails .contactsPane .detailsSection tr.odd td.previewContactsFirstName,
#dataTable td.details .innerDetails .contactsPane .detailsSection tr.even td.previewContactsFirstName {
  width: 20%;
}
#dataTable td.details .innerDetails .contactsPane .detailsSection th.previewContactsLastName,
#dataTable td.details .innerDetails .contactsPane .detailsSection tr.odd td.previewContactsLastName,
#dataTable td.details .innerDetails .contactsPane .detailsSection tr.even td.previewContactsLastName {
  width: 30%;
}
#dataTable td.details .innerDetails .contactsPane .detailsSection th.previewContactsTitle,
#dataTable td.details .innerDetails .contactsPane .detailsSection tr.odd td.previewContactsTitle,
#dataTable td.details .innerDetails .contactsPane .detailsSection tr.even td.previewContactsTitle {
  width: 35%;
}
#dataTable td.details .innerDetails .contactsPane .detailsSection th.previewContactsScore,
#dataTable td.details .innerDetails .contactsPane .detailsSection tr.odd td.previewContactsScore,
#dataTable td.details .innerDetails .contactsPane .detailsSection tr.even td.previewContactsScore {
  width: %15;
}
/* Search Results Preview - Comments */
#dataTable td.details {
  white-space: normnal !important;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li {
  height: auto;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li select {
  display: inline-block;
  height: auto;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li #newComment_text {
  width: 90%;
  max-width: 90%;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable {
  width: 100%;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable .sorting_asc,
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable .sorting_desc,
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable [class*='sorting'] {
  background-color: transparent;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable th {
  font-size: 12px;
  font-weight: 400;
  text-shadow: 0px 1px 0px #ffffff;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable td {
  font-size: 12px;
  font-weight: 400;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable tr {
  border-top: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 0px #fff;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable tr.odd {
  background-color: #e3ebf4;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable tr.even {
  background-color: #e1e4df;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable tr .commentWrapper {
  /* individual comment wrapper */
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable tr .commentWrapper .commentHead {
  /* individual comment wrapper */
  padding-left: 30px;
  font-size: 10px;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable tr .commentWrapper .commentBody {
  /* individual comment wrapper */
  margin: 3px 30px 3px 30px;
  padding: 5px;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 0px #fff;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
  white-space: normal;
  font-size: 12px;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable tr .commentWrapper .commentBody.admin:before {
  display: block;
  border: 1px solid #fff;
  content: 'This is a comment for the Admin.';
  background-color: #9cf;
}
#dataTable td.details .innerDetails .preview-details .commentsPane .z-content-inner .detailsSection #comments_wrapper li .commentsTable tr .commentWrapper .commentBody.private:before {
  display: block;
  border: 1px solid #fff;
  content: 'This is a private comment.';
  background-color: #9cf;
}
.search-result-count {
  position: relative;
}
.search-result-count .lf-spinner {
  display: none;
}
.search-result-count.ajax-loading .lf-spinner {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  margin-right: 2px;
  background: url('../../images/spinner.png') no-repeat center center;
  animation: ROTATE 0.8s linear 0 infinite;
  -webkit-animation: ROTATE 0.8s linear 0 infinite;
  -moz-animation: ROTATE 0.8s linear 0 infinite;
  -o-animation: ROTATE 0.8s linear 0 infinite;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
}
#main #content #stepsContainer {
  /* container includes chat bar, steps indicator, steps... */
  margin-top: -40px;
  color: #383838;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
}
#main #content #stepsContainer .pageContentTopMessage {
  position: relative;
  top: 0;
  width: inherit;
}
/* steps phone - chat*/
#main #content #stepsContainer .box .box-head {
  padding: 0px;
}
#main #content #stepsContainer #phplive_btn_1377808654 {
  cursor: pointer;
}
#main #content #stepsContainer .stepsPhone {
  display: inline-block;
  padding: 0px 10px;
  font-size: 18px;
  line-height: 32px;
}
#main #content #stepsContainer .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #stepsContainer .sideContentNoTopPad {
  padding: 0px 80px 20px 20px;
}
#main #content #stepsContainer fieldset label.forInput {
  display: inline-block;
  width: 130px;
  text-align: right;
}
#main #content #stepsContainer img {
  border: 1px solid #aaa;
  margin: 5px 10px 5px 0px;
  vertical-align: baseline;
}
/* steps indicator */
#main #content #stepsContainer #stepsIndicator {
  margin: 0px 10px 10px 10px;
  color: #383838;
  text-shadow: 0px 1px rgba(210, 210, 210, 0.5);
}
#main #content #stepsContainer #stepsIndicator .ui-widget-content,
#main #content #stepsContainer #stepsIndicator #firstStep {
  border: none;
}
#main #content #stepsContainer #stepsIndicator .ui-widget {
  font-family: inherit;
  font-size: inherit;
}
#main #content #stepsContainer #stepsIndicator .form-horizontal.form-bordered.form-wizard .wizard-steps {
  border: 1px solid #bababa;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #stepsContainer #stepsIndicator .form-horizontal.form-bordered.form-wizard .wizard-steps li .single-step .title {
  font-size: 16px;
}
#main #content #stepsContainer #stepsIndicator .form-horizontal.form-bordered.form-wizard .wizard-steps li .single-step .description {
  font-size: 14px;
  white-space: nowrap;
}
/* steps content */
#main #content #stepsContainer #stepsWrapper {
  /* wrapper includes steps */
}
#main #content #stepsContainer #stepsWrapper fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #stepsContainer #stepsWrapper legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #stepsContainer #stepsWrapper .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #stepsContainer #stepsWrapper .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #stepsContainer #stepsWrapper .button {
  min-width: 80px;
}
#main #content #stepsContainer #stepsWrapper .errorContainer label {
  display: inline-block;
  margin-right: 5px;
}
/* social step */
#main #content #stepsContainer #stepsWrapper .passExplanation {
  display: inline-block;
  max-width: 600px;
  margin-bottom: 5px;
}
/* profile step */
#main #content #stepsContainer #stepsWrapper #signupForm {
  border-top: 1px solid #aaa;
}
#main #content #stepsContainer #stepsWrapper #signupForm ul li {
  margin-top: 10px;
}
#main #content #stepsContainer #stepsWrapper #signupForm ul li label {
  padding-right: 10px;
  width: 130px;
}
#main #content #stepsContainer #stepsWrapper #signupForm ul li label.error {
  margin-top: 5px;
  margin-left: 140px;
  width: 276px;
  padding: 3px;
  text-align: left;
}
#main #content #stepsContainer #stepsWrapper #signupForm ul li input.requiredReadOnly.ignoreValidation + label.alert {
  display: none !important;
}
#main #content #stepsContainer #stepsWrapper #signupForm ul li select {
  width: 283px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #content #stepsContainer #stepsWrapper #signupForm .form-actions {
  padding: 10px 10px 10px 10px;
}
#main #content #stepsContainer #stepsWrapper #signupForm .fieldOK,
#main #content #stepsContainer #stepsWrapper #signupForm .fieldNotOK {
  display: none;
}
#main #content #stepsContainer #stepsWrapper #signupForm .requiredEmpty ~ .fieldNotOK,
#main #content #stepsContainer #stepsWrapper #signupForm .ignoreValidation ~ .fieldOK,
#main #content #stepsContainer #stepsWrapper #signupForm .valid ~ .fieldOK {
  display: inline-block;
}
#main #content #stepsContainer #stepsWrapper #signupForm .fieldOK i.icon-ok {
  font-size: 20px;
  color: #0b0;
}
#main #content #stepsContainer #stepsWrapper #signupForm .fieldNotOK i.icon-remove {
  font-size: 20px;
  color: #b00;
}
/* invite step */
#main #content #stepsContainer #stepsWrapper #inviteFormPanel textarea {
  width: 80%;
  min-height: 80px;
}
/* co-registration step */
#main #content #stepsContainer #stepsWrapper #coRegistration label,
#main #content #stepsContainer #stepsWrapper #coRegistration h4 {
  display: inline;
}
#main #content #stepsContainer #stepsWrapper #coRegistration input {
  vertical-align: baseline;
}
/* premium packages step */
#main #content #stepsContainer #stepsWrapper ul.premAdvantages {
  padding: 0px 20px;
  list-style-type: disc;
}
#main #content #stepsContainer #stepsWrapper #premiumPackages label {
  display: inline-block;
}
#main #content #stepsContainer #stepsWrapper #premiumPackages li.premPackage {
  float: left;
  width: 29%;
  padding: 20px 8px;
  border: 1px solid #fff;
}
#main #content #stepsContainer #stepsWrapper #premiumPackages li.premPackage:hover {
  background-color: #ddd;
}
#main #content #stepsContainer #stepsWrapper #premiumPackages li.premPackage .permPackageTitle {
  display: block;
  text-align: center;
  font-size: 18px;
}
#main #content #stepsContainer #stepsWrapper #premiumPackages li.premPackage .permPackagePrice {
  display: block;
  padding: 10px 0px;
  margin: 7px 0px;
  border-top: 1px solid #004b92;
  border-bottom: 1px solid #004b92;
  text-align: center;
  font-size: 14px;
  Xcolor: #e48010;
  color: #004b92;
  background-color: #fff;
}
#main #content #stepsContainer #stepsWrapper #premiumPackages li.premPackage .permPackagePoints {
  display: block;
  padding: 5px 0px;
  text-align: center;
}
/* free trial step */
#message_ft_p {
  cursor: pointer;
}
#main #content #stepsContainer #stepsWrapper #freeTrialCCForm ul li {
  margin-top: 0px;
}
#main #content #stepsContainer #stepsWrapper #freeTrialCCForm ul li label {
  display: inline-block;
  width: 95px;
  padding-right: 10px;
  text-align: right;
}
#main #content #stepsContainer #stepsWrapper #freeTrialCCForm ul li label.error {
  margin-top: 5px;
  margin-left: 170px;
  width: 276px;
  padding: 3px;
  text-align: left;
}
#main #content #stepsContainer #stepsWrapper #freeTrialCCForm ul li select {
  width: 283px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #content #stepsContainer #stepsWrapper #freeTrialCCForm .form-actions {
  padding: 10px 10px 10px 10px;
}
/* carts views contents */
#main #content #cartViewsContent {
  /* wrapper includes all content in cart views */
}
#main #content #cartViewsContent fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #cartViewsContent legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #cartViewsContent form label {
  display: inline-block;
}
#main #content #cartViewsContent form li.premPackage {
  float: left;
  width: 29%;
  padding: 20px 8px;
  border: 1px solid #fff;
}
#main #content #cartViewsContent form li.premPackage:hover {
  background-color: #ddd;
}
#main #content #cartViewsContent li.premPackage .permPackageTitle {
  display: block;
  text-align: center;
  font-size: 18px;
}
#main #content #cartViewsContent li.premPackage .permPackagePrice {
  display: block;
  padding: 10px 0px;
  margin: 7px 0px;
  border-top: 1px solid #004b92;
  border-bottom: 1px solid #004b92;
  text-align: center;
  font-size: 14px;
  Xcolor: #e48010;
  color: #004b92;
  background-color: #fff;
}
#main #content #cartViewsContent li.premPackage .permPackagePoints {
  display: block;
  padding: 5px 0px;
  text-align: center;
}
#main #content #cartViewsContent fieldset label.forInput {
  display: inline-block;
  width: 110px;
  text-align: right;
}
#main #content #cartViewsContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #cartViewsContent .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #cartViewsContent .button {
  min-width: 80px;
}
/* credit card form */
#main #content #cartViewsContent #creditCardForm ul li {
  margin-top: 0px;
}
#main #content #cartViewsContent #creditCardForm ul li label {
  display: inline-block;
  width: 110px;
  padding-right: 10px;
  text-align: right;
}
#main #content #cartViewsContent #creditCardForm ul li label.error {
  display: block;
  margin: 0px 0px 15px 125px;
  width: 276px;
  padding: 3px;
  text-align: left;
}
#main #content #cartViewsContent #creditCardForm label.error {
  width: 90%;
  margin-bottom: 20px;
}
#main #content #cartViewsContent #creditCardForm ul li select {
  width: 283px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #content #cartViewsContent #creditCardForm .form-actions {
  padding: 10px 10px 10px 10px;
}
/* adhoc form */
#main #content #cartViewsContent #paypalForm ul li {
  margin-bottom: 10px;
}
#main #content #cartViewsContent #paypalForm ul li select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #content #cartViewsContent #paypalForm ul li .errorAmount {
  display: block;
  margin-left: 114px;
  max-width: 350px;
}
#main #content #cartViewsContent #paypalForm .optionalNote {
  font-style: italic;
}
/* thank you page */
#main #content #cartViewsContent .thankYouStartSearching {
  font-size: 26px;
}
/* registration contents */
#main #content #accountRegContent {
  /* wrapper includes all content in registration views */
}
#main #content #accountRegContent fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #accountRegContent legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #accountRegContent form label {
  display: inline-block;
}
#main #content #accountRegContent form li.premPackage {
  padding: 20px 10px;
  border: 1px solid #fff;
}
#main #content #accountRegContent form li.premPackage:hover {
  background-color: #ddd;
}
#main #content #accountRegContent fieldset label.forInput {
  display: inline-block;
  width: 130px;
  text-align: right;
}
#main #content #accountRegContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #accountRegContent .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #accountRegContent .button {
  min-width: 80px;
}
/* credit card form */
#main #content #accountRegContent #signUpForm ul li {
  margin-top: 0px;
}
#main #content #accountRegContent #signUpForm ul li label {
  display: inline-block;
  padding-right: 10px;
  text-align: right;
}
#main #content #accountRegContent #signUpForm ul li label.error {
  display: block;
  margin: 0px 0px 15px 145px;
  width: 276px;
  padding: 3px;
  text-align: left;
}
#main #content #accountRegContent #signUpForm label.error {
  width: 90%;
  margin-bottom: 20px;
}
#main #content #accountRegContent #signUpForm ul li select {
  width: 283px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #content #accountRegContent #signUpForm ul li input[type="checkbox"] {
  margin-left: 145px;
}
#main #content #accountRegContent #signUpForm .form-actions {
  padding: 10px 10px 10px 10px;
}
/* forgot password contents */
#main #content #forgotPasswordContent {
  /* wrapper includes all content in forgot password views */
}
#main #content #forgotPasswordContent fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #forgotPasswordContent legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #forgotPasswordContent form label {
  display: inline-block;
}
#main #content #forgotPasswordContent form li.premPackage {
  padding: 20px 10px;
  border: 1px solid #fff;
}
#main #content #forgotPasswordContent form li.premPackage:hover {
  background-color: #ddd;
}
#main #content #forgotPasswordContent fieldset label.forInput {
  display: inline-block;
  width: 110px;
  text-align: right;
}
#main #content #forgotPasswordContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #forgotPasswordContent .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #forgotPasswordContent .button {
  min-width: 80px;
}
/* forgot password form */
#main #content #forgotPasswordContent #forgotPasswordForm ul li {
  margin-top: 0px;
}
#main #content #forgotPasswordContent #forgotPasswordForm ul li label {
  display: inline-block;
  width: 145px;
  padding-right: 10px;
  text-align: right;
}
#main #content #forgotPasswordContent #forgotPasswordForm ul li label.error {
  display: block;
  margin: 0px 0px 15px 125px;
  width: 276px;
  padding: 3px;
  text-align: left;
}
#main #content #forgotPasswordContent #forgotPasswordForm label.error {
  width: 90%;
  margin-bottom: 20px;
}
#main #content #forgotPasswordContent #forgotPasswordForm ul li select {
  width: 283px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #content #forgotPasswordContent #forgotPasswordForm .form-actions {
  padding: 10px 10px 10px 10px;
}
/* invitation emails content */
#main #content #invitationEmailsContent {
  /* wrapper includes invitation emails content */
}
#main #content #invitationEmailsContent fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #invitationEmailsContent legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #invitationEmailsContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #invitationEmailsContent .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #invitationEmailsContent .button {
  min-width: 80px;
}
#main #content #invitationEmailsContent #inviteFormPanel textarea {
  width: 80%;
  min-height: 80px;
}
/* careers contents */
#main #content #careersContent {
  /* wrapper includes all content in careers views */
}
#main #content #careersContent fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #careersContent legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #careersContent form label {
  display: block;
}
#main #content #careersContent fieldset label.forInput {
  display: inline-block;
  width: 110px;
  padding-right: 10px;
  text-align: right;
}
#main #content #careersContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #careersContent .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #careersContent .button {
  min-width: 80px;
}
/* resume submission form */
#main #content #careersContent #careersForm ul li {
  margin-top: 10px;
}
#main #content #careersContent #careersForm ul li label.error {
  display: block;
  margin: 0px 0px 15px 125px;
  width: 276px;
  padding: 3px;
  text-align: left;
}
#main #content #careersContent #careersForm label.error {
  width: 90%;
  margin-bottom: 20px;
}
#main #content #careersContent #careersForm ul li select {
  width: 283px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #content #careersContent #careersForm textarea {
  width: 80%;
  min-height: 180px;
}
#main #content #careersContent #careersForm .form-actions {
  padding: 10px 10px 10px 10px;
}
/* faq and tutorials contents */
#main #content #faqContent {
  /* wrapper includes all content in faq and tutorials views */
}
#main #content #faqContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #faqContent .faqQuestionWrapper {
  margin: 3px 30px 3px 30px;
  padding: 5px;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 0px #fff;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
  white-space: normal;
  font-size: 12px;
}
#main #content #faqContent .faqQuestionWrapper.active {
  background-color: #fafafa;
}
#main #content #faqContent .faqQuestion {
  cursor: pointer;
  color: #005580;
}
#main #content #faqContent .faqQuestion:before {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
}
#main #content #faqContent .faqQuestion.active:before {
  content: "\f078";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
}
#main #content #faqContent .faqAnswer {
  padding: 5px 30px;
}
#main #content #faqContent .faqAnswer ul {
  padding: 0px 20px;
  list-style-type: disc;
}
#main #content #videoTutorialsModal {
  min-width: 590px;
}
/* specialty search contents */
#main #content #specialtySearchContent {
  /* wrapper includes all content in specialty search views */
}
#main #content #specialtySearchContent .specialtyDirectoriesSearchContainer {
  margin: 15px;
  text-align: left;
}
#main #content #specialtySearchContent .specialtyDirectoriesSearchContainer * {
  margin: 0;
}
#main #content #specialtySearchContent .specialtyDirectoriesSearchContainer label {
  display: inline-block;
}
#main #content #specialtySearchContent fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #specialtySearchContent legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #specialtySearchContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #specialtySearchContent .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #specialtySearchContent .button {
  min-width: 80px;
}
#main #content #specialtySearchContent fieldset ol {
  list-style-type: decimal !important;
  list-style-position: inside !important;
  list-style-image: none !important;
}
#main #content #specialtySearchContent ol li.specialtySearchItem {
  display: inline-block;
  margin: 3px 5px;
  border: 1px solid #ccc;
  width: 300px;
  -moz-box-shadow: 0px 1px 0px #fff;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
  white-space: normal;
  font-size: 12px;
  vertical-align: top;
}
#main #content #specialtySearchContent ol li.specialtySearchItem:hover {
  background-color: #fafafa;
}
#main #content #specialtySearchContent ol li.specialtySearchItem a {
  display: block;
  padding: 5px 4px;
}
#main #content #specialtySearchContent ol li.specialtySearchItem a:after {
  content: " \f08e";
  float: right;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
}
/* list counter */
#main #content #specialtySearchContent ol {
  counter-reset: specialtySearchListItemCounter;
}
#main #content #specialtySearchContent ol li.specialtySearchItem a:before {
  content: counter(specialtySearchListItemCounter) '- ';
  counter-increment: specialtySearchListItemCounter;
  font-weight: 700;
}
/* about us contents */
#main #content #aboutUsContent {
  /* wrapper includes all content in about us views */
}
#main #content #aboutUsContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #aboutUsContent .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #aboutUsContent .button {
  min-width: 80px;
}
#main #content #aboutUsContent .privacyPolicy ul {
  margin-left: 30px;
}
/* contact form */
#main #content #aboutUsContent fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #aboutUsContent legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #aboutUsContent form label {
  display: inline-block;
}
#main #content #aboutUsContent fieldset label.forInput {
  display: inline-block;
  width: 130px;
  text-align: right;
}
#main #content #aboutUsContent fieldset label.forTextArea {
  vertical-align: top;
}
#main #content #aboutUsContent #contactForm ul li {
  margin-top: 0px;
}
#main #content #aboutUsContent #contactForm ul li label {
  display: inline-block;
  padding-right: 10px;
  text-align: right;
}
#main #content #aboutUsContent #contactForm ul li label.error {
  display: block;
  margin: 0px 0px 15px 125px;
  width: 276px;
  padding: 3px;
  text-align: left;
}
#main #content #aboutUsContent #contactForm label.error {
  width: 90%;
  margin-bottom: 20px;
}
#main #content #aboutUsContent #contactForm ul li select {
  width: 283px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #content #aboutUsContent #contactForm textarea {
  width: 270px;
  min-height: 120px;
}
#main #content #aboutUsContent #contactForm .form-actions {
  padding: 10px 10px 10px 10px;
}
/* earn points */
#main #content #aboutUsContent ul.leadFerretLinkSamples li {
  display: block;
  border: 1px solid transparent;
  padding: 5px;
}
#main #content #aboutUsContent ul.leadFerretLinkSamples li:hover {
  border: 1px solid #ccc;
  background-color: #f0f0f0;
}
#main #content #aboutUsContent ul.leadFerretLinkSamples li div {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
#main #content #aboutUsContent ul.leadFerretLinkSamples li div textarea {
  display: block;
  width: 90%;
  height: 95px;
}
/* my account contents */
#main #content #myAccountContent {
  /* wrapper includes all content in my account views */
}
#main #content #myAccountContent fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #myAccountContent legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #myAccountContent form label {
  display: inline-block;
}
#main #content #myAccountContent select {
  margin-bottom: 8px;
}
#main #content #myAccountContent form li.premPackage {
  padding: 20px 10px;
  border: 1px solid #fff;
}
#main #content #myAccountContent form li.premPackage:hover {
  background-color: #ddd;
}
#main #content #myAccountContent fieldset label.forInput {
  display: inline-block;
  width: 130px;
  text-align: right;
}
#main #content #myAccountContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #myAccountContent .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #myAccountContent .button {
  min-width: 80px;
}
/* my account forms */
#main #content #myAccountContent .myAccountForm ul li {
  margin-top: 0px;
}
#main #content #myAccountContent .myAccountForm ul li label {
  display: inline-block;
  padding-right: 10px;
  text-align: right;
}
#main #content #myAccountContent .myAccountForm ul li label.error {
  display: block;
  margin: 0px 0px 15px 125px;
  width: 276px;
  padding: 3px;
  text-align: left;
}
#main #content #myAccountContent .myAccountForm label.error {
  width: 90%;
  margin-bottom: 20px;
}
#main #content #myAccountContent .myAccountForm ul li select {
  width: 224px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #content #myAccountContent .myAccountForm .accountFormActions {
  padding: 0px 50px;
  text-align: right;
}
#main #content #myAccountContent #myAccountSalesNexusForm #show_hide {
  cursor: pointer;
}
#main #content #myAccountContent .myAccountForm .form-actions {
  padding: 10px 10px 10px 10px;
}
/* dashboard contents */
#main #content #dashboardContent {
  /* wrapper includes all content in dashboard views */
}
#main #content #dashboardContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #dashboardContent .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #dashboardContent .button {
  min-width: 80px;
}
#main #content #dashboardContent fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #dashboardContent legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #dashboardContent fieldset label {
  display: inline-block;
}
#main #content #dashboardContent fieldset li.listOption {
  padding: 20px 10px;
  border: 1px solid #fff;
}
#main #content #dashboardContent fieldset li.listOption:hover {
  background-color: #ddd;
}
#main #content #dashboardContent fieldset label.forInput {
  display: inline-block;
  width: 130px;
  text-align: right;
}
#main #content #dashboardContent fieldset label.forInputLarge {
  display: inline-block;
  width: 230px;
  text-align: right;
}
#main #content #dashboardContent fieldset .input-append label {
  width: 100px;
  margin-right: 10px;
  vertical-align: bottom;
}
#main #content #dashboardContent fieldset li.formActions {
  padding-left: 130px;
}
/* coupon page */
#main #content #dashboardContent #couponPage fieldset li.formActions {
  padding-left: 106px;
}
/* Salex Nexus */
/* transfer summary and transfer action */
#transferStatusContainer {
  width: 370px;
  height: 215px;
}
#transferStatusContainer div {
  margin-bottom: 1px;
}
#transferStatusContainer br {
  display: none;
}
#transferStatusContainer .validationPanelSI ul li label {
  display: inline-block;
  width: 132px;
  text-align: right;
  cursor: pointer;
}
#transferStatusContainer .validationPanelSI ul li label input {
  display: inline-block;
  cursor: pointer;
}
#transferStatusContainer .validationPanelSI ul li .button {
  cursor: pointer;
}
#transferStatusContainer .processIn {
  padding-left: 20px;
  background-image: url('../../images/loadingAnimation.gif');
  background-size: 16px 16px;
  background-position: left 0px top 4px;
  background-repeat: no-repeat;
}
#transferStatusContainer .processSuccessful {
  padding-left: 20px;
  background-image: url('../../images/icons/check-2.png');
  background-size: 16px 16px;
  background-position: left 0px top 4px;
  background-repeat: no-repeat;
}
#transferStatusContainer .processFailed {
  padding-left: 20px;
  background-image: url('../../images/icons/fail.png');
  background-size: 16px 16px;
  background-position: left 0px top 4px;
  background-repeat: no-repeat;
}
#transferStatusContainer .validation,
#transferStatusContainer .validationSI,
#transferStatusContainer .preparation,
#transferStatusContainer .preparationSI,
#transferStatusContainer .summary,
#transferStatusContainer .summarySI,
#transferStatusContainer .transferUnknown {
  text-align: left;
}
#transferStatusContainer .preparationSI {
  width: 100%;
}
#transferStatusContainer .progress {
  margin-top: 10px;
  margin-bottom: 10px;
}
#transferStatusContainer .summary label,
#transferStatusContainer .summarySI label,
#transferStatusContainer .transferUnknown label {
  display: inline-block;
  width: 185px;
  font-weight: 700;
}
#transferStatusContainer .summary span,
#transferStatusContainer .summarySI span {
  display: inline-block;
}
#transferStatusContainer .contact,
#transferStatusContainer .contactSI {
  width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
#transferStatusContainer .contact label,
#transferStatusContainer .contactSI label {
  display: inline-block;
  width: 185px;
  font-weight: 700;
}
#transferStatusContainer .contact span,
#transferStatusContainer .contactSI span {
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
  -ms-transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
  -o-transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
  transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
}
#transferStatusContainer div.actions {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#transferStatusContainer .actions span {
  display: inline-block;
  width: 80px;
  text-align: center;
  cursor: pointer;
}
/* transfer history */
#main #content #snHistory #dataTable_wrapper {
  /* sales nexus transfer history table wrapper */
}
/* sales nexus history processing */
#main #content #snHistory #dataTable_wrapper .dataTables_processing {
  position: relative;
  z-index: 1050;
}
#main #content #snHistory #dataTable_wrapper #dataTable {
  width: 100%;
  border: 1px solid #fff;
}
#main #content #snHistory #dataTable_wrapper .dataTables_processing .processingBox {
  position: fixed;
  top: 40%;
  left: 40%;
  width: 95px;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  padding-left: 80px;
  border: 3px solid rgba(0, 128, 0, 0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  background-color: #fff;
  background-image: url('../../images/loadingAnimation.gif');
  background-position: left 3px center;
  background-repeat: no-repeat;
}
/* sn history table */
#main #content #snHistory #dataTable_wrapper #dataTable {
  table-layout: fixed;
}
#main #content #snHistory #dataTable_wrapper #dataTable th,
#main #content #snHistory #dataTable_wrapper #dataTable td {
  vertical-align: middle;
}
#main #content #snHistory #dataTable_wrapper #dataTable th,
#main #content #snHistory #dataTable_wrapper #dataTable td {
  border-top: 0px;
  padding: 0px;
  padding-left: 4px;
}
#main #content #snHistory #dataTable_wrapper #dataTable tr.odd td,
#main #content #snHistory #dataTable_wrapper #dataTable tr.even td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main #content #snHistory #dataTable_wrapper #dataTable .sorting_1,
#main #content #snHistory #dataTable_wrapper #dataTable .sorting_asc,
#main #content #snHistory #dataTable_wrapper #dataTable .sorting_desc {
  border-top: 1px solid #ccc;
}
#main #content #snHistory #dataTable_wrapper #dataTable tr.odd .sorting_1,
#main #content #snHistory #dataTable_wrapper #dataTable tr.odd .sorting_asc,
#main #content #snHistory #dataTable_wrapper #dataTable tr.odd .sorting_desc {
  background-color: #c4ffc4;
}
#main #content #snHistory #dataTable_wrapper #dataTable tr.even .sorting_1,
#main #content #snHistory #dataTable_wrapper #dataTable tr.even .sorting_asc,
#main #content #snHistory #dataTable_wrapper #dataTable tr.even .sorting_desc {
  background-color: #d5ffd5;
}
#main #content #snHistory #dataTable_wrapper #dataTable .sorting_asc,
#main #content #snHistory #dataTable_wrapper #dataTable .sorting_desc {
  padding-right: 18px;
  background-repeat: no-repeat;
  background-position: right center;
}
#main #content #snHistory #dataTable_wrapper #dataTable .sorting_desc {
  background-image: url('../../images/icons/icon-sortarrowdown.png');
}
#main #content #snHistory #dataTable_wrapper #dataTable .sorting_asc {
  background-image: url('../../images/icons/icon-sortarrowup.png');
}
#main #content #snHistory #dataTable_wrapper #dataTable a {
  color: #060;
}
#main #content #snHistory #dataTable_wrapper #dataTable a:hover {
  color: #040;
}
/* sales nexus transfers reports */
#main #content #dashboardContent.salesNexusTransfersListPageContent {
  /* #dashboardContent.salesNexusTransfersListPageContent without space is correct, do not edit */
}
#main #content #dashboardContent.salesNexusTransfersListPageContent .reports-count {
  float: none;
}
#main #content #dashboardContent .salesNexusTransfersListContainer .noTransfersSelected {
  margin: 10px 0px 0px 5px;
}
#main #content #dashboardContent .salesNexusTransfersListHeading {
  margin: 5px 0px;
  text-align: center;
}
#main #content #dashboardContent .salesNexusTransfersListContainer .transfersListTitles,
#main #content #dashboardContent #transfer-list {
  /* sales nexus transfers list */
  margin: 5px;
  background-color: #fff;
}
#main #content #dashboardContent .salesNexusTransfersListContainer .transfersListTitles,
#main #content #dashboardContent #transfer-list li {
  position: relative;
  padding-left: 5px;
}
#main #content #dashboardContent #transfer-list li.shown.evenItem,
#main #content #dashboardContent #transfer-list li:nth-child(2n) {
  background-color: #eee;
}
#main #content #dashboardContent #transfer-list li.shown.oddItem,
#main #content #dashboardContent #transfer-list li:nth-child(2n+1) {
  background-color: #c0e0b4;
}
#main #content #dashboardContent #transfer-list li.active:after {
  content: "";
  display: block;
  border: 13px solid transparent;
  border-left-color: #595;
  position: absolute;
  bottom: 7px;
  right: -30px;
}
#main #content #dashboardContent .salesNexusTransfersListContainer .salesNexusTransfersListSearchContainer {
  margin: 0px 5px;
  text-align: left;
}
#main #content #dashboardContent .salesNexusTransfersListContainer .salesNexusTransfersListSearchContainer * {
  margin: 0;
}
#main #content #dashboardContent .salesNexusTransfersListContainer .salesNexusTransfersListSearchContainer label {
  display: inline-block;
}
#main #content #dashboardContent .salesNexusTransfersListContainer .transfersListTitles label,
#main #content #dashboardContent #transfer-list label {
  margin: 2px 0px;
  display: inline-block;
}
#main #content #dashboardContent .salesNexusTransfersListContainer .salesNexusTransfersListPaginationContainer {
  margin: 0px 5px;
  text-align: right;
}
#main #content #dashboardContent #transfer-list > li {
  height: 40px;
  line-height: 34px;
}
#main #content #dashboardContent #transfer-list > li:hover {
  background-color: #c0d0b4;
}
#main #content #dashboardContent #transfer-list label.report-count {
  cursor: default;
}
#main #content #dashboardContent .salesNexusTransfersListContainer .transfersListTitles label.transferName,
#main #content #dashboardContent #transfer-list label.transferName {
  width: 140px;
  text-align: left;
  vertical-align: middle;
}
#main #content #dashboardContent #transfer-list label a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main #content #dashboardContent #transfer-list .salesNexusTransfersListRowActions {
  display: inline-block;
  float: right;
}
#main #content #dashboardContent #transfer-list label.salesNexusTransfersListActions ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 10%;
  max-height: 300px;
  overflow-y: hidden;
  z-index: 1;
  list-style: none;
  border: 3px solid #666666;
  background-color: #eee;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#main #content #dashboardContent #transfer-list label.salesNexusTransfersListActions:hover ul {
  display: block;
}
#main #content #dashboardContent #transfer-list label.salesNexusTransfersListActions ul li {
  height: 34px;
  border-bottom: 1px solid #666666;
}
#main #content #dashboardContent #transfer-list label.salesNexusTransfersListActions ul li:last-child {
  border-bottom: none;
}
#main #content #dashboardContent #transfer-list label.salesNexusTransfersListActions ul li {
  background-color: #ccc;
}
#main #content #dashboardContent #transfer-list label.salesNexusTransfersListActions ul li .inputSaveAs {
  padding: 1px 4px;
  vertical-align: baseline;
}
#main #content #dashboardContent #transfer-list label.salesNexusTransfersListActions ul li > span {
  display: inline-block;
  padding: 7px;
  width: 150px;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  background-color: #fff;
  cursor: default;
}
#main #content #dashboardContent #transfer-list label.salesNexusTransfersListActions ul li a {
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
}
#main #content #dashboardContent #transfer-list label.salesNexusTransfersListActions ul li .btnSaveAs {
  margin-left: -1px;
}
#main #content #dashboardContent #transfer-list label.salesNexusTransfersListActions ul li.salesNexusTransfersListActionsBusyRow,
#main #content #dashboardContent #transfer-list label.salesNexusTransfersListActions ul li.salesNexusTransfersListActionsBusyRow > span {
  cursor: wait;
  background-color: #fc6;
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main #content #dashboardContent .salesNexusTransfersListContainer .salesNexusTransferHistory {
  margin: 5px;
  padding: 5px;
  border: 1px solid #fff;
}
/* sales nexus transfer details table section*/
#main #content .ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#main #content .ui-tabs .ui-tabs-panel {
  padding: 0;
}
#main #content #dashboardContent .salesNexusTransferDetailsContainer {
  padding-top: 15px;
}
#main #content #dashboardContent .salesNexusTransferDetailsContainer #datatable_wrapper {
  display: none;
}
#main #content #dashboardContent .salesNexusTransferReportDetailsTable {
  /* salesnexus transfer details table */
}
/* CSV Download Reports or Spreadsheet Reports */
#main #content #dashboardContent.csvDownloadsListPageContent {
  /* #dashboardContent.csvDownloadsListPageContent is correct, do not edit */
}
#main #content #dashboardContent.csvDownloadsListPageContent .reports-count {
  float: none;
}
#main #content #dashboardContent .csvDownloadsListContainer .noDownloadsSelected {
  margin: 10px 0px 0px 5px;
}
#main #content #dashboardContent .csvDownloadsListHeading {
  margin: 5px 0px;
  text-align: center;
}
#main #content #dashboardContent .csvDownloadsListContainer .downloadsListTitles,
#main #content #dashboardContent #download-list {
  /* csv downloads list */
  margin: 5px;
  background-color: #fff;
}
#main #content #dashboardContent .csvDownloadsListContainer .downloadsListTitles,
#main #content #dashboardContent #download-list li {
  position: relative;
  padding-left: 5px;
}
#main #content #dashboardContent #download-list li.shown.evenItem,
#main #content #dashboardContent #download-list li:nth-child(2n) {
  background-color: #eee;
}
#main #content #dashboardContent #download-list li.shown.oddItem,
#main #content #dashboardContent #download-list li:nth-child(2n+1) {
  background-color: #c0e0b4;
}
#main #content #dashboardContent #download-list li.active:after {
  content: "";
  display: block;
  border: 13px solid transparent;
  border-left-color: #595;
  position: absolute;
  bottom: 0px;
  right: -30px;
}
#main #content #dashboardContent .csvDownloadsListContainer .csvDownloadsListSearchContainer {
  margin: 0px 5px;
  text-align: left;
}
#main #content #dashboardContent .csvDownloadsListContainer .csvDownloadsListSearchContainer * {
  margin: 0;
}
#main #content #dashboardContent .csvDownloadsListContainer .csvDownloadsListSearchContainer label {
  display: inline-block;
}
#main #content #dashboardContent .csvDownloadsListContainer .downloadsListTitles label,
#main #content #dashboardContent #download-list label {
  margin: 2px 0px;
  display: inline-block;
}
#main #content #dashboardContent .csvDownloadsListContainer .csvDownloadsListPaginationContainer {
  margin: 0px 5px;
  text-align: right;
}
#main #content #dashboardContent #download-list > li {
  height: 40px;
  line-height: 34px;
}
#main #content #dashboardContent #download-list > li:hover {
  background-color: #c0d0b4;
}
#main #content #dashboardContent #download-list label.report-count {
  cursor: default;
}
#main #content #dashboardContent .csvDownloadsListContainer .downloadsListTitles label.downloadName,
#main #content #dashboardContent #download-list label.downloadName {
  width: 140px;
  text-align: left;
  vertical-align: middle;
}
#main #content #dashboardContent #download-list label a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main #content #dashboardContent #download-list .csvDownloadsListRowActions {
  display: inline-block;
  float: right;
}
#main #content #dashboardContent #download-list label.csvDownloadsListActions ul {
  display: none;
  position: absolute;
  top: 0;
  left: 10%;
  max-height: 300px;
  overflow-y: hidden;
  z-index: 1;
  list-style: none;
  border: 3px solid #666666;
  background-color: #eee;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#main #content #dashboardContent #download-list label.csvDownloadsListActions:hover ul {
  display: block;
}
#main #content #dashboardContent #download-list label.csvDownloadsListActions ul li {
  height: 34px;
  border-bottom: 1px solid #666666;
}
#main #content #dashboardContent #download-list label.csvDownloadsListActions ul li:last-child {
  border-bottom: none;
}
#main #content #dashboardContent #download-list label.csvDownloadsListActions ul li {
  background-color: #ccc;
}
#main #content #dashboardContent #download-list label.csvDownloadsListActions ul li .inputSaveAs {
  padding: 1px 4px;
  vertical-align: baseline;
}
#main #content #dashboardContent #download-list label.csvDownloadsListActions ul li > span {
  display: inline-block;
  padding: 7px;
  width: 150px;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  background-color: #fff;
  cursor: default;
}
#main #content #dashboardContent #download-list label.csvDownloadsListActions ul li a {
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
}
#main #content #dashboardContent #download-list label.csvDownloadsListActions ul li .btnSaveAs {
  margin-left: -1px;
}
#main #content #dashboardContent #download-list label.csvDownloadsListActions ul li.csvDownloadsListActionsBusyRow,
#main #content #dashboardContent #download-list label.csvDownloadsListActions ul li.csvDownloadsListActionsBusyRow > span {
  cursor: wait;
  background-color: #fc6;
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
}
/* csv download details table section*/
#main #content #dashboardContent .csvDownloadDetailsContainer {
  padding-top: 15px;
}
#main #content #dashboardContent .csvDownloadDetailsContainer #datatable_wrapper {
  display: none;
}
#main #content #dashboardContent .csvDownloadReportDetailsTable {
  /* csv download details table */
}
/* targeted contacts page */
#main #content .targetedListSelection label {
  display: inline-block;
}
#main #content .targetedListSelection .renameTargetList {
  vertical-align: baseline;
}
#main #content .targetedListSelection input.renameTargetList {
  height: 19px;
  padding: 3px;
}
/* named targets */
#main #content #dashboardContent.namedTargetsListPageContent {
  /* #dashboardContent.namedTargetsListPageContent without space is correct, do not edit */
}
#main #content #dashboardContent.namedTargetsListPageContent .reports-count {
  float: none;
}
#main #content #dashboardContent .namedTargetsListContainer .noTargetsListsSelected {
  margin: 10px 0px 0px 5px;
}
#main #content #dashboardContent .namedTargetsListHeading {
  margin: 5px 0px;
  text-align: center;
}
#main #content #dashboardContent .namedTargetsListContainer .listLocked + .namedTargetsListActions > i {
  display: none;
}
#main #content #dashboardContent .namedTargetsListContainer .targetsListTitles,
#main #content #dashboardContent #target-list {
  /* named targets list */
  margin: 5px;
  background-color: #fff;
}
#main #content #dashboardContent .namedTargetsListContainer .targetsListTitles,
#main #content #dashboardContent #target-list li {
  position: relative;
  padding-left: 5px;
}
#main #content #dashboardContent #target-list li.shown.evenItem,
#main #content #dashboardContent #target-list li:nth-child(2n) {
  background-color: #eee;
}
#main #content #dashboardContent #target-list li.shown.oddItem,
#main #content #dashboardContent #target-list li:nth-child(2n+1) {
  background-color: #c0e0b4;
}
#main #content #dashboardContent #target-list li.active:after {
  content: "";
  display: block;
  border: 13px solid transparent;
  border-left-color: #595;
  position: absolute;
  bottom: 7px;
  right: -30px;
}
#main #content #dashboardContent .namedTargetsListContainer .namedTargetsListSearchContainer {
  margin: 0px 5px;
  text-align: left;
}
#main #content #dashboardContent .namedTargetsListContainer .namedTargetsListSearchContainer * {
  margin: 0;
}
#main #content #dashboardContent .namedTargetsListContainer .namedTargetsListSearchContainer label {
  display: inline-block;
}
#main #content #dashboardContent .namedTargetsListContainer .targetsListTitles label,
#main #content #dashboardContent #target-list label {
  margin: 2px 0px;
  display: inline-block;
}
#main #content #dashboardContent .namedTargetsListContainer .namedTargetsListPaginationContainer {
  margin: 0px 5px;
  text-align: right;
}
#main #content #dashboardContent #target-list > li {
  height: 40px;
  line-height: 34px;
}
#main #content #dashboardContent #target-list > li:hover {
  background-color: #c0d0b4;
}
#main #content #dashboardContent #target-list label.report-count {
  cursor: default;
}
#main #content #dashboardContent .namedTargetsListContainer .targetsListTitles label.targetsListName,
#main #content #dashboardContent #target-list label.targetsListName {
  width: 140px;
  text-align: left;
  vertical-align: middle;
}
#main #content #dashboardContent #target-list label a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main #content #dashboardContent #target-list .namedTargetsListRowActions {
  display: inline-block;
  float: right;
}
#main #content #dashboardContent #target-list label.namedTargetsListActions ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 10%;
  max-height: 300px;
  overflow-y: hidden;
  z-index: 1;
  list-style: none;
  border: 3px solid #666666;
  background-color: #eee;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#main #content #dashboardContent #target-list label.namedTargetsListActions:hover ul {
  display: block;
}
#main #content #dashboardContent #target-list label.namedTargetsListActions ul li {
  height: 34px;
  border-bottom: 1px solid #666666;
}
#main #content #dashboardContent #target-list label.namedTargetsListActions ul li:last-child {
  border-bottom: none;
}
#main #content #dashboardContent #target-list label.namedTargetsListActions ul li {
  background-color: #ccc;
}
#main #content #dashboardContent #target-list label.namedTargetsListActions ul li .inputSaveAs {
  padding: 1px 4px;
  vertical-align: baseline;
}
#main #content #dashboardContent #target-list label.namedTargetsListActions ul li > span {
  display: inline-block;
  padding: 7px;
  width: 150px;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  background-color: #fff;
  cursor: default;
}
#main #content #dashboardContent #target-list label.namedTargetsListActions ul li a {
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
}
#main #content #dashboardContent #target-list label.namedTargetsListActions ul li .btnSaveAs {
  margin-left: -1px;
}
#main #content #dashboardContent #target-list label.namedTargetsListActions ul li.namedTargetsListActionsBusyRow,
#main #content #dashboardContent #target-list label.namedTargetsListActions ul li.namedTargetsListActionsBusyRow > span {
  cursor: wait;
  background-color: #fc6;
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
}
/* named lists details table section*/
#main #content .ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#main #content .ui-tabs .ui-tabs-panel {
  padding: 0;
}
#main #content #dashboardContent .namedTargetsDetailsContainer {
  padding-top: 15px;
}
#main #content #dashboardContent .namedTargetsDetailsContainer #datatable_wrapper {
  display: none;
}
#main #content #dashboardContent .namedTargetsDetailsTable {
  /* named targets list details table */
}
/* suppression lists */
#main #content #supListContent {
  /* wrapper includes all content in supList views */
}
#main #content #supListContent fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #supListContent legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #supListContent fieldset label.forInput {
  display: inline-block;
  width: 115px;
  padding-right: 10px;
  text-align: right;
}
#main #content #supListContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #supListContent .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #supListContent .button {
  min-width: 80px;
}
#main #content #supListContent .supListUploadHelp div[class*="span"]:nth-child(2) {
  text-align: center;
}
/* suppression list submission form */
#main #content #supListContent #supListForm ul li {
  margin-top: 10px;
}
#main #content #supListContent #supListForm ul li label.error {
  display: block;
  margin: 0px 0px 15px 125px;
  width: 276px;
  padding: 3px;
  text-align: left;
}
#main #content #supListContent #supListForm label.error {
  width: 90%;
  margin-bottom: 20px;
}
#main #content #supListContent #supListForm ul li select {
  width: 283px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #content #supListContent #supListForm textarea {
  width: 80%;
  min-height: 180px;
}
#main #content #supListContent #supListForm .form-actions {
  padding: 10px 10px 10px 10px;
}
/* suppression list popup */
#main #content #supListContent .supListSelectionContainer {
  /* popup content container */
  text-align: left;
}
#main #content #supListContent .supListSelectionContainer br {
  display: none;
}
#main #content #supListContent .supListSelectionContainer p {
  font-weight: 700;
}
#main #content #supListContent .supListSelectionContainer ul li {
  padding: 10px 8px;
  border: 1px solid #fff;
}
#main #content #supListContent .supListSelectionContainer ul li label {
  display: inline-block;
}
#main #content #supListContent .supListSelectionContainer ul li select,
#main #content #supListContent .supListSelectionContainer ul li input[type="text"] {
  display: block;
  margin-left: 20px;
}
#main #content #supListContent .supListSelectionContainer ul li input[type="radio"]:checked ~ label {
  position: relative;
}
#main #content #supListContent .supListSelectionContainer ul li input[type="radio"]:checked ~ label:before {
  display: inline-block;
  position: absolute;
  left: -55px;
  top: 5px;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  content: "\f068";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  color: #0b0;
}
/* suppressionListPopup list popup */
.suppressionListPopup {
  /* popup content container */
  text-align: left;
}
.suppressionListPopup br {
  display: none;
}
.suppressionListPopup p {
  font-weight: 700;
}
.suppressionListPopup ul li {
  padding: 10px 8px;
  border: 1px solid #fff;
}
.suppressionListPopup ul li label {
  display: inline;
}
.suppressionListPopup ul li select,
.suppressionListPopup ul li input[type="text"] {
  display: block;
  margin-left: 20px;
}
.suppressionListPopup ul li input[type="radio"]:checked ~ label {
  position: relative;
}
.suppressionListPopup ul li input[type="radio"]:checked ~ label:before {
  display: inline-block;
  position: absolute;
  left: -55px;
  top: 5px;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  content: "\f068";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  color: #0b0;
}
/* suppression lists */
#main #content #supListContent {
  /* wrapper includes all content in supList views */
}
#main #content #supListContent fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #supListContent legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #supListContent fieldset label.forInput {
  display: inline-block;
  width: 115px;
  padding-right: 10px;
  text-align: right;
}
#main #content #supListContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #supListContent .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #supListContent .button {
  min-width: 80px;
}
/* suppression list submission form */
#main #content #supListContent #supListForm ul li {
  margin-top: 10px;
}
#main #content #supListContent #supListForm ul li label.error {
  display: block;
  margin: 0px 0px 15px 125px;
  width: 276px;
  padding: 3px;
  text-align: left;
}
#main #content #supListContent #supListForm label.error {
  width: 90%;
  margin-bottom: 20px;
}
#main #content #supListContent #supListForm ul li select {
  width: 283px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #content #supListContent #supListForm textarea {
  width: 80%;
  min-height: 180px;
}
#main #content #supListContent #supListForm .form-actions {
  padding: 10px 10px 10px 10px;
}
#main #content .suppressionListSelection label {
  display: inline-block;
}
#main #content .suppressionListSelection .renameSuppressionList {
  vertical-align: baseline;
}
#main #content .suppressionListSelection input.renameSuppressionList {
  height: 19px;
  padding: 3px;
}
/* suppression lists */
#main #content #dashboardContent.suppressionListPageContent {
  /* #dashboardContent.suppressionListPageContent without space is correct, do not edit */
}
#main #content #dashboardContent.suppressionListPageContent .reports-count {
  float: none;
}
#main #content #dashboardContent .suppressionListContainer .noSuppressionsListsSelected {
  margin: 10px 0px 0px 5px;
}
#main #content #dashboardContent .suppressionListHeading {
  margin: 5px 0px;
  text-align: center;
}
#main #content #dashboardContent .suppressionListContainer .listLocked + .suppressionListActions > i {
  display: none;
}
#main #content #dashboardContent .suppressionListContainer .suppressionListTitles,
#main #content #dashboardContent #suppression-list {
  /* suppression list */
  margin: 5px;
  background-color: #fff;
}
#main #content #dashboardContent .suppressionListContainer .suppressionListTitles,
#main #content #dashboardContent #suppression-list li {
  position: relative;
  padding-left: 5px;
}
#main #content #dashboardContent #suppression-list li.shown.evenItem,
#main #content #dashboardContent #suppression-list li:nth-child(2n) {
  background-color: #eee;
}
#main #content #dashboardContent #suppression-list li.shown.oddItem,
#main #content #dashboardContent #suppression-list li:nth-child(2n+1) {
  background-color: #c0e0b4;
}
#main #content #dashboardContent #suppression-list li.active:after {
  content: "";
  display: block;
  border: 13px solid transparent;
  border-left-color: #595;
  position: absolute;
  bottom: 7px;
  right: -30px;
}
#main #content #dashboardContent .suppressionListContainer .suppressionListSearchContainer {
  margin: 0px 5px;
  text-align: left;
}
#main #content #dashboardContent .suppressionListContainer .suppressionListSearchContainer * {
  margin: 0;
}
#main #content #dashboardContent .suppressionListContainer .suppressionListSearchContainer label {
  display: inline-block;
}
#main #content #dashboardContent .suppressionListContainer .suppressionListTitles label,
#main #content #dashboardContent #suppression-list label {
  margin: 2px 0px;
  display: inline-block;
}
#main #content #dashboardContent .suppressionListContainer .suppressionListPaginationContainer {
  margin: 0px 5px;
  text-align: right;
}
#main #content #dashboardContent #suppression-list > li {
  height: 40px;
  line-height: 34px;
}
#main #content #dashboardContent #suppression-list > li:hover {
  background-color: #c0d0b4;
}
#main #content #dashboardContent #suppression-list label.report-count {
  cursor: default;
}
#main #content #dashboardContent .suppressionListContainer .suppressionListTitles label.suppressionListName,
#main #content #dashboardContent #suppression-list label.suppressionListName {
  width: 140px;
  text-align: left;
  vertical-align: middle;
}
#main #content #dashboardContent #suppression-list label a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main #content #dashboardContent #suppression-list .suppressionListRowActions {
  display: inline-block;
  float: right;
}
#main #content #dashboardContent #suppression-list label.suppressionListActions ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 10%;
  max-height: 300px;
  overflow-y: hidden;
  z-index: 1;
  list-style: none;
  border: 3px solid #666666;
  background-color: #eee;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#main #content #dashboardContent #suppression-list label.suppressionListActions:hover ul {
  display: block;
}
#main #content #dashboardContent #suppression-list label.suppressionListActions ul li {
  height: 34px;
  border-bottom: 1px solid #666666;
}
#main #content #dashboardContent #suppression-list label.suppressionListActions ul li:last-child {
  border-bottom: none;
}
#main #content #dashboardContent #suppression-list label.suppressionListActions ul li {
  background-color: #ccc;
}
#main #content #dashboardContent #suppression-list label.suppressionListActions ul li .inputSaveAs {
  padding: 1px 4px;
  vertical-align: baseline;
}
#main #content #dashboardContent #suppression-list label.suppressionListActions ul li > span {
  display: inline-block;
  padding: 7px;
  width: 150px;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  background-color: #fff;
  cursor: default;
}
#main #content #dashboardContent #suppression-list label.suppressionListActions ul li a {
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
}
#main #content #dashboardContent #suppression-list label.suppressionListActions ul li .btnSaveAs {
  margin-left: -1px;
}
#main #content #dashboardContent #suppression-list label.suppressionListActions ul li.suppressionListActionsBusyRow,
#main #content #dashboardContent #suppression-list label.suppressionListActions ul li.suppressionListActionsBusyRow > span {
  cursor: wait;
  background-color: #fc6;
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
}
/* suppression lists details table section*/
#main #content .ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#main #content .ui-tabs .ui-tabs-panel {
  padding: 0;
}
#main #content #dashboardContent .suppressionDetailsContainer {
  padding-top: 15px;
}
#main #content #dashboardContent .suppressionDetailsContainer #datatable_wrapper {
  display: none;
}
#main #content #dashboardContent .suppressionDetailsTable {
  /* suppression suppression list details table */
}
/* StrikeIron */
/* verification summary and verification action */
#verificationStatusContainer {
  width: 370px;
  height: 215px;
}
#verificationStatusContainer div {
  margin-bottom: 1px;
}
#verificationStatusContainer br {
  display: none;
}
#verificationStatusContainer .validationPanelSI ul li label {
  display: inline-block;
  width: 132px;
  text-align: right;
  cursor: pointer;
}
#verificationStatusContainer .validationPanelSI ul li label input {
  display: inline-block;
  cursor: pointer;
}
#verificationStatusContainer .validationPanelSI ul li .button {
  cursor: pointer;
}
#verificationStatusContainer .processIn {
  padding-left: 20px;
  background-image: url('../../images/loadingAnimation.gif');
  background-size: 16px 16px;
  background-position: left 0px top 4px;
  background-repeat: no-repeat;
}
#verificationStatusContainer .processSuccessful {
  padding-left: 20px;
  background-image: url('../../images/icons/check-2.png');
  background-size: 16px 16px;
  background-position: left 0px top 4px;
  background-repeat: no-repeat;
}
#verificationStatusContainer .processFailed {
  padding-left: 20px;
  background-image: url('../../images/icons/fail.png');
  background-size: 16px 16px;
  background-position: left 0px top 4px;
  background-repeat: no-repeat;
}
#verificationStatusContainer .validation,
#verificationStatusContainer .validationSI,
#verificationStatusContainer .preparation,
#verificationStatusContainer .preparationSI,
#verificationStatusContainer .summary,
#verificationStatusContainer .summarySI,
#verificationStatusContainer .transferUnknown {
  text-align: left;
}
#verificationStatusContainer .preparationSI {
  width: 100%;
}
#verificationStatusContainer .progress {
  margin-top: 10px;
  margin-bottom: 10px;
}
#verificationStatusContainer .summary label,
#verificationStatusContainer .summarySI label,
#verificationStatusContainer .transferUnknown label {
  display: inline-block;
  width: 185px;
  font-weight: 700;
}
#verificationStatusContainer .summary span,
#verificationStatusContainer .summarySI span {
  display: inline-block;
}
#verificationStatusContainer .contact,
#verificationStatusContainer .contactSI {
  width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
#verificationStatusContainer .contact label,
#verificationStatusContainer .contactSI label {
  display: inline-block;
  width: 185px;
  font-weight: 700;
}
#verificationStatusContainer .contact span,
#verificationStatusContainer .contactSI span {
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
  -ms-transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
  -o-transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
  transition: all 300ms cubic-bezier(0.25, 0.47, 0.49, 1);
}
#verificationStatusContainer div.actions {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#verificationStatusContainer .actions span {
  display: inline-block;
  width: 80px;
  text-align: center;
  cursor: pointer;
}
/* verification history */
#main #content #siHistory #dataTable_wrapper {
  /* strikeiron verification history table wrapper */
}
/* strikeiron history processing */
#main #content #siHistory #dataTable_wrapper .dataTables_processing {
  position: relative;
  z-index: 1050;
}
#main #content #siHistory #dataTable_wrapper #dataTable {
  width: 100%;
  border: 1px solid #fff;
}
#main #content #siHistory #dataTable_wrapper .dataTables_processing .processingBox {
  position: fixed;
  top: 40%;
  left: 40%;
  width: 95px;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  padding-left: 80px;
  border: 3px solid rgba(0, 128, 0, 0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  background-color: #fff;
  background-image: url('../../images/loadingAnimation.gif');
  background-position: left 3px center;
  background-repeat: no-repeat;
}
/* si history table */
#main #content #siHistory #dataTable_wrapper #dataTable {
  table-layout: fixed;
}
#main #content #siHistory #dataTable_wrapper #dataTable th,
#main #content #siHistory #dataTable_wrapper #dataTable td {
  vertical-align: middle;
}
#main #content #siHistory #dataTable_wrapper #dataTable th,
#main #content #siHistory #dataTable_wrapper #dataTable td {
  border-top: 0px;
  padding: 0px;
  padding-left: 4px;
}
#main #content #siHistory #dataTable_wrapper #dataTable tr.odd td,
#main #content #siHistory #dataTable_wrapper #dataTable tr.even td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main #content #siHistory #dataTable_wrapper #dataTable .sorting_1,
#main #content #siHistory #dataTable_wrapper #dataTable .sorting_asc,
#main #content #siHistory #dataTable_wrapper #dataTable .sorting_desc {
  border-top: 1px solid #ccc;
}
#main #content #siHistory #dataTable_wrapper #dataTable tr.odd .sorting_1,
#main #content #siHistory #dataTable_wrapper #dataTable tr.odd .sorting_asc,
#main #content #siHistory #dataTable_wrapper #dataTable tr.odd .sorting_desc {
  background-color: #c4ffc4;
}
#main #content #siHistory #dataTable_wrapper #dataTable tr.even .sorting_1,
#main #content #siHistory #dataTable_wrapper #dataTable tr.even .sorting_asc,
#main #content #siHistory #dataTable_wrapper #dataTable tr.even .sorting_desc {
  background-color: #d5ffd5;
}
#main #content #siHistory #dataTable_wrapper #dataTable .sorting_asc,
#main #content #siHistory #dataTable_wrapper #dataTable .sorting_desc {
  padding-right: 18px;
  background-repeat: no-repeat;
  background-position: right center;
}
#main #content #siHistory #dataTable_wrapper #dataTable .sorting_desc {
  background-image: url('../../images/icons/icon-sortarrowdown.png');
}
#main #content #siHistory #dataTable_wrapper #dataTable .sorting_asc {
  background-image: url('../../images/icons/icon-sortarrowup.png');
}
#main #content #siHistory #dataTable_wrapper #dataTable a {
  color: #060;
}
#main #content #siHistory #dataTable_wrapper #dataTable a:hover {
  color: #040;
}
/* strike iron verification reports */
#main #content #dashboardContent.strikeIronVerificationsListPageContent {
  /* #dashboardContent.strikeIronVerificationsListPageContent without space is correct, do not edit */
}
#main #content #dashboardContent.strikeIronVerificationsListPageContent .reports-count {
  float: none;
}
#main #content #dashboardContent .strikeIronVerificationsListContainer .noVerificationsSelected {
  margin: 10px 0px 0px 5px;
}
#main #content #dashboardContent .strikeIronVerificationsListHeading {
  margin: 5px 0px;
  text-align: center;
}
#main #content #dashboardContent .strikeIronVerificationsListContainer .verificationsListTitles,
#main #content #dashboardContent #verification-list {
  /* strike iron verifications list */
  margin: 5px;
  background-color: #fff;
}
#main #content #dashboardContent .strikeIronVerificationsListContainer .verificationsListTitles,
#main #content #dashboardContent #verification-list li {
  position: relative;
  padding-left: 5px;
}
#main #content #dashboardContent #verification-list li.shown.evenItem,
#main #content #dashboardContent #verification-list li:nth-child(2n) {
  background-color: #eee;
}
#main #content #dashboardContent #verification-list li.shown.oddItem,
#main #content #dashboardContent #verification-list li:nth-child(2n+1) {
  background-color: #c0e0b4;
}
#main #content #dashboardContent #verification-list li.active:after {
  content: "";
  display: block;
  border: 13px solid transparent;
  border-left-color: #595;
  position: absolute;
  bottom: 7px;
  right: -30px;
}
#main #content #dashboardContent .strikeIronVerificationsListContainer .strikeIronVerificationsListSearchContainer {
  margin: 0px 5px;
  text-align: left;
}
#main #content #dashboardContent .strikeIronVerificationsListContainer .strikeIronVerificationsListSearchContainer * {
  margin: 0;
}
#main #content #dashboardContent .strikeIronVerificationsListContainer .strikeIronVerificationsListSearchContainer label {
  display: inline-block;
}
#main #content #dashboardContent .strikeIronVerificationsListContainer .verificationsListTitles label,
#main #content #dashboardContent #verification-list label {
  margin: 2px 0px;
  display: inline-block;
}
#main #content #dashboardContent .strikeIronVerificationsListContainer .strikeIronVerificationsListPaginationContainer {
  margin: 0px 5px;
  text-align: right;
}
#main #content #dashboardContent #verification-list > li {
  height: 40px;
  line-height: 34px;
}
#main #content #dashboardContent #verification-list > li:hover {
  background-color: #c0d0b4;
}
#main #content #dashboardContent #verification-list label.report-count {
  cursor: default;
}
#main #content #dashboardContent .strikeIronVerificationsListContainer .verificationsListTitles label.verificationName,
#main #content #dashboardContent #verification-list label.verificationName {
  width: 140px;
  text-align: left;
  vertical-align: middle;
}
#main #content #dashboardContent #verification-list label a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main #content #dashboardContent #verification-list .strikeIronVerificationsListRowActions {
  display: inline-block;
  float: right;
}
#main #content #dashboardContent #verification-list label.strikeIronVerificationsListActions ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 10%;
  max-height: 300px;
  overflow-y: hidden;
  z-index: 1;
  list-style: none;
  border: 3px solid #666666;
  background-color: #eee;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#main #content #dashboardContent #verification-list label.strikeIronVerificationsListActions:hover ul {
  display: block;
}
#main #content #dashboardContent #verification-list label.strikeIronVerificationsListActions ul li {
  height: 34px;
  border-bottom: 1px solid #666666;
}
#main #content #dashboardContent #verification-list label.strikeIronVerificationsListActions ul li:last-child {
  border-bottom: none;
}
#main #content #dashboardContent #verification-list label.strikeIronVerificationsListActions ul li {
  background-color: #ccc;
}
#main #content #dashboardContent #verification-list label.strikeIronVerificationsListActions ul li .inputSaveAs {
  padding: 1px 4px;
  vertical-align: baseline;
}
#main #content #dashboardContent #verification-list label.strikeIronVerificationsListActions ul li > span {
  display: inline-block;
  padding: 7px;
  width: 150px;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  background-color: #fff;
  cursor: default;
}
#main #content #dashboardContent #verification-list label.strikeIronVerificationsListActions ul li a {
  display: inline-block;
  padding: 0px 10px;
  color: #fff;
}
#main #content #dashboardContent #verification-list label.strikeIronVerificationsListActions ul li .btnSaveAs {
  margin-left: -1px;
}
#main #content #dashboardContent #verification-list label.strikeIronVerificationsListActions ul li.strikeIronVerificationsListActionsBusyRow,
#main #content #dashboardContent #verification-list label.strikeIronVerificationsListActions ul li.strikeIronVerificationsListActionsBusyRow > span {
  cursor: wait;
  background-color: #fc6;
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main #content #dashboardContent .strikeIronVerificationsListContainer .strikeIronVerificationHistory {
  margin: 5px;
  padding: 5px;
  border: 1px solid #fff;
}
/* strike iron verification details table section*/
#main #content .ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#main #content .ui-tabs .ui-tabs-panel {
  padding: 0;
}
#main #content #dashboardContent .strikeIronVerificationDetailsContainer {
  padding-top: 15px;
}
#main #content #dashboardContent .strikeIronVerificationDetailsContainer #datatable_wrapper {
  display: none;
}
#main #content #dashboardContent .strikeIronVerificationReportDetailsTable {
  /* strikeiron verification details table */
}
/* Directories Listings contents */
#main #content #directoriesListings {
  /* wrapper includes all content in directories listings views */
}
#main #content #directoriesListings .sideContent {
  padding: 20px;
}
#main #content #directoriesListings .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #directoriesListings .button {
  min-width: 80px;
}
#main #content #directoriesListings fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #directoriesListings legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #directoriesListings fieldset label {
  display: inline-block;
}
#main #content #directoriesListings fieldset li.listOption {
  padding: 20px 10px;
  border: 1px solid #fff;
}
#main #content #directoriesListings fieldset li.listOption:hover {
  background-color: #ddd;
}
#main #content #directoriesListings fieldset label.forInput {
  display: inline-block;
  width: 130px;
  text-align: right;
}
#main #content #directoriesListings fieldset .input-append label {
  width: 100px;
  margin-right: 10px;
  vertical-align: bottom;
}
/* list */
#main #content #directoriesListings .pageListItemsContainer {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media only screen and (max-width: 1280px) {
  #main #content #directoriesListings .pageListItemsContainer {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (max-width: 640px) {
  #main #content #directoriesListings .pageListItemsContainer {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  #main #content #directoriesListings .pageListItemsContainer {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#main #content #directoriesListings ul {
  width: 100%;
}
#main #content #directoriesListings ul li.directoryListItem {
  display: inline-block;
  margin: 1px 0px;
  border: 1px solid #ccc;
  width: 100%;
  -moz-box-shadow: 0px 1px 0px #fff;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
  white-space: normal;
  font-size: 12px;
  vertical-align: top;
}
#main #content #directoriesListings ul li.directoryListItem:hover {
  background-color: #fafafa;
}
#main #content #directoriesListings ul li.directoryListItem a {
  display: block;
  padding: 2px 4px;
}
#main #content #directoriesListings ul li.directoryListItem a:after {
  content: " \f08e";
  float: right;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
}
/* company details and contact details */
#main #content #directoriesListings .contactDetails h1,
#main #content #directoriesListings .companyDetails h1 {
  display: inline-block;
  margin: 0px 0px 20px 0px;
}
#main #content #directoriesListings .contactDetails ul li,
#main #content #directoriesListings .companyDetails ul li {
  display: block;
}
#main #content #directoriesListings .companyDetails ul li address {
  display: inline-block;
  font-weight: 700;
  margin: 0;
}
#main #content #directoriesListings .contactDetails .conactCompanyDetails .conactDetailsCompanyPhone,
#main #content #directoriesListings .contactDetails .conactCompanyDetails .conactDetailsCompanyURL,
#main #content #directoriesListings .contactDetails ul li address {
  display: block;
  margin-left: 80px;
  margin-bottom: 0px;
}
#main #content #directoriesListings .contactDetails ul li label,
#main #content #directoriesListings .companyDetails ul li label {
  display: inline-block;
  width: 70px;
  padding-right: 5px;
  text-align: right;
  cursor: default;
}
#main #content #directoriesListings .contactDetails ul li label ~ span,
#main #content #directoriesListings .companyDetails ul li label ~ span {
  font-weight: 700;
}
#main #content #directoriesListings .contactDetails a[target="_blank"]:after,
#main #content #directoriesListings .companyDetails a[target="_blank"]:after {
  content: " \f08e";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
}
#main #content #directoriesListings .detailsLoginRequired {
  font-weight: 400;
}
#main #content #directoriesListings .detailsDesc i {
  display: inline-block;
  padding-left: 60px;
  line-height: 26px;
}
#main #content #directoriesListings .contactSimilarsCaption i {
  display: block;
  background-color: #fafafa;
}
#main #content #directoriesListings .contactDetails ul li:last-child {
  margin-top: 5px;
}
/* company employees list */
#main #content #directoriesListings p.contactSimilarsCaption,
#main #content #directoriesListings p.contactColleaguesCaption,
#main #content #directoriesListings p.companyEmployeesCaption {
  font-weight: 700;
}
#main #content #directoriesListings p.contactSimilarsCaption {
  margin-top: 30px;
}
#main #content #directoriesListings .contactSimilars ul,
#main #content #directoriesListings .contactColleagues ul,
#main #content #directoriesListings .companyEmployees ul {
  width: 99%;
}
#main #content #directoriesListings .contactSimilars ul li,
#main #content #directoriesListings .contactColleagues ul li,
#main #content #directoriesListings .companyEmployees ul li {
  display: block;
}
#main #content #directoriesListings .contactSimilars ul li span.contactSimilarsDetails span,
#main #content #directoriesListings .contactColleagues ul li span.contactColleaguesDetails span,
#main #content #directoriesListings .companyEmployees ul li span.companyEmployeesDetails span,
#main #content #directoriesListings .companySimilars ul li span.companySimilarsDetails span {
  display: inline-block;
  vertical-align: top;
}
#main #content #directoriesListings .contactColleagues ul li span.contactColleaguesDetails span:first-child,
#main #content #directoriesListings .companyEmployees ul li span.companyEmployeesDetails span:first-child {
  width: 20%;
}
#main #content #directoriesListings .contactColleagues ul li span.contactColleaguesDetails span:nth-child(2),
#main #content #directoriesListings .companyEmployees ul li span.companyEmployeesDetails span:nth-child(2) {
  width: 30%;
}
#main #content #directoriesListings .contactColleagues ul li span.contactColleaguesDetails span:last-child,
#main #content #directoriesListings .companyEmployees ul li span.companyEmployeesDetails span:last-child {
  width: 40%;
}
#main #content #directoriesListings .contactSimilars ul li span.contactSimilarsDetails span:first-child {
  width: 13%;
}
#main #content #directoriesListings .contactSimilars ul li span.contactSimilarsDetails span:nth-child(2) {
  width: 15%;
}
#main #content #directoriesListings .contactSimilars ul li span.contactSimilarsDetails span:nth-child(3) {
  width: 38%;
}
#main #content #directoriesListings .contactSimilars ul li span.contactSimilarsDetails span:last-child {
  width: 27%;
}
#main #content #directoriesListings .companySimilars ul li span.companySimilarsDetails span:first-child {
  width: 35%;
}
#main #content #directoriesListings .companySimilars ul li span.companySimilarsDetails address {
  width: 60%;
}
#main #content #directoriesListings .companySimilars ul li span.companySimilarsDetails address span:first-child {
  width: 50%;
}
#main #content #directoriesListings .companySimilars ul li span.companySimilarsDetails address span:nth-child(2) {
  width: 15%;
}
#main #content #directoriesListings .companySimilars ul li span.companySimilarsDetails address span:last-child {
  width: 30%;
}
#sicLookup {
  border: none;
  box-shadow: none;
}
#sicLookup,
#sicLookup .modal-body,
#sicLookup .modal-body #sicCodes {
  background-color: transparent;
}
#sicLookup .modal-body {
  max-height: 407px;
  padding: 0px 5px 5px 5px;
  overflow: hidden;
}
#sicLookup .modal-footer {
  box-shadow: 0px -1px 3px #7f7f7f;
  z-index: 1;
  position: relative;
}
#sicLookup .button {
  min-width: 80px;
}
/* sic codes views contents */
#sicCodes {
  /* wrapper includes all content in sic codes views */
}
#sicCodes fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  background-color: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  outline: 0px none;
  box-shadow: 0px -1px 3px #7f7f7f;
  font-size: 12px;
}
#sicCodes legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  margin-bottom: 8px;
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  border-radius: 6px 6px 6px 6px;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#sicCodes fieldset p {
  margin: 2px;
}
#sicCodes fieldset #sicDyn {
  max-height: 250px;
  overflow-y: auto;
}
#sicCodes fieldset label {
  display: inline-block;
  font-size: 12px;
}
#sicCodes fieldset #sicDyn li {
  border: 1px solid #fafafa;
}
#sicCodes fieldset #sicDyn ul.noBorder li {
  border: none;
}
#sicCodes fieldset .sicCodeLabel {
  width: 60px;
}
#sicCodes fieldset .sicKeywordLabel {
  width: 410px;
}
#sicCodes fieldset input[type="text"] {
  padding: 2px 4px;
  margin: 2px 0px;
}
#sicCodes form li.premPackage {
  padding: 20px 10px;
  border: 1px solid #fff;
}
#sicCodes form li.premPackage:hover {
  background-color: #ddd;
}
#sicCodes fieldset label.forInput {
  display: inline-block;
  width: 110px;
  text-align: right;
}
#sicCodes .sideContent {
  padding: 40px 80px 20px 20px;
}
#sicCodes .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main.main-fix-left-offset #content {
  margin-left: 0;
}
.contact-us-list {
  margin-bottom: 20px;
}
.desktop-lg {
  max-width: 1024px;
}
.desktop-md {
  max-width: 960px;
}
#authorize-container {
  margin-top: 20px;
  background-color: #f9f9f9;
  border: 1px solid #62A210;
  border-radius: 4px;
}
#authorize-container .premiumPlansComparisonContainer #plans-headout {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}
#authorize-container .contact-us-list {
  padding: 20px 0;
  margin-left: 50px;
}
#authorize-container .contact-us-list li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding: 8px 7px;
  font-size: 11px;
  display: inline-block;
}
#authorize-container .standout {
  font-size: 16px;
  line-height: 1.4em;
}
#authorize-container .subscription-table,
#authorize-container .subscription-table > tbody,
#authorize-container .contact-us-list li #authorize-container .contact-us-list a,
#authorize-container .premiumPlansComparisonContainer {
  font-size: 14px;
}
#authorize-container .premiumPlansComparisonContainer {
  padding: 20px 50px;
}
#authorize-container .big-form {
  width: 340px;
  margin-top: 30px;
}
#authorize-container .login-form {
  margin-left: 50px;
}
#authorize-container .signup-form {
  margin-left: 90px;
}
@media screen and (max-width: 460px) {
  #authorize-container .signup-form {
    margin-left: 50px;
  }
}
.clear-column-left-margin {
  margin-left: 0 !important;
}
.big-form input {
  margin-bottom: 0;
}
.big-form .btn,
.big-form input,
.big-form .checkbox {
  font-size: 16px;
}
.big-form .control-label {
  font-size: 14px;
  font-weight: 700;
}
.big-form .big-form-title {
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 26px;
  line-height: 1.2em;
}
.big-form .checkbox {
  margin-top: 12px;
  margin-bottom: 12px;
}
.big-form .submit-button {
  width: 154px;
  line-height: 1.6em;
}
.big-form input[type="text"],
.big-form input[type="password"] {
  width: 100%;
  min-height: 2.2em;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.big-form .checkbox input[type="checkbox"] {
  margin-top: 3px;
}
.login-form .social-login-container .social-login-icon {
  width: 70px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  padding: 4px 6px;
}
.login-form .social-login-container .social-login-icon.Facebook {
  background-color: #5D82D1;
}
.login-form .social-login-container .social-login-icon.Google {
  background-color: #EB5E4C;
}
.login-form .social-login-container .social-login-icon.Yahoo {
  background-color: #AB47AC;
}
.login-form .social-login-container .social-login-icon.LinkedIn {
  background-color: #238CC8;
}
.login-form .hr-title {
  font-size: 16px;
}
/* about us contents */
#main #content #pageNotFoundContent {
  /* wrapper includes all content in about us views */
}
#main #content #pageNotFoundContent img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
#main #content #pageNotFoundContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #pageNotFoundContent .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #pageNotFoundContent .button {
  min-width: 80px;
}
#main #content #pageNotFoundContent .privacyPolicy ul {
  margin-left: 30px;
}
/* form */
#main #content #pageNotFoundContent fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #pageNotFoundContent legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #pageNotFoundContent form label {
  display: inline-block;
}
#main #content #pageNotFoundContent fieldset label.forInput {
  display: inline-block;
  width: 130px;
  text-align: right;
}
#main #content #pageNotFoundContent fieldset label.forTextArea {
  vertical-align: top;
}
#main #content #pageNotFoundContent #pageNotFoundForm ul li {
  margin-top: 0px;
}
#main #content #pageNotFoundContent #pageNotFoundForm ul li label {
  display: inline-block;
  padding-right: 10px;
  text-align: right;
}
#main #content #pageNotFoundContent #pageNotFoundForm ul li label.error {
  display: block;
  margin: 0px 0px 15px 125px;
  width: 276px;
  padding: 3px;
  text-align: left;
}
#main #content #pageNotFoundContent #pageNotFoundForm label.error {
  width: 90%;
  margin-bottom: 20px;
}
#main #content #pageNotFoundContent #pageNotFoundForm ul li select {
  width: 283px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #content #pageNotFoundContent #pageNotFoundForm textarea {
  width: 270px;
  min-height: 120px;
}
#main #content #pageNotFoundContent #pageNotFoundForm .form-actions {
  padding: 10px 10px 10px 10px;
}
/* carts views contents */
#main #content #creditCardWrapperSA {
  /* wrapper includes all content in cart views */
}
#main #content #creditCardWrapperSA fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #creditCardWrapperSA legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#main #content #creditCardWrapperSA form label {
  display: inline-block;
}
#main #content #creditCardWrapperSA fieldset label.forInput {
  display: inline-block;
  width: 110px;
  text-align: right;
}
#main #content #creditCardWrapperSA .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #creditCardWrapperSA .footNote {
  font-size: 10px;
  line-height: 13px;
}
#main #content #creditCardWrapperSA .button {
  min-width: 80px;
}
/* credit card form */
#main #content #creditCardWrapperSA #creditCardFormSA ul li {
  margin-top: 0px;
}
#main #content #creditCardWrapperSA #creditCardFormSA ul li label {
  display: inline-block;
  width: 110px;
  padding-right: 10px;
  text-align: right;
}
#main #content #creditCardWrapperSA #creditCardFormSA ul li label.error {
  display: block;
  margin: 0px 0px 15px 125px;
  width: 276px;
  padding: 3px;
  text-align: left;
}
#main #content #creditCardWrapperSA #creditCardFormSA label.error {
  width: 90%;
  margin-bottom: 20px;
}
#main #content #creditCardWrapperSA #creditCardFormSA ul li select {
  width: 283px;
  margin-bottom: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #content #creditCardWrapperSA #creditCardFormSA .form-actions {
  padding: 10px 10px 10px 10px;
}
#main #content #creditCardWrapperSA #creditCardFormSA .requiredNote {
  color: #f00;
  font-style: italic;
}
#main #content #creditCardWrapperSA #creditCardFormSA .optionalNote {
  font-style: italic;
}
#main #content #creditCardWrapperSA #creditCardFormSA .creditCardCVVHelp {
  display: inline-block;
  width: 180px;
  height: 187px;
  background-image: url('../../images/CreditCardsCVVHelp.png');
  background-position: center center;
  background-size: auto auto;
  background-repeat: no-repeat;
}
/* 
	author: istockphp.com
*/
.toPopup {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 10px solid #ccc;
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  display: none;
  font-size: 14px;
  width: 300px;
  position: absolute;
  top: 200px;
  left: 200px;
  z-index: 10;
}
div.close {
  background: url("../../images/closebox.png") no-repeat scroll 0 0 transparent;
  bottom: 24px;
  cursor: pointer;
  float: right;
  height: 30px;
  left: 27px;
  position: relative;
  width: 30px;
}
span.ecs_tooltip {
  background: none repeat scroll 0 0 #000000;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  display: none;
  font-size: 11px;
  height: 16px;
  opacity: 0.7;
  padding: 4px 3px 2px 5px;
  position: absolute;
  right: -62px;
  text-align: center;
  top: -51px;
  width: 93px;
}
span.arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #000000;
  display: block;
  height: 1px;
  left: 40px;
  position: relative;
  top: 3px;
  width: 1px;
}
.share-buttons-container {
  /* shares buttons main container */
  display: inline-block;
}
.share-buttons-innerWrapper {
  /* shares buttons internal wrapper */
}
.share-buttons-innerWrapper ul li {
  float: right;
  margin-right: 4px;
}
.share-buttons-innerWrapper ul li .share-link {
  width: 260px;
  height: 24px;
  border: 0;
  color: #08c;
  cursor: pointer;
  text-decoration: underline;
}
.share-buttons-innerWrapper ul li .share-link:hover {
  color: #005580;
}
.share-buttons-innerWrapper ul li:first-child {
  margin-right: 0px;
}
.share-buttons-innerWrapper ul li .share-button {
  margin: 0;
  padding: 0;
  border: medium none;
  background: none repeat scroll 0% 0% transparent;
  cursor: pointer;
  text-align: left;
}
.share-buttons-innerWrapper ul li .share-button span {
  display: none;
}
.share-buttons-innerWrapper .share-icon {
  vertical-align: middle;
  background: url('../../images/icons/social-sharing.png') no-repeat scroll 0px -1680px transparent;
  width: 32px;
  height: 32px;
}
.share-buttons-innerWrapper .share-icon-facebook {
  background-position: 0px -1680px;
}
.share-buttons-innerWrapper .share-icon-ameba {
  background-position: 0 -1304px;
}
.share-buttons-innerWrapper .share-icon-bebo {
  background-position: 0 -1512px;
}
.share-buttons-innerWrapper .share-icon-blogger {
  background-position: 0 -1948px;
}
.share-buttons-innerWrapper .share-icon-cyworld {
  background-position: 0 -1476px;
}
.share-buttons-innerWrapper .share-icon-delicious {
  background-position: 0 -1588px;
}
.share-buttons-innerWrapper .share-icon-digg {
  background-position: 0 -640px;
}
.share-buttons-innerWrapper .share-icon-facebook {
  background-position: 0 -1680px;
}
.share-buttons-innerWrapper .share-icon-fotka {
  background-position: 0 -160px;
}
.share-buttons-innerWrapper .share-icon-goo {
  background-position: 0 -60px;
}
.share-buttons-innerWrapper .share-icon-googleplus {
  background-position: 0 -1232px;
}
.share-buttons-innerWrapper .share-icon-grono {
  background-position: 0 -912px;
}
.share-buttons-innerWrapper .share-icon-hi5 {
  background-position: 0 -1812px;
}
.share-buttons-innerWrapper .share-icon-hyves {
  background-position: 0 -1176px;
}
.share-buttons-innerWrapper .share-icon-linkedin {
  background-position: 0 -876px;
}
.share-buttons-innerWrapper .share-icon-livejournal {
  background-position: 0 -472px;
}
.share-buttons-innerWrapper .share-icon-mail {
  background-position: 0 -2020px;
}
.share-buttons-innerWrapper .share-icon-meneame {
  background-position: 0 -1064px;
}
.share-buttons-innerWrapper .share-icon-mixi {
  background-position: 0 -400px;
}
.share-buttons-innerWrapper .share-icon-mixx {
  background-position: 0 -1140px;
}
.share-buttons-innerWrapper .share-icon-myspace {
  background-position: 0 -436px;
}
.share-buttons-innerWrapper .share-icon-nujij {
  background-position: 0 -1268px;
}
.share-buttons-innerWrapper .share-icon-odnoklassniki {
  background-position: 0 -776px;
}
.share-buttons-innerWrapper .share-icon-pinterest {
  background-position: 0 -1912px;
}
.share-buttons-innerWrapper .share-icon-rakuten {
  background-position: 0 -2056px;
}
.share-buttons-innerWrapper .share-icon-reddit {
  background-position: 0 -1984px;
}
.share-buttons-innerWrapper .share-icon-skyblog {
  background-position: 0 -2148px;
}
.share-buttons-innerWrapper .share-icon-sledzik {
  background-position: 0 -1420px;
}
.share-buttons-innerWrapper .share-icon-stumbleupon {
  background-position: 0 -252px;
}
.share-buttons-innerWrapper .share-icon-tuenti {
  background-position: 0 -1644px;
}
.share-buttons-innerWrapper .share-icon-tumblr {
  background-position: 0 -988px;
}
.share-buttons-innerWrapper .share-icon-twitter {
  background-position: 0 -288px;
}
.share-buttons-innerWrapper .share-icon-vkontakte {
  background-position: 0 -364px;
}
.share-buttons-innerWrapper .share-icon-webryblog {
  background-position: 0 -564px;
}
.share-buttons-innerWrapper .share-icon-weibo {
  background-position: 0 -196px;
}
.share-buttons-innerWrapper .share-icon-wykop {
  background-position: 0 -2092px;
}
.share-buttons-innerWrapper .share-icon-yahoo {
  background-position: 0 -508px;
}
.share-buttons-innerWrapper .share-icon-yigg {
  background-position: 0 -1776px;
}
.share-buttons-innerWrapper .share-link {
  white-space: nowrap;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.inline-block {
  display: inline-block;
}
.ls-brand-bg,
.table .ls-brand-bg {
  background-color: #62a210;
  color: #fff;
}
.ls-brand-text {
  color: #62a210;
}
.subscription-table {
  background-color: #fff;
  text-shadow: none;
}
.subscription-table > thead > tr > th:first-child,
.subscription-table > thead > tr > th:nth-child(2) {
  background-color: #bbb;
}
.subscription-table > tbody {
  font-size: 90%;
}
.subscription-table th,
.subscription-table td {
  line-height: 1.42857143;
  vertical-align: middle;
}
.subscription-table > thead > tr > th:first-child,
.subscription-table > tbody > tr > td:first-child {
  border-left: none;
}
.subscription-table th:not(:first-child),
.subscription-table td:not(:first-child) {
  text-align: center;
  border-left: 1px solid #ddd;
}
.subscription-table > tbody > tr:nth-child(even) {
  background-color: #ebebeb;
}
.subscription-table > tbody > tr > td > small {
  display: block;
  color: #777;
}
#naicsLookup {
  border: none;
  box-shadow: none;
}
#naicsLookup,
#naicsLookup .modal-body,
#naicsLookup .modal-body #naicsCodes {
  background-color: transparent;
}
#naicsLookup .modal-body {
  max-height: 407px;
  padding: 0px 5px 5px 5px;
  overflow: hidden;
}
#naicsLookup .modal-footer {
  box-shadow: 0px -1px 3px #7f7f7f;
  z-index: 1;
  position: relative;
}
#naicsLookup .button {
  min-width: 80px;
}
/* naics codes views contents */
#naicsCodes {
  /* wrapper includes all content in naics codes views */
}
#naicsCodes fieldset {
  margin: 10px;
  padding: 0px 10px 10px;
  background-color: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  outline: 0px none;
  box-shadow: 0px -1px 3px #7f7f7f;
  font-size: 12px;
}
#naicsCodes legend {
  width: auto;
  padding: 0px 5px;
  *margin-left: -7px;
  /* for ie only to position the legend in the same place cross browser */
  margin-bottom: 8px;
  font-size: 14px;
  color: #373b44;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
  border: 1px solid #bababa;
  border-radius: 6px 6px 6px 6px;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: 0px 1px 0px #ffffff;
  box-shadow: 0px 1px 0px #ffffff;
}
#naicsCodes fieldset p {
  margin: 2px;
}
#naicsCodes fieldset #naicsDyn {
  max-height: 250px;
  overflow-y: auto;
}
#naicsCodes fieldset label {
  display: inline-block;
  font-size: 12px;
}
#naicsCodes fieldset #naicsDyn li {
  border: 1px solid #fafafa;
}
#naicsCodes fieldset #naicsDyn ul.noBorder li {
  border: none;
}
#naicsCodes fieldset .naicsCodeLabel {
  width: 70px;
}
#naicsCodes fieldset .naicsKeywordLabel {
  width: 400px;
}
#naicsCodes fieldset .naicsKeywordLabelShort {
  width: 317px;
}
#naicsCodes fieldset input[type="text"] {
  padding: 2px 4px;
  margin: 2px 0px;
}
#naicsCodes form li.premPackage {
  padding: 20px 10px;
  border: 1px solid #fff;
}
#naicsCodes form li.premPackage:hover {
  background-color: #ddd;
}
#naicsCodes fieldset label.forInput {
  display: inline-block;
  width: 110px;
  text-align: right;
}
/* target list popup */
.targetedListPopup {
  /* popup content container */
  text-align: left;
}
.targetedListPopup br {
  display: none;
}
.targetedListPopup p {
  font-weight: 700;
}
.targetedListPopup ul li {
  padding: 10px 8px;
  border: 1px solid #fff;
}
.targetedListPopup ul li label {
  display: inline-block;
}
.targetedListPopup ul li select,
.targetedListPopup ul li input[type="text"] {
  display: block;
  margin-left: 20px;
}
.targetedListPopup ul li input[type="radio"]:checked ~ label {
  position: relative;
}
.targetedListPopup ul li input[type="radio"]:checked ~ label:before {
  display: inline-block;
  position: absolute;
  left: -55px;
  top: 5px;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  content: "\f068";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  color: #0b0;
}
/* sitemap contents */
#main #content #siteMapContent {
  /* wrapper includes all content in sitemap views */
}
#main #content #siteMapContent .sideContent {
  padding: 40px 80px 20px 20px;
}
#main #content #siteMapContent .faqQuestionWrapper {
  margin: 3px 30px 3px 30px;
  padding: 5px;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 0px #fff;
  -webkit-box-shadow: 0px 1px 0px #fff;
  box-shadow: 0px 1px 0px #fff;
  white-space: normal;
  font-size: 12px;
}
#main #content #siteMapContent .faqQuestionWrapper.active {
  background-color: #fafafa;
}
#main #content #siteMapContent .faqQuestion {
  cursor: pointer;
  color: #005580;
}
#main #content #siteMapContent .faqQuestion:before {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
}
#main #content #siteMapContent .faqQuestion.active:before {
  content: "\f078";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0px;
}
#main #content #siteMapContent .siteMap {
  padding: 5px 30px;
}
#main #content #siteMapContent .siteMap ul {
  padding: 0px 20px;
  list-style-type: none;
}
/* rcz */
#main #content .rcz-ContactPreviewDetailsWrapper {
  /* Conact Preview Details - Search results */
  padding: 5px;
}
#main #content #dataTable_wrapper #dataTable td.details .innerDetails .preview-details .detailsPane .rcz-ContactPreviewDetailsWrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}
#main #content .rcz-ContactPreviewDetails {
  height: 100%;
}
#main #content #dataTable_wrapper #dataTable .rcz-ContactPreviewDetails a {
  display: inline-block;
  color: inherit;
}
#main #content #dataTable_wrapper #dataTable .rcz-ContactPreviewDetails a:hover {
  text-decoration: none;
}
#main #content .rcz-ContactPreviewDetails ul.rcz-si {
  padding: 4px;
  max-width: 165px;
  height: 100%;
  border: 3px solid rgba(0, 128, 0, 0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  background-color: #f3f3f3;
  font-size: 12px;
}
#main #content .rcz-ContactPreviewDetails ul.rcz-si .rcz-si-1 {
  display: inline-block;
  width: 150px;
  height: 48px;
  background-image: url('../../images/rcz/peek-logo.png');
  background-position: center center;
  background-size: 145px 48px;
  background-repeat: no-repeat;
}
#main #content .rcz-ContactPreviewDetails ul.rcz-si .rcz-si-2 {
  display: inline-block;
  width: 150px;
  height: 97px;
  background-image: url('../../images/rcz/magnifying-glass.png');
  background-position: center center;
  background-size: 121px 97px;
  background-repeat: no-repeat;
}
#main #content .rcz-ContactPreviewDetails ul.rcz-si .rcz-si-3 {
  display: inline-block;
  min-width: 44px;
  height: 23px;
  background-image: url('../../images/rcz/precisehire-mini.png');
  background-position: left center;
  background-size: 44px 23px;
  background-repeat: no-repeat;
}
#main #content .rcz-ContactPreviewDetails ul.rcz-si .rcz-si-peek {
  font-size: 10px;
  letter-spacing: -1px;
}
#main #content .rcz-ContactPreviewDetails ul.rcz-si .rcz-si-large {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) {
  .span1 .form-horizontal .control-group .control-label,
  .span2 .form-horizontal .control-group .control-label,
  .span3 .form-horizontal .control-group .control-label,
  .span4 .form-horizontal .control-group .control-label,
  .span5 .form-horizontal .control-group .control-label,
  .span6 .form-horizontal .control-group .control-label {
    width: 80px;
    padding: 15px 5px 5px 5px;
  }
}
@media only screen and (max-width: 1220px) {
  #top #topMenuTop .leftSide {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  #main {
    background-position: -20px 0 !important;
  }
  #main #navigation {
    /* width:180px mod*/
  }
  #main #navigation .search input {
    width: 130px;
  }
  #main #navigation .search .dropdown-menu {
    width: 160px;
  }
  #main #navigation .mainNav {
    margin: 0 10px;
  }
  #main #navigation .mainNav > li > a i {
    display: none;
  }
  #main.hiddenNav #content {
    margin-left: 0 !important;
  }
  #main #content {
    margin-left: 180px !important;
  }
  .navi-functions {
    width: 180px !important;
  }
  .span1 .form-horizontal .control-group .control-label,
  .span2 .form-horizontal .control-group .control-label,
  .span3 .form-horizontal .control-group .control-label,
  .span4 .form-horizontal .control-group .control-label,
  .span5 .form-horizontal .control-group .control-label,
  .span6 .form-horizontal .control-group .control-label {
    width: 80px;
    padding: 15px 3px 5px 3px;
  }
}
@media only screen and (max-width: 1050px) {
  .span1 .calendar h2,
  .span2 .calendar h2,
  .span3 .calendar h2,
  .span4 .calendar h2,
  .span5 .calendar h2,
  .span6 .calendar h2 {
    font-size: 12px;
  }
  .span1 .calendar .fc-button,
  .span2 .calendar .fc-button,
  .span3 .calendar .fc-button,
  .span4 .calendar .fc-button,
  .span5 .calendar .fc-button,
  .span6 .calendar .fc-button {
    padding: 0 4px;
  }
  .span1 .calendar .fc-header td h2,
  .span2 .calendar .fc-header td h2,
  .span3 .calendar .fc-header td h2,
  .span4 .calendar .fc-header td h2,
  .span5 .calendar .fc-header td h2,
  .span6 .calendar .fc-header td h2 {
    line-height: 25px;
  }
}
/* begin mod*/
@media only screen and (min-width: 987px) {
  #main #navigation {
    display: block !important;
  }
}
/* end mod*/
/* begin mod*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #main #content #dashboardContent .salesNexusTransfersListContainer .transfersListTitles label.transferName,
  #main #content #dashboardContent #transfer-list label.transferName {
    width: 80px;
  }
  #main #content #dashboardContent .csvDownloadsListContainer .downloadsListTitles label.downloadName,
  #main #content #dashboardContent #download-list label.downloadName {
    width: 80px;
  }
  #main #content #dashboardContent .namedTargetsListContainer .targetsListTitles label.targetsListName,
  #main #content #dashboardContent #target-list label.targetsListName {
    width: 80px;
  }
  #main #content #dashboardContent .suppressionListContainer .suppressionListTitles label.suppressionListName,
  #main #content #dashboardContent #suppression-list label.suppressionListName {
    width: 80px;
  }
}
/* end mod*/
/* begin mod*/
@media only screen and (min-width: 767px) and (max-width: 986px) {
  #main #content #dashboardContent .salesNexusTransfersListContainer .transfersListTitles label.transferName,
  #main #content #dashboardContent #transfer-list label.transferName {
    width: 65px;
  }
  #main #content #dashboardContent .csvDownloadsListContainer .downloadsListTitles label.downloadName,
  #main #content #dashboardContent #download-list label.downloadName {
    width: 65px;
  }
  #main #content #dashboardContent .namedTargetsListContainer .targetsListTitles label.targetsListName,
  #main #content #dashboardContent #target-list label.targetsListName {
    width: 65px;
  }
  #main #content #dashboardContent .suppressionListContainer .suppressionListTitles label.suppressionListName,
  #main #content #dashboardContent #suppression-list label.suppressionListName {
    width: 65px;
  }
}
/* end mod*/
@media only screen and (max-width: 986px) {
  #main {
    background: none !important;
    background-color: #ebebeb !important;
    /*mod*/
  }
  #main #navigation {
    display: none;
  }
  #main #content {
    margin-left: 0 !important;
  }
  .navi-functions {
    display: none;
  }
  /* begin mod*/
  .showHideLeftNavContainer {
    display: block !important;
  }
  /* end mod*/
}
@media only screen and (max-width: 930px) {
  .loginLongSentence {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-fixed-top {
    margin-right: 0;
    margin-left: 0;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .span1 .form-horizontal .control-group .control-label,
  .span2 .form-horizontal .control-group .control-label,
  .span3 .form-horizontal .control-group .control-label,
  .span4 .form-horizontal .control-group .control-label,
  .span5 .form-horizontal .control-group .control-label,
  .span6 .form-horizontal .control-group .control-label {
    width: 16%;
    padding: 15px 3px 5px 3px;
  }
  .form-horizontal.form-column [class*="span"] {
    border-top: 1px solid #bbb;
    border-left: 0 !important;
    width: 100% !important;
  }
  .form-horizontal.form-column [class*="span"]:first-child {
    border-top: 0;
  }
  .form-horizontal.form-column .form-actions {
    border-top: 0 !important;
  }
}
@media only screen and (max-width: 725px) {
  #top #topMenuTop .controlWrapper span.signupLongSentence {
    display: none;
  }
  #top #topMenuTop .controlWrapper span.signupShortSentence {
    display: inline-block;
  }
}
@media only screen and (max-width: 650px) {
  #top #topMenuTop div.accountDetails {
    display: none;
  }
  .span12 .form-horizontal .control-group .control-label {
    width: 18%;
    padding: 15px 3px 5px 5px;
  }
}
@media only screen and (max-width: 480px) {
  #top #brand {
    margin-right: 30px !important;
  }
  .form-horizontal .control-label {
    border-bottom: 1px dotted #bbb !important;
    display: block;
    width: auto !important;
    padding-top: 5px !important;
    padding-left: 15px !important;
  }
  .form-horizontal .controls {
    margin-left: 0 !important;
    border-left: 0 !important;
  }
  #main #content .box .box-head .actions {
    display: none;
  }
  #main #content .box .box-head .tabs li a {
    font-size: 12px;
  }
  #main #content .box .box-head .tabs li a i {
    display: none;
  }
  .calendar {
    position: relative;
  }
  .calendar .fc-header-right {
    position: absolute;
    top: -40px;
    right: -7px;
    width: auto;
  }
  .login-body .login-wrap {
    width: 300px;
    margin-left: -150px;
  }
  .login-body .login-wrap .login button[type="submit"] {
    width: 260px;
  }
  .login-body .login-wrap .login .sep:before {
    width: 110px !important;
  }
  .login-body .login-wrap .login .sep:after {
    width: 110px !important;
  }
  .quick {
    margin: 10px 0 20px 0;
  }
  .quick li {
    margin: 10px 10px 0 10px;
  }
  .quick li a {
    width: 93px;
  }
  .quick li:last-child {
    margin: 10px 10px 0 10px;
  }
}
@media only screen and (max-width: 320px) {
  .col-nav {
    width: 150px !important;
  }
}
@media only print {
  #main {
    background: none;
  }
  #main #navigation {
    display: none;
  }
  #main #content {
    margin-left: 0 !important;
  }
  #main #content .page-header {
    display: none;
  }
  #main #content .box .box-head {
    display: none;
  }
  #main #content .box .box-body {
    border: 0 !important;
  }
  #top {
    display: none;
  }
  .no-print {
    display: none;
  }
}
