.largePostTitle * {
    float: left;
}

.largePostTitle strong {
    font-size: 16px;
    text-align: center;
    display: block;
    float: none;
}

.largePostTitle {
    overflow: hidden;
}

.albumPictureWrapper img {
    /*width: 21%;*/
}
div.rating-cancel {
    display: none !important;
}
/*
#picturebits td.smallfont a img {
    width: 22%;
}*/

.vbpmal_info_forums_post_count {
	margin-bottom: 1em;
}
.vbpmal_info_forums_post_count span{
	padding: 4px;
	background-color: #ccc;
	display: inline-block;
}

label.search-icons-and-or {
	display: block;
	padding: 2px;
}
.search-icons-and-or input[type="radio"] {
	margin-top: -1px;
	margin-bottom: 0;
	vertical-align: middle;
}
div.adminPopupControl > img {
	display: none;
}

.adminToolsPopup tr.loading {
	text-align: center;
}
.adminToolsPopup tr.result {
	display: none;
}

.adminToolsPopup .adminPlaceholder {
	display: none;
}

.adminToolsPopup .instantNotification {
	font-weight: bold;
}

.admin-only-block {
	padding: 5px;
}
.admin-only-block-inner {
	border: 1px solid #aaa;
	padding: 10px;
}
.admin-only-block, .admin-only-block a, .admin-only-block a:visited, .admin-only-block a:link {
	color: #666;
}

.vbpmal-ticket-info {
	font-size: 11px;
	border: 1px solid rgba(128,128,128, 0.3);
	background-color: rgba(180,180,180, 0.2);
	color: #666;
	padding: 5px;
	font-weight: bold; 
}
tr.threadbit .vbpmal-ticket-info {
	margin: 5px 10px;
}
.row.threadbit .vbpmal-ticket-info {
	float: left;
}

.usernote-priority-toggle-link {
	float: left;
	cursor: pointer;
}
.usernote-priority-toggle-link.normal-priority {
	opacity: 0.3;
}
.usernote-low-priority *[id^="td_post_"]{
	opacity: 0.4;
}

[id^='thread_prefix'] {
	cursor: default;
}

.vbpmal-infractionbit-link, .vbpmal-infractionbit-link img {
	vertical-align: middle;
}

.vbpmal-usergroupchoice-field > table {
    width: 100%;
}

.vbpmal-usergroupchoice-options label {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.vbpmal-usergroupchoice-options .option-part {
    vertical-align: middle;
    flex-grow: 0;
}
.vbpmal-usergroupchoice-options .option-icon {
    width: 50px;
    flex-basis: auto;
    flex-shrink: 0;
}
.vbpmal-usergroupchoice-options .option-text {
    flex-grow: 1;
    padding: 4px;
    padding-left: 10px;
    font-size: 120%
}
.admin-options .disabled {
	color: #888;
}

.vbpmal-ticket-fee-info {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 8px;
	border: 1px solid #333;
}

.admin-ticket-links {
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
#vbpmal-profileblock-usergroups {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#vbpmal-profileblock-usergroups.expanded {
	white-space: initial;
	overflow: initial;
	text-overflow: initial;
}
#vbpmal-profileblock-usergroups .vbpmal-primarygroup {
	font-style: italic;
	font-weight: bold;
}

.vbpmal-edit-post-warning {
	border: 2px solid red;
	padding: 10px;
	background-color: #ffccaa;
}
.warning-heading {
	font-weight: bold;
}

body.editpost .form-deletepost {
	display: none;
}
body.editpost.delete .form-deletepost, body.editpost.with-delete .form-deletepost {
	display: block;
}
body.editpost.delete .form-editpost {
	display: none;
}

.vbpmal-spam-info {
    margin-bottom: 10px;
    background-color: #ffdddd;
    border: 2px solid #aa0000;
}
.vbpmal-spam-header, .vbpmal-spam-details {
    padding: 6px;
}
.vbpmal-spam-header {
    font-weight: bold;
    font-size: 120%;
    border-bottom: 1px solid #aa0000;
}
.usernotes-wrapper {
	height: 280px;
	overflow-y: auto;
	resize: vertical;
	border: 1px solid grey;
	opacity: 0.7;
}
.usernotes-wrapper.many {
	height: 350px;
}
.vbpmal-collapse-deleted {
	text-align: right;
}
.vbpmal-deleteblog-header {
	border: 1px solid red;
	padding: 8px 4px;
	background-color: #ffdcdc;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.vbpmal-deleteblog-details {
	font-size: 14px !important;
}
.vbpmal-deleteblog-buttons {
	text-align: center;
}
.vbpmal-deleteblog-header::before /*, .vbpmal-deleteblog-header::after*/ {
	content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/images/icons/warning-24x24.png);
}
.vbpmal-deleteblog-header::before {
	float: left;
}
/*.vbpmal-deleteblog-header::after {
	float: left;
}*/

.vbpmal-deleteblog-button {
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
}