/**
   * @file
   * Caption filter default styling for displaying image captions.
   */
  
  div.caption,
  div.caption-width-container {
    max-width: 100%;
  }
  
  div.caption-inner {
    border: 1px solid #CCC;
    padding: 4px;
    background: #F3F3F3;
    font-size: 0.857em; /* assuming you have a base font size of 14px, this is 12px */
    text-align: center;
    max-width: 100%;
    width: auto;
  }
  
  div.caption p.caption-text {
    margin: .25em 0;
  }
  
  div.caption img,
  div.caption object {
    margin-bottom: 5px;
    display: block;
  }
  
  /** aligned captions **/
  div.caption-left {
    float: left;
    margin: 10px 10px 10px 0;
  }
  
  div.caption-right {
    float: right;
    margin: 10px 0 10px 10px;
  }
  
  div.caption-center {
    display: block;
    text-align: center;
  }
  
  div.caption-center .caption-width-container {
    display: inline-block;
  }/**/
/**
   * @file
   * Styles to apply to all user-facing pages for alignment support.
   */
  .media-wysiwyg-align-left,
  .media-float-left {
    float: left;
    margin-right: 20px;
  }
  .media-wysiwyg-align-right,
  .media-float-right {
    float: right;
    margin-left: 20px;
  }
  .media-wysiwyg-align-center {
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
  }/**/
.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
  }
  
  .ctools-owns-lock {
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
  }
  
  a.ctools-ajaxing,
  input.ctools-ajaxing,
  button.ctools-ajaxing,
  select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(https://www.aloharentals.com/sites/all/modules/contrib/ctools/images/status-active.gif) right center no-repeat;
  }
  
  div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(https://www.aloharentals.com/sites/all/modules/contrib/ctools/images/status-active.gif) center center no-repeat;
  }/**/
.url_referer_uisov_provider-textfield { display: none !important; }/**/
