.mce-painelChart.mce-window .mce-container-body.mce-abs-layout {
  overflow: hidden !important;
}

.mce-painelChart p {
  white-space: normal !important;
  margin-bottom: 5px !important;
  font-size: large !important;
}

.mce-painelChart b,
.mce-painelChart strong {
  white-space: normal !important;
  font-size: large !important;
  font-weight: bold !important;
}

/* LISTAS */
ul.verdeCheck,
ul.azulAlert,
ul.laranjaCheck,
ul.vermelhaAlert {
  padding: 2px !important;
  list-style-type: none !important;
}

ul.verdeCheck li,
ul.azulAlert li,
ul.laranjaCheck li,
ul.vermelhaAlert li {
  list-style: none !important;
  background-color: white !important;
  background-position-y: center !important;
  background-repeat: no-repeat !important;
  margin: 5px !important;
  padding: 10px !important;
  padding-left: 45px !important;
  min-height: 40px !important;
}

ul.verdeCheck li::before,
ul.azulAlert li::before,
ul.laranjaCheck li::before,
ul.vermelhaAlert li::before {
  display: none;
  content: "" !important;
  color: black;
}

ul.verdeCheck li {
  background-image: url("images/check2.jpg") !important;
}

ul.verdeCheck {
  background-color: #29d285 !important;
}

ul.azulAlert {
  background-color: #246A90 !important;
}

ul.azulAlert li {
  background-image: url("images/check-azul.png") !important;
}


ul.laranjaCheck {
  background-color: orange !important;
}

ul.laranjaCheck li {
  background-image: url("images/alert_orange.png") !important;
}

ul.vermelhaAlert {
  background-color: red !important;
}

ul.vermelhaAlert li {
  background-image: url("images/alertRed.png") !important;
}
