/*#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}*/

.ninja-forms-cont {
    overflow: auto;
}

.ninja-forms-form-wrap {
    overflow: auto;
}

.nf-modal {
    display: none;
    z-index: 9999 !important;
    overflow: auto;
}

.nf-modal-content {
/*    max-height: 100%;*/
    overflow: auto;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
/*  background: url(spinner.gif) #111 no-repeat center center;*/
  border-radius: 8px;
}
/*.modal {
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
    width: 500px;
    z-index: 9 !important;
}*/



.jquery-modal {
    z-index: 9998 !important;
}
