
/* mp-storm-admin */

.progress-spinner-storm {
  position: fixed !important;
  z-index: 999 !important;
  height: 2em !important;
  width: 2em !important;
  overflow: show !important;
  margin: auto !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.progress-spinner-storm:before {
  content: '' !important;
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0,0,0,0.53) !important;
}

.input-w-100 {
  width: 100% !important;
}

.button-w-100 {
  width: 100% !important;
}

.storm-th{
  text-align: center !important;
}

.storm-sort-icon .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #ffffff !important;
}

.storm-th-highlight .p-datatable .p-sortable-column.p-highlight{
  background-color: #3984b8 !important;
  color: #ffffff !important;
  border-top-color: #3984b8 !important;
}

.complete-panel .p-panel-content {
  border-top-style: solid !important;
  border-width: thin !important;
  border-color: gainsboro !important;
}

/* mp-storm-admin */