/*
 * String Similarity customizations.
 */

/*
 * Table headings
 */

/* Remove border from tld Heading */
/*table.t-data-grid thead tr .tld {*/
/*border-left: none;*/
/*}*/

table.t-data-grid thead th.expandDetails {
    width: 1.5em;
}

/*
 * Main data. This is the information displayed before expanding details.
 */

.tld {
    font-weight: 700;
}

/*
 * Details area
 */

.applicant .string {
    display: inline-block;
    margin-right: 1em;
}

.applicant .prioritizationNumber {
    display: inline-block;
    margin-right: 1em;
    width: 3em;
}

.applicant .applicationId {
    display: inline-block;
    /*width: 7em;*/
    margin-right: 1em;
}

.applicant .applicationName {
    display: inline-block;
    margin-right: 1em;
}

.applicant .applicantName {
    display: inline-block;
    margin-right: 1em;
}

.link_button {
    display: inline-block;
}

/* View Image link */
.link_button a {
    display: block;
    padding: 2px;

    text-decoration: none;
    color: #2d76d0;

    background-color: #eee;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;

    line-height: 13px;
    font-weight: 400;

    position: relative;
}

.link_button a:hover {
    background-color: #2d76d0;
    color: white;
    border-color: #2d76d0;
}

/*popup contention set image*/

.tooltip {
    border-bottom: 1px dotted #000000;
    color: #000000;
    outline: none;
    text-decoration: none;
    position: relative;
}

.tooltip span {
    margin-left: -999em;
    position: absolute;
}

.tooltip:hover span {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    left: 1em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 250px;
}

.tooltip:hover img {
    border: 1px solid #2d76d0;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    margin: -25px 0 0 65px;
    float: left;
    position: absolute;
}
