.checkall {
	cursor:pointer;
}
.ui-autocomplete {
	float: left;
	box-shadow: 2px 2px 3px #888888;
    background: #FFF;
}

.ui-menu-item {
	list-style-type: none;
	padding: 10px;
}

.ui-menu-item:hover {
	background: #F1F1F1;
}

.ui-autocomplete-term { 
	font-weight: bold; 
	color: #000000; 

}
/* The Modal (background) */
.wn_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.wn_modal_content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 0px;
    width: 175px; /* Could be more or less, depending on screen size */
	height: 175px;
	border-radius: 5px;
}