@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
* {
  box-sizing: border-box;
}

html,
body {
  min-width: 1024px;
  height: 100%;
  min-height: 800px;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  color: #555;
  background-color: #f5f5f5;
}

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

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *  SGA: Custom build with font-path changed and unneeded vendor prefixes removed
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff");
  font-weight: normal;
  font-style: normal;
}
.fa, .nav-primary .nav-primary-utility .access-control-toggle::before, .list-table th.commands button[class$=undo]::before, .list-table th.variable-commands button[class$=undo]::before,
.list-table td.commands button[class$=undo]::before,
.list-table td.variable-commands button[class$=undo]::before, .list-table th.commands button[class$=remove]::before, .list-table th.variable-commands button[class$=remove]::before,
.list-table td.commands button[class$=remove]::before,
.list-table td.variable-commands button[class$=remove]::before, .list-table th.commands button[class$=edit]::before, .list-table th.variable-commands button[class$=edit]::before,
.list-table td.commands button[class$=edit]::before,
.list-table td.variable-commands button[class$=edit]::before, .pe-loader-item .pe-loader-container::before, .pe-loader-section .pe-loader-container::before,
.pe-loader-application .pe-loader-container::before, .pe-csv-export-link::before,
.pe-csv-export-disabled::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .nav-primary .nav-primary-utility .pull-left.access-control-toggle::before, .list-table th.commands button.pull-left[class$=undo]::before, .list-table th.variable-commands button.pull-left[class$=undo]::before,
.list-table td.commands button.pull-left[class$=undo]::before,
.list-table td.variable-commands button.pull-left[class$=undo]::before, .list-table th.commands button.pull-left[class$=remove]::before, .list-table th.variable-commands button.pull-left[class$=remove]::before,
.list-table td.commands button.pull-left[class$=remove]::before,
.list-table td.variable-commands button.pull-left[class$=remove]::before, .list-table th.commands button.pull-left[class$=edit]::before, .list-table th.variable-commands button.pull-left[class$=edit]::before,
.list-table td.commands button.pull-left[class$=edit]::before,
.list-table td.variable-commands button.pull-left[class$=edit]::before, .pe-loader-item .pull-left.pe-loader-container::before, .pe-loader-section .pull-left.pe-loader-container::before,
.pe-loader-application .pull-left.pe-loader-container::before, .pull-left.pe-csv-export-link::before,
.pull-left.pe-csv-export-disabled::before {
  margin-right: 0.3em;
}

.fa.pull-right, .nav-primary .nav-primary-utility .pull-right.access-control-toggle::before, .list-table th.commands button.pull-right[class$=undo]::before, .list-table th.variable-commands button.pull-right[class$=undo]::before,
.list-table td.commands button.pull-right[class$=undo]::before,
.list-table td.variable-commands button.pull-right[class$=undo]::before, .list-table th.commands button.pull-right[class$=remove]::before, .list-table th.variable-commands button.pull-right[class$=remove]::before,
.list-table td.commands button.pull-right[class$=remove]::before,
.list-table td.variable-commands button.pull-right[class$=remove]::before, .list-table th.commands button.pull-right[class$=edit]::before, .list-table th.variable-commands button.pull-right[class$=edit]::before,
.list-table td.commands button.pull-right[class$=edit]::before,
.list-table td.variable-commands button.pull-right[class$=edit]::before, .pe-loader-item .pull-right.pe-loader-container::before, .pe-loader-section .pull-right.pe-loader-container::before,
.pe-loader-application .pull-right.pe-loader-container::before, .pull-right.pe-csv-export-link::before,
.pull-right.pe-csv-export-disabled::before {
  margin-left: 0.3em;
}

.fa-spin, .pe-loader-item .pe-loader-container::before, .pe-loader-section .pe-loader-container::before,
.pe-loader-application .pe-loader-container::before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

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

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

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.list-table th.commands button[class$=remove]:before,
.list-table th.variable-commands button[class$=remove]:before,
.list-table td.commands button[class$=remove]:before,
.list-table td.variable-commands button[class$=remove]:before {
  content: "";
}

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before, .pe-csv-export-link:before,
.pe-csv-export-disabled:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before, .list-table th.commands button[class$=edit]:before, .list-table th.variable-commands button[class$=edit]:before,
.list-table td.commands button[class$=edit]:before,
.list-table td.variable-commands button[class$=edit]:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before,
.list-table th.commands button[class$=undo]:before,
.list-table th.variable-commands button[class$=undo]:before,
.list-table td.commands button[class$=undo]:before,
.list-table td.variable-commands button[class$=undo]:before {
  content: "";
}

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

.fa-circle-o-notch:before, .pe-loader-item .pe-loader-container:before, .pe-loader-section .pe-loader-container:before,
.pe-loader-application .pe-loader-container:before {
  content: "";
}

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

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

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

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/*# sourceMappingURL=font-awesome.css.map */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav-primary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* stylelint-disable property-no-vendor-prefix */
/* stylelint-ensable property-no-vendor-prefix */
body {
  position: relative;
}

.nav-primary {
  position: absolute;
  overflow: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 180px;
}

