﻿@charset "utf-8";

/* MENU HISTORY */
.azmenu-history {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-variant-caps: small-caps;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 54px;
    background-color: lightgray;
    cursor: pointer;
    padding: .25rem 1.25rem;
    text-decoration: none;
    border-bottom: 1px solid #343A40;
}

    .azmenu-history:hover {
        background-color: white;
        margin-left: 0px;
        background-image: url(_content/Azeta.Components/css/azmenu/back.png);
        background-position: 5px 10px;
        background-repeat: no-repeat;
        background-size: 30px;
        padding-left: 43px;
    }

.azmenu-history-page {
    height: 24px;
    width: 100%;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
}

.azmenu-history-page-only {
    height: 24px;
    width: 100%;
    color: black;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.azmenu-history-item {
    height: 24px;
    width: 100%;
    color: black;
    font-weight: normal;
    font-size: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}



