form.solr_search {
    margin-right: 3em;
}
.closed_issues_link {
    font-weight: normal;
    margin-left:10px;
    font-size: 11px;
}
.closed_issues_link a{
    color: #F3F3F3;
}
table.width10		{ width: 10%;  border: solid 1px #000000; float: left; }
table.width87		{ width: 87%;  border: solid 1px #000000; float: left; }
select.filter {
    max-width: 100px;
}
select.filter option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}
.server-status-on,.server-status-off {
    border-radius: 4px;
    width:30px;
    display: inline-block;
    text-align: center;
}
.server-status-on {
    background-color: #7dff65;
    color: gray;
}
.server-status-off {
    background-color: #ff333b;
    color: #eeeeee;
}
#server-status-refresh {
    cursor: pointer;

}
#solr-search-textbox-holder{
    border: 1px solid #6FB3E0;
    border-radius: 4px!important;
    float: left;
    margin-right: 4px;
}
#solr-search-textbox {
    font-size: 13px;
    line-height: 1.3;
    color: #666!important;
    border: 0;
    padding: 0 0 0 3px !important;
}
#solr-search-info-button{
    height: 27px;
    background-color: #DDD !important;
    border: 0px;
    border-radius: 0px !important;
}

#solr_show_num_rows_form {
    float:right;
}
#solr-filter-form {
    float:left;
    width:15%;
}
#solr-search-info-box {
    width: 398px;
    height: 240px;
    border: 1px solid #CCC;
    position: absolute;
    z-index: 1000;
    background-color: #EEE;
    display: none;
    left: 45px;
    padding: 2px;
    font-size: 12px;
}
#solr-search-info-box-header {
    height: 25px;
    width: auto;
}
#solr-search-info-box-content {
     overflow: auto;
     height: 205px;
     width:auto;
}

#solr-search-info-box-header a.boxclose{
    float:right;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 8px 4px;
    text-decoration: none;
}

#solr-search-info-box-header .boxclose:before {
    content: "×";
}