/*重写easyui样式*/
.datagrid-row {
    height: 28px;
}

.datagrid-header-row {
    height: 28px;
}

.dialog-button {
    text-align: center;
}

.panel-title {
    height: 20px;
    line-height: 20px;
}

.layout-split-south {
    border-top: 1px solid rgb(250, 250, 250);
}

.textbox .textbox-text {
    padding-left: 3px;
}

.datagrid-toolbar {
    padding: 0px;
    line-height: normal;
}

.spinner-arrow-up {
    background-position: 0px -3px;
}

.spinner-arrow-down {
    background-position: 0px -18px;
}

.spinner-arrow-up:hover {
    background-position: -18px -3px;
}

.spinner-arrow-down:hover {
    background-position: -18px -18px;
}

.validatebox-invalid{
    border: 1px solid #F06047;
}

.default-row {
    height: 28px;
}

.default-row-desc {
    width: 20%;
    float: left;
    text-align: right;
    line-height: 28px;
    height: 28px;
}

.default-row-content {
    float: left;
    margin-left: 10px;
    text-align: left;
    height: 28px;
    display: -webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
    -webkit-box-orient: vertical;
}
.verifying_hints{
    border: 1px;
    height: 50px;
    line-height: 50px;
}

.default-row-content input[type=checkbox]{
    vertical-align:middle;
    height: 28px;
    margin: auto;
    padding: 0px;
}

.default-row-content .textbox-readonly,.default-row-content input:read-only  {
    background-color: #EBEBE4;
}


