﻿body {
    padding: 10px;
    font-family: Helvetica,Arial,Sans-Serif;
}

h1.report-header {
    font-size: 1.7em;
    padding-bottom: 8px;
    border-bottom: solid 1px rgb(190, 190, 190);
}

.report-buttons {
    margin-bottom: 8px;
}

.report-filter {
    margin-bottom: 20px;
}

.report-filter-title {
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 6px;
}

.report-filter-options {
    padding: 10px;
    border: solid 1px rgb(190, 190, 190);
    margin-bottom: 10px;
    border-radius: 5px;
}

.report-filter-row2,
.report-filter-row3 {
    margin-top: 5px;
}

.report-button-show {
    background-color: #7D65A3;
    border-color: #6F5499;
}

    .report-button-show:focus, .report-button-show:active:focus, .report-button-show.active:focus {
        background-color: #6F5499;
        border-color: #6F5499;
        outline: none;
    }

.report-info {
    margin-bottom: 15px;
}

    .report-info td {
        padding: 2px;
        padding-right: 4px;
    }

.report-settings-section tr {
    vertical-align: top;
}

.report-settings-section td {
    padding: 4px;
}

.report-settings-section .report-settings-section-txt {
    width: 40px;
    text-align: center;
    margin-left: 8px;
}

.report-settings-section .report-settings-section-subtxt {
    font-size: 0.8em;
}

.agent-tracking-report-ismember {
    background-color: #BADAE8;
}

.agent-tracking-report-col-member {
    text-align: center;
}

.admin-config-category {
    font-weight: bold;
    font-size: 1.1em;
}

.admin-config-category-options label {
    font-weight: normal;
    font-size: 0.9em;
}

.epi-login {
    margin-top: 100px;
}

    .epi-login .epi-login-content {
        padding: 0 30px 20px;
        max-width: 580px;
        border-radius: 10px;
        border: 1px solid #878787;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
        background: #fff url("/Static/img/episerver-artwork.png");
        background-repeat: no-repeat;
        background-position: top right;
    }

    .epi-login .epi-login-header {
        margin-top: 180px;
        margin-bottom: 20px;
    }

    .epi-login .epi-login-logo {
        width: 146px;
        height: 20px;
    }

    .epi-login .epi-login-arrivia-logo {
        margin-top: 35px;
        max-height: 44px;
    }

    .epi-login .epi-login-version {
        font-size: 0.7em;
        font-family: verdana;
    }

.report-form-logs .report-pagination {
    text-align: center;
}

.report-form-logs .report-table {
    table-layout: fixed;
    width: 100%;
}

    .report-form-logs .report-table th,
    .report-form-logs .report-table td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }

.report-form-logs .report-table__icon {
    text-align: center;
    width: 30px;
}

    .report-form-logs .report-table__icon .fa {
        font-size: 20px;
    }

.report-form-logs .fa-times-circle {
    color: #D72828;
}

.report-form-logs .fa-info-circle {
    color: #3A73EF;
}

.report-form-logs .fa-exclamation-circle {
    color: #F1C40F;
}

.report-form-logs .fa-bug {
    color: #3B9907;
}

.report-form-logs .report-table__date {
    width: 140px;
}

.report-form-logs .report-table__source {
    width: 150px;
}

.report-form-logs .report-table__url {
    width: 200px;
}

.report-form-logs .report-table__partner-id {
    width: 80px;
    text-align: center;
}

.report-form-logs .report-table__member-id {
    width: 120px;
}

.report-form-logs .modal .modal-title {
    font-size: 25px;
}

.report-form-logs .modal pre {
    overflow: auto;
    max-height: 300px;
}