/*Set the colour of the save button.*/
div.bpControl.bp-button-approve .btn{
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

/*Set the colour of the cancel button.*/
div.bpControl.bp-button-reject .btn{
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

/*Set the border of the Graphical Enum.*/
.bpControl .graphic-list div.selected .image {
    border: 1px solid #9e180e;
}

/*Set the colour of the Graphical Enum's tickbox.*/
.bpControl .graphic-list div.selected .selected-icon {
    color: #9e180e;
}

/*Hide the standard Save Menu (Burger).*/
html:not(.ng-scope) #floating-options {
    display: none;
}

.panel-heading h3:after {
    color: #fff;
}


