/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=0fbcf438&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/

#app {
  height: inherit;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#ap-site-content {
  padding-top: 15px;
}
#ap-menu-content a.router-link-active {
  color: #999 !important;
  font-weight: bold;
}
.ap-top-bar {
  height: 40px !important;
  background-color: #009a49 !important;
  color: #fff !important;
}
.ap-top-bar a {
  color: #fff !important;
}
#ap-top-menu {
  overflow: hidden;
  height: 75px;
  border-bottom: 1px solid #d7d7d7;
  /* background: url(img/global-sprite.png) no-repeat right -415px; */
}
#ap-top-menu a {
  color: #009a49;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 15px;
}
#my-ap-link {
  font-family: 'TheSans';
  float: right;
  font-size: 22px;
  padding-top: 20px;
  padding-right: 30px;
}
#ap-logo img {
  margin-top: 15px !important;
}
#global-footer {
  background-color: #f5f8f9;
  background-image: url(/img/footer.1b93c11f.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 20%;
  height: 120px;
  padding: 15px;
  font-size: 12px;
  color: #4d4e53;
}
#footer-links {
  float: right;
  /* padding-right:80px; */
}
#footer-links>a {
  float: left;
  padding-right: 15px;
}
.footer-icon {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  fill: #009a49;
}
#copyright {
  font-size: 0.75rem;
}
.link--default {
  color: #009a49;
  fill: #009a49;
}
.link {
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  word-wrap: break-word;
  word-break: break-word;
}
.red-msg {
  color: red;
}
.region-language {
  font-family: 'TheSans';
  float: right;
  padding-right: 45px;
  padding-top: 10px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Search.vue?vue&type=style&index=0&id=dcc8fdda&scoped=true&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.input-group[data-v-dcc8fdda] {
  margin-top: 10px;
}
.eq-ig[data-v-dcc8fdda] {
  width: 250px;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/Search.vue?vue&type=style&index=1&id=dcc8fdda&lang=css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************/

.form-control {
  height: 38px;
}
#loader {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999;
  background-image: url(/img/loading.2c1fe592.gif);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}
.agent-info {
  font-size: 13px;
  color: #000;
}
.agent-info-a {
  font-size: 13px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  /*background-color: #2196F3;*/
  background-color: #009a49;
}
input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
          box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.agent-marker {
  background-image: url(/img/green-marker.2020175a.png);
  background-size: 20px;
  color: white;
  font-size: 14px;
  width: 20px;
  height: 30px;
  padding-left: 6px;
}
.red-border {
  border-color: red;
}
.search-button {
  margin-bottom: 10px;
  margin-top: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.container-fluid {
  width: 90% !important;
  min-height: 560px;
}
.flag-icon img {
  height: 20px;
  margin-left: 3px;
}
.agent-details svg {
  margin-right: 5px;
}
.form-control {
  font-size: 14px !important;
}
.form-control::-webkit-input-placeholder {
  color: #adadad;
}
.form-control::-moz-placeholder {
  color: #adadad;
}
.form-control:-ms-input-placeholder {
  color: #adadad;
}
.form-control::-ms-input-placeholder {
  color: #adadad;
}
.form-control::placeholder {
  color: #adadad;
}
.multiselect__option--selected {
  background-color: #009a49 !important;
  color: #fff !important;
  font-weight: normal !important;
}
.multiselect__option--selected::after {
  display: none;
}
.multiselect__option--highlight::after {
  display: none;
}
.multiselect__option--group.multiselect__option--highlight {
  background-color: #00a8e1 !important;
}
.multiselect__option--group-selected.multiselect__option--highlight {
  background-color: #ff6a6a !important;
}
.multiselect, .multiselect__input {
  font-size: 14px !important;
}
.multiselect__option {
  min-height: 25px !important;
  line-height: 10px !important;
}
.multiselect__content-wrapper {
  max-height: 350px !important;
}
label {
  margin-bottom: 0.5rem;
}
.font-size-20px {
  font-size: 20px;
}

