
/*
 *******************************************************************************
 * All rights Reserved, Copyright (C) www.gm-sz.com 2013
 * FileName: common.css
 * Modify record:
 * NO. |     Date       |    Version      |    Name         |      Content
 * 1   | 2013-11-01     |       1.0       |  GMSZ)GuoRuofei | original version
 *******************************************************************************
 */
@CHARSET "UTF-8";
.searchtable{
  border: 0;
  width: 100%;
}

.searchtable tr{
  line-height: 22px;
}
.searchtable input[type=text]{
  height: 22px;
  WIDTH: 116px;
  padding-left:4px;
}
.searchtable select{
  height: 22px;
  WIDTH: 116px;
}
.searchtable td{
   border: rgba(185, 187, 198, 0.25) 1px solid;
   padding : 4px 4px;
   
}
.searchtable td input,.searchtable td select,.searchtable td textarea{border: #9ecae7  1px solid;}
.searchtable .tdl{
  background: rgb(226, 247, 254);
  width:12%;
  text-align: center;
}
.searchtable .tdr{
  text-align: left;
  padding-left: 5px;
  width:38%;
}
.searchtable .td-query{
	/*background:  rgb(226, 247, 254);*/
	color: #495057;
	background-color: #e9ecef;
	text-align:right;
}
.searchtable .rowstyle{
 text-align: center;
}
.innerTable{
  border: rgb(60, 137, 108) 1px solid;
  width: 100%;
}
.innerTable td{
   border: rgb(195, 229, 216) 1px solid;
   PADDING-LEFT: 5px; 
   BORDER-TOP: medium none;
   BORDER-RIGHT: medium none;
}
.wdateDate{
	cursor:pointer;
	background-color:#fff;
	width: 100px;
}
.editTable{
  width: 100%;
}
.editTable td{
   PADDING-LEFT: 5px; 
   BORDER-RIGHT: medium none;
}
.editTable th{
   PADDING-LEFT: 5px; 
   BORDER-RIGHT: medium none;
   text-align: center;
}

.abtn {
  padding: 3px 5px;
  margin-bottom: 3px;
  margin-right: 2px;
  min-width: 35px;
}

.table-tr-top{
	text-align: center;
	background-color: rgb(226, 247, 254);
}
.toggleA{
	max-width: 200px;
	white-space: pre-wrap
}

.searchtable .td-border-none{
	border-bottom-style: none; 
	border-left: medium none; 
	border-right-style: none; 
	border-top-style: none;
}
table.table > thead > tr > th {
	color: #495057;
	background-color: #e9ecef;
}
table.table {
  background-color:#fefefe;
}