.http-error-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  height: 75vh;
  width: 100%;
}
.img-404 {
  background-image: url("../img/404.jpg");
}
.full-height {
  height: 100vh;
}
button:focus {
  outline: none;
}
.btn:focus {
  outline: none;
}
.icon-svg {
  fill: currentColor;
}
.sticky {
  position: fixed;
  z-index: 1;
}
.flex-row-end {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.z-index-999 {
  position: relative;
  z-index: 999;
  opacity: 0.5;
}
.z-index-999:hover {
  opacity: 1;
}
.form-control {
  border-radius: 0;
}
.appform label {
  line-height: 1.2 !important;
}
.appform span[class*="MuiCardHeader-title"] {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}
.appform .jsonform h6 {
  font-size: small;
  font-style: italic;
}

.appform label,
.appform input,
.Dropzone-container {
  font-family: "Lato", sans-serif !important;
}
.text-strike {
  text-decoration: line-through;
}
.paper-card {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.simple-header-title {
  font-family: "Raleway", sans-serif;
}
#content {
  font-family: "Lato", sans-serif;
}
#app {
  font-family: "Raleway", sans-serif;
  background-color: rgb(228, 230, 236);
  background-color: #e6e8ef;
  padding: 30px 30px 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#appbox {
  background-color: rgb(249, 250, 254);
  background-color: #f9fafe;
  flex: 1;
  overflow: hidden;
  height: 100vh;
}
.wrapper {
  display: flex;
  align-items: stretch;
  margin-top: 60px;
}
.wrapper-simple {
  margin-top: -67px;
}
.navbar-brand img {
  width: 42px;
}
.navbar-app {
  padding: 0 0.75rem;
}
.navbar-app.fixed-top {
  padding: 30px 42px;
}
.navbar-app .navbar-brand {
  padding: 0;
}
#navbarMainMenu .navbar-nav .nav-item {
  padding: 8px 0.75rem 8px 1.5rem;
  margin-left: 1rem;
}
.navbar-app .navbar-nav .nav-item span {
  margin-right: 0.5rem;
}
#navbarMainMenu .navbar-nav .nav-item.active {
  background-color: #4f87fb;
}
#navbarMainMenu .navbar-nav .nav-item a {
  color: #9e9e9e;
  font-weight: 900;
  letter-spacing: 0.7px;
  font-size: 0.85rem;
}
#navbarMainMenu .navbar-nav .nav-item.active a {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.7px;
  font-size: 0.85rem;
}

.bf-action.btn {
  background-color: #4f87fb;
  box-shadow: 0 0 25px 0 rgba(84, 128, 234, 0.5);
  color: #ffffff;
}
.bf-action.btn.btn-cancel {
  background-color: rgb(255, 0, 22);
  box-shadow: 0 0 25px 0 rgba(254, 0, 23, 0.5);
}
.bf-check-lg {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}
.bf-check-round {
  position: relative;
}
.bf-check-round label {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}
.bf-check-round.bf-check-status label {
  background-color: transparent;
  border: 1px solid transparent;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-radius: 50%;
  cursor: default;
}
.bf-check-round.is-invalid label {
  border: 1px solid #ff3333;
}
.bf-check-round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
  transition: 0.5s ease;
}
.bf-check-round.bf-check-status label:after {
  border: 3px solid #3ecc77;
  border-top: none;
  border-right: none;
  height: 8px;
  left: 6px;
  top: 9px;
  width: 16px;
}
.bf-check-round input[type="checkbox"] {
  visibility: hidden;
}
.bf-check-round:not(.bf-check-status) input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
  transition: 0.5s ease;
}
.bf-check-round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

