/* -------------------------------------------------------------------------- */
/*	ZMPlugin CSS                                                              */
/* -------------------------------------------------------------------------- */
/**
  * 1.
  */
  a:focus{
    box-shadow: none;
  }
  .uk-icon svg{
    vertical-align: middle;
  }

  .uk-form-label > .uk-icon svg{
    vertical-align: unset;
  }

  .uk-notification-top-center{
    margin-top:30px;
  }

  .uk-form-width-large {
    max-width: 100% !important;
  }

  .uk-open > .uk-accordion-title::before {
      background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E);
  }
  .uk-accordion-title::before {
      content: "";
      width: 1.4em;
      height: 1.4em;
      margin-left: 10px;
      float: right;
      background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
      background-repeat: no-repeat;
      background-position: 50% 50%;
  }
  .uk-accordion>:nth-child(n+2) {
    margin-top:0;
  }
  .uk-accordion-title{
    font-size: 1rem;
  }
  .zmaddonsheader{
    background-color: #ebebeb;
    border: 1px solid lightgray;
  }
  .zmaddonsfooter{
    background-color: #ebebeb;
    border: 1px solid lightgray;
    font-size: 12px;
    padding: 5px 15px;
    border-top:none;
  }
  .zmaddonsmodule{
    border: 1px solid lightgray;
    border-top:none;
  }
  .zmaddonsmodule > div.uk-card {
    padding:10px 15px;
  }
