//@import url("https://code.jquery.com/ui/1.8.24/themes/base/jquery-ui.css");
@import "jquery-ui-theme-base";

.yog-form-slider {
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
}
.loading {
background-image:url('../../img/loading2.gif');
background-repeat:no-repeat;
background-position:top right;
display:block;
}
  .object-search-result {
  display:none;
  }

/* Linked objects widget */
.yog-parent-object-holder .yog-linked-object {
padding-bottom:5px;
border-bottom:1px dotted #000;
margin-bottom:20px;
}
.yog-child-objects-holder .yog-linked-object {
border-top:1px dotted #000;
padding:5px 0px;
}
  .yog-child-objects-holder .yog-linked-object:first-child {
  border-top:none;
  }
  .yog-linked-object-price {
  font-weight:bold;
  }
    .yog-linked-object-price span {
    font-weight:normal;
    }
/* Linked relations widget */
.yog-relation-value {
background-repeat:no-repeat;
/*background-position:0px 2px;*/
padding-left:12px;
/*line-height:14px;*/
}
  .yog-relation-address {
  margin-top:5px;
  }
  .yog-relation-value.yog-title {
  padding-left:0px;
  font-weight:bold;
  }
  .yog-relation-value.yog-telefoonnummer {
  background-image:url('../../img/icon_phone.gif');
  }
  .yog-relation-value.yog-faxnummer {
  background-image:url('../../img/icon_fax.gif');
  }
  .yog-relation-value.yog-emailadres {
  background-image:url('../../img/icon_email.gif');
  }
  .yog-relation-value.yog-website {
  background-image:url('../../img/icon_globe.gif');
  }
  .yog-relation-value.yog-hoofdadres {
  background-image:url('../../img/icon_home.gif');
  }
  .yog-relation-value.yog-postadres {
  background-image:url('../../img/icon_post.gif');
  }