#prism-util-alert.alert-bar .modal-body,
#prism-util-alert.alert-bar .modal-footer {
  display: none;
}
#prism-util-alert.alert-bar .modal-title {
  width: 100%;
  text-align: center;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  height: 100%;
  background-color: rgb(245, 246, 250);
  background-color: #f5f6fa;
  box-shadow: inset -15px 0px 21px rgba(230, 232, 239, 0.25);
  padding: 86px 0 25px 45px;
  position: fixed;
  top: 30px;
  left: 30px;
  overflow: auto;
}
#sidebar.sidebar-review {
  padding-left: 24px;
}
#sidebar .top-right-link {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.sidebar-item span {
  margin-right: 1rem;
}
.sidebar-item {
  color: #9e9e9e;
  display: inline-block;
  /* margin-left: 15px; */
  font-weight: 900;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
  padding: 0.5rem;
}
.sidebar-item:not(.bfef) {
  margin-bottom: 42px;
}
.sidebar-item.bfef {
  padding: 5px 10px;
  border-radius: 5px;
  width: 90%;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: -5%;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.sidebar-item.bfef.active {
  border: 1px solid #3ecc77;
}
.sidebar-item:hover {
  text-decoration: none;
}
.sidebar-item.active {
  color: #4f87fb;
}
.sidebar-item:not(.rounded-pill) img:not(.account-block-img) {
  width: 18px;
  height: 18px;
}
.sidebar-item.btn {
  background-color: #4f87fb;
  box-shadow: 0 0 25px 0 rgba(84, 128, 234, 0.5);
  color: #ffffff;
  padding-left: 5px;
  padding-top: 6px;
  margin-left: 0;
}
.btn-inner {
  border-radius: 50%;
  background-color: #336de7;
}
.btn-lg .btn-inner {
  padding: 3px 6px 5px;
}
.btn-selected {
  padding: 1px 4px;
  border-radius: 50%;
  background-color: transparent;
}
.btn-selected.active {
  background-color: #3ecc77;
}

#content {
  width: 100vw;
  min-height: 450px;
  overflow: auto;
}
#sidebar + #content {
  margin-left: 250px;
}
#sidebar + #content > .container {
  padding-left: 30px;
  padding-right: 30px;
}

#broker-register-continue .btn-inner {
  padding: 1px 6px 4px 10px;
}
#broker-register-continue .btn-inner img {
  width: 12px;
}

#registerform,
#blockform {
  margin: 0 12px;
}

#blockform label.MuiInputLabel-formControl {
  white-space: normal !important;
  width: auto !important;
}
#blockform label.MuiInputLabel-formControl.MuiInputLabel-shrink {
  width: 125% !important;
}

#blockform .MuiGrid-item {
  margin-top: auto;
}
#blockform .MuiInputLabel-root {
  cursor:text;
}
#blockform label + .MuiInput-formControl {
  margin-top: 0 !important;
}
#blockform .MuiInputLabel-root {
  position: relative;
}
#blockform .MuiFormHelperText-root {
  display: none;
}
#blockform label {
  margin-bottom: auto;
}
#blockform .MuiTypography-h6 {
  margin-top: 36px;
}
#blockform .MuiInputBase-root {
  margin-bottom: 30px;
}

#blockform .MuiCardHeader-root {
  display: none;
}
.bfef #blockform .MuiCardHeader-root,
.bfef #blockform
  .MuiCardContent-root
  .MuiGrid-root
  .MuiGrid-root:first-child
  .MuiTypography-h6 {
  display: block;
}
.bfef #blockform .MuiCardHeader-root,
.bfef #blockform .MuiTypography-h6 {
  display: block;
}
.simple-form-msg {
  color: #6c757d;
  letter-spacing: 2px;
}
.simple-header-title {
  background-color: #ffffff;
  color: #6c757d;
  padding: 1.5rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  margin-left: 81px;
  font-weight: bold;
}
.divider {
  border: none;
  height: 3px;
  color: rgb(230, 231, 236);
  background-color: rgb(230, 231, 236);
}
.action-item.btn {
  background-color: #4f87fb;
  box-shadow: 0 0 25px 0 rgba(84, 128, 234, 0.5);
  color: #ffffff;
}
.action-disabled.btn {
  background-color: #9e9e9e;
  box-shadow: 0 0 25px 0 rgba(158, 158, 158, 0.5);
  color: #ffffff;
  cursor: default;
}
.dropzone {
  border: 1px dashed #999 !important;
  background-color: #efefef;
}
.dragged {
  opacity: 0.3;
}

#dashUsers .card-header {
  background-color: transparent;
  padding: 0.75rem 0;
}
#dashUsers .card-body {
  padding-left: 1.75rem;
}
.entity-user {
  float: left;
  margin-top: 0.5rem;
  margin-right: 2rem;
  text-align: center;
}
.entity-user .entity-name {
  font-size: smaller;
  color: #9c9c9c;
  margin-top: 0.25rem;
}
.entity-user img {
  width: 45px;
  background-color: #cfcfcf;
}

