.vv-overlay {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.vv-tooltip {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 14px;
  -webkit-animation: fade-in 0.3s 1 ease-out;
          animation: fade-in 0.3s 1 ease-out;
  font-family: Arial, sans-serif;
}
.vv-tooltip .vv-link {
  color: #f8972b;
}
.vv-tooltip .vv-link:not([disabled]):hover, .vv-tooltip .vv-link:not([disabled]):focus, .vv-tooltip .vv-link:not([disabled]).vv-link-active:hover, .vv-tooltip .vv-link:not([disabled]).vv-link-active:focus {
  color: #fde0bf;
  cursor: pointer;
}

.vv-tooltip-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 300px;
  padding: 6px;
  color: #ffffff;
  text-align: left;
  background-color: #4b4b4b;
}
.vv-tooltip-inner a {
  text-decoration: none;
  color: #0a88c5;
}

.vv-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.vv-tooltip-top {
  padding: 5px 0 7px;
}
.vv-tooltip-top .vv-tooltip-arrow {
  margin-left: -5px;
  border-width: 5px;
  border-top-color: #555555;
  left: 50%;
}

.vv-tooltip-right {
  padding: 0 5px 0 7px;
}
.vv-tooltip-right .vv-tooltip-arrow {
  left: 2px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #555555;
  top: 50%;
}

.vv-tooltip-left {
  padding: 0 7px 0 5px;
}
.vv-tooltip-left .vv-tooltip-arrow {
  right: 2px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #555555;
  top: 50%;
}

.vv-tooltip-bottom {
  padding: 7px 0 5px;
}
.vv-tooltip-bottom .vv-tooltip-arrow {
  top: 2px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #555555;
  left: 50%;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vv-link {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #0a88c5;
  border-color: transparent;
  background: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  outline: 0;
  text-decoration: none;
  display: inline-block;
}
.vv-link:not([disabled]):hover, .vv-link:not([disabled]):focus, .vv-link:not([disabled]).vv-link-active:hover, .vv-link:not([disabled]).vv-link-active:focus {
  color: #f8972b;
  cursor: pointer;
}
.vv-link[disabled] {
  color: #85c4e2;
  cursor: not-allowed;
}
.vv-link.vv-link-small {
  font-size: 11px;
}
.vv-link.vv-link-small .vv-link-icon:not(.vv-link-icon-only) {
  margin-right: 3px;
}
.vv-link.vv-link-medium {
  font-size: 12px;
}
.vv-link.vv-link-medium .vv-link-icon:not(.vv-link-icon-only) {
  margin-right: 4px;
}
.vv-link.vv-link-large {
  font-size: 16px;
}
.vv-link.vv-link-large .vv-link-icon:not(.vv-link-icon-only) {
  margin-right: 8px;
}
.vv-link.vv-link-inherit {
  font-family: inherit;
  font-size: inherit;
}
.vv-icon {
  text-align: center;
}
.vv-icon.hoverable:hover, .vv-icon.hoverable:focus {
  cursor: pointer;
  color: #f8972b;
  outline: none;
}
.vv-icon.vv-icon-disabled {
  color: #aaaaaa;
}

.vv-icon-spin,
.vv-icon-pulse {
  color: inherit;
}

.vv-icon-cntr {
  width: 1.125em;
}
.vv-icon-cntr.vv-icon-size-xs {
  font-size: 0.75em;
}
.vv-icon-cntr.vv-icon-size-sm {
  font-size: 0.875em;
}
.vv-icon-cntr.vv-icon-size-lg {
  font-size: 1.33333em;
}
.vv-icon-cntr.vv-icon-size-2x {
  font-size: 2em;
}
.vv-icon-cntr.vv-icon-size-3x {
  font-size: 3em;
}
.vv-icon-cntr.vv-icon-size-4x {
  font-size: 4em;
}
.vv-icon-cntr.vv-icon-size-5x {
  font-size: 5em;
}
.vv-icon-cntr.vv-icon-size-6x {
  font-size: 6em;
}
.vv-icon-cntr.vv-icon-size-7x {
  font-size: 7em;
}
.vv-icon-cntr.vv-icon-size-8x {
  font-size: 8em;
}
.vv-icon-cntr.vv-icon-size-9x {
  font-size: 9em;
}
.vv-icon-cntr.vv-icon-size-10x {
  font-size: 10em;
}
.vv-btn {
  height: 2.2em;
  padding: 0.5em;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  border: 1px solid;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  font-family: Arial, sans-serif;
  border-radius: 2px;
  overflow: hidden;
  outline: none;
}
.vv-btn .vv-btn-icon:not(.vv-btn-icon-only) {
  margin-right: 6px;
}
.vv-btn.vv-btn-small {
  font-size: 11px;
  min-width: 2.2em;
}
.vv-btn.vv-btn-small .vv-icon {
  font-size: 12px;
}
.vv-btn.vv-btn-small .vv-btn-icon:not(.vv-btn-icon-only) {
  margin-right: 3px;
}
.vv-btn.vv-btn-medium {
  font-size: 12px;
  height: 2.7em;
  min-width: 2.7em;
}
.vv-btn.vv-btn-medium .vv-icon {
  font-size: 14px;
}
.vv-btn.vv-btn-medium .vv-btn-icon:not(.vv-btn-icon-only) {
  margin-right: 6px;
}
.vv-btn.vv-btn-large {
  font-size: 16px;
  height: 2.7em;
  min-width: 2.7em;
}
.vv-btn.vv-btn-large .vv-icon {
  font-size: 18px;
}
.vv-btn.vv-btn-large .vv-btn-icon:not(.vv-btn-icon-only) {
  margin-right: 8px;
}
.vv-btn.vv-btn-primary {
  color: #ffffff;
  background-color: #0a88c5;
  border-color: #0980bf;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}
.vv-btn.vv-btn-primary:not([disabled]):hover, .vv-btn.vv-btn-primary:not([disabled]):focus {
  background-color: #0775b8;
}
.vv-btn.vv-btn-primary:not([disabled]).vv-btn-active {
  background-color: #0359a3;
}
.vv-btn.vv-btn-primary:not([disabled]):active {
  background-color: #0359a3;
}
.vv-btn.vv-btn-primary[disabled] {
  cursor: not-allowed;
  color: #ffffff;
  background-color: #85c4e2;
  border-color: #85c4e2;
}
.vv-btn.vv-btn-primary[disabled]:hover {
  background-color: #85c4e2;
  border-color: #85c4e2;
}
.vv-btn.vv-btn-secondary {
  color: #555555;
  background-color: #eeeeee;
  border-color: #cccccc;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}
.vv-btn.vv-btn-secondary:not([disabled]):hover, .vv-btn.vv-btn-secondary:not([disabled]):focus {
  background-color: #dadada;
}
.vv-btn.vv-btn-secondary:not([disabled]).vv-btn-active {
  background-color: #cbcbcb;
}
.vv-btn.vv-btn-secondary:not([disabled]):active {
  background-color: #cbcbcb;
}
.vv-btn.vv-btn-secondary[disabled] {
  color: #aaaaaa;
  cursor: not-allowed;
  background-color: #f8f8f8;
}
.vv-btn.vv-btn-secondary[disabled]:hover {
  background-color: #f8f8f8;
}
.vv-btn.vv-btn-ghost {
  color: #555555;
  background-color: transparent;
  border-color: transparent;
}
.vv-btn.vv-btn-ghost:not([disabled]):hover, .vv-btn.vv-btn-ghost:not([disabled]):focus {
  background-color: #dadada;
}
.vv-btn.vv-btn-ghost:not([disabled]).vv-btn-active {
  background-color: #cbcbcb;
}
.vv-btn.vv-btn-ghost:not([disabled]):active {
  background-color: #cbcbcb;
}
.vv-btn.vv-btn-ghost[disabled] {
  color: #aaaaaa;
  cursor: not-allowed;
}
.vv-btn.vv-icon-btn {
  padding: 0;
  border: 0;
  border-radius: 0;
  height: inherit;
  font-size: inherit;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vv-btn.vv-icon-btn.vv-btn-secondary:not([disabled]):hover, .vv-btn.vv-icon-btn.vv-btn-secondary:not([disabled]):focus {
  color: #f8972b;
  background-color: transparent;
}
.vv-btn.vv-icon-btn:active .vv-icon, .vv-btn.vv-icon-btn:focus .vv-icon {
  position: relative;
  top: 0;
  left: 0;
}

button.vv-btn::-moz-focus-inner {
  border: 0;
}

.vv-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: inherit;
  white-space: nowrap;
}
.vv-btn-group .vv-btn:first-child {
  margin-left: 0;
  border-right: 0;
}
.vv-btn-group .vv-btn.vv-btn-primary {
  border-color: #0980bf;
}
.vv-btn-group .vv-btn.vv-btn-primary:disabled {
  border-color: #85c4e2;
}
.vv-btn-group .vv-btn.vv-btn-secondary {
  border-color: #cccccc;
}

.vv-btn-group > .vv-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.vv-btn-group > .vv-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.vv-btn-group > .vv-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-right: 1px;
}
.vv-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  color: #555555;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  list-style: none;
  min-width: 150px;
  max-width: 600px;
  max-height: 350px;
  margin: 0;
  overflow-y: auto;
  padding: 0;
  position: relative;
  text-align: left;
}
.vv-menu:focus {
  outline: none;
}

.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header) {
  position: relative;
  cursor: pointer;
  padding: 4px 12px 4px 6px;
}
.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header).vv-menu-item-focused {
  background-color: #e9e9e9;
}
.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header):hover {
  background-color: #e9e9e9;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header).vv-menu-item-selected {
  font-weight: bold;
}
.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header).vv-menu-item-disabled {
  color: #cccccc;
  background: none;
  cursor: not-allowed;
}
.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header) .vv-icon {
  text-align: center;
  margin-right: 6px;
}
.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header) .vv-icon-cntr {
  width: 0.875em;
}

