/*
 * Alert Boxes
 */

.ui-pnotify .btn-success {
    background: #003e52 !important; 
    border-color: #003e52 !important;
}

.ui-pnotify .btn-danger {
    background: #d6e4e8 !important;
    border-color: #003e52 !important;
    color: #003e52;
}

/* Stylesheet to set left padding for specified classes */

.alert-warning {
  padding-left: 20px !important; /* Change this value to your desired padding */

}

/*
.alert-warning {
background-color: grey;
}
*/


