﻿
.dbts-table-container {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.dbts-top-left-round-corner {
    border-top-left-radius: 5px;
}

.dbts-top-right-round-corner {
    border-top-right-radius: 5px;
}

.dbts-bottom-left-round-corner {
    border-bottom-left-radius: 5px;
}

.dbts-bottom-right-round-corner {
    border-bottom-right-radius: 5px;
}

.dbts-table {
    width: 100%;
}

.dbts-table > .table > thead > tr > th, dbts-table > .table > thead > tr > th {
    border: none !important;
}

.dbts-table-header {
    color: white;
    background-color: #337ab7;
    padding: 5px !important;
}

/* not wanted*/
/*.dbts-table-footer {
    color: white;
    background-color: #337ab7;
    padding: 5px !important;
}*/ 

.dbts-bottom-left-round-corner {
    border-bottom-left-radius: 5px;
}

.dbts-bottom-right-round-corner {
    border-bottom-right-radius: 5px;
}


.dbts-row-number-column {
    width: 20px;
    text-align: center;
}

.dbts-row-actions-column {
    width: 100px;
    text-align: center;
}

.dbts-row-actions-column-200 {
    width: 200px;
    text-align: center;
}

.dbts-row-actions-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.dbts-row-data {
    font-weight: bold;
    padding: 5px;
}

.dbts-row-number {
    text-align: center;
}

.dbts-action-button-size {
    width: 90px;
    margin: 5px 2px;
}

.dbts-actions-header-column {
    text-align: center;
    font-weight: bold;
}

.dbts-row-data-centered {
    text-align: center;
}

.dbts-no-border {
    border: none !important;
}

.dbts-align-left {
    text-align: left;
}

.dbts-header-column-100 {
    width: 100px;
    text-align: center;
}

.dbts-row-data-vertical-middle {
    vertical-align: middle !important;
}

.dbts-action-icon {
    padding: 5px;
}

hr.dbts-table-title {
    color: white;
    margin: 5px 0;
}


