﻿/**,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
.vv-table {
  width: 100%;
}
.vv-table tr {
  border-bottom: 1px solid #666666;
}
.vv-table tr td {
  text-align: left;
}
a::-moz-focus-inner {
  border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="checkbox"] {
  display: inline-block;
}
.requiredFlag {
  color: lightcoral;
}
.vv-alert {
  position: absolute;
  z-index: 9999;
  right: 1rem;
  margin-left: 1rem;
  bottom: 0;
}
.vv-navbar {
  background-color: #ffffff;
}
.vv-navbar-toggler {
  vertical-align: middle;
  border: none !important;
}
.vv-navbar-brand {
  font-weight: 300;
  vertical-align: middle;
}

@media only screen and (max-width: 575px) {
  .vv-navbar {
    padding: 0.5rem 0;
  }
  .vv-collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  .vv-collapse.show {
    position: absolute;
    width: 100%;
    height: calc(100vh - 57px);
    background: rgb(255, 255, 255);
    top: 57px;
    left: 0px;
  }
  .navbar-dark .vv-collapsing,
  .navbar-dark .vv-collapse.show {
    background-color: #343a40 !important;
    color: #fff;
  }
  .vv-navbar-nav .nav-link {
    border-bottom: 0.96px solid #f7f7f7;
    padding-right: 24px;
    width: auto;
    padding: 14px 15px 15px;
    height: 100%;
    margin: 1px;
    width: calc(100% - 2px);
  }
  .navbar-dark .vv-navbar-nav .nav-link {
    border-bottom: 0.96px solid #292e32;
  }
}
.vv-application {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vv-body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #32465a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  background-color: #ebedef;
  min-height: 100%;
  overflow-y: scroll;
}
.vv-bg-white {
  background-color: #ebedef !important;
}
.vv-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.vv-bodywrapper {
  flex-grow: 1;
  padding-top: 6vh;
}
.vv-mainwrapper {
  background-color: #fff;
  border-radius: 3px;
  margin: 0 auto;
  padding: 30px;
  width: 100%;
  max-width: 460px;
}
.vv-page-header,
.vv-wrapper-center {
  text-align: center;
}
.vv-header {
  min-height: 56px;
}
.vv-header-text {
  text-align: left;
  padding: 14px;
}
.vv-header-button {
  text-align: right;
  padding: 8px 14px;
}
.vv-section-column {
  height: 100%;
}
.vv-feature-section {
  padding: 117px 0;
}
.vv-section .vv-section-feature h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  margin-top: 18px;
  margin-bottom: 18px;
}
.vv-section .vv-section-feature i {
  font-size: 2.15em;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  background-color: #1c3eff;
}
.vv-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  outline: 0;
  width: 110px;
  height: 110px;
}
.vv-logo--svg {
  width: 100%;
  height: 100%;
}
.vv-input {
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #b7bec5;
  border-radius: 3px;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  min-height: 40px;
  outline: 0;
  padding: 8px 15px;
  position: relative;
  width: 100%;
  max-width: 430px;
}
.vv-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}
.vv-button-main {
  background-clip: padding-box;
  background-color: #1c3eff;
  background-repeat: no-repeat;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  line-height: 16px;
  min-height: 40px;
  min-width: 120px;
  padding: 11px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.1s;
  transition-property: color, background, box-shadow;
  transition-timing-function: ease;
}
.vv-button-main:hover {
  color: #fff;
}
.vv-button-cancel {
  background-clip: padding-box;
  background-color: #cccccc;
  background-repeat: no-repeat;
  border-radius: 3px;
  color: #666666;
  font-weight: 400;
  line-height: 16px;
  min-height: 40px;
  min-width: 120px;
  padding: 11px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.1s;
  transition-property: color, background, box-shadow;
  transition-timing-function: ease;
}
button[disabled="disabled"]::-ms-value,
input[disabled="disabled"]::-ms-value {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.vv-button:disabled,
.vv-button-main:disabled,
a[disabled="disabled"] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
input.vv-input-button {
  max-width: calc(100% - 44px);
}
button.vv-input-button {
  display: inline-block;
  min-height: 40px;
  min-width: 40px;
  background-color: #fff;
  border: 1px solid #b7bec5;
  border-radius: 3px;
}
.vv-button-main span,
button.vv-input-button {
  vertical-align: middle;
}
button.vv-input-copy svg {
  width: 24px;
}
.vv-input-select {
  -webkit-appearance: listbox !important;
  -moz-appearance: listbox !important;
  appearance: listbox !important;
}
input.vv-upload-files {
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px dashed #83878b;
  border-radius: 3px;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  min-height: 40px;
  outline: 0;
  padding: 15px 15px;
  position: relative;
  width: 100%;
}
.vv-label {
  float: left;
  text-align: left;
  display: flex;
  width: 100%;
  padding: 0px 15px;
  margin-top: .5rem;
  margin-bottom: .3rem;
}
.navbar-dark,
.navbar-dark form {
  color: #ffffff;
}
.navbar-dark .h1,
.navbar-dark .h2,
.navbar-dark .h3,
.navbar-dark .h4,
.navbar-dark .h5,
.navbar-dark .h6,
.navbar-dark h1,
.navbar-dark h2,
.navbar-dark h3,
.navbar-dark h4,
.navbar-dark h5,
.navbar-dark h6 {
  color: #ffffff;
}
.navbar-dark .vv-navbar {
  background-color: #292e32;
}
.navbar-dark .vv-text-dark {
  color: rgba(255, 255, 255, 0.5) !important;
}
.navbar-dark a.vv-text-dark:focus,
.navbar-dark a.vv-text-dark:hover {
  color: #ffffff;
}
.navbar-dark .vv-mainwrapper {
  background-color: #292e32;
}
.navbar-dark .vv-label,
.navbar-dark .vv-checkbox-inline,
.navbar-dark .vv-linklist--item {
  color: #ffffff;
}
.navbar-dark .vv-input,
button.vv-input-button {
  color: #ffffff;
  background-color: #343a40;
}
button.vv-input-copy svg {
  fill: #ffffff;
}
.vv-linklist {
  list-style: none;
  padding: 0;
  margin: 25px auto;
}
.vv-linklist--center {
  text-align: center;
}
ul.list-inline {
  padding: 0px;
}
ul.list-inline li {
  list-style: none;
  padding-left: 0;
}
.vv-linklist--item {
  font-size: 13px;
  display: inline-block;
  margin: 5px;
}
.vv-version {
  font-size:small;
  text-shadow: 0 1px rgba(255, 255, 255, 0.1);
}
.vv-linklist--item a {
  color: #32465a;
}
.navbar-dark .vv-version,
.navbar-dark .vv-linklist--item a {
  color: rgba(255, 255, 255, .5);
}
.vv-linklist--item a:hover {
  color: #1c3eff;
}
.vv-section {
  padding: 10px 45px;
}
.vv-section-text {
  font-weight: 300;
  color: #565657;
  padding-top: 0px;
  padding-bottom: 20px;
}
.navbar-dark .vv-section-text {
  color: #ffffff;
}
.vv-panel .panel-heading {
  font-weight: bold;
  text-align: center;
}
.vv-panel .list-group {
  max-width: 250px;
  margin: 0 auto;
}
.vv-panel .list-group-item {
  text-align: left;
}
.vv-consent-remember {
  max-width: 250px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: left;
}
.vv-main-account-chooser {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 100px auto;
}
.vv-icon-add-alt.vv-icon-sm {
  width: 32px;
  height: 32px;
}
.vv-icon-proceed.vv-icon-sm {
  width: 8px;
  height: 16px;
}
.vv-card-add-account .vv-icon-add-alt {
  position: absolute;
  left: 16px;
  top: 24px;
}
.vv-icon-add-alt {
  border-radius: 50%;
  display: inline-block;
  background-size: 1333%;
  background: #eaeaea url(../Components/images/vv-icon-add-alt.svg) no-repeat center;
}
.vv-icon-proceed {
  display: inline-block;
  background: url(../Components/images/vv-icon-proceed.svg) no-repeat center;
}
.vv-main-account-chooser .vv-card {
  position: relative;
  margin: auto;
  padding: 16px;
}
.vv-card {
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgb(0 10 30 / 20%);
  background-color: #fff;
  padding: 16px 32px;
}
.navbar-dark .vv-card {
  background-color: #292e32;
}
.vv-back a {
  float: left;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #fff;
  padding: 10px 10px;
}
.vv-main-account-chooser .vv-card .vv-logo {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.vv-main-account-chooser .vv-card .heading {
  padding: 64px 0 24px;
  text-align: center;
}
.vv-main-account-chooser .vv-card .heading h4 {
  font-size: 18px;
  font-weight: bold;
  color: #282828;
  display: block;
  margin: 0;
}
.vv-card-account {
  display: block;
  position: relative;
  text-align: left;
  cursor: pointer;
  padding: 16px 64px;
  height: 80px;
  border-radius: 3px;
}
.vv-card-account:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}
.navbar-dark .vv-card-account:hover {
  background-color: #343a40;
  text-decoration: none;
}
.vv-card-account:focus {
  z-index: 1000;
  outline-offset: -2px;
}
.vv-card-account .username {
  font-size: 14px;
  font-weight: 600;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-dark .vv-card-account .username {
  color: #f8f8f8;
}
.vv-card-account .email {
  font-size: 12px;
  font-weight: 600;
  color: #282828;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vv-card-account .info {
  font-size: 10px;
  font-weight: 600;
  color: #282828;
  opacity: 0.6;
  padding-top: 2px;
}
.navbar-dark .vv-card-account .info {
  color: #ffffff;
}
.vv-card-account .vv-icon-proceed {
  position: absolute;
  right: 16px;
  top: 50%;
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vv-card-account .vv-icon-user {
  position: absolute;
  left: 16px;
  top: 50%;
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vv-card-account .vv-profilepic-user {
  position: absolute;
  left: 16px;
  top: 50%;
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vv-card-account .vv-profilepic-user img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.vv-card-account .vv-product-cover {
  position: absolute;
  left: 16px;
  top: 50%;
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vv-card-account .vv-product-cover img {
  width: 32px;
  height: auto;
}
.vv-card-account .user-details {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64%;
  white-space: nowrap;
}
.vv-card-add-account {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 16px 64px;
  height: 80px;
}
.vv-card-add-account:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}
.vv-card-add-account:focus {
  z-index: 1000;
  outline-offset: -2px;
}
.vv-card-add-account .vv-icon-add-alt {
  position: absolute;
  left: 16px;
  top: 24px;
}
.vv-card-add-account .info {
  font-size: 14px;
  color: #282828;
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vv-card .vv-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.vv-margin-vertical-2xlarge {
  margin-top: 30px;
  margin-bottom: 30px;
}
.vv-u-fullwidth {
  display: block;
  width: 100%;
}
.vv-margin-top-large {
  margin-top: 20px;
}
.vv-padding-vertical-small {
  padding-top: 10px;
  padding-bottom: 10px;
}
.vv-margin-top-large {
  margin-top: 20px;
}
.vv-margin-bottom-small {
  margin-bottom: 10px;
}
.vv-padding-horizontal {
  padding-left: 15px;
  padding-right: 15px;
}
.vv-input.invalid,
.vv-input.input-validation-error {
  outline: 1px solid lightcoral;
  margin-top: 0px;
}
.vv-microsoft-signin {
  border: 1px solid #b7bec5;
  background-color: white;
  color: #737373;
  padding: 9px 15px;
}
.bg-dark .vv-microsoft-signin {
  color: #b7bec5;
  background-color: #292e32;
}
.vv-microsoft-signin:hover {
  color: #6e6e6e;
}
.vv-microsoft-signin svg {
  width: 20px;
}
.vv-svgLoader {
  animation: spin 0.5s linear infinite;
  margin: 10px;
}
.vv-footer p {
  text-align: right;
  padding: 12px;
  color: hsla(0, 0%, 100%, 0.8);
  margin-bottom: 0;
}
.vv-divLoader {
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  background: #ffffff;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 768px) {
  .vv-feature-section {
    padding: 20px 0;
  }
}
.vv-error-page {
  height: 100%;
}
.vv-vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}