/*--------------------------------------------------------------------------------------------
 *
 *	Global
 *
 *--------------------------------------------------------------------------------------------*/
span.acadp-date-field,
span.acadp-magic-field {	
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    opacity: 0;
    z-index: -1;
}

/*--------------------------------------------------------------------------------------------
 *
 *	Multi Categories
 *
 *--------------------------------------------------------------------------------------------*/
#acadp-multi-categories div.tabs-panel {
    min-height: 40px;
    max-height: 100px;
    padding: 7px;    
    background-color: #fdfdfd;
    border: 1px solid #ccc;
	border-radius: 3px;
    overflow: auto;
}

#acadp-multi-categories-checklist {
	margin: 5px;
}

#acadp-multi-categories-checklist ul {
	margin-left: 18px;
}

#acadp-multi-categories-checklist li {
    margin: 0;
    padding: 0;
    list-style: none;
    word-wrap: break-word;
}
