/*
@import url("pj-single-page.css");
@import url("pj-single-page-analysisTab.css");
@import url("pj-policy-analysis.css");
*/

#draftTab a {
	 display:flex;
	 justify-content:center;
	 align-items:center;
	 min-height:50px;
   border-right:none;

   background:#eee;
   border-top:none;
   border-bottom:1px solid #ddd;
}

#draftTab a.active {
   background:white;
   border-top:4px solid orange;
   border-bottom:none;
}

div.policy_item div.col-12 div.row{
   margin-left: 0px;
   margin-right: 0px;
}

div.attach_padding > div {
   padding-top: 5px;
   padding-bottom: 5px;
}


div.product_sel div.attach_sel {
   padding-left:14px;
   background:#eee;
   border:none;
   border-bottom:2px solid #eee;
}

div.product_sel.key_in div.attach_sel {
   padding-left:36px;
}
   

div.policy_item button.attach_type {
   color:#B2B2B2;
   border-color:#B2B2B2;
}

div.policy_item div.attachment input, 
div.policy_item div.attachment select {
   border:none;
   border-bottom:2px solid #eee;
}

#policy_group select.sel_disable {
   appearance:none;
   -moz-appearance: none;
   -webkit-appearance: none;
   padding-right:0;
   color:black;
   pointer-events:none; /*disable*/
}

#policy_group input.input_disable {
   color:black;
   pointer-events:none; /*disable*/
}

#own-group .own_exclude {
   color:#b2b2b2;
}

#plan_sales > img {
   vertical-align:top;
}
