.divLoading
{
  height:   100%;
  width:    100%;
  position: fixed; /* Stay in place */
  z-index:  1051; /* Sit on top */
  left:     0;
  top:      0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.7); /* Black w/opacity */
  overflow-x:       hidden; /* Disable horizontal scroll */
  transition:       0.5s;

  flex-direction: column;
  justify-content: center;
  display: flex;
}
#imgLoading
{
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: white;
  border-radius: 39px;
}

#textLoading
{
  color: white;
  font-size: 10pt;
  font-weight: bolder;
  text-align: center;
}

.alert
{
  margin: 0 auto;
  width: 70%;
}

.form-explanation
{
  font-size: 8pt;
  margin: 10px auto;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.obg
{
  font-weight: bold;
}

.quill-row
{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /*max-width: 100%;*/
}

.ql-container.ql-snow
{
  height: auto;

}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 200px !important;
  overflow-y: scroll;
  outline: none;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor.only-to-show
{
  line-height: inherit;
  padding: 0;
  height: auto;
  overflow-y: auto;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: justify;
  white-space: normal;
  word-wrap: normal;
  font-family: Arial, Helvetica, sans-serif;
}
