.fluid-windown-info {
  position: fixed;
  right: -200px;
  top: 175px;
}

.detail-icon {
  cursor: ew-resize;
  color: #fff !important;
  font-size: 2.4em;
}

.mensagemInformativa {
   width: 250px;
}

.panel-custom .panel-heading .title {
  width: 100%;
  margin: 0;
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel-custom.panel-info-float .title{
  display: none;
  margin-top: 0.2em;
  font-size: 1.75em !important;
  font-weight: bold;
  border-bottom: 0px;
  text-align: left !important;
}

.panel-custom .panel-heading .title-content {
  padding: 10px 0 10px 15px;
  margin: -11px 0 -11px 3.5em;
}

.panel-custom .panel-heading {
  background: #fff !important;
  height: 3.5em !important;
  padding: 10px !important;
  position: relative !important;
}

.panel-custom .panel-heading .detail-icon {
  background: #2c3e50;
  padding: 0.2em 0.45em;
  height: 100%;
  color: #fff;
  font-size: 2.4em;
  position: absolute;
  top: 0;
  left: 0;
  cursor: help;
}

.panel-custom.panel-info .panel-heading .detail-icon {
  background: #3498db;
}

.panel-custom.panel-info .panel-heading .title {
  color: #3498db !important;
}

.panel .panel-heading.informacao {
   border-bottom: 1px solid #3498db !important;
}

.panel-custom .panel-heading .detail-icon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.2em;
  border-color: transparent transparent transparent #3498db;
  position: absolute;
  top: 0.4em;
  right: -6px;
}

.panel-heading {
   padding: 15px;
   border-bottom: 1px solid transparent;
   border-top-right-radius: -1px;
   border-top-left-radius: -1px;
}