/* Add here all your CSS customizations */
html{
	font-family: 'Poppins', sans-serif;
	overflow:auto;
}
body
{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: black;
	overflow:auto;
}
input,select{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: rgba(0,0,0,1);
}
.page-header {
	z-index: 10;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0088cc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.statuslegend{
	width:62px !important;
}
ul.simple-todo-list li.completed {
    color: #1daf43;
}
.user-image
{
	border: 5px solid #cccccc;
    border-radius: 150px;
	border-color: #0088cc;
}
