/* This file is loaded whenever Editor mode is active */
/* (Editor mode is always active in backend)  */
.editor-admin {
  position: relative;
  z-index: 10;
  text-align: left;
  color: black;
}





/* a field that is editable */
.editor-admin .editor-editable {
  border: 1px dotted black;
  padding: 1px;
}
.editor-admin .editor-editable:hover {
  border: 1px solid black;
}


.editor-admin .editor-style {
  background-color: rgba(255,255,255, 0.80);
  border: 1px solid gray;
  font-family: calibri, sans-serif;
  font-size: 10pt;
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
  box-sizing: border-box;
  color: black;
}

.editor-admin .editor-style a.link {
  text-decoration: none;
  color: #595986;
}
.editor-admin .editor-style a.link:hover {
  text-decoration: underline;
}


.editor-admin .editor-styleBlue {
  background-color: #aaaaff;
}

.editor-admin .editor-content {
  padding: 5px;
  overflow: hidden;
}


.editor-admin .editor-style h3{
  background-color: #aaaaff;
  text-align: center;
  display: block;
  font-size: 14pt;
  margin: 0;
  font-weight: bold;
  padding: 2px 10px;
}

.editor-admin .editor-style h4{
  text-align: left;
  display: block;
  font-size: 12pt;
  margin: 0;
  font-weight: bold;
}

.editor-admin .editor-style h5{
  background-color: #ccccff;
  text-align: center;
  display: block;
  font-size: 8pt;
  margin: 0;
}

.editor-admin .editor-nopad {
  padding: 0;
}


.editor-leftCorner {
  position: absolute;
  left: 1px;
  top: 1px;
  overflow: hidden;
}

.editor-rightCorner {
  position: absolute;
  right: 1px;
  top: 1px;
  overflow: hidden;
}

.editor-admin .editor-onTopHidden {
  background-color: #CCF;
  padding: 0 3px;
  position: absolute;
  top: -20px;
  height: 20px;
  left: 1px;
  z-index: 20;
  display: none;
}

.editor-admin:hover > .editor-editable .editor-onTopHidden {
  display: block;
  opacity: 0.80;
  font-size: 10pt;
  font-family: calibri, arial, sans-serif;
  color: black;
  overflow: hidden;
}



.editor-admin a.editor-button {
  position: relative;
  color: black;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 2px 3px;
  background-color: #AAAAFF;
  cursor: pointer;
  height: 25px;
  min-width: 25px;
  margin: 0 !important;
  font-size: 14px;
}

.editor-admin .editor-leftCorner a.editor-button,
.editor-admin .editor-rightCorner a.editor-button{
  float: left;
}

.editor-admin .editor-button:hover {
  text-decoration: underline;
  background-color: #DDD;
}

.editor-admin .editor-button .fa{
  color: #696969;
  display: inline-block;
  position: relative;
  top: 3px;
  left: auto;
  right: auto;
  bottom: auto;

}
.editor-admin .editor-button:hover .fa{
  color: black;
}


.editor-admin table {
  border-collapse: collapse;
  margin-bottom: 10px;
}
.editor-admin table td,
.editor-admin table th{
  border: 1px solid gray;
  padding: 3px 5px;
}

.editor-admin table td{

}
.editor-admin table th{
  font-weight: bold;
  background-color: #DDD;
}


/*     BOOTSTRAP FIX FOR TEMPLATES*/


.editor-admin .editor-style .btn:not(.quickInput) {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.editor-admin .editor-style .btn-default:not(.quickInput) {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.editor-admin .editor-style .btn-success:not(.quickInput) {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.editor-admin .editor-style .btn-danger:not(.quickInput) {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.editor-admin .editor-style .btn-info:not(.quickInput) {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.editor-admin .editor-style .btn-warning:not(.quickInput) {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.editor-admin .editor-style .btn-link:not(.quickInput) {
  font-weight: 400;
  color: #428bca;
  cursor: pointer;
  border-radius: 0
}

.editor-admin .editor-style .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

.editor-admin .editor-style .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.editor-admin .editor-style .btn-xs{
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.editor-admin .editor-style input {
  width: auto;
}

.editor-admin .editor-style .gallery-portlet-uploadImage-submit {

}