@charset "UTF-8";

.nodisplay {
  display: none !important;
}

.col-9_5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 81%;
  flex: 0 0 81%;
}

.__portlet .__portlet--heading {
  padding: 1rem 2rem;
}

.__portlet .__portlet--heading h2 {
  font-size: 18px;
  color: #333;
  font-weight: 800;
}

.__portlet .__portlet--heading h2 span {
  font-weight: 400;
}

.__body {
  background: #fff;
  border-radius: 5px;
  /* -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05); */
  padding: 1.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

/************Buttons************/

.button__row {
  margin-left: 2rem;
  margin-right: 2rem;
}

.button__row .button__solid,
.button__solid,
.button__validate {
  background: #db392c;
  border: 1px solid #db392c;
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  font-size: 0.875rem;
  padding: 0.45rem 2rem;
  font-weight: 400;
  height: auto;
  margin: 0 auto;
}

.button__row .button__solid.button__outline,
.button__solid.button__outline,
.button__validate {
  background: none;
  color: #db392c;
}

.button__row .button__solid:not(:last-child) {
  margin-right: 1rem;
}

.button__solid:hover,
.button__solid:disabled {
  background: #db392c !important;
  border-color: #db392c !important;
}

.button__row .button__solid.button__outline:hover,
.button__solid.button__outline:hover {
  background: none !important;
  border-color: inherit !important;
}

.modal {
  display: none;
}

.modal-content {
  border: 0;
  border-radius: 0;
  background-image: url("../images/pop-graph.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #f6f8fa;
}

.modal-dialog {
  position: initial;
  overflow: overlay;
  height: 90%;
  max-width: 500px;
}

.modal-body {
  position: relative;
}

.close {
  color: #333333;
  opacity: 0.9;
}

.modal .close {
  position: absolute;
  right: 10px;
  top: 8px;
}

.modal .modal-footer {
  padding: 0;
  margin-top: 0;
  display: unset;
}
.modal .modal-footer a {
  background: #e27137;
  display: block;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
}

.modal .dadm .popupFiles {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  }
 

  @media (max-width: 575.98px) { 
    #iprf03 {
      word-break: break-word;
    }
  }