@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: "";
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9 ;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
.angular-ui-tree-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff), linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  pointer-events: none;
}

.angular-ui-tree-nodes {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 20px;
}

.angular-ui-tree-node, .angular-ui-tree-placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}

.angular-ui-tree-hidden {
  display: none;
}

.angular-ui-tree-placeholder {
  margin: 10px;
  padding: 0;
  min-height: 30px;
}

.angular-ui-tree-handle {
  cursor: move;
  text-decoration: none;
  font-weight: 700;
  box-sizing: border-box;
  min-height: 20px;
  line-height: 20px;
}

.angular-ui-tree-drag {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  opacity: 0.8;
}

.angular-ui-tree-drag .tree-node-content {
  margin-top: 0;
}

.nvd3 .nv-axis line, .nvd3 .nv-axis path {
  fill: none;
  shape-rendering: crispEdges;
}

.nv-brush .extent, .nvd3 .background path, .nvd3 .nv-axis line, .nvd3 .nv-axis path {
  shape-rendering: crispEdges;
}

.nv-distx, .nv-disty, .nv-noninteractive, .nvd3 .nv-axis, .nvd3.nv-pie .nv-label, .nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none;
}

.nvd3 .nv-axis {
  opacity: 1;
}

.nvd3 .nv-axis.nv-disabled, .nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
  opacity: 0;
}

.nvd3 .nv-axis path {
  stroke: #000;
  stroke-opacity: 0.75;
}

.nvd3 .nv-axis path.domain {
  stroke-opacity: 0.75;
}

.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0;
}

.nvd3 .nv-axis line {
  stroke: #e5e5e5;
}

.nvd3 .nv-axis .zero line, .nvd3 .nv-axis line.zero {
  stroke-opacity: 0.75;
}

.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: 700;
}

.nvd3 .x .nv-axis .nv-axisMaxMin text, .nvd3 .x2 .nv-axis .nv-axisMaxMin text, .nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle;
}

.nvd3 .nv-bars rect {
  fill-opacity: 0.75;
  transition: fill-opacity 250ms linear;
}

.nvd3 .nv-bars rect.hover {
  fill-opacity: 1;
}

.nvd3 .nv-bars .hover rect {
  fill: #add8e6;
}

.nvd3 .nv-bars text {
  fill: transparent;
}

.nvd3 .nv-bars .hover text {
  fill: rgb(0, 0, 0);
}

.nvd3 .nv-discretebar .nv-groups rect, .nvd3 .nv-multibar .nv-groups rect, .nvd3 .nv-multibarHorizontal .nv-groups rect {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear;
}

.with-transitions .nv-candlestickBar .nv-ticks .nv-tick, .with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3 .nv-candlestickBar .nv-ticks rect:hover, .nvd3 .nv-discretebar .nv-groups rect:hover, .nvd3 .nv-multibar .nv-groups rect:hover, .nvd3 .nv-multibarHorizontal .nv-groups rect:hover {
  fill-opacity: 1;
}

.nvd3 .nv-discretebar .nv-groups text, .nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: 700;
  fill: rgb(0, 0, 0);
  stroke: transparent;
}

.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5;
}

.nvd3 .nv-boxplot circle:hover, .nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1;
}

.nvd3 line.nv-boxplot-median {
  stroke: #000;
}

.nv-boxplot-tick:hover {
  stroke-width: 2.5px;
}

.nvd3.nv-bullet {
  font: 10px sans-serif;
}

.nvd3.nv-bullet .nv-measure {
  fill-opacity: 0.8;
}

.nvd3.nv-bullet .nv-measure:hover {
  fill-opacity: 1;
}

.nvd3.nv-bullet .nv-marker {
  stroke: #000;
  stroke-width: 2px;
}

.nvd3.nv-bullet .nv-markerTriangle {
  stroke: #000;
  fill: #fff;
  stroke-width: 1.5px;
}

.nvd3.nv-bullet .nv-markerLine {
  stroke: #000;
  stroke-width: 1.5px;
}

.nvd3.nv-bullet .nv-tick line {
  stroke: #666;
  stroke-width: 0.5px;
}

.nvd3.nv-bullet .nv-range.nv-s0 {
  fill: #eee;
}

.nvd3.nv-bullet .nv-range.nv-s1 {
  fill: #ddd;
}

.nvd3.nv-bullet .nv-range.nv-s2 {
  fill: #ccc;
}

.nvd3.nv-bullet .nv-title {
  font-size: 14px;
  font-weight: 700;
}

.nvd3.nv-bullet .nv-subtitle {
  fill: #999;
}

.nvd3.nv-bullet .nv-range {
  fill: #bababa;
  fill-opacity: 0.4;
}

.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: 0.7;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
  stroke: #2ca02c;
  fill: #2ca02c;
}

.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
  stroke: #d62728;
  fill: #d62728;
}

.nvd3.nv-candlestickBar .nv-ticks line {
  stroke: #333;
}

.nv-force-node {
  stroke: #fff;
  stroke-width: 1.5px;
}

.nv-force-link {
  stroke: #999;
  stroke-opacity: 0.6;
}

.nv-force-node text {
  stroke-width: 0;
}

.nvd3 .nv-check-box .nv-box {
  fill-opacity: 0;
  stroke-width: 2;
}

.nvd3 .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-width: 4;
}

.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-opacity: 0;
}

.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: 0.75;
}

.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1;
}

.nvd3 .nv-groups path.nv-line {
  fill: none;
}

.nvd3 .nv-groups path.nv-area {
  stroke: none;
}

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0;
  stroke-opacity: 0;
}

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: 0.5 !important;
  stroke-opacity: 0.5 !important;
}

.nvd3 .nv-groups .nv-point.hover, .nvd3.nv-scatter .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: 0.95 !important;
  stroke-opacity: 0.95 !important;
}

.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0;
}

.nvd3 .nv-indexLine {
  cursor: ew-resize;
}

svg.nvd3-svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  height: 100%;
}

.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.nvd3 text {
  font: 400 12px Arial, sans-serif;
}

.nvd3 .title {
  font: 700 14px Arial, sans-serif;
}

.nvd3 .nv-background {
  fill: #fff;
  fill-opacity: 0;
}

.nvd3.nv-noData {
  font-size: 18px;
  font-weight: 700;
}

.nv-brush .extent {
  fill-opacity: 0.125;
}

.nv-brush .resize path {
  fill: #eee;
  stroke: #666;
}

.nvd3 .nv-legend .nv-series {
  cursor: pointer;
}

.nvd3 .nv-legend .nv-disabled circle {
  fill-opacity: 0;
}

.nvd3 .nv-brush .extent {
  fill-opacity: 0 !important;
}

.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: 0.4;
  fill: #fff;
  fill-opacity: 0.7;
}

@media print {
  .nvd3 text {
    stroke-width: 0;
    fill-opacity: 1;
  }
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
  stroke: #2ca02c;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
  stroke: #d62728;
}

.nvd3 .background path {
  fill: none;
  stroke: #EEE;
  stroke-opacity: 0.4;
}

.nvd3 .foreground path {
  fill: none;
  stroke-opacity: 0.7;
}

.nvd3 .nv-parallelCoordinates-brush .extent {
  fill: #fff;
  fill-opacity: 0.6;
  stroke: gray;
  shape-rendering: crispEdges;
}

.nvd3 .nv-parallelCoordinates .hover {
  fill-opacity: 1;
  stroke-width: 3px;
}

.nvd3 .missingValuesline line {
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5;
}

.nvd3.nv-pie .nv-pie-title {
  font-size: 24px;
  fill: rgba(19, 196, 249, 0.59);
}

.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0;
}

.nvd3.nv-pie path {
  transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  stroke: #fff;
  stroke-width: 1px;
  stroke-opacity: 1;
  fill-opacity: 0.7;
}

.nvd3.nv-pie .hover path {
  fill-opacity: 1;
}

.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0;
}

.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: 0.5;
}

.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1;
}

.nvd3.nv-sparkline path {
  fill: none;
}

.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px;
}

.nvd3.nv-sparklineplus, .nvd3.nv-sparklineplus g {
  pointer-events: all;
}

.nvd3 .nv-interactiveGuideLine, .nvtooltip {
  pointer-events: none;
}

.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0;
}

.nvd3.nv-sparklineplus .nv-xValue, .nvd3.nv-sparklineplus .nv-yValue {
  stroke-width: 0;
  font-size: 0.9em;
  font-weight: 400;
}

.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66;
}

.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c;
}

.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728;
}

.nvd3.nv-sparklineplus .nv-currentValue {
  font-weight: 700;
  font-size: 1.1em;
}

.nvtooltip h3, .nvtooltip table td.key {
  font-weight: 400;
}

.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: 0.7;
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: 0.9;
}

.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0;
}

.nvtooltip {
  position: absolute;
  color: rgb(0, 0, 0);
  padding: 1px;
  z-index: 10000;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: left;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.nvtooltip h3, .nvtooltip p {
  margin: 0;
  text-align: center;
}

.nvtooltip.with-transitions, .with-transitions .nvtooltip {
  transition: opacity 50ms linear;
  transition-delay: 200ms;
}

.nvtooltip.x-nvtooltip, .nvtooltip.y-nvtooltip {
  padding: 8px;
}

.nvtooltip h3 {
  padding: 4px 14px;
  line-height: 18px;
  background-color: rgba(247, 247, 247, 0.75);
  color: rgb(0, 0, 0);
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.nvtooltip p {
  padding: 5px 14px;
}

.nvtooltip span {
  display: inline-block;
  margin: 2px 0;
}

.nvtooltip table {
  margin: 6px;
  border-spacing: 0;
}

.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle;
}

.nvtooltip table td.key.total {
  font-weight: 700;
}

.nvtooltip table td.value {
  text-align: right;
  font-weight: 700;
}

.nvtooltip table td.percent {
  color: #a9a9a9;
}

.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}

.nvtooltip table td.legend-color-guide div {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
}

.nvtooltip .footer {
  padding: 3px;
  text-align: center;
}

.nvtooltip-pending-removal {
  pointer-events: none;
  display: none;
}

.nvd3 line.nv-guideline {
  stroke: #ccc;
}


/*
 *  Usage:
 *
 *    <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 20px auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-double-bounce">
 *      <div class="sk-child sk-double-bounce1"></div>
 *      <div class="sk-child sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 20px auto;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-wave">
 *      <div class="sk-rect sk-rect1"></div>
 *      <div class="sk-rect sk-rect2"></div>
 *      <div class="sk-rect sk-rect3"></div>
 *      <div class="sk-rect sk-rect4"></div>
 *      <div class="sk-rect sk-rect5"></div>
 *    </div>
 *
 */
.sk-wave {
  margin: 20px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-wandering-cubes">
 *      <div class="sk-cube sk-cube1"></div>
 *      <div class="sk-cube sk-cube2"></div>
 *    </div>
 *
 */
.sk-wandering-cubes {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 20px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-chasing-dots">
 *      <div class="sk-child sk-dot1"></div>
 *      <div class="sk-child sk-dot2"></div>
 *    </div>
 *
 */
.sk-chasing-dots {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-three-bounce">
 *      <div class="sk-child sk-bounce1"></div>
 *      <div class="sk-child sk-bounce2"></div>
 *      <div class="sk-child sk-bounce3"></div>
 *    </div>
 *
 */
.sk-three-bounce {
  margin: 20px auto;
  width: 70px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out both;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out both;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-circle">
 *      <div class="sk-circle1 sk-child"></div>
 *      <div class="sk-circle2 sk-child"></div>
 *      <div class="sk-circle3 sk-child"></div>
 *      <div class="sk-circle4 sk-child"></div>
 *      <div class="sk-circle5 sk-child"></div>
 *      <div class="sk-circle6 sk-child"></div>
 *      <div class="sk-circle7 sk-child"></div>
 *      <div class="sk-circle8 sk-child"></div>
 *      <div class="sk-circle9 sk-child"></div>
 *      <div class="sk-circle10 sk-child"></div>
 *      <div class="sk-circle11 sk-child"></div>
 *      <div class="sk-circle12 sk-child"></div>
 *    </div>
 *
 */
.sk-circle {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-cube-grid">
 *      <div class="sk-cube sk-cube1"></div>
 *      <div class="sk-cube sk-cube2"></div>
 *      <div class="sk-cube sk-cube3"></div>
 *      <div class="sk-cube sk-cube4"></div>
 *      <div class="sk-cube sk-cube5"></div>
 *      <div class="sk-cube sk-cube6"></div>
 *      <div class="sk-cube sk-cube7"></div>
 *      <div class="sk-cube sk-cube8"></div>
 *      <div class="sk-cube sk-cube9"></div>
 *    </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 20px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-fading-circle {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/**
 * simplemde v1.11.2
 * Copyright Next Step Webs, Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */
.CodeMirror {
  color: #000;
}

.CodeMirror-lines {
  padding: 4px 0;
}

.CodeMirror pre {
  padding: 0 4px;
}

.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler {
  background-color: #fff;
}

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker {
  color: #000;
}

.CodeMirror-guttermarker-subtle {
  color: #999;
}

.CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}

.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}

@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}

.cm-s-default .cm-header {
  color: #00f;
}

.cm-s-default .cm-quote {
  color: #090;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header, .cm-strong {
  font-weight: 700;
}

.cm-em {
  font-style: italic;
}

.cm-link {
  text-decoration: underline;
}

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-s-default .cm-keyword {
  color: #708;
}

.cm-s-default .cm-atom {
  color: #219;
}

.cm-s-default .cm-number {
  color: #164;
}

.cm-s-default .cm-def {
  color: #00f;
}

.cm-s-default .cm-variable-2 {
  color: #05a;
}

.cm-s-default .cm-variable-3 {
  color: #085;
}

.cm-s-default .cm-comment {
  color: #a50;
}

.cm-s-default .cm-string {
  color: #a11;
}

.cm-s-default .cm-string-2 {
  color: #f50;
}

.cm-s-default .cm-meta, .cm-s-default .cm-qualifier {
  color: #555;
}

.cm-s-default .cm-builtin {
  color: #30a;
}

.cm-s-default .cm-bracket {
  color: #997;
}

.cm-s-default .cm-tag {
  color: #170;
}

.cm-s-default .cm-attribute {
  color: #00c;
}

.cm-s-default .cm-hr {
  color: #999;
}

.cm-s-default .cm-link {
  color: #00c;
}

.cm-invalidchar, .cm-s-default .cm-error {
  color: red;
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

.CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
}

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: 0 0 !important;
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}

.CodeMirror pre {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-code {
  outline: 0;
}

.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
}

.CodeMirror-measure pre {
  position: static;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

.CodeMirror-focused div.CodeMirror-cursors, div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected, .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}

.cm-force-border {
  padding-right: 0.1px;
}

@media print {
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.cm-tab-wrap-hack:after {
  content: "";
}

span.CodeMirror-selectedtext {
  background: 0 0;
}

.CodeMirror {
  height: auto;
  min-height: 300px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  font: inherit;
  z-index: 1;
}

.CodeMirror-scroll {
  min-height: 300px;
}

.CodeMirror-fullscreen {
  background: #fff;
  position: fixed !important;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 9;
}

.CodeMirror-sided {
  width: 50% !important;
}

.editor-toolbar {
  position: relative;
  opacity: 0.6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0 10px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.editor-toolbar:after, .editor-toolbar:before {
  display: block;
  content: " ";
  height: 1px;
}

.editor-toolbar:before {
  margin-bottom: 8px;
}

.editor-toolbar:after {
  margin-top: 8px;
}

.editor-toolbar:hover, .editor-wrapper input.title:focus, .editor-wrapper input.title:hover {
  opacity: 0.8;
}

.editor-toolbar.fullscreen {
  width: 100%;
  height: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 9;
}

.editor-toolbar.fullscreen::before {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(255, 255, 255)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.editor-toolbar.fullscreen::after {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgb(255, 255, 255) 100%);
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.editor-toolbar a {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #2c3e50 !important;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}

.editor-toolbar a.active, .editor-toolbar a:hover {
  background: #fcfcfc;
  border-color: #95a5a6;
}

.editor-toolbar a:before {
  line-height: 30px;
}

.editor-toolbar i.separator {
  display: inline-block;
  width: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #fff;
  color: transparent;
  text-indent: -10px;
  margin: 0 6px;
}

.editor-toolbar a.fa-header-x:after {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 65%;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
}

.editor-toolbar a.fa-header-1:after {
  content: "1";
}

.editor-toolbar a.fa-header-2:after {
  content: "2";
}

.editor-toolbar a.fa-header-3:after {
  content: "3";
}

.editor-toolbar a.fa-header-bigger:after {
  content: "▲";
}

.editor-toolbar a.fa-header-smaller:after {
  content: "▼";
}

.editor-toolbar.disabled-for-preview a:not(.no-disable) {
  pointer-events: none;
  background: #fff;
  border-color: transparent;
  text-shadow: inherit;
}

@media only screen and (max-width: 700px) {
  .editor-toolbar a.no-mobile {
    display: none;
  }
}
.editor-statusbar {
  padding: 8px 10px;
  font-size: 12px;
  color: #959694;
  text-align: right;
}

.editor-statusbar span {
  display: inline-block;
  min-width: 4em;
  margin-left: 1em;
}

.editor-preview, .editor-preview-side {
  padding: 10px;
  background: #fafafa;
  overflow: auto;
  display: none;
  box-sizing: border-box;
}

.editor-statusbar .lines:before {
  content: "lines: ";
}

.editor-statusbar .words:before {
  content: "words: ";
}

.editor-statusbar .characters:before {
  content: "characters: ";
}

.editor-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}

.editor-preview-side {
  position: fixed;
  bottom: 0;
  width: 50%;
  top: 50px;
  right: 0;
  z-index: 9;
  border: 1px solid #ddd;
}

.editor-preview-active, .editor-preview-active-side {
  display: block;
}

.editor-preview-side > p, .editor-preview > p {
  margin-top: 0;
}

.editor-preview pre, .editor-preview-side pre {
  background: #eee;
  margin-bottom: 10px;
}

.editor-preview table td, .editor-preview table th, .editor-preview-side table td, .editor-preview-side table th {
  border: 1px solid #ddd;
  padding: 5px;
}

.CodeMirror .CodeMirror-code .cm-tag {
  color: #63a35c;
}

.CodeMirror .CodeMirror-code .cm-attribute {
  color: #795da3;
}

.CodeMirror .CodeMirror-code .cm-string {
  color: #183691;
}

.CodeMirror .CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror .CodeMirror-code .cm-header-1 {
  font-size: 200%;
  line-height: 200%;
}

.CodeMirror .CodeMirror-code .cm-header-2 {
  font-size: 160%;
  line-height: 160%;
}

.CodeMirror .CodeMirror-code .cm-header-3 {
  font-size: 125%;
  line-height: 125%;
}

.CodeMirror .CodeMirror-code .cm-header-4 {
  font-size: 110%;
  line-height: 110%;
}

.CodeMirror .CodeMirror-code .cm-comment {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.CodeMirror .CodeMirror-code .cm-link {
  color: #7f8c8d;
}

.CodeMirror .CodeMirror-code .cm-url {
  color: #aab2b3;
}

.CodeMirror .CodeMirror-code .cm-strikethrough {
  text-decoration: line-through;
}

.CodeMirror .CodeMirror-placeholder {
  opacity: 0.5;
}

.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
  background: rgba(255, 0, 0, 0.15);
}

#application {
  height: 100vh;
  background-color: #fefefe;
  display: flex;
  flex-direction: row;
  position: fixed;
  width: 100vw;
  transition: transform 0.4s ease;
}
#application .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  pointer-events: none;
  transition: all, 0.4s ease;
}
#application.mobile-true.sidebar-true {
  transform: translateX(200px);
  transition: transform 0.4s ease;
}
#application.mobile-true.sidebar-true .overlay {
  pointer-events: auto;
  cursor: w-resize;
  background-color: rgba(0, 0, 0, 0.3);
}
#application #container {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
#application #container #content {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  overflow: auto;
  position: relative;
}

.limited-width {
  max-width: 880px;
  min-width: 320px;
}
.limited-width :first-child {
  margin-top: 0;
}
.limited-width.padded {
  padding: 1em;
}

[ui-view] {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
}
[ui-view] .state:first-child {
  display: flex;
  flex: 1;
}

a.btn,
button.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: none;
  border-radius: 0.375em;
  border: 2px solid grey;
  text-transform: uppercase;
  padding: 0.4em 0.6em 0.3em 0.6em;
  font-size: 0.8em;
  font-weight: 400;
  outline: none;
}
a.btn:disabled, a.btn[disabled],
button.btn:disabled,
button.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
a.btn.btn-block,
button.btn.btn-block {
  width: 100%;
}
a.btn.btn-split,
button.btn.btn-split {
  height: 32px;
  margin-left: 5px;
  margin-top: 25px;
}
a.btn.btn-primary,
button.btn.btn-primary {
  border-color: #6E991F;
  color: #6E991F;
  background-color: #fefefe;
}
a.btn.btn-primary:hover:not([disabled=disabled]),
button.btn.btn-primary:hover:not([disabled=disabled]) {
  background-color: #6E991F;
  color: #fefefe;
  border-color: #6E991F;
}
a.btn.btn-primary:focus,
button.btn.btn-primary:focus {
  box-shadow: 0 0 0 2px rgba(110, 153, 31, 0.75);
}
a.btn.btn-primary:active:not([disabled=disabled]),
button.btn.btn-primary:active:not([disabled=disabled]) {
  background-color: #5f841b;
  color: #fefefe;
  border-color: #5f841b;
}
a.btn.btn-default,
button.btn.btn-default {
  border-color: grey;
  color: grey;
  background-color: #fefefe;
}
a.btn.btn-default:hover:not([disabled=disabled]),
button.btn.btn-default:hover:not([disabled=disabled]) {
  background-color: grey;
  color: #fefefe;
  border-color: grey;
}
a.btn.btn-default:focus,
button.btn.btn-default:focus {
  box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.75);
}
a.btn.btn-default:active:not([disabled=disabled]),
button.btn.btn-default:active:not([disabled=disabled]) {
  background-color: #737373;
  color: #fefefe;
  border-color: #737373;
}
a.btn.btn-default.btn-default.btn-default-active,
button.btn.btn-default.btn-default.btn-default-active {
  background-color: grey;
  color: #fefefe;
}
a.btn.btn-danger,
button.btn.btn-danger {
  border-color: #df5348;
  color: #df5348;
  background-color: #fefefe;
}
a.btn.btn-danger:hover:not([disabled=disabled]),
button.btn.btn-danger:hover:not([disabled=disabled]) {
  background-color: #df5348;
  color: #fefefe;
  border-color: #df5348;
}
a.btn.btn-danger:focus,
button.btn.btn-danger:focus {
  box-shadow: 0 0 0 2px rgba(223, 83, 72, 0.75);
}
a.btn.btn-danger:active:not([disabled=disabled]),
button.btn.btn-danger:active:not([disabled=disabled]) {
  background-color: #db3f32;
  color: #fefefe;
  border-color: #db3f32;
}
a.btn.btn-info,
button.btn.btn-info {
  border-color: #44638e;
  color: #44638e;
  background-color: #fefefe;
}
a.btn.btn-info:hover:not([disabled=disabled]),
button.btn.btn-info:hover:not([disabled=disabled]) {
  background-color: #44638e;
  color: #fefefe;
  border-color: #44638e;
}
a.btn.btn-info:focus,
button.btn.btn-info:focus {
  box-shadow: 0 0 0 2px rgba(68, 99, 142, 0.75);
}
a.btn.btn-info:active:not([disabled=disabled]),
button.btn.btn-info:active:not([disabled=disabled]) {
  background-color: #3c577d;
  color: #fefefe;
  border-color: #3c577d;
}
a.btn.btn-right,
button.btn.btn-right {
  float: right;
}
a.btn.btn-left,
button.btn.btn-left {
  float: left;
}

.inline-row {
  width: 98%;
}
.inline-row > div {
  display: inline-block;
  padding: 0.3rem 0;
}
.inline-row .inline-width-0 {
  width: 0%;
}
.inline-row .inline-width-1 {
  width: 1%;
}
.inline-row .inline-width-2 {
  width: 2%;
}
.inline-row .inline-width-3 {
  width: 3%;
}
.inline-row .inline-width-4 {
  width: 4%;
}
.inline-row .inline-width-5 {
  width: 5%;
}
.inline-row .inline-width-6 {
  width: 6%;
}
.inline-row .inline-width-7 {
  width: 7%;
}
.inline-row .inline-width-8 {
  width: 8%;
}
.inline-row .inline-width-9 {
  width: 9%;
}
.inline-row .inline-width-10 {
  width: 10%;
}
.inline-row .inline-width-11 {
  width: 11%;
}
.inline-row .inline-width-12 {
  width: 12%;
}
.inline-row .inline-width-13 {
  width: 13%;
}
.inline-row .inline-width-14 {
  width: 14%;
}
.inline-row .inline-width-15 {
  width: 15%;
}
.inline-row .inline-width-16 {
  width: 16%;
}
.inline-row .inline-width-17 {
  width: 17%;
}
.inline-row .inline-width-18 {
  width: 18%;
}
.inline-row .inline-width-19 {
  width: 19%;
}
.inline-row .inline-width-20 {
  width: 20%;
}
.inline-row .inline-width-21 {
  width: 21%;
}
.inline-row .inline-width-22 {
  width: 22%;
}
.inline-row .inline-width-23 {
  width: 23%;
}
.inline-row .inline-width-24 {
  width: 24%;
}
.inline-row .inline-width-25 {
  width: 25%;
}
.inline-row .inline-width-26 {
  width: 26%;
}
.inline-row .inline-width-27 {
  width: 27%;
}
.inline-row .inline-width-28 {
  width: 28%;
}
.inline-row .inline-width-29 {
  width: 29%;
}
.inline-row .inline-width-30 {
  width: 30%;
}
.inline-row .inline-width-31 {
  width: 31%;
}
.inline-row .inline-width-32 {
  width: 32%;
}
.inline-row .inline-width-33 {
  width: 33%;
}
.inline-row .inline-width-34 {
  width: 34%;
}
.inline-row .inline-width-35 {
  width: 35%;
}
.inline-row .inline-width-36 {
  width: 36%;
}
.inline-row .inline-width-37 {
  width: 37%;
}
.inline-row .inline-width-38 {
  width: 38%;
}
.inline-row .inline-width-39 {
  width: 39%;
}
.inline-row .inline-width-40 {
  width: 40%;
}
.inline-row .inline-width-41 {
  width: 41%;
}
.inline-row .inline-width-42 {
  width: 42%;
}
.inline-row .inline-width-43 {
  width: 43%;
}
.inline-row .inline-width-44 {
  width: 44%;
}
.inline-row .inline-width-45 {
  width: 45%;
}
.inline-row .inline-width-46 {
  width: 46%;
}
.inline-row .inline-width-47 {
  width: 47%;
}
.inline-row .inline-width-48 {
  width: 48%;
}
.inline-row .inline-width-49 {
  width: 49%;
}
.inline-row .inline-width-50 {
  width: 50%;
}
.inline-row .inline-width-51 {
  width: 51%;
}
.inline-row .inline-width-52 {
  width: 52%;
}
.inline-row .inline-width-53 {
  width: 53%;
}
.inline-row .inline-width-54 {
  width: 54%;
}
.inline-row .inline-width-55 {
  width: 55%;
}
.inline-row .inline-width-56 {
  width: 56%;
}
.inline-row .inline-width-57 {
  width: 57%;
}
.inline-row .inline-width-58 {
  width: 58%;
}
.inline-row .inline-width-59 {
  width: 59%;
}
.inline-row .inline-width-60 {
  width: 60%;
}
.inline-row .inline-width-61 {
  width: 61%;
}
.inline-row .inline-width-62 {
  width: 62%;
}
.inline-row .inline-width-63 {
  width: 63%;
}
.inline-row .inline-width-64 {
  width: 64%;
}
.inline-row .inline-width-65 {
  width: 65%;
}
.inline-row .inline-width-66 {
  width: 66%;
}
.inline-row .inline-width-67 {
  width: 67%;
}
.inline-row .inline-width-68 {
  width: 68%;
}
.inline-row .inline-width-69 {
  width: 69%;
}
.inline-row .inline-width-70 {
  width: 70%;
}
.inline-row .inline-width-71 {
  width: 71%;
}
.inline-row .inline-width-72 {
  width: 72%;
}
.inline-row .inline-width-73 {
  width: 73%;
}
.inline-row .inline-width-74 {
  width: 74%;
}
.inline-row .inline-width-75 {
  width: 75%;
}
.inline-row .inline-width-76 {
  width: 76%;
}
.inline-row .inline-width-77 {
  width: 77%;
}
.inline-row .inline-width-78 {
  width: 78%;
}
.inline-row .inline-width-79 {
  width: 79%;
}
.inline-row .inline-width-80 {
  width: 80%;
}
.inline-row .inline-width-81 {
  width: 81%;
}
.inline-row .inline-width-82 {
  width: 82%;
}
.inline-row .inline-width-83 {
  width: 83%;
}
.inline-row .inline-width-84 {
  width: 84%;
}
.inline-row .inline-width-85 {
  width: 85%;
}
.inline-row .inline-width-86 {
  width: 86%;
}
.inline-row .inline-width-87 {
  width: 87%;
}
.inline-row .inline-width-88 {
  width: 88%;
}
.inline-row .inline-width-89 {
  width: 89%;
}
.inline-row .inline-width-90 {
  width: 90%;
}
.inline-row .inline-width-91 {
  width: 91%;
}
.inline-row .inline-width-92 {
  width: 92%;
}
.inline-row .inline-width-93 {
  width: 93%;
}
.inline-row .inline-width-94 {
  width: 94%;
}
.inline-row .inline-width-95 {
  width: 95%;
}
.inline-row .inline-width-96 {
  width: 96%;
}
.inline-row .inline-width-97 {
  width: 97%;
}
.inline-row .inline-width-98 {
  width: 98%;
}
.inline-row .inline-width-99 {
  width: 99%;
}
.inline-row .inline-width-100 {
  width: 100%;
}

.list-group {
  padding: 0;
}
.list-group a.item {
  cursor: pointer;
  text-decoration: none;
}
.list-group .item {
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 0.5em 0.8em;
  display: block;
  position: relative;
  transition: background-color 0.3s ease;
}
.list-group .item.first-item-true {
  border-top-left-radius: 0.375em;
  border-top-right-radius: 0.375em;
}
.list-group .item.last-item-true {
  border-bottom-left-radius: 0.375em;
  border-bottom-right-radius: 0.375em;
  border-bottom: 1px solid #ccc;
}
.list-group .item:hover {
  background-color: #f1f1f1;
}
.list-group .item.selected-true {
  background-color: #e5e5e5;
}
.list-group .item .progress {
  height: 4px;
  width: 100%;
  background-color: #6E991F;
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 100;
}

table, .table {
  position: relative;
  display: table;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
}
table.unstyled .table-row, .table.unstyled .table-row {
  border-top: 0px solid #fefefe;
}
table tr, table .table-row, .table tr, .table .table-row {
  display: table-row;
  border-top: 1px solid #cdcdcd;
}
table tr.unstyled, table .table-row.unstyled, .table tr.unstyled, .table .table-row.unstyled {
  border-top: 0px solid #fefefe;
}
table tr .fa-external-link-alt, table .table-row .fa-external-link-alt, .table tr .fa-external-link-alt, .table .table-row .fa-external-link-alt {
  margin-left: 5px;
  color: grey !important;
}
table tr.link, table .table-row.link, .table tr.link, .table .table-row.link {
  transition: background-color 0.3s ease;
}
table tr.link:hover, table .table-row.link:hover, .table tr.link:hover, .table .table-row.link:hover {
  background-color: #f1f1f1;
}
table td, table th, table .table-cell, .table td, .table th, .table .table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 6px;
}
table td.no-pad, table th.no-pad, table .table-cell.no-pad, .table td.no-pad, .table th.no-pad, .table .table-cell.no-pad {
  padding: 0;
}
table td.right, table th.right, table .table-cell.right, .table td.right, .table th.right, .table .table-cell.right {
  text-align: right;
}
table thead, table .table-header, .table thead, .table .table-header {
  display: table-header-group;
}
table thead .table-row, table .table-header .table-row, .table thead .table-row, .table .table-header .table-row {
  border: none;
}
table thead:not(.unstyled), table .table-header:not(.unstyled), .table thead:not(.unstyled), .table .table-header:not(.unstyled) {
  text-transform: uppercase;
  font-weight: 500;
  color: grey;
}
table tfoot, table .table-footer, table .summary, .table tfoot, .table .table-footer, .table .summary {
  display: table-footer-group;
  border-top: 3px double grey;
  font-weight: bold;
}
table tfoot .table-row, table .table-footer .table-row, table .summary .table-row, .table tfoot .table-row, .table .table-footer .table-row, .table .summary .table-row {
  border: none;
}
table a, .table a {
  text-decoration: none;
  transition: background-color 0.3s ease;
}
table a:hover, .table a:hover {
  background-color: #f1f1f1;
}
table .description, table .adjusts-true, .table .description, .table .adjusts-true {
  font-style: oblique;
  color: #333333;
  transition: background-color 0.3s ease;
}
/**
 * selectize.css (v0.12.0)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: not-allowed !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.card {
  border: 1px solid #999999;
  border-radius: 0.375em;
  padding: 1em;
}

.credit-card .entry {
  margin-top: 2em;
}
@media screen and (max-width: 600px) {
  .credit-card .logo {
    display: none;
  }
  .credit-card .entry {
    margin: 0;
  }
}

.bank-account {
  background-color: red;
}
.bank-account .entry {
  margin-top: 3.5em;
}
@media screen and (max-width: 600px) {
  .bank-account .logo {
    display: none;
  }
  .bank-account .entry {
    margin: 0;
  }
}

.oper-card {
  color: #6b5295;
  background-color: #f8f6fa;
  border: 1px solid #6b5295;
  border-radius: 0.375em;
  padding: 1rem;
  margin: 1em 0;
}

/* Generic div usage */
.oper {
  background-color: #f8f6fa;
  color: #6b5295;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fefefe;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  opacity: 0.05;
  height: 3rem;
}

.truncate {
  position: relative;
  transition: max-height 1s cubic-bezier(0.61, 0.23, 0.35, 0.72);
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 6rem;
}
.truncate:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0px -40px 25px -13px rgb(255, 255, 255);
}
.truncate.expanded {
  max-height: 100rem;
  overflow-y: auto;
}
.truncate.expanded:after {
  display: none;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.mithril-card {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.25rem;
}

.rebuilder h1 {
  max-width: 33em;
  font-size: 2.0736rem;
}
@media (max-width: 480px) {
  .rebuilder h1 {
    font-size: 1.8144rem;
  }
}

.rebuilder h2 {
  max-width: 33em;
  font-size: 1.728rem;
}
@media (max-width: 480px) {
  .rebuilder h2 {
    font-size: 1.512rem;
  }
}

.rebuilder h3 {
  max-width: 33em;
  font-size: 1.44rem;
}
@media (max-width: 480px) {
  .rebuilder h3 {
    font-size: 1.26rem;
  }
}

.rebuilder h4 {
  max-width: 33em;
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .rebuilder h4 {
    font-size: 1.05rem;
  }
}

.rebuilder h5 {
  max-width: 33em;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .rebuilder h5 {
    font-size: 0.875rem;
  }
}

.rebuilder h6 {
  max-width: 33em;
  font-size: 0.8333333333rem;
}
@media (max-width: 480px) {
  .rebuilder h6 {
    font-size: 0.7291666667rem;
  }
}

.border {
  border: 1px solid #808080;
}

.border-0 {
  border-width: 0px;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.border-solid {
  border-style: solid;
}

.border-black {
  border-color: #000000;
}

.border-black-dark {
  border-color: black;
}

.border-black-darker {
  border-color: black;
}

.border-black-light {
  border-color: #1a1a1a;
}

.border-black-lighter {
  border-color: #666666;
}

.border-black-disabled {
  border-color: #333333;
}

.border-blue {
  border-color: #25416c;
}

.border-blue-dark {
  border-color: #182a46;
}

.border-blue-darker {
  border-color: #0b1320;
}

.border-blue-light {
  border-color: #325892;
}

.border-blue-lighter {
  border-color: #87a6d6;
}

.border-blue-disabled {
  border-color: #647793;
}

.border-green {
  border-color: #6e991f;
}

.border-green-dark {
  border-color: #506f16;
}

.border-green-darker {
  border-color: #31440e;
}

.border-green-light {
  border-color: #8cc328;
}

.border-green-lighter {
  border-color: #ceea9a;
}

.border-green-disabled {
  border-color: #9bb866;
}

.border-grey {
  border-color: #808080;
}

.border-grey-dark {
  border-color: #676767;
}

.border-grey-darker {
  border-color: #4d4d4d;
}

.border-grey-light {
  border-color: #9a9a9a;
}

.border-grey-lighter {
  border-color: #e6e6e6;
}

.border-grey-disabled {
  border-color: #b3b3b3;
}

.border-orange {
  border-color: #e88c08;
}

.border-orange-dark {
  border-color: #b76e06;
}

.border-orange-darker {
  border-color: #855105;
}

.border-orange-light {
  border-color: #f8a42b;
}

.border-orange-lighter {
  border-color: #fde4bf;
}

.border-orange-disabled {
  border-color: #e0b576;
}

.border-purple {
  border-color: #6b5295;
}

.border-purple-dark {
  border-color: #534074;
}

.border-purple-darker {
  border-color: #3c2e53;
}

.border-purple-light {
  border-color: #856cae;
}

.border-purple-lighter {
  border-color: #d7cfe4;
}

.border-purple-disabled {
  border-color: #a7a7a7;
}

.border-red {
  border-color: #d32027;
}

.border-red-dark {
  border-color: #a7191f;
}

.border-red-darker {
  border-color: #7a1317;
}

.border-red-light {
  border-color: #e3434a;
}

.border-red-lighter {
  border-color: #f7c8ca;
}

.border-red-disabled {
  border-color: #d1888b;
}

.border-yellow {
  border-color: #fac913;
}

.border-yellow-dark {
  border-color: #d5a905;
}

.border-yellow-darker {
  border-color: #a48203;
}

.border-yellow-light {
  border-color: #fbd445;
}

.border-yellow-lighter {
  border-color: #fef7db;
}

.border-yellow-disabled {
  border-color: #e7d48c;
}

.border-white {
  border-color: #ffffff;
}

.border-white-dark {
  border-color: #e6e6e6;
}

.border-white-darker {
  border-color: #cccccc;
}

.border-white-light {
  border-color: white;
}

.border-white-lighter {
  border-color: white;
}

.border-white-disabled {
  border-color: white;
}

.border-t {
  border-top: 1px solid #808080;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-1 {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-t-dashed {
  border-top-style: dashed;
}

.border-t-dotted {
  border-top-style: dotted;
}

.border-t-double {
  border-top-style: double;
}

.border-t-none {
  border-top-style: none;
}

.border-t-solid {
  border-top-style: solid;
}

.border-t-black {
  border-top-color: #000000;
}

.border-t-black-dark {
  border-top-color: black;
}

.border-t-black-darker {
  border-top-color: black;
}

.border-t-black-light {
  border-top-color: #1a1a1a;
}

.border-t-black-lighter {
  border-top-color: #666666;
}

.border-t-black-disabled {
  border-top-color: #333333;
}

.border-t-blue {
  border-top-color: #25416c;
}

.border-t-blue-dark {
  border-top-color: #182a46;
}

.border-t-blue-darker {
  border-top-color: #0b1320;
}

.border-t-blue-light {
  border-top-color: #325892;
}

.border-t-blue-lighter {
  border-top-color: #87a6d6;
}

.border-t-blue-disabled {
  border-top-color: #647793;
}

.border-t-green {
  border-top-color: #6e991f;
}

.border-t-green-dark {
  border-top-color: #506f16;
}

.border-t-green-darker {
  border-top-color: #31440e;
}

.border-t-green-light {
  border-top-color: #8cc328;
}

.border-t-green-lighter {
  border-top-color: #ceea9a;
}

.border-t-green-disabled {
  border-top-color: #9bb866;
}

.border-t-grey {
  border-top-color: #808080;
}

.border-t-grey-dark {
  border-top-color: #676767;
}

.border-t-grey-darker {
  border-top-color: #4d4d4d;
}

.border-t-grey-light {
  border-top-color: #9a9a9a;
}

.border-t-grey-lighter {
  border-top-color: #e6e6e6;
}

.border-t-grey-disabled {
  border-top-color: #b3b3b3;
}

.border-t-orange {
  border-top-color: #e88c08;
}

.border-t-orange-dark {
  border-top-color: #b76e06;
}

.border-t-orange-darker {
  border-top-color: #855105;
}

.border-t-orange-light {
  border-top-color: #f8a42b;
}

.border-t-orange-lighter {
  border-top-color: #fde4bf;
}

.border-t-orange-disabled {
  border-top-color: #e0b576;
}

.border-t-purple {
  border-top-color: #6b5295;
}

.border-t-purple-dark {
  border-top-color: #534074;
}

.border-t-purple-darker {
  border-top-color: #3c2e53;
}

.border-t-purple-light {
  border-top-color: #856cae;
}

.border-t-purple-lighter {
  border-top-color: #d7cfe4;
}

.border-t-purple-disabled {
  border-top-color: #a7a7a7;
}

.border-t-red {
  border-top-color: #d32027;
}

.border-t-red-dark {
  border-top-color: #a7191f;
}

.border-t-red-darker {
  border-top-color: #7a1317;
}

.border-t-red-light {
  border-top-color: #e3434a;
}

.border-t-red-lighter {
  border-top-color: #f7c8ca;
}

.border-t-red-disabled {
  border-top-color: #d1888b;
}

.border-t-yellow {
  border-top-color: #fac913;
}

.border-t-yellow-dark {
  border-top-color: #d5a905;
}

.border-t-yellow-darker {
  border-top-color: #a48203;
}

.border-t-yellow-light {
  border-top-color: #fbd445;
}

.border-t-yellow-lighter {
  border-top-color: #fef7db;
}

.border-t-yellow-disabled {
  border-top-color: #e7d48c;
}

.border-t-white {
  border-top-color: #ffffff;
}

.border-t-white-dark {
  border-top-color: #e6e6e6;
}

.border-t-white-darker {
  border-top-color: #cccccc;
}

.border-t-white-light {
  border-top-color: white;
}

.border-t-white-lighter {
  border-top-color: white;
}

.border-t-white-disabled {
  border-top-color: white;
}

.border-r {
  border-right: 1px solid #808080;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-1 {
  border-right-width: 1px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-r-dashed {
  border-right-style: dashed;
}

.border-r-dotted {
  border-right-style: dotted;
}

.border-r-double {
  border-right-style: double;
}

.border-r-none {
  border-right-style: none;
}

.border-r-solid {
  border-right-style: solid;
}

.border-r-black {
  border-right-color: #000000;
}

.border-r-black-dark {
  border-right-color: black;
}

.border-r-black-darker {
  border-right-color: black;
}

.border-r-black-light {
  border-right-color: #1a1a1a;
}

.border-r-black-lighter {
  border-right-color: #666666;
}

.border-r-black-disabled {
  border-right-color: #333333;
}

.border-r-blue {
  border-right-color: #25416c;
}

.border-r-blue-dark {
  border-right-color: #182a46;
}

.border-r-blue-darker {
  border-right-color: #0b1320;
}

.border-r-blue-light {
  border-right-color: #325892;
}

.border-r-blue-lighter {
  border-right-color: #87a6d6;
}

.border-r-blue-disabled {
  border-right-color: #647793;
}

.border-r-green {
  border-right-color: #6e991f;
}

.border-r-green-dark {
  border-right-color: #506f16;
}

.border-r-green-darker {
  border-right-color: #31440e;
}

.border-r-green-light {
  border-right-color: #8cc328;
}

.border-r-green-lighter {
  border-right-color: #ceea9a;
}

.border-r-green-disabled {
  border-right-color: #9bb866;
}

.border-r-grey {
  border-right-color: #808080;
}

.border-r-grey-dark {
  border-right-color: #676767;
}

.border-r-grey-darker {
  border-right-color: #4d4d4d;
}

.border-r-grey-light {
  border-right-color: #9a9a9a;
}

.border-r-grey-lighter {
  border-right-color: #e6e6e6;
}

.border-r-grey-disabled {
  border-right-color: #b3b3b3;
}

.border-r-orange {
  border-right-color: #e88c08;
}

.border-r-orange-dark {
  border-right-color: #b76e06;
}

.border-r-orange-darker {
  border-right-color: #855105;
}

.border-r-orange-light {
  border-right-color: #f8a42b;
}

.border-r-orange-lighter {
  border-right-color: #fde4bf;
}

.border-r-orange-disabled {
  border-right-color: #e0b576;
}

.border-r-purple {
  border-right-color: #6b5295;
}

.border-r-purple-dark {
  border-right-color: #534074;
}

.border-r-purple-darker {
  border-right-color: #3c2e53;
}

.border-r-purple-light {
  border-right-color: #856cae;
}

.border-r-purple-lighter {
  border-right-color: #d7cfe4;
}

.border-r-purple-disabled {
  border-right-color: #a7a7a7;
}

.border-r-red {
  border-right-color: #d32027;
}

.border-r-red-dark {
  border-right-color: #a7191f;
}

.border-r-red-darker {
  border-right-color: #7a1317;
}

.border-r-red-light {
  border-right-color: #e3434a;
}

.border-r-red-lighter {
  border-right-color: #f7c8ca;
}

.border-r-red-disabled {
  border-right-color: #d1888b;
}

.border-r-yellow {
  border-right-color: #fac913;
}

.border-r-yellow-dark {
  border-right-color: #d5a905;
}

.border-r-yellow-darker {
  border-right-color: #a48203;
}

.border-r-yellow-light {
  border-right-color: #fbd445;
}

.border-r-yellow-lighter {
  border-right-color: #fef7db;
}

.border-r-yellow-disabled {
  border-right-color: #e7d48c;
}

.border-r-white {
  border-right-color: #ffffff;
}

.border-r-white-dark {
  border-right-color: #e6e6e6;
}

.border-r-white-darker {
  border-right-color: #cccccc;
}

.border-r-white-light {
  border-right-color: white;
}

.border-r-white-lighter {
  border-right-color: white;
}

.border-r-white-disabled {
  border-right-color: white;
}

.border-b {
  border-bottom: 1px solid #808080;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-b-dashed {
  border-bottom-style: dashed;
}

.border-b-dotted {
  border-bottom-style: dotted;
}

.border-b-double {
  border-bottom-style: double;
}

.border-b-none {
  border-bottom-style: none;
}

.border-b-solid {
  border-bottom-style: solid;
}

.border-b-black {
  border-bottom-color: #000000;
}

.border-b-black-dark {
  border-bottom-color: black;
}

.border-b-black-darker {
  border-bottom-color: black;
}

.border-b-black-light {
  border-bottom-color: #1a1a1a;
}

.border-b-black-lighter {
  border-bottom-color: #666666;
}

.border-b-black-disabled {
  border-bottom-color: #333333;
}

.border-b-blue {
  border-bottom-color: #25416c;
}

.border-b-blue-dark {
  border-bottom-color: #182a46;
}

.border-b-blue-darker {
  border-bottom-color: #0b1320;
}

.border-b-blue-light {
  border-bottom-color: #325892;
}

.border-b-blue-lighter {
  border-bottom-color: #87a6d6;
}

.border-b-blue-disabled {
  border-bottom-color: #647793;
}

.border-b-green {
  border-bottom-color: #6e991f;
}

.border-b-green-dark {
  border-bottom-color: #506f16;
}

.border-b-green-darker {
  border-bottom-color: #31440e;
}

.border-b-green-light {
  border-bottom-color: #8cc328;
}

.border-b-green-lighter {
  border-bottom-color: #ceea9a;
}

.border-b-green-disabled {
  border-bottom-color: #9bb866;
}

.border-b-grey {
  border-bottom-color: #808080;
}

.border-b-grey-dark {
  border-bottom-color: #676767;
}

.border-b-grey-darker {
  border-bottom-color: #4d4d4d;
}

.border-b-grey-light {
  border-bottom-color: #9a9a9a;
}

.border-b-grey-lighter {
  border-bottom-color: #e6e6e6;
}

.border-b-grey-disabled {
  border-bottom-color: #b3b3b3;
}

.border-b-orange {
  border-bottom-color: #e88c08;
}

.border-b-orange-dark {
  border-bottom-color: #b76e06;
}

.border-b-orange-darker {
  border-bottom-color: #855105;
}

.border-b-orange-light {
  border-bottom-color: #f8a42b;
}

.border-b-orange-lighter {
  border-bottom-color: #fde4bf;
}

.border-b-orange-disabled {
  border-bottom-color: #e0b576;
}

.border-b-purple {
  border-bottom-color: #6b5295;
}

.border-b-purple-dark {
  border-bottom-color: #534074;
}

.border-b-purple-darker {
  border-bottom-color: #3c2e53;
}

.border-b-purple-light {
  border-bottom-color: #856cae;
}

.border-b-purple-lighter {
  border-bottom-color: #d7cfe4;
}

.border-b-purple-disabled {
  border-bottom-color: #a7a7a7;
}

.border-b-red {
  border-bottom-color: #d32027;
}

.border-b-red-dark {
  border-bottom-color: #a7191f;
}

.border-b-red-darker {
  border-bottom-color: #7a1317;
}

.border-b-red-light {
  border-bottom-color: #e3434a;
}

.border-b-red-lighter {
  border-bottom-color: #f7c8ca;
}

.border-b-red-disabled {
  border-bottom-color: #d1888b;
}

.border-b-yellow {
  border-bottom-color: #fac913;
}

.border-b-yellow-dark {
  border-bottom-color: #d5a905;
}

.border-b-yellow-darker {
  border-bottom-color: #a48203;
}

.border-b-yellow-light {
  border-bottom-color: #fbd445;
}

.border-b-yellow-lighter {
  border-bottom-color: #fef7db;
}

.border-b-yellow-disabled {
  border-bottom-color: #e7d48c;
}

.border-b-white {
  border-bottom-color: #ffffff;
}

.border-b-white-dark {
  border-bottom-color: #e6e6e6;
}

.border-b-white-darker {
  border-bottom-color: #cccccc;
}

.border-b-white-light {
  border-bottom-color: white;
}

.border-b-white-lighter {
  border-bottom-color: white;
}

.border-b-white-disabled {
  border-bottom-color: white;
}

.border-l {
  border-left: 1px solid #808080;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-1 {
  border-left-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-l-dashed {
  border-left-style: dashed;
}

.border-l-dotted {
  border-left-style: dotted;
}

.border-l-double {
  border-left-style: double;
}

.border-l-none {
  border-left-style: none;
}

.border-l-solid {
  border-left-style: solid;
}

.border-l-black {
  border-left-color: #000000;
}

.border-l-black-dark {
  border-left-color: black;
}

.border-l-black-darker {
  border-left-color: black;
}

.border-l-black-light {
  border-left-color: #1a1a1a;
}

.border-l-black-lighter {
  border-left-color: #666666;
}

.border-l-black-disabled {
  border-left-color: #333333;
}

.border-l-blue {
  border-left-color: #25416c;
}

.border-l-blue-dark {
  border-left-color: #182a46;
}

.border-l-blue-darker {
  border-left-color: #0b1320;
}

.border-l-blue-light {
  border-left-color: #325892;
}

.border-l-blue-lighter {
  border-left-color: #87a6d6;
}

.border-l-blue-disabled {
  border-left-color: #647793;
}

.border-l-green {
  border-left-color: #6e991f;
}

.border-l-green-dark {
  border-left-color: #506f16;
}

.border-l-green-darker {
  border-left-color: #31440e;
}

.border-l-green-light {
  border-left-color: #8cc328;
}

.border-l-green-lighter {
  border-left-color: #ceea9a;
}

.border-l-green-disabled {
  border-left-color: #9bb866;
}

.border-l-grey {
  border-left-color: #808080;
}

.border-l-grey-dark {
  border-left-color: #676767;
}

.border-l-grey-darker {
  border-left-color: #4d4d4d;
}

.border-l-grey-light {
  border-left-color: #9a9a9a;
}

.border-l-grey-lighter {
  border-left-color: #e6e6e6;
}

.border-l-grey-disabled {
  border-left-color: #b3b3b3;
}

.border-l-orange {
  border-left-color: #e88c08;
}

.border-l-orange-dark {
  border-left-color: #b76e06;
}

.border-l-orange-darker {
  border-left-color: #855105;
}

.border-l-orange-light {
  border-left-color: #f8a42b;
}

.border-l-orange-lighter {
  border-left-color: #fde4bf;
}

.border-l-orange-disabled {
  border-left-color: #e0b576;
}

.border-l-purple {
  border-left-color: #6b5295;
}

.border-l-purple-dark {
  border-left-color: #534074;
}

.border-l-purple-darker {
  border-left-color: #3c2e53;
}

.border-l-purple-light {
  border-left-color: #856cae;
}

.border-l-purple-lighter {
  border-left-color: #d7cfe4;
}

.border-l-purple-disabled {
  border-left-color: #a7a7a7;
}

.border-l-red {
  border-left-color: #d32027;
}

.border-l-red-dark {
  border-left-color: #a7191f;
}

.border-l-red-darker {
  border-left-color: #7a1317;
}

.border-l-red-light {
  border-left-color: #e3434a;
}

.border-l-red-lighter {
  border-left-color: #f7c8ca;
}

.border-l-red-disabled {
  border-left-color: #d1888b;
}

.border-l-yellow {
  border-left-color: #fac913;
}

.border-l-yellow-dark {
  border-left-color: #d5a905;
}

.border-l-yellow-darker {
  border-left-color: #a48203;
}

.border-l-yellow-light {
  border-left-color: #fbd445;
}

.border-l-yellow-lighter {
  border-left-color: #fef7db;
}

.border-l-yellow-disabled {
  border-left-color: #e7d48c;
}

.border-l-white {
  border-left-color: #ffffff;
}

.border-l-white-dark {
  border-left-color: #e6e6e6;
}

.border-l-white-darker {
  border-left-color: #cccccc;
}

.border-l-white-light {
  border-left-color: white;
}

.border-l-white-lighter {
  border-left-color: white;
}

.border-l-white-disabled {
  border-left-color: white;
}

.rounded-none {
  border-radius: 0;
}

.rounded-t-none {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-t-sm {
  border-top-right-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-t {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-t-lg {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-full {
  border-top-right-radius: 9999px;
  border-top-left-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.default\:btn-blue {
  background-color: #25416c;
  border: 1px solid #325892;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(37, 65, 108, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.hover\:btn-blue:hover {
  background-color: #182a46;
  border-color: #25416c;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(37, 65, 108, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #ffffff;
}

.focus\:btn-blue:focus {
  background-color: #182a46;
  border-color: #25416c;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(37, 65, 108, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #ffffff;
}

.active\:btn-blue:active {
  background-color: #0b1320;
  border-color: #182a46;
  box-shadow: 0 0 0.25rem 0 rgba(37, 65, 108, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #ffffff;
}

.disabled\:btn-blue:disabled {
  background-color: #647793;
  border-color: #5a6a84;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: white;
}

.btn-blue {
  background-color: #25416c;
  border: 1px solid #325892;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(37, 65, 108, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.btn-blue:hover {
  background-color: #182a46;
  border-color: #25416c;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(37, 65, 108, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #ffffff;
}
.btn-blue:focus {
  background-color: #182a46;
  border-color: #25416c;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(37, 65, 108, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #ffffff;
}
.btn-blue:active {
  background-color: #0b1320;
  border-color: #182a46;
  box-shadow: 0 0 0.25rem 0 rgba(37, 65, 108, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #ffffff;
}
.btn-blue:disabled {
  background-color: #647793;
  border-color: #5a6a84;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: white;
}

.default\:btn-green {
  background-color: #6e991f;
  border: 1px solid #8cc328;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(110, 153, 31, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.hover\:btn-green:hover {
  background-color: #506f16;
  border-color: #6e991f;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(110, 153, 31, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #ffffff;
}

.focus\:btn-green:focus {
  background-color: #506f16;
  border-color: #6e991f;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(110, 153, 31, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #ffffff;
}

.active\:btn-green:active {
  background-color: #31440e;
  border-color: #506f16;
  box-shadow: 0 0 0.25rem 0 rgba(110, 153, 31, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #ffffff;
}

.disabled\:btn-green:disabled {
  background-color: #9bb866;
  border-color: #90b055;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: white;
}

.btn-green {
  background-color: #6e991f;
  border: 1px solid #8cc328;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(110, 153, 31, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.btn-green:hover {
  background-color: #506f16;
  border-color: #6e991f;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(110, 153, 31, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #ffffff;
}
.btn-green:focus {
  background-color: #506f16;
  border-color: #6e991f;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(110, 153, 31, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #ffffff;
}
.btn-green:active {
  background-color: #31440e;
  border-color: #506f16;
  box-shadow: 0 0 0.25rem 0 rgba(110, 153, 31, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #ffffff;
}
.btn-green:disabled {
  background-color: #9bb866;
  border-color: #90b055;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: white;
}

.default\:btn-grey {
  background-color: #808080;
  border: 1px solid #9a9a9a;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(128, 128, 128, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.hover\:btn-grey:hover {
  background-color: #676767;
  border-color: #808080;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(128, 128, 128, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #ffffff;
}

.focus\:btn-grey:focus {
  background-color: #676767;
  border-color: #808080;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(128, 128, 128, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #ffffff;
}

.active\:btn-grey:active {
  background-color: #4d4d4d;
  border-color: #676767;
  box-shadow: 0 0 0.25rem 0 rgba(128, 128, 128, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #ffffff;
}

.disabled\:btn-grey:disabled {
  background-color: #b3b3b3;
  border-color: #a6a6a6;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: white;
}

.btn-grey {
  background-color: #808080;
  border: 1px solid #9a9a9a;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(128, 128, 128, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.btn-grey:hover {
  background-color: #676767;
  border-color: #808080;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(128, 128, 128, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #ffffff;
}
.btn-grey:focus {
  background-color: #676767;
  border-color: #808080;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(128, 128, 128, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #ffffff;
}
.btn-grey:active {
  background-color: #4d4d4d;
  border-color: #676767;
  box-shadow: 0 0 0.25rem 0 rgba(128, 128, 128, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #ffffff;
}
.btn-grey:disabled {
  background-color: #b3b3b3;
  border-color: #a6a6a6;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: white;
}

.default\:btn-orange {
  background-color: #e88c08;
  border: 1px solid #f8a42b;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(232, 140, 8, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.hover\:btn-orange:hover {
  background-color: #b76e06;
  border-color: #e88c08;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(232, 140, 8, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #ffffff;
}

.focus\:btn-orange:focus {
  background-color: #b76e06;
  border-color: #e88c08;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(232, 140, 8, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #ffffff;
}

.active\:btn-orange:active {
  background-color: #855105;
  border-color: #b76e06;
  box-shadow: 0 0 0.25rem 0 rgba(232, 140, 8, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #ffffff;
}

.disabled\:btn-orange:disabled {
  background-color: #e0b576;
  border-color: #dca961;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: white;
}

.btn-orange {
  background-color: #e88c08;
  border: 1px solid #f8a42b;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(232, 140, 8, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.btn-orange:hover {
  background-color: #b76e06;
  border-color: #e88c08;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(232, 140, 8, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #ffffff;
}
.btn-orange:focus {
  background-color: #b76e06;
  border-color: #e88c08;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(232, 140, 8, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #ffffff;
}
.btn-orange:active {
  background-color: #855105;
  border-color: #b76e06;
  box-shadow: 0 0 0.25rem 0 rgba(232, 140, 8, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #ffffff;
}
.btn-orange:disabled {
  background-color: #e0b576;
  border-color: #dca961;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: white;
}

.default\:btn-purple {
  background-color: #6b5295;
  border: 1px solid #856cae;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(107, 82, 149, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.hover\:btn-purple:hover {
  background-color: #534074;
  border-color: #6b5295;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(107, 82, 149, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #ffffff;
}

.focus\:btn-purple:focus {
  background-color: #534074;
  border-color: #6b5295;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(107, 82, 149, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #ffffff;
}

.active\:btn-purple:active {
  background-color: #3c2e53;
  border-color: #534074;
  box-shadow: 0 0 0.25rem 0 rgba(107, 82, 149, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #ffffff;
}

.disabled\:btn-purple:disabled {
  background-color: #a7a7a7;
  border-color: #9a9a9a;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: white;
}

.btn-purple {
  background-color: #6b5295;
  border: 1px solid #856cae;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(107, 82, 149, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.btn-purple:hover {
  background-color: #534074;
  border-color: #6b5295;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(107, 82, 149, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #ffffff;
}
.btn-purple:focus {
  background-color: #534074;
  border-color: #6b5295;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(107, 82, 149, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #ffffff;
}
.btn-purple:active {
  background-color: #3c2e53;
  border-color: #534074;
  box-shadow: 0 0 0.25rem 0 rgba(107, 82, 149, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #ffffff;
}
.btn-purple:disabled {
  background-color: #a7a7a7;
  border-color: #9a9a9a;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: white;
}

.default\:btn-red {
  background-color: #d32027;
  border: 1px solid #e3434a;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(211, 32, 39, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.hover\:btn-red:hover {
  background-color: #a7191f;
  border-color: #d32027;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(211, 32, 39, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #ffffff;
}

.focus\:btn-red:focus {
  background-color: #a7191f;
  border-color: #d32027;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(211, 32, 39, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #ffffff;
}

.active\:btn-red:active {
  background-color: #7a1317;
  border-color: #a7191f;
  box-shadow: 0 0 0.25rem 0 rgba(211, 32, 39, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #ffffff;
}

.disabled\:btn-red:disabled {
  background-color: #d1888b;
  border-color: #c97679;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: white;
}

.btn-red {
  background-color: #d32027;
  border: 1px solid #e3434a;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(211, 32, 39, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.btn-red:hover {
  background-color: #a7191f;
  border-color: #d32027;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(211, 32, 39, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #ffffff;
}
.btn-red:focus {
  background-color: #a7191f;
  border-color: #d32027;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(211, 32, 39, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #ffffff;
}
.btn-red:active {
  background-color: #7a1317;
  border-color: #a7191f;
  box-shadow: 0 0 0.25rem 0 rgba(211, 32, 39, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #ffffff;
}
.btn-red:disabled {
  background-color: #d1888b;
  border-color: #c97679;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: white;
}

.default\:btn-yellow {
  background-color: #fac913;
  border: 1px solid #fbd445;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(250, 201, 19, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #25416c;
  transition: all 0.2s ease-in-out;
}

.hover\:btn-yellow:hover {
  background-color: #d5a905;
  border-color: #fac913;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(250, 201, 19, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #182a46;
}

.focus\:btn-yellow:focus {
  background-color: #d5a905;
  border-color: #fac913;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(250, 201, 19, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #182a46;
}

.active\:btn-yellow:active {
  background-color: #a48203;
  border-color: #d5a905;
  box-shadow: 0 0 0.25rem 0 rgba(250, 201, 19, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #0b1320;
}

.disabled\:btn-yellow:disabled {
  background-color: #e7d48c;
  border-color: #e3cc77;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: #647793;
}

.btn-yellow {
  background-color: #fac913;
  border: 1px solid #fbd445;
  border-top-width: 0px;
  border-left-width: 0px;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(250, 201, 19, 0.35), 0 0.25rem 0.75rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0.125rem -0.125rem rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  color: #25416c;
  transition: all 0.2s ease-in-out;
}
.btn-yellow:hover {
  background-color: #d5a905;
  border-color: #fac913;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(250, 201, 19, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  cursor: pointer;
  color: #182a46;
}
.btn-yellow:focus {
  background-color: #d5a905;
  border-color: #fac913;
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(250, 201, 19, 0.45), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.5), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.55);
  outline: 0;
  color: #182a46;
}
.btn-yellow:active {
  background-color: #a48203;
  border-color: #d5a905;
  box-shadow: 0 0 0.25rem 0 rgba(250, 201, 19, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
  color: #0b1320;
}
.btn-yellow:disabled {
  background-color: #e7d48c;
  border-color: #e3cc77;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  color: #647793;
}

/* TEXT COLORS */
.text-black {
  color: #000000;
}

.text-black-light {
  color: #1a1a1a;
}

.text-black-lighter {
  color: #666666;
}

.text-blue {
  color: #25416c;
}

.text-blue-dark {
  color: #182a46;
}

.text-blue-darker {
  color: #0b1320;
}

.text-blue-light {
  color: #325892;
}

.text-blue-lighter {
  color: #87a6d6;
}

.text-blue-disabled {
  color: #647793;
}

.text-green {
  color: #6e991f;
}

.text-green-dark {
  color: #506f16;
}

.text-green-darker {
  color: #31440e;
}

.text-green-light {
  color: #8cc328;
}

.text-green-lighter {
  color: #ceea9a;
}

.text-green-disabled {
  color: #9bb866;
}

.text-grey {
  color: #808080;
}

.text-grey-dark {
  color: #676767;
}

.text-grey-darker {
  color: #4d4d4d;
}

.text-grey-light {
  color: #9a9a9a;
}

.text-grey-lighter {
  color: #e6e6e6;
}

.text-grey-disabled {
  color: #b3b3b3;
}

.text-orange {
  color: #e88c08;
}

.text-orange-dark {
  color: #b76e06;
}

.text-orange-darker {
  color: #855105;
}

.text-orange-light {
  color: #f8a42b;
}

.text-orange-lighter {
  color: #fde4bf;
}

.text-orange-disabled {
  color: #e0b576;
}

.text-purple {
  color: #6b5295;
}

.text-purple-dark {
  color: #534074;
}

.text-purple-darker {
  color: #3c2e53;
}

.text-purple-light {
  color: #856cae;
}

.text-purple-lighter {
  color: #d7cfe4;
}

.text-purple-disabled {
  color: #a7a7a7;
}

.text-red {
  color: #d32027;
}

.text-red-dark {
  color: #a7191f;
}

.text-red-darker {
  color: #7a1317;
}

.text-red-light {
  color: #e3434a;
}

.text-red-lighter {
  color: #f7c8ca;
}

.text-red-disabled {
  color: #d1888b;
}

.text-yellow {
  color: #fac913;
}

.text-yellow-dark {
  color: #d5a905;
}

.text-yellow-darker {
  color: #a48203;
}

.text-yellow-light {
  color: #fbd445;
}

.text-yellow-lighter {
  color: #fef7db;
}

.text-yellow-disabled {
  color: #e7d48c;
}

.text-white {
  color: #ffffff;
}

.text-white-dark {
  color: #e6e6e6;
}

.text-white-darker {
  color: #cccccc;
}

/* BACKGROUND COLORS */
.bg-black {
  background-color: #000000;
}

.bg-black-light {
  background-color: #1a1a1a;
}

.bg-black-lighter {
  background-color: #666666;
}

.bg-blue {
  background-color: #25416c;
}

.bg-blue-dark {
  background-color: #182a46;
}

.bg-blue-darker {
  background-color: #0b1320;
}

.bg-blue-light {
  background-color: #325892;
}

.bg-blue-lighter {
  background-color: #87a6d6;
}

.bg-blue-disabled {
  background-color: #647793;
}

.bg-green {
  background-color: #6e991f;
}

.bg-green-dark {
  background-color: #506f16;
}

.bg-green-darker {
  background-color: #31440e;
}

.bg-green-light {
  background-color: #8cc328;
}

.bg-green-lighter {
  background-color: #ceea9a;
}

.bg-green-disabled {
  background-color: #9bb866;
}

.bg-grey {
  background-color: #808080;
}

.bg-grey-dark {
  background-color: #676767;
}

.bg-grey-darker {
  background-color: #4d4d4d;
}

.bg-grey-light {
  background-color: #9a9a9a;
}

.bg-grey-lighter {
  background-color: #e6e6e6;
}

.bg-grey-disabled {
  background-color: #b3b3b3;
}

.bg-orange {
  background-color: #e88c08;
}

.bg-orange-dark {
  background-color: #b76e06;
}

.bg-orange-darker {
  background-color: #855105;
}

.bg-orange-light {
  background-color: #f8a42b;
}

.bg-orange-lighter {
  background-color: #fde4bf;
}

.bg-orange-disabled {
  background-color: #e0b576;
}

.bg-purple {
  background-color: #6b5295;
}

.bg-purple-dark {
  background-color: #534074;
}

.bg-purple-darker {
  background-color: #3c2e53;
}

.bg-purple-light {
  background-color: #856cae;
}

.bg-purple-lighter {
  background-color: #d7cfe4;
}

.bg-purple-disabled {
  background-color: #a7a7a7;
}

.bg-red {
  background-color: #d32027;
}

.bg-red-dark {
  background-color: #a7191f;
}

.bg-red-darker {
  background-color: #7a1317;
}

.bg-red-light {
  background-color: #e3434a;
}

.bg-red-lighter {
  background-color: #f7c8ca;
}

.bg-red-disabled {
  background-color: #d1888b;
}

.bg-yellow {
  background-color: #fac913;
}

.bg-yellow-dark {
  background-color: #d5a905;
}

.bg-yellow-darker {
  background-color: #a48203;
}

.bg-yellow-light {
  background-color: #fbd445;
}

.bg-yellow-lighter {
  background-color: #fef7db;
}

.bg-yellow-disabled {
  background-color: #e7d48c;
}

.bg-white {
  background-color: #ffffff;
}

.bg-white-dark {
  background-color: #e6e6e6;
}

.bg-white-darker {
  background-color: #cccccc;
}

.text-1 {
  font-size: 2.0736rem;
}
@media (max-width: 480px) {
  .text-1 {
    font-size: 1.8144rem;
  }
}

.text-2 {
  font-size: 1.728rem;
}
@media (max-width: 480px) {
  .text-2 {
    font-size: 1.512rem;
  }
}

.text-3 {
  font-size: 1.44rem;
}
@media (max-width: 480px) {
  .text-3 {
    font-size: 1.26rem;
  }
}

.text-4 {
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .text-4 {
    font-size: 1.05rem;
  }
}

.text-5 {
  font-size: 1rem;
}
@media (max-width: 480px) {
  .text-5 {
    font-size: 0.875rem;
  }
}

.text-6 {
  font-size: 0.8333333333rem;
}
@media (max-width: 480px) {
  .text-6 {
    font-size: 0.7291666667rem;
  }
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.shadow-innner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.shadow-outline {
  box-shadow: 0 0 0 2px rgba(140, 195, 40, 0.75);
}

.shadow-none {
  box-shadow: none;
}

.dn-outline {
  outline: none;
}
.dn-outline:focus {
  box-shadow: 0 0 0 2px rgba(140, 195, 40, 0.75);
}

.m-0 {
  margin: 0rem;
}

.p-0 {
  padding: 0rem;
}

.m-1 {
  margin: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.p-3 {
  padding: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.p-4 {
  padding: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.p-8 {
  padding: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.p-12 {
  padding: 3rem;
}

.m-16 {
  margin: 4rem;
}

.p-16 {
  padding: 4rem;
}

.m-20 {
  margin: 5rem;
}

.p-20 {
  padding: 5rem;
}

.m-24 {
  margin: 6rem;
}

.p-24 {
  padding: 6rem;
}

.m-32 {
  margin: 8rem;
}

.p-32 {
  padding: 8rem;
}

.m-auto {
  margin: auto;
}

.p-auto {
  padding: auto;
}

.mt-0 {
  margin-top: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.pt-12 {
  padding-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.pt-16 {
  padding-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.pt-24 {
  padding-top: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.pt-32 {
  padding-top: 8rem;
}

.mt-auto {
  margin-top: auto;
}

.pt-auto {
  padding-top: auto;
}

.mr-0 {
  margin-right: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.mr-12 {
  margin-right: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.mr-16 {
  margin-right: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.mr-20 {
  margin-right: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.mr-32 {
  margin-right: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.mr-auto {
  margin-right: auto;
}

.pr-auto {
  padding-right: auto;
}

.mb-0 {
  margin-bottom: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.mb-auto {
  margin-bottom: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.ml-0 {
  margin-left: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.ml-12 {
  margin-left: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.ml-16 {
  margin-left: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.ml-20 {
  margin-left: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.ml-32 {
  margin-left: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.ml-auto {
  margin-left: auto;
}

.pl-auto {
  padding-left: auto;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

h1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

h2 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

h5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

b, strong {
  font-weight: bold !important;
}

details summary {
  display: block;
}

.base-app {
  overflow-x: hidden;
  overflow-y: auto;
}

ul, ol {
  padding-left: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

* {
  box-sizing: border-box;
}

#application {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 80rem;
  min-width: 20rem;
}
#application.hero-shot {
  margin: 0;
  max-width: none;
}

.titanic {
  float: none;
  z-index: -3800;
}

.sniper-mode {
  cursor: crosshair;
  zoom: 800%;
}

.align-right {
  text-align: right;
}

[category], .hide, .hide-true {
  display: none;
}

[ng-click], [href] {
  cursor: pointer;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.table {
  display: table;
}

.top-banner {
  position: absolute;
  background-color: #6E991F;
  width: 100%;
  height: 3rem;
  opacity: 1;
}
@media all and (max-width: 800px) {
  .top-banner {
    opacity: 0;
  }
}
.top-banner.red {
  background-color: #df5348;
}
.top-banner.blue {
  background-color: #44638e;
}

.init-show {
  display: none;
  padding-top: 2em;
  text-align: center;
}
.init-show img {
  width: 128px;
}

.print-only {
  display: none;
}

.sweet-alert > p {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 24rem;
}
@media all and (max-width: 720px) {
  .sweet-alert > p {
    max-height: 12rem;
  }
}

html, body {
  color: #000000;
  min-width: 320px;
  background-color: #fefefe;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 1280px) {
  html, body {
    height: 100%;
    width: 100%;
  }
}

pre {
  font-size: 0.8em;
}

hr {
  border: 1px dashed #ccc;
  border-bottom: 0px;
  margin: 1em 0;
}

a {
  font-weight: 400;
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover {
  color: inherit;
}
a:focus {
  color: inherit;
}
a:active {
  color: inherit;
}

.split, .heading, .list-group .item.heading, .profiles-state .profile .profile-info .headline, .list-group .item.split {
  display: flex;
}
.split .split-flex, .heading .split-flex, .list-group .item.heading .split-flex, .profiles-state .profile .profile-info .headline .split-flex, .profiles-state .profile .profile-info .headline .demographics, .split .profile-state .sections .section .section-header, .heading .profile-state .sections .section .section-header, .profiles-state .profile .profile-info .headline .profile-state .sections .section .section-header, .profile-state .sections .section .split .section-header, .profile-state .sections .section .heading .section-header, .profile-state .sections .section .profiles-state .profile .profile-info .headline .section-header, .profiles-state .profile .profile-info .profile-state .sections .section .headline .section-header, .list-group .item.split .split-flex {
  flex: 1;
}
.split .split-left, .heading .split-left, .list-group .item.heading .split-left, .profiles-state .profile .profile-info .headline .split-left, .list-group .item.split .split-left {
  text-align: left;
}
.split .split-right, .heading .split-right, .list-group .item.heading .split-right, .profiles-state .profile .profile-info .headline .split-right, .list-group .item.split .split-right {
  text-align: right;
}

.padded {
  padding: 1em;
}

.underline {
  text-decoration: underline;
}

.strong {
  font-weight: 600;
}

.danger, .emar-state .mar .allergy-list .anaphylaxis-true, .emar-state .mar .registration-list .anaphylaxis-true {
  color: #df5348 !important;
}

.strikethrough {
  text-decoration: line-through;
}

.small, .registration-state .registration-crebits .subcrebit {
  font-size: 0.9em;
}

.heavy {
  font-weight: 400;
}

.muted {
  color: #676767;
}

.oblique {
  font-style: oblique;
}

.monospace {
  font-family: monospace;
}

.form-actions {
  margin-top: 1em;
  display: flex;
}
.form-actions .left {
  flex: 1;
}
.form-actions .right {
  text-align: right;
  flex: 1;
}
.form-actions .btn:not(:first-child) {
  margin-left: 0.25em;
}

label.input {
  font-size: 12px;
  color: grey;
  font-weight: 500;
  margin-bottom: 3px;
  display: block;
}

.custom-message > :last-child {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.legal {
  text-align: center;
  margin-bottom: 1em;
}
.legal a {
  text-decoration: none;
}
.legal .copyright {
  color: #4d4d4d;
  font-weight: 400;
}
.legal .legal-links {
  margin-top: 0.5em;
  font-size: 0.8em;
}
.legal .legal-links a:hover {
  text-decoration: underline;
}

.flex-container {
  display: flex;
}
.flex-container .flex-1 {
  flex: 1;
}
.flex-container .flex-2 {
  flex: 2;
}
.flex-container .flex-3 {
  flex: 3;
}
.flex-container .flex-4 {
  flex: 4;
}

.transparent {
  opacity: 0 !important;
}

.flex-container-center {
  display: flex;
  justify-content: center;
}

.resolve-progress {
  pointer-events: none;
  z-index: 2001;
  width: 100%;
  height: 100%;
  position: absolute;
}
.resolve-progress .sk-spinner {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #6E991F;
  width: 64px;
  height: 64px;
}

.charge-standalone {
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.margin {
  margin: 0;
}
.margin.rpad-string {
  margin: 0.1rem;
}
.margin.bottom-five {
  margin-bottom: 5px;
}
.margin.bottom-ten {
  margin-bottom: 10px;
}
.margin.bottom-twenty {
  margin-bottom: 20px;
}
.margin.left-sixty {
  margin-left: 60px;
}
.margin.left-twenty-five {
  margin-left: 25px;
}
.margin.left-twenty {
  margin-left: 20px;
}
.margin.left-ten {
  margin-left: 10px;
}
.margin.right-five {
  margin-right: 5px;
}
.margin.right-ten {
  margin-right: 10px;
}
.margin.right-twenty {
  margin-right: 20px;
}
.margin.top-five {
  margin-top: 5px;
}
.margin.top-ten {
  margin-top: 10px;
}
.margin.top-twenty {
  margin-top: 20px;
}
.margin.top-thirty {
  margin-top: 30px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.blockify {
  display: block;
}

.inline-blockify {
  display: inline-block;
}

.talign-left {
  text-align: left;
}

.talign-right {
  text-align: right;
}

.center-text {
  text-align: center;
}

.bold {
  font-weight: bold;
}

a i[class^=fa] {
  text-decoration: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

#grecaptcha-v2-landing {
  width: fit-content;
  margin: auto;
}

.recaptcha2-swal > p {
  overflow-y: hidden;
}

@media (max-width: 1024px) {
  * {
    -webkit-overflow-scrolling: touch;
  }
}
.bulk-add-ons-directive {
  overflow-y: visible;
  margin: 2rem 0;
}
.bulk-add-ons-directive .add-ons-interface {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 1rem;
  grid-column-gap: 1.25rem;
  grid-template-areas: "searchBar ." "resultsHeader editorHeader" "results editor" "buttons buttons";
}
.bulk-add-ons-directive .add-ons-interface.no-gap {
  grid-row-gap: 0rem;
}
@media (max-width: 720px) {
  .bulk-add-ons-directive .add-ons-interface {
    grid-template-columns: 100%;
    grid-template-areas: "searchBar" "resultsHeader" "results" "editorHeader" "editor" "buttons";
  }
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results {
  grid-area: results;
  height: 12rem;
  flex: 1;
  min-width: 20rem;
}
@media (max-width: 720px) {
  .bulk-add-ons-directive .add-ons-interface .add-ons-results {
    overflow-x: hidden;
  }
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .results-header {
  display: flex;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .results-header.scroll-padding {
  padding-right: 10rem;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .results-box {
  height: 10rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .results-box .results-row {
  display: flex;
  font-size: 0.85rem;
  padding: 0.25rem;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .results-box .add-on-required {
  background-color: rgba(255, 131, 131, 0.5490196078);
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .input-cell {
  width: 2rem;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .name-cell {
  flex: 1;
  padding-right: 0.5rem;
  max-width: 8rem;
  min-width: 3rem;
  overflow-wrap: break-word;
  padding-right: 0.5rem;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .group-cell {
  flex: 1;
  text-align: center;
  max-width: 5rem;
  overflow-wrap: break-word;
  margin-right: 0.5rem;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .price-cell {
  flex: 1;
  text-align: center;
  max-width: 5rem;
  min-width: 3rem;
  margin-right: 0.5rem;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .price-cell.results {
  overflow-wrap: break-word;
  padding: 0;
  min-width: 0;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .capacity-cell {
  flex: 1;
  text-align: center;
  max-width: 5rem;
  margin-right: 0.5rem;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .capacity-cell.results {
  width: 2rem;
  text-align: right;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .expires-cell {
  flex: 1;
  text-align: right;
  margin-right: 1rem;
  max-width: 5rem;
  min-width: 4.5rem;
}
@media (max-width: 720px) {
  .bulk-add-ons-directive .add-ons-interface .add-ons-results .expires-cell {
    min-width: 3rem;
  }
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .required-cell {
  flex: 1;
  text-align: center;
  max-width: 5rem;
  min-width: 3rem;
  margin-right: 0.5rem;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .required-cell.results {
  flex: 0;
  width: 2rem;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-results .selected-cell {
  width: 2rem;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-editor {
  grid-area: editor;
  overflow-x: hidden;
  overflow-y: visible;
}
@media (max-width: 720px) {
  .bulk-add-ons-directive .add-ons-interface .add-ons-editor {
    width: 100%;
  }
}
.bulk-add-ons-directive .add-ons-interface .add-ons-editor .edit-fields {
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow-y: visible;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-editor .edit-fields .field-select {
  width: 6rem;
  margin-right: 1.5rem;
}
.bulk-add-ons-directive .add-ons-interface .add-ons-editor .edit-fields .field-input {
  flex: 1;
}
.bulk-add-ons-directive .add-ons-interface .button-row {
  grid-area: buttons;
  display: flex;
  justify-content: space-between;
}
.bulk-add-ons-directive .add-ons-interface .search-results-header {
  grid-area: resultsHeader;
}
.bulk-add-ons-directive .add-ons-interface .search-results-header h3 {
  margin: 0;
}
.bulk-add-ons-directive .add-ons-interface .editor-header {
  grid-area: editorHeader;
  margin: 0;
}
.bulk-add-ons-directive .name-input {
  grid-area: searchBar;
  display: flex;
}
.bulk-add-ons-directive .name-input.no-gap {
  padding-bottom: 1.5em;
}
.bulk-add-ons-directive .name-input .search-input {
  max-width: 20rem;
}
.bulk-add-ons-directive .name-input a.btn {
  align-self: flex-end;
  margin: 0 0 0.42rem 0.5rem;
  padding: 0.25rem 0.8rem;
  font-size: 0.85rem;
}

.anet-settings {
  margin-bottom: 1.5rem;
}
.anet-settings .button-switch-container {
  display: flex;
  justify-content: space-between;
}
.anet-settings .button-switch-container .button-switch {
  width: 20rem;
}
@media (max-width: 720px) {
  .anet-settings .button-switch-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.anet-settings .sync-reports .sync-row summary {
  display: flex;
}
.anet-settings .sync-reports .sync-label {
  font-weight: 600;
  flex: 1;
}
.anet-settings .sync-reports .sync-value {
  font-weight: 300;
}

attendance-audit {
  overflow: hidden;
}
attendance-audit .attendance-audit-directive > section {
  height: 100%;
  overflow-y: auto;
}
attendance-audit .spinner-container {
  width: 100%;
  text-align: center;
}
attendance-audit .header-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 400px) {
  attendance-audit .header-container .btn {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
attendance-audit .auditor-last-updated {
  text-decoration: underline;
}
attendance-audit .timeline-event {
  margin-top: 1rem;
}
attendance-audit .input-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
attendance-audit .input-container .input-stack {
  flex: 1;
  min-width: 18rem;
}
attendance-audit .input-container .input-stack:first-of-type {
  margin-right: 1rem;
}
attendance-audit .input-container .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
attendance-audit .input-container .buttons-right {
  justify-content: flex-end;
}
attendance-audit .new-buttons-container {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  attendance-audit .input-container .input-stack:first-of-type {
    margin-right: 0rem;
  }
}
attendance-audit .note-container {
  margin-bottom: 4rem;
}
attendance-audit .note-container .note-item {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
attendance-audit .note-container .note-item-small {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
attendance-audit .note-container .updated-and-buttons {
  display: flex;
  justify-content: space-between;
}

.attendance-auditor-list {
  display: flex;
  flex-direction: column;
}
.attendance-auditor-list .auditor-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.attendance-auditor-list .auditor-info .auditor-item {
  padding: 0.5rem;
}

.attendance-note {
  margin-bottom: 2rem;
}
.attendance-note [material-input=textarea]:not(.legacy) .text {
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
}
.attendance-note .buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.attendance-note .buttons div.priority-switch {
  max-width: 13rem;
  flex: 1;
}
.attendance-note .buttons div.priority-switch label {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}
.attendance-note .buttons div.priority-switch i[class^=fa].tooltip {
  padding: 0rem;
  padding-left: 0.25rem;
}
.attendance-note .buttons div.priority-switch.disabled-true .controls {
  opacity: 0.6;
}
.attendance-note .buttons .copy-btn {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.2rem;
  margin-left: 1rem;
  height: 2.5rem;
  max-width: 8rem;
  flex: 1;
}
.attendance-note .buttons .copy-btn span {
  vertical-align: middle;
}
@media screen and (max-width: 720px) {
  .attendance-note .buttons div.priority-switch {
    margin-bottom: 0.5rem;
    min-width: 100%;
    max-width: unset;
  }
  .attendance-note .buttons .copy-btn {
    margin: 0rem;
    max-width: unset;
  }
}

.attendance-profile-list {
  list-style: none;
  padding: 0rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.attendance-profile-list attendance-profile:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.attendance-profile-list attendance-profile:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.attendance-profile-list attendance-profile:hover {
  cursor: pointer;
  background-color: #e6e6e6;
}
.attendance-profile-list attendance-profile:hover .avatar-photo {
  background-color: #ffffff;
}
.attendance-profile-list attendance-profile:hover .info-container .bottom-row .tag {
  background-color: #ffffff;
}
.attendance-profile-list attendance-profile:hover .stopper {
  background: linear-gradient(to right, rgba(230, 230, 230, 0), #e6e6e6);
}

attendance-profile {
  display: flex;
  outline: none;
  padding: 0.5rem;
  border-width: 1px;
  border-top-width: 0px;
  border-color: #e6e6e6;
  border-style: solid;
  outline: none;
}
attendance-profile:focus {
  box-shadow: 0 0 0 2px rgba(140, 195, 40, 0.75);
}
attendance-profile:first-of-type {
  border-top-width: 1px;
}
attendance-profile.selected {
  border-color: #8cc328;
  border-width: 2px;
}
attendance-profile.selected + attendance-profile.selected {
  border-top-width: 0px;
}
attendance-profile.not-selectable {
  pointer-events: none;
  opacity: 0.5;
}
attendance-profile .avatar-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
attendance-profile .avatar.avatar-photo {
  font-size: 5rem;
  margin-right: 0.5rem;
}
attendance-profile .info-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: calc(100% - 6rem);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
attendance-profile .info-container .top-row {
  display: flex;
  justify-content: space-between;
}
attendance-profile .info-container .top-row .profile-info {
  margin-bottom: 1rem;
}
attendance-profile .info-container .top-row .auxiliary {
  color: #808080;
  font-size: 0.765rem;
}
attendance-profile .info-container .top-row .name {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  flex: 1;
  word-break: break-word;
}
attendance-profile .info-container .top-row .status {
  margin-top: -0.5rem;
  font-size: 1.5rem;
}
attendance-profile .info-container .stopper {
  position: relative;
  height: 1.5rem;
  top: 0;
  margin-top: -1.5rem;
  margin-left: auto;
  width: 2rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
attendance-profile .info-container .bottom-row {
  white-space: nowrap;
  overflow: hidden;
}
attendance-profile .info-container .bottom-row .tag-list {
  list-style: none;
  padding: 0rem;
}
attendance-profile .info-container .bottom-row .tag {
  display: inline-block;
  font-size: 0.765rem;
  font-weight: bold;
  background-color: #e6e6e6;
  padding: 0.25rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 800px) {
  attendance-profile .info-container .bottom-row {
    overflow-x: auto;
  }
  attendance-profile .info-container .bottom-row .stopper {
    width: 1rem;
  }
}

.avatar {
  background-color: #e6e6e6;
  border-radius: 50%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  line-height: 1em;
  width: 1em;
  height: 1em;
}
.avatar[size=sm] {
  font-size: 2rem;
}
.avatar[size=md] {
  font-size: 8rem;
}
.avatar[size=lg] {
  font-size: 20rem;
}
.avatar .placeholder {
  font-size: 0.65em;
  flex: 1;
  text-align: center;
  opacity: 0.3;
}
.avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.blackbaud-settings {
  margin-bottom: 1.5rem;
}
.blackbaud-settings .button-switch-container {
  display: flex;
  justify-content: space-between;
}
.blackbaud-settings .button-switch-container .button-switch {
  width: 20rem;
}
@media (max-width: 720px) {
  .blackbaud-settings .button-switch-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.bulk-coupons-directive {
  overflow-y: visible;
  margin: 2rem 0;
}
.bulk-coupons-directive .coupon-interface {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 1rem;
  grid-column-gap: 1.25rem;
  /*
  Grid-template-areas takes areas (names referring to chunks of html) and defines
  layout of grid. A '.' makes that particular grid empty, and areas can span across
  grids, like "buttons buttons".
  */
  grid-template-areas: "searchBar ." "resultsHeader editorHeader" "results editor" "buttons buttons";
}
.bulk-coupons-directive .coupon-interface.noGap {
  grid-row-gap: 0rem;
}
@media (max-width: 720px) {
  .bulk-coupons-directive .coupon-interface {
    grid-template-columns: 100%;
    grid-template-areas: "searchBar" "resultsHeader" "results" "editorHeader" "editor" "buttons";
  }
}
.bulk-coupons-directive .coupon-interface .coupon-results {
  grid-area: results;
  overflow: hidden;
  height: 12rem;
  flex: 1;
  min-width: 20rem;
}
@media (max-width: 720px) {
  .bulk-coupons-directive .coupon-interface .coupon-results {
    overflow-x: visible;
  }
}
.bulk-coupons-directive .coupon-interface .coupon-results .results-header {
  display: flex;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
}
.bulk-coupons-directive .coupon-interface .coupon-results .results-header.scroll-padding {
  padding-right: 10rem;
}
.bulk-coupons-directive .coupon-interface .coupon-results .results-box {
  height: 10rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.bulk-coupons-directive .coupon-interface .coupon-results .results-box .results-row {
  display: flex;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.bulk-coupons-directive .coupon-interface .coupon-results .input-cell {
  width: 2rem;
}
.bulk-coupons-directive .coupon-interface .coupon-results .code-cell {
  flex: 1;
  padding-right: 0.5rem;
  max-width: 8rem;
  min-width: 3rem;
  overflow-wrap: break-word;
  padding-right: 0.5rem;
}
.bulk-coupons-directive .coupon-interface .coupon-results .group-cell {
  flex: 1;
  text-align: center;
  max-width: 5rem;
  min-width: 3rem;
  overflow-wrap: break-word;
  padding-right: 0.5rem;
}
.bulk-coupons-directive .coupon-interface .coupon-results .amount-cell {
  flex: 1;
  text-align: center;
  max-width: 5rem;
  min-width: 3rem;
  padding-right: 0.5rem;
}
.bulk-coupons-directive .coupon-interface .coupon-results .capacity-cell {
  flex: 1;
  text-align: center;
  max-width: 5rem;
  min-width: 3rem;
  padding-right: 0.5rem;
}
.bulk-coupons-directive .coupon-interface .coupon-results .capacity-cell.results {
  flex: 0;
  width: 2rem;
}
.bulk-coupons-directive .coupon-interface .coupon-results .selected-cell {
  width: 2rem;
}
.bulk-coupons-directive .coupon-interface .coupon-results .expires-cell {
  flex: 1;
  text-align: right;
  padding-right: 0.5rem;
  max-width: 5rem;
  min-width: 3rem;
  padding-right: 0.5rem;
}
.bulk-coupons-directive .coupon-interface .coupon-results .expires-cell.header {
  text-align: center;
}
.bulk-coupons-directive .coupon-interface .coupon-editor {
  grid-area: editor;
  overflow-x: hidden;
  overflow-y: visible;
  height: 12rem;
}
@media (max-width: 750px) {
  .bulk-coupons-directive .coupon-interface .coupon-editor {
    width: 100%;
  }
}
.bulk-coupons-directive .coupon-interface .coupon-editor .edit-fields {
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow-y: visible;
}
.bulk-coupons-directive .coupon-interface .coupon-editor .edit-fields .field-select {
  width: 6rem;
  margin-right: 1.5rem;
}
.bulk-coupons-directive .coupon-interface .coupon-editor .edit-fields .field-input {
  flex: 1;
}
.bulk-coupons-directive .coupon-interface .button-row {
  grid-area: buttons;
  display: flex;
  justify-content: space-between;
}
.bulk-coupons-directive .coupon-interface .search-results-header {
  grid-area: resultsHeader;
}
.bulk-coupons-directive .coupon-interface .search-results-header h3 {
  margin: 0;
}
.bulk-coupons-directive .coupon-interface .editor-header {
  grid-area: editorHeader;
  margin: 0;
}
.bulk-coupons-directive .code-input {
  grid-area: searchBar;
  display: flex;
}
.bulk-coupons-directive .code-input.noGap {
  padding-bottom: 1.5em;
}
.bulk-coupons-directive .code-input .search-input {
  max-width: 20rem;
}
.bulk-coupons-directive .code-input a.btn {
  align-self: flex-end;
  margin: 0 0 0.42rem 0.5rem;
  padding: 0.25rem 0.8rem;
  font-size: 0.85rem;
}

.bulk-profile-registrations .fixed-width-table {
  table-layout: fixed;
  margin-bottom: 2rem;
}
.bulk-profile-registrations .fixed-width-table .reg-spacer {
  width: 2rem;
}
.bulk-profile-registrations .fixed-width-table .left-padded-checkbox {
  padding-left: 1rem;
}
.bulk-profile-registrations .fixed-width-table .reg-times {
  min-width: 18rem;
}
.bulk-profile-registrations .fixed-width-table .applied {
  font-weight: bold;
}
.bulk-profile-registrations .fixed-width-table .cancellation-fee {
  width: 10rem;
}
.bulk-profile-registrations .fixed-width-table .deactivate-total {
  font-size: 1rem;
}
.bulk-profile-registrations .fixed-width-table .deactivate-total.total {
  width: 20rem;
}
@media screen and (min-width: 600px) {
  .bulk-profile-registrations .fixed-width-table .deactivate-total .total {
    width: 17.5rem;
  }
}
@media screen and (min-width: 480px) {
  .bulk-profile-registrations .fixed-width-table .deactivate-total .total {
    width: 13rem;
  }
}

.bulk-reg-deactivate-directive {
  margin-bottom: 0.5rem;
}

.bulk-tags-directive .button-column {
  width: 15%;
}
.bulk-tags-directive .tag-name-column {
  text-overflow: ellipsis;
  width: 25%;
}
.bulk-tags-directive .tag-value-column {
  width: 60%;
}

.cancellation-request-actions .button-row {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cancellation-request-actions .button-row.space-between {
  justify-content: space-between;
}
.cancellation-request-actions .button-row .btn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  min-width: 8rem;
}

.checkbox-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.checkbox-list .checkbox-list-item {
  display: flex;
  align-content: center;
  margin: 0.75rem 0;
  padding: 0 0.5rem;
  width: 100%;
}
.checkbox-list .checkbox-list-item .checkbox-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0.25rem 0 0;
}
.checkbox-list .checkbox-list-item .checkbox-container .pseudo-checkbox > .check-wrapper {
  color: grey;
}
.checkbox-list .checkbox-list-item .checkbox-container .pseudo-checkbox > .check-wrapper.checked {
  color: #6E991F;
}
.checkbox-list .checkbox-list-item .checkbox-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
.checkbox-list .checkbox-list-item .checkbox-text p {
  margin: 0;
}

.crebit-tag-directive .crebit-tag {
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.2rem 0.36rem;
  min-width: fit-content;
}
.crebit-tag-directive .crebit-tag.black {
  background-color: #000000;
  color: #fefefe;
}
.crebit-tag-directive .crebit-tag.blue {
  background-color: #44638e;
  color: #fefefe;
}
.crebit-tag-directive .crebit-tag.green {
  background-color: #6E991F;
  color: #fefefe;
}
.crebit-tag-directive .crebit-tag.grey {
  background-color: grey;
  color: #fefefe;
}
.crebit-tag-directive .crebit-tag.light-purple {
  background-color: #856cae;
  color: #fefefe;
}
.crebit-tag-directive .crebit-tag.orange {
  background-color: orange;
  color: #fefefe;
}
.crebit-tag-directive .crebit-tag.pink {
  background-color: #eea49f;
  color: #000000;
}
.crebit-tag-directive .crebit-tag.purple {
  background-color: #6b5295;
  color: #fefefe;
}
.crebit-tag-directive .crebit-tag.red {
  background-color: #df5348;
  color: #fefefe;
}
.crebit-tag-directive .crebit-tag.yellow {
  background-color: #fbb450;
  color: #000000;
}
.crebit-tag-directive .crebit-tag.negative {
  background-color: #6E991F !important;
  color: #fefefe !important;
}
.crebit-tag-directive .crebit-container {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 25rem;
}
@media (max-width: 1024px) {
  .crebit-tag-directive .crebit-container {
    width: 20rem;
  }
}
@media (max-width: 400px) {
  .crebit-tag-directive .crebit-container {
    width: 4.3rem;
  }
}
.crebit-tag-directive .crebit-description {
  margin-left: 0.25em;
}

.daxko-settings {
  margin-bottom: 1.5rem;
}
.daxko-settings .button-switch-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.daxko-settings .button-switch-container .button-switch {
  width: 20rem;
}
@media (max-width: 720px) {
  .daxko-settings .button-switch-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.days-of-the-week-checkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.days-of-the-week-checkbox .day {
  list-style-type: none;
}
.days-of-the-week-checkbox .check-wrapper {
  color: #676767;
}
.days-of-the-week-checkbox .check-wrapper .day-display {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", "Helvetica", "arial", sans-serif;
}
.days-of-the-week-checkbox .check-wrapper.checked {
  color: #25416c;
}
.days-of-the-week-checkbox .check-wrapper.checked .day-display {
  color: #ffffff;
}

.display-module {
  margin-left: 1em;
}
.display-module .item-title {
  text-decoration: underline;
}
.display-module .item-data {
  display: inline-block;
}
.display-module .encrypted .inline-row {
  margin-top: 5px;
}
.display-module .encrypted .encrypted-placeholder {
  padding: 10px;
}
.display-module .encrypted a.btn {
  font-size: 0.65em;
}
.display-module .immunizations p.timestamp {
  margin: 0 0 0 0.5rem;
}
.display-module .limited-width-table {
  width: 80%;
}
.display-module .otc-table {
  width: 60%;
}
@media screen and (max-width: 800px) {
  .display-module .otc-table {
    width: 80%;
  }
}
.display-module .otc-auths .unauthorized {
  color: red;
}
.display-module .centered {
  text-align: center;
}

.feed {
  font-size: 0.9rem;
  line-height: 20px;
}
.feed [event] {
  margin-bottom: 1rem;
}
.feed [event] .main {
  display: flex;
}
.feed [event] .main .imagery {
  height: 64px;
  width: 64px;
  border: 1px solid #b3b3b3;
  border-radius: 50%;
  margin-right: 0.5rem;
  text-align: center;
  line-height: 60px;
  font-size: 2rem;
}
.feed [event] .main .details {
  flex: 1;
}
.feed [event] .main .details .title .profile-link a.name {
  text-decoration: none;
  font-weight: 600;
}
.feed [event] .main .details .title .profile-link .bullet {
  margin: 0 2px;
  color: grey;
}
.feed [event] .main .details .title .target-link {
  text-decoration: none;
}
.feed [event] .main .details .title .time-ago {
  font-size: 0.8rem;
  font-style: oblique;
  color: grey;
  margin-left: 5px;
}
.feed [event] .main .details .text {
  color: #676767;
  font-size: 0.8rem;
}

.export-directive .col-input {
  margin-left: 0.5em;
}
.export-directive .button-container .allergy-tooltip {
  color: #F89406;
}
.export-directive .button-container i {
  padding-top: 0.05rem;
  vertical-align: middle;
}

.filter-builder .instruction-header {
  font-weight: 500 !important;
}
.filter-builder .push-true {
  padding-left: 3em !important;
}
.filter-builder .filter-set {
  margin-bottom: -0.5em;
}
.filter-builder .filter-set .additional-filter {
  line-height: 40px;
  padding: 0px 10px;
}
.filter-builder .filter-set .remove-filter {
  line-height: 60px;
  padding: 0 1em;
}
.filter-builder .filter-set .option-margin {
  margin: -1rem 17rem 0 0;
}
.filter-builder .loading-new-filter {
  font-weight: 500;
  font-size: 1rem;
  padding-top: 0.5rem;
}
.filter-builder .profiles-selected {
  font-weight: 500;
  font-size: 1rem;
  padding-top: 0.5rem;
}
.filter-builder .add-condition {
  padding-right: 3.3em;
}
.filter-builder .save-list-name {
  padding-top: 0;
}
.filter-builder .cancel-btn {
  margin-right: 10px;
}
.filter-builder .really-delete {
  padding-right: 3.3em;
}
.filter-builder .date-time-directive > [material-input]:not(.legacy) {
  padding: 0;
}

#flash {
  color: #000000;
  position: absolute;
  top: 60px;
  right: 75px;
  width: 210px;
  word-wrap: break-word;
  z-index: 1000;
  text-align: center;
  line-height: 25px;
  font-size: 1em;
  font-weight: 400;
  background-color: #fefefe;
  border-radius: 0.375em;
  padding: 1em;
  transition: all 0.5s ease;
  border: 2px solid #7dae23;
}
#flash.text-false {
  display: none;
}
#flash.text-false .text {
  opacity: 0;
}
#flash.text-true {
  display: visible;
}
#flash.text-true .text {
  opacity: 1;
}

.tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1rem;
  margin-right: -1rem;
}
.tab-nav .tab-nav-item [type=radio] {
  display: none;
}
.tab-nav .tab-nav-item label {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  display: block;
  font-weight: 400;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .tab-nav .tab-nav-item label {
    font-size: 1.05rem;
  }
}
.tab-nav .tab-nav-item label:hover {
  color: #506f16;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.tab-nav .tab-nav-item label:focus {
  outline: none;
}
.tab-nav .tab-nav-item label:focus:focus {
  box-shadow: 0 0 0 2px rgba(140, 195, 40, 0.75);
}
.tab-nav .tab-nav-item.active label {
  background-color: #ceea9a;
  color: #31440e;
  font-weight: 600;
  text-decoration: none;
}

.health-log-entry {
  border-bottom: 1px solid #cdcdcd;
  cursor: pointer;
}
.health-log-entry.draft-true {
  color: #df5348;
}
.health-log-entry.locked-true {
  background: rgba(110, 153, 31, 0.1);
}
.health-log-entry.locked-true .summary:hover {
  background: none !important;
}
.health-log-entry.left-border-true {
  border-left: 4px solid #6E991F;
  border-bottom: 1px solid silver;
  border-top: 1px solid silver;
  margin: 1em 0 2em 0;
}
.health-log-entry.full-page-true {
  border-bottom: none !important;
}
.health-log-entry.full-page-true .summary:hover {
  background: #fefefe !important;
}
.health-log-entry p {
  margin: 0;
}
.health-log-entry .summary {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.health-log-entry .summary:hover {
  background: #f3f3f3;
}
.health-log-entry .summary .date {
  flex: 1;
}
.health-log-entry .summary .complaint {
  flex: 1.5;
  font-weight: 400;
}
.health-log-entry .summary .entry-profile {
  flex: 1.3;
}
.health-log-entry .summary .entry-provider {
  flex: 1;
}
.health-log-entry .summary .utils {
  text-align: right;
  flex: 0.6;
}
.health-log-entry .summary .utils a {
  text-decoration: none;
}
.health-log-entry .details {
  padding: 0.5rem;
  border-top: 1px dashed #d9d9d9;
}
.health-log-entry .details .item-model {
  display: flex;
}
.health-log-entry .details .item-model.addendum {
  margin-bottom: 1.5rem;
}
.health-log-entry .details .item-model.addendum-last-true {
  margin-bottom: 1em;
}
.health-log-entry .details .item-model .item-heading {
  font-weight: 400;
  flex: 1.5;
}
.health-log-entry .details .item-model .item-value {
  flex: 2.5;
  text-align: left;
}
.health-log-entry .details .item-model .filler {
  flex: 1;
}
.health-log-entry .details .item-model .filler-right {
  flex: 0.3;
}

.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
}

.ng-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index: 10000;
  position: fixed;
  width: 50%; /* Default */
  /* Center the dialog */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: #fefefe;
  box-shadow: 4px 4px 80px #000000;
}

.ng-modal-dialog-content {
  padding: 1em;
  padding-top: 2.2em;
  text-align: center;
  height: 75vh;
}
.ng-modal-dialog-content .split, .ng-modal-dialog-content .heading, .ng-modal-dialog-content .list-group .item.heading, .list-group .ng-modal-dialog-content .item.heading, .ng-modal-dialog-content .profiles-state .profile .profile-info .headline, .profiles-state .profile .profile-info .ng-modal-dialog-content .headline, .ng-modal-dialog-content .list-group .item.split, .list-group .ng-modal-dialog-content .item.split {
  height: 100%;
}
.ng-modal-dialog-content img {
  max-width: 100%;
  width: auto;
  max-height: 60vh;
}
.ng-modal-dialog-content .previews {
  height: 90%;
  overflow-y: auto;
}
.ng-modal-dialog-content .previews img {
  border: 1px solid grey;
  display: block;
  padding: 0.5em;
  width: 100px;
  height: 100px;
  opacity: 0.3;
}
.ng-modal-dialog-content .previews img.current-true {
  opacity: 1;
}

.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
}

[material-input].legacy {
  position: relative;
  padding: 0.5em 0;
}
[material-input].legacy.signature input {
  text-align: center;
  font-family: "Satisfy";
  font-size: 1.2em;
}
[material-input].legacy.mono input {
  font-family: monospace;
  font-size: 1.2em;
}
[material-input].legacy[type=select] .input-area, [material-input].legacy[type=date] .input-area, [material-input].legacy[type=time] .input-area {
  margin-top: 5px;
  margin-bottom: -10px;
}
[material-input].legacy[type=select] .optgroup-header, [material-input].legacy[type=date] .optgroup-header, [material-input].legacy[type=time] .optgroup-header {
  font-weight: bold;
}
[material-input].legacy[type=text-area] .input-area {
  line-height: 18px;
}
[material-input].legacy[type=text-area] .input-area textarea {
  line-height: 18px;
}
[material-input].legacy[type=checkbox], [material-input].legacy[material-input=checkbox] {
  padding: 0.1875em 0;
}
[material-input].legacy[type=checkbox] .input-area, [material-input].legacy[material-input=checkbox] .input-area {
  line-height: 24px;
}
[material-input].legacy .input-area {
  display: flex;
  line-height: 36px;
}
[material-input].legacy .input-area .controls {
  flex: 1;
}
[material-input].legacy:last-child {
  margin-bottom: 0;
}
[material-input].legacy input[type=text], [material-input].legacy input[type=password], [material-input].legacy input[type=email], [material-input].legacy input[type=number], [material-input].legacy textarea {
  max-width: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  outline: none;
  border: 0;
  padding: 0 0.125em;
  margin: 0;
}
[material-input].legacy[type=radio] {
  font-size: 0.9em;
  font-weight: 400;
}
[material-input].legacy[type=radio] .input-area {
  line-height: 24px;
}
[material-input].legacy[type=radio] .input-area input {
  margin: 0 0.5em;
}
[material-input].legacy[type=radio].inline label.radio {
  display: inline-block;
  margin-right: 1em;
}
[material-input].legacy[type=radio].inline label.radio:last-child {
  margin-right: 0;
}
[material-input].legacy input[type=checkbox] {
  margin-right: 0.5em;
  line-height: 28px;
}
[material-input].legacy label.checkbox {
  opacity: 0.7;
  font-size: 0.9em;
  font-weight: 400;
  transition: opacity 0.3s ease;
}
[material-input].legacy label.checkbox.checked-true {
  opacity: 1;
}
[material-input].legacy label.radio, [material-input].legacy label.checkbox {
  cursor: pointer;
  display: block;
}
[material-input].legacy label.top {
  position: relative;
  height: 0px;
  padding: 0 0.125em;
  color: grey;
  font-weight: 500;
  pointer-events: none;
  transition: color 0.1s ease;
  transition: height 0.1s linear, font-size 0.1s linear;
  display: flex;
}
[material-input].legacy label.top.focus-true, [material-input].legacy label.top.has-value-true {
  height: auto;
  top: 0px;
  font-size: 0.75em;
  transition: height 0.1s linear, font-size 0.1s linear;
}
[material-input].legacy label.top.invalid-true {
  transition: color 0.1s ease;
  color: #df5348;
}
[material-input].legacy label.top .text {
  flex: 1;
}
[material-input].legacy label.top .icon {
  line-height: 16px;
  margin-right: 0.3em;
}
[material-input].legacy label.top .icon.red {
  color: #d45c53;
}
[material-input].legacy .validation-feedback {
  font-style: oblique;
  opacity: 0;
  display: block;
  color: #df5348;
  font-size: 0.75em;
  font-weight: 400;
  padding: 0em;
  pointer-events: none;
  height: 0px;
  transition: opacity 0.1s ease, height 0.1s ease;
  display: flex;
}
[material-input].legacy .validation-feedback.feedback-true {
  transition: opacity 0.1s ease, height 0.1s ease;
  padding: 0.25em;
  height: 20px;
  opacity: 1;
}
[material-input].legacy .validation-feedback .text {
  flex: 1;
}
[material-input].legacy .validation-feedback .icon {
  text-align: right;
  flex: 0.1;
}
[material-input].legacy .underline {
  position: relative;
  display: block;
  height: 0.25em;
}
[material-input].legacy .underline .base {
  height: inherit;
  border-bottom: 2px solid grey;
}
[material-input].legacy .underline .focus {
  position: absolute;
  top: 0px;
  margin: 0px auto;
  height: inherit;
  width: 0%;
  background-color: #6E991F;
  transition: width 0.3s ease;
}
[material-input].legacy .underline .focus.focus-true {
  width: 100%;
  transition: width 0.5s ease;
}
[material-input].legacy .underline .invalid {
  position: absolute;
  top: 0px;
  margin: 0px auto;
  height: inherit;
  width: 0%;
  background-color: #df5348;
  transition: width 0.3s ease;
}
[material-input].legacy .underline .invalid.invalid-true {
  transition: width 0.5s ease;
  width: 100%;
}
[material-input].legacy .required-true.has-value-false .underline .base {
  border-color: #df5348;
}
[material-input].legacy .disabled-true {
  cursor: not-allowed;
}
[material-input].legacy .disabled-true .underline .base {
  border-bottom: 2px dotted grey;
}
[material-input].legacy .disabled-true .underline .invalid {
  display: none;
}
[material-input].legacy .disabled-true .validation-feedback {
  display: none;
}
[material-input].legacy .disabled-true label {
  color: grey !important;
  cursor: not-allowed;
}
[material-input].legacy .disabled-true input, [material-input].legacy .disabled-true textarea {
  -webkit-text-fill-color: grey;
  color: grey;
  cursor: not-allowed;
}

.autocomplete {
  z-index: 5;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  background-color: #fefefe;
  max-height: 300px;
  overflow: auto;
}
.autocomplete .ac-entry {
  padding: 4px;
}
.autocomplete .ac-entry:hover {
  cursor: pointer;
  background-color: rgba(204, 204, 204, 0.6);
}

.inline-input {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5em;
}
.inline-input material-input, .inline-input [material-input] {
  flex: 1;
  margin: 0 0.5em;
}
.inline-input material-input.flex-2, .inline-input [material-input].flex-2 {
  flex: 2;
}
.inline-input material-input.flex-3, .inline-input [material-input].flex-3 {
  flex: 3;
}
.inline-input material-input.flex-4, .inline-input [material-input].flex-4 {
  flex: 4;
}
.inline-input a.btn {
  margin: 0.5em 0 0.625em 0;
  padding: 0 0.5rem;
  padding-top: 0.5625em;
}
.inline-input .inline-button a.btn {
  height: 36px;
  margin: 0 0.5rem;
  padding-top: 9px;
}
.inline-input .inline-button.inline-button-label {
  margin-top: 23px;
}

:invalid {
  box-shadow: none;
}

.input-spacer {
  margin: 1em 0;
}
.input-spacer:first-child {
  margin-top: 0em;
}
.input-spacer:last-child {
  margin-bottom: 0em;
}

.icon-prompt {
  color: #999999;
  margin-right: 4px;
}

[material-input]:not(.legacy) {
  position: relative;
  font-size: 1rem;
  padding: 0.2rem 0;
}
[material-input]:not(.legacy).signature input {
  font-family: "Satisfy";
  font-size: 1.2em;
}
[material-input]:not(.legacy) .required-true .asterisk {
  padding-right: 3px;
}
[material-input]:not(.legacy) .required-true.has-value-false input, [material-input]:not(.legacy) .required-true.has-value-false textarea {
  border: 2px solid #e5aca7;
}
[material-input]:not(.legacy) .required-true.has-value-false .asterisk {
  color: #df5348;
}
[material-input]:not(.legacy) .required-true.has-value-false .selectize-input {
  border: 2px solid #e5aca7 !important;
}
[material-input]:not(.legacy) .required-true.has-value-false .dropzone {
  border: 2px solid #e5aca7 !important;
}
[material-input]:not(.legacy) .required-true.has-value-false.type-radio .input-area {
  border: 2px dotted #e5aca7;
}
[material-input]:not(.legacy) .required-true.has-value-false.type-buttonSwitch .input-area {
  border: 2px dotted #e5aca7;
  border-radius: 5px;
}
[material-input]:not(.legacy) .required-true.has-value-false.type-checkbox .input-area {
  border: 2px dotted #e5aca7;
}
[material-input]:not(.legacy).fix-label {
  margin-top: 1.1rem;
}
[material-input]:not(.legacy) .icon-prompt {
  position: absolute;
  left: 8px;
}
[material-input]:not(.legacy) input[type=text], [material-input]:not(.legacy) input[type=password], [material-input]:not(.legacy) input[type=email], [material-input]:not(.legacy) input[type=number], [material-input]:not(.legacy) input[type=tel], [material-input]:not(.legacy) textarea, [material-input]:not(.legacy) input[type=mde], [material-input]:not(.legacy) .CodeMirror {
  width: 100%;
  max-width: 100%;
  background-color: #fefefe;
  background-image: none;
  border: 2px solid #DDD;
  outline: none;
  color: grey;
  padding: 0.375em 0.5em;
  margin: 0;
  padding-bottom: 0.4375em;
  transition: border-color 0.3s ease, color 0.3s ease;
}
[material-input]:not(.legacy) input[type=text]:focus, [material-input]:not(.legacy) input[type=text].CodeMirror-focused, [material-input]:not(.legacy) input[type=password]:focus, [material-input]:not(.legacy) input[type=password].CodeMirror-focused, [material-input]:not(.legacy) input[type=email]:focus, [material-input]:not(.legacy) input[type=email].CodeMirror-focused, [material-input]:not(.legacy) input[type=number]:focus, [material-input]:not(.legacy) input[type=number].CodeMirror-focused, [material-input]:not(.legacy) input[type=tel]:focus, [material-input]:not(.legacy) input[type=tel].CodeMirror-focused, [material-input]:not(.legacy) textarea:focus, [material-input]:not(.legacy) textarea.CodeMirror-focused, [material-input]:not(.legacy) input[type=mde]:focus, [material-input]:not(.legacy) input[type=mde].CodeMirror-focused, [material-input]:not(.legacy) .CodeMirror:focus, [material-input]:not(.legacy) .CodeMirror.CodeMirror-focused {
  border-color: #86ac3f;
  color: #000000;
  transition: border-color 0.3s ease, color 0.3s ease;
}
[material-input]:not(.legacy) input[type=text].invalid-true, [material-input]:not(.legacy) input[type=password].invalid-true, [material-input]:not(.legacy) input[type=email].invalid-true, [material-input]:not(.legacy) input[type=number].invalid-true, [material-input]:not(.legacy) input[type=tel].invalid-true, [material-input]:not(.legacy) textarea.invalid-true, [material-input]:not(.legacy) input[type=mde].invalid-true, [material-input]:not(.legacy) .CodeMirror.invalid-true {
  border-color: #d45c53;
  color: #d45c53;
  transition: border-color 0.3s ease, color 0.3s ease;
}
[material-input]:not(.legacy) input[type=text].icon-indent-true, [material-input]:not(.legacy) input[type=password].icon-indent-true, [material-input]:not(.legacy) input[type=email].icon-indent-true, [material-input]:not(.legacy) input[type=number].icon-indent-true, [material-input]:not(.legacy) input[type=tel].icon-indent-true, [material-input]:not(.legacy) textarea.icon-indent-true, [material-input]:not(.legacy) input[type=mde].icon-indent-true, [material-input]:not(.legacy) .CodeMirror.icon-indent-true {
  padding-left: 2rem;
}
[material-input]:not(.legacy)[type=date] {
  min-width: 200px;
}
[material-input]:not(.legacy)[type=select] .input-area, [material-input]:not(.legacy)[type=date] .input-area, [material-input]:not(.legacy)[type=time] .input-area, [material-input]:not(.legacy)[material-input=select] .input-area, [material-input]:not(.legacy)[material-input=date] .input-area, [material-input]:not(.legacy)[material-input=time] .input-area {
  margin-bottom: -10px;
}
[material-input]:not(.legacy)[type=select] .optgroup-header, [material-input]:not(.legacy)[type=date] .optgroup-header, [material-input]:not(.legacy)[type=time] .optgroup-header, [material-input]:not(.legacy)[material-input=select] .optgroup-header, [material-input]:not(.legacy)[material-input=date] .optgroup-header, [material-input]:not(.legacy)[material-input=time] .optgroup-header {
  font-weight: bold;
}
[material-input]:not(.legacy)[type=select] .selectize-input, [material-input]:not(.legacy)[type=date] .selectize-input, [material-input]:not(.legacy)[type=time] .selectize-input, [material-input]:not(.legacy)[material-input=select] .selectize-input, [material-input]:not(.legacy)[material-input=date] .selectize-input, [material-input]:not(.legacy)[material-input=time] .selectize-input {
  border: 2px solid #DDD !important;
  border-radius: 0;
  padding: 7px !important;
}
[material-input]:not(.legacy)[type=text-area] .input-area, [material-input]:not(.legacy)[material-input=text-area] .input-area, [material-input]:not(.legacy)[material-input=mde] .input-area {
  line-height: 18px;
}
[material-input]:not(.legacy)[type=text-area] .input-area textarea, [material-input]:not(.legacy)[material-input=text-area] .input-area textarea, [material-input]:not(.legacy)[material-input=mde] .input-area textarea {
  line-height: 18px;
}
[material-input]:not(.legacy)[type=password] .caps-lock-icon, [material-input]:not(.legacy)[material-input=password] .caps-lock-icon {
  position: absolute;
  left: 8px;
  margin-right: 4px;
  color: #F89406;
}
[material-input]:not(.legacy)[type=password] .show-password-icon, [material-input]:not(.legacy)[material-input=password] .show-password-icon {
  position: absolute;
  right: 8px;
  margin-left: 4px;
  color: grey;
}
[material-input]:not(.legacy)[type=password] input, [material-input]:not(.legacy)[material-input=password] input {
  padding-right: 2rem;
}
[material-input]:not(.legacy)[type=password] i.fa-eye, [material-input]:not(.legacy)[type=password] i.fa-eye-slash, [material-input]:not(.legacy)[material-input=password] i.fa-eye, [material-input]:not(.legacy)[material-input=password] i.fa-eye-slash {
  transform: scale(1.25);
}
[material-input]:not(.legacy)[type=checkbox], [material-input]:not(.legacy)[material-input=checkbox] {
  padding: 0.1875em 0;
}
[material-input]:not(.legacy)[type=checkbox] .input-area, [material-input]:not(.legacy)[material-input=checkbox] .input-area {
  line-height: 24px;
}
[material-input]:not(.legacy) .input-area {
  display: flex;
  position: relative;
  line-height: 36px;
}
[material-input]:not(.legacy) .input-area .controls {
  flex: 1;
}
[material-input]:not(.legacy) .input-area input {
  line-height: normal;
}
[material-input]:not(.legacy):last-child {
  margin-bottom: 0;
}
[material-input]:not(.legacy)[type=radio], [material-input]:not(.legacy)[material-input=radio] {
  font-size: 0.85rem;
  font-weight: 400;
}
[material-input]:not(.legacy)[type=radio] .input-area, [material-input]:not(.legacy)[material-input=radio] .input-area {
  padding: 0.5em;
  line-height: 24px;
}
[material-input]:not(.legacy)[type=radio] .input-area input, [material-input]:not(.legacy)[material-input=radio] .input-area input {
  margin: 0 0.5em;
}
[material-input]:not(.legacy)[type=radio] .required-true.has-value-false .input-area, [material-input]:not(.legacy)[material-input=radio] .required-true.has-value-false .input-area {
  border: 1px dashed #df5348;
}
[material-input]:not(.legacy)[type=radio].inline label.radio, [material-input]:not(.legacy)[material-input=radio].inline label.radio {
  display: inline-block;
  margin-right: 1em;
}
[material-input]:not(.legacy)[type=radio].inline label.radio:last-child, [material-input]:not(.legacy)[material-input=radio].inline label.radio:last-child {
  margin-right: 0;
}
[material-input]:not(.legacy) input[type=checkbox] {
  margin-right: 0.5em;
  line-height: 28px;
}
[material-input]:not(.legacy) label.checkbox {
  opacity: 0.7;
  font-size: 0.85rem;
  font-weight: 400;
  transition: opacity 0.3s ease;
}
[material-input]:not(.legacy) label.checkbox.checked-true {
  opacity: 1;
}
[material-input]:not(.legacy) label.radio, [material-input]:not(.legacy) label.checkbox {
  cursor: pointer;
  display: block;
}
[material-input]:not(.legacy) label.top,
[material-input]:not(.legacy) .input-label.top {
  display: inline-block;
  position: relative;
  height: 0px;
  padding: 0.125em;
  font-weight: 400;
  color: grey;
  pointer-events: none;
  transition: color 0.1s ease;
  transition: height 0.1s linear, font-size 0.1s linear;
}
[material-input]:not(.legacy) label.top.focus-true, [material-input]:not(.legacy) label.top.has-value-true,
[material-input]:not(.legacy) .input-label.top.focus-true,
[material-input]:not(.legacy) .input-label.top.has-value-true {
  height: auto;
  top: 0px;
  font-size: 0.85rem;
  transition: height 0.1s linear, font-size 0.1s linear;
}
[material-input]:not(.legacy) label.top.invalid-true,
[material-input]:not(.legacy) .input-label.top.invalid-true {
  transition: color 0.1s ease;
  color: #df5348;
}
[material-input]:not(.legacy) label.top .icon-area,
[material-input]:not(.legacy) .input-label.top .icon-area {
  position: relative;
  text-align: center;
  margin-top: -0.2rem;
  padding-left: 0.3rem;
}
[material-input]:not(.legacy) label.top .icon-area .icon.red,
[material-input]:not(.legacy) .input-label.top .icon-area .icon.red {
  color: #d45c53;
}
[material-input]:not(.legacy) .validation-feedback {
  font-style: oblique;
  opacity: 0;
  display: block;
  color: #df5348;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0em;
  pointer-events: none;
  height: 0px;
  transition: opacity 0.1s ease, height 0.1s ease;
  display: flex;
}
[material-input]:not(.legacy) .validation-feedback.feedback-true {
  transition: opacity 0.1s ease, height 0.1s ease;
  padding: 0.25em;
  height: 20px;
  opacity: 1;
}
[material-input]:not(.legacy) .validation-feedback .text {
  flex: 1;
}
[material-input]:not(.legacy) .validation-feedback .icon {
  margin-right: 0.5rem;
}
[material-input]:not(.legacy) .char-count-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3a393a;
  font-size: 0.8em;
}
[material-input]:not(.legacy) .char-count-container p {
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
}
[material-input]:not(.legacy) .char-count-container .right {
  margin-left: auto;
}
[material-input]:not(.legacy) .char-count-container .left {
  margin-right: auto;
}
[material-input]:not(.legacy) .underline {
  display: none;
}
[material-input]:not(.legacy) .disabled-true, [material-input]:not(.legacy) .readonly-true {
  cursor: not-allowed;
}
[material-input]:not(.legacy) .disabled-true .validation-feedback, [material-input]:not(.legacy) .readonly-true .validation-feedback {
  display: none;
}
[material-input]:not(.legacy) .disabled-true .switch-button, [material-input]:not(.legacy) .disabled-true form, [material-input]:not(.legacy) .readonly-true .switch-button, [material-input]:not(.legacy) .readonly-true form {
  pointer-events: none;
}
[material-input]:not(.legacy) .disabled-true label,
[material-input]:not(.legacy) .disabled-true .input-label, [material-input]:not(.legacy) .readonly-true label,
[material-input]:not(.legacy) .readonly-true .input-label {
  color: grey !important;
  cursor: not-allowed;
}
[material-input]:not(.legacy) .disabled-true .input-label, [material-input]:not(.legacy) .readonly-true .input-label {
  opacity: 0.5;
}
[material-input]:not(.legacy) .disabled-true input, [material-input]:not(.legacy) .disabled-true textarea, [material-input]:not(.legacy) .readonly-true input, [material-input]:not(.legacy) .readonly-true textarea {
  -webkit-text-fill-color: grey;
  color: grey;
  opacity: 0.5;
  background-color: #fafafa;
  cursor: not-allowed;
}
[material-input]:not(.legacy) .disabled-true input[type=checkbox], [material-input]:not(.legacy) .disabled-true input[type=radio], [material-input]:not(.legacy) .readonly-true input[type=checkbox], [material-input]:not(.legacy) .readonly-true input[type=radio] {
  opacity: 1;
}

div[material-input].legacy .char-count-container {
  margin-top: 0.5em;
}

.autocomplete {
  z-index: 5;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
  background-color: #fefefe;
  max-height: 300px;
  overflow: auto;
}
.autocomplete .ac-entry {
  padding: 4px;
}
.autocomplete .ac-entry:hover {
  cursor: pointer;
  background-color: rgba(204, 204, 204, 0.6);
}

.instruction-text-directive {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.instruction-text-directive .mar-left {
  margin-left: 0.5rem;
}
.instruction-text-directive p {
  margin-top: 0;
}

.interval .button-switch {
  width: 10rem;
}

.invoice-ledger .animate-repeat.ng-move,
.invoice-ledger .animate-repeat.ng-enter,
.invoice-ledger .animate-repeat.ng-leave {
  transition: all linear 0s;
}
.invoice-ledger .split-space-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.25rem;
}
.invoice-ledger .split-space-between .button-switch {
  width: 12rem;
}
.invoice-ledger .split-space-between .ledger-btns {
  margin-left: 0.5rem;
}
.invoice-ledger .dib {
  display: inline-block;
}

.merchant-processing-settings-directive {
  margin-bottom: 1.5rem;
}
.merchant-processing-settings-directive .button-switch-container {
  display: flex;
  justify-content: space-between;
}
.merchant-processing-settings-directive .button-switch-container .button-switch {
  width: 20rem;
}
@media (max-width: 720px) {
  .merchant-processing-settings-directive .button-switch-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.misc-ledger .table {
  table-layout: fixed;
}
.misc-ledger .table .table-date {
  width: 6rem;
}
.misc-ledger .table .table-user {
  width: 8rem;
}
.misc-ledger .table .table-description {
  width: 22rem;
}
.misc-ledger .table .table-crebit {
  padding-top: 0.25rem;
}
.misc-ledger .table .table-amount {
  width: 3.25rem;
}
.misc-ledger .misc-total-amount {
  padding: 0.75rem;
  text-align: right;
}

.mg-modal-overlay {
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.mg-modal-title {
  text-align: center;
  margin: 0;
  color: #575757;
  font-weight: 600;
  font-size: 30px;
  padding: 2rem;
}

.mg-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index: 10000;
  position: fixed;
  width: 50%;
  max-width: 478px;
  /* Center the dialog */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fefefe;
  box-shadow: 4px 4px 80px #000;
}
@media screen and (max-width: 720px) {
  .mg-modal-dialog {
    width: 90%;
  }
}

.mg-modal-dialog-content {
  text-align: center;
  padding: 0 2rem 2rem;
  color: #797979;
  font-size: 16px;
  font-weight: 300;
}

.mg-modal-close {
  width: 30%;
  margin: 2em;
  cursor: pointer;
  font-size: 17px;
  font-weight: normal;
  background-color: #5ca100;
  color: white;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 10px;
}
.mg-modal-close:hover {
  background-color: #589b00;
  color: white;
}
.mg-modal-close:active {
  background-color: #4f8a00;
  color: white;
}
@media all and (max-width: 600px) {
  .mg-modal-close {
    width: 40%;
  }
}

.multi-registration-directive .center {
  text-align: center;
}

/* Absurdly specific selector because material input has an !important border property */
#date-entry.invalid-session div div.input-area div div div .selectize-input {
  border: 2px solid #e5aca7 !important;
}

.reg-link {
  color: #333;
  font-style: italic;
}

.notifications-list-directive .filter-options {
  margin-bottom: 10px;
}
.notifications-list-directive .filter-options .input {
  display: inline-block;
  width: 50%;
  padding: 0 5px;
}
.notifications-list-directive .green {
  color: #6E991F;
}

.paginate-list-directive .header {
  display: inline-block;
  float: left;
  margin-bottom: 0.5rem;
}

.paginate-navigate-directive {
  display: inline-block;
  float: right;
  text-align: right;
}
.paginate-navigate-directive .no-select {
  /* Allows things to be double-clicked without being highlighted */
  -webkit-user-select: none;
  -moz-user-select: none;
}
.paginate-navigate-directive .page-number {
  font-weight: 300;
  margin: 0 0.2rem;
}
.paginate-navigate-directive .page-number.selected {
  font-weight: 800;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.errorText {
  position: absolute;
  color: #df5348;
  max-width: 75%;
}

.top-margin {
  margin-top: 1em;
}

payment-method {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
payment-method .payment-method-container {
  flex: 1;
  max-width: 35rem;
  display: block;
}
payment-method .payment-method-container .payment-warning {
  margin: 1rem auto;
  max-width: 25rem;
  text-align: center;
}
payment-method .payment-method-container .subtabs {
  justify-content: center;
}
payment-method .payment-method-container .subtabs .tab:not(:last-of-type) {
  margin-right: 0.5rem;
}
payment-method .payment-method-container .subtabs .filler {
  flex: 0;
}
payment-method .payment-method-container .credit-card {
  background-image: url("//web-archive.nli.org.il/National_Library/oe_///statics.campdoc.com/patterns/escheresque.png");
  box-shadow: 0 0 10px 0px grey;
  padding: 1.5em;
  margin: 1em auto;
  max-width: 400px;
  background-color: grey;
  border-radius: 0.75em;
  position: relative;
  background-repeat: repeat;
}
payment-method .payment-method-container .credit-card .input-desc {
  margin: 0rem;
  display: flex;
  align-items: flex-start;
}
payment-method .payment-method-container .credit-card .input-desc i {
  margin-right: 0.25rem;
  font-size: 0.85rem;
  display: block;
}
payment-method .payment-method-container .credit-card .input-desc span {
  font-style: italic;
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  flex: 1;
}
payment-method .payment-method-container .credit-card .expiration-date {
  width: 50%;
}
payment-method .payment-method-container .credit-card .expiration-date .date-part {
  display: inline-block;
  width: 40%;
}
payment-method .payment-method-container .credit-card .expiration-date .date-part .selectize-input.not-full input {
  font-size: 0px;
}
payment-method .payment-method-container .credit-card .expiration-date .date-part.invalid .selectize-input {
  border: solid 0.25em red !important;
}
@media screen and (max-width: 400px) {
  payment-method .payment-method-container .credit-card .expiration-date {
    display: inline-block;
    width: 100%;
  }
}
payment-method .payment-method-container .credit-card .logo {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  font-size: 3em;
  opacity: 0.6;
}
payment-method .payment-method-container .credit-card .logo.fa-cc-amex {
  color: #0067B5;
  opacity: 1;
}
payment-method .payment-method-container .credit-card .logo.fa-cc-visa {
  color: #FF9900;
  opacity: 1;
}
payment-method .payment-method-container .credit-card .logo.fa-cc-mastercard {
  color: #EF1D26;
  opacity: 1;
}
payment-method .payment-method-container .credit-card .logo.fa-cc-discover {
  color: #FF6600;
  opacity: 1;
}
payment-method .payment-method-container .bank-account {
  background-image: url("//web-archive.nli.org.il/National_Library/oe_///statics.campdoc.com/patterns/climpek.png");
  box-shadow: 0 0 10px 0px grey;
  padding: 1.5em;
  margin: 1em auto;
  max-width: 600px;
  background-color: grey;
  border-radius: 0.375em;
  position: relative;
  background-repeat: repeat;
}
payment-method .payment-method-container .bank-account .hidden {
  opacity: 0;
}
payment-method .payment-method-container .bank-account .visible {
  opacity: 1;
  animation: fadeIn 0.5s;
}
payment-method .payment-method-container .bank-account .mismatch .top {
  color: #df5348;
}
payment-method .payment-method-container .bank-account .mismatch .input-area {
  border: 0.2em solid #df5348;
  /*My sincere apologies, couldn't overwrite material input for the life of me*/
}
payment-method .payment-method-container .bank-account .mismatch .input-area input {
  border: 0 !important;
  color: #df5348;
}
payment-method .payment-method-container .bank-account .logo {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  font-size: 3em;
  opacity: 0.6;
}
payment-method .payment-method-container .bank-account .logo.fa-cc-amex {
  color: #0067B5;
  opacity: 1;
}
payment-method .payment-method-container .bank-account .logo.fa-cc-visa {
  color: #FF9900;
  opacity: 1;
}
payment-method .payment-method-container .bank-account .logo.fa-cc-mastercard {
  color: #EF1D26;
  opacity: 1;
}
payment-method .payment-method-container .bank-account .logo.fa-cc-discover {
  color: #FF6600;
  opacity: 1;
}
payment-method .payment-method-container .org-permission {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 30rem;
  text-align: center;
}
payment-method .payment-method-container .org-permission .mock-label {
  margin: 0 1rem 0.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
payment-method .payment-method-container .org-permission .mock-label > span, payment-method .payment-method-container .org-permission .mock-label i {
  line-height: 1.25rem;
}
payment-method .payment-method-container .org-permission .permission-input {
  min-width: 5rem;
  flex: 1;
}
payment-method .payment-method-container .org-permission .permission-input .switch-button {
  line-height: 1rem;
}

.payment-plan-directive .remainder-tooltip {
  padding-top: 8px;
}

.manage-roles-directive section.role-select {
  margin: 0 0 3rem 0;
}
.manage-roles-directive section.permission-settings {
  margin: 0 0 3rem 0;
}
.manage-roles-directive section.permission-settings h2.permission-header {
  width: 100%;
  margin: 0 0 1rem 0;
  text-align: center;
}
.manage-roles-directive section.permission-settings div.settings-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.manage-roles-directive section.permission-settings div.settings-container div.settings-switch {
  width: 12rem;
  margin: 0 1rem 1rem;
}
.manage-roles-directive section.permission-settings div.settings-container div.settings-switch label {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}
.manage-roles-directive section.permission-settings div.settings-container div.settings-switch i[class^=fa].tooltip {
  padding: 0 0 0 0.25rem;
}
.manage-roles-directive section.permission-settings div.settings-container div.settings-switch.disabled-true .controls {
  opacity: 0.6;
}
.manage-roles-directive div.buttons {
  display: flex;
  justify-content: flex-end;
}
.manage-roles-directive div.buttons a.btn {
  margin-right: 0.5rem;
}
.manage-roles-directive div.buttons a.btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .manage-roles-directive section.permission-settings div.settings-container div.settings-switch {
    width: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .manage-roles-directive section.permission-settings div.settings-container div.settings-switch {
    min-width: 12rem;
    max-width: 20rem;
    flex: 1;
  }
}
.provider-roles-directive .disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.provider-roles-directive .permission-description {
  height: 16rem;
  line-height: 0.5rem;
  overflow: scroll;
}
.provider-roles-directive .permission-description.right-border {
  border-right: 1px solid black;
}
.provider-roles-directive .permission-description .descriptor {
  margin-left: 0.5rem;
}
.provider-roles-directive .permission-description .descriptor.smaller {
  font-size: 0.8rem;
}

.merge-directive .action-buttons {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.merge-directive .button-stuff .btn {
  width: 100%;
}
.merge-directive .conflicts {
  color: #df5348;
  font-size: 0.8rem;
}
.merge-directive .danger, .merge-directive .emar-state .mar .allergy-list .anaphylaxis-true, .emar-state .mar .allergy-list .merge-directive .anaphylaxis-true, .merge-directive .emar-state .mar .registration-list .anaphylaxis-true, .emar-state .mar .registration-list .merge-directive .anaphylaxis-true {
  color: #df5348;
}
.merge-directive .left-align {
  text-align: left;
}
.merge-directive .mg-modal-dialog {
  height: 90%;
  overflow: scroll;
  width: 65%;
}
.merge-directive .mg-modal-dialog-content {
  color: #171717;
}
.merge-directive .shrink {
  margin: 0 auto;
  width: 60%;
}
.merge-directive .table-header .table-cell {
  color: #171717;
}
.merge-directive .profile-status {
  color: #6E991F;
  font-size: 1rem;
}

.reg-add-on {
  display: flex;
  min-height: 2.5rem;
  flex-wrap: wrap;
}
.reg-add-on .item-selector,
.reg-add-on .multi-spacer {
  width: 2rem;
}
.reg-add-on .identifiers {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 15rem;
}
.reg-add-on .name {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
}
.reg-add-on .details {
  display: flex;
  align-items: center;
}
.reg-add-on .details > * {
  padding-left: 0.5rem;
}
.reg-add-on .details .quantity {
  max-width: 4.5rem;
}
.reg-add-on .details .amount {
  flex: 1;
  min-width: 5rem;
  text-align: right;
}
.reg-add-on .details .capacity {
  min-width: 4rem;
  font-size: 0.8333333333rem;
  color: #808080;
}
@media (max-width: 480px) {
  .reg-add-on .details .capacity {
    font-size: 0.7291666667rem;
  }
}
@media screen and (max-width: 600px) {
  .reg-add-on .details {
    margin-left: 3rem;
    margin-bottom: 0.5rem;
  }
}

.reg-adjustments-editor {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.25rem;
  padding: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem !important;
  border: 1px solid #e6e6e6;
}
.reg-adjustments-editor .topbar {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.reg-adjustments-editor .topbar > .topbar-header {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  flex: 6;
  min-width: 16rem;
}
.reg-adjustments-editor .topbar > flat-tabs {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
  min-width: 16rem;
  flex: 5;
}
.reg-adjustments-editor .view-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.reg-adjustments-editor .adjustment-type-container {
  height: 15rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.reg-adjustments-editor .loading-container,
.reg-adjustments-editor .checkout-container {
  display: flex;
  flex-direction: column;
  height: 15rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.reg-adjustments-editor .loading-container .itemized-list,
.reg-adjustments-editor .checkout-container .itemized-list {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.reg-adjustments-editor .loading-container {
  justify-content: center;
  align-items: center;
}
.reg-adjustments-editor .select-all-container {
  display: flex;
  align-items: center;
}
.reg-adjustments-editor .select-all-container [material-input=checkbox] {
  width: 2rem;
}
.reg-adjustments-editor .select-all-container .select-all-label {
  margin: 0rem;
  font-weight: normal;
}
.reg-adjustments-editor .select-all-container .select-all-label.bold {
  font-weight: bold;
}
.reg-adjustments-editor .custom-adjustment-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -1rem -0.5rem 1rem;
}
.reg-adjustments-editor .custom-adjustment-container > * {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
}
.reg-adjustments-editor .custom-adjustment-container [material-input=text] {
  flex: 5;
  min-width: 18rem;
}
.reg-adjustments-editor .custom-adjustment-container [material-input=number] {
  flex: 2;
  min-width: 8rem;
}
.reg-adjustments-editor .custom-adjustment-container button {
  margin-top: 2.5rem;
  flex: 1;
  min-width: 6rem;
}
.reg-adjustments-editor .basic-crebit {
  display: flex;
  justify-content: space-between;
}
.reg-adjustments-editor .basic-crebit :first-child {
  flex: 1;
}
.reg-adjustments-editor .basic-crebit :last-child {
  min-width: 4rem;
  text-align: right;
}
.reg-adjustments-editor .basic-crebit .upperline {
  border-top: 2px solid #000000;
}
.reg-adjustments-editor .editor-nav-buttons {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}

.report-builder .saved-controls i {
  padding: 1.2rem;
}
.report-builder .step-select {
  padding: 0 1rem;
  cursor: pointer;
}
.report-builder .step-select .split, .report-builder .step-select .heading, .report-builder .step-select .profiles-state .profile .profile-info .headline, .profiles-state .profile .profile-info .report-builder .step-select .headline {
  line-height: 2rem;
}
.report-builder .pane {
  max-height: 200px;
  overflow-y: auto;
}
.report-builder .pane .item {
  padding: 0;
}
.report-builder .select-controls {
  text-align: center;
  margin: 2.5rem 0 0 0;
}
.report-builder .select-controls a {
  padding: 0.25rem 1rem;
  margin: 0.25rem 0;
  font-size: 0.8rem;
}
.report-builder .select-controls hr {
  margin: 1rem 0 0 0;
}
.report-builder .selected {
  background-color: rgba(110, 153, 31, 0.1);
}
.report-builder .yet-another-margin-class {
  margin-right: 1rem;
}
.report-builder .input-space-right {
  margin-left: 0;
  margin-right: 0.5rem;
}
.report-builder .optionToggle {
  color: #44638e;
  font-size: 0.8em;
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .report-builder .ellipsis {
    max-width: 18rem;
  }
}
.report-builder .ellipsis .input-area {
  white-space: nowrap;
}
.report-builder .ellipsis .input-area .controls {
  overflow: hidden;
}
.report-builder .ellipsis .input-area .controls label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.reports-download-ui .buttons {
  display: grid;
  grid-template-columns: 10rem 12rem auto;
  grid-column-gap: 0.5rem;
  grid-template-areas: "delete refresh paginate-navigate";
}
.reports-download-ui .buttons .delete {
  grid-area: delete;
}
.reports-download-ui .buttons .refresh {
  grid-area: refresh;
}
.reports-download-ui .buttons paginate-navigate {
  grid-area: paginate-navigate;
}

reports-list > section {
  box-shadow: 0 0 5px -1px grey;
  border-radius: 0.125rem;
  overflow: hidden;
}

.no-reports {
  margin: 2rem 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}
.no-reports a {
  font-weight: bold;
}

.roster-group-directive {
  margin-bottom: 2.5em;
}
.roster-group-directive .group-header {
  margin: 0;
  display: flex;
  justify-content: center;
}
.roster-group-directive .group-header .info-left {
  margin: 0;
  padding-right: 1rem;
  flex: 1;
  display: inline;
}
.roster-group-directive .group-header .info-left .group-name {
  display: block;
  margin: 0;
  padding: 0 0 0.5rem 0;
}
.roster-group-directive .group-header .info-left .group-dates {
  margin: 0;
  padding: 0 0 0.75rem 0;
  font-size: 0.9em;
  font-weight: normal;
  color: grey;
  display: block;
}
.roster-group-directive .group-header .info-left .roster-types {
  margin: 0;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
.roster-group-directive .group-header .info-left .roster-types .roster-type {
  flex: 1;
  display: inline-block;
  padding: 0;
  color: #a6a6a6;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
}
.roster-group-directive .group-header .info-left .roster-types .roster-type.no-click {
  cursor: not-allowed;
}
.roster-group-directive .group-header .info-left .roster-types .roster-type.selected {
  color: black;
  font-weight: 600;
}
.roster-group-directive .group-header .info-right {
  margin: 0;
  padding: 0;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.roster-group-directive .group-header .info-right > .btn {
  max-width: 5.875rem;
  align-self: flex-end;
}
.roster-group-directive .group-header .info-right .occupancy-info {
  display: inline-block;
  justify-content: space-between;
  padding: 0 0 0.5em 0;
}
.roster-group-directive .group-header .info-right .occupancy-info .occupancy-text {
  display: block;
  font-size: 0.8em;
  font-kerning: none;
  letter-spacing: 0.001em;
}
.roster-group-directive .profile-list a.table-header {
  cursor: pointer;
  pointer-events: none;
}
.roster-group-directive .profile-list a.table-row {
  transition: all 0s linear;
}
.roster-group-directive .profile-list > div > div.table, .roster-group-directive .profile-list.shared > div.table {
  margin-bottom: 1rem;
}
.roster-group-directive .profile-list > div > div.table .header-title, .roster-group-directive .profile-list.shared > div.table .header-title {
  display: table-cell;
  vertical-align: bottom;
  padding: 6px;
}
.roster-group-directive .profile-list > div > div.table .additional-info, .roster-group-directive .profile-list.shared > div.table .additional-info {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
  padding: 6px;
}
.roster-group-directive .profile-list > div > div.table .additional-info i.capacity-icon, .roster-group-directive .profile-list.shared > div.table .additional-info i.capacity-icon {
  margin: 0 0.0625rem 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .roster-group-directive .spacer-h {
    margin-left: 1em;
  }
  .roster-group-directive .spacer-v {
    flex: 0.75;
  }
  .roster-group-directive .roster-types > .roster-type {
    margin: 0 3em 1.5em 0;
  }
}
@media screen and (max-width: 767px) {
  .roster-group-directive .spacer-h {
    margin-left: 0.5em;
  }
  .roster-group-directive .spacer-v {
    flex: 0.25;
  }
  .roster-group-directive .roster-types > .roster-type {
    margin: 0 1.5em 1.25em 0;
  }
}

.send-message .emergency {
  color: #df5348;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 1rem 0;
  padding-top: 0.5rem;
}
.send-message .inline-check {
  margin-top: 25px;
}
.send-message .message-instruction-text {
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  min-height: 2rem;
}
.send-message .message-type {
  display: flex;
}
.send-message .message-type .message-switch {
  flex: 1;
  min-width: 20rem;
  max-width: 20rem;
}

#sidebar {
  flex: 0;
  display: flex;
  flex-direction: column;
  background-color: #fefefe;
  height: 100vh;
  max-width: 200px;
  min-width: 200px;
}
#sidebar.init {
  display: none;
}
#sidebar.behind {
  left: 0;
  position: fixed;
  top: 0;
}
@media screen and (min-width: 800px) {
  #sidebar.behind {
    z-index: -1;
    display: none;
  }
}
#sidebar.hidden-true.inline {
  display: none;
}
#sidebar .link-list {
  margin: 0;
  padding: 0;
}
#sidebar .link-list .link:hover {
  background-color: #f9f9f9;
  border-left-color: #6E991F;
}
@media screen and (min-width: 1024px) {
  #sidebar .link-list .link:hover .subnav.invisible {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
  }
}
#sidebar .link-list .link a:not(.btn) {
  transition: background-color 0.1s linear, border-color 0.2s linear;
  border-left: 4px solid #fefefe;
  color: #000000;
  display: block;
  font-size: 0.95em;
  font-weight: 300;
  line-height: 2.5em;
  padding: 0 0.75em;
  text-decoration: none;
}
#sidebar .link-list .link a:not(.btn) i {
  margin-right: 0.3em;
}
#sidebar .link-list .link a:not(.btn) i.fa-external-link-alt {
  bottom: 0.1em;
  font-size: 0.8em;
  position: relative;
}
#sidebar .link-list .link a:not(.btn):hover {
  background-color: #f9f9f9;
  border-left-color: #6E991F;
}
#sidebar .link-list .link a:not(.btn).active {
  background-color: #dfdfdf;
  border-left: 4px solid #6E991F;
  font-weight: 500;
}
#sidebar .link-list .link a.btn {
  margin: 1em;
  width: 169px;
}
#sidebar .link-list.subnav {
  transition: visibility 0s, opacity 0.5s ease-in-out, max-height 0.1s ease-in-out;
}
#sidebar .link-list.subnav:last-child {
  border-bottom: 1px solid #dfdfdf;
}
#sidebar .link-list.subnav.invisible {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
#sidebar .link-list.subnav.visible {
  max-height: auto;
  opacity: 1;
  visibility: visible;
}
#sidebar .link-list.subnav a:not(.btn) {
  line-height: 2em;
  font-size: 0.85em;
  padding: 0 0.5rem 0 2.8rem;
  font-style: oblique;
  color: #404040;
}
#sidebar .link-list.subnav a:not(.btn).active {
  border-left-color: #6E991F;
  border-left: 4px solid #8cc328;
  background-color: #efefef;
}
#sidebar .brand {
  flex: 0;
  background-color: #6E991F;
  min-height: 3rem;
  text-align: center;
  width: 100%;
}
#sidebar .brand.red {
  background-color: #df5348;
}
#sidebar .brand.blue {
  background-color: #44638e;
}
#sidebar .brand img {
  max-height: 3rem;
  max-width: 100%;
  padding: 0 8px;
}
#sidebar .nav {
  flex: 1;
  border-right: 1px solid rgba(128, 128, 128, 0.4);
  cursor: default;
  overflow: auto;
}
#sidebar .wordmark {
  border-right: 1px solid rgba(128, 128, 128, 0.4);
  max-height: 200px;
  padding: 0 8px;
}
#sidebar .wordmark img {
  display: block;
  margin: auto;
  max-width: 184px;
  max-height: 200px;
}
#sidebar .legal {
  border-right: 1px solid rgba(128, 128, 128, 0.4);
  color: #000000;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  min-height: 42px;
  padding: 9px;
  text-align: center;
}
#sidebar .legal a {
  display: inline-block;
}
#sidebar .legal a i.fa-external-link-alt {
  bottom: 0.1em;
  font-size: 0.8em;
  position: relative;
}
#sidebar .legal .legal-links {
  color: #1a1a1a;
  font-size: 0.65rem;
  font-weight: 300;
  line-height: 16px;
  margin-top: 0;
}
#sidebar .legal .legal-links a {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

[tabs] {
  margin-bottom: 1em;
  display: flex;
  color: grey;
}
[tabs] .tab {
  /* TOP RIGHT BOTTOM LEFT */
  padding: 6px 8px 7px 8px;
  font-size: 0.9rem;
  border-bottom: 1px solid #b3b3b3;
  color: #b3b3b3;
}
[tabs] .tab.active, [tabs] .tab.active2 {
  padding: 5px 8px 8px 8px;
  border: 1px solid #b3b3b3;
  border-bottom: none;
  border-top-left-radius: 0.375em;
  border-top-right-radius: 0.375em;
  color: black;
}
[tabs] .tab a {
  text-decoration: none;
  transition: color ease 0.2s;
}
[tabs] .tab a:hover {
  color: black;
}
[tabs] .tab a[disabled] {
  pointer-events: none;
}
[tabs] .tab span[disabled] {
  pointer-events: none;
}
[tabs] .filler {
  border-bottom: 1px solid #b3b3b3;
  flex: 1;
}
[tabs].subtabs {
  text-transform: uppercase;
  color: red;
}
[tabs].subtabs .tab {
  font-weight: 500;
  font-size: 0.85rem;
  border: none;
  padding-bottom: 8px;
}
[tabs].subtabs .tab.active, [tabs].subtabs .tab.active2 {
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #a6a6a6;
}
[tabs].subtabs .filler {
  border: none;
}

.timestamp.labeled-true [type=time], .timestamp.labeled-true .at {
  margin-top: 1.1rem;
}
.timestamp .at {
  line-height: 2.7rem;
}

.tooltip {
  color: grey;
  position: relative;
  cursor: help;
}
.tooltip .content {
  margin-left: -999em;
  position: absolute;
}
.tooltip:hover .content {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.75);
  background: #2c2a2c;
  color: #fefefe;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  font-size: 1rem;
  font-weight: initial;
  margin-left: 0;
  max-width: 35rem;
  min-width: 24rem;
  overflow: hidden;
  padding: 0.8em 1em;
  position: absolute;
  left: 1em;
  top: 2em;
  text-align: left;
  text-transform: none;
  z-index: 99;
}
.tooltip:hover .content.center {
  margin-left: -14rem;
}
.tooltip:hover .content.shift-left {
  margin-left: -23rem;
}
.tooltip:hover .content.above {
  top: -3em;
}
.tooltip:hover h1 {
  display: block;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0.2em 0 0.6em 0;
}
.tooltip:hover .label {
  font-weight: 600;
  text-transform: uppercase;
}
.tooltip:hover .table {
  font-size: 0.8rem;
  margin-left: 0.7rem;
  text-align: left;
}
.tooltip:hover .table i {
  font-size: 1.5em;
}
.tooltip:hover .table .normalize-cell {
  min-width: 15em;
}
.tooltip:hover .table .red {
  color: red;
}
.tooltip:hover .table .table-header {
  color: #fefefe;
}
.tooltip:hover .table .unstyled {
  border-top: 0px solid white;
}
.tooltip:hover .small, .tooltip:hover .registration-state .registration-crebits .subcrebit, .registration-state .registration-crebits .tooltip:hover .subcrebit {
  font-size: 0.8rem;
}
.tooltip:hover .top-spacer {
  margin-top: 1rem;
}

.init {
  display: none;
}

topbar {
  background-color: #6E991F;
}

#topbar.hidden-true {
  display: none;
}
#topbar.where-to-true .upper {
  background-color: #6E991F;
  margin: 0 auto;
  max-width: 720px;
}
#topbar.where-to-true .upper .icons {
  margin-right: 0;
}
#topbar.where-to-true .upper .icons i {
  color: #fefefe;
}
#topbar .upper {
  display: flex;
  background-color: #6E991F;
  color: #fefefe;
  box-sizing: border-box;
  min-height: 3rem;
  max-height: 3rem;
  font-size: 1.2em;
  font-weight: 200;
  min-width: 320px;
}
#topbar .upper.red {
  background-color: #df5348;
}
#topbar .upper.blue {
  background-color: #44638e;
}
#topbar .upper .icon {
  padding: 0.7em 0 0 0.5em;
  margin-right: 1rem;
}
#topbar .upper .icons {
  margin-right: 1rem;
}
@media screen and (max-width: 960px) {
  #topbar .upper .icons {
    margin-right: 0.25rem;
    margin-left: -1px;
  }
}
@media screen and (max-width: 720px) {
  #topbar .upper .icons {
    margin-right: 0;
    margin-left: -1px;
  }
}
#topbar .upper .icons a, #topbar .upper .icons i {
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
#topbar .upper .icons a:hover, #topbar .upper .icons i:hover {
  opacity: 1;
}
#topbar .upper .icons .username {
  font-size: 0.85rem;
  font-weight: 500;
  vertical-align: middle;
  margin: 0 5px 3px 0;
  display: inline-block;
}
#topbar .upper .icons i {
  width: 1.875rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  cursor: pointer;
}
#topbar .upper .main {
  flex: 1;
}
#topbar .upper .main .title {
  line-height: 3rem;
  font-weight: 500;
  padding-left: 0.25rem;
}
#topbar .upper .main .title.organization-true {
  margin-top: 0.25rem;
  line-height: 1.5rem;
}
#topbar .upper .main .org-true {
  padding-left: 0.25rem;
  height: 1.25rem;
  font-weight: 500;
  font-size: 0.75em;
}
@media screen and (max-width: 800px) {
  #topbar .upper .main .org-true {
    color: #333;
    margin-left: -1.5rem;
    padding-left: 0;
    padding-top: 0.25rem;
  }
}
#topbar .upper .main .brand {
  height: 3rem;
}
#topbar .upper .main .brand a img {
  max-height: 3rem;
  margin-left: -0.5rem;
  transition: opacity 0.4s ease;
}
#topbar .upper .main .brand a img.hidden-true {
  opacity: 0;
}
#topbar .lower {
  height: 0;
  font-size: 0.85em;
  text-align: center;
  line-height: 1.5rem;
  font-weight: 400;
  overflow: hidden;
  background-color: #e5e5e5;
  transition: height 0.4s ease;
}
#topbar .lower.show-true {
  height: 1.5rem;
}
@media screen and (max-width: 360px) {
  #topbar .lower.show-true {
    text-align: right;
    padding-right: 0.5rem;
  }
}

.update-reviews .date-filter {
  margin-bottom: 1rem;
}
.update-reviews .date-filter .inline-header {
  margin-bottom: 0.5rem;
}
.update-reviews .date-filter .inline-header > * {
  display: inline-block;
  margin-bottom: 0rem;
}
.update-reviews .date-filter .date-selector {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.update-reviews .date-filter .date-selector .criteria {
  flex: 2;
  min-width: 10.5rem;
  margin-right: 0.5rem;
}
.update-reviews .date-filter .date-selector .date-field {
  flex: 3;
  min-width: 19rem;
  margin-right: 0.5rem;
}
.update-reviews .date-filter .date-selector .restore-defaults-btn {
  flex: 1 0 auto;
  margin-bottom: 0.6rem;
}

.uploader input {
  font-size: 0.8rem;
}

.user-info .split a, .user-info .heading a, .user-info .list-group .item.heading a, .list-group .user-info .item.heading a, .user-info .profiles-state .profile .profile-info .headline a, .profiles-state .profile .profile-info .user-info .headline a, .user-info .list-group .item.split a, .list-group .user-info .item.split a {
  text-decoration: underline;
}
.user-info .expanded-info {
  margin: 0.5rem 0.5rem 1rem 0.5rem;
}
.user-info .method-input {
  margin: auto;
  width: 50%;
}
.user-info .method-input .form-actions {
  float: right;
  margin-bottom: 2rem;
}

.check-in-state {
  width: 512px;
  margin: 0 auto;
}
.check-in-state .form {
  margin-top: 1.5rem;
}
.check-in-state .header {
  text-align: center;
  margin: 2rem 0;
}
.check-in-state .header .title {
  font-size: 2rem;
  font-weight: 300;
}
.check-in-state .header .org-name {
  font-weight: 400;
  font-style: oblique;
}

.oauth-section {
  width: 100%;
  max-width: 30rem;
  height: 100%;
  margin: 0 auto;
  padding: 1rem;
}
.oauth-section .scopes-list {
  list-style: none;
  padding: 0;
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 1px 0;
}
.oauth-section .scope-single {
  display: flex;
  padding: 0.5rem 0;
}
.oauth-section .scope-single + .scope-single {
  border-top: 1px solid #e6e6e6;
}
.oauth-section .scope-single .scope-icon {
  flex: 0 0 auto;
  padding-right: 0.5rem;
  font-size: 1.5em;
}
.oauth-section .scope-single .scope-description {
  flex: 1 1 auto;
  align-self: center;
}
.oauth-section .buttons {
  margin: 0 -0.5rem;
}
.oauth-section .buttons .btn {
  margin: 0.5rem;
}

.pw-reset-confirmation .logo {
  max-width: 100%;
}
.pw-reset-confirmation .confirmation-container {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.sms-email-already-opted-in .toon {
  height: 300px;
}
.sms-email-already-opted-in .already-opted-in-text {
  text-align: center;
  font-size: 2em;
}

.attendance-feed-directive {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.attendance-feed-directive .feed-record-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.attendance-feed-directive .attendance-feed-record {
  list-style: none;
  width: 100%;
  padding: 0rem;
  margin: 0rem;
}
.attendance-feed-directive .attendance-feed-record:not(:first-of-type) attendance-feed-item {
  border-top-width: 0px;
}

attendance-feed-item {
  cursor: pointer;
  display: grid;
  grid-template-columns: 10% 30% 25% 10% 25%;
  justify-items: center;
  align-items: center;
  width: 100%;
  border-color: #9a9a9a;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0px;
}
attendance-feed-item:first-of-type {
  border-top-width: 1px;
}
attendance-feed-item .type, attendance-feed-item .email {
  word-break: break-all;
}
attendance-feed-item .type {
  padding-right: 0.75rem;
}
attendance-feed-item .arrow-circle {
  font-size: 2em;
}
attendance-feed-item .email {
  color: #9a9a9a;
  padding-right: 0.5rem;
}
attendance-feed-item .notes {
  visibility: hidden;
}
@media screen and (max-width: 600px) {
  attendance-feed-item {
    grid-template-columns: 20% 70%;
  }
  attendance-feed-item p {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    justify-self: left;
  }
  attendance-feed-item .type {
    padding-right: 0rem;
  }
  attendance-feed-item .date {
    grid-column: 2/4;
  }
  attendance-feed-item .email {
    grid-column: 2/4;
  }
}

.qb-expiration-directive .indent-input {
  margin-left: 1em;
}

.add-question-btn {
  padding-top: 23px;
}

.assignment {
  padding-top: 5px;
  padding-left: 25px;
  line-height: 1.3;
}

.builder-question .clipboard-header .heading {
  margin: 0;
}
.builder-question.clipboard {
  margin: 20px 0 0 20px;
  opacity: 0.75;
}
.builder-question.clipboard .paste-multiple {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}
.builder-question .expired {
  color: #F89406;
}
.builder-question .edit-container {
  margin-top: -20px;
}
.builder-question .heading {
  display: inline-block;
  margin: 0 0 10px 0;
}
.builder-question .indent {
  margin-left: 15px;
}
.builder-question .step {
  margin: 10px;
  width: 100%;
}
.builder-question .form-buttons {
  float: right;
  padding-right: 25px;
}
.builder-question .delete {
  float: right;
}
.builder-question .question-container {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1);
  padding: 1em;
  margin-bottom: 1em;
}
.builder-question .question-container.border-false {
  border-radius: 0.375em;
  border: 1px solid #999999;
}
.builder-question .question-container.border-true {
  border-radius: 0.375em;
  border: 2px solid #6E991F;
}
.builder-question .question-container .buttons {
  padding-right: 10px;
  text-align: right;
}
.builder-question .question-container .buttons .btn {
  display: inline-block;
}
.builder-question .question-container .question {
  display: inline-block;
}
.builder-question .question-container .question i {
  margin-right: 5px;
}
.builder-question .question-container.new-question {
  display: block;
}
.builder-question h2.heading {
  margin-top: 0px;
}
.builder-question input[type=checkbox] {
  margin-right: 10px;
  margin-top: 5px;
}

.question-label {
  display: inline;
}

label.check-label span {
  padding-left: 5px;
}

.text-question-builder {
  margin: 5px 0px;
}
.text-question-builder label.check-label span {
  padding-left: 5px;
}

.funk-note-feed {
  margin-bottom: 1em;
}
.funk-note-feed .no-notes {
  text-align: center;
  margin: 1em;
  font-style: italic;
}
.funk-note-feed .green {
  color: #6E991F;
}
.funk-note-feed .funk-print-button {
  padding-left: 0.75rem;
}
.funk-note-feed .funk-print-button:hover {
  color: #6E991F;
}

.funk-tokens {
  margin-bottom: 1em;
}
.funk-tokens .buy-tokens {
  margin-top: 1em;
}
@media only screen and (max-width: 600px) {
  .funk-tokens .buy-tokens {
    text-align: center;
  }
}
.funk-tokens .buy-tokens .instruction-text {
  text-align: left;
}
.funk-tokens .token-packages {
  text-align: center;
  width: 100%;
}
.funk-tokens .token-packages .package {
  display: inline-block;
  width: 32%;
  height: 165px;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .funk-tokens .token-packages .package {
    display: block;
    margin: 0 auto;
  }
}
.funk-tokens .token-packages .package .sm i {
  margin-top: 0.6em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 600px) {
  .funk-tokens .token-packages .package .sm i {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.funk-tokens .token-packages .package .md i {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 600px) {
  .funk-tokens .token-packages .package .md i {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.funk-tokens .token-packages .package .lg i {
  margin-bottom: 0.1em;
}
.funk-tokens .token-packages .package h4, .funk-tokens .token-packages .package h5, .funk-tokens .token-packages .package h6 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 600px) {
  .funk-tokens .token-packages .package h4, .funk-tokens .token-packages .package h5, .funk-tokens .token-packages .package h6 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.funk-tokens .token-packages .package.selected {
  color: #6E991F;
}
.funk-tokens .margin-top {
  margin-top: 1.5em;
}
.funk-tokens .neg-mar {
  margin-bottom: -1em;
}
.funk-tokens .terms {
  margin: 1em auto;
  font-size: 0.75em;
}

.new-funk-note .attachments {
  margin-bottom: 1em;
}
.new-funk-note .validate {
  font-size: 0.75rem;
  font-weight: 400;
  display: flex;
}
.new-funk-note .validate .validate-text {
  flex-grow: 1;
  justify-self: center;
}
.new-funk-note .is-not-validated .material-input label {
  color: #df5348;
}

.import-preview-directive .preview-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.import-preview-directive .preview-title {
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-block;
}
@keyframes collapse {
  from {
    height: 20rem;
  }
  to {
    height: 0;
  }
}
@keyframes dropdown {
  from {
    height: 0;
  }
  to {
    height: 20rem;
  }
}

.import-profile-preview {
  padding-bottom: 0.5rem;
}
.import-profile-preview .name-display {
  display: flex;
  justify-content: space-between;
  width: 32rem;
}
.import-profile-preview .name-display .name {
  font-weight: 600;
}
.import-profile-preview .name-display .name .role {
  padding-left: 1.5rem;
  font-weight: 300;
}
.import-profile-preview .name-display .info-container {
  display: flex;
  width: 18rem;
}
.import-profile-preview .name-display .info-container div {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 9rem;
  word-break: break-all;
}
.import-profile-preview .preview-container {
  display: flex;
  justify-content: space-between;
}
.import-profile-preview .success {
  color: #6e991f;
}
.import-profile-preview .warning {
  color: #fac913;
}
.import-profile-preview .preview-icons {
  float: right;
}
.import-profile-preview .preview-icons .spacer {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}
.import-profile-preview .expanded-view .preview-list-container {
  display: flex;
  align-items: center;
}
.import-profile-preview .expanded-view .preview-list-item {
  font-size: 0.8rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.import-profile-preview .expanded-view strong {
  font-size: 0.8rem;
}

.screening-card-directive {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.25rem;
  transition: all linear 150ms;
}
.screening-card-directive:hover {
  box-shadow: 0.125rem 0.125rem 0.5rem 0 rgba(128, 128, 128, 0.35), 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.4), 0 0.125rem 0 -0.125rem rgba(0, 0, 0, 0.45);
}
.screening-card-directive:active {
  box-shadow: 0 0 0.25rem 0 rgba(128, 128, 128, 0.55), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.6), 0 0 0 -0.125rem rgba(0, 0, 0, 0.65);
}
.screening-card-directive .min-info-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.screening-card-directive .min-info-container .item {
  flex: 1;
  margin: 0rem;
  padding: 0.5rem;
  word-wrap: break-word;
  text-align: start;
  justify-content: flex-start;
}
.screening-card-directive .expanded-view-container {
  display: none;
  word-wrap: break-word;
}
.screening-card-directive .expanded-view-container.expanded {
  display: block;
}
.screening-card-directive .expanded-view-container .question-container:last-of-type {
  margin-bottom: -1rem;
}
.screening-card-directive .expanded-view-container .screening-img-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.screening-card-directive .expanded-view-container .screening-img-container .preview {
  max-width: 100%;
  max-height: 30rem;
  padding: 0.5rem;
}
@media (min-width: 600px) {
  .screening-card-directive .min-info-container {
    flex-direction: row;
  }
  .screening-card-directive .min-info-container .item {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .screening-card-directive .min-info-container :first-child {
    text-align: start;
    justify-content: flex-start;
  }
  .screening-card-directive .min-info-container :last-child {
    justify-content: flex-end;
    text-align: end;
  }
  .screening-card-directive .expanded-view-container .screening-img-container .preview {
    max-width: 33%;
    max-height: 35rem;
  }
}

.temperature-input-directive {
  display: flex;
  justify-content: space-between;
}
.temperature-input-directive .inline {
  width: 45%;
}

.template-branding .branding-sections {
  margin-bottom: 1rem;
}
.template-branding .save-container {
  display: flex;
  justify-content: flex-end;
}

.prescreening-template .te-card {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.25rem;
}
.prescreening-template .te-action-row {
  display: flex;
  justify-content: space-between;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.prescreening-template .te-action-row button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.prescreening-template .new-question-container {
  display: flex;
}
.prescreening-template .new-question-container .add-question-card {
  flex: 1;
}

.template-editor-options .option-container {
  display: flex;
  justify-content: space-between;
}
.template-editor-options .option-container .display-value {
  word-break: break-word;
}
.template-editor-options .option-container .new-option-input {
  flex: 1;
}
.template-editor-options .option-container button {
  margin-bottom: 0.25rem;
}
.template-editor-options .align-center-container {
  align-items: center;
}
.template-editor-options .align-bottom-container {
  align-items: flex-end;
}

.template-editor-question {
  display: flex;
  flex-direction: column;
}
.template-editor-question button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.template-editor-question .teq-topbar {
  display: flex;
}
.template-editor-question .teq-topbar .icon-bar {
  display: flex;
}
.template-editor-question .teq-topbar .button-bar {
  flex: 1;
  display: flex;
  justify-content: start;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.template-editor-question .teq-topbar .button-bar button.force-right {
  margin-left: auto;
}
.template-editor-question .teq-main-content [type=buttonSwitch] {
  width: 10rem;
}

@media (max-width: 400px) {
  .adjustments-display .mobile-hidden {
    display: none;
  }
}
.adjustments-display .balance {
  font-size: 1rem;
}

.add-ons-directive .add-on-group {
  margin-bottom: 3.5rem;
}
.add-ons-directive .add-on-group.shared-addon:not(.first-group) {
  margin-top: -2.5rem;
}
.add-ons-directive .add-on-group .group-info {
  margin: 0;
  padding: 0 0 1rem 0;
}
.add-ons-directive .add-on-group .group-info .group-name > h4 {
  display: inline-block;
  margin-bottom: 0;
}
.add-ons-directive .add-on-group .group-info .instruction-text-directive {
  padding: 0;
  margin: 0;
}
.add-ons-directive .add-on-group .group-info .instruction-text-directive p {
  margin: 0;
  padding: 0 0 0.75rem 0;
}
.add-ons-directive .add-on-group .group-info .instruction-text-directive p:last-of-type {
  padding: 0;
}
.add-ons-directive .add-on-group .add-on {
  margin-left: 1.5rem;
  margin-bottom: 0.25rem;
}
.add-ons-directive .add-on-group .price {
  padding-top: 7px;
}
.add-ons-directive .add-on-group .numeric {
  margin-left: 1.5rem;
}
.add-ons-directive .add-on-group .numeric .transparent {
  opacity: 0;
}
.add-ons-directive .add-on-group .numeric .quantity {
  display: inline-block;
  width: 60px;
}
.add-ons-directive .add-on-group .numeric .remaining {
  display: inline-block;
  vertical-align: top;
  padding: 30px 5px;
}
.add-ons-directive .no-truncate {
  margin: 0;
  padding: 0;
}
.add-ons-directive .md-wrapper {
  margin: 0;
  padding: 0;
  max-height: 8rem;
}
.add-ons-directive .truncate {
  transition-duration: 0.3s;
}
.add-ons-directive .truncate.expanded {
  max-height: 30rem;
}
.add-ons-directive .action-row {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0.25rem 0 0 0;
  width: 100%;
}
.add-ons-directive .show-more {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0;
  width: 100%;
}
.add-ons-directive .show-more.showing-more {
  margin: 0.5rem 0 0 0;
}
.add-ons-directive .show-more.showing-less {
  margin: -0.25rem 0 0 0;
}
.add-ons-directive .show-more > i {
  position: relative;
  padding-top: 0.05rem;
}
.add-ons-directive .show-more > span {
  font-size: 0.8rem;
  padding: 0 0.5rem 0 0.5rem;
}

.coupons-directive .has-coupons {
  max-width: 400px;
  margin-bottom: 1rem;
}
.coupons-directive .coupon-group {
  margin-bottom: 3.5rem;
}
.coupons-directive .instruction-text-directive {
  margin-bottom: 1rem;
}
.coupons-directive .no-truncate {
  margin: 0;
  padding: 0;
}
.coupons-directive .md-wrapper {
  margin: 0;
  padding: 0;
  max-height: 8rem;
}
.coupons-directive .truncate {
  transition-duration: 0.3s;
}
.coupons-directive .truncate.expanded {
  max-height: 30rem;
}
.coupons-directive .action-row {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0.25rem 0 0 0;
  width: 100%;
}
.coupons-directive .coupon-input {
  display: inline-block;
  width: 70%;
  max-width: 320px;
}
.coupons-directive .coupon-submit {
  margin: 1.5rem 0 0 1rem;
  vertical-align: top;
}
.coupons-directive .show-more {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0;
  width: 100%;
}
.coupons-directive .show-more.showing-more {
  margin: 0.5rem 0 0 0;
}
.coupons-directive .show-more.showing-less {
  margin: -0.25rem 0 0 0;
}
.coupons-directive .show-more > i {
  position: relative;
  padding-top: 0.05rem;
}
.coupons-directive .show-more > span {
  font-size: 0.8rem;
  padding: 0 0.5rem 0 0.5rem;
}
@media screen and (max-width: 480px) {
  .coupons-directive .selected-coupons {
    font-size: 0.8rem;
  }
}

.donation-directive h4 {
  margin-bottom: 8px;
}

.grade-filter-directive .grade-select {
  margin-bottom: 150px !important;
}

.registration-navigation-directive {
  width: 100%;
}

.payment-directive .dn-divider {
  border-top: 2px solid #4f7811;
  margin: 1.5rem 0;
}
.payment-directive .crebit-due-text {
  padding: 0 0 0 0.5em;
}
@media screen and (max-width: 480px) {
  .payment-directive .indent {
    padding-left: 0;
  }
  .payment-directive .indent .line-height {
    line-height: 180%;
  }
}
.payment-directive #auth-text > :first-child {
  margin-top: 0;
}
.payment-directive .auth-container {
  padding: 0.5em;
}
.payment-directive .auth-container.unauthorized {
  border: 2px dotted #e5aca7;
}
.payment-directive .auth-container.authorized {
  border: 2px dotted #a0c856;
}
.payment-directive #auth-checkbox {
  margin-top: -0.3em;
  cursor: default;
}
.payment-directive #auth-text {
  margin-left: 0.5em;
  margin-top: 0;
}
.payment-directive .ledger {
  line-height: 1.1rem;
}
.payment-directive .registration-authorization .material-input label {
  opacity: 1;
  padding: 2px 5px;
}

.protection-plan-directive .button {
  font-size: 0.9em;
  max-width: 450px;
  padding-bottom: 10px;
}
@media screen and (min-width: 720px) {
  .protection-plan-directive .button {
    font-size: 1em;
  }
}
.protection-plan-directive .insurance-table .policy, .protection-plan-directive .insurance-table .legend {
  display: flex;
  justify-content: space-between;
  padding: 2.5px 0;
  border-bottom: 2px solid silver;
}
.protection-plan-directive .insurance-table .policy .item, .protection-plan-directive .insurance-table .legend .item {
  flex-grow: 1;
  flex-basis: 5;
  font-size: 0.85em;
  align-self: center;
  padding: 0 2.5px;
  width: 16%;
}
.protection-plan-directive .insurance-table .policy .item.header, .protection-plan-directive .insurance-table .legend .item.header {
  padding: 0;
}
.protection-plan-directive .insurance-table .policy .item .standalone-checkbox, .protection-plan-directive .insurance-table .legend .item .standalone-checkbox {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.protection-plan-directive .insurance-table .policy .center, .protection-plan-directive .insurance-table .legend .center {
  text-align: center;
}
.protection-plan-directive .insurance-table .policy {
  flex-wrap: wrap;
}
.protection-plan-directive .insurance-table .policy .small, .protection-plan-directive .insurance-table .policy .registration-state .registration-crebits .subcrebit, .registration-state .registration-crebits .protection-plan-directive .insurance-table .policy .subcrebit {
  font-size: 0.8rem;
}
.protection-plan-directive .insurance-table .legend .item {
  text-transform: uppercase;
  font-weight: 500;
  color: grey;
}
.protection-plan-directive .insurance-table .date {
  width: 30%;
  display: inline-block;
  padding: 0 5px;
  min-width: 18rem;
}
.protection-plan-directive .insurance-table .actions {
  width: 100%;
  text-align: right;
  padding-right: 5px;
  min-width: 10rem;
}
.protection-plan-directive .insurance-table .footer {
  display: flex;
  padding: 5px 0;
  justify-content: flex-end;
}
.protection-plan-directive .insurance-table .footer .item {
  text-align: center;
  font-size: 0.85em;
  width: 16%;
}
.protection-plan-directive .insurance-table #mobile-selection {
  display: none;
}
.protection-plan-directive .insurance-table .desktop {
  display: initial;
}
.protection-plan-directive .insurance-table label {
  display: none;
}
@media screen and (max-width: 720px) {
  .protection-plan-directive .insurance-table #mobile-selection {
    display: block;
  }
  .protection-plan-directive .insurance-table .desktop {
    display: none;
  }
  .protection-plan-directive .insurance-table .legend {
    display: none;
  }
  .protection-plan-directive .insurance-table .footer {
    margin-top: 2.5px;
  }
  .protection-plan-directive .insurance-table label {
    display: block;
    font-weight: 400;
    color: grey;
    font-size: 0.9rem;
  }
  .protection-plan-directive .insurance-table .policy {
    flex-direction: column;
    padding: 5px 0;
    /*Items order on mobile*/
  }
  .protection-plan-directive .insurance-table .policy .header {
    text-transform: uppercase;
    font-weight: 500;
    color: grey;
  }
  .protection-plan-directive .insurance-table .policy .date {
    width: 100%;
  }
  .protection-plan-directive .insurance-table .policy .item {
    width: 100%;
    padding: 2.5px 2.5px;
  }
  .protection-plan-directive .insurance-table .policy .item.header {
    padding: 0;
  }
  .protection-plan-directive .insurance-table .policy .item .center {
    width: 20%;
    display: inline-block;
  }
  .protection-plan-directive .insurance-table .policy .item:nth-of-type(1) {
    order: 1;
  }
  .protection-plan-directive .insurance-table .policy .item:nth-of-type(2) {
    order: 3;
  }
  .protection-plan-directive .insurance-table .policy .item:nth-of-type(3) {
    order: 4;
  }
  .protection-plan-directive .insurance-table .policy .item:nth-of-type(4) {
    order: 5;
  }
  .protection-plan-directive .insurance-table .policy .item:nth-of-type(5) {
    order: 6;
  }
  .protection-plan-directive .insurance-table .policy .item:nth-of-type(6) {
    order: 2;
  }
  .protection-plan-directive .insurance-table .policy .center {
    text-align: left;
  }
}

.reg-modal .reg-modal-overlay {
  position: fixed;
  z-index: 10000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.reg-modal .reg-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index: 10000;
  position: fixed;
  width: 500px;
  max-width: 1000px;
  max-height: 90%;
  overflow-y: auto;
  /* Center the dialog */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #fefefe;
  box-shadow: 4px 4px 80px #000;
}
@media screen and (max-width: 720px) {
  .reg-modal .reg-modal-dialog {
    width: 90%;
  }
}
.reg-modal .reg-modal-dialog-content {
  text-align: center;
  padding: 0 2rem 2rem;
  color: #797979;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 720px) {
  .reg-modal .reg-modal-dialog-content {
    padding: 0 20px 20px;
  }
}

.reg-summary-modal .reg-modal-title {
  text-align: center;
  margin: 0;
  color: #575757;
  font-weight: 600;
  font-size: 30px;
  padding: 2rem;
}
@media screen and (max-width: 720px) {
  .reg-summary-modal .reg-modal-title {
    padding: 20px;
  }
}
.reg-summary-modal .summary-content {
  text-align: left;
  padding: 0px 24px;
}
@media screen and (max-width: 720px) {
  .reg-summary-modal .summary-content {
    padding: 0px;
  }
}
.reg-summary-modal .summary-content .description-text {
  margin-bottom: 20px;
}
.reg-summary-modal .summary-content .reg-header {
  padding: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reg-summary-modal .summary-content .reg-header .reg-heading {
  color: #575757;
}
.reg-summary-modal .summary-content .reg-header .reg-subheading {
  font-size: 14px;
  margin-right: 2px;
  font-weight: normal;
}
.reg-summary-modal .summary-content .reg-header i {
  margin-right: 4px;
  margin-left: 2px;
}
.reg-summary-modal .summary-content .success-reg-header {
  background-color: #D6E4B6;
}
.reg-summary-modal .summary-content .success-reg-header i {
  color: #5ca100;
}
.reg-summary-modal .summary-content .unavailable-reg-header {
  background-color: #FFD7D7;
}
.reg-summary-modal .summary-content .unavailable-reg-header i {
  color: #DD5353;
}
.reg-summary-modal .summary-content .waitlisted-reg-header {
  background-color: #D7ECFF;
}
.reg-summary-modal .summary-content .waitlisted-reg-header i {
  color: #52A6D4;
}
.reg-summary-modal .summary-content .successful-session {
  color: #5ca100;
}
.reg-summary-modal .summary-content .unavailable-session {
  color: #DD5353;
}
.reg-summary-modal .summary-content ul {
  margin-top: 8px;
}
.reg-summary-modal .summary-content .dividing-line {
  height: 1px;
  background-color: #797979;
}
.reg-summary-modal .summary-content .paid-today-section {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin: 14px 7px;
}
.reg-summary-modal .summary-content .paid-today-section .paid-today-text {
  color: #575757;
}
.reg-summary-modal .summary-content .paid-today-section .paid-today-amount {
  color: #5ca100;
}
.reg-summary-modal .summary-content .payment-plan-section {
  display: flex;
  margin: 20px 0px 20px 7px;
}
.reg-summary-modal .summary-content .payment-plan-section i {
  margin-right: 10px;
  color: #575757;
}
.reg-summary-modal .summary-content .payment-plan-section a {
  display: inline-block;
}
.reg-summary-modal .summary-content .payment-plan-section a[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.reg-summary-modal .summary-content .social-media-section {
  text-align: center;
  margin-top: 20px;
}
.reg-summary-modal .summary-content .social-media-section .social-media-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reg-summary-modal .summary-content .social-media-section .social-media-buttons .btn-share {
  margin: 0 5px;
}
.reg-summary-modal .summary-content .social-media-section .social-media-buttons .logo-wrapper {
  display: flex;
  align-items: center;
  width: 42px;
}
.reg-summary-modal .summary-content .social-media-section .social-media-buttons .logo-wrapper img {
  width: 100%;
  border-radius: 5px;
}
.reg-summary-modal .modal-buttons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.reg-summary-modal .modal-buttons-wrapper .modal-buttons {
  width: 100%;
  margin: 0px 9px;
  cursor: pointer;
  font-size: 17px;
  font-weight: normal;
  color: white;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .reg-summary-modal .modal-buttons-wrapper .modal-buttons {
    padding: 10px 0px;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .reg-summary-modal .modal-buttons-wrapper .modal-buttons {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .reg-summary-modal .modal-buttons-wrapper .modal-buttons {
    font-size: 10px;
  }
}
.reg-summary-modal .modal-buttons-wrapper .reg-modal-close {
  background-color: #6E991F;
}
.reg-summary-modal .modal-buttons-wrapper .reg-modal-close:hover {
  background-color: #589b00;
  color: white;
}
.reg-summary-modal .modal-buttons-wrapper .reg-modal-close:active {
  background-color: #4f8a00;
  color: white;
}
.reg-summary-modal .modal-buttons-wrapper .reg-modal-new-registration {
  background-color: #e88c08;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.reg-summary-modal .modal-buttons-wrapper .reg-modal-new-registration i {
  margin-top: 2px;
}
.reg-summary-modal .modal-buttons-wrapper .reg-modal-new-registration:hover {
  background-color: #e88a06;
  color: white;
}
.reg-summary-modal .modal-buttons-wrapper .reg-modal-new-registration:active {
  background-color: #d27d07;
  color: white;
}

.session-select-directive .linked-sections {
  margin-bottom: 1em;
  color: #6E991F;
}
.session-select-directive .search-bar {
  margin-bottom: 1em;
}
.session-select-directive .short-name-section {
  margin-bottom: 3em;
}
.session-select-directive .short-name-section .session {
  min-height: 4em;
}
.session-select-directive .short-name-section .session .checkbox {
  margin-right: 0.2em;
}
.session-select-directive .short-name-section .session.no-click {
  cursor: not-allowed;
}
.session-select-directive .short-name-section .session .description {
  margin: 0 0.5em 0 1.5em;
}

.reminder-filters .reminder-filter-save {
  display: flex;
  justify-content: flex-end;
  margin-right: 3rem;
  margin-top: 1rem;
}

.scheduled-reminders-card {
  width: 100%;
}
.scheduled-reminders-card .button-bar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.scheduled-reminders-card .button-bar .action-bar {
  display: flex;
  justify-content: flex-end;
}

.sms-directive .token-info {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 0 0;
}
.sms-directive .token-info .token-count {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}
.sms-directive .token-info .purchase-tokens {
  align-self: flex-end;
}
.sms-directive .message {
  min-width: 12rem;
  margin: 0;
  width: 100%;
}
.sms-directive .char-count-info {
  text-align: right;
}
.sms-directive .char-count-info .text-count {
  padding-left: 2rem;
}
.sms-directive .message-preview {
  margin-bottom: 2rem;
}
.sms-directive .message-preview > pre {
  font-size: 1rem;
}

.sms-tokens {
  margin-bottom: 1em;
  display: block;
}
.sms-tokens .buy-tokens {
  margin-top: 1em;
}
@media only screen and (max-width: 600px) {
  .sms-tokens .buy-tokens {
    text-align: center;
  }
}
.sms-tokens .sms-packages {
  text-align: center;
  width: 100%;
}
.sms-tokens .sms-packages .package {
  display: inline-block;
  width: 32%;
  height: 165px;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .sms-tokens .sms-packages .package {
    display: block;
    margin: 0 auto;
  }
}
.sms-tokens .sms-packages .package .sm i {
  margin-top: 0.6em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 600px) {
  .sms-tokens .sms-packages .package .sm i {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.sms-tokens .sms-packages .package .md i {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 600px) {
  .sms-tokens .sms-packages .package .md i {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.sms-tokens .sms-packages .package .lg i {
  margin-bottom: 0.1em;
}
.sms-tokens .sms-packages .package h4, .sms-tokens .sms-packages .package h5, .sms-tokens .sms-packages .package h6 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 600px) {
  .sms-tokens .sms-packages .package h4, .sms-tokens .sms-packages .package h5, .sms-tokens .sms-packages .package h6 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.sms-tokens .sms-packages .package.selected {
  color: #6E991F;
}
.sms-tokens .margin-top {
  margin-top: 1.5em;
}
.sms-tokens .neg-mar {
  margin-bottom: -1em;
}
.sms-tokens .terms {
  margin: 1em auto;
  font-size: 0.75em;
}

.tag-directive {
  padding: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  color: #ffffff;
  font-size: 0.8333333333rem;
  display: inline-block;
  font-weight: bold;
  word-break: break-word;
}
@media (max-width: 480px) {
  .tag-directive {
    font-size: 0.7291666667rem;
  }
}
.tag-directive.blue {
  background-color: #325892;
}
.tag-directive.grey {
  background-color: #676767;
}

.tag-builder-directive {
  margin-bottom: 1rem;
  color: #676767;
  font-size: 0.8333333333rem;
}
@media (max-width: 480px) {
  .tag-builder-directive {
    font-size: 0.7291666667rem;
  }
}
.tag-builder-directive .tag-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-bottom: 0.5rem;
}
.tag-builder-directive .tag-conditions {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.tag-builder-directive .hidden {
  overflow: hidden;
  height: 2.5rem;
}

[qt-authorization] .auth-body {
  font-size: 11pt;
}
@media screen and (max-width: 400px) {
  [qt-authorization] .decline-btn {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  [qt-authorization] .accept-btn {
    width: 95%;
  }
}

[qt-boolean] {
  /*margin-bottom: 1em;*/
}

.boolean-question {
  /*margin-bottom: 1em;*/
}

.verticalCenter {
  align-items: center;
}

.qt-instructions p {
  margin: 0;
  padding-bottom: 1rem;
}
.qt-instructions p:last-of-type {
  padding-bottom: 0;
}
.qt-instructions :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.multi-auth section.single-auth {
  margin-bottom: 3rem;
}
.multi-auth section.single-sig:not(:last-of-type) {
  margin-bottom: 1rem;
}
.multi-auth .heading {
  font-size: 1rem;
}
.multi-auth .auth-body {
  font-size: 0.85rem;
}
@media screen and (max-width: 400px) {
  .multi-auth .form-actions .decline-btn {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .multi-auth .form-actions .accept-btn {
    width: 95%;
  }
}

.qt-question {
  margin-bottom: 1rem;
}
.qt-question hr {
  margin-top: 0;
}
.qt-question h3 {
  margin: 3rem 0 0.5rem 0;
}
.qt-question h4 {
  margin: 2.5rem 0 0.5rem 0;
}

.upload-container {
  position: relative;
}
.upload-container .template-btn {
  position: absolute;
  right: 0px;
  z-index: 99;
  top: 15px;
}

.trusted-contact-edit {
  max-width: 50rem;
}
.trusted-contact-edit .trusted-contact-form {
  display: flex;
  flex-flow: column wrap;
  height: 40rem;
}
.trusted-contact-edit .trusted-contact-form .contact-field {
  margin: 0rem;
  padding: 0rem;
  width: 45%;
  height: 5rem;
}
.trusted-contact-edit .trusted-contact-form .contact-field.instruction {
  margin-top: 2rem;
  margin-bottom: 3rem;
  order: -2;
  height: 10rem;
}
.trusted-contact-edit .trusted-contact-form .contact-field.contact-photo {
  margin: auto;
  height: 20rem;
  width: 20rem;
}
.trusted-contact-edit .trusted-contact-form .contact-field.contact-photo:hover::after {
  content: "Click to Upload Photo";
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: rgba(77, 77, 77, 0.6);
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  color: #ffffff;
}
.trusted-contact-edit .trusted-contact-form .contact-field.contact-photo.photo-upload-overlay::after {
  content: "Click to Upload Photo";
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: rgba(77, 77, 77, 0.6);
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  color: #ffffff;
}
.trusted-contact-edit .trusted-contact-form .contact-field.contact-photo.view-only {
  pointer-events: none;
}
.trusted-contact-edit .trusted-contact-form .contact-field.contact-photo.view-only.photo-upload-overlay::after {
  content: none;
}
.trusted-contact-edit .trusted-contact-form .contact-field.contact-photo .placeholder {
  font-size: 8rem;
}
.trusted-contact-edit .trusted-contact-form .contact-field.require-photo {
  border: 2px solid #e5aca7;
}
.trusted-contact-edit .trusted-contact-form .split-fields {
  display: flex;
  flex-direction: row;
}
.trusted-contact-edit .trusted-contact-form .split-fields .long-field {
  padding-right: 0.5rem;
  flex: 3;
}
.trusted-contact-edit .trusted-contact-form .split-fields .short-field {
  flex: 1;
}
.trusted-contact-edit .contact-form-bottom {
  padding-right: 5%;
  width: 100%;
}
.trusted-contact-edit .contact-form-bottom .contact-address {
  padding-bottom: 1.5rem;
}
.trusted-contact-edit .contact-form-bottom .contact-form-actions {
  display: flex;
  justify-content: space-between;
}
.trusted-contact-edit .right {
  text-align: center;
}
.trusted-contact-edit .space-around {
  justify-content: space-around;
}
.trusted-contact-edit .center {
  justify-content: center;
}
@media (max-width: 800px) {
  .trusted-contact-edit .contact-form-bottom {
    padding-right: 0;
  }
  .trusted-contact-edit .trusted-contact-form {
    height: 100%;
  }
  .trusted-contact-edit .trusted-contact-form .contact-field {
    width: 100%;
  }
  .trusted-contact-edit .trusted-contact-form .contact-field.instruction {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 1rem;
    height: auto;
  }
  .trusted-contact-edit .trusted-contact-form .contact-field.contact-photo {
    order: -1;
    height: 16rem;
    width: 16rem;
  }
  .trusted-contact-edit .trusted-contact-form .contact-field.contact-photo .placeholder {
    font-size: 6rem;
  }
}

trusted-contacts-list .contact-info:hover {
  cursor: pointer;
}
trusted-contacts-list[view-only=true] {
  pointer-events: none;
}
trusted-contacts-list .trusted-contact-container {
  display: flex;
  align-items: stretch;
}
trusted-contacts-list .trusted-contact-container .left-contact-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
trusted-contacts-list .trusted-contact-container .left-contact-column .edit-btn {
  margin-top: 1rem;
}
trusted-contacts-list .trusted-contact-container .right-contact-column {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  width: 100%;
  height: inherit;
}
trusted-contacts-list .trusted-contact-container .right-contact-column h3 {
  margin-bottom: 0.5rem;
}
trusted-contacts-list .trusted-contact-container .right-contact-column .phone-email {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
trusted-contacts-list .trusted-contact-container .right-contact-column .phone-email > * {
  margin-top: auto;
}
trusted-contacts-list .trusted-contact-container .right-contact-column .contact-field {
  margin-top: 0.25rem;
  font-size: 0.9rem;
}
trusted-contacts-list .trusted-contact-container .right-contact-column .address {
  margin-top: 0.5rem;
}

.state-auth {
  height: 100vh;
  width: 100%;
}
.state-auth .top-bar {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 3rem;
  background-color: #6E991F;
  box-shadow: 0 0 5px 2px #4d4d4d;
}
.state-auth .top-bar .top-bar-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 50rem;
  min-width: 20rem;
  color: #fefefe;
}
.state-auth .top-bar .top-bar-content a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.state-auth .top-bar .top-bar-content a img {
  padding-top: 0.25rem;
  display: block;
  max-height: 3rem;
}
.state-auth .top-bar .top-bar-content a i {
  margin: 0 0.25rem 0 0;
}
.state-auth .campdoc-size {
  width: 10.5rem;
}
.state-auth .schooldoc-size {
  width: 11.5rem;
}
@media all and (max-width: 720px) {
  .state-auth .campdoc-size,
  .state-auth .schooldoc-size {
    width: auto;
  }
}
.state-auth .auth-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  top: 3rem;
  width: 100%;
  height: calc(100vh - 3rem);
}
.state-auth .auth-container .floater {
  z-index: 1;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding: 1.5rem;
  margin: 0 auto;
  height: auto;
  max-height: 55rem;
  width: 100%;
  max-width: 24rem;
  border-radius: 0.1875em;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px 2px #4d4d4d;
}
@media all and (max-width: 720px) {
  .state-auth .auth-container .floater {
    height: 100%;
    max-height: none;
    min-height: unset;
    max-width: none;
    border-radius: 0;
  }
}
.state-auth .auth-container .floater .org-name {
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  padding: 0;
}
.state-auth .auth-container .floater .wordmark {
  min-height: 2rem;
  max-height: 12rem;
  max-width: 20rem;
  margin: 0 auto 1rem;
  display: block;
}
.state-auth .auth-container .floater ui-view {
  flex: 1;
  display: block;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0 0 1rem 0;
}
.state-auth .auth-container .floater ui-view .btn-container .btn {
  padding: 0.5rem;
  border-radius: 0.1875em;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
  transition: all linear 0.25s;
}
.state-auth .auth-container .floater ui-view .btn-container .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.75);
}
.state-auth .auth-container .floater ui-view .btn-container [disabled=disabled] {
  opacity: 0.75;
}
.state-auth .auth-container .floater ui-view .btn-container [disabled=disabled].btn-info {
  color: #6889b7;
  border-color: #6889b7;
}
.state-auth .auth-container .floater ui-view .btn-container [disabled=disabled].btn-danger {
  color: #ea9089;
  border-color: #ea9089;
}
.state-auth .auth-container .legal {
  margin: 0 auto;
  width: 100%;
  color: #999999;
}
.state-auth .auth-container .legal .copyright {
  font-size: 1rem;
  font-weight: 500;
}
.state-auth .auth-container .legal .legal-links {
  display: inline-block;
}
.state-auth .auth-container .legal .recaptcha-text {
  margin-top: 0.5em;
  font-size: 0.8em;
}
.state-auth .auth-container .legal .recaptcha-text a:hover {
  text-decoration: underline;
}
.state-auth .vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
}

.state-where-to {
  padding: 0.5rem;
}
.state-where-to .oper-toolbar {
  max-width: 720px;
  margin: 1.5rem auto;
  margin-top: 1rem;
}
.state-where-to .oper-toolbar .shortcut-container h5 {
  font-weight: 400;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.state-where-to .oper-toolbar .org-select {
  display: flex;
}
.state-where-to .oper-toolbar .org-select material-input, .state-where-to .oper-toolbar .org-select [material-input] {
  flex: 1;
}
.state-where-to .oper-toolbar .org-select .portal-links {
  line-height: 59px;
  text-decoration: none;
}
.state-where-to .oper-toolbar .portal-links {
  display: inline-block;
  text-decoration: none;
  margin-right: 0.5em;
}
.state-where-to .oper-toolbar .portal-links i {
  line-height: 1.25;
}
.state-where-to .oper-toolbar .shortcut-links {
  display: inline-block;
  text-decoration: none;
  margin-left: 0.75em;
}
.state-where-to .oper-toolbar .shortcut-links i {
  line-height: 1.25;
}
.state-where-to .organization {
  border-radius: 0.375em;
  min-height: 200px;
  height: 25vh;
  position: relative;
  max-width: 720px;
  margin: 1em auto;
  color: #fefefe;
}
.state-where-to .organization:first-child {
  margin-top: 0;
}
.state-where-to .organization .gradient {
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  border-bottom-left-radius: 0.375em;
  border-bottom-right-radius: 0.375em;
}
.state-where-to .organization .text {
  position: absolute;
  bottom: 0;
  padding: 1.5em;
  max-width: 720px;
  text-align: right;
  width: 100%;
}
.state-where-to .organization .text .name {
  cursor: pointer;
  font-size: 2em;
  font-weight: 200;
}
.state-where-to .organization .text .portals a.portal {
  cursor: pointer;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  margin-right: 0.8em;
  margin-top: 0.5em;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.state-where-to .organization .text .portals a.portal:hover {
  opacity: 1;
}
.state-where-to .organization .text .portals a.portal:last-child {
  margin-right: 0;
}

.rainbow {
  background: linear-gradient(to right, orange, yellow, green, cyan, blue, violet);
  background-size: 400% 400%;
  animation: rainbow 1s ease infinite;
}
@keyframes rainbow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.rainbow-backwards {
  background: linear-gradient(to right, orange, yellow, green, cyan, blue, violet);
  background-size: 400% 400%;
  animation: rainbow-backwards 1s ease infinite;
}
@keyframes rainbow-backwards {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.fa-rotate-315 {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}

.events-state .event-list {
  height: calc(100vh - 250px);
  overflow-y: scroll;
}
.events-state .important-events strong {
  margin-left: 1rem;
  font-weight: 400;
}
.events-state .important-events .important-event {
  margin-bottom: 0.25rem;
}
.events-state .important-events .important-event .header {
  margin-top: 0;
}
.events-state .important-events .important-event .list-group {
  width: 30em;
  margin: 1em 2.5em;
}
.events-state .important-events .important-event .btn {
  margin-top: 1em;
}
.events-state .event {
  padding: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border: 1px solid #ccc;
  border-radius: 2px;
}
.events-state .load-more {
  margin: 2em;
  text-align: center;
}
.events-state .help-text {
  margin-top: 1.5em;
}
.events-state .help-text .help-header {
  margin-bottom: 0;
}
.events-state .help-text .help-content {
  margin-top: 0.25em;
}
.events-state .underline {
  text-decoration: underline;
}

.attendance-state {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 3rem);
}
.attendance-state ui-view {
  flex: 1;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
}
.attendance-state .attendance-bottom-nav {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .attendance-state {
    height: calc(100vh - 8rem);
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .attendance-state {
    height: calc(100vh - 4.5rem);
  }
}
@media screen and (max-width: 600px) {
  .attendance-state .attendance-bottom-nav {
    margin-bottom: 0.5rem;
  }
}
.emar-state {
  min-width: 640px;
  max-width: 1280px;
}
.emar-state .center {
  margin: 0 auto;
}
.emar-state .mar-bottom {
  margin-bottom: 0.5rem;
}
.emar-state .mar-bottom .del-btn {
  margin-top: 0.5rem;
}
.emar-state .search-input {
  margin-bottom: 1rem;
}
.emar-state .med-column {
  margin-right: 1rem;
}
.emar-state .missing-days {
  display: inline;
}
.emar-state .prn {
  color: #6E991F;
  font-weight: bold;
}
.emar-state .missed-date-entries {
  text-decoration: underline;
  margin-right: 0.2rem;
}
.emar-state .missed-time-slots {
  text-decoration: underline;
  margin-right: 0.2rem;
}
.emar-state .mar-list {
  overflow: auto;
  height: calc(100vh - 145px - 1rem);
}
.emar-state .mar-list .no-results {
  width: 50%;
  min-width: 200px;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.emar-state .mar-list .no-results h2,
.emar-state .mar-list .no-results .try-another {
  color: grey;
  margin-bottom: 0.5rem;
}
.emar-state .mar-list .no-results .try-another {
  font-style: oblique;
}
.emar-state .filter-side-bar {
  width: 200px;
}
.emar-state .filter-column-header {
  font-size: 0.85rem;
  margin-bottom: 0.1rem;
}
.emar-state .date-header {
  text-align: center;
}
.emar-state .date-text {
  text-decoration: underline;
}
.emar-state .arrow-left {
  width: 35px;
}
.emar-state .arrow-right {
  width: 35px;
  text-align: right;
}
.emar-state .slot-filter .selectize-dropdown-content {
  max-height: 400px;
}
.emar-state .bulk-entry-btn {
  width: 100%;
}
.emar-state .history-btn {
  width: 100%;
  margin-top: 0.5rem;
}
.emar-state .mar {
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  padding: 0.5rem;
}
.emar-state .mar .status {
  white-space: nowrap;
}
.emar-state .mar.status-given, .emar-state .mar.status-notGiven, .emar-state .mar.status-pending {
  opacity: 0.5;
}
.emar-state .mar.status-given:hover, .emar-state .mar.status-notGiven:hover, .emar-state .mar.status-pending:hover {
  opacity: 1;
}
.emar-state .mar .initials {
  font-weight: 800;
  width: 52px;
}
.emar-state .mar:last-child {
  border-bottom: none;
}
.emar-state .mar:hover {
  background-color: #f2f2f2;
}
.emar-state .mar .profile-column {
  display: inline-block;
}
.emar-state .mar .mar-profile {
  font-size: 0.9rem;
  position: relative;
  display: flex;
}
.emar-state .mar .mar-profile .profile-name {
  line-height: 19px;
}
.emar-state .mar .mar-profile .profile-name a {
  font-weight: 500;
  text-decoration: none;
}
.emar-state .mar .mar-profile .profile-name .has-allergies {
  font-size: 0.75rem;
  color: grey;
}
.emar-state .mar .mar-profile .dob-sex {
  line-height: 17px;
  color: grey;
}
.emar-state .mar .avatar-position {
  flex: 0 0 1em;
  font-size: 2.813rem;
  margin-right: 0.5rem;
}
.emar-state .mar .avatar-position .avatar {
  font-size: 1em;
}
.emar-state .mar .beneath-medication {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.emar-state .mar .beneath-medication .small.muted, .emar-state .mar .beneath-medication .registration-state .registration-crebits .muted.subcrebit, .registration-state .registration-crebits .emar-state .mar .beneath-medication .muted.subcrebit {
  font-size: 0.75em;
}
.emar-state .mar .beneath-medication .small.muted:hover, .emar-state .mar .beneath-medication .registration-state .registration-crebits .muted.subcrebit:hover, .registration-state .registration-crebits .emar-state .mar .beneath-medication .muted.subcrebit:hover {
  text-decoration: underline;
}
.emar-state .mar .mar-medication {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.emar-state .mar .mar-medication .name a {
  text-decoration: none;
  font-weight: 500;
}
.emar-state .mar .mar-medication .name a.emergency-true {
  color: #df5348;
}
.emar-state .mar .mar-medication .instructions,
.emar-state .mar .mar-medication .when-to-give {
  font-size: 0.9rem;
  color: grey;
}
.emar-state .mar .mar-medication .when-to-give {
  font-style: oblique;
  font-size: 0.8rem;
}
.emar-state .mar .mar-medication .med-column-position {
  margin-right: 0.5rem;
}
.emar-state .mar .mar-medication .note-textbox {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.emar-state .mar .med-status-checkboxes {
  margin-top: -1rem;
  margin-left: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .emar-state .mar .med-status-checkboxes {
    display: block;
  }
}
.emar-state .mar .indiv-status-checkboxes {
  margin: 0.2rem;
}
.emar-state .mar .mar-summary-controls i {
  line-height: 36px;
}
.emar-state .mar .mar-summary-controls i.fa-calendar {
  color: #44638e;
}
.emar-state .mar .mar-summary-controls i.fa-exclamation-circle {
  color: #df5348;
}
.emar-state .mar .mar-summary-controls .given {
  color: #6E991F;
  line-height: 28px;
}
.emar-state .mar .mar-summary-controls .given i {
  font-size: 1.3rem;
}
.emar-state .mar .mar-summary-controls .control-position {
  width: 85px;
  text-align: center;
}
.emar-state .mar .mar-summary-controls .expand-button {
  margin-top: 4px;
  color: grey;
}
.emar-state .mar .mar-summary-controls .save-button {
  margin-top: 4px;
  width: 50px;
}
.emar-state .mar .spaceholder {
  width: 85px;
}
.emar-state .mar .recorded-at {
  color: grey;
  font-size: 0.8rem;
}
.emar-state .mar .recorded-at.update-log {
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .emar-state .mar .recorded-at.update-log {
    white-space: normal;
  }
  .emar-state .mar .recorded-at.update-log .changelog {
    display: block;
    margin-left: 25px;
    margin-bottom: 5px;
  }
  .emar-state .mar .recorded-at.update-log .changelog span {
    display: none;
  }
}
.emar-state .mar .dimensions {
  font-size: 0.75rem;
}
.emar-state .mar .allergy-header, .emar-state .mar .registration-header {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
  color: grey;
}
.emar-state .mar .allergy-list, .emar-state .mar .registration-list {
  margin-top: 0;
  font-size: 0.7rem;
  list-style: circle;
  padding-left: 1rem;
}
.emar-state .med-detail {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.emar-state .med-detail .detail-header {
  font-weight: 500;
  display: inline-block;
  color: grey;
  text-transform: uppercase;
  margin-right: 0.25rem;
  font-size: 0.7rem;
}
.emar-state .med-detail .boolean {
  display: inline-block;
  margin-right: 0.5rem;
}
.emar-state .med-detail .boolean.emergency {
  color: #df5348;
}
.emar-state .status-bar {
  position: relative;
  margin-bottom: 10px;
}
.emar-state .status-bar .header {
  font-weight: 400;
  font-size: 0.95rem;
}
.emar-state .status-bar .header .strong {
  font-weight: 600;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.emar-state .status-bar .missed-meds {
  font-style: oblique;
  color: #df5348;
  font-weight: 400;
  font-size: 0.8rem;
}
.emar-state .status-bar .refresh {
  color: grey;
  margin-right: 0.5rem;
}
.emar-state .status-bar .progress {
  opacity: 0.8;
}
.emar-state .status-bar .progress .progress-bar {
  height: 5px;
  width: 100%;
  background-color: #ccc;
  position: relative;
}
.emar-state .status-bar .progress .progress-bar div {
  height: 5px;
}
.emar-state .status-bar .progress .progress-bar .progress-given {
  position: absolute;
  background-color: #7dae23;
  width: 35%;
}
.emar-state .status-bar .progress .progress-bar .progress-given .progress-label {
  font-size: 0.6rem;
  font-weight: 500;
  position: absolute;
  top: 5px;
  text-transform: uppercase;
  color: #7dae23;
}
.emar-state .status-bar .progress .progress-bar .progress-pending {
  position: absolute;
  left: 35%;
  background-color: #44638e;
  height: ineherit;
  width: 25%;
}
.emar-state .status-bar .progress .progress-bar .progress-pending .progress-label {
  font-size: 0.6rem;
  font-weight: 500;
  position: absolute;
  top: 5px;
  text-transform: uppercase;
  color: #44638e;
}
.emar-state .status-bar .progress .progress-bar .progress-not-given {
  position: absolute;
  left: 60%;
  background-color: #F89406;
  width: 15%;
}
.emar-state .status-bar .progress .progress-bar .progress-not-given .progress-label {
  font-size: 0.6rem;
  font-weight: 500;
  position: absolute;
  top: 5px;
  text-transform: uppercase;
  color: #F89406;
}

.inline-checkbox {
  margin-top: -1rem;
}
.inline-checkbox .last-checkbox {
  margin-right: 1rem;
}

.modal-cancel {
  background-color: #c1c1c1;
}
.modal-cancel:hover {
  background-color: #b9b9b9;
}

.modal-confirm {
  background-color: #6E991F;
}
.modal-confirm:hover {
  box-shadow: rgba(110, 153, 31, 0.8) 0 0 2px, rgba(0, 0, 0, 0.0470588) 0 0 0 1px inset;
  background-color: #6E991F;
}

.no-decorations {
  list-style-type: none;
}

.med-freq i {
  z-index: 99;
}
.med-freq i:hover .content {
  z-index: 999;
}

div[ledger-filter] {
  margin: 0 0 2rem 0;
}

.totals-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem 0;
}
.totals-row .balance-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 12rem;
  margin: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  box-shadow: 0 1px 5px -1px grey;
  border: 1px solid #b3b3b3;
  border-radius: 0.1875rem;
  background-color: #fefefe;
}
.totals-row .balance-card h4 {
  margin: 0 0 0.5rem 0;
}
.totals-row .balance-card h2 {
  margin: 0;
}

.summary {
  font-weight: bold;
  border-top: 3px double gray;
}

.vertical-center {
  display: flex;
  align-items: center;
}
.vertical-center .split-icon {
  font-size: 1rem;
  color: grey;
}

.funknotes-state .downloads-ui [instruction-text] {
  margin-bottom: 1.5rem;
}
.funknotes-state .downloads-ui .reports-list-directive {
  margin-top: 0.5rem;
}
.funknotes-state .funk-stats {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem 0;
}
.funknotes-state .funk-stats .funk-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 12rem;
  margin: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  box-shadow: 0 1px 5px -1px grey;
  border: 1px solid #b3b3b3;
  border-radius: 0.1875rem;
  background-color: #fefefe;
}
.funknotes-state .funk-stats .funk-card h4 {
  margin: 0 0 0.5rem 0;
}
.funknotes-state .funk-stats .funk-card h2 {
  margin: 0;
}

.padding-b {
  padding: 0;
  padding-bottom: 1.5rem;
}

.important-top-none {
  top: 0 !important;
}

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

.cursor-pointer {
  cursor: pointer;
}

.margin-b-large {
  margin-bottom: 1.5rem;
}

.margin-b-small {
  margin-bottom: 0.5rem;
}

.no-margin {
  margin: 0;
}

.small-font {
  font-size: 0.8rem;
}

.heavy-font {
  font-weight: 400;
}

.important-top-big {
  top: 4.2rem !important;
}

.important-top-mid {
  top: 2rem !important;
}

.medical-supplies-state .pad-top {
  padding-top: 1em;
}
.medical-supplies-state .center {
  margin-top: 1.5em;
  text-align: center;
}

.no-permissions-state {
  text-align: center;
}

.profiles-state {
  display: flex;
}
.profiles-state .left-pane .profile-list {
  overflow: auto;
  height: calc(100vh - 50px - 38px - 26px);
  background-color: #f9f9f9;
  width: 250px;
  box-shadow: inset -8px 0 10px -10px grey;
}
.profiles-state .left-pane .profile-list .profile-link {
  overflow: hidden;
  display: flex;
  width: 100%;
  position: relative;
  background-color: #f9f9f9;
  /* border-bottom:1px solid grey; */
  box-shadow: inset -8px 0 10px -10px grey;
  font-size: 0.9rem;
}
.profiles-state .left-pane .profile-list .profile-link:hover {
  background-color: #f4f4f4;
}
.profiles-state .left-pane .profile-list .profile-link.active {
  border-right: none;
  box-shadow: 0 0 8px 0px grey;
  background-color: #fefefe;
  z-index: 5 !important;
}
.profiles-state .left-pane .profile-list .profile-link .check {
  /*display: none;*/
  padding-top: 6px;
  padding-left: 4px;
}
.profiles-state .left-pane .profile-list .profile-link .grey {
  color: grey;
}
.profiles-state .left-pane .profile-list .profile-link a {
  flex: 1;
  height: 45px;
  padding: 6px 8px;
  overflow: hidden;
  /* padding-left: 4px; */
  text-decoration: none;
  display: block;
}
.profiles-state .left-pane .profile-list .profile-link a .upper {
  display: flex;
}
.profiles-state .left-pane .profile-list .profile-link a .upper .name {
  flex: 1;
  height: 20px;
  overflow: hidden;
  font-weight: 400;
}
.profiles-state .left-pane .profile-list .profile-link a .upper .completeness {
  font-size: 0.7rem;
  color: grey;
  line-height: 20px;
}
.profiles-state .left-pane .profile-list .profile-link a .lower {
  display: flex;
  font-size: 0.7rem;
  color: grey;
}
.profiles-state .left-pane .profile-list .profile-link a .lower .sex {
  margin-right: 0.25rem;
}
.profiles-state .left-pane .profile-list .profile-link a .lower .spacer {
  flex: 1;
}
.profiles-state .left-pane .profile-list .profile-error {
  padding: 0.33em;
  text-align: center;
  border: 1px solid #df5348;
  background-color: #FFEEEE;
}
.profiles-state .right-pane {
  overflow: auto;
  height: calc(100vh - 3rem);
  flex: 1;
}
.profiles-state .select-options {
  background-color: #f2f2f2;
  text-align: center;
  padding: 0.3rem;
  font-weight: 400;
  cursor: pointer;
  font-size: 0.9rem;
  box-shadow: inset -8px 0 10px -10px grey;
}
.profiles-state .form-actions {
  margin-bottom: 0.5em;
}
.profiles-state .name-search {
  font-size: 0.9rem;
}
.profiles-state .name-search[material-input] {
  padding: 0;
}
.profiles-state .name-search[material-input] .input-area {
  box-shadow: inset -8px 0 10px -10px grey;
  padding: 0 6px;
  padding-top: 2px;
  height: 34px;
  line-height: 34px;
}
.profiles-state .power-tool {
  margin-top: 5px;
  margin-bottom: 5px;
}
.profiles-state .downloads-ui [instruction-text] {
  margin-bottom: 1.5rem;
}
.profiles-state .downloads-ui .reports-list-directive {
  margin-top: 0.5rem;
}
.profiles-state .tool-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.profiles-state .tool-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 0.8rem;
  justify-content: flex-end;
}
.profiles-state .tool-item .icon-label {
  width: 6.25rem;
  text-transform: uppercase;
  font-weight: 500;
  color: grey;
}
.profiles-state .tool-item .icon-container {
  padding-top: 0.25rem;
  padding-bottom: 1rem;
  margin-top: 0.25rem;
  border-top: 1px solid #cdcdcd;
}

.billing-state {
  padding: 1rem;
}

.settings-view {
  height: 100%;
}

.setup-state .margin-bottom {
  margin-bottom: 1rem;
}
.setup-state .margin-left {
  margin-left: 1rem;
}
.setup-state section {
  margin-bottom: 2rem;
}
.setup-state section h4, .setup-state section h5 {
  margin-bottom: 0.5rem;
}
.setup-state section .subsection {
  margin: 0 0 1rem 0;
}
.setup-state section.info-block {
  margin-bottom: 3.5rem;
}
.setup-state section.info-block .subsection {
  margin: 0 0 1rem 0.75rem;
}
.setup-state section.info-block .section-header {
  margin-bottom: 0.5rem;
}
.setup-state .season-status {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid grey;
  border-radius: 0.375em;
}
.setup-state .season-status .status-header {
  font-weight: 500;
  font-size: 1.1rem;
}
.setup-state .season-status .status-icon {
  font-size: 2.5rem;
}
.setup-state .season-status.mini {
  border: none;
  padding: 0;
}

.signatureSwal input {
  font-family: "Satisfy";
  font-size: 1.2em;
}

.header {
  margin-top: 0;
}

.document-border {
  padding: 0.5em;
  border: 1px solid #888;
  margin-bottom: 1em;
}

.oper-finances i.fa-dollar-sign {
  color: #6E991F;
}

.generate-finances {
  margin-top: 25px;
  margin-left: 15px;
}

.date-input {
  margin-bottom: 20px;
  width: 300px;
}

.oper-notifications {
  padding-left: 20px;
}
.oper-notifications h5 {
  display: inline-block;
  width: 20%;
}

.oper-organizations-state .new-org .org-name {
  flex: 3;
  min-width: 30rem;
}
.oper-organizations-state .new-org .org-division {
  flex: 1;
  min-width: 15rem;
}
.oper-organizations-state .new-org .name-taken {
  margin-top: 0;
}

.title-margin {
  margin-top: 0;
}

.roi-state {
  padding: 0.5rem;
}
.roi-state oper-toolbar {
  clear: left;
  max-width: 720px;
  margin: 1.5rem auto;
  margin-top: 1rem;
}
.roi-state oper-toolbar .shortcut-container h5 {
  font-weight: 400;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.roi-state oper-toolbar .org-select {
  display: flex;
}
.roi-state oper-toolbar .org-select material-input, .roi-state oper-toolbar .org-select [material-input] {
  flex: 1;
}
.roi-state oper-toolbar .organization {
  border-radius: 0.375em;
  min-height: 200px;
  height: 25vh;
  position: relative;
  max-width: 720px;
  margin: 1em auto;
  color: #fefefe;
}
.roi-state oper-toolbar .organization:first-child {
  margin-top: 0;
}
.roi-state oper-toolbar a.btn.btn-primary {
  margin-left: 100%;
}

.masquerade-col {
  margin-left: 2rem;
}

.become-btn {
  margin-top: 2rem;
}

.user-data {
  margin-top: 2.5rem;
}

.key {
  max-width: 5rem;
}

.value {
  max-width: 8rem;
}

.patient-org-disabled-state {
  padding: 1rem;
  text-align: center;
}

.profile-state .demographics {
  margin-bottom: 1em;
}
.profile-state .demographics .avatar-space {
  font-size: 5rem;
}
@media screen and (max-width: 600px) {
  .profile-state .demographics .avatar-space {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .profile-state .demographics .width {
    width: 280px;
  }
}
.profile-state .demographics .details {
  margin-top: 1rem;
  margin-left: 1rem;
}
.profile-state .demographics .details .name {
  font-size: 1.6em;
  font-weight: 400;
  margin-right: 0.25em;
}
@media screen and (max-width: 360px) {
  .profile-state .demographics .details .gender {
    margin-right: 120px;
  }
}
.profile-state .demographics .details.avatar-true {
  margin-top: 1rem;
  margin-left: 1rem;
}
.profile-state .demographics .edit-btn {
  margin-left: 0.5rem;
}
@media screen and (max-width: 360px) {
  .profile-state .demographics .edit-btn {
    margin-top: 10px;
  }
}
.profile-state .warning-text {
  color: #df5348;
}
.profile-state .instruction-space-top {
  margin-top: 1rem;
}
.profile-state .instruction-text {
  margin-left: 0.5rem;
}
@media screen and (max-width: 480px) {
  .profile-state .instruction-text {
    width: 350px;
  }
}
@media screen and (max-width: 400px) {
  .profile-state .instruction-text {
    width: 310px;
  }
}
@media screen and (max-width: 360px) {
  .profile-state .instruction-text {
    width: 270px;
  }
}
.profile-state .email-textbox {
  padding-top: 0;
}
.profile-state .add-user {
  margin-top: 5px;
}
.profile-state .authorized-email {
  font-weight: 500;
  text-decoration: underline;
}
.profile-state .invited-email {
  text-align: left;
  margin-left: 2.5rem;
}
@media screen and (max-width: 480px) {
  .profile-state .invited-email {
    margin-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .profile-state .invited-email {
    margin: 70px 300px 0px -150px;
  }
}
.profile-state .sections {
  margin-bottom: 4em;
}
.profile-state .sections .section {
  margin-bottom: 1.5rem;
}
.profile-state .sections .section .section-icon {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: silver;
}
.profile-state .sections .section .section-icon i {
  line-height: 80px;
  font-size: 2rem;
  color: #fefefe;
}
.profile-state .sections .section .section-description {
  margin-left: 1rem;
}
.profile-state .sections .section .complete-by-date {
  white-space: nowrap;
}
.profile-state .sections .section.registration .section-icon {
  background-color: #44638e;
}
.profile-state .sections .section.prescreening .section-icon {
  background-color: #df5348;
}
.profile-state .sections .section.account .section-icon {
  background-color: #F89406;
}
.profile-state .sections .section.pharmacy .section-icon {
  background-color: #6b5295;
}
.profile-state .sections .section.insurance .section-icon {
  background-color: #df5348;
}
.profile-state .sections .section.funk-notes .section-icon {
  background: #6E991F;
}
.profile-state .sections .section.labels .section-icon {
  background-color: #44638e;
}
.profile-state .sections .section.trusted-contacts .section-icon {
  background-color: #F89406;
}
.profile-state .sections .section .section-header {
  font-size: 1.3rem;
}
.profile-state .sections .section .section-header a {
  font-weight: 300 !important;
}
.profile-state .sections .section .section-details {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.encrypted-question-builder {
  margin: 5px 0px;
}
.encrypted-question-builder label.check-label span {
  padding-left: 5px;
}

.qb-contacts .card {
  width: 50%;
}
.qb-contacts .contact {
  border: 1px solid #8d8d8d;
  padding: 20px;
  margin-bottom: 2em;
}
.qb-contacts .contact-info {
  display: block;
}
.qb-contacts .contact-info strong {
  display: block;
}
.qb-contacts .contact-info .inline-info material-input, .qb-contacts .contact-info .inline-info [material-input] {
  display: inline-block;
  width: 20%;
}
.qb-contacts .contact-info .inline-info material-input:first-child, .qb-contacts .contact-info .inline-info [material-input]:first-child {
  margin-right: 20px;
}

.imm-settings label {
  margin-bottom: 10px;
  display: block;
}
.imm-settings input.doseNum {
  width: 30px;
  margin-left: 5px;
}

[qb-insurances] {
  display: inline;
}

.missing-otcs {
  margin-top: 10px;
}
.missing-otcs .btn {
  margin-left: 25px;
}

.qb-primary-providers {
  display: inline;
}
.qb-primary-providers .view {
  display: inline;
}
.qb-primary-providers h4 {
  display: inline;
}

.type-buttonSwitch {
  width: 100%;
}

.switch-button {
  display: flex;
}
.switch-button .option {
  display: inline-block;
  line-height: 40px;
  flex-grow: 1;
  background-color: #ccc;
  text-align: center;
  vertical-align: middle;
  border-left: 0.5px solid white;
  border-right: 0.5px solid white;
}
.switch-button .option:first-of-type {
  border-radius: 5px 0 0 5px;
  border-left: none;
}
.switch-button .option:last-of-type {
  border-radius: 0 5px 5px 0;
  border-right: none;
}
.switch-button .selected {
  background-color: #6E991F;
  color: white;
}
.switch-button .required-true.has-value-false .switch-button {
  border: 1px dashed #df5348;
}

date {
  display: flex;
}
date .picker {
  flex: 1;
  margin-left: 0.5em;
}
date .picker:first-child {
  margin-left: 0;
}

.date-time-directive {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.date-time-directive .input {
  flex-grow: 1;
  min-width: 15rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.inline-input .location-directive a.btn {
  padding: 0.39em 0.6em 0.32em 0.6em;
  margin: 0;
}

.location-directive {
  min-width: 18rem;
  overflow: hidden;
  position: relative;
}
.location-directive .extra {
  opacity: 0;
  height: 0;
  position: relative;
  transition: height 0.3s linear, opacity 0.25s linear;
}
.location-directive .extra.editing-location {
  transition: height 0.1s linear;
  height: 15rem;
  opacity: 1;
}
.location-directive .input-block {
  position: relative;
  display: block;
}
.location-directive .input-block.no-desc {
  margin-bottom: 1rem;
}
.location-directive .input-block label,
.location-directive .input-block .input-label {
  position: relative;
  display: block;
  padding: 0 0.125rem;
  margin: 0;
  height: 1.75rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: grey;
}
.location-directive .input-row {
  display: flex;
  flex: 1;
}
.location-directive .input-row > .input-block {
  display: inline-block;
  padding-right: 1rem;
}
.location-directive .input-row > .input-block:last-of-type {
  padding-right: 0;
}
.location-directive .input-row:last-of-type .input-block.no-desc {
  margin-bottom: 0;
}
.location-directive .f3 {
  flex: 3;
}
.location-directive .f1 {
  flex: 1;
  min-width: 6rem;
}
.location-directive p {
  width: 100%;
  font-style: italic;
  color: #999999;
}
.location-directive p.info {
  font-size: 0.9rem;
  text-align: center;
}
.location-directive p.field-desc {
  margin: 0 0 0.25rem 0.25rem;
  padding: 0;
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 400;
}
.location-directive .form-actions {
  width: 100%;
  margin: 1rem 0 3.5rem 0;
  height: 2rem;
  opacity: 1;
  transition: height 0.3s linear, opacity 0.25s linear;
}
.location-directive .form-actions.ng-hide {
  height: 0;
  opacity: 0;
}
.location-directive .form-actions a.btn {
  width: 6rem;
  line-height: 1.25rem;
}
.location-directive.required-true input.main-location-input.ng-invalid-required {
  border-color: #e5aca7 !important;
}
.location-directive input.ng-invalid-required:not(.main-location-input) {
  border-color: #e5aca7 !important;
}
.location-directive input.ng-valid {
  border-color: #DDD !important;
}

.markdown-editor {
  margin-bottom: 0.5rem;
}
.markdown-editor .CodeMirror, .markdown-editor .CodeMirror-scroll {
  min-height: 100px;
}
.markdown-editor .CodeMirror .CodeMirror-placeholder {
  opacity: 0.75;
}
.markdown-editor .editor-preview {
  color: black;
}
.markdown-editor .CodeMirror-wrap pre {
  word-break: break-word;
}

.selectize-dropdown .optgroup .option {
  margin-left: 1rem;
}

.relative-date-directive {
  display: flex;
  flex-flow: row nowrap;
}
.relative-date-directive .picker {
  flex: 1;
  margin-left: 0.5rem;
}
.relative-date-directive .picker:first-child {
  margin-left: 0rem;
}

.tag-selector {
  padding-top: 5px;
}

time {
  display: flex;
}
time .picker {
  flex: 1;
  margin-left: 0.5em;
}
time .picker:first-child {
  margin-left: 0;
}

.upload-form {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 5px;
  padding: 1em;
}
.upload-form small {
  color: #808080;
  font-size: 0.75em;
  display: block;
  line-height: 25px;
}
.upload-form .instructions {
  font-size: 0.8em;
}
.upload-form input[type=file] {
  font-size: 0.8em;
}
.upload-form a.submit {
  line-height: 1em;
  margin-right: 1em;
}
.upload-form .dz-message {
  text-align: center;
}
.upload-form .remove-icon {
  background-color: #FFF;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.upload-form .dz-size {
  display: none;
}
.upload-form .dz-details {
  position: relative;
}
.upload-form .dz-details .dz-filename {
  display: none;
  background-color: rgba(18, 18, 18, 0.7);
  width: 100%;
  max-width: 100px;
  height: calc(100% - 10px);
  max-height: 100px;
  position: absolute;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1rem;
  vertical-align: middle;
}
.upload-form .dz-details .dz-filename > span {
  display: inline-block;
  position: relative;
  top: 25px;
  height: calc(100% - 25px);
  width: 100%;
  padding: 2px 2px 0 2px;
  overflow-wrap: break-word;
  overflow: hidden;
}
.upload-form .dz-details:hover .dz-filename {
  display: block;
}
.upload-form .dz-details:hover .dz-filename:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px -15px 10px -5px rgba(18, 18, 18, 0.8);
}
.upload-form .dz-progress {
  display: none;
}
.upload-form .dz-success-mark, .upload-form .dz-error-mark {
  background-color: #fff;
  display: none;
  height: 30px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}
.upload-form .dz-success .dz-success-mark {
  color: #8cc657;
  display: block;
}
.upload-form .dz-error .dz-error-mark {
  color: #df5348;
  display: block;
}
.upload-form .dz-error-message {
  bottom: 5px;
  top: 50%;
}
.upload-form .dz-preview {
  position: relative;
  display: inline-block;
  margin: 17px;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
}
.upload-form .dz-preview .dz-details img {
  cursor: pointer;
  margin-bottom: 0;
  max-height: 100px;
  max-width: 100px;
}
.upload-form .uploading-true .dz-image-preview {
  display: none;
}
.upload-form .uploading-true .dz-file-preview {
  display: none;
}
.upload-form .uploading-spinner {
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
}

.multi-addon-directive .addon-label {
  font-size: 0.9em;
  font-weight: 400;
  margin-left: 0.5em;
}
.multi-addon-directive .select-box {
  margin-left: 0.5em;
}

.report-li-directive {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(4rem, 4.5rem) repeat(2, 1fr) 6.5rem;
  grid-template-rows: 2.5rem minmax(1.5rem, 2rem);
  grid-column-gap: 0.5rem;
  grid-template-areas: "type title title button" "type requested expires size";
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.report-li-directive img {
  grid-area: type;
  border-right: 1px solid #ccc;
  box-shadow: none;
  width: 100%;
}
.report-li-directive .multi-delete-indicator {
  position: relative;
}
.report-li-directive .multi-delete-indicator .multi-delete-hover {
  display: none;
  background-color: rgba(18, 18, 18, 0.7);
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
  position: absolute;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1rem;
  vertical-align: middle;
}
.report-li-directive .multi-delete-indicator:hover .multi-delete-hover {
  display: block;
}
.report-li-directive .multi-delete-indicator:hover .multi-delete-hover:after {
  content: "Mark for Deletion";
  display: block;
  position: absolute;
  top: 20px;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px -15px 10px -5px rgba(18, 18, 18, 0.8);
}
.report-li-directive .multi-delete-indicator .multi-delete-hover.clicked {
  display: block;
}
.report-li-directive .multi-delete-indicator .multi-delete-hover.clicked:after {
  content: "✔";
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 28px;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px -15px 10px -5px rgba(18, 18, 18, 0.8);
}
.report-li-directive .btn-export {
  grid-area: button;
  align-self: center;
  justify-self: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 0 0.5rem 0 0;
  width: 6rem;
  font-size: 0.9rem;
}
.report-li-directive .btn-export > .btn {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.report-li-directive .btn-export .selected {
  background-color: #df5348;
}
.report-li-directive .btn-export .selected i {
  color: white;
}
.report-li-directive .report-title {
  grid-area: title;
  align-self: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.report-li-directive .metadata {
  margin-bottom: 0.25rem;
  align-self: center;
  font-size: 0.75rem;
  color: grey;
  font-weight: bold;
}
.report-li-directive .metadata.centered {
  justify-self: center;
  text-align: center;
}
.report-li-directive .metadata.left {
  justify-self: flex-start;
  text-align: flex-start;
}
.report-li-directive .metadata.requested {
  grid-area: requested;
}
.report-li-directive .metadata.completed {
  grid-area: completed;
}
.report-li-directive .metadata.expires {
  grid-area: expires;
}
.report-li-directive .metadata.size {
  grid-area: size;
  margin-right: 0.5rem;
}
.report-li-directive .metadata span {
  font-weight: 400;
  white-space: nowrap;
}

.qt-allergies .min-width {
  min-width: 290px;
}
.qt-allergies .allergy-type {
  margin-bottom: 15px;
}
.qt-allergies label.radio {
  padding-left: 1rem;
}
.qt-allergies [qt-allergy-input] {
  border-radius: 0.375em;
  border: 1px solid #999999;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  padding: 1em;
}
.qt-allergies [qt-allergy-input] .material-input {
  margin-bottom: 1em;
}
.qt-allergies [qt-allergy-input] .cancel-btn {
  margin-right: 1em;
}
.qt-allergies [qt-allergy] .save-cancel {
  text-align: right;
}
.qt-allergies [qt-allergy] .add-allergy-btn {
  margin-bottom: 1rem;
}
.qt-allergies [qt-allergy] .card {
  margin: 1rem 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.qt-allergies [qt-allergy] .card.delete-confirm {
  background-color: rgba(153, 153, 153, 0.1);
  text-align: center;
  display: block;
}
.qt-allergies [qt-allergy] .card .allergy-info {
  grid-column: 1/5;
}
.qt-allergies [qt-allergy] .card .allergy-info .name {
  margin-bottom: 0.5rem;
}
.qt-allergies [qt-allergy] .card .allergy-info .row {
  margin-bottom: 0.25rem;
}
.qt-allergies [qt-allergy] .card .buttons {
  grid-column: 5;
  text-align: right;
  vertical-align: top;
  font-size: 12pt;
}
.qt-allergies [qt-allergy] .card .buttons i {
  cursor: pointer;
}
.qt-allergies [qt-allergy] .card .buttons i.edit {
  margin-right: 5px;
}
.qt-allergies [qt-allergy] .card .allergy-remove {
  color: #df5348;
  cursor: pointer;
  float: right;
  font-size: 11pt;
  margin-top: -4em;
  width: 20px;
}

.qt-contacts .material-input {
  margin-bottom: 0.5em;
}
.qt-contacts .card {
  margin-bottom: 1em;
}
.qt-contacts .card .bottom-padding {
  padding-bottom: 0;
}
.qt-contacts .card .address-type {
  padding-top: 0;
  width: 128px;
}
.qt-contacts .bottom-margin {
  margin-bottom: 1.5rem;
}
.qt-contacts hr {
  margin: 1em 0;
}

.qt-encrypted .underneath {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height linear 0.2s, opacity linear 0.1s;
}
.qt-encrypted .underneath .hint {
  flex: 3;
  flex-wrap: wrap;
  min-width: 20rem;
  padding: 0.375rem 0 0 0;
  text-align: center;
  font-weight: 400;
}
.qt-encrypted .underneath .hint.save-reminder {
  color: #df5348;
}
.qt-encrypted .underneath .hint.answer-saved {
  color: #6E991F;
}
.qt-encrypted .underneath a.btn {
  min-width: 12rem;
  flex: 1;
}
.qt-encrypted .underneath.show-reminder {
  opacity: 1;
  margin: 0.5rem 0;
  max-height: 5rem;
}

.back-to-autoload-button {
  border: none !important;
  height: 36px;
  color: white;
  background-color: #25416c;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 8px;
  margin-right: 4px;
  font-size: 0.8em;
  font-weight: 400;
  border-radius: 4px;
  align-self: center;
}
@media (min-width: 800px) and (max-width: 826px) {
  .back-to-autoload-button {
    height: fit-content;
  }
}
@media screen and (max-width: 480px) {
  .back-to-autoload-button {
    height: fit-content;
  }
}
@media screen and (max-width: 360px) {
  .back-to-autoload-button {
    height: fit-content;
  }
}

.qt-immunizations .form-header {
  display: flex;
  justify-content: space-between;
}
.qt-immunizations .tabs {
  margin-bottom: 1em;
  display: flex;
  color: grey;
}
.qt-immunizations .tabs .tab {
  padding: 12px;
  padding-bottom: 11px;
  font-size: 0.9em;
  font-weight: 400;
  border-bottom: 1px solid #b3b3b3;
  color: #b3b3b3;
  cursor: pointer;
}
.qt-immunizations .tabs .tab.active {
  padding-top: 11px;
  padding-bottom: 12px;
  border: 1px solid #b3b3b3;
  border-bottom: none;
  border-top-left-radius: 0.375em;
  border-top-right-radius: 0.375em;
  color: black;
}
.qt-immunizations .tabs .tab a {
  text-decoration: none;
  transition: color ease 0.2s;
}
.qt-immunizations .tabs .tab a:hover {
  color: black;
}
.qt-immunizations .doseEntry .entries {
  margin-top: 10px;
}
.qt-immunizations .doseEntry .entries .entry {
  margin-left: 15px;
}
.qt-immunizations .doseEntry .entries .entry .dose-num {
  margin-top: 1em;
  font-weight: 500;
  font-size: 0.9rem;
  color: grey;
  cursor: pointer;
}
@media screen and (max-width: 360px) {
  .qt-immunizations .doseEntry .entries .entry .date-selector {
    max-width: 240px;
    padding: 0px;
  }
}
.qt-immunizations .doseEntry .entries .entry .selectize-dropdown {
  z-index: 200;
}
.qt-immunizations .doseEntry .entries .entry .not-received {
  margin-top: 0.5em;
}
@media screen and (max-width: 360px) {
  .qt-immunizations .doseEntry .entries .entry .not-received {
    margin: 0px 0px 0px 27px;
    padding: 0px;
  }
}
.qt-immunizations .doseEntry .entries .entry .not-received-followup {
  margin-left: 43px;
}
@media screen and (max-width: 1280px) {
  .qt-immunizations .doseEntry .entries .entry .not-received-followup {
    width: 69%;
  }
}
@media screen and (max-width: 1024px) {
  .qt-immunizations .doseEntry .entries .entry .not-received-followup {
    width: 67%;
  }
}
@media screen and (max-width: 960px) {
  .qt-immunizations .doseEntry .entries .entry .not-received-followup {
    width: 65%;
  }
}
@media screen and (max-width: 800px) {
  .qt-immunizations .doseEntry .entries .entry .not-received-followup {
    width: 67%;
  }
}
@media screen and (max-width: 768px) {
  .qt-immunizations .doseEntry .entries .entry .not-received-followup {
    width: 69%;
  }
}
@media screen and (max-width: 720px) {
  .qt-immunizations .doseEntry .entries .entry .not-received-followup {
    width: 68%;
  }
}
@media screen and (max-width: 600px) {
  .qt-immunizations .doseEntry .entries .entry .not-received-followup {
    width: 67%;
  }
}
@media screen and (max-width: 360px) {
  .qt-immunizations .doseEntry .entries .entry .not-received-followup {
    margin-left: 17px;
    width: 88%;
  }
}
.qt-immunizations .doseEntry .entries .entry .material-input {
  margin-bottom: 10px;
}
.qt-immunizations .results-button {
  width: 300px;
  margin-left: 60px;
}

.binpcn {
  float: right;
}
.binpcn img {
  max-width: 100%;
  padding: 10px;
}

.top-margin {
  margin-top: 1.5rem;
}

.qt-medications .min-width {
  min-width: 290px;
}
.qt-medications .med-interval {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
}
.qt-medications .med-interval .input-area {
  height: 30px;
}
.qt-medications .fee-req {
  margin-top: 6px;
  margin-right: 1rem;
}
.qt-medications .inline-input a.btn.pay-fee {
  margin-top: 20px;
  padding: 5px;
}
.qt-medications .card {
  margin: 1rem 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.qt-medications .card.delete-confirm {
  background-color: rgba(153, 153, 153, 0.1);
  text-align: center;
  display: block;
}
.qt-medications .card .med-info {
  grid-column: 1/5;
}
.qt-medications .card .med-info .med-name {
  margin-bottom: 0.5rem;
}
.qt-medications .card .med-info .pad-string {
  margin-bottom: 0.25rem;
}
.qt-medications .card .buttons {
  grid-column: 5;
  text-align: right;
  vertical-align: top;
  font-size: 12pt;
}
.qt-medications .card .buttons i {
  cursor: pointer;
}
.qt-medications .card .buttons i.edit {
  margin-right: 5px;
}
.qt-medications .card .med-remove {
  color: #df5348;
  cursor: pointer;
  float: right;
  font-size: 11pt;
  margin-top: -8em;
  width: 20px;
}
.qt-medications [qt-medication-input] {
  border-radius: 0.375em;
  border: 1px solid #999999;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  padding: 1em;
}
.qt-medications [qt-medication-input] .times-label {
  font-size: 0.85rem;
  font-weight: 400;
  color: #808080;
  padding: 0.125rem;
  pointer-events: none;
}
.qt-medications [qt-medication-input] .days-given {
  margin: 0;
  padding: 0.5rem;
}
.qt-medications [qt-medication-input] .days-given .material-input {
  margin-bottom: 0 !important;
}
.qt-medications [qt-medication-input] .days-given.good-false {
  border: 2px dotted #e5aca7;
}
.qt-medications [qt-medication-input] .days-given .inline-input {
  margin-top: -0.5rem;
}
.qt-medications [qt-medication-input] .time {
  display: inline-block;
  white-space: nowrap;
  width: 25%;
}
@media screen and (max-width: 800px) {
  .qt-medications [qt-medication-input] .time {
    width: 33.3%;
  }
}
@media screen and (max-width: 480px) {
  .qt-medications [qt-medication-input] .time {
    width: 50%;
  }
}
.qt-medications [qt-medication-input] .error-text {
  color: red;
}
.qt-medications [qt-medication-input] .error-text:before {
  content: "* ";
}
.qt-medications [qt-medication-input] .material-input {
  margin-bottom: 0.5rem;
}
.qt-medications .med-view {
  font-size: 11pt;
}
.qt-medications .ssn-label {
  color: grey;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 24px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 400px) {
  .qt-medications .cancel-trash-btn {
    width: 75%;
    margin: 4px;
  }
}
.qt-medications .add-med-btn {
  margin-top: 10px;
}
@media screen and (max-width: 360px) {
  .qt-medications .add-med-btn {
    margin-right: 30px;
  }
}
.qt-medications .right-btns {
  width: 50%;
}
@media screen and (max-width: 400px) {
  .qt-medications .right-btns .save-btn {
    margin-top: 16px;
  }
}

.qt-otc-directive .upload-disabled {
  opacity: 50%;
  pointer-events: none;
  cursor: not-allowed;
}
.qt-otc-directive label {
  font-size: 0.85rem;
  padding: 0.125em;
  font-weight: 400;
  color: grey;
}
.qt-otc-directive .asterisk {
  padding-right: 3px;
}

.provider {
  margin-bottom: 1em;
}

.align-txt-center {
  text-align: center;
}

.payment-method-btns {
  margin: 30px 0px 15px 0px;
}
.payment-method-btns .indiv-btn {
  display: inline-block;
}

.state-information .sms-inputs {
  display: grid;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0.5rem;
  grid-template-columns: 3fr 1fr;
  grid-template-areas: "input switch";
}
.state-information .sms-inputs .switch {
  grid-area: switch;
  min-width: 18rem;
}
.state-information .sms-inputs .phone {
  grid-area: input;
}
.state-information .sms-inputs .phone label {
  margin-bottom: 0.125rem;
}
.state-information .form-actions > .right a {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (max-width: 600px) {
  .state-information .sms-inputs {
    grid-template-columns: 1fr;
    grid-template-areas: "input" "switch";
  }
}

.security-state .qr-container {
  display: flex;
  justify-content: space-between;
}
.security-state .device-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.security-state .device-row .device-name {
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
}
.security-state .device-row .device-name i {
  margin-right: 2rem;
}

.login-state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  width: 100%;
  margin: 0;
  padding: 0;
}
.login-state .pitch {
  margin: 0 0 0.5rem 0;
  padding: 0;
  max-height: 6rem;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.login-state .pitch > * {
  margin: 0;
  padding: 0;
}
.login-state .pitch > h1, .login-state .pitch h2 {
  margin-bottom: 0.5rem;
}
.login-state .pitch > h3, .login-state .pitch h4, .login-state .pitch h5, .login-state .pitch h6 {
  margin-bottom: 0.25rem;
}
.login-state .text-container {
  text-align: center;
  margin: 0 0 2rem 0;
}
.login-state .text-container p {
  font-size: 0.9rem;
  font-weight: 400;
}
.login-state .input-container {
  margin: 0 0 1.5rem 0;
}
.login-state .input-container div.material-input:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.login-state .forgot-password {
  margin-left: 1px;
  font-size: 0.9rem;
  font-weight: 400;
}
.login-state .info-container {
  position: relative;
  margin: -0.75rem 0 0.75rem 0;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #df5348;
  font-weight: 400;
}
.login-state .btn-divider {
  display: flex;
  margin: 0.5rem 0;
  padding: 0;
}
.login-state .btn-divider .line-span {
  margin-top: calc(0.75rem - 1px);
  height: 3px;
  flex: 1;
  background-color: grey;
}
.login-state .btn-divider .line-text {
  margin: 0;
  padding: 0 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: grey;
}

.no-invite-state .text-container {
  text-align: center;
  margin: 1.5rem 0;
}
.no-invite-state .text-container h2 {
  margin: 0;
}
.no-invite-state .text-container h3 {
  margin: 1.5rem 0 0.5rem 0;
}
.no-invite-state .text-container p {
  font-weight: 400;
  font-size: 0.9rem;
}

.password-reset-state .text-container {
  text-align: center;
}
.password-reset-state .text-container h2 {
  margin: 0;
}
.password-reset-state div.btn-container {
  margin: 1.5rem 0 0 0;
}
.password-reset-state div.btn-container div.btn-spacing:not(:last-of-type) {
  margin: 0 0 0.5rem 0;
}

.reinvite-state .text-container {
  margin: 0 0 2rem 0;
  text-align: center;
}
.reinvite-state .text-container h2 {
  margin: 0 0 0.5rem 0;
}
.reinvite-state .text-container p {
  font-weight: 400;
  font-size: 0.9rem;
}
.reinvite-state div.btn-container {
  margin: 1.5rem 0 0 0;
}
.reinvite-state div.btn-container div.btn-spacing:not(:last-of-type) {
  margin: 0 0 0.5rem 0;
}

.signup-state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
}
.signup-state .text-container {
  text-align: center;
  margin: 0 0 2rem 0;
}
.signup-state .text-container h2 {
  margin: 0 0 1.5rem 0;
}
.signup-state .text-container h3 {
  margin: 0 0 0.5rem 0;
}
.signup-state .text-container p {
  font-weight: 400;
}
.signup-state div.btn-container {
  margin: 1rem 0 0 0;
}
.signup-state div.btn-container .btn-spacing:not(:last-of-type) {
  margin: 0 0 0.5rem 0;
}

.attendance-list-state {
  display: flex;
  flex: 1;
  overflow-y: hidden;
  flex-direction: column;
}
.attendance-list-state .attendance-select {
  width: 45%;
}
@media (max-width: 1024px) {
  .attendance-list-state .attendance-select {
    width: 100%;
  }
}
.attendance-list-state div[filter-builder] {
  overflow-y: auto;
  flex: 1;
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  .attendance-list-state {
    display: block;
    overflow-y: auto;
  }
  .attendance-list-state div[filter-builder] {
    flex: 1;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .attendance-list-state {
    display: block;
    overflow-y: auto;
  }
  .attendance-list-state div[filter-builder] {
    flex: 1;
  }
}
.attendance-profiles .filter-section {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.attendance-profiles .filter-section .search-input {
  flex: 1;
}
.attendance-profiles .filter-section .search-btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: 1rem;
  height: 2.25rem;
}
.attendance-profiles .bypass-mode-section {
  margin-bottom: 1rem;
}
.attendance-profiles .bypass-mode-section [material-input] {
  width: 20rem;
}
.attendance-profiles .bypass-mode-section [material-input] span.input-label div.text {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .attendance-profiles .bypass-mode-section [material-input] span.input-label div.text {
    font-size: 0.875rem;
  }
}
.attendance-profiles .list-section {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5rem;
}
.attendance-profiles .spinner-section {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .attendance-profiles .list-section {
    padding: 0rem;
  }
}
.attendance-profiles .no-profiles-notice {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.finances-setup-state .inputs-container {
  display: grid;
  max-width: 60rem;
  grid-template-columns: 48% 48%;
  grid-column-gap: 4%;
}
.finances-setup-state .export-link {
  transition: opacity 0.2s ease;
  color: grey;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 0.25rem;
  opacity: 0.6;
  text-decoration: none;
  text-transform: uppercase;
}
.finances-setup-state .export-link:hover {
  opacity: 1;
}

.addEdit-btn {
  margin-bottom: 0.25rem;
}

.pseudo-table {
  font-weight: 400;
  position: relative;
  border-collapse: collapse;
  width: 100%;
}
.pseudo-table a,
.pseudo-table .link {
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.pseudo-table a:hover,
.pseudo-table .link:hover {
  background-color: #f1f1f1;
}
.pseudo-table a.not-editing,
.pseudo-table .link.not-editing {
  pointer-events: none;
  cursor: pointer;
}
.pseudo-table a.not-editing:hover,
.pseudo-table .link.not-editing:hover {
  background-color: unset;
}
.pseudo-table .cancel-btn {
  height: 3rem;
}

.arrow-width {
  width: 0.5rem;
}

.cursor-default {
  cursor: default;
}
.cursor-default .material-input label {
  cursor: default;
}

.less-line-height .material-input .input-area {
  line-height: 12.8px;
}

.header-row.auto-sort-container {
  transition: background-color 0.3s ease;
  color: grey;
  font-weight: 500;
}
.header-row.auto-sort-container .auto-sort-active {
  color: #000000;
}
.header-row.auto-sort-container a {
  font-weight: 500;
}

.header-row .occupancy-cell {
  width: 10rem;
  text-align: right;
}

.header-row,
.group-row {
  display: flex;
  height: 100%;
  line-height: 0.9rem;
  font-size: 0.8rem;
}
.header-row > *,
.group-row > * {
  padding: 0.5rem 0;
}
.header-row .section-arrows,
.group-row .section-arrows {
  width: 2rem;
  text-align: center;
}
.header-row .interaction-ctrl,
.group-row .interaction-ctrl {
  width: 1rem;
  text-align: center;
}
@media (max-width: 720px) {
  .header-row .interaction-ctrl,
  .group-row .interaction-ctrl {
    margin-right: 0.25rem;
  }
}
.header-row .interaction-ctrl.checkbox,
.group-row .interaction-ctrl.checkbox {
  padding: 0.25rem 0 0 0;
}
.header-row .interaction-spacer,
.group-row .interaction-spacer {
  width: 2rem;
}
.header-row .name-cell,
.group-row .name-cell {
  flex: 1;
  min-width: 5rem;
  height: 100%;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.header-row .name-cell.section-name,
.group-row .name-cell.section-name {
  color: grey;
  margin: 0;
  line-height: 1.6rem;
}
.header-row .date-cell,
.group-row .date-cell {
  max-width: 10rem;
  min-width: 3rem;
  width: 100%;
  text-align: center;
}
.header-row .occupancy-cell,
.group-row .occupancy-cell {
  width: 10rem;
  text-align: right;
}

.group-row {
  border-top: solid 1px #999999;
}

.btn-wrapper {
  margin-top: 1rem;
}

.print-and-export a {
  transition: opacity 0.2s ease;
  color: grey;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0 0.25rem;
  opacity: 0.6;
  text-transform: uppercase;
}
.print-and-export a:hover {
  opacity: 1;
}
.print-and-export .addons-coupons-sessions-btns a.btn {
  margin-bottom: 0.125rem;
}
.print-and-export .order-dates-groups-btns a.btn {
  margin-bottom: 0.125rem;
}

.priority-reg-info-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.priority-reg-container {
  margin-top: 2rem;
}
.priority-reg-container .priority-reg-settings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  text-align: left;
}
.priority-reg-container .priority-reg-settings .priority-reg-switch {
  width: 20%;
  padding-top: 0.5rem;
}
.priority-reg-container .priority-reg-settings .priority-reg-code-input {
  margin-left: 3rem;
  margin-right: 3rem;
  width: 50%;
}
.priority-reg-container .priority-reg-settings .priority-reg-save-cancel-btns {
  padding-top: 0.5rem;
}

.roster-state {
  margin: 0.5rem;
}
.roster-state .filters {
  margin: -1.5rem 0 2.5rem 0;
}
.roster-state .filters .filter {
  display: inline-block;
  width: 45%;
  margin: 0 1rem;
}
@media only screen and (max-width: 600px) {
  .roster-state .filters .filter {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.roster-state .search-and-download {
  position: relative;
  margin-bottom: 2.5rem;
}
.roster-state .search-and-download .actions {
  position: absolute;
  right: 0;
  top: 18px;
}
.roster-state .search-and-download .actions .action {
  transition: opacity 0.2s ease;
  color: grey;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0 0.25rem;
  opacity: 0.6;
  text-transform: uppercase;
}
.roster-state .search-and-download .actions .action:hover {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .roster-state .search-and-download .actions {
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .roster-state {
    margin: 0.25em;
  }
}

.health-log-browse {
  position: relative;
}
.health-log-browse .export-options {
  font-weight: 500;
  font-size: 0.9rem;
}
.health-log-browse .export-options a {
  margin-top: 0.3rem;
}
.health-log-browse .export-options .details {
  color: grey;
  font-weight: 500;
  font-size: 0.8rem;
  margin-left: 0.5rem;
  display: block;
}
.health-log-browse .entry-select {
  padding: 1.75rem 0 1rem 0;
}
.health-log-browse .entry-select.list {
  padding-right: 1rem;
}
.health-log-browse .entry-select.profile {
  min-width: 15rem;
}
.health-log-browse .entry-list {
  overflow-y: auto;
  /*margin-top: -0.7rem;*/
  height: calc(100vh - 145px);
}
.health-log-browse .actions {
  position: absolute;
  top: 1.7rem;
  right: 1.5rem;
}
.health-log-browse .actions .action {
  margin-left: 0.5rem;
  line-height: 36px;
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  opacity: 0.6;
  color: grey;
  transition: opacity 0.2s ease;
}
.health-log-browse .actions .action:hover {
  opacity: 1;
}
.health-log-browse .actions .action.on-true {
  color: #6E991F;
}

.entry-form .invalid-date {
  font-style: italic;
  margin-bottom: 0.8rem;
}
.entry-form .sidebar {
  border-left: 1px solid #9a9a9a;
}
.entry-form .sidebar .section {
  margin-bottom: -1em;
}
.entry-form .sidebar .section .subsection {
  font-weight: 400;
  font-size: 0.8rem;
  padding: 0.5rem;
}
.entry-form .sidebar .section .subsection.selected-true {
  font-weight: 500;
  color: #6E991F;
}
.entry-form .allergy-tooltip {
  margin-left: 1rem;
  margin-top: 2rem;
}
.entry-form .text-input-font-correction .controls input {
  font-size: 13px;
  color: #303030;
  padding: 7px !important;
}

@meda print {
  @page {
    .health-log-statistics {
      size: landscape;
    }
  }
}
.health-log-statistics .get-stats-btn {
  height: 2rem;
  margin-top: 0.9rem !important;
}
.health-log-statistics .preset-links {
  text-align: center;
}
.health-log-statistics .preset-links a {
  padding: 0.5rem;
  font-weight: 400;
}
.health-log-statistics .preset-links a.active {
  font-weight: 500;
}
.health-log-statistics .time-prefix {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 85%;
}
.health-log-statistics svg {
  width: 100% !important;
}
.health-log-statistics .nvd3 g.nv-groups path.nv-line {
  stroke-width: 3px;
}
.health-log-statistics .nvtooltip table {
  margin-left: 0;
}
.health-log-statistics .complaints .nvd3 g.nv-groups path.nv-line {
  stroke-width: 1px !important;
}
.health-log-statistics .line svg {
  height: 450px;
}
.health-log-statistics .pie svg text {
  text-anchor: right;
}

.right-margin {
  margin-right: 1rem;
}
.right-margin .delete-btn {
  height: 1.8rem;
  margin-top: 1.6rem;
  margin-right: 0.5rem;
}
.right-margin .left-padding {
  padding-left: 0.6em;
}
.right-margin .details {
  padding: 0.5em 0.8em;
}

.left-margin {
  margin-left: 1rem;
}
.left-margin .new-template {
  padding-top: 1rem;
  margin-left: 0.5rem;
}

.session-time {
  padding-top: 2rem;
}
.session-time .top-left-padding {
  padding-left: 0.4em;
  padding-top: 1rem;
  font-weight: 500;
}

.encounter-type {
  margin-bottom: 1rem;
  width: 187px;
}

.minutes-label-color {
  color: grey;
}

.text-input-font-correction .controls input {
  font-size: 13px;
  color: #303030;
  padding: 7px !important;
}

.tracking-state {
  padding: 1rem 1rem 0;
}
@media screen and (max-width: 720px) {
  .tracking-state {
    padding: 0;
    margin: 0;
  }
}
.tracking-state .card-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.tracking-state .card-row .card {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  margin: 1rem;
  padding: 1rem;
  transition: max-height 0.25s linear;
  min-height: 12rem;
  max-height: none;
  width: 20em;
  box-shadow: 0 1px 5px -1px grey;
  border: 1px solid #b3b3b3;
  border-radius: 0.1875rem;
  background-color: white;
}
@media screen and (max-width: 720px) {
  .tracking-state .card-row .card {
    margin: 1rem 0;
  }
}
.tracking-state .card-row .card.wide {
  min-width: 20rem;
}
.tracking-state .card-row .card .entry-link {
  text-align: right;
  font-size: 0.85rem;
}
.tracking-state .card-row .card .card-header {
  display: block;
  margin: 0;
  overflow-wrap: break-word;
}
.tracking-state .card-row .card .card-header h1, .tracking-state .card-row .card .card-header h2, .tracking-state .card-row .card .card-header h3, .tracking-state .card-row .card .card-header h4, .tracking-state .card-row .card .card-header h5, .tracking-state .card-row .card .card-header h6 {
  margin: 0;
}
.tracking-state .card-row .card .main-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  margin-top: 0.25rem;
}
.tracking-state .card-row .card .main-content h1, .tracking-state .card-row .card .main-content h2, .tracking-state .card-row .card .main-content h3, .tracking-state .card-row .card .main-content h4, .tracking-state .card-row .card .main-content h5, .tracking-state .card-row .card .main-content h6 {
  margin: 0;
}
.tracking-state .card-row .card .main-content .disposition {
  margin-top: 0.25rem;
}
.tracking-state .card-row .card .main-content .date {
  margin-top: 0.5rem;
  font-size: 0.85rem;
}

.importer i .fa-dollar-sign {
  color: #6E991F;
}
.importer i .fa-check {
  color: #6E991F;
}
.importer .processed-groups {
  word-break: break-all;
}

.profile-import-state {
  height: 100%;
  margin: 1rem;
}
.profile-import-state .btn-import {
  margin-top: 50px;
  margin-right: 50%;
  margin-bottom: 50px;
  margin-left: 50%;
}
.profile-import-state .templates .inline {
  display: inline-block;
}
.profile-import-state .button-row-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.profile-import-state .button-row-container .button-switch {
  width: 10rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.profile-import-state .button-row-container .download-btn {
  display: block;
  margin-left: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .profile-import-state .button-row-container {
    justify-content: space-around;
  }
  .profile-import-state .button-row-container .download-btn {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .profile-import-state .button-row-container .download-btn i.fa-pulse {
    font-size: 0.8em;
  }
}
.profile-import-state .import-status {
  padding: 2rem;
}
.profile-import-state .import-status .card .fa-check {
  color: #6E991F;
}
.profile-import-state .import-status .card .blink {
  animation-name: blink;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
.profile-import-state .import-template {
  margin: 2rem 0;
}
.profile-import-state .file-container {
  overflow: auto;
}
.profile-import-state .file-container.expand {
  animation-name: expand-files;
  animation-duration: 0.5s;
  height: 15rem;
}
.profile-import-state .file-container .table-header > .table-cell {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 0.08rem 0 0 #cdcdcd;
}
.profile-import-state .import-buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-import-state .import-buttons-container .import-type {
  width: 13rem;
}
.profile-import-state .import-buttons-container .run-import-container {
  margin-top: 0.7rem;
  margin-right: 0.5rem;
}
@keyframes blink {
  0% {
    color: black;
  }
  50% {
    color: #df5348;
  }
  100% {
    color: black;
  }
}
@keyframes expand-files {
  from {
    height: 5rem;
  }
  to {
    height: 15rem;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 100;
  }
}
@keyframes fade-out {
  from {
    opacity: 100;
  }
  to {
    opacity: 0;
  }
}
@keyframes move-file-list {
  0% {
    opacity: 0;
  }
  10% {
    left: 1.6rem;
    bottom: 1.1rem;
    width: 23.2rem;
  }
  20% {
    left: 3.2rem;
    bottom: 2.2rem;
    width: 22.4;
  }
  30% {
    left: 4.8rem;
    bottom: 3.3rem;
    width: 21.6rem;
  }
  40% {
    left: 6.4rem;
    bottom: 4.4rem;
    width: 20.8rem;
  }
  50% {
    left: 8rem;
    bottom: 5.5rem;
    width: 20rem;
  }
  60% {
    left: 9.6rem;
    bottom: 6.6rem;
    width: 19.2rem;
  }
  70% {
    left: 11.2rem;
    bottom: 7.7rem;
    width: 18.4rem;
  }
  80% {
    left: 12.8rem;
    bottom: 8.8rem;
    width: 17.6rem;
  }
  90% {
    left: 14.4rem;
    bottom: 9.9rem;
    width: 16.8rem;
  }
  100% {
    left: 16rem;
    bottom: 11rem;
    width: 16rem;
  }
}
@keyframes top-box-expand {
  from {
    height: 0rem;
    margin-top: 1rem;
  }
  to {
    height: 15rem;
    margin-top: 6rem;
  }
}
@keyframes top-box-collapse {
  from {
    height: 15rem;
    margin-top: 6rem;
    width: 22rem;
    right: 0rem;
  }
  to {
    height: 10rem;
    margin-top: 0.5rem;
    width: 22rem;
    right: 4rem;
  }
}

.import-upload-state {
  margin-top: 2rem;
  margin-left: 2rem;
}

.scheduled-reminders-state .new-reminder {
  display: flex;
  justify-content: flex-end;
}

.font-weight {
  font-weight: 500;
}

.disabled-profile-link {
  cursor: not-allowed;
  pointer-events: none;
  color: #888;
}

.profiles-state .profile {
  flex-direction: column;
  max-height: calc(100vh - 3rem);
  min-height: calc(100vh - 3rem);
}
.profiles-state .profile .profile-info {
  flex: 1;
  order: 1;
  padding: 1em;
  overflow-y: auto;
  max-height: 100vh;
  height: auto;
  position: relative;
}
.profiles-state .profile .profile-info a.close {
  position: absolute;
  right: 1em;
}
.profiles-state .profile .profile-info .headline {
  min-height: 1px;
}
.profiles-state .profile .profile-info .headline .photo {
  align-self: flex-start;
  margin-right: 1em;
  position: relative;
}
.profiles-state .profile .profile-info .headline .photo .avatar {
  font-size: 5rem;
}
.profiles-state .profile .profile-info .headline .photo .add-photo {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  height: 100%;
  justify-content: center;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
  color: #fefefe;
}
.profiles-state .profile .profile-info .headline .photo .add-photo p.heading {
  margin: 0;
  padding: 0.5rem 0 0.25rem 0;
  color: #fefefe;
}
.profiles-state .profile .profile-info .headline .photo .add-photo:hover {
  background-color: black;
  opacity: 0.8;
}
.profiles-state .profile .profile-info .headline .demographics h2 {
  margin: 0;
}
.profiles-state .profile .profile-info .headline .demographics h2 .identifier {
  font-size: 1rem;
  color: grey;
  font-weight: 300;
}
.profiles-state .profile .profile-info .headline .demographics .extra-info {
  color: grey;
  font-size: 0.9rem;
  line-height: 22px;
}
.profiles-state .profile .profile-info .headline .demographics .extra-info .reg-status {
  font-weight: 500;
}
.profiles-state .profile .profile-info .headline .demographics .avatar-spacer {
  display: block;
  height: 20px;
  width: 100%;
}
.profiles-state .profile .profile-info .headline .show-avatar {
  flex-grow: 1;
}
.profiles-state .profile .profile-info .headline .show-avatar .avatar {
  margin: 0 auto;
}
.profiles-state .profile .merge-request {
  margin-left: 6em;
  margin-top: 1em;
}
.profiles-state .profile .merge-request .form-actions {
  margin-left: 2em;
}
.profiles-state .profile .review-heading {
  margin-top: 0;
}
.profiles-state .profile .review-collapse {
  align-items: flex-end;
  order: 2;
  flex-shrink: 0;
  border-top: 1px solid #b3b3b3;
  text-align: center;
}
.profiles-state .profile .review-expand {
  padding: 1em;
  margin-bottom: 2rem;
  align-items: flex-end;
  min-height: 33vh;
  max-height: 33vh;
  overflow-y: auto;
  order: 2;
  border-top: 1px solid #b3b3b3;
  flex-shrink: 0;
}
.profiles-state .profile .minimize-review {
  position: absolute;
  width: 100%;
  z-index: 50;
  background: #fefefe;
  text-align: center;
  bottom: 0;
  border-top: 1px solid #b3b3b3;
}
.profiles-state .profile .uploader {
  width: 24rem;
}
.profiles-state .profile .uploader .btn-default {
  float: right;
}

.splash-preview {
  width: 100%;
  height: 200px;
  position: relative;
}
.splash-preview .background {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
}
.splash-preview .background .text {
  position: absolute;
  bottom: 0;
  color: #fefefe;
  font-size: 1.5em;
  font-weight: 200;
  padding: 0.5em;
}

div[char-count] {
  margin-top: -0.75em;
}

.branding-settings .custom-text-preview {
  padding-left: 1.5rem;
}

.builder h3 {
  margin-left: 10px;
}
.builder .step-list {
  background: #f6f6f6;
  height: 100vh;
  max-width: 200px;
  min-width: 200px;
  position: fixed;
  right: 0px;
  top: 3rem;
}
.builder .step-list .list {
  box-shadow: inset 0 -10px 10px -10px black;
  height: calc(100vh - 370px);
  overflow: scroll;
}
.builder .step-list .list.full-height {
  height: 100vh;
}
.builder .step-list .list .active {
  background: #d8d8d8;
}
.builder .step-list .list .handle {
  display: inline-block;
  margin-top: 15px;
  vertical-align: top;
  width: 10%;
}
.builder .step-list .list .member {
  cursor: pointer;
  display: inline-block;
  height: 50px;
  padding: 15px;
  width: 85%;
}
.builder .step-list .list .member a {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
.builder .step-list .action-controls {
  height: 315px;
  max-height: 315px;
  overflow: scroll;
  bottom: 0px;
}
.builder .step-list .action-controls .action {
  cursor: pointer;
  display: block;
  padding-left: 15px;
}
.builder .step-list .action-controls .action a {
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
}
.builder .step-list .action-controls .clipboard-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.builder .step-list .saved a {
  color: #999999;
}
.builder [ui-view] {
  margin-right: 220px;
  font-size: 10pt;
}
.builder [ui-view] h3.question-label {
  display: inline;
}
.builder [ui-view] .required {
  color: #df5348;
  display: inline;
}

.season-state .table {
  margin-bottom: 1rem;
}
.season-state #address {
  margin-left: 15px;
}
.season-state .oper-actions {
  margin: 0 0 15px 0;
}
.season-state .pad-right {
  padding-right: 10px;
}
.season-state .dl-template {
  width: 10rem;
  margin: 0 0 0.25rem calc(50% - 5rem);
}
.season-state .dl-template.templates {
  width: 11rem;
}
@media all and (max-width: 720px) {
  .season-state .season-status {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.season-state .season-status .flex-container {
  min-width: 600px;
}
.season-state .info-block > div.subsection:last-of-type {
  margin: 0 0 0 0.75rem;
}

.update-state a.oper-close {
  width: 100%;
  position: absolute;
  text-align: right;
}
.update-state a.oper-close i {
  margin: 0.25rem;
  transform: scale(1.5);
}
.update-state .section-header {
  margin-bottom: 0.5rem;
}
.update-state .inline-header {
  margin-bottom: 0.5rem;
}
.update-state .inline-header .tt-spacer {
  width: 0.25rem;
}
.update-state .inline-header > * {
  display: inline-block;
  margin-bottom: 0;
}
.update-state .ul-tt ul {
  padding: 0.75rem 0 0.125rem 1.75rem;
  margin: 0;
}
.update-state .ul-tt ul > li {
  padding: 0.125rem 0;
}

[organizations-filter] [icon=search], [oper-finances-filter] [icon=search] {
  padding-top: 0;
}
[organizations-filter] .actions, [oper-finances-filter] .actions {
  position: absolute;
  top: 1em;
  right: 1em;
}
[organizations-filter] .actions .action, [oper-finances-filter] .actions .action {
  margin-left: 0.5rem;
  text-decoration: none !important;
  line-height: 36px;
  font-weight: 500 !important;
  font-size: 0.8rem;
  text-transform: uppercase;
  opacity: 0.6;
  color: grey;
  transition: opacity 0.2s ease;
}
[organizations-filter] .actions .action a, [oper-finances-filter] .actions .action a {
  text-decoration: none !important;
  font-weight: 500 !important;
}
[organizations-filter] .actions .action:hover, [oper-finances-filter] .actions .action:hover {
  opacity: 1;
}
[organizations-filter] .actions .action.on-true, [oper-finances-filter] .actions .action.on-true {
  color: #6E991F !important;
}

.crebit-adjust {
  margin-top: 2rem;
}

.transaction-table {
  margin-bottom: 2rem;
}

.account-state .animate-repeat.ng-move,
.account-state .animate-repeat.ng-enter,
.account-state .animate-repeat.ng-leave {
  transition: all linear 0s;
}
.account-state .balance {
  line-height: 29px;
  font-size: 1.1em;
  font-weight: 600;
}
.account-state .filter p {
  display: inline-block;
  padding: 5px;
}
.account-state .negative-true {
  color: #df5348;
}
@media screen and (max-width: 480px) {
  .account-state .payment-btns {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .account-state .payment-btns .indiv-btn {
    display: inline-block;
    width: 45%;
  }
}
@media all and (max-width: 480px) {
  .account-state .line-height {
    line-height: 180%;
  }
}
.account-state .center-button {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.account-state .form-actions {
  margin-top: 0;
}
.account-state .warning-text {
  color: #df5348;
}
@media (max-width: 480px) {
  .account-state .fa-level-up-alt {
    margin-right: 0.3rem;
  }
}
.account-state .icon-and-crebit {
  display: inline-flex;
}
.account-state .custom-message {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.patient-emergency-state .emergency-item {
  padding-left: 1.5rem;
}

.file-dropbox {
  margin-left: 1em;
}

.requested-changes-table {
  margin: 1rem 0;
}

.funk-notes-state .split-right {
  margin-top: 0;
}
.funk-notes-state .instruction-text {
  text-align: left;
}

.labels-state .olivers-labels-container img {
  display: block;
  margin: 0 auto;
  width: 18rem;
}
.labels-state .label-buy {
  width: 100%;
  margin: 2rem 0;
  text-align: center;
}
.labels-state .label-buy a.btn {
  width: 15rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.patient-prescreening-state .prescreening-bottom-nav {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.taker-instructions {
  overflow: auto;
}
.taker-instructions .continue {
  float: right;
}
.taker-instructions h4 {
  margin-top: 0;
}
.taker-instructions ul li {
  margin-bottom: 1em;
}
.taker-instructions .tips {
  font-weight: 400;
}

.waitlists {
  list-style-type: none;
}

.percent-complete {
  font-weight: 500;
}

.taker {
  height: calc(100vh - 50px - 3rem);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.taker .icon.red {
  font-size: 1.4em;
  line-height: 18px !important;
}

.taker, .taker-instructions {
  max-height: calc(100vh - 50px - 3rem);
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 1280px) {
  .taker, .taker-instructions {
    max-height: 80vh;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 768px) {
  .taker, .taker-instructions {
    max-height: 56vh;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 600px) {
  .taker, .taker-instructions {
    max-height: 50vh;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 480px) {
  .taker, .taker-instructions {
    max-height: 47vh;
    overflow-y: scroll;
  }
}

.step-nav {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-top: 1px solid rgba(128, 128, 128, 0.5);
  bottom: 0;
  height: 50px;
  padding: 10px 15px;
  position: absolute;
  width: calc(100% - 200px);
}
@media (max-width: 960px) {
  .step-nav {
    width: 100%;
    padding: 5px 4px;
  }
}
.step-nav.typing-true {
  display: none;
}
.step-nav .left {
  display: inline-block;
  text-align: left;
  width: 22.5%;
}
.step-nav .right {
  display: inline-block;
  text-align: right;
  width: 22.5%;
}
.step-nav .center {
  display: inline-block;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 55%;
}
@media screen and (max-width: 360px) {
  .step-nav .center {
    height: 180%;
    vertical-align: top;
    width: 49%;
  }
}

.taker-step-list {
  background: #fefefe;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 200px;
  min-width: 200px;
  border-left: 1px solid rgba(128, 128, 128, 0.4);
}
.taker-step-list hr {
  margin: 0.5em 0;
}
.taker-step-list .complete {
  color: #6E991F;
}
.taker-step-list .incomplete {
  color: #df5348;
}
.taker-step-list.bottom-true {
  display: none;
}
.taker-step-list .list {
  overflow: auto;
  height: calc(100vh - 3rem);
}
.taker-step-list .list .avatar {
  margin-right: 0.5rem;
  font-size: 2.5rem;
}
.taker-step-list .list .demographics {
  padding: 6px;
  padding-top: 8px;
  text-align: left;
}
.taker-step-list .list .demographics .name {
  font-size: 1.1rem;
  line-height: 24px;
  font-weight: 600;
}
.taker-step-list .list .demographics .dob-sex {
  line-height: 16px;
  font-size: 0.85rem;
  font-weight: 400;
  color: grey;
}
.taker-step-list .list .demographics .gender-icon {
  margin-right: 2px;
}
.taker-step-list .list .active {
  background: #d8d8d8;
}
.taker-step-list .list .stats {
  background-color: #737373;
  color: #eee;
  font-size: 9pt;
  text-align: center !important;
  padding-top: 12px !important;
}
.taker-step-list .list .stats:hover {
  background-color: #737373 !important;
}
.taker-step-list .list .steps {
  margin-top: 0.5rem;
}
.taker-step-list .list .heading {
  margin-top: 0;
}
.taker-step-list .list .due-dates {
  border-top: rgba(128, 128, 128, 0.4);
  padding: 0.5rem;
}
.taker-step-list .list .due-dates .table .table-cell {
  text-align: left;
  padding: 0;
}
.taker-step-list .list .due-dates .next-due {
  text-align: left;
}
.taker-step-list .list .due-dates .lockout {
  text-align: left;
}
.taker-step-list .list .contacts {
  padding: 0.5rem;
  text-align: left;
  font-size: 0.85rem;
}
.taker-step-list .list .contacts .contact {
  overflow: hidden;
  font-weight: 400;
}
.taker-step-list .list .contacts .contact .email {
  font-size: 0.75rem;
}
.taker-step-list .list .print-btn {
  text-align: right;
  margin: 0.5rem;
}
.taker-step-list .list .member {
  cursor: pointer;
  display: inline-block;
  height: auto;
  padding: 7px 6px 5px 6px;
  text-align: left;
  width: 100%;
}
.taker-step-list .list .member:hover {
  background: #e5e5e5;
}
.taker-step-list .list .member a {
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
}

.taker-bottom-list .complete {
  color: #6E991F;
}
.taker-bottom-list .incomplete {
  color: #df5348;
}
.taker-bottom-list.bottom-false {
  display: none;
}
.taker-bottom-list.typing-true {
  display: none;
}
.taker-bottom-list .list {
  background: #fefefe;
  border-top: 2px solid #333;
  bottom: 60px;
  height: 25vh;
  overflow: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.taker-bottom-list .list .active {
  background: #d8d8d8;
}
.taker-bottom-list .list .member {
  padding: 3px 0 0 10px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
.taker-bottom-list .list .member:hover {
  background: #e5e5e5;
}
.taker-bottom-list .list .member a {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

.btn-share {
  margin: 0 5px;
}
.btn-share.btn-share-facebook {
  color: #3C5899;
}
.btn-share.btn-share-twitter {
  color: #00ACED;
}

.priority-reg-modal h2 {
  font-size: 24px;
}
.priority-reg-modal .code-input {
  padding-top: 16px;
}
.priority-reg-modal .code-input input {
  padding: 16px 8px !important;
}
.priority-reg-modal .continue-modal-button {
  width: 75%;
  height: 50px;
  margin: 0 auto;
  margin-top: 32px;
  cursor: pointer;
  font-size: 18px !important;
  color: #fff !important;
  background-color: #4CAF50;
  border: none !important;
  border-radius: 5px;
  padding: 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.priority-reg-modal .error-modal-text {
  color: red;
}

.patient-trusted-contacts .add-new-trusted-contact {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1rem;
}

.attendance-profile-state {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  flex: 1;
  word-break: break-word;
}
.attendance-profile-state .header {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-height: 12rem;
  overflow: hidden;
}
.attendance-profile-state .header .avatar-container {
  position: relative;
  height: 12rem;
  width: 12rem;
}
.attendance-profile-state .header .avatar-container::after {
  display: block;
  content: "";
  clear: both;
}
.attendance-profile-state .header .avatar-photo {
  height: 100%;
  width: 100%;
  font-size: 12rem;
}
.attendance-profile-state .header .check-in-status {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2rem;
}
.attendance-profile-state .header .profile-info {
  padding-left: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
}
.attendance-profile-state .header h1 {
  margin-bottom: 0.5rem;
}
.attendance-profile-state .header .tag-list {
  list-style: none;
  padding: 0rem;
  margin-top: auto;
  margin-bottom: 0rem;
}
.attendance-profile-state .header .tag {
  background-color: #e6e6e6;
  padding: 0.25rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-weight: bold;
}
.attendance-profile-state .tab-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  margin-top: 1.5rem;
}
.attendance-profile-state .tabs {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 800px) {
  .attendance-profile-state .tabs {
    margin-bottom: 1rem;
  }
  .attendance-profile-state .header .avatar-container {
    height: 6rem;
    width: 6rem;
  }
  .attendance-profile-state .header .avatar-photo {
    font-size: 6rem;
  }
  .attendance-profile-state .header .check-in-status {
    font-size: 1rem;
  }
  .attendance-profile-state .header .profile-info {
    font-size: 0.875rem;
  }
  .attendance-profile-state .header h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  .attendance-profile-state {
    display: block;
    overflow-y: auto;
  }
}
@media screen and (max-height: 800px) {
  .attendance-profile-state .tabs {
    margin-bottom: 1rem;
  }
  .attendance-profile-state .header .avatar-container {
    height: 6rem;
    width: 6rem;
  }
  .attendance-profile-state .header .avatar-photo {
    font-size: 6rem;
  }
  .attendance-profile-state .header .check-in-status {
    font-size: 1rem;
  }
  .attendance-profile-state .header .profile-info {
    font-size: 0.875rem;
  }
  .attendance-profile-state .header h1 {
    font-size: 1.5rem;
  }
}
.ledger-filter-directive {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "search-input search-input search-input search-buttons" "start-date start-date end-date end-date" "type-select type-select type-select type-select" "from-reg from-reg reg-to reg-to" ". . . expanded-search-btn";
  margin: 0;
}
.ledger-filter-directive a.btn {
  flex: 1;
  height: 2.25rem;
  padding: 0.5rem 0;
  margin: 0.2rem 0.5rem 0.2rem 0;
}
.ledger-filter-directive a.btn:last-child {
  margin-right: 0;
}
.ledger-filter-directive a.btn.search-btn {
  flex: 2.25;
}
.ledger-filter-directive [material-input] label {
  padding-bottom: 0.25rem !important;
}
.ledger-filter-directive [material-input] .tag-selector {
  padding: 0 !important;
}
.ledger-filter-directive .search-input {
  grid-area: search-input;
}
.ledger-filter-directive .search-buttons {
  display: flex;
  padding-top: 1.375rem;
  grid-area: search-buttons;
}
.ledger-filter-directive .start-date {
  grid-area: start-date;
}
.ledger-filter-directive .end-date {
  grid-area: end-date;
}
.ledger-filter-directive .type-select {
  grid-area: type-select;
}
.ledger-filter-directive .type-select .controls {
  line-height: 0;
}
.ledger-filter-directive .toggle-split {
  grid-area: toggle-split;
}
.ledger-filter-directive .toggle-deactivated {
  grid-area: toggle-deactivated;
}
.ledger-filter-directive .toggle-deactivated label {
  white-space: nowrap;
}
.ledger-filter-directive .toggle-split,
.ledger-filter-directive .toggle-deactivated {
  text-align: center;
}
.ledger-filter-directive .from-reg {
  grid-area: from-reg;
}
.ledger-filter-directive .reg-to {
  grid-area: reg-to;
}
.ledger-filter-directive #expanded-search-btn {
  grid-area: expanded-search-btn;
}
.ledger-filter-directive.collapsed {
  grid-row-gap: 0;
}
.ledger-filter-directive.showing-switches {
  grid-template-areas: "search-input search-input search-input search-buttons" "start-date start-date end-date end-date" "type-select type-select toggle-split toggle-deactivated" "from-reg from-reg reg-to reg-to" ". . . expanded-search-btn";
}
.ledger-filter-directive.showing-switches .type-select {
  padding-top: 0.325rem;
}

@media screen and (max-width: 1280px) {
  .ledger-filter-directive {
    grid-template-areas: "search-input search-input search-buttons search-buttons" "start-date start-date end-date end-date" "type-select type-select type-select type-select" "from-reg from-reg reg-to reg-to" ". . . expanded-search-btn";
  }
  .ledger-filter-directive.showing-switches {
    grid-template-areas: "search-input search-input search-buttons search-buttons" "start-date start-date end-date end-date" "type-select type-select toggle-split toggle-deactivated" "from-reg from-reg reg-to reg-to" ". . . expanded-search-btn";
  }
  .ledger-filter-directive.showing-switches .type-select {
    padding-top: 0.325rem;
  }
  .ledger-filter-directive a.btn.search-btn {
    flex: 3;
  }
}
@media screen and (max-width: 960px) {
  .ledger-filter-directive {
    grid-template-areas: "search-input search-input search-buttons search-buttons" "start-date start-date end-date end-date" "type-select type-select type-select type-select" "from-reg from-reg reg-to reg-to" ". . . expanded-search-btn";
  }
  .ledger-filter-directive.showing-switches {
    grid-template-areas: "search-input search-input search-buttons search-buttons" "start-date start-date end-date end-date" "type-select type-select type-select type-select" "toggle-split toggle-split toggle-deactivated toggle-deactivated" "from-reg from-reg reg-to reg-to" ". . . expanded-search-btn";
  }
  .ledger-filter-directive.showing-switches .type-select {
    padding-top: 0;
  }
  .ledger-filter-directive a.btn.search-btn {
    flex: 3;
  }
  .ledger-filter-directive .no-mobile {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .ledger-filter-directive,
  .ledger-filter-directive.showing-switches {
    grid-template-columns: 1fr;
    grid-template-areas: "search-input" "search-buttons" "start-date" "end-date" "type-select" "toggle-split" "toggle-deactivated" "from-reg" "reg-to" "expanded-search-btn";
  }
  .ledger-filter-directive a.btn.search-btn,
  .ledger-filter-directive.showing-switches a.btn.search-btn {
    flex: 3;
  }
  .ledger-filter-directive .search-buttons,
  .ledger-filter-directive .filter-controls,
  .ledger-filter-directive.showing-switches .search-buttons,
  .ledger-filter-directive.showing-switches .filter-controls {
    padding-top: 0;
  }
}
.top-margin {
  margin-top: 0;
}

.margin-b {
  margin-bottom: 1rem;
}

.font-size-small {
  font-size: 0.9rem;
}

.margin-r {
  margin-right: 0.5rem;
}

.slim-cell {
  width: 4px;
}

.group-name {
  padding-bottom: 1em;
}
.group-name .breadcrumbs {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.25em;
}
.group-name .breadcrumbs .crumb {
  display: inline-block;
  margin-right: 0.5em;
  color: grey;
}
.group-name .breadcrumbs .crumb.last {
  color: #000000;
}
.group-name .breadcrumbs i {
  padding-top: 0.05rem;
  vertical-align: top;
}
.group-name .edit-name .btn {
  margin: 0.5rem 0 0 0.5rem;
  vertical-align: top;
}
.group-name .edit-name .next {
  display: inline-block;
  margin-left: 1.5rem;
  max-width: 33%;
}

@media screen and (max-width: 480px) {
  .gl-input {
    width: 10rem;
  }
}

.entry-page {
  /*height: 100%;*/
}
.entry-page #disposition-actions {
  padding: 6px 0 0 5px;
}
.entry-page .previous-entries {
  border-top: 1px solid #9a9a9a;
  margin-top: 3em;
}
.entry-page .separator {
  border-top: 1px solid silver;
  margin: 2em 0;
}
.entry-page .review-pane {
  padding-left: 1em;
  /*border-left: 1px solid lighten($grey, 10%);*/
  padding-top: 1em;
}
.entry-page .review-pane h4 {
  margin: 0;
}
.entry-page .review-pane .uploader {
  padding-bottom: 0.5rem;
  width: 24rem;
}
.entry-page .buttons {
  padding-top: 0.5rem;
}

.scheduled-reminder-state .action-buttons {
  display: flex;
  justify-content: space-between;
}
.scheduled-reminder-state .reminder-errors .reminder-error {
  display: block;
}

.danger-tooltip .tooltip {
  color: #df5348;
}

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  transition: all linear 0s;
}

.header-date {
  width: 6rem;
}

.header-description {
  width: 30rem;
}
@media (max-width: 400px) {
  .header-description {
    width: 10rem;
  }
}

.header-amount {
  width: 6rem;
}

.icon-and-crebit {
  display: inline-flex;
}

.fa-level-up-alt {
  align-self: center;
}

.fee-info-text {
  width: 75%;
}

@media (max-width: 600px) {
  .mobile-flex {
    flex-direction: column;
  }
}

.funk-notes-state {
  text-align: center;
}
.funk-notes-state .tokens {
  margin-top: 6rem;
}
.funk-notes-state .tokens .number {
  margin-right: 0.32rem;
}

.none-found {
  text-align: center;
  padding: 1em;
}

.profile-notifications-state .subtabs {
  margin-top: -0.5rem;
}
.profile-notifications-state .inline-button-label.top-mar {
  margin-top: 27px;
}
.profile-notifications-state .hidden {
  visibility: hidden;
}
.profile-notifications-state .green {
  color: #6E991F;
}

.no-permission {
  text-align: center;
}

.profile-questionnaire .incomplete {
  color: #df5348;
}
.profile-questionnaire .complete {
  color: #6E991F;
}
.profile-questionnaire .expired {
  color: #F89406;
}
.profile-questionnaire .step-extensions div.inline-input label {
  display: inline-block;
}
.profile-questionnaire .profile-step {
  margin-bottom: 1em;
}
.profile-questionnaire .profile-step .question {
  margin-bottom: 1em;
}
.profile-questionnaire .profile-step .question .expiration-date {
  margin-left: 1em;
}
.profile-questionnaire .profile-step .question img.preview {
  width: 200px;
  height: 150px;
  border: 1px solid grey;
  margin: 0.5rem;
}
.profile-questionnaire .profile-step .question p.timestamp {
  margin: 0 0 0 0.5rem;
}
.profile-questionnaire .profile-step .fa-angle-double-down {
  margin-right: 0.8rem;
}
.profile-questionnaire .profile-step .fa-angle-double-right {
  margin-right: 0.8rem;
}
.profile-questionnaire .profile-step .fa-check {
  margin-right: 0.8rem;
}
.profile-questionnaire .profile-step .fa-circle {
  margin-right: 0.8rem;
}
.profile-questionnaire .profile-step .fa-history {
  margin-right: 0.8rem;
}

.blocked-questionnaire {
  text-align: center;
  font-size: 1.5em;
}

.profile-registrations-state .action-icon {
  text-decoration: none;
  margin: 0 0.25rem;
}
.profile-registrations-state .action-row {
  margin: 0 0 2.5rem;
}
.profile-registrations-state .action-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.profile-registrations-state .registration-block {
  margin-bottom: 2.5rem;
}
.profile-registrations-state .registration-block.provider {
  margin-bottom: 2rem;
}
.profile-registrations-state .registration-block.provider > .form-actions {
  margin-top: 0.25rem;
}
.profile-registrations-state .registration-block .heading {
  font-size: 0.9rem;
}
.profile-registrations-state .registration-block .heading.bordered {
  margin-top: 0;
}
.profile-registrations-state .registration-block .clickable {
  cursor: pointer;
}
.profile-registrations-state .registration-block .clickable:hover {
  background-color: #f1f1f1;
}

.users-list .heading {
  font-size: 0.9rem;
}

.attendance-settings .measure {
  max-width: 34em;
}
.attendance-settings .button-switch-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .attendance-settings .button-switch-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.attendance-settings .button-switch {
  width: 20rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.attendance-settings summary {
  position: relative;
}
.attendance-settings summary::-webkit-details-marker {
  display: none;
}
.attendance-settings summary i {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.attendance-settings summary .summary-title {
  margin: 0rem;
  margin-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.attendance-settings .setting-container {
  margin-bottom: 3rem;
}
.attendance-settings .trusted-contact-edit .contact-form-bottom .contact-form-actions {
  justify-content: flex-end;
}

.basics-state .identity .inline-input.lower-row {
  margin-top: 3rem;
}
.basics-state .identity .inline-input [material-input] {
  min-width: 20rem;
}
.basics-state .identity .inline-input .smol {
  min-width: 10rem;
}
.basics-state .mar-left {
  margin-left: 0.5em;
}
.basics-state .inline {
  display: inline-block;
  width: calc(50% - 4px);
}
.basics-state .pad-top {
  padding-top: 10px;
}
.basics-state .subtabs {
  margin-top: -0.5rem;
}
.basics-state .subtab {
  margin-bottom: 1.5rem;
}
.basics-state .important-dates ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
  font-size: 0.8em;
}
.basics-state .important-dates ::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  font-size: 0.8em;
}
.basics-state .important-dates ::-ms-input-placeholder { /* Edge */
  font-style: italic;
  font-size: 0.8em;
}
.basics-state .important-dates :-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
  font-size: 0.8em;
}

.emergency-form .emergency-feature-toggle {
  display: grid;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0.5rem;
  grid-template-columns: 3fr 1fr;
  grid-template-areas: "text switch";
}
.emergency-form .emergency-feature-toggle .text {
  grid-area: text;
  display: flex;
  align-items: center;
}
.emergency-form .emergency-feature-toggle .switch {
  grid-area: switch;
  min-width: 18rem;
}
.emergency-form .emergency-item {
  padding-left: 1.5rem;
}
@media (max-width: 720px) {
  .emergency-form .emergency-feature-toggle {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "switch";
  }
}

.health-log-settings .mar-top {
  margin-top: 1rem;
}
.health-log-settings .neg-mar-top {
  margin-top: -1rem;
}
.health-log-settings .pad-top {
  padding-top: 25px;
}

.group-tree .tree-nodes .child-group .child-data {
  background: #fefefe;
  border: 1px solid #b3b3b3;
  color: #000000;
  font-weight: 400;
  padding: 0.75rem;
  padding: 10px;
}
.group-tree .tree-nodes .child-group .child-data .group-name {
  padding-top: 0.4rem;
  padding-left: 0.5rem;
}
.group-tree .tree-nodes .child-group .child-data:hover {
  background: #f2f2f2;
  border-color: #a6a6a6;
}
.group-tree .tree-nodes .child-group .angular-ui-tree-placeholder {
  background: #fefefe;
  border: 2px dashed #44638e;
}

.limited-width.medication-setting .note-templates {
  margin-top: 10px;
}
.limited-width.medication-setting .note-templates .note-controls {
  text-align: right;
}
.limited-width.medication-setting .note-templates .note-controls .btn {
  margin-top: 10px;
  text-align: center;
}
.limited-width.medication-setting .tiny-input {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  width: 80px;
}
.limited-width.medication-setting #otc-table {
  margin-top: 10px;
}
.limited-width.medication-setting .inline-buttons {
  margin-left: 5px;
  padding-top: 11px;
}

.deactivated {
  color: red;
}

.notification-settings {
  margin: 0.5em 0;
}
.notification-settings.enabled {
  margin: 1.5rem 0;
}
.notification-settings .left-padding {
  padding-left: 20px;
}
.notification-settings .top-margin-small {
  margin-top: 5px;
}
.notification-settings .top-margin-big {
  margin-top: 10px;
}
.notification-settings .notification-interval {
  width: 4rem;
  display: inline-flex;
  text-align: center;
  margin: 0 5px;
}
.notification-settings .custom-text {
  font-weight: normal;
  cursor: pointer;
  margin-left: 3rem;
}
.notification-settings .disabled-text {
  color: #999999;
}
.notification-settings .bottom-spacer {
  margin-bottom: 1rem;
}
.notification-settings .field-label {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.notifications-state .notification-section-header {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
.notifications-state .notification-header, .notifications-state .notification-settings div[material-input].toggle-send label {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.15rem;
}
.notifications-state .custom-text-preview {
  padding-left: 1.5rem;
}
.notifications-state .custom-text-preview img {
  max-width: 100%;
}
.notifications-state .reminder-freq {
  width: 15rem;
}
.notifications-state .reminder-warn {
  font-style: italic;
  padding-bottom: 0.5rem;
}
.notifications-state .top-margin {
  margin-top: 0;
}
.notifications-state .notification-settings div[material-input].toggle-send label {
  margin-top: 0;
}

.profiles-settings i[class^=fa] {
  padding-right: 25px;
}
.profiles-settings .permission-hidden {
  text-align: right;
}
.profiles-settings .split-right {
  padding-top: 25px;
}
.profiles-settings .legacy {
  padding: 0;
}

.registration-settings .rates h2 {
  font-size: 1.2rem;
}
.registration-settings .rates h3 {
  margin-top: 1rem;
  margin-bottom: 0rem;
  font-size: 1rem;
}
.registration-settings .rates .no-cards-accepted {
  border-style: dashed;
  border-width: 1px;
  border-color: #d32027;
}
.registration-settings .rates .accepted-types .cc-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.registration-settings .rates .accepted-types .cc-types .cc-type {
  margin: 0.5rem;
  min-width: 8rem;
  max-width: 10rem;
  flex: 1;
}
.registration-settings .rates .inline-save {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1em;
}
.registration-settings .rates .convenience-fee-checkbox {
  margin-top: 1em;
}
.registration-settings .rates .convenience-fee-save {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1em;
}
.registration-settings .wizard-links .add-select {
  margin-right: 10px;
  width: 50%;
}
.registration-settings .wizard-links .delete-link {
  align-items: center;
  display: flex;
  justify-content: center;
}
.registration-settings .wizard-links .top-left {
  display: inline-block;
  width: 50%;
}
.registration-settings .wizard-links .top-right {
  display: inline-block;
  margin-left: 10px;
}
.registration-settings .wizard-links .wizard-hide {
  display: none;
}

.tags-settings #buttons-or-something {
  float: right;
}
.tags-settings .form-button {
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-top: 1.6rem;
}
.tags-settings .red {
  color: #df5348;
}
.tags-settings .squish {
  width: 70%;
}
.tags-settings .squish h4 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.finances-state-container .payment-directive-buttons {
  text-align: right;
}
.finances-state-container .payout-block {
  padding-top: 1.5rem;
}
.finances-state-container .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}
@media (max-width: 400px) {
  .finances-state-container .grid-wrapper {
    display: block;
  }
}
.finances-state-container .grid-payout-description {
  grid-column: 1/2;
  grid-row: 1;
}
.finances-state-container .grid-payout-amount {
  grid-column: 2/3;
  grid-row: 1;
}
.finances-state-container .grid-payout-button {
  grid-column: 2/3;
  grid-row: 2;
}

.patient-prescreening-form-state .prescreening-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.patient-prescreening-form-state .prescreening-layout .input-container {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
}
.patient-prescreening-form-state .prescreening-layout .input-container .form-input {
  flex-grow: 1;
}
.patient-prescreening-form-state .prescreening-layout .full-width {
  width: 100%;
}

.question-tree {
  position: relative;
}
.question-tree.stack-true {
  margin-right: 0;
  height: 50vh;
  overflow: auto;
}
.question-tree h3 {
  margin-top: 0;
}

.out-of-date {
  background-color: #FFEFC2;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
}
.out-of-date.unlocked {
  background-color: #DEF2C2;
}
.out-of-date h4 {
  margin-top: 0;
}
.out-of-date p {
  margin: 0;
}
.out-of-date .step-extension {
  text-align: center;
}
.out-of-date .step-extension .btn-primary {
  display: inline-block;
  margin: 0.375rem 0;
  width: 12.5rem;
}

.registration-details-state .header {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #808080;
  align-items: center;
  /* On waitlist or awaiting approval */
}
.registration-details-state .header .group-name-heading {
  margin: 0;
}
.registration-details-state .header .reg-status {
  margin-right: 1rem;
}
.registration-details-state .contacts .contact-heading {
  margin-bottom: 0.5rem;
}
.registration-details-state .add-ons-container {
  margin-bottom: 1.5rem;
}
.registration-details-state .add-ons-container .add-ons-heading {
  margin-bottom: 0.5rem;
}
.registration-details-state .add-ons-container .sign-up-heading {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.registration-details-state .add-ons-container .remaining {
  margin-right: 0.5rem;
}
.registration-details-state .add-ons-container .quantity-input {
  width: 64px;
  text-align: right;
}
.registration-details-state .add-ons-container .quantity-times {
  display: inline-block;
  margin-left: 0.25rem;
}
.registration-details-state .add-ons-container .add-on-container .non-multi {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.registration-details-state .add-ons-container .add-on-container .non-multi > .split-flex, .registration-details-state .add-ons-container .add-on-container .profile-state .sections .section .non-multi > .section-header, .profile-state .sections .section .registration-details-state .add-ons-container .add-on-container .non-multi > .section-header, .registration-details-state .add-ons-container .add-on-container .profiles-state .profile .profile-info .headline .non-multi > .demographics, .profiles-state .profile .profile-info .headline .registration-details-state .add-ons-container .add-on-container .non-multi > .demographics {
  flex: 1 1 auto;
}
.registration-details-state .add-ons-container .add-on-container .non-multi > .numeric-quantity {
  margin-left: 0.5rem;
}
.registration-details-state .add-ons-container .add-on-container + .add-on-container {
  border-width: 0px;
  border-top-width: 1px;
  border-color: #808080;
  border-style: dashed;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
}
.registration-details-state .add-ons-container .add-on-container [material-input].legacy[type=checkbox] .input-area {
  line-height: 1.25;
}
.registration-details-state .add-ons-container .multi-choice-add-on-container .add-on-name {
  font-size: 0.9rem;
  font-weight: 400;
}
.registration-details-state .add-ons-container .multi-choice-add-on-container > .flex-container {
  flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.registration-details-state .add-ons-container .multi-choice-add-on-container > .flex-container > .add-on-option {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.registration-details-state .coupons-container {
  margin-bottom: 1.5rem;
}
.registration-details-state .coupons-container .coupon-heading {
  margin-bottom: 0.5rem;
}

.register-state .limited-height, .insurance-state .limited-height {
  height: 87vh;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6em;
}
.register-state .limited-height .step-width, .insurance-state .limited-height .step-width {
  max-width: 880px;
  padding: 1em;
}
@media screen and (max-width: 800px) {
  .register-state .limited-height, .insurance-state .limited-height {
    height: calc(100vh - 150px);
  }
}
.register-state .limited-height h3, .register-state .limited-height h4, .insurance-state .limited-height h3, .insurance-state .limited-height h4 {
  margin-top: 0;
}
.register-state .reg-step, .insurance-state .reg-step {
  padding-top: 2em;
  padding-bottom: 2em;
}
.register-state .navigation, .insurance-state .navigation {
  background-color: #fefefe;
  padding: 0 1em 1em;
  position: fixed;
  bottom: 0px;
  width: calc(100vw - 200px);
  max-width: 880px;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .register-state .navigation, .insurance-state .navigation {
    width: 100vw;
  }
}

ui-view.nested-states .animate-if.ng-enter,
ui-view.nested-states .animate-if.ng-leave {
  transition: all linear 0s;
}
ui-view.nested-states .audit-header {
  margin: 0rem;
}
ui-view.nested-states .edit-records,
ui-view.nested-states .view-records {
  flex: 1;
  overflow: hidden;
}
ui-view.nested-states .edit-records .attendance-audit-directive,
ui-view.nested-states .edit-records .attendance-feed-directive,
ui-view.nested-states .view-records .attendance-audit-directive,
ui-view.nested-states .view-records .attendance-feed-directive {
  height: 100%;
  overflow: hidden;
}
ui-view.nested-states .edit-records .feed-record-container,
ui-view.nested-states .view-records .feed-record-container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  flex: 1;
  overflow-y: auto;
}
ui-view.nested-states .edit-records .feed-record-container :not([class^=fa]),
ui-view.nested-states .view-records .feed-record-container :not([class^=fa]) {
  font-size: 0.875rem;
}
ui-view.nested-states .edit-records .feed-record-container .attendance-feed-record:first-of-type attendance-feed-item:first-child,
ui-view.nested-states .view-records .feed-record-container .attendance-feed-record:first-of-type attendance-feed-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
ui-view.nested-states .edit-records .feed-record-container .attendance-feed-record:last-of-type attendance-feed-item:last-child,
ui-view.nested-states .view-records .feed-record-container .attendance-feed-record:last-of-type attendance-feed-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.profile-more-participants-state {
  height: 100%;
  overflow-y: auto;
}

.notes-state {
  overflow-y: auto;
}
.notes-state .note-container {
  margin-bottom: 4rem;
}
.notes-state .note-container .note-item {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.notes-state .note-container > span.small.muted, .notes-state .registration-state .registration-crebits .note-container > span.muted.subcrebit, .registration-state .registration-crebits .notes-state .note-container > span.muted.subcrebit {
  display: block;
}
.notes-state .note-container > span.small.muted + span.small.muted, .notes-state .registration-state .registration-crebits .note-container > span.muted.subcrebit + span.small.muted, .registration-state .registration-crebits .notes-state .note-container > span.muted.subcrebit + span.small.muted, .notes-state .registration-state .registration-crebits .note-container > span.small.muted + span.muted.subcrebit, .registration-state .registration-crebits .notes-state .note-container > span.small.muted + span.muted.subcrebit, .notes-state .registration-state .registration-crebits .note-container > span.muted.subcrebit + span.muted.subcrebit, .registration-state .registration-crebits .notes-state .note-container > span.muted.subcrebit + span.muted.subcrebit {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.profile-trusted-contacts-state {
  overflow-y: auto;
  height: 100%;
}
.profile-trusted-contacts-state .trusted-contacts-list .selected {
  border-color: #6e991f;
  border-style: solid;
  border-width: 2px;
}

.org-ledger-table {
  table-layout: fixed;
}

.crebit-date-header-org {
  width: 6rem;
}
@media (max-width: 400px) {
  .crebit-date-header-org {
    width: 4.5rem;
  }
}

.crebit-description-header-org {
  width: 50rem;
}
@media (max-width: 400px) {
  .crebit-description-header-org {
    width: 10rem;
  }
}

.crebit-cell-header-org {
  width: 4rem;
}
@media (max-width: 400px) {
  .crebit-cell-header-org {
    width: 3rem;
  }
}

.payout-state .instruction-text-directive.padded {
  padding: 1rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 720px) {
  .payout-state .instruction-text-directive.padded {
    padding: 0rem;
    margin: 0rem;
  }
}
.payout-state payment-method {
  text-align: initial;
}
.payout-state .card-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.payout-state .card-row .card {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  padding: 1rem;
  margin: 1rem;
  transition: max-height 0.25s linear;
  min-height: 12rem;
  max-height: 14rem;
  min-width: 16rem;
  box-shadow: 0 1px 5px -1px grey;
  border: 1px solid #b3b3b3;
  border-radius: 0.1875rem;
  background-color: white;
}
@media screen and (max-width: 720px) {
  .payout-state .card-row .card {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.payout-state .card-row .card.wide {
  min-width: 20rem;
}
.payout-state .card-row .card.show-more {
  display: block;
  flex-basis: 100%;
  height: auto;
  max-height: 70rem;
  width: 100%;
  max-width: 100%;
}
.payout-state .card-row .card .main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.payout-state .card-row .card .card-header {
  display: block;
  margin-top: 0rem;
}
.payout-state .card-row .card .card-header h1, .payout-state .card-row .card .card-header h2, .payout-state .card-row .card .card-header h3, .payout-state .card-row .card .card-header h4, .payout-state .card-row .card .card-header h5, .payout-state .card-row .card .card-header h6 {
  margin: 0rem;
  margin-bottom: 0.5rem;
}
.payout-state .card-row .card .card-content-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.payout-state .card-row .card .card-content-row:not(:last-of-type) {
  margin: 0rem;
  margin-bottom: 0.5rem;
}
.payout-state .card-row .card .card-content-row span.account-data {
  display: inline;
  margin: 0rem;
  margin-bottom: 0.75rem;
  padding: 0.15rem 0 0 0;
  font-size: 0.9rem;
}
.payout-state .card-row .card .card-content-row h4 {
  display: inline;
  margin: 0rem;
  margin-bottom: 0.75rem;
  padding: 0rem;
}
.payout-state .card-row .card .card-content-row.center-content {
  justify-content: center;
  text-align: center;
}
.payout-state .card-row .card .card-content-row.em-heavy {
  font-size: 2rem;
  font-weight: 800;
}
.payout-state .card-row .card .card-content-row.em-light {
  font-size: 1.2rem;
  font-weight: 400;
}
.payout-state .card-row .card .card-content-row.card-table {
  display: block;
  max-height: 8rem;
}
.payout-state .card-row .card .card-content-row.card-table.truncate {
  transition: max-height 0.25s linear;
}
.payout-state .card-row .card .card-content-row.card-table.truncate.expanded {
  max-height: 20rem;
  margin-bottom: 0.5rem;
}
.payout-state .card-row .card .card-content-row.action-row {
  justify-content: flex-end;
}
.payout-state .card-row .card .card-content-row.action-row.split, .payout-state .card-row .card .card-content-row.action-row.heading, .payout-state .card-row .card .profiles-state .profile .profile-info .card-content-row.action-row.headline, .profiles-state .profile .profile-info .payout-state .card-row .card .card-content-row.action-row.headline {
  justify-content: space-between;
}
.payout-state .card-row .card .table-cell {
  padding: 0.25rem;
}
.payout-state .btn.loading-spinner i {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 4rem;
  margin-right: 4rem;
}
.payout-state .balance-card-header {
  display: flex;
  justify-content: space-between;
}
.payout-state .balance-header {
  width: fit-content !important;
  margin-top: 0;
}
.payout-state .balance-section {
  text-align: end;
}
.payout-state .payout-settings-card-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
}
.payout-state .payout-settings-last-modified {
  margin-bottom: 0 !important;
}
.payout-state .switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 14px;
  margin-right: 20px;
}
.payout-state .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.payout-state .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.payout-state .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-color: white;
  box-shadow: -1px 1px 5px #4d4d4d;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.payout-state .slider:hover:before {
  box-shadow: 0px 0px 0px 10px rgba(77, 77, 77, 0.25);
}
.payout-state .input-checked.slider:hover:before {
  box-shadow: 0px 0px 0px 10px rgba(137, 180, 60, 0.4);
}
.payout-state .input-checked.slider {
  background-color: #89b43c;
}
.payout-state .input-checked.slider::before {
  box-shadow: none;
  background-color: #6e991f;
}
.payout-state input:focus + .slider {
  box-shadow: 0 0 1px #6e991f;
}
.payout-state .input-checked.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.payout-state .slider.round {
  border-radius: 34px;
}
.payout-state .slider.round:before {
  border-radius: 50%;
  top: -3px;
  left: -2px;
}
.payout-state .disabled {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.payout-state .disabled:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-color: white;
  box-shadow: -1px 1px 5px #4d4d4d;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.payout-state .disabled.round {
  border-radius: 34px;
}
.payout-state .disabled.round:before {
  border-radius: 50%;
  top: -3px;
  left: -2px;
}

.ledger-balances-table {
  table-layout: fixed;
}

.name-header {
  width: 38rem;
}
@media (max-width: 400px) {
  .name-header {
    width: 11rem;
  }
}

.payments-header {
  width: 5rem;
}

.balance-header {
  width: 5rem;
}

.profile-ledger-line-items-state .crebit-list {
  height: 59vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.profile-ledger-line-items-state .crebit-list.filters-expanded {
  height: 33vh;
}
.profile-ledger-line-items-state .crebit-list .table {
  table-layout: fixed;
}
.profile-ledger-line-items-state .crebit-list .table .date-column {
  width: 4rem;
}
.profile-ledger-line-items-state .crebit-list .table .name-column {
  width: 8rem;
}
.profile-ledger-line-items-state .crebit-list .table .description-column {
  width: 12rem;
}
.profile-ledger-line-items-state .crebit-list .table .debit-column {
  width: 4rem;
}
.profile-ledger-line-items-state .crebit-list .table .credit-column {
  width: 4rem;
}
.profile-ledger-line-items-state .filters-and-export {
  margin: 0;
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "text-filter text-filter text-filter action-buttons" "start-date-filter start-date-filter end-date-filter end-date-filter" "type-filter type-filter from-reg-filter profile-reg-filter" "deactivated-reg-filter deactivated-reg-filter split-attr-filter split-attr-filter" ". . . expanded-search-button";
}
.profile-ledger-line-items-state .filters-and-export a.btn {
  flex: 1;
  height: 2.25rem;
  padding: 0.5rem 0;
  margin: 0.2rem 0.5rem 0.2rem 0;
}
.profile-ledger-line-items-state .filters-and-export a.btn:last-child {
  margin-right: 0;
}
.profile-ledger-line-items-state .filters-and-export a.btn.search-button {
  flex: 2.25;
}
.profile-ledger-line-items-state .filters-and-export [material-input] label {
  padding-bottom: 0.25rem !important;
}
.profile-ledger-line-items-state .filters-and-export [material-input] .tag-selector {
  padding: 0 !important;
}
.profile-ledger-line-items-state .filters-and-export .text-filter {
  grid-area: text-filter;
}
.profile-ledger-line-items-state .filters-and-export .action-buttons {
  display: flex;
  padding-top: 1.375rem;
  grid-area: action-buttons;
}
.profile-ledger-line-items-state .filters-and-export .start-date-filter {
  grid-area: start-date-filter;
}
.profile-ledger-line-items-state .filters-and-export .end-date-filter {
  grid-area: end-date-filter;
}
.profile-ledger-line-items-state .filters-and-export .type-filter {
  grid-area: type-filter;
}
.profile-ledger-line-items-state .filters-and-export .from-reg-filter {
  grid-area: from-reg-filter;
}
.profile-ledger-line-items-state .filters-and-export .profile-reg-filter {
  grid-area: profile-reg-filter;
}
.profile-ledger-line-items-state .filters-and-export .deactivated-reg-filter {
  grid-area: deactivated-reg-filter;
}
.profile-ledger-line-items-state .filters-and-export .split-attr-filter {
  grid-area: split-attr-filter;
}
.profile-ledger-line-items-state .filters-and-export .expanded-search-button {
  grid-area: expanded-search-button;
}
.profile-ledger-line-items-state .totals-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem 0;
}
.profile-ledger-line-items-state .totals-cards .balance-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 12rem;
  margin: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  box-shadow: 0 1px 5px -1px grey;
  border: 1px solid #b3b3b3;
  border-radius: 0.1875rem;
  background-color: #fefefe;
}
.profile-ledger-line-items-state .totals-cards .balance-card h4 {
  margin: 0 0 0.5rem 0;
}
.profile-ledger-line-items-state .totals-cards .balance-card h2 {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .profile-ledger-line-items-state .crebit-list {
    height: 57vh;
  }
  .profile-ledger-line-items-state .crebit-list.filters-expanded {
    height: 31vh;
  }
  .profile-ledger-line-items-state .filters-and-export {
    grid-template-areas: "text-filter text-filter action-buttons action-buttons" "start-date-filter start-date-filter end-date-filter end-date-filter" "type-filter type-filter from-reg-filter profile-reg-filter" "deactivated-reg-filter deactivated-reg-filter split-attr-filter split-attr-filter" ". . . expanded-search-button";
  }
}
@media screen and (max-width: 800px) {
  .profile-ledger-line-items-state .crebit-list {
    height: 56vh;
  }
  .profile-ledger-line-items-state .crebit-list.filters-expanded {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  .profile-ledger-line-items-state .crebit-list {
    height: 54vh;
  }
  .profile-ledger-line-items-state .crebit-list.filters-expanded {
    height: 29vh;
  }
}
@media screen and (max-width: 600px) {
  .profile-ledger-line-items-state .crebit-list {
    height: 45vh;
  }
  .profile-ledger-line-items-state .crebit-list.filters-expanded {
    height: 16vh;
  }
  .profile-ledger-line-items-state .crebit-list .table .date-column {
    width: 5rem;
  }
  .profile-ledger-line-items-state .crebit-list .table .name-column {
    width: 7rem;
  }
  .profile-ledger-line-items-state .crebit-list .table .description-column {
    width: 10rem;
  }
  .profile-ledger-line-items-state .crebit-list .table .debit-column {
    width: 4rem;
  }
  .profile-ledger-line-items-state .crebit-list .table .credit-column {
    width: 4rem;
  }
}

.grey-border {
  border: 1px solid gray;
}

.padded {
  padding: 1em;
}

.b-radius {
  border-radius: 0.5rem;
}

.margin-b {
  margin-bottom: 1em;
}

.margin-r {
  margin-right: 0.5rem;
}

.deac-opt input {
  border: none !important; /* sorry */
  background-color: initial !important;
  opacity: 1 !important;
}
.deac-opt .input-label {
  opacity: 1 !important;
}

@media (max-width: 480px) {
  .inline-or-flex {
    flex: 3;
    width: 100vw;
    margin-left: -1rem;
  }
  .inline-or-flex .add-on-input {
    padding-left: 1rem;
    padding-right: 5rem;
  }
}
@media (min-width: 480px) {
  .inline-or-flex {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -0.5em;
    justify-content: space-between;
  }
  .inline-or-flex .add-on-input {
    width: 100%;
  }
  .inline-or-flex material-input, .inline-or-flex [material-input] {
    flex: 1;
    margin: 0 0.5em;
  }
  .inline-or-flex material-input.flex-2, .inline-or-flex [material-input].flex-2 {
    flex: 2;
  }
  .inline-or-flex material-input.flex-3, .inline-or-flex [material-input].flex-3 {
    flex: 3;
  }
  .inline-or-flex material-input.flex-4, .inline-or-flex [material-input].flex-4 {
    flex: 4;
  }
}

@media (max-width: 480px) {
  .add-on-option-capacity-expires {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .add-on-option-input {
    width: 50%;
  }
}

@media (min-width: 480px) {
  .add-on-option-inputs {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -0.5em;
    justify-content: space-between;
  }
  .add-on-option-inputs .add-on-option-input {
    width: 100%;
  }
}

.indent {
  padding-left: 15px;
}

@media (max-width: 480px) {
  .inline-or-flex {
    flex: 3;
    width: 100vw;
    margin-left: -1rem;
  }
  .inline-or-flex .coupon-input {
    padding-left: 1rem;
    padding-right: 5rem;
  }
}
@media (min-width: 480px) {
  .inline-or-flex {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -0.5em;
    justify-content: space-between;
  }
  .inline-or-flex .coupon-input {
    width: 100%;
  }
  .inline-or-flex material-input, .inline-or-flex [material-input] {
    flex: 1;
    margin: 0 0.5em;
  }
  .inline-or-flex material-input.flex-2, .inline-or-flex [material-input].flex-2 {
    flex: 2;
  }
  .inline-or-flex material-input.flex-3, .inline-or-flex [material-input].flex-3 {
    flex: 3;
  }
  .inline-or-flex material-input.flex-4, .inline-or-flex [material-input].flex-4 {
    flex: 4;
  }
}

.header-date {
  width: 5rem;
}

.bottom-margin {
  margin-bottom: 0.5rem;
}

.align-right {
  text-align: right;
}

.btn-row {
  padding: 1.5rem 0;
}

.initials {
  color: #6E991F;
  font-weight: 800;
  font-size: 1rem;
}

.not-given {
  color: #df5348;
  font-weight: 800;
  font-size: 1.3rem;
}

.profile-mars .table {
  margin: 20px 0;
}
.profile-mars .split a, .profile-mars .heading a, .profile-mars .list-group .item.heading a, .list-group .profile-mars .item.heading a, .profile-mars .list-group .item.split a, .list-group .profile-mars .item.split a, .profile-mars .profiles-state .profile .profile-info .headline a, .profiles-state .profile .profile-info .profile-mars .headline a {
  margin: 0 auto;
}

.pending {
  color: #44638e;
}

.otc-list .table {
  padding-left: 1em;
  width: 60%;
}
.otc-list .table .unauthorized {
  color: red;
}
.otc-list .table .centered {
  text-align: center;
}

img.imgdoc-preview {
  width: 200px;
  height: 150px;
  border: 1px solid grey;
  margin: 0.5rem;
}

.answer-btn {
  width: 3.125rem;
}

.display-container {
  margin-bottom: 0.5rem;
}

.heading {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: grey;
  font-weight: 500;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  margin-top: 1rem;
}
.heading.bordered {
  border-bottom: 1px solid grey;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
.heading.bordered.limit-marg {
  margin: 0.5rem 0 0.5rem 0;
}
.heading .icon {
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  color: #000000;
  opacity: 0.8;
  transition: color 0.2 ease;
}
.heading .icon:hover {
  opacity: 1;
}

.protection-plan-state span.tooltip:hover .content {
  margin-left: -18rem;
}
.protection-plan-state .inline {
  display: inline-block;
}
.protection-plan-state .pad-5 {
  padding: 5px 0;
}
.protection-plan-state .select-all {
  font-size: 0.6em;
  margin-left: 5px;
}
.protection-plan-state .spacer-right {
  margin-right: 0.5rem;
}
.protection-plan-state .spacer-top {
  margin-top: 0.5rem;
}
.protection-plan-state .header {
  line-height: 25px;
  margin-top: 1.5em;
}
.protection-plan-state .header h3 {
  margin: 0;
}
.protection-plan-state .instruction-text-directive {
  margin-bottom: 0;
}
.protection-plan-state .parents {
  font-size: 0.8rem;
  color: grey;
  line-height: 16px;
}
.protection-plan-state .parents a, .protection-plan-state .parents .chevron, .protection-plan-state .parents [ng-repeat] {
  display: inline-block;
}
.protection-plan-state .parents .chevron {
  margin: 0 5px;
}
.protection-plan-state .parents a {
  text-decoration: none;
  font-weight: 300;
  cursor: default;
}
@media screen and (max-width: 600px) {
  .protection-plan-state .plan-info {
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .protection-plan-state .plan-info {
    width: 55%;
  }
}
@media screen and (min-width: 801px) {
  .protection-plan-state .plan-info {
    width: 45%;
  }
}
.protection-plan-state .plan-info .plan-info-items .key {
  line-height: 24px;
  min-width: 12rem;
}
.protection-plan-state .plan-info .plan-info-items .value {
  font-weight: 500;
  color: #000;
}
.protection-plan-state .plan-info .plan-info-items .split-right {
  padding-right: 1px;
}
.protection-plan-state .associated-plans-table {
  margin-bottom: 2em;
}
.protection-plan-state .associated-plans-table .clickable {
  cursor: pointer;
}
.protection-plan-state .associated-plans-table .clickable:hover {
  background-color: #f1f1f1;
}
@media screen and (max-width: 600px) {
  .protection-plan-state .measure-wide {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .protection-plan-state .measure-wide {
    width: 34em;
  }
}

.heading {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: grey;
  font-weight: 500;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  margin-top: 1rem;
}
.heading.bordered {
  border-bottom: 1px solid grey;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
.heading.bordered.limit-marg {
  margin: 0.5rem 0 0.5rem 0;
}
.heading .icon {
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  color: #000000;
  opacity: 0.8;
  transition: color 0.2 ease;
}
.heading .icon:hover {
  opacity: 1;
}

.registration-state .form-actions button.btn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  min-width: 8rem;
}
.registration-state span.tooltip:hover .content {
  margin-left: -18rem;
}
.registration-state .inline {
  display: inline-block;
}
.registration-state .pad-5 {
  padding: 5px 0;
}
.registration-state .select-all {
  font-size: 0.6em;
  margin-left: 5px;
}
.registration-state .reg-actions {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.registration-state .header {
  line-height: 25px;
  margin-bottom: 1.5em;
}
.registration-state .header h3 {
  margin: 0;
}
.registration-state .header .reactivate {
  font-size: 0.8rem;
  font-weight: 500;
  color: #df5348;
  line-height: 16px;
  opacity: 0.8;
  cursor: pointer;
}
.registration-state .header .reactivate:hover {
  opacity: 1;
}
.registration-state .parents {
  font-size: 0.8rem;
  color: grey;
  line-height: 16px;
}
.registration-state .parents a, .registration-state .parents .chevron, .registration-state .parents [ng-repeat] {
  display: inline-block;
}
.registration-state .parents .chevron {
  margin: 0 5px;
}
.registration-state .parents a {
  text-decoration: none;
  font-weight: 300;
  cursor: default;
}
.registration-state .waitlist-promotion-container .btn-row {
  display: flex;
  justify-content: center;
}
.registration-state .add-line-items {
  padding: 0.5em;
  border: 1px solid grey;
  border-radius: 0.375em;
  background-color: #f9f9f9;
  margin: 1em 0;
}
.registration-state .add-line-items .available-add-on, .registration-state .add-line-items .available-coupon {
  line-height: 24px;
}
.registration-state .add-line-items .available-add-on .btn-primary, .registration-state .add-line-items .available-coupon .btn-primary {
  margin: 0.1rem;
  padding: 0 0.3rem;
}
.registration-state .add-line-items .available-add-on .fa-list, .registration-state .add-line-items .available-coupon .fa-list {
  color: grey;
  opacity: 0.8;
}
.registration-state .add-line-items .available-add-on .fa-plus, .registration-state .add-line-items .available-coupon .fa-plus {
  color: #6E991F;
  opacity: 0.5;
  cursor: pointer;
}
.registration-state .add-line-items .available-add-on .fa-plus:hover, .registration-state .add-line-items .available-coupon .fa-plus:hover {
  opacity: 1;
}
.registration-state .add-tuition {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.registration-state .registration-crebits .crebit {
  line-height: 24px;
  /* font-family: monospace; */
}
.registration-state .registration-crebits .subcrebit {
  padding-left: 1em;
}
.registration-state .registration-crebits .subcrebit .split-right {
  padding-right: 1px;
}
.registration-state .registration-crebits .subcrebit .balance {
  margin-top: 2px;
  padding-top: 1px;
  min-width: 75px;
  font-weight: 500;
  border-top: 3px double grey;
}
.registration-state .registration-crebits .subcrebit .fa-times {
  opacity: 0.5;
  color: #df5348;
  cursor: pointer;
}
.registration-state .registration-crebits .subcrebit .fa-times:hover {
  opacity: 1;
}

.medication-state .material-label {
  font-size: 0.85rem;
  color: grey;
  font-weight: 400;
  margin-bottom: 3px;
  display: block;
}
.medication-state .heading-label {
  color: grey;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
}
.medication-state .split a.btn:not(:last-of-type), .medication-state .profiles-state .profile .profile-info .headline a.btn:not(:last-of-type), .profiles-state .profile .profile-info .medication-state .headline a.btn:not(:last-of-type), .medication-state .heading a.btn:not(:last-of-type) {
  margin-right: 0.5rem;
}
.medication-state .error-text {
  color: red;
}
.medication-state .error-text:before {
  content: "* ";
}
.medication-state .med-interval {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
}
.medication-state .med-interval .input-area {
  height: 30px;
}
.medication-state .days {
  margin: 1.5em 0;
  width: 100%;
}
.medication-state .days.good-false {
  padding: 2px;
  border: 2px dotted #e5aca7;
}
.medication-state .days .day {
  background: none;
  border: none;
  outline: none;
  background-color: #e6e6e6;
  border: 1px solid #fefefe;
  display: inline-block;
  font-size: 0.85rem;
  height: 20 px;
  margin: 0;
  padding: 6px 0;
  width: 14.2857142857%;
}
.medication-state .days .day.taking {
  background-color: #6E991F;
  color: #fefefe;
}
.medication-state .days .day.Mon {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.medication-state .days .day.Sun {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.medication-state .times.good-false {
  padding: 2px;
  border: 2px dotted #e5aca7;
}
.medication-state .med-opts {
  margin-bottom: 1em;
  width: 100%;
}
.medication-state .med-opts .med-opt {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  width: calc(20% - 5px);
}
.medication-state .med-opts .med-opt label {
  font-size: 0.8rem;
}
.medication-state .med-opts .med-opt i {
  display: inline;
  font-size: 0.7rem;
  margin-left: 3px;
}
@media only screen and (max-width: 1280px) {
  .medication-state .med-opts .med-opt {
    margin: 0 15px;
    width: 25%;
  }
}
.medication-state .med-tag {
  border-radius: 6px;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 400;
  margin: 2px 0;
  padding: 0.4rem;
  width: 100%;
}
.medication-state .med-tag:disabled, .medication-state .med-tag[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}
.medication-state .med-tag:disabled.edit-true, .medication-state .med-tag[disabled].edit-true {
  opacity: 0.5;
}
.medication-state .med-tag.outline {
  background-color: #fefefe;
  border: 1px solid grey;
  color: grey;
}
.medication-state .med-tag.green {
  background-color: #6E991F;
  border: 1px solid #6E991F;
  color: #fefefe;
}
.medication-state .small.muted.oblique, .medication-state .registration-state .registration-crebits .muted.oblique.subcrebit, .registration-state .registration-crebits .medication-state .muted.oblique.subcrebit {
  padding-left: 3px;
}
.medication-state .mar-b {
  margin-bottom: 1rem;
}
.medication-state .mar-b .notes textarea {
  resize: vertical;
}
.medication-state .table {
  margin-top: 3rem;
}
.medication-state .table .fill-date {
  min-width: 7rem;
}
.medication-state .table .quantity {
  min-width: 5rem;
}