.qf_provsn ul.inline-qbtns{overflow:initial;}
.qf_provsn .qf_emp_dev_stats > div .xs_md_icon{font-size: 16px; margin-top: 5px;}
.qf_provsn .prov_pend_rqst{position: relative;}
.qf_provsn .prov_pend_rqst .customPopover{width: 600px;right: 260px; z-index: 99;}
.qf_provsn .prov_pend_rqst .customPopover::before, .customPopover::after{border-style: solid; border-width: 10px 0 10px 10px;right: -10px ;left: inherit; border-color: transparent transparent transparent rgba(0,0,0,0.23);}
.qf_provsn .prov_pend_rqst .customPopover::after{
    border-color: transparent transparent transparent #fff !important;
    border-width: 10px 0 10px 10px !important;
    top: 22px !important;
    right: -10px;
    left: inherit !important;
}
.history_view_popup{border:1px solid rgba(0,0,0,0.12);}
.history_view_popup > div{padding:8px;}
.history_view_popup > div.light-gray-bg{border-bottom: 1px solid rgba(0,0,0,0.12);}
.history_wiz > div > div.rows:before{
	content: '';
    width: 10px;
    height: 10px;
    background-color: rgb(155,155,155);
    border-radius: 50%;
    box-shadow: 0px 0px 0px 6px rgb(232,232,232);
    display: block;
    float: left;
    position: relative;
    z-index: 9999;
    top:10px;
}
.history_wiz > div > div.rows.active:before{
	content: '';
	background-color: rgb(0, 126, 229);
}
.history_wiz > div > div.rows{display: flex;padding-bottom: 20px;margin:0;}
.history_wiz > div > div.rows > div{padding-left: 30px;}
.history_wiz{position: relative;}
.history_wiz:before{
	content: '';
	width:2px;
	background-color: rgba(0,0,0,0.12);
	display: block;
	position: absolute;
	left: 4.4px;
	height: 100%;
	z-index: 1;
	top: 10px;
}

/*Manager frontend css*/
.qf_provsn .qf_manager_frntend .qf_mng_provision .qf_dev_assign > div > div{width: 153px;}
.qf_provi_manager .inline-qbtns li.active md-icon{color: #fff;}
.add-stock-pop .add_stock_wrap{border:1px solid rgba(0,0,0,0.12);}
.add-stock-pop .add_stock_wrap > div > div{padding:8px;}
.add-stock-pop .add_stock_wrap > div:first-child{border-bottom:1px solid rgba(0,0,0,0.12); }
.add-stock-pop .add_stock_wrap > div:first-child > div{border-right: 0;}
.add-stock-pop .add_stock_wrap > div > div{border-right: 1px solid rgba(0,0,0,0.12); }
.add-stock-pop .add_stock_wrap > div > div:last-child{border-right: 0;}
.add-stock-pop .add_stock_wrap > div > div:first-child{background-color: rgba(0, 0, 0,0.045);min-height: 35px;}
.add-stock-pop .add_stock_wrap > div:first-child > div:first-child{background-color:initial;}
.add-stock-pop .add_stock_wrap > div{border-bottom:1px solid rgba(0,0,0,0.12); }
.add-stock-pop .add_stock_wrap > div:last-child{border-bottom: 0;}

/*added for provision unique attribut*/
.prov_uniq_attr{background-color: rgba(0,255,0,0.12) !important;}
.prov_mand_attr{background-color: rgba(243, 143, 13, 0.397) !important;}
.prov_date_att .md-datepicker-input{max-width: 80px;}