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

#content {
    width: 100%;
}

.tfiltercontainer {
    
}

.tfilter {
    margin:0;
    padding:0;
}

.tfilter input {
    width: 100%;
}

#sidebar {
    width: 250px;
    min-height: 100vh;
    background-color: #f8f9fa !important;
    border-right: 1px solid #dee2e6 !important;
    transition: all 0.3s;
    color: #fff;
}

#sidebar.collapsed {
    width:50px;
}

#sidebar ul a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content-header {
    background-color: #e8e9ea !important;
    border-bottom: 1px solid #dee2e6 !important;
    text-align: center;
}

.sublist-title {
    text-align:center;
}

.sublist-title h4 {
    margin:auto;
}

#sidebar-header {
    background-color: #e8e9ea;
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
    height: 47px;
}

#sidebar-header img {
    max-height:100%;
}

#sidebar ul.components {

}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li {
    border-bottom: 1px solid #dee2e6;
}

#sidebar ul li a {
    padding: 10px 5px 10px 20px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

.car-photo-list a {
    font-weight:lighter;
}

.bootstrap-select .dropdown-menu li a span.text.default {
    color: gray;
}
