@charset "utf-8";
/* CSS Document */

body,
footer {
  background: #f5f5f5;
}
/*.wrapper > header {
    margin-bottom: 10px;
}*/
/**timeline-header**/

#logo > .box {
  padding: 0px;
}
#logo > .box .navbar-brand img {
  width: 170px;
}
#logo > .box .navbar-brand {
  margin-top: 10px;
}
.margin-minus {
  margin-top: -18px;
}
/**profile**/

.stng-ptns li .btn.btn-default i,
.stng-ptns li a.more-btn i.more-ico,
.user-name a.verified i.ver,
.profile-tabs .nav.nav-tabs li.dropdown a span.plus-ico,
.box ul.user-info li i,
.mypage-btn i.mypage-ico,
ul.number-of li a i,
.user-followers li a.follow-btn i,
.user-followers li a.unfollow-btn i,
.box#user-info .media .media-body > ul.activity-numbers li i,
.user-action-links li a i,
.listed-action-links > li > a > i,
.act-actions.list-unstyled > li > a i,
.suggest-follow .title > i.bloggers-ico,
.message-page-icon,
.message-list .new-message i,
.bubble .btn-group .btn i,
.message .modal-header .close i,
.message .modal-header .setting i,
.type .type-message,
.type .btn.btn-default .send,
.message-list .search-btn i,
.noresult-search {
  background-image: url(../../images/ar/sc-sprite.png);
  display: inline-block;
}
.image-cover > a {
  display: block;
  height: 295px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.no-user .user-search {
  background-image: url(../../images/ar/sc-sprite.png);
  display: inline-block;
}
.coverimage {
  position: absolute;
  min-width: 100%;
  z-index: 2;
  min-height: 100%;
  top: 0;
  right: 0;
}
.cover-gradient {
  position: absolute;
  width: 100%;
  z-index: 3;
  min-height: 100%;
  background: rgba(255, 255, 255, 0);
  /* Old Browsers */

  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.52) 52%,
    rgba(0, 0, 0, 1) 110%
  );
  /* FF3.6+ */

  background: -webkit-gradient(
    right top,
    right bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(52%, rgba(255, 255, 255, 0.52)),
    color-stop(110%, rgba(0, 0, 0, 1))
  );
  /* Chrome, Safari4+ */

  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.52) 52%,
    rgba(0, 0, 0, 1) 110%
  );
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.52) 52%,
    rgba(0, 0, 0, 1) 110%
  );
  /* Opera 11.10+ */

  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.52) 52%,
    rgba(0, 0, 0, 1) 110%
  );
  /* IE 10+ */

  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.52) 52%,
    rgba(0, 0, 0, 1) 110%
  );
  /* W3C */

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-9 */

  top: 0;
  right: 0;
  border: 1px solid #cccccc;
  mix-blend-mode: multiply;
}
.box ul.user-info li i.company-ico {
  background-position: -251px -137px;
  width: 15px;
  height: 18px;
}
/* saf3+, chrome1+ hacks*/

.box ul.user-info li i.technical-ico {
  background-position: -279px -79px;
  width: 16px;
  height: 16px;
}
/*message list*/

