.controls_extension {
    padding-top:6px;
}

.controls_content {
    font-size: 14px;
    font-style: normal;
    
    text-decoration:none;
    text-transform:none;
    color:000000;
}

.SNError {

    font-size: 16px;
    color: #570404;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    letter-spacing: 0px;
    line-height: 20px;

}

.Product_Selected {
    border: 4px solid #0164a2 ;
}

#myProductList > li{
  border: 4px solid transparent ;
}
#myProductList > li.Product_Selected{
	height: auto;
  border: 4px solid #0164a2 ;
}

.load_extra {
    float:left;
}

.hide {
    display:none;
}

/*** Well Description ***/

.well-Extra {
    width: 280px;
    padding: 15px;
		clear: both;
		box-sizing: border-box;
}

.test_title 
{
     FONT-WEIGHT: bold; 
     FONT-SIZE: 22px; 
     COLOR: #74a273; 
     FONT-FAMILY: "Arial", "新細明體";
}

.description {
 line-height:240%;
}

/***End of Well Description***/


/*** Upload check box ***/
body.show-popup{
	-ms-overflow: hidden;
	    overflow: hidden;
}
body.show-popup:after{
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 120%;
	background: #000;
	background: rgba(0, 0, 0, .5);
	z-index: 100;
}
body.show-popup #popup-box{
	display: block;
}

#popup-box{
	display: none;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 500px;
	max-width: 90%;
	max-height:50%;
	z-index: 101;

}

#popup-box .popup-wrap{
	width: 100%;
	padding: 30px 50px;
	background: #FFF;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#popup-box .popup-head{
	text-align: center;
	font-size: 36px;
	margin-bottom: .5em;
	line-height: 1.2;
}

#popup-box .popup-head.error{
	color: #e30017;
}

#popup-box .popup-content{
	margin: 20px auto;
}

#popup-box .file-result-list{
	list-style: decimal;
}

#popup-box .file-result-list .item .file-name{
	margin-right: 1em;
}

#popup-box .file-result-list .item{
	line-height: 30px;
}


#popup-box .file-result-list .item .control-file{
	position: relative;
}
#popup-box .file-result-list .item .load_extra{
	position: absolute;
	top: -2px;
	left: -32px;
}
#popup-box .file-result-list .item.error .msg{
	color: #d00
}
#popup-box .file-result-list .item.success .msg{
	color: #34A515;
}

#popup-box .next-action{
	text-align: right;
	margin-top: 30px;
}

/* overwirte */
#user-product-zone:after{
	content: "";
	clear: both;
}

.SelProductInfo{
	display: inline-block;
	width: 62%;
	border-right: 1px solid #ccc;
}

#btn_SNCustomInput.right{
	display: inline-block;
	width: 35%;
}

#btn_SNCustomInput.right .controls{
	margin-left: 0;
	padding-left: 20px;
	margin-bottom: 30px;
}


/*** Upload check box END ***/

/*** Page Upload check box START ***/
.FileErrorMsg {
    color: #e30017;
}

.FileSize {
    font-size:14px;
    padding-right:10px;
}

.Font14 {
    font-size:14px;
}

/** 2017/1/13 edit by cherry **/
.btn-addfile{
	position: relative;
	padding: 0 22px 0 38px !important;
	margin: 4px 0 4px;
	height: 30px;
	font-size: 16px;
	line-height: 32px;
	background: #fff;
	border: 1px solid #006ce1;
	color: #006ce1;
	text-align: left !important;
	border-radius: 4px !important;
}

.btn-addfile:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	left: 15px;
	top: 10px;
	background: url("../../img/action_add2.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.btn-addfile:hover{
	color: #fff;
	background: #006ce1 !important;
}
.btn-addfile:hover:before{
	background: url("../../img/action_add2-w.png") 0 -12px no-repeat;
	background-size: 100% auto;
}

.custom-file-upload .control-add img{
	width: 12px;
	height: 34px;
	margin: 0 4px;
	cursor: pointer;
}






