.download_container{
    display: none;
}
.disabledClick {
    pointer-events: none;
    background-color: #f1f1f1 !important;
    color: #ccc !important;
    cursor: auto;
}
.vpc-action-buttons .vpc-save {
	display: inline-block;
}
.vpc-action-buttons .vpc-save:after {
    content: url('../images/download.svg');
    margin-left: 5px;
    font-family:'FontAwesome';
    font-size:14px;
    letter-spacing: normal;
    width: 13px;
    display: inline-block;
    top: 1px;
    position: relative;
}