.box.message-list {
  padding: 15px 0;
  position: relative;
  height: auto;
  min-height: calc(100% - 40px);
}
.message-page-icon {
  width: 14px;
  height: 10px;
  background-position: -183px -178px;
}
.message-list > header {
  padding: 0 15px 15px;
}
.message-list > header > h2 {
  margin: 10px 0 0;
  display: inline-block;
  color: #082c3c;
  background: none;
  padding-left: 0;
}
.message-list .btn-group > a > i {
  position: relative;
}
.message-list .new-message {
  padding: 0 10px 10px;
  height: 41px;
  margin-left: 5px;
}
.message-list .new-message:focus:active {
  background: #fd5c28;
  color: #fff;
}
.message-list .new-message i {
  width: 26px;
  height: 25px;
  background-position: 0 -159px;
  top: 8px;
}
.message-list .setting {
  border-color: #e5e5e5;
  border-radius: 0;
  padding: 0;
}
.message-list .setting:hover {
  border-color: #fd5c28;
}
.message-list .setting > i {
  width: 45px;
  height: 39px;
  background: url(../../images/ar/sprite-messag.png) no-repeat top right;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.message-list .setting:hover i {
  background: url(../../images/ar/sprite-messag.png) no-repeat bottom right;
}
.message-list .search-btn i {
  width: 23px;
  height: 23px;
  background-position: -69px -159px;
  top: 2px;
}
.message-list .search:hover i {
  background-position: -91px -159px;
}
.message-list .media-list .media {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0;
}
.message-list .load-parent {
  padding: 15px 0;
}
.message-list .media-list {
  margin-bottom: 0;
}
.message-list .media-list .media:first-child {
  border-top: 1px solid #e5e5e5;
}
.message-list .media-list .media a {
  display: block;
  padding: 15px;
}
.message-list .media-list .media a:hover {
  background: #f9f9f9;
}
.message-window.message .modal-title .img {
  position: absolute;
  left: 15px;
  top: 9px;
}
.message-list .media-list .media a:focus {
  outline: none;
}
.message-list .media-right > .img {
  display: block;
  height: 50px;
  overflow: hidden;
  width: 50px;
  border-radius: 50%;
}
.message-list .media-body {
  padding-top: 5px;
}
.message-list .media-body .media-heading {
  color: #1d5884;
  margin-bottom: 0;
  line-height: 25px;
}
.message-list .media-body p {
  color: #858585;
  margin: 0;
}
.message-list .media-right > .img > img {
  width: 100%;
  min-height: 50px;
  border-radius: 50%;
}
.message-list .media-left {
  text-align: right;
}
.message-list .media-left p {
  white-space: nowrap;
  color: #858585;
}
.bubble .btn-group .btn {
  background: transparent;
  border: 0 solid #e5e5e5;
  background: #fff;
  border-radius: 0;
  padding: 5px;
  height: 25px;
}
.bubble .btn-group .btn:focus {
  outline: none;
  box-shadow: none;
}
.bubble .btn-group .btn.delete i {
  width: 14px;
  height: 14px;
  display: block;
  background-position: -114px -159px;
}
.bubble .btn-group .btn.delete:hover i {
  background-position: -127px -159px;
}
.bubble .btn-group .btn.replay i {
  width: 14px;
  height: 11px;
  display: block;
  background-position: -114px -173px;
}
.bubble .btn-group .btn.replay:hover i {
  background-position: -129px -173px;
}
.message-list .load-more {
  margin: 0 15px;
  background: #f5f5f5;
  color: #fd5c28;
}
.message-list .load-more:focus {
  outline: none;
}
.message .modal-header {
  padding: 0 0 0 55px;
  position: relative;
  height: 55px;
  border-width: 0;
  border-bottom: 1px solid #e5e5e5;
}
.message .form-group input {
  height: 50px;
  font-size: 1.1em;
  color: #4c4c4c;
}
.modal-dialog {
  margin-top: 55px;
}
.message .form-group {
  margin-bottom: 0;
}
.message .modal-header h1 {
  color: #082c3c;
  font-size: 1.3em;
  margin-bottom: 0;
  margin-top: 16px;
  padding-left: 15px;
  text-align: center;
}
.search-user {
  background: #f5f5f5;
  padding: 5px 15px 15px;
}
.search-user > span {
  font-size: 0.85em;
  margin-bottom: 5px;
}
.recent {
  display: block;
  margin: 10px 15px;
  font-size: 0.9em;
  color: #858585;
}
.user-ico span {
  background: #fd5a27 none repeat scroll 0 0;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 8px;
  width: 10px;
}
.no-user {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.no-user i {
  color: #e1dfdf;
  font-size: 1.3em;
  display: block;
  margin: 14px 11px 14px 0;
}
.no-user .user-search {
  background-position: 0 -193px;
  width: 83px;
  height: 71px;
  display: block;
  margin: 0 auto;
}
.no-user p {
  font-size: 1.3em;
  color: #1d5884;
  margin: 15px 0 25px;
}
.no-user span {
  display: block;
}
.form-control.focus {
  border-color: #f09375;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(240, 147, 117, 0.6);
  outline: 0 none;
}
.bounce {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-10px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.message .modal-header .form-group input {
  border: 0;
  height: 54px;
  font-size: 1.1em;
  color: #4c4c4c;
}
.message .modal-header .form-control::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}
.message .modal-header .form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
.message .modal-header .form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}
.message .modal-header .close,
.message .modal-header .dropdown {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 54px;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  opacity: 1;
  margin: 0;
}
.message .modal-header .close i {
  width: 13px;
  height: 13px;
  display: block;
  background-position: -144px -160px;
  margin: 0 auto;
}
.message .modal-header .close:hover i {
  background-position: -144px -174px;
}
.message .modal-body.message-list {
  padding: 0;
}
.message .modal-body.message-list .media-body .media-heading,
.message .modal-body.message-list .media-body p {
  display: inline-block;
}
.message .modal-body.message-list .media-list .media a {
  padding: 10px 15px;
}
.message .modal-body.message-list .media-right > .img {
  width: 34px;
  height: 34px;
}
.message .modal-body.message-list .media-right > .img img {
  border-radius: 50%;
  height: auto;
  min-height: 34px;
  width: 34px;
}
.message .modal-body.message-list .media-body {
  padding-top: 1px;
}
.message .modal-body.message-list .media-list {
  margin-bottom: 0;
  max-height: 610px;
  overflow-y: auto;
}
.message .modal-header .setting i {
  width: 16px;
  height: 4px;
  display: block;
  background-position: -158px -160px;
  margin: 0 auto;
}
.message .modal-header .setting:hover i {
  background-position: -158px -165px;
}
.message-window.message .modal-header {
  padding: 0 0 0 112px;
}
.message-window.message .modal-header .dropdown {
  right: 55px;
}
.message-window.message .modal-header .dropdown .btn {
  background: transparent;
  height: 55px;
  width: 55px;
}
.message-window.message .modal-header .dropdown .dropdown-menu {
  border-radius: 0;
  right: -1px;
  margin-top: -2px;
  padding: 0;
  left: auto;
}
.message-window.message .modal-header .dropdown .dropdown-menu > li {
  border-top: 1px solid #ebebeb;
}
.message-window.message
  .modal-header
  .dropdown
  .dropdown-menu
  > li:first-child {
  border-top-width: 0;
}
.message .modal-header .dropdown .dropdown-menu > li a {
  color: #082c3c;
  display: block;
  font-size: 1.1em;
  padding: 10px;
}
.message-window.message .modal-header .dropdown .dropdown-menu > li > a:hover,
.message-window.message
  .modal-header
  .dropdown
  .dropdown-menu
  > li
  li
  > a:focus {
  background: #f4f4f4 none repeat scroll 0 0;
  color: #fd5a27;
}
.img {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 5px;
  border-radius: 50%;
  overflow: hidden;
}
.img img {
  width: 100%;
  min-height: 34px;
  border-radius: 50%;
}
.message-window.message .modal-title {
  padding: 14px 56px 10px 15px;
  position: relative;
}
.message.message-window .modal-header {
  border: 1px solid #e5e5e5;
  height: 55px;
  z-index: 1;
  background: #fff;
}
.media-right .img {
  margin: 0 5px 0 0;
}
.bubble {
  border-radius: 5px;
  clear: both;
  color: #3b3b3b;
  display: inline-block;
  font-size: 0.85em;
  line-height: 20px;
  margin: 0;
  max-width: 90%;
  padding: 5px 10px;
  position: relative;
  word-wrap: break-word;
}
.you {
  text-align: right;
}
.you .bubble {
  background: #ededec none repeat scroll 0 0;
}
.me .bubble {
  background: #ffded4 none repeat scroll 0 0;
}
.conversation-start {
  display: block;
  font-size: 0.8em;
  margin-top: -4px;
  color: #b8b7b7;
  margin-bottom: 4px;
}
.message-window.message .media {
  margin-top: 0;
}
.media-body .bubble:first-child {
  margin-top: 5px;
}
.media-body .conversation-start:last-child {
  margin-bottom: 8px;
}
.type {
  position: relative;
}
.type .form-group {
  margin-bottom: 0;
}
.type .form-control {
  padding-left: 50px;
  padding-top: 15px;
  padding-right: 100px;
  height: 55px;
}
.type .type-message {
  background-position: -158px -170px;
  display: block;
  height: 21px;
  position: absolute;
  left: 15px;
  top: 18px;
  width: 24px;
}
.type .btn.btn-default {
  width: 75px;
  position: absolute;
  right: 0;
  height: 55px;
  top: 0;
  text-align: center;
}
.type .btn.btn-default .send {
  width: 18px;
  height: 17px;
  background-position: -183px -160px;
  display: block;
  margin: 0 auto;
}
.message-container {
  height: 80%;
}
.message-container .modal-content,
.message-container .modal-body {
  height: 100%;
}
.message-container .modal-body {
  padding-top: 75px;
  padding-bottom: 75px;
}
.type {
  margin-top: -55px;
}
.message-container .modal-header {
  margin-bottom: -55px;
}
.message.message-window .modal-body {
  display: flex;
  flex-direction: column-reverse;
}
.active-chat {
  align-self: flex-end;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  max-width: 100%;
}
/* Demo 2 */

.search-btn input {
  outline: none;
}
.search-btn input[type="search"] {
  font-size: 100%;
}
.search-btn input::-webkit-search-decoration,
.search-btn input::-webkit-search-cancel-button {
  display: none;
}
.search-btn input[type="search"] {
  background: #fff url(../../images/ar/sprite-messag.png) no-repeat -42px top;
  border: solid 1px #e5e5e5;
  padding: 9px 10px 9px 55px;
  width: 47px;
  height: 41px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 0;
  margin-right: -1px;
  position: relative;
  color: #4c4c4c;
}
.search-btn input[type="search"]:hover {
  border-color: #fd5c28;
  background: #fff url(../../images/ar/sprite-messag.png) no-repeat -42px bottom;
  z-index: 1;
}
.search-btn input[type="search"]:focus {
  width: 130px;
  background: #fff url(../../images/ar/sprite-messag.png) no-repeat -42px bottom;
  border-color: #fd5c28;
  z-index: 1;
}
.search-btn input:-moz-placeholder {
  color: #4c4c4c;
}
.search-btn input::-webkit-input-placeholder {
  color: #4c4c4c;
}
.search-btn input[type="search"] {
  padding-right: 10px;
  color: transparent;
  cursor: pointer;
}
.search-btn input[type="search"]:hover {
  background-color: #fff;
}
.search-btn input[type="search"]:focus {
  width: 200px;
  padding-right: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}
.search-btn input:-moz-placeholder {
  color: transparent;
}
.search-btn input::-webkit-input-placeholder {
  color: transparent;
}
.log-list > li > a > i.message-page-icon {
  top: 1px;
}
.btn-default[disabled]:hover,
.btn-default[disabled]:focus {
  background: #fd5c28;
}
.bubble .btn-group {
  position: absolute;
  display: none;
  height: 100%;
  top: 0;
}
.media-body.me:hover .btn-group,
.media-body.you:hover .btn-group {
  display: flex;
}
.you .bubble .btn-group {
  left: -25px;
}
.me .bubble .btn-group {
  right: -25px;
}
.bubble .btn-group .btn {
  align-self: flex-end;
}
.message-list .media-list .media a.read {
  background: #f4f4f4;
}
.alert-message {
  text-align: center;
  padding: 30px 0 15px;
  font-size: 1.2em;
  color: #a2a2a2;
  border-top: 1px solid #e5e5e5;
}
.alert-message i {
  color: #ededed;
  font-size: 2.2em;
}
.message-list .media-list .media a.read:hover {
  background: #f9f9f9;
}
.alert.alert-success {
  border-radius: 0;
  border-width: 0;
  border-bottom-width: 1px;
  /*position: absolute;*/
  left: 0;
  top: 54px;
  width: 100%;
  font-size: 0.9em;
  line-height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.modal-confirmation {
  border-radius: 0;
  border-width: 0;
  border-bottom-width: 1px;
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  background: #f9f9f9;
  font-size: 0.9em;
  color: #000;
  line-height: 32px;
}
.modal-confirmation .btn {
  background: #fff;
  border-color: #e5e5e5;
  border-width: 1px;
  border-radius: 0;
  padding: 6px 10px;
}
.modal-confirmation .btn:hover {
  background: #f6f6f6;
}
.modal-confirmation .btn .glyphicon {
  top: 3px;
}
.modal-confirmation .btn .glyphicon.glyphicon-ok {
  color: #fd5c28;
}
.modal-confirmation .btn .glyphicon.glyphicon-remove {
  color: #ababab;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.load-message {
  display: block;
  text-align: center;
  padding: 10px;
  display: none;
}
.modal-confirmation,
.load-message {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: none;
  z-index: 1;
}
/*#content > .container-fluid.margin-minus  > .row{
    display: flex;
}*/

.message-main {
  display: flex;
}
.message-list .media-list .media .label.label-primary {
  background: #b1c2ca;
  font-size: 0.95em;
  padding-top: 0;
}
.user-modal {
  height: 80%;
  position: relative;
}
.user-modal .modal-content {
  min-height: 100%;
  height: auto;
  position: relative;
}
.no-user .noresult-search {
  background-position: -84px -193px;
  width: 56px;
  height: 56px;
  display: block;
  margin: 0 auto;
}
.blocked-user {
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.blocked-user p {
  text-align: center;
  font-size: 0.85em;
  color: #858585;
  padding-top: 15px;
  display: block;
}
/*end message list*/
/* SYSTEM DETAILS */

.info-tooltip > i,
.system-list > .list-unstyled > li.active > a > i,
.system-main header > h1 > i,
.history i,
.system-summary .system-data > li > div > p i,
.system-list-box .user-statistics > i,
.system-main header.main > span.vr-ico > i,
.social-share a.btn-default i,
.account-summary li i,
.system-summary .system-data > li > p > i {
  background: url("../../images/ar/trading-explorer-sprite.png") no-repeat
    transparent;
}
.system-list header {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0 0;
}
.system-summary header.main .info-tooltip {
  right: 0;
  position: absolute;
  top: 45px;
}
.system-list header > h3 {
  margin-top: 0;
  font-size: 0.85em;
  color: #373737;
  display: inline-block;
  position: relative;
  top: -5px;
  margin-bottom: 6px;
}
.info-tooltip {
  float: right;
  margin-top: -1px;
}
.info-tooltip > i {
  width: 18px;
  height: 18px;
  display: block;
  background-position: -8px -22px;
}
.system-list > .list-unstyled {
  margin-bottom: 0;
}
.system-list > .list-unstyled > li > a {
  border-bottom: 1px solid #efefef;
  font-size: 0.9em;
  padding: 5px 0;
  display: block;
}
.system-list > .list-unstyled > li > a:hover {
  color: #fd6d40;
}
.system-list > .list-unstyled > li > a > span {
  float: right;
}
.system-list > .list-unstyled > li > a > i {
  display: none;
}
.system-list > .list-unstyled > li:last-child > a {
  border-bottom-width: 0;
}
.system-list > .list-unstyled > li.active > a {
  padding-left: 7px;
  color: #082c3c;
  position: relative;
}
.system-list > .list-unstyled > li.active > a > i {
  position: absolute;
  width: 4px;
  height: 7px;
  background-position: -22px -73px;
  display: inline-block;
  left: 0;
  top: 10px;
}
.system-main header.main {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
  position: relative;
}
.system-main header.main > h1 {
  font-size: 1.285em;
  background: none;
  color: #082c3c;
  display: inline-block;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 12px;
}
.system-main header.main > h1 > i {
  width: 23px;
  height: 21px;
  background-position: -3px -1px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.tracking {
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 0.785em;
  color: #6c6d6d;
  font-weight: normal;
  padding-bottom: 5px;
  padding-top: 2px;
}
.system-summary.box {
  padding-bottom: 0;
}
a.badge.tracking:focus,
a.badge.tracking:hover,
.system-main header.main .history:hover,
.system-summary .system-data > li > div > p a:hover {
  color: #fd6a3c;
}
.tracking span {
  color: #fd6a3c;
}
.system-main header.main .history {
  font-size: 0.85em;
  float: right;
  margin-top: 7px;
}
.history i {
  width: 11px;
  height: 12px;
  background-position: -1px -49px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.system-summary {
  padding-bottom: 5px;
}
.system-summary .system-data {
  margin-bottom: 0;
  /*background: #f9f9f9;
  margin: 0 -10px;
  padding: 2px 0 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;*/
}
.system-summary .system-data > li {
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
  line-height: 13px;
  padding-right: 5px;
}
.system-summary .system-data > li:last-child {
  border-right-width: 0;
}
.system-summary .system-data > li > div {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.system-summary .system-data > li > label,
.system-summary .system-data > li > p {
  font-size: 0.85em;
  line-height: 13px;
}
.system-summary .system-data > li label {
  text-align: right;
  border-left: 1px solid #c6c6c6;
  padding-left: 10px;
}
.system-summary .system-data > li p {
  text-align: left;
  float: none;
}
.system-summary .system-data > li p span {
  font-size: 0.9em;
  color: #989999;
}
.system-summary .system-data > li > p a {
  color: #000;
}
.system-main header.main > span.vr-ico > i {
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  width: 13px;
}
.system-main header.main > i.verified {
  background-position: -13px -41px;
}
.system-main header.main > i.unverified {
  background-position: -13px -57px;
}
header.main > h3 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
}
header.main > .info-tooltip {
  float: right;
  margin-top: 2px;
}
.system-data > li {
  display: block;
  padding-bottom: 9px;
}
.system-data > li:last-child {
  padding-bottom: 0;
}
.system-data > li label {
  font-weight: normal;
  color: #6b6c6c;
  font-size: 0.9em;
  margin-bottom: 0;
  line-height: 22px;
}
.system-data > li p {
  color: #000;
  display: inline-block;
  float: right;
  font-size: 0.9em;
  margin-bottom: 0;
}
.system-data > li .dotted {
  border-bottom: 1px dotted #434343;
}
.pad-right-none {
  padding-left: 0;
}
.pad-left-none {
  padding-right: 0;
}
/*tabs*/

.system-main .tabdrop-tab-main {
  margin: 0 -10px;
  height: 42px;
}
.tabs .box.tab-main {
  padding-top: 0;
  overflow: hidden;
}
.tab-main {
  border: 1px solid #e9e7e7;
  display: block;
  clear: both;
  margin: 50px 0 30px;
}
.tab-main .nav-tabs > li {
  border-top: 1px solid transparent;
}
.tab-main .nav-tabs > li:hover,
.nav-tabs > li.active {
  background: #fff;
  border-width: 0;
  border-top: 1px solid #fd5a27;
}
.tab-main .nav > li > a:hover,
.tab-main .nav > li > a:focus,
.tab-main .nav > li > a:active {
  background: none;
  outline: none;
}
.tab-main .nav-tabs > li.active > a {
  border-top-width: 0;
  border-left-color: transparent;
  color: #082c3c;
}
.tab-main .nav-tabs > li:last-child > a {
  border-right-width: 0;
}
.tab-main .nav-tabs > li > a,
.nav-tabs > li.active a {
  border-radius: 0;
  border-width: 0;
  color: #082c3c;
  margin: 0;
}
.tab-main .nav-tabs > li:nth-child(2) > a {
  border-left-width: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #fff;
}
.nav-tabs > li > a {
  margin-right: 2px;
}
.nav-tabs > li > a {
  border-radius: 4px 4px 0 0;
  margin-left: -2px;
}
.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-left: 2px;
}
.tab-main .nav-tabs > li > a {
  display: block;
  padding: 10px 15px 11px;
  border-left: 1px solid #fff;
  border-right: 1px solid #dfdfdf;
  white-space: nowrap;
  height: 41px;
  font-weight: 500;
  text-transform: capitalize;
}
.chart-div {
  display: block;
  width: 100%;
  height: 398px;
  overflow: hidden;
  position: relative;
}
.system-main .tab-main {
  margin-top: 10px;
}
.system-main .sec-tab .tabdrop-tab-main {
  margin: 0;
  height: auto;
  border-bottom-width: 0;
}
.statistics .sec-tab.tab-main {
  margin: -10px 0 0;
}
.sec-tab.tab-main .nav-tabs > li > a {
  font-size: 1em;
  padding: 4px 15px 9px;
}
.sec-tab.tab-main .nav-tabs > li.active > a,
.sec-tab.tab-main .nav-tabs > li.active > a:hover,
.sec-tab.tab-main .nav-tabs > li > a:hover {
  color: #fd6a3c;
  height: 34px;
}
.sec-tab.tab-main .nav-tabs > li.active,
.sec-tab.tab-main .nav-tabs > li:hover,
.sec-tab.tab-main .nav-tabs > li {
  border-top-width: 0;
}
.sec-tab.tab-main .nav-tabs {
  background: #f5f5f5 none repeat scroll 0 0;
  border-color: #e9e9e9;
  height: 34px;
}
.sec-tab.tab-main > .nav-main {
  display: block;
  overflow: hidden;
}
.sec-tab.tab-main .tab-pane .system-data {
  margin-bottom: 0;
}
.sec-tab.tab-main .tab-pane .system-data > li {
  padding: 4px 10px 6px;
  border-bottom: 1px solid #f5f5f5;
}
.sec-tab.tab-main {
  border-color: #efefef;
}
.history-dropdown {
  display: inline-block;
  float: right;
}
/*END TABS*/

.analysis {
  position: relative;
}
.analysis header {
  background: #fff none repeat scroll 0 0;
  height: 34px;
  padding: 0 10px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  width: 117px;
}
.analysis header h3 {
  margin-top: 7px;
}
.analysis .tab-main.sec-tab .nav-tabs {
  padding-left: 116px;
}
.analysis .tab-main.sec-tab .nav-tabs li:first-child > a {
  border-left: 1px solid #e9e7e7;
}
.analysis .info-tooltip {
  right: 20px;
  position: absolute;
  top: 19px;
  z-index: 1;
}
.system-main .table,
.system-list .table {
  color: #252525;
  margin-bottom: 0;
}
.system-main .table > tbody > tr > td,
.system-list .table > tbody > tr > td {
  border-top-width: 0;
  font-size: 0.9em;
  text-align: left;
}
.system-main .analysis .table > thead > tr > th,
.system-list .table > thead > tr > th {
  border-bottom-width: 1px;
  border-color: #efefef;
  font-weight: normal;
  font-size: 0.9em;
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
}
.analysis .tab-main.sec-tab {
  margin: 0;
}
.system-main .box:last-child {
  margin-bottom: 10px;
}
.monthly-analysis header > h3 {
  display: inline-block;
}
.monthly-analysis header.main {
  margin-bottom: 10px;
}
.monthly-analysis .nav-tabs {
  border-bottom-width: 0;
  background: transparent;
  float: right;
  margin-top: -43px;
}
.monthly-analysis .nav-tabs > li > a {
  border-width: 0;
}
.monthly-analysis .nav-tabs > li > a:hover {
  background: none;
}
.monthly-analysis .nav-tabs > li > a {
  background: #e5eaed none repeat scroll 0 0;
  border: 0 none !important;
  border-radius: 0;
  color: #0e0e0e;
  font-size: 0.85em;
  margin-left: 2px;
  padding: 1px 10px 2px;
  text-align: center;
}
.monthly-analysis .nav-tabs > li.active {
  height: auto;
  border-top-width: 0;
}
.monthly-analysis .nav-tabs > li.active:hover > a {
  background: #fe8c69;
  color: #fff;
}
.monthly-analysis .nav-tabs > li > a:hover,
.monthly-analysis .nav-tabs > li.active > a,
.monthly-analysis .nav-tabs > li.active > a:focus {
  background: #fe8c69 none repeat scroll 0 0;
  color: #fff;
  position: relative;
}
.monthly-analysis .nav-tabs > li > a:active,
.monthly-analysis .nav-tabs > li > a:focus {
  outline: none;
}
.monthly-analysis .nav-tabs > li.active > a:before {
  border-top: 3px solid #fe8c69;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  content: "";
  height: 0;
  right: calc(50% - 3px);
  position: absolute;
  bottom: -3px;
  width: 0;
}
.monthly-analysis .chart-div {
  height: 270px;
}
.analysis-sec {
  display: flex;
}
.box.statistics {
  min-height: calc(100% - 20px);
}
.trading-activity .tab-main.sec-tab .nav-tabs {
  padding-left: 135px;
}
.trading-activity header {
  min-width: 134px;
}
.sec-tab.tab-main .nav-tabs li a .badge {
  background: #fff;
  font-size: 0.785em;
  color: #666;
  font-weight: normal;
  font-weight: normal;
  margin-left: 5px;
}
.sec-tab.tab-main .nav-tabs li.active a .badge {
  background: #f0f0f0;
}
.trading-activity .sec-tab.tab-main .nav-tabs > li > a {
  padding: 4px 15px 8px;
}
.dropdown.system-list {
  float: right;
  margin-top: 6px;
}
.dropdown.system-list > a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 0;
  color: #1d5884;
  font-size: 0.85em;
  margin-left: 7px;
  padding: 9px 10px 5px;
  position: relative;
  top: -6px;
}
.system-main .tabdrop .dropdown-menu {
  width: 100%;
  border-radius: 0;
}
.system-main .tabdrop .dropdown-menu li > a {
  color: #082c3c;
  font-size: 1.3em;
  line-height: 30px;
  border-bottom: 1px solid #e9e7e7;
  background: #f4f4f4;
}
.system-main .tabdrop .dropdown-menu {
  padding: 0;
}
.system-main .tabdrop .dropdown-menu li > a:hover,
.system-main .tabdrop .dropdown-menu li > a:focus,
.system-main .tabdrop .dropdown-menu > .active > a,
.system-main .tabdrop .dropdown-menu > .active > a:hover,
.system-main .tabdrop .dropdown-menu > .active > a:focus,
.system-main .tabdrop .dropdown-menu > li:hover,
.system-main .tabdrop .dropdown-menu > li:active,
.system-main .tabdrop .dropdown-menu > li:focus {
  background: #fff !important;
  color: #fd5a27 !important;
}
.tabdrop.open .dropdown-toggle {
  background: #fff !important;
  color: #fd6a3c;
  height: 34px;
}
.system-main .trading-activity .tabdrop-tab-main {
  height: 34px;
  border: 1px solid #efefef;
  border-bottom-width: 0;
  border-left-width: 0;
}
.dropdown.system-list {
  position: static;
}
.dropdown.system-list .dropdown-menu,
.history-dropdown .dropdown-menu,
.social-share .dropdown-menu {
  border-radius: 0;
  margin-top: -1px;
  width: 100%;
}
.dropdown.system-list .dropdown-menu a,
.history-dropdown .dropdown-menu a,
.social-share .dropdown-menu a {
  padding: 10px !important;
  font-size: 1.2em;
  border-bottom: 1px solid #f5f5f5;
}
.dropdown.system-list .dropdown-menu li a,
.history-dropdown .dropdown-menu li a,
.social-share .dropdown-menu li a {
  border-bottom-width: 0;
}
.dropdown.system-list .dropdown-menu a:hover,
.history-dropdown .dropdown-menu a:hover,
.history-dropdown .dropdown-menu a:focus,
.history-dropdown .dropdown-menu a:focus:hover,
.history-dropdown .dropdown-menu a:active,
.social-share .dropdown-menu a:hover,
.social-share .dropdown-menu a:focus,
.social-share .dropdown-menu a:focus:hover,
.social-share .dropdown-menu a:active {
  background: #f8f8f8;
}
.dropdown.system-list .dropdown-menu li:last-child a,
.history-dropdown .dropdown-menu li:last-child a {
  border-bottom-width: 0;
}
.dropdown.system-list .dropdown-menu a span {
  margin-left: 5px;
}
.history-dropdown .dropdown-menu li a {
  background: #f8f8f8;
}
.mobile-actions {
  margin-bottom: 15px;
}
.mobile-actions .history {
  font-size: 0.8em;
}
.history-dropdown .dropdown-menu {
  width: auto;
  right: 0;
  left: auto;
  padding: 0;
  margin-top: 14px;
}
.mobile-actions .history-dropdown {
  float: none;
}
.mobile-actions .history-dropdown .dropdown-menu {
  margin-top: 0;
  right: auto;
  left: 0;
}
.chart-div .loading {
  height: auto;
  margin: -10px -10px 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.chart-div .loading p,
.open-trades-info {
  text-align: center;
  display: block;
  margin: 0;
  color: #9a9a9a;
}
.open-trades-info {
  margin: 20px auto 10px;
}
.pending {
  color: #ffc000;
}
.edit-system .alert,
.add-system .alert {
  display: block;
  position: static;
  text-align: left;
}
.box.system-list-box {
  padding: 0 0 10px 0;
  overflow: hidden;
}
.system-list-box .media {
  background: #f9f9f9;
  padding: 5px 10px;
  border-bottom: 1px solid #efefef;
}
.system-list-box .system-list {
  padding: 0 10px;
}
.sec-tab.tab-main .nav-tabs > li > a {
  height: 34px;
}
.pending {
  color: #ffc000;
}
.system-list table {
  border-collapse: separate;
}
.system-setting .tab-main .nav-tabs {
  margin-left: 5px;
}
.system-setting .tab-main .nav-tabs > li > a {
  border-left-color: transparent;
}
.system-setting .tab-main .nav-tabs > li.active > a {
  border-left-color: #dfdfdf;
  height: 42px;
}
.system-main .table > tbody > tr > td:first-child {
  min-width: 65px;
}
.trading-activity .more-btn {
  display: block;
  text-align: center;
  padding: 10px 0 0;
  border: 0;
}
.trading-activity .more-btn > a {
  color: #fc6b3e;
  border: 1px solid #dcdcdc;
  display: block;
  border-radius: 0;
}
.trading-activity .more-btn > a:hover {
  border-color: #fc6b3e;
}
.trading-activity .more-btn > a:focus {
  box-shadow: none;
  outline: none;
}
.trading-activity .more-btn > a:active {
  outline: none;
}
.trading-activity .tab-content > .tab-pane > .table-content {
  border: 1px solid #efefef;
}
.trading-activity .sec-tab.tab-main {
  border-width: 0;
}
.trading-activity .tabdrop-tab-main ul {
  border-bottom-width: 0;
}
.trading-activity .tab-main .nav-tabs > li:nth-child(2) > a {
  border-left: 1px solid #efefef;
}
.chart-div .tab-pane,
.tab-pane.chart-div {
  margin-top: 15px;
}
.system-summary .system-data > li > div > label {
  flex: 0 0 46%;
}
.system-data > li p.text-rtl {
  direction: rtl;
}
.system-main .analysis .table > thead > tr > th a {
  color: #252525;
}
.system-main .analysis .table > thead > tr > th a:hover,
.system-main .analysis .table > thead > tr > th a span {
  color: #9a9a9a;
}
.system-main .analysis .table > thead > tr > th a span.descending {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 0 dashed;
  border-bottom: 4px dashed;
  display: inline-block;
  height: 0;
  margin-right: 2px;
  vertical-align: middle;
  width: 0;
}
.account-locked {
  text-align: center;
  margin-top: 100px;
}
.system-main .account-locked .glyphicon.glyphicon-lock {
  color: #eaeaea;
  font-size: 4em;
}
.account-locked p {
  font-size: 0.95em;
  color: #9a9a9a;
  margin-top: 11px;
}
.trading-activity .tabdrop-tab-main ul.nav-tabs {
  height: auto;
}
.system-main .glyphicon.glyphicon-lock {
  color: #c4c4c4;
  font-size: 11px;
}
.table-striped .glyphicon.glyphicon-lock {
  color: #c4c4c4;
  font-size: 11px;
}
.password-reset > .btn > i {
  font-size: 0.9em;
  color: #dadada;
  margin-right: 5px;
}
.password-reset .form-control {
  margin-top: 15px;
}
.password-reset .input-group {
  padding-right: 15px;
}
.password-reset .input-group-btn {
  padding-left: 15px;
  top: 8px;
}
.password-reset .input-group-btn .glyphicon.glyphicon-ok {
  margin: 0 3px;
}
.password-reset > .btn > i.glyphicon-refresh {
  font-size: 1.2em;
}
.edit-system-form .input-group-btn .btn {
  border-color: #d7d7d7;
  background-color: #fff;
  color: #f35928;
}
.analysis .tab-main.sec-tab .nav-tabs .tabdrop a {
  border-left-width: 1px !important;
  border-right-width: 0 !important;
}
.analysis .tab-main.sec-tab li:nth-child(2) a {
  border-left-width: 1px !important;
}
.system-list-box .user-statistics {
  background: #fcfcfc;
  padding: 5px 10px;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  margin-bottom: 10px;
}
.system-list-box .user-statistics > i {
  display: inline-block;
  width: 20px;
  height: 16px;
  vertical-align: middle;
  background-position: -9px -84px;
  margin-right: 3px;
}
.system-list-box .user-statistics > h3 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 0.85em;
  color: #373737;
}
.system-list-box ul.number-of li {
  border-bottom: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.system-list-box .list-unstyled.number-of {
  padding: 10px 20px;
}
.system-list-box ul.number-of li:nth-child(2),
ul.number-of li:nth-child(4) {
  border-right: 0 none;
  margin-left: -5px;
}
.system-list-box ul.number-of li:nth-child(3),
ul.number-of li:nth-child(4) {
  border-bottom: 0 none;
}
.system-main header.main > span.vr-ico {
  display: inline-block;
}
.system-summary .system-data > li > p > i {
  display: inline-block;
  height: 15px;
  margin-left: 2px;
  margin-top: 0;
  position: relative;
  top: 3px;
  width: 13px;
}
.at-commnts.box {
  margin-top: 10px;
}
.system-summary .system-data > li > p > i.verified {
  background-position: -13px -41px;
}
.system-summary .system-data > li p > i.unverified {
  background-position: -13px -57px;
}
.system-summary .system-data {
  margin-bottom: 0;
  background: #f9f9f9;
  margin: 0 -10px;
  padding: 2px 0 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
}
.system-summary .system-data > li:nth-child(2) label {
  border-left-width: 0;
}
.system-summary .system-data > li:first-child label {
  border-left-width: 0;
}
.system-list > .list-unstyled > li > a > span.account-type {
  float: none;
  color: #6d6d6d;
  font-size: 0.82em;
}
.followers {
  font-size: 0.7857em;
  color: #6c6d6d;
}
.followers span {
  color: #b0b0b0;
}
.social-share,
.comment {
  display: inline-block;
  float: right;
  margin-left: 5px;
}
.social-share a.btn-default,
a.comment {
  font-size: 0.85em;
  padding: 3px 8px 4px;
  position: relative;
  top: 4px;
}
.social-share a.btn-default i {
  width: 13px;
  height: 13px;
  background-position: -1px -84px;
  display: inline-block;
}
.social-share .dropdown-menu {
  text-align: right;
  right: 0;
  left: auto;
  padding: 0;
  margin-top: 14px;
}
.social-share ul > li > a {
  padding: 0;
}
.social-share .dropdown-menu li a {
  padding-bottom: 5px !important;
}
.social-share ul > li > a i {
  width: 25px;
  height: 25px;
  padding: 0;
  border-radius: 0;
  display: inline-block;
}
.social-share ul > li > a:hover i {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.social-share ul > li > a.facebook i {
  background-position: -99px -32px;
  margin-left: 0;
}
.social-share ul > li > a.twitter i {
  background-position: -174px -32px;
}
.social-share ul > li > a.google-plus i {
  background-position: -124px -32px;
}
.social-share ul > li > a.linkedin i {
  background-position: 0 -93px;
}
.social-share ul > li > a span {
  position: relative;
  top: -8px;
  margin-right: 5px;
}
a.comment i {
  font-size: 0.9em;
  position: relative;
  top: 2px;
}
.system-summary .system-data > li.tooltip-list {
  float: right;
  padding-right: 10px;
}
.tooltip-list .info-tooltip {
  margin-top: 0;
}
.account-summary {
  text-align: center;
}
.account-summary li {
  position: relative;
  color: #333;
  padding: 0 10px;
}
.account-summary .label {
  background: #f6f5f5;
  color: #6b6b6b;
  font-size: 0.8em;
  padding: 0 7px;
}
.account-summary .value {
  font-size: 4em;
}
.account-summary .value span {
  font-size: 0.35em;
}
.account-summary .gain .value {
  font-size: 3.714em;
  display: block;
  padding-right: 10px;
}
.account-summary .gain span:last-child {
  font-size: 1.428em;
  right: 5px;
  position: absolute;
  top: 33px;
}
.account-summary .label {
  position: relative;
}
.account-summary .label:after,
.account-summary .label:before {
  top: 100%;
  right: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.account-summary .label:after {
  border-color: rgba(136, 183, 213, 0);
  border-width: 7px;
  margin-right: -5px;
}
.account-summary .label:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #f6f5f5;
  border-width: 7px;
  margin-right: -5px;
}
.account-summary .return .label:before {
  border-top-color: transparent;
  border-left-color: #f6f5f5;
}
.account-summary .return .label::before {
  border-width: 5px;
  margin-right: -2px;
}
.account-summary .return .label::after,
.account-summary .return .label::before {
  right: -8px;
  top: 7px;
}
.account-summary li.return .label {
  right: -12px;
  position: relative;
  top: -29px;
}
.account-summary li i {
  display: inline-block;
  height: 11px;
  right: 2px;
  position: relative;
  width: 12px;
}
.account-summary li i.arrow-up {
  background-position: 0 -61px;
}
.account-summary li i.arrow-down {
  background-position: 0 -73px;
}
.account-summary .drawdown .label:before {
  border-top-color: transparent;
  border-right-color: #f6f5f5;
}
.account-summary .drawdown .label::before {
  border-width: 5px;
  margin-right: -2px;
}
.account-summary .drawdown .label::after,
.account-summary .drawdown .label::before {
  left: -10px;
  right: auto;
  top: 7px;
}
.account-summary li.drawdown .label {
  left: -12px;
  position: relative;
  top: -29px;
}
.account-summary li.drawdown .value,
.account-summary li.gain .value {
}
.seperator {
  border-left: 1px solid #dfdfdf;
  width: 1px;
  height: 40px;
  position: absolute;
  left: -4px;
  top: 21px;
}
.account-summary li.gain .seperator {
  top: 36px;
  left: -3px;
}
.analysis .tab-main.sec-tab li:nth-child(2) a {
  border-left-width: 0 !important;
}
.page-navigation {
  text-align: right;
}
.page-navigation ul {
  margin-bottom: 0;
}
.account-summary .value div {
  display: inline-block;
}
.system-list-box .user-info {
  padding: 0 10px;
}
.table-trading-explorer {
  padding: 0;
}
.table-trading-explorer.box {
  overflow: hidden;
}
.table-trading-explorer table {
  margin-bottom: 0;
}
.table-trading-explorer table thead th {
  background: #fcfcfc;
  color: #252525;
  font-size: 1em;
  font-weight: normal;
  border-bottom-width: 1px;
  text-align: left;
  padding-bottom: 12px;
  border-bottom-color: #f4f4f4;
}
.table-trading-explorer table thead th a {
  color: #252525;
}
.table-trading-explorer table thead th a:hover {
  color: #6b6c6c;
}
.table-trading-explorer table > tbody > tr > td {
  text-align: left;
  color: #252525;
  font-size: 0.9em;
  padding: 12px 8px 14px;
  border-color: #efefef;
}
.table-trading-explorer table tr .btn-group {
  visibility: hidden;
  float: right;
}
.table-trading-explorer table tr:hover .btn-group {
  visibility: visible;
}
.table-trading-explorer .btn {
  background: #fff none repeat scroll 0 0;
  border-color: #eee;
  border-radius: 0;
  color: #acbfc6;
  font-size: 10px;
  line-height: 9px;
  padding: 4px 5px;
}
.table-trading-explorer .btn:hover {
  color: #f35928;
}
.table-trading-explorer table thead th:first-child,
.table-trading-explorer table tbody td:first-child {
  padding-left: 25px;
}
.table-trading-explorer table tbody tr:nth-child(8) td {
  border-bottom-width: 0;
}
.table-trading-explorer table thead th:nth-child(6),
.table-trading-explorer table thead th:nth-child(7),
.table-trading-explorer table tbody td:nth-child(6),
.table-trading-explorer table tbody td:nth-child(7) {
  display: table-cell;
}
.profile-tabs .nav.nav-tabs li.dropdown.tabdrop a.dropdown-toggle {
  height: 60px;
  display: block;
  width: auto;
}
.account-summary-list {
  height: 452px;
}
.statistics .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e9e9e9;
  top: 0 !important;
}
.statistics .tooltip-inner {
  background-color: #e9e9e9;
  color: #000;
}
.statistics .tooltip {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* END SYSTEM DETAILS */
tspan.highcharts-text-outline {
  display: none;
}

#trading_pref_form .bootstrap-select.disabled {
  background: #99999947;
}

button.edit-setting-form-btn {
  position: relative;
  top: -12px;
  padding: 6px 25px;
  top: 8px;
  padding: 6px 0px;
  font-size: 15px;
  color: #6990ac;
  background: transparent;
  box-shadow: none;
  outline: none;
}
button.edit-setting-form-btn.m-top {
  top: -10px;
}

.edit-setting-form-btn:focus,
.edit-setting-form-btn:active,
.edit-setting-form-btn:active:focus {
  color: #6990ac;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.edit-setting-form-btn:hover {
  color: #fd5a27;
  background: transparent;
  box-shadow: none;
  outline: none;
}
.edit-setting-form-btn .edit-icon {
  background: url("../../images/ar/registration-sprite.png");
  display: inline-block;
  height: 20px;
  width: 20px;
  background-position: -74px -5px;
  margin-left: 3px;
  vertical-align: bottom;
}

.edit-setting-form-btn:hover .edit-icon {
  background-position: -74px -29px;
}
.alert {
  margin-top: 15px !important;
}
.contest-banner,
.contest-result-banner {
  margin-top: 0 !important;
}
.return_email_msg {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .cover-gradient {
    mix-blend-mode: darken;
  }
}
.header-content {
  position: relative;
  width: 100%;
  z-index: 4;
  max-height: 60px;
  margin-bottom: 10px;
}
.update-cover {
  color: #fff;
  right: 35px;
  position: absolute;
  text-align: center;
  top: 25px;
  z-index: 3;
}
.update-cover > a.cover-update > i.glyphicon.glyphicon-camera {
  color: #fff;
  font-size: 1.5em;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.97);
  display: inline-block;
  vertical-align: middle;
}
.update-cover a.cover-update h4.change-cover {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.97);
}
.image-cover .update-cover a.cover-update h4.change-cover {
  display: none;
}
.image-cover .update-cover:hover a.cover-update h4.change-cover {
  display: inline-block;
  margin: 0;
}
.image-cover .update-cover:hover a.cover-update {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  padding: 5px 10px 10px;
  transition: All 0.1s ease-in;
  -webkit-transition: All 0.1s ease-in;
  -moz-transition: All 0.1s ease-in;
  -o-transition: All 0.1s ease-in;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}
.user-img {
  bottom: 20px;
  display: inline-block;
  height: 190px;
  position: absolute;
  left: 10px;
  z-index: 4;
}
.user-img > a {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  display: inline-block;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}
.user-img > a > img {
  min-height: 100%;
  min-width: 100%;
  height: auto;
}
.user-name {
  bottom: 90px;
  display: inline-block;
  position: absolute;
  left: 220px;
}
.profile-img-update {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border-radius: 50%;
  bottom: calc(50% - 60px);
  height: 120px;
  position: absolute;
  left: calc(50% - 60px);
  text-align: center;
  vertical-align: middle;
  width: 120px;
  z-index: 6;
}
.user-img .profile-img-update {
  display: none;
}
.user-img .profile-img-update:hover,
.user-img:hover .profile-img-update {
  display: block;
}
.profile-tabs {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dedede;
  display: inline-block;
  width: 100%;
  padding-left: 215px;
  border-top-color: #fff;
  height: 65px;
  padding-left: 235px;
}
.profile-img-update .update-img .glyphicon-camera {
  color: #fff;
  font-size: 1.6em;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.97);
  margin-top: 30px;
}

.profile-img-update .update-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.profile-img-update .update-img h4 {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.97);
}

