body {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  background-color: #f0f0f9;
  color: #00001f;
  line-height: 0.4 !important;
}
.font-small {
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.98px;
}
.font-btn-small {
  font-size: 10px;
  letter-spacing: 2px;
  color: #00001f;
}
h1,
.h1-eq {
  font-size: 38px;
  font-weight: bold;
}
h2,
.h2-eq {
  font-size: 21px;
  font-weight: bold;
}
h3,
.h3-eq {
  font-size: 15px;
}
h4,
.h4-eq {
  font-size: 13px;
}
hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
hr.hr-white {
  border-top: 1px solid #ffffff;
}
hr.hr-white-20 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.btn {
  border-radius: 24px;
}
.sub-type {
  padding-top: 19px;
  padding-bottom: 19px;
}
.sub-type .btn {
  border-radius: 0.25rem;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 16px;
}
.sub-menu {
  margin-bottom: 16px;
  margin-top: 16px;
}
.sub-menu .nav-link {
  padding-right: 24px !important;
  padding-left: 0px !important;
}
.btn-outline-secondary {
  border-color: rgba(0, 0, 0, 0.2);
}
.leafs img {
  margin-right: 56px;
  margin-bottom: 16px;
}
.hearts img {
  margin: 24px 28px 16px 28px;
}
@media screen and (min-width: 600px) {
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    background-color: #ffffff;
    left: 0;
  }

  .sticky + hr {
    margin-top: 67px;
  }
}

/* Checkboxes */

.switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 24px;
}
.validate-lb .switch {
  width: 37px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00001f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.validate-lb .slider {
  background-color: #c9c9db;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2d81ff !important;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.validate-lb input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.slider.round {
  border-radius: 24px;
}
.slider.round:before {
  border-radius: 50%;
}
.switch-container {
  font-size: 15px;
  margin-bottom: 16px;
}

/* Header */

.navbar {
  min-height: 64px;
}
.navbar-brand img {
  margin-right: 12px;
}
#team {
  vertical-align: middle;
}
.navbar-collapse a {
  color: rgba(0, 0, 31, 0.6);
}
.navbar-collapse .active a {
  color: #00001f;
}
.navbar-toggle {
  /* (64px - button height 34px) / 2 = 15px */
  margin-top: 15px;
  padding: 9px 10px !important;
}
.navbar-brand {
  padding: 8px 0;
}
a.nav-active {
  color: #00001f !important;
}
@media (min-width: 992px) {
  .navbar-brand {
    padding: 8px 32px 8px 48px;
  }
  #main-menu .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-nav > li > a {
    /* (64px - line-height of 27px) / 2 = 18.5px */
    padding-top: 18.5px;
    padding-bottom: 18.5px;
    line-height: 27px;
  }
  #login {
    padding-right: 24px;
    padding-left: 24px;
  }
  #hamburger {
    padding-right: 21px;
    padding-left: 21px;
  }
  #btn-time {
    margin: 0px 24px 0px 16px;
  }
  .separator {
    border-right: 1px solid #dee2e6 !important;
  }
  #markets {
    padding-right: 8px;
  }
  #decision {
    padding-left: 8px;
  }
}
#time {
  padding-top: 13px;
  padding-bottom: 12px;
}
#login {
  padding-top: 19px;
  padding-bottom: 6px;
}
#hamburger {
  padding-top: 17px;
  padding-bottom: 16px;
}
#time button {
  font-size: 10px;
  letter-spacing: 2px;
}
#btn-time {
  padding: 8px 24px;
  border-radius: 2rem;
  background-color: #fd5f6d;
  color: #ffffff;
  width: 170px;
}
button#btn-time:disabled {
  background-color: #f0f0f9;
  color: #00001f;
}
.dropdown-menu {
  width: 256px;
  border-radius: 8px !important;
  border: 0;
  margin-top: 16px !important;
}
.dropdown-item {
  font-size: 13px;
  font-weight: 600;
  color: #9797b3 !important;
  padding-top: 22px;
  padding-bottom: 22px;
}
.dropdown-sub {
  color: #00001f !important;
  background-color: #f0f0f9 !important;
  padding-top: 8px;
  padding-bottom: 8px;
}
.dropdown-divider {
  margin: 0 !important;
  border-top: 1px solid #e3e3ed !important;
}
.dropdown-menu a:first-of-type {
  padding-top: 14px !important;
}
.dropdown-menu a:last-of-type {
  padding-bottom: 14px !important;
}
.dropdown-sub-1 a:first-of-type {
  padding-top: 23px !important;
}
.dropdown-sub-1 a:last-of-type {
  padding-bottom: 23px !important;
}
.arrow-up {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  margin: 0 0 15px 0;
  position: absolute;
  top: -9px;
  left: 24px;
}
#hamburger .navbar-toggler-icon {
  width: 2.25em;
  height: 2.25em;
}

