html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
*{outline:none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}
ol, ul {
	list-style: none;
}
em,i{
	font-style: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    color:  #676f81;
    text-decoration: none;
}
.font-0 {
    font-size: 0!important;
}
html{
	height:100%;
}
body{
	width: 100%;
	background-color: #f5f8f9;
	margin: 0;
    height:100%;
    overflow: hidden;
}
.ver-T {
    display: inline-block;
    vertical-align: top;
}
.bg-white{
	background-color: #ffffff;
}
em{
    color: #35c2be;
}
.float-left{
	float:left;
}
.float-right{
    float: right;
}
.text-center{
	text-align: center;
}
/*清除ie浏览器input框默认的X*/
input::-ms-clear{
	display:none;
}



/*表格操作 start*/
.table tbody tr td span{
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 22px;
	color: #ffffff;
	line-height: 22px;
	font-size: 0;
	text-align: center;
	cursor: pointer;
	user-select: none;
	margin-right: 10px;
}
.table tbody tr td span:last-child{
	margin-right: 0;
}
.table tbody tr td .edit{
	background: url(../../images/btn_form_edit.png) center no-repeat;
	background-size: 36px 22px;
}
.table tbody tr td .edit:hover{
	background: url(../../images/btn_form_blue.png) center no-repeat;
	font-size: 12px;
}
.table tbody tr td .edit:active{
	background: url(../../images/btn_form_blue_p.png) center no-repeat;
	font-size: 12px;
}
.table tbody tr td .delete{
	background: url(../../images/btn_form_del.png) center no-repeat;
	background-size: 36px 22px;
}
.table tbody tr td .delete:hover{
	background: url(../../images/btn_form_red.png) center no-repeat;
	font-size: 12px;
}
.table tbody tr td .delete:active{
	background: url(../../images/btn_form_red_p.png) center no-repeat;
	font-size: 12px;
}
.table tbody tr td .detail{
	background: url(../../images/btn_form_details_2.png) center no-repeat;
	background-size: 36px 22px;
}
.table tbody tr td .detail:hover{
	background: url(../../images/btn_form_green.png) center no-repeat;
	font-size: 12px;
}
.table tbody tr td .detail:active{
	background: url(../../images/btn_form_green_p.png) center no-repeat;
	font-size: 12px;
}
/*表格操作 end*/

/*删除弹窗 start*/
.tc-delete-class{
	display: none;
	height: 174px;
	width: 343px;
	box-sizing: border-box;
	border-radius: 5px;
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0px 0px 30px #aeb1ba;
}
.tc-delete-class h1{
	line-height: 1;
	font-size: 22px;
	color: #676f81;
	margin-top: 42px;
	text-align: center;
}
.tc-delete-class .box{
	margin-top: 38px;
	text-align: center;
}
.tc-delete-class .box span{
	width: 86px;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	user-select: none;
	font-size: 14px;
}
.tc-delete-class .box span.cancel{
	background: url("../../images/btn_white_86_32_n.png") center no-repeat;
	background-size: 86px 32px;
	color: #4bcaca;
	margin-right: 36px;
}
.tc-delete-class .box span.confirm{
	background: url("../../images/btn_green_86_32_n.png") center no-repeat;
	background-size: 86px 32px;
	color: #ffffff;
}
.tc-delete-class .tip{
	display: none;
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
	font-size: 14px;
	width: 184px;
	height: 53px;
	line-height: 53px;
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 4px;
	text-align: center;
}
/*删除弹窗 end*/


.smart-dlg .ui-dialog-close{
	font-size: 0;
	width: 34px;
	height: 34px;
	box-sizing: border-box;
	background: url(../../images/btn_exit_n.png) center no-repeat;
	background-size: 34px;
	cursor: pointer;
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
}
.smart-dlg .ui-dialog-header{
	border: none;
	position: relative;
}
.smart-dlg .ui-dialog-title{
	border-bottom: 1px solid #f2f6f9;
	font-size: 22px;
	color: #676f81;
	font-weight: normal;
	opacity: inherit !important;
	padding: 0 0 0 22px;
	width: 100%;
	box-sizing: border-box;
	height: 56px;
	line-height: 56px;
}

