.box-model-fix {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.transition {
  transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
}
.dropdown-shadow {
  -webkit-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
}
.minimal-shadow {
  -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
}
.section-body-shadow {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.section-header-boxed-shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.section-header-boxed-shadow-subdued {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.background-header-gradation {
  background: linear-gradient(to left, #3f5978 0%, #123044 100%);
}
.vertical-ellipsis-icon {
  position: relative;
}
.vertical-ellipsis-icon:before,
.vertical-ellipsis-icon:after {
  content: '\F142';
  font-family: FontAwesome;
  font-size: .7rem;
  line-height: 1em;
  top: 0.1em;
  display: inline;
}
.vertical-ellipsis-icon:after {
  display: none;
}
.filetype-icon:before,
.filetype-icon:after {
  content: '\F016';
  font-family: FontAwesome;
}
.filetype-icon .lock-icon {
  position: absolute;
  left: -0.4rem;
  top: 0.7rem;
  display: block;
  width: 1em;
  height: 1em;
}
.filetype-icon .lock-icon:before {
  content: '\E640';
  display: block;
  color: #c00;
  font-family: icomoon-matrix;
  font-size: 1.1rem;
  font-style: normal;
  position: absolute;
  padding-right: 0;
}
.filetype-icon.word:before {
  content: '\F1C2';
  color: #0a58c1;
}
.filetype-icon.pdf:before {
  content: '\F1C1';
  color: #f00;
}
.filetype-icon.pdf-searchable:before {
  font-family: icomoon-matrix;
  content: '\E982';
  color: #f00;
}
.filetype-icon.pdf-secure2:before {
  font-family: icomoon-matrix;
  content: '\E989';
  color: #f00;
}
.filetype-icon.video:before {
  content: '\F03D';
  color: #ae76a4;
}
.filetype-icon.image:before {
  content: '\F03E';
  color: #f6921e;
}
.filetype-icon.html:before {
  content: '\F1C9';
  color: #000;
}
.filetype-icon.audio:before {
  content: '\F028';
  color: #652d90;
}
.filetype-icon.email:before {
  content: '\F003';
  /* fa-envelope-e */
  color: #5e5f61;
}
.filetype-icon.powerpoint:before {
  content: '\F1C4';
  /* fa-file-powerpoint-o */
  color: #f05a28;
}
.filetype-icon.txt:before {
  content: '\F0F6';
  /* fa-file-text-o */
  color: #0a58c1;
}
.filetype-icon.excel:before {
  content: '\F1C3';
  /* fa-file-excel-o */
  color: #00804d;
}
.filetype-icon.unknown:before {
  content: '\F016';
  /* fa-file-o */
  color: #5e5f61;
}
.filetype-icon.zip:before {
  content: '\F1C6';
  /* fa-file-zip-o */
  color: #cbb968;
}
.deadline-icon:before,
.deadline-icon:after {
  content: '\F133';
  font-family: FontAwesome;
}
.deadline-icon .okay-icon {
  position: absolute;
  top: -0.1em;
  left: .4em;
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.deadline-icon .okay-icon:before {
  content: '\F111';
  display: block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 0;
}
.deadline-icon .okay-icon:after {
  content: '\F058';
  display: block;
  color: #37b34a;
  font-family: FontAwesome;
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  left: .1em;
  padding-right: 0;
}
.deadline-icon .warning-icon {
  position: absolute;
  top: -0.1em;
  left: .4em;
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.deadline-icon .warning-icon:before {
  content: '\F111';
  display: block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 0;
}
.deadline-icon .warning-icon:after {
  content: '\F017';
  display: block;
  color: #faaf40;
  font-family: FontAwesome;
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  left: .1em;
  padding-right: 0;
}
.deadline-icon .late-icon {
  position: absolute;
  top: -0.1em;
  left: .4em;
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.deadline-icon .late-icon:before {
  content: '\F111';
  display: block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 0;
}
.deadline-icon .late-icon:after {
  content: '\F06A';
  display: block;
  color: #ec1c24;
  font-family: FontAwesome;
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  left: .1em;
  padding-right: 0;
}
.bullet-icon {
  display: block;
  padding-left: 2em;
}
.bullet-icon:before {
  position: absolute;
  margin-left: -1.5em;
  line-height: 1;
}
.home-icon:before,
.home-icon:after {
  content: '\E600';
}
.list-icon:before,
.list-icon:after {
  content: '\F03A';
  font-family: FontAwesome;
}
.square-icon:before,
.square-icon:after {
  content: '\F0C8';
  font-family: FontAwesome;
}
.square-icon-1-2x:before,
.square-icon-1-2x:after {
  content: '\F0C8';
  font-family: FontAwesome;
}
.square-icon-1-2x:before,
.square-icon-1-2x:after {
  font-size: .7rem;
  top: -0.1em;
}
.filter-icon:before,
.filter-icon:after {
  content: '\E63C';
}
.confidential-icon {
  color: #C45900;
}
.confidential-icon:before,
.confidential-icon:after {
  content: '\F070';
  font-family: FontAwesome;
}
.car-icon:before,
.car-icon:after {
  content: '\F1B9';
  font-family: FontAwesome;
}
.dollar-icon:before,
.dollar-icon:after {
  content: '\F155';
  font-family: FontAwesome;
}
.house-icon:before,
.house-icon:after {
  content: '\F015';
  font-family: FontAwesome;
}
.restricted-icon {
  color: #C45900;
}
.restricted-icon:before,
.restricted-icon:after {
  content: '\F056';
  font-family: FontAwesome;
}
.status-icon {
  color: #231f20;
}
.status-icon:before,
.status-icon:after {
  content: '\F02E';
  font-family: FontAwesome;
}
.juvenile-icon {
  color: #C45900;
  text-transform: uppercase;
}
.juvenile-icon:before,
.juvenile-icon:after {
  content: '\E634';
}
.arrested-icon {
  color: #231f20;
}
.arrested-icon:before,
.arrested-icon:after {
  content: '\E633';
}
.incarcerated-icon:before,
.incarcerated-icon:after {
  content: '\F084';
  font-family: FontAwesome;
}
.defendant-icon:before,
.defendant-icon:after {
  content: '\E606';
}
.defendants-icon:before,
.defendants-icon:after {
  content: '\E61D';
}
.victim-icon:before,
.victim-icon:after {
  content: '\E605';
}
.witness-icon:before,
.witness-icon:after {
  content: '\E653';
}
.law-enforcement-officer-witness-icon:before,
.law-enforcement-officer-witness-icon:after {
  content: '\E637';
}
.other-party-icon:before,
.other-party-icon:after {
  content: '\E654';
}
.subject-icon:before,
.subject-icon:after {
  content: '\E654';
}
.suspect-icon:before,
.suspect-icon:after {
  content: '\E61C';
}
.criminal-icon:before,
.criminal-icon:after {
  content: '\E633';
}
.contact-icon:before,
.contact-icon:after {
  content: '\E636';
}
.law-officer-icon:before,
.law-officer-icon:after {
  content: '\E637';
}
.attorney-icon:before,
.attorney-icon:after {
  content: '\E639';
}
.undo-icon:before,
.undo-icon:after {
  content: '\F0E2';
  font-family: FontAwesome;
}
.trash-icon:before,
.trash-icon:after {
  content: '\F014';
  font-family: FontAwesome;
}
.pin-icon:before,
.pin-icon:after {
  content: '\F08D';
  font-family: FontAwesome;
}
.case-icon:before,
.case-icon:after {
  content: '\F114';
  font-family: FontAwesome;
}
.case-open-icon:before,
.case-open-icon:after {
  content: '\F115';
  font-family: FontAwesome;
}
.clock-icon:before,
.clock-icon:after {
  content: '\F017';
  font-family: FontAwesome;
}
.age-icon:before,
.age-icon:after {
  content: "\E61F";
}
.tasks-icon:before,
.tasks-icon:after {
  content: "\E955";
}
.linked-icon:before,
.linked-icon:after {
  content: "\E626";
}
.add-icon:before,
.add-icon:after {
  content: '\F055';
  font-family: FontAwesome;
}
.open-left-icon:before,
.open-left-icon:after {
  content: '\F053';
  font-family: FontAwesome;
}
.caret-left-icon:before,
.caret-left-icon:after {
  content: '\F0D9';
  font-family: FontAwesome;
}
.open-right-icon:before,
.open-right-icon:after {
  content: '\F054';
  font-family: FontAwesome;
}
.caret-right-icon:before,
.caret-right-icon:after {
  content: '\F0DA';
  font-family: FontAwesome;
}
.open-down-icon:before,
.open-down-icon:after {
  content: '\F078';
  font-family: FontAwesome;
}
.open-up-icon:before,
.open-up-icon:after {
  content: '\F077';
  font-family: FontAwesome;
}
.open-down-circle-icon:before,
.open-down-circle-icon:after {
  content: '\F13A';
  font-family: FontAwesome;
}
.open-up-circle-icon:before,
.open-up-circle-icon:after {
  content: '\F139';
  font-family: FontAwesome;
}
.attach-icon:before,
.attach-icon:after {
  content: '\F0C6';
  font-family: FontAwesome;
}
.discussion-icon:before,
.discussion-icon:after {
  content: '\F0E5';
  font-family: FontAwesome;
}
.txt-icon:before,
.txt-icon:after {
  content: '\F0F6';
  font-family: FontAwesome;
}
.upload-icon:before,
.upload-icon:after {
  content: '\F093';
  font-family: FontAwesome;
}
.play-circle-icon:before,
.play-circle-icon:after {
  content: '\F144';
  font-family: FontAwesome;
}
.stop-circle-icon:before,
.stop-circle-icon:after {
  content: '\F28D';
  font-family: FontAwesome;
}
.play-circle-inverse-icon:before,
.play-circle-inverse-icon:after {
  content: '\F01D';
  font-family: FontAwesome;
}
.active .filetype-icon.word {
  color: #cee2fc;
}
.active .filetype-icon.pdf {
  color: #ffffff;
}
.active .filetype-icon.video {
  color: #ffffff;
}
.active .filetype-icon.image {
  color: #ffffff;
}
.active .filetype-icon.html {
  color: #808080;
}
.active .filetype-icon.audio {
  color: #e0cdef;
}
.active .filetype-icon.email {
  color: #dedfe0;
}
.active .filetype-icon.powerpoint {
  color: #ffffff;
}
.active .filetype-icon.txt {
  color: #dedfe0;
}
.active .filetype-icon.excel {
  color: #80ffcc;
}
.active .filetype-icon.unknown {
  color: #dedfe0;
}
.cancel-icon:before,
.cancel-icon:after {
  content: '\F00D';
  font-family: FontAwesome;
}
.minus-icon:before,
.minus-icon:after {
  content: '\F068';
  font-family: FontAwesome;
}
.view-icon:before,
.view-icon:after {
  content: '\F06E';
  font-family: FontAwesome;
}
.unview-icon:before,
.unview-icon:after {
  content: '\F070';
  font-family: FontAwesome;
}
.ban-icon:before,
.ban-icon:after {
  content: '\F05E';
  font-family: FontAwesome;
}
.edit-icon:before,
.edit-icon:after {
  content: '\F044';
  font-family: FontAwesome;
}
.pencil-icon:before,
.pencil-icon:after {
  content: '\F040';
  font-family: FontAwesome;
}
.complete-icon:before,
.complete-icon:after {
  content: '\F00C';
  font-family: FontAwesome;
}
.download-icon:before,
.download-icon:after {
  content: '\F019';
  font-family: FontAwesome;
}
.edit-solid-icon:before,
.edit-solid-icon:after {
  content: '\F14B';
  font-family: FontAwesome;
}
.details-icon:before,
.details-icon:after {
  content: '\F016';
  font-family: FontAwesome;
}
.recycle-icon:before,
.recycle-icon:after {
  content: '\F014';
  font-family: FontAwesome;
}
.recycle-icon:before,
.recycle-icon:after {
  content: '\F1F8';
  font-family: FontAwesome;
}
.search-icon:before,
.search-icon:after {
  content: '\F002';
  font-family: FontAwesome;
}
.remove-icon:before,
.remove-icon:after {
  content: '\F057';
  font-family: FontAwesome;
}
.withheld-icon:before,
.withheld-icon:after {
  content: '\F00D';
  font-family: FontAwesome;
}
.restore-icon:before,
.restore-icon:after {
  content: '\F0E2';
  font-family: FontAwesome;
}
.barcode-icon:before,
.barcode-icon:after {
  content: '\F02A';
  font-family: FontAwesome;
}
.arrows-icon:before,
.arrows-icon:after {
  content: '\F047';
  font-family: FontAwesome;
}
.delete-permanently-icon:before,
.delete-permanently-icon:after {
  content: '\F057';
  font-family: FontAwesome;
}
.calendar-list-icon:before,
.calendar-list-icon:after {
  content: '\F036';
  font-family: FontAwesome;
}
.calendar-list-icon:before {
  font-size: 1.5rem;
}
.calendar-month-icon:before,
.calendar-month-icon:after {
  content: '\F0CE';
  font-family: FontAwesome;
}
.calendar-month-icon:before {
  font-size: 1.5rem;
}
.group-icon:before,
.group-icon:after {
  content: '\F114';
  font-family: FontAwesome;
}
.group-open-icon:before,
.group-open-icon:after {
  content: '\F115';
  font-family: FontAwesome;
}
.locked-icon:before,
.locked-icon:after {
  content: '\F023';
  font-family: FontAwesome;
}
.unlocked-icon:before,
.unlocked-icon:after {
  content: '\F13E';
  font-family: FontAwesome;
}
.calendar-week-icon:before,
.calendar-week-icon:after {
  content: '\E63A';
}
.create-matter-icon:before,
.create-matter-icon:after {
  content: '\E63F';
}
.icomoon-list-icon:before,
.icomoon-list-icon:after {
  content: '\E611';
}
.docket-icon:before,
.docket-icon:after {
  content: '\E611';
}
.docket-add-icon:before,
.docket-add-icon:after {
  content: '\E63B';
}
.settings-icon:before,
.settings-icon:after {
  content: '\E641';
}
.worklist-icon:before,
.worklist-icon:after {
  content: '\E616';
}
.office-calendar-icon:before,
.office-calendar-icon:after {
  content: '\E614';
}
.address-book-icon:before,
.address-book-icon:after {
  content: '\E636';
}
.notifications-icon:before,
.notifications-icon:after {
  content: '\F0A2';
  font-family: FontAwesome;
}
.unnotify-icon:before,
.unnotify-icon:after {
  content: '\F1F7';
  font-family: FontAwesome;
}
.password-icon:before,
.password-icon:after {
  content: '\E640';
}
.logout-icon:before,
.logout-icon:after {
  content: '\E644';
}
.login-icon:before,
.login-icon:after {
  content: '\E643';
}
.message-icon:before,
.message-icon:after {
  content: '\E642';
}
.users-icon:before,
.users-icon:after {
  content: '\E61E';
}
.user-icon:before,
.user-icon:after {
  content: '\F007';
  font-family: FontAwesome;
}
.word-templates-icon:before,
.word-templates-icon:after {
  content: '\E62D';
}
.matter-icon:before,
.matter-icon:after {
  content: "\E609";
}
.incident-icon:before,
.incident-icon:after {
  content: "\E624";
}
.cases-icon:before,
.cases-icon:after {
  content: "\E611";
}
.parties-icon:before,
.parties-icon:after {
  content: "\E61B";
}
.items-icon:before,
.items-icon:after {
  content: "\E627";
}
.reference-only-icon:before,
.reference-only-icon:after {
  content: '\F097';
  font-family: FontAwesome;
}
.reference-item-icon:before,
.reference-item-icon:after {
  content: '\F0EA';
  font-family: FontAwesome;
}
.charging-icon:before,
.charging-icon:after {
  content: "\E64B";
}
.documents-icon:before,
.documents-icon:after {
  content: "\E649";
}
.calendar-icon:before,
.calendar-icon:after {
  content: "\E613";
}
.notes-icon:before,
.notes-icon:after {
  content: "\E608";
}
.filter-none-icon:before,
.filter-none-icon:after {
  content: '\E63D';
}
.psych-eval-icon:before,
.psych-eval-icon:after {
  content: '\E638';
}
.date-featured-icon:before,
.date-featured-icon:after {
  content: '\E645';
}
.convictions-icon:before,
.convictions-icon:after {
  content: '\E601';
}
.gun-icon:before,
.gun-icon:after {
  content: '\E602';
}
.crimes-icon:before,
.crimes-icon:after {
  content: '\E602';
}
.open-cases-icon:before,
.open-cases-icon:after {
  content: '\E603';
}
.closed-cases-icon:before,
.closed-cases-icon:after {
  content: '\E604';
}
.save-icon:before,
.save-icon:after {
  content: '\E617';
}
.lock-icon:before,
.lock-icon:after {
  content: '\E640';
}
.docket-by-info-icon:before,
.docket-by-info-icon:after {
  content: '\E01E';
}
.set-time-icon:before,
.set-time-icon:after {
  content: '\E10A';
}
.docket-reschedule-icon:before,
.docket-reschedule-icon:after {
  content: '\E646';
}
.docket-remove-icon:before,
.docket-remove-icon:after {
  content: '\E647';
}
.docket-split-decision-icon:before,
.docket-split-decision-icon:after {
  content: '\E648';
}
.docket-diversion-icon:before,
.docket-diversion-icon:after {
  content: '\E649';
}
.drugs-icon:before,
.drugs-icon:after {
  content: '\E63E';
}
.view-schedule-icon:before,
.view-schedule-icon:after {
  content: '\E64A';
}
.watch-icon:before,
.watch-icon:after {
  content: '\F06E';
  font-family: FontAwesome;
}
.unwatch-icon:before,
.unwatch-icon:after {
  content: '\F070';
  font-family: FontAwesome;
}
.trash-icon:before,
.trash-icon:after {
  content: '\F1F8';
  font-family: FontAwesome;
}
.alert-icon:before,
.alert-icon:after {
  content: '\F071';
  font-family: FontAwesome;
}
.question-icon:before,
.question-icon:after {
  content: '\F128';
  font-family: FontAwesome;
}
.times-icon:before,
.times-icon:after {
  content: '\F00D';
  font-family: FontAwesome;
}
.party-alert-icon {
  color: #C45900;
}
.party-alert-icon:before,
.party-alert-icon:after {
  content: '\F071';
  font-family: FontAwesome;
}
.warning-icon {
  color: #c00;
}
.warning-icon:before,
.warning-icon:after {
  content: '\F071';
  font-family: FontAwesome;
}
.arrow-right-icon:before,
.arrow-right-icon:after {
  content: '\F061';
  font-family: FontAwesome;
}
.court-icon:before,
.court-icon:after {
  content: '\F19C';
  font-family: FontAwesome;
}
.organization-icon:before,
.organization-icon:after {
  content: '\E004';
  font-family: icomoon;
}
.info-icon:before,
.info-icon:after {
  content: '\F0E5';
  font-family: FontAwesome;
}
.switch-icon:before,
.switch-icon:after {
  content: '\E2D6';
  font-family: icomoon;
}
.preview-icon:before,
.preview-icon:after {
  content: '\F06E';
  font-family: FontAwesome;
}
.external-link-icon:before,
.external-link-icon:after {
  content: '\F08E';
  font-family: FontAwesome;
}
.notified-icon:before,
.notified-icon:after {
  content: '\F0E0';
  font-family: FontAwesome;
}
.thumbs-up-icon:before,
.thumbs-up-icon:after {
  content: '\F087';
  font-family: FontAwesome;
}
.thumbs-down-icon:before,
.thumbs-down-icon:after {
  content: '\F088';
  font-family: FontAwesome;
}
.true-bill-outcome-icon:before,
.true-bill-outcome-icon:after {
  content: '\F087';
  font-family: FontAwesome;
}
.no-bill-outcome-icon:before,
.no-bill-outcome-icon:after {
  content: '\F088';
  font-family: FontAwesome;
}
.continued-outcome-icon:before,
.continued-outcome-icon:after {
  content: '\E64C';
}
.signin-icon:before,
.signin-icon:after {
  content: '\E64D';
}
.signin-icon:before {
  line-height: 1;
}
.split-outcome-icon:before,
.split-outcome-icon:after {
  content: '\F088';
  font-family: FontAwesome;
}
.split-outcome-icon:before {
  line-height: 1;
}
.refresh-icon:before,
.refresh-icon:after {
  content: '\F021';
  font-family: FontAwesome;
}
.refresh-square-icon:before,
.refresh-square-icon:after {
  content: '\F079';
  font-family: FontAwesome;
}
.check-circle-icon:before,
.check-circle-icon:after {
  content: '\F058';
  font-family: FontAwesome;
}
.check-square-icon:before,
.check-square-icon:after {
  content: '\F046';
  font-family: FontAwesome;
}
.check-icon:before,
.check-icon:after {
  content: '\F00C';
  font-family: FontAwesome;
}
.question-circle-icon:before,
.question-circle-icon:after {
  content: '\F059';
  font-family: FontAwesome;
}
.info-circle-icon:before,
.info-circle-icon:after {
  content: '\F05A';
  font-family: FontAwesome;
}
.angle-down-icon:before,
.angle-down-icon:after {
  content: '\F107';
  font-family: FontAwesome;
}
.angle-up-icon:before,
.angle-up-icon:after {
  content: '\F106';
  font-family: FontAwesome;
}
.map-marker-icon:before,
.map-marker-icon:after {
  content: '\E911';
}
.new-window-icon:before,
.new-window-icon:after {
  content: '\F14C';
  font-family: FontAwesome;
}
.not-included-icon:before,
.not-included-icon:after {
  content: '\F05C';
  font-family: FontAwesome;
}
.counsel-only-icon:before,
.counsel-only-icon:after {
  content: '\E64E';
}
.redacted-icon:before,
.redacted-icon:after {
  content: '\E64F';
}
.email-icon:before,
.email-icon:after {
  content: '\F003';
  font-family: FontAwesome;
}
.no-email-icon:before,
.no-email-icon:after {
  content: '\E651';
}
.discovery-icon:before,
.discovery-icon:after {
  content: '\E652';
}
.assessment-icon:before,
.assessment-icon:after {
  content: '\E650';
}
.expert-witness-icon:before,
.expert-witness-icon:after {
  content: '\F0F0';
  font-family: FontAwesome;
}
.text-icon:before,
.text-icon:after {
  content: '\F031';
  font-family: FontAwesome;
}
.copy-paste-icon:before,
.copy-paste-icon:after {
  content: '\F0C5';
  font-family: FontAwesome;
}
.none-known-icon:before,
.none-known-icon:after {
  content: '\F069';
  font-family: FontAwesome;
}
.evidence-icon:before,
.evidence-icon:after {
  content: '\E655';
}
.checkbox-unchecked-icon:before,
.checkbox-unchecked-icon:after {
  content: '\E60E';
}
.checkbox-checked-icon:before,
.checkbox-checked-icon:after {
  content: '\E656';
}
.checkbox-checked-2-icon:before,
.checkbox-checked-2-icon:after {
  content: '\E657';
}
.group-icon:before,
.group-icon:after {
  content: '\E659';
}
.conversation-icon:before,
.conversation-icon:after {
  content: '\F086';
  font-family: FontAwesome;
}
.expert-icon:before,
.expert-icon:after {
  content: '\F0A3';
  font-family: FontAwesome;
}
.print-icon:before,
.print-icon:after {
  content: '\F02F';
  font-family: FontAwesome;
}
.phone-icon:before,
.phone-icon:after {
  content: '\F095';
  font-family: FontAwesome;
}
.impeachment-icon:before,
.impeachment-icon:after {
  content: '\F0E3';
  font-family: FontAwesome;
}
.matrix-icon:before,
.matrix-icon:after {
  content: '\E65A';
}
.risk-icon:before,
.risk-icon:after {
  content: '\E65C';
}
.living-with-icon:before,
.living-with-icon:after {
  content: '\E660';
}
.guardian-icon:before,
.guardian-icon:after {
  content: '\E65F';
}
.app-initial-icon:before,
.app-initial-icon:after {
  content: '\E995';
}
.app-renewal-icon:before,
.app-renewal-icon:after {
  content: '\E996';
}
.upload-file-icon:before,
.upload-file-icon:after {
  content: '\E998';
}
.upload-scan-icon:before,
.upload-scan-icon:after {
  content: '\E997';
}
.issue-icon:before,
.issue-icon:after {
  content: '\E99A';
}
.license-icon:before,
.license-icon:after {
  content: '\E9A4';
}
.remove-image-icon:before,
.remove-image-icon:after {
  content: '\E9A7';
}
.remove-all-icon:before,
.remove-all-icon:after {
  content: '\E9A8';
}
.deskew-icon:before,
.deskew-icon:after {
  content: '\E9A9';
}
.mirror-icon:before,
.mirror-icon:after {
  content: '\E9AB';
}
.flip-icon:before,
.flip-icon:after {
  content: '\E9AA';
}
.crime-scene-icon:before,
.crime-scene-icon:after {
  content: '\E9AD';
}
.executing-search-icon:before,
.executing-search-icon:after {
  content: '\E9AE';
}
.inspection-icon:before,
.inspection-icon:after {
  content: '\E9AF';
}
.arrow-bent-icon:before,
.arrow-bent-icon:after {
  content: '\E9B0';
}
.dollar-circle-icon:before,
.dollar-circle-icon:after {
  content: '\E9B1';
}
.crown-icon:before,
.crown-icon:after {
  content: '\E9B8';
}
.open-claim-icon:before,
.open-claim-icon:after {
  content: '\E9B9';
}
.app-icon:before,
.app-icon:after {
  content: '\E9AC';
}
.registered-user-icon:before,
.registered-user-icon:after {
  content: '\E99F';
}
.attorney-fees-icon:before,
.attorney-fees-icon:after {
  content: '\E999';
}
.icon-upload-scan:before {
  content: "\E997";
}
.icon-upload-file:before {
  content: "\E998";
}
.discovery-published-icon:before,
.discovery-published-icon:after {
  content: '\E900';
}
.prefatory-language-icon:before,
.prefatory-language-icon:after {
  content: "\E649";
}
.court-no-file-icon:before,
.court-no-file-icon:after {
  content: '\E901';
}
.court-file-icon:before,
.court-file-icon:after {
  content: '\E902';
}
.referenced-icon:before,
.referenced-icon:after {
  content: '\E903';
}
.portal-no-access-icon:before,
.portal-no-access-icon:after {
  content: '\E904';
}
.portal-icon:before,
.portal-icon:after {
  content: '\F0AC';
  font-family: FontAwesome;
}
.codefendants-icon:before,
.codefendants-icon:after {
  content: '\E908';
}
.no-record-icon:before,
.no-record-icon:after {
  content: '\E90A';
}
.certificate-icon:before,
.certificate-icon:after {
  content: '\E909';
}
.card-view-icon:before,
.card-view-icon:after {
  content: '\E90B';
}
.relationships-icon:before,
.relationships-icon:after {
  content: '\E90C';
}
.errors-icon:before,
.errors-icon:after {
  content: '\F06A';
  font-family: FontAwesome;
}
.request-icon:before,
.request-icon:after {
  content: '\E90D';
}
.make-demand-icon:before,
.make-demand-icon:after {
  content: '\E90D';
}
.workflow-icon:before,
.workflow-icon:after {
  content: '\E90E';
}
.trigger-icon:before,
.trigger-icon:after {
  content: '\E910';
}
.location-icon:before,
.location-icon:after {
  content: '\E911';
}
.case-closed-icon:before,
.case-closed-icon:after {
  content: '\E912';
}
.file-explorer-icon:before,
.file-explorer-icon:after {
  content: '\E913';
}
.report-icon:before,
.report-icon:after {
  content: '\E926';
}
.data-explorer-icon:before,
.data-explorer-icon:after {
  content: '\E915';
}
.auto-tasks-icon:before,
.auto-tasks-icon:after {
  content: '\E916';
}
.matter-types-icon:before,
.matter-types-icon:after {
  content: '\E917';
}
.reorder-icon:before,
.reorder-icon:after {
  content: '\E923';
}
.long-arrow-right-icon:before,
.long-arrow-right-icon:after {
  content: '\F178';
  font-family: FontAwesome;
}
.supersede-icon:before,
.supersede-icon:after {
  content: '\E918';
}
.supplemental-icon:before,
.supplemental-icon:after {
  content: '\F0C5';
  font-family: FontAwesome;
}
.attorney-withheld-icon:before,
.attorney-withheld-icon:after {
  content: '\E919';
}
.civil-icon:before,
.civil-icon:after {
  content: '\E91A';
}
.ready-to-publish-icon:before,
.ready-to-publish-icon:after {
  content: '\E91B';
}
.draft-icon:before,
.draft-icon:after {
  content: '\E91C';
}
.secret-icon:before,
.secret-icon:after {
  content: '\E91D';
}
.secret-remove-icon:before,
.secret-remove-icon:after {
  content: '\E91E';
}
.other-media-icon:before,
.other-media-icon:after {
  content: '\E91F';
}
.container-icon:before,
.container-icon:after {
  content: '\E920';
}
.container-broken-icon:before,
.container-broken-icon:after {
  content: '\E922';
}
.snippet-icon:before,
.snippet-icon:after {
  content: '\E921';
}
.diamond-icon:before,
.diamond-icon:after {
  content: '\E924';
}
.triangle-icon:before,
.triangle-icon:after {
  content: '\E925';
}
.folder-icon:before,
.folder-icon:after {
  content: '\F07B';
  font-family: FontAwesome;
}
.arrow-circle-down-icon:before,
.arrow-circle-down-icon:after {
  content: '\F0AB';
  font-family: FontAwesome;
}
.receive-icon:before,
.receive-icon:after {
  content: '\F01A';
  font-family: FontAwesome;
}
.release-icon:before,
.release-icon:after {
  content: '\F01B';
  font-family: FontAwesome;
}
.arrow-left-icon:before,
.arrow-left-icon:after {
  content: '\F060';
  font-family: FontAwesome;
}
.assigned-icon:before,
.assigned-icon:after {
  content: '\E933';
}
.biohazard-icon:before,
.biohazard-icon:after {
  content: '\E938';
}
.examined-icon:before,
.examined-icon:after {
  content: '\E939';
}
.personal-property-icon:before,
.personal-property-icon:after {
  content: '\E93A';
}
.start-icon:before,
.start-icon:after {
  content: '\F01D';
  font-family: FontAwesome;
}
.in-progress-icon:before,
.in-progress-icon:after {
  content: '\E93B';
}
.relocate-icon:before,
.relocate-icon:after {
  content: '\E93C';
}
.submission-history-icon:before,
.submission-history-icon:after {
  content: '\E93D';
}
.resubmission-icon:before,
.resubmission-icon:after {
  content: '\E93E';
}
.new-dropdown-icon:before,
.new-dropdown-icon:after {
  content: '\E93F';
}
.qui-tam-icon:before,
.qui-tam-icon:after {
  content: '\E940';
}
.checklist-icon:before,
.checklist-icon:after {
  content: '\E951';
}
.service-icon:before,
.service-icon:after {
  content: '\E952';
}
.link-horizontal-icon:before,
.link-horizontal-icon:after {
  content: '\E953';
}
.add-checklist-icon:before,
.add-checklist-icon:after {
  content: '\E954';
}
.add-task-icon:before,
.add-task-icon:after {
  content: '\E956';
}
.to-do-icon:before,
.to-do-icon:after {
  content: '\E957';
}
.question-square-icon:before,
.question-square-icon:after {
  content: '\E958';
}
.times-square-icon:before,
.times-square-icon:after {
  content: '\E959';
}
.appointment-square-icon:before,
.appointment-square-icon:after {
  content: '\E95A';
}
.appointment-linked-square-icon:before,
.appointment-linked-square-icon:after {
  content: '\E95B';
}
.defendant-2-icon:before,
.defendant-2-icon:after {
  content: '\E95C';
}
.suspect-2-icon:before,
.suspect-2-icon:after {
  content: '\E961';
}
.victim-2-icon:before,
.victim-2-icon:after {
  content: '\E95F';
}
.provider-icon:before,
.provider-icon:after {
  content: '\E95D';
}
.claimant-icon:before,
.claimant-icon:after {
  content: '\E960';
}
.lawyer-icon:before,
.lawyer-icon:after {
  content: '\E962';
}
.other-party-2-icon:before,
.other-party-2-icon:after {
  content: '\E95E';
}
.push-pin-icon:before,
.push-pin-icon:after {
  content: '\E965';
}
.workflow-child-icon:before,
.workflow-child-icon:after {
  content: '\E90F';
}
.workflow-child-2-icon:before,
.workflow-child-2-icon:after {
  content: '\E966';
}
.email-message-icon:before,
.email-message-icon:after {
  content: '\E977';
}
.text-message-icon:before,
.text-message-icon:after {
  content: '\E978';
}
.mobile-message-icon:before,
.mobile-message-icon:after {
  content: '\E979';
}
.change-icon:before,
.change-icon:after {
  content: '\E2D2';
  font-family: icomoon;
}
.circle-no-icon:before,
.circle-no-icon:after {
  content: '\E983';
}
.guardian-unproven-icon:before,
.guardian-unproven-icon:after {
  content: '\E994';
}
.circle-na-icon:before,
.circle-na-icon:after {
  content: '\E984';
}
.edit2-icon:before,
.edit2-icon:after {
  content: '\E993';
}
.full-text-search-icon:before,
.full-text-search-icon:after {
  content: '\E992';
}
.gal-icon:before,
.gal-icon:after {
  content: '\E991';
}
.attempt-icon:before,
.attempt-icon:after {
  content: '\E98F';
}
.change2-icon:before,
.change2-icon:after {
  content: '\E990';
}
.undo2-icon:before,
.undo2-icon:after {
  content: '\E98A';
}
.unassign-icon:before,
.unassign-icon:after {
  content: '\E98B';
}
.reassign-icon:before,
.reassign-icon:after {
  content: '\E98C';
}
.swap-icon:before,
.swap-icon:after {
  content: '\E98D';
}
.close-icon:before,
.close-icon:after {
  content: '\E98E';
}
.activity-icon:before,
.activity-icon:after {
  content: '\E987';
}
.add-activity-icon:before,
.add-activity-icon:after {
  content: '\E988';
}
.circle-new-icon:before,
.circle-new-icon:after {
  content: '\E985';
}
.circle-yes-icon:before,
.circle-yes-icon:after {
  content: '\E986';
}
.circle-check-icon:before,
.circle-check-icon:after {
  content: '\E97D';
}
.circle-x-icon:before,
.circle-x-icon:after {
  content: '\E97E';
}
.circle-warning-icon:before,
.circle-warning-icon:after {
  content: '\E97F';
}
.circle-check-icon:before,
.circle-check-icon:after {
  content: '\E97D';
}
.na-icon:before,
.na-icon:after {
  content: '\E97B';
}
.file-referenced-icon:before,
.file-referenced-icon:after {
  content: '\E9BA';
}
.file-network-icon:before,
.file-network-icon:after {
  content: '\E9BB';
}
.circle-hold-icon:before,
.circle-hold-icon:after {
  content: '\E9BC';
}
.syringe-icon:before,
.syringe-icon:after {
  content: '\E9BD';
}
.add-multi-evidence-icon:before,
.add-multi-evidence-icon:after {
  content: '\E9BE';
}
.overview-icon:before,
.overview-icon:after {
  content: '\E9C7';
}
.awaiting-clearance-icon:before,
.awaiting-clearance-icon:after {
  content: '\E9C8';
}
.intake-incomplete-icon:before,
.intake-incomplete-icon:after {
  content: '\E9C9';
}
.unlock-icon:before,
.unlock-icon:after {
  content: '\E9CA';
}
.event-timeline-icon:before,
.event-timeline-icon:after {
  content: '\E9CB';
}
.pdf-secure-icon .path1 {
  color: #000000;
}
.pdf-secure-icon .path1:before,
.pdf-secure-icon .path1:after {
  content: '\E97C';
}
.pdf-secure-icon .path2 {
  color: #f00;
}
.pdf-secure-icon .path2:before,
.pdf-secure-icon .path2:after {
  content: '\E980';
}
.pdf-secure2-icon {
  color: #f00;
}
.pdf-secure2-icon:before,
.pdf-secure2-icon:after {
  content: '\E989';
}
.pdf-searchable-icon {
  color: #f00;
}
.pdf-searchable-icon:before,
.pdf-searchable-icon:after {
  content: '\E982';
}
.rule-icon:before,
.rule-icon:after {
  content: '\E97A';
}
.record-decision-icon:before,
.record-decision-icon:after {
  content: '\E981';
}
.cd-property-icon:before,
.cd-property-icon:after {
  content: '\E65D';
}
.drug-property-icon:before,
.drug-property-icon:after {
  content: '\E63E';
}
.financial-property-icon:before,
.financial-property-icon:after {
  content: '\F155';
  font-family: FontAwesome;
}
.other-property-icon:before,
.other-property-icon:after {
  content: '\E65E';
}
.real-estate-property-icon:before,
.real-estate-property-icon:after {
  content: '\F015';
  font-family: FontAwesome;
}
.trace-evidence-property-icon:before,
.trace-evidence-property-icon:after {
  content: '\E655';
}
.vehicle-property-icon:before,
.vehicle-property-icon:after {
  content: '\F1B9';
  font-family: FontAwesome;
}
.exclamation-circle-icon:before,
.exclamation-circle-icon:after {
  content: '\F06A';
  font-family: FontAwesome;
}
.weapon-property-icon:before,
.weapon-property-icon:after {
  content: '\E602';
}
.hosted-evidence-icon:before,
.hosted-evidence-icon:after {
  content: '\E013';
  font-family: icomoon;
}
.back-icon:before,
.back-icon:after {
  content: '\E800';
}
.tag-icon:before,
.tag-icon:after {
  content: '\F02B';
  font-family: FontAwesome;
}
.expander-icon {
  cursor: pointer;
}
.expander-icon:before,
.expander-icon:after {
  content: '\F078';
  font-family: FontAwesome;
}
.expander-icon:before,
.expander-icon:after {
  font-size: 1.1rem;
}
.expander-icon.active:before,
.expander-icon.active:after {
  content: '\F077';
}
.speedy-trial-icon:before,
.speedy-trial-icon:after {
  content: '\E04E';
  font-family: icomoon;
}
.journal-icon:before,
.journal-icon:after {
  content: '\F0CB';
  font-family: FontAwesome;
}
.costs-icon:before,
.costs-icon:after {
  content: '\F155';
  font-family: FontAwesome;
}
.statistics-icon:before,
.statistics-icon:after {
  content: '\F080';
  font-family: FontAwesome;
}
.red-text-icon .path1 {
  color: #f00;
}
.red-text-icon .path1:before,
.red-text-icon .path1:after {
  content: '\E927';
}
.red-text-icon .path2:before,
.red-text-icon .path2:after {
  content: '\E928';
}
.color-text-icon .path1 {
  color: #949494;
}
.color-text-icon .path1:before,
.color-text-icon .path1:after {
  content: '\E92C';
}
.color-text-icon .path2:before,
.color-text-icon .path2:after {
  content: '\E929';
}
.color-text-icon .path3:before,
.color-text-icon .path3:after {
  content: '\E92A';
}
.yellow-highlight-icon .path1:before,
.yellow-highlight-icon .path1:after {
  content: '\E92B';
}
.yellow-highlight-icon .path2:before,
.yellow-highlight-icon .path2:after {
  content: '\E92E';
}
.yellow-highlight-icon .path3 {
  color: #ff0;
}
.yellow-highlight-icon .path3:before,
.yellow-highlight-icon .path3:after {
  content: '\E92F';
}
.highlight-icon .path1:before,
.highlight-icon .path1:after {
  content: '\E92D';
}
.highlight-icon .path2:before,
.highlight-icon .path2:after {
  content: '\E930';
}
.highlight-icon .path3 {
  color: #949494;
}
.highlight-icon .path3:before,
.highlight-icon .path3:after {
  content: '\E931';
}
.highlight-icon .path4:before,
.highlight-icon .path4:after {
  content: '\E932';
}
.assigned-check-icon .path1:before,
.assigned-check-icon .path1:after {
  content: '\E934';
}
.assigned-check-icon .path2:before,
.assigned-check-icon .path2:after {
  content: '\E935';
}
.assigned-check-icon .path3:before,
.assigned-check-icon .path3:after {
  content: '\E936';
}
.assigned-check-icon .path4 {
  color: #C45900;
}
.assigned-check-icon .path4:before,
.assigned-check-icon .path4:after {
  content: '\E937';
}
.subrogation-icon .path1:before,
.subrogation-icon .path1:after {
  content: '\E65B';
}
.subrogation-icon .path2 {
  color: #578C11;
}
.subrogation-icon .path2:before,
.subrogation-icon .path2:after {
  content: '\E661';
}
.expunged-partially-icon .path1:before,
.expunged-partially-icon .path1:after {
  content: '\E941';
}
.expunged-partially-icon .path2 {
  color: #C45900;
}
.expunged-partially-icon .path2:before,
.expunged-partially-icon .path2:after {
  content: '\E942';
}
.sealed-partially-icon .path1:before,
.sealed-partially-icon .path1:after {
  content: '\E943';
}
.sealed-partially-icon .path2 {
  color: #C45900;
}
.sealed-partially-icon .path2:before,
.sealed-partially-icon .path2:after {
  content: '\E944';
}
.sealed-icon .path1:before,
.sealed-icon .path1:after {
  content: '\E945';
}
.sealed-icon .path2 {
  color: #C45900;
}
.sealed-icon .path2:before,
.sealed-icon .path2:after {
  content: '\E946';
}
.sealed-pending-icon .path1:before,
.sealed-pending-icon .path1:after {
  content: '\E947';
}
.sealed-pending-icon .path2 {
  color: #578C11;
}
.sealed-pending-icon .path2:before,
.sealed-pending-icon .path2:after {
  content: '\E948';
}
.sealed-denied-icon .path1:before,
.sealed-denied-icon .path1:after {
  content: '\E949';
}
.sealed-denied-icon .path2 {
  color: #C45900;
}
.sealed-denied-icon .path2:before,
.sealed-denied-icon .path2:after {
  content: '\E94A';
}
.expunged-denied-icon .path1:before,
.expunged-denied-icon .path1:after {
  content: '\E94B';
}
.expunged-denied-icon .path2 {
  color: #C45900;
}
.expunged-denied-icon .path2:before,
.expunged-denied-icon .path2:after {
  content: '\E94C';
}
.expunged-pending-icon .path1:before,
.expunged-pending-icon .path1:after {
  content: '\E94D';
}
.expunged-pending-icon .path2 {
  color: #578C11;
}
.expunged-pending-icon .path2:before,
.expunged-pending-icon .path2:after {
  content: '\E94E';
}
.expunged-icon .path1:before,
.expunged-icon .path1:after {
  content: '\E94F';
}
.expunged-icon .path2 {
  color: #C45900;
}
.expunged-icon .path2:before,
.expunged-icon .path2:after {
  content: '\E950';
}
.file-confidential-icon .path1:before,
.file-confidential-icon .path1:after {
  content: '\E963';
}
.file-confidential-icon .path2 {
  color: #C45900;
}
.file-confidential-icon .path2:before,
.file-confidential-icon .path2:after {
  content: '\E964';
}
.email-sent-icon .path1:before,
.email-sent-icon .path1:after {
  content: '\E967';
}
.email-sent-icon .path2 {
  color: #123044;
}
.email-sent-icon .path2:before,
.email-sent-icon .path2:after {
  content: '\E968';
}
.email-no-icon .path1:before,
.email-no-icon .path1:after {
  content: '\E972';
}
.email-no-icon .path2 {
  color: #c00;
}
.email-no-icon .path2:before,
.email-no-icon .path2:after {
  content: '\E973';
}
.email-no-overridden-icon .path1:before,
.email-no-overridden-icon .path1:after {
  content: '\E972';
}
.email-no-overridden-icon .path2 {
  color: #bbbdbf;
}
.email-no-overridden-icon .path2:before,
.email-no-overridden-icon .path2:after {
  content: '\E973';
}
.email-yes-icon .path1:before,
.email-yes-icon .path1:after {
  content: '\E96F';
}
.email-yes-icon .path2 {
  color: #578C11;
}
.email-yes-icon .path2:before,
.email-yes-icon .path2:after {
  content: '\E970';
}
.email-yes-overridden-icon .path1:before,
.email-yes-overridden-icon .path1:after {
  content: '\E96F';
}
.email-yes-overridden-icon .path2 {
  color: #bbbdbf;
}
.email-yes-overridden-icon .path2:before,
.email-yes-overridden-icon .path2:after {
  content: '\E970';
}
.text-sent-icon .path1:before,
.text-sent-icon .path1:after {
  content: '\E96D';
}
.text-sent-icon .path2 {
  color: #123044;
}
.text-sent-icon .path2:before,
.text-sent-icon .path2:after {
  content: '\E96E';
}
.text-no-icon .path1:before,
.text-no-icon .path1:after {
  content: '\E96B';
}
.text-no-icon .path2 {
  color: #c00;
}
.text-no-icon .path2:before,
.text-no-icon .path2:after {
  content: '\E96C';
}
.text-no-overridden-icon .path1:before,
.text-no-overridden-icon .path1:after {
  content: '\E96B';
}
.text-no-overridden-icon .path2 {
  color: #bbbdbf;
}
.text-no-overridden-icon .path2:before,
.text-no-overridden-icon .path2:after {
  content: '\E96C';
}
.text-yes-icon .path1:before,
.text-yes-icon .path1:after {
  content: '\E969';
}
.text-yes-icon .path2 {
  color: #578C11;
}
.text-yes-icon .path2:before,
.text-yes-icon .path2:after {
  content: '\E96A';
}
.text-yes-overridden-icon .path1:before,
.text-yes-overridden-icon .path1:after {
  content: '\E969';
}
.text-yes-overridden-icon .path2 {
  color: #bbbdbf;
}
.text-yes-overridden-icon .path2:before,
.text-yes-overridden-icon .path2:after {
  content: '\E96A';
}
.email-unavailable-icon .path1:before,
.email-unavailable-icon .path1:after {
  content: '\E971';
}
.email-unavailable-icon .path2 {
  color: #C45900;
}
.email-unavailable-icon .path2:before,
.email-unavailable-icon .path2:after {
  content: '\E974';
}
.text-unavailable-icon .path1:before,
.text-unavailable-icon .path1:after {
  content: '\E975';
}
.text-unavailable-icon .path2 {
  color: #C45900;
}
.text-unavailable-icon .path2:before,
.text-unavailable-icon .path2:after {
  content: '\E976';
}
.registered-user-x-icon .path1:before,
.registered-user-x-icon .path1:after {
  content: '\E99B';
}
.registered-user-x-icon .path2 {
  color: #123044;
}
.registered-user-x-icon .path2:before,
.registered-user-x-icon .path2:after {
  content: '\E99C';
}
.registered-user-exclamation-icon .path1:before,
.registered-user-exclamation-icon .path1:after {
  content: '\E99D';
}
.registered-user-exclamation-icon .path2 {
  color: #C45900;
}
.registered-user-exclamation-icon .path2:before,
.registered-user-exclamation-icon .path2:after {
  content: '\E99E';
}
.license-mismatch1-icon .path1:before,
.license-mismatch1-icon .path1:after {
  content: '\E9A0';
}
.license-mismatch1-icon .path2 {
  color: #C45900;
}
.license-mismatch1-icon .path2:before,
.license-mismatch1-icon .path2:after {
  content: '\E9A1';
}
.license-mismatch2-icon .path1:before,
.license-mismatch2-icon .path1:after {
  content: '\E9A2';
}
.license-mismatch2-icon .path2 {
  color: #123044;
}
.license-mismatch2-icon .path2:before,
.license-mismatch2-icon .path2:after {
  content: '\E9A3';
}
.license-pending-icon .path1:before,
.license-pending-icon .path1:after {
  content: '\E9A5';
}
.license-pending-icon .path2 {
  color: #C45900;
}
.license-pending-icon .path2:before,
.license-pending-icon .path2:after {
  content: '\E9A6';
}
.license-questionable-icon .path1:before,
.license-questionable-icon .path1:after {
  content: '\E9B6';
}
.license-questionable-icon .path2 {
  margin-left: -1em;
  color: #c45900;
}
.license-questionable-icon .path2:before,
.license-questionable-icon .path2:after {
  content: '\E9B7';
}
.dollar-arrow-icon .path1 {
  color: #578c11;
}
.dollar-arrow-icon .path1:before,
.dollar-arrow-icon .path1:after {
  content: '\E9B2';
}
.dollar-arrow-icon .path2:before,
.dollar-arrow-icon .path2:after {
  content: '\E9B3';
}
.app-update-icon .path1:before,
.app-update-icon .path1:after {
  content: '\E9B4';
}
.app-update-icon .path2 {
  margin-left: -1em;
  color: #fbb03b;
}
.app-update-icon .path2:before,
.app-update-icon .path2:after {
  content: '\E9B5';
}
.location-unknown-icon .path1:before,
.location-unknown-icon .path1:after {
  content: '\E9C3';
}
.location-unknown-icon .path2 {
  margin-left: -1em;
  color: #eabd00;
}
.location-unknown-icon .path2:before,
.location-unknown-icon .path2:after {
  content: '\E9C4';
}
.location-do-not-verify-icon .path1:before,
.location-do-not-verify-icon .path1:after {
  content: '\E9C1';
}
.location-do-not-verify-icon .path2 {
  margin-left: -1em;
  color: #ed1c24;
}
.location-do-not-verify-icon .path2:before,
.location-do-not-verify-icon .path2:after {
  content: '\E9C2';
}
.location-verified-icon .path1:before,
.location-verified-icon .path1:after {
  content: '\E9BF';
}
.location-verified-icon .path2 {
  margin-left: -1em;
  color: #578c11;
}
.location-verified-icon .path2:before,
.location-verified-icon .path2:after {
  content: '\E9C0';
}
.location-failed-icon .path1:before,
.location-failed-icon .path1:after {
  content: '\E9C5';
}
.location-failed-icon .path2 {
  margin-left: -1em;
  color: #ed1c24;
}
.location-failed-icon .path2:before,
.location-failed-icon .path2:after {
  content: '\E9C6';
}
.site-branding-logo-img {
  width: 100%;
  object-fit: contain;
}
.portal-site-links {
  padding: .75em 0 0 1em;
}
.portal-site-buttons {
  flex-grow: 1;
}
.site-header-right-buttons {
  display: flex;
  justify-content: flex-end;
}
.site-header-button {
  margin-right: 2em;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-weight: 400;
}
.site-header-button:hover {
  color: #ffffff;
}
.site-header-flyout-button:after {
  content: '\F107';
  padding-left: .5em;
  margin-right: 0;
  font-family: FontAwesome;
  position: relative;
}

[class*='-icon'],
[class*='-icon'] [class^='path'] {
  position: relative;
}
[class*='-icon']:before,
[class*='-icon'] [class^='path']:before,
[class*='-icon']:after,
[class*='-icon'] [class^='path']:after {
  font-size: 1.4rem;
  line-height: 0.71428571em;
  font-family: icomoon-matrix;
  font-style: normal;
  width: 1em;
  display: inline-block;
  text-align: center;
}
[class*='-icon']:after,
[class*='-icon'] [class^='path']:after {
  display: none;
}
[class*='-icon']:before,
[class*='-icon']:after {
  font-weight: 400;
  position: relative;
  vertical-align: middle;
}
[class*='-icon']:not(.icon-no-padding):not(.no-padding-psuedo-elements):before {
  padding-right: .5em;
}
[class*='-icon']:not(.no-padding-psuedo-elements):not(.icon-no-padding):before,
[class*='-icon']:not(.no-padding-psuedo-elements):not(.icon-no-padding):after {
  padding-right: .5em;
}
.multi-color [class*='path'] {
  vertical-align: middle;
}
.multi-color [class*='path']:not(:first-child) {
  margin-left: -1.4rem;
}
.small-1-2x-icon:before,
.small-1-2x-icon:after {
  font-size: .7rem;
  top: -0.1em;
}
.small-1-2x-icon .multi-color [class*='path']:before,
.small-1-2x-icon .multi-color [class*='path']:after {
  font-size: .7rem;
  top: -0.1em;
}
.small-1-2x-icon .multi-color [class*='path']:not(:first-child) {
  margin-left: -0.7rem;
}
.small-icon:before,
.small-icon:after {
  font-size: 1.15rem;
}
.small-icon .multi-color [class*='path']:before,
.small-icon .multi-color [class*='path']:after {
  font-size: 1.15rem;
}
.small-icon .multi-color [class*='path']:not(:first-child) {
  margin-left: -1.15rem;
}
.large-icon-3rem:before,
.large-icon-3rem:after {
  font-size: 3rem;
}
.large-icon-3rem .multi-color [class*='path']:before,
.large-icon-3rem .multi-color [class*='path']:after {
  font-size: 3rem;
}
.large-icon-3rem .multi-color [class*='path']:not(:first-child) {
  margin-left: -3rem;
}
.large-icon-4rem:before,
.large-icon-4rem:after {
  font-size: 4rem;
  padding-top: .1em;
  padding-bottom: .1em;
}
.large-icon-4rem .multi-color [class*='path']:before,
.large-icon-4rem .multi-color [class*='path']:after {
  font-size: 4rem;
  padding-top: .1em;
  padding-bottom: .1em;
}
.large-icon-4rem .multi-color [class*='path']:not(:first-child) {
  margin-left: -4rem;
}
.large-icon-5rem:before,
.large-icon-5rem:after {
  font-size: 5rem;
  padding-top: .1em;
  padding-bottom: .1em;
}
.large-icon-5rem .multi-color [class*='path']:before,
.large-icon-5rem .multi-color [class*='path']:after {
  font-size: 5rem;
  padding-top: .1em;
  padding-bottom: .1em;
}
.large-icon-5rem .multi-color [class*='path']:not(:first-child) {
  margin-left: -5rem;
}
.large-icon {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 1em;
}
.large-icon:before,
.large-icon:after {
  font-size: 2.4rem;
}
.large-icon .multi-color [class*='path'] {
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
}
.large-icon .multi-color [class*='path']:before,
.large-icon .multi-color [class*='path']:after {
  font-size: 2.4rem;
}
.large-icon .multi-color [class*='path']:not(:first-child) {
  margin-left: -2.4rem;
}
.large-icon-stacked:before,
.large-icon-stacked:after,
.large-icon-stacked .multi-color {
  font-size: 2.4rem;
  display: block;
  text-align: center;
  padding-bottom: .2em;
  padding-right: 0;
  width: 100%;
  line-height: 1em;
}
.large-icon-stacked:after {
  display: none;
}
.large-icon-stacked.status:before {
  content: "\F05A";
}
.icon-stacked:before,
.icon-stacked:after {
  display: block;
  text-align: center;
  padding-bottom: .2em;
  padding-right: 0;
  width: 100%;
  line-height: 1em;
}
.icon-stacked:after {
  display: none;
}
.page-top-icons {
  float: right;
  padding-top: 1.7em;
}
.section-header-icons {
  text-align: right;
  font-size: .9rem;
}
.section-header-icons * {
  vertical-align: middle;
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.section-header-icons .large-icon {
  padding-left: .4em;
  padding-right: .4em;
}
.section-header-icons .large-icon:before,
.section-header-icons .large-icon:after {
  vertical-align: middle;
  font-size: 2.0rem;
  top: 0;
}
.section-header-attention-color-icon {
  color: #fff;
  background-color: #C45900;
}
.icon-condensed {
  padding-right: .1em;
}
.icon-condensed [class*='-icon']:before {
  padding-right: .1em;
}
.icon-condensed:before {
  padding-right: .1em;
}
.icon-cell {
  padding-right: 0;
}
.icon-cell [class*='-icon']:before,
.icon-cell [class*='-icon']:not(.no-padding-psuedo-elements):not(.icon-no-padding):before {
  padding-right: 0;
}
.icon-cell:before {
  padding-right: 0;
}
.flipped-icon[class*='-icon']:after {
  display: inline-block;
  padding-left: .5rem;
}
.flipped-icon[class*='-icon']:before {
  display: none;
}
.mirrored-icon[class*='-icon']:before {
  transform: scale(-1, 1);
  padding-right: 0;
  padding-left: .5rem;
}
.mirrored-icon[class*='-icon']:after {
  transform: scale(-1, 1);
  padding-right: .5rem;
  padding-left: 0;
}
.mirrored-icon[class*='-icon'] .multi-color :before {
  transform: scale(-1, 1);
}
.match-text-size-icon:before,
.match-text-size-icon:after {
  font-size: 1rem;
  top: auto;
}
/* Icon Colors */
.icon-link-color:before,
.icon-link-color:after {
  color: #1464bb;
}
.link-color-psuedo-elements:before,
.link-color-psuedo-elements:after {
  color: #1464bb;
}
input[type="text"][class*='-icon'],
input[type="file"][class*='-icon'],
input[type="password"][class*='-icon'],
textarea[class*='-icon'],
select[class*='-icon'] {
  background: #fff;
}
.input-wrapper {
  position: relative;
}
.input-wrapper input[type="text"],
.input-wrapper input[type="file"],
.input-wrapper input[type="email"],
.input-wrapper input[type="tel"],
.input-wrapper input[type="password"],
.input-wrapper textarea,
.input-wrapper select {
  position: relative;
  padding-right: 3rem;
  width: 100%;
}
.input-wrapper:before {
  color: #123044;
  z-index: 10;
  right: 1rem;
  top: 1rem;
  position: absolute;
  line-height: 1;
}
.box-model-fix {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.transition {
  transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
}
.dropdown-shadow {
  -webkit-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
}
.minimal-shadow {
  -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
}
.section-body-shadow {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.section-header-boxed-shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.section-header-boxed-shadow-subdued {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.background-header-gradation {
  background: linear-gradient(to left, #3f5978 0%, #123044 100%);
}
.vertical-ellipsis-icon {
  position: relative;
}
.vertical-ellipsis-icon:before,
.vertical-ellipsis-icon:after {
  content: '\F142';
  font-family: FontAwesome;
  font-size: .7rem;
  line-height: 1em;
  top: 0.1em;
  display: inline;
}
.vertical-ellipsis-icon:after {
  display: none;
}
.filetype-icon:before,
.filetype-icon:after {
  content: '\F016';
  font-family: FontAwesome;
}
.filetype-icon .lock-icon {
  position: absolute;
  left: -0.4rem;
  top: 0.7rem;
  display: block;
  width: 1em;
  height: 1em;
}
.filetype-icon .lock-icon:before {
  content: '\E640';
  display: block;
  color: #c00;
  font-family: icomoon-matrix;
  font-size: 1.1rem;
  font-style: normal;
  position: absolute;
  padding-right: 0;
}
.filetype-icon.word:before {
  content: '\F1C2';
  color: #0a58c1;
}
.filetype-icon.pdf:before {
  content: '\F1C1';
  color: #f00;
}
.filetype-icon.pdf-searchable:before {
  font-family: icomoon-matrix;
  content: '\E982';
  color: #f00;
}
.filetype-icon.pdf-secure2:before {
  font-family: icomoon-matrix;
  content: '\E989';
  color: #f00;
}
.filetype-icon.video:before {
  content: '\F03D';
  color: #ae76a4;
}
.filetype-icon.image:before {
  content: '\F03E';
  color: #f6921e;
}
.filetype-icon.html:before {
  content: '\F1C9';
  color: #000;
}
.filetype-icon.audio:before {
  content: '\F028';
  color: #652d90;
}
.filetype-icon.email:before {
  content: '\F003';
  /* fa-envelope-e */
  color: #5e5f61;
}
.filetype-icon.powerpoint:before {
  content: '\F1C4';
  /* fa-file-powerpoint-o */
  color: #f05a28;
}
.filetype-icon.txt:before {
  content: '\F0F6';
  /* fa-file-text-o */
  color: #0a58c1;
}
.filetype-icon.excel:before {
  content: '\F1C3';
  /* fa-file-excel-o */
  color: #00804d;
}
.filetype-icon.unknown:before {
  content: '\F016';
  /* fa-file-o */
  color: #5e5f61;
}
.filetype-icon.zip:before {
  content: '\F1C6';
  /* fa-file-zip-o */
  color: #cbb968;
}
.deadline-icon:before,
.deadline-icon:after {
  content: '\F133';
  font-family: FontAwesome;
}
.deadline-icon .okay-icon {
  position: absolute;
  top: -0.1em;
  left: .4em;
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.deadline-icon .okay-icon:before {
  content: '\F111';
  display: block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 0;
}
.deadline-icon .okay-icon:after {
  content: '\F058';
  display: block;
  color: #37b34a;
  font-family: FontAwesome;
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  left: .1em;
  padding-right: 0;
}
.deadline-icon .warning-icon {
  position: absolute;
  top: -0.1em;
  left: .4em;
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.deadline-icon .warning-icon:before {
  content: '\F111';
  display: block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 0;
}
.deadline-icon .warning-icon:after {
  content: '\F017';
  display: block;
  color: #faaf40;
  font-family: FontAwesome;
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  left: .1em;
  padding-right: 0;
}
.deadline-icon .late-icon {
  position: absolute;
  top: -0.1em;
  left: .4em;
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.deadline-icon .late-icon:before {
  content: '\F111';
  display: block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 0;
}
.deadline-icon .late-icon:after {
  content: '\F06A';
  display: block;
  color: #ec1c24;
  font-family: FontAwesome;
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  left: .1em;
  padding-right: 0;
}
.bullet-icon {
  display: block;
  padding-left: 2em;
}
.bullet-icon:before {
  position: absolute;
  margin-left: -1.5em;
  line-height: 1;
}
.home-icon:before,
.home-icon:after {
  content: '\E600';
}
.list-icon:before,
.list-icon:after {
  content: '\F03A';
  font-family: FontAwesome;
}
.square-icon:before,
.square-icon:after {
  content: '\F0C8';
  font-family: FontAwesome;
}
.square-icon-1-2x:before,
.square-icon-1-2x:after {
  content: '\F0C8';
  font-family: FontAwesome;
}
.square-icon-1-2x:before,
.square-icon-1-2x:after {
  font-size: .7rem;
  top: -0.1em;
}
.filter-icon:before,
.filter-icon:after {
  content: '\E63C';
}
.confidential-icon {
  color: #C45900;
}
.confidential-icon:before,
.confidential-icon:after {
  content: '\F070';
  font-family: FontAwesome;
}
.car-icon:before,
.car-icon:after {
  content: '\F1B9';
  font-family: FontAwesome;
}
.dollar-icon:before,
.dollar-icon:after {
  content: '\F155';
  font-family: FontAwesome;
}
.house-icon:before,
.house-icon:after {
  content: '\F015';
  font-family: FontAwesome;
}
.restricted-icon {
  color: #C45900;
}
.restricted-icon:before,
.restricted-icon:after {
  content: '\F056';
  font-family: FontAwesome;
}
.status-icon {
  color: #231f20;
}
.status-icon:before,
.status-icon:after {
  content: '\F02E';
  font-family: FontAwesome;
}
.juvenile-icon {
  color: #C45900;
  text-transform: uppercase;
}
.juvenile-icon:before,
.juvenile-icon:after {
  content: '\E634';
}
.arrested-icon {
  color: #231f20;
}
.arrested-icon:before,
.arrested-icon:after {
  content: '\E633';
}
.incarcerated-icon:before,
.incarcerated-icon:after {
  content: '\F084';
  font-family: FontAwesome;
}
.defendant-icon:before,
.defendant-icon:after {
  content: '\E606';
}
.defendants-icon:before,
.defendants-icon:after {
  content: '\E61D';
}
.victim-icon:before,
.victim-icon:after {
  content: '\E605';
}
.witness-icon:before,
.witness-icon:after {
  content: '\E653';
}
.law-enforcement-officer-witness-icon:before,
.law-enforcement-officer-witness-icon:after {
  content: '\E637';
}
.other-party-icon:before,
.other-party-icon:after {
  content: '\E654';
}
.subject-icon:before,
.subject-icon:after {
  content: '\E654';
}
.suspect-icon:before,
.suspect-icon:after {
  content: '\E61C';
}
.criminal-icon:before,
.criminal-icon:after {
  content: '\E633';
}
.contact-icon:before,
.contact-icon:after {
  content: '\E636';
}
.law-officer-icon:before,
.law-officer-icon:after {
  content: '\E637';
}
.attorney-icon:before,
.attorney-icon:after {
  content: '\E639';
}
.undo-icon:before,
.undo-icon:after {
  content: '\F0E2';
  font-family: FontAwesome;
}
.trash-icon:before,
.trash-icon:after {
  content: '\F014';
  font-family: FontAwesome;
}
.pin-icon:before,
.pin-icon:after {
  content: '\F08D';
  font-family: FontAwesome;
}
.case-icon:before,
.case-icon:after {
  content: '\F114';
  font-family: FontAwesome;
}
.case-open-icon:before,
.case-open-icon:after {
  content: '\F115';
  font-family: FontAwesome;
}
.clock-icon:before,
.clock-icon:after {
  content: '\F017';
  font-family: FontAwesome;
}
.age-icon:before,
.age-icon:after {
  content: "\E61F";
}
.tasks-icon:before,
.tasks-icon:after {
  content: "\E955";
}
.linked-icon:before,
.linked-icon:after {
  content: "\E626";
}
.add-icon:before,
.add-icon:after {
  content: '\F055';
  font-family: FontAwesome;
}
.open-left-icon:before,
.open-left-icon:after {
  content: '\F053';
  font-family: FontAwesome;
}
.caret-left-icon:before,
.caret-left-icon:after {
  content: '\F0D9';
  font-family: FontAwesome;
}
.open-right-icon:before,
.open-right-icon:after {
  content: '\F054';
  font-family: FontAwesome;
}
.caret-right-icon:before,
.caret-right-icon:after {
  content: '\F0DA';
  font-family: FontAwesome;
}
.open-down-icon:before,
.open-down-icon:after {
  content: '\F078';
  font-family: FontAwesome;
}
.open-up-icon:before,
.open-up-icon:after {
  content: '\F077';
  font-family: FontAwesome;
}
.open-down-circle-icon:before,
.open-down-circle-icon:after {
  content: '\F13A';
  font-family: FontAwesome;
}
.open-up-circle-icon:before,
.open-up-circle-icon:after {
  content: '\F139';
  font-family: FontAwesome;
}
.attach-icon:before,
.attach-icon:after {
  content: '\F0C6';
  font-family: FontAwesome;
}
.discussion-icon:before,
.discussion-icon:after {
  content: '\F0E5';
  font-family: FontAwesome;
}
.txt-icon:before,
.txt-icon:after {
  content: '\F0F6';
  font-family: FontAwesome;
}
.upload-icon:before,
.upload-icon:after {
  content: '\F093';
  font-family: FontAwesome;
}
.play-circle-icon:before,
.play-circle-icon:after {
  content: '\F144';
  font-family: FontAwesome;
}
.stop-circle-icon:before,
.stop-circle-icon:after {
  content: '\F28D';
  font-family: FontAwesome;
}
.play-circle-inverse-icon:before,
.play-circle-inverse-icon:after {
  content: '\F01D';
  font-family: FontAwesome;
}
.active .filetype-icon.word {
  color: #cee2fc;
}
.active .filetype-icon.pdf {
  color: #ffffff;
}
.active .filetype-icon.video {
  color: #ffffff;
}
.active .filetype-icon.image {
  color: #ffffff;
}
.active .filetype-icon.html {
  color: #808080;
}
.active .filetype-icon.audio {
  color: #e0cdef;
}
.active .filetype-icon.email {
  color: #dedfe0;
}
.active .filetype-icon.powerpoint {
  color: #ffffff;
}
.active .filetype-icon.txt {
  color: #dedfe0;
}
.active .filetype-icon.excel {
  color: #80ffcc;
}
.active .filetype-icon.unknown {
  color: #dedfe0;
}
.cancel-icon:before,
.cancel-icon:after {
  content: '\F00D';
  font-family: FontAwesome;
}
.minus-icon:before,
.minus-icon:after {
  content: '\F068';
  font-family: FontAwesome;
}
.view-icon:before,
.view-icon:after {
  content: '\F06E';
  font-family: FontAwesome;
}
.unview-icon:before,
.unview-icon:after {
  content: '\F070';
  font-family: FontAwesome;
}
.ban-icon:before,
.ban-icon:after {
  content: '\F05E';
  font-family: FontAwesome;
}
.edit-icon:before,
.edit-icon:after {
  content: '\F044';
  font-family: FontAwesome;
}
.pencil-icon:before,
.pencil-icon:after {
  content: '\F040';
  font-family: FontAwesome;
}
.complete-icon:before,
.complete-icon:after {
  content: '\F00C';
  font-family: FontAwesome;
}
.download-icon:before,
.download-icon:after {
  content: '\F019';
  font-family: FontAwesome;
}
.edit-solid-icon:before,
.edit-solid-icon:after {
  content: '\F14B';
  font-family: FontAwesome;
}
.details-icon:before,
.details-icon:after {
  content: '\F016';
  font-family: FontAwesome;
}
.recycle-icon:before,
.recycle-icon:after {
  content: '\F014';
  font-family: FontAwesome;
}
.recycle-icon:before,
.recycle-icon:after {
  content: '\F1F8';
  font-family: FontAwesome;
}
.search-icon:before,
.search-icon:after {
  content: '\F002';
  font-family: FontAwesome;
}
.remove-icon:before,
.remove-icon:after {
  content: '\F057';
  font-family: FontAwesome;
}
.withheld-icon:before,
.withheld-icon:after {
  content: '\F00D';
  font-family: FontAwesome;
}
.restore-icon:before,
.restore-icon:after {
  content: '\F0E2';
  font-family: FontAwesome;
}
.barcode-icon:before,
.barcode-icon:after {
  content: '\F02A';
  font-family: FontAwesome;
}
.arrows-icon:before,
.arrows-icon:after {
  content: '\F047';
  font-family: FontAwesome;
}
.delete-permanently-icon:before,
.delete-permanently-icon:after {
  content: '\F057';
  font-family: FontAwesome;
}
.calendar-list-icon:before,
.calendar-list-icon:after {
  content: '\F036';
  font-family: FontAwesome;
}
.calendar-list-icon:before {
  font-size: 1.5rem;
}
.calendar-month-icon:before,
.calendar-month-icon:after {
  content: '\F0CE';
  font-family: FontAwesome;
}
.calendar-month-icon:before {
  font-size: 1.5rem;
}
.group-icon:before,
.group-icon:after {
  content: '\F114';
  font-family: FontAwesome;
}
.group-open-icon:before,
.group-open-icon:after {
  content: '\F115';
  font-family: FontAwesome;
}
.locked-icon:before,
.locked-icon:after {
  content: '\F023';
  font-family: FontAwesome;
}
.unlocked-icon:before,
.unlocked-icon:after {
  content: '\F13E';
  font-family: FontAwesome;
}
.calendar-week-icon:before,
.calendar-week-icon:after {
  content: '\E63A';
}
.create-matter-icon:before,
.create-matter-icon:after {
  content: '\E63F';
}
.icomoon-list-icon:before,
.icomoon-list-icon:after {
  content: '\E611';
}
.docket-icon:before,
.docket-icon:after {
  content: '\E611';
}
.docket-add-icon:before,
.docket-add-icon:after {
  content: '\E63B';
}
.settings-icon:before,
.settings-icon:after {
  content: '\E641';
}
.worklist-icon:before,
.worklist-icon:after {
  content: '\E616';
}
.office-calendar-icon:before,
.office-calendar-icon:after {
  content: '\E614';
}
.address-book-icon:before,
.address-book-icon:after {
  content: '\E636';
}
.notifications-icon:before,
.notifications-icon:after {
  content: '\F0A2';
  font-family: FontAwesome;
}
.unnotify-icon:before,
.unnotify-icon:after {
  content: '\F1F7';
  font-family: FontAwesome;
}
.password-icon:before,
.password-icon:after {
  content: '\E640';
}
.logout-icon:before,
.logout-icon:after {
  content: '\E644';
}
.login-icon:before,
.login-icon:after {
  content: '\E643';
}
.message-icon:before,
.message-icon:after {
  content: '\E642';
}
.users-icon:before,
.users-icon:after {
  content: '\E61E';
}
.user-icon:before,
.user-icon:after {
  content: '\F007';
  font-family: FontAwesome;
}
.word-templates-icon:before,
.word-templates-icon:after {
  content: '\E62D';
}
.matter-icon:before,
.matter-icon:after {
  content: "\E609";
}
.incident-icon:before,
.incident-icon:after {
  content: "\E624";
}
.cases-icon:before,
.cases-icon:after {
  content: "\E611";
}
.parties-icon:before,
.parties-icon:after {
  content: "\E61B";
}
.items-icon:before,
.items-icon:after {
  content: "\E627";
}
.reference-only-icon:before,
.reference-only-icon:after {
  content: '\F097';
  font-family: FontAwesome;
}
.reference-item-icon:before,
.reference-item-icon:after {
  content: '\F0EA';
  font-family: FontAwesome;
}
.charging-icon:before,
.charging-icon:after {
  content: "\E64B";
}
.documents-icon:before,
.documents-icon:after {
  content: "\E649";
}
.calendar-icon:before,
.calendar-icon:after {
  content: "\E613";
}
.notes-icon:before,
.notes-icon:after {
  content: "\E608";
}
.filter-none-icon:before,
.filter-none-icon:after {
  content: '\E63D';
}
.psych-eval-icon:before,
.psych-eval-icon:after {
  content: '\E638';
}
.date-featured-icon:before,
.date-featured-icon:after {
  content: '\E645';
}
.convictions-icon:before,
.convictions-icon:after {
  content: '\E601';
}
.gun-icon:before,
.gun-icon:after {
  content: '\E602';
}
.crimes-icon:before,
.crimes-icon:after {
  content: '\E602';
}
.open-cases-icon:before,
.open-cases-icon:after {
  content: '\E603';
}
.closed-cases-icon:before,
.closed-cases-icon:after {
  content: '\E604';
}
.save-icon:before,
.save-icon:after {
  content: '\E617';
}
.lock-icon:before,
.lock-icon:after {
  content: '\E640';
}
.docket-by-info-icon:before,
.docket-by-info-icon:after {
  content: '\E01E';
}
.set-time-icon:before,
.set-time-icon:after {
  content: '\E10A';
}
.docket-reschedule-icon:before,
.docket-reschedule-icon:after {
  content: '\E646';
}
.docket-remove-icon:before,
.docket-remove-icon:after {
  content: '\E647';
}
.docket-split-decision-icon:before,
.docket-split-decision-icon:after {
  content: '\E648';
}
.docket-diversion-icon:before,
.docket-diversion-icon:after {
  content: '\E649';
}
.drugs-icon:before,
.drugs-icon:after {
  content: '\E63E';
}
.view-schedule-icon:before,
.view-schedule-icon:after {
  content: '\E64A';
}
.watch-icon:before,
.watch-icon:after {
  content: '\F06E';
  font-family: FontAwesome;
}
.unwatch-icon:before,
.unwatch-icon:after {
  content: '\F070';
  font-family: FontAwesome;
}
.trash-icon:before,
.trash-icon:after {
  content: '\F1F8';
  font-family: FontAwesome;
}
.alert-icon:before,
.alert-icon:after {
  content: '\F071';
  font-family: FontAwesome;
}
.question-icon:before,
.question-icon:after {
  content: '\F128';
  font-family: FontAwesome;
}
.times-icon:before,
.times-icon:after {
  content: '\F00D';
  font-family: FontAwesome;
}
.party-alert-icon {
  color: #C45900;
}
.party-alert-icon:before,
.party-alert-icon:after {
  content: '\F071';
  font-family: FontAwesome;
}
.warning-icon {
  color: #c00;
}
.warning-icon:before,
.warning-icon:after {
  content: '\F071';
  font-family: FontAwesome;
}
.arrow-right-icon:before,
.arrow-right-icon:after {
  content: '\F061';
  font-family: FontAwesome;
}
.court-icon:before,
.court-icon:after {
  content: '\F19C';
  font-family: FontAwesome;
}
.organization-icon:before,
.organization-icon:after {
  content: '\E004';
  font-family: icomoon;
}
.info-icon:before,
.info-icon:after {
  content: '\F0E5';
  font-family: FontAwesome;
}
.switch-icon:before,
.switch-icon:after {
  content: '\E2D6';
  font-family: icomoon;
}
.preview-icon:before,
.preview-icon:after {
  content: '\F06E';
  font-family: FontAwesome;
}
.external-link-icon:before,
.external-link-icon:after {
  content: '\F08E';
  font-family: FontAwesome;
}
.notified-icon:before,
.notified-icon:after {
  content: '\F0E0';
  font-family: FontAwesome;
}
.thumbs-up-icon:before,
.thumbs-up-icon:after {
  content: '\F087';
  font-family: FontAwesome;
}
.thumbs-down-icon:before,
.thumbs-down-icon:after {
  content: '\F088';
  font-family: FontAwesome;
}
.true-bill-outcome-icon:before,
.true-bill-outcome-icon:after {
  content: '\F087';
  font-family: FontAwesome;
}
.no-bill-outcome-icon:before,
.no-bill-outcome-icon:after {
  content: '\F088';
  font-family: FontAwesome;
}
.continued-outcome-icon:before,
.continued-outcome-icon:after {
  content: '\E64C';
}
.signin-icon:before,
.signin-icon:after {
  content: '\E64D';
}
.signin-icon:before {
  line-height: 1;
}
.split-outcome-icon:before,
.split-outcome-icon:after {
  content: '\F088';
  font-family: FontAwesome;
}
.split-outcome-icon:before {
  line-height: 1;
}
.refresh-icon:before,
.refresh-icon:after {
  content: '\F021';
  font-family: FontAwesome;
}
.refresh-square-icon:before,
.refresh-square-icon:after {
  content: '\F079';
  font-family: FontAwesome;
}
.check-circle-icon:before,
.check-circle-icon:after {
  content: '\F058';
  font-family: FontAwesome;
}
.check-square-icon:before,
.check-square-icon:after {
  content: '\F046';
  font-family: FontAwesome;
}
.check-icon:before,
.check-icon:after {
  content: '\F00C';
  font-family: FontAwesome;
}
.question-circle-icon:before,
.question-circle-icon:after {
  content: '\F059';
  font-family: FontAwesome;
}
.info-circle-icon:before,
.info-circle-icon:after {
  content: '\F05A';
  font-family: FontAwesome;
}
.angle-down-icon:before,
.angle-down-icon:after {
  content: '\F107';
  font-family: FontAwesome;
}
.angle-up-icon:before,
.angle-up-icon:after {
  content: '\F106';
  font-family: FontAwesome;
}
.map-marker-icon:before,
.map-marker-icon:after {
  content: '\E911';
}
.new-window-icon:before,
.new-window-icon:after {
  content: '\F14C';
  font-family: FontAwesome;
}
.not-included-icon:before,
.not-included-icon:after {
  content: '\F05C';
  font-family: FontAwesome;
}
.counsel-only-icon:before,
.counsel-only-icon:after {
  content: '\E64E';
}
.redacted-icon:before,
.redacted-icon:after {
  content: '\E64F';
}
.email-icon:before,
.email-icon:after {
  content: '\F003';
  font-family: FontAwesome;
}
.no-email-icon:before,
.no-email-icon:after {
  content: '\E651';
}
.discovery-icon:before,
.discovery-icon:after {
  content: '\E652';
}
.assessment-icon:before,
.assessment-icon:after {
  content: '\E650';
}
.expert-witness-icon:before,
.expert-witness-icon:after {
  content: '\F0F0';
  font-family: FontAwesome;
}
.text-icon:before,
.text-icon:after {
  content: '\F031';
  font-family: FontAwesome;
}
.copy-paste-icon:before,
.copy-paste-icon:after {
  content: '\F0C5';
  font-family: FontAwesome;
}
.none-known-icon:before,
.none-known-icon:after {
  content: '\F069';
  font-family: FontAwesome;
}
.evidence-icon:before,
.evidence-icon:after {
  content: '\E655';
}
.checkbox-unchecked-icon:before,
.checkbox-unchecked-icon:after {
  content: '\E60E';
}
.checkbox-checked-icon:before,
.checkbox-checked-icon:after {
  content: '\E656';
}
.checkbox-checked-2-icon:before,
.checkbox-checked-2-icon:after {
  content: '\E657';
}
.group-icon:before,
.group-icon:after {
  content: '\E659';
}
.conversation-icon:before,
.conversation-icon:after {
  content: '\F086';
  font-family: FontAwesome;
}
.expert-icon:before,
.expert-icon:after {
  content: '\F0A3';
  font-family: FontAwesome;
}
.print-icon:before,
.print-icon:after {
  content: '\F02F';
  font-family: FontAwesome;
}
.phone-icon:before,
.phone-icon:after {
  content: '\F095';
  font-family: FontAwesome;
}
.impeachment-icon:before,
.impeachment-icon:after {
  content: '\F0E3';
  font-family: FontAwesome;
}
.matrix-icon:before,
.matrix-icon:after {
  content: '\E65A';
}
.risk-icon:before,
.risk-icon:after {
  content: '\E65C';
}
.living-with-icon:before,
.living-with-icon:after {
  content: '\E660';
}
.guardian-icon:before,
.guardian-icon:after {
  content: '\E65F';
}
.app-initial-icon:before,
.app-initial-icon:after {
  content: '\E995';
}
.app-renewal-icon:before,
.app-renewal-icon:after {
  content: '\E996';
}
.upload-file-icon:before,
.upload-file-icon:after {
  content: '\E998';
}
.upload-scan-icon:before,
.upload-scan-icon:after {
  content: '\E997';
}
.issue-icon:before,
.issue-icon:after {
  content: '\E99A';
}
.license-icon:before,
.license-icon:after {
  content: '\E9A4';
}
.remove-image-icon:before,
.remove-image-icon:after {
  content: '\E9A7';
}
.remove-all-icon:before,
.remove-all-icon:after {
  content: '\E9A8';
}
.deskew-icon:before,
.deskew-icon:after {
  content: '\E9A9';
}
.mirror-icon:before,
.mirror-icon:after {
  content: '\E9AB';
}
.flip-icon:before,
.flip-icon:after {
  content: '\E9AA';
}
.crime-scene-icon:before,
.crime-scene-icon:after {
  content: '\E9AD';
}
.executing-search-icon:before,
.executing-search-icon:after {
  content: '\E9AE';
}
.inspection-icon:before,
.inspection-icon:after {
  content: '\E9AF';
}
.arrow-bent-icon:before,
.arrow-bent-icon:after {
  content: '\E9B0';
}
.dollar-circle-icon:before,
.dollar-circle-icon:after {
  content: '\E9B1';
}
.crown-icon:before,
.crown-icon:after {
  content: '\E9B8';
}
.open-claim-icon:before,
.open-claim-icon:after {
  content: '\E9B9';
}
.app-icon:before,
.app-icon:after {
  content: '\E9AC';
}
.registered-user-icon:before,
.registered-user-icon:after {
  content: '\E99F';
}
.attorney-fees-icon:before,
.attorney-fees-icon:after {
  content: '\E999';
}
.icon-upload-scan:before {
  content: "\E997";
}
.icon-upload-file:before {
  content: "\E998";
}
.discovery-published-icon:before,
.discovery-published-icon:after {
  content: '\E900';
}
.prefatory-language-icon:before,
.prefatory-language-icon:after {
  content: "\E649";
}
.court-no-file-icon:before,
.court-no-file-icon:after {
  content: '\E901';
}
.court-file-icon:before,
.court-file-icon:after {
  content: '\E902';
}
.referenced-icon:before,
.referenced-icon:after {
  content: '\E903';
}
.portal-no-access-icon:before,
.portal-no-access-icon:after {
  content: '\E904';
}
.portal-icon:before,
.portal-icon:after {
  content: '\F0AC';
  font-family: FontAwesome;
}
.codefendants-icon:before,
.codefendants-icon:after {
  content: '\E908';
}
.no-record-icon:before,
.no-record-icon:after {
  content: '\E90A';
}
.certificate-icon:before,
.certificate-icon:after {
  content: '\E909';
}
.card-view-icon:before,
.card-view-icon:after {
  content: '\E90B';
}
.relationships-icon:before,
.relationships-icon:after {
  content: '\E90C';
}
.errors-icon:before,
.errors-icon:after {
  content: '\F06A';
  font-family: FontAwesome;
}
.request-icon:before,
.request-icon:after {
  content: '\E90D';
}
.make-demand-icon:before,
.make-demand-icon:after {
  content: '\E90D';
}
.workflow-icon:before,
.workflow-icon:after {
  content: '\E90E';
}
.trigger-icon:before,
.trigger-icon:after {
  content: '\E910';
}
.location-icon:before,
.location-icon:after {
  content: '\E911';
}
.case-closed-icon:before,
.case-closed-icon:after {
  content: '\E912';
}
.file-explorer-icon:before,
.file-explorer-icon:after {
  content: '\E913';
}
.report-icon:before,
.report-icon:after {
  content: '\E926';
}
.data-explorer-icon:before,
.data-explorer-icon:after {
  content: '\E915';
}
.auto-tasks-icon:before,
.auto-tasks-icon:after {
  content: '\E916';
}
.matter-types-icon:before,
.matter-types-icon:after {
  content: '\E917';
}
.reorder-icon:before,
.reorder-icon:after {
  content: '\E923';
}
.long-arrow-right-icon:before,
.long-arrow-right-icon:after {
  content: '\F178';
  font-family: FontAwesome;
}
.supersede-icon:before,
.supersede-icon:after {
  content: '\E918';
}
.supplemental-icon:before,
.supplemental-icon:after {
  content: '\F0C5';
  font-family: FontAwesome;
}
.attorney-withheld-icon:before,
.attorney-withheld-icon:after {
  content: '\E919';
}
.civil-icon:before,
.civil-icon:after {
  content: '\E91A';
}
.ready-to-publish-icon:before,
.ready-to-publish-icon:after {
  content: '\E91B';
}
.draft-icon:before,
.draft-icon:after {
  content: '\E91C';
}
.secret-icon:before,
.secret-icon:after {
  content: '\E91D';
}
.secret-remove-icon:before,
.secret-remove-icon:after {
  content: '\E91E';
}
.other-media-icon:before,
.other-media-icon:after {
  content: '\E91F';
}
.container-icon:before,
.container-icon:after {
  content: '\E920';
}
.container-broken-icon:before,
.container-broken-icon:after {
  content: '\E922';
}
.snippet-icon:before,
.snippet-icon:after {
  content: '\E921';
}
.diamond-icon:before,
.diamond-icon:after {
  content: '\E924';
}
.triangle-icon:before,
.triangle-icon:after {
  content: '\E925';
}
.folder-icon:before,
.folder-icon:after {
  content: '\F07B';
  font-family: FontAwesome;
}
.arrow-circle-down-icon:before,
.arrow-circle-down-icon:after {
  content: '\F0AB';
  font-family: FontAwesome;
}
.receive-icon:before,
.receive-icon:after {
  content: '\F01A';
  font-family: FontAwesome;
}
.release-icon:before,
.release-icon:after {
  content: '\F01B';
  font-family: FontAwesome;
}
.arrow-left-icon:before,
.arrow-left-icon:after {
  content: '\F060';
  font-family: FontAwesome;
}
.assigned-icon:before,
.assigned-icon:after {
  content: '\E933';
}
.biohazard-icon:before,
.biohazard-icon:after {
  content: '\E938';
}
.examined-icon:before,
.examined-icon:after {
  content: '\E939';
}
.personal-property-icon:before,
.personal-property-icon:after {
  content: '\E93A';
}
.start-icon:before,
.start-icon:after {
  content: '\F01D';
  font-family: FontAwesome;
}
.in-progress-icon:before,
.in-progress-icon:after {
  content: '\E93B';
}
.relocate-icon:before,
.relocate-icon:after {
  content: '\E93C';
}
.submission-history-icon:before,
.submission-history-icon:after {
  content: '\E93D';
}
.resubmission-icon:before,
.resubmission-icon:after {
  content: '\E93E';
}
.new-dropdown-icon:before,
.new-dropdown-icon:after {
  content: '\E93F';
}
.qui-tam-icon:before,
.qui-tam-icon:after {
  content: '\E940';
}
.checklist-icon:before,
.checklist-icon:after {
  content: '\E951';
}
.service-icon:before,
.service-icon:after {
  content: '\E952';
}
.link-horizontal-icon:before,
.link-horizontal-icon:after {
  content: '\E953';
}
.add-checklist-icon:before,
.add-checklist-icon:after {
  content: '\E954';
}
.add-task-icon:before,
.add-task-icon:after {
  content: '\E956';
}
.to-do-icon:before,
.to-do-icon:after {
  content: '\E957';
}
.question-square-icon:before,
.question-square-icon:after {
  content: '\E958';
}
.times-square-icon:before,
.times-square-icon:after {
  content: '\E959';
}
.appointment-square-icon:before,
.appointment-square-icon:after {
  content: '\E95A';
}
.appointment-linked-square-icon:before,
.appointment-linked-square-icon:after {
  content: '\E95B';
}
.defendant-2-icon:before,
.defendant-2-icon:after {
  content: '\E95C';
}
.suspect-2-icon:before,
.suspect-2-icon:after {
  content: '\E961';
}
.victim-2-icon:before,
.victim-2-icon:after {
  content: '\E95F';
}
.provider-icon:before,
.provider-icon:after {
  content: '\E95D';
}
.claimant-icon:before,
.claimant-icon:after {
  content: '\E960';
}
.lawyer-icon:before,
.lawyer-icon:after {
  content: '\E962';
}
.other-party-2-icon:before,
.other-party-2-icon:after {
  content: '\E95E';
}
.push-pin-icon:before,
.push-pin-icon:after {
  content: '\E965';
}
.workflow-child-icon:before,
.workflow-child-icon:after {
  content: '\E90F';
}
.workflow-child-2-icon:before,
.workflow-child-2-icon:after {
  content: '\E966';
}
.email-message-icon:before,
.email-message-icon:after {
  content: '\E977';
}
.text-message-icon:before,
.text-message-icon:after {
  content: '\E978';
}
.mobile-message-icon:before,
.mobile-message-icon:after {
  content: '\E979';
}
.change-icon:before,
.change-icon:after {
  content: '\E2D2';
  font-family: icomoon;
}
.circle-no-icon:before,
.circle-no-icon:after {
  content: '\E983';
}
.guardian-unproven-icon:before,
.guardian-unproven-icon:after {
  content: '\E994';
}
.circle-na-icon:before,
.circle-na-icon:after {
  content: '\E984';
}
.edit2-icon:before,
.edit2-icon:after {
  content: '\E993';
}
.full-text-search-icon:before,
.full-text-search-icon:after {
  content: '\E992';
}
.gal-icon:before,
.gal-icon:after {
  content: '\E991';
}
.attempt-icon:before,
.attempt-icon:after {
  content: '\E98F';
}
.change2-icon:before,
.change2-icon:after {
  content: '\E990';
}
.undo2-icon:before,
.undo2-icon:after {
  content: '\E98A';
}
.unassign-icon:before,
.unassign-icon:after {
  content: '\E98B';
}
.reassign-icon:before,
.reassign-icon:after {
  content: '\E98C';
}
.swap-icon:before,
.swap-icon:after {
  content: '\E98D';
}
.close-icon:before,
.close-icon:after {
  content: '\E98E';
}
.activity-icon:before,
.activity-icon:after {
  content: '\E987';
}
.add-activity-icon:before,
.add-activity-icon:after {
  content: '\E988';
}
.circle-new-icon:before,
.circle-new-icon:after {
  content: '\E985';
}
.circle-yes-icon:before,
.circle-yes-icon:after {
  content: '\E986';
}
.circle-check-icon:before,
.circle-check-icon:after {
  content: '\E97D';
}
.circle-x-icon:before,
.circle-x-icon:after {
  content: '\E97E';
}
.circle-warning-icon:before,
.circle-warning-icon:after {
  content: '\E97F';
}
.circle-check-icon:before,
.circle-check-icon:after {
  content: '\E97D';
}
.na-icon:before,
.na-icon:after {
  content: '\E97B';
}
.file-referenced-icon:before,
.file-referenced-icon:after {
  content: '\E9BA';
}
.file-network-icon:before,
.file-network-icon:after {
  content: '\E9BB';
}
.circle-hold-icon:before,
.circle-hold-icon:after {
  content: '\E9BC';
}
.syringe-icon:before,
.syringe-icon:after {
  content: '\E9BD';
}
.add-multi-evidence-icon:before,
.add-multi-evidence-icon:after {
  content: '\E9BE';
}
.overview-icon:before,
.overview-icon:after {
  content: '\E9C7';
}
.awaiting-clearance-icon:before,
.awaiting-clearance-icon:after {
  content: '\E9C8';
}
.intake-incomplete-icon:before,
.intake-incomplete-icon:after {
  content: '\E9C9';
}
.unlock-icon:before,
.unlock-icon:after {
  content: '\E9CA';
}
.event-timeline-icon:before,
.event-timeline-icon:after {
  content: '\E9CB';
}
.pdf-secure-icon .path1 {
  color: #000000;
}
.pdf-secure-icon .path1:before,
.pdf-secure-icon .path1:after {
  content: '\E97C';
}
.pdf-secure-icon .path2 {
  color: #f00;
}
.pdf-secure-icon .path2:before,
.pdf-secure-icon .path2:after {
  content: '\E980';
}
.pdf-secure2-icon {
  color: #f00;
}
.pdf-secure2-icon:before,
.pdf-secure2-icon:after {
  content: '\E989';
}
.pdf-searchable-icon {
  color: #f00;
}
.pdf-searchable-icon:before,
.pdf-searchable-icon:after {
  content: '\E982';
}
.rule-icon:before,
.rule-icon:after {
  content: '\E97A';
}
.record-decision-icon:before,
.record-decision-icon:after {
  content: '\E981';
}
.cd-property-icon:before,
.cd-property-icon:after {
  content: '\E65D';
}
.drug-property-icon:before,
.drug-property-icon:after {
  content: '\E63E';
}
.financial-property-icon:before,
.financial-property-icon:after {
  content: '\F155';
  font-family: FontAwesome;
}
.other-property-icon:before,
.other-property-icon:after {
  content: '\E65E';
}
.real-estate-property-icon:before,
.real-estate-property-icon:after {
  content: '\F015';
  font-family: FontAwesome;
}
.trace-evidence-property-icon:before,
.trace-evidence-property-icon:after {
  content: '\E655';
}
.vehicle-property-icon:before,
.vehicle-property-icon:after {
  content: '\F1B9';
  font-family: FontAwesome;
}
.exclamation-circle-icon:before,
.exclamation-circle-icon:after {
  content: '\F06A';
  font-family: FontAwesome;
}
.weapon-property-icon:before,
.weapon-property-icon:after {
  content: '\E602';
}
.hosted-evidence-icon:before,
.hosted-evidence-icon:after {
  content: '\E013';
  font-family: icomoon;
}
.back-icon:before,
.back-icon:after {
  content: '\E800';
}
.tag-icon:before,
.tag-icon:after {
  content: '\F02B';
  font-family: FontAwesome;
}
.expander-icon {
  cursor: pointer;
}
.expander-icon:before,
.expander-icon:after {
  content: '\F078';
  font-family: FontAwesome;
}
.expander-icon:before,
.expander-icon:after {
  font-size: 1.1rem;
}
.expander-icon.active:before,
.expander-icon.active:after {
  content: '\F077';
}
.speedy-trial-icon:before,
.speedy-trial-icon:after {
  content: '\E04E';
  font-family: icomoon;
}
.journal-icon:before,
.journal-icon:after {
  content: '\F0CB';
  font-family: FontAwesome;
}
.costs-icon:before,
.costs-icon:after {
  content: '\F155';
  font-family: FontAwesome;
}
.statistics-icon:before,
.statistics-icon:after {
  content: '\F080';
  font-family: FontAwesome;
}
.red-text-icon .path1 {
  color: #f00;
}
.red-text-icon .path1:before,
.red-text-icon .path1:after {
  content: '\E927';
}
.red-text-icon .path2:before,
.red-text-icon .path2:after {
  content: '\E928';
}
.color-text-icon .path1 {
  color: #949494;
}
.color-text-icon .path1:before,
.color-text-icon .path1:after {
  content: '\E92C';
}
.color-text-icon .path2:before,
.color-text-icon .path2:after {
  content: '\E929';
}
.color-text-icon .path3:before,
.color-text-icon .path3:after {
  content: '\E92A';
}
.yellow-highlight-icon .path1:before,
.yellow-highlight-icon .path1:after {
  content: '\E92B';
}
.yellow-highlight-icon .path2:before,
.yellow-highlight-icon .path2:after {
  content: '\E92E';
}
.yellow-highlight-icon .path3 {
  color: #ff0;
}
.yellow-highlight-icon .path3:before,
.yellow-highlight-icon .path3:after {
  content: '\E92F';
}
.highlight-icon .path1:before,
.highlight-icon .path1:after {
  content: '\E92D';
}
.highlight-icon .path2:before,
.highlight-icon .path2:after {
  content: '\E930';
}
.highlight-icon .path3 {
  color: #949494;
}
.highlight-icon .path3:before,
.highlight-icon .path3:after {
  content: '\E931';
}
.highlight-icon .path4:before,
.highlight-icon .path4:after {
  content: '\E932';
}
.assigned-check-icon .path1:before,
.assigned-check-icon .path1:after {
  content: '\E934';
}
.assigned-check-icon .path2:before,
.assigned-check-icon .path2:after {
  content: '\E935';
}
.assigned-check-icon .path3:before,
.assigned-check-icon .path3:after {
  content: '\E936';
}
.assigned-check-icon .path4 {
  color: #C45900;
}
.assigned-check-icon .path4:before,
.assigned-check-icon .path4:after {
  content: '\E937';
}
.subrogation-icon .path1:before,
.subrogation-icon .path1:after {
  content: '\E65B';
}
.subrogation-icon .path2 {
  color: #578C11;
}
.subrogation-icon .path2:before,
.subrogation-icon .path2:after {
  content: '\E661';
}
.expunged-partially-icon .path1:before,
.expunged-partially-icon .path1:after {
  content: '\E941';
}
.expunged-partially-icon .path2 {
  color: #C45900;
}
.expunged-partially-icon .path2:before,
.expunged-partially-icon .path2:after {
  content: '\E942';
}
.sealed-partially-icon .path1:before,
.sealed-partially-icon .path1:after {
  content: '\E943';
}
.sealed-partially-icon .path2 {
  color: #C45900;
}
.sealed-partially-icon .path2:before,
.sealed-partially-icon .path2:after {
  content: '\E944';
}
.sealed-icon .path1:before,
.sealed-icon .path1:after {
  content: '\E945';
}
.sealed-icon .path2 {
  color: #C45900;
}
.sealed-icon .path2:before,
.sealed-icon .path2:after {
  content: '\E946';
}
.sealed-pending-icon .path1:before,
.sealed-pending-icon .path1:after {
  content: '\E947';
}
.sealed-pending-icon .path2 {
  color: #578C11;
}
.sealed-pending-icon .path2:before,
.sealed-pending-icon .path2:after {
  content: '\E948';
}
.sealed-denied-icon .path1:before,
.sealed-denied-icon .path1:after {
  content: '\E949';
}
.sealed-denied-icon .path2 {
  color: #C45900;
}
.sealed-denied-icon .path2:before,
.sealed-denied-icon .path2:after {
  content: '\E94A';
}
.expunged-denied-icon .path1:before,
.expunged-denied-icon .path1:after {
  content: '\E94B';
}
.expunged-denied-icon .path2 {
  color: #C45900;
}
.expunged-denied-icon .path2:before,
.expunged-denied-icon .path2:after {
  content: '\E94C';
}
.expunged-pending-icon .path1:before,
.expunged-pending-icon .path1:after {
  content: '\E94D';
}
.expunged-pending-icon .path2 {
  color: #578C11;
}
.expunged-pending-icon .path2:before,
.expunged-pending-icon .path2:after {
  content: '\E94E';
}
.expunged-icon .path1:before,
.expunged-icon .path1:after {
  content: '\E94F';
}
.expunged-icon .path2 {
  color: #C45900;
}
.expunged-icon .path2:before,
.expunged-icon .path2:after {
  content: '\E950';
}
.file-confidential-icon .path1:before,
.file-confidential-icon .path1:after {
  content: '\E963';
}
.file-confidential-icon .path2 {
  color: #C45900;
}
.file-confidential-icon .path2:before,
.file-confidential-icon .path2:after {
  content: '\E964';
}
.email-sent-icon .path1:before,
.email-sent-icon .path1:after {
  content: '\E967';
}
.email-sent-icon .path2 {
  color: #123044;
}
.email-sent-icon .path2:before,
.email-sent-icon .path2:after {
  content: '\E968';
}
.email-no-icon .path1:before,
.email-no-icon .path1:after {
  content: '\E972';
}
.email-no-icon .path2 {
  color: #c00;
}
.email-no-icon .path2:before,
.email-no-icon .path2:after {
  content: '\E973';
}
.email-no-overridden-icon .path1:before,
.email-no-overridden-icon .path1:after {
  content: '\E972';
}
.email-no-overridden-icon .path2 {
  color: #bbbdbf;
}
.email-no-overridden-icon .path2:before,
.email-no-overridden-icon .path2:after {
  content: '\E973';
}
.email-yes-icon .path1:before,
.email-yes-icon .path1:after {
  content: '\E96F';
}
.email-yes-icon .path2 {
  color: #578C11;
}
.email-yes-icon .path2:before,
.email-yes-icon .path2:after {
  content: '\E970';
}
.email-yes-overridden-icon .path1:before,
.email-yes-overridden-icon .path1:after {
  content: '\E96F';
}
.email-yes-overridden-icon .path2 {
  color: #bbbdbf;
}
.email-yes-overridden-icon .path2:before,
.email-yes-overridden-icon .path2:after {
  content: '\E970';
}
.text-sent-icon .path1:before,
.text-sent-icon .path1:after {
  content: '\E96D';
}
.text-sent-icon .path2 {
  color: #123044;
}
.text-sent-icon .path2:before,
.text-sent-icon .path2:after {
  content: '\E96E';
}
.text-no-icon .path1:before,
.text-no-icon .path1:after {
  content: '\E96B';
}
.text-no-icon .path2 {
  color: #c00;
}
.text-no-icon .path2:before,
.text-no-icon .path2:after {
  content: '\E96C';
}
.text-no-overridden-icon .path1:before,
.text-no-overridden-icon .path1:after {
  content: '\E96B';
}
.text-no-overridden-icon .path2 {
  color: #bbbdbf;
}
.text-no-overridden-icon .path2:before,
.text-no-overridden-icon .path2:after {
  content: '\E96C';
}
.text-yes-icon .path1:before,
.text-yes-icon .path1:after {
  content: '\E969';
}
.text-yes-icon .path2 {
  color: #578C11;
}
.text-yes-icon .path2:before,
.text-yes-icon .path2:after {
  content: '\E96A';
}
.text-yes-overridden-icon .path1:before,
.text-yes-overridden-icon .path1:after {
  content: '\E969';
}
.text-yes-overridden-icon .path2 {
  color: #bbbdbf;
}
.text-yes-overridden-icon .path2:before,
.text-yes-overridden-icon .path2:after {
  content: '\E96A';
}
.email-unavailable-icon .path1:before,
.email-unavailable-icon .path1:after {
  content: '\E971';
}
.email-unavailable-icon .path2 {
  color: #C45900;
}
.email-unavailable-icon .path2:before,
.email-unavailable-icon .path2:after {
  content: '\E974';
}
.text-unavailable-icon .path1:before,
.text-unavailable-icon .path1:after {
  content: '\E975';
}
.text-unavailable-icon .path2 {
  color: #C45900;
}
.text-unavailable-icon .path2:before,
.text-unavailable-icon .path2:after {
  content: '\E976';
}
.registered-user-x-icon .path1:before,
.registered-user-x-icon .path1:after {
  content: '\E99B';
}
.registered-user-x-icon .path2 {
  color: #123044;
}
.registered-user-x-icon .path2:before,
.registered-user-x-icon .path2:after {
  content: '\E99C';
}
.registered-user-exclamation-icon .path1:before,
.registered-user-exclamation-icon .path1:after {
  content: '\E99D';
}
.registered-user-exclamation-icon .path2 {
  color: #C45900;
}
.registered-user-exclamation-icon .path2:before,
.registered-user-exclamation-icon .path2:after {
  content: '\E99E';
}
.license-mismatch1-icon .path1:before,
.license-mismatch1-icon .path1:after {
  content: '\E9A0';
}
.license-mismatch1-icon .path2 {
  color: #C45900;
}
.license-mismatch1-icon .path2:before,
.license-mismatch1-icon .path2:after {
  content: '\E9A1';
}
.license-mismatch2-icon .path1:before,
.license-mismatch2-icon .path1:after {
  content: '\E9A2';
}
.license-mismatch2-icon .path2 {
  color: #123044;
}
.license-mismatch2-icon .path2:before,
.license-mismatch2-icon .path2:after {
  content: '\E9A3';
}
.license-pending-icon .path1:before,
.license-pending-icon .path1:after {
  content: '\E9A5';
}
.license-pending-icon .path2 {
  color: #C45900;
}
.license-pending-icon .path2:before,
.license-pending-icon .path2:after {
  content: '\E9A6';
}
.license-questionable-icon .path1:before,
.license-questionable-icon .path1:after {
  content: '\E9B6';
}
.license-questionable-icon .path2 {
  margin-left: -1em;
  color: #c45900;
}
.license-questionable-icon .path2:before,
.license-questionable-icon .path2:after {
  content: '\E9B7';
}
.dollar-arrow-icon .path1 {
  color: #578c11;
}
.dollar-arrow-icon .path1:before,
.dollar-arrow-icon .path1:after {
  content: '\E9B2';
}
.dollar-arrow-icon .path2:before,
.dollar-arrow-icon .path2:after {
  content: '\E9B3';
}
.app-update-icon .path1:before,
.app-update-icon .path1:after {
  content: '\E9B4';
}
.app-update-icon .path2 {
  margin-left: -1em;
  color: #fbb03b;
}
.app-update-icon .path2:before,
.app-update-icon .path2:after {
  content: '\E9B5';
}
.location-unknown-icon .path1:before,
.location-unknown-icon .path1:after {
  content: '\E9C3';
}
.location-unknown-icon .path2 {
  margin-left: -1em;
  color: #eabd00;
}
.location-unknown-icon .path2:before,
.location-unknown-icon .path2:after {
  content: '\E9C4';
}
.location-do-not-verify-icon .path1:before,
.location-do-not-verify-icon .path1:after {
  content: '\E9C1';
}
.location-do-not-verify-icon .path2 {
  margin-left: -1em;
  color: #ed1c24;
}
.location-do-not-verify-icon .path2:before,
.location-do-not-verify-icon .path2:after {
  content: '\E9C2';
}
.location-verified-icon .path1:before,
.location-verified-icon .path1:after {
  content: '\E9BF';
}
.location-verified-icon .path2 {
  margin-left: -1em;
  color: #578c11;
}
.location-verified-icon .path2:before,
.location-verified-icon .path2:after {
  content: '\E9C0';
}
.location-failed-icon .path1:before,
.location-failed-icon .path1:after {
  content: '\E9C5';
}
.location-failed-icon .path2 {
  margin-left: -1em;
  color: #ed1c24;
}
.location-failed-icon .path2:before,
.location-failed-icon .path2:after {
  content: '\E9C6';
}
.pure-button.pure-button-primary {
  background-color: #465d6b;
  border-color: #465d6b;
}
.primary-button {
  background-color: #465d6b;
  border-color: #465d6b;
}
#site-top {
  background: #465d6b;
}
#site-header h1 {
  padding-top: 0;
}
#site-header-right {
  align-items: center;
}

.signin-content {
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
}
.signin-panel {
  width: 29rem;
  margin-left: auto;
  margin-right: auto;
}
.signin-login-button {
  min-width: 10rem;
  width: 100%;
  padding-bottom: 1rem;
}
.signin-options {
  font-size: 1.2rem;
  padding-top: 1rem;
  text-align: right;
}
.signin-newuser {
  width: 29rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.signin-publicrecordsstatement {
  width: 29rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  font-size: 1.2em;
}
.signin-accessibility-notice {
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
}


/*# sourceMappingURL=signin.3e73d950cb0495efb5f5.css.map*/