
.container
{
	position:fixed;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	border:#eaeaea 1px solid;
	background-color:#fff;
	overflow-x:auto;
	overflow-y: hidden;
}

.pagecontent
{
	float: left;
	width: 100%;
	height: 100%;
	min-width: 1300px;
}

.pagedialog
{
	float: left;
	width: 100%;
	height: 100%;
}

@keyframes dlgsecond
{
  0%   {opacity:0;}
  40%  {opacity:0.75;}
  100% {opacity:0;}
}

.overlay
{
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#cccccc;
	z-index:1000;
	filter:alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.dialog
{
	position: fixed;
	border: #aaaaaa 5px solid;
	background-color: #ffffff;
	animation: fadeDialogShow 0.5s ease 1 0s both;
    z-index: 10000;
}

.dialog .dlgheader
{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #00a7a7;
}

.dialog .dlgheader .titspan
{
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 5px;
	font-weight: bold;
	color: #ffffff;
}

.dialog .dlgheader .closespan
{
	float:right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
}

.dialog .dlgheader .closespan:hover
{
	color: #999;
}

.dialog .dlgheader .closespan i
{
	font-size: 20px;
}

.dialog .dlgbody
{
	float: left;
	width: 100%;
	height: calc(100% - 50px);
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	overflow-x:hidden;
	overflow-y:auto;
}

.dialog .dlgfooter
{
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-top: #eaeaea 1px solid;
}

.dialog .dlgfooter .resultspan
{
	float:left;
	margin-left:20px;
	margin-top: 10px;
	height:30px;
	line-height:30px;
	color:#FF0000;
}

.dialog .dlgfooter .buttonok
{
	float:right;
	height:30px;
	line-height:30px;
	margin-right:30px;
	margin-top: 10px;
	padding-left:25px;
	padding-right:25px;
	background-color:#26bf8c;
	border-radius: 3px;
	color:#fff;
	cursor:pointer;
}

.dialog .dlgfooter .buttonok:hover 
{
	background-color:#46dfac;
}

.dialog .dlgfooter .buttonok.btnbig
{
	margin-top: 5px;
	height:40px;
	line-height:40px;
	font-size: 20px;
}

.pageturn
{
	float:left;
	width:100%;
	height:40px;
	line-height:40px;
	border-top:#e6e6e6 1px solid;
	background-color:#ffffff;
}

.pageturn .pagegroup
{
	float:right;
	height:40px;
	line-height:40px;
	animation: fadeInLeft 1s ease 1 0s both;
}

.pageturn .pagegroup .pagetotal
{
	float:left;
	padding-left:5px;
	height:40px;
	line-height:40px;
	text-align:left;
}

.pageturn .pagegroup .pagetotal span
{
	float:left;
	height:30px;
	line-height:30px;
	margin-top:5px;
}

.pageturn .pagegroup .pagetotal span.spantotalrow
{
	color:#2f86fd;
	padding-left: 5px;
	padding-right: 5px;
}

.pageturn .pagegroup .pagetotal .pageinput
{
	float:left;
	width:30px;
	height:26px;
	line-height:26px;
	padding-left:3px;
	padding-right:3px;
	margin-top:7px;
	color:#2f86fd;
	border-radius:2px;
	text-align:center;
	border:#e6e6e6 1px solid;
}

.pageturn .pagegroup .pagetotal .pagebutton
{
	float:left;
	width:40px;
	height:26px;
	line-height:24px;
	padding-left:3px;
	padding-right:3px;
	margin-top:7px;
	text-align:center;
	border-radius:2px;
	background-color:#fff;
	border:#e6e6e6 1px solid;
	color:#666666;
}

.pageturn .pagegroup .pagetotal .pageselect
{
	float:left;
	height:26px;
	line-height:26px;
	padding-left:3px;
	padding-right:3px;
	margin-top:7px;
	border:#e6e6e6 1px solid;
}

.pageturn .pagegroup .pagespans
{
	float:left;
	height:40px;
	line-height:40px;
	text-align:right;
}

.pageturn .pagegroup .pagespans ol
{
	float:left;
	min-width:30px;
	height:30px;
	line-height:26px;
	margin-left:5px;
	margin-top:5px;
	border-radius:5px;
	border:#cccccc 1px solid;
	cursor:pointer;
}

.pageturn .pagegroup .pagespans ol span
{
	float:left;
	min-width:28px;
	height:28px;
	line-height:24px;
	text-align:center;
	border-radius:5px;
	padding-left:5px;
	padding-right:5px;
}

.pageturn .pagegroup .pagespans ol span.onspan 
{
	color:#FFF;
	background-color:#2f86fd;
}

.pageturn .pagegroup .pagespans ol span.curspan 
{
	color:#FFF;
	background-color:#2f86fd;
	cursor:default;
}

.pageturn .pagegroup .pagespans ol span.disspan 
{
	background-color:#eeeeee;
	cursor:auto;
}

.pageturn .pagement
{
	float:left;
	height:40px;
	line-height:40px;
}

.pageturn .pagement .menttext
{
	float:left;
	height:40px;
	line-height:40px;
	overflow: hidden;
}

.pageturn .pagement .menttext .txtspan
{
	float:left;
	height:40px;
	line-height:40px;
	margin-right:10px;
}

.pageturn .pagement .menttext .txtspan em
{
	color:#F33;
}

.pageturn .pagement .morespan
{
	float:left;
	width: 50px;
	height:30px;
	line-height:30px;
	cursor: pointer;
	background-color: #26bf8c;
	color:#ffffff;
	text-align: center;
	margin-top: 3px;
	border-radius: 3px;
}

.tablementdialog
{
	position: fixed;
	left: 0px;
	bottom: 45px;
	width: 400px;
	background-color: #FFFFFF;
	border: #eaeaea 5px solid;
}

.tablementdialog ul
{
	float: left;
	width: calc(100% - 20px);
	margin-left: 10px;
	height:40px;
	border-bottom: #eaeaea 1px solid;
}

.tablementdialog ul .namespan
{
	float: left;
	height:40px;
	line-height:40px;
}

.tablementdialog ul .valuespan
{
	float:right;
	height:40px;
	line-height:40px;
}

.tablementdialog ul .valuespan .textem
{
	float: left;
	height:40px;
	line-height:40px;
	color:#ff3333;
}

.tablementdialog ul .valuespan .unitem
{
	float: left;
	width: 20px;
	height:40px;
	line-height:40px;
	text-align: center;
}

.searchgroup
{
	float:left;
	width:100%;
	height:50px;
	animation: fadeInRight 1s ease 1 0s both;
}

.searchgroup .searchinput
{
	float:left;
	height:50px;
	padding-top:10px;
}

.searchgroup .searchinput .txtspan
{
	float:left;
	height:30px;
	line-height:30px;
	margin-left:5px;
}

.searchgroup .searchinput .searchselect
{
	float:left;
	height:30px;
	line-height:30px;
	margin-left:5px;
}

.searchgroup .searchinput .searchtext
{
	float:left;
	min-width:150px;
	height:30px;
	line-height:30px;
	text-indent: 5px;
	margin-left:5px;
}

.searchgroup .searchinput .searchdate
{
	float:left;
	width:100px;
	height:30px;
	line-height:30px;
	text-indent:10px;
	margin-left:5px;
}

.searchgroup .searchinput .iptradio
{
	float:left;
	margin-top:3px;
	margin-left:5px;
	cursor:pointer;
}

.searchgroup .searchinput .checkboxgroup
{
	float:left;
}

.searchgroup .searchinput .iptcheckbox
{
	float:left;
	margin-left:5px;
	margin-top:3px;
}

.searchgroup .searchinput .spacedd
{
	float:left;
	width:20px;
	height:30px;
	line-height:30px;
	margin-top:2px;
}

.searchgroup .searchinput .btnspan
{
	float:left;
	margin-left:5px;
	height:30px;
	line-height:30px;
	padding-left:20px;
	padding-right:20px;
	background-color:#26bf8c;
	color:#ffffff;
	border-radius: 3px;
	text-decoration:none;
	cursor:pointer;
}

.searchgroup .searchinput .btnspan:hover 
{
	background-color: #46dfac;
}

.searchgroup .searchinput .btnadd
{
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ff6600;
	border-radius: 3px;
	cursor: pointer;
	color: #ffffff;
}

.searchgroup .searchinput .btnadd:hover 
{
	background-color:#fc9a58;
}

.searchgroup .searchbutton
{
	float:right;
	height:50px;
	padding-top:10px;
	margin-right:10px;
}

.searchgroup .searchbutton .txtspan
{
	float:left;
	height:30px;
	line-height:30px;
	margin-left:5px;
}

.searchgroup .searchbutton .searchselect
{
	float:left;
	height:30px;
	line-height:30px;
	margin-left:5px;
	margin-right: 5px;
}

.searchgroup .searchbutton .btnspan
{
	float:left;
	margin-right:10px;
	height:30px;
	line-height:30px;
	cursor:pointer;
	padding-left:25px;
	padding-right:25px;
	background-color:#26bf8c;
	color:#ffffff;
	border-radius: 3px;
	text-decoration:none;
}

.searchgroup .searchbutton .btnspan:hover 
{
	background-color: #46dfac;
}

.searchgroup .searchbutton .btnspan:disabled
{
	color:#333333;
    background-color:#ebebe4;
}

.searchgroup .searchbutton .btnadd
{
	float:left;
	margin-right:10px;
	height:30px;
	line-height:30px;
	cursor:pointer;
	padding-left:25px;
	padding-right:25px;
	background-color:#ff6600;
	border-radius: 3px;
	color:#ffffff;
}

.searchgroup .searchbutton .btnadd:hover 
{
	background-color:#fc9a58;
}

.searchgroup .searchbutton .btnlinkadd
{
	float:left;
	height:30px;
	line-height:30px;
	cursor:pointer;
	padding-left:25px;
	padding-right:25px;
	margin-right:10px;
	background-color:#ff6600;
	border-radius: 3px;
	text-decoration:none;
	color:#ffffff;
}

.searchgroup .searchbutton .btnlinkadd:hover 
{
	background-color:#fc9a58;
}

.searchgroup .searchbutton .btndelete
{
	float:left;
	margin-right:10px;
	height:30px;
	line-height:30px;
	cursor:pointer;
	padding-left:25px;
	padding-right:25px;
	background-color:#FF3333;
	color:#ffffff;
}

.searchgroup .searchbutton .btndelete:hover 
{
	background-color: #fd6969;
}


.pagetitle
{
	float:left;
	width:100%;
	height:51px;
	line-height:51px;
	background-color:#f0fef9;
	padding-left:20px;
	border-bottom:#e6e6e6 1px solid;
	font-weight: bold;
	font-size: 16px;
	animation: fadeInRight 1s ease 1 0s both;
}

.subpagetitle
{
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	background-color:#f0fef9;
	padding-left:20px;
	border-bottom:#e6e6e6 1px solid;
	font-weight: bold;
	font-size: 16px;
}

.pagelist
{
	float: left;
	width: 100%;
	height: calc(100% - 100px);
	overflow-x:scroll;
	overflow-y:hidden;
	background-color: #ffffff;
	animation: fadeInRight 1s ease 1 0s both;
}

.pagelist.nopage
{
	float: left;
	width: 100%;
	height: calc(100% - 50px);
	overflow-x:scroll;
	overflow-y:hidden;
}

.pagelist .pagewidth
{
	float: left;
	width: 100%;
	min-width: 1200px;
	height: 100%;
}

.pagelist .pagedialog
{
	float: left;
	min-width: 1000px;
	height: 100%;
}

.pagelist .tableheight
{
	height: calc(100% - 40px);
}

.tablelist
{
	float:left;
	width:100%;
	background-color: #eaeaea;
	border-collapse: separate;
    border-spacing: 1px; /* 水平和垂直间距都是1px */
}

.tablelist thead
{
	
}

.tablelist thead tr
{
	height:40px;
}

.tablelist thead tr th
{
	width:auto;
	height:40px;
	line-height:40px;
	text-align:left;
	background-color:#f0fef9;
	text-indent:5px;
}

.tablelist thead tr th:last-child
{
	border-right:none;
}

.tablelist thead tr th .iptcheckbox
{
	float:left;
	margin-left:10px;
	margin-top:3px;
}

.tablelist thead tr th img
{
	float:right;
	width:16px;
	height:16px;
	margin-top:12px;
	margin-right:5px;
}

.tablelist thead tr .txtcenter
{
	text-align:center;
}

.tablelist thead tr th .txtspan
{
	float:left;
	line-height:30px;
	margin-left:0px;
	margin-top:3px;
}

.tablelist tbody
{

}

.tablelist tbody tr
{
	background-color:#ffffff;
	line-height:40px;
}

.tablelist tbody tr:nth-child(even)
{
	background-color:#f7f8fa;
}

.tablelist tbody tr:hover
{
	background-color:#ffffdd;
}

.tablelist tbody tr.totalcolor
{
	background-color:#ffffdd;
}

.tablelist tbody tr td
{
	line-height:40px;
	text-align:left;
	text-indent:5px;
	color:#666666;
	overflow:hidden;
}

.tablelist tbody tr td.redtd
{
	color:#FF0000;
}

.tablelist tbody tr td .txtspan
{
	float:left;
	line-height:30px;
	margin-left:0px;
	margin-top:3px;
}

.tablelist tbody tr td .namespan
{
	float:right;
	line-height:30px;
	margin-right:10px;
	margin-top:3px;
}

.tablelist tbody tr td .centerspan
{
	float:left;
	width: 100%;
	line-height:30px;
	margin-left:0px;
	margin-top:3px;
	text-align: center;
}

.tablelist tbody tr td .greenspan
{
	color: #1cc09f;
}

.tablelist tbody tr td .redspan
{
	color: #ff0000;
}

.tablelist tbody tr td .bluespan
{
	color: #0099ff;
}

.tablelist tbody tr td .iptcheckbox
{
	float:left;
	margin-left:10px;
	margin-top:3px;
}

.tablelist tbody tr td .iptradio
{
	float:left;
	margin-left:10px;
	margin-top:5px;
}

.tablelist tbody tr td .iptselect
{
	float:left;
	margin-left:5px;
	margin-top:3px;
	height:30px;
	line-height:30px;
}


.tablelist tbody tr td .ipttext
{
	float:left;
	height:30px;
	line-height:30px;
	margin-left:5px;
	margin-top:3px;
}

.tablelist tbody tr td .iptlong
{
	width:300px;
}

.tablelist tbody tr td .iptmiddle
{
	width:200px;
}

.tablelist tbody tr td .iptshort
{
	width:100px;
}

.tablelist tbody tr td .iptnumber
{
	width:60px;
}

.tablelist tbody tr .on
{
	background-color:#FFC;
	border-top:#ff6600 2px solid;
	border-bottom:#ff6600 2px solid;
}

.tablelist tbody tr td .btnspan
{
	float:left;
	margin-right:10px;
	color:#26bf8c;
	cursor:pointer;
}

.tablelist tbody tr td .btnspan i
{
	float:left;
	width:20px;
	height:20px;
	font-size:18px;
	color:#cccccc;
	margin-right:10px;
}

.tablelist tbody tr td .btnred
{
	color: #FF0000;
}

.tablelist tbody tr td .btnlink
{
	float:left;
	margin-right:10px;
	cursor:pointer;
	color:#26bf8c;
	text-decoration:none;
}

.tablelist tbody tr td .resultgroup
{
	float:left;
	min-width:100px;
	margin-left:5px;
	margin-top:5px;
}

.tablelist tbody tr td .resultgroup .resultspan
{
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	color:#F00;
}

.tablelist .len1
{
	width:40px;
}

.tablelist .len2
{
	width:80px;
}

.tablelist .len3
{
	width:150px;
}
.tablelist .len4
{
	width:150px;
}

.tablelist .opttd
{
	width:100px;
}

.dropbutton
{
	float: left;
	width:calc(100% - 40px);
	height: 14px;
	line-height: 14px;
	margin-left: 20px;
	text-align: center;
	padding-top: 0px;
	cursor: pointer;
}

.dropbutton img
{
	margin: auto;
	height: 10px;
	margin-top: 2px;
}

.pageedit
{
	float: left;
	width: 100%;
	height: calc(100% - 55px);
	overflow-x:hidden;
	overflow-y:auto;
	padding-bottom: 50px;
	animation: fadeInRight 1s ease 1 0s both;
}

.pageedit form
{
	float: left;
	width: 100%;
	height: 100%;
}

.tableedit 
{
	float:left;
	width:100%;
	background-color: #eaeaea;
	border-collapse: separate;
    border-spacing: 1px; /* 水平和垂直间距都是1px */
}

.tableedit tr
{
	line-height:40px;
}

.tableedit tr.trsplit
{
	border-top:#009af3 2px solid;
}

.tableedit tr:last-child
{
	border-bottom:none;
}

.tableedit tr td
{
	background-color:#fff;
	line-height:40px;	
}

.tableedit tr td:last-child
{
	border-right:none;
}

.tableedit tr td.tdtxtname
{
	width:150px;
	text-align:right;
}

.tableedit tr td.tdtxtname .namespan
{
	float:right;
	margin-right:5px;
	line-height:40px;
}

.tableedit tr td.tdtxtname .namespan em
{
	color:#F00;
	font-size: 20px;
	font-weight: bold;
	line-height:40px;
}

.tableedit tr td.tdtxtname .btnspan
{
	float:right;
	height:30px;
	line-height:30px;	
	margin-top:3px;
	margin-bottom: 3px;
	margin-right:10px;
	padding-left:20px;
	padding-right:20px;
	background-color:#26bf8c;
	color:#ffffff;
	text-align:center;
	text-indent:0px;
	cursor:pointer;
}

.tableedit tr td.tdtxtname .btnspan:hover 
{
	background-color: #4be7b3;
}

.tableedit tr td.tdtxtname .btnlink
{
	float:right;
	height:40px;
	line-height:40px;
	cursor:pointer;
	color:#337ab7;
	margin-right:10px;
}

.tableedit tr td.tdinput
{
	text-indent:5px;
	line-height:40px;
	min-width:100px;
}

.tableedit tr td.tdinput.tdinputwidth
{
	width:600px;
}

/**min width 1600px**/
@media screen and (max-width:1400px) 
{
	.tableedit tr td.tdinput.tdinputwidth
	{
		width:400px;
	}
}

.tableedit tr td.tdinput .iptcheckbox
{
	float:left;
	margin-left:5px;
	margin-top:7px;
	width:20px;
	height:20px;
}

.tableedit tr td.tdinput .iptselect
{
	float:left;
	margin-left:5px;
	margin-top:3px;
	height:30px;
	line-height:30px;
}

.tableedit tr td.tdinput .noticespan
{
	float:left;
	height:30px;
	line-height:30px;
	margin-left:5px;
	margin-top:2px;
}

.tableedit tr td.tdinput .ipttext
{
	float:left;
	height:30px;
	line-height:30px;
	margin-left:5px;
	margin-top:3px;
}

.tableedit tr td.tdinput .ipttext:disabled
{
    background-color:#ebebe4;
}

.tableedit tr td.tdinput .iptlong
{
	width:300px;
}

.tableedit tr td.tdinput .iptmiddle
{
	width:200px;
}

.tableedit tr td.tdinput .iptshort
{
	width:100px;
}

.tableedit tr td.tdinput .iptnumber
{
	width:60px;
}

.tableedit tr td.tdinput .radiogroup
{
	float:left;
	margin-right: 20px;
}

.tableedit tr td.tdinput .iptradio
{
	float:left;
	margin-left:5px;
	margin-top:8px;
	cursor:pointer;
}

.tableedit tr td.tdinput .iptfocus
{
	border:1px solid #f84984;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248,73,132,.6);
}

.tableedit tr td.tdinput .spacedd
{
	float:left;
	height:30px;
	line-height:30px;
	margin-top:2px;
	width:20px;
}

.tableedit tr td.tdinput .txtspan
{
	float:left;
	height:30px;
	line-height:30px;
	margin-top:2px;
}

.tableedit tr td.tdinput .boldspan
{
	float:left;
	margin-left:0px;
	line-height:30px;
	margin-top:3px;
	font-weight: bold;
}

.tableedit tr td.tdinput .redcolor
{
	color: #FF0000;
}

.tableedit tr td.tdinput .infospan
{
	float:left;
	line-height:30px;
	margin-top:2px;
	color:#999999;
}

.tableedit tr td.tdinput .redstar
{
	float:left;
	height:30px;
	line-height:30px;
	color:#ff0000;
	margin-top:0px;
	font-size: 20px;
	font-weight: bold;
}

.tableedit tr td.tdinput .uploadgroup 
{
	float: left;
	width: 102px;
	height: 102px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border:#dddddd 1px solid;
	position: relative;
}

.tableedit tr td.tdinput .uploadgroup .showimage
{
	float: left;
	width: 100px;
	height: 100px;
	cursor: pointer;
}

.tableedit tr td.tdinput .uploadgroup input
{
	display: none;
}

.tableedit tr td.tdinput .uploadgroup .uploadspan
{
	position: absolute;
	width: 100px;
	height: 100px;
	left: 0px;
	top: 0px;
	font-size: 23px;
	cursor: pointer;
	text-align: center;
	text-indent: 0px;
}

.tableedit tr td.tdinput .uploadgroup .deletespan
{
	position: absolute;
	width: 100px;
	height: 40px;
	line-height: 40px;
	left: 0px;
	top: 60px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
	filter:alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.tableedit tr td.tdinput .resultgroup
{
	float:left;
	min-width:100px;
	max-width:250px;
	height:30px;
	line-height:30px;
	margin-left:5px;
	margin-top:5px;
	white-space:nowrap; 
	text-overflow:ellipsis;
}

.tableedit tr td.tdinput .resultgroup .resultspan
{
	float:left;
	height:30px;
	line-height:30px;
	color:#ff0000;
}

.tableedit tr td.tdinput .resultgroup .resultspan.greenresultspan
{
	color:#0F3;
}

.tableedit tr td.tdinput .submitresultspan
{
	float:left;
	width:calc(100% - 40px);
	height:30px;
	line-height:30px;
	margin-left: 20px;
	color:#ff0000;
}

.tableedit tr td.tdinput .tipsTextspan
{
	float:left;
	display: none;
}

.tableedit tr td.tdinput .textareadiv
{
	float:left;
}

.tableedit tr td.tdinput .shorttextareatxt
{
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	width:400px;
	height:100px;
	margin-left:5px;
}

.tableedit tr td.tdinput .textareatxt
{
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	width:500px;
	height:100px;
	margin-left:5px;
}

.tableedit tr td.tdinput .longtextarea
{
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	width:800px;
	height:300px;
	margin-left:5px;
}

.tableedit tr td.tdinput .smalltextareatxt
{
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	width:500px;
	height:50px;
	margin-left:5px;
}

.tableedit tr td.tdinput .btnspan
{
	float:left;
	margin-top:3px;
	margin-left:10px;
	height:30px;
	line-height:30px;
	padding-left:20px;
	padding-right:20px;
	background-color:#26bf8c;
	color:#FFFFFF;
	text-align:center;
	text-indent:0px;
	cursor:pointer;
}

.tableedit tr td.tdinput .btnspan:hover 
{
	background-color: #4be7b3;
}

.tableedit tr td.tdinput .btnspan.disspan
{
	background-color: #71b9a1;
	cursor: default;
}

.tableedit tr td.tdinput .btnlink
{
	float:left;
	height:30px;
	line-height:30px;
	cursor:pointer;
	color:#26bf8c;
}

.tableedit tr td.tdinput .qrcodeimg
{
	float:left;
	width:200px;
	height:200px;
	margin-left:5px;
	margin-top:2px;
	margin-bottom: 2px;
	border:#eaeaea 1px solid;
}

.tableedit tr td.tdinput .picimg
{
	float:left;
	width:35px;
	height:35px;
	margin-left:5px;
	margin-top:2px;
	border:#eaeaea 1px solid;
}

.tableedit tr td.tdinput .bigpicimg
{
	float:left;
	width:100px;
	height:100px;
	margin-left:5px;
	margin-top:2px;
	margin-bottom: 2px;
	border:#eaeaea 1px solid;
}

.tableedit tr td.tdinput .btnpicimg
{
	margin-top:5px;
}

.tableedit tr td.tdinput a
{
	color:#06F;
}

.tableedit tr td.tdinput .btnsubmin
{
	float:left;
	width:100px;
	height:30px;
	line-height:30px;
	margin-left:10px;
	margin-top:3px;
	font-weight:bold;
	background-color:#26bf8c;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	text-align:center;
	border-radius: 3px;
}

.tableedit tr td.tdinput .btnsubmin:hover 
{
	background-color: #4be7b3;
}

.tableedit tr td.tdinput .btnconcel
{
	float:left;
	width:100px;
	height:30px;
	line-height:30px;
	margin-left:50px;
	margin-top:3px;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	text-align:center;
	border-radius: 3px;
	background-color:#d5d9df;
}

.tableedit tr td.tdinput .btnconcel:hover 
{
	background-color: #b2bdcd;
}


.bordertop
{
	border-top:#1cc09f 2px solid;
}

.borderbottom
{
	border-bottom:#1cc09f 2px solid;
}

.margintop
{
	margin-top:10px;
}

.marginbottom
{
	margin-bottom:10px;
}

.paddingbottom
{
	padding-bottom: 10px;
}