.smart-dlg .ui-dialog-footer{
	padding: 20px 20px 56px 20px;
}
.smart-dlg .ui-dialog-button{
	width: 100%;
	text-align: center;
}
.smart-dlg .ui-dialog-footer button{
	width: 86px;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-ms-user-select: none;
	font-size: 14px;
	border: none;
	border-radius: unset;
	padding: 0;
}
.smart-dlg .ui-dialog-footer button{
	background: url("../../images/btn_white_86_32_n.png") center no-repeat;
	background-size: 86px 32px;
	color: #4bcaca;
	margin-right: 36px;
}

.smart-dlg .ui-dialog-footer button.ui-dialog-autofocus{
	background: url("../../images/btn_green_86_32_n.png") center no-repeat;
	margin-right: 0;
	color: #ffffff;
}


/*删除弹窗皮肤（dialog） start */
.delete-dlg{
	height: 174px;
	width: 343px;
	box-sizing: border-box;
	border-radius: 5px;
	border: none;
}
.delete-dlg .ui-dialog-grid{
	height: 100%;
	width: 100%;
}
.delete-dlg .ui-dialog-grid tbody tr:first-child{
	display: none;
}
.delete-dlg .ui-dialog-body{
	font-size: 22px;
	color: #676f81;
	height: 22px;
	line-height: 22px;
	padding: 42px 0 38px 0;
}
.delete-dlg .ui-dialog-footer{
	padding: 0;
}
.delete-dlg .ui-dialog-button{
	width: 100%;
	font-size: 0;
	text-align: center;
}
.delete-dlg .ui-dialog-footer button{
	width: 86px;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-ms-user-select: none;
	font-size: 14px;
	border: none;
	border-radius: unset;
	padding: 0;
	background: url("../../images/btn_white_86_32_n.png") center no-repeat;
	background-size: 86px 32px;
	color: #4bcaca;
	margin-left: 0;
	margin-right: 36px;
}
.delete-dlg .ui-dialog-footer button.ui-dialog-autofocus{
	background: url("../../images/btn_green_86_32_n.png") center no-repeat;
	margin-right: 0;
	color: #ffffff;
}
/*删除弹窗皮肤（dialog） end */

/*添加弹窗皮肤*/
.smart-add-dlg .ui-dialog-close{
	font-size: 0;
	width: 34px;
	height: 34px;
	box-sizing: border-box;
	background: url(../../images/btn_exit_n.png) center no-repeat;
	background-size: 34px;
	cursor: pointer;
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
}
.smart-add-dlg .ui-dialog-header{
	border: none;
	position: relative;
}
.smart-add-dlg .ui-dialog-title{
	border-bottom: 1px solid #f2f6f9;
	font-size: 22px;
	color: #676f81;
	font-weight: normal;
	opacity: inherit !important;
	padding: 0 0 0 22px;
	width: 100%;
	box-sizing: border-box;
	height: 56px;
	line-height: 56px;
}
.smart-add-dlg .ui-dialog-footer{
	padding: 20px 20px 36px 20px;
}
.smart-add-dlg .ui-dialog-button{
	width: 100%;
	text-align: center;
}
.smart-add-dlg .ui-dialog-footer button{
	width: 86px;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-ms-user-select: none;
	font-size: 14px;
	border: none;
	border-radius: unset;
	padding: 0;
}
.smart-add-dlg .ui-dialog-footer button{
	background: url("../../images/btn_white_86_32_n.png") center no-repeat;
	background-size: 86px 32px;
	color: #4bcaca;
	margin-right: 36px;
}
.smart-add-dlg .ui-dialog-footer button.ui-dialog-autofocus{
	background: url("../../images/btn_green_86_32_n.png") center no-repeat;
	margin: 0;
	font-size: 14px;
	color: #ffffff;
}