.vv-menu-item-header {
  margin: 0 3px;
  padding: 6px 0 6px 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #808080;
  border-bottom: 1px solid #cccccc;
}

.vv-menu-item-divider {
  height: 1px;
  margin: 0 3px;
  padding: 0;
  background-color: #cccccc;
}

.vv-menu-loading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 6px;
  width: 100px;
}

.vv-menu-item .vv-highlight {
  background-color: transparent;
  color: #555555;
  font-weight: bold;
}
.vv-dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.vv-dropdown .vv-icon.fa-caret-down {
  font-size: 12px;
}

.vv-dropdown-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.vv-dropdown-button.vv-btn.vv-btn-secondary:not([disabled]):focus {
  background-color: #cbcbcb;
}
.vv-dropdown-button .vv-dropdown-button-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}
.vv-dropdown-button .vv-dropdown-button-text .vv-dropdown-button-label {
  text-overflow: ellipsis;
  overflow: hidden;
}
.vv-dropdown-button .vv-dropdown-button-icon {
  margin-left: 4px;
}

.vv-async-dropdown-menu .vv-btn {
  padding: 5px;
}
.vv-async-dropdown-menu .vv-btn .vv-icon {
  font-size: 14px;
}
.vv-async-dropdown-menu .vv-dropdown-button-icon {
  margin: 0;
}
.vv-picker-classic-required .vv-btn.vv-btn-secondary,
.vv-picker-classic-required .vv-btn:not([disabled]):hover,
.vv-picker-classic-required .vv-btn:not([disabled]):focus {
  background-color: #ffffcc;
}
.vv-showhide .vv-icon {
  margin-left: 2px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: color 0s, -webkit-transform 0.2s;
  transition: color 0s, -webkit-transform 0.2s;
  transition: transform 0.2s, color 0s;
  transition: transform 0.2s, color 0s, -webkit-transform 0.2s;
}

.vv-showhide-expanded .vv-icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.vv-notification-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

/*
 * Standard notification
 */
