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





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/* 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-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{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,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{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;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/accordion/#theming
 */
/*

 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/button/#theming
 */
/*

 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}

.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: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/controlgroup/#theming
 */
/*

 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
/*

 */
.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,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.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;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
/*

 */
.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: 20px;
	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-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/menu/#theming
 */
/*

 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/progressbar/#theming
 */
/*

 */
.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("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.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;
}
/*!
 * jQuery UI Selectable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/selectmenu/#theming
 */
/*

 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
/*

 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.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: -.3em;
	margin-left: 0;
	margin-bottom: -.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;
}
/*!
 * jQuery UI Spinner 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/spinner/#theming
 */
/*

 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	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 override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tabs/#theming
 */
/*

 */
.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 .ui-tabs-anchor {
	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 .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tooltip/#theming
 */
/*

 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*




















 */
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*


 */
/*
  NCC

  Due to issues with qtip2-jquery-rails GEM no being found in manifest file
  I have removed the gem and used the same qtip version the GEM provided.
  This is the same version being used in the other IDW apps.
*/


/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sat Sep 6 2014 06:25 EDT-0400
 * Plugins: tips viewport imagemap svg modal ie6
 * Styles: core basic css3
 */
.qtip{
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;

  max-width: 398px;
  min-width: 50px;

  font-size: 10.5px;
  line-height: 12px;

  direction: ltr;

  box-shadow: none;
  padding: 0;
}

  .qtip-content{
    position: relative;
    padding: 5px 9px;
    overflow: hidden;

    text-align: left;
    word-wrap: break-word;
  }

  .qtip-titlebar{
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;

    border-width: 0 0 1px;
    font-weight: bold;
  }

  .qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

  /* Default close button class */
  .qtip-close{
    position: absolute;
    right: -9px; top: -9px;
    z-index: 11; /* Overlap .qtip-tip */

    cursor: pointer;
    outline: medium none;

    border: 1px solid transparent;
  }

    .qtip-titlebar .qtip-close{
      right: 4px; top: 50%;
      margin-top: -9px;
    }

    * html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

    .qtip-titlebar .ui-icon,
    .qtip-icon .ui-icon{
      display: block;
      text-indent: -1000em;
      direction: ltr;
    }

    .qtip-icon, .qtip-icon .ui-icon{
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      text-decoration: none;
    }

      .qtip-icon .ui-icon{
        width: 18px;
        height: 14px;

        line-height: 14px;
        text-align: center;
        text-indent: 0;
        font: normal bold 10px/13px Tahoma,sans-serif;

        color: inherit;
        background: transparent none no-repeat -100em -100em;
      }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
  border: 1px solid #F1D031;

  background-color: #FFFFA3;
  color: #555;
}

  .qtip-default .qtip-titlebar{
    background-color: #FFEF93;
  }

  .qtip-default .qtip-icon{
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
  }

  .qtip-default .qtip-titlebar .qtip-close{
    border-color: #AAA;
    color: #111;
  }


/*! Light tooltip style */
.qtip-light{
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}

  .qtip-light .qtip-titlebar{
    background-color: #f1f1f1;
  }


/*! Dark tooltip style */
.qtip-dark{
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

  .qtip-dark .qtip-titlebar{
    background-color: #404040;
  }

  .qtip-dark .qtip-icon{
    border-color: #444;
  }

  .qtip-dark .qtip-titlebar .ui-state-hover{
    border-color: #303030;
  }


/*! Cream tooltip style */
.qtip-cream{
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

  .qtip-cream .qtip-titlebar{
    background-color: #F0DE7D;
  }

  .qtip-cream .qtip-close .qtip-icon{
    background-position: -82px 0;
  }


/*! Red tooltip style */
.qtip-red{
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}

  .qtip-red .qtip-titlebar{
    background-color: #F06D65;
  }

  .qtip-red .qtip-close .qtip-icon{
    background-position: -102px 0;
  }

  .qtip-red .qtip-icon{
    border-color: #D95252;
  }

  .qtip-red .qtip-titlebar .ui-state-hover{
    border-color: #D95252;
  }


/*! Green tooltip style */
.qtip-green{
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

  .qtip-green .qtip-titlebar{
    background-color: #B0DE78;
  }

  .qtip-green .qtip-close .qtip-icon{
    background-position: -42px 0;
  }


/*! Blue tooltip style */
.qtip-blue{
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

  .qtip-blue .qtip-titlebar{
    background-color: #D0E9F5;
  }

  .qtip-blue .qtip-close .qtip-icon{
    background-position: -2px 0;
  }


.qtip-shadow{
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;

  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;

  color: white;
  border: 0 solid transparent;

  background: #4A4A4A;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
  background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
  background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
  background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
  background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

  .qtip-youtube .qtip-titlebar{
    background-color: #4A4A4A;
    background-color: rgba(0,0,0,0);
  }

  .qtip-youtube .qtip-content{
    padding: .75em;
    font: 12px arial,sans-serif;

    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
  }

  .qtip-youtube .qtip-icon{
    border-color: #222;
  }

  .qtip-youtube .qtip-titlebar .ui-state-hover{
    border-color: #303030;
  }


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);

  border: 2px solid #ddd;
  border: 2px solid rgba(241,241,241,1);

  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;

  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}

  /* IE Specific */
  .qtip-jtools .qtip-titlebar{
    background-color: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
  }
  .qtip-jtools .qtip-content{
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
  }

  .qtip-jtools .qtip-titlebar,
  .qtip-jtools .qtip-content{
    background: transparent;
    color: white;
    border: 0 dashed transparent;
  }

  .qtip-jtools .qtip-icon{
    border-color: #555;
  }

  .qtip-jtools .qtip-titlebar .ui-state-hover{
    border-color: #333;
  }


/* Cluetip style */
.qtip-cluetip{
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}

  .qtip-cluetip .qtip-titlebar{
    background-color: #87876A;
    color: white;
    border: 0 dashed transparent;
  }

  .qtip-cluetip .qtip-icon{
    border-color: #808064;
  }

  .qtip-cluetip .qtip-titlebar .ui-state-hover{
    border-color: #696952;
    color: #696952;
  }


/* Tipsy style */
.qtip-tipsy{
  background: black;
  background: rgba(0, 0, 0, .87);

  color: white;
  border: 0 solid transparent;

  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}

  .qtip-tipsy .qtip-titlebar{
    padding: 6px 35px 0 10px;
    background-color: transparent;
  }

  .qtip-tipsy .qtip-content{
    padding: 6px 10px;
  }

  .qtip-tipsy .qtip-icon{
    border-color: #222;
    text-shadow: none;
  }

  .qtip-tipsy .qtip-titlebar .ui-state-hover{
    border-color: #303030;
  }


/* Tipped style */
.qtip-tipped{
  border: 3px solid #959FA9;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

  background-color: #F9F9F9;
  color: #454545;

  font-weight: normal;
  font-family: serif;
}

  .qtip-tipped .qtip-titlebar{
    border-bottom-width: 0;

    color: white;
    background: #3A79B8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
    background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
  }

  .qtip-tipped .qtip-icon{
    border: 2px solid #285589;
    background: #285589;
  }

    .qtip-tipped .qtip-icon .ui-icon{
      background-color: #FBFBFB;
      color: #555;
    }


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;

  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

  .qtip-bootstrap .qtip-titlebar{
    /** Taken from Bootstrap .popover-title */
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }

    .qtip-bootstrap .qtip-titlebar .qtip-close{
      /**
       * Overrides qTip2:
       * .qtip-titlebar .qtip-close{
       *   [...]
       *   right: 4px;
       *   top: 50%;
       *   [...]
       *   border-style: solid;
       * }
       */
      right: 11px;
      top: 45%;
      border-style: none;
    }

  .qtip-bootstrap .qtip-content{
    /** Taken from Bootstrap .popover-content */
    padding: 9px 14px;
  }

  .qtip-bootstrap .qtip-icon{
    /**
     * Overrides qTip2:
     * .qtip-default .qtip-icon {
     *   border-color: #CCC;
     *   background: #F1F1F1;
     *   color: #777;
     * }
     */
    background: transparent;
  }

    .qtip-bootstrap .qtip-icon .ui-icon{
      /**
       * Overrides qTip2:
       * .qtip-icon .ui-icon{
       *   width: 18px;
       *   height: 14px;
       * }
       */
      width: auto;
      height: auto;

      /* Taken from Bootstrap .close */
      float: right;
      font-size: 20px;
      font-weight: bold;
      line-height: 18px;
      color: #000000;
      text-shadow: 0 1px 0 #ffffff;
      opacity: 0.2;
      filter: alpha(opacity=20);
    }

    .qtip-bootstrap .qtip-icon .ui-icon:hover{
      /* Taken from Bootstrap .close:hover */
      color: #000000;
      text-decoration: none;
      cursor: pointer;
      opacity: 0.4;
      filter: alpha(opacity=40);
    }


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
  filter: none;
  -ms-filter: none;
}


.qtip .qtip-tip{
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;

}

  /* Opera bug #357 - Incorrect tip position
  https://github.com/Craga89/qTip2/issues/367 */
  x:-o-prefocus, .qtip .qtip-tip{
    visibility: hidden;
  }

  .qtip .qtip-tip,
  .qtip .qtip-tip .qtip-vml,
  .qtip .qtip-tip canvas{
    position: absolute;

    color: #123456;
    background: transparent;
    border: 0 dashed transparent;
  }

  .qtip .qtip-tip canvas{ top: 0; left: 0; }

  .qtip .qtip-tip .qtip-vml{
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible;
  }


#qtip-overlay{
  position: fixed;
  left: 0; top: 0;
  width: 100%; height: 100%;
}

  /* Applied to modals with show.modal.blur set to true */
  #qtip-overlay.blurs{ cursor: pointer; }

  /* Change opacity of overlay here */
  #qtip-overlay div{
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;

    background-color: black;

    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }


.qtipmodal-ie6fix{
  position: absolute !important;
}
/*

*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/assets/colorbox_images/overlay-35b63b5e75b11c2906de25de20bff38d9dc9a7fd09c1bfde47eb70c05e887044.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/assets/colorbox_images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/assets/colorbox_images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/assets/colorbox_images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/assets/colorbox_images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/assets/colorbox_images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/assets/colorbox_images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/assets/colorbox_images/border-bd9c4ca94e6ef88a4b442945194f42fb695ddc3ee3d0c5c3325d12d24ef5d0dd.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/assets/colorbox_images/border-bd9c4ca94e6ef88a4b442945194f42fb695ddc3ee3d0c5c3325d12d24ef5d0dd.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(/assets/colorbox_images/loading_background-57920b7d3cfb8c593c58de61920794b44164d3812e3b25cb9e142c01315286d9.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/assets/colorbox_images/loading-d6863542aebeecab34023db5bd2781813a77fc52f0ef632afc2e23bb90bf23bc.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/assets/colorbox_images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/assets/colorbox_images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/assets/colorbox_images/controls-c3f7ca0f7209d13fbd45e72bbbae9b525a26c979908692a5ddbd6234e3e724ba.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* default vertical align to middle */
thead,
tbody,
tfoot {
  vertical-align: middle
}

td,
th,
tr {
  vertical-align: inherit
}
/*
  This use to be called application.css in Rails 2. Renamed to main.css.erb for rails 3 to use in assest pipeline.
  Since we are not using sass rails we need to use asset_path which only works with the extension as css.erb
*/


/* =====================================================================
   The following block is used to explicity declare some of the 
   legacy styling we want to preserve until these pages are phased out. 
   NWD 9-24-19
   ===================================================================== */
body {
  color: #000000;
}

a {
  text-decoration: underline;
}

a img {
  display: inherit;
}



div#header-mast div.contact span.customer-service {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  letter-spacing: 0.01em;
  font-weight: bolder;
  font-size: 14px;
}

.footer-style a {
 font-family: "Arial";
 text-decoration: none;
}

.mobile-trade, .footer-copy {
  color: #7f7f7f;
}

div.header-div {
  margin-bottom: 0px;
}

div#print-reports {
  font-size: 14px;
  text-align: right;
  float: right;
}

ul.credit-report-list li a {
  font-size: 14px;
}

table.results tbody tr td, div#lost-wallet-list table tbody tr td.first {
  font-size: 13px;
  padding: 0.5em;
}

table#contact-details tbody tr td, div#contact-info-table table tbody tr td, table#opt-out-table tbody tr td {
  font-size: 13px;
}

td#offender-photo img {
  max-width: inherit;
}

label img, img.equifax-logo, h1#threshold-sub img, p.req img, table.acctData tbody tr td img, form p img, img.popup_handle, table.data tbody tr td div img, div.credit-score-rating img {
  display: inline;
}

img#info-icon {
  display: inline;
  box-sizing: content-box;
  padding-right:10px;
  width: 16px;
  height: 16px;
}

td,th {
  padding: 0.5em;
}

table,div {
  margin-bottom: 1em;
}

div#monitoring-legend, div[id^="cbox"], div#lost-wallet-list {
  margin-bottom: 0;
}
                   
.monitor-button {
  font-family: Arial
}

div.child-lock-status-dob-wrapper,div.child-lock-status-button-wrapper {
  box-sizing: content-box;
  line-height: 1.4;
}

div#legacy-pane div#member-info {
  margin-bottom: 25px;
  line-height: 1.4;
  width: 300px;
}

h1.sign-in-h1 {
  margin-top: 0;
  font-size: 153.9%;
}

h1 {
  color: #005a99;
}

h2#h2-login,div h2, h2#member-header {
  color: #999999;
  padding-left: 4px;  
  font-size: 23px;
}

.footer-nav div ul li {
  color: #7f7f7f;
}

div#legacy-pane {
  width: 80%;
  margin: 2% auto;
  padding: 12px;
  background-color: #FFFFFF;
  min-height: calc(100vh - 496px);
}

div#legacy-pane.responsive {
  max-width: 100%;
}

div#t-and-c ol {
  padding-left: 20px;
}

div.score-tracker-table {
  border: 1px solid lightgrey;
}

div.record div.top, div.headh {
  margin-bottom: 0;
}

div.actions button {
  font-family: Arial;
}

div.child-lock-family-header div h1 {
  font-size: 22px;
}

div.subscription_product ul li {
  list-style-type: disc;
  font-size: 13px;
}

ul.user-menu li.active a {
  color: #ffc233 !important;
}

dl.qa dd {
  margin: 0 0 0.5em 0;
  line-height: 1.4;
  font-size: 16px;
}

/* ======================== END LEGACY BLOCK ======================== */

