/*--------------------------------------------------------------------------------------+
|
|     Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
+--------------------------------------------------------------------------------------*/
li {
  margin-bottom: 20px;
  list-style-position: outside;
}

.userInput {
    width: 100%;
    height: 45px;
    font-size: 18pt;
  }

  .downloadButtonTrial {
    text-align:center; 
    width: 100%; 
    margin-top: 50px; 
  }

  .bwc-buttons-blue { 
    width: 20vw;
    min-width: 200px;
    height: 70px;
    border-radius: 12px;
    font-size: 16pt;
    margin: auto;
  }

  .downloadPopupBox {
    position: relative;
    top: 30%;
    margin: auto;
    width: 550px;
    height: 350px;
    background-color: white;
    border: 2px solid grey;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 20pt;
    padding-top: 40px;
  }

  .popupBoxWrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100%;
    z-index: 40;
    text-align: center;
  }

  .popupBoxButton {
    border-radius: 50%;
    background-color: red;
    border: 1px solid red;
    color: white;
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 15pt;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 0;
  }

  .fieldError {
    display: none;
    float: left;
    color: red;
    font-size: 14px;
  }

  .errorIcon {
    height: 14px;
    width: 14px;
    margin-right: 5px;
  }

  #LoadingModal {
      font-size: 24pt;
      text-align: center;
  }

  .modal-dialog {
      top: 25%;
  }
