/* 页面容器 */
.pd-input {
	width: 100%;
	min-width: 1340px;
	height:100vh;
	min-height: 600px;
	margin: -8px 0 0 0 ;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: white;
	padding: 0px  20px 20px;
}
.mytable {
	border-collapse: collapse;
	/* width:750px; */
	margin-top: 10px;
	min-height: 180px;
	max-height: 220px;
	height:calc(100% - 700px) ;
}

.mytable thead tr {
	background-color: #e9faff;
	height:50px; 
	font-weight: bold;
}

.mytable tbody {
	background-color: #FAF4FF;
	color: green;
}

.mytable td {
	border: 1px solid #797979;
	height:30px;
	text-align: center;
	font-size: 15px;
}

.mytable td input[type=text] {
	width: 95%;
	height: 95%;
	text-align: center;
	font-size: 16px;
	background-color: #fdfdfd;
	border: 1px solid #ffffff;
	border-radius: 3px;
	color: blue;
}
.biaoti {
	font-family: 微软雅黑;
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
	color: #255e95;
	text-align: center;
	margin: 5px 0px;
	padding: 5px 0px;
}
/* 搜索栏 */
.pdip_fl{
	font-family: 微软雅黑;
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin: 5px 0px;
}
.pdip_fl ul li input{
	width: 140px;
	height: 22px;
	font-size: 15px;
}
.pdip_fl ul li select{
	height: 25px;
	font-size: 15px;
}
.pdip_fl ul li{
	list-style-type: none;
	display: inline;
	line-height: 40px;
	margin-left: 50px;
}
.pdinput-button_l{
	display: inline;
	margin: 10px 0px;
	text-align: center;
}
.pdinput-button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding:6px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.pdinput-button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #4CAF50;
}

.pdinput-button1:hover {
    background-color: #4CAF50;
    color: white;
}

.pdinput-button2 {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}

.pdinput-button2:hover {
    background-color: #008CBA;
    color: white;
}
/* 图表 */
.pdinput-horna {
	display: block;
	width: 100%;
	min-height: 300px;
	height: calc(100% - 700px);
	margin-top: 10px;
	border: 1px solid  rgb(175, 198, 202);
}
.pdinput-horna canvas{
	width: 100%;
}
.sl{
	display: flex;
	width: 100%;
	height: 350px;
	margin-top: 10px;
}
.principal{
	width: 620px;
	height: 230px;
	border: 1px solid  rgb(175, 198, 202);
}
/* 异常模块容器 */
.feedback{
	width: calc(100% - 620px);
	height: 230px;
	border: 1px solid  rgb(175, 198, 202);
}
/* 异常选项样式 */
div.abnormal-tab {
    float: left;
    background-color: #58bcff;
	width: 15%;
	height: 100%;
}

/*异常选项按钮 */
div.abnormal-tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 30px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
}

/* 异常显示按钮悬浮变色 */
div.abnormal-tab button:hover {
	background-color: rgb(93, 250, 242);
}

/* 异常按钮选中样式 */
div.abnormal-tab button.active {
    background-color: rgb(176, 226, 255);
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 5px 12px;
    width: 85%;
    border-left: none;
	height: 100%;
	position: relative;
	overflow:scroll;
	overflow-x: hidden;
}
.tabcontent .tabcontent-msg{
	border: 1px solid lightgray;
	border-radius: 3px;
	padding: 2px;
	margin-top: 3px;
}
.principal {
	text-align: center;
}
.principal ul {
	display: flex;
	flex-flow: row wrap;
}
.pdinput-card {
	list-style-type: none;
	position: relative;
	background-color: rgba(136, 248, 230, 0.6);
	border: 1px solid  rgb(175, 198, 202);
	transition: 0.3s;
	width: 140px;
	height: 96%;
	border-radius: 5px;
	margin: 10px 6px;
}

.pdinput-card img {
	border-radius: 5px 5px 0 0;
	width: 100%;
}

.pdinput-card h2 {
	text-align: center;
	padding: 2px 0px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.pdinput-card p {
	padding: 2px 0px;
	text-align: center;
	font-size: 16px;
	display: block;
}

.pdinput-card p .card-jobNo{
	width: 80px;
	text-align: center;
}

.feedback_container {
	border-radius: 5px;
	padding: 5px 20px;
}
  
.col-25 {
float: left;
width: 25%;
margin-top: 6px;
}

.col-75 {
float: left;
width: 75%;
margin-top: 6px;
}
.col-75>p{
	margin: 2px 0px;
}
.sbm_input{
	position: absolute;
	bottom: 10%;
	left: 4%;
}
  /* 清除浮动 */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
   
  /* 响应式布局 layout - 在屏幕宽度小于 400px 时， 设置为上下堆叠元素 */
  @media screen and (max-width: 400px) {
	.col-25, .col-75, input[type=submit] {
	  width: 100%;
	  margin-top: 0;
	}
  }
.producInput-proceinfo input{
	width: 80px;text-align: center;
}
  /* 确认异常弹框 */
.pd-confirm{
    width: 200px;height: 150px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 45px;left: 250px;
    background-color: white;
    z-index: 500;
}
.message{
    width: 100%;height: 30%;
    background-color: RGB(157, 196, 95);
    border-radius: 5px 5px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-list{
    height: 25%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
/* 预览阴影 */
.preview-shandow{
    width: 100%;
    min-height: 2000px;
    background-color: rgba(200, 200, 200, 0.7);
    position: absolute;
    top: 0px;left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.confirm > .dealuser{
	font-size: 15px;
	height: 20px;
	display: flex;
	justify-content: space-around;
}
.goback{float: right;}
.goback img:hover{border: 1px solid lightblue;border-radius: 5px;box-shadow: 0 0 2px 2px lightblue;padding: 5px;}
.goback img{width: 30px;height: 30px;}