/* Footer */

footer nav {
  height: 112px;
  padding-left: 32px !important;
  padding-right: 32px !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}
#cvc {
  color: rgba(0, 0, 31, 0.6);
}
#powered a {
  color: #00001f;
}
#powered a:hover {
  text-decoration: none;
}
#powered-text {
  display: none;
}
@media (min-width: 992px) {
  #powered-text {
    display: inline;
  }
}
.btn-circle.btn-xl {
  width: 40px;
  height: 40px;
  padding: 2px 8px;
  border-radius: 20px;
  background-color: #f0f0f9;
}

/* Jumbotron */

.jumbotron {
  background-size: cover;
  background-position: center;
  height: 100%;
  min-height: 224px;
  border-radius: 0;
  padding-top: 80px;
  margin-bottom: 0;
  font-size: 21px;
}
.jumbotron h1,
.jumbotron .h1-eq {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
}
.jumbotron ul {
  display: inline-block;
  color: #ffffff;
}
.jumbotron ul li a {
  color: #ffffff;
}
.jumbotron-bullet {
  font-size: 29px;
  color: rgba(255, 255, 255, 0.6);
}

/* Cards */

.card {
  border-radius: 24px;
  border: 0;
  margin-bottom: 16px;
}
.card-img,
.card-img-bottom,
.card-img-top {
  border-radius: 24px;
}
.card-spacing {
  margin-bottom: 16px;
}
.card-footer {
  border-bottom-left-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  border: 0;
  text-align: center;
  padding: 1rem 1.25rem;
}
.card-footer small {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.98px;
  text-transform: uppercase;
}
.card h2 {
  font-size: 21px;
  font-weight: 600;
  color: #00001f;
  margin-bottom: 34px;
}
.card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #00001f;
  margin-bottom: 34px;
}
.card-body {
  padding: 1.5rem !important;
}
.card-body.leafs {
  padding-bottom: 0 !important;
}
.card.hgs {
  height: 212px;
}
@media (min-width: 992px) {
  .card-comb-left {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 1px solid #f0f0f9;
  }
  .card-comb-right {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}
.card-img {
  width: 100%;
  height: 212px;
  object-fit: cover;
  object-position: left;
}
.btn-validate {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 36px;
}

/* Tables */

.table-active,
.table-active > td,
.table-active > th {
  background-color: #f0f0f9;
}
tr.table-active:first-child td:first-child {
  border-top-left-radius: 8px;
}
tr.table-active:first-child td:first-child {
  border-bottom-left-radius: 8px;
}
tr.table-active:first-child td:last-child {
  border-top-right-radius: 8px;
}
tr.table-active:first-child td:last-child {
  border-bottom-right-radius: 8px;
}
.table {
  color: rgba(0, 0, 31, 0.6);
}
.table th {
  padding: 0.5rem 0 !important;
}
.table td,
.table th {
  padding: 0.5rem 0.75rem;
}
.ranking tr td:first-child {
  padding-right: 0 !important;
  padding-top: 0.4rem !important;
}
.ranking tr td:last-child,
.table-bullets tr td:last-child {
  font-size: 13px;
}
.table-bullets th {
  display: list-item;
  list-style: disc inside;
  padding: 2px 0 0 24px !important;
  font-size: 21px;
  width: 36px;
}
.bs-tooltip-bottom .green-tooltip,
.bs-tooltip-top .green-tooltip {
  background-color: #00de9a !important;
}
.bs-tooltip-auto[x-placement^="bottom"] .green-tooltip-arrow::before,
.bs-tooltip-bottom .green-tooltip-arrow::before {
  border-bottom-color: #00de9a !important;
}
.bs-tooltip-auto[x-placement^="top"] .green-tooltip-arrow::before,
.bs-tooltip-top .green-tooltip-arrow::before {
  border-top-color: #00de9a !important;
}
.bs-tooltip-auto[x-placement^="left"] .green-tooltip-arrow::before,
.bs-tooltip-left .green-tooltip-arrow::before {
  border-left-color: #00de9a !important;
}
.bs-tooltip-auto[x-placement^="right"] .green-tooltip-arrow::before,
.bs-tooltip-right .green-tooltip-arrow::before {
  border-right-color: #00de9a !important;
}
.bs-tooltip-bottom .red-tooltip,
.bs-tooltip-top .red-tooltip {
  background-color: #ff6748 !important;
}
.bs-tooltip-auto[x-placement^="bottom"] .red-tooltip-arrow::before,
.bs-tooltip-bottom .red-tooltip-arrow::before {
  border-bottom-color: #ff6748 !important;
}
.bs-tooltip-auto[x-placement^="top"] .red-tooltip-arrow::before,
.bs-tooltip-top .red-tooltip-arrow::before {
  border-top-color: #ff6748 !important;
}
.bs-tooltip-auto[x-placement^="left"] .red-tooltip-arrow::before,
.bs-tooltip-left .red-tooltip-arrow::before {
  border-left-color: #ff6748 !important;
}
.bs-tooltip-auto[x-placement^="right"] .red-tooltip-arrow::before,
.bs-tooltip-right .red-tooltip-arrow::before {
  border-right-color: #ff6748 !important;
}
.big-table th {
  font-size: 10px;
  letter-spacing: 2px;
}

.big-table td,
.big-table th {
  padding-top: 1rem 0.75rem !important;
  padding-bottom: 1rem 0.75rem !important;
}
.main-row th,
.main-row td {
  color: #00001f;
}

/* Modals */

.modal-full {
  padding: 0 !important;
}
.modal-full {
  min-width: 100%;
  margin: 0;
}
.modal-full .modal-header {
  border-bottom: 0;
  color: #9797b3;
}
.modal-full .modal-header .btn {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #2d81ff;
  padding: 12px 20px;
}
.modal-full .modal-footer {
  border-top: 0;
  justify-content: left;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 31, 0.6);
  padding: 24px;
  display: block;
  line-height: 28px;
}
.modal-full .modal-footer > :not(:first-child) {
  margin-left: 0 !important;
}
.modal-full .modal-content {
  border: 0;
  border-radius: 0;
}
.modal-full .modal-item {
  padding-right: 32px;
}
.modal-full .region {
  color: #00001f;
}
.modal-full .keywords {
  color: #2d81ff;
}
.modal-full .close {
  font-size: 3rem;
  font-weight: 400;
  color: #00001f;
}
.validate-lb .modal-full .modal-body {
  color: #00001f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.validate-lb .modal-full .h2-eq {
  margin-bottom: 32px;
}
.validate-lb .modal-body button {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 24px;
  background-color: #2d81ff;
  color: #ffffff;
  border-radius: 24px;
  margin-top: 16px;
  margin-right: 16px;
}
.validate-lb .modal-body button:disabled {
  background-color: #c9c9db;
}
.validate-lb .modal-body .btn-cancel {
  background-color: #ffffff;
  color: #00001f;
  border: 1px solid #c9c9db;
}
.modal#myOnboarding {
  background-color: rgba(0, 0, 31, 0.9) !important;
}
#myOnboarding h1 {
  text-align: center;
  color: #ffffff;
  line-height: 1.21;
}
#myOnboarding .modal-header {
  background-color: #2d81ff;
  padding: 32px 64px;
}
#myOnboarding .modal-body {
  padding: 32px 64px;
  font-size: 15px;
  color: #9797b3;
}
#myOnboarding .modal-body b {
  color: #00001f;
}
#myOnboarding .modal-content {
  border: 0;
  border-radius: 24px !important;
}
#myOnboarding .modal-header {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
#myOnboarding .modal-footer {
  border: 0;
  display: inline;
  text-align: center;
  padding-top: 0;
  padding-bottom: 32px;
}
#myOnboarding .modal-footer button {
  font-size: 11px;
  letter-spacing: 0.98px;
  padding: 19px 38px;
  border-radius: 38px;
}

