/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.adjust-table {
    padding-left: 50px;
    max-width: 1060px;
    width: 100%;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
    padding-bottom: 20px;
}

table.dataTable tbody tr.odd td {
    background-color: #f1f1f1;
    /* max-width: 100px; */
    /* width: 20%; */
}

table.dataTable tbody tr.even td {
    background-color: #f8f8f8;
    /* max-width: 100px; */
    /* width: 20%; */
}

.table.adjust-table th, .table.adjust-table td{
	border-top:0px none;	
}

td.sorting_1 a {
	 color:#535BE2;	
}

.adjust-table td {
    padding:7px;    
}

.adjust-table b {
    display: block;
    margin-bottom: 6px;
    border-bottom: 0px solid #000;
    font-size: 13px;
}

.adjust-table td {
    font-size: 13px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.75rem + 5px);
}
.best-width th {
    font-size:13px;    
}

table.best-width {
    border-left: 1px solid #cacfe7;
}

.best-width th, .best-width td {
    padding: 5px;
    border-right: 1px solid #cacfe7;
}

#example_filter label {
    margin-top:0px;    
}


#example_filter input[type="search"] {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #4E5154;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #BABFC7;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;   
}

.dataTables_length select {
    padding: 0.6rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #4E5154;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #BABFC7;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;   
}

tr.no-head {
	display:none;	
}

.adjust-table tr.no-head:first-child {
    display: contents;
}


@media (max-width: 991.98px) {
.adjust-table {
    padding-left: 0px;
    max-width: 1060px;
    width: 100%;
}	
}