.vv-notification-standard {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  color: #555555;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 12px;
  margin: 5px 10px;
  min-height: 50px;
  max-height: 150px;
  overflow-y: auto;
}
.vv-notification-standard > div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-wrap: break-word;
  -ms-flex-preferred-size: 94%;
      flex-basis: 94%;
  font-size: 12px;
  width: 90%;
}
.vv-notification-standard > div:nth-child(1) span {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.vv-notification-standard > div:nth-child(1) .vv-notification-message {
  margin-right: 8px;
}
.vv-notification-standard > .vv-icon {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}

/*
 * Notification with icon
 */
.vv-notification-icon {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  color: #555555;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 12px;
  margin: 5px 10px;
  min-height: 50px;
  max-height: 150px;
  overflow-y: auto;
}
.vv-notification-icon > :nth-child(1) {
  margin-right: 12px;
}
.vv-notification-icon > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-wrap: break-word;
  width: 75%;
}
.vv-notification-icon > div:nth-child(2) span {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.vv-notification-icon > div:nth-child(2):nth-child(2) {
  font-size: 12px;
}
.vv-notification-icon > :nth-child(3) {
  margin-left: auto;
  cursor: pointer;
}

.vv-notification-status-icon {
  font-size: 32px;
}
.vv-notification-success .vv-notification-status-icon {
  color: #88c50a;
}
.vv-notification-info .vv-notification-status-icon, .vv-notification-custom .vv-notification-status-icon {
  color: #0a88c5;
}
.vv-notification-warn .vv-notification-status-icon {
  color: #ffd21a;
}
.vv-notification-error .vv-notification-status-icon {
  color: #ff0000;
}

.vv-notification-close-icon {
  font-size: 16px;
}

/*
 * Notification texts
 */
.vv-notification-link {
  display: inline;
  text-decoration: none;
  font: 12px Arial, sans-serif;
  color: #0a88c5;
}
.vv-notification-link::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
.vv-notification-link:hover {
  color: #f8972b;
  cursor: pointer;
}
.vv-notification-link:active {
  color: #0359a3;
}

.vv-notification-content span:nth-child(2) {
  margin-top: 6px;
}

.vv-notification-show-content {
  max-height: 225px;
  overflow: hidden;
  position: relative;
  /* max-height = line-height (1.2) * lines max number (3) */
  line-height: 1.2em;
  /* reserve place for ellipsis */
  margin-right: -1em;
  padding-right: 20px;
  text-align: justify;
  /* hide ellipsis if we have text less than or equal to max lines */
}
.vv-notification-show-content::before {
  content: "...";
  position: absolute;
  right: 8px;
  bottom: 0;
}
.vv-notification-show-content::after {
  content: "";
  position: absolute;
  right: 8px;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background-color: white;
}

.vv-notification-hide-content {
  max-height: 3.6em;
  overflow: hidden;
  position: relative;
  /* max-height = line-height (1.2) * lines max number (3) */
  line-height: 1.2em;
  /* reserve place for ellipsis */
  margin-right: -1em;
  padding-right: 20px;
  text-align: justify;
  /* hide ellipsis if we have text less than or equal to max lines */
}
.vv-notification-hide-content::before {
  content: "...";
  position: absolute;
  right: 8px;
  bottom: 0;
}
.vv-notification-hide-content::after {
  content: "";
  position: absolute;
  right: 8px;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background-color: white;
}

/*
 * Placements
 */
.vv-notification-topright {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 550px;
  width: 550px;
  top: 0;
  margin-top: calc(10px + 5px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  right: 0;
  margin-right: 10px;
}

.vv-notification-bottomright {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 550px;
  width: 550px;
  bottom: 0;
  margin-bottom: calc(10px + 5px);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  right: 0;
  margin-right: 10px;
}

.vv-notification-topleft {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 550px;
  width: 550px;
  top: 0;
  margin-top: calc(10px + 5px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  left: 0;
  margin-left: 10px;
}

.vv-notification-bottomleft {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 550px;
  width: 550px;
  bottom: 0;
  margin-bottom: calc(10px + 5px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  left: 0;
  margin-left: 10px;
}

.vv-notification-topcenter {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 550px;
  width: 550px;
  top: 0;
  margin-top: calc(10px + 5px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.vv-notification-bottomcenter {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 550px;
  width: 550px;
  bottom: 0;
  margin-bottom: calc(10px + 5px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  5%, 100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  5%, 100% {
    opacity: 1;
  }
}
.vv-mobile-login .vv-notification-topcenter {
  max-width: none;
  width: 100%;
}
.vv-mobile-login .vv-notification-error {
  padding: 0.75rem;
  max-width: 90%;
  width: 100% !important;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  max-height: none !important;
}
.vv-mobile-login .vv-notification-status-icon {
  margin-right: 0.5rem;
  font-size: 2rem;
}
.vv-mobile-login .vv-notification-content {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #303030;
}
.vv-mobile-login .vv-notification-close-icon {
  font-size: 1.5rem;
  color: #303030;
}
.vv-mobile-login .vv-notification-icon > div:nth-child(2) span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
  word-break: normal;
}
.vv-login-page-footer {
  width: 460px;
  margin: 11px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 14px;
}
.vv-login-page-footer * {
  color: #1d1d1d;
}

.vv-login-page-footer-group {
  margin-bottom: 10px;
}

.vv-link.vv-login-footer-privacy-policy {
  font-size: 12px;
  line-height: 14px;
}

.vv-login-page-footer-divider {
  margin: 0 5px;
  display: inline-block;
}

.vv-menu.vv-login-language-selector-menu {
  color: #1d1d1d;
}
.vv-field {
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  padding-top: 12px;
  cursor: auto;
  min-height: 61px;
}
.vv-field.vv-field-classic {
  padding-top: 0;
}
.vv-field.vv-field-classic.vv-field-classic-horizontal {
  min-height: 44px;
}
.vv-field.vv-field-classic .vv-field-horizontal {
  display: inline-block;
  min-height: 44px;
}
.vv-field.vv-field-disabled {
  cursor: not-allowed;
}

.vv-field-xsmall,
.vv-field-xsmall.vv-field-bottom-wrapper {
  width: 100px;
}

.vv-field-small,
.vv-field-small.vv-field-bottom-wrapper {
  width: 150px;
}

.vv-field-medium,
.vv-field-medium.vv-field-bottom-wrapper {
  width: 250px;
}

.vv-field-large,
.vv-field-large.vv-field-bottom-wrapper {
  width: 350px;
}

.vv-field-xlarge,
.vv-field-xlarge.vv-field-bottom-wrapper {
  width: 650px;
}

.vv-field-read-only .vv-field-floating-label,
.vv-field-read-only .vv-field-placeholder {
  pointer-events: none;
}

.vv-field-error .vv-field-placeholder,
.vv-field-error .vv-field-help {
  color: #ff0000;
}

.vv-field-floating-label {
  font-size: 14px;
  position: absolute;
  top: 21px;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  z-index: 1;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  cursor: text;
  line-height: normal;
}
.vv-field-floating-label.vv-field-floating-label-disabled {
  color: #aaaaaa;
}
.vv-field-floating-label.vv-field-floating-label-focused {
  color: #0a88c5;
}
.vv-field-floating-label.vv-field-floating-label-focused.vv-field-floating-label-with-error {
  color: #ff0000;
}
.vv-field-floating-label.vv-field-floating-label-shrunk {
  -webkit-transform: translate(0, -21px) scale(0.75);
          transform: translate(0, -21px) scale(0.75);
  pointer-events: none;
  cursor: default;
  width: 133%;
}
.vv-field-floating-label.vv-field-floating-label-classic {
  -webkit-transform: scale(1);
          transform: scale(1);
  font-size: 12px;
  font-weight: bold;
  position: static;
  white-space: normal;
  vertical-align: bottom;
  margin-bottom: 5px;
  display: block;
}
.vv-field-floating-label.vv-field-floating-label-classic:not(.vv-field-floating-label-disabled) {
  color: #555555;
}
.vv-field-floating-label.vv-field-floating-label-classic.vv-field-label-horizontal {
  display: inline-block;
  width: auto;
  margin: 6px 8px 0 0;
  vertical-align: top;
  text-align: right;
}
.vv-field-floating-label.vv-field-floating-label-required::after {
  content: "*";
}

.vv-field-placeholder {
  position: absolute;
  color: #808080;
  opacity: 0;
  font-size: 14px;
  padding: 0;
  margin: 0;
  top: 21px;
}
.vv-field-placeholder.vv-field-placeholder-visible {
  opacity: 1;
  pointer-events: auto;
  cursor: text;
}

.vv-field-underline-wrapper {
  position: relative;
}
.vv-field-underline-wrapper .vv-field-underline {
  border: 0;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  width: 100%;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.vv-field-underline-wrapper .vv-field-underline.vv-field-underline-disabled {
  border-bottom-width: 1px;
  border-bottom-color: #aaaaaa;
}
.vv-field-underline-wrapper .vv-field-focused-underline {
  border: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 2px solid #0a88c5;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.vv-field-underline-wrapper .vv-field-focused-underline.vv-field-focused-underline-focused {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.vv-field-underline-wrapper .vv-field-focused-underline.vv-field-focused-underline-error {
  border-color: #ff0000;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.vv-field-input-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: transparent;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.vv-field-input-wrapper .vv-field-prefix,
.vv-field-input-wrapper .vv-field-suffix {
  -ms-flex-item-align: center;
      align-self: center;
  color: #808080;
  font-size: 14px;
}
.vv-field-input-wrapper .vv-field-clear-button {
  vertical-align: middle;
  cursor: pointer;
  color: #555555;
  margin-bottom: 6px;
}
.vv-field-input-wrapper .vv-field-clear-button:hover {
  color: #f8972b;
}

.vv-field-bottom-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 11px;
  min-height: 15px;
  width: 100%;
}
.vv-field-bottom-wrapper .vv-field-error {
  position: relative;
  color: #ff0000;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  bottom: 0;
  pointer-events: none;
  line-height: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vv-field-bottom-wrapper .vv-field-help {
  position: relative;
  color: #808080;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vv-field-bottom-wrapper .vv-field-help.vv-field-help-disabled {
  color: #aaaaaa;
}
.vv-field-bottom-wrapper .vv-field-help.vv-field-help-focused {
  color: #808080;
}
.vv-field-bottom-wrapper .vv-field-character-count {
  position: relative;
  color: #808080;
  margin-left: auto;
  cursor: default;
}
.vv-field-bottom-wrapper .vv-field-character-count.vv-field-character-count-error {
  color: #ff0000;
}
.vv-input-container {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 2px;
  color: #555555;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: Arial, sans-serif;
  font-size: 12px;
  max-width: 100%;
  padding: 0 6px;
}
.vv-input-container.vv-input-disabled {
  color: #aaaaaa;
  background-color: rgba(245, 245, 245, 0.6);
  cursor: not-allowed;
}
.vv-input-container.vv-input-disabled .vv-input {
  background-color: transparent;
  color: #aaaaaa;
  cursor: not-allowed;
}
.vv-input-container.vv-input-read-only {
  color: #aaaaaa;
  background-color: rgba(245, 245, 245, 0.6);
  cursor: text;
}
.vv-input-container.vv-input-read-only .vv-input {
  background-color: transparent;
  color: #555555;
  cursor: text;
}
.vv-input-container.vv-input-read-only .vv-icon {
  cursor: not-allowed;
}
.vv-input-container.vv-input-focused:not(.vv-input-error) {
  border-color: #0a88c5;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.vv-input-container.vv-input-error, .vv-input-container.vv-input-error.vv-input-focused {
  border: 1px solid #ff0000;
}
.vv-input-container .vv-input {
  background: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555555;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: Arial, sans-serif;
  font-size: 12px;
  outline: none;
  height: 24px;
  min-width: 26px;
  padding: 0;
}
.vv-input-container .vv-input::-webkit-input-placeholder {
  color: #cccccc;
}
.vv-input-container .vv-input::-moz-placeholder {
  color: #cccccc;
}
.vv-input-container .vv-input::-ms-input-placeholder {
  color: #cccccc;
}
.vv-input-container .vv-input::placeholder {
  color: #cccccc;
}
.vv-input-container .vv-icon,
.vv-input-container button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 6px;
}
.vv-input-container .vv-icon.prepend,
.vv-input-container button.prepend {
  margin-left: 0;
  margin-right: 6px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

input[type=text]::-ms-clear {
  display: none;
}

.vv-input-required {
  background-color: #ffffcc;
}

.vv-input-small {
  width: 150px;
}

textarea.vv-input {
  padding: 4px 8px;
}

textarea.vv-input-small {
  width: 150px;
  height: 40px;
}

.vv-input-medium {
  width: 250px;
}

textarea.vv-input-medium {
  width: 250px;
  height: 54px;
}

.vv-input-large {
  width: 350px;
}

textarea.vv-inputlarge {
  width: 350px;
  height: 96px;
}

.vv-input-xlarge {
  width: 650px;
}

textarea.vv-inputxlarge {
  width: 650px;
  height: 216px;
}

.vv-input-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.vv-input-group .vv-input-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.vv-input-group .vv-input-container:not(:first-child):not(:last-child) {
  border-radius: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
.vv-input-group .vv-input-container:not(:first-child):not(:last-child).vv-input-focused {
  border-left-color: #0a88c5;
  border-right-color: #0a88c5;
}
.vv-input-group .vv-input-container:not(:first-child):last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent;
}
.vv-input-group .vv-input-container:not(:first-child):last-child.vv-input-focused {
  border-left-color: #0a88c5;
}
.vv-input-group .vv-input-container:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: transparent;
}
.vv-input-group .vv-input-container:first-child:not(:last-child).vv-input-focused {
  border-right-color: #0a88c5;
}
.vv-input-group button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.vv-input-group button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vv-input-group button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.vv-input-group .btn-group:first-child button:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vv-input-group .btn-group:last-child button:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

textarea.vv-textarea {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 2px;
  color: #555555;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 6px;
  outline: none;
  resize: vertical;
}
textarea.vv-textarea::-webkit-input-placeholder {
  color: #cccccc;
}
textarea.vv-textarea::-moz-placeholder {
  color: #cccccc;
}
textarea.vv-textarea::-ms-input-placeholder {
  color: #cccccc;
}
textarea.vv-textarea::placeholder {
  color: #cccccc;
}
textarea.vv-textarea.vv-textarea-disabled {
  background-color: rgba(245, 245, 245, 0.6);
  color: #aaaaaa;
  cursor: not-allowed;
}
textarea.vv-textarea.vv-textarea-focused {
  border-color: #0a88c5;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
textarea.vv-textarea.vv-textarea-fixed-size {
  resize: none;
}

.vv-textarea-small {
  height: 40px;
  width: 150px;
  min-height: 40px;
  min-width: 150px;
}

.vv-textarea-medium {
  min-height: 54px;
  min-width: 250px;
  height: 54px;
  width: 250px;
}

.vv-textarea-large {
  min-height: 96px;
  min-width: 350px;
  height: 96px;
  width: 350px;
}

.vv-textarea-xlarge {
  min-height: 216px;
  min-width: 650px;
  height: 216px;
  width: 650px;
}
.vv-passwordmask {
  outline: none;
  font-family: Arial, sans-serif;
  letter-spacing: normal;
  font-size: 11px;
}
.vv-passwordmask::-webkit-input-placeholder {
  color: #cccccc;
}
.vv-passwordmask::-moz-placeholder {
  color: #cccccc;
}
.vv-passwordmask::-ms-input-placeholder {
  color: #cccccc;
}
.vv-passwordmask::placeholder {
  color: #cccccc;
}
.vv-field-input-modern.vv-input-container,
.vv-field-input-modern.vv-input-container.vv-input-focused {
  border: 0;
  margin: 4px 0;
  padding: 0;
}
.vv-field-input-modern.vv-input-container input[type],
.vv-field-input-modern.vv-input-container.vv-input-focused input[type] {
  font-family: Arial, sans-serif;
  font-size: 14px;
  resize: none;
  outline: none;
  display: block;
  overflow: hidden;
  background-color: transparent;
  color: #555555;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: text;
}
.vv-field-input-modern.vv-input-container input[type]:disabled,
.vv-field-input-modern.vv-input-container.vv-input-focused input[type]:disabled {
  color: #aaaaaa;
  cursor: not-allowed;
}
.vv-field-input-modern.vv-input-container.vv-field-input-guardedpassword input[type].vv-input,
.vv-field-input-modern.vv-input-container.vv-input-focused.vv-field-input-guardedpassword input[type].vv-input {
  font-size: 11px;
}
.vv-field-input-modern.vv-input-container.vv-input-container.vv-input-disabled, .vv-field-input-modern.vv-input-container.vv-input-container.vv-input-read-only,
.vv-field-input-modern.vv-input-container.vv-input-focused.vv-input-container.vv-input-disabled,
.vv-field-input-modern.vv-input-container.vv-input-focused.vv-input-container.vv-input-read-only {
  background-color: transparent;
}

.vv-field-input.vv-input-container.vv-input-disabled.vv-field-input-read-only {
  cursor: text;
}
.vv-field-input.vv-input-container.vv-input-disabled.vv-field-input-read-only .vv-input {
  color: #555555;
  cursor: text;
}
.vv-login-field {
  padding-top: 0;
  width: 380px;
  min-height: auto;
}
.vv-login-field .vv-field-large {
  width: 100%;
}
.vv-login-field .vv-input-container {
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  height: 37px;
  font-size: 16px;
}
.vv-login-field .vv-input-container input {
  font-size: 16px;
  height: 35px;
  color: #1d1d1d;
}
.vv-login-field .vv-field-bottom-wrapper {
  display: none;
}
.vv-login-field:has(+ .login-error-text-empty) .vv-input-container.vv-input-focused {
  border-color: #1453b8;
}
.vv-login-field:has(+ .login-error-text-shown) .vv-input-container {
  border-color: #ff0000;
}

.login-error-text {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  width: 100%;
  min-height: 24px;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-error-text.login-error-text-shown {
  color: #ff0000;
}
.vv-login-content-title {
  font-size: 24px;
  line-height: 28px;
  display: block;
}
.vv-login-page-content-loading-overlay {
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  cursor: not-allowed;
  z-index: 1;
}
/*
    deprecated variables, please only use those found in theme.scss
*/
.vv-tooltip {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 400;
  display: block;
  font-size: 1rem;
  -webkit-animation: fade-in 0.3s 1 ease-out;
          animation: fade-in 0.3s 1 ease-out;
  font-family: Arial, sans-serif;
}
.vv-tooltip .vv-link {
  color: #f8972b;
}
.vv-tooltip .vv-link:not([disabled]):hover, .vv-tooltip .vv-link:not([disabled]):focus, .vv-tooltip .vv-link:not([disabled]).vv-link-active:hover, .vv-tooltip .vv-link:not([disabled]).vv-link-active:focus {
  color: #fde0bf;
  cursor: pointer;
}

.vv-tooltip-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 300px;
  padding: 0.5rem;
  color: #ffffff;
  background-color: #4b4b4b;
}
.vv-tooltip-inner a {
  padding-top: 0.33rem;
  text-decoration: none;
  color: #f8972b;
}

.vv-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
}

.vv-tooltip-top {
  padding: 0 0 calc(0.41rem + 0.16rem);
}
.vv-tooltip-top .vv-tooltip-arrow {
  margin-left: -0.41rem;
  border-width: 0.41rem;
  border-top-color: #555555;
  left: 50%;
  bottom: -0.2rem;
}

.vv-tooltip-right {
  padding: 0 0 0 calc(0.41rem + 0.16rem);
}
.vv-tooltip-right .vv-tooltip-arrow {
  left: 0.2rem;
  margin-top: -0.41rem;
  border-width: 0.41rem 0.41rem 0.41rem 0;
  border-right-color: #555555;
  top: 50%;
}

.vv-tooltip-left {
  padding: 0 calc(0.41rem + 0.16rem) 0 0;
}
.vv-tooltip-left .vv-tooltip-arrow {
  right: 0.2rem;
  margin-top: -0.41rem;
  border-width: 0.41rem 0 0.41rem 0.41rem;
  border-left-color: #555555;
  top: 50%;
}

.vv-tooltip-bottom {
  padding: calc(0.41rem + 0.16rem) 0 0;
}
.vv-tooltip-bottom .vv-tooltip-arrow {
  top: 0.2rem;
  margin-left: -0.41rem;
  border-width: 0 0.41rem 0.41rem;
  border-bottom-color: #555555;
  left: 50%;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
    deprecated variables, please only use those found in theme.scss
*/
.vv-overlay {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 400;
}

.vv-overlay-trigger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/*
    deprecated variables, please only use those found in theme.scss
*/
/*
    deprecated variables, please only use those found in theme.scss
*/
/*
    deprecated variables, please only use those found in theme.scss
*/
.vv-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.4);
  color: #555555;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  list-style: none;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  position: relative;
  max-height: 50vh;
}
.vv-menu:focus {
  outline: none;
}

.vv-menu-xsmall {
  width: 8.33rem;
}

.vv-menu-small {
  width: 12.5rem;
}

.vv-menu-medium {
  width: 20.83rem;
}

.vv-menu-large {
  width: 37.5rem;
}

.vv-menu-xlarge {
  width: 45.83rem;
}

.vv-menu-item:not(.vv-menu-item-divider) {
  word-break: break-all;
}

.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header) {
  cursor: pointer;
  padding: 0.33rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header).vv-menu-item-focused {
  background-color: #dadada;
}
.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header):hover {
  background-color: #dadada;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header).vv-menu-item-selected {
  font-weight: bold;
}
.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header).vv-menu-item-disabled {
  color: #aaaaaa;
  background: none;
  cursor: not-allowed;
}
.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header).vv-menu-item-disabled .vv-highlight {
  color: #aaaaaa;
  font-weight: normal;
}
.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header) .vv-icon {
  margin-right: 0.33rem;
  min-width: 1rem;
  max-width: 1rem;
}
.vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header) .vv-menu-item-empty-menu {
  visibility: hidden;
}

