.no-results-found{

    color:grey;
    text-align:center;
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
    height:50%;
    float:left;
}

.btn.selected {
    outline: thin solid #52AFFF;
    outline-offset: -2px;
    background-color: #e6e6e6;
}

.data_template{
   padding-bottom:30px;

}


.well-sm{
    overflow:auto;

}


.well-sm .btn-grp .btn-sm{
   font-size:15px;
   color:#2F6FB8;

}

#projectSearch{
  height:31px;

}

.data_template .item {

  margin-bottom:-10px;
  margin-top:-10px;
}

.trial{
/*  height:70px;
  margin-bottom:20px;*/

}

.trial .project_media{
  float:left;
  width:100%;
}


.trial .project_img{
  height:105px;

}

.trial .project_description{
   height:105px;
}

.trial .project_body{
   height:105px;
   width:70%;
   float:left;
    border-right: 2px solid orange;
   overflow:auto;
   padding:0px;
}

.trial .project_body p{
  padding-left:6px;

}


.trial .project_link{
  padding-top:30px;
  overflow:auto;
  height:105px;
  width:30%;
  border-top:none;
}

.trial .project_body .media-heading{
   padding-bottom: 2px;
   text-align:center;
      border-bottom: 1px solid orange;
}

.trial .project_img .img-res{
   width:50px;
   height:100%;
   box-shadow: 0px 0px 8px #888;

}



.icon .project_media{
 width:100%;

}


.icon .project_img{
  height:120px;

}

.icon .project_body{
  padding:5px;
  height:67px;
  width:100%

}

.icon .project_img .img-res{
    width:40px;
    height:100%;
    box-shadow: 0px 0px 8px #888;

}


.icon .project_description{
   height:120px;
}




.icon .project_body p{
   display:none;

}
.icon .project_body .media-heading{
   overflow:none;
   font-size: 12px;
}


.icon .project_link
{
   padding-top:10px;
}

