.gpp-image-container {
  position: relative;
  cursor:pointer;
}
#gpp .mce-edit-area {
  border: 1px dotted grey !important;
}
#gpp .mce-edit-area:hover, #gpp .mce-edit-area:focus {
  border: 1px dotted black !important;
}

#gpp textarea {
      border: 1px dotted black;
      border-top:0;
}

.gpp #set-post-thumbnail-desc, #gpp #remove-post-thumbnail, #gpp #sis_featured_regenerate {
  display:none;
}

#gpp .btn {
      margin-top:30px;
      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;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      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;
    }
#gpp .btn:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.gpp-image-container img {
    right: 0px !important;
    top: 0px !important;
  }

.gpp-image-container .gpp-cover-overlay{
  text-align:center;
  position: absolute;
  z-index: 9999;
  /* background-color: grey; */
  opacity: 0.7;
  right: 0;
  left: 0;
  /* bottom: 0; */
  top: 0;
}

.gpp-image-container img{

}
.gpp-image-container:hover i {
  color:#000;
}
.gpp-image-container:hover img{
  opacity: 0.8;
  filter: alpha(opacity=40); /* msie */
}


.gpp-image-container .gpp-cover-overlay i {
  font-size:70px;
}

.gpp-image-container #postimagediv {
    min-height: 250px;
    text-align: center;
    position: relative;
}

.gpp-image-container #postimagediv .inside {
    width: 100%;
    background-color: #e6e6e6;
}

.gpp-image-container #postimagediv .inside img {
  width: 100%;
  height: 100%;
}

.gpp-image-container #postimagediv .inside,
.gpp-image-container #postimagediv .inside a,
.gpp-image-container #postimagediv .inside a .edit-image {
  height:inherit;
}
.gpp-image-container #postimagediv .inside .edit-image {
    z-index: 5;
    position: absolute;
    color: #fff;
    width: 100%;
    padding-top: 90px;
    text-align: center;
}

.gpp-image-container #postimagediv .inside .edit-image i {
  font-size:60px;
}

.gpp-image-container #remove-post-thumbnail {
  display:none;
}

.gpp-image-container .hide-if-no-js.howto {
  display:none;
}


/*  Bootstrap styles  */


.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  color: inherit;
}
.alert-success {
  background-color: #366f6b;
  border-color: #366f6b;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #2e5e5a;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #258cd1;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #e08e0b;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #e43725;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