.vv-menu-item-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.33rem 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: calc(1rem * 0.83);
  color: #808080;
  border-bottom: 1px solid #cccccc;
}

.vv-menu-item-divider {
  height: 1px;
  padding: 0;
  background-color: #cccccc;
}

.vv-menu-loading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vv-menu-item .vv-highlight {
  background-color: transparent;
  color: #555555;
  font-weight: bold;
}

.vv-menu-item-autocomplete-bold {
  font-weight: bold;
}
html.vv-mobile-login {
  height: 100%;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
html.vv-mobile-login .vv-login-page-footer {
  display: none;
}
html.vv-mobile-login #loginAppRoot, html.vv-mobile-login body {
  height: inherit;
  background: white;
  width: 100%;
}
html.vv-mobile-login .vv-input-container.vv-input-error,
html.vv-mobile-login .vv-input-container.vv-input-error.vv-input-focused {
  border-color: #ce1300;
}
.vv-login-cancel-continue-btns-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: 2.5rem;
  margin-top: 2.5rem;
}
.vv-login-cancel-continue-btns-mobile .vv-continue-button-mobile,
.vv-login-cancel-continue-btns-mobile .vv-cancel-button-mobile {
  font-size: 16px;
  height: 40px;
  width: 100%;
}
.vv-login-cancel-continue-btns-mobile .vv-continue-button-mobile {
  background-color: #1453b8;
}
.vv-having-trouble-logging-in-mobile,
.vv-reset-password-mobile,
.vv-change-password-mobile,
.vv-answer-question-mobile,
.vv-retrieve-user-name-mobile,
.vv-change-question-mobile {
  height: 100%;
  position: relative;
}
.vv-having-trouble-logging-in-mobile .vv-login-content-description,
.vv-reset-password-mobile .vv-login-content-description,
.vv-change-password-mobile .vv-login-content-description,
.vv-answer-question-mobile .vv-login-content-description,
.vv-retrieve-user-name-mobile .vv-login-content-description,
.vv-change-question-mobile .vv-login-content-description {
  font-size: 14px;
  line-height: 16px;
  margin: 1.25rem 0;
  color: #808080;
}
.vv-having-trouble-logging-in-mobile .vv-login-username-wrapper,
.vv-having-trouble-logging-in-mobile .vv-new-password-wrapper,
.vv-having-trouble-logging-in-mobile .vv-reenter-new-password-wrapper,
.vv-reset-password-mobile .vv-login-username-wrapper,
.vv-reset-password-mobile .vv-new-password-wrapper,
.vv-reset-password-mobile .vv-reenter-new-password-wrapper,
.vv-change-password-mobile .vv-login-username-wrapper,
.vv-change-password-mobile .vv-new-password-wrapper,
.vv-change-password-mobile .vv-reenter-new-password-wrapper,
.vv-answer-question-mobile .vv-login-username-wrapper,
.vv-answer-question-mobile .vv-new-password-wrapper,
.vv-answer-question-mobile .vv-reenter-new-password-wrapper,
.vv-retrieve-user-name-mobile .vv-login-username-wrapper,
.vv-retrieve-user-name-mobile .vv-new-password-wrapper,
.vv-retrieve-user-name-mobile .vv-reenter-new-password-wrapper,
.vv-change-question-mobile .vv-login-username-wrapper,
.vv-change-question-mobile .vv-new-password-wrapper,
.vv-change-question-mobile .vv-reenter-new-password-wrapper {
  margin-top: 0;
  height: 56px;
}
.vv-having-trouble-logging-in-mobile .vv-new-password-wrapper,
.vv-having-trouble-logging-in-mobile .vv-reenter-new-password-wrapper,
.vv-reset-password-mobile .vv-new-password-wrapper,
.vv-reset-password-mobile .vv-reenter-new-password-wrapper,
.vv-change-password-mobile .vv-new-password-wrapper,
.vv-change-password-mobile .vv-reenter-new-password-wrapper,
.vv-answer-question-mobile .vv-new-password-wrapper,
.vv-answer-question-mobile .vv-reenter-new-password-wrapper,
.vv-retrieve-user-name-mobile .vv-new-password-wrapper,
.vv-retrieve-user-name-mobile .vv-reenter-new-password-wrapper,
.vv-change-question-mobile .vv-new-password-wrapper,
.vv-change-question-mobile .vv-reenter-new-password-wrapper {
  margin-bottom: 2rem;
}
.vv-having-trouble-logging-in-mobile .vv-login-field,
.vv-reset-password-mobile .vv-login-field,
.vv-change-password-mobile .vv-login-field,
.vv-answer-question-mobile .vv-login-field,
.vv-retrieve-user-name-mobile .vv-login-field,
.vv-change-question-mobile .vv-login-field {
  padding-top: 0;
  width: inherit;
}
.vv-having-trouble-logging-in-mobile .vv-login-field .vv-input-container,
.vv-reset-password-mobile .vv-login-field .vv-input-container,
.vv-change-password-mobile .vv-login-field .vv-input-container,
.vv-answer-question-mobile .vv-login-field .vv-input-container,
.vv-retrieve-user-name-mobile .vv-login-field .vv-input-container,
.vv-change-question-mobile .vv-login-field .vv-input-container {
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 16px;
  height: 56px;
  border-radius: 8px;
}
.vv-having-trouble-logging-in-mobile .vv-login-field .vv-input-container input,
.vv-reset-password-mobile .vv-login-field .vv-input-container input,
.vv-change-password-mobile .vv-login-field .vv-input-container input,
.vv-answer-question-mobile .vv-login-field .vv-input-container input,
.vv-retrieve-user-name-mobile .vv-login-field .vv-input-container input,
.vv-change-question-mobile .vv-login-field .vv-input-container input {
  font-size: 16px;
  height: 56px;
}
.vv-having-trouble-logging-in-mobile .vv-login-field .vv-field-bottom-wrapper .vv-field-error,
.vv-reset-password-mobile .vv-login-field .vv-field-bottom-wrapper .vv-field-error,
.vv-change-password-mobile .vv-login-field .vv-field-bottom-wrapper .vv-field-error,
.vv-answer-question-mobile .vv-login-field .vv-field-bottom-wrapper .vv-field-error,
.vv-retrieve-user-name-mobile .vv-login-field .vv-field-bottom-wrapper .vv-field-error,
.vv-change-question-mobile .vv-login-field .vv-field-bottom-wrapper .vv-field-error {
  width: 100%;
  overflow: visible;
}
.vv-login-expand {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vv-login-cancel-continue-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.vv-btn.vv-login-button {
  display: block;
  height: 36px;
  font-size: 14px;
  background-color: #1453b8;
  border-color: #1453b8;
}

.vv-btn.vv-login-button.vv-login-button-full-width {
  font-size: 16px;
  height: 41px;
  width: 100%;
}

.vv-btn.vv-btn-primary:not([disabled]):hover, .vv-btn.vv-btn-primary:not([disabled]):focus, .vv-btn.vv-btn-primary:not([disabled]):focus-visible {
  background-color: #104293;
  border-color: #104293;
}

.vv-btn.vv-cancel-button {
  height: 36px;
  font-size: 14px;
  margin-right: 20px;
}
.vv-login-page-content-wrapper {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 462px;
  padding: 40px;
  margin: 40px auto 0 auto;
  border: 1px solid #dddddd;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vv-login-logo {
  width: 257px;
  height: 60px;
  display: block;
  margin-bottom: 40px;
}
.vv-login-content-description {
  font-size: 14px;
  line-height: 16px;
  margin: 20px 0 0 0;
  color: #808080;
}
.vv-login-content-description:empty {
  display: none;
}
.vv-link.vv-login-link,
.vv-link.vv-link-medium.vv-login-link {
  font-size: 14px;
  line-height: 16px;
}

.vv-link {
  color: #0066cc;
}
.vv-link:not([disabled]):hover, .vv-link:not([disabled]):focus, .vv-link:not([disabled]):focus-visible {
  color: #0066cc;
  text-decoration: underline;
}
.vv-login-change-question-question-choices-wrapper {
  margin-top: 30px;
}
.vv-login-change-question-question-choices-wrapper .vv-dropdownlist .vv-btn {
  height: 37px;
}
.vv-login-change-question-question-choices-wrapper .vv-dropdownlist .vv-btn .vv-dropdown-button-text {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}
.vv-change-question-mobile .vv-login-change-question-question-choices-wrapper {
  margin: 2.5rem 0 2rem;
}
.vv-change-question-mobile .vv-login-change-question-question-choices-wrapper .vv-picker {
  width: 100%;
}
.vv-change-question-mobile .vv-login-change-question-question-choices-wrapper .vv-picker .svg-inline--fa.fa-w-10 {
  width: 14px;
}
.vv-change-question-mobile .vv-login-change-question-question-choices-wrapper .vv-picker .svg-inline--fa.fa-w-10 {
  margin-left: 0;
}
.vv-change-question-mobile .vv-login-change-question-question-choices-wrapper .vv-picker .vv-btn {
  padding: 6px 12px;
}
.vv-change-question-mobile .vv-login-change-question-question-choices-wrapper .vv-dropdown-button {
  height: 56px;
  border-radius: 8px;
}
.vv-change-question-mobile .vv-login-change-question-question-choices-wrapper .vv-dropdown-button .vv-dropdown-button-text {
  text-align: left;
  font-size: 14px;
  line-height: 40px;
}
.vv-change-question-mobile .vv-login-change-question-question-choices-wrapper .vv-dropdown-button .vv-dropdown-button-icon {
  margin-top: 10px;
}
.vv-change-question-mobile .vv-login-change-question-answer-field-wrapper,
.vv-change-question-mobile .vv-login-change-question-re-enter-answer-field-wrapper {
  margin-bottom: 2rem;
}
.vv-change-question-mobile .vv-login-change-question-answer-field-wrapper .vv-field,
.vv-change-question-mobile .vv-login-change-question-re-enter-answer-field-wrapper .vv-field {
  min-height: 0;
}
.vv-change-question-mobile .vv-login-change-question-answer-field-wrapper .vv-field-bottom-wrapper,
.vv-change-question-mobile .vv-login-change-question-re-enter-answer-field-wrapper .vv-field-bottom-wrapper {
  min-height: 0;
  padding-top: 0;
}
.vv-change-question-mobile .vv-login-change-question-answer-field-wrapper .vv-input-container,
.vv-change-question-mobile .vv-login-change-question-re-enter-answer-field-wrapper .vv-input-container {
  padding: 0 12px;
}

.vv-change-question-menu-mobile {
  font-size: 0.75rem;
  padding-bottom: 8px;
}
.vv-change-question-menu-mobile .vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header) {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 48px;
}
.vv-change-question-menu-mobile .vv-menu-item:not(.vv-menu-item-divider):not(.vv-menu-item-header).vv-menu-item-focused {
  padding-top: 8px;
  background-color: transparent;
}
.invalid-characters-error.vv-tooltip-inner {
  font-size: 12px;
}

