/* ============================================================
   Octofilter
   ============================================================ */
.octofilter-input {
  border: 1px solid #777;
  border-radius: 3px;
  padding: 7px 10px 10px;
  position: relative; }
  .octofilter-input input {
    border: none;
    margin: 3px 3px 0;
    padding: 7px;
	width:700px;}

/* Label
   ============================================================ */
.octofilter-label {
  color: #fff;
  margin: 3px 3px 0 0;
  padding: 7px;
  display: inline-block;
  background: #93d9f3; }
  .octofilter-label .octofilter-clear {
    color: #fff;
    cursor: pointer;
    margin-left: 6px; }

/* Container
   ============================================================ */
.octofilter-container {
  background: #fff;
  border: 1px solid #a3a3a3;
  width: 70%;
  margin: 10px 0 0;
  padding: 2px;
  display: none;
  position: absolute;
  left: 0;
  z-index: 2; }

/* Not Found
   ============================================================ */
.octofilter-not-found {
  color: #c3c3c3; }

/* Tab Content
   ============================================================ */
.octofilter-container .tab-content {
  padding: 10px; }
  .octofilter-container .tab-content .tab-pane {
    display: none; }
    .octofilter-container .tab-content .tab-pane.active {
      display: block; }
    .octofilter-container .tab-content .tab-pane a {
      color: #2bb3e7;
      cursor: pointer;
      border-radius: 2px;
      margin: 2px;
      padding: 2px 5px;
      display: inline-block; }
      .octofilter-container .tab-content .tab-pane a.octofilter-active {
        color: #fff;
        background: #2bb3e7; }
      .octofilter-container .tab-content .tab-pane a.octofiltered {
        color: #c3c3c3;
        background: none; }

/*# sourceMappingURL=jquery-octofilter.css.map */
