/*CSS para a view Search - Inicio*/
/*.funkyradio div,span {
  clear: both;
  overflow: hidden;
  margin-right: 1em;
}

.funkyradio label {
  border-radius: 3px;
  border: 1px solid #c8b98f;
  font-weight: normal;
  padding-right: 1em;
  color: #c8b98f;
  
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
  
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  
  cursor: pointer;
  
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #e9e3d2;
  border-radius: 3px 0 0 3px;
  
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #876f36;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #876f36;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #e9e3d2;
  background-color: #c8b98f;
  
}
.ui-helper-hidden-accessible { position: absolute; left:-999em; }
*/
/*.ui-autocomplete-loading {
  background: #fff url('../link/to/ajax-loading-image') right center no-repeat !important;
}*/
/*CSS para a view Search - Fim*/

.select-contaier {
    
  width: 100%;
  border: none;
  resize: none;
}
