/**

 * OptIn Ninja

 * (c) Web factory Ltd, 2017

 */

 

#wf-optin-close {

  position: absolute;

  top: -10px;

  outline: none;

  right: -10px;

  background-image: url(../images/close.png);

  background-repeat: no-repeat;

  height: 35px;

  width: 35px;

  background-position: center;

}

#wf-optin-loading {

  text-align: center;

  position: absolute;

  top: 100px;

  width: 100%;

  background-image: url(../images/loading.gif);

  background-repeat: no-repeat;

  height: 50px;

  background-position: center;

}

.wf-optin-dialog {

  background: transparent;

  box-shadow: none;

  -webkit-box-shadow: none;

  border:none;

  background:transparent;

}

.wf-optin-dialog .ui-dialog-titlebar {

  display: none;

}

#wf-optin-dialog {

  margin: 10px 10px 0 0;

  background:transparent;

  border:none;

}

.wf-optin-dialog .ui-dialog-content {

  padding: 0;

  margin: 0;

}

.wf-optin-dialog iframe {

  max-width: 97%;

}

#wf-optin-iframe {

  padding: 0;

  margin: 0;

  border: none;

  max-width: 97%;

}
