.body {
    position: fixed;
    overflow: hidden;
    perspective: 3000px;
    background: whitesmoke;
    overscroll-behavior-y: none;
    perspective-origin: 50% 50%;
    font-family: 'Open Sans Light', -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-seri !important;
}

.container-fluid {
  padding: 0px !important;
}

.navbar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: white;
  padding: 0 !important;
}

.navbar-light {
  background-color: #3c3c41 !important;
}

.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
  margin-left: 1.5rem;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.navbar-flex {
  display: flex;
  flex-direction: row;
}

.navbar-brand {
  color: white;
  width: 120px;
  margin-left: 1.5rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.form-control {
  display: block !important;
  width: 20% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

@media screen and (max-width: 650px) {
  .navbar-brand {
    margin: 0px;
  }
}

.navbar-nav {
  display: flex;
  flex-direction: row !important;
  width: 100%;
}

.nav-item {
  cursor: pointer;
  color: #fff !important;
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  font-size: 14px;
}

.nav-link {
  color: #fff !important;
}

.bold-title {
  cursor: auto !important;
  font-weight: bold;
}

.row {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 2rem 1rem 1rem 1rem;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.streetcalc-card {
  padding: 2rem 2rem 3rem 2rem;
  border: 1px solid #3c3c41 !important;
  border-radius: 1.5rem;
}

.form-group {
  margin: 2rem 0 0 0;
}

.email_list {
  margin-top: 2rem;
}

.email_radio_email {
  min-width: 250px;
}

.verified, .unverified {
  min-width: 100px;
}

.streetcalc-card-title {
  margin-bottom: 1rem;
}

.badge_primary {
  margin-left: 2rem;
}

.fsc-title h1 {
  font-weight: 300;
  font-size: 2rem;
}

.fsc-title > h3 > a {
  text-decoration: none;
}

.fsc-subtitle {
  font-size: 20px !important;
  font-weight: 600;
}

.fsc-container {
  background: #F2F2F2;
  min-height: 80vh;
  font-family: Open Sans;
  position: relative;
  padding: 3rem;
  padding-bottom: 10rem;
}

.no-gutters {
  padding: 0px !important;
  margin-bottom: 20px !important;
  margin-right: 20px;
}

.no-padding {
  padding: 0px !important;
}

.auto-margins {
  margin-right: auto;
  margin-left: auto;
}

.fsc-container h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

/* Bootstrap override */
.card-img-top {
  margin-left: auto;
  margin-right: auto;
}

.dataset_name_bold {
  font-weight: 600;
  color: #e6007e;
}

.fsc-container > h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

.fsc-container-name {
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 60px;
  background-color: white;
  padding: 20px;
}

.btn-add-family {
  float: left;
  font-size: 14px;
  margin-top: 10px;
}

.width-20 {
  width: 20%;
  margin-left: 12px;
}

.btn-clear {
  margin-left: 140px !important;
}

.fsc-container-name > label {
  display: block !important;
  background-color: #fff !important;
}

.fsc-container-name > input {
  background-color: #fff !important;
}

.relux .fsc-container .fsc-container-list {
  margin: 1rem 0;
  border-radius: 10px;
  background-color: white;
  overflow-y: scroll;
  min-height: 200px;
  max-height: 340px;
  padding: 0 20px 40px 0px;
  content: "";
  display: block;
  width: 100%;
}

.table-container {
  margin-top: 20px;
}

.column-flex {
  display: flex;
  justify-content: flex-end;
  padding-right: 0px !important;
}

.column-flex > a {
  margin-right: 1rem !important;
  text-decoration: none !important;
}

.column-flex > a:hover > span {
 /* filter: invert(1); */
}

.animate {
  background-color: #e6007f21 !important;
}

.relux #fsc-drag-img {
  width: 254px;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.relux #fsc-drag-img .hide {
  display: none;
}

.relux .fsc-container .fsc-ul {
  list-style-type: none;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.relux .fsc-container .fsc-list-span {
  font-weight: 300;
  margin-left: 2rem;
}

.relux .fsc-container .table-fsc .column-2 .variant-count {
  float: right;
}

/* Relux FSC Table */

.relux .fsc-container .table-fsc tr:nth-child(even) td {
  background-color: #e6007f00 !important;
}

.relux .fsc-container .table-fsc tr td:last-child, .relux table tr th:last-child {
  padding-right: 10px;
}

.relux .fsc-container .table-fsc tr:nth-child(even) td {
  background-color: #e6007f1d;
}

.relux .fsc-container .table-fsc thead tr {
  background-color: #290017de;
}

#variant-meter {
  margin: 0px 20px 0px 20px !important;
  width: 150px;
}

.relux .fsc-container .table-fsc, th {
  font-weight: bolder;
}

.relux .fsc-container .table-fsc, th, td {
  padding-left: 1rem !important;
}

.relux .fsc-container .column-1 {
  width: 200px;
}

.relux .fsc-container .column-2 {
  width: 500px;
}

.relux .fsc-container .column-3 {
  width: 0px;
}

.relux .fsc-container .column-4 {
  font-weight: bolder;
  display: flex;
  justify-content: right;
}

.relux .fsc-container .column-4 span {
  margin-top: 10px;
  margin-left: 20px;
}

.relux .fsc-container .column-4 > a:first-child > button {
  width: 180px;
  margin-left: 40px;
}

.relux .fsc-container .back-button {
  margin-bottom: 20px;
  width: 240px;
  margin-left: 200px;
  align-self: flex-end !important;
}


@media screen and (max-width: 1350px) {

  /* article_management table */
  .relux .fsc-container .table-fsc {
    border: 0;
  }

  .relux .fsc-container .table-container {
    padding-right: 1rem !important;
  }

  .relux .fsc-container .table-fsc thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .relux .fsc-container .table-fsc tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  #variant-meter {
    width: 150px;
    margin-left: 0px !important;
  }

  .relux .fsc-container .table-fsc .column-1 {
    font-size: 1.4rem;
    font-weight: bolder;
  }

  .relux .fsc-container .table-fsc .column-2 {
    height: 40px;
  }

  .relux .fsc-container .table-fsc .column-2 .variant-left {
    display: none !important;
    margin-left: 20px;
    font-size: 1.2rem;
  }

  .relux .fsc-container .table-fsc .column-2 .variant-count {
    float: right;
  }

  .relux .fsc-container .table-fsc .column-3 {
    display: none;
  }

  .relux .fsc-container .table-fsc .column-4 {
    display: flex;
    justify-content: space-around;
  }

  .relux .fsc-container .table-fsc .column-4 a {
    display: flex;
    margin-right: auto;
  }

  .relux .fsc-container .table-fsc .column-4 > a > button:first-child {
    margin-left: 0px !important;
    float: right;
    background-color: white;
    color: #E6007E;
    max-width: 60%;
    border: 1px solid #E6007E;
    float: right;
  }

  .relux .fsc-container .column-4 span {
    margin-top: 5px;
    margin-left: 0px;
  }

  .relux .fsc-container .table-fsc .fsc-material-button {
    border-radius: 5px;
    font-family: Open Sans;
    position: relative;
    z-index: 3;
    max-width: 80%;
    height: 27px;
    font-size: 1.3rem;
    font-weight: 700;
    text-overflow: ellipsis;
    border: none;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.125rem 1.25rem;
  }

  .relux .fsc-container .table-fsc td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
    height: 40px;
    width: 100%;
  }

  .relux .fsc-container .table-fsc td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .relux .fsc-container .table-fsc td:last-child {
    border-bottom: 0;
  }

  .relux .fsc-container .back-button {
    margin-left: 0px !important;
  }

  .fsc-variant-table .fsc-thumbnail {
    width: 70px !important;
    height: 70px !important;
  }

  .fsc-variant-table .column-1 {
    padding-right: 20px;
  }

  .fsc-variant-table .column-4 a span {
    margin-left: 20px !important;
  }

}

