/** Feedit **/
.typo3-editPanel {
  background-color: #3F3F3F !important;
  color: white !important;
  padding: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #d8d8d8;
}

.typo3-editPanel .t3-icon {
  margin: 5px 8px !important;
}

.typo3-editPanel-label {
  display: block;
  float: left;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 20px;
  color: white;
  padding-top: 4.5px;
}

.ap-content .typo3-editPanel-label {
  display: none !important;
}

.typo3-editPanel .t3-icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 20px;
  color: white;
}

.typo3-editPanel .t3-icon:hover {
  color: #d8d8d8;
}

.t3-icon-actions {
  background-image: none !important;
  background: none !important;
}

.typo3-editPanel .t3-icon-document-history-open:before {
  content: "\f017";
}

.typo3-editPanel .t3-icon-document-new:before {
  content: "\f0fe";
}

.typo3-editPanel .t3-icon-document-move:before {
  content: "\f047";
}

.typo3-editPanel .t3-icon-page-new:before {
  content: "\f067";
}

.typo3-editPanel .t3-icon-document-open:before {
  content: "\f040";
}

.typo3-editPanel .t3-icon-system-list-open:before {
  content: "\f114";
}

.typo3-editPanel .t3-icon-edit-hide:before {
  content: "\f058";
}

.typo3-editPanel .t3-icon-move-up:before {
  content: "\f0de";
}

.typo3-editPanel .t3-icon-move-down:before {
  content: "\f0dd";
}

.typo3-editPanel .t3-icon-edit-unhide:before {
  content: "\f10c";
}

.typo3-feedit-element {
  outline: 3px solid #33FF00 !important;
  outline-offset: 4px;
}

.t3edit_close_bar {
  padding: 5px;
  padding-right: 10px;
  text-align: right;
  color: white;
  background-color: black;
  font-size: 20px;
  cursor: pointer;
}

.do_rotate {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Opera, Chrome, and Safari */
}

/** Feeedit end **/
