/*瀹氫箟婊氬姩鏉″楂樺強鑳屾櫙锛屽楂樺垎鍒搴旀í绔栨粴鍔ㄦ潯鐨勫昂瀵�*/
*::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    background-color: #f5f5f5;
}
/*瀹氫箟婊氬姩鏉＄殑杞ㄩ亾锛屽唴闃村奖鍙婂渾瑙�*/
*::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
/*瀹氫箟婊戝潡锛屽唴闃村奖鍙婂渾瑙�*/
	*::-webkit-scrollbar-thumb{
		height: 20px;
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		background-color: #555;
	}

@font-face {
	font-family: fz;
	src: url('/fonts/pingfangblod.ttf');
}

html,body{
	font: 100% Helvetica, Tahoma, Arial, STXihei, "Microsoft YaHei", "微锟斤拷锟脚猴拷", sans-serif;
	font-size:14px;
	width:100%;
	height:100%;		
	margin:0;
	padding:0;
	background-color:#ffffff;
}


md-dialog{
	min-width:320px;	
	min-height:100px;	
	max-width:10000px;
	max-height:10000px;
	font-size:18px;
}

md-dialog .md-title{
	color:rgb(16,108,200);
	font-size:16px;
}

md-dialog ._md-dialog-content-body{
	text-align:left;
}

md-dialog .md-button{
	font-size:14px;	
}

body,div,table,tr,td{
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}

#errhint{float:left;font-size:16px;line-height:42px;height:42px;margin-left:10px;color:rgb(229,57,53);text-overflow:ellipsis;white-space:nowrap;max-width:240px;overflow:hidden;}

md-dialog .md-actions, md-dialog md-dialog-actions{min-height:42px;}

.formerror{color:rgb(244,67,54);font-size:14px;}


md-switch{margin:0}

md-toast{text-align:center;left:50%;margin-left:-152px;}

.md-datepicker-input{
	font: 100% Helvetica, Tahoma, Arial, STXihei, "Microsoft YaHei", "微锟斤拷锟脚猴拷", sans-serif;
}
md-datepicker{background:#ffffff;}

#pagelist,.pagelist,input{
	font: 100% Helvetica, Tahoma, Arial, STXihei, "Microsoft YaHei", "微锟斤拷锟脚猴拷", sans-serif;
}

label{
	margin-bottom: 0px;
	font-weight:normal;
}


md-tabs-canvas{
	border-bottom:1px solid #dedede;
}

.am-form-group{margin-bottom:0;}

#loaddialog{height:160px;}

.am-dimmer{z-index:980;}


md-input-container .md-errors-spacer{min-height:0px;}
._md-text{font-size:inherit !important;}

element.style {
    transform-origin: 44px 15px 0px;
}
._md-select-menu-container._md-active md-select-menu {
    transition: all .4s cubic-bezier(.25,.8,.25,1);
    transition-duration: 150ms;
}
md-select-menu{min-height:0;}
md-select-menu md-content{min-width:0;min-height:0;padding:0;}
md-select-menu md-option{height:36px;}
md-select-menu:not(._md-overflow) md-content{padding:0;}

.mysamplemodal md-input-container .md-errors-spacer{min-height:25px;}

form td{vertical-align:top;}


.am-btn,.am-selected-list,.am-input-sm{
    font-size: 14px;
}
.am-input-sm{
	font-size: 14px!important;	
}
.am-selected-search {
    padding: 0px 2px 5px 2px;
}


.divtable{
	width:100%;
	display: table;
	table-layout:fixed;	
}

.divcell{
	display: table-cell;
    vertical-align: middle;
    text-align:center;
}

.am-selected-list .am-selected-list-header {
    font-size: 14px;
}
/*元素滚动条隐藏，但是也能滚动*/
    .scrollcontainer-hide {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */}
    .scrollcontainer-hide::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;}
