.header-title_center{
    text-align: center;
    font-weight: 600;
}

.fixed-table-toolbar .columns-right {
    float: left !important;
}
.fixed-table-toolbar .search {
    width: 30%;
}
.fixed-table-toolbar .search input{
    height: 40px;
}

.middle {
    vertical-align: middle !important;
}

.table {
    margin-top: 0px !important;
}
.pull-left.pagination-detail {
    display: block;
}
.pagination {
    margin: 10px 0 !important;
}

.page-list{
    width:200px;
}

.pagination ul {
    margin: 0px 0 !important;
}
ul.dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    display: block;
}
.search-right-bootstrap-table .bs-bars.pull-left {
    display: block;
    float: right !important;
    top: 9px;
    left: 10px;
    margin-right: 1%;
}
.container-form {
    margin-top: 1% !important;
}
.title-header {
    text-transform: uppercase;
}
.btn-action {
    margin-right: 5px;
    border-radius: 5px !important;
}
.header-title_center {
    text-align: center;
    height: 45px;
    line-height: 30px !important;
}

.div-checkbox {
    margin-top: 0px;
    margin-left: 10px;
    height: 20px;
    width: 20px;
}

.modal.fade {
    display: none;
}

.modal.fade.in {
    display: block;
}

.cursor-poiter {
    cursor: pointer;
}
.tx-bold {
    font-weight: bold;
}

button.swal2-confirm.swal2-styled, button.swal2-styled.swal2-cancel {
    font-size: 1.5rem;
}