[data-toggle="collapse"]:before {
  display: inline-block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: small;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f077";
  transform: rotate(0deg);
  transition: all linear 0.25s;
}
[data-toggle="collapse"].collapsed:before {
  transform: rotate(-180deg);
}

#userform .MuiTypography-headline.MuiCardHeader-title {
  font-size: 1rem;
  font-weight: 400;
}
#userform .MuiCardHeader-root {
  padding-bottom: 0 !important;
}

.account-not-for-me .card-body {
  background-color: #efefef;
}
.account-client {
  cursor: pointer;
}
.action-block {
  cursor: pointer;
}
.logo-initials {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.25rem;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  background-color: #336de7;
  color: #ffffff;
}
.account-block,
.filterbar .dropdown-menu {
  border: 1px solid #efefef;
  border-radius: 0;
  padding: 0;
  min-width: 25%;
  z-index: 1;
  box-shadow: 0 0 0 0 rgba(193, 193, 193, 0), 0 0 0 0 rgba(230, 230, 230, 0);
  transition: box-shadow 0.3s ease-in-out, z-index 0.3s 0s ease-in-out;
}
.account-block-container .account-block {
  height: 100%;
}
.account-block-container .account-block.account-folder {
  max-height: 139px;
}
.account-block:hover {
  box-shadow: -12px 20px 35px 0 rgba(193, 193, 193, 0.6),
    0 0 15px 0 rgba(230, 230, 230, 0.1);
  z-index: 999;
}
.account-block .card {
  border: none;
}
.account-block-img {
  max-width: 162px;
  max-height: 36px;
}
.account-folder .account-block-img {
  max-width: 162px;
  max-height: 48px;
}
.account-folder svg.account-block-img {
  width: 48px;
  fill: #f8d775;
}
.account-contact-name {
  color: #336de7;
  font-weight: 600;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.75px;
}
.account-company-name {
  color: #535353;
  margin-top: 12px;
  margin-bottom: 1.25rem;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
}
.account-contact-details {
  color: #9e9e9e;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.75px;
}
.account-block-status {
  display: none;
}
.account-block-status.active {
  display: block;
}
.account-block-progress {
  padding: 0;
  height: 3px;
  border-top: 0;
}
.account-progress-task {
  background-color: #e0e0e0;
  margin: 0 1px;
}
.account-progress-task.active {
  background-color: #3ecc77;
}
.account-provider,
.account-folder {
  cursor: pointer;
}
.account-provider.active {
  border: 1px solid #3ecc77;
}
.account-provider .account-provider-selected,
.account-folder .account-provider-selected {
  color: transparent;
}
.account-provider.active .account-provider-selected {
  color: #3ecc77;
}
.account-provider.active .btn-selected {
  background-color: #3ecc77;
  padding: 5px 4px;
  width: 18px;
}
.account-forms-view {
  border: none;
  border-radius: 10px;
}
#account-block-create.account-block-create span:before {
  content: "Create Form";
}
#account-block-create.account-block-created span:before {
  content: "Form Created";
}
#account-block-create.account-block-recreate span:before {
  content: "Re-Create Form";
}
.account-forms-create {
  background-color: #f9f9f9;
  border: none;
  border-radius: 10px;
  opacity: 0.1;
  height: 0px;
}
.account-forms-create.forms-create-in {
  animation-duration: 1s;
  animation-name: form-fadein;
  opacity: 1;
  height: 145px;
}
.account-forms-create.forms-create-out {
  animation-duration: 1s;
  animation-name: form-fadeout;
  opacity: 0;
  height: 0;
}
@keyframes form-fadein {
  from {
    opacity: 0;
    height: 0px;
  }

  to {
    opacity: 1;
    height: 145px;
  }
}
@keyframes form-fadeout {
  from {
    opacity: 1;
    height: 145px;
  }

  to {
    opacity: 0;
    height: 0px;
  }
}

.Dropzone-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1rem;
}
.Dropzone-container > * {
  margin: 10px 0;
}
.Dropzone {
  height: 45px;
  width: 225px;
  background-color: #fff;
  border: 2px dashed rgb(187, 186, 186);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
}
.Icon {
  opacity: 0.3;
  max-width: 64px;
}
.Highlight {
  background-color: rgb(188, 185, 236);
}