#header, #body { text-align: center; }
#header-inner, #body {
  width: 927px;
  text-align: left;
  margin: 0 auto;
}
#header .logo {
  float: left;
  margin-left: 18px;
}
#header-bar-inner {
  width: 934px;
  margin: 0 auto;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
}
#header-bar-inner ul {
  margin: 0;
  padding: 0;
}
#header-bar-inner ul li {
  list-style: none;
  float: left;
  margin-right: 1em;
}
#header-bar-inner a {
  color: #ffffff;
  padding: 0 1em;
  text-decoration: none;
  line-height: 31px;
}
#header-bar-inner a:hover { text-decoration: underline; }
#header-bar-inner span.current {
  padding: 0 1em;
  background: #ff7432;
  line-height: 31px;
  display: block;
}
#header #header-bar #header-bar-inner span.current {
  -moz-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
}
#header #header-inner { padding: 21px; }
#header #header-inner .logo {
  background-image: url(/assets/layout/header_logo-9237ac432a1802f43cfe06adceae2b9bb1cacef396a4928b1a8e896718ec9383.png);
  width: 221px;
  height: 33px;
}
#header .login {
  float: right;
  color: #005a99;
  text-align: center;
}
#header .login .logged_out { width: 270px; }
#header .login .logged_in { width: 270px; }
#header .login p { margin-bottom: 0.2em; }
#header .login .call { color: #ff7432; }
#header #header-bar {
  background: #005a99;
  border-top: 2px solid #005a99;
  height: 31px;
}
#header #header-bar #header-bar-inner {
  width: 934px;
  margin: 0 auto;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
}
#header #header-bar #header-bar-inner ul {
  margin: 0;
  padding: 0;
}
#header #header-bar #header-bar-inner ul li {
  list-style: none;
  float: left;
  margin-right: 1em;
}
#header #header-bar #header-bar-inner a {
  color: #ffffff;
  padding: 0 1em;
  text-decoration: none;
  line-height: 31px;
}
#header #header-bar #header-bar-inner a:hover { text-decoration: underline; }
#header #header-bar #header-bar-inner span.current {
  padding: 0 1em;
  background: #ff7432;
  line-height: 31px;
  display: block;
}
#header #header-bottom {
  height: 31px;
  background: #ff7432;
}
#header #header-bottom #header-bottom-inner {
  width: 934px;
  margin: 0 auto;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  font-weight: normal;
}
#header #header-bottom #header-bottom-inner ul {
  margin: 0;
  padding: 0;
}
#header #header-bottom #header-bottom-inner ul li {
  list-style: none;
  float: left;
  margin-right: 1em;
}
#header #header-bottom #header-bottom-inner a {
  color: #ffffff;
  padding: 0 1em;
  text-decoration: none;
  line-height: 31px;
}
#header #header-bottom #header-bottom-inner a:hover { text-decoration: underline; }
#header #header-bottom #header-bottom-inner span.current {
  padding: 0 1em;
  background: #ff7432;
  line-height: 31px;
  display: block;
}
#header #header-bottom #header-bottom-inner span.current {
  font-weight: bold;
  text-decoration: underline;
}
#registration_steps {
  margin: 1em 0 0;
  padding: 0;
  font-size: 123.1%;
  color: #b2b2b2;
  text-align: center;
}
#registration_steps li {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  display: inline-block;
  width: 6em;
}
#registration_steps li span {
  background: url(/assets/layout/progress_circles-016e0dc0465e7d2a251b29860c6bd11578c4d4b44c8819f28bcd271f46614f6b.png) center bottom no-repeat;
  display: block;
  height: 37px;
  margin-top: 0.2em;
}
#registration_steps li.completed { color: #fdb994; }
#registration_steps li.completed span { background-position: center top; }
#registration_steps li.current { color: #ff7432; }
#registration_steps li.current span { background-position: center -37px; }
#promo_code {
  background: #ededed;
  border: 1px solid #cccccc;
  width: 150px;
  float: right;
}
#promo_code #promo_code-inner { padding: 0.5em 10px; }
#promo_code #promo_code-inner label {
  color: #999999;
  display: block;
  text-align: center;
  font-style: oblique;
  margin-bottom: 0.5em;
}
#promo_code #promo_code-inner input {
  width: 125px;
  margin-bottom: 0.5em;
}
.subscription_product {
  border: 2px solid #999999;
  background: #ededed;
  margin-bottom: 1em;
}
.subscription_product h3 {
  margin-top: 0;
  background: #005a99;
  color: #ffffff;
  font-size: 138.5%;
  padding: 0.5em 1em;
  border-bottom: 1px solid #999999;
}
.subscription_product .snapshot {
  border-top: 1px solid #999999;
  padding: 0.25em 1em;
  background: #cccccc;
  font-size: 93%;
  color: #666666;
  font-weight: bold;
}
body.basic #wrapper #body #body-inner #content-wrapper { border: 3px solid #cccccc; }
#body #content-wrapper h1.identity-profile-report { margin-top: 0.5em; }
#body #content-wrapper h1 span.ncoa {
  color: #999999;
  font-size: 75%;
  margin-top: 0;
  margin-bottom: 20px;
  font-style: italic;
}
#body {
  margin-bottom: 25px;
  padding-top: 10px;
}
#body #body-inner { 
  min-height: 70px;
  background-color: #FFFFFF;
  padding: 14px;
}
#body #body-inner #progress_icons {
  width: 606px;
  margin-left: 20px;
}
#body #content-wrapper {
  float: left;
  width: 595px;
}
#body #content-wrapper h1 {
  margin-top: 0;
  color: #005a99;
  font-size: 153.9%;
}
#body #content {
  text-align: center;
  margin-left: -18px;
}
#body #content #content-inner {
  width: 550px;
  text-align: left;
  margin: 0 auto;
}
#body #content #content-inner h2 {
  color: #999999;
  font: 146.5% arial, clean, sans-serif normal;
  margin-bottom: 0.5em;
}
#body #content .middle { background: url(/assets/layout/body_content_middle_wide-54b8ed76eef972c222764272d33dab06652fe120b26e61d5f08eeba4853f4fde.png) left 0 repeat-y; }
#body #content .top {
  background: url(/assets/layout/body_content_ends-51a89aed5bc6507b48835ea7e6ce75508029ee98115e2b225b660e1aedd59cd5.png) no-repeat;
  height: 35px;
}
#body #content .bottom {
  background: url(/assets/layout/body_content_ends-51a89aed5bc6507b48835ea7e6ce75508029ee98115e2b225b660e1aedd59cd5.png) left -35px no-repeat;
  height: 35px;
}
#body #content_simple { text-align: left; }
#body #content_simple h1 {
  margin-top: 0;
  color: #005a99;
  font-size: 160%;
}
#body #content_simple #content-inner {
  text-align: left;
  margin-left: 0em;
}
#body #content_simple #content-inner #member-info {
  margin-bottom: 25px;
  width: 300px;
  float: left;
}
#body #content_simple #content-inner #member-info h2 {
  color: #000000;
  font: 140% arial, clean, sans-serif normal;
  font-weight: bold;
  margin-bottom: 0;
}
#body #content_simple #content-inner #member-info .highlight { color: #206aaa; }
#body #content_simple #content-inner #small_operator {
  float: right;
  width: 220px;
  text-align: center;
  margin-top: -1.5em;
}
#body #content_simple #content-inner #small_operator .box {
  border: 1px solid #aaaaaa;
  text-align: left;
}
#body #content_simple #content-inner #small_operator .box h2 {
  font-size: 140%;
  font-weight: normal;
  color: #ff7432;
  margin: 5px 8px 6px;
  margin-bottom: 0;
  text-decoration: none;
}
#body #content_simple #content-inner #small_operator .box p {
  margin: 0 0 0 6px;
  font-size: 85%;
}
#body #content_simple #content-inner #small_operator .box .call {
  font-weight: bold;
  background: #006699;
  color: #ffffff;
  font-size: 130%;
  text-align: center;
  padding: 2px;
  border-top: 1px solid #aaaaaa;
}
#body #sidebar {
  margin-top: 20px;
  float: right;
  width: 270px;
  text-align: center;
}
#body #sidebar .login {
  color: #797979;
  margin-bottom: 43px;
}
#body #sidebar .section { margin-bottom: 90px; }
#body #sidebar .section .quote { font-size: 108%; }
#body #sidebar .section .quote blockquote {
  display: block;
  margin: 0 0 0.5em;
  border: 2px solid #cccccc;
  padding: 0.5em 1em;
  background: #ffffcc;
}
#body #sidebar .section .quote blockquote p {
  margin: 0.5em 0;
  font-style: oblique;
}
#body #sidebar .section .quote cite { font-weight: bold; }
#body #sidebar .section .quote .info {
  font-size: 93%;
  font-style: oblique;
  margin: 0 2em;
}
#body #sidebar .section .quote .product { white-space: nowrap; }
#body #sidebar .box {
  border: 1px solid #aaaaaa;
  text-align: left;
}
#body #sidebar .box h2 {
  font-size: 174%;
  font-weight: normal;
  color: #ff7432;
  margin: 5px 8px 8px;
  margin-bottom: 0;
  text-decoration: none;
}
#body #sidebar .box p { margin: 0 0 0 8px; }
#body #sidebar .box .call {
  font-weight: bold;
  background: #006699;
  color: #ffffff;
  font-size: 153.9%;
  text-align: center;
  padding: 6px;
  border-top: 1px solid #aaaaaa;
}
#body #sidebar h2 {
  color: #005a99;
  text-decoration: underline;
  margin: 0 0 0.1em 0;
}
#body #sidebar ul.no-bullet li { margin-bottom: 0.2em; }
#body #content #content-inner #member-info {
  margin-bottom: 25px;
  width: 300px;
}
#body #content #content-inner #member-info h2 {
  color: #000000;
  font: 140% arial, clean, sans-serif normal;
  font-weight: bold;
  margin-bottom: 0;
}
#body #content #content-inner #member-info .highlight { font-weight: bold; }

#body #content #content-inner #billing-member-info {
  margin-bottom: 10px;
  width: 300px;
}

#billing-member-info > * {
  line-height:  1.35em;
}

#body #content #content-inner #billing-member-info h2 {
  color: #000000;
  font: 140% arial, clean, sans-serif normal;
  font-weight: bold;
  margin-bottom: 0;
}
#body #content #content-inner #billing-member-info .highlight { font-weight: bold; }
div#legacy-pane #billing-member-info .highlight { font-weight: bold; }

body#single_column #body-inner #progress_icons {
  width: auto;
  margin: 0 auto;
}
body#single_column #content-wrapper {
  float: none;
  width: 890px;
}
body#single_column #content { background-position: -689px; }
body#single_column #content .top { background: url(/assets/layout/body_content_ends-51a89aed5bc6507b48835ea7e6ce75508029ee98115e2b225b660e1aedd59cd5.png) left -70px no-repeat; }
body#single_column #content .bottom { background: url(/assets/layout/body_content_ends-51a89aed5bc6507b48835ea7e6ce75508029ee98115e2b225b660e1aedd59cd5.png) left -105px no-repeat; }
body#single_column #content #content-inner {
  width: 833px;
  margin-left: 43px;
}
body#single_column form div.table_wrapper table.data label { white-space: nowrap; }
body#single_column.no-shadow #content {
  background: none;
  float: none;
  width: 900px;
}
body#single_column.no-shadow #content .top {
  background: none;
  height: 0;
}
body#single_column.no-shadow #content .bottom {
  background: none;
  height: 0;
}
body#single_column.no-shadow #content #content-inner { width: 899px; }
#contact_info {
  background: #206aaa;
  padding: 17px;
  text-align: center;
  float: right;
  font-size: 93%;
  width: 236px;
  color: #ffffff;
}
#cboxLoadedContent #contact_info {
  width: 93%;
  padding-bottom: 0;
}
.button_styles {
  border: none;
  background: url(/assets/layout/buttons-f50cd07458f697a203d21cf0616113e0fa8233985b6d07ed4b07a9e31cebd94b.png) no-repeat;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 264px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 1em;
}

/****************************************** Typography / Headings ***********************************************************************************************/
#content_simple h1.title {
  border-bottom: 5px solid #000;
  margin-left: -13px;
  margin-right: -13px;
  margin-bottom: 13px;
  padding: 13px 13px;
}
h2.subtitle {
  margin: 1em 0;
}

/****************************************** Dashlane styling ***********************************************************************************************/

#password-manager {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 2rem;
  padding: 0.5rem;
}

#password-manager section:nth-child(2) {
  padding-top: 2rem;
}

@media(max-width: 736px) {
  #password-manager {
    grid-template-columns: 1fr;
  }

  #password-manager section:nth-child(2) {
    padding-top: 0;
  }

  .dash-button.registration {
    display: block;
    width: 100%;
  }

  button.dash-accordion {
    font-size: 0.9em;
  }
}

#password-manager p {
  margin-bottom: 1em;
}

.dash-section {
  max-width: 568px;
  width: 100%;
}

.dash-section ol {
  list-style-type: decimal;
}
.dash-section ol li {
  margin-left: 1rem;
  padding-left: 1rem;
}

#dash-logo {
  width: 150px;
  max-width: inherit;
  margin: -5px auto 10px auto;
}

.dash-button.registration {
  background: #3a6a7f;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  padding: 0.25rem 0;
  height: auto;
}
.dash-button.registration:hover,
.dash-button.registration:active {
  background: #3a6a7f;
  color: #ffffff;
}

span#key {
  color: #1E6B7F;
}

 /* Taken from W3 schools. NWD 7-12-16
    Style the buttons that are used to open and close the accordion panel */
button.dash-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    font-weight: bold;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid black;
    line-height: 1rem;
    outline: none;
    padding-right: 2.5em;
    position: relative;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.dash-accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.dash-accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-35%);
}

