@charset "utf-8";
/* CSS Document */

.admin-new{
	top: 80px;
	right:0px;
	position:fixed;
	height:42px;
	z-index: 99999;
}
.admin-new .search{
	float:left;
}
.admin-new .shortmenu{
	float:left;
	display:none;
}
.admin-new .admin-login{
	float:left;
}

@media (max-width: 992px) { 
    .admin-new{
        top: 9px;
    }
}