﻿@charset "utf-8";
.detail_info_panel {
    padding: 5px 5px 5px 5px;
}

.pageContainer {
    background: #fff;
    clear: both;
    padding: 10px 0;
}

.detail_info_btn {
    padding-left: 2px;
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
}

.dlv-filter {
    height: 40px;
    background: #bbc0d3;
    border: 1px solid #bbc0d3;
}

.dlv-filter td div {
    padding: 2px 2px 2px 2px;
}

.dlv-filter td div input,
.dlv-filter td div select {
    height:30px;
    padding: 0;
    margin: 0;
    border-style: none;
    background-color: #ccd0e1;
    width: 90%;
    font-size: 12px;
    border-radius:15px;
    color:#242424;
}
.dlv-filter td div select {
  /*清除select默认样式*/
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
-ms-appearance:none;
/*自定义箭头的样式，记得背景一定要加 白色或其他*/
background:url("../../icons/allicons/dd.png") no-repeat scroll right center #ccd0e1;
/*ie下,原默认的箭头样式还是会显示，所以这里把自定义的样式给去除了*/
padding:8px;
outline:none;
background-position: 84% 50%;
}
.dlv-filter td div p{
  color:white;
  width:100px;
  height:30px;
  line-height:30px;
  background:#686e8e;
  border-radius:15px;
  text-align:center;
  margin:0 auto;
}
/* .dlv{
	margin-top:20px;
} */
.dlv table {
    font-size: 12px;
    word-wrap: break-word;
}
.dlv-filter .dlv-cell input{
  text-align:center;
}
.dlv-filter .dlv-cell input::-webkit-input-placeholder{
  color:#242424;
  text-align:center;
  font-size:12px;
}
.dlv-filter .dlv-cell input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#242424;
  text-align:center;
  font-size:12px;
}
.dlv-filter .dlv-cell input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#242424;
  text-align:center;
  font-size:12px;
}
.dlv-filter .dlv-cell input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color:#242424;
  text-align:center;
  font-size:12px;
}

.dlv-row {
    color: #5c5c5c;
    border-bottom: 1px solid #e5e5e5;
}

.dlv-sort-desc .dlv-sort-icon {
    margin-left: 2px;
    padding: 2px 13px 3px 0px;
    background: url('images/datagrid_sort_desc.gif') no-repeat center center;
    padding: 2px 13px 3px 0px;
}

.dlv-sort-asc .dlv-sort-icon {
    margin-left: 2px;
    padding: 2px 13px 3px 0px;
    background: url('images/datagrid_sort_asc.gif') no-repeat center center;
}

.dlv-toolbar {
    height: 28px;
    background: #efefef;
    padding: 1px 2px;
    border-bottom: 1px solid #ccc;
}

.dlv-btn-separator {
    float: left;
    height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 2px 1px;
}

.dlv-pager {
    position: relative;
}

.dlv-header {
    overflow: hidden;
    cursor: default;
    height: 24px;
    color: #676767;
    border-bottom:1px solid #e5e5e5;
}

.dlv_loading {
    font-size: 12px;
    position: absolute;
    width: auto;
    height: 16px;
    padding: 12px 5px 10px 30px;
    background: #fff url('images/pagination_loading.gif') no-repeat scroll 5px 10px;
    border: 2px solid #6593CF;
    color: #222;
    display: none;
}

.dlv-header td {
    font-size: 12px;
    font-weight: bold;
}

.dlv-header td.dlv-header-over {
    background: #FDECAE;
}

.dlv-header .dlv-cell {
    margin: 0;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-align: center;
}

.dlv-wrap {
    
    overflow-y: scroll;
    overflow-x: hidden
}

.dlv-body {
    margin: 0;
    padding: 0;
    overflow: auto;
    zoom: 1;
    background: #f6f6f6!important;
}

