.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.header {
	white-space: normal;
}

.content-header>.breadcrumb {
    position: static;
    float:none;
}

.auth-clients {
    list-style: none;
    overflow: auto;
    padding: 0;
    display: inline-block;
    margin: 0 auto;
}

.auth-clients li {
    float: left;
    display: block;
    margin: 1em;
    text-align: center;
}



.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 105px;
}

.navbar-nav>.user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>div {
    height: 90px;
    width: 90px;
    border: 3px solid rgba(255,255,255,0.2);
    z-index: 5;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

form div.required > label.control-label:after, form div.required > label:after {
    content:" * ";
    color:red;
}

.wrapper {
    overflow-y: visible;
    overflow-x: visible;
}

body {
    overflow-y: visible;
    overflow-x: visible;
}

.categories-tree ul li {
    background-color: transparent;
}
.categories-tree > ul > li:hover > div.row {
    background-color: #cfe3f5;
}
.categories-tree ul li ul li:hover {
    background-color: #b6cee3;
}

.scrollable {
    overflow: scroll;
}

.loading {
    background: url(../images/loading.gif) no-repeat;
    height: 20px;
    min-width: 20px;
    display: inline-block;
    background-size: cover;
    padding:0;
}