body {
  font-family: "Nunito", sans-serif;
  color: #000;
  padding-bottom: 4rem;
  background-color: #ebe7e6 !important;
}

body.login {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
}

#menubar {
  background-color: #fff;
  min-height: 120px;
  padding-bottom: 0;
  margin-bottom: 7rem;
}

@media only screen and (max-width: 1499px) {
  #menubar {
    min-height: 90px;
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 1199px) {
  #menubar {
    min-height: 80px;
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 991px) {
  #menubar {
    margin-bottom: 3rem;
  }

  .navbar-collapse {
    margin-top: 2rem;
  }
}

@media (min-width: 576px) and  (max-width: 991.98px) {
  .navbar-brand,
  .navbar-toggler,
  .navbar-collapse {
    margin-left: .25rem;
    margin-right: .25rem;
  }
}

.gutter--small {
  padding-left: 5px;
  padding-right: 5px;
}

.navbar-border {
  padding-bottom: 0.75rem;
  position: relative;
}

.navbar-nav { 
  margin-left: auto; 
}

.navbar-nav li.nav-item {
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-nav > li.nav-item > a::before {
  content: "|";
  color: #666;
  font-weight: 400;
  margin-right: 1rem;
}

.navbar-nav li.nav-item:first-child a::before {
  content: "";
  margin-right: 0;
}

@media only screen and (max-width: 2199px) {
  .navbar-nav li.nav-item {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-nav li.nav-item {
    font-size: 0.875rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .navbar-nav li.nav-item a::after {
    margin-left: 0.5rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .navbar-nav li.nav-item {
    font-size: 1rem;
    text-align: right;
  }

  .navbar-nav li.nav-item a::before {
    content: "";
    margin-left: 0;
  }

  .dropdown-item {
    text-align: right;
  }
}

.navbar-nav li.nav-item a.nav-link {
  color: #555 !important;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 1.125rem;
}

@media only screen and (max-width: 1499px) {
  .navbar-nav li.nav-item a.nav-link {
    font-size: 1rem;
  }
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

img.logo {
  position: absolute;
  width: 300px;
  height: auto;
  top: -0.375rem;
  left: 0;
}

@media only screen and (max-width: 1499px) {
  img.logo {
    width: 200px;
    top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  img.logo {
    width: 180px;
  }
}

@media only screen and (max-width: 991px) {
  img.logo {
    max-width: 200px;
  }
}

.lead {
  font-weight: 400;
}


/*.container {
  padding-top: 8rem;
}*/

.form-control-lg {
  border-radius: 0;
  border: none;
}

@media only screen and (max-width: 991px) {
  .form-control-lg {
    font-size: 1rem;
  }
}

#priority-info {
  display: none;
}

.alert {
  border-radius: 0;
  border: 1px dashed coral;
}

.alert p {
  margin-bottom: 0;
}

.alert-danger {
  font-weight: 600;
}

.alert-info {
  background-color: #d6d6d6;
  color: #000;
  border: none;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

ul.msg {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 20px 0;
  font-size: .9em;
}

li.OK {
  color: #32cd32;
}

li.ERROR {
  color: #ff3f3f;
}

li.INFO {
  color: #32cd32;
}

/*.container {
  max-width: 960px;
}*/

.bs-stepper .step-trigger {
  border-radius: 0;
}

.active .step-trigger {
  background-color: #d6d6d6;
}

.active .bs-stepper-circle {
    background-color: #02c3ec;
    color: #fff;
}

.active .bs-stepper-label {
  font-family: "Roboto", sans-serif;
  color: #000;
}

.bs-stepper-label {
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .bs-stepper-label {
    font-size: 0.75rem
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

h1.has--subheading {
  margin-bottom: 1.0rem;
}

h2.sub {
  font-family: 'Roboto Slab';
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  color: #000;
  margin-top: 0;
}

.has--separator::after, .ce_text.has--separator::after {
  display: block;
  content: "";
  border-top: 8px solid #02c3ec;
  width: 80px;
  margin: 3rem 0;
}

@media only screen and (min-width: 1200px) {
  h1.big {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 1500px) {
  h1.big {
    font-size: 3.5rem;
  }
}

.filesize {
  float: right;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 2.125rem;
  }

  h2.sub {
    font-size: 1.625rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  .filesize {
    display: none;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.border-top-gray {
  border-top-color: #adb5bd;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.lh-condensed {
  line-height: 1.25;
}

.form--error input,
.form--error textarea,
.form--error select,
.form--error .fileuploader-input-caption {
  border: 1px solid #ff6060 !important;
}

.alert span.mandatory {
  font-size: 2rem;
  line-height: 1rem;
  margin-right: 0.5rem;
}

.validation-feedback {
  color: #ff0000;
  font-size: 0.75rem;
  line-height: 1.25;
  overflow: hidden;
  margin-top: 0.25rem;
  height: 1rem;
  visibility: hidden;
}

.form--error .validation-feedback {
  visibility: visible;
}

button:disabled {
  cursor: not-allowed;
}

.form-control:read-only:focus {
  box-shadow: none;
  border-color: #ced4da;
}

label {
  color: #000;
  margin-bottom: .25rem;
}

@media only screen and (max-width: 991px) {
  label {
    font-size: 0.875rem;
  }
}

.badge--headline span {
  display: inline;
  vertical-align: middle;
}

.badge--headline span.badge {
  margin-right: 0.5rem;
}

#warranty-info.hidemessage {
  display: none;
}

td a,
td a:hover,
td a:focus,
td a:active {
  text-decoration: none;
}

td.blocked,
td.blocked a {
  color: #aaa;
}

td.actions {
  text-align: right;
}

td.actions a {
  color: #007bff;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  line-height: 2rem;
  text-decoration: none;
}

td.actions a:hover {
  background-color: #007bff;
  color: #fff;
}

div#dataform {
  padding: 1rem;
  background-color: #eee;
  margin-bottom: 3rem;
  border-radius: 4px;
}

div#invoicedata {
  margin-bottom: 3rem;
}

div#uploadform {
  padding: 1rem;
  background-color: #eee;
  margin-bottom: 3rem;
  border-radius: 4px;
}

.badge-info {
  color: #fff;
  border-radius: 0;
  background-color: #02c3ec;
}

.fileuploader {
  padding: 1rem;
  background-color: #eee;
  margin-bottom: 3rem;
  border-radius: 4px;
}

.filerequirements {
  font-weight: 400;
}

span.mandatory {
  color: #dc3545;
  margin-top: -0.5rem;
}

/*.filerequirements strong {
  color: #007bff !important;
}*/

button:focus, 
.btn:focus, 
.btn.focus {
  outline: none;
  outline-style: none;
  box-shadow: none;
}

.btn-group-lg > .btn, .btn-lg {
  border-radius: 0;
}

@media only screen and (max-width: 575px) {
  .btn-group-lg > .btn, .btn-lg {
    width: 100%;
  }
}

.btn-info {
  color: #fff;
  background-color: #48a1af;
  border-color: #48a1af;
}

.btn-primary {
  background-color: #02c3ec;
  border: 3px solid #02c3ec;
  color: #fff;
}

.btn-primary:disabled {
  background-color: #66ccf5;
  border: 3px solid #66ccf5;
  color: #fff
}

.btn-primary:not(:disabled):hover,
.btn-primary:not(:disabled):active,
.btn-primary:not(:disabled):focus {
  background-color: transparent;
  color: #000055;
  border: 3px solid #000055;
}

#btnstep1 {
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

#accordion .btn-link {
  font-weight: 600;
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: #666;
  padding-left: 0;
  font-size: 1.125rem;
}

#accordion .btn-link:hover {
  color: #444;
}

#accordion .card-header .btn-link::after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#accordion .card-header .btn-link.collapsed::after {
  content: "\f107";
}

.fileuploader-input .fileuploader-input-caption {
  border-radius: 0;
  font-weight: 400;
}

.fileuploader-input-button, 
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
  background-color: #02c3ec !important;
  border-color: #02c3ec !important;
  border-radius: 0 !important;
}