@charset "utf-8";

/* 
@名称: 机构管理后台
*/
.suspension-container {
    position: relative;
}
.active-panel-header, .active-panel-padding {
    padding-top: 7px;
    padding-bottom: 7px;
}
.listing .media-photo-block-lg {
    display: block;
    height: 185px;
}
.listing .btn__first-btn {
    margin-right: 10px;
}
.listing .btn__second-btn {
    margin-right: 10px;
}
.icon-remove-listing {
	cursor: pointer;
	position: absolute;
	right: 20px;
}
.icon-remove-listing:before {
	display: inline-block;
	content: '';
	width: 13px;
	height: 13px;
	background: url('../../img/school/icon-project-close.png') no-repeat;
	background-size: 100%;
}
.progress-bar__lean {
    height: 5px;
}
.progress-bar__babu {
    background-color: #00a699;
}


