@CHARSET "utf-8";

.center {
	margin-left: auto;
	margin-right: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.modal-dialog {
	margin-left: auto;
	margin-right: auto;
}

.modal-header {
	padding: 13px;
}

.modal-header h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}

.modal-body {
	font-size: 14px;
}

.modal-content {
	border-radius: 3px;
}

.btn,.btn-chart-add,.menus,.tools,.btn-s{
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.btn-s {
	display: inline-block;
	width: 110px;
	height: 30px;
	cursor: pointer;
	color: #fff !important;
	text-align: center;
	line-height: 30px;
	margin-right: 30px;
	background: url("/static/images/btn-confirm.png");
}

.btn-s:HOVER {
	background: url("/static/images/btn-confirm-click.png");
	text-decoration: none;
	color: #fff !important;
}

.alert-btn-close {
	margin-right: 10px;
	background: url("/static/images/cacel-btn.png");
}

.alert-btn-close:HOVER {
	background: url("/static/images/cacel-btn-hover.png");
}

.alert-btn-submit {
	margin-right: 10px;
}

.dialog-btn-cancel {
	margin-right: 0px;
	background: url("/static/images/cacel-btn.png");
}

.dialog-btn-cancel:HOVER {
	background: url("/static/images/cacel-btn-hover.png");
}

.dialog-btn-clear {
	margin-right: 10px;
}

.dialog-footer {
	padding-left: 0px;
	padding-right: 0px;
}

.alert-footer {
	text-align: center;
}

.alert .modal-dialog {
	width: 450px;
}

.alert .modal-body {
	height: 80px;
}

.dialog .modal-header h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.dialog .modal-body {
	
}

.dialog-btn-close {
	
}

.dialog-btn-close {
	background: url("/static/images/cacel-btn.png");
}

.dialog-btn-close:HOVER {
	background: url("/static/images/cacel-btn-hover.png");
}

.dialog-btn-submit {
	margin-right: 10px;
}

.dialog-footer {
	text-align: center;
}

.loadding {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999999999999;
	background: #000;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	text-align: center;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

.loadding img {
	width: 40px;
	position: relative;
	top: 45%;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

.imgDialog{
	z-index: 99999999;position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;	
}
.imgDialog .imgDialog_fade{
	position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;background: #000;opacity: 0.8;
}
.imgDialog .imgDialog_close_btn{
	position: fixed;right: -55px;top: -55px;width: 130px;height: 130px;background: #fff;border-radius:100%;line-height: 80px;color: #000;cursor: pointer;
}
.imgDialog .imgDialog_close_btn i{
	font-size: 38px;margin-top: 30px;position: relative;top: 45px;left: 25px;
}
.imgDialog .imgDialog_close_btn:HOVER{
	background: #1E9FFF;color: #fff;
}


.videoDialog{
	z-index: 99999999;position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;	
}
.videoDialog .videoDialog_fade{
	position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;background: #000;opacity: 0.8;
}
.videoDialog .videoDialog_close_btn{
	position: fixed;right: -55px;top: -55px;width: 130px;height: 130px;background: #fff;border-radius:100%;line-height: 80px;color: #000;cursor: pointer;
}
.videoDialog .videoDialog_close_btn i{
	font-size: 38px;margin-top: 30px;position: relative;top: 45px;left: 25px;
}
.videoDialog .videoDialog_close_btn:HOVER{
	background: #1E9FFF;color: #fff;
}


.audioDialog{
	z-index: 99999999;position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;	
}
.audioDialog .audioDialog_fade{
	position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;background: #000;opacity: 0.8;
}
.audioDialog .audioDialog_close_btn{
	position: fixed;right: -55px;top: -55px;width: 130px;height: 130px;background: #fff;border-radius:100%;line-height: 80px;color: #000;cursor: pointer;
}
.audioDialog .audioDialog_close_btn i{
	font-size: 38px;margin-top: 30px;position: relative;top: 45px;left: 25px;
}
.audioDialog .audioDialog_close_btn:HOVER{
	background: #1E9FFF;color: #fff;
}

