﻿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;
}

.scroll::-webkit-scrollbar { /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

.scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    background-color: #bebebe;
}

.scroll::-webkit-scrollbar-track { /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #eeeeee;
    border-radius: 1px;
}


.scroll2::-webkit-scrollbar { /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

.scroll2::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    background-color: #ebebeb;
}

.scroll2::-webkit-scrollbar-track { /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fdfdfd;
}

/*功能菜单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-purple {
    background-color: #8E44AD;
}
.label-dark {
    background-color: #2f353b;
}
/*状态颜色 结束*/
.page-head > .breadcrumb {
    display: inline-block;
    padding: 10px;
}

.table-nowrap {
    white-space: nowrap;
}

/*患者块状显示*/
.thumbnail h4 {
    font-weight: 600;
}

.thumbnail p {
    margin: 0 0 5px 0;
    min-height:20px;
}

.thumbnail .footer a {
    width: 100%;
}
