/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-avr.-2014, 16:51:13
    Author     : laurentdubois
*/
table.advanced_search{ 
    border-collapse: initial;
    margin: auto;
    width: 85%;
}
table.advanced_search th{
	width : 20%;
	font-weight : bold;
	text-transform : uppercase;
	color:#999;
}
table.advanced_search td{	padding : 5px 10px;}
table.advanced_search tr:hover td{
    background : none; 
}

div.search_terms > *{
	display : inline-block;
	margin : 0px 5px;
}

.custom-red .ui-slider-range { background: #e93631; }
.custom-red .ui-slider-handle { border-color: #e93631; }

#solr-advanced_search-wrapper div.search-container{
    width: 75%;
    margin: auto;
}
#solr-advanced_search-wrapper div.search-terms{
    width: 100%;
}
#solr-advanced_search-wrapper div.search_terms:first-of-type{
    margin-left: 85px;
    margin-bottom: 1em;
    margin-top: 2px;
}
#solr-advanced_search-wrapper .search-key{
    width: 105px;
}
#solr-advanced_search-wrapper .search-op{
    width: 70px;
}
#solr-advanced_search-wrapper div.submit-search{
    margin: auto;
    width: 20%;
    text-align: center;
}
// advanced search
#solr-advanced_search-wrapper div.submit-search input{
    margin-left: -5px;
    margin-right: 0;
    height: 2.75em;
    width: 40px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    filter: none;
    background-color: transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #DEDEDE;
    border-left: none;
}
#solr-advanced_search-wrapper input.form-text{
    border-radius: 5px;
    border:  1px solid #DEDEDE;
    height: 2em;
}
#solr-advanced_search-wrapper select{
    border-radius: 5px;
    border:  1px solid #DEDEDE;
    height: 2.55em;
}

#solr-advanced_search-wrapper a.remove-search-row, #solr-advanced_search-wrapper a.add-search-row{
    width: 21px;
    border: 1px solid lightgray;
    border-radius: 5px;
    font-weight: 800;
    vertical-align: middle;
    text-align: center;
    padding: 0.46em;
}
#solr-advanced_search-wrapper a.remove-search-row:hover, #solr-advanced_search-wrapper a.add-search-row:hover{
    cursor: pointer;
}