﻿@charset "UTF-8";
/*!
	对话框CSS
	liuyouji
	2018-12-26
	2018-12-30
	2020-12-02
	2021-05-26
*/
/*!
	颜色函数
	liuyouji
	2019-03-24
	2020-12-10
	2022-05-04
*/
/*!
	设置主色调
*/
.lyj-dlg-list {
  /*! 基本样式 */
  /*! 其他主题 */
}
.lyj-dlg-list .dlg-container {
  font-family: 微软雅黑;
  font-size: 14px;
}
.lyj-dlg-list .dlg-container .dlg-bk {
  /*display: none;/**/
  cursor: not-allowed;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #777;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 2000;
}
.lyj-dlg-list .dlg-container .dlg {
  z-index: 2000;
  position: fixed;
  left: 200px;
  top: 200px;
  padding: 0;
  cursor: default;
  border-radius: 5px;
  box-sizing: border-box;
  background: #b3d1e0;
  border: solid 1px #8fa7b3;
  box-shadow: 0 0 5px #555;
  border-collapse: separate;
}
.lyj-dlg-list .dlg-container .dlg iframe {
  box-sizing: border-box;
  border: none;
  border-radius: 2.5px;
}
.lyj-dlg-list .dlg-container .dlg .dlg-title-bar {
  height: 20px;
  line-height: 20px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  box-sizing: initial; /* extjs hack */
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}
.lyj-dlg-list .dlg-container .dlg .dlg-title-bar .dlg-title {
  font-size: 15px;
  float: left;
}
.lyj-dlg-list .dlg-container .dlg .dlg-title-bar .dlg-icon {
  float: left;
  margin: 0 5px 0 0;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  background: #eee;
}
.lyj-dlg-list .dlg-container .dlg .dlg-title-bar .dlg-btn {
  float: right;
  margin: 0 0 0 5px;
  border-radius: 3px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  line-height: 18px;
  font-size: 18px;
  font-family: "Microsoft YaHei" "Microsoft YaHei UI";
  font-weight: normal;
}
.lyj-dlg-list .dlg-container .dlg .dlg-title-bar .dlg-btn-close {
  background: #f55;
}
.lyj-dlg-list .dlg-container .dlg .dlg-title-bar .dlg-btn-close:after {
  content: "×";
}
.lyj-dlg-list .dlg-container .dlg .dlg-title-bar .dlg-btn-close:hover {
  background: #f00;
  box-shadow: 0 0 5px #fff;
}
.lyj-dlg-list .dlg-container .dlg .dlg-title-bar .dlg-btn-max {
  background: #ccc;
  display: none;
}
.lyj-dlg-list .dlg-container .dlg .dlg-client {
  border-radius: 2.5px;
  background: #eed;
}
.lyj-dlg-list .dlg-container .dlg .dlg-client > div {
  font-size: 14px;
}
.lyj-dlg-list .dlg-container .dlg .td-nw,
.lyj-dlg-list .dlg-container .dlg .td-n,
.lyj-dlg-list .dlg-container .dlg .td-ne,
.lyj-dlg-list .dlg-container .dlg .td-w,
.lyj-dlg-list .dlg-container .dlg .td,
.lyj-dlg-list .dlg-container .dlg .td-e,
.lyj-dlg-list .dlg-container .dlg .td-sw,
.lyj-dlg-list .dlg-container .dlg .td-s,
.lyj-dlg-list .dlg-container .dlg .td-se {
  font-size: 0;
}
.lyj-dlg-list .dlg-container .dlg .td-nw,
.lyj-dlg-list .dlg-container .dlg .td-n,
.lyj-dlg-list .dlg-container .dlg .td-ne,
.lyj-dlg-list .dlg-container .dlg .td-sw,
.lyj-dlg-list .dlg-container .dlg .td-s,
.lyj-dlg-list .dlg-container .dlg .td-se {
  height: 5px;
}
.lyj-dlg-list .dlg-container .dlg .td-nw,
.lyj-dlg-list .dlg-container .dlg .td-ne,
.lyj-dlg-list .dlg-container .dlg .td-w,
.lyj-dlg-list .dlg-container .dlg .td-e,
.lyj-dlg-list .dlg-container .dlg .td-sw,
.lyj-dlg-list .dlg-container .dlg .td-se {
  width: 5px;
}
.lyj-dlg-list .dlg-container .dlg .td-nw {
  cursor: nw-resize;
}
.lyj-dlg-list .dlg-container .dlg .td-n {
  cursor: n-resize;
}
.lyj-dlg-list .dlg-container .dlg .td-ne {
  cursor: ne-resize;
}
.lyj-dlg-list .dlg-container .dlg .td-w {
  cursor: w-resize;
}
.lyj-dlg-list .dlg-container .dlg .td {
  cursor: default;
}
.lyj-dlg-list .dlg-container .dlg .td-e {
  cursor: e-resize;
}
.lyj-dlg-list .dlg-container .dlg .td-sw {
  cursor: sw-resize;
}
.lyj-dlg-list .dlg-container .dlg .td-s {
  cursor: s-resize;
}
.lyj-dlg-list .dlg-container .dlg .td-se {
  cursor: se-resize;
}
.lyj-dlg-list .dlg-container:last-child .dlg {
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.4666666667);
  background: #a1bcca;
  border: solid 1px #6b7d86;
}
.lyj-dlg-list .dlg-container:last-child .dlg:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4666666667);
}
.lyj-dlg-list .dlg-container:last-child .dlg-moving {
  filter: alpha(opacity=80);
  opacity: 0.8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4666666667);
}
.lyj-dlg-list .dlg-container:last-child .dlg-moving .dlg-title-bar {
  cursor: move;
}
.lyj-dlg-list .dlg-container:last-child .dlg-moving iframe {
  display: none;
}
.lyj-dlg-list .dlg-container.dlg-theme-winxp .dlg {
  background: linear-gradient(to bottom, #abf 0%, #cfc 100%);
  border: solid 1px #55f;
  border-radius: 5px 5px 0 0;
}
.lyj-dlg-list .dlg-container.dlg-theme-winxp .dlg .dlg-client {
  background: #eee;
}
.lyj-dlg-list .dlg-container.dlg-theme-winxp:last-child .dlg {
  background: linear-gradient(to bottom, #46f 0%, #bfb 100%);
  border: solid 1px #33f;
}
.lyj-dlg-list .dlg-container.dlg-theme-winxp:last-child .dlg:hover {
  background: linear-gradient(to bottom, #33f 0%, #9f9 100%);
  border: solid 1px #00f;
}
.lyj-dlg-list .dlg-container.dlg-theme-winxp:last-child .dlg-moving {
  background: linear-gradient(to bottom, #56f 0%, #bfb 100%);
}
.lyj-dlg-list .dlg-container.dlg-theme-win10 .dlg {
  background: #eee;
  border: solid 1px #999;
  border-radius: 0;
  box-shadow: 0 0 10px #555;
}
.lyj-dlg-list .dlg-container.dlg-theme-win10 .dlg iframe {
  border-radius: 0;
}
.lyj-dlg-list .dlg-container.dlg-theme-win10 .dlg .dlg-title-bar {
  color: #333;
}
.lyj-dlg-list .dlg-container.dlg-theme-win10 .dlg .dlg-title-bar .dlg-icon {
  margin: 0 5px 0 0;
  border-radius: 0px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  background-image: url("win.svg");
  background-size: 100% 100%;
}
.lyj-dlg-list .dlg-container.dlg-theme-win10 .dlg .dlg-title-bar .dlg-btn {
  border-radius: 0px;
  height: 20px;
  width: 30px;
  color: #fff;
}
.lyj-dlg-list .dlg-container.dlg-theme-win10 .dlg .dlg-title-bar .dlg-btn-close {
  background-color: transparent;
  color: #333;
}
.lyj-dlg-list .dlg-container.dlg-theme-win10 .dlg .dlg-title-bar .dlg-btn-close:hover {
  background: #f00;
  color: #fff;
  box-shadow: 0 0 5px #fff;
}
.lyj-dlg-list .dlg-container.dlg-theme-win10 .dlg .dlg-client {
  border-radius: 0;
  background: #fff;
}
.lyj-dlg-list .dlg-container.dlg-theme-win10:last-child .dlg {
  background: #ccc;
  border: solid 1px #777;
  box-shadow: 0 0 25px #555;
}
.lyj-dlg-list .dlg-container.dlg-theme-win10:last-child .dlg:hover {
  background: #ddd;
  border: solid 1px #26f;
  box-shadow: 0 0 25px #555;
}
.lyj-dlg-list .dlg-container.dlg-theme-win10:last-child .dlg-moving {
  background: #ccc;
}

.lyj-dlg-sizing-container {
  display: none; /**/
}
.lyj-dlg-sizing-container .dlg-sizing-bk {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9999;
}
.lyj-dlg-sizing-container .dlg-sizing {
  /*display: none;/**/
  width: 100px;
  height: 100px;
  position: fixed;
  left: 100px;
  top: 50px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-radius: 5px;
  box-sizing: border-box;
  border: solid 1px #00f;
  border-width: 1px;
  *border-width: 0px;
  _border-width: 0px;
  z-index: 2001;
}
.lyj-dlg-sizing-container .dlg-sizing div {
  width: 100%;
  height: 100%;
  background: #00f;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/*! 对话框内容页面 */
html.lyj-dlg-html {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
html.lyj-dlg-html body {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
html.lyj-dlg-html body > div {
  flex: 1 1 auto;
  overflow-y: auto;
}
html.lyj-dlg-html body > div.title {
  flex: 0 0 auto;
  height: 30px;
  min-height: 30px;
  line-height: 26px;
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  background-color: #3d63f8;
  margin-bottom: 5px;
}
html.lyj-dlg-html body > div:last-child {
  flex: 0 0 auto;
  text-align: right;
}
html.lyj-dlg-html body > div:last-child hr {
  margin: 5px 0;
  border-bottom: none;
}
html.lyj-dlg-html body > div:first-child {
  text-align: left;
}

.lyj-dlg-list .dlg-container .dlg .dlg-html-content {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.lyj-dlg-list .dlg-container .dlg .dlg-html-content > div {
  height: 100%;
}
