@charset "utf-8";

/* 
@名称: 家长课程
*/
.panel-card-lg-section {
    border: 1px solid #000000;
    border: 1px solid rgba(0,0,0,0.1);
    border-right: 0;
    padding: 20px;
    height: 214px;
}
.service-lg-img {
    overflow: hidden;
    height: 214px;
}
.service-img-container {
    z-index: 0;
    background: #fff;
}
.img-profile-main {
    min-height: 100%;
}
.header-icon.icon-edit-alt-gray {
    background-repeat: no-repeat;
    background-image: url(../../img/user/icon-course-edit.jpg);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    top: 1px;
}
.header-icon.icon-money-alt-gray {
	background-repeat: no-repeat;
	background-image: url(../../img/user/icon-course-money.png);
    -webkit-background-size: 10.5px 11.5px;
    -moz-background-size: 10.5px 11.5px;
    -o-background-size: 10.5px 11.5px;
    background-size: 10.5px 11.5px;
    width: 10.5px;
    height: 11.5px;
}
.alert-count.fade.in {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.listing-count {
    left: 14px;
}
.alert-count.fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.alert-count {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 13px;
    padding: 0 3px;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    background: #000;
}
.summary-card__host-profile-photo-src {
    height: 60px;
    width: 60px;
}
.media-photo-position {
	width: 80px;
	height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.media-photo-position .name {
	color: #fff;
	font-weight: bold;
	text-align: center;
    margin: 4px 0;
    max-width: 60px;
}

