﻿@charset "utf-8";

ul,ol,dl,p,h1,h2,h3,form,table,th,td,li{
	padding: 0px;
	margin: 0px;
}
li{
	list-style:none;
}
html, body, input {
	padding:0;
	margin:0;
	font:12px arial, sans-serif;
}
.panel-body-noheader span a{
	color:#333;
	margin:0 5px;
}
a {
	outline: none;
}
.input-text {
	border: 1px solid #d4d4d4;
	height: 18px;
	line-height: 20px;
}
.input-text-none {
	border: 1px solid #FFFFFF;
	height: 20px;
	line-height: 20px;
}
.caption{
	font-weight:bold;
	margin-top:10px;
}
.form-tb .label-bg {
	background-color: #e4e4e4;
	text-align: right;
}
.form-tb .label-bg1 {
	background-color: #e4e4e4;
	text-align: left;
}
.form-tb {
	margin:5px 0 10px 0;
	border-collapse: collapse;
}
.form-tb td {
	border: solid 1px #d2d6da;
	height: 28px;
	padding: 0px 5px;
	background-color:#fff;
}
.textareaEdit {
	margin:3px 0px 3px 0px;
}
.comfieldset {
	margin-left:10px;
	border-color:#E2DED6;
	border-width:1px;
	border-style:Solid;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-right:10px;
	margin-top: 5px;
}
.comlegend {
	color:#193256;
	font-size:13px;
	font-weight:bold;
	margin-left: 20px;
}
.pop-wrapper{
	padding:5px 10px 10px 10px;
	margin:0;
}
/*弹出窗最外层容器*/
/*--*/
.head{
	height:70px; 
	line-height: 20px; 
	text-align: right;
	color: #333; 
	padding: 0 10px 0px 0px; 
	animation:systemFade 500ms ease-in backwards;
	background:url(../Images/head.jpg) no-repeat;
}
@keyframes systemFade{
	0%{
		transform:rotateX(90deg);
	}
	
	100%{
		transform:rotateX(0deg);
	}
}
.userInfo{
	margin:15px 20px 0 0 !important;
	padding-bottom:10px;
}
.userInfo i{
	color:#333;
	margin-right:8px;
}
.userName{
	padding-bottom:12px;
}
#userDropMenu{
	width:200px;
}
#userDropMenu li{
	height:16px;
	cursor:pointer;
	padding:8px 10px;
}
#userDropMenu li:hover{
	color:#fff;
	background-color:#76b5e3;
}
.custom{	
	background-color:#EBEBEB;
}

@keyframes treeFadeIn{
	0%{
		transform:translateX(-100px);	
		opacity:0;
	}
	100%{
		transform:translateX(0px);	
		opacity:1;
	}
}
#dTi{
	animation:treeFadeIn 500ms ease-out;
}