.window,
.window .window-body {
  background-color: #fff;
  background: #fff;
  border: none;
  filter: none;
  min-height: 125px;
}
.window .window-header {
  border: none;
  height: 52px;
  text-align: center;
  line-height: 52px;
  filter: none;
  background-color: #ffffff;
  border-bottom: 1px solid #DFDFDF;
  padding: 0;
}
.window .window-header .panel-title {
  height: 52px;
  line-height: 52px;
  padding: 0 24px;
  color: #333333;
  font-size: 16px;
  text-align: left;
}
.dialog-toolbar,
.dialog-button {
  background-color: #fff;
  background: #fff;
}
.window,
._window {
  position: absolute;
  border-radius: 10px;
  behavior: url(PIE.htc);
}
._window {
  display: none;
  width: 500px;
  height: 200px;
  background: #fff;
}
.messager-window {
  border: 1px solid #ccc;
}
.panel-title {
  text-align: center;
  font-size: 17px;
  height: 38px;
  line-height: 38px;
  font-weight: normal;
  color: #333;
}
.window-proxy-mask,
.window-mask {
  background-color: rgba(0, 0, 0, 0.4);
  /*background: #000;
  opacity: .7;*/
}
.window-shadow {
  display: none !important;
}
a.panel-tool-close {
  margin-top: 21px;
}
.panel-tool {
  height: inherit;
  top: 10px !important;
  right: 20px !important;
  overflow: visible;
}
.dialog-button {
  text-align: right;
  border: none;
  border-top: 1px solid #DFDFDF;
  padding: 10px 24px;
}
.dialog-button a {
  color: #fff;
  box-sizing: border-box;
  min-width: 65px;
  height: 36px;
  background: #6B8CB5;
  display: inline-block;
  filter: none;
  overflow: hidden;
  border: 1px solid #6B8CB5;
  margin: 0;
  outline: none;
  border-radius: 8px;
  behavior: url(PIE.htc);
  padding: 0 10px;
}
.dialog-button a:hover {
  border: 1px solid #6B8CB5;
  color: #fff !important;
  background: #6B8CB5 !important;
  filter: brightness(1.1);
}
.dialog-button a:hover span {
  background: #6B8CB5;
}
.dialog-button .l-btn-left {
  width: 100%;
  height: 100%;
  line-height: 34px;
  background: transparent;
  letter-spacing: 3px;
}
.dialog-button .l-btn-left span {
  font-size: 14px;
  vertical-align: baseline;
}
.dialog-button:not(.cancel-main) a:nth-of-type(2) {
  margin-left: 8px !important;
  background: #fff;
  border: 1px solid #6B8CB5;
  color: #6B8CB5;
}
.cancel-main a:nth-of-type(1) {
  background: #fff;
  border: 1px solid #6B8CB5;
  color: #6B8CB5;
}
.messager-body {
  /*color: #1E7ECE;*/
  color: #262626;
  font-size: 18px;
  text-align: center;
}
ul.tooltip-controller {
  padding: 0;
}
.modelDialog {
  padding-top: 10px;
  box-sizing: border-box;
}
.modelDialog .form > div {
  padding-left: 50px;
}
.modelDialog .form > div::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}
.modelDialog .form > div::-webkit-scrollbar-thumb {
  border-radius: 8px;
  box-shadow: inset 0 0 5px #6B8CB5;
  -webkit-box-shadow: inset 0 0 5px #6B8CB5;
  background: #6B8CB5;
}
.modelDialog .form > div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}
/*.panel-body{
     font-size: 14px;
}*/
.messager-window .messager-body,
.messager-window .window-body-noheader,
.messager-window .panel-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.messager-window .messager-body div:nth-child(1),
.messager-window .window-body-noheader div:nth-child(1),
.messager-window .panel-body div:nth-child(1) {
  font-size: 14px;
  /*margin-top: 35px;*/
  background: #fff;
  width: 1px;
}
.messager-window .messager-body div:nth-child(1) + div,
.messager-window .window-body-noheader div:nth-child(1) + div,
.messager-window .panel-body div:nth-child(1) + div {
  width: calc(100% - 25px);
}
