/***************************************
Styling specifically for lists of reports (e.g. Report List tab, Personal Reports page)
***************************************/
#tabContentContainer {
    padding: 12px 10px;
}

#showIfHasReports{
    margin: 12px 10px;
}

.Toolbar .MenuTrigger {
    display: inline-block;
    cursor: pointer;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}

.Toolbar .MenuTrigger.Open,
.Toolbar .MenuTrigger:hover,
.Toolbar .MenuTrigger:focus {
    background: #f0f0f0;
}

.RevealedByAdmin {
    cursor: help;
    background-image: url("images/icons/note_error.png");
}

.RevealedByAdminNotice {
    color: #777;
}

.Icon.Report.View {
    background-image: url("images/icons/preview.png");
}


.DeleteReportWarning {
    color: red;
    font-weight: bold;
}

.LastUsedShortText {
    cursor: help;
}

#reportListView button .Icon,
#reportListView a .Icon {
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    margin-right: 5px;
}


.Icon.Report.Table-Report {
    background-image: url("images/icons/Table-Report.png");
}

.Icon.Report.Summary-Report {
    background-image: url("images/icons/Summary-Report.png");
}

#reportListView a .Icon.Chart-Report {
    background-image:url("images/icons/agf_chart_icons_sprite.png");
    background-repeat: no-repeat;
    height:16px;
    width:16px;
    display:inline-block;
    margin-right: 5px;
}
.AutoTip .Icon.Chart-Report {
    background-image:url("images/icons/agf_chart_icons_sprite.png");
    background-repeat: no-repeat;
    height:16px;
    width:16px;
    display:inline-block;
    margin-right: 5px;
    margin-bottom: 4px;
}

.Icon.Report.Timeline-Report {
    background-image: url("images/icons/Timeline-Report.png");
}

.Icon.Report.Grid-edit-Report {
    background-image: url("images/icons/Grid-edit-Report.png");
}

.Icon.Report.Calendar-Report {
    background-image: url("images/icons/Calendar-Report.png");
}

.Icon.Report.Map-Report {
    background-image: url("images/icons/Map-Report.png");
}

.Icon.Report.Kanban-Report {
    background-image: url("images/icons/Kanban-Report.png");
}

.reportFacetMigrateBanner {
display: block;
line-height: 140%;
}