﻿#NotificationsTable {
    color: #000;

    a {
        color: #000;
    }

    .notification-read {
        color: #999;

        a {
            color: #999;
        }
    }
}


.showProgress {

    .ui-progressbar{
        height: 4px !important;
        width: 45px !important; 
        margin: 0 5px 0 5px !important;
    }

}

.hideProgress {
    .ui-progressbar{
        height: 0px !important;
        width: 0px !important; 
        margin: 0 !important;
    }

.emergency_protocol{
    background-color: #FC3878;
}



// .isPending{
//     border-radius: 10px;
//     font-size: 16px;
//     color: white;
//     padding: 12px;
//     background: #FC3878;
//     font-weight: bold;
// }
// .isSuccess{
//     border-radius: 10px;
//     font-size: 16px;
//     color: white;
//     padding: 12px;
//     background: #1EC9B7;
//     font-weight: bold;
// }


}