/* line 1, app/assets/stylesheets/tenant/ras.scss */
body, footer, .footer {
  background: white;
}

/* line 5, app/assets/stylesheets/tenant/ras.scss */
a {
  color: #03b7eb;
}

/* line 9, app/assets/stylesheets/tenant/ras.scss */
.breadcrumb {
  color: #03b7eb;
}

/* line 13, app/assets/stylesheets/tenant/ras.scss */
body .navbar .navbar-inner {
  background: #1ab7eb;
  border: none;
  border-bottom: 5px solid #424042;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

/* line 20, app/assets/stylesheets/tenant/ras.scss */
body .navbar .navbar-inner .active.dropdown a {
  color: black !important;
}

@media (max-width: 700px) {
  /* line 25, app/assets/stylesheets/tenant/ras.scss */
  body .navbar .navbar-inner .active.dropdown a {
    color: #02b7eb !important;
  }
}

/* line 32, app/assets/stylesheets/tenant/ras.scss */
body div.container-fluid {
  background-color: white;
}

/* line 36, app/assets/stylesheets/tenant/ras.scss */
body div.title {
  top: unset;
  bottom: 10%;
}

/* line 41, app/assets/stylesheets/tenant/ras.scss */
body div.title h1 {
  display: inline-block;
  margin: 0;
  padding: 12px 40px 8px 55px;
  background: #414041;
  color: #fff;
  font-weight: normal;
}

/* line 50, app/assets/stylesheets/tenant/ras.scss */
body div.title h2 {
  display: block;
  margin: 0;
  padding: 6px 20px 4px 55px;
  background: #fff;
  color: #03B6EB;
  font-size: 17px;
}

/* line 59, app/assets/stylesheets/tenant/ras.scss */
body .navbar-container-image.hidden {
  padding-right: 0;
  padding-left: 0;
  background-color: #BEECF9 !important;
  display: block;
  visibility: visible;
  padding: 20px;
  margin-right: -20px;
  margin-left: -20px;
  position: relative;
  z-index: 1;
}

/* line 71, app/assets/stylesheets/tenant/ras.scss */
body .navbar-container-image.hidden img {
  width: 280px;
  padding-bottom: 8px;
  background-color: white;
}

/* line 78, app/assets/stylesheets/tenant/ras.scss */
body .logo_small {
  width: 125px;
}

@media (max-width: 700px) {
  /* line 78, app/assets/stylesheets/tenant/ras.scss */
  body .logo_small {
    display: none;
  }
}

/* line 86, app/assets/stylesheets/tenant/ras.scss */
.group-picker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

/* line 91, app/assets/stylesheets/tenant/ras.scss */
.group-picker .home-link {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

/* line 96, app/assets/stylesheets/tenant/ras.scss */
.group-picker .home-link img {
  width: 100%;
}

/* line 101, app/assets/stylesheets/tenant/ras.scss */
.group-picker .group-detail {
  border-bottom: 0;
}

/* line 104, app/assets/stylesheets/tenant/ras.scss */
.group-picker .group-detail h3 {
  right: 0;
  background: #1212128a;
  color: white;
}

/* line 112, app/assets/stylesheets/tenant/ras.scss */
.group-picker .group-detail h3 i.fa-chevron-right.hidden {
  padding: 8px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FDB811;
  position: absolute;
  z-index: 10009;
  right: 0;
  top: 0;
  visibility: visible;
}

/* line 128, app/assets/stylesheets/tenant/ras.scss */
.group-picker .group-details {
  display: none;
}

/* line 133, app/assets/stylesheets/tenant/ras.scss */
body .footer .container-fluid .footer-content {
  background-color: #424042;
}

/* line 137, app/assets/stylesheets/tenant/ras.scss */
body .footer .footer-content .toplevel {
  color: #fdb911;
}

/* line 141, app/assets/stylesheets/tenant/ras.scss */
body .footer .footer-content a {
  color: white;
}

/* line 145, app/assets/stylesheets/tenant/ras.scss */
body .footer .bottom {
  background-color: #424042;
}

/* line 149, app/assets/stylesheets/tenant/ras.scss */
body .wizard-product-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
}

/* line 155, app/assets/stylesheets/tenant/ras.scss */
body .wizard .current {
  background-color: #FDB811;
}

/* line 158, app/assets/stylesheets/tenant/ras.scss */
body .wizard .current:after {
  border-left-color: #FDB811;
}

/* line 163, app/assets/stylesheets/tenant/ras.scss */
body .wizard .done {
  background-color: #03B6EB;
}

/* line 166, app/assets/stylesheets/tenant/ras.scss */
body .wizard .done:after {
  border-left-color: #03B6EB;
}

/* line 171, app/assets/stylesheets/tenant/ras.scss */
body .wizard-product-groups .product-group {
  display: flex;
  flex-direction: column;
  background: white;
  position: relative;
  border: 1px solid #efefef;
  padding: 15px;
}

/* line 178, app/assets/stylesheets/tenant/ras.scss */
body .wizard-product-groups .product-group .product-group-title {
  position: inherit;
  top: 0;
  left: 0;
}

/* line 184, app/assets/stylesheets/tenant/ras.scss */
body .wizard-product-groups .product-group .product-group-select {
  position: inherit;
  background: #efefef;
  margin-top: 8px;
  left: 0;
  top: 0;
}

/* line 191, app/assets/stylesheets/tenant/ras.scss */
body .wizard-product-groups .product-group .product-group-select .product-group-select-item {
  background-color: transparent;
  color: black;
  backdrop-filter: none;
}

/* line 199, app/assets/stylesheets/tenant/ras.scss */
body .footer-content .row-fluid.top {
  justify-content: space-between;
  display: flex;
}

@media (max-width: 767px) {
  /* line 199, app/assets/stylesheets/tenant/ras.scss */
  body .footer-content .row-fluid.top {
    display: block;
  }
}

/* line 207, app/assets/stylesheets/tenant/ras.scss */
body .footer-content .row-fluid.top span {
  flex-grow: 1;
}

/* line 213, app/assets/stylesheets/tenant/ras.scss */
body h3 {
  font-size: 16px;
  color: #03B6EB;
}

/* line 220, app/assets/stylesheets/tenant/ras.scss */
body .push {
  height: 50px;
}

/* line 225, app/assets/stylesheets/tenant/ras.scss */
.btn.btn-success {
  background-color: #008fbb !important;
  border: none;
  border-radius: 0px;
  background-image: linear-gradient(to bottom, #03B6EB, #008fbb) !important;
}

/* line 232, app/assets/stylesheets/tenant/ras.scss */
.btn.btn-danger {
  background-color: #d39505 !important;
  border: none;
  border-radius: 0px;
  background-image: linear-gradient(to bottom, #FDB811, #d39505) !important;
}

/* line 239, app/assets/stylesheets/tenant/ras.scss */
.btn.btn-primary {
  background-color: #d39505;
  border: none;
  border-radius: 0px;
  background-image: linear-gradient(to bottom, #FDB811, #d39505);
  color: white;
  text-decoration: none;
  text-shadow: none;
  border: 1px solid #d39503;
}

/* line 249, app/assets/stylesheets/tenant/ras.scss */
a.home-link:hover img,
a.home-link:hover h3 {
  transform: none;
}

@media (max-width: 700px) {
  /* line 255, app/assets/stylesheets/tenant/ras.scss */
  body.home {
    background: white;
  }
  /* line 258, app/assets/stylesheets/tenant/ras.scss */
  body.home #container {
    margin-top: 20px;
  }
  /* line 262, app/assets/stylesheets/tenant/ras.scss */
  body.home .header-blue-bar .navbar {
    margin-top: 62px;
  }
}

@media (max-width: 480px) {
  /* line 269, app/assets/stylesheets/tenant/ras.scss */
  #container {
    background: white !important;
  }
  /* line 273, app/assets/stylesheets/tenant/ras.scss */
  .logo img {
    width: 175px;
  }
  /* line 277, app/assets/stylesheets/tenant/ras.scss */
  .header > img {
    display: none;
  }
  /* line 282, app/assets/stylesheets/tenant/ras.scss */
  body.home .header > img {
    display: block;
  }
}

/* line 288, app/assets/stylesheets/tenant/ras.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-color: #cccccc;
}

/* line 308, app/assets/stylesheets/tenant/ras.scss */
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  background-color: #1ab7eb;
}

/* line 313, app/assets/stylesheets/tenant/ras.scss */
.session-page {
  --session-btn: #FDB811;
  --session-btn-dark: #d39505;
  --session-accent: #03B6EB;
  --session-accent-dark: #008fbb;
  --session-accent-shadow: rgba(3, 182, 235, 0.12);
}
