/* PAR main override css file. */



/* Sidebar card item styling. */
.card-table  {
    width: 100%;
}

/* The name of the Card. */
.card-header {
    font-weight: bold;
}

/* Card column headings. */
.card-table th {
    font-style: italic;
    font-weight: normal;
    font-size: 0.94em;
    color: navy;
}

/* Line item detail inside of the Card columns. Either <p> or <a> */
.card-table a, .card-table p  {
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 0.94em;
}
/* Card text <p> -- other than links */
.card-table p  {
    color: darkslategray;
}
/* Show Card links in a different color. */
.card-table a {
    color: blue;
}
/* All Card <a> tag hover color. */
.card-table a:hover {
    color: black;
}

/* Side bar Card column 1 when using a far right (X) Delete button. */
.card-list, .card-list a {
    width: 100%;            /* Used to push over the Delete button to the far right. */
}

/* The little "X" delete button on lists. */
.delete-link.btn {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 9px;
}



/* Datatables */
label[for=dt-length-0] {
    margin-left: 12px;   /* Space between "entries per page" and the dropdown selection. */
}
label[for=dt-search-0] {
    margin-right: 8px;   /* Space between "Search:" label and the search input box. */
}

/* Sidebars */
tr.sidebar-attention {
    background: lightyellow;
}
.sidebar-attention a {
    color: darkred;
    outline: #3300FF;
}