#block-form-builder.modal .modal-header {
  margin: 0 1.5rem;
  padding: 1rem 0;
}
#block-form-builder.modal .modal-body {
  margin: 0 1rem;
}
#block-form-view {
  display: none;
}
button.closeBuilder,
button.bf-menu {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.closeBuilder {
  font-weight: 700;
  line-height: 1;
  color: #e0e0e0;
  text-shadow: 0 1px 0 #fff;
}
.bf-menu {
  font-weight: 700;
  line-height: 1;
  color: #9e9e9e;
  text-shadow: 0 1px 0 #fff;
}
.bf-menu.active {
  color: #4f87fb;
}
.bf-menu:disabled {
  color: #e0e0e0;
}

.assign-swimlane .swimlane-inner {
  margin-top: 20px;
  height: 70vh;
  overflow-y: auto;
}
.blocks-swimlane {
  background-image: linear-gradient(#ccc 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 2px 30px;
  background-repeat: repeat-y;
}
.swimlane-heading {
  text-align: center;
  color: #ccc;
}
.indicator-scroll-more {
  position: absolute;
  cursor: pointer;
  z-index: 99;
}
#blocks-swimlane .swimlane-inner .indicator-scroll-more {
  top: 70vh;
  left: 0;
  display: none;
}

#profile-appform .MuiPaper-elevation1 {
  box-shadow: none;
}
#profile-appform .MuiCardContent-root {
  padding: 0;
}
#profile-appform .abouthead {
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 30px;
}
.info-edit-block {
  cursor: pointer;
}
.info-cancel-changes {
  color: #4f87fb;
  cursor: pointer;
  display: none;
}
.info-save-block {
  display: none;
}

.action-lanes {
  width: 100%;
  min-height: 100vh;
  border: 1px solid #efefef;
}
.action-lanes .action-content {
  padding: 20px;
}
.action-lanes .action-nav {
  border-bottom: 1px solid #efefef;
  background: #fafafa;
}
.action-lanes .action-nav > * {
  color: #9e9e9e;
  border-radius: unset;
}
.action-lanes .action-nav > .active {
  position: relative;
  background-color: #4f87fb;
}
.action-lanes .action-nav > .active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fafafa;
  border-left-color: #4f87fb;
  border-width: 19.5px;
  margin-top: -19.5px;
}
.action-wait-status {
  color: #ffb24b;
}

.toflag {
  background: transparent url(/img/flag-icon.svg) center no-repeat !important;
  width: 30px;
  height: 30px;
}
.flag {
  background: rgb(255, 225, 226) url(/img/flag-icon.svg) center no-repeat !important;
  border: 1px solid rgb(255, 192, 193) !important;
  border-right: none !important;
  width: 34px;
  height: 34px;
}
.inputform .toflag,
.inputform .flag {
  cursor: pointer;
}
.flagged {
  border: 1px solid rgb(255, 192, 193) !important;
  border-left: none !important;
  background: rgb(255, 225, 226) !important;
}

.history-time {
  color: #4f87fb;
}
.history-label {
  color: #9e9e9e;
  line-height: 1;
}
.history-label-heavy {
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
}
.history-label-light {
  font-weight: 100;
  text-shadow: 0 1px 0 #fff;
}

.fixed-bottom-left {
  position: absolute;
  right: auto;
  left: -36px;
}
.fixed-bottom-right {
  position: absolute;
  left: auto;
}
.client-footer {
  background-color: rgb(245, 246, 250);
  background-color: transparent;
  /*
    height: 120px;
    padding: 12px;
    */
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  box-shadow: none;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
  background: none !important;
}
.client-footer .bf-action {
  pointer-events: auto;
}
.footer-left-adjust {
  left: 300px;
}

#block-client-submit {
  margin-right: 30px;
}
.bf-action-left {
  margin-left: 30px;
}
.bf-action-right {
  margin-right: 30px;
}

.btn-circle {
  text-align: left;
  border-radius: 60% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
  display: inline-block;
  color: #ffffff;
  padding: 15px 30px;
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  white-space: nowrap;
  transition: 0.3s;
}
.btn-circle:hover {
  background-position: right 30px center;
  border-radius: 50rem !important;
  width: 300px;
}
.btn-circle:before {
  content: "";
  font-size: 15pt;
  font-weight: 900;
  opacity: 0;
}
.btn-circle .autosave-msg {
  display: none;
}
.btn-circle:hover .autosave-msg {
  display: block;
}
.btn-circle .autosave-latest-time {
  font-weight: 900;
}

