/*!
 * Custom CSS
 * Created by : Adji Sukmana;
 * email : adji.sukmana@gmail.com;
 */

.h-inner .hi-logo a {
    display: flex;
    display: -moz-box;
}

.hi-logo img {
    width: 35px;
    float: left;
}



.s-profile > .sp-profile {
  display: block;
  height: 129px;
  margin-bottom: 5px;
  width: 100%;
  /*background: url(../../img/profile-menu.png) no-repeat left top;*/
  background: url('../../../../custom/images/banner/amikom.jpg');
  background-size: 100%;
}

.s-profile > .sp-profile .sp-pic {
  padding: 12px;
}

.s-profile > .sp-profile .sp-pic > img {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.14);
  box-sizing: content-box;
}

.s-profile > .sp-profile .sp-info {
  background: rgba(0, 0, 0, 0.37);
  padding: 7px 14px;
  color: #fff;
  margin-top: 20px;
  position: relative;
}

.s-profile > .sp-profile .sp-info > i {
  font-size: 19px;
  line-height: 100%;
  position: absolute;
  right: 15px;
  top: 7px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}




.s-profile>.sp-profile .sp-pic>img {
    width: 100px;
    height: 110px;
    border-radius: 0%;
}

.s-profile .btn{
    border-radius: 0px;
}

.s-profile .sp-profile {
    cursor: default;
}

.s-profile .s-name {
    color: white;
    text-transform: uppercase;
    cursor: default;
    pointer-events: none;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;    
    border-radius: 2px;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(0,0,0,.37);
}

.s-profile>.sp-profile {
    background: url('../images/banner/amikom.jpg');
    background-position: 79% -6%;
    height: 185px;
    background-size: 178%;
}





.bgm-amikom {
  background-color: #8681e0 !important;
}


[data-ma-theme="amikom"] {
  background-color: #622398;
}

.btn-logout {
    margin: 3px;
}
