/** SEARCH RESULTS **/

.search.index form {
    margin-bottom:30px;
    min-width: 800px;
}

.advancedIcon{
    position: relative;
    right: 44px;
    top: 7px;
    cursor:pointer;
}
.results{
    min-height: 200px;
}

.search.query.stats {
    display:block;
    margin-bottom:20px;
}

.search.item h3.listitem_number {
    display:inline-block;
    font-size:14pt;
    margin-right:10px;
    line-height: normal;
}

p.patent.section {
    text-align: justify;
}
.button_submit{
    background: -moz-linear-gradient(top, #76bf6b 0%, #3b8230 45%, #3b8230 55%, #76bf6b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76bf6b), color-stop(45%,#3b8230), color-stop(55%,#3b8230), color-stop(100%,#76bf6b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #76bf6b 0%,#3b8230 45%,#3b8230 55%,#76bf6b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #76bf6b 0%,#3b8230 45%,#3b8230 55%,#76bf6b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #76bf6b 0%,#3b8230 45%,#3b8230 55%,#76bf6b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #76bf6b 0%,#3b8230 45%,#3b8230 55%,#76bf6b 100%); /* W3C */
    border-color: #000000;
    color: #FFFFFF;
    padding: 8px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: normal;
    min-width: 0;
    padding: 4px 8px;
    text-decoration: none;
    height: 35px;
    font-family: "frutiger linotype","lucida grande","verdana",sans-serif;
    border: 2px none;

}
.button_submit:hover{
    background: none repeat scroll 0 0 #5BA150;
}

.collapsibleAdvancedDiv .patentLink{
   line-height: 1em;
    display: inline-block;
    text-decoration: none;
    padding: 5px 0;
}

/*
 * TODO: remove this
 */
#SearchSubmit {
    display: inline-block;
    padding: 6px 12px;
    width: 100%;
    font-size: 14px;
    
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
    
    color: #fff;
    background-color: #337ab7;
    text-shadow: none;
    
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

#SearchSubmit:hover,
#SearchSubmit:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}

#FacetsPanel .panel-body {
    padding: 5px 15px;
}

#FacetsPanel .list-group > a.list-group-item {
    text-decoration: none;
    cursor: pointer;
}


#patent_images_container_epo .tab-pane {
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 280px;
    overflow: auto;
}

#patent_images_container_epo .tab-pane img,
#patent_images_container_google .panel-body img{
    height: 160px;
    width: 100%;
}

.loading {
    background-image: url('/img/ajax-loader.gif');
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}