.table thead th {
    text-align: center;
}
.navbar {
    padding: 0;
    background-color: #778e9e;
    border-bottom: 1px solid #666;
    height: 48px;
}
.alert {
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
}

.table_selectable tbody td {
    cursor: pointer;
}

/* paginate */
.page_block {
    overflow: hidden;
    margin: 4px 0;
}
.page_block .count {
    padding: 6px 12px;
    display: inline-block;
}
.page_block .pagination {
    float: right;
    margin: 0;
}
.pagination>li>a,
.pagination>li>span {
    border: none;
    margin-right: 1rem;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: inherit;
    color: #E8719B;
    font-weight: bold;
}

.w_xxxs {
    width: 2rem !important;
}
.w_xxs {
    width: 4rem !important;
}
.w_xs {
    width: 6rem !important;
}
.w_sm {
    width: 8rem !important;
}
.w_md {
    width: 10rem !important;
}
.w_lg {
    width: 12rem !important;
}
.w_xl {
    width: 14rem !important;
}
.w_xxl {
    width: 20rem !important;
}
.w_xxxl {
    width: 28rem !important;
}
