﻿.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

table#tblData tbody td {
    padding: 2px 5px;
    margin: 0;
    height: 1rem;
    font-size: .875rem;
    text-align: center;
    vertical-align: central;
}

table#tblData thead th {
    padding: 6px 5px;
    margin: 0;
    height: 1.2rem;
    /*font-size: 1rem;
    font-weight: bold;*/
    text-align: center;
    vertical-align: central;
    /*color: red;*/
}

#tblData_filter input {
    border-radius: 15px;
    /*height: 10px !important;*/
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

/*smaller size filter text box*/
.dataTables_filter > label > input {
    line-height: normal !important;
    font-size: .75rem;
}

/*entry length text size changed*/
.dataTables_length > label {
    font-weight: normal !important;
    /*font-size: 13px !important;*/
    font-size: .75rem;
}
/*filter label text size changed*/
.dataTables_filter > label {
    font-weight: normal !important;
    font-size: 15px !important;
    font-size: .75rem;
}
/*table header size changed*/
.wb-tables > thead > tr > th {
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 5px !important;
}

/*table data size changed*/
.wb-tables > tbody > tr > td {
    padding: 2px !important;
    font-size: 13px !important;
}

/*table paging size changed*/
.dataTables_paginate > span > a {
    margin-bottom: 0px !important;
    padding: 2px 10px !important;
}
/*table paging size changed*/
.dataTables_paginate > a {
    margin-bottom: 0px !important;
    padding: 2px 10px !important;
}

/*table info size changed*/
.dataTables_info {
    text-align: right !important;
    font-size: .875rem;
}

/*table paging float right*/
.dataTables_paginate {
    text-align: right !important;
    font-size: .75rem;
    /*margin-top: -10px !important;*/
}

/*fixed sorting arrows position*/
.sorting-cnt {
    float: right;
    margin-right: 10px;
    display: block;
}


/*.dataTables_wrapper {
    font-family: tahoma;
    font-size: 13px;
    direction: rtl;
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}*/

/* My Css on DataTable */
.dataTables_length > label > select {
    font-weight: normal !important;
    /*font-size: 13px !important;*/
    font-size: .875rem;
}

