﻿iframe[src="about:blank"] {
     display: block !important; 
}

.pane-content{
    margin-bottom:50px;
}
.pane-fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index:99;
    background-color: #fff;
    border-top: 1px solid #ededed;
}


.form-horizontal .form-group.form-md-line-input {
    margin: 0 -15px 0px;
}

.scroll-bar-x{
    overflow-x:auto;
}
.scroll-bar-y {
    overflow-y: auto;
}

/*功能菜单UL 开始*/
.highlight {
    background-color: #FF8003;
    padding: 0 6px;
    color: #FFF7FB;
}

.permission-ul {
    padding: 0;
}

.permission-ul, ul {
    margin: 0;
    list-style: none;
}

.permission-ul li {
    padding-left: 15px;
}

.permission-ul label {
    margin-bottom: 5px;
}
/*功能菜单UL 结束*/

/*状态颜色 开始*/
.label-red-flamingo {
    background-color: #ed6b75;
}
.label-yellow-crusta {
    background-color: #F1C40F;
}
.label-purple-studio {
    background-color: #29B4B6;
}
.label-green-steel {
    background-color: #8E44AD;
}
.label-blue-steel {
    background-color: #4B77BE;
}
.label-blue-chambray {
    background-color: #2C3E50;
}
.label-blue-oleo {
    background-color: #94A0B2;
}

.label-dark {
    color: #fff;
    background-color: #343a40;
}

.label-grey {
    color: #fff;
    background-color: #acb5c3;
}
/*状态颜色 结束*/

/*站点地图*/
.page-head > .breadcrumb{
    display:inline-block;
    padding:10px ;
}

.table-nowrap {
    white-space: nowrap;
}