/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
/**
 * Color Variables
 */
.text-chart-primary {
  color: #008FFB !important;
}
.text-chart-secondary {
  color: #6c757d !important;
}
.text-chart-presentation {
  color: #008FFB !important;
}
.text-chart-meeting {
  color: #00E396 !important;
}
.text-chart-seminar {
  color: #FEB019 !important;
}
.text-chart-consulting {
  color: #008FFB !important;
}
.text-chart-cooperative {
  color: #00E396 !important;
}
.text-chart-info-only {
  color: #FEB019 !important;
}
.text-chart-consulting-pending {
  color: #FF4560 !important;
}
.text-chart-education {
  color: #008FFB !important;
}
.text-chart-transfusion-practitioner {
  color: #00E396 !important;
}
.text-chart-chaplaincy {
  color: #FEB019 !important;
}
.text-chart-doctor {
  color: #FF4560 !important;
}
.text-chart-secretary {
  color: #775DD0 !important;
}
.text-chart-pvg {
  color: #3f51b5 !important;
}
.text-chart-other {
  color: #4ecdc4 !important;
}
.text-chart-hlc {
  color: #4caf50 !important;
}
.text-chart-hlc-support {
  color: #f9ce1d !important;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: .3rem .3rem;
  line-height: 1;
  font-size: .775rem;
  border-radius: .2rem;
}
.table-xtra-condensed > thead > tr > th,
.table-xtra-condensed > tbody > tr > th,
.table-xtra-condensed > tfoot > tr > th,
.table-xtra-condensed > thead > tr > td,
.table-xtra-condensed > tbody > tr > td,
.table-xtra-condensed > tfoot > tr > td {
  padding: 2px;
  font-size: 10px;
}
.table-clickable {
  cursor: pointer;
}
.table-condensed {
  font-size: 0.875rem;
}
.table-condensed-no-wrap {
  font-size: 0.875rem;
  white-space: nowrap;
}
.no-wrap {
  white-space: nowrap;
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}
.fade-enter {
  opacity: 0;
}
.fade-leave-to {
  opacity: 0;
}
.callout {
  border-radius: 3px;
  border: 1px solid #eeeeee;
  border-left-width: 5px;
  margin: 20px 0;
  padding: 20px;
}
.callout h4 {
  margin-bottom: 5px;
  margin-top: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code {
  border-radius: 3px;
}
.callout + .bs-callout {
  margin-top: -5px;
}
.callout-case {
  border-left-color: #428bca;
}
.callout-case h4,
.callout-case .callout-icon {
  color: #428bca;
}
.callout-event {
  border-left-color: #5cb85c;
}
.callout-event h4,
.callout-event .callout-icon {
  color: #5cb85c;
}
.callout-contact {
  border-left-color: #f0ad4e;
}
.callout-contact h4,
.callout-contact .callout-icon {
  color: #f0ad4e;
}
.callout-follow-up {
  border-left-color: #5bc0de;
}
.callout-follow-up h4,
.callout-follow-up .callout-icon {
  color: #5bc0de;
}
.callout-tip {
  border-left-color: #777777;
}
.callout-tip h4,
.callout-tip .callout-icon {
  color: #777777;
}
/**
 * This file is for overriding some default bootstrap styles.
 *
 * > NOTE THAT THIS FILE AFFECTS GLOBAL STYLES.
 */
* {
  box-sizing: border-box;
}
img {
  display: block;
}
.btn,
[type='button'] {
  -webkit-appearance: none;
}
@media (max-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    border-bottom: 1px solid #ddd !important;
    border-radius: 4px 4px 0 0 !important;
    margin-bottom: 0 !important;
  }
  .nav-justified button {
    height: 100%;
  }
}
div.collapsed * {
  cursor: ns-resize;
}
div.collapsed:hover {
  cursor: ns-resize;
}
.form-check-input-sm {
  margin-top: 0.55rem;
}
.col-form-check-label-sm {
  font-size: 0.875rem;
  padding-top: 0.3rem;
}
.page-item.active .page-link {
  border-color: #471e65;
}
.text-brand {
  color: #7030A0 !important;
}
a.text-brand:hover,
a.text-brand:focus {
  color: #471e65 !important;
}
h1 > a:not(.btn),
h2 > a:not(.btn),
h3 > a:not(.btn),
h4 > a:not(.btn),
h5 > a:not(.btn),
h6 > a:not(.btn),
p > a:not(.btn),
li > a:not(.btn),
blockquote > a:not(.btn),
label > a:not(.btn),
h1 small > a:not(.btn),
h2 small > a:not(.btn),
h3 small > a:not(.btn),
h4 small > a:not(.btn),
h5 small > a:not(.btn),
h6 small > a:not(.btn),
p small > a:not(.btn),
li small > a:not(.btn),
blockquote small > a:not(.btn),
label small > a:not(.btn) {
  color: #7030A0;
}
h1 > a:not(.btn) ul:not(.pagination) > li > a,
h2 > a:not(.btn) ul:not(.pagination) > li > a,
h3 > a:not(.btn) ul:not(.pagination) > li > a,
h4 > a:not(.btn) ul:not(.pagination) > li > a,
h5 > a:not(.btn) ul:not(.pagination) > li > a,
h6 > a:not(.btn) ul:not(.pagination) > li > a,
p > a:not(.btn) ul:not(.pagination) > li > a,
li > a:not(.btn) ul:not(.pagination) > li > a,
blockquote > a:not(.btn) ul:not(.pagination) > li > a,
label > a:not(.btn) ul:not(.pagination) > li > a,
h1 small > a:not(.btn) ul:not(.pagination) > li > a,
h2 small > a:not(.btn) ul:not(.pagination) > li > a,
h3 small > a:not(.btn) ul:not(.pagination) > li > a,
h4 small > a:not(.btn) ul:not(.pagination) > li > a,
h5 small > a:not(.btn) ul:not(.pagination) > li > a,
h6 small > a:not(.btn) ul:not(.pagination) > li > a,
p small > a:not(.btn) ul:not(.pagination) > li > a,
li small > a:not(.btn) ul:not(.pagination) > li > a,
blockquote small > a:not(.btn) ul:not(.pagination) > li > a,
label small > a:not(.btn) ul:not(.pagination) > li > a {
  border-bottom: 1px solid #000;
}
h1 > a:not(.btn):hover,
h2 > a:not(.btn):hover,
h3 > a:not(.btn):hover,
h4 > a:not(.btn):hover,
h5 > a:not(.btn):hover,
h6 > a:not(.btn):hover,
p > a:not(.btn):hover,
li > a:not(.btn):hover,
blockquote > a:not(.btn):hover,
label > a:not(.btn):hover,
h1 small > a:not(.btn):hover,
h2 small > a:not(.btn):hover,
h3 small > a:not(.btn):hover,
h4 small > a:not(.btn):hover,
h5 small > a:not(.btn):hover,
h6 small > a:not(.btn):hover,
p small > a:not(.btn):hover,
li small > a:not(.btn):hover,
blockquote small > a:not(.btn):hover,
label small > a:not(.btn):hover {
  text-decoration: none;
  color: #000;
}
.pagination {
  color: #7030A0;
}
.pagination .page-item.active .page-link {
  background-color: #7030A0;
}
.pagination .page-item.active .page-link:hover {
  color: #fff;
}
.pagination .page-item-fix-width {
  min-width: 32px;
  max-width: 32px;
}
.show-required:after {
  content: " *";
  color: red;
}
blockquote {
  border-left: 3px solid #e4e4e4;
  padding-left: 20px;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.show {
  opacity: 0.95;
}
.modal {
  -webkit-overflow-scrolling: touch;
}
.modal .petticoat {
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 50;
  left: 0px;
  top: 0px;
  background-color: #fff;
}
.modal .modal-dialog {
  z-index: 100;
  position: relative;
  max-width: 700px;
}
.modal .modal-content {
  max-width: 700px;
  border-radius: 0px;
  border-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.modal .modal-content .modal-header {
  border-bottom: none;
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.modal .modal-content .modal-header .modal-close-button {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 6px;
  position: absolute;
  right: -5px;
  top: -5px;
  background-image: url('/images/icon-close.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
.modal .modal-content .modal-header .modal-close-button:focus {
  border-image: none;
  outline: none;
}
.modal .modal-content .modal-header .modal-close-button:hover {
  opacity: 1;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 700;
}
.modal .modal-content .modal-header .modal-intro {
  margin-left: auto;
  margin-right: auto;
  color: #999999;
  margin-bottom: 20px;
}
.modal .modal-content .modal-header hr {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100px;
  height: 2px;
  border-top: 2px solid #7030A0;
}
.modal .modal-content .modal-header-callout {
  text-align: left;
}
.modal .modal-content .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.modal .modal-content .modal-body .section-heading {
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.modal .modal-content .modal-footer {
  padding-top: 25px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #e4e4e4;
  margin-top: 10px;
}
.modal .modal-content .modal-footer.no-border {
  border-top: 0px;
  padding-top: 10px;
  margin-top: 0px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .modal-header .modal-close-button {
    right: -20px;
    top: -45px;
  }
  .modal .modal-content .modal-header .modal-close-callout-button {
    top: 0px;
  }
}
[v-cloak] {
  display: none;
}
html,
body {
  height: 100%;
  margin: 0;
}
#page-wrap {
  height: 100%;
  /* lesshint-disable */
  height: auto !important;
  /* lesshint-enable */
  min-height: 100%;
  position: relative;
  padding-bottom: 52px;
}
#page-wrap header .logo {
  height: 20px;
}
#page-wrap header a {
  cursor: pointer;
}
#page-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 52px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#page-footer .xs-only {
  display: none;
}
@media (max-width: 800px) {
  #page-wrap {
    padding-bottom: 75px;
  }
  #page-wrap #page-footer {
    height: 75px;
  }
  #page-wrap #page-footer .copy,
  #page-wrap #page-footer .nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  #page-wrap #page-footer .copy .nav-item,
  #page-wrap #page-footer .nav .nav-item {
    display: inline-block;
  }
  #page-wrap #page-footer .copy .nav-item a,
  #page-wrap #page-footer .nav .nav-item a {
    display: inline-block;
  }
}
@media (max-width: 450px) {
  #page-wrap {
    padding-bottom: 85px;
  }
  #page-wrap #page-footer {
    height: 85px;
  }
  #page-wrap #page-footer .xs-only {
    display: block;
  }
}
.shfooter .collapse {
  display: none;
}
.shfooter .collapse.show {
  display: block;
}
.shfooter .chevron-button .fa-chevron-up,
.shfooter .chevron-button[aria-expanded=true] .fa-chevron-down {
  display: none;
}
.shfooter .chevron-button[aria-expanded=true] .fa-chevron-up {
  display: block;
}
.shfooter .tip-button:hover {
  color: #7030A0 !important;
  cursor: pointer;
}
.tip div {
  color: #777777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
}
.tip-description {
  font-size: 0.875rem !important;
}
.fa-stack.tip-icon-size {
  font-size: 0.8em;
}
i {
  vertical-align: middle;
}
#page-wrap.has-tips {
  padding-bottom: 118px;
}
#page-footer.has-tips {
  height: 118px;
}
@media (max-width: 800px) {
  #page-wrap.has-tips {
    padding-bottom: 118px;
  }
  #page-wrap.has-tips #page-footer {
    height: 118px;
  }
}
@media (max-width: 450px) {
  #page-wrap.has-tips {
    padding-bottom: 128px;
  }
  #page-wrap.has-tips #page-footer {
    height: 128px;
  }
}
/**
 * <ajax-button>
 *
 * App-wide styles for our ajax buttons.
 */