.btn-circle.bf-action-save {
  background-image: url(../img/floppy-disk.svg);
}
.btn-circle.bf-action-save:hover:before {
  content: "Save Form";
  opacity: 1;
  transition: all 0.3s ease 0.2s;
}

.btn-circle.bf-action-fields {
  background-image: url(../img/right-arrow.svg);
  background-color: #53d769;
}
.btn-circle.bf-action-fields:hover {
  width: 450px;
}
.btn-circle.bf-action-fields:hover:before {
  content: "Continue to Broker Fields";
  opacity: 1;
  transition: all 0.3s ease 0.2s;
}

.btn-circle.bf-action-submit {
  background-image: url(../img/signature.svg);
}
.btn-circle.bf-action-submit:hover:before {
  content: "Submit \0025BA";
  opacity: 1;
  transition: all 0.3s ease 0.2s;
}

.btn-circle.bf-action-sign {
  background-image: url(../img/signature.svg);
}
.btn-circle.bf-action-sign:hover {
  width: 480px;
}
.btn-circle.bf-action-sign:hover:before {
  content: "Send forms for signature \0025BA";
  opacity: 1;
  transition: all 0.3s ease 0.2s;
}

.bfef .jsonform h6 {
  font-style: italic;
  font-size: small;
}

.bfef-check-complete {
  top: -15px;
  left: -22px;
  position: relative;
}
.bfef-check-complete.bfef-check-status {
  top: -22px;
  left: -32px;
  position: relative;
}
.bfef-check-complete .bf-check-round label {
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
}

.signform-carrier-list {
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  text-align: center;
}
.signform-carrier {
  position: relative;
  color: #9e9e9e;
  display: inline-block;
  padding: 30px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  transition: 0.5s ease;
}
.signform-carrier .logo-container {
  height: 36px;
}
.account-block.signform-carrier {
  padding: 0;
}
.signform-carrier:not(.account-block):not(:first-child) {
  margin-left: 45px;
}
.signform-carrier .hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.signform-carrier .hover .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.signform-carrier .hover .contents a {
  color: #ffffff;
}
.signform-carrier:hover .hover {
  opacity: 1;
}
.signform-carrier:hover .normal {
  opacity: 0.2;
}
.signform-carrier:hover {
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3);
}
#bf-sign-preview {
  width: 100%;
  height: 69px;
  border-bottom: 1px solid #333333;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#bf-sign-preview.is-invalid {
  border-bottom: 1px solid #ff3333;
}
#bf-sign-image {
  position: absolute;
  max-width: 80%;
  max-height: 100%;
}
#bf-sign-cancel {
  font-size: 1.35rem;
  padding: 0.2rem 0.9rem;
}
#bf-sign-popup .modal-body > section {
  display: none;
  min-width: 400px;
  min-height: 400px;
}
#signpad {
  border: 1px solid #efefef;
  border-radius: 4px;
}
.sign-style-pad {
  border: 1px solid #efefef;
  border-radius: 4px;
  width: 100%;
  height: 70px;
  font-family: "Homemade Apple";
}

#review-summary-container {
  z-index: 1;
}
.sticky .review-summary {
  display: none;
}
.sticky:hover .review-summary {
  display: block;
}
.sticky h2 {
  margin: 0;
}
.sticky:hover h2 {
  margin-bottom: 0.5rem;
}
#review-summary-container.sticky .MuiCardContent-root {
  padding: 8px 16px;
}
.expand-summary img {
  display: none;
  width: 50%;
  opacity: 0.7;
  margin-left: 10px;
}
.sticky .expand-summary img {
  display: inline;
}
.sticky:hover .expand-summary {
  display: none;
}

.react-tel-input .flag-dropdown {
  display: none;
}
.react-tel-input input {
  padding-left: auto;
}

#spinner {
  /* display: none; */
}
#block-appform-switch {
  display: none !important;
}
#block-appform-switch:before {
  content: "\002304 Preview Empty Form";
}
#block-appform-switch.active:before {
  content: "\002303 Hide Form";
}

