/* APP CSS */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap");
body {
  -webkit-font-smoothing: antialiased;
}

.badge.bg-light {
  color: #373a3c;
}

.progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  font-size: 8px;
  line-height: 8px;
}

a.text-decoration-none {
  color: #1d4e9d;
}
a.text-decoration-none:hover {
  color: #f5e933;
}

.btn:focus, .btn:active, .btn:active:focus, .btn.active:focus {
  outline: none;
}

.btn-primary {
  color: #fff;
  background-color: #1d4e9d;
  border-color: #1d4e9d;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 78, 157, 0.25);
}

.btn-outline-primary {
  color: #1d4e9d;
  border-color: #1d4e9d;
}
.btn-outline-primary:hover {
  background-color: #1d4e9d;
  color: #fff;
}

/* Navbar */
body header .bg-dark {
  background-color: #1d4e9d !important;
}
body header img#brand-logo {
  width: 7rem;
}
body header .navbar .navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(4, 25, 66, 0.25);
  box-shadow: inset -1px 0 0 rgba(4, 25, 66, 0.25);
  height: 48px;
}
body header .navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.navbar .form-control-dark {
  color: #fff;
  background-color: transparent;
  border-color: rgba(39, 79, 158, 0.7);
  border-radius: 0;
  border: 0;
}

.navbar .form-control-dark::placeholder {
  color: #fff;
}

.navbar .form-control-dark:focus {
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  outline: none;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

#sidebarMenu {
  background: #1d4e9d !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
#sidebarMenu .nav-item .nav-link {
  text-wrap: nowrap;
  font-weight: 500;
  color: #fff;
}
#sidebarMenu .nav-item .nav-link .sf-icon {
  margin-right: 4px;
  margin-bottom: 4px;
  color: inherit;
}
#sidebarMenu .nav-item .nav-link .custom-icon {
  margin-right: 5px;
}
#sidebarMenu .nav-item .nav-link .custom-icon img {
  width: 16px;
  filter: invert(100%) sepia(0%) saturate(7484%) hue-rotate(247deg) brightness(105%) contrast(98%);
}
#sidebarMenu .nav-item .nav-link .active .custom-icon img {
  filter: invert(65%) sepia(92%) saturate(358%) hue-rotate(12deg) brightness(119%) contrast(92%);
}
#sidebarMenu .nav-link:hover,
#sidebarMenu .nav-link.active {
  color: #f5e933;
}
#sidebarMenu .nav-link:hover .custom-icon img,
#sidebarMenu .nav-link.active .custom-icon img {
  filter: invert(65%) sepia(92%) saturate(358%) hue-rotate(12deg) brightness(119%) contrast(92%);
}

@media (max-width: 767.98px) {
  #sidebarMenu {
    top: 5rem;
  }
}
body {
  font-size: 0.875rem;
}

.link-primary {
  color: #1d4e9d !important;
}

td .link-primary:hover {
  color: #f5e933 !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

main .nav-tabs .nav-item button {
  color: #1d4e9d;
}
main .nav-tabs .nav-item button .custom-icon img {
  width: 16px;
  filter: invert(23%) sepia(44%) saturate(2436%) hue-rotate(202deg) brightness(97%) contrast(88%);
}
main div.customer-autocomplete > div.form-select {
  padding: 0;
}
main div.customer-autocomplete > div.form-select .ts-control {
  background-image: none;
  border: var(--bs-border-color);
  border-radius: 25%;
}

@media (max-width: 767.98px) {
  #quoteUsages_list {
    white-space: nowrap;
    width: 740px;
  }
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/*# sourceMappingURL=app.output.css.map */
