/* ? */
a.navbar-brand img {
    width: 130px;
    float: left;
    margin-top: 11px;
    display: inline-block;
}

/* Utility class */
.img-center {
max-height: 50px;
margin: 0 auto;
}

/* ? */
.dropdown-header, .dropdown-menu>li>label {
    margin: 5px 18px;
}

/* Set style for custom icon inside px-nav-toggle button. */
.px-nav-toggle .px-nav-icon {
	display: block;
    width: 12px;
    height: 2px;
    vertical-align: middle;
	position: absolute;
    top: 50%;
    left: 22px;
    margin-top: -8px;
    margin-left: initial;
    margin-right: initial;
}

/* Hotfix for bug, that happens because font-awesome declared after style.
 * Another variant is to use local fa.
 * Иконка сьезжает вверх у кнопки New message на странице с тикетами.
 */
.btn-label, .btn-label-icon {
    display: block !important;
    font-size: inherit !important;
    line-height: inherit !important;
}