.nav-link.disabled {
  opacity: 0.4;
}
.filterbar {
  padding: 0;
}
.filterbar .navbar-nav .nav-item a.nav-link {
  color: #9e9e9e;
  margin-left: 1rem;
}
.filterbar .dropdown-menu,
.filterbar .tt-menu {
  box-shadow: -12px 20px 35px 0 rgba(193, 193, 193, 0.6),
    0 0 15px 0 rgba(230, 230, 230, 0.1);
  z-index: 9999;
}
.filterbar .dropdown-menu {
  padding: 1rem;
}
.filterbar .tt-menu {
  font-size: small;
  min-width: 60px;
  background-color: #ffffff;
  border: 1px solid rgba(230, 230, 230, 0.1);
}
.filterbar .tt-menu .tt-suggestion {
  font-size: small;
  padding: 2px 15px;
  white-space: nowrap;
}
.filterbar .tt-menu .tt-selectable.tt-cursor {
  background-color: #336de7;
  color: #ffffff;
}

.filterbar .dropdown-menu#pagefilter-menu {
  padding: 2rem 2rem 5rem;
}
.filter-dropdown-form {
  color: #9e9e9e;
  font-size: small;
  margin-bottom: 3rem;
}
.filter-block-status-item {
  margin: 0.5rem 0;
}
.filter-block-status-item .custom-control-label {
  vertical-align: middle;
}
.filter-dropdown-form .filter-form-title {
  margin-bottom: 1rem;
}
.filter-dropdown-form .bootstrap-tagsinput {
  min-height: 120px;
  width: 210px;
}
.filter-dropdown-form .bootstrap-tagsinput .label-info {
  background-color: #336de7;
  opacity: 0.8;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

#pagesort-menu .dropdown-item {
  padding: 0.25rem;
}

li.page-item {
  display: none;
}

.page-item:first-child,
.page-item:nth-child(2),
.page-item:nth-child(3),
.page-item:nth-last-child(2),
.page-item:nth-last-child(3),
.page-item:last-child,
.page-item.active,
.page-item.active + .page-item,
.page-item.disabled:not(:first-child) ~ .page-item.active ~ .page-item,
.page-item.disabled {
  display: block;
}

.paging {
  text-align: center;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  opacity: 0;
}
.paging > * {
  margin: auto 5px;
}
.paging hr {
  width: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  border-top: 2px solid #ccc;
  margin: 0 0.75rem 0 0;
}
.page-link {
  border: none;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
  border: none;
  border-bottom: 2px solid #efefef;
  background: transparent;
}

.has-search .form-control-search {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
ol.breadcrumb {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Spinner */

#spinner-create {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #e8ecf0;
  z-index: 1000;
  opacity: 70%;
}

/* Throbber Loader - https://codepen.io/Iulius90/pen/RaeWmY */
@-moz-keyframes throbber-loader {
  0% {
    background: #dde2e7;
  }
  10% {
    background: #4f87fb;
  }
  40% {
    background: #dde2e7;
  }
}
@-webkit-keyframes throbber-loader {
  0% {
    background: #dde2e7;
  }
  10% {
    background: #4f87fb;
  }
  40% {
    background: #dde2e7;
  }
}
@keyframes throbber-loader {
  0% {
    background: #dde2e7;
  }
  10% {
    background: #4f87fb;
  }
  40% {
    background: #dde2e7;
  }
}
/* :not(:required) hides these rules from IE9 and below */
.throbber-loader:not(:required) {
  -moz-animation: throbber-loader 2000ms 300ms infinite ease-out;
  -webkit-animation: throbber-loader 2000ms 300ms infinite ease-out;
  animation: throbber-loader 2000ms 300ms infinite ease-out;
  background: #dde2e7;
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  width: 0.9em;
  height: 1.5em;
  margin: 0 1.6em;
}
.throbber-loader:not(:required):before,
.throbber-loader:not(:required):after {
  background: #dde2e7;
  content: "\x200B";
  display: inline-block;
  width: 0.9em;
  height: 1.5em;
  position: absolute;
  top: 0;
}
.throbber-loader:not(:required):before {
  -moz-animation: throbber-loader 2000ms 150ms infinite ease-out;
  -webkit-animation: throbber-loader 2000ms 150ms infinite ease-out;
  animation: throbber-loader 2000ms 150ms infinite ease-out;
  left: -1.6em;
}
.throbber-loader:not(:required):after {
  -moz-animation: throbber-loader 2000ms 450ms infinite ease-out;
  -webkit-animation: throbber-loader 2000ms 450ms infinite ease-out;
  animation: throbber-loader 2000ms 450ms infinite ease-out;
  right: -1.6em;
}
