﻿.webgrid {
    width: 100%;
}

    .webgrid th {
        text-align: left;
        padding-left: 10px;
    }

    .webgrid td {
        padding: 5px 10px;
    }

    .webgrid .padding_left {
        padding-left: 15px;
    }

.webgrid-selected-row {
    font-weight: bold;
}

.webgrid-alternating-row {
    background-color: #E7E7E7;
}

.sequenceLegend {
    white-space: pre-wrap;
    color: #999;
}

ul#isoformDatabaseBreadcrumb li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    padding-right: 8px;
}

#isoformDatabaseBreadcrumb li a {
    padding-right: 7px;
}

#isoformDatabaseBreadcrumb {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    line-height: 20px;
    overflow: auto;
    font-size: 11px;
    font-weight: bold;
}

span.modification {
    color: blue;
    font-weight: bold;
}

span.snp {
    color: green;
    font-weight: bold;
}

span.ghostedSequence {
    color: #ccc;
    font-weight: lighter;
}

.rowCentered {
    text-align: center;
}

#cellLineTable tr {
    vert-align: top;
}

.sequenceString {
    font-family: monospace;
    font-size: 1.3em;
}

.filterlabel {
    font-size: 1.75em;
    font-family: BebasNeueRegular;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 10px;
}

.proteoformDetail h3 {
    border-bottom: 2px solid black;
    display: block;
    color: #520063;
}

.proteoformDetail dl {
    float: left;
    /*width: 520px;*/
    /*margin: 1em 0;*/
    padding: 0;
    /*border-bottom: 1px solid #999;*/
}

.proteoformDetail dt {
    clear: left;
    float: left;
    width: 220px;
    margin: 0;
    padding-top: 5px;
    /*border-top: 1px solid #999;*/
    font-weight: bold;
}

.proteoformDetail dd {
    float: left;
    width: 300px;
    margin: 0;
    padding: 5px;
    /*border-top: 1px solid #999;*/
}

/*#evidenceList dl {
    margin: 0;
    padding: 0;
}

#evidenceList dt {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#evidenceList dd {
    margin: 0 0 1em 0;
    padding: 0;
}*/

.noResults {
    font-size: 1.5em;
    margin-top: 20px;
}

.noWrapColumn {
    white-space: nowrap;
}

.star-image-gold {
    background: url("/images/star.png");
    height: 16px;
    width: 16px;
    background-position: 0 -32px;
    margin: 0 auto;
    display: inline-block;
}

.star-image-silver {
    background: url("/images/star.png");
    height: 16px;
    width: 16px;
    background-position: 0 0;
    margin: 0 auto;
    display: inline-block;
}

.star-image-bronze {
    background: url("/images/star.png");
    height: 16px;
    width: 16px;
    background-position: 0 -16px;
    margin: 0 auto;
    display: inline-block;
}

/* Restore Bootstrap input padding */
input[type='text']#query { padding: 0 12px; }
div.form-group input[type='text'] { padding: 0 12px; }

/* Column Sorting Indicators */
.webgrid th {
    padding-right: 2em; /* make enough room for the arrow */
}

    .webgrid th a {
        text-decoration: underline;
        white-space: nowrap;
    }

        .webgrid th a.ascColumn:after, th a.descColumn:after {
            position: relative;
            left: .4em; /* spacing between header and arrow */
            bottom: .1em; /* raise it just a tad */
            font-size: 0.75em; /* I like my arrows a tad smaller */
            color: #777;
            display: inline-block;
            text-decoration: none;
        }

        .webgrid th a.ascColumn:after {
            content: '▲';
        }

        .webgrid th a.descColumn:after {
            content: '▼';
        }
