/*novas cores da nav-bar*/
/*novas cores para relatorio*/
/*titulo (onde era amarelo)*/
/*parte zebrada*/
.chosen-container-single .chosen-single {
  line-height: 35px;
  height: 35px;
  background: #FFF;
  border: 0;
  box-shadow: 0 0 0 #979797;
  border-bottom: 1px solid #DDD;
}

.goDown {
  /*margin-top: 57px;*/
  width: 36.6%;
  float: left;
  /*margin-left: 50px;*/
  line-height: 30px;
  padding-left: 0;
}

.goDown .chosen-container-single .chosen-single {
  line-height: 35px;
  height: 49px;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0 #979797;
}

.chosen-container-active .chosen-with-drop .chosen-single {
  background: #FFF;
}

.chosen-container-active .chosen-with-drop .chosen-single div b {
  background-position: -1px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #B00522 !important;
}

.chosen-container .chosen-results li.highlighted {
  background: #B00522;
}

.chosen-choices {
  height: 35px !important;
  background-image: none !important;
  border: none !important;
  border-bottom: 1px solid #DDD !important;
  margin-top: 10px !important;
}

@media (max-width: 992px) {
  .welcome-message {
    display: none;
  }
}

@media (max-width: 1200px) {
  .goDown {
    width: 27%;
  }
}

@media (max-width: 992px) {
  .goDown {
    width: 55%;
  }
}

/*# sourceMappingURL=chosen.theme.css.map */