/* CHARTS */
.has-300-height {
  height: 300px;
}

/* PANEL */
.panel.has-bg-image {
    background-image: url(/assets/images/panel_bg.png);
}

/* PROFILE */
.profile-cover-img-sml {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
@media (max-width: 768px) {
  .profile-cover-img-sml {
    height: 320px;
  }
}

.profile-cover-img-xs {
   background-position: 50% 50%;
   background-repeat: no-repeat;
   background-size: cover;
   height: 150px;
   border-top-right-radius: 3px;
   border-top-left-radius: 3px;
 }
@media (max-width: 768px) {
  .profile-cover-img-xs {
    height: 220px;
  }
}

.media-preview {
  width: auto;
  height: auto;
  max-width: none;
  max-height: 90px;
}

/* Facebook */

.text-facebook {
   color: #3b5998;
}

/* Summernote Editor */
.note-group-select-from-files {
  display: none;
}


.notranslate {
    translate: no;
}