[parasails-component='ajax-button'] .button-loader,
[parasails-component='ajax-button'] .button-loading {
  display: inline-block;
  margin: auto;
  display: none;
}
[parasails-component='ajax-button'] .button-loader .loading-dot,
[parasails-component='ajax-button'] .button-loading .loading-dot {
  border-radius: 50%;
  background-color: #fff;
  float: left;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot1,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot2,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot3,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot4,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot,
[parasails-component='ajax-button'] .button-loading .loading-dot {
  width: 7px;
  height: 7px;
  margin: 0px 3px;
  display: inline;
}
[parasails-component='ajax-button'].syncing .button-loader,
[parasails-component='ajax-button'].syncing .button-loading {
  display: inline-block;
}
[parasails-component='ajax-button'].syncing .button-text {
  display: none;
}
.search-select-input {
  text-align: left;
  line-height: 1.0;
  font-size: 0.875rem;
  cursor: pointer;
}
.search-select-input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.5);
  box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.5);
}
.search-select-placeholder {
  color: #6c757d;
}
.search-select.is-active .search-select-input {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.5);
  box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.5);
}
div.search-select.is-invalid > button {
  border-color: #dc3545;
}
.search-select-dropdown {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  position: absolute;
  right: 0;
  left: 0;
  background-color: #3d4852;
  padding: 0.5rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 50;
}
.search-select-search {
  display: block;
  margin-bottom: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  background-color: #606f7b;
  color: #fff;
  border-radius: 0.25rem;
}
.search-select-search:focus {
  outline: 0;
}
.search-select-options {
  list-style: none;
  padding: 0;
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 14rem;
}
.search-select-option {
  padding: 0.5rem 0.75rem;
  color: #fff;
  cursor: pointer;
  border-radius: 0.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.search-select-option:hover {
  background-color: #606f7b;
}
.search-select-option.is-active,
.search-select-option.is-active:hover {
  background-color: #3490dc;
}
.search-select-empty {
  padding: 0.5rem 0.75rem;
  color: #b8c2cc;
}
.table-wrapper {
  max-height: 250px;
  overflow: auto;
  display: inline-block;
  font-size: 0.875rem;
}
#homepage .hero {
  padding-bottom: 25px;
  color: #fff;
  position: relative;
}
#homepage .hero .squares {
  display: flex;
  justify-content: center;
}
#homepage .hero .logo {
  width: 200px;
  height: 200px;
  background: #7030A0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}