.pace.pace-inactive {
	display: none;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	z-index: 2000;
	position: fixed;
	height: 60px;
	width: 100px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.pace .pace-progress {
	z-index: 2000;
	position: absolute;
	height: 60px;
	width: 100px;

	-webkit-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.pace .pace-progress:before {
	content: attr(data-progress-text);
	text-align: center;
	color: #fff;
	background: #408080;
	border-radius: 50%;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 1;
	padding: 20% 0 7px;
	width: 50%;
	height: 40%;
	margin: 10px 0 0 30px;
	display: block;
	z-index: 999;
	position: absolute;
}

.pace .pace-activity {
	font-size: 15px;
	line-height: 1;
	z-index: 2000;
	position: absolute;
	height: 60px;
	width: 100px;

	display: block;
	-webkit-animation: pace-theme-center-atom-spin 2s linear infinite;
	-moz-animation: pace-theme-center-atom-spin 2s linear infinite;
	-o-animation: pace-theme-center-atom-spin 2s linear infinite;
	animation: pace-theme-center-atom-spin 2s linear infinite;
}

.pace .pace-activity {
	border-radius: 50%;
	border: 5px solid #408080;
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 100px;
}

.pace .pace-activity:after {
	border-radius: 50%;
	border: 5px solid #408080;
	content: ' ';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	height: 60px;
	width: 100px;

	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}

.pace .pace-activity:before {
	border-radius: 50%;
	border: 5px solid #408080;
	content: ' ';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	height: 60px;
	width: 100px;

	-webkit-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	transform: rotate(120deg);
}

@-webkit-keyframes pace-theme-center-atom-spin {
	0%   { -webkit-transform: rotate(0deg) }
	100% { -webkit-transform: rotate(359deg) }
}
@-moz-keyframes pace-theme-center-atom-spin {
	0%   { -moz-transform: rotate(0deg) }
	100% { -moz-transform: rotate(359deg) }
}
@-o-keyframes pace-theme-center-atom-spin {
	0%   { -o-transform: rotate(0deg) }
	100% { -o-transform: rotate(359deg) }
}
@keyframes pace-theme-center-atom-spin {
	0%   { transform: rotate(0deg) }
	100% { transform: rotate(359deg) }
}










.loading-panel{
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-image: url("http://img.uclass.ruijie.com.cn/smartclass/file/loading.gif");
	background-size: 100px 100px;
	background-position: center center;
	background-repeat: no-repeat;
}



.ztree{
	overflow: auto;
}
.ztree *{
    font-size: 18px;
}
.ztree li{
    background-color: rgb(255, 255, 255);
    color: rgb(103, 111, 129);
    font-size: 18px;
}

.ztree li a{
    line-height: 34px !important;
	height: 34px !important;
	color: rgb(103, 111, 129);
	text-decoration: none !important;
	/*width: 100%;*/
}
.ztree li a.curSelectedNode{
	background-color: #f5f8f9;
	color: #35c2be;
	border: none;
}
.ztree li span.button.switch{
	height: 34px;
}
.ztree li span.button.noline_open{
    background: url(../../images/ico_arrow_down.png) center no-repeat;
    background-size: 8px 4px;
}

.ztree li span.button.noline_close{
    background: url(../../images/ico_arrow_up.png) center no-repeat;
    background-size: 8px 4px;
}

.ztree li span.button.edit{
	width: 12px;
    height: 34px;
    background: url("../../images/ico_tree_edit.png") center no-repeat;
    background-size: 12px;
}
.ztree li span.button.remove{
	width: 12px;
    height: 34px;
    background: url("../../images/ico_tree_del.png") center no-repeat;
	background-size: 12px;
	margin-left: 4px;
}
