.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{
    min-width: 50px;
}


/* 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:block;
}

.main-header .header-part-right .user label{
    cursor: pointer;
}
.child_nav li.active a span{
    color: #639 !important;
}
.child_nav li.active a i{
    color: #639 !important;
}
.uniqColorSet{
    padding: 9px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    margin: 5px 10px 5px 0px;
    vertical-align: middle;
}