/* fsc_variant_table.html */

.fsc-variant-table {
  overflow-x: auto;
}

.fsc-variant-table .column-3 {
  min-width: 800px;
}

.fsc-variant-table .column-4 {
  height: 140px;
  align-items: center;
}

/* LVK Tables */

.fsc-thumbnail {
  width: 80px !important;
  height: 80px !important;
}

.errorlist {
  background-color: #f2f2f2 !important;
  color: red;
  margin: 0px !important;
}

.fsc-info-table {
  margin-bottom: 0px !important;
}

.fsc-variant-span {
  margin-right: 10px;
  min-width: 100px;
}

.fsc-variant-span:first-child {
  margin-left: 0px;
}

.fsc-variant-span strong {
  font-weight: 600;
}

.fsc-variant-table tr:nth-child(even) .fsc-info-table tr td {
  background-color: #f2f2f2 !important;
}

/* Borrowing from unknown, much wow, such stealer */

.relux .fsc-container .material-textfield {
  position: relative;
}

.relux .fsc-container .fsc-material-label {
  position: absolute;
  font-weight: lighter;
  font-size: 1.5rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: gray;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: .1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}

.relux .fsc-container .fsc-material-error {
  color: #E6007E;
  font-size: 1.2rem;
  margin-left: 5px;
}