button.dash-accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Style the accordion panel. Note: hidden by default */
div.dash-panel {
    padding: 16px 18px 0px;
    background-color: white;
    display: none;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.dash-panel.show {
    display: block !important;
}
/******************************************************************************************************************************************************************/

/* the same css as registration class but none of that disable CRUD. */
.form_button, .button {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial;
  color: #333333;
}
.form_button {
  border: none;
  background: url(/assets/layout/buttons-f50cd07458f697a203d21cf0616113e0fa8233985b6d07ed4b07a9e31cebd94b.png) no-repeat;
  height: 40px;
  line-height: 40px;
  width: 264px;
  margin-bottom: 1em;
}
.form_button:hover {
  background-position: 0 -40px;
  color: #ffffff;
}
.button {
  background: rgb(252,252,252);
  background: -moz-linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(177,177,177,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(177,177,177,1) 100%);
  background: linear-gradient(180deg, rgba(252,252,252,1) 0%, rgba(177,177,177,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc",endColorstr="#b1b1b1",GradientType=1);

  border: 1px solid #919191;
  border-radius: 10px;
  cursor: pointer;
  padding: 0.75em 2em;
  text-decoration: none;
}
.button:hover {
  background: #008EFF;
  color: white;
}
.button:disabled {
  background: rgb(65,65,65);
  background: -moz-linear-gradient(180deg, rgba(65,65,65,1) 0%, rgba(125,125,125,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(65,65,65,1) 0%, rgba(125,125,125,1) 100%);
  background: linear-gradient(180deg, rgba(65,65,65,1) 0%, rgba(125,125,125,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414141",endColorstr="#7d7d7d",GradientType=1);
}

form input + label {
  margin-left: 0.25em;
}
form .field {
  margin: 0.5em 0;
}
form .control {
  min-height: 1rem;
}
form .control .button + a,
form .control a + .button
{
  margin-left: 1em;
}

/**********************************************************************/

.registration {
  border: none;
  background: url(/assets/layout/buttons-f50cd07458f697a203d21cf0616113e0fa8233985b6d07ed4b07a9e31cebd94b.png) no-repeat;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 264px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial;
  margin-bottom: 1em;
  color: #333333;
}
.registration:hover {
  background-position: 0 -40px;
  color: #ffffff;
}
.registration[disabled] {
  background-position: 0 -120px;
  color: #9c9c9c;
}
.registration[disabled].clicked, button[disabled].clicked.high_priority {
  background-position: 0 -80px;
  color: #333333;
}
a.registration {
  text-decoration: none;
}

.registration_wide {
  border: none;
  background: url(/assets/layout/buttons_wide-ee787b4007560fd0899a72576e2a5f6d3c62901fa5dbd5b1abc142e664bdf027.png) no-repeat;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 400px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial;
  margin-bottom: 1em;
  color: #333333;
}
.registration_wide:hover {
  background-position: 0 -40px;
  color: #ffffff;
}
.registration_wide[disabled] {
  background-position: 0 -120px;
  color: #9c9c9c;
}
.registration_wide[disabled].clicked, button[disabled].clicked.high_priority {
  background-position: 0 -80px;
  color: #333333;
}
a.registration_wide {
  text-decoration: none;
}

a.as_button {
  border: none;
  background: url(/assets/layout/buttons-f50cd07458f697a203d21cf0616113e0fa8233985b6d07ed4b07a9e31cebd94b.png) no-repeat;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 264px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial;
  margin-bottom: 1em;
  color: #333333;
  text-decoration: none;
}
a.as_button:hover {
  background-position: 0 -40px;
  color: #ffffff;
}

button.narrow-registration {
  background: url(/layout/narrow_buttons.png) no-repeat;
  width: 180px;
}


button.high_priority {
  border: none;
  background: url(/assets/layout/buttons-f50cd07458f697a203d21cf0616113e0fa8233985b6d07ed4b07a9e31cebd94b.png) no-repeat;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 264px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial;
  margin-bottom: 1em;
  color: #ffffff;
  text-transform: uppercase;
  background-position: 0 -160px;
}
button.high_priority:hover { background-position: 0 -40px; }
button.resource_articles {
  border: none;
  background: url(/assets/layout/buttons-f50cd07458f697a203d21cf0616113e0fa8233985b6d07ed4b07a9e31cebd94b.png) no-repeat;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 264px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial;
  margin-bottom: 1em;
  color: #ffffff;
  background-position: 0 -160px;
}
#product_selector .products fieldset { position: relative; }
#product_selector .products fieldset h2 {
  color: #005a99;
  background: #ededed;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 0.5em 0;
  margin: 0 auto;
  font-size: 153.9%;
  font-weight: bold;
}
#product_selector .products fieldset sup {
  font-size: 55%;
  position: relative;
  top: 0.2em;
}
#product_selector .products fieldset #as_low_as {
  background: url(/assets/layout/as_low_as-7a51f40c0701c716e0d24d2de86d457de600ea889431a6d88a099ffc1998511c.png) no-repeat;
  position: absolute;
  left: -30px;
  top: -30px;
  width: 125px;
  height: 124px;
}
#product_selector .products fieldset #as_low_as span {
  position: absolute;
  width: 73px;
  margin: 0 auto;
  left: 13px;
  top: 48px;
  font-size: 138.5%;
  font-weight: bold;
  text-align: center;
}
#product_selector .products fieldset label { border: 1px solid #ffffff; }
#product_selector .products fieldset label span { white-space: nowrap; }
#product_selector .products fieldset label.selected {
  background: #d6eeff;
  border-color: #206aaa;
}
#product_selector .products fieldset ul {
  margin: 0;
  padding: 0.5em 0 0 0;
  text-align: center;
}
#product_selector .products fieldset ul li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 0;
  list-style: none;
}
#product_selector .products fieldset ul li label {
  display: block;
  text-align: center;
}
#product_selector .products fieldset ul li .duration {
  font-size: 138.5%;
  display: block;
}
#product_selector .products fieldset ul li .price {
  font-size: 197%;
  font-weight: bold;
  display: block;
}
#product_selector .products fieldset ul li .price sup { text-decoration: underline; }
#product_selector .products fieldset ul li .monthly_cost { display: block; }
#product_selector .products fieldset ul li .savings {
  color: #ff0000;
  font-size: 108%;
  display: block;
}
#product_selector .products fieldset ul.inline li { float: none; }
.record {
  text-align: left;
  display: inline-block;
  width: 261px;
  position: relative;
  margin: 1em;
  font-size: 13px;
}
.record .top {
  height: 10px;
  background: url(/assets/layout/identity_record_small-681a259d0e0af08f00b0725159ff546dbdd306ce04468f1b9fd21d3c395485c7.png) left top no-repeat;
}
.record .bottom {
  background: url(/assets/layout/identity_record_bottom_small-726fa4a0463b276216be7133d1da4616b88359db42a7b71cb4ba4878bf7f478d.png) right bottom;
  height: 37px;
}
.record .bottom .actions {
  color: #ffffff;
  font-size: 90%;
}
.record dl {
  margin: 0;
  padding: 0.5em 1em 0.75em;
  min-height: 7em;
  background: url(/assets/layout/identity_record_small-681a259d0e0af08f00b0725159ff546dbdd306ce04468f1b9fd21d3c395485c7.png) right center repeat-y;
}
.record dl dt { margin-bottom: 0.5em; }
.record dl dd {
  margin-left: 2em;
  margin-bottom: 0;
}
.record dl dd div { margin-bottom: 0; }
.record .actions {
  position: absolute;
  left: 1em;
  bottom: 0.6em;
  color: #ffffff;
}
.record .actions button { margin-left: 0.25em; }
.record .sample {
  color: #ff0000;
  font-size: 80%;
  font-weight: bold;
  position: absolute;
  right: 1em;
  top: 0.5em;
}
.record.unreviewed .bottom { background-position: left bottom; }
#example_record { margin-bottom: 2em; }
#example_record dt { position: relative; }
#example_record dd { position: relative; }
#example_record .explanation {
  text-align: left;
  font-size: 85%;
  position: absolute;
  top: -0.5em;
}
#example_record .explanation .text {
  width: 250px;
  background: #ffffff;
}
#example_record dd .explanation.left {
  left: -305px;
  width: 300px;
}
#example_record dd .explanation.right { right: -280px; }
#example_record .right { background: url(/assets/layout/left_red_arrow-e707ab61c55da6f0d280039b8f5583e66d5393cce0b71c82d8e12be92062d217.png) left center no-repeat; }
#example_record .right .text {
  border-left: 1px solid #ff0000;
  padding-left: 10px;
  margin: 0 0 0 auto;
}
#example_record .left { background: url(/assets/layout/right_red_arrow-b9fd3ac6ccdfbc29caf735865a526288f37761313398a7178958e642f2ca5b31.png) right center no-repeat; }
#example_record .left .text {
  border-right: 1px solid #ff0000;
  padding-right: 10px;
}
#example_record #record_id {
  left: -279px;
  width: 276px;
}
#example_record #record_name {
  width: 447px;
  top: -1.2em;
}
#example_record #record_dates {
  width: 452px;
  top: -0.7em;
  background-position: left 1em;
}
#example_record #record_phones { top: -0.5em; }
body.dashboard #body #content #content-inner #risk_assessment_questions p {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 2em;
}
body.dashboard #body #content #content-inner #risk_assessment_questions dt {
  display: block;
  width: 100%;
  font-weight: bold;
  margin-left: 1em;
}
body.dashboard #body #content #content-inner #risk_assessment_questions dt.fieldWithErrors { padding-left: 0.25em; }
body.dashboard #body #content #content-inner #risk_assessment_questions fieldset {
  margin: 0 2em 2em;
  padding: 0.5em 0;
}
body.dashboard #body #content #content-inner #risk_assessment_questions fieldset div { margin: 0.5em 2em; }
body.dashboard #body #content #content-inner .identity_records {
  text-align: center;
  margin-bottom: 2em;
}
body.dashboard #body #content #content-inner .identity_records h2 {
  font-weight: bold;
  border-top: 5px solid;
  font-size: 108%;
  padding: 0.5em 2em 1em;
  text-align: left;
}
body.dashboard #body #content #content-inner #unreviewed h2 { color: #000000; }
body.dashboard #body #content #content-inner #recognized h2 { color: #339933; }
body.dashboard #body #content #content-inner #unrecognized h2 { color: #ff0000; }
body.dashboard #body #content #content-inner .record.left {
  float: left;
  clear: both;
  margin-left: 0;
}
body.dashboard #body #content #content-inner .record.right {
  float: right;
  margin-right: 0;
}
body.dashboard #body #content #content-inner .record {
  text-align: left;
  display: inline-block;
  width: 261px;
  position: relative;
  margin: 1em;
}
body.dashboard #body #content #content-inner .record .top {
  height: 10px;
  background: url(/assets/layout/identity_record_small-681a259d0e0af08f00b0725159ff546dbdd306ce04468f1b9fd21d3c395485c7.png) left top no-repeat;
}
body.dashboard #body #content #content-inner .record .bottom {
  background: url(/assets/layout/identity_record_bottom_small-726fa4a0463b276216be7133d1da4616b88359db42a7b71cb4ba4878bf7f478d.png) right bottom;
  height: 37px;
}
body.dashboard #body #content #content-inner .record .bottom .actions {
  color: #ffffff;
  font-size: 90%;
}
body.dashboard #body #content #content-inner .record dl {
  margin: 0;
  padding: 0.5em 1em 0.75em;
  min-height: 7em;
  background: url(/assets/layout/identity_record_small-681a259d0e0af08f00b0725159ff546dbdd306ce04468f1b9fd21d3c395485c7.png) right center repeat-y;
}
body.dashboard #body #content #content-inner .record dl dt { margin-bottom: 0.5em; }
body.dashboard #body #content #content-inner .record dl dd {
  margin-left: 2em;
  margin-bottom: 0;
}
body.dashboard #body #content #content-inner .record dl dd div { margin-bottom: 0; }
body.dashboard #body #content #content-inner .record .actions {
  position: absolute;
  left: 1em;
  bottom: 0.6em;
  color: #ffffff;
}
body.dashboard #body #content #content-inner .record .actions button { margin-left: 0.25em; }
body.dashboard #body #content #content-inner .record .sample {
  color: #ff0000;
  font-size: 80%;
  font-weight: bold;
  position: absolute;
  right: 1em;
  top: 0.5em;
}
body.dashboard #body #content #content-inner .record.unreviewed .bottom { background-position: left bottom; }
body.dashboard #body #content #content-inner #example_record { margin-bottom: 2em; }
body.dashboard #body #content #content-inner #example_record dt { position: relative; }
body.dashboard #body #content #content-inner #example_record dd { position: relative; }
body.dashboard #body #content #content-inner #example_record .explanation {
  text-align: left;
  font-size: 85%;
  position: absolute;
  top: -0.5em;
}
body.dashboard #body #content #content-inner #example_record .explanation .text {
  width: 250px;
  background: #ffffff;
}
body.dashboard #body #content #content-inner #example_record dd .explanation.left {
  left: -289px;
  width: 284px;
}
body.dashboard #body #content #content-inner #example_record dd .explanation.right { right: -280px; }
body.dashboard #body #content #content-inner #example_record .right { background: url(/assets/layout/left_red_arrow-e707ab61c55da6f0d280039b8f5583e66d5393cce0b71c82d8e12be92062d217.png) left center no-repeat; }
body.dashboard #body #content #content-inner #example_record .right .text {
  border-left: 1px solid #ff0000;
  padding-left: 10px;
  margin: 0 0 0 auto;
}
body.dashboard #body #content #content-inner #example_record .left { background: url(/assets/layout/right_red_arrow-b9fd3ac6ccdfbc29caf735865a526288f37761313398a7178958e642f2ca5b31.png) right center no-repeat; }
body.dashboard #body #content #content-inner #example_record .left .text {
  border-right: 1px solid #ff0000;
  padding-right: 10px;
}
body.dashboard #body #content #content-inner #example_record #record_id {
  left: -263px;
  width: 260px;
}
body.dashboard #body #content #content-inner #example_record #record_name { width: 485px; }
body.dashboard #body #content #content-inner #example_record #record_dates {
  width: 492px;
  top: -1em;
}
body.dashboard #body #sidebar #recommended_action {
  background: #ffffff;
  border: 3px solid #ff7432;
  text-align: left;
}
body.dashboard #body #sidebar #recommended_action h2 {
  color: #000000;
  padding: 0 0 10px;
  font-size: 180%;
  text-align: center;
  text-decoration: none;
}
body.dashboard #body #sidebar #recommended_action div.recommended_image { text-align: center; }
body.dashboard #body #sidebar #recommended_action .risk_is_real {
  font-weight: bold;
  font-size: 153.9%;
  color: #ff7432;
}
body.dashboard #body #sidebar #recommended_action .unprotected {
  font-weight: bold;
  font-size: 116%;
}
body.dashboard #body #sidebar #recommended_action .price {
  font-weight: bold;
  font-size: 293%;
}
body.dashboard #body #sidebar #recommended_action .price sup {
  font-size: 53%;
  text-decoration: underline;
}
body.dashboard #body #sidebar #recommended_action .term {
  font-weight: bold;
  display: block;
  font-size: 138.5%;
}
body.dashboard #body #sidebar #example_record_sidebar { text-align: left; }
body.dashboard #body #sidebar #example_record_sidebar h2 {
  background: #ff7432;
  padding: 0.5em 0 0.5em 0.5em;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 1em;
}
body.dashboard #body #sidebar #example_record_sidebar p {
  margin-left: 0em;
  margin-right: 0em;
}
body.dashboard #body #sidebar #example_record_sidebar .record { margin: 0 0 1em 0; }
body.dashboard #body #sidebar #example_record_sidebar dt {
  background: url(/assets/layout/right_red_arrow-b9fd3ac6ccdfbc29caf735865a526288f37761313398a7178958e642f2ca5b31.png) -388px center no-repeat;
  padding-left: 16px;
}
body.dashboard #body #sidebar #example_record_sidebar dd {
  background: url(/assets/layout/right_red_arrow-b9fd3ac6ccdfbc29caf735865a526288f37761313398a7178958e642f2ca5b31.png) -388px center no-repeat;
  padding-left: 16px;
}
body.dashboard #body #sidebar #example_record_sidebar dt { cursor: pointer; }
body.dashboard #body #sidebar #example_record_sidebar dd { cursor: pointer; }
body.dashboard #body #sidebar #example_record_sidebar .actions { cursor: pointer; }
body.dashboard #body #sidebar div.qa {
  border: 1px solid #cccccc;
  background: #ededed;
}
body.dashboard #body #sidebar div.qa dl.qa { margin: 1em; }
body.dashboard #body #sidebar div.qa dl.qa .type { display: none; }
body.dashboard #body #sidebar div.qa dl.qa dt {
  background: url(/assets/layout/orange_arrow_right-e4a120512bc5163a55c2f4dcddfead2140714490d0e4c276f43afd892b33218e.png) left 2px no-repeat;
  padding-left: 16px;
  margin-bottom: 0.5em;
  cursor: pointer;
}
body.dashboard #body #sidebar div.qa dl.qa dt.down { background: url(/assets/layout/orange_arrow_down-0a8d0ff09f54b4f1854cd941d7e8c7ba46ce64de2b81a032837357be0784dc86.png) left 3px no-repeat; }
body.dashboard #body #sidebar div.qa dl.qa dd {
  padding-left: 16px;
  display: none;
}
body.dashboard #body #sidebar .inner { margin: 1em; }
#upgrade_popup h2 {
  color: #000000;
  font-size: 153.9%;
}
#upgrade_popup h2 .risk { font-size: 100%; }
#upgrade_popup #popup_header { margin-bottom: 3em; }
#upgrade_popup #popup_content .inner { margin: 1em; }
#upgrade_popup #popup_sidebar .inner { margin: 1em; }
#upgrade_popup #popup_content {
  float: right;
  width: 550px;
}
#upgrade_popup #popup_content form div.table_wrapper table.data td.first { width: 236px; }
#upgrade_popup #popup_sidebar {
  float: left;
  width: 310px;
}
#upgrade_popup #popup_sidebar h3 {
  font-size: 138.5%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
