.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar
{
  min-width: 280px;
  max-width: 280px;
  min-height: 100vh;
  background-color: #fff;
  transition: all 0.3s;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

#sidebar.active {
    margin-left: -280px;
}

a[data-toggle="collapse"] {
    position: relative;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -280px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar .sidebar-header a {
    color: #313435;
}

#sidebar .list-group,
#sidebar .list-group-item
{
	border-radius: 0 0 0 0;
	border: none;
}

#sidebar .list-group-item
{
	font-weight: 600;
}

#sidebar .fas,
#sidebar .far
{
	color: #ced6e0;
	width: 40px;
	margin-left: 5px;
}

#sidebar a {
    font-size: 1.1em;
    display: block;
    color: #2f3542;
}

#sidebar a:hover .fas,
#sidebar a:hover .far
{
	color: #2f3542;
}

#sidebar ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

#content
{
	width: 100vw;
}

.navbar.bg-light
{
	background-color: #fff !important;
}

.list-group-item-navbar
{
	padding: 8px;
}

.container-main
{
	margin-top: 20px;
}

.navbar
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.hide
{
  display: none;
}

.tt-header
{
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.tt-menu
{
  width: 100% !important;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-top: 10px;
}

.tt-suggestion:first-child
{
  padding-top: 1.25rem;
}
.tt-suggestion:last-child
{
  padding-bottom: 0.5rem;
}
.tt-suggestion
{
  padding: 5px 1.25rem;
}
.tt-suggestion:hover,
.tt-suggestion:active
{
  cursor: pointer;
  background-color: #fafafa;
}

.twitter-typeahead
{
  width: 100% !important;
}

.btn-table
{
  transition: all 0.3s;
}

.btn-link:hover,
.btn-link:active
{
  cursor: pointer;
}

.table-hover .bg-warning:hover {
  background-color: #e8af06 !important;
}

.line-controls
{
  text-align: right;
  display: none;
  margin-top: -20px;
}
.tr-controls:hover .line-controls,
.tr-controls:active .line-controls
{
  display: block;
}

.datepicker-month
{
  font-weight: 500;
  color: #007bff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.datepicker-year
{
  font-weight: 500;
  color: #007bff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.datepicker-month:hover,
.datepicker-year:hover,
.datepicker-month:active,
.datepicker-year:active
{
  color: #007bff;
  cursor: pointer;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selected,
.selected > th,
.selected > td {
  color: #fafafa;
  background-color: #3498db !important;
}#scrollable-dropdown-menu .tt-menu {  max-height: 600px;  overflow-y: auto;}