﻿body {
    /*font-family: "Arial", Helvetica, Sans-Serif;
    font-size: .813em;
    font-style: normal;
    font-weight: normal;*/
    font-size: 13px;
}

.table-pager-container {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.table-pager-summary {
    color: #6b7280;
    font-size: 12px;
}

.table-pager {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.table-pager > li {
    margin: 0;
}

.table-pager > li > a,
.table-pager > li > span {
    border-radius: 6px;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #374151;
    padding: 6px 10px;
    line-height: 1.2;
    text-decoration: none;
}

.table-pager > li > a:hover,
.table-pager > li > span:hover {
    background: #f3f4f6;
    border-color: #9ca3af;
}

.table-pager > .active > a,
.table-pager > .active > a:hover,
.table-pager > .active > span,
.table-pager > .active > span:hover {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.table-pager > .disabled > a,
.table-pager > .disabled > span {
    color: #9ca3af;
    background: #f9fafb;
    border-color: #e5e7eb;
    cursor: not-allowed;
}

/* Small icons */
.s-question-icon {
    display: inline-block;
    background:url('Icons/question_12.png');
    vertical-align: middle;
    height: 12px;
    width: 12px;
}

.s-user-icon {
    display: inline-block;
    background:url('Icons/user_12.png');
    vertical-align: middle;
    height: 12px;
    width: 12px;
}

.s-login-icon {
    display: inline-block;
    background:url('Icons/login_12.png');
    vertical-align: middle;
    height: 12px;
    width: 10px;
}

.s-logout-icon {
    display: inline-block;
    background:url('Icons/logout_12.png');
    vertical-align: middle;
    height: 12px;
    width: 12px;
}

.s-shop-icon {
    display: inline-block;
    background:url('Icons/shop_12.png');
    vertical-align: middle;
    height: 12px;
    width: 12px;
}

.s-home-icon {
    display: inline-block;
    background:url('Icons/home_12.png');
    vertical-align: middle;
    height: 12px;
    width: 12px;
}

.s-upload-icon {
    display: inline-block;
    background:url('Icons/upload_12.png');
    vertical-align: middle;
    height: 12px;
    width: 12px;
}

.s-calendar-icon {
    display: inline-block;
    background:url('Icons/calendar_16.png');
    vertical-align: middle;
    height: 16px;
    width: 16px;
}

.s-edit-icon {
    display: inline-block;
    background:url('Icons/edit_12.png');
    vertical-align: middle;
    height: 12px;
    width: 12px;
}

.s-member-links {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.s-hidden {
    display: none;
}

div.s-link a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.s-grid-message-image {
    display: inline-block;
    background: url('Icons/mail-12_2.png');
    height: 10px;
    width: 12px;
}

a.s-grid-message-image:hover {
    background-color: lightgray;
    border-radius: 2px;
}

.s-grid-mobile-image {
    display: inline-block;
    background:url('Icons/mobile-12.png');
    height: 12px;
    width: 12px;
}

a.s-grid-mobile-image:hover {
    background-color: lightgray;
    border-radius: 2px;
}
