.text-right {
    text-align: right;
}

.float-right {
    float: right;
}

th, td {
    vertical-align: middle;
}

.datepicker.datepicker-dropdown {
    z-index: 9999!important;
}

.nowrap {
    white-space: nowrap;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.table-responsive table {
    width: 100%;
}