main {
  position: absolute;
  top: 0;
  right: 0;
  left: 180px;
  height: 100%;
  overflow-y: auto;
  background-color: white;
}
main.full-screen {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}

#content {
  padding: 0 30px 40px 30px;
}
#content::after {
  content: "";
  display: table;
  clear: both;
}
#content > div[id^=ember] {
  height: 100%;
}

.main-error {
  height: 100%;
}
.main-error .message-error,
.main-error .error-message-content {
  height: 100%;
}

.panel {
  position: relative;
  height: 100%;
}

/* stylelint-disable scss/dollar-variable-pattern */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *  SGA: Custom build with font-path changed and unneeded vendor prefixes removed
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff");
  font-weight: normal;
  font-style: normal;
}
.fa, .nav-primary .nav-primary-utility .access-control-toggle::before, .list-table th.commands button[class$=undo]::before, .list-table th.variable-commands button[class$=undo]::before,
.list-table td.commands button[class$=undo]::before,
.list-table td.variable-commands button[class$=undo]::before, .list-table th.commands button[class$=remove]::before, .list-table th.variable-commands button[class$=remove]::before,
.list-table td.commands button[class$=remove]::before,
.list-table td.variable-commands button[class$=remove]::before, .list-table th.commands button[class$=edit]::before, .list-table th.variable-commands button[class$=edit]::before,
.list-table td.commands button[class$=edit]::before,
.list-table td.variable-commands button[class$=edit]::before, .pe-loader-item .pe-loader-container::before, .pe-loader-section .pe-loader-container::before,
.pe-loader-application .pe-loader-container::before, .pe-csv-export-link::before,
.pe-csv-export-disabled::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .nav-primary .nav-primary-utility .pull-left.access-control-toggle::before, .list-table th.commands button.pull-left[class$=undo]::before, .list-table th.variable-commands button.pull-left[class$=undo]::before,
.list-table td.commands button.pull-left[class$=undo]::before,
.list-table td.variable-commands button.pull-left[class$=undo]::before, .list-table th.commands button.pull-left[class$=remove]::before, .list-table th.variable-commands button.pull-left[class$=remove]::before,
.list-table td.commands button.pull-left[class$=remove]::before,
.list-table td.variable-commands button.pull-left[class$=remove]::before, .list-table th.commands button.pull-left[class$=edit]::before, .list-table th.variable-commands button.pull-left[class$=edit]::before,
.list-table td.commands button.pull-left[class$=edit]::before,
.list-table td.variable-commands button.pull-left[class$=edit]::before, .pe-loader-item .pull-left.pe-loader-container::before, .pe-loader-section .pull-left.pe-loader-container::before,
.pe-loader-application .pull-left.pe-loader-container::before, .pull-left.pe-csv-export-link::before,
.pull-left.pe-csv-export-disabled::before {
  margin-right: 0.3em;
}

.fa.pull-right, .nav-primary .nav-primary-utility .pull-right.access-control-toggle::before, .list-table th.commands button.pull-right[class$=undo]::before, .list-table th.variable-commands button.pull-right[class$=undo]::before,
.list-table td.commands button.pull-right[class$=undo]::before,
.list-table td.variable-commands button.pull-right[class$=undo]::before, .list-table th.commands button.pull-right[class$=remove]::before, .list-table th.variable-commands button.pull-right[class$=remove]::before,
.list-table td.commands button.pull-right[class$=remove]::before,
.list-table td.variable-commands button.pull-right[class$=remove]::before, .list-table th.commands button.pull-right[class$=edit]::before, .list-table th.variable-commands button.pull-right[class$=edit]::before,
.list-table td.commands button.pull-right[class$=edit]::before,
.list-table td.variable-commands button.pull-right[class$=edit]::before, .pe-loader-item .pull-right.pe-loader-container::before, .pe-loader-section .pull-right.pe-loader-container::before,
.pe-loader-application .pull-right.pe-loader-container::before, .pull-right.pe-csv-export-link::before,
.pull-right.pe-csv-export-disabled::before {
  margin-left: 0.3em;
}

.fa-spin, .pe-loader-item .pe-loader-container::before, .pe-loader-section .pe-loader-container::before,
.pe-loader-application .pe-loader-container::before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

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

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

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.list-table th.commands button[class$=remove]:before,
.list-table th.variable-commands button[class$=remove]:before,
.list-table td.commands button[class$=remove]:before,
.list-table td.variable-commands button[class$=remove]:before {
  content: "";
}

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before, .pe-csv-export-link:before,
.pe-csv-export-disabled:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before, .list-table th.commands button[class$=edit]:before, .list-table th.variable-commands button[class$=edit]:before,
.list-table td.commands button[class$=edit]:before,
.list-table td.variable-commands button[class$=edit]:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before,
.list-table th.commands button[class$=undo]:before,
.list-table th.variable-commands button[class$=undo]:before,
.list-table td.commands button[class$=undo]:before,
.list-table td.variable-commands button[class$=undo]:before {
  content: "";
}

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

