﻿/*================================================================================
	Item Name: TriHai HTML Admin Template
	Version: 1.0
	Author: TriHai
	Author URL: http://www.themeforest.net/user/TriHai
================================================================================

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.  */

/**************************************************************/
/* START - Datatable  */
/**************************************************************/

.dataTables_filter, .dataTables_length {
    display: none!important;
    visibility: hidden!important;
}

.dataTables_length{
    display: inline-block;
}

.dt-buttons{
    vertical-align: unset!important;
    float: right;
}

.div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_length{
    margin: 0.4rem 0
}

.table-hover tbody tr:hover {
    color: black!important;
    background-color: lightyellow !important;
}

.dataTable-img{
    max-width: 80px;
}

/**************************************************************/
/* END - Datatable  */
/**************************************************************/

/**************************************************************/
/* START - Dropzone  */
/**************************************************************/
.dropzone-have-data{
    min-height: unset!important;
    width: fit-content!important;
}

[data-plugins="preview-popup"]{
    cursor: pointer!important;
}

/**************************************************************/
/* END - Dropzone  */
/**************************************************************/