/*
 Theme Name: YOOtheme - Editel Dashboard
 Author: ACD
 Author URI: http://acd.it
 Description: YOOtheme - Editel Dashboard
 Version: 0.1.0
 Text Domain: yootheme-editel_dashboard
 Template: yootheme
*/
.uk-card,
.uk-panel{
	border-radius:5px;
}
.is-form-style input.is-search-input{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.is-form-style input.is-search-submit,
.is-search-icon{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
#tm-main>.uk-section-muted{
	background-image:url(logo-sfondo.svg), url(logo-sfondo.svg);
	background-position:-15%, 115%;
    background-repeat:no-repeat;
	background-size:40%;
}