.fa-circle-o-notch:before, .pe-loader-item .pe-loader-container:before, .pe-loader-section .pe-loader-container:before,
.pe-loader-application .pe-loader-container:before {
  content: "";
}

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

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

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

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/*# sourceMappingURL=font-awesome.css.map */
/* stylelint-disable sh-waqar/declaration-use-variable */
@font-face {
  font-family: "OpenSans";
  font-weight: 300;
  font-style: normal;
  src: url("fonts/open-sans-v10-latin-300.woff2") format("woff2"), url("fonts/open-sans-v10-latin-300.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/open-sans-v10-latin-regular.woff2") format("woff2"), url("fonts/open-sans-v10-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-weight: 600;
  font-style: normal;
  src: url("fonts/open-sans-v17-latin-600.woff2") format("woff2"), url("fonts/open-sans-v17-latin-600.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/open-sans-v10-latin-700.woff2") format("woff2"), url("fonts/open-sans-v10-latin-700.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-weight: 300;
  font-style: italic;
  src: url("fonts/open-sans-v10-latin-300italic.woff2") format("woff2"), url("fonts/open-sans-v10-latin-300italic.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-weight: 400;
  font-style: italic;
  src: url("fonts/open-sans-v10-latin-italic.woff2") format("woff2"), url("fonts/open-sans-v10-latin-italic.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/open-sans-v10-latin-700italic.woff2") format("woff2"), url("fonts/open-sans-v10-latin-700italic.woff") format("woff");
}
@font-face {
  font-family: "Calibre";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/CalibreWeb-Regular.woff2") format("woff2"), url("fonts/CalibreWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "Calibre";
  font-weight: 600;
  font-style: normal;
  src: url("fonts/CalibreWeb-Semibold.woff2") format("woff2"), url("fonts/CalibreWeb-Semibold.woff") format("woff");
}
.pe-loader-item .pe-loader-text, .pe-loader-section .pe-loader-text,
.pe-loader-application .pe-loader-text {
  font-family: OpenSans, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

footer, #validation-errors, #disclaimer-container,
#saml-disclaimer-container, .activity-ui-day dl dt span,
.activity-ui-day dl dt time, table td, p, body {
  font-family: OpenSans, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.view-header dt, label, table th[scope=col], .pe-loader-section .pe-loader-text,
.pe-loader-application .pe-loader-text {
  font-family: OpenSans, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.nav-primary .nav-primary-utility ul li, .nav-primary .nav-primary-utility h2.nav-header-access-control, .nav-primary .nav-primary-utility, .nav-primary ul.nav-list li, h3 {
  font-family: Calibre, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nav-list-header, h5, h4, h2, h1 {
  font-family: Calibre, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: Consolas, Menlo, "Andale Mono", "Courier New", monospace;
}

body {
  color: #5d6f7a;
  font-size: 13px;
  line-height: 1.4;
}

h1 {
  color: #222629;
  line-height: 1.3;
  margin-bottom: 8px;
  font-size: 36px;
}

h2 {
  color: #222629;
  line-height: 1.3;
  margin-bottom: 8px;
  font-size: 24px;
}

h3 {
  color: #222629;
  line-height: 1.3;
  margin-bottom: 6px;
  font-size: 18px;
}

h4 {
  color: #222629;
  line-height: 1.3;
  margin-bottom: 6px;
  font-size: 18px;
}

h5 {
  color: #222629;
  line-height: 1.3;
  margin-bottom: 6px;
  font-size: 16px;
}

p {
  color: #5d6f7a;
  font-size: 13px;
  line-height: 1.4;
}

a,
a:link {
  color: #186ccc;
  text-decoration: underline;
}

a:hover {
  outline: none;
  color: #318cf5;
  text-decoration: underline;
}

a:focus {
  color: #0750a3;
}

.tabs a {
  text-decoration: none;
}
.tabs a:focus {
  outline: none;
  color: #186ccc;
}

.pe-csv-export-link::before,
.pe-csv-export-disabled::before {
  margin-right: 2px;
  margin-bottom: -2px;
  vertical-align: text-bottom;
  line-height: inherit;
  text-decoration: none;
}

.pe-csv-export-disabled {
  color: rgba(24, 108, 204, 0.64);
  text-decoration: none;
  cursor: default;
}

.batch-update .commands [class*=discard-changes], button.error-login, .list-table th.commands button[class$=undo], .list-table th.variable-commands button[class$=undo],
.list-table td.commands button[class$=undo],
.list-table td.variable-commands button[class$=undo], .list-table th.commands button[class$=remove], .list-table th.variable-commands button[class$=remove],
.list-table td.commands button[class$=remove],
.list-table td.variable-commands button[class$=remove], .list-table th.commands button[class$=edit], .list-table th.variable-commands button[class$=edit],
.list-table td.commands button[class$=edit],
.list-table td.variable-commands button[class$=edit] {
  padding: 3px 10px;
  border: 0;
  font-size: 12px;
  text-decoration: underline;
}

.load-more, .batch-update .commands [class*=save-changes] {
  border-radius: 4px;
  padding: 4px 15px;
  border: 0;
  outline: none;
}
.load-more:disabled, .batch-update .commands [class*=save-changes]:disabled {
  cursor: default;
}

#ssoButton, input[type=submit],
.not-found-container a {
  border-radius: 4px;
  font-family: Calibre, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  align-items: center;
  margin: 0;
  padding: 8px 16px;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none !important;
}
#ssoButton:disabled, input[type=submit]:disabled,
.not-found-container a:disabled {
  cursor: default;
}

.pe-loader-item .pe-loader-container, .pe-loader-section .pe-loader-container,
.pe-loader-application .pe-loader-container {
  display: inline-block;
}
.pe-loader-item .pe-loader-container::before, .pe-loader-section .pe-loader-container::before,
.pe-loader-application .pe-loader-container::before {
  display: inline-block;
  color: #186ccc;
}
.pe-loader-item .pe-loader-text, .pe-loader-section .pe-loader-text,
.pe-loader-application .pe-loader-text {
  color: #5d6f7a;
  font-size: 1em;
}

.pe-loader-section .pe-loader-container,
.pe-loader-application .pe-loader-container {
  display: block;
  max-width: 200px;
  margin: 25px auto 0 auto;
  padding: 1.2em 2em;
  border: 1px solid #ccd4d9;
  border-radius: 4px;
  background: white;
  text-align: center;
}
.pe-loader-section .pe-loader-container::before,
.pe-loader-application .pe-loader-container::before {
  font-size: 56px;
}
.pe-loader-section .pe-loader-text,
.pe-loader-application .pe-loader-text {
  display: block;
  margin: 1.2em 1em 0 1em;
  text-align: center;
  text-transform: uppercase;
}

.pe-loader-application {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  margin: 0;
}

.pe-loader-item .pe-loader-container::before {
  font-size: 21px;
}

table {
  color: #5d6f7a;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
table a {
  color: #186ccc;
}
table a:visited {
  color: #0750a3;
}
table a:hover, table a:focus {
  color: #318cf5;
}
table a:focus {
  outline: 2px solid #318cf5;
}
table a:active {
  color: #0750a3;
}
table a:disabled {
  color: rgba(24, 108, 204, 0.64);
}
table th,
table td {
  padding: 10px 14px;
  border: 1px solid;
  font-size: 13px;
}
table th[scope=col] {
  border-color: #33393d;
  border-top: 0;
  color: white;
  background-color: #454c52;
  text-align: left;
  vertical-align: top;
}
table td {
  border-color: #edf0f2;
}
table td input[type=text] {
  padding: 3px 6px;
  font-size: 13px;
}

.list-table {
  table-layout: fixed;
  margin-bottom: 0;
}
.list-table td > a:only-child,
.list-table td > div:only-child > a:only-child {
  display: block;
  margin: -10px -14px;
  padding: 10px 14px;
}
.list-table th[scope=col]:first-child {
  border-left-width: 0;
  border-top-left-radius: 4px;
}
.list-table th[scope=col]:last-child {
  border-right-width: 0;
  border-top-right-radius: 4px;
}
.list-table th[scope=row]:nth-of-type(1) {
  border-left-width: 0;
}
.list-table th[scope=row] {
  border-color: #edf0f2;
}
.list-table th.operator,
.list-table td.operator {
  width: 3em;
}
.list-table th.commands, .list-table th.variable-commands,
.list-table td.commands,
.list-table td.variable-commands {
  text-align: right;
}
.list-table th.commands button[class$=edit], .list-table th.variable-commands button[class$=edit],
.list-table td.commands button[class$=edit],
.list-table td.variable-commands button[class$=edit] {
  color: #186ccc;
  background-color: transparent;
}
.list-table th.commands button[class$=edit]:hover, .list-table th.variable-commands button[class$=edit]:hover,
.list-table td.commands button[class$=edit]:hover,
.list-table td.variable-commands button[class$=edit]:hover {
  color: #318cf5;
}
.list-table th.commands button[class$=edit]:focus, .list-table th.commands button[class$=edit]:active:not(:disabled), .list-table th.variable-commands button[class$=edit]:focus, .list-table th.variable-commands button[class$=edit]:active:not(:disabled),
.list-table td.commands button[class$=edit]:focus,
.list-table td.commands button[class$=edit]:active:not(:disabled),
.list-table td.variable-commands button[class$=edit]:focus,
.list-table td.variable-commands button[class$=edit]:active:not(:disabled) {
  outline: 2px solid #0750a3;
  color: #0750a3;
}
.list-table th.commands button[class$=edit]:disabled, .list-table th.variable-commands button[class$=edit]:disabled,
.list-table td.commands button[class$=edit]:disabled,
.list-table td.variable-commands button[class$=edit]:disabled {
  color: rgba(24, 108, 204, 0.64);
  text-decoration: none;
  cursor: default;
}
.list-table th.commands button[class$=edit]::before, .list-table th.variable-commands button[class$=edit]::before,
.list-table td.commands button[class$=edit]::before,
.list-table td.variable-commands button[class$=edit]::before {
  display: inline-block;
  padding-right: 4px;
}
.list-table th.commands button[class$=remove], .list-table th.variable-commands button[class$=remove],
.list-table td.commands button[class$=remove],
.list-table td.variable-commands button[class$=remove] {
  color: #186ccc;
  background-color: transparent;
}
.list-table th.commands button[class$=remove]:hover, .list-table th.variable-commands button[class$=remove]:hover,
.list-table td.commands button[class$=remove]:hover,
.list-table td.variable-commands button[class$=remove]:hover {
  color: #318cf5;
}
.list-table th.commands button[class$=remove]:focus, .list-table th.commands button[class$=remove]:active:not(:disabled), .list-table th.variable-commands button[class$=remove]:focus, .list-table th.variable-commands button[class$=remove]:active:not(:disabled),
.list-table td.commands button[class$=remove]:focus,
.list-table td.commands button[class$=remove]:active:not(:disabled),
.list-table td.variable-commands button[class$=remove]:focus,
.list-table td.variable-commands button[class$=remove]:active:not(:disabled) {
  outline: 2px solid #0750a3;
  color: #0750a3;
}
.list-table th.commands button[class$=remove]:disabled, .list-table th.variable-commands button[class$=remove]:disabled,
.list-table td.commands button[class$=remove]:disabled,
.list-table td.variable-commands button[class$=remove]:disabled {
  color: rgba(24, 108, 204, 0.64);
  text-decoration: none;
  cursor: default;
}
.list-table th.commands button[class$=remove]::before, .list-table th.variable-commands button[class$=remove]::before,
.list-table td.commands button[class$=remove]::before,
.list-table td.variable-commands button[class$=remove]::before {
  display: inline-block;
  padding-right: 4px;
}
.list-table th.commands button[class$=undo], .list-table th.variable-commands button[class$=undo],
.list-table td.commands button[class$=undo],
.list-table td.variable-commands button[class$=undo] {
  color: #186ccc;
  background-color: transparent;
}
.list-table th.commands button[class$=undo]:hover, .list-table th.variable-commands button[class$=undo]:hover,
.list-table td.commands button[class$=undo]:hover,
.list-table td.variable-commands button[class$=undo]:hover {
  color: #318cf5;
}
.list-table th.commands button[class$=undo]:focus, .list-table th.commands button[class$=undo]:active:not(:disabled), .list-table th.variable-commands button[class$=undo]:focus, .list-table th.variable-commands button[class$=undo]:active:not(:disabled),
.list-table td.commands button[class$=undo]:focus,
.list-table td.commands button[class$=undo]:active:not(:disabled),
.list-table td.variable-commands button[class$=undo]:focus,
.list-table td.variable-commands button[class$=undo]:active:not(:disabled) {
  outline: 2px solid #0750a3;
  color: #0750a3;
}
.list-table th.commands button[class$=undo]:disabled, .list-table th.variable-commands button[class$=undo]:disabled,
.list-table td.commands button[class$=undo]:disabled,
.list-table td.variable-commands button[class$=undo]:disabled {
  color: rgba(24, 108, 204, 0.64);
  text-decoration: none;
  cursor: default;
}
.list-table th.commands button[class$=undo]::before, .list-table th.variable-commands button[class$=undo]::before,
.list-table td.commands button[class$=undo]::before,
.list-table td.variable-commands button[class$=undo]::before {
  display: inline-block;
  padding-right: 4px;
}
.list-table th.commands.is-disabled,
.list-table td.commands.is-disabled {
  visibility: hidden;
  text-decoration: initial;
}
.list-table th.transition,
.list-table td.transition {
  width: 1.8em;
}
.list-table th.indicator,
.list-table td.indicator {
  width: 1.8em;
}
.list-table th .text-truncated,
.list-table td .text-truncated {
  padding-right: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-table th.numeric,
.list-table td.numeric {
  width: 8em;
}
.list-table th.event,
.list-table td.event {
  width: 8em;
}
.list-table th.timestamp,
.list-table td.timestamp {
  width: 12em;
}
.list-table th.list-table-empty-view,
.list-table td.list-table-empty-view {
  white-space: normal;
}
.list-table td {
  white-space: nowrap;
}
.list-table td:first-child {
  border-left-width: 0;
}
.list-table td:last-child {
  border-right-width: 0;
}
.list-table td:first-child a,
.list-table td .truncate {
  padding-right: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.list-table td.numeric span {
  display: inline-block;
  width: 4em;
  text-align: right;
}
.list-table td.group-link a {
  display: block;
}
.list-table td.group-link a:hover {
  text-decoration: none;
}
.list-table a:focus {
  outline: 2px solid #318cf5;
  outline-offset: -2px;
}
@media screen and (max-width: 1200px) {
  .list-table input,
.list-table textarea,
.list-table .uneditable-input {
    width: 160px;
    max-width: 100%;
  }
}
.list-table select {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .list-table select {
    font-size: 90%;
  }
}

@media only screen and (max-width: 1439px) {
  .list-table td.numeric,
.list-table th.numeric {
    width: 6em;
  }
}
#content > .message {
  position: relative;
  margin: 0;
  font-size: 14px;
}

#content > .message {
  height: 40px;
  padding: 10px 0 0 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

button.error-login {
  color: #186ccc;
  background-color: transparent;
  text-decoration: underline;
  padding: 3px 0;
  color: white;
}
button.error-login:hover {
  color: #318cf5;
}
button.error-login:focus, button.error-login:active:not(:disabled) {
  outline: 2px solid #0750a3;
  color: #0750a3;
}
button.error-login:disabled {
  color: rgba(24, 108, 204, 0.64);
  text-decoration: none;
  cursor: default;
}
button.error-login:hover {
  color: #ffdcd6;
}

.error-message-content {
  margin: 0 -30px;
  padding: 15px 12px;
  color: #edf0f2;
  background-color: #a31e07;
  word-break: break-all;
}

.main-error .error-message-content {
  margin: 0;
}

label {
  display: block;
  padding: 8px 0;
  color: #454c52;
  font-size: 13px;
}

input {
  display: block;
  color: #5d6f7a;
  font-size: 13px;
}
input[type=radio], input[type=checkbox] {
  display: inline !important;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=email],
input[type=url],
input[type=search] {
  padding: 6px 8px;
  border: 1px solid #ccd4d9;
  border-radius: 4px;
  background-color: white;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus {
  outline: 1px solid #ccd4d9;
}

select {
  padding: 3px 8px;
  border: 1px solid #ccd4d9;
  color: #5d6f7a;
  background: white;
  font-size: 13px;
}

.tab-content {
  overflow: visible !important;
}

.tab-pane {
  padding: 20px 0 25px 0;
}
.has-updates .tab-pane {
  padding-bottom: 3em;
}

.tab-change-count {
  font-size: 11px;
}

.list-table tbody tr.is-dirty > td,
.list-table tbody tr.is-dirty:hover > td {
  background-color: #fff1d6;
}

.removed-state-bg, .list-table tbody tr.is-removed > td,
.list-table tbody tr.is-removed:hover > td,
.list-table tbody tr.removed-state-bg > td,
.list-table tbody tr.removed-state-bg:hover > td {
  background-color: #fff6f5;
  text-decoration: line-through;
}

.removed-state-strike {
  text-decoration: line-through;
}

.batch-update {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 180px;
  height: 0;
  background-color: #053c7a;
  transition: height 0.3s;
}
.batch-update.has-updates {
  height: 5em;
  padding: 1.5em;
}
.batch-update .commands {
  padding: 0 1em;
  text-align: right;
}
.batch-update .commands [class*=discard-changes] {
  color: white;
  background-color: transparent;
}
.batch-update .commands [class*=discard-changes]:hover {
  color: #f5f8fa;
}
.batch-update .commands [class*=discard-changes]:focus, .batch-update .commands [class*=discard-changes]:active {
  outline: 2px solid #d6e9ff;
  color: #d6e9ff;
}
.batch-update .commands [class*=discard-changes]:disabled {
  color: #818f99;
}
.batch-update .commands [class*=save-changes] {
  color: #454c52;
  background-color: #edf0f2;
}
.batch-update .commands [class*=save-changes]:disabled {
  color: #d6e9ff;
  background-color: #58a1f5;
  cursor: default;
}
.batch-update .commands [class*=save-changes]:focus:enabled, .batch-update .commands [class*=save-changes]:hover:enabled {
  color: #454c52;
  background-color: #f5f8fa;
}
.batch-update .commands [class*=save-changes]:active:enabled {
  color: #454c52;
  background-color: #d6e9ff;
}

.view-header {
  position: relative;
  margin-bottom: 28px;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.view-header::after {
  content: "";
  display: table;
  clear: both;
}
.sans-divider.view-header {
  margin-bottom: 0;
  border-bottom: 0;
}
.view-header h1 {
  padding-right: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 30px 0 0 0;
  color: #222629;
  font-size: 32px;
}
.view-header h1 + dl {
  margin: 6px 0 0 0;
}
.view-header dl {
  margin-top: 0;
}
.view-header dt,
.view-header dd {
  color: #222629;
  font-size: 13px;
  display: block;
  float: left;
  margin: 6px 0 0 0;
}
.view-header dt:first-of-type,
.view-header dd:first-of-type {
  margin-top: 0;
}
.view-header dt {
  clear: left;
  margin-right: 4px;
  color: #5d6f7a;
}
.view-header dt.faux-label {
  float: none;
  margin-right: 0;
  color: #222629;
}
.view-header dt.faux-label + dd {
  float: none;
  margin-left: 9px;
}
.view-header p {
  margin: 6px 0 0 0;
  color: #5d6f7a;
}
.view-header select {
  min-width: 16em;
}

.view-header {
  transition: height 0.3s;
}

.nav-primary {
  background-color: #222629;
}
.nav-primary .branding {
  padding-bottom: 1px;
}
.nav-primary .branding-link {
  display: block;
  position: relative;
  color: #ccd4d9;
  text-decoration: none;
  transition: color 0.2s;
  padding: 16px 0 16px 16px;
  background-color: #04080a;
}
.nav-primary .branding-link img {
  display: block;
  height: 32px;
}
.nav-primary ul.nav-list::before {
  content: "";
  display: block;
  margin: 1px 10px 4px 10px;
}
.nav-primary ul.nav-list li {
  margin: 0 10px;
  font-size: 16px;
  line-height: 18px;
}
.nav-primary ul.nav-list a {
  padding: 5px 0 5px 20px;
}
.nav-primary .nav-item {
  display: block;
  position: relative;
  color: #ccd4d9;
  text-decoration: none;
  transition: color 0.2s;
}
.nav-primary .nav-item:hover {
  border-radius: 3px;
  color: #ffae1a;
}
.nav-primary .nav-item.is-active:not(.non-active-link-to) {
  border-radius: 3px;
  color: #ffae1a;
  background-color: #33393d;
}
.nav-primary .nav-primary-utility {
  position: absolute;
  width: 100%;
  margin-top: 5px;
}
.nav-primary .nav-primary-utility h2.nav-header-access-control {
  display: inline-block;
  width: 100%;
  margin: 1px 0;
  padding: 0 10px;
  color: #ccd4d9;
  font-size: 16px;
  line-height: 18px;
}
.nav-primary .nav-primary-utility h2.nav-header-access-control:hover {
  color: #ffae1a;
}
.nav-primary .nav-primary-utility .access-control-toggle {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  border: 0;
  background-color: transparent;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
}
.nav-primary .nav-primary-utility .access-control-toggle::before {
  padding: 0 9px 0 0;
  color: #818f99;
  font-size: 13px;
}
.nav-primary .nav-primary-utility ul li {
  margin: 0 10px;
  font-size: 16px;
  line-height: 18px;
}
.nav-primary .nav-primary-utility ul li[data-app=License]::after {
  content: "";
  display: block;
  margin: 5px 0 4px 0;
}
.nav-primary .nav-primary-utility ul.nav-list-access-control {
  margin-left: 10px;
  padding-left: 5px;
}
.nav-primary .nav-primary-utility ul.nav-list-access-control.is-collapsed {
  display: none;
}
.nav-primary .nav-primary-utility ul a {
  padding: 5px 0 5px 20px;
}
.nav-primary .nav-primary-utility .pe-docs {
  margin-top: 6px;
}
.nav-primary .nav-primary-utility .pe-docs a {
  padding-top: 17px;
  padding-left: 20px;
  color: #ccd4d9;
  font-size: 12px;
  content: "";
  display: block;
  margin: 2px 10px 4px 10px;
}
.nav-primary .nav-primary-utility .pe-docs a:hover, .nav-primary .nav-primary-utility .pe-docs a:active {
  color: #f5f8fa;
}

.nav-list-header {
  color: #222629;
  line-height: 1.3;
  margin-top: 16px;
  margin-bottom: 5px;
  padding: 0 15px;
  color: #b0b9bf;
  font-size: 11px;
  text-transform: uppercase;
}
.nav-list-header:first-of-type {
  margin-top: 12px;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

input.tt-hint {
  color: #ccd4d9;
}

.tt-dropdown-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  border: 1px solid #ccd4d9;
  background-color: white;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-cursor {
  color: #454c52;
  background-color: #f5f8fa;
  cursor: pointer;
}
.tt-suggestion.tt-cursor a {
  color: white;
}
.tt-suggestion p {
  margin: 0;
}

#unsupported {
  display: none;
  position: relative;
  z-index: 100;
  max-width: 500px;
  margin: 100px auto;
  padding: 20px;
  background-color: #fff6f5;
}
.no-js #unsupported, .no-ecma5 #unsupported {
  display: block;
}

.activity-ui-day dl dd {
  padding-bottom: 0.5em;
}
.activity-ui-day .day {
  border: solid #f2f5f7;
  border-width: 0 0 1px 0;
}
.activity-ui-day .day h2 {
  display: inline-block;
  margin: 0;
  padding: 0 1em;
  background-color: #f2f5f7;
  font-size: 1.2em;
}

.load-more {
  color: white;
  background-color: #186ccc;
}
.load-more:disabled {
  color: white;
  background-color: rgba(24, 108, 204, 0.64);
}
.load-more:enabled:visited {
  color: white;
}
.load-more:enabled:focus, .load-more:enabled:hover {
  color: white;
  background-color: #318cf5;
}
.load-more:enabled:active {
  color: white;
  background-color: #0750a3;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

body {
  min-height: 720px;
  background-color: #e4e9ed;
}

body * {
  box-sizing: border-box;
}

h1 {
  font-family: Calibre, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 125%;
  color: black;
  margin-top: 36px;
  text-align: center;
}

#wrap {
  min-width: 1024px;
  padding: 120px 0 40px 0;
}

#identity {
  height: 34px;
}

#identity img {
  display: block;
  width: 180px;
  height: 48px;
  margin: 0 auto;
}

#identity-padding {
  height: 32px;
}

#puppet img {
  display: block;
  width: 64px;
  height: 23px;
  margin: 32px auto 0;
}

#unauthorized {
  margin-top: 32px;
}

#unauthorized h1 {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}

#unauthorized p {
  font-size: 14px;
  text-align: center;
}

#error-container {
  text-align: center;
}

.reset-container {
  width: 610px;
  margin: 20px auto 0 auto;
  padding: 39px 85px 65px 85px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #ccd4d9;
}
.reset-container h1 {
  font-size: 24px;
  line-height: calc(32/24);
}

.login-container,
.not-found-container {
  width: 505px;
  height: auto;
  margin: 20px auto 0 auto;
  padding: 0px 60px 28px 60px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #ccd4d9;
  box-shadow: 1px 1px 2px 0 rgba(4, 8, 10, 0.16);
  align-content: center;
}

#disclaimer-wrap {
  min-width: 1024px;
  padding: 120px 0 40px 0;
  text-align: center;
}

.disclaimer-login-container {
  display: inline-block;
  width: 505px;
  height: auto;
  margin: 20px auto 0 auto;
  padding: 0px 60px 28px 60px;
  vertical-align: top;
}
.disclaimer-login-container label {
  text-align: left;
}

#page-container {
  display: inline-block;
  border: 1px solid #ccd4d9;
  border-radius: 4px;
  background-color: white;
  box-shadow: 1px 1px 2px 0 rgba(4, 8, 10, 0.16);
}

#disclaimer-container,
#saml-disclaimer-container {
  display: inline-block;
  width: 315px;
  margin: 68px 0 0 50px;
  padding-right: 27px;
  color: #5d6f7a;
  border-right: 1px solid #ccd4d9;
  font-size: 12px;
  line-height: calc(16/12);
  text-align: left;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#disclaimer-container {
  max-height: 308px;
}

