﻿
.toolbar { height: 2.1rem; width: 100%; border: 1px solid #a2bdcd; border-radius: 5px; background-color: #efefef; box-sizing: border-box; padding: 6px 8px 2px 2px;  overflow: hidden !important; }
a.button {
    background-color: #EFEFEF;
    border: 1px solid #fff;
    padding: 5px 15px;
    text-decoration: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 15px;
    display: block;
    color: #000;
    line-height: 100%;
    font-size: 11px;
    font-family: Verdana,Arial,sans-serif;
}

a.button:hover {
    color: #000;
    display: block;
    border-color: #cccccc;
    border-width: 0px;
}

a.button:active { margin-top: 1px; }

a.button { border: 0px solid #979797; }
a.button.icon { padding-left: 11px; }
a.button.icon span { padding-left: 20px; padding-top: 2px;  padding-bottom: 2px; vertical-align: middle; }

a.button.icon.add span { background: url(/Images/glyphicons/glyphicons_190_circle_plus_16.png) no-repeat; }
a.button.icon.back span { background: url(/Images/glyphicons/glyphicons_221_unshare_16.png) no-repeat; }
a.button.icon.copy span { background: url(/Images/glyphicons/copy_16.png) no-repeat; }
a.button.icon.delete span { background: url(/Images/glyphicons/glyphicons_197_remove_16.png) no-repeat; }
a.button.icon.download span { background: url(/Images/glyphicons/glyphicons_212_down_arrow_16.png) no-repeat; }
a.button.icon.edit span { background: url(/Images/glyphicons/glyphicons_150_edit_16.png) no-repeat; }
a.button.icon.envelope span { background: url(/Images/glyphicons/glyphicons_010_envelope_16.png) no-repeat; }
a.button.icon.login span { background: url(/Images/glyphicons/glyphicons_386_log_in_16.png) no-repeat; }
a.button.icon.logout span { background: url(/Images/glyphicons/glyphicons_387_log_out_16.png) no-repeat; }
a.button.icon.manifest span { background: url(/Images/glyphicons/glyphicons_144_folder_open_16.png) no-repeat; }
a.button.icon.print span { background: url(/Images/glyphicons/glyphicons_015_print_16.png) no-repeat; }
a.button.icon.refresh span { background: url(/Images/glyphicons/glyphicons_081_refresh_16.png) no-repeat; }
a.button.icon.save span { background: url(/Images/glyphicons/glyphicons_443_floppy_disk_16.png) no-repeat; }
a.button.icon.stats span { background: url(/Images/glyphicons/glyphicons_040_stats_16.png) no-repeat; }
a.button.icon.sync span { background: url(/Images/glyphicons/glyphicons_083_random_16.png) no-repeat; }
a.button.icon.user span { background: url(/Images/glyphicons/glyphicons_006_user_add_16.png) no-repeat; }

