/* ngDialog styles go here  */

.ngdialog-content{

}

/*------------------------- width for ngDialog ----------------------------------- */


.ngdialog.ngdialog-theme-default .ngdialog-content {
  @media (max-width: @screen-sm-min) {
    width: 100%;
    border-radius: 0;
  }
  @media (min-width: @screen-sm-min) {
    width: 90%;
  }
  @media (min-width: @screen-md-min) {
    width: @container-md - 100px;
  }
  @media (min-width: @screen-lg-min) {
    width: @container-lg - 200px;
  }
}
.ngdialog.ngdialog-theme-default.pub-dialog-100 .ngdialog-content {
  width: 100% !important;
}
/*-------------------------------------------------------------------- */


/* End */