.module-wrapper-search {
  background-color: #fff;
  position: relative;
  overflow: scroll;
  padding-top: 70px !important;

  .navbar-form {
    margin: 0;
    padding: 0 20px 0 20px;
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;

    .form-group {
      display: block;
      overflow: hidden;
      padding-right: 10px;

      input {
        width: 100%;
      }
    }

    .btn {
      float: right;
    }

    .form-control {
      margin-right: 15px;
    }
  }

  .glyphicon-plus {
    position: absolute;
    right: 8px;
    top: 13px;
  }

  .list-group {
    overflow: scroll;
    height: 100%;
    margin: 0;
  }

  .list-group-item {
    border: none;
  }

  .module-list-item {
    /* width: 250px; */
    /* height: 40px; */
    /* display: block; */
    background-color: #ffffff;
    /* border-radius: 5px; */
    /* vertical-align: middle; */
    line-height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #efefef;
    position: relative;

    .glyphicon-plus {
      cursor: pointer;
    }
  }
}