#homepage .hero .hero-image {
  width: 220px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#homepage .hero .hero-image img {
  position: absolute;
}
#homepage.uninitialized {
  height: 100%;
}
#homepage.uninitialized .hero {
  opacity: 0;
}
@media (max-width: 450px) {
  #homepage .hero {
    padding-top: 50px;
  }
  #homepage .hero h1.display-4 {
    font-size: 34px;
  }
}
#welcome {
  padding-top: 75px;
  padding-bottom: 75px;
}
#dashboard {
  padding-top: 14px;
}
#edit-configuration {
  padding-top: 75px;
  padding-bottom: 75px;
}
#edit-configuration .config-settings-button {
  width: 150px;
}
#signup {
  padding-top: 75px;
  padding-bottom: 75px;
}
#signup .signup-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#signup .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#confirmed-email {
  padding-top: 75px;
  padding-bottom: 75px;
}
#confirmed-email .confirmation-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#login {
  padding-top: 75px;
  padding-bottom: 75px;
}
#login .login-form-container {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#forgot-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#forgot-password .forgot-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#forgot-password .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#new-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#new-password .new-password-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#account-overview {
  padding-top: 75px;
  padding-bottom: 75px;
}
#account-overview .account-settings-button {
  width: 150px;
}
#account-overview .remove-button {
  color: #7030A0;
  text-decoration: underline;
  cursor: pointer;
}
#account-overview .remove-button:hover {
  color: #000;
}
#edit-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#edit-profile {
  padding-top: 75px;
  padding-bottom: 75px;
}
#edit-customisation {
  padding-top: 75px;
  padding-bottom: 75px;
}
#terms {
  padding-top: 75px;
  padding-bottom: 75px;
}
#privacy {
  padding-top: 75px;
  padding-bottom: 75px;
}
#faq {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 500px) {
  #faq code {
    word-break: break-all;
  }
}
#support {
  padding-top: 75px;
  padding-bottom: 75px;
}
#support .support-form {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#support .support-form textarea {
  height: 100px;
}
#support .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
[id='error404'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='error404'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='error404'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='error404'] br {
    display: none;
  }
  [id='error404'] .mobile-spacer {
    display: inline;
  }
}
[id='error500'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='error500'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='error500'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='error500'] br {
    display: none;
  }
  [id='error500'] .mobile-spacer {
    display: inline;
  }
}
[id='error498'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='error498'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='error498'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='error498'] br {
    display: none;
  }
  [id='error498'] .mobile-spacer {
    display: inline;
  }
}
