.dashboardData table {
   zoom:80%
}
.login_form_error {
    color: rgb(255 0 0);
    display: none;
    margin-bottom: 10px;
    background: rgb(255 0 0 / 10%);
    padding: 10px;
}
.login_form_error.show{
	display: block;
}

.auth-layout-wrap .auth-content {
    min-width: inherit;
    width: 350px;
}
label.error{
	color: rgb(255 0 0);
}
.selected_product_data{
	display: none;
}
.month_label{
    font-weight: bold;
    font-size: 14px;
}
.selected_quarter_data{
    display: none;
}

.sales_new_table table .form-control{
    padding: 5px;
    border: 0 !important;
    background: transparent !important;
    outline: none !important;
    box-shadow:  none !important;
}
.sales_new_table table.dataTable thead>tr>th.sorting{
    pointer-events: none;
}
.sales_new_table table.dataTable thead>tr>th.sorting:before,
.sales_new_table table.dataTable thead>tr>th.sorting:after{
    display: none ;
}
.sales_new_table td,
.sales_new_table th,
#anaPlanQty td,
#anaPlanQty th,
#actual_sales_two td,
#actual_sales_two th,
#actual_sales_one td,
#actual_sales_one th,
#aop_volume_table td,
#aop_volume_table th,
#aop_value_table td,
#aop_value_table th{
    min-width: 90px;
}

.sales_new_table td:first-child,
.sales_new_table th:first-child,
#anaPlanQty td:first-child,
#anaPlanQty th:first-child,
#actual_sales_two td:first-child,
#actual_sales_two th:first-child,
#actual_sales_one td:first-child,
#actual_sales_one th:first-child/*,
#aop_volume_table td:first-child,
#aop_volume_table th:first-child,
#aop_value_table td:first-child,
#aop_value_table th:first-child*/ {
    min-width: 450px !important;
    width: 450px !important;
}

#aop_volume_table td:first-child,
#aop_volume_table th:first-child,
#aop_value_table td:first-child,
#aop_value_table th:first-child {
    min-width: 200px !important;
    /*width: 100%;*/
}

.table_data,
#aop_volume_table,
#aop_value_table {
    overflow-x: auto;
}

td.bg-warning.price {
    background-color: #fdfaf0 !important;
}


/* Chrome, Safari, Edge, Opera */
.sales_new_table table .form-control::-webkit-outer-spin-button,
.sales_new_table table .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.sales_new_table table .form-control {
  -moz-appearance: textfield;
}

#zero_configuration_table_info, 
.dataTables_paginate{
	display:none;
}
