.table.dataTable {
    width: 100% !important;
}

.table-nav {
    padding: 0;
    list-style: none;
    margin-bottom: 12px;
    display: inline-block;
}

.table-nav li {
    display: inline-block;
    margin-bottom: 0px;
    padding: 0 7px;
    font-size: 14px;
    position: relative;
    border-right: 1px solid #ccc;
    line-height: 12px;
}

.table-nav li:first-child {
    padding-left: 0;
}

.table-nav li:last-child {
    border-right: 0;
}

.table-nav li a.active {
    color: #000000;
}

.table-action .form-group {
    display: inline-block;
    margin-right: 15px;
}

.table-action #bulk-action {
    padding: 5px;
    border-color: #888;
    color: #888;
}

.table-action .form-group .btn {
    vertical-align: baseline;
}

th.dt-body-center {
    text-align: center;
}

.btn-plus {
    margin-top: 31px;
}

.card {
    box-shadow: none;
}

.card-title {
    font-weight: 600;
}

.trek-details li.list-group-item {
    border: none;
}

.table thead th {
    border-bottom: 0;
}

.review-image {
    display: inline-block;
    position: relative;
}

.review-image .tools-delete {
    position: absolute;
    right: 0;
    top: -3px;
    cursor: pointer;
    color: #dc3545;
}

.cursor-pointer {
    cursor: pointer;
}

.select2 {
    width: 100% !important;
}

.card-body-no-th-border .table thead tr th {
    border-top-width: 0;
}

#qr-container {
    text-align: center;
    margin: 0;
}

#qr-canvas {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
}

#btn-scan-qr {
    cursor: pointer;
}

#btn-scan-qr img {
    height: 10em;
    padding: 15px;
    margin: 15px;
    background: white;
}

#qr-result {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
    max-width: 700px;
    background-color: white;
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open
    .select2-selection {
    border-bottom: 1px solid #ced4da;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #ced4da;
}
