﻿@import url("js/css/ui-lightness/jquery-ui-1.8.14.custom.css");

.pubsearch {
}


/* -- Grids --*/
.pubgrid {
    width: 95%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: 0;
    border-collapse: collapse;
}

    .pubgrid > tbody > tr, .pubgrid > tr {
        border-bottom: solid 1px #ddd;
    }

    .pubgrid td {
        padding: 1em 0;
        border: 0;
        color: #717171;
    }

    .pubgrid th {
        display: none;
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(images/grd_head.png) repeat-x top;
        border-left: solid 1px #525252;
    }

        .pubgrid th a {
            color: #fff;
            text-decoration: underline;
        }

    .pubgrid .alt {
        /*background: #fcfcfc url(images/grd_alt.png) repeat-x top;*/
    }

    .pubgrid .pager {
        background: #424242 url(images/grd_pgr.png) repeat-x top;
    }

        .pubgrid .pager table {
            margin: 5px 0;
        }

        .pubgrid .pager td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .pubgrid .pager a {
            color: #fff;
            text-decoration: none;
        }

            .pubgrid .pager a:hover {
                text-decoration: underline;
            }

        .pubgrid .pager span {
            color: #dcdcdc;
        }

.wcs_searchBar {
    line-height: 26px;
    padding: 20px 40px;
}

.wcs_searchtxt {
    float: left;
    margin-right: 15px;
}

    .wcs_searchtxt input.searchtxt {
        border: 1px solid #AAAAAA;
        font-size: 17px;
        padding: 2px 10px;
        width: 400px;
    }

.wcs_searchbtn {
}

    .wcs_searchbtn a.btnWCSSearch {
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: url(images/wcs_search_bg.png);
        color: White;
        line-height: 26px;
        padding: 10px 15px;
        font-size: 13px;
        border-top: solid 1px #E28418;
        border-left: solid 1px #E28418;
        border-bottom: solid 1px #8E530F;
        border-right: solid 1px #8E530F;
    }

        .wcs_searchbtn a.btnWCSSearch:hover {
            background: #8E530F;
            text-decoration: none;
        }

a.labelRight {
    float: right;
}

.SubHead.TitleSubHead {
    font-weight: bold;
}

.gsc-cursor-page {
    float: left;
    padding-right: 5px;
    margin: 10px 0;
}

.gsc-cursor {
    clear: both;
}

.pubgrid .author-column.show {
    cursor: pointer;
}

.author-column.show .author {
    display: none;
}

.author-column.show.in .author-substring {
    display: none;
}

.author-column.show.in .author {
    display: inline;
}

    .author-column.show.in .author::after {
        content: "\f191";
        font-family: Fontawesome;
        padding: 0 1em;
    }

.doi-label {
    color: #7f796e;
    text-transform: uppercase;
}

.DnnModule-WCSPublications .dnnLabel{
    width:auto;
}