.profile-img-update .update-img input {
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  /*top: -17px;
    right: -16px; */
  z-index: 2;
  opacity: 0.00001;
}
.user-name > h2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-left: 0 none;
  color: #fff;
  margin: 3px 0 7px;
  padding-left: 0;
}
.user-name > h2 > a.main-name {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.user-title {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 9px;
  padding: 2px 5px 4px;
  vertical-align: middle;
}
.user-name a.verified {
  display: inline-block;
  vertical-align: middle;
}
.user-name a.verified i.ver {
  background-position: -69px -0px;
  width: 22px;
  height: 22px;
  display: block;
  margin-left: 5px;
  vertical-align: middle;
}
.stng-ptns.list-unstyled {
  bottom: 70px;
  right: 15px;
  position: absolute;
}
.stng-ptns > li {
  display: inline-block;
  float: left;
  margin: 0;
}
.stng-ptns > li > a {
  height: 45px;
  line-height: 1;
  padding-top: 12px;
  vertical-align: middle;
}
.stng-ptns li.follow .btn.btn-default {
  padding: 12px 30px 10px;
}
.stng-ptns li .btn.btn-default i {
  margin-left: 5px;
  vertical-align: middle;
}
.stng-ptns li.follow .btn.btn-default i {
  width: 22px;
  height: 24px;
  background-position: -39px -0px;
}
.stng-ptns li.unfollow .btn.btn-default i {
  width: 20px;
  height: 19px;
  background-position: -277px 0px;
}
.stng-ptns li.edit-profile .btn.btn-default i {
  width: 20px;
  height: 24px;
  background-position: -299px 0px;
  margin-top: -2px;
}
.stng-ptns li a.more-btn {
  background: #577c9e;
}
.stng-ptns li.dropdown ul.dropdown-menu {
  right: 0;
  left: auto;
}
.stng-ptns li a.more-btn i.more-ico {
  width: 33px;
  height: 9px;
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  background-position: -1px -0px;
  margin-top: 6px;
}
/**start-profile-tabs**/

.profile-tabs .nav.nav-tabs {
}
.profile-tabs .nav.nav-tabs {
}
.profile-tabs .nav.nav-tabs {
  border: 0 none;
}
.profile-tabs .nav.nav-tabs li {
  border: 0 none;
  margin: 0;
  height: 63px;
  display: table;
}
.profile-tabs .nav.nav-tabs li.dropdown:last-child {
  display: none;
}
.profile-tabs .nav.nav-tabs li a,
.profile-tabs .nav.nav-tabs li a .display-tab {
  border: 0 none;
  padding: 10px 40px;
  border-radius: 0;
  font-size: 1.1em;
  background-color: transparent;
  color: #1b1b1b;
  border-right: 1px solid #ebebeb;
}
.profile-tabs .nav.nav-tabs li a {
  display: table-cell !important;
  vertical-align: middle;
}
.profile-tabs .nav.nav-tabs li:last-child a {
  border-right-width: 0;
}
.profile-tabs .nav.nav-tabs li:hover,
.profile-tabs .nav.nav-tabs li.active {
  background: #fbfbfb;
  border-bottom: 2px solid #fd5d2a;
  color: #082c3c !important;
}
.profile-tabs .nav.nav-tabs li.devider {
  background: #ebebeb none repeat scroll 0 0;
  height: 27px;
  margin: 18px 3px 0;
  vertical-align: middle;
  width: 1px;
  padding: 0;
}
.profile-tabs > ul li a > span,
.profile-tabs .nav.nav-tabs li a .display-tab > span {
  display: block;
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
  color: #a2a2a2;
  line-height: 1;
}
.profile-tabs .nav.nav-tabs li.active a span,
.profile-tabs .nav.nav-tabs li.active a {
  color: #082c3c;
}
.profile-tabs .nav.nav-tabs li.dropdown a {
  padding: 10px 20px;
  vertical-align: middle;
}
.profile-tabs .nav.nav-tabs li.dropdown a span.plus-ico {
  background-position: -300px -29px;
  width: 19px;
  height: 19px;
  display: block;
  margin-top: 11px;
}
.profile-tabs .nav.nav-tabs li.dropdown ul li {
  border-bottom: 1px solid #ebebeb;
  height: auto;
}
.profile-tabs .nav.nav-tabs li.dropdown ul li.active {
  border-bottom: 2px solid #fd5d2a;
}
.profile-tabs .nav.nav-tabs li.dropdown ul li:last-child {
  border-bottom: 0 none;
}
/**scroll-view**/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.header-content.scroll {
  max-width: 1140px;
  position: fixed;
  top: 80px;
  width: calc(100% - 30px);
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
.scroll .user-img {
  bottom: 7px;
  height: 50px;
  vertical-align: top;
  width: 50px;
  /*  transition:  bottom 0.3s ease 0.9s;*/
}
.header-content.scrol .user-img .profile-img-update:hover,
.header-content.scrol .user-img:hover .profile-img-update {
  display: none;
}
#user-cover.scroll .image-cover > a > .cover-gradient {
  background: transparent none repeat scroll 0 0;
}
.scroll .user-img > a {
  height: 50px;
  width: 50px;
}
.scroll .user-img img {
  max-width: 100%;
}
.scroll .user-name {
  bottom: 7px;
  left: 66px;
  vertical-align: top;
}
.scroll .main-name {
  color: #082c3c !important;
  font-size: 0.8em !important;
}
.scroll .user-name > h2 {
  height: 20px;
  line-height: 1.4;
  margin: 0;
}
.scroll .user-title {
  font-size: 0.9em;
  margin-top: -7px;
}
.scroll .profile-img-update {
  display: none !important;
}
/**user-info-mobileview**/

.top {
  right: 15px;
  margin-bottom: 0;
  position: fixed;
  width: calc(100% - 30px);
  z-index: 23233;
  top: 30px;
}
/**scroll-view**/
/**End-profile-tabs**/
/**aside**/

.box {
  display: block;
  padding: 10px;
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  /*    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);*/

  margin: 10px 0;
  border: 1px solid #dfdfdf;
}
.box ul.user-info li {
  margin: 7px 0;
  font-size: 0.95em;
  word-wrap: break-word;
}
.box ul.user-info li .brief {
  font-size: 13px;
  color: #2b667f;
  line-height: 22px;
  margin-top: 0;
}
.box ul.user-info li i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.box ul.user-info > li.f16 > i.flag {
  background-image: url(../../images/ar/flags16.png);
  display: inline-block;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  width: 16px;
}
.box ul.user-info li i.age-ico {
  background-position: -96px 0px;
  width: 13px;
  height: 12px;
}
.box ul.user-info li i.position-ico {
  background-position: -112px 0px;
  width: 13px;
  height: 11px;
}
.box ul.user-info li i.experience-ico {
  background-position: -148px 0px;
  width: 9px;
  height: 18px;
}
.box ul.user-info li i.nationality-ico {
  background-position: -128px 0px;
  width: 13px;
  height: 14px;
}
.box ul.user-info li i.start-ico {
  background-position: -161px 0px;
  width: 15px;
  height: 15px;
}
.box ul.user-info li i.trading-ico {
  background-position: -43px -84px;
  width: 15px;
  height: 13px;
}
.box ul.user-info li i.bio-ico {
  background-position: -21px -84px;
  width: 16px;
  height: 15px;
}
.box ul.user-info li i.favorite-b-ico {
  background-position: -0px -84px;
  width: 15px;
  height: 15px;
}
.box ul.user-info li i.utube-ico {
  background-position: -78px -84px;
  width: 15px;
  height: 13px;
}
.box ul.user-info li i.face-ico {
  background-position: -130px -84px;
  width: 15px;
  height: 15px;
}
.box ul.user-info li i.twitter-ico {
  background-position: -112px -84px;
  width: 15px;
  height: 13px;
}
.box ul.user-info li i.personal-wb-ico {
  background-position: -95px -84px;
  width: 15px;
  height: 14px;
}
.box ul.user-info li i.insta-ico {
  background-position: -61px -84px;
  width: 15px;
  height: 15px;
}
.mypage-btn {
  margin: 5px 0;
  padding: 10px;
  width: 100%;
  background: #fd5c28;
  text-align: center;
}
.mypage-btn i.mypage-ico {
  background-position: -176px 0;
  height: 25px;
  margin-right: 3px;
  vertical-align: middle;
  width: 27px;
  display: inline-block;
}
.list-unstyled.number-of {
  display: block;
  margin: 0 auto;
  position: relative;
}
ul.number-of li {
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 49%;
}
ul.number-of li a:hover {
  background-color: #f2f2f2;
}
ul.number-of li a {
  padding: 7px 10px;
  display: block;
}
ul.number-of li a h4 {
  color: #3a3a3a;
  font-size: 2.1em;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 5px;
}
ul.number-of li a:hover h4 {
  color: #fd5a27;
}
ul.number-of li a p {
  margin: 0;
  margin-top: -5px;
}
ul.number-of li a i {
  margin: 0 auto;
  display: block;
}
ul.number-of li a i.followers {
  background-position: -190px -137px;
  width: 22px;
  height: 21px;
}
ul.number-of li a i.following {
  background-position: -161px -137px;
  width: 22px;
  height: 21px;
}
ul.number-of li a i.score {
  background-position: -135px -147px;
  width: 18px;
  height: 10px;
}
ul.number-of li a i.views {
  background-position: -108px -147px;
  width: 22px;
  height: 10px;
}
ul.number-of li.devider {
  background: #ebebeb none repeat scroll 0 0;
  height: 50px;
  margin-top: 10px;
  vertical-align: middle;
  width: 1px;
  padding: 0;
  position: absolute;
  right: calc(50% - 1px);
  top: 0;
}
.box.list-box {
  position: relative;
}
.box.list-box .more-actions {
  position: absolute;
  right: 5px;
  top: 5px;
}
.box.list-box .more-actions a {
  background-color: transparent;
  padding: 9px 10px;
}
.box.list-box .more-actions a .icon-bar {
  background-color: #929292;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin: 3px 0;
  width: 3px;
}
.list-box .more-actions .dropdown-menu.lang-list.log-list {
  right: 0;
  left: auto;
  top: 34px;
}
.top-ac {
  border-bottom: 1px solid #d8d8d8;
  display: block;
}
.top-ac p {
  padding-right: 20px;
  color: #b5b5b5;
}
.box.list-box .media .media-left,
.media-body {
  display: table-cell;
  padding-right: 0;
  padding-left: 0;
  vertical-align: top;
}
.box.list-box > .media {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 8px;
}
.box.list-box .media .media-left > a.pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  border: 1px solid #ebebeb;
}
.box.list-box .media .media-left a.pic img.media-object {
  min-height: 100%;
  max-width: 100%;
  border: 0;
}
.box.list-box .media .media-body .media-heading {
  margin-bottom: 2px;
  margin-top: 7px;
  line-height: 14px;
  font-size: 1em;
}
.box.list-box .media .media-body {
  padding-left: 7px;
  font-size: 0.9em;
}
#listing.box.list-box > h3 {
  line-height: 1.7em;
}
.box.list-box > p {
  display: inline;
}
.act-actions.list-unstyled {
  background: #fcfcfc none repeat scroll 0 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px solid #ebebeb;
  display: block;
  margin-bottom: 0;
  margin-top: 6px;
  padding: 5px 10px 8px;
  margin-left: -10px;
  margin-bottom: -10px;
  width: calc(100% + 20px);
}
.act-actions.list-unstyled > li {
  display: inline-block;
  margin-right: 12px;
}
.act-actions.list-unstyled > li > a {
  color: #577c9e;
  font-size: 0.95em;
}
.act-actions.list-unstyled > li > a span {
  color: #6c6c6c;
  margin-left: 3px;
}
.act-actions.list-unstyled > li > a i {
  color: #6c6c6c;
  font-size: 0.8em;
  vertical-align: middle;
  margin-top: -3px;
}
.act-actions.list-unstyled > li > a i.like-ico {
  width: 14px;
  height: 12px;
  background-position: -148px -84px;
}
.act-actions.list-unstyled > li > a.liked i.like-ico {
  background-position: -184px -84px;
}
.act-actions.list-unstyled > li > a i.eye-ico {
  width: 14px;
  height: 8px;
  background-position: -166px -84px;
}
.act-actions.list-unstyled > li > a i.glyphicon-thumbs-up {
  font-size: 0.8em;
}
.act-actions.list-unstyled > li > a.liked,
.act-actions.list-unstyled > li > a.liked:hover,
.act-actions.list-unstyled > li > a.liked span {
  color: #fd5d2a !important;
}
.act-actions.list-unstyled > li > a.liked i {
  color: red;
}
.act-actions.list-unstyled > li > a.clicked > i {
  color: #577c9e;
  opacity: 0.7;
}
.box.list-box > a > h3 {
  margin-bottom: 5px;
}
.box.list-box > h3 > a {
  margin-bottom: 5px;
  color: #2b667f;
  line-height: 1.6em;
}
.box:last-child {
  margin-bottom: 15px;
}
#more_activities {
  margin-bottom: 30px;
}
.box.list-box .media .media-body .media-heading > a {
  color: #499ac6;
  font-size: 1.1em !important;
}
.post-img {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.post-img a {
  display: inline-block;
  overflow: hidden;
  height: 300px;
  max-width: 100%;
}
.post-img a img {
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.post-img a img.fit-width {
  min-height: auto;
  height: auto;
  width: 100%;
}
/**followers**/

.user-followers {
  display: block;
  padding: 0 15px;
}
.user-followers li > a.user-f-img {
  width: 125px;
  height: 125px;
  margin: 10px auto 20px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.user-followers > li h4 {
  margin-bottom: 0;
}
.user-followers li a.user-f-img img {
  width: 100%;
  height: 100%;
}
.user-followers li a.user-f-img:hover,
.user-followers li:hover a.user-f-img {
  background: rgba(0, 0, 0, 0)
    linear-gradient(to left, rgba(72, 85, 99, 1) 0%, rgba(72, 85, 99, 1) 100%)
    repeat scroll 0 0;
  border: 3px solid #fff;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.user-followers li a.user-f-img:hover img,
.user-followers li:hover a.user-f-img img {
  opacity: 0.3;
}
.user-followers li {
  text-align: center;
  margin-bottom: 10px;
  min-height: 263px;
}
.user-followers li:hover {
  background-color: #f4f4f4;
}
.user-followers li a.follow-btn,
.user-followers li a.unfollow-btn {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #577c9e;
  text-align: c;
  margin: 10px auto;
}
.user-followers li a.follow-btn i,
.user-followers li a.unfollow-btn i {
  display: block;
  vertical-align: middle;
}
.user-followers li a.follow-btn i {
  width: 20px;
  height: 22px;
  background-position: -204px 0px;
}
.user-followers li a.unfollow-btn i {
  margin-top: 2px;
  width: 19px;
  height: 19px;
  background-position: -228px 0px;
}
.user-followers li a.follow-btn {
  border: 1px solid #fd5d2a;
}
.user-followers li a.follow-btn:hover {
  background-color: #fd5d2a;
}
.user-followers li a.follow-btn:hover i {
  background-position: -253px 0px;
}
.user-followers li a.unfollow-btn:hover {
  background-color: #577c9e;
}
.user-followers li a.unfollow-btn:hover i {
  background-position: -277px 0px;
}
.more-followers {
  background: #f5f5f5 none repeat scroll 0 0;
  display: block;
  height: 43px;
  padding: 5px 0 10px;
  text-align: center;
  width: 100%;
}
.more-followers:hover {
  background: #fd5d2a;
}
.more-followers:hover h4 {
  color: #fff;
}
#add_signal_link {
  margin-bottom: 12px;
}
/**End-followers**/
/**blogs**/

#blogs-tab .post-img {
  margin-top: 30px;
}
/**End-blogs**/
/**time-line**/

#user-info.box .media > .media-left > a.pic {
  border-radius: 50%;
  display: block;
  height: 50px;
  overflow: hidden;
  width: 50px;
}
#user-info.box .media > .media-left > a.pic > img {
  max-width: 100%;
  min-height: 100%;
  border-radius: 50%;
}
#user-info.box .media .media-left,
#user-info.box .media-body {
  display: table-cell;
  padding-right: 0;
  padding-left: 0;
  vertical-align: middle;
}
.box#user-info .media .media-body .media-heading {
  font-size: 1.1em;
  line-height: 14px;
  margin-bottom: 0;
  margin-top: 0px;
  font-weight: 500;
}
.box#user-info .media .media-body {
  padding-left: 7px;
}
.box#user-info > p {
  display: inline;
}
.box#user-info .media .media-body > ul.activity-numbers {
  margin-top: 4px;
}
.box#user-info .media .media-body > ul.activity-numbers li {
  display: inline-block;
}
.box#user-info .media .media-body > ul.activity-numbers li i {
  display: inline-block;
}
.box#user-info .media .media-body > ul.activity-numbers li i.viewers-numb {
  width: 13px;
  height: 7px;
  background-position: -12px -266px;
}
.box#user-info .media .media-body > ul.activity-numbers li i.score-numb {
  width: 11px;
  height: 10px;
  background-position: -1px -263px;
}
.box#user-info .media .media-body > ul.activity-numbers li.divider {
  width: 1px;
  height: 12px;
  background-color: #ebebeb;
}
.listed-action-links {
  margin-top: 10px;
}
.listed-action-links > li > a {
  font-size: 0.9em;
  line-height: 22px;
}
.listed-action-links > li > a > i {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-right: 1px;
  vertical-align: middle;
}
.listed-action-links > li > a > i.mypage-listed {
  background-position: 0px -62px;
  width: 12px;
  height: 10px;
}
.listed-action-links > li > a > i.signals-listed {
  background-position: -14px -62px;
}
.listed-action-links > li > a > i.add-blog-listed {
  background-position: -29px -62px;
}
.listed-action-links > li > a > i.myblogs-listed {
  background-position: -46px -62px;
  width: 14px;
  height: 14px;
}
.user-action-links {
  text-align: center;
  margin-bottom: 0;
}
#links.box {
  padding: 10px 6px;
}
.user-action-links li {
  border: 1px solid #dfdfdf;
  display: inline-block;
  height: 60px;
  margin: 1%;
  padding: 3px;
  text-align: center;
  width: 60px;
}
.user-action-links li a {
  display: block;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 8px 10px;
}
.user-action-links li a i {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}
.user-action-links li a i.my-page {
  background-position: -138px -26px;
  width: 29px;
  height: 24px;
  margin-top: 9px;
}
.user-action-links li a i.add-blog {
  background-position: -104px -26px;
  width: 33px;
  height: 29px;
  margin-top: 4px;
}
.user-action-links li a i.signals {
  background-position: -72px -26px;
  width: 26px;
  height: 29px;
  margin-top: 6px;
}
.user-action-links li a:hover {
  background-color: #f35928;
}
.user-action-links li a:hover i.my-page {
  background-position: -241px -26px;
}
.user-action-links li a:hover i.add-blog {
  background-position: -205px -26px;
}
.user-action-links li a:hover i.signals {
  background-position: -172px -26px;
}
#user-info.box.visible-sm .media .media-body .media-heading {
  display: inline-block;
  margin-right: 5px;
}
.new-posts:hover {
  background: #f5f5f5;
}
.new-posts > h4 {
  display: inline-block;
}
.new-posts {
  display: block;
  text-align: center;
}
.new-posts {
}
#new-posts.box {
  padding: 2px;
}
.new-posts .glyphicon.glyphicon-plus {
  color: #f35928;
  font-size: 0.6em;
  font-weight: 100;
  vertical-align: middle;
}
.post-img .embed-responsive-item {
  max-width: 100%;
}
/**End-time-line**/
/**hover-links**/

