﻿html, body {
    height: 100%;
    font-family: 新宋体, 宋体, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    overflow: auto;
    background: #dfe8f6;
    color: #15428b;
    position: relative;
}


textarea {
    overflow: auto;
}

select, input, textarea {
    font-family: 新宋体, 宋体, sans-serif;
    font-size: 12px;
}

    select, input[type="text"], input[type="password"], textarea, password {
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 2px 2px 2px 3px;
        margin: 0;
    }

table {
    border-collapse: collapse;
    border: 0;
}

td {
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #369;
}

.footer {
    color: #fff;
    text-align: center;
    line-height: 26px;
    background: url(img/bg_strip.png) center top repeat-x;
    height: 26px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg {
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    display: none;
}

.bg-table {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 9999;
    border: 0;
    border-radius: 7px;
    overflow: hidden;
}

.popup-title {
    padding: 10px;
    font-weight: bold;
    color: #666;
    background: #eee;
}

.ui-autocomplete {
    z-index: 10000;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .ui-autocomplete li {
        font-size: 11px;
    }

span.req, span.required {
    color: #f00;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

input.req, input.required, textarea.req, textarea.required, select.req, select.required {
    border-left: 2px solid #f99;
}

.popup-content {
}

.popup-close {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(img/cross12x12.png) center center no-repeat;
    cursor: pointer;
    right: 5px;
    top: 5px;
}

.delete-thin {
    width: 16px;
    height: 16px;
    background: url(img/cross12x12.png) center center no-repeat;
    cursor: pointer;
}

.add-thin {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(img/sprite.png) -32px -64px no-repeat;
}

.login-bg {
    background: #70747b;
}

.login-container {
    position: relative;
    margin: 0 auto;
    width: 1092px;
    height: 541px;
    background: url(img/login.jpg) no-repeat;
}

    .login-container .app-title {
        color: #fff;
        font-family: 仿宋, 宋体, Arial, Verdana;
        font-size: 38px;
        font-weight: bold;
        position: absolute;
        left: 20px;
        top: 150px;
    }

    .login-container > table {
        position: absolute;
        top: 385px;
        left: 130px;
    }

        .login-container > table td {
            padding-right: 15px;
            white-space: nowrap;
        }


#top {
    padding: 5px;
    font-size: 20px;
    background: #1f3c70 url(img/bg_strip.png) repeat-x;
    color: #eee;
    height: 35px;
    min-height: 25px;
}

.apps {
    position: relative;
    cursor: pointer;
    display: inline;
    float: left;
    padding-right: 35px;
}

.down {
    position: absolute;
    right: 0;
    top: 5px;
    width: 35px;
    height: 25px;
    background: url(img/arrow_down.png) center top no-repeat;
}

.apps-list {
    position: absolute;
    z-index: 1000;
    display: none;
    font-size: 18px;
    left: 0px;
    top: 22px;
    background: #1f3c70;
    padding: 8px;
    border-radius: 0 0 5px 5px;
    cursor: default;
}

    .apps-list div {
        padding: 5px 5px 5px 20px;
        white-space: nowrap;
        background: url(img/bullet_orange.png) left center no-repeat;
    }

    .apps-list a {
        color: #fff;
        white-space: nowrap;
    }

.down:hover .apps-list {
    display: block;
}

.list span.ok {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url(img/tick12x12.png) center center no-repeat;
}

.list span.cancel {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url(img/cross12x12.png) center center no-repeat;
}

.top-info {
    line-height: 25px;
    font-size: 13px;
    float: right;
    margin-right: 10px;
    position: relative;
    z-index: 1000;
}

.sys-admin {
    display: inline-block;
    margin-right: 10px;
}

.user-info {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    background: url(img/arrow_down.png) right center no-repeat;
    padding-right: 18px;
    cursor: pointer;
}

    .user-info span {
        padding-left: 20px;
        background: url(img/user.png) left center no-repeat;
    }

    .user-info > div {
        position: absolute;
        z-index: 1000;
        line-height: 20px;
        top: 25px;
        left: 0px;
        white-space: nowrap;
        width: auto;
        background: #1f3c70;
        padding: 5px;
        display: none;
        border-radius: 0 0 5px 5px;
    }

    .user-info:hover > div {
        display: block;
    }

    .user-info a {
        color: #fff;
        text-decoration: none;
    }

.gadget {
    border: #999 1px solid;
    border-radius: 10px;
    width: 400px;
    height: 260px;
    padding: 10px;
    position: relative;
    background: #fff;
    margin: 23px;
    float: left;
}

    .gadget img {
        display: block;
        margin: 10px auto;
        width: 360px;
        cursor: pointer;
    }

.gadget-title {
    height: 50px;
    font-size: 21px;
    padding-bottom: 5px;
    font-weight: bold;
}

.gadget-footer {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: right;
}

.bbs th, .bbs td {
    text-align: left;
    padding: 3px 8px !important;
    border: 1px solid #ccc !important;
}

.bbs th {
    background: #ddd !important;
    color: #1f3c70 !important;
    white-space: nowrap;
}

.quick-links {
    width: 180px;
    float: right;
    margin: 40px;
}

.news-subject {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
    margin-top: 10px;
    color: #369;
}

    .news-subject span {
    }

.news-author {
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px;
}

.news-body {
    color: #1f3c70;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 5px;
}

.news-more {
    color: #00c;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
}

.news-attachments {
    padding: 10px;
    font-style: italic;
}

    .news-attachments a, .news-attachments span {
        line-height: 26px;
        margin: 2px 0;
        padding: 3px 3px 3px 20px;
        cursor: pointer;
        color: #00f;
        background: url(img/page_white.png) left center no-repeat;
    }

        .news-attachments a.file-pdf {
            background: url(img/page_pdf.png) left center no-repeat;
        }

        .news-attachments a.file-png,
        .news-attachments a.file-jpg, .news-attachments a.file-jpeg, .news-attachments a.file-gif, .news-attachments a.file-bmp {
            background: url(img/picture.png) left center no-repeat;
        }

.logs td {
    padding: 8px 5px;
    overflow: hidden;
}



table.attachments td {
    border: 0 !important;
    background: inherit;
    white-space: nowrap;
    padding: 0 3px 3px 0 !important;
}

div.hr {
    height: 1px;
    background: #fff;
    margin: 2px 0;
}

div.error {
    color: #f00;
    font-weight: bold;
}

.link {
    cursor: pointer;
    color: #00f;
    text-decoration: none;
    padding-right: 10px;
    text-decoration: underline;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
}

.content {
    padding: 0px 0 0 0;
    position: relative;
}

.loading16 {
    padding-left: 18px;
    background: url(img/loading16.gif) left center no-repeat;
    display: none;
}

.shader {
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
    left: 197px;
    right: 0;
    bottom: 0;
    top: 40px;
    background: #fff url(img/loading60.gif) center 100px no-repeat;
    z-index: 10001;
}

table.tabs td {
    padding: 2px 2px 0 2px;
    border: 0;
    vertical-align: bottom;
}

    table.tabs td > div {
        border-radius: 5px 5px 0 0;
        border-width: 0;
        background: #1f3c70;
        color: #fff;
        padding: 8px 8px 5px 8px;
        font-size: 13px;
        font-weight: bold;
        cursor: pointer;
        opacity: 0.65;
        filter: alpha(opacity=65);
        zoom: 1;
    }

    table.tabs td.light > div {
        background: #eee;
        color: #666;
        padding: 8px 8px 5px 8px;
        font-size: 13px;
        font-weight: normal;
        min-width: 40px;
        cursor: pointer;
        opacity: 1;
        filter: alpha(opacity=65);
        border: 1px solid #ccc;
    }

    table.tabs td > div.active {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    table.tabs td.light > div.active {
        border-bottom: 1px solid #fff;
        color: #369;
        background: #fff;
    }

.tabs-content-holder {
    border: 1px solid #ccc;
    overflow: hidden;
}

    .tabs-content-holder .details {
        width: 100%;
    }

    .tabs-content-holder > div {
        padding: 10px;
        overflow: auto;
        min-height: 300px;
        min-width: 300px;
        max-height: 530px;
    }

.tab-title {
    font-size: 26px;
    padding: 5px 8px 5px 60px !important;
}

.tab-sep {
    height: 10px;
    background: #1f3c70;
}

.h-sep {
    clear: both;
    height: 10px;
}

.query-summary {
    padding: 10px;
    margin-bottom: 5px;
}

table.list {
    min-width: 500px;
    border: 1px solid #ddd;
}

    table.list th {
        background: #eee url(img/bg.gif) center center repeat-x;
        border: 1px solid #ddd;
        color: #fff;
        padding: 10px;
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
        background-image: none linear-gradient(to bottom, rgba(255,255,255,0.45) 0px, rgba(255,255,255,0) 100%);
        background-position: 50% 50%;
    }

    table.list td {
        background: #fff;
        color: #666;
        padding: 5px 10px;
        font-size: 12px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

        table.list td span.sub {
            color: #999;
            font-size: 90%;
        }

    table.list tr.alt td, .logs tr.alt td {
        background-color: #f9f9f9;
    }

.details tr:nth-child(2n) {
    background: #eee;
}

.cleared, .partiallycleared {
    color: #106909;
    font-size: 90%;
    line-height: 18px;
}

.docsrequired {
    color: #f00;
    font-size: 90%;
    line-height: 18px;
}

.received {
    color: #1f3c70;
    font-size: 90%;
    line-height: 18px;
}

.docssupplied {
    color: #000;
    font-size: 90%;
    line-height: 18px;
}

.approved {
    color: #0f0;
    font-size: 90%;
    line-height: 18px;
}

.imgviewer {
    min-width: 100px;
    min-height: 100px;
}

    .imgviewer .left {
        position: absolute;
        left: 0;
        top: 40px;
        cursor: pointer;
        height: 87px;
        width: 45px;
        background: url(img/sprite2.png) -140px -9px no-repeat;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .imgviewer .right {
        position: absolute;
        right: 0;
        top: 40px;
        cursor: pointer;
        height: 87px;
        width: 45px;
        background: url(img/sprite2.png) -9px -9px no-repeat;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

        .imgviewer .left:hover, .imgviewer .right:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

/*
input.btn,inupt.btn,input[type=button] {
background-color: #369;
color:#fff;
border-radius:3px;
border:1px solid #369;

padding:1px 5px;
opacity:.8;
cursor:pointer;
}
    input.btn:hover {
    opacity:1;
    }
    */

.sidemenu {
    position: fixed;
    left: 5px;
    bottom: 30px;
    top: 40px;
    width: 190px;
    border: 1px solid #99bbe8;
    background: #ebf0fa;
    font-family: 微软雅黑, 黑体, sans-serif;
    overflow: auto;
}

    .sidemenu .category, .sidemenu .category:hover {
        background: url(img/bg_1x100_selected.png) center center repeat-x;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        vertical-align: middle;
        line-height: 20px;
        padding: 3px 3px 3px 3px;
        font-weight: bold;
        border: 1px solid #99bbe8;
        margin-bottom: 1px;
    }

    .sidemenu div {
        background: url(img/bg_1x100_inactive.png) center center repeat-x;
        font-size: 14px;
        color: #369;
        cursor: pointer;
        vertical-align: middle;
        line-height: 20px;
        padding: 3px 3px 3px 12px;
        font-weight: bold;
        border: 1px solid #99bbe8;
        margin-bottom: 1px;
    }

        .sidemenu div:hover {
            border: 1px solid #277fce;
            background: url(img/bg_1x100_hover.png) center center repeat-x;
        }

    .sidemenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

    .sidemenu li {
        padding: 0;
        cursor: pointer;
    }

.nav > li > a:hover {
    background: #D9DDE4;
    font-weight: bold;
    color: #f00;
}

.nav > li > a.active {
    background: #D9DDE4;
    font-weight: bold;
    color: #f00;
}

.metismenu .collapse > li {
    padding-left: 20px;
}

.sidemenu div.current {
    background: url(img/bg_1x100_selected.png) center center repeat-x;
    border: 1px solid #99bbe8;
    color: #fff;
}

.sidemenu a.current {
    font-weight: bold;
    color: #f00;
}

.sidemenu .ar {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(img/icons.png) -32px -13px;
    margin-right: 10px;
}

.sidemenu .ar-current {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(img/icons_white.png) -32px -13px;
    margin-right: 10px;
}

.v-splitter {
    position: fixed;
    top: 40px;
    bottom: 30px;
    left: 197px;
    width: 5px;
    cursor: pointer;
    background-image: url(img/splitter.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.v-splitter-exp {
    background-position: right center !important;
    left: 0 !important;
}

.side-menu-container {
    width: 190px;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 5px;
}

.content-with-menu {
    padding: 10px;
    /*background:#ebf0fa;*/
    background: #fff;
    border: 1px solid #99bbe8;
    position: fixed;
    bottom: 30px;
    top: 40px;
    right: 5px;
    left: 202px;
    overflow: auto;
    z-index: 999;
}

.no-menu {
    left: 5px !important;
}

.content-without-menu {
    padding: 15px;
}

.side-menu {
    border-radius: 5px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 5px;
}

.side-menu-items {
    padding: 5px;
    font-size: 12px;
}

    .side-menu-items div {
        padding: 5px 0;
    }

.side-menu-title {
    color: #fff;
    padding: 5px;
    font-size: 13px;
}

.side-menu-cert .side-menu-title {
    background-color: #369;
    color: #fff;
}

.cert-color {
    color: #369;
}

.cert-bgcolor {
    background-color: #369;
}

.cert-border {
    border: 1px solid #369;
}



/*****Colours and background colors*/
.side-menu {
    border: 1px solid #369;
}

.menu-color {
    color: #369;
}

.side-menu-title {
    background-color: #369;
}

.quick-links {
    min-width: 100px;
}

.search-name {
    color: #888;
}
/***********End of colours and bg colors*/
input.datepicker {
    width: 187px !important;
}

.pager {
    padding: 8px 10px;
    color: #515967;
    text-align: left;
}

    .pager .page {
        cursor: pointer;
        color: #369;
        margin-right: 10px;
    }

.currentpage {
    margin-right: 10px;
}

div.search-container {
    border: 1px solid #ccc;
    height: 20px;
}

.search-text {
    border: 0;
    padding: 2px 4px;
    float: left;
    height: 16px;
}

.search-button {
    width: 20px;
    height: 20px;
    background: url(img/magnifier.png) center center no-repeat;
    cursor: pointer;
    float: right;
}

div.search-box {
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    min-width: 300px;
}

.search-box input[type="text"] {
    width: 400px;
}

.search-box td {
    padding: 3px;
}



table.edit, table.details {
    min-width: 300px;
}

    table.edit th, table.details th {
        padding: 6px;
    }

    table.edit td {
        padding: 3px 6px;
    }

    table.details td {
        padding: 5px 6px;
    }

    table.edit input[type=text], table.edit input[type=password] {
        width: 400px;
    }

    table.edit select {
        width: 400px;
    }

    table.edit textarea {
        width: 400px;
        height: 45px;
    }

table.extra-long input[type=text], table.extra-long input[type=password], table.extra-long textarea {
    width: 600px;
}

table.extra-long select {
    width: 608px;
}

table.edit input[type=text].short, table.edit input[type=password].short, table.edit select.short {
    width: 187px;
}

table.edit input[type=text].xshort, table.edit input[type=password].xshort, table.edit select.xshort {
    width: 100px;
}

.delete-common {
    background: url(img/delete.png) no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
}

.edit-common {
    background: url(img/pencil.png) no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
}

.edit-news {
    padding-left: 20px;
    background: url(img/page_white_edit.png) no-repeat;
    cursor: pointer;
    min-height: 16px;
    display: inline-block;
}

.del-news {
    padding-left: 20px;
    background: url(img/page_white_delete.png) no-repeat;
    cursor: pointer;
    min-height: 16px;
    display: inline-block;
}

.edit-cert {
    padding-left: 20px;
    background: url(img/page_white_edit.png) no-repeat;
    cursor: pointer;
    min-height: 16px;
    display: inline-block;
}

.del-cert {
    padding-left: 20px;
    background: url(img/page_white_delete.png) no-repeat;
    cursor: pointer;
    min-height: 16px;
    display: inline-block;
}

.attach {
    padding-left: 20px;
    background: url(img/attach.png) no-repeat;
    min-height: 16px;
    display: inline-block;
}

.att-thumbnail {
    border: solid 1px #ccc;
    padding: 2px 5px 5px 5px;
    position: relative;
    float: left;
    margin-right: 5px;
}

.att-thumbnail-del {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(img/cross12x12.png) center center no-repeat;
    right: 3px;
    top: 2px;
}

.att-thumbnail-download {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(img/download.png) left center no-repeat;
    right: 3px;
    top: 2px;
}

.att-thumbnail img {
    margin: 0 auto;
    height: 60px;
    cursor: pointer;
}

.add-attach {
    padding-left: 20px;
    background: url(img/attach.png) no-repeat;
    cursor: pointer;
    min-height: 16px;
    display: inline-block;
}


.view-attach {
    padding-left: 20px;
    background: url(img/page_white_magnify.png) no-repeat;
    cursor: pointer;
    min-height: 16px;
    display: inline-block;
}

.download-attach {
    padding-left: 20px;
    background: url(img/download.png) no-repeat;
    cursor: pointer;
    min-height: 16px;
    display: inline-block;
}

.del-attach {
    padding-left: 20px;
    background: url(img/delete.png) no-repeat;
    cursor: pointer;
    min-height: 16px;
    display: inline-block;
}


.edit-u {
    padding-left: 20px;
    background: url(img/user_edit.png) no-repeat;
    cursor: pointer;
    min-height: 16px;
    display: inline-block;
}

.del-u {
    padding-left: 20px;
    background: url(img/user_delete.png) no-repeat;
    cursor: pointer;
    min-height: 16px;
    display: inline-block;
}

.add-u {
    padding-left: 25px;
    background: url(img/user_add.png) 5px center no-repeat;
}


.edit-branch {
    padding-left: 20px;
    background: url(img/building_edit.png) no-repeat;
    cursor: pointer;
    min-height: 16px;
    display: inline-block;
}

.del-branch {
    padding-left: 20px;
    background: url(img/building_delete.png) no-repeat;
    cursor: pointer;
    min-height: 16px;
    display: inline-block;
}

.add-branch {
    padding-left: 25px;
    background: url(img/building_add.png) 5px center no-repeat;
}

.search {
    padding-left: 25px;
    background: url(img/magnifier.png) 5px center no-repeat;
}

.quicklink {
    padding-left: 25px;
    background: url(img/shortcuts.png) 5px center no-repeat;
}

.search-cert {
    padding-left: 25px;
    background: url(img/page_white_magnify.png) 5px center no-repeat;
}

.add-cert {
    padding-left: 25px;
    background: url(img/page_white_add.png) 5px center no-repeat;
}

table.edit td.cmd-line, table.details td.cmd-line, .search-box td.cmd-line {
    padding-top: 15px;
    text-align: center;
    border: 0;
    padding-bottom: 10px;
    white-space: nowrap;
}

td.cmd-line input, td.cmd-line button {
    margin: 0 15px;
}

.ok-msg {
    padding-left: 24px;
    white-space: nowrap;
    background: url(img/tick.png) 4px center no-repeat;
}

.error-msg {
    padding-left: 24px;
    white-space: nowrap;
    background: url(img/error.png) 4px center no-repeat;
}

.dash-board {
    width: 200px;
    height: 200px;
    line-height: 18px;
    border: 1px solid #369;
    border-radius: 5px;
    float: left;
    margin: 10px 20px;
}

.dash-board-title {
    color: #fff;
    background: #369;
    padding: 5px 10px;
}

.dash-board-desc {
    position: relative;
    padding: 10px;
    height: 145px;
    overflow: hidden;
}

    .dash-board-desc a {
        position: absolute;
        bottom: 0;
        right: 10px;
    }

.adv-search {
}

    .adv-search input[type=text] {
        width: 163px;
    }

    .adv-search select {
        width: 169px;
    }

.page-title {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

li.current {
    font-weight: bold;
    color: #f00;
}

.expand, .contract, .delete, .add {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.add {
    background: url(img/sprite.png) -32px -64px no-repeat;
}

.expand {
    background: url(img/arrow_down.png) center center no-repeat;
}

.contract {
    background: url(img/arrow_up.png) center center no-repeat;
}

.delete {
    background: url(img/cross12x12.png) center center no-repeat;
}

.containers {
    max-height: 500px;
    max-width: 500px;
    overflow: auto;
}

    .containers > div {
        float: left;
        padding-right: 10px;
        padding-bottom: 5px;
    }

    .containers td input.c {
        width: 100px;
    }

    .containers td input.s {
        width: 70px;
    }

    .containers td input.w, .containers td input.q {
        width: 50px;
    }

.h {
    background: #999;
    color: #fff;
    line-height: 16px;
    cursor: pointer;
    margin-bottom: 5px;
}

.h-expand {
    height: 16px;
    width: 16px;
    background: url(img/icons_white.png) -32px -13px no-repeat;
    display: inline-block;
}

.h-down {
    height: 16px;
    width: 16px;
    background: url(img/icons_white.png) -64px -13px no-repeat;
    display: inline-block;
}

.step {
    display: none;
}

    .step h2 {
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
    }


.bootstrap-dialog-message > div {
    overflow: auto;
    max-height: 600px;
}

.note-dialog > .modal {
    z-index: 3000 !important;
}

.bootstrap-dialog-title {
    font-weight: bold;
}

table.report {
    width: 100%;
}

    table.report table {
        width: 100%;
    }

.report td input[type=text], .report td textarea {
    display: block;
    width: 100%;
}

#bg {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: 1000;
    background: #fff;
}

#spinner {
    position: absolute;
    display: none;
    z-index: 1001;
    width: 100px;
    height: 100px;
    color: #777;
}

.op-ul {
    background-color: #eee;
    padding: 8px;
    border-radius: 5px;
    width: 500px;
    height: 220px;
}

    .op-ul li {
        float: left;
        width: 240px;
        list-style-type: none;
        height: 40px;
        padding: 10px;
    }

        .op-ul li span {
            display: inline-block;
            width: 50px;
        }


    .op-ul .op-li {
        width: 480px;
        background-color: #fff;
        margin: 0 2px;
        border-radius: 2px;
    }

        .op-ul .op-li input[type=text] {
            width: 390px;
        }


ul.op-ul input[type=text], ul.op-ul select {
    width: 150px;
}



ul.op-ul-min {
    background-color: #eee;
    padding: 8px;
    border-radius: 5px;
    width: 400px;
    height: 200px;
}

    ul.op-ul-min li {
        float: left;
        width: 190px;
        list-style-type: none;
        height: 30px;
        padding: 10px;
    }

        ul.op-ul-min li span {
            display: inline-block;
            width: 50px;
        }


    ul.op-ul-min .op-li-min {
        width: 380px;
        background-color: #fff;
        margin: 0 2px;
        border-radius: 2px;
    }

    ul.op-ul-min .op-li-l {
        width:300px;
    }