.relux .fsc-container .material-textfield .fsc-material-input {
  font-size: 1.5rem;
  font-weight: lighter;
  max-width: 100%;
  outline: none;
  border: 1px solid #E6007E;
  border-radius: 5px;
  padding: 2rem 1rem;
  color: gray;
  transition: 0.1s ease-out;
}

.relux .fsc-container .fsc-container-list .fsc-material-input {
  font-size: 1.5rem;
  font-weight: lighter;
  max-width: 100%;
  outline: none;
  border: 1px solid #E6007E;
  border-radius: 5px;
  padding: 2rem 1rem;
  color: gray;
  transition: 0.1s ease-out;
}

.relux .fsc-container .fsc-margin {
  margin-top: 10px;
}

.relux .fsc-container .material-textfield .fsc-material-input:focus {
  border-color: #E6007E;
}

.relux .fsc-container .material-textfield .fsc-material-input:focus + label {
  color: #E6007E;
  top: 0;
  transform: translateY(-50%) scale(.9);
}

.relux .fsc-container .material-textfield .fsc-material-input:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(.9);
}

.fsc-flex {
  display: flex;
  margin-bottom: 5rem;
  justify-content: start;
}

.fsc-container-upload {
  margin-top: 2rem;
}

.fsc-flex-spaced {
  display: flex;
  justify-content: start;
}


.fsc-counter {
  align-self: center;
  margin-left: 20rem;
  color: rgb(175, 175, 175);
}

.fsc-material-button {
  background-color: #E6007E;
  color: white;
  border: none;
  border-radius: 5px;
  font-family: Open Sans;
  position: relative;
  z-index: 3;
  max-width: 80%;
  height: 42px;
  font-size: 1.5rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.fsc-material-button-clear {
  width: 150px;
  height: 42px;
  float: right;
}

.fsc-material-button-manage {
  float: right;
  background-color: white;
  color: #E6007E;
  border: 1px solid #E6007E;
  width: 120px;
  float: right;
  height: 42px;
}

.edit-variant {
  background-color: white;
  color: #12910e;
  border: 1px solid #12910e;
  width: 100px;
  height: 42px;
}

.cancel-variant {
  background-color: white;
  color: #E6007E;
  border: 1px solid #E6007E;
  width: 100px;
  height: 42px;
}

.opaque {
  opacity: .2;
}

/* custom input field */

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 1px solid #0000;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #E6007E;;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}


/* style 1 */

.inputfile-1 + label {
  color: #f1e5e6;
  background-color: #E6007E;;;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #E6007E;;
}

/* textarea resizable for textareas */

input[type="textarea"] {
  resize: vertical !important;
}