/* Snackbar */

.snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: 0px;
  color: #ffffff;
  text-align: left;
  border-radius: 4px;
  padding: 22px;
  position: fixed;
  z-index: 1055;
  left: 23px;
  bottom: 23px;
}
#snackbar-black {
  background-color: #00001f;
}
#snackbar-red {
  background-color: #ff6748;
}
.snackbar.show {
  visibility: visible;
  -webkit-animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
  animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
}
.snack-cancel {
  font-size: 11px;
  letter-spacing: 0.98px;
  color: #2d81ff;
  padding-left: 16px;
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

/* Popover */

.popover {
  padding: 32px;
  color: #9797b3;
}
.popover-body {
  color: #9797b3;
}
.popover-body b {
  color: #00001f;
}
.popover .btn {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 24px;
  color: #ffffff;
}

/* Inverted */

.inverted {
  background-color: #00001f;
  color: #ffffff;
}
.inverted .sub-menu a,
.inverted .choices h3 {
  color: rgba(255, 255, 255, 0.6) !important;
}
.inverted .sub-menu .active a,
.inverted .choices,
.inverted .font-btn-small,
.inverted .choices h3.choices-active {
  color: #ffffff !important;
}
.inverted .btn-outline-secondary {
  border-color: rgba(255, 255, 255, 0.2);
}
.inverted .sticky {
  background-color: #00001f;
}
.inverted .choices hr {
  width: 80%;
  margin-right: 20%;
  margin-bottom: 16px;
}
.inverted .choices h3.choices-active {
  border-left: 8px solid #2d81ff;
}
.inverted input[type="range"] {
  width: 80%;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.4);
  background: linear-gradient(
    to right,
    #2d81ff 0%,
    #2d81ff 50%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.4) 100%
  );
  height: 4px;
  border-radius: 2px;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.inverted input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #2d81ff;
  cursor: pointer;
}
.inverted input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #2d81ff;
  cursor: pointer;
}
.inverted .period {
  font-size: 13px;
  font-weight: 500;
  margin-left: 24px;
}
.inverted .table {
  color: #ffffff;
}
.inverted .table td,
.inverted .table th {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: middle !important;
}
.inverted .main-row-top th,
.inverted .main-row-top td {
  padding-top: 3rem !important;
}
.inverted .main-row-input th,
.inverted .main-row-input td {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  height: 55px;
}
.inverted .main-row-input-nobg th,
.inverted .main-row-input-nobg td {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  height: 55px;
}
.inverted .med-row th,
.inverted .med-row td {
  font-size: 15px;
  font-weight: 600;
}
.inverted tr th:first-child {
  font-size: 13px;
}
.inverted input[type="text"] {
  border: solid 1px rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  background-color: rgba(45, 129, 255, 0.4);
  height: 24px;
  width: 58px;
  padding-left: 17px;
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: -10px;
  color: #ffffff !important;
}
.inverted .sec-cell {
  font-size: 13px;
  color: #ffffff !important;
}

