.rp
{
color:#fff;
background-color: #d9494e;
}
.mtm {
  margin-top: 5px;
}

    .MyCard {
      margin-top: -20px;
      background-color: #c2bcaf !important;
    }
    .MyCard-header{
      padding-top: 10px;
      border-radius: 15px 15px 0 0 !important;
      border-bottom: 0 !important;
    }
   .card-footer{
    border-radius: 0 0 15px 15px !important;
      border-top: 0 !important;
  }
    .search{
      border-radius: 15px 0 0 15px !important;
      background-color: rgba(0,0,0,0.3) !important;
      border:0 !important;
      color: white;
    }
    .search:focus{
         box-shadow:none !important;
         outline:0px !important;
         color: white;
    }
    .search_btn{
      border-radius: 0 15px 15px 0 !important;
      background-color: rgba(0,0,0,0.3) !important;
      border:0 !important;
      color: white !important;
      cursor: pointer;
    }

    .MyCard input::-webkit-input-placeholder {
    color: white !important;
    }

    .MyCard input:-moz-placeholder { /* Firefox 18- */
    color: white !important;
    }

    .MyCard input::-moz-placeholder {  /* Firefox 19+ */
    color: white !important;
    }

    .MyCard input:-ms-input-placeholder {
    color: white !important;
    }

  .active{
      background-color: rgba(0,0,0,0.3);
  }
  .online_icon{
    position: absolute;
    height: 15px;
    width:15px;
    background-color: #4cd137;
    border-radius: 50%;
    bottom: 0.2em;
    right: -3px;
    border:1.5px solid white;
  }
  .offline{
    background-color: #c23616 !important;
  }
  .video_cam{
    margin-left: 50px;
    margin-top: 5px;
  }
  .video_cam span{
    color: white;
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
  }

.MyPanel {
background-color: #d9494e;
    color: black;
    height:48px;
    display: block;
    padding: 12px;
}
.MyPanel > img {
   margin:-12px 0 0 -12px;
}

.MyPanel > ul
{
  list-style: none;
  margin:-48px 0 0 5px;
  color:#000;
  line-height: 22px;
}
.user_img {
    width: 52px;
    height: 52px;
    margin-right: 5px;
    margin-top: 10px;
    border: 1.5px solid #837f79;
}

.custab{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 2% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
    }
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
    }
.thead-inverse{
  background-color:#26a69a;
}

.photo-inner {
    background: rgba(0, 0, 0, 0) url("http://marketdecides.com/images/photo-frame.png") no-repeat scroll 0 0;
    float: left;
    margin: 10px 0px 0;
    padding: 15px 0px 0 12px;
    height: 95px;
    width: 90px;

}
.photo-inner img {
  width:67px;
  height:67px;
}
.bt {
  font-size: 16px;
  color:#9ea5a6;
  margin: 10px 0;
  line-height: 20px;
}

h5 {
    margin: 0;
    padding: 0;
    padding-top:5px;
}

.personal-info {
    float: left;
    margin-left: -15px;
    padding: 20px 0 0 20px;
    width: 100%;
}
.personal-info li {
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
}
.personal-info li label {
    color: #000;
    float: left;
    font-weight: 600;
    padding: 4px 7px;
    width: 32%;

border-radius: 3px !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #000;
    background-color: #c5c5c5;
}
.personal-info li span {
    color: #000;
    float: right;
    font-weight: 300;
    padding-top: 4px;

}
.personal-info {
    background: rgba(0, 0, 0, 0) url("http://marketdecides.com/images/personal-info-sep.png") no-repeat scroll left top;
}

/*==========  Mobile First Method
  Min-Width: Refers to everything greater than or equal to the amount given.
==========*/
@media (min-width : 320px){
  .lp {
    width: 79.2%;
    margin: 5px 0 0px 20px;
    font-size: 14px;
    line-height: 16px;
    text-decoration-style: none;
  }
  .user_img {
      margin-top: 7px;
  }

  .mrp {
    width: 10%;
    font-size: 0.5rem;
    }
}


/* Extra Small Devices, Phones */
@media  (min-width : 480px){

}

@media (min-width: 576px) {
  .contacts_card{
    margin-bottom: 15px !important;
  }

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
  .lp {
      width: 88.2%;
      font-size: 18px;
      margin-top: 0px;
      line-height: 24px;
      }
.user_img {
    margin-top: 10px;
}

  .mrp {
    width: 6%;
    font-size: 0.9rem;
    }


}

@media (min-width: 1200px) {

  }