/*自定义*/
.el_sys_tool {
    display: inline;
    float: left;
    vertical-align: middle;
    margin-left: 8px;
    height: 20px;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.el_searchbox {
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;
    margin: 0;
    padding: 0;
    border: 1px solid #d3d3d3;
    background: #fff;
    float: left;
    width: 245px;
}

.el_searchbox-text {
    font-size: 12px;
    border: 0px;
    line-height: 20px;
    height: 20px;
    padding: 0 0 0 4px;
    _height: 18px;
    _line-height: 18px;
}

.el_searchbox-button {
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.el_a {
    text-decoration: none;

}

/*工具栏_筛选样式_开始*/
.el_search_ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.el_search_ul li {
    display: block;
    height: 20px;
    margin-left: 10px;
}

.el_search_ul li > input {
    vertical-align: middle;
    margin: auto;
    height: 20px;
    padding: 0;
}

.el_search_ul li > span {
    vertical-align: middle;
    height: 20px;
    padding: 0;
    margin-left: 5px;
}

.el_search_ul hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*工具栏_筛选样式_结束*/

/*工具栏_右侧列布局功能样式*/
.el_btn_ico {
    float: right;
    margin-right: 10px;
    font-size: 15px;
    display: block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

/*工具栏_排序样式_开始*/
.el_sort_ul {
    list-style: none;
    padding: 0px;
    margin: 0;
    white-space: nowrap;
    display: block;
}

.el_sort_ul li {
    display: block;
    height: 20px;
    width: 150px;
    margin-left: 10px;
    border-bottom: solid 1px #EEEEEE;
}

.el_sort_ico {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    display: block;
}

/*工具栏_排序样式_结束*/

/*工具栏_功能按钮样式_开始*/
.el_groupList {
    margin-left: 8px;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 8px;
}

.el_button {
    display: block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-decoration: none !important;
    font-family: Helvetica, Arial, sans serif;
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: inset 0px 0px 2px #fff;
    -o-box-shadow: inset 0px 0px 2px #fff;
    -webkit-box-shadow: inset 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 2px #fff;
    float: left;
    color: #444;
    border: 1px solid #d0d0d0;
    background-image: -moz-linear-gradient(#ededed, #e1e1e1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
    background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
    background-image: -o-linear-gradient(#ededed, #e1e1e1);
    text-shadow: 1px 1px 1px #fff;
    background-color: #e1e1e1;
    border-right: 0px;
}

.el_button:first-of-type {
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
}

.el_button:last-of-type {
    border-right: 1px solid #d0d0d0;
    border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
}

.el_button:active {
    box-shadow: inset 0px 0px 3px #999;
    -o-box-shadow: inset 0px 0px 3px #999;
    -webkit-box-shadow: inset 0px 0px 3px #999;
    -moz-box-shadow: inset 0px 0px 3px #999;
}

.el_button:hover {
    border: 1px solid #b0b0b0;
    background-image: -moz-linear-gradient(#e1e1e1, #ededed);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
    background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
    background-image: -o-linear-gradient(#e1e1e1, #ededed);
    background-color: #ededed;
}

/*工具栏_功能按钮样式_结束*/

.el_filter_table {
    padding: 8px;
    border-top: 1px solid #cacaca;
    height: auto;
}

.el_filter_table table {
    font-size: 9pt;
}

.el_filter_table .textbox {
    margin-right: 0px;
}

.el_filter_table .vp_txt {
    padding-right: 10px;
}

/*公共间距*/
.el_padding10 {
    padding: 10px;
}

/*table*/
.p_tbl_bill {
    width: 99%;
}

.p_tr_bill {
    font-size: 9pt;
    height: 28px;
}

.p_tr_lst_head {
    background-color: #EEE;
    text-align: center;
    height: 18pt;
    width: 100%;
    font-size: 9pt;
}

.p_tbl_bill td {
    height: 28px;
    line-height: 28px;

}

.p_td_bill_lbl {
    text-align: right;
    vertical-align: middle;
    /*background-color: #F3F3F4;*/
    /*background:url("./easyui/images/datagrid_header_bg.gif") repeat-x scroll left bottom #FAFAFA;*/
    font-size: 9pt;
    width: 10%;
    padding-right: 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

.vp_txt {
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 1px;
}

.vp_conj {
    text-align: center;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-right: 8px;
    vertical-align: middle;
}


.vp_input_filter {
    width: 180px;
    padding: 2px;
    vertical-align: middle;
    border: 1px solid #BBC3CE;
    line-height: 24px;
    height: 24px;
    color: #333333;
}

.vp_input_filter_date {
    width: 110px;
    padding: 2px;
    vertical-align: middle;
    border: 1px solid #BBC3CE;
    line-height: 24px;
    height: 24px;
    color: #333333;
}

.not_empty {
    color: red;
    display: inline-block;
    text-align: center;
    font-family: "Microsoft YaHei", 微软雅黑, "Hiragino Sans GB";
}

/**choose_样式**/
.icon_choose {
    width: 18px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.icon_choose {
    background: url('icons/search.png') no-repeat center center;
}

.icon_choose {
    background-color: #ECEEFA;
}

.icon_choose:hover {
    background-color: #ECEEFA;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('./fonts/glyphicons-halflings-regular.eot');
    src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.el_glyphicon {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.el_glyphicon-th:before {
    content: "\e011";
}

.el_glyphicon-search:before {
    content: "\e003";
}

.el_glyphicon-saved:before {
    content: "\e168";
}

.el_glyphicon-cog:before {
    content: "\e019";
}

.el_glyphicon-arrow-left:before {
    content: "\e091";
}

.el_glyphicon-arrow-right:before {
    content: "\e092";
}

.el_glyphicon-arrow-up:before {
    content: "\e093";
}

.el_glyphicon-arrow-down:before {
    content: "\e094";
}


/*蒙层样式*/
#__vp_sys_secret_waiter {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 9999;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#__vp_sys_secret_waiter .verifying_hints {
    color: red;
    float: left;
    margin-left: 12px;
}

#__vp_sys_secret_waiter .show_log {
    background: red;
    float: right;
    height: 50px;
    width: 50px;
    margin-bottom: 50px;
    margin-right: 10px;
}

.table_no_display{
    display: none;
}