/* Custom pages */

.custom {
  background-color: #2d81ff;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.c404 {
  background-image: url("../img/404.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media /* only for retina displays */ only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  body.c404 {
    background-image: url("../img/404@2x.jpg");
  }
}
.custom .h1-eq {
  font-size: 180px !important;
  line-height: 210px;
}

.maintenance,
.c404 {
  background-color: #2d81ff;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.maintenance .h1-eq {
  font-size: 90px !important;
  line-height: 105px;
}
.maintenance .h3-eq {
  line-height: 75px;
}
.custom button {
  font-size: 11px;
  letter-spacing: 0.98px;
  padding: 18px 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 36px;
  margin-top: 32px;
}
.login {
  background-color: #ffffff;
  color: #9797b3;
  width: 100%;
  height: 100%;
}
.login .right-col {
  background-image: url("../img/right-illustration.jpg");
  background-size: cover;
  height: 100vh;
  margin: 0;
  padding: 0;
}
@media /* only for retina displays */ only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .login .right-col {
    background-image: url("../img/right-illustration@2x.jpg");
  }
}
.login .h1-eq {
  color: #00001f;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.21;
}
.login .h3-eq {
  margin-bottom: 16px;
  line-height: 1;
}
.login .forgot {
  font-size: 11px;
  letter-spacing: 0.98px;
  color: #9797b3;
  padding-left: 16px;
}
.login input[type="text"],
.login input[type="password"] {
  width: 100%;
  height: 56px;
  padding: 17px 16px;
  margin: 8px 0;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 31, 0.1);
  border-radius: 4px;
  color: #00001f;
}
.login .btn {
  font-size: 11px;
  letter-spacing: 0.98px;
  padding: 18px 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 36px;
  margin-top: 16px;
  background-color: #7e5bef;
  width: 100%;
}
.login #powered {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 64px;
}

