﻿.paper {
    -moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
}

.container-main {
    /*考虑到标题栏文字，请自行设置padding-top为35像素*/
    /*padding-top: 35px;*/
    background: url('/Images/TableHead.png') repeat-x top left;
    background-color: white;
}

.ul-list a {
    color: black !important;
}

.zl-attachment {
    margin: 4px;
    float: left;
}

.container-main-title {
    line-height: 33px;
    font-weight: bold;
    padding: 0 8px 0 8px;
    -webkit-box-shadow: 0 1px 3px #d1d1d1;
    -moz-box-shadow: 0 1px 3px #d1d1d1;
    box-shadow: 0 1px 3px #d1d1d1;
}

.container-main-title-close {
    float: right;
    color: black;
    font-size: 22px;
    text-decoration: none;
}

.side-btns-wrap {
    /*width: 50px;
        left: 50%;*/
    margin: 0 0 0 505px;
    position: fixed;
    _position: absolute;
    bottom: 50%;
    right: 0;
    z-index: 100;
}

.paper_new {
    background-color: white;
    border: 1px solid #d4d4d4;
    -moz-box-shadow: 2px 2px 4px #dfdfdf; /*firefox*/
    -webkit-box-shadow: 2px 2px 4px #dfdfdf; /*safari或chrome*/
    box-shadow: 2px 2px 4px #dfdfdf; /*opera或ie9*/
}

.ul-list {
    overflow: hidden;
    zoom: 1;
    padding: 0 8px;
    margin: 0;
}

    .ul-list li:hover {
        background-color: #dddddd;
    }

    .ul-list li {
        cursor: pointer;
        font-size: 12px;
        padding: 0 4px 0 4px;
        height: 24px;
        overflow: hidden;
        list-style: none;
        background-image: url('../../Images/icon_netease.png');
        background-repeat: no-repeat;
        padding-left: 12px;
        background-position: left -124px;
    }

    .ul-list span {
        display: block;
        float: left;
        /*padding-left: 4px;*/
        min-height: 24px;
        font-size: 12px;
        line-height: 24px;
    }

.icon-list {
    height: 24px;
}

.icon-list-small {
    height: 16px;
}

.textbox-form {
    margin: 0 4px 0 4px;
    border: 0;
}

.form-zl {
    width: 100%;
    font-size: 12px;
    color: #3d4045;
    table-layout: fixed;
}

    /*列表样式*/
    .form-zl th {
        background-color: #efeeed;
        color: #4f6b72;
        border-bottom: 1px solid #c8cdd2;
        padding: 0;
        overflow: hidden;
        height: 32px;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        word-wrap: break-word;
    }

    .form-zl td {
        padding: 0;
        overflow: hidden;
        height: 32px;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        border-right: 1px solid #EFEEED;
        border-bottom: 1px solid #EFEEED;
        text-align: center;
    }

.form-control-inline {
    display: inline;
    width: 180px;
}

.form-control-fix {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jbox-button-panel {
    height: auto;
}



.clear-both {
    clear: both;
}

.btn .glyphicon {
    /*top:-1px;*/
    margin-right: 2px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-move {
    cursor: move;
}

#jbox-iframe {
    height: 98%;
}

.well {
    margin-bottom: 0 !important;
}

.zl-new {
    color: #5cb85c;
}

.zl-info {
    color: #39b3d7;
}

.zl-del {
    color: #d9534f;
}

.zl-option {
    float: left;
    margin-right: 8px;
    line-height: 12px;
}

.data-notunique {
    background-color: #fcc8a0;
}

    .data-notunique > input {
        background-color: transparent;
    }

.data-uniquegroupfail {
    background-color: #fcc8a0;
}

    .data-uniquegroupfail > input {
        background-color: transparent;
    }

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav-tabs > li > a > span.add {
    color: #47a447;
    font-size: 14px;
    cursor: pointer;
}
