/*
.advance-search {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    visibility:hidden;
    transition: opacity 0.5s ease;
}
.advance-search .desc {
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom: 26px;
    font-weight: bold;
}
.advance-search .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.advance-search .input-field {
    //width: calc((100% - 40px) / 3);
}
*/
.input-field {
    position: relative;
}
/*
.advance-search .input-select {
    height: 40px;
}
.advance-search .row.second {
    margin-bottom: 46px;
}
*/
.choices[data-type*="select-one"] {
    cursor: pointer;
}
.choices:last-child {
    margin-bottom: 0;
}
.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 1rem;
}
/*
.advance-search .row.third .input-field {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.advance-search .row.third {
    margin-bottom: 0;
}
*/
.inner-form {
    z-index: 999;
    width: 500px;
}
.inner-form .input-group p {
	    margin-bottom: 0px;
    margin-right: 0px;
}
.input-field .btn-delete {
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    background: transparent;
    white-space: nowrap;
    border-radius: 0;
    font-size: 0.875rem;
    color: #666;
    transition: all .2s ease-out, color .2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: bold;
}
.row label {
    font-size:0.85rem;
}
.input-field input {
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 0.875rem;
    border: 0;
    background: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
}
.select {
  position: relative;
  min-width: 100px;
}
.select svg {
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  width: 10px;
  height: 6px;
  stroke-width: 2px;
  stroke: #9098a9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
  padding: 7px 40px 7px 12px;
  width: 100%;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  transition: all 150ms ease;
}
.select select:required:invalid {
  color: #5a667f;
}
.select select option {
  color: #223254;
}
.select select option[value=""][disabled] {
  display: none;
}
.select select:focus {
  outline: none;
  border-color: #07f;
  box-shadow: 0 0 0 2px rgba(0,119,255,0.2);
}
.select select:hover + svg {
  stroke: #07f;
}
.sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
#search_hint{
	margin:auto;
	margin-left:0.5rem;
	cursor:pointer;
}
