#background_wrap { background-image: none !important; }

.toolbar, ._toolbar {
	/* border-bottom: 1px solid #333; */
	background-color: #EEE;
	margin-bottom: 20px;
}
._toolbar { padding: 5px; }

.item {
	float: left;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding: 2px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: all 1s;
	text-align: center;
}
	.item:hover {
		background-color: #aaa;
	}
	.item img {
		max-width: 100%;
		max-height: 100%;
	}
.plugin {
	width: 1000px;
	margin: 30px auto;
}

.plugin .editor {
	width: 740px;
	margin: auto;
	float: left;
}
.plugin .sidebar {
	width: 252px;
	margin-left: 750px;
	box-sizing: border-box;
}

.right { float: right; }
.left { float: left; }

.card2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    box-sizing: border-box;
    width: 252px;
}
.card-header2, .panel-heading.card-header2 {
	padding: 0 10px;
	background-color: #eee;
}
.panel-group .panel+.panel {margin-top: 0 !important; }

.panel-content { 
	padding: 10px;
}

.field {
	width: 150px;
	height: 150px;
	cursor: pointer;
	border: 5px solid #218838;
	border-radius: 50%;
	background-position: center center;
	background-size: cover;
	background-color: #eee;
	transition: all 1s;
	margin: auto;
}
	.field.st-3d { background-image: url('/dribblo_association_football/static/src/img/draw/field_3d.png'); }
	.field.st-2d { background-image: url('/dribblo_association_football/static/src/img/draw/field.jpg'); }
	.field.st-half { background-image: url('/dribblo_association_football/static/src/img/draw/half_field.jpg'); }
	.field.st-empty { background-image: url('/dribblo_association_football/static/src/img/draw/empty_field.jpg'); }

.item-box, .item-box-btn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #f5f5f5;
	margin: 0 5px;
	border: 3px solid #eee;
	cursor: pointer;
	text-align: center;
}
	.item-box > i, .item-box-btn > a > i {
		font-size: 33px;
		color: #000;
		margin-top: 10px;
	}

.panel-box {
    border: 1px solid #eee;
	display: none;
}
	.panel-box:first-child {
		display: block;
	}