.user-name > h2 > a.main-name:hover,
.user-title:hover,
.top-ac a:hover,
.box.list-box .media h3.media-heading a:hover,
.box.list-box > a > h3:hover,
#listing.box.list-box > h3 > a:hover,
.act-actions.list-unstyled > li > a:hover,
.user-info li a:hover,
.user-followers li a:hover,
#user-cover.scroll .main-name:hover,
#user-info.box .media .media-body .media-heading > a:hover,
.listed-action-links > li > a:hover {
  color: #fd5d2a !important;
}
/**New-blog-options**/
/**Time-frame**/

.time-frame .form-group {
  margin-bottom: 0;
}
.time-frame .select2-container .select2-choice {
  background-color: transparent;
}
.time-frame .select2-container .select2-choice {
  padding-left: 58px;
}
.select2-container .select2-choice > .select2-chosen {
  color: #000;
}
.time-frame .label {
  background: #f5f5f5 none repeat scroll 0 0;
  bottom: 5px;
  color: #ebebeb !important;
  font-size: 0.85em;
  padding: 2px 5px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.time-frame .label > span {
  position: relative;
  top: -2px;
  color: #888;
  font-size: 0.95em;
}
.time-frame .select2-container .select2-choice {
  height: 35px;
}
.time-frame .select2-container .select2-choice .select2-arrow {
  height: 22px;
}
.time-frame .select2-container .select2-choice .select2-arrow b {
  background-position: -3px -11px;
}
.time-frame .select2-container .select2-choice > .select2-chosen {
  margin: 2px 0 0 35px;
}
.form-group.time-frame {
  position: relative;
  margin-bottom: 0px;
  float: left;
}
.time-icon {
  margin: 2px 0 0;
  opacity: 0.7;
}
.time-frame .label:before {
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgba(0, 0, 0, 0.06);
  border-top: 5px solid transparent;
  content: "";
  display: inline-block;
  right: -5px;
  margin-right: 0;
  margin-top: -4px;
  position: absolute;
  top: 50%;
}
.form-group.time-frame .form-control {
  background: none transparent;
  padding-left: 50px;
  padding-right: 41px;
  height: 35px;
}
/**End-time-frame*/

.media > span.pull-right.hidden-xs {
  border-radius: 50%;
  height: 85px;
  overflow: hidden;
  width: 85px;
}
.select2-container {
  background: #fff;
}
.blog-list-action {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  height: 35px;
  margin-top: 7px;
  width: 100%;
}
.blog-list-action > ul.blog-action {
  vertical-align: middle;
}
selectorSavingError {
  display: inline-block;
}
.blog-action > li {
  border-left: 1px solid #fff;
  display: inline-block;
  float: left;
  vertical-align: middle;
}
.btn.btn-default.edit-done {
  float: left;
  font-size: 0.9em;
  padding: 7px 5px;
  height: 35px;
}
.blog-action > li > a.delete,
.blog-action > li > a.edit {
  background: #dedede none repeat scroll 0 0;
  color: #333;
  display: block;
  height: 35px;
  line-height: 1.7;
  padding: 5px 10px;
  text-align: center;
}
.blog-action > li > a.delete:hover,
.blog-action > li > a.edit:hover {
  background: #fd5d2a;
  color: #fff;
}
.blog-label {
  border-radius: 0;
  display: block;
  height: 35px;
  line-height: 2.8;
}
.blog-action.list-unstyled.pull-left {
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  position: absolute;
}
/**End-New-blog-options**/
/**ADD-blog**/

.add-blog {
  display: block;
  padding: 10px;
}
.add-blog .checkbox > label > a {
  color: #1d5884;
}
.add-blog .btn.btn-default {
  padding: 10px;
}
.nav.nav-pills.tags span {
  background: #777 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 0.7em;
  height: 12px;
  margin-right: 2px;
  text-align: center;
  vertical-align: middle;
  width: 12px;
  padding-top: 1px;
}
/**End-ADD-blog**/
/**suggest-tofollow**/

.box.suggest-follow {
  margin-top: 30px;
}
.suggest-follow .title {
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  height: 51px;
  text-align: center;
}
.suggest-follow .title > h4 {
  color: #2b667f;
  margin: 0;
}
.suggest-follow .title > i.bloggers-ico {
  display: inline-block;
  background-position: -205px -72px !important;
  width: 65px;
  height: 48px;
  margin-top: -60px;
}
.suggested-users {
  border: 1px solid #f7f7f7;
  padding-top: 20px;
}
.follow-msg.fadeInDown {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border-radius: 2px;
  clear: both;
  display: block;
  padding: 5px 11px;
}
.follow-msg.fadeInDown > p {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
}
.follow-msg.fadeInDown > a {
  color: #fd5d2a;
}
/**End-suggest-tofollow**/
/**scroll-padding**/

#pad-scroll.pad {
  padding-top: 120px;
}
/**End-scroll-padding**/
/**scroll-padding**/
/* Large desktop */
/*user-not-follow**/

