﻿.waf-search-widget {
    color: #555555;
    font-size: 13px;
    overflow: hidden;
}

.agent-portal-dashboard .waf-search-widget {
    color: #262C30;
    font-size: 14px;
}

    .waf-search-widget .alert,
    .waf-search-widget .label {
        border-radius: 0;
    }

    .waf-search-widget table > thead > tr > th {
        line-height: 1;
        font-size: 0.9em;
    }

    .agent-portal-dashboard .waf-search-widget table > thead > tr > th {
        font-size: 14px;
    }

    .waf-search-widget a {
        color: #489dc1;
        text-decoration: none;
    }

        .waf-search-widget a:hover,
        .waf-search-widget a:focus {
            color: #347a98;
        }

    .waf-search-widget > * {
        margin-bottom: 10px;
    }

    .waf-search-widget .totals-panel {
        text-align: right;
    }

    .waf-search-widget .btn-link {
        text-decoration: none;
    }

    .waf-search-widget .totals-panel .btn-link {
        padding: 0;
    }
    .waf-search-widget .data-navigation-row {
        cursor: pointer;
    }
