﻿body {
    font-family: verdana,helvetica,arial,sans-serif;
    padding: 20px;
    font-size: 12px;
    margin: 0;
}
.hidden { display: none !important; }
.label-success {color: #5cb85c; }
.label-danger {color: #d9534f; }
.label-warning {color:#d55050;padding:2px;}
form table{ white-space: nowrap;}
.form-label { text-align: right; }
.h-100{height:100% !important}
.w-100{width:100% !important}
.wh-100{width:100%; height:100% !important}
.border-none {border:none !important}

/*#region 图标*/
.icon_key{background:url('/Content/Img/icon/icon_key.png') no-repeat center center;}
.icon_skin_lightBlue {background:#cae1ff !important;width:1.25em;font-size:14px;line-height:14px;text-align:center;}
.icon_skin_darkBlue {background: #364150 !important;width:1.25em;font-size:14px;line-height:14px;text-align:center;}
.icon_skin_gray {background: #d4d4d4 !important;width:1.25em;font-size:14px;line-height:14px;text-align:center;}
/*#endregion*/

.allot{float: left;width: 90%;margin:0 4px 16px 4px !important;height:34px;} /*表格左右选择*/

.only-border-buttom {border-left: none;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    height: 22px;
    line-height: 22px;
    border-radius: 0 !important;}/*使easyui控件只保留下边框*/

.input-dbclick { background-color: #95b8e7 !important; } /*easyui控件双击效果*/

.tabs-narrow{height:28px !important;padding-left:2px !important;} /*narrow类型tab增加边距*/
.tabs-narrow li, .tabs-header-bottom .tabs-narrow li{margin-top: 2px !important;}

table{ border:0;margin:0;border-collapse:collapse;border-spacing:0; }
table td{ padding:2px 2px; }

.clearfix {*zoom:1; height:100%; overflow:hidden;}/*清除浮动*/
.clearfix:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}

.amCharts_balloon_div{text-align:left}
.amcharts-chart-div {min-height: 200px !important;}
.amChartsLegend.amcharts-legend-div {max-height: 200px !important;overflow-y: auto !important;}

.badge { color: #fff; background:#1caf9a; padding: 1px 4px; border-radius: 10px; font-size: 12px; }

input[disabled],input:disabled{ color: #000;opacity: 1;filter:alpha(opacity:100);  -moz-opacity:1; -khtml-opacity: 1;}/*input disabled状态的样式修改*/
.textbox-disabled, .textbox-label-disabled {opacity: 0.86; filter: alpha(opacity=86); -moz-opacity:0.86;-khtml-opacity: 0.86;}

.input-barcode .textbox-text {
    font-size: 25px !important;
    background: #eaffff !important;
    width:210px !important; height:35px !important;
}
.input-barcode{
    width:210px !important; height:35px !important;
}