/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
body { 
    background: #f1f1f1;
    color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    min-width: 600px;
}
 .card {  
    max-width: 100%; 
}
.table td, .table th {
     font-size: 14px !important;
 }
 #wpfooter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: #555d66;
    display: none;
}

table.dataTable tbody th, table.dataTable tbody td {
    text-align: center;
}

table.dbef-data-view-table{
    width: 50%;
}
table.dbef-data-view-table tbody tr td {
    padding: 10px 0px !important;
}
table.dbef-data-view-table tbody tr th {
    padding: 10px 0px !important;
    text-align: left;
}
a.dbef-csv-btn{
    float: right;
    padding: 10px;
    margin: 0px 0px 10px;
    border-radius: 5px;
    text-decoration: none;
    background: green;
    color: aliceblue;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-danger{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-info{
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-success{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.left-form{
    float: left;
    width: 80%;
}
.right-form{
    float: left;
    width: 20%;
}
.bottom-from{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.mt-5{
    margin-top: 15px;
}
a{
    text-decoration: none;
}