.dpsAdminBookAudioLink, .dpsAdminBookAudioSetDefaultLink, .dpsAdminBookAudioNoSoundLink {
	display: none;
	width: auto !important;
}
.dpsAdminBookParamsShowListTbl td, .dpsAdminBookParamsShowListTbl th {
	padding: 4px 5px !important;
}
.gmpShortCodePhpCodePreviewOnBookPage {
	display: inline-flex;
	margin-top: 10px;
	padding: 0px;
	font-size: 15px;
}
.gmpShortCodePhpCodePreviewOnBookPage > span {
	padding-top: 8px;
}
.gmpShortCodePhpCodePreviewOnBookPage .gmpShortCodePreview,
.gmpShortCodePhpCodePreviewOnBookPage .gmpPhpCodePreview {
	margin-left: 10px;
}
.gmpShortCodePhpCodePreviewOnBookPage .gmpShortCodePreview span,
.gmpShortCodePhpCodePreviewOnBookPage .gmpPhpCodePreview span {
	line-height: 1.5;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	font-size: 15px;
}
.dpsAdminCreateBatchPagesFromImagesMsg {
	line-height: 35px;
	vertical-align: middle;
}
/*Display labels and inputs in one line*/
.form-wrap #addtag label {
	display: inline;
	font-size: 1.1em;
}
#addtag .form-field {
	margin: 0px;
	padding: 5px 0px;
}
.dpsBookAddPagesSubmitShell {
	display: none;
}
#dpsAdminBookAddBatchFromImagesTbl .dpsTemplateImg,
#dpsAdminBookAddBatchFromServerDirTbl .dpsTemplateImg {
	width: 100%;
	max-width: 226px;
	height: auto;
	/*max-height: 230px;*/
}
.dpsBatchSortDirIcon {
	margin-top: 3px;
}
/*Toolbar selection*/
.swrAdminBookToolbarSelectItem:focus {
	box-shadow: none;
}
.swrAdminBookToolbarSelectItem img {
	padding: 10px;
	margin-bottom: 10px;
}
.swrAdminBookToolbarSelectItem img:hover {
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.swrAdminBookToolbarSelectItem.dpsActive img {
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6); 
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}
.form-field span .wp-color-result {
	margin: 0px;
	vertical-align: middle;
}