.toggleResponsive.icon-large::before {
  padding-right: 7px;
  color: white;
}

.toggleResponsive.icon-eye-close::before {
  color: red;
}

.panels-ipe-editing .ipemessage {
  display: block;
  background: #f55;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.ipemessage,
.hide-responsive .ipemessage {
  display: none;
}

.toggleResponsive {
  cursor: pointer;
  background: #666666;
  background-image: linear-gradient(bottom, #383838 0%, #666666 100%);
  background-image: -o-linear-gradient(bottom, #383838 0%, #666666 100%);
  background-image: -moz-linear-gradient(bottom, #383838 0%, #666666 100%);
  background-image: -webkit-linear-gradient(bottom, #383838 0%, #666666 100%);
  background-image: -ms-linear-gradient(bottom, #383838 0%, #666666 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #383838), color-stop(1, #666666));
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #CCC;
  display: inline-block;
  line-height: 33px;
  font-weight: bold;
  font-size: 12px;
  font-family: "Open Sans", "Lucida Grande", Tahoma, Verdana, sans-serif;
  height: 33px;
  margin: 0 10px;
  padding: 0 0.8em 2px 0.8em;
}

.toggleResponsive.active {
  background-image: linear-gradient(bottom, #616161 0%, #333333 100%);
  background-image: -o-linear-gradient(bottom, #616161 0%, #333333 100%);
  background-image: -moz-linear-gradient(bottom, #616161 0%, #333333 100%);
  background-image: -webkit-linear-gradient(bottom, #616161 0%, #333333 100%);
  background-image: -ms-linear-gradient(bottom, #616161 0%, #333333 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #616161), color-stop(1, #333333));
}