#upgrade_popup #popup_sidebar h3 span {
  border-bottom: 2px solid;
  bottom: 1em;
  position: relative;
}
#upgrade_popup #popup_sidebar h3 .img {
  border-bottom: none;
  bottom: 0;
}
#upgrade_popup #popup_sidebar ul {
  margin-top: 0;
  margin-bottom: 2em;
}
#assessment_reminder_popup ol { margin-left: 0; }
#assessment_reminder_popup ol li {
  list-style: none;
  background: url(/assets/layout/orange_checkmark-15322526b8a93bb952b8f9df31d404c73e5913d3d9161b9e256526ef4c87e851.png) left top no-repeat;
  padding-left: 19px;
  margin-left: 7px;
}
#assessment_reminder_popup ol li strong {
  display: block;
  margin-bottom: 0.5em;
}
.pagination { margin: 1em 0; }
.pagination .current {
  background: #005a99;
  color: #ffffff;
  padding: 0.1em 0.2em;
}
.pagination .disabled { color: #999999; }
dl.qa { text-align: left; }
dl.qa dt { font-weight: bold; }
dl.qa dd { margin: 0 0 1em 0; }
img.monitor_pills {
  width: 13px;
  vertical-align: middle;
  margin: 0.5em;
}
p.flash {
  text-align: left;
  background: #99ff99;
  padding: 10px;
  color: #008800;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #008800;
  margin-bottom: 10px;
}
.info_popup {
  position: absolute;
  width: 300px;
  box-sizing: content-box;
  z-index: 100;
  border: 1px solid #666666;
  padding: 3px;
  background: #aaaaaa;
}
.info_popup table {
  margin: 0;
  width: 300px;
}
.info_popup thead th { white-space: nowrap; }
.info_popup tbody td { background: #ffffff; }
.popup_handle { cursor: pointer; }
div#emailPopup {
  display: none;
  position: absolute;
  top: 10%;
  left: 25%;
  right: 25%;
  margin: auto auto auto auto;
  z-index: 200px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: #3a6f8f 2px solid;
  background: #ffffff url(/assets/caution-e9e8104ff98ef7f0bcdd5b6d38ae7512d1c0a7512bed18da56da9a24d018e934.png) top left no-repeat;
  width: 350px;
  padding: 20px 20px;
}
div.emailPopup { padding-top: 15px; }
div.emailPopup h2 {
  font-size: 16px;
  color: #19274e;
  margin: 0 0 5px 0;
}
div.emailPopup h3 {
  font-size: 16px;
  color: #000000;
  margin: 0 0 5px 0;
  color: #ff8939;
}
div.emailPopup h4 {
  font-size: 13px;
  color: #ff8939;
  margin: 0 0 15px 0;
}
div.emailPopup p { margin: 0 0 10px 0; }
div.emailPopup div.errorExplanation p {
  margin: 5px 5px 5px 5px;
  font-size: 12px;
}
div.emailPopup a:link { color: #636363; }
div.emailPopup a:active { color: #636363; }
div.emailPopup a:visited { color: #636363; }
div#emailPopup a:link { color: #636363; }
div#emailPopup a:active { color: #636363; }
div#emailPopup a:visited { color: #636363; }
div.emailPopup a:hover { color: #999999; }
div#emailPopup a:hover { color: #999999; }
div.acctDetsWrapper {
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  right: 25%;
  margin: auto auto auto auto;
  z-index: 200px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #909090;
  width: 700px;
}
div#acctDets {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  margin: 15px 15px;
  padding: 15px 15px;
}
div#acctDets h2 { color: #c2c2c2; }
div#acctDets p {
  text-align: center;
  margin-top: 10px;
}
div#acctDets p.note {
  background: #e0fbe6;
  padding: 5px 5px;
}
div#acctDets p.explanation {
  text-align: left;
  font-size: 13px;
}
div#acctDets ul {
  list-style-position: inside;
  list-style-type: square;
  font-size: 14px;
  padding-left: 10px;
  padding-top: 10px;
}
div#acctDets ul li { padding-bottom: 5px; }
div#acctDets ul li p.services {
  padding-left: 10px;
  font-size: 11px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
div#acctDets h4 {
  font-style: italic;
  font-size: 15px;
  padding-left: 8px;
  padding-top: 5px;
  text-decoration: underline;
}
div#acctDetsSpecifics {
  background: #f3f3f3;
  padding: 10px 10px;
  margin: 15px 0 15px 0;
}
div#acctDetsSpecifics p {
  padding-bottom: 10px;
  text-align: left;
}
div#acctDetsSpecifics p.last {
  text-align: right;
  padding-bottom: 0px;
}
div#acctDetsSpecifics p.pad-less { padding-bottom: 0; }


div.high_risk_info table tr td:last-child {
  font-weight: normal;
}

div.whatisSolicitationReduction{
  display:none;
  position:absolute;
  top: 300px;
  left:25%;
  right:25%;
  margin:auto auto auto auto;
  z-index:1002;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border:#3a6f8f 2px solid;
  background:#FFF;
  width:490px;
  padding:20px 20px;
}
div.whatisSolicitationReduction{
  padding-top:15px;
}
div.whatisSolicitationReduction div.header { float: left; width: 80%}
div.whatisSolicitationReduction div.header h1{ padding-top: 0; margin-bottom: 0;}
div.whatisSolicitationReduction p{
  margin:0 0 10px 0;
}

/***** Ajax spinner *****/

.spinner-loader {
  display: none;
}

.spinner-loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.5);
}

.spinner {
  padding: 10px;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -50px; 
  margin-top: -50px;
  background-color: white;
  border: 1px solid #efefef;
  border-radius: 4px;
  text-align: center;
  height: 44px;
}

/***** Sex Offender style *****/
#map {
  height: 400px;
  width: 400px;
  border: 2px solid #1875A2;
}

div#offenders {
  height:600px;
  overflow:scroll;
}

#offender-photo img {
  width:120px;
  height:120px;
}

#range {
  width: 350px;
  float: right;
  margin-right:80px;
}

#range ul li {
  list-style: none;
  font-size: 16px;
}

/* accounts#edit style refactoring */
#opt-out-table tr td:first-child{
  width: 175px;
}
#opt-out-table tr td:last-child{
  width: 620px;
  text-align: left;
}

/* warn flash */
#warn-explanation{
  color:#F69C55;
  background:#EDEDED;
  font-size: 116%;
  font-weight: bold;
  padding: 10px;
  border: 3px double #F69C55;
}

/* THRESHOLD ALERTS STYLING */

.threshold-search {
  background: #f2f2f2;
  border: 1px solid #dbdbdb;
  padding: 15px;
  margin-top: 5px;
}

.threshold-search-form input[type="text"] {
  border-radius: 3px;
  border: 1px solid #898989;
  margin-right: 5px;
  padding: 8px;
  width: 85%;
}

.threshold-alert-forms input[type="text"], .threshold-alert-forms input[type="password"]{
  border-radius: 3px;
  border: 1px solid #898989;
  padding: 6px;
  width: 98%;
}

.threshold-alert-forms label {
  font-weight: bold;
   cursor: default;
}

.threshold-image-container img {
  max-width: 100px;
  max-height: 100px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

.threshold-form-container, .threshold-alert-refresh-container {
  background: #f2f2f2;
  border: 1px solid #dbdbdb;
  padding: 15px;
  margin-top: 5px; 
}

.threshold-form-container ul {
  width: 100%;
  margin: 20px 0;
  overflow:hidden;
}

.threshold-form-container li {
  list-style: none;
  width: 50%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  line-height:1.5em;
  border-bottom:1px dashed #ccc;
  float:left;
  display:inline;
}

.threshold-choose-accounts label, .threshold-choose-accounts span, .threshold-choose-accounts input { 
  cursor: default;
  float: none;
  padding: 0 !important; 
  display: inline-block;
  vertical-align: middle;
}

.threshold-form-field {
  margin-top: 15px;
  margin-bottom: 15px;
}

.threshold-radio-group {
  margin-left: 1px;
  margin-right: 10px;
  float: left;
}

.threshold-institution {
  margin-left: 25px;
}

.threshold-buttons { 
  margin-top: 50px;
}

/* FORM BUTTON */
.threshold-form-button:disabled, .threshold-form-button:hover:disabled {
  cursor: not-allowed;
  opacity: 0.65; 
  color: #333333;
  background-color: #CECECE;
}

.threshold-form-button {
  width: 50px;
  border: 1px solid #898989;
  border-radius: 3px;
  padding: 3px;
  color: #333333;
  background-color: #CECECE;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}

.threshold-form-button:hover {
  color: #ffffff;
  background-color: #0098FF;
}

.threshold-form-button:active {
  color: #ffffff;
  background-color: #0374bf;
}

a.threshold-form-button {
  text-decoration: none;
  display: inline;
}

/*
  ADD BUTTON
*/

.threshold-add-button:disabled, .threshold-add-button:hover:disabled {
  cursor: not-allowed;
  opacity: 0.65; 
  color: #333333;
  background-color: #CECECE;
}

.threshold-add-button {
  width: 45px;
  border: 1px solid #898989;
  border-radius: 3px;
  padding: 3px 4px 2px 4px;
  color: #333333;
  background-color: #CECECE;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  font-size: 11px;
  margin-left: 8px;
}

.threshold-add-button:hover {
  color: #ffffff;
  background-color: #0098FF;
}

.threshold-add-button:active {
  color: #ffffff;
  background-color: #0374bf;
}

a.threshold-add-button {
  text-decoration: none;
  display: inline;
}


.threshold-alert-accounts {
  margin-bottom: 25px;
}

.threshold-alert-accounts ul {
  margin: 0;
}

.threshold-alert-accounts li {
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
}

.threshold-alert-accounts hr {
  border-style: dashed;
  border-color: #ccc;
}

.threshold-action-required {
  position: absolute;
  left: 470px;
  bottom: 4px;
  margin-bottom: -2em !important;
}

.threshold-action-image {
  display: inline-block;
  width: 30px;
  margin-right: 4px;
}

.threshold-action-image img {
  width: 100%;
  height: auto;
}

.threhold-action-content {
  display: inline-block;
  width: 91%;
}

.threshold-action-status-image {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

.threshold-action-status-image img {
  width: 100%;
  height: auto;
}

.threshold-action-status-content {
  display: inline-block;
  width: 50px;
}

#threshold-main {
  width: 500px;
  float: left;
}

#threshold-sub {
  float: right;
}

#threshold-sub a { 
font-size: 16px;
}

 /*
  Styling for icon like fonts
 */

.idw-icon {
  float: right;
  position: relative;
  width:16px;
  height:16px;
}

.idw-icon-plus {
  background-color: #000;
  border-radius:8px ;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  margin-left: 5px;
  top:0;
  left:0;
}

.idw-icon-plus:before {
  background-color: #fff;
  width: 2px;
  height: 8px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  top:4px;
  left: 7px;
  content:"";
}

.idw-icon-plus:after {
  background-color: #fff;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  top:7px;
  left: 4px;
  content:"";
}

/*  Styling for Dark Web Monitoring status column */
.cyber-status-left {
  float: left;
  overflow: hidden;
  width: 50%;
}

.cyber-status-right {
  float: left;
  overflow: hidden;
  width: 50%;
}

/*
  CSS for credit card section on Dashboard
*/

div#legacy-pane-single-column {
  margin: 2% auto;
  max-width: 1280px;
  padding: 0 16px 32px 16px;
  background-color: #FFFFFF;
  border-top: 4px solid #333e48;
  border-top-width: 8px;
}

div#legacy-pane-billing.responsive {
  max-width: 100%;
}

