﻿/*弹出框*/
.window{
	padding: 0px;
}

.window-proxy-mask, .window-mask {
	background: rgb(0, 0, 0) !important;
	opacity: 0.3 !important;
}

.panel.window{
	background: #fff;
	border-radius: 5px;
	padding: 0;
}

.window, .window .window-body{
	border: 0px !important;
}

.window .window-body{
	/*padding: 15px;*/
    /*box-sizing: border-box;*/
}

.window .window-header{
	border-bottom: 1px solid #eee;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	padding: 0px !important;
	box-sizing: border-box;
}

.window .window-header .panel-with-icon{
	height: 40px;
	background-color: #fff;
	line-height: 40px;
	font-size: 15px !important;
	font-weight: bold;
	color: #0D5997;
	font-family: Microsoft YaHei !important;
	box-sizing: border-box;
	cursor: default !important;
}

.window-shadow{
	border-radius: 5px;
	box-shadow: none;
}

.window .window-header .panel-icon{
	left: 10px !important;
	width: 3px;
	height: 14px !important;
	background: #0B6FC0;
	top: 13px !important;
	margin-top: 0px !important;
}

.window .window-header .panel-tool{
	right: 20px !important;
	top: 13px !important;
	margin-top: 0px !important;
}

.panel-tool a{
	width: 14px !important;
	height: 14px !important;
	opacity: 0.6;
	margin: 0px !important;
}

.panel-tool-close{
	  background: url('/SubSystem/newUI/skin/blue/image/Close.png') !important;
}

.panel-tool a:hover {
  background-color: transparent;
}

/*解决与dialog-custom.css样式未去除冲突问题*/
.panel-tool-close:hover {
  background-position: initial !important;
}

/*confirm弹出框样式*/
.messager-window{
	top: 50px !important;
}

.messager-window .window-shadow{
	display: none !important;
}

.window-shadow{
	display: none !important;
}

.messager-window .panel-title{
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
  box-sizing: border-box;
  font-size: 15px !important;
  font-weight: bold;
  color: #0D5997;
}

.messager-question{
	display: none;
}

.messager-button a{
  padding: 2px;
  font-size: 14px !important;
  background: #0b6fc0 !important;
  color: white;
  width: 60px !important;
  text-align: center;
  line-height: 14px;
  height: 30px;
  border: 1px solid #0b6fc0;
  box-shadow: 0 0 10px 0 #e5e6e7;
  margin: 0px 10px;
  text-indent: 0;
}

.messager-button .l-btn:hover{
	padding: 2px;
  font-size: 14px !important;
  background: #0b6fc0 !important;
  color: white;
  width: 60px !important;
  text-align: center;
  line-height: 14px;
  height: 30px;
  border: 1px solid #0b6fc0;
  box-shadow: 0 0 10px 0 #e5e6e7;
  margin: 0px 10px !important;
  text-indent: 0;
}

.messager-window .messager-body{
  padding-top: 10px !important;
  text-align: center;
}

.messager-window .messager-button{
	padding-bottom: 10px;
}

/*修改dialog对话框样式*/
.dialog-button {
	top: 0px !important;
	border-width: 1px 0 0 0 !important;
	border-color: #ddd !important;
}

.dialog-button .l-btn{
	font-size: 14px !important;
	background: #0b6fc0 !important;
	color: white;
	width: auto;
	text-align: center;
	line-height: 14px;
	height: 30px;
	border: 1px solid #0b6fc0;
	box-shadow: 0 0 10px 0 #e5e6e7;
	margin: 0px 10px;
	text-indent: 0;
	min-width: 50px;
	border-radius: 4px;
	margin: 0px 10px;
	padding: 0px 5px;
	outline: none;
}

.dialog-button .l-btn:hover{
	cursor: pointer;
	border: 1px solid #0b6fc0;
	background-color: #ffffff !important;
	color: #0b6fc0;
}

.dialog-button .l-btn .l-btn-text{
	line-height: 30px;
}