.gax-find-unidade{
  width: 330px;
}

.div-find-unidade{
  border: 2px solid #c4cdd6;
  width: 330px;
  height: 32px;
  padding: 4px 10px 0 10px;
  background: #fff;
  float: left;
}

.div-find-unidade input{
  width: 280px;
  border: none;
  float: left;
}

.ico-find {
    background-image: url('/gax2condutores/images/sprite-16x16-form-find.png');
    width: 16px;
    height: 16px;
    margin-top: 3px;
    float: left;
    cursor: pointer;
}

    .ico-find:hover {
        background-image: url('/gax2condutores/images/sprite-16x16-form-find-over.png');
    }

.input-group-addon {
    padding: 0;
    font-size: 9pt;
    font-weight: normal;
    line-height: 0;
    color: #fff;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 0;
    width: 16px;
    height: 16px;
    float: right;
}

.required-find-unidade {
    border-color: #c4cdd6 #c4cdd6 #c4cdd6 #DE4F4F !important;
    border-width: 2px 2px 2px 4px !important;
}

.required-find-unidade-focus {
    border-color: #4580AB #4580AB #4580AB #4580AB !important;
    outline: none;
    background: #ffffff;
}

.label-find-unidade{
  font-size: 10pt !important;
  color: #272e31 !important;
  font-weight: normal !important;
  padding: 7px 10px 8px 10px !important;
}

/**
* Datetimepicker for Bootstrap v3 - Modified
* https://github.com/Eonasdan/bootstrap-datetimepicker/
*/
.gax-find-unidade .bootstrap-datetimepicker-widget {
  padding: 20px !important;
}

.gax-find-unidade .bootstrap-datetimepicker-widget td span{
  margin: 5px !important;
}