.help-block {
color:red;
}

.left_col {
    background: #000;
    min-height: 2000px!important;
    position: fixed!important;
    width: min-content;
}
body{
    background:#fff!important;
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0.1rem #f44336!important;
}
div.alert.alert-danger.alert-dismissible{
	text-align: center;
}
h5{
	color:#000!important;
}
.center{
	text-align: center;
}
.dashboard-text{
	font-size: 50px;
	font-weight: 600;
}
.dashboard-title{
	font-weight: 600;
	font-size: 35px;
}
.dashboard-div{
	margin-bottom: 40px;
	margin-top: 20px;
}
.greenclass{
	color: green;
}
.redclass {
	color: red;
}
.hidediv{
	display: none;
}
#date-inp::-webkit-calendar-picker-indicator {
  padding-left: 100px;
  border: 1px dashed red;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 20px!important;
    }