@import "../../../iconfonts/freeicons/freeicon.css";
/*BOX-ICONS*/
[class^="boxstyle-icon-"]:before,
[class*=" boxstyle-icon-"]:before,
[class^="boxstyle-icon-"]:after,
[class*=" boxstyle-icon-"]:after {
  font-family: "freeicons";
  font-size: 16px;
  font-style: normal;
  margin-right: 4px;
  vertical-align: top;
}
.boxstyle-icon-info:before {
  content: "\f153";
}
.boxstyle-icon-notice:before {
  content: "\f136";
}
.boxstyle-icon-warn:before {
  content: "\f14e";
}
.boxstyle-icon-error:before {
  content: "\f132";
}
/*FOLDING*/
[class^="boxfolding-icon-"],
[class*=" boxfolding-icon-"] {
  position: absolute;
  top: 0.5em;
  right: 0.2em;
}
[class^="boxfolding-icon-"]:before,
[class*=" boxfolding-icon-"]:before,
[class^="boxfolding-icon-"]:after,
[class*=" boxfolding-icon-"]:after {
  font-family: "freeicons";
  font-size: 12px;
  font-style: normal;
  margin-left: 4px;
  vertical-align: top;
  cursor: pointer;
}
.boxfolding-icon-isclosed:before {
  content: "\f122";
}
.boxfolding-icon-isclosed:hover:before {
  content: "\f10b";
}
.boxfolding-icon-isopen:before {
  content: "\f10b";
}
.boxfolding-icon-isopen:hover:before {
  content: "\f109";
}
/*BOX-STYLES*/
.boxstyle-info,
.boxstyle-notice,
.boxstyle-warn,
.boxstyle-error {
  border: 1px solid #aaa;
  margin-bottom: 1.5em;
}
.boxstyle-info h3.gcfreecontent-singleview-title,
.boxstyle-notice h3.gcfreecontent-singleview-title,
.boxstyle-warn h3.gcfreecontent-singleview-title,
.boxstyle-error h3.gcfreecontent-singleview-title {
  background-color: #aaa;
  color: #fff;
  padding: 0.5em;
  font-size: 100%;
  margin: 0;
  line-height: 1.4em;
  font-weight: 500;
  border: 0;
  position: relative;
}
.boxstyle-info h3.gcfreecontent-singleview-title.boxfolding-active,
.boxstyle-notice h3.gcfreecontent-singleview-title.boxfolding-active,
.boxstyle-warn h3.gcfreecontent-singleview-title.boxfolding-active,
.boxstyle-error h3.gcfreecontent-singleview-title.boxfolding-active {
  padding-right: 20px;
}
.boxstyle-info .gcfreecontent-singleview-content,
.boxstyle-notice .gcfreecontent-singleview-content,
.boxstyle-warn .gcfreecontent-singleview-content,
.boxstyle-error .gcfreecontent-singleview-content {
  padding: 0.5em;
}
/*BOX-STYLE-TYPES*/
.boxstyle-info {
  border-color: #506064;
}
.boxstyle-notice {
  border-color: #0a6aa1;
}
.boxstyle-warn {
  border-color: #c47700;
}
.boxstyle-error {
  border-color: #881312;
}
.boxstyle-info h3.gcfreecontent-singleview-title {
  background-color: #506064;
}
.boxstyle-notice h3.gcfreecontent-singleview-title {
  background-color: #0a6aa1;
}
.boxstyle-warn h3.gcfreecontent-singleview-title {
  background-color: #c47700;
}
.boxstyle-error h3.gcfreecontent-singleview-title {
  background-color: #881312;
}