#saml-disclaimer-container {
  max-height: 362px;
}

.not-found-container h3 {
  text-align: center;
  font-weight: normal;
}

.not-found-container p {
  font-size: 12px;
}

.not-found-container a {
  display: inline-block;
  margin-bottom: 40px;
  text-decoration: none;
}

label {
  font-family: Calibre, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  line-height: 145%;
  color: #5d6f7a;
  margin-top: 20px;
  text-transform: uppercase;
  display: block;
}

input[type=text],
input[type=password] {
  font-family: OpenSans, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: white;
  border: 1px solid #ccd4d9;
  border-radius: 4px;
  height: 32px;
  width: 100%;
  font-size: 14px;
  color: #222629;
  margin-bottom: 20px;
}

input[type=submit],
.not-found-container a {
  margin: 10px 0;
  border: 1px solid #186ccc;
  color: white;
  background-color: #186ccc;
  width: 100%;
  text-align: center;
}
input[type=submit]:disabled,
.not-found-container a:disabled {
  border: 1px solid #a3c4eb;
  color: white;
  background-color: #9cb9da;
}
input[type=submit]:enabled:visited,
.not-found-container a:enabled:visited {
  color: white;
}
input[type=submit]:enabled:focus,
.not-found-container a:enabled:focus {
  color: white;
  background-color: #186ccc;
  box-shadow: 0 0 0 2px #318cf5;
}
input[type=submit]:enabled:hover,
.not-found-container a:enabled:hover {
  color: white;
  background-color: #318cf5;
}
input[type=submit]:enabled:active,
.not-found-container a:enabled:active {
  color: white;
  background-color: #0750a3;
}

