/* body.modal-open {
  overflow: hidden;
} */

.toolbar-loading-actions-predecessors {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #DDD;
}
.toolbar-loading-actions-predecessors:before{
  display: block;
  position: absolute;
  content: "";
  /*left: -200px;*/
  width: 200px;
  height: 4px;
  background-color: #428BCA;
  animation: loading 2s linear infinite;
}

.predecessors-search-color {
  background-color: #428bca !important;
  border: #357ebd !important;
}

.predecessors-search-color i {
  color: white;
}

.search-clear-actions {
  position: absolute !important;
  right: 45px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  z-index: 10;
  color: #ccc;
}

.table-predecessors {
  border-right: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  border-radius: 4px;
  border-collapse: initial;
}

.tr-phases-predecessors{
  background: #F5F5F5;
}

.body-actions-predecessors{
  overflow: auto;
}

.body-actions-master{
  overflow: auto;
  height: 55vh;
}

.margin-span-highchart {
  margin-left: 5px;
}

.margin-top-batch {
  padding: 0.5%;
  margin-top: 1vh;
  padding-right: 0px !important;
}

.create-now {
  color: #1155CC;
  text-decoration: underline;
}

.link-share-action {
  cursor: text !important;
}

.container-link-action {
  width: 350px;
}

.button-share-action {
  height: 34px;
}

.margin-caret-legend {
  margin-left: 2px;
}

.with-tooltip-icon {
  width: 110px;
  position: relative;
}

.description-text {
  min-height: 12vh;
  max-width: 100%;
  min-width: 100%;
}

.customized-long-text {
  min-height: 4vh;
  max-width: 100%;
  min-width: 100%;
}

.popover-phase-description {
  min-width: 260px;
  max-height: 250px;
  overflow: hidden;
}

.popover-phase-description > .popover-phase-description-html {
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.popover-phase-description > .popover-phase-description-html > label {
  margin-bottom: 0px;
}

.popover-progress {
  width: 250px;
}

.action-form-add-phase-icon {
  width: 35px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer;
}

.action-form-phase-select {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.phases-modal-body {
  height: calc(100vh - 150px) !important;
}

.stepwizard-approvals {
  display: table;
  width: 90%;
  position: relative;
}

.approvals-pending-tag {
  background-color: #f0ad4e !important;
  color: #fff !important;
  cursor: default !important;
  text-decoration: none !important;
}

.approvals-filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}

.approvals-table-container {
  max-height: calc(100vh - 490px);
  overflow-y: auto;
  display: inline;
}

.approvals-table-border-bottom {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0 !important;
}

.approvals-pending-attribute-field-background {
  background-color: #fffcb4 !important;
}

.approvals-pending-attribute-field-background:hover td {
  background-color: #fffcb4 !important;
}

.approvals-pending-attribute-field-ui-select .ui-select-toggle {
  background-color: #fffcb4 !important;
}

.approvals-pending-attribute-field-label {
  padding: 0px 5px !important;
  margin-top: 7px;
}

.approvals-pending-form-message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -15px;
  margin-bottom: 10px;
  height: 30px;
}

.approvals-approve-buttons-container {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.approvals-approve-button {
  padding: 1px 4px !important;
}

.approvals-popover-title {
  margin-top: -10px !important;
  margin-bottom: 10px !important;
}

.approvals-popover-close {
  position: absolute;
  top: 6px;
  right: 15px;
}

.approvals-pending-color {
  color: #f0ad4e;
}

.approvals-pending-background-color {
  background-color: #f0ad4e;
}

.approvals-approved-color {
  color: #5cb85c;
}

.approvals-approved-background-color {
  background-color: #5cb85c;
}

.approvals-rejected-color {
  color: #d9534f;
}

.approvals-rejected-background-color {
  background-color: #d9534f;
}

.approvals-canceled-color {
  color: #777777;
}

.approvals-canceled-background-color {
  background-color: #777777;
}

.approvals-revert-buttons-div {
  position: absolute;
  right: 25px;
}

.approvals-cancel-button {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}

.approvals-history-icon {
  font-size: 8px !important;
  position: absolute;
  right: 8px;
  top: 7px;
  padding-left: 1px;
  background: inherit;
}

.approvals-history-subtitle-line {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  font-weight: bold;
}

.approvals-history-status-container {
  position: absolute;
  right: 15px;
  top: 8px;
  height: 24px;
  min-width: 90px;
  padding: 0px 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: larger;
  color: #fff;
  font-weight: bold;
}

.approvals-history-status-tag {
  min-width: 74px;
  height: fit-content;
  padding: 2px 6px;
  border-radius: 3px;
  color: #fff;
  margin-top: -2px;
  margin-bottom: -2px;
  font-weight: bold;
  text-align: center;
}

.approvals-history-approvers-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

#modal-action-approval-history .panel-body {
  padding: 0 !important;
}