
/** option list in dialog */
.mcm-reports {
    margin: 0;
    list-style: none;
}

.mcm-reports li {
    margin: 10px 15px 10px 10px;
}

.mcm-reports a {
    color: inherit;
    text-decoration: none;
    display: block;
    min-height: 50px;
    padding: 5px 2%;
    width: 96%;
    border: 1px solid #ccc;
}

.mcm-reports a:hover {
    background: #fbfbfb;
    border: 1px solid #eee;
}

.mcm-reports img {
    margin: 8px 15px 10px 5px;
    float: left;
    width: 32px;
}

.mcm-reports .title {
    margin-top: 10px;
    font-weight: bold;
}

.mcm-reports .description {
    display: block;
}

/**
 * reports button
 */

/** Styling 'Add a new ...' quicklink as a button */
.mmt-portal-main > div.quicklinks {
    padding: 0;
    border: 0;
    background: transparent;
}

.mmt-portal-main > div.quicklinks a {
    display: block;
    max-width: 10em;
    padding: .5em 1em;
    border: 1px solid #4792ac;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font: 500 12px/15px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #048CBE;
    background-image: -webkit-linear-gradient(top, #4AACD0, #048CBE);
    background-image: linear-gradient(to bottom, #4AACD0, #048CBE);
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.mmt-portal-main > div.quicklinks a:hover {
    background: #048CBE;
    box-shadow: 0 2px 1px -2px rgba(0,0,0,0.3);
}
