body {
  font-size: .875rem;
}



/*
 * Sidebar
 */

.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, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .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 .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar .nav-item {
  margin-right: 50%;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}


.dropdown-item {
    padding: .1rem 1rem;
  }


#bottomside {
  position: absolute;
  bottom: 2rem;
  left: 0;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 48px; /* Space for fixed navbar */
}

/*
 * Navbar
 */

.breadbottom {
  position: absolute;
  top: 0px;
  width: 100%;
}

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);

}

.navbar .form-control {
  padding: ;
  border-width: 0;
  border-radius: 0;
}

.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);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }


.typeahead__field .typeahead__hint, .typeahead__field [contenteditable], .typeahead__field input, .typeahead__field textarea {
  background: rgba(255, 255, 255, .1);
}

.typeahead__field .typeahead__hint:active, .typeahead__field .typeahead__hint:focus, .typeahead__field [contenteditable]:active, .typeahead__field [contenteditable]:focus, .typeahead__field input:active, .typeahead__field input:focus, .typeahead__field textarea:active, .typeahead__field textarea:focus {
  border-color: #ccc;
}
.form-control:focus {
  box-shadow: none;
}
.easy-autocomplete input {
  color: #fff;

}


.inputcurr {
  position: relative;
  width: 25%;
}

.inpc:before {
    position: absolute;
    top: -1px;
    content:"CAD";
    font-size: 10px;
}
.inputcurr.inpc input {
    padding-right:32px;
    text-align:end; 
    width: 100%;
}
.inputcurr.inpc:before {
    right: 8px;
}

.inpu:before {
    position: absolute;
    top: -1px;
    content:"USD";
    font-size: 10px;
}
.inputcurr.inpu input {
    padding-right:32px;
    text-align:end; 
    width: 100%;
}
.inputcurr.inpu:before {
    right: 8px;
}




#form-ckb li.typeahead__item {
    display: inline-block;
    font-size: 0;
    border: 0;
    position: relative;
    margin: 0px;
}
 
#form-ckb li.typeahead__item span.title {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-transform: capitalize;
    border-radius: 0;
}
 
#form-ckb li.typeahead__item:hover span.title,
#form-ckb li.typeahead__item.active span.title {
    display: block;
}
 
#form-ckb li.typeahead__item span {
    font-size: 1rem;
    background: #fff;
    padding: 10px 5px;
    border-radius: 10px;
}
 
#form-ckb .typeahead__list {
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}
 
#form-ckb .typeahead__list a {
    padding: 1px;
}
 
#form-ckb .typeahead__list .typeahead__item a:hover {
    background: transparent;
}
 
#form-ckb .typeahead__list .typeahead__item a:hover span {
    opacity: .9;
}


#form-lexi2 .typeahead__dropdown .typeahead__dropdown-item > a, .typeahead__list .typeahead__item > a {
  padding: .25rem .5rem;
}
#form-lexi2 .typeahead__dropdown, .typeahead__list {
  min-width: 60px;
  padding: 0px 0;
}



/* for sidebar
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted">
  <span>IPCAL</span>
  <a class="d-flex align-items-center text-muted" href="#">asdf</a>
</h6>
 */


 #fdacont .typeahead__dropdown, .typeahead__list {
  margin: 0;
}