.box-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#user_message_box {
    position: fixed;
    z-index: 999;
    top: 65px;
    right: 3px;
}
#user_message_box .alert {
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
}
#user_message_box .alert p {
    margin-bottom: 5px;
}
#app_navbar {
    background-color: #2c4252;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#statistics_table tbody tr:nth-child(2) td {
    border-bottom: 5px solid #c82333!important;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f1f1f1;
}
.bg-green1 {
    background:#33b550;
}
.bg-green2 {
    background:#60d47b;
}
.bg-yellow {
    background:#ffd75e;
}
.bg-blue {
    background:#55d2e6;
}