.account-billing-section {
  height: auto;
  margin: 0 auto;
  padding: 25px;
  position: relative;
  


  h1 {
    font-size: 32px;
    color: #007298;
    text-decoration: none solid rgb(0, 114, 152);
  }

  h2 {
    color: #9f9f9f;
    font-size: 24px;
    text-decoration: none solid rgb(159, 159, 159);
  }

  .account-billing-iframe {
   	position: relative;
    overflow: hidden;
    width: 660px;
    padding-top: 45%;
  }

  .account-billing-iframe-recaptcha {
   	position: relative;
    overflow: hidden;
    width: 660px;
    padding-top: 56%;
  }

  .account-billing-iframe-edit {
   	position: relative;
    overflow: hidden;
    height: 500px;
    padding-top: 42.25%;
  }
  
  iframe {
  	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 0;
    stroke-width: 1;
    margin-top: 20px;
    margin-bottom: 20px;

  }

  p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333e48;
    text-decoration: none solid rgb(51, 62, 72);
  }

  .highlight {
    color: rgb(51, 62, 72);
    font-weight: 600;
  }

  .table_wrapper {
    background: #f2f2f2;
    border: 1px solid #dbdbdb;
    padding: 1em 1em 0;
    margin-bottom: 1em;
    stroke-width: 2;
    stroke: #e0e0e0;
  }

  table {
    width: 100%;
    .label {
      font-weight: 600;
      font-size: 14px;
      color: #333e48;
      text-decoration: none solid rgb(51, 62, 72);
    }
    .content {
      font-size: 14px;
      color: #333e48;
      text-decoration: none solid rgb(51, 62, 72);
    }
  }

  .no-decor {
    text-decoration: none;
  }

  .pill-button.no-decor.disable_credit_card_button {
    pointer-events: none;
    background: #cfd3d6;
  }
}

div#session-error {
  margin: 1rem;
  padding: 2rem 2rem;
  text-align: center;
}

div.session-error-inner {
  img {
    height: 50px;
  }
  display: inline-block;
  padding: 10px 2px;
  vertical-align: middle;
}
/*









*/
/*
  Since we are not using sass rails we need to use asset_path which only works with the externsion as css.erb
*/

.clear {
  clear: both;
  height: 0;
}
.access {
  position: absolute;
  left: -1000em;
}
.float-right { float: right; }
.float-left { float: left; }
img.float-left { margin: 0 1em 1em 0; }
img.float-right { margin: 0 0 1em 1em; }
img.no-margin { margin: 0 0 0 0; }
.center { text-align: center; }
.right { text-align: right; }
.relative { position: relative; }
.w50 {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.caps { text-transform: uppercase; }
a, .tooltip.link {
  color: #005a99;
  cursor: pointer;
}
.tooltip.link { text-decoration: underline; }
label, button { cursor: pointer; }
ul.no-bullet { margin: 0; }
ul.no-bullet li { list-style: none; }
ul.inline { margin: 0; }
ul.inline li {
  list-style: none;
  display: inline;
}
.caps { text-transform: uppercase; }
.strong { font-weight: bold; }
.red { color: #ff0000; }
.modal .inner { margin: 10px; }
table.results { width: 100%; }
table.results th { border-color: #cccccc; }
table.results td { border-color: #cccccc; }
table.results thead th {
  background-color: #999999;
  color: #f2f2f2;
}
table.results tbody tr.odd { background: #ffffff; }
table.results tbody tr.even { background: #ededed; }
table.plain th { border: none; }
table.plain td { border: none; }
form .req {
  color: #ff0000;
  font-size: 85%;
}
form p.req { margin-top: -1em; }
form label .req { vertical-align: top; }
form button.apply_promo {
  height: 22px;
  width: 85px;
  border: none;
  background: url(/layout/buttons/apply_promo.png) no-repeat;
}
form button.apply_promo:hover { background-position: 0 -22px; }
form div.table_wrapper {
  background: #f2f2f2;
  border: 1px solid #dbdbdb;
  padding: 1em 1em 0;
  margin-bottom: 1em;
}
form div.table_wrapper table.data { width: 100%; }
form div.table_wrapper table.data tr.first td { padding-top: 1em; }
form div.table_wrapper table.data td.first {
  padding-right: 10px;
  width: 270px;
}
form div.table_wrapper table.data td.second { padding-left: 10px; }
form div.table_wrapper table.data td {
  border: none;
  padding-bottom: 1em;
  vertical-align: text-top;
}
form div.table_wrapper table.data td label { display: block; }
form div.table_wrapper table.data td input.inherit_width { width: auto; }
form div.table_wrapper table.data td select.inherit_width { width: auto; }
form div.table_wrapper table.data td input[type="text"].inherit_width { width: auto; }
form div.table_wrapper table.data td input[type="text"] {
  width: 100%;
  font-size: 116%;
}
form div.table_wrapper table.data td input[type="password"] {
  width: 100%;
  font-size: 116%;
}
form div.table_wrapper table.data td select {
  width: 100%;
  font-size: 116%;
}
form div.table_wrapper table.data td textarea {
  width: 100%;
  font-size: 116%;
}
form div.table_wrapper table.data td .radio_checkbox_indent {
  text-indent: -1.3em;
  padding-left: 1.3em;
  display: block;
  background: #ffffff;
  padding: 0.2em 0.2em 0.2em 1.7em;
  border: 1px solid #cccccc;
}
form div.table_wrapper table.data td.inline_fields select { width: inherit; }
form div.table_wrapper div.terms { margin: 8px 0; }
form div.table_wrapper div.terms p {
  font-size: 0.9em;
  margin: 16px 8px;
}

form .fieldWithErrors { border-left: 10px solid #ff0000; }
form dl { margin: 0 0 1em 0; }
form dl dt { margin: 0 0 0.5em; }
form dl dt label { font-weight: bold; }
form dl dd { margin: 0 0 2em; }
form dl dd > div { margin-bottom: 0.5em; }
.errorExplanation {
  text-align: left;
  background: #ededed;
  padding: 10px;
  color: #ff0000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ff0000;
  margin-bottom: 10px;
}
.errorExplanation p {
  color: #ff0000;
}
.errorExplanation h2 {
  color: #ff0000;
  margin: 1em;
  font-weight: bold;
  font-size: 116%;
}
#body #content #content-inner .errorExplanation {
  background: #ededed;
  border: 3px double;
  color: #ff0000;
  margin: 1em 0 2em;
}
#body #content #content-inner .errorExplanation p {
  color: #ff0000;
  margin: 1em;
  font-weight: bold;
  font-size: 116%;
}
#body #content #content-inner .errorExplanation h2 {
  color: #ff0000;
  margin: 1em;
  font-weight: bold;
  font-size: 116%;
}
#body #content #content-inner .errorExplanation.w50 {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-left: 1em;
  padding-right: 1em;
}
.risk.unknown, .unknown_risk {
  background: #000000;
  color: #ffffff;
}
.risk.low, .low_risk {
  background: #00cc00;
  color: #ffffff;
}
.risk.moderate, .moderate_risk {
  background: #ffcc00;
  color: #ffffff;
}
.risk.high, .high_risk {
  background: #ff0000;
  color: #ffffff;
}
.risk.extreme, .extreme_risk {
  background: #cc0000;
  color: #ffffff;
}
.qtip-content li { margin-bottom: 0.5em; }

/* Calling... Popup in phone_alert_confirmation.erb */
p#calling-text {
  font-weight:bold;
  font-size:18px;
  color:#006995;
}

#callingPop img{
  margin-left:32px;
}
/**------------ DEFAULT STYLES ------------ **/
body{
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	margin: 0 0 0 0;
}
h1{
	font-size: 24px;
	margin: 0 0;
	padding: 0 0;
} 
h2{
	font-size: 18px;
	margin: 0 0;
	padding: 0 0;
}
h3{
	font-size: 16px;
	margin: 0 0;
	padding: 0 0;
}
h4{
	font-size: 14px;
	margin: 0 0;
	padding: 0 0;
}
ul{
	margin: 0 0 0 25px;
	padding: 0 0;
}
li{
	padding: 0 0 10px 0;
}
img{
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.clear{clear: both;}
.floatLeft{float:left;}
.floatRight{float:right;}
.bold{font-weight:bold;}
.italic{font-style:oblique;}
.hidden{display:none;}
/**------------ END DEFAULT STYLES ------------ **/
div#container{
	margin:auto auto 40px auto;
}
/* Header */
div#header{
	margin:20px auto auto auto;
	width:950px;
}
/* Utility */
div#utility1{
	padding:20px 0 0 0;
	color:#19274e;
}
div#utility1 p:first-child{
	color:#707070;
}
div#utility1 a:link, div#utility1 a:visited, div#utility1 a:active{
	color:#707070;
	text-decoration:none;
}
div#utility1 a:hover{
	text-decoration:underline;
} 
/* Navigation 2.0 */
li.selected-nav-item {
	background-color: #006699;
	border: #fbad2e 3px solid;
}

li.selected-nav-item a {
	color: #fbad2e;
	text-decoration:none;
}

li.unselected-nav-item a {
	color: #006699;
	text-decoration:none;
}

li.unselected-nav-item {
	color: #006699;
	border:#efefef 3px solid;
}

div#navigation {
	width:100%;
	display: block;
}

ul.navigation-list {
	list-style-type: none;
	display: inline-flex;
	text-align: center;
}

li.navigation-item{
	padding:12px 14px 0 14px;
	padding:12px 14px 5px 14px;
	margin: 5px 5px;
}

img.navigation-icon{
	width: 45px;
	display: block;
  margin: 0 auto;
}

/* Footer 2.0 */
p.footer-contact{
	border-bottom: 1px solid grey;
	padding-bottom: 8px;
}

div#footer-navigation{
	width:100%;
	display: block;
	padding: 16px 0px;
}

div#footer-bottom p{
	text-align: center;
}

/* Navigation */
div#nav{
	background:#19274e url(/assets/basic/navgrad-431c4fa176314891d15e69e9c56d484f8b97320f9fc535a83cca012b957f2771.jpg) top left repeat-x;
	width:100%;
	height:40px;
	margin:20px 0 0 0;
}
div#nav ul{
	list-style-type:none;
	width:950px;
	padding:0 0 0 0;
	margin:0 auto;
	font-size:14px;
	font-weight:bold;
}
div#nav ul li{
	display:inline-block;
	zoom: 1; /*needed for IE*/
	*display: inline; /*needed for IE*/
	height:28px;
	padding:12px 14px 0 14px;
	border-right:#FFF 1px solid;
	color:#959595;
}
div#nav ul li:last-child{
	border-right:none;
}
div#nav ul li a:link, div#nav ul li a:active, div#nav ul li a:visited{
	color:#19274e;
	text-decoration:none;
}
div#nav ul li a:hover{
	color:#959595;
}
div#nav ul#navEnroll li{
	color:#19274e;
}
div#subnav{
	background:#19274e;
	width:100%;
	margin:0 0 0 0;
}
div#subnav ul{
	list-style-type:none;
	width:950px;
	padding:7px 0 5px 20px;
	margin:0 auto;
	font-size:13px;
	font-weight:bold;
}
div#subnav ul li{
	display:inline;
	padding:12px 10px 0 10px;
	color:#FFF;
}
div#subnav ul li a:link, div#subnav ul li a:active, div#subnav ul li a:visited{
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}
div#subnav ul li a:hover{
	text-decoration:underline;
}
/* Footer */
div#footer{
	background: url(/assets/basic/footergrad-a9581e609a4906e9e13678996e26dc1e625d25ad096bbf2d416b6521a629d215.jpg) top left repeat-x;
	min-height:150px;
}
div#footer p{
	color:#707070;
	font-size:11px;
	margin:0 0 7px 0;
}
div#innerFooter{
	width:950px;
	margin:auto auto auto auto;
	padding:15px 0 0 0;
}
div#footerText{
	width:685px;
	padding:20px 0 0 0;
}
div#footerText p{
}
div#footerText a:link, div#footerText a:active, div#footerText a:visited{
	color:#707070;
}
div#footerText a:hover{
	color:#333;
}
div#footerLogo{
	padding:10px;
}
/** PRIVACY **/
div#privacy{
	min-height:400px;
	padding:40px 20px 0 20px;
}
div#privacy h2{
	font-size:24px;
	text-transform:uppercase;
	color:#19274e;
	padding-bottom:20px;
}
div#privacy h3{
	font-size:18px;
	color:#646464;
	padding-bottom:10px;
	padding-top:10px;
}
div#privacy h4{
	font-size:14px;
	color:#555;
	padding-bottom:10px;
	padding-top:10px;
}
div#privacy p{
	padding-bottom:10px;
}
div#privacy ol{
	font-size:13px;
}

/* for id */
#generic-alerts{
	margin:20px 0;
}

#generic-alerts td, #generic-alerts th{
	font-size:13px;
	padding:6px;
}
#generic-alerts table{
	width:100%;
	margin:10px auto 10px auto;
}
#generic-alerts table th{
	border:none;
	text-align:left;
	background-color: #fff;
}
#generic-alerts td{
	text-align:left;
	border:none;
}
#generic-alerts th:first-child { 
	text-align:left; 
	padding-left: 15px;
}
#generic-alerts th:last-child { 
	text-align:center;
	width: 23%;
}

#generic-alerts td:first-child { 
	text-align:left; 
	padding-left: 15px;
}
#generic-alerts td:last-child { 
	text-align:center;
	width: 23%;
}

/* for class */
.generic-alerts{
	margin:20px 0;
}

.generic-alerts td, .generic-alerts th{
	font-size:13px;
	padding:6px;
}
.generic-alerts table{
	width:100%;
	margin:10px auto 10px auto;
}
.generic-alerts table th{
	border:none;
	text-align:left;
	background-color: #ececec;
}
.generic-alerts td{
	text-align:left;
	border:none;
}
.generic-alerts th:first-child { 
	text-align:left; 
	padding-left: 15px;
}
.generic-alerts th:last-child { 
	text-align:center;
	width: 23%;
}

.generic-alerts td:first-child { 
	text-align:left; 
	padding-left: 15px;
}
.generic-alerts td:last-child { 
	text-align:center;
	width: 23%;
}

/* Equipay Test Iframes */
div#add-iframe {
  height: 600px;
  margin-bottom: 4%;
}

iframe {
  width: 75%;
  height: 100%;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  stroke-width: 1;
  border:0;
}
img.floatLeft { float:left; }
.floatRight {float:right;}

