.fab-menu-btn {
    margin-bottom: 40px !important;
}
.form-group {
    margin-bottom: 0px !important;
}

.sidebar-dark .nav-sidebar .nav-item>.nav-link.active, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar .nav-item>.nav-link.active {
    background-color: #33d88c87 !important;
}

.table-entry{
	height: 250px !important;
	overflow: auto;    
}

.table-entry tbody tr td{
	padding: 7px 9px;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    background-color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	border: none !important;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0px !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #efe8e8 !important;
}

.sidebar-component {
    display: inline !important;
}
.timedesign{
	height: 110px;
	width: 110px;
	background-color: #f44336;
	border-radius: 50%;
	display: inline-block;
    padding: 10px;
    font-size: 16px;
	color:#fff;
}