.stng-ptns > li.not-follow {
  margin-right: 6px;
}
.stng-ptns > li > .user-not-follow-btn,
.stng-ptns > li > .user-not-follow-btn:focus {
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
  padding: 0;
  padding-right: 10px;
  text-align: left;
  width: 160px;
}
.stng-ptns > li > .user-not-follow-btn > span {
  display: inline-block;
  height: 44px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  padding-right: 0;
}
/*
.stng-ptns > li > .user-not-follow-btn:hover > span,
.stng-ptns > li > .user-not-follow-btn.following > span{
   background: #fd5d2a none repeat scroll 0 0;
    border: 1px solid #fd5d2a;
    height: 45px;
    margin-left: -2px;
    margin-top: -1px;
    width:42px;
    } */

.stng-ptns > li > .user-not-follow-btn > span > i {
  background: url(../../images/ar/signals-sprite.png) -267px 0px !important;
  width: 12px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: 8px;
}
.stng-ptns > li > .user-not-follow-btn:hover {
  background: #e9e9e9;
}
.stng-ptns > li > .user-not-follow-btn:hover > span > i,
.stng-ptns > li > .user-not-follow-btn.following > span > i {
  background-position: -251px 0px !important;
}
.stng-ptns > li > .user-not-follow-btn > h4 {
  color: #555555;
  display: inline-block;
  font-size: 0.85em;
  line-height: 2.3em;
  margin: 0;
  vertical-align: middle;
}
.stng-ptns > li > .user-not-follow-btn > h4:nth-child(3) {
  display: none;
}
.stng-ptns > li > .user-not-follow-btn > h4:nth-child(4) {
  display: none;
}
.stng-ptns > li > .user-not-follow-btn.following > h4:nth-child(3) {
  display: inline-block;
}
.stng-ptns > li > .user-not-follow-btn.following > h4:nth-child(2) {
  display: none;
}
/*
.stng-ptns > li > .user-not-follow-btn.following:hover > span{
background:transparent;
border:0 none;
border-right:1px solid #c7c7c7;
height:44px;
margin:0;
margin-right:5px;
width:40px;
} */