.invalid-characters-error-tooltip-content-paragraph + .invalid-characters-error-tooltip-content-paragraph {
  margin-top: 1rem;
}
.vv-login-username-wrapper {
  margin-top: 30px;
  position: relative;
}
.vv-login-error-timestamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 12px;
  color: #808080;
}
.vv-login-error-timestamp:empty {
  display: none;
}
.vv-btn.vv-login-button.vv-login-sso-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  background-color: #1453b8;
  border-color: #1453b8;
}

.vv-login-sso-button-text {
  margin-right: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vv-login-sso-button-logo {
  max-width: 125px;
  max-height: 25px;
}

.vv-btn.vv-back-to-login-button {
  margin: 40px 0;
  height: 2.41667rem;
  font-size: 16px;
  background-color: #1453b8;
  border-color: #1453b8;
}
.vv-feedback-box-mobile {
  height: 100%;
  width: 100%;
}
.vv-feedback-box-mobile .vv-login-content-description {
  font-size: 14px;
  line-height: 16px;
  margin: 1.25rem 0 2.5rem 0;
  color: #808080;
}
.vv-login-content-footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: -20px;
}
.vv-login-content-footer-wrapper .vv-login-link {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 20px;
}
.vv-login-message-without-username {
  font-size: 14px;
  line-height: 16px;
  color: #808080;
}
.vv-saml-loading-page-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
.vv-saml-loading-page-icon-container .vv-saml-loading-icon {
  height: 60px;
  width: 60px;
}
.vv-veeva-id-login-solution-message {
  font-size: 14px;
  line-height: 16px;
  color: #808080;
}
.vv-login-sso-buttons .vv-login-sso-button {
  margin-bottom: 10px;
}
.vv-login-sso-buttons .vv-login-sso-button:last-of-type {
  margin-bottom: 0;
}

