﻿/* Export PDF button */
.SelectButton {
    background-image: url(../Content/Images/select.png);
    width: 80px;
    height: 24px;
}
.SelectButtonHottracked {
    background-image: url(../Content/Images/select_h.png);
    width: 80px;
    height: 24px;
}
.SelectButtonPressed {
    background-image: url(../Content/Images/select_p.png);
    width: 80px;
    height: 24px;
}
.hyperlinkbuttonO365 {
    line-height: 100%;
    padding: 2px 0;
    text-decoration: inherit;
    vertical-align: middle;
    display: inline-block!important;
    width: 96px;
    letter-spacing: 0.01em;
    border-spacing: 0;
    border-collapse: separate;
    font-weight: 500;
    color: white;
    background-color: #f9d9c7;
    padding: 1px;
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}