/**
 * Leyka Menu Icon 
 **/

#adminmenu #toplevel_page_leyka .wp-menu-image {
	position: relative;
	background: transparent; }

#adminmenu #toplevel_page_leyka div.wp-menu-image:before {
	display: none; }
	
#adminmenu #toplevel_page_leyka div.wp-menu-image:after  {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../img/menu-icon.png) no-repeat 0 -20px;
	background-image: url(../img/menu-icon.svg);
	position: absolute;
	top: 8px;
	left: 8px;
    }

#adminmenu #toplevel_page_leyka:hover .wp-menu-image:after,
#adminmenu #toplevel_page_leyka .wp-has-current-submenu .wp-menu-image:after {
	background-position: 0 0;
}

#tech-export-wrapper {
    display:inline;
    font-size:13px;
}

#tech-export-wrapper input {
    margin-left:5px;
}

span.dashicons-editor-help.has-tooltip {
    cursor: pointer;
    display: inline;
}

/** jQuery UI tooltips styles */
.ui-tooltip {
    border-width: 2px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    background: #fff;
}