.tab-content
{
  background :#fff;
}

.bordered-content
{
  border: 1px solid #eee;
  background: #ffffff;
}

.label_user_completed
{
  background: transparent;
  color: #cccccc;
}

.label_user_count
{
  background: transparent;
  color: #cccccc;
}

.round-image
{
    border-radius: 50% !important;
    box-shadow: 0 0 2px #cccccc;
    margin: 10px;
    width: 330px;
}

.profile_pic
{
  border: 2px #48b2d9 solid;
  padding: 1px;
  margin: 0px;
}

.errormessage
{
  color: #EE9393;
  display: block;
  font-size: 11px;
  font-style: normal;
  line-height: 15px;
  margin-top: 6px;
  padding: 0 1px;
  font-weight: normal;
}

.longer
{
  width: 250px;
}


/*
.invalid
{
  background: none repeat scroll 0 0 #FFF0F0;
  border: 1px #be3636 solid;
}
*/

.img-scale
{
  height: 100%; 
  width: 100%; 
  object-fit: contain;
}