.btn.btn-primary.btn-lg.active {
    width:100%;height: 50px;border-radius:34px;border:none;background:#089C49;font-size:16px;font-weight: 600;
}
.spinner-border.spinner-border-sm {
    width:15px;height:15px;
}
a:hover, a:visited:hover {
    text-decoration:underline;
}

.ui-dialog { z-index:999999 !important;}
div.ui-dialog-buttonset > button {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;min-width:60px;
}
div.ui-dialog-buttonset > button:hover {
    background: #eeeeee;
    border: 1px solid #cdcdcd;
}