﻿/*调整到easyui目录  \wwwroot\lib\jquery-easyui\themes\bootstrap\style.css zhimin.song 2022-11-10*/
/*
body {
	margin:0; 
	font-size: 9pt; 
	font-family: 宋体,MS SONG,SimSun,tahoma,sans-serif
}
a,input,option,select,textarea,table,tr,td,th {
	font-size: 9pt; 
	font-family: 宋体,MS SONG,SimSun,tahoma,sans-serif
}
*/
select,option,textarea {
	padding-left: 2px
}
/*表格样式*/
/*
.zh-table{
	border:1px solid #cccccc; 
	border-radius :3px; 
	background-color:#FFFFFF; 

	border-collapse:collapse;
	margin-bottom:15px;
} 
.zh-table td,th{
	padding-top:5px;
	padding-bottom:2px;
	border-bottom:1px dashed #cccccc;
	border-right:1px dashed #cccccc;
} 
.zh-table .last td{
	border-bottom:0;
} 
.zh-table .thead-th {
	background:#F4F4F4;
}
.zh-table tbody tr:hover{background:#e5ebee;}
.zh-table tbody tr.odd{background:#f5f8fa;}
*/

.textbox-enable,.textbox-int,.textbox-numeric
{	
	border-right: #CECFCE 1px solid; 
	border-top: #CECFCE 1px solid; 
	border-left: #CECFCE 1px solid; 
	border-bottom: #CECFCE 1px solid; 
	padding-top:3px;
	padding-bottom:3px;

    border: 1px solid #C3CED9;
    border-radius: 5px 5px 5px 5px;
	/*input可编辑文本框控件格式*/
}
.textbox-disabled
{
	border-right: #CECFCE 1px solid; 
	border-top: #CECFCE 1px solid; 
	border-left: #CECFCE 1px solid; 
	border-bottom: #CECFCE 1px solid; 
	background-color: #E7E7E7;	
	padding-top:3px;
	padding-bottom:3px;

    border: 1px solid #C3CED9;
    border-radius: 5px 5px 5px 5px;
	/*input不可编辑文本框控件格式*/
}

.selectbox {
	border-right: #CECFCE 1px solid;
	border-top: #CECFCE 1px solid;
	border-left: #CECFCE 1px solid;
	border-bottom: #CECFCE 1px solid;
	/*height: 21px; */

    border: 1px solid #C3CED9;
    border-radius: 5px 5px 5px 5px;
    /*下拉框*/
}

.hidden
{
	display:none;
	/*隐藏显示*/
}

textarea {
	-moz-box-shadow: 1px 1px 0 #E7E7E7;
	-moz-box-sizing: border-box;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	border-style: solid;
	border-width: 1px;
	font-family: arial,sans-serif;
	/*font-size:13px;*/
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	padding: 2px;
}

/*table*/
/*
.tablelist{margin:0px 0px 0px 0px;border:solid 1px #cbcbcb;clear:both; text-align:center; }
.tablelist th{background:url(../../image/th.png) repeat-x;background-size:100% 100%; height:20px; line-height:20px; border-bottom:solid 1px #b3c6d8;border-right: solid 1px #b3c6d8;white-space:nowrap;}
.tablelist td{line-height:20px; border-right: solid 1px #b3c6d8;border-bottom:solid 1px #b3c6d8;white-space:nowrap;}
.tablelink{color:#056dae;}
.tablelist tbody tr.odd{background:#f5f8fa;}
.tablelist tbody tr:hover{background:#e5ebee;}
*/
/*blue btn*/
/*
.btn-big{margin-right:10px;width:88px;height:29px;border:0px;text-align:center;background:url(../../image/bluebutton.png) no-repeat;color:white;}
.btn-two{margin-right:10px;width:55px;height:23px;border:0px;text-align:center;background:url(../../image/gradienttwo.png) no-repeat;color:black;float:left;}
.btn-four{margin-right:10px;width:80px;height:23px;border:0px;text-align:right;background:url(../../image/gradientfour.png) no-repeat;color:black;float:left;}
.btn-page{margin-left:4px;margin-right:4px;width:16px;height:16px;border:0px;}
*/
.drag_orders{cursor:move;}

/*邮票*/
.mys_stamp {
    position: relative;
}
.mys_stamp:after {
    border: solid 0.1em #d00;
    border-radius: .2em;
    color: #d00;
    content: attr(data-content-after);
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    padding: .1em .5em;
    margin: 0 auto;
    top: 10px;
    right: 60px;
    position: fixed;
    text-transform: uppercase;
    transform-origin: 50% 50%;
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    opacity: .75;
    transform: rotate(-15deg) scale(1);
    z-index: 9999;
}

.mys_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mys_nowrap {
	white-space: nowrap;
}