/**
 *frontend-external.css   前端外部样式
 * 
 */


/*banner*/
.banner-img{
	margin-bottom:25px;
}

.banner-img .carousel-control{
    display: none;
	line-height: 425px;
    font-size: 80px;
}

.navbar{
     margin-bottom:0px;
     border: 0px solid transparent;
 }
/*文章样式*/
.box-title{
    color:#333;
    font-size: 18px;
    border-bottom: 2px solid #cbcbcb;
    padding-bottom: 5px;
}

.panel-body{
	padding:15px 0 5px;
}


/*标签样式tags */
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    cursor: text;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #2b542c;
    outline: 0 none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #5cb85c;
	color:#fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color:#fff;
}

/**
 * 留言板css
 */
.border-bottom {
    border-bottom: 1px solid #ccc;
}

.panel-body .media-feed {
    font-size: 12px;
    line-height: 1.5em;
}

.panel-body .media-feed .media .media-object {
    width: 40px;
    height: 40px;
    padding: 1px;
    border: #ddd solid 1px;
}

.panel-body .media-feed .media-action {
    margin-top: 5px;
}

.panel-body {
	padding-left:0px;
	padding-right:0px;
}

.feed .panel-body {
	padding-bottom:0px;
}
.btn-feed {
	height:50px;
	border-radius:0px;
}

.form-group textarea {
    height: 50px;
    resize: none;
    font-size: 12px;
}

.panel-body .media-feed {
    height: 360px;
    position: relative;
	word-break: break-all;
	overflow:auto;
}

.panel-body ul {
    padding: 0;
    margin: 0;

}