div#whatisNPI{
	display:none;
	position:absolute;
	top: 300px;
	left:25%;
	right:25%;
	margin:auto auto auto auto;
	z-index:1002;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:#3a6f8f 2px solid;
	background:#FFF;
	width:350px;
	padding:20px 20px;
}
div.whatisNPI{
	padding-top:15px;
}
div#whatisNPI div.header { float: left; width: 80%}
div#whatisNPI div.header h1{ padding-top: 0; margin-bottom: 0;}
div.whatisNPI p{
	margin:0 0 10px 0;
}
div.whatisNPI a:link, div.whatisNPI a:active, div.whatisNPI a:visited, div#whatisNPI a:link, div#whatisNPI a:active, div#whatisNPI a:visited{
	color:#636363;
}
div.whatisNPI a:hover, div#whatisNPI a:hover{
	color:#999;
}

/*
	ACCOUNTS MONITORED
*/

#npi-alerts{
	margin:20px 0;
}

.even{
background-color:#ececec;
}

#cyber-right td, #cyber-right th, #npi-alerts td, #npi-alerts th{
	font-size:13px;
	padding:6px;
}
#cyber-right table, #npi-alerts table{
	width:100%;
	margin:10px auto 10px auto;
}
#cyber-right table th, #npi-alerts table th{
	border:none;
	text-align:left;
	background-color:#ececec;
}
#cyber-right td, #npi-alerts td{
	text-align:left;
	border:none;
}
#cyber-right td:first-child, #npi-alerts td:first-child{
	text-align:left;
}
#cyber-right th:last-child, #cyber-right td:last-child{
	text-align:center;
}

/** NPI Details **/

div#npi-details{
	margin:10px 0 0 0;
	border-top:#000 5px solid;
	padding:30px 0;
}
div#npi-tabs {
	position: relative;
}
div#npi-tabs ul{
	list-style-type:none;
	margin:0 0;
	padding:0 0;
}
div#npi-tabs li{
	display:inline-block;
	text-align:center;
	background-color:#3a6f8f;
	padding:5px 12px 5px 12px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}
div#npi-tabs li.npi-tabactive, div#npi-tabs li:hover{
	background-color:#efefef;
	color:#000;
}
div.npi-window{
	border:#efefef 10px solid;
	padding:20px;
}
div.npi-window h2{
	margin:0 0 15px;
	color:#555;
}
div.npi-window p{
	margin:0 0 10px;
}
.npi-window table, .npi-window table{
	width:100%;
	margin:10px auto 10px auto;
}
.npi-window table th, .npi-window table th{
	border:none;
	text-align:left;
	background-color:#ececec;
}
.npi-window td, .npi-window td{
	text-align:left;
	border:none;
}
.npi-window td:first-child, .npi-window td:first-child{
	text-align:left;
}
.npi-reviewed td{
	color:#AAA !important;
}

#npi-02-address, #npi-03-names, #npi-04-taxonomies, #npi-05-other, #npi-06-history{
	display:none;
}

.npi_detail_popup { margin-bottom: 0.5em; }
.npi_detail_popup h2 {
  font-size: 140%;
  color: #999999;
  margin-left: 2em;
  margin-bottom: 1em;
}
.npi_detail_popup table {
  width: 680px;
  margin-left: 2em;
}

.npi_detail_popup table tr td {
  border: none;
  background-color: #ededed;
}
.npi_detail_popup td { padding: 1em; }
.npi_detail_popup td:last-child { font-weight: bold; }
.npi_detail_popup p {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.risk {
  font-size: 167%;
  padding: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
}
table.risk_wrapper { width: 100%; }
table.risk_wrapper td {
  vertical-align: top;
  border-style: none;
}
table.risk_wrapper td div.addon_product {
  border: 2px solid #cccccc;
  text-align: left;
  width: 290px;
  position: relative;
  background-color: #cccccc;
}
table.risk_wrapper td div.addon_product .download {
  color: white;
  padding: 0.5em;
  font-weight: bold;
}
table.risk_wrapper td div.addon_product .addon_product_info {
  background-color: white;
  padding: 0.5em 0.5em 0em 0.5em;
}
table.risk_wrapper td div.addon_product .addon_product_info .free_value_download {
  font-weight: bold;
  text-align: center;
}
table.risk_wrapper td div.addon_product .addon_product_info .free_value_download .free {
  color: #ff7432;
  font-size: 2.5em;
}
table.risk_wrapper td .resources_free_value_download {
  font-weight: bold;
  text-align: center;
}
table.risk_wrapper td .resources_free_value_download .resources_free {
  color: #ff7432;
  font-size: 2.5em;
}
table.risk_wrapper td div.resources_addon_product {
  border: 2px solid #cccccc;
  margin-top: 0.5em;
  margin-left: 0.5em;
  text-align: left;
  width: 380px;
  position: relative;
  background-color: #cccccc;
}
table.risk_wrapper td div.resources_addon_product .resources_download {
  color: white;
  padding: 0.5em;
  font-weight: bold;
}
table.risk_wrapper td div.resources_addon_product .resources_addon_product_info {
  background-color: white;
  padding: 0.5em 0.5em 0em 0.5em;
}
table.risk_wrapper tr {
  vertical-align: top;
  border-style: none;
}
table.risk_wrapper tr div.addon_product {
  border: 2px solid #cccccc;
  text-align: left;
  width: 290px;
  position: relative;
  background-color: #cccccc;
}
table.risk_wrapper tr div.addon_product .download {
  color: white;
  padding: 0.5em;
  font-weight: bold;
}
table.risk_wrapper tr div.addon_product .addon_product_info {
  background-color: white;
  padding: 0.5em 0.5em 0em 0.5em;
}
table.risk_wrapper tr div.addon_product .addon_product_info .free_value_download {
  font-weight: bold;
  text-align: center;
}
table.risk_wrapper tr div.addon_product .addon_product_info .free_value_download .free {
  color: #ff7432;
  font-size: 2.5em;
}
table.risk_wrapper tr .resources_free_value_download {
  font-weight: bold;
  text-align: center;
}
table.risk_wrapper tr .resources_free_value_download .resources_free {
  color: #ff7432;
  font-size: 2.5em;
}
table.risk_wrapper tr div.resources_addon_product {
  border: 2px solid #cccccc;
  margin-top: 0.5em;
  margin-left: 0.5em;
  text-align: left;
  width: 380px;
  position: relative;
  background-color: #cccccc;
}
table.risk_wrapper tr div.resources_addon_product .resources_download {
  color: white;
  padding: 0.5em;
  font-weight: bold;
}
table.risk_wrapper tr div.resources_addon_product .resources_addon_product_info {
  background-color: white;
  padding: 0.5em 0.5em 0em 0.5em;
}
#risk_thermometer {
  margin: 0 10px 10px;
  font-size: 77%;
  padding-bottom: 5px;
}
#risk_thermometer li {
  float: left;
  width: 25%;
  text-align: center;
  padding-bottom: 15px;
  background: url(/images/layout/risk_thermometer.png) center -35px no-repeat;
  text-transform: uppercase;
}
#risk_thermometer li.current { background-position: center 13px; }
#risk_thermometer li.current.low { color: #00cc00; }
#risk_thermometer li.current.moderate { color: #ffcc00; }
#risk_thermometer li.current.high { color: #ff0000; }
#risk_thermometer li.current.extreme { color: #cc0000; }
.grey_box fieldset {
  border: 3px solid #cccccc;
  margin-bottom: 2em;
}
.grey_box fieldset legend {
  font-size: 116%;
  padding: 0 0.2em;
  margin-left: 0.5em;
}
.grey_box fieldset p {
  text-align: center;
  margin: 0.5em;
  font-weight: bold;
  font-size: 138.5%;
}
.grey_box fieldset .risk {
  font-size: 167%;
  margin-bottom: 0.25em;
}
#risk_report {
  width: 606px;
  margin: 0 auto;
}
#risk_report .risk {
  font-size: 167%;
  padding: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
}
#risk_report #risk_thermometer {
  margin: 0 10px 10px;
  font-size: 77%;
  padding-bottom: 5px;
}
#risk_report #risk_thermometer li {
  float: left;
  width: 25%;
  text-align: center;
  padding-bottom: 15px;
  background: url(/images/layout/risk_thermometer.png) center -35px no-repeat;
  text-transform: uppercase;
}
#risk_report #risk_thermometer li.current { background-position: center 13px; }
#risk_report #risk_thermometer li.current.low { color: #00cc00; }
#risk_report #risk_thermometer li.current.moderate { color: #ffcc00; }
#risk_report #risk_thermometer li.current.high { color: #ff0000; }
#risk_report #risk_thermometer li.current.extreme { color: #cc0000; }
#risk_report .evaluation {
  width: 290px;
  margin-bottom: 2em;
}
#risk_report .evaluation fieldset {
  border: 3px solid #cccccc;
  margin-bottom: 2em;
}
#risk_report .evaluation fieldset legend {
  font-size: 116%;
  padding: 0 0.2em;
  margin-left: 0.5em;
}
#risk_report .evaluation fieldset p {
  text-align: center;
  margin: 0.5em;
  font-weight: bold;
  font-size: 138.5%;
}
#risk_report .evaluation fieldset .risk {
  font-size: 167%;
  margin-bottom: 0.25em;
}
#risk_report .evaluation .assessment_explanation {
  background: #cccccc;
  border: 3px solid #999999;
}
#risk_report .evaluation .assessment_explanation .inner { padding: 0.05em; }
#risk_report .evaluation .assessment_explanation .inner p { margin: 1em; }
#risk_report div.caption {
  font-weight: bold;
  border: 3px solid #cccccc;
  border-width: 3px 3px 0;
  margin: 0;
  padding: 0.5em;
  text-align: center;
}
#risk_report table.risk_assessment { width: 100%; }
#risk_report table.risk_assessment caption {
  font-weight: bold;
  border: 3px solid #cccccc;
  border-width: 3px 3px 0;
  margin: 0;
  padding: 0.5em;
  text-align: center;
}
#risk_report table.risk_assessment td { border: 3px solid #cccccc; }
#risk_report table.risk_assessment th { border: 3px solid #cccccc; }
#risk_report table.risk_assessment thead th {
  background: #999999;
  color: #ffffff;
  font-size: 116%;
  white-space: nowrap;
}
#risk_report table.risk_assessment thead th .caption {
  background: #ffffff;
  color: #000000;
  font-size: 100%;
  white-space: nowrap;
}
#risk_report table.risk_assessment tbody td { text-align: center; }
#risk_report table.risk_assessment tbody td .critical {
  color: #ff0000;
  text-transform: uppercase;
}
#risk_report table.risk_assessment tbody td.explanation { text-align: left; }
table.resources {
  border: 3px solid #999999;
  margin-left: 0.5em;
  width: 100%;
}
table.resources thead th {
  background: #999999;
  color: #ffffff;
  border: 3px solid #999999;
}
table.resources thead th:first-child { text-align: left; }
table.resources tbody tr.highlight td { background: #ffee99; }
table.resources tbody td {
  border: 1px solid #999999;
  text-align: center;
  width: 5em;
  vertical-align: middle;
}
table.resources tbody td:first-child {
  width: auto;
  text-align: left;
}
div#resources table.resources {
  border: 3px solid #999999;
  margin-left: 0.5em;
  width: 100%;
  margin-left: 0;
}
div#resources table.resources thead th {
  background: #999999;
  color: #ffffff;
  border: 3px solid #999999;
}
div#resources table.resources thead th:first-child { text-align: left; }
div#resources table.resources tbody tr.highlight td { background: #ffee99; }
div#resources table.resources tbody td {
  border: 1px solid #999999;
  text-align: center;
  width: 5em;
  vertical-align: middle;
}
div#resources table.resources tbody td:first-child {
  width: auto;
  text-align: left;
}
.cufon-active #risk_report div.caption { font-size: 116%; }
#overview {
  width: 950px;
  margin: 0 auto;
}
#overview .risk {
  font-size: 167%;
  padding: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
}
#overview #risk_thermometer {
  margin: 0 10px 10px;
  font-size: 77%;
  padding-bottom: 5px;
}
#overview #risk_thermometer li {
  float: left;
  width: 25%;
  text-align: center;
  padding-bottom: 15px;
  background: url(/images/layout/risk_thermometer.png) center -35px no-repeat;
  text-transform: uppercase;
}
#overview #risk_thermometer li.current { background-position: center 13px; }
#overview #risk_thermometer li.current.low { color: #00cc00; }
#overview #risk_thermometer li.current.moderate { color: #ffcc00; }
#overview #risk_thermometer li.current.high { color: #ff0000; }
#overview #risk_thermometer li.current.extreme { color: #cc0000; }
#overview .evaluation {
  width: 950px;
  margin-bottom: 2em;
}
#overview .evaluation fieldset {
  padding: 1em;
  border: 3px solid #cccccc;
  margin-bottom: 2em;
}
#overview .evaluation fieldset #eval-left {
  width: 300px;
  float: left;
  margin: 0.75em;
}
#overview .evaluation fieldset #eval-left .sub-title {
  font-size: 100%;
  margin: 0.7em;
  font-weight: bold;
}
#overview .evaluation fieldset #eval-left .risk_link {
  margin: 0.7em;
  margin-top: 5em;
  font-size: 90%;
}
#overview .evaluation fieldset #eval-right {
  width: 500px;
  float: right;
  margin: 0.75em;
}
#overview .evaluation fieldset #eval-right .description {
  margin-top: 1em;
  font-weight: none;
  font-size: 90%;
}
#overview .evaluation fieldset #eval-right .link-head {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 110%;
}
#overview .evaluation fieldset #eval-right .link { font-size: 90%; }
#overview .evaluation fieldset #eval-right a.pad-right { padding-right: 5em; }
#overview .evaluation fieldset legend {
  font-size: 110%;
  font-weight: bold;
  padding: 0 0.2em;
}
#overview .evaluation fieldset p {
  text-align: center;
  margin: 0.5em;
  font-weight: bold;
  font-size: 138.5%;
}
#overview .evaluation fieldset .risk {
  font-size: 167%;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
#overview .active-monitoring {
  width: 950px;
  margin-bottom: 2em;
}
#overview .active-monitoring fieldset {
  padding: 1em;
  border: 3px solid #cccccc;
  margin-bottom: 2em;
	z-index: -1;
}
#overview .active-monitoring fieldset legend {
  font-size: 110%;
  font-weight: bold;
  padding: 0 0.2em;
}
#overview .active-monitoring fieldset p {
  text-align: center;
  margin: 0.5em;
  font-weight: bold;
  font-size: 138.5%;
}
#overview .active-monitoring fieldset .risk {
  font-size: 167%;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
