#important {
	color: red;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    top: 99px!important;
    margin-top: -59px!important;
    padding-top: 42px;
}
#logout {
	color: white;
	float: right;
	margin: 10px;
}

#login {
	color: white;
	float: right;
	margin: 10px;
}

.logoutlink {
	color: white;
	margin-top: 3px;
	font-size: 20px;
}

#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

#closeSubmitButton {
	text-align: center;
}

#closeSubmitButton button {
	margin-top: 10px;
}

#closeSubmitButtonInvoiceLineItem  button {
	margin-top: 25px;
}

.select2 {
	width: 100% !important;
}

.select2-selection {
	height: 35px !important;
	border: 1px solid #d2d6de !important;
	border-radius: 0px !important;
}

.tableHeader {
	color: #0086b3;
}

.viewAllButton {
	color: #0086b3;
}

.important {
	color: red;
}

#addButton:hover {
	color: #0e1e15;
}
#expenseCategory:hover{
	color: #0e1e15;
}
#expenseType:hover{
	color: #0e1e15;
}

#addButton {
	float: right;
	margin: 10px 56px 0px 17px;
	color: #0086b3;
	border-radius: 15px;
	background-color: white;
	cursor: pointer;
}

.snackbar-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.snackbar-warning {
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.snackbar-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

#snackbar {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 10;
	left: 50%;
	bottom: 350px;
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@
-webkit-keyframes fadein {
	from {bottom: 0;
	opacity: 0;
}

to {
	bottom: 350px;
	opacity: 1;
}

}
@
keyframes fadein {
	from {bottom: 0;
	opacity: 0;
}

to {
	bottom: 350px;
	opacity: 1;
}

}
@
-webkit-keyframes fadeout {
	from {bottom: 30px;
	opacity: 1;
}

to {
	bottom: 0;
	opacity: 0;
}

}
@
keyframes fadeout {
	from {bottom: 30px;
	opacity: 1;
}

to {
	bottom: 0;
	opacity: 0;
}

}
.editDeleteClassIcon {
	color: #0086b3;
}

div.dt-buttons {
	position: relative;
	float: left;
}

.dt-buttons button:hover {
	color: #0e1e15;
}

.dt-buttons button {
	margin-top: 5px;
	margin-right: 20px;
	background: none !important;
	color: #0086b3;
	border: none;
	padding: 0 !important;
	font: inherit;
	cursor: pointer;
}

.userNameSideBar {
	margin-top: 9px;
}

.dateInDailyEmployeeData {
	margin-bottom: -160px;
}

.sidebarDropDown {
	display: block;
}

#invoiceLineItemOkButton	Button {
	margin-top: 26px;
}
.expenseTypeOkButton {
	margin-top: 25px;
}
#dailyEmployeeDataOkButton {
	margin-top: 20px;
}

.dailyEmployeeData {
	width: 70px;
}

#closeSubmitButtonForHireMemo button {
	text-align: center;
	margin-top: 80px;
}

#deleteMessagePara {
	text-align: center;
}

#employeeActive {
	color: green;
}

#employeeLeft {
	color: red;
}

.dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
  }
  
  .dropbtn:hover, .dropbtn:focus {
	background-color: #3e8e41;
  }
  
  .searchinput {
	box-sizing: border-box;
	background-image: url('searchicon.png');
	background-position: 14px 12px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 14px 20px 12px 45px;
	border: none;
	border-bottom: 1px solid #ddd;
  }
  
  .searchinput:focus {outline: 3px solid #ddd;}
  
  .dropdown {
	position: relative;
	display: inline-block;
  }
  
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	width: 89.5%;
	z-index: 1;
	max-height: 150px;
	overflow-y: scroll;
}
  
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  /* .show {display: block;} */