.dlv-body td {
    font-size: 12px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.dlv-cell input {
    padding: 0;
    border: 0;
}

.dlv-row .dlv-cell {
    overflow: hidden;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dlv-row-alt {
    background: #EEEEFF;
}

.dlv-row-over {
    background: white;
    cursor: default;
}

.dlv-body h5 a {
    color: #242424;
    font-weight: bold;
    font-size:14px;
}

.dlv-row-over .hover h5 a {
    color: #f75016
}

.dlv-row-over .hover span {
    color: #f75016;
}

.dlv-row-selected {
    background: white;
}

.pagination {
    font-size: 12px;
    zoom: 1;
}

.pagination table {
    float: left;
    height: 30px;
}

.pagination-btn-separator {
    float: left;
    height: 24px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 3px 1px;
}

.pagination-num {
    border: 1px solid #ccc;
    margin: 0 2px;
    text-align: center;
}

.pagination-page-list {
    margin: 0px 6px;
}

.pagination-info {
    float: right;
    padding-right: 6px;
    padding-top: 8px;
    font-size: 12px;
}

.pagination span {
    font-size: 12px;
}

.pagination-first {
    width: 16px;
    height: 16px;
    background: url('images/pagination_first.gif') no-repeat;
}

.pagination-prev {
    background: url('images/pagination_prev.gif') no-repeat;
}

.pagination-next {
    background: url('images/pagination_next.gif') no-repeat;
}

.pagination-last {
    background: url('images/pagination_last.gif') no-repeat;
}

.pagination-load {
    background: url('images/pagination_load.png') no-repeat;
}

.pagination-loading {
    background: url('images/pagination_loading.gif') no-repeat;
}

a.l-btn {
    color: #444;
    background: url('images/button_a_bg.gif') no-repeat top right;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    height: 24px;
    padding-right: 18px;
    cursor: pointer;
    outline: none;
}

a.l-btn-plain {
    background: transparent;
    padding-right: 5px;
    border: 1px solid transparent;
    _border: 0px solid #efefef;
    _padding: 1px 6px 1px 1px;
}

a.l-btn-disabled {
    color: #ccc;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

a.l-btn span.l-btn-left {
    display: inline-block;
    background: url('images/button_span_bg.gif') no-repeat top left;
    padding: 4px 0px 4px 18px;
    /* line-height: 16px; */
    /* height: 16px; */
    line-height: 24px;
    height: 24px;
}

a.l-btn-plain span.l-btn-left {
    background: transparent;
    padding-left: 5px;
}

a.l-btn span span.l-btn-text {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0px;
}

a.l-btn span span span.l-btn-empty {
    display: inline-block;
    padding: 0px;
    width: 16px;
}

a:hover.l-btn {
    background-position: bottom right;
    outline: none;
}

a:hover.l-btn span.l-btn-left {
    background-position: bottom left;
}

a:hover.l-btn-plain {
    border: 1px solid #7eabcd;
    /* background: url('images/button_plain_hover.png') repeat-x left bottom; */
    _padding: 0px 5px 0px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

a:hover.l-btn-disabled {
    background-position: top right;
}

a:hover.l-btn-disabled span.l-btn-left {
    background-position: top left;
}

a.l-btn .l-btn-focus {
    outline: #0000FF dotted thin;
}

.waiting_wrap {
    border: 2px gray solid;
    padding: 4px;
    width: 200px;
    height: 50px;
    background-color: white;
    position: absolute;
}

.waiting {
    background-image: url('images/waiting.gif');
    width: 39px;
    height: 39px;
}

.dlv-row .dlv-cell {
    padding-left: 2px;
    padding-right: 2px;
}

.dlv-header .dlv-cell {
    padding-left: 2px;
    padding-right: 2px;
}

ul.dlv_body {
    clear: both;
    margin: 0;
    padding: 0;
}

ul.dlv_body li {
    float: left;
    list-style: none outside none;
    margin: 5px 10px 5px 0;
    padding: 0;
}

div.thumb {
    border: 1px solid #CCCCCC;
    display: block;
    padding: 2px;
    width: 100px;
    height: 100px;
}

.hongse {
    color: #f75016!important;
}

.greense {
    color: #2a9f7a!important;
}