#overview .active-monitoring fieldset .overview {
  margin: 1em;
  font-weight: none;
  font-size: 90%;
}
#overview .active-monitoring fieldset .monitor-legend {
  width: 450px;
  border: 1px solid #999999;
  white-space: nowrap;
  margin-left: 1.5em;
}
#overview .active-monitoring fieldset .monitor-legend .text {
  font-size: 85%;
  font-weight: bold;
  background: #999999;
  color: #ffffff;
  padding: 0.25em;
}
#overview .active-monitoring fieldset .monitor-legend .pills {
  font-size: 90%;
  padding: 0.25em;
  padding-left: 0.7em;
  display: table;
  height: 40px;
}
#overview .active-monitoring fieldset table {
  margin-top: 2em;
  margin-left: 0.5em;
  border: none;
  width: 860px;
}
#overview .active-monitoring fieldset table tr { border: none; }
#overview .active-monitoring fieldset table tr td {
  border: none;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
#overview .active-monitoring fieldset table thead {
  border: none;
  border-bottom: 3px solid #cccccc;
  padding: 0;
  font-weight: bold;
  font-size: 110%;
}
#overview .active-monitoring fieldset table thead td {
  border: none;
  padding: 0;
  padding-bottom: 10px;
}
#overview .active-monitoring fieldset table td.first {
  padding-left: 15px;
  width: 170px;
}
#overview .active-monitoring fieldset table td.second { width: 180px; }
#overview .active-monitoring fieldset table td.pills_head { padding-left: 8px; }
#overview .active-monitoring fieldset table td.dates { padding-left: 7px; }
#overview .active-monitoring fieldset table td.info { width: 262px; }
#overview .pc-tools {
  width: 950px;
  margin-bottom: 2em;
}
#overview .pc-tools fieldset {
  padding: 1em;
  border: 3px solid #cccccc;
  margin-bottom: 2em;
}
#overview .pc-tools fieldset legend {
  font-size: 110%;
  font-weight: bold;
  padding: 0 0.2em;
}
#overview .pc-tools fieldset img.product {
  float: left;
  width: 170px;
  margin-left: -1em;
}
#overview .pc-tools fieldset div.tool-description {
  float: left;
  margin-left: 0.25em;
}
#overview .pc-tools fieldset div.tool-description h3 {
  margin: 0 0 0.25em 0;
  font-size: 110%;
}
#overview .pc-tools fieldset div.tool-description h4 {
  font-size: 118%;
  font-weight: normal;
}
#overview .pc-tools fieldset div.tool-description ul { margin: 0.75em 0 2em 0; }
#overview .pc-tools fieldset div.tool-description ul li {
  list-style: none;
  margin-bottom: 0.5em;
}
#overview .pc-tools fieldset div.tool-description ul li img {
  width: 11px;
  padding-right: 8px;
}
#overview .pc-tools fieldset div.download-now {
  float: right;
  margin: 2em 0.25em 0;
}
#overview .pc-tools fieldset div.download-now p {
  font-size: 350%;
  font-weight: bold;
  color: #ff7432;
  margin: 0 0 0.25em 0;
}
#overview .pc-tools fieldset div.download-now span { font-weight: normal; }
#overview .pc-tools fieldset div.download-now a.download {
  font-size: 180%;
  color: black;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #cccccc;
}
#overview .pc-tools fieldset div.download-now img {
  width: 35px;
  margin: 1em 0 -1em 0.5em;
}
#overview .pc-tools fieldset div.download-now a.button img {
  width: 35px;
  margin: 0 0 -0.75em 0.5em;
}
#social-02-account-details, #social-03-alerts, #social-04-friends, #social-05-alert-settings, #social-06-exposure-report{
	display:none;
}

div.social_data_section {
  background: #f2f2f2;
  border: 1px solid #dbdbdb;
  padding: 1em 1em 0;
  margin-bottom: 1em;
}
div.social_data_section table.data { width: 100%; }
div.social_data_section table.data tr.first td { padding-top: 1em; }
div.social_data_section table.data td.first {
  padding-right: 10px;
  width: 270px;
}
div.social_data_section table.data td.second { padding-left: 10px; }
div.social_data_section table.data td {
  border: none;
  padding-bottom: 1em;
  vertical-align: text-top;
}

.social_popup, .social_add_dependent_popup { margin-bottom: 0.5em; }
.social_popup h2, .social_add_dependent_popup h2 {
  font-size: 140%;
  color: #999999;
  margin-left: 2em;
  margin-bottom: 1em;
}
.social_popup table tr td, .social_add_dependent_popup table tr td {
  border: none;
  background-color: #ededed;
}
.social_popup table {
  width: 720px;
  margin-left: 2em;
}

.social_add_dependent_popup table {
  width: 470px;
  margin-left: 2em;
}
.social_popup td , .social_add_dependent_popup td { padding: 1em; }
.social_popup td:last-child, .social_add_dependent_popup td:last-child { font-weight: bold; }
.social_popup p, .social_add_dependent_popup p {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.social_popup tr { width: 800px; }
.social_popup td:first-child { width: 70px; }
.social_popup td:last-child { width: 730px; }


div.socialInfoPop{
	display:none;
	position:absolute;
	top: 300px;
	left:25%;
	right:25%;
	margin:auto auto auto auto;
	z-index:1002;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:#3a6f8f 2px solid;
	background:#FFF;
	width:450px;
	padding:20px 20px;
}
div.socialInfoPop div.header { float: left; width: 80%}
div.socialInfoPop div.header h1{ padding-top: 0; margin-bottom: 0;}
div.socialInfoPop a:link, div#socialInfoPop a:active, div#socialInfoPop a:visited{
	color:#636363;
}
div.socialInfoPop a:hover{
	color:#999;
}



#slider {
    width: 300px;
    margin: 10px 10px 10px 0;
}

span.ui-slider-inner-label {
	position: absolute; 
	top:15px;
	font-size: 11px;
}

.ui-widget-content {
	background-image: url(/assets/social/slider_background-e001fc586b7a277a9418f4e12715755d1bbf87871a198991cdc7d5efba0db2f1.png);
	background-repeat: no-repeat;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  background-image: none;
  background-color:#8DB4CB;
}
.gray-border { border: 3px solid #999999; }
.gray-border-no-top {
  border: 3px solid #999999;
  border-top: none;
}
.gray-border-no-bottom {
  border: 3px solid #999999;
  border-bottom: none;
}
.pad-all { padding: 0.75em; }
.pad-top {
  padding: 0;
  padding-top: 1em;
}
.margin-bottom {
  margin: 0;
  margin-bottom: 0.5em;
}
.title {
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  margin: 0;
}
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh, .b2h_black, .b3h_black, .b4h_black, .b2bh_gray, .b3bh_gray, .b4bh_gray {
  font-size: 1px;
  overflow: hidden;
  display: block;
}
.b1h {
  height: 1px;
  background: #aaaaaa;
  margin: 0 5px;
}
.b2h, .b2bh {
  height: 1px;
  background: #ffffff;
  border-right: 2px solid #aaaaaa;
  border-left: 2px solid #aaaaaa;
  margin: 0 3px;
}
.b3h, .b3bh {
  height: 1px;
  background: #ffffff;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  margin: 0 2px;
}
.b4h, .b4bh {
  height: 2px;
  background: #ffffff;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  margin: 0 1px;
}
.b2h_black {
  height: 1px;
  background: #000000;
  border-right: 2px solid #aaaaaa;
  border-left: 2px solid #aaaaaa;
  margin: 0 3px;
}
.b3h_black {
  height: 1px;
  background: #000000;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  margin: 0 2px;
}
.b4h_black {
  height: 2px;
  background: #000000;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  margin: 0 1px;
}
.b2bh_gray {
  height: 1px;
  background: #ededed;
  border-right: 2px solid #aaaaaa;
  border-left: 2px solid #aaaaaa;
  margin: 0 3px;
}
.b3bh_gray {
  height: 1px;
  background: #ededed;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  margin: 0 2px;
}
.b4bh_gray {
  height: 2px;
  background: #ededed;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  margin: 0 1px;
}
.b2bh, .b3bh, .b4bh { background: #ffffff; }
.headh {
  background: #000000;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
}
.headh h3 {
  margin: 0px 10px 0px 10px;
  padding-bottom: 3px;
  color: #ffffff;
}
.contenth {
  background: #ffffff;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  margin-bottom: 0;
}
.contenth div {
  margin-left: 12px;
  padding-top: 5px;
}
.fieldset {
  padding: 1em;
  border: 3px solid #cccccc;
  margin-bottom: 2em;
}
.fieldset legend {
  font-size: 110%;
  font-weight: bold;
  padding: 0 0.2em;
}
.fieldset p {
  text-align: center;
  margin: 0.5em;
  font-weight: bold;
  font-size: 138.5%;
}
.fieldset table {
  width: 945px;
  margin-top: 2em;
  border: none;
}
.fieldset table tr { border: none; }
.fieldset table td { border: none; }
#overview {
  width: 890px;
  margin: 0 auto;
}
#overview .evaluation {
  width: 890px;
  margin-bottom: 2em;
}
#overview .evaluation fieldset {
  padding: 1em;
  border: 3px solid #cccccc;
  margin-bottom: 2em;
  padding-top: 1.5em;
}
#overview .evaluation fieldset legend {
  font-size: 110%;
  font-weight: bold;
  padding: 0 0.2em;
}
#overview .evaluation fieldset p {
  text-align: center;
  margin: 0.5em;
  font-weight: bold;
  font-size: 138.5%;
}
#overview .evaluation fieldset table {
  width: 945px;
  margin-top: 2em;
  border: none;
}
#overview .evaluation fieldset table tr { border: none; }
#overview .evaluation fieldset table td { border: none; }
#overview .evaluation fieldset #eval-left {
  width: 300px;
  float: left;
  margin: 0.75em;
}
#overview .evaluation fieldset #eval-left .sub-title {
  font-size: 100%;
  margin: 0.7em;
  font-weight: bold;
}
#overview .evaluation fieldset #eval-left .risk_link {
  margin: 0.7em;
  margin-top: 5em;
  font-size: 90%;
}
#overview .evaluation fieldset #eval-right {
  width: 500px;
  float: right;
  margin: 0.75em;
}
#overview .evaluation fieldset #eval-right .description {
  margin-top: 1em;
  font-weight: normal;
  font-size: 90%;
}
#overview .evaluation fieldset #eval-right .link-head {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 110%;
}
#overview .evaluation fieldset #eval-right .link { font-size: 90%; }
#overview .evaluation fieldset #eval-right a.pad-right { padding-right: 5em; }
#overview .evaluation fieldset .risk {
  font-size: 167%;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
#overview .active-monitoring {
  width: 890px;
  margin-bottom: 2em;
}
#overview .active-monitoring fieldset {
  padding: 1em;
  border: 3px solid #cccccc;
  margin-bottom: 2em;
}
#overview .active-monitoring fieldset legend {
  font-size: 110%;
  font-weight: bold;
  padding: 0 0.2em;
}
#overview .active-monitoring fieldset p {
  text-align: center;
  margin: 0.5em;
  font-weight: bold;
  font-size: 138.5%;
}
#overview .active-monitoring fieldset table {
  width: 945px;
  margin-top: 2em;
  border: none;
}
#overview .active-monitoring fieldset table tr { border: none; height: 37px; }
#overview .active-monitoring fieldset table tr.even { background-color: #EDEDED; }
#overview .active-monitoring fieldset table td { border: none; }
#overview .active-monitoring fieldset p {
  text-align: center;
  margin: 0.5em;
  font-weight: bold;
  font-size: 138.5%;
}
#overview .active-monitoring fieldset .risk {
  font-size: 167%;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
#overview .active-monitoring fieldset .overview {
  margin: 1em;
  font-weight: normal;
  font-size: 90%;
}
#overview .active-monitoring fieldset .monitor-legend {
  width: 650px;
  border: 1px solid #999999;
  white-space: nowrap;
  margin-left: 1.5em;
  margin-right: 2em;
}
#overview .active-monitoring fieldset .monitor-legend .text {
  font-size: 85%;
  font-weight: bold;
  background: #999999;
  color: #ffffff;
  padding: 0.25em;
}
#overview .active-monitoring fieldset .monitor-legend .pills {
  font-size: 90%;
  padding: 0.25em;
  padding-left: 0.7em;
  display: table;
  height: 40px;
}
#overview .active-monitoring fieldset table {
  margin-top: 2em;
  margin-left: 0.5em;
  width: 850px;
}
#overview .active-monitoring fieldset table tr td {
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
#overview .active-monitoring fieldset table thead {
  border-bottom: 3px solid #cccccc;
  padding: 0;
  font-weight: bold;
  font-size: 110%;
}
#overview .active-monitoring fieldset table thead td {
  padding: 0;
  padding-bottom: 10px;
}
#overview .active-monitoring fieldset table thead td .center { text-align: center; }
#overview .active-monitoring fieldset table td.first {
  padding-left: 15px;
  width: 170px;
  vertical-align: middle;
}
#overview .active-monitoring fieldset table td.center { width: 96px; }
#overview .active-monitoring fieldset table td.second { width: 140px; }
#overview .active-monitoring fieldset table td.pills_head { padding-left: 8px; }
#overview .active-monitoring fieldset table td.dates {
  padding: 0;
  width: 90px;
  text-align: center;
}
#overview .active-monitoring fieldset table td.info {
  width: 272px;
  padding-left: 10px;
}
#overview .credit-scores {
  width: 890px;
  margin-bottom: 2em;
}
#overview .credit-scores fieldset {
  padding: 1em;
  border: 3px solid #cccccc;
  margin-bottom: 2em;
  padding-top: 1.5em;
}
#overview .credit-scores fieldset legend {
  font-size: 110%;
  font-weight: bold;
  padding: 0 0.2em;
}
#overview .credit-scores fieldset p {
  text-align: center;
  margin: 0.5em;
  font-weight: bold;
  font-size: 138.5%;
}
#overview .credit-scores fieldset table {
  width: 945px;
  margin-top: 2em;
  border: none;
}
#overview .credit-scores fieldset table tr { border: none; }
#overview .credit-scores fieldset table td { border: none; }
#overview .credit-scores fieldset #enroll-problem p {
  float: left;
  margin: 0 0.5em 0 0.5em;
}
#overview .credit-scores fieldset #enroll-problem #text { margin-top: 0.5em; }
#overview .credit-scores fieldset #eval-left {
  width: 190px;
  float: left;
  margin: 0.75em 0.15em 0.75em 0.75em;
  font-size: 90%;
}
#overview .credit-scores fieldset #eval-center {
  width: 480px;
  float: left;
  margin: 0 0.75em 0.75em 1.25em;
  text-align: center;
}
#overview .credit-scores fieldset #eval-center h2 {
  font-style: italic;
  margin: 0;
  background-color: gray;
}
#overview .credit-scores fieldset #eval-center .credit-summary { 
	margin: -0.5em auto -2em auto;
	width: 475px;
}
#overview .credit-scores fieldset #eval-right {
  float: right;
  width: 130px;
  margin: 0.75em 0 0.75em 1.5em;
  text-align: left;
}
#overview .credit-scores fieldset #eval-right h2 {
  margin-top: 0em;
  font-size: 100%;
}
#overview .credit-scores fieldset #eval-right span { text-align: left; }
#overview .credit-scores fieldset #eval-right span a {
  font-size: 100%;
  display: block;
  padding-bottom: 0.65em;
}

