/* for modal validation message */
.modal .message-box{
    padding: 0 15px 0 25px;
}

/* for delete confirm or other notification modal */
.bootbox.modal{
    z-index: 1061;
}

.bootbox.modal + .modal-backdrop{
    z-index: 1060;
}

.punchinOut-message.punchinOut-punch_in .check,
.punchinOut-message.punchinOut-punch_in .punchInOut{
    color: rgb(76, 175, 80);
    display: inline-block;
}

.punchinOut-message.punchinOut-punch_out .check,
.punchinOut-message.punchinOut-punch_out .punchInOut{
    color: rgb(243, 156, 18);
    display: inline-block;
}

header a,
header a:hover{
    color: #fff;
    text-decoration: none;
}

a.btn-success,
a.btn-primary,
a.btn-warning,
a.btn-danger{
    color: #fff;
    text-decoration: none;
}

.information-title a{
    color: #fff;
    text-decoration: none;
}