body{
    font-family:'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, sans-serif;

}

.navbar{
    z-index: 999;}

.navbar .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

.logow{

    width:36px;height: 36px;

}

.one-line-title
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.breadcrumbs-fixed {z-index: 102!important;}

a{text-decoration : none}
a:hover{text-decoration:underline}



.search-block{
    margin: 5px;
}

tr.center>th {text-align: center;}
.subject>.title{
    font-weight: bold;
    font-size: 120%;
    color: #666;
    margin-bottom: 5px;
}
.subject>.title>.label{
    font-size: 75%;
    font-weight: normal;
    line-height: inherit;
    border-radius: .25em;

}
.subject>.description{
    color: #999;
}

.width-10{
    width: 10%!important;
}

/**login **/
.login-box .user-signup-link{
    color:#fff;
}

.forgot-box .back-to-login-link, .signup-box .back-to-login-link{
    color:#fff;
}

/**user select **/
.utags>.utags-show {
            width:100%;
            border: 1px solid #ddd;
            min-height: 25px;
            margin: 0;
        }
        .utags>.utags-show>li{
            list-style: none; display: inline-block;
            border-radius: 2px;
            border: 1px solid #ddd;
            background: #ddd;
            font-size: 14px;;
            padding: 5px 5px;
            margin: 2px;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

        .utags>.utags-show>li.user{
            background: #fff;
        }
        .utags>.utags-show>li button{
            width:12px;padding: 0;border: 0; background: transparent;
        }




