.form-signin {
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.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=email] {
  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;
}

.sidebar {
  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);
}
.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}
.sidebar .nav-link.active {
  color: #007bff;
}
.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}
.sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

[role=main] {
  padding-top: 133px;
  /* Space for fixed navbar */
}
[role=main] .alert {
  margin: -20px -24px;
  border-radius: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  [role=main] {
    padding-top: 68px;
    /* Space for fixed navbar */
  }
}
.navbar {
  height: 48px;
}
.navbar .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.filtration {
  font-size: 14px;
}
.filtration .form-control {
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 300;
  color: #999c9f;
  border-bottom: 1px solid;
  border-radius: 0;
  width: auto;
  padding: 5px 0;
  height: auto;
}
.filtration .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 156, 159, 0.21);
}

.navbar .navbar-nav .dropdown-menu {
  max-height: 450px;
  overflow-y: auto;
  font-size: 14px;
}

.tickets {
  margin: -24px;
  margin-top: -68px;
  padding-top: 48px;
}
.tickets .col-3 {
  padding: 0;
}
.tickets .col-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  height: calc(100vh - 48px);
}
.tickets .col {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  height: calc(100vh - 48px);
}
.tickets .col .messages {
  height: calc(100vh - 48px - 215px);
  overflow-y: auto;
}
.tickets .col .messages .message {
  margin-right: 80px;
}
.tickets .col .messages .message.me {
  margin-right: 0;
  margin-left: 80px;
}
.tickets .col .messages .message p {
  font-size: 12px;
}
.tickets .col .reply-form {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.tickets .col .reply-form textarea {
  font-size: 13px;
}
.tickets .notes textarea {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0 15px;
  font-size: 12px;
  font-style: italic;
  height: 25vh;
}

.fullheight {
  min-height: calc(100vh - 68px);
}

.card-columns {
  column-count: 4;
}

/*# sourceMappingURL=styles.css.map */
