
button.ui-state-hover {
    border: 1px solid #777777 !important;
    background: #fff !important;
    font-weight: normal;
    color: #777777 !important;
}

.dashboardRoundedButton:hover {
   color:#fff !important;
   background: #0C4E90 !important;
   border: 1px solid #0C4E90 !important;
}

button.positive {
    color: #0C4E90 !important;
}

button.positive:hover {
    background: #fff !important;
    border: 1px solid #777777 !important;
    color: #777777 !important;
}

button.negative {
    color: #0C4E90 !important;
}

button.negative:hover {
    background: #fff !important;
    border: 1px solid #777777 !important;
    color: #777777 !important;
}