/*
	Admin CSS
*/
.cB { clear: both; }

.dashicons-event:before { content: "\f492"; }
.dashicons-artist:before { content: "\f127"; }
.dashicons-venue:before { content: "\f102"; }
.dashicons-issue:before { content: "\f330"; }
.dashicons-article:before { content: "\f497"; }

.offbeat_row { margin-bottom: 5px; }
.offbeat_label { float: left; width: 150px; text-align: right; margin-right: 5px; padding-top: 4px; }
.offbeat_value { float: left; }
.offbeat_value input[type="text"] { width: 400px; }

.valid { color: #008800; font-family: dashicons; font-size: 20px; }
.valid:before { content: "\f147"; }
.invalid { color: #880000; font-family: dashicons; font-size: 20px; }
.invalid:before{ content: "\f158"; }

#eventArtistAssignTable td { background: #1075a0; color: #ffffff; padding: 5px 10px; }
#eventArtistAssignTable td a { color: #ffffff; font-weight: bold; cursor: pointer;}
#eventArtistAssignTable td.hidden { background: none; }

.metabox-holder .postbox-container .empty-container { border: 0px; }