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

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

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

/* LISTAS */
ul.verdeCheck,
ul.azulAlert,
ul.laranjaCheck,
ul.vermelhaAlert,
ul.pretaComum {
  padding: 2px !important;
  list-style-type: none !important;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

ul.verdeCheck li,
ul.azulAlert li,
ul.laranjaCheck li,
ul.vermelhaAlert li {
  list-style: none;
  background-color: white;
  background-position-y: center;
  background-repeat: no-repeat;
  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 img,
ul.azulAlert li img,
ul.laranjaCheck li img,
ul.vermelhaAlert li img,
ul.pretaComum li img {
  max-height: 100px;
  float: left;
  margin-right: 4px;
  border: none;
}

ul.verdeCheck li::after,
ul.pretaComum li::after,
ul.vermelhaAlert li::after,
ul.verdeChelaranjaCheckck li::after,
ul.azulAlert li::after {
  content: " ";
  clear: both;
  display: block;

}

ul.verdeCheck li::before,
ul.verdeCheck2 li::before,
ul.azulAlert li::before,
ul.azulAlert2 li::before,
ul.laranjaCheck li::before,
ul.laranjaCheck2 li::before,
ul.vermelhaAlert li::before,
ul.vermelhaAlert2 li::before,
ul.pretaComum li::before,
ul.branca 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/alert.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;
}

ul.pretaComum {
  background-color: gray !important;
  list-style-position: outside;
}

ul.pretaComum li {
  margin: 2px !important;
  padding-left: 8px !important;
  background-color: white;
  min-height: 40px !important;
  background-image: none !important;
  font-size: 18px;
}
