/* jsbundle: Areas/platform/styles/templates/FileAttachments.g.css*/
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
}
div.ax-file-attachments-container {
  position: relative;
}
div.ax-file-attachments-container a.ax-upload-attachment-button {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
div.ax-file-attachments-container a.ax-upload-attachment-button span {
  color: #15bfdb;
  padding-left: 2px;
}
div.ax-file-attachments-container .ax-file-attachments-reload-btn {
  position: absolute;
  right: 15px;
  top: 12px;
}
div.ax-file-attachments-container .ax-file-attachment-list-container {
  overflow-y: auto;
  height: auto;
}
div.ax-file-attachments-container .ax-file-attachment-list-container ul.ax-file-attachment-list {
  height: 100%;
  border: none;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
div.ax-file-attachments-container .ax-file-attachment-list-container ul.ax-file-attachment-list .ax-file-attachment-list-item {
  position: relative;
  background-color: white;
  padding: 5px 10px 10px 10px;
  margin-bottom: 5px;
  word-break: break-all;
}
div.ax-file-attachments-container .ax-file-attachment-list-container ul.ax-file-attachment-list .ax-file-attachment-list-item .ax-file-attachment-item-uploadInfo {
  text-align: right;
  font-size: 12px;
  font-weight: 100;
  color: #78909c;
  margin-bottom: 5px;
  cursor: default;
}
div.ax-file-attachments-container .ax-file-attachment-list-container ul.ax-file-attachment-list .ax-file-attachment-list-item .ax-file-attachment-item-name {
  display: inline-block;
  margin-bottom: 5px;
  color: #15bfdb;
  cursor: pointer;
  color: #0276b7;
}
div.ax-file-attachments-container .ax-file-attachment-list-container ul.ax-file-attachment-list .ax-file-attachment-list-item div.ax-file-attachment-buttons {
  margin-top: 10px;
  text-align: right;
  color: #15bfdb;
  font-size: 16px;
  opacity: 0;
}
div.ax-file-attachments-container .ax-file-attachment-list-container ul.ax-file-attachment-list .ax-file-attachment-list-item div.ax-file-attachment-buttons .fa {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
div.ax-file-attachments-container .ax-file-attachment-list-container ul.ax-file-attachment-list .ax-file-attachment-list-item div.ax-file-attachment-buttons .fa:hover {
  color: #0276b7;
}
div.ax-file-attachments-container .ax-file-attachment-list-container ul.ax-file-attachment-list .ax-file-attachment-list-item .ax-file-attachment-list-item-busy-overlay {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
div.ax-file-attachments-container .ax-file-attachment-list-container ul.ax-file-attachment-list .ax-file-attachment-list-item-busy {
  pointer-events: none;
}
div.ax-file-attachments-container .ax-file-attachment-list-container ul.ax-file-attachment-list .ax-file-attachment-list-item:hover div.ax-file-attachment-buttons {
  opacity: 1;
}
.ax-file-attachments-reload-btn {
  cursor: pointer;
  display: inline-block;
  color: #15bfdb;
  position: absolute;
  right: 15px;
  top: 12px;
}
#file-attachments-dialog {
  width: 650px;
  height: 500px;
}
#file-attachments-dialog .ax-file-attachments-reload-btn {
  position: absolute;
  right: 35px;
  top: 11px;
  font-size: 16px;
}
#file-attachments-dialog .ax-file-attachment-plan-description span {
  font-style: italic;
}
#file-attachments-dialog .ax-file-attachments-container {
  overflow: auto;
  height: 355px;
}
#file-attachments-dialog .ax-file-attachments-container .ax-file-attachment-list-container ul.ax-file-attachment-list .ax-file-attachment-list-item {
  padding: 5px 10px 5px 0;
  border-bottom: 1px solid #cfd8dc;
}
#file-attachments-dialog .ax-file-attachments-container .ax-file-attachment-list-container ul.ax-file-attachment-list .ax-file-attachment-list-item div.ax-file-attachment-buttons {
  margin-top: 5px;
}
#file-attachments-dialog .ax-file-attachments-container .ax-file-attachment-list-container ul.ax-file-attachment-list .ax-file-attachment-list-item:last-child {
  border: none;
}
#file-attachment-edit-item-dialog textarea {
  resize: none;
}
#file-attachment-edit-item-dialog .ax-attachment-editable-row {
  margin-left: 5px;
  margin-bottom: 20px;
}
#file-attachment-edit-item-dialog .ax-attachment-editable-row h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
#file-attachment-edit-item-dialog .ax-attachment-editable-row .k-textbox {
  width: 100%;
}
#file-attachment-edit-item-dialog .ax-dialog-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  /* S8 */
  color: #343A3F;
}
#file-attachment-upload-progress-dialog .ax-dialog-container {
  padding-bottom: 5px;
  padding-right: 5px;
}
#file-attachment-upload-progress-dialog .ax-dialog-container ul {
  border: none;
  box-shadow: none;
  margin-top: 15px;
  padding-left: 10px;
}
#file-attachment-upload-progress-dialog .ax-dialog-container .ax-dialog-attachment-upload-state {
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.ax-file-attachment-upload-item {
  margin-bottom: 10px;
}
.ax-file-attachment-upload-item .fa {
  font-size: 18px;
}
.ax-file-attachment-upload-item .ax-file-attachment-upload-file-name {
  margin-left: 5px;
  font-size: 16px;
}
.ax-file-attachment-upload-item .fa-check,
.ax-file-attachment-upload-item .fa-download {
  color: green;
}
.ax-file-attachment-upload-item .fa-exclamation-triangle {
  color: red;
}
body.iPad div.ax-file-attachment-buttons {
  opacity: 1 !important;
}

/* jsbundle: Areas/platform/styles/templates/TableChooser.g.css*/
.text-truncate {
  overflow: hidden;
  white-space: nowrap;
}
div#table-chooser-dialog #table-chooser-dialog {
  width: 400px;
  height: 325px;
  display: flex;
}
div#table-chooser-dialog .ax-table-chooser-content {
  display: flex;
  flex: 1;
}
div#table-chooser-dialog .ax-table-chooser-content .ax-table-chooser-treeplaceholder {
  display: flex;
  flex: 1;
}
div#table-chooser-dialog .ax-table-chooser-content .ax-table-chooser-treeplaceholder .table-tree-view {
  flex: 1;
  border-width: 0px;
  overflow-y: auto;
}
div#table-chooser-dialog .ax-table-chooser-loading {
  position: absolute;
  left: 40%;
  top: 44%;
  font-size: 24px;
}