.stng-ptns > li > .user-not-follow-btn.following:hover > span > i {
  background-position: -283px 0px !important;
  width: 16px;
  height: 17px;
}
.stng-ptns > li > .user-not-follow-btn.following:hover > h4:nth-child(2),
.stng-ptns > li > .user-not-follow-btn.following:hover > h4:nth-child(3) {
  display: none;
}
.stng-ptns > li > .user-not-follow-btn.following:hover > h4:nth-child(4) {
  display: inline-block;
}
/*End-user-not-follow**/

.profile-tabs .nav.nav-tabs li a .display-tab {
  padding: 0;
  border-width: 0;
  font-size: 1em;
  padding-top: 3px;
  display: inline-block;
}
.profile-tabs .nav.nav-tabs li a .display-tab span {
  font-size: 1.1em;
  margin-top: 4px;
}
.profile-tabs .tabdrop-tab .tabdrop a .caret {
  position: absolute;
  top: 25px;
  right: 0;
}
.profile-tabs .tabdrop .dropdown-menu span {
  font-size: 12px;
  display: inline-block;
}
.profile-tabs .nav.nav-tabs li.dropdown.tabdrop ul li.active {
  border-bottom: 1px solid #ebebeb;
  background: #f5f5f5;
}
.profile-tabs .nav.nav-tabs li.dropdown.tabdrop a {
  border-right-width: 0;
}

