.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Calendar
 */

.rbc-event-label {
  display: none;
}

.rbc-agenda-view {
  overflow: visible !important;
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 64px; /* Space for fixed navbar */
}

.k-list-container,
.k-animation-container {
  z-index: 10003;
}

/*
 * Navbar
 */
 @media (min-width: 576px) {
    .navbar-brand {
      padding-top: .75rem;
      padding-bottom: .75rem;
      font-size: 1rem;
      background-color: transparent;
      border: 0;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      text-align: left;
    }
    .navbar-brand:focus {
      outline: none;
    }
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.navbar-collapse {
  max-height: 75vh;
  overflow-y: auto;
}

.navbar-dark .navbar-brand {
  background-color: transparent;
  border-color: transparent;
}

#navbarUserDropdown {
  width: 85px;
  padding-left: 11px;
}

#navbarUserDropdown > a {
  background-color: #EFEFEF;
  border-radius: 50%;
  width: 30px;
  padding-left: 7px;
  padding-top: 2px;
  margin: 9px;
  height: 30px;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.search-results {
  top: 48px;
  left: 0;
  z-index: 35;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  border: 1px solid #d1d5da;
}

.search-results .list-group-item {
  border: 0;
}

.search-results .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.invoice-logo {
  width: 200px;
}

@media print {
  .main-page {
    max-width: 100%;
    flex: auto;
    padding: 0 !important;
    margin-top: 25px;
    font-size: 1.4rem;
  }
  .invoice-logo {
    width: 350px;
  }
  .rbc-event-content {
    font-size: .8rem;
  }
}

/*
 * JSON Pretty
 */

.json-pretty {
  line-height: 1.3;
  color: #AAAAAA;
}

.json-key {
  color: rgb(197, 100, 135);
}

.json-value {
  color: #FD971F;
}

.json-string {
  color: #FD971F;
}
.json-boolean {
  color: #FD971F;
}


:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-label-group {
    position: relative;
    margin-bottom: 1rem;
}


.k-form, .k-form-inline {
    padding: 0;
}

 .error-msg {
  color: #dc3545;
 }


/*# sourceMappingURL=main-client.css.map*/