#pdctfinder_settings .w100 {
    position: relative;
    display: inline-block;
    width: 100%;
}

#pdctfinder_settings .w33 {
   width: 33%;
}

#pdctfinder_settings .w20 {    
    width: 20%;	
}

#pdctfinder_settings .w13 {    
    width: 13%;	
}

#pdctfinder_settings .w10 {    
    width: 10%;	
}

#pdctfinder_settings .w5 {    
    width: 5%;	
}

.pfinder_table table {
    width: 100%;
    padding: 10px;
    border-spacing: 0;	
	font-size: 12px;
}

.pfinder_table table .tr2{
    height: 55px;
	vertical-align: top;	
}

.pfinder_table table .td1{
    padding-top: 5px;
	padding-bottom: 20px;
}

.pfinder_table table .td1r{
    padding-right: 5px;	
}

.pfinder_table table p.form-field{
	padding:2px !important;
	margin:0 !important;	
}

.pfinder_table table .inputmax p .short{
	width: 100%;
}

.pfinder_table table .inputmax2 input{
	width: 100%;
}

.pfinder_table table p label{
	padding:0;
	margin:0;	
}

.pfinder_table table tr td span.spinner1 {
    float: none;
    left: 3px;			
	position:absolute;
}

.pfinder_table table tr td button {  
	margin: 0;		
	max-width:70%;
	float:right;		
}

.pfinder_table table tr .checkb label{
	width:auto;
	padding-left: 4px;      
}

.pfinder_table table tr td .span_rm{
	color: #A6A7A7;
	margin-top: 5px;
    margin-right: 10px;	
}

.pfinder_table table tr td .span_rm:hover {
    cursor: pointer;
}

.pfinder_table table tr td .span_cp{
	color: #A6A7A7;
	margin-top: 5px;
   
}

.pfinder_table table tr td .span_cp:hover {
    cursor: pointer;
}

.pfinder_table table tfoot tr td{  	
   border:1px solid #E8D3B7;
   border-style:solid none;   
   background-color: #F7F7F7;
   padding: 5px;
   
}

.pfinder_table table tfoot tr td:first-child {
   border-right-style:solid;
   border-bottom-right-radius:10px;
   border-top-right-radius:10px;
   padding-right: 5px;   
}

.pfinder_table table tfoot tr td:last-child {   
   border-left-style:solid;
   border-top-left-radius:10px;
   border-bottom-left-radius:10px;
}

.pfinder_table .lnkoption{
	width: 100%;
}

.pfinder_table .vibr{
    padding-top: 25px;
	font-weight: bold;
}

.pfinder_table .vibr2{
    padding-top: 10px;
	font-weight: bold;
}

.pfinder_product_scrap{
    color: #9E9D9D;	
}

.pfinder_product_scrap:hover {
    cursor: pointer;
}

.pfinder_product_p{
    font-size: 14px;
	margin: 10px 0;
}

.pfinder_product_dv{
    width: 100%;
	padding:10px 0 15px 0;
	overflow:auto;	
}

.pfinder_product_bg{
    background-color:#f2f2f2; 			
	border: 1px solid #dcdbdb;
	border-radius: 3px;		
	margin-top: 1px;			
	width: 100%;
	padding: 2px;
	display: flex;
	
}

.pfinder_product_bg1{
	display: flex;	
	align-items: center;
    width: 80%;		
}

.pfinder_product_bg2{
	display: flex;	
	align-items: center;	    
	flex: 1;
	justify-content: left;
	width: 20%;	
}

.pfinder_product_bg1_img {		
    width: 30px;
	height: 30px;	
}

.pfinder_product_bg1_span {		
    padding-right: 10px;
	font-size: 13px;
	color: #212020;		
}

.pfinder_product_btn {
	width: 85px;
	height: 30px;
	padding: 1px;
	margin-left: 2px;
	border: 1px solid #008cba;
	background-color: #ffffff;
	border-radius: 5px;	
	transition-duration: 0.4s;
	color: #373737;	
	font-size: 13px;	
}
	
.pfinder_product_btn:hover {
	border: 1px solid #008cba;
	background-color: #008cba;
	color: #ffffff;	
	cursor: pointer;
}

.pfinder_acheck:hover {
    cursor: pointer;
}

.pfinder_shop:hover {
    cursor: pointer;
}

.pfinder_product_tr {
	display:none;
}

.settlogo_rm{
	color: #A6A7A7;		
    vertical-align:bottom;
    margin-right: 5px;		
}

.settlogo_rm:hover {
    cursor: pointer;
}

.settlogo_hd {
	display: none;
}

.pf_selectlogo{
	border: 1px solid #DBDBDB;	
    vertical-align:bottom;
}

/* ////// */
.pf_dropspn {      
  cursor: pointer;
}

.pf_dropdown {
  position: relative;
  display: inline-block;
}

.pf_dropdown_content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.pf_dropdown_content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.pf_dropdown_content a:hover {background-color: #ddd}

.pf_dropdown_show {display:block;}
