﻿
table.dataTable thead th, table.dataTable thead td {
    /*white-space: normal;*/
    font-size: 12px;
}

table.dataTable {
    /*margin: 0px;*/
    margin: 0;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    /*table-layout: fixed;*/
    word-wrap: break-word;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: none;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    border-bottom: 1px solid #a9a9a9;
    font-size: 12px;
    /*padding: 10px 18px;*/
    /*white-space:normal;*/
}

table.dataTable thead th {
    border-bottom: 1px solid #a9a9a9;
    color: #717171;
    /*max-width:300px;*/
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
}

div.dt-buttons {
    position: relative;
    float: left;
    width: 63%;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    width: 37%;
}


/**************Datatable Button Custom Style**********************/
.datatable-btn-add {
    background-color: #4CAF50 !important;
    border: 1px solid #5a8e41 !important;
    color: #fff !important;
    background-image: none !important;
    font-size: 15px !important;
    padding: 2px 0px 2px 0 !important;
    width: 35px;
    height: 32px;
}

.datatable-btn-edit {
    background-color: #FF9800 !important;
    border: 1px solid #d28703 !important;
    color: #fff !important;
    background-image: none !important;
    font-size: 15px !important;
    padding: 2px 0px 2px 0 !important;
    width: 35px;
    height: 32px;
}

.datatable-btn-del {
    background-color: #d0534a !important;
    border: 1px solid #b54741 !important;
    color: #fff !important;
    background-image: none !important;
    font-size: 15px !important;
    padding: 2px 0px 2px 0 !important;
    width: 35px;
    height: 32px;
}

.datatable-btn-other {
    background-color: #ff8000 !important;
    border: 1px solid #df8020 !important;
    color: #fff !important;
    background-image: none !important;
    font-size: 15px !important;
    padding: 2px 0px 2px 0 !important;
    width: 35px;
    height: 32px;
}

.dataTables_wrapper .dataTables_filter input {
    width: auto;
    height: 32px;
    margin-right: 12px;
    border: 1px solid #dee6ee;
    border-radius: 3px;
    padding: 0 16px;
    font-size: 14px;
    color: #596377;
}


/************11/10/19************/
table.dataTable td.details-control {
    background: url('../Images/details_open.png') no-repeat center center;
    cursor: pointer;
}

table.dataTable tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

/*table.view-details-icon td.details-control {
    background: url('../Images/details_open.png') no-repeat center center;
    cursor: pointer;
}

table.view-details-icon tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}*/