/* your styles go here */
.th-smaller th, .th-smaller th a{
	font-size: 12px;	
}
.table thead th{
	vertical-align: middle;	
}
.table-e{
	table-layout: fixed;
}
.btn.dropdown-toggle.btn-light{
	background-color: #fff;
	border:1px solid #dee2e6;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #3b25e6;
}
@media (max-width: 1300px) {
  .btn {
    font-size: 0.85rem;
    padding: 0.375rem 0.35rem;
  }
  .form-control{
	padding: 0.375rem 0.35rem;  
	line-height: 1.3rem;
  }
}
@media (max-width: 500px) {
	.date-picker-wrapper .month-wrapper{
		width: auto;
		max-width:100%;
	}
	.date-picker-wrapper .month-wrapper table{
		float: none;
	}
}
.cloned_header.table{
	font-size: 12px;
}
.cloned_header.table th{
	padding: .3rem;
}
	