body {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0px;
  padding-top: 50px;
}
.wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.scroller {
  height: 100%;
  overflow-y: scroll;
  padding-right: 25px;
  /*-webkit-overflow-scrolling: touch;*/
  /* uncomment to accelerate scrolling on iOs */
}
.scroller::-webkit-scrollbar {
  width: 0;
}
.scroller__bar-wrapper {
  position: absolute;
  z-index: 3;
  top: 10px;
  bottom: 10px;
  right: 5px;
  width: 8px;
  border-radius: 5px;
  background: #ddf;
  background: rgba(0, 0, 255, 0.1);
  pointer-events: none;
}
.scroller__bar {
  position: absolute;
  z-index: 1;
  width: 8px !important;
  border-radius: 3px;
  background: #987;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  pointer-events: auto;
}
.scroller__bar:hover {
  opacity: .8;
}
.baron .scroller__bar {
  opacity: .6;
}
.text-data-group {
  font-weight: bold;
}
.btn-autosize {
  line-height: 1.5;
}
#current-account-id-data .inst-account-img {
  padding: 0;
}
#current-account-id-data .inst-account-img img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  margin: 0;
}
.promo-search {
  font-size: 80%;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.promo-search-users .promo-search-users-name {
  margin-left: 10px;
  color: #242424;
  font-weight: bold;
}
.promo-search-users .promo-search-users-log {
  margin-left: 10px;
  color: #666666;
}
.promo-search-users .promo-search-users-followers {
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: right;
}
.promo-search-users .promo-search-users-img img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.inst-account .inst-account-img {
  padding: 0;
}
.inst-account .inst-account-img img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  margin: 0;
}
.jpanel-open {
  position: relative;
}
.jpanel-open .jpanel-closer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.emoji-wysiwyg-editor {
  white-space: pre-wrap !important;
}
.caption {
  min-height: 36px;
}
.publishing-caption {
  display: inline-block;
}
.scheduled-post p.post {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.scheduled-post p.post span {
  display: inline;
}
@media (min-width: 200px) {
  p.post {
    line-height: 80%;
  }
  #current-account-id-data .inst-account-img {
    padding-left: 6px;
  }
  #current-account-id-data .inst-account-img img {
    width: 42px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
  }
  #current-account-id-data .text-data-group {
    padding-left: 10px;
    font-size: 80%;
  }
  .inst-account .inst-account-img {
    padding-left: 6px;
  }
  .inst-account .inst-account-img img {
    width: 42px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
  }
  .inst-account .text-data-group {
    padding-left: 10px;
    font-size: 80%;
  }
  .posting-menu a {
    font-size: 80%;
  }
  .caption .publishing-message,
  .caption .publishing-date {
    font-size: 60%;
  }
  .likes-comments-number {
    font-size: 70%;
  }
}
@media (min-width: 300px) {
  p.post {
    line-height: 90%;
  }
  .posting-menu a {
    font-size: 90%;
  }
  .caption .publishing-message,
  .caption .publishing-date {
    font-size: 70%;
  }
  .likes-comments-number {
    font-size: 80%;
  }
}
@media (max-width: 400px) {
  a.btn-lg-autosize {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 1.5;
    font-size: 90%;
  }
}
@media only screen and (min-width: 401px) {
  p.post {
    line-height: 100%;
  }
  .posting-menu a {
    font-size: 100%;
  }
  .caption .publishing-message,
  .caption .publishing-date {
    font-size: 80%;
  }
  .likes-comments-number {
    font-size: 90%;
  }
}
@media (min-width: 501px) {
  p.post {
    line-height: 110%;
  }
  .caption .publishing-message,
  .caption .publishing-date {
    font-size: 100%;
  }
  .likes-comments-number {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    margin: 2px;
  }
}
@media (min-width: 768px) {
  p.post {
    line-height: initial;
  }
}
@media (min-width: 992px) {
  .inst-account .inst-account-img {
    padding-left: 10px;
  }
  .inst-account .inst-account-img img {
    width: 46px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
  }
  .inst-account .text-data-group {
    padding-left: 12px;
    font-size: 90%;
  }
}
@media (min-width: 1200px) {
  .inst-account .inst-account-img {
    padding-left: 15px;
  }
  .inst-account .inst-account-img img {
    width: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
  }
  .inst-account .text-data-group {
    padding-left: 14px;
    font-size: 100%;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .account-manage-panel > .tab-content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .wrap > .container-fluid {
    padding: 44px 15px 20px;
  }
  .nav.nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 8px 7px;
  }
}
