.actions.itm-quotation {
    /*text-align: center;*/
    margin-top: 10px;
}
.actions.itm-quotation  a.action.primary{
    background: #004a75 !important;
    color: #fff;
    border: 1px solid #004a75 !important;
    text-align: center;
}
.actions.itm-quotation  a.action.primary:hover{
    background: #0abbf9 !important;
    color: #fff;
    border: 1px solid #0abbf9 !important;
    text-align: center;
}

.order-actions-toolbar .action.cancel{
    margin-right: 10px;
    background: red;
    border: 1px solid red;
}
button.amcform-submit.action.submit.primary,
#page-0 > div.amcform-toolbar > button.amcform-submit.action.submit.primary
{
    background-color: #ebd16a!important;
}
button.amcform-submit.action.submit.primary:hover,
#page-0 > div.amcform-toolbar:hover > button.amcform-submit.action.submit.primary:hover
{
    background-color: #F5CC4A!important;
}
button.action-primary{
    background-color: #ebd16a!important;
}
button.action-primary:hover{
    background-color: #F5CC4A!important;
}

