/*GENERAL*/
.profileController {
  /*tab_profile*/
}
.profileController .col-md-9 {
  overflow: hidden;
}
.profileController .bmd-form-input-cf {
  margin-bottom: 35px;
}
.profileController .bg-table-profile {
  background-color: #004a78;
  color: #fff;
  padding-top: 30px;
  margin-right: -15px;
}
.profileController .bg-table-profile .list-tab-cf {
  border-bottom: 0;
  display: block;
  text-align: center;
}
.profileController .bg-table-profile .list-tab-cf .active {
  border-color: #2196f3;
  color: #2196f3 !important;
}
.profileController .bg-table-profile .list-tab-cf .list-group-item {
  padding: 0.75rem 0.55rem;
  font-size: 13px;
  margin-right: -4px;
  color: #fff;
}
.profileController .bg-table-profile .list-tab-cf .list-group-item:hover {
  border-radius: 0;
  border-color: #2196f3;
  color: #2196f3;
}
.profileController .bg-table-profile .box-img-info-profile {
  margin-bottom: 20px;
}
.profileController .bg-table-profile .box-img-info-profile .box-only-img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.profileController .bg-table-profile .box-img-info-profile h1 {
  font-family: 'Roboto Slab', serif;
}
.profileController .bg-table-profile .box-img-info-profile p {
  color: #ddd;
}
.profileController .box-cf-form {
  border: 0;
  max-width: 85%;
  margin-top: 35px;
  padding: 60px 45px 1px 45px	;
  text-align: left;
}
.profileController .box-cf-form .box-header {
  padding: 25px 10px;
  border-bottom: 1px solid #ddd;
  margin-left: -10px;
  margin-right: -10px;
  background-color: #384c56;
}
.profileController .box-cf-form .box-header h2 {
  color: #fff;
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
  text-transform: uppercase;
}
.profileController .box-cf-form .help {
  padding: 10px 0;
  color: #999;
  font-size: 13px;
}
.profileController .form-check {
  margin-top: 25px;
}
.profileController .box-cf-submit {
  max-width: 90%;
  margin: 0px auto;
}
.profileController .box-cf-submit .btn-cf {
  border: 0;
  padding: 0.7rem 0.75rem;
  width: 100%;
  margin-top: 15px;
}
.profileController .menu-mobile-tab-cf {
  margin: 0 20px;
  text-align: center;
  max-width: 610px;
  padding: 0;
}
.profileController .menu-mobile-tab-cf .btn-group {
  width: 100%;
}
.profileController .menu-mobile-tab-cf .btn-group .btn {
  width: 100%;
  padding: 10px;
}
.profileController .menu-mobile-tab-cf .btn-group .dropdown-menu {
  width: 100%;
}
/*SEARCH WALL*/
.icon-mail-outline {
  background-image: url(../img/icon-mail-outline.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.wall .box-messenger {
  border-radius: 3px;
  border-bottom: 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px 2px rgba(233, 233, 233, 0.5);
  margin-top: 20px;
  padding: 20px;
  width: 100%;
}
.wall .box-messenger .bmd-form-input-cf {
  padding-top: 0;
}
.wall .box-messenger .box-textarea textarea {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #1976a8;
  margin: 10px;
}
.wall .box-messenger .box-cf-photo img {
  width: 45px;
  height: 45px;
  margin: 20px;
}
.wall .box-messenger .list-detail-messenger {
  padding: 7px 15px;
}
.wall .box-messenger .list-detail-messenger ul {
  padding-left: 0;
  margin: 10px;
}
.wall .box-messenger .list-detail-messenger ul li {
  list-style: none;
}
.wall .box-messenger .list-detail-messenger ul .list-name {
  color: #666666;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 12px;
}
.wall .box-messenger .list-detail-messenger ul .list-name .bullet-cf {
  height: 22px;
  width: 22px;
  background-color: #1976a8;
  color: #fff;
  font-size: 13px;
  border-radius: 15px;
  text-align: center;
  padding: 3px;
  margin-right: 3px;
}
.wall .box-messenger .list-detail-messenger ul .list-date {
  color: #B4B4B4;
  font-size: 16px;
  line-height: 21px;
}
.wall .box-messenger .list-detail-messenger ul .list-paragraph p {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
.wall .box-messenger .list-detail-messenger ul .list-link a {
  font-size: 15px;
  margin-left: 10px;
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.2s;
}
.wall .box-messenger .list-detail-messenger ul .list-link a:hover {
  opacity: 1;
}
.wall .box-messenger .other-comment {
  background-color: #fff;
  position: relative;
}
.wall .box-messenger .other-comment .stick-vertical-first {
  position: absolute;
  border: 1px dashed #ddd;
  top: 68px;
  left: 56px;
  bottom: -36px;
}
.wall .box-messenger .your-comment {
  padding-left: 60px;
  position: relative;
}
.wall .box-messenger .your-comment .col-photo {
  position: relative;
}
.wall .box-messenger .your-comment .col-photo .stick-vertical-join {
  position: absolute;
  left: 11px;
  top: 38px;
  bottom: -37px;
  border: 1px dashed #ddd;
}
.wall .box-messenger .your-comment .col-photo .stick-horizontal {
  position: absolute;
  border: 1px dashed #ddd;
  left: 11px;
  right: 39px;
  top: 36px;
}
.wall .box-messenger-not-viewed {
  background-color: #EFF9FD;
}
/* MEDIA QUERIES
==================	*/
@media (max-width: 992px) {
  .vertical-line {
    border: 0;
  }
  .bg-table-profile {
    margin-right: 0!important;
  }
  .bg-table-profile .box-img-info-profile {
    margin-bottom: 0!important;
    text-align: center;
  }
  .bg-table-profile .box-img-info-profile .box-only-img {
    display: block!important;
  }
}