/* Responsive */

@media (max-width: 767px) {
  #lightbox .modal-item {
    padding-right: 16px;
  }
  #myOnboarding h1 {
    font-size: 24px;
  }
  #myOnboarding .modal-body {
    padding: 32px;
  }
  .big-table td,
  .big-table th {
    font-size: 12px !important;
  }
  .main-row th,
  .main-row td {
    font-size: 13px !important;
  }
  .leafs img {
    margin-right: 28px;
  }
  .validate-resp .h1-eq {
    font-size: 21px;
  }
  .validate-resp .h3-eq {
    font-size: 13px;
    line-height: 1;
  }
  .login .h1-eq {
    font-size: 24px;
  }
}

/* sticky decision */

@media screen and (min-width: 1024px) {
  .sticky-decision {
    position: fixed;
    top: 0;
    z-index: 1020;
  }
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

/* sticky charts */

@media (min-width: 1200px) {
  .stickyCharts {
    position: fixed;
    top: 55px;
    /*width: 660px;*/
  }
}

.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px;
  }
}

.big-table tr {
  border-color: rgba(255, 255, 255, 0.1);
  border-top-style: solid;
  border-width: 1px;
}
.inverted .table th {
  border-width: 0;
  border-top-style: none;
}
.inverted .table > thead:nth-child(1) > tr:nth-child(1) {
  border-width: 0;
  border-top-style: none;
}
.inverted tr th {
  line-height: 1;
}
.row-header-large {
  text-overflow: ellipsis;
  max-width: 600px;
}
@media (max-width: 767px) {
  .row-header {
    text-overflow: ellipsis;
    max-width: 330px;
  }
}

.chart-selector option {
  margin: 40px;
  background: #00001f;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  padding: 10px;
}

.chart-selector {
  margin: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  background: none repeat scroll 0 0 #00001f;
  border: 1px solid #e5e5e5;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 2px #e8e8e8 inset;
  height: 40px;
  margin: 0 0 0 25px;
  padding: 10px;
  width: 110px;
}

.modal-full .modal-content {
  border-radius: 24px;
}

/* test decisions */

.test-decisions-footer {
  width: 100%;
  min-height: 55px;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  padding: 10px;
}

.create-test-decision-button {
  color: #ffffff !important;
  border-color: #ffffff;
  margin-top: 10 px;
  border-radius: 5px;
  width: 320px;
}

.modal-smaller .modal-content {
  height: auto !important;
  width: 100% !important;
  top: 200px;
  left: auto !important;
  right: auto !important;
}

.modal-smaller .modal-content .modal-body {
  height: 25vh !important;
}
.modale-smaller .modal-dialog {
  box-sizing: "border-box" !important;
  display: "block" !important;
  float: "none" !important;
  position: "relative" !important;
}

.center {
  margin: auto;
  text-align: center;
}

.test-decisions-list {
  line-height: 1;
  background-color: white;
  min-width: 200px;
}

.test-decisions-footer .popover {
  padding: 5px !important;
}

.inverted tr th {
  text-align: left;
}

#sticky-row.sticky ul.col {
  margin-bottom: 0;
  margin-left: 20px;
}

.small-footer {
  height: 50px;
}

.percentage-sales-revenue {
  font-style: italic;
  font-size: smaller;
  padding-top: 10px !important;
}
.table-small-columns td {
  padding-left: 5px;
  padding-right: 5px;
}

.table thead th {
  padding: 0.5rem 0.75rem !important;
}

body {
  counter-reset: section;
}

.hiddenButAccessible {
  position: absolute;
  left: -9999px;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
}

/*Input files & upload */
.file-input {
  display: none;
}