.eco-note {
  margin-top: 10px;
}

ul.post-count {
  display: inline-block;
  margin-top: 0px;
}

ul.post-count > li {
  border-left: 1px solid #bdbdbd;
  color: #555;
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  padding: 0 5px;
}

ul.post-count > li:first-child {
  /* border-left-width: 0;
    padding-left: 0; */
  margin-left: 4px;
  padding-left: 8px;
}

ul.post-count > li > i {
  color: #a2a2a2;
  font-size: 0.85em;
  margin-right: 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

ul.post-count > li > a.liked,
ul.post-count > li > a.liked:hover,
ul.post-count > li > a.liked span {
  color: #fd5d2a !important;
}

ul.post-count > li > a:hover {
  color: #fd5a27;
}

ul.post-count > li > a {
  color: #555;
}

ul.post-count > li > a > i.like-ico {
  background: rgba(0, 0, 0, 0) url("../../images/ar/sc-sprite.png") no-repeat
    scroll -148px -84px;
  display: inline-block;
  height: 12px;
  width: 14px;
}

ul.post-count > li > a.liked i.like-ico {
  background-position: -184px -84px;
}

ul.post-count > li > a.liked > i {
  color: red;
}

ul.post-count > li > a.liked:hover {
  color: #555;
}

.related-posts-list > li {
  background: #ffffff;
}

.related-posts-list > li:hover {
  background: #f8f8f8;
}

.article-info {
  padding: 5px 10px;
  font-size: 11px;
}

.article-info .article-username {
  width: 50%;
  display: inline-block;
}

.selected_cover {
  border: 4px solid #ddd;
}
.cover_photo {
  display: inline-block;
  height: 100px;
  margin-bottom: 10px;
  width: 100%;
}

.cover_photo:hover {
  border: 1px solid #f35928;
  opacity: 0.7;
}

#change_profile_cover .modal-content {
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
#change_profile_cover .modal-header .close {
  margin-top: -26px;
  margin-right: 5px;
  font-size: 29px;
}
#change_profile_cover .modal-footer {
  border-top: none;
}

#change_profile_cover .modal-footer .btn {
  height: 40px;
  line-height: 26px;
}

#change_profile_cover .modal-header {
  background: #f9f9f9;
  border-bottom-color: #dfdfdf;
  padding: 15px;
  margin-bottom: 30px;
  height: 50px;
}

#change_profile_cover .modal-header h3 {
  color: #1d5884;
}

/*old in sc-user-profile.css*/