#resetsubmit {
  margin-bottom: 40px;
}

#message {
  padding-bottom: 40px;
  font-size: 14px;
}

.show-password {
  margin: -8px 0 36px 0;
}

.not-validated {
  display: none;
}

#errorContainer > div {
  color: #a31e07;
  padding: 10px 10px;
  text-align: center;
}

#errorContainer > div a {
  color: #a31e07;
}

#validation-errors {
  color: #a31e07;
  padding-left: 0;
  list-style: none;
  font-size: 12px;
  line-height: calc(16/12);
}
#validation-errors li {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* Hide the unsupported browser error message by default
   but display it for browsers that are incompatible or with JS disabled
*/
#unsupported {
  display: none;
}

.no-js #unsupported {
  display: block;
}

#helpLinkWrapper {
  padding: 5px 0;
  text-align: center;
  margin-bottom: 60px;
}

#helpLinkWrapper a {
  font-family: OpenSans, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 133%;
  color: #186ccc;
  text-decoration: none;
}

#ssoButton {
  border: 1px solid #ccd4d9;
  color: #186ccc;
  background-color: white;
  width: 385px;
  margin-bottom: 50px;
  text-align: center;
  text-decoration: none;
}
#ssoButton:disabled {
  border: 1px solid #ebeef0;
  color: #a3c4eb;
  background-color: white;
}
#ssoButton:enabled:visited {
  color: #186ccc;
}
#ssoButton:enabled:focus {
  box-shadow: 0 0 0 2px #58a1f5;
  color: #186ccc;
  background-color: white;
}
#ssoButton:enabled:hover {
  color: #318cf5;
  background-color: white;
}
#ssoButton:enabled:active {
  color: #0750a3;
  background-color: white;
}

#ssoButton a {
  text-decoration: none;
}

footer {
  margin-top: 92px;
  text-align: center;
  font-size: 14px;
  line-height: calc(21/14);
  color: #454c52;
}
footer a:link {
  color: #032852;
}

footer .sep {
  display: inline-block;
  padding: 0 4px;
}