/*MIXINS*/
/*COLORS*/
/*SEARCH CONTAINER*/
.search-container {
  position: fixed;
  display: block;
  z-index: 3;
  width: 270px;
  max-height: 80vh;
  top: 30%;
  right: 40px;
  margin-left: -425px;
  margin-top: -125px;
  background: #0091c7;
  padding: 20px 20px 0 20px;
  -webkit-box-shadow: 0px 10px 22px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 22px -7px rgba(0, 0, 0, 0.75);
  background: rgba(34, 34, 34, 0.9);
  z-index: 999;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px) scale(0.5);
          transform: translateY(-50px) scale(0.5);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-container .z-panel-body {
  outline: 0;
  border: none;
  color: #ffffff;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-container .z-panel-body h3 {
  font-size: 16px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 10px;
  margin-bottom: 25px;
}

.search-container .z-panel-body .form-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 100%;
}

.search-container .z-panel-body .form-vertical .panel-row .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-container .z-panel-body .form-vertical .panel-row .form-group .control-label {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
  width: 70%;
}

.search-container .z-panel-body .form-vertical .panel-row .form-group .broj-osoba {
  width: 30%;
  font-weight: 700;
}

.search-container .z-panel-body .form-vertical .panel-row.checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}

.search-container .z-panel-body .form-vertical .panel-row.checks .form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.search-container .z-panel-body .form-vertical .panel-row.checks .form-group .control-label {
  margin: 0;
}

.search-container .z-panel-body .form-vertical .panel-row.checks .form-group input[type=checkbox] {
  height: 1em;
  width: 1em;
}

.search-container .z-panel-body .form-vertical .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}

.search-container .z-panel-body .form-vertical .bottom #validateBtn {
  padding: 5px 25px;
  background: #00aeef;
  outline: 0;
  border: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-container .z-panel-body .form-vertical .bottom #validateBtn:hover {
  background: #E82600;
}

.search-container .cr {
  display: none;
}

.search-container.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

/*TOGGLE SEARCH*/
#toggle-adv-search {
  position: fixed;
  bottom: 30px;
  right: 90px;
  text-decoration: none;
  color: #ffffff;
  background-color: #00aeef;
  font-size: 0.9em;
  width: auto;
  height: 50px;
  -webkit-box-shadow: 0px 10px 27px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 27px -13px rgba(0, 0, 0, 0.75);
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

#toggle-adv-search .left {
  height: 50px;
  width: 48px;
  background: #0091c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#toggle-adv-search .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#toggle-adv-search:hover {
  background-color: #0091c7;
  text-decoration: none;
  color: #FFF;
}

#toggle-adv-search:hover .left {
  background: #00aeef;
}

@media (max-width: 1100px) {
  #toggle-adv-search {
    padding: 0;
  }
  #toggle-adv-search .left {
    margin-right: 0;
  }
  #toggle-adv-search .right {
    display: none;
  }
}
/*# sourceMappingURL=search.css.map */
