html, body {
	height: 100vh;
	width: 100vw;
	background-color: #F2F4F9!important;
}

.border-section {
	border-radius: 0px!important;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}

#overlay .dialog .label-dialog {
    width: 100%!important;
    text-align: center!important;
    vertical-align: top!important;
    height: 60px!important;
}

#overlay .dialog .body-dialog {
    height: 100px!important;
    line-height: 8.5em!important;
    width: 44%!important;
    margin: 0 auto!important;
}

#overlay .dialog .body-dialog p {
    display: inline-block!important;
    text-align: center!important;
    padding: 0px!important;
    color: #fff!important;
    vertical-align: middle!important;
    font-size: 18px!important;
    margin: 0 auto!important;
    width: 100%!important;
    font-weight: bold!important;
    line-height: 1.5!important;
}



/* -- messenger bootbox modals -- */
.bootbox.modal .close-icon {
      display: none;
  }

  .bootbox.modal .modal-footer {
      position: absolute;
      width: 100%;
  }

  .bootbox-body {
    font-size: 13px;
  }

  .bootbox button.btn.btn-default, .bootbox button.btn.btn-default:active, .bootbox button.btn.btn-default:focus, .bootbox button.btn.btn-default:hover {
      display: inline;
      width: 40%;
      color: #666;
      margin: 0;
      padding: 0;
      border: none;
      width: 49%!important;
      text-align: center;
  }

  .bootbox button.btn.btn-primary, .bootbox button.btn.btn-primary:active, .bootbox button.btn.btn-primary:focus, .bootbox button.btn.btn-primary:hover {
      display: inline;
      width: 40%;
      text-align: left;
      border-color: white;
      background-color: white;
      color: #1c75bc;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
      width: 49%!important;
  }

  .bootbox .modal-dialog {
      top: 40%!important;
  }
    
    .bootbox .modal-dialog {
        width: 87%!important;
    }

    .modal-content {
        width: 100%;
    }

    .modal-body {
        min-height: 245px!important;
    }

    .bootbox-body {
        position: relative;
        height: 100%;
    }

    .bootbox-body h3 {
        font-size: 13px!important;
        text-align: center;
    }

    .modal-footer {
        position: absolute;
        width: 100%;
        border-top: 1px solid rgba(0,0,0,0.1)!important;
        padding: 6px 0px 6px!important;
    }

    .bootbox button:not(:last-child) {
      border-right: 1px solid rgba(0,0,0,0.1)!important;
    }

    .bootbox button {
        display: inline;
        width: 40%;
        color: #666;
        font-size: 15px;
        margin: 0;
        font-weight: bold;
        padding: 0;
        border: none;
        width: 49%!important;
        text-align: center;
        font-family: UniNeue-Bold;
        border-radius: 0px!important;
        height: 25!important;
    }

  /* -- messenger bootbox modals -- */