a.user-profile {
    color: #5E6974 !important
}
.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px
}

.nav li ul li{
    display: block;
}

nav li ul li a{
    padding:10px 15px;
    display: block;
    font-weight: 400;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px
}
.x_title .filter {
    width: 40%;
    float: right
}
.x_title h2, h4 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.x_title h2 small {
    margin-left: 10px
}
.x_title span {
    color: #BDBDBD
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px
}
.x_content h4 {
    font-size: 16px;
    font-weight: 500
}

.panel_toolbox {
    float: right;
    min-width: 70px
}
.panel_toolbox>li {
    float: left;
    cursor: pointer
}
.panel_toolbox>li>a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px
}
.panel_toolbox>li>a:hover {
    background: #F5F7FA
}


#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

.img_align-left {
    float: left;
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
    display: block;
}

.img_align-right {
    display: block;
    float: right;
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
}

#navi_list{
    margin: 0;
    padding: 0;
    list-style-type: none;

    line-height: 1.42857143;
    font-size: 14px;
}

#navi_list a{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 5px solid transparent;
}

#navi_list a:hover{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #dddddd;
    color: #405261;
    border-left: 5px solid #333333;
}

#navi_list a.active{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #dddddd;
    color: #405261;
    border-left: 5px solid #ff9900;
}

span.navi_list_url{
    font-size: 12px; color: #666666;
}

ul#backend_site_navi ul li{

    display: block;
}

.scrollbar
{
    background: #F5F5F5;
    overflow-y: scroll;
}

#sitenavi::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#sitenavi::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#sitenavi::-webkit-scrollbar-thumb
{
    background-color: #000000;
}

/*
ul#backend_site_navi li a{

}
ul#backend_site_navi li.active a{
    border-left:3px solid #ff9900;

    background: #dddddd;
}*/

.dropdown-menu li ul li a{
    padding: 3px;
}

.dropdown-menu ul li a{
    padding: 5px;
}

.nav ul li ul li{
    min-width:200px;
}

.form_image {
    width: 100px;
    height:120px; overflow: hidden;
    float: left;
    margin:5px;
}

label span.red{
    color:red;
}