﻿/** Custom styles */
@media screen and (max-width: 576px) {
    .hide-sm {
        display: none;
    }
}

.pagination-custom {
    border-left-style: hidden;
    border-right-style: hidden;
    border-bottom-style: hidden;
}

    .pagination-custom:hover {
        background: unset !important;
    }

    .pagination-custom > td {
        padding: 0 !important;
    }



        .pagination-custom > td > table > tbody tr > td > span, .pagination-custom > td > table > tbody tr > td > a {
            margin-top: 8px;
            margin-right: 0;
            display: inline-block;
            border: solid thin #ddd;
            margin-right: 4px;
            padding: 4px 8px;
        }

        .pagination-custom > td > table > tbody tr > td > span {
            font-weight: bold;
        }

            .pagination-custom > td > table > tbody tr > td > span:hover, .pagination-custom > td > table > tbody tr > td > a:hover {
                background: #f5f5f5;
                text-decoration: none;
            }


        .pagination-custom > td > table > tbody tr > td > a {
            text-decoration: none !important;
        }

.linkbutton {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased !important;
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: inherit;
    margin: 0;
    font: inherit;
    color: inherit;
    overflow: visible;
    text-transform: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: none !important;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    outline: none;
}

.btn-info, .btn-primary {
    background-color: #245194 !important;
    border-color: #245194 !important
}


.btn-info, .btn-primary {
    background-color: #245194 !important
}