/* logo设置 */

.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand img {
    height: 30px;
}
/* 路径导航 */

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 10px;
    list-style: none;
    border-radius: 0px;
    margin-top: -5px;
}
/*登录窗口边距设置*/

.m-list-group {
    margin-bottom: 10px;
}
/*网上预立案*/

.m-panel-title {
    font-size: 20px;
}
.m-a {
    background-color: #eee;
}
.m-a h3 {
    color: #428bca;
}
.m-footer {
    height: 80px;
    background-color: #428bca;
    padding: 15px 15px;
    color: white;
}

.m-ajcx {
    margin-bottom: 15px;
}
.ago {
    background-color: #eee;
}
.now {
    background-color: #b0e8b0;
    border: #5cb85c solid 1px;
}
.tr {
    color: white;
    background-color: #428bca;
}
/*巨幕*/

.jumbotron {
    padding: 30px;
    margin-bottom: 15px;
    color: #fff;
    background-color: #428bca;
    margin-top: -19px;
}
.m-jumbotron {
    margin-top: 50px;
    padding: 0px;
}
.m-jumbotron p {
    padding-left: 0;
}
.m-jumbotron h1 {
    font-size: 30px;
}
.m-jumbotron h1 img {
    width: 35px;
}
.m-jumbotron marquee {
    font-size: 18px;
    color: yellow;
}
/* 暂无视频的状态 */
.m-sp-active p {
    color: #777;
}
/* 模态框头部 */
#m-panel-heading {
    background: #428bca;
}
/* 文字居右 */
.text-right {
    text-align: right;
}
.m-caption p {
    margin-top: 0;
    margin-bottom: 0;
}
/* 面板panel设置 */
.m-panel-body {
  padding-bottom: 0;
}
/* 案件详情页样式 */
.m-divider {
    border-bottom: #eee solid 1px;
    margin:15px 0;
}