.popUpInputCustom {
	width: 100%;
}

.popUpInputCustom .popUpLabelInput {
	width: 100%;
	height: 22px;
	border: 1px solid #b3b6b2;
	line-height: 13px;
	padding: 3px 3px 0 3px;
	margin: 0;
	color: #666
}

.popUpInputCustom .triggerBtn {
	border-width: 0;
	cursor: pointer;
	background: url(./../style/ui/img/popUpBtn.gif);
	width: 17px;
	height: 22px;
	margin: 0;
	border: 0
}

.bg_lt_gray {
	background-color: #FAFAEB
}
.popupTriggerBtn {
	border-width: 0;
	cursor: pointer;
	background: url(./../style/ui/img/popUpBtn.gif);
	width: 17px;
	height: 22px;
	margin: 0;
	border: 0
}
.smalltable {
 border-collapse: collapse; 
} 
.smalltable  td {
	height: 24px;
	padding: 3px 3px 0 3px;
    border:1px solid rgb(80, 79, 79);
}
.gridtable td.labelCustom{text-align: right;padding: 8px 4px 8px 0px;}
.droptreeCustom{display: inline;}
.droptreeCustom .droptreeInput{height:22px;border:1px solid #b3b6b2;line-height:13px;padding:3px 3px 0px 3px;margin:0;color:#666;width:100%}
.droptreeCustom .triggerBtn{border-width: 0px;cursor:pointer;background: url(./../style/ui/img/dropBtn.gif);width:17px;height: 22px;margin: 0;border: none;}
#clientName1Label,#clientName2Label,#clientName3Label,#clientName5Label,#clientName6Label{width:100%}
#natureLabel,#STYPELabel,#COLORLabel,#SAMPLEORIGINLabel,#SAMPLETYPELabel,#department_NoLabel,#productIdLabel,#reportcoverLabel,#reportModelLabel,#routeLabel{width:100%;}
#stypeLabel,#CLIENT_SIZELabel,#department_name,table[class='comboBox'] #task_nameLabel,table[class='comboBox'] #product_name,#check_type{width:100%;}
#check_TypeLabel,#projectflagLabel,#SMPL_TYPELabel,#enterpriseLabel,#mcpLinkman2,#mcpLinkman1,#mcpLinkman3,#mcpLinkman5,#mcpLinkman6{width:100%;}


.progress
{
    height: 20px;
    overflow: hidden;
    background-color: #FF9966;
    background-image: -moz-linear-gradient(top, #FF9966, #FF9966);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF9966), to(#FF9966));
    background-image: -webkit-linear-gradient(top, #FF9966, #FF9966);/* (top, #f5f5f5, #f9f9f9) */
    background-image: -o-linear-gradient(top, #FF9966, #FF9966);
    background-image: linear-gradient(to bottom, #FF9966, #FF9966);
    background-repeat: repeat-x;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FF9966', endColorstr='#FF9966', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    
}

 
.progress .bar
{
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
    
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

 
