.table thead th, .table tbody th {
	color: black;
	background: #eee;
	font-weight: bold !important;
	font-size: 13px;
}

.collapseSidebarPanel {
 	display: none;
 }
 
@media (max-width: 991.98px) {
    .vertical .sidebar-left, .vertical.hov {
    	height: 60vh;
    	min-height: 1000px;
   	}
   	.collapseSidebarPanel {
   		display: block;
   		position: fixed;
   		top: 10px;
   		right: 20px;
   		z-index: 90;
   	}
}

.table-bordered thead th, .table-bordered thead td
,.table-bordered tbody th, .table-bordered tbody td {
	border-bottom: 0;
}

.simplebar-content {
	padding: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navbar-nav {
	padding-left: 10px;
}

a {
	color: black;
}

.active {
	font-weight: bold;
	border-left: 4px solid blue;
}

.userInfo {
	max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activeBtn {
	font-weight: bold;
	color: blue;
	border-color: blue;
}

.date-picker-org
{
	background: #fff url(/client/images/calendar.png) no-repeat 98%;
	background-size: 14px;
}

.select-input
{
	background: #fff url(/client/images/ic_select_arrow.png) no-repeat 98%;
	background-size: 14px;
}

.btnAccr {
	background: #fff url(/client/images/caret-up.svg) no-repeat center;
	background-size: 14px;
}

.btnAccr[aria-expanded="false"] {
	background: #fff url(/client/images/caret-down.svg) no-repeat center;
	background-size: 14px;
}

.form-table input[type='text'], .form-table select {
	width: 20%;
	min-width: 150px;
}

.dropzone .dz-preview .dz-image img {
	width: 120px;
}

.dz-progress {
	display: none;
}

.ui-autocomplete {
	height: 400px;
	overflow-y: scroll;
}