@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Poppins);

  .warning {
    background: white;
  }
  .ui-dialog {
    font-family: Roboto, sans-serif;
  }
  .ui-dialog-title{
    color: white !important;
  }
  .ui-dialog-titlebar {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em; 
    background-color: #34566A;
    background-image: none;
  }  
 /* .ui-button-text {
    font-family: 'Poppins', sans-serif;
  }*/
  
  #dialog {
    font-size: 1.1em;
    line-height: 1.3em;
    
  }

  #dialog p {
    margin: 1.1em 0 0 0;
    color: black;
  }

  #confirm {
    font-size: 1.1em;
    line-height: 1.3em;
    
  }

  #confirm p {
    margin: 1.1em 0 0 0;
    color: black;
  }
