﻿
/*1、整体*/
._msgDivBackground {
    background: #eee;
    position: absolute;
    opacity: 0.7;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

._msgDivInner {
    position: fixed;
    /*left: 302px;*/
    /*top: 250.5px;*/
    width: 310px;
    height: auto;
    border: 1px solid rgb(204, 204, 204);
    text-align: center;
    font-size: 1em;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(204, 204, 204);
    overflow-y: auto;
    text-align: left;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    color: #333333;
}
/*2、搜索*/
div.search {
    padding: 5px 15px;
    line-height: 30px;
    margin: 0 0 6px;
    background-color: #f5f5f5;
    border-radius: 4px;
    border-bottom: 1px solid #ddd;
    height: 33px;
    font-size: 14px;
}

ul.bread {
    list-style: none;
    line-height: 30px;
    padding: 0;
    margin: 0 0 10px 2px;
}

    ul.bread li {
        margin: 0 1px;
        vertical-align: middle;
        display: inline-block;
        padding: 0px;
        list-style-type: none;
        line-height: 20px;
    }

input.bread_input {
    display: inline-block;
    padding: 4px 6px;
    margin: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border linear .2s,box-shadow linear .2s;
    width: 90px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 14px;
}

.btn {
    margin: 0px 2px 1px 0px;
    padding: 2px 6px;
    display: inline-block;
    height: 28px;
    width: 58px;
    font-size: 12px;
    background-image: none;
    border: 1px solid #C5C5C5;
    box-shadow: none;
    border-radius: 4px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.search .btn {
    font-size: 14px;
}

.search a {
    cursor: pointer;
    color: #0000ff;
    text-decoration: none;
}

/*3、列表*/
/*3.1 表内容*/
.table {
    font-size: 13px;
    color: #333333;
    margin-bottom: 0px;
    table-layout: fixed;
    border-top: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}

    .table tr {
        display: table-row;
    }

    .table th {
        font-weight: bold;
        text-align: left;
    }

    .table th, .table td {
        border-bottom: 1px solid #ccc;
        border-top: 0px;
        line-height: 20px;
        padding: 3px;
        border-left: 1px solid #ddd;
        white-space: nowrap;
        overflow: hidden;
    }

        .table th:first-child, .table td:first-child {
            border-left: 0px;
        }

    .table .purviewtd {
        cursor: pointer;
    }

.check_id {
    margin: 3px;
}
/*3.2 分页信息*/
.actionsPanel {
    margin: 1px;
    line-height: 14px;
}

    .actionsPanel ul {
        display: inline-block;
        margin: 2px 0 2px 5px;
        border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        padding: 0;
    }


    .actionsPanel li {
        display: inline;
        line-height: 20px;
    }

        .actionsPanel li:first-child > a, .actionsPanel li:first-child > span {
            border-left-width: 1px;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }


    .actionsPanel a, .actionsPanel span {
        float: left;
        padding: 4px 12px;
        line-height: 20px;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        border-left-width: 0;
    }

    .actionsPanel span {
        color: #999;
    }


#popupGrid label {
    display: inline;
}
