@charset "UTF-8";
/* WIDGET */
html.widget {
  overflow: hidden;
  height: 100%;
}

html.widget body {
  height: 100%;
  padding-bottom: 0;
}

html.widget .widget-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: calc(100% - 136px);
  overflow-y: auto;
  overflow-x: hidden;
  top: 86px;
}

html.widget .widget-content > * {
  max-height: 100%;
}

html.widget.home .widget-content, html.widget .widget-content .fixed-search {
  background-image: url("/img/widget/background-home.jpg");
}

html.widget .navbar {
  padding: 1.4rem 1rem;
}

html.widget .navbar p.navbar-text {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

html.widget.home .navbar-toggler-search {
  display: none;
}

html.widget.search .navbar-toggler-search {
  display: block;
}

html.widget form#search, html.widget .register-form, html.widget .login-form, html.widget #old-animals, html.widget #new-animal, html.widget #complete-meeting, html.widget #verify-number, html.widget #verify-code {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  max-height: 100%;
}

html.widget .modal {
  top: 80px;
}

html.widget .captainvet-iframe-footer {
  display: -webkit-box;
  display: flex;
  height: 50px;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-top: 1px solid #F5F7FA;
  background: #FFF;
}

html.widget .captainvet-iframe-footer a {
  color: #676E9E;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}

html.widget .bootstrap-select.show {
  position: inherit !important;
}

html.widget .widget-content .bootstrap-select > .dropdown-menu.show {
  position: fixed !important;
  top: 86px !important;
  max-height: calc(100% - 136px) !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
  -webkit-transform: none !important;
          transform: none !important;
  border: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F7FA), to(#F8F7F7));
  background: linear-gradient(180deg, #F5F7FA 0%, #F8F7F7 100%);
  overflow-y: auto !important;
  border-radius: 0px !important;
}

html.widget .widget-content .bootstrap-select > .dropdown-menu.show > .inner.show {
  max-height: none !important;
}

html.widget.home .widget-content .focused, html.widget .widget-content .fixed-search .focused {
  position: fixed !important;
  left: 0;
  top: 80px;
  width: 100%;
  height: calc(100% - 136px);
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F7FA), to(#F8F7F7));
  background: linear-gradient(180deg, #F5F7FA 0%, #F8F7F7 100%);
  padding: 10px;
  z-index: 9000;
}

html.widget.home .widget-content .focused .aa-dropdown-menu, html.widget .widget-content .fixed-search .focused .aa-dropdown-menu {
  display: block !important;
  top: 60px !important;
}

html.widget.home .widget-content .focused .geolocation, html.widget .widget-content .fixed-search .focused .geolocation {
  display: none !important;
}

html.widget .widget-content .dropdown-menu.open .bs-searchbox {
  position: relative;
  margin-bottom: 5px;
  padding: 4px 0;
}

html.widget .widget-content .dropdown-menu.open .bs-searchbox .form-control {
  outline: none;
  box-shadow: none;
  border: 1px solid #EFF1F8;
  width: 90%;
  padding-left: 35px;
}

html.widget.home .widget-content .dropdown-menu.open .bs-searchbox:before, html.widget .widget-content .fixed-search .dropdown-menu.open .bs-searchbox:before {
  content: "\EA2B";
  font-family: cptvet;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #8C96B9;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

html.widget .widget-content .dropdown-menu.open .bs-searchbox:after {
  content: "+";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  height: 100%;
  color: #478DFF;
}

html.widget .widget-content .dropdown-menu.inner li a {
  padding: 10px 1.5rem;
  margin-bottom: 1px;
  overflow: hidden;
  white-space: normal;
}

.fixed-search {
  position: fixed;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 0;
  -webkit-box-align: center;
          align-items: center;
  z-index: 100;
  top: 87px;
  background-color: #478DFF !important;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  overflow: hidden;
}

.fixed-search.active {
  height: calc(100% - 136px);
}

html.widget.home .widget-content p.search-text, .fixed-search p.search-text {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  max-width: 50%;
  text-align: center;
  margin: 0 auto 15px;
}

html.widget.home .widget-content i.icon-fleche.down, .fixed-search i.icon-fleche.down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 28px;
  margin: 8px auto 18px;
}

html.widget .widget-content form#search .form-group label {
  position: absolute;
  left: 8px;
  top: 8px;
  height: 24px;
  margin: auto;
  font-size: 18px;
  color: #676E9E;
  z-index: 100;
}

html.widget .form-group.search-rdvtype {
  position: relative;
}

button.btn.dropdown-toggle.bs-placeholder.btn-transparent {
  background: #FFF;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  text-decoration: none;
}