.tags-accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin: 15px 0;
}
.tags-accordion-group a .icon-chevron-up {
  background: url("../../images/ar/registration-sprite.png");
  background-position: -54px -11px;
  width: 12px;
  height: 8px;
  position: relative;
  top: 6px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tags-accordion-group a.collapsed .icon-chevron-up {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.tags-accordion-group .accordion-heading a.accordion-toggle {
  display: block;
  padding: 8px 15px;
  color: #000000;
}
.tags-accordion-group .accordion-inner {
  padding: 10px 15px 15px;
  border-top: 1px solid #e5e5e5;
}

.add-blog .tags-main {
  padding: 0 15px;
}
.add-blog .tags-main .tags-icon {
  position: relative;
  top: 6px;
  margin-right: 5px;
  left: 0;
}

.add_article_heading .myblog-btn i.myblog-ico {
  background-position: -206px -162px !important;
  display: inline-block;
  height: 22px;
  margin-left: 3px;
  vertical-align: middle;
  width: 20px;
  background: url(../../images/ar/sc-sprite.png);
}
.add_article_heading .myblog-btn.btn {
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 8px;
  margin-top: 0;
  float: right;
  position: relative;
  top: -8px;
}

.editor_picks_check h3 {
  font-size: 17px;
  margin-top: 30px;
}

@media (min-width: 1200px) {
}
/* Portrait tablet to landscape and desktop */

@media (min-width: 992px) {
  #profile-main-content {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .profile-tabs .nav.nav-tabs li a {
    padding: 10px 25px;
  }
  .profile-tabs {
    padding-left: 215px;
  }
  ul.number-of li a {
    text-align: center;
  }
  .box#user-info {
    /*  background: transparent none repeat scroll 0 0;
    border: 0 none;
    padding: 0;*/
  }
  .listed-action-links.list-unstyled > li {
    display: inline-block;
  }
  .listed-action-links.list-unstyled {
    float: right;
    display: inline-block;
    margin-top: 15px;
  }
  #user-info.box .media {
    display: inline-block;
  }
  #user-info.box .media > .media-left > a.pic {
    /*border:2px solid #7c96ae;*/

    width: 50px;
    height: 50px;
    /*-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
  }
  .box.visible-sm.visible-xs.view-bottom {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 3434;
    left: 0;
  }
  .view-bottom .listed-action-links {
    display: block;
    float: none;
    height: 70px;
    margin: 0 auto;
    width: 70%;
    text-align: center;
  }
  .view-bottom .listed-action-links li {
    height: 100%;
    width: 24%;
    border-right: 1px solid #000;
    height: 70px;
    vertical-align: middle;
  }
  .view-bottom .listed-action-links li:last-child {
    border-right: 0;
  }
  .view-bottom .listed-action-links li > a {
    vertical-align: middle;
    display: block;
    height: 100%;
  }
  .view-bottom .listed-action-links li > a:hover {
    background-color: #fd5d2a;
  }
  .view-bottom .listed-action-links li > a:hover > i {
    mix-blend-mode: hard-light;
  }
  .view-bottom .listed-action-links li > a > i {
    margin-top: 27px;
  }
  .view-bottom .listed-action-links > li > a > i.signals-listed {
    background-position: -293px -120px;
    width: 35px;
    height: 31px;
  }
  .view-bottom .listed-action-links > li > a > i.mypage-listed {
    background-position: 0 -120px;
    width: 32px;
    height: 28px;
  }
  .view-bottom .listed-action-links > li > a > i.add-blog-listed {
    background-position: -35px -120px;
    height: 26px;
    vertical-align: middle;
    width: 30px;
  }
  .view-bottom .listed-action-links > li > a > i.myblogs-listed {
    background-position: -69px -120px;
    height: 28px;
    vertical-align: middle;
    width: 30px;
  }
  .box.visible-xs.mobile-numbers.visible-sm {
    padding: 5px 10px;
  }
  .list-unstyled.number-of {
    display: table;
    width: 100%;
  }
  ul.number-of li {
    border-right: 1px solid #f7f7f7;
    display: table-cell;
    vertical-align: middle;
    width: 20%;
  }
  ul.number-of li:last-child {
    border-right: 0 none;
  }
  ul.number-of li a i.views,
  ul.number-of li a i.score {
    margin-bottom: 11px;
    margin-top: 5px;
  }
  /**scroll-padding**/

  #pad-scroll.pad {
    padding-top: 180px;
  }
  /**End-scroll-padding**/
  /* Landscape phone to portrait tablet */
  /**signals-profile-tab**/
}
@media (max-width: 800px) {
  .profile-tabs .nav.nav-tabs li.dropdown:last-child {
    display: inline-block;
  }
  .profile-tabs .nav.nav-tabs li:nth-child(8),
  .profile-tabs .nav.nav-tabs li:nth-child(9) {
    display: none;
  }
}
/**End-signals-profile-tab**/

@media (max-width: 767px) {
  .profile-tabs .nav.nav-tabs li.dropdown:last-child {
    display: inline-block;
  }
  /**End-signals-profile-tab**/

  .profile-tabs .nav.nav-tabs li.dropdown ul.dropdown-menu {
    left: auto;
    right: 0;
  }
  /**timeline-header**/

  #logo > .box .navbar-brand {
    margin-top: 0px;
  }
  #logo > .box {
    background-color: transparent;
    border: 0 none;
    margin: 0;
    margin-right: -15px;
    margin-left: -15px;
  }
  #logo > .box .navbar-brand img {
    width: 155px;
  }
  /**End-timeline-header**/
  /**scroll-view**/

  #user-cover.scroll {
    width: 100%;
  }
  .box.col-sm-5.col-sm-offset-1.pull-left,
  .box.col-sm-5.col-sm-offset-1.pull-right {
    float: none;
    width: 100%;
  }
  .view-bottom .listed-action-links {
    width: 90%;
  }
  .header-content.scroll {
    top: 44px;
  }
  .account-summary-list {
    height: auto;
  }
  #change_profile_cover .modal-footer .btn {
    width: 100%;
  }
}
.isDisabled {
  pointer-events: none;
}
.social-links-paragraph {
  border-left: 2px solid #c6d9e2;
  display: block;
  line-height: 22px;
  margin-bottom: 20px;
  padding-left: 10px;
}
/* Landscape phones and down */

@media (max-width: 600px) {
  .user-name > h2 {
    color: #2e2e2e;
  }
  .user-name h2 .main-name {
    color: #555 !important;
  }
  .stng-ptns.list-unstyled {
    display: block;
    float: none;
    margin: 0 auto;
    position: initial;
    text-align: center;
  }
  .follow {
  }
  .stng-ptns > li {
    float: none;
  }
  .follow {
    margin-right: -13px;
  }
  .stng-ptns li:nth-child(2) {
    margin-right: -5px;
  }
  .header-content {
    display: block;
    height: auto;
    max-height: inherit;
  }
  .profile-tabs {
    border-top: 1px solid #dedede;
    margin-top: 10px;
    padding-left: 0;
  }
  .user-img {
    left: 50%;
    margin-left: -75px;
    top: -100px;
    height: 150px;
  }
  .image-cover > a {
    height: 200px;
  }
  .user-img > a {
    width: 150px;
    height: 150px;
  }
  .user-img > a > img {
    max-width: 100%;
  }
  .user-name {
    margin-bottom: 10px;
    margin-top: 50px;
    position: initial;
    text-align: center;
    width: 100%;
  }
  /**scroll-view**/

  .scroll .user-img {
    display: none !important;
  }
  .scroll .user-name {
    display: none;
  }
  .scroll .stng-ptns.list-unstyled {
    display: none;
  }
  .scroll .profile-tabs {
    margin: 0;
  }
  /**scroll-view**/
  /* Safari only override */

  ::i-block-chrome,
  .stng-ptns.list-unstyled,
  .user-name {
    position: initial;
  }
  ::i-block-chrome,
  .user-img {
    left: 30%;
  }
  /* End-Safari only override */
  /**scroll-padding**/

  #pad-scroll.pad {
    padding-top: 250px;
  }
  /**End-scroll-padding**/

  .stng-ptns > li > a {
    font-size: 0.95em;
  }
  .stng-ptns > li > .user-not-follow-btn,
  .stng-ptns > li > .user-not-follow-btn:focus {
    font-size: 0.9em;
    width: 142px;
  }
  .stng-ptns > li > .user-not-follow-btn > span {
    width: 35px;
  }
  .stng-ptns > li > .user-not-follow-btn h4 {
    font-size: 1em;
  }
  .stng-ptns > li.not-follow {
    margin-right: 2px;
  }
  .table-trading-explorer table thead th:nth-child(6),
  .table-trading-explorer table thead th:nth-child(7),
  .table-trading-explorer table tbody td:nth-child(6),
  .table-trading-explorer table tbody td:nth-child(7) {
    display: none;
  }
}
@media (max-width: 480px) {
  .profile-tabs .nav.nav-tabs li.dropdown ul li:nth-child(1) {
    display: block;
  }
  .image-cover > a {
    height: 200px;
  }
  .user-img > a {
    width: 150px;
    height: 150px;
  }
  .user-img > a > img {
    max-width: 100%;
  }
  .blog-action.list-unstyled.pull-left {
    display: none;
  }
  .act-actions.list-unstyled > li {
    margin-right: 6px;
  }
  .account-summary {
    padding-top: 30px;
  }
  .account-summary li.return .label {
    right: 50%;
    margin-right: -27px;
    padding: 5px 7px;
    position: absolute;
    top: -9px;
  }
  .account-summary li.drawdown .label {
    margin-left: -36px;
    padding: 5px 7px;
    position: absolute;
    left: 50%;
    top: -9px;
  }
  .account-summary li.return .label:after,
  .account-summary .drawdown .label:after,
  .account-summary li.return .label::before,
  .account-summary .drawdown .label::before {
    top: 100%;
    right: 50%;
    left: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .account-summary li.return .label:after,
  .account-summary li.drawdown .label::after {
    border-color: rgba(136, 183, 213, 0);
    border-width: 7px;
    margin-right: -5px;
  }
  .account-summary li.return .label::before,
  .account-summary li.drawdown .label::before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #f6f5f5;
    border-width: 7px;
    margin-right: -5px;
  }
}
@media only screen and (max-width: 37.5em) {
}
@media (max-width: 768px) {
  .analysis-sec {
    display: block;
  }
  .pad-right-none {
    padding-left: 15px;
  }
  .pad-left-none {
    padding-right: 15px;
  }
  .system-data > li {
    border-bottom: 1px solid #f5f5f5;
    padding: 4px 10px 6px;
  }
  .system-data > li:last-child {
    border-bottom-width: 0;
  }
  .system-summary .system-data > li {
    border-bottom-width: 0;
    display: inline-block;
    margin: 10px 0;
    padding: 0;
    width: 49%;
  }
  .system-summary .system-data > li.tooltip-list {
    display: none;
  }
  .system-summary .system-data > li label {
    border-left-width: 0;
  }
  .analysis header {
    position: static;
  }
  .analysis .tab-main.sec-tab .nav-tabs {
    padding-left: 0;
  }
  .analysis .tab-main.sec-tab .nav-tabs li a:first-child {
    border-left-width: 0;
  }
  .statistics header.main {
    margin-bottom: 10px;
    border-bottom-width: 0;
  }
  .monthly-analysis .nav-tabs {
    margin-top: 0;
    float: none;
    margin-bottom: 15px;
  }
  .trading-activity header,
  .analysis header {
    width: auto;
  }
  .trading-activity table tr td,
  .trading-activity table tr th {
    display: none;
  }
  .open-trades tr td:nth-child(1),
  .open-trades tr td:nth-child(2),
  .open-trades tr td:nth-child(3),
  .open-trades tr td:nth-child(4),
  .open-trades tr td:nth-child(8),
  .open-trades tr th:nth-child(1),
  .open-trades tr th:nth-child(2),
  .open-trades tr th:nth-child(3),
  .open-trades tr th:nth-child(4),
  .open-trades tr th:nth-child(8) {
    display: table-cell;
  }
  .pending tr td:nth-child(2),
  .pending tr td:nth-child(3),
  .pending tr td:nth-child(4),
  .pending tr td:nth-child(5),
  .pending tr th:nth-child(2),
  .pending tr th:nth-child(3),
  .pending tr th:nth-child(4),
  .pending tr th:nth-child(5) {
    display: table-cell;
  }
  .registry tr td:nth-child(2),
  .registry tr td:nth-child(3),
  .registry tr td:nth-child(4),
  .registry tr td:nth-child(11),
  .registry tr th:nth-child(2),
  .registry tr th:nth-child(3),
  .registry tr th:nth-child(4),
  .registry tr th:nth-child(11) {
    display: table-cell;
  }
  .system-summary .system-data {
    text-align: left;
  }
  .box.system-list-box {
    padding: 0;
  }
  #user-info.box.system-list-box .media {
    display: block;
  }
}
.table-trading-explorer {
  padding: 0;
}

@media (max-width: 575px) {
  .add-blog {
    padding: 0;
  }

  .add_article_heading {
    text-align: center;
  }
  .add_article_heading .myblog-btn.btn {
    float: none;
    top: 0;
    margin-top: 15px;
  }
  .tab-main .nav-tabs > li > a {
    font-size: 12.5px;
    padding: 10px;
  }
}
