body .page .glpi-logo { width: 100px; height: 55px; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url("/plugins/trademark/front/picture.send.php?path=93/69d83ad17d493.png");}@media (min-width: 992px) { body.navbar-collapsed .navbar-brand .glpi-logo { background: url("/plugins/trademark/front/picture.send.php?path=93/69d83ad17d493.png") !important; width: 55px !important; height: 55px !important; background-size: contain !important; background-repeat: no-repeat !important; background-position: center !important;}/* Estilo geral */
body {
    background-color: #f4f7fc;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

/* Cabeçalho */
#header {
    background-color: #0057b8;
    color: white;
    padding: 10px;
}

/* Menu lateral */
#mainmenu {
    background-color: #003f8a;
    color: black;
    width: 220px;
    padding-top: 20px;
    border-right: 2px solid #0057b8;
}

#mainmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mainmenu li {
    padding: 10px 15px;
    border-bottom: 1px solid #0057b8;
}

#mainmenu li:hover {
    background-color: #0057b8;
}

#mainmenu a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

#mainmenu a:hover {
    color: #e0e0e0;
}

/* Botões */
button, input[type="submit"] {
    background-color: #0057b8;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

button:hover, input[type="submit"]:hover {
    background-color: #8A0033;
}