.vv-login-sso-buttons-hr-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.vv-login-sso-buttons-hr-divider > span {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #808080;
  margin: 0 6px;
  line-height: 40px;
}
.vv-login-sso-buttons-hr-divider > hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC;
  padding: 0;
  margin: 20px 0 19px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.vv-login-user-name {
  font-size: 16px;
  line-height: 18px;
  padding-left: 37px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #1d1d1d;
}

.vv-login-user-name-username {
  max-width: 320px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

.vv-login-user-name-avatar {
  position: absolute;
  left: 0;
  top: -6px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.vv-login-hidden-credentials {
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden;
}
.vv-login-hidden-credentials * {
  visibility: hidden !important;
}
.vv-login-show {
  display: block;
}

.vv-login-hide {
  display: none;
}

.vv-login-username-wrapper.vv-login-hide {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}

.vv-login-password-wrapper {
  position: relative;
}
.vv-login-password-mask {
  width: 100%;
  height: 37px;
  font-size: 16px;
  background: #ffffff;
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  position: relative;
}
.vv-login-password-mask::before {
  content: attr(data-placeholder);
  position: absolute;
  white-space: nowrap;
  color: #cccccc;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vv-login-password-mask-content {
  line-height: normal;
  background: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1d1d1d;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-size: 10px;
  outline: none;
  padding: 0;
  position: relative;
  height: 12px;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1d1d1d;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  background-color: #f5f5f5;
}

div,
span {
  margin: 0;
  padding: 0;
}

div[id^=__lpform_] {
  display: none !important;
}