/* TU CCS2 - adjustments */
div.credit-summary-tu-single {
	width: 600px;
	margin: 0 auto 0 auto;
	padding-left: 40px;
}

div.alt-credit-summary-tu-single {
	width: 400px;
	margin: 0 auto 0 auto;
	padding-left: 40px;
}

div.one-credit-summary-tu-single {
	width: 600px;
	margin: 0 0 0 0;
	padding-left: 0px;
	border: #c2c2c2 1px solid;
}


div.tu-credit-waiting {
/*	padding: 1em;
  border: 3px solid #cccccc;
  margin-bottom: 2em;
	z-index: -1;*/
	text-align: center;
	color: #707070;
	margin-bottom: 2em;
}

#overview .pc-tools {
  width: 890px;
  margin-bottom: 2em;
}
#overview .pc-tools fieldset {
  padding: 1em;
  border: 3px solid #cccccc;
  margin-bottom: 2em;
}
#overview .pc-tools fieldset legend {
  font-size: 110%;
  font-weight: bold;
  padding: 0 0.2em;
}
#overview .pc-tools fieldset p {
  text-align: center;
  margin: 0.5em;
  font-weight: bold;
  font-size: 138.5%;
}
#overview .pc-tools fieldset table {
  width: 945px;
  margin-top: 2em;
  border: none;
}
#overview .pc-tools fieldset table tr { border: none; }
#overview .pc-tools fieldset table td { border: none; }
#overview .pc-tools fieldset img.product {
  float: left;
  width: 170px;
  margin-left: -1em;
}
#overview .pc-tools fieldset div.tool-description {
  float: left;
  margin-left: 0.25em;
}
#overview .pc-tools fieldset div.tool-description h3 {
  margin: 0 0 0.25em 0;
  font-size: 110%;
}
#overview .pc-tools fieldset div.tool-description h4 {
  font-size: 118%;
  font-weight: normal;
}
#overview .pc-tools fieldset div.tool-description ul { margin: 0.75em 0 2em 0; }
#overview .pc-tools fieldset div.tool-description ul li {
  list-style: none;
  margin-bottom: 0.5em;
}
#overview .pc-tools fieldset div.tool-description ul li img {
  width: 11px;
  padding-right: 8px;
}
#overview .pc-tools fieldset div.download-now {
  float: right;
  margin: 2em 0.25em 0;
}
#overview .pc-tools fieldset div.download-now p {
  font-size: 350%;
  font-weight: bold;
  color: #ff7432;
  margin: 0 0 0.25em 0;
}
#overview .pc-tools fieldset div.download-now span { font-weight: normal; }
#overview .pc-tools fieldset div.download-now a.download {
  font-size: 180%;
  color: black;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #cccccc;
}
#overview .pc-tools fieldset div.download-now img {
  width: 35px;
  margin: 1em 0 -1em 0.5em;
}
#overview .pc-tools fieldset div.download-now a.button img {
  width: 35px;
  margin: 0 0 -0.75em 0.5em;
}
#monitoring { width: 890px; }
#monitoring p { margin-bottom: 1em; }
#monitoring #monitoring-legend {
  width: 420px;
  float: left;
}
#monitoring #monitoring-legend table {
  border: none;
  margin: 0;
}
#monitoring #monitoring-legend table tr td { border: none; }
#monitoring #monitoring-legend ul {
  list-style: none;
  margin-left: 1em;
}
#monitoring #monitoring-legend ul li { list-style: none; }
#monitoring #monitoring-legend ul li table { width: 215px; }
#monitoring #monitoring-legend ul li table td {
  padding: 0;
  vertical-align: center;
  font-size: 90%;
}
#monitoring #monitoring-legend .left { float: left; }
#monitoring #cyber-right {
  float: right;
  width: 450px;
  font-size: 96%;
  margin-top: 0.5em;
}
#monitoring #monitor-data-points { width: 900px; }
#monitoring #monitor-data-points .title {
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  color: #000000;
}
#monitoring #monitor-data-points div.left {
  float: left;
  margin-left: 1em;
  width: 393px;
}
#monitoring #monitor-data-points div.right {
  float: right;
  text-align: left;
  width: 492px;
}
#monitoring #monitor-data-points table {
  border: none;
  margin: 0;
}
#monitoring #monitor-data-points table tr { border: none; }
#monitoring #monitor-data-points table tr.even { background-color: #ededed; }
#monitoring #monitor-data-points table td { border: none; }
#monitoring #monitor-data-points table td.first {
  font-weight: bold;
  width: 200px;
  padding-left: 1.25em;
}
#monitoring #monitor-data-points table td.second { width: 180px; }
#monitoring #monitor-data-points table td.third {
  width: 80px;
  text-align: center;
}
#monitoring #monitor-data-points table td.last {
  text-align: center;
  width: 400px;
  padding-right: 1.25em;
}
#monitoring #monitor-data-points table td.last .action-required {
  font-size: 120%;
  color: red;
}
#monitoring #loan-data-points {
  width: 900px;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
#monitoring #loan-data-points .title {
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  color: #000000;
}
#monitoring #loan-data-points div.left {
  float: left;
  margin-left: 1em;
  width: 200px;
}
#monitoring #loan-data-points div.right {
  float: right;
  text-align: left;
  margin-right: 1em;
}
#monitoring #loan-data-points table { margin: 0; }
#monitoring #loan-data-points table tr td {
  border: none;
  padding: 0.75em;
}
#monitoring #loan-data-points table tr.even { background-color: #ededed; }
#monitoring #loan-data-points table td.first {
  width: 200px;
  padding-left: 1.25em;
}
#monitoring #loan-data-points table td.second { width: 208px; }
#monitoring #loan-data-points table td.third {
  width: 82px;
  text-align: left;
}
#monitoring #loan-data-points table td.last { width: 278px; }
#monitoring #loan-data-points table td.last .action-required {
  font-size: 120%;
  color: red;
}
#monitoring #loan-data-points table td.right { text-align: right; }
#monitoring #loan-data-points table td.center { text-align: center; }
#alerts { width: 890px; }
#alerts fieldset {
  padding: 1em;
  border: 3px solid #cccccc;
  margin-bottom: 2em;
}
#alerts fieldset legend {
  font-size: 110%;
  font-weight: bold;
  padding: 0 0.2em;
}
#alerts fieldset p {
  text-align: center;
  margin: 0.5em;
  font-weight: bold;
  font-size: 138.5%;
}
#alerts fieldset table {
  width: 945px;
  margin-top: 2em;
  border: none;
}
#alerts fieldset table tr { border: none; }
#alerts fieldset table td { border: none; }
#alerts fieldset p {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  text-align: left;
}
#alerts fieldset table {
  width: 870px;
  margin-top: 2em;
}
#alerts fieldset table thead {
  border-bottom: 3px solid #cccccc;
  padding: 0;
  font-weight: bold;
  font-size: 110%;
}
#alerts fieldset table thead td {
  padding: 0;
  padding-bottom: 10px;
}
#alerts fieldset table tbody td { padding-left: 0; }
#alerts fieldset table td.center { text-align: center; }
#alerts fieldset table td.type { width: 100px; }
#alerts fieldset table tr.even { background-color: #ededed; }
.status-form { text-align: center; }
.non_credit_popup { margin-bottom: 0.5em; }
.non_credit_popup h2 {
  font-size: 140%;
  color: #999999;
  margin-left: 2em;
  margin-bottom: 1em;
}
.non_credit_popup table tr td {
  border: none;
  background-color: #ededed;
}
.non_credit_popup table {
  width: 440px;
  margin-left: 2em;
}
.non_credit_popup td { padding: 1em; }
.non_credit_popup td:last-child { font-weight: bold; }
.non_credit_popup p {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

#cyber-data-points { 
  width: 652  px; 
}

#cyber-data-points .title {
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  color: #000000;
}
#cyber-data-points div.left {
  float: left;
  width: 341px;
}
#cyber-data-points div.middle {
  float: left;
  margin-left: 1em;
  width: 439px;
}
#cyber-data-points div.right {
  float: right;
  text-align: left;
  width: 70px;
}
#cyber-data-points table {
  border: none;
  margin: 0;
}
#cyber-data-points table tr { border: none; }
#cyber-data-points table tr.even { background-color: #ededed; }
#cyber-data-points table td { border: none; }
#cyber-data-points table td.first {
  font-weight: bold;
  width: 26%;
  padding-left: 1.25em;
}
#cyber-data-points table td.second { 
  width: 45%;
}
#cyber-data-points table td.third {
  width: 80px;
  text-align: center;
}
#cyber-data-points table td.fourth {
  text-align: center;
  width: 40%;
  padding-right: 1.25em;
}
#cyber-data-points table td.fourth .action-required {
  font-size: 120%;
  color: red;
}
#cyber-data-points table td.last {
  width: 7%;
  text-align: center;
}
div#lost-wallet-points {
  margin-bottom: 1.5em;
  margin-top: 1em;
  width: 900px;
}
div#lost-wallet-points .title {
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  color: #000000;
}
div#lost-wallet-points div.left {
  float: left;
  margin-left: 1em;
  width: 296px;
}
div#lost-wallet-points div.middle {
  float: left;
  text-align: center;
  margin-right: 1em;
  width: 296px;
}
div#lost-wallet-points div.right {
  float: right;
  text-align: left;
  margin-right: 1em;
  width: 140px;
}
div#lost-wallet-points table tr.even { background-color: #ededed; }
div#lost-wallet-points table td.first {
  width: 296px;
  padding-left: 1.25em;
  text-align: left;
}
div#lost-wallet-points table td.middle {
  width: 296px;
  text-align: center;
}
div#lost-wallet-points table td.last {
  width: 296px;
  text-align: right;
}
div#lost-wallet-points table td.last .action-required {
  font-size: 120%;
  color: red;
}
div#lost-wallet-points table td.right { text-align: right; }
div#lost-wallet-points table td.center { text-align: center; }
div#lost-wallet-list {
  background: #ffffff;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  padding-top: 5px;
}
#monitoring #lost-wallet-points #lost-wallet-list table {
  width: 898px;
  margin: 0;
}
#monitoring #lost-wallet-points #lost-wallet-list table tr { width: 890px; }
#monitoring #lost-wallet-points #lost-wallet-list table tr td {
  border: none;
  padding: 0.75em;
}
#monitoring #lost-wallet-points #lost-wallet-list table tr td span.monitored {
  font-style: italic;
  color: gray;
}

/* #################### Solicitation Reduction Override #################### */
div#soli-reduction-points {
  margin-bottom: 1.5em;
  margin-top: 1em;
  width: 900px;
}
div#soli-reduction-points .title {
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  color: #000000;
}
div#soli-reduction-points div.left {
  float: left;
  margin-left: 1em;
  width: 296px;
}
div#soli-reduction-points div.middle {
  float: left;
  text-align: center;
  margin-right: 1em;
  width: 280px;
}
div#soli-reduction-points div.right {
  float: right;
  text-align: left;
  margin-right: 1em;
  width: 60px;
}
div#soli-reduction-points table tr.even { background-color: #ededed; }
div#soli-reduction-points table td.first {
  width: 296px;
  padding-left: 1.25em;
  text-align: left;
}
div#soli-reduction-points table td.middle {
  width: 296px;
  text-align: center;
}
div#soli-reduction-points table td.last {
  width: 296px;
  text-align: right;
}
div#soli-reduction-points table td.last .action-required {
  font-size: 120%;
  color: red;
}
div#soli-reduction-points table td.right { text-align: right; }
div#soli-reduction-points table td.center { text-align: center; }
div#lost-wallet-list {
  background: #ffffff;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  padding-top: 5px;
}
#monitoring #soli-reduction-points #lost-wallet-list table {
  width: 898px;
  margin: 0;
}
#monitoring #soli-reduction-points #lost-wallet-list table tr { width: 890px; }
#monitoring #soli-reduction-points #lost-wallet-list table tr td {
  border: none;
  padding: 0.75em;
}
#monitoring #soli-reduction-points #lost-wallet-list table tr td.last input { margin-right: 30px; }
#monitoring #soli-reduction-points #lost-wallet-list table tr td span.monitored {
  font-style: italic;
  color: gray;
}
#monitoring #soli-reduction-points #lost-wallet-list div.info_popup table {
  width: 300px;
}

/* #################### */

div#contentWindow p.req { margin-bottom: 10px; }
table.acctData {
  width: 900px;
  background: #f2f2f2;
  border: #c2c2c2 1px solid;
}
table.acctData td {
  border: none;
  padding: 10px;
}
table.acctData td:first-child { width: 25%; }
table.acctData strong { font-size: 18px; }
table#acct_bank_account, table#acct_credit_card, table#acct_drivers_license, table#acct_ebay, table#acct_passport, table#acct_pay_pal, table#acct_email_address, table#acct_other { display: none; }
div#lost_wallet_shade {
  background: #d0d0d0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
div.acctDetsWrapper {
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  right: 25%;
  margin: auto auto auto auto;
  z-index: 200px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #909090;
  width: 700px;
}
div#acctDets {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  margin: 15px 15px;
  padding: 15px 15px;
}
div#acctDets h2 { color: #c2c2c2; }
div#acctDets p {
  text-align: center;
  margin-top: 10px;
}
div#acctDets p.note {
  background: #e0fbe6;
  padding: 5px 5px;
}
div#acctDetsSpecifics {
  background: #f3f3f3;
  padding: 10px 10px;
  margin: 15px 0 15px 0;
}
div#acctDetsSpecifics p {
  padding-bottom: 10px;
  text-align: left;
}
div#acctDetsSpecifics p.last {
  text-align: right;
  padding-bottom: 0px;
}
div#acctDetsSpecifics p.pad-less { padding-bottom: 0; }

#tooltip {
  position: absolute;
  border: 1px solid #333333;
  background: #f7f5d1;
  padding: 2px 5px;
  color: #333333;
  display: none;
}
