/* These are overrides to get the toolset_select2 to behave how we
 * want in the css editor
 */

.toolset_select2-drop-mask {
    
    z-index: 19998;
}

.toolset_select2-drop {
    z-index: 19999;
}


.toolset_select2-search {
    z-index: 20000;
}

.toolset_select2-results li {
    margin-bottom: 0px !important;
}

.toolset_select2-results {
    padding-left: 0px !important;
}

/**
 * Cmpatibility with toolset_select2 4.X.X
 *
 * @since 2.3.0
 */

.toolset_select2-container {
	z-index: 9999;
}