/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS 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.  */

.vertical-modern-dashboard .card.recent-buyers-card .card-content {
    padding: 12px;
}

.vertical-modern-dashboard .card.recent-buyers-card .card-content .tabs a {
    padding: 0;
    color: #f66d27;
}

.vertical-modern-dashboard .card.recent-buyers-card .card-content .tabs .tab.col {
    padding: 0;
}

.vertical-modern-dashboard .card.recent-buyers-card .card-content .collection-item {
    padding-left: 0;
}

.vertical-modern-dashboard .card.recent-buyers-card .card-content .tabs .indicator {
    background: #f66d27;
}
.vertical-modern-dashboard .card.recent-buyers-card .card-content .tabs {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.vertical-modern-dashboard .card.recent-buyers-card .card-content .tabs ~ div .collection {
    display: flex;
    flex-wrap: wrap;
}

.vertical-modern-dashboard .card.recent-buyers-card .card-content .tabs ~ div .collection .collection-item {
    flex-basis: 50%;
}
.vertical-modern-dashboard .card.recent-buyers-card .card-content .tabs a.active {
    background: #f5f5f5;
}
.vertical-modern-dashboard .card.recent-buyers-card .card-content .card-title {
    margin-bottom: 5px !important;
    font-weight: 600;
}
.users-list-wrapper .users-list-table .dataTable tbody td {
    padding: 19px 15px;
}
.users-list-wrapper .users-list-table .dataTable th,
.users-list-wrapper .users-list-table .dataTable td {
	    min-width: 220px;
}
.dashboard_report_dropdown{
    background: #fff;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 10px;	
}

.dataTables_wrapper .dt-buttons{
    left: 50%;
    transform: translateX(-50%);
}

.dataTables_wrapper .dataTables_length {
    margin: 0;
    position: absolute;
    left: 0;
}
#Form-advance #dynamicT th, 
#Form-advance #dynamicT td{
    min-width: 220px;
}
.users-view table th,
.users-view table td{
    min-width: 220px;
}
.users-view .main table th,
.users-view .main table td{
    min-width: auto;
}
@media only screen and (max-width : 600px) {
    .dataTables_wrapper .dataTables_length{
            margin: 10px 0;
            position: unset;
    }
    .users-list-wrapper .users-list-table .dataTable tbody td{
        text-align: center;
    }
    .page-footer .footer-copyright{
        text-align: center;
    }
    .col.s4.l4.pull-right {
    width: 83%;
    float: right;
}
}