/*------------------
	POPUP
	---------------*/
.popup-control {
    cursor: pointer;
    vertical-align: top;
    line-height: 25px
}

ul.popup {
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
}

ul.popup.ui-widget.ui-widget-content {
    border: none;
}

ul.popup.open.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

ul.popup.open, ul.popup.open ul {
    max-height: initial;
    overflow: visible;
    padding: 10px;
    max-width:none;
    margin-top:15px;
}

ul.popup li {
    display: list-item;
    width: 100%;
    max-width:none;
}

ul.popup li a, ul.popup li div {
    min-width: 100%;
    max-width:none;
    width:auto;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0
}