/*
 * Copyright by Intland Software
 *
 * All rights reserved.
 *
 * This software is the confidential and proprietary information
 * of Intland Software. ("Confidential Information"). You
 * shall not disclose such Confidential Information and shall use
 * it only in accordance with the terms of the license agreement
 * you entered into with Intland.
 */
.noTitle .ui-dialog-titlebar {
  display: none;
}
.inProgressTexts {
  height: 16px;
  margin-bottom: 8px;
}
.inProgressTexts span {
  user-select: none;
  display: none;
}
.inProgressTexts span:nth-child(2) {
  color: #2AB1D2;
}
.inProgressTexts span:nth-child(3) {
  color: #FFAC44;
}
.inProgressTexts span:nth-child(4) {
  color: #1853B1;
}
.inProgressTexts span:nth-child(5) {
  color: #3E9A8E;
}
.inProgressTexts span:nth-child(6) {
  color: #E37032;
}
