#lawbrary h1.is-bottom-spacer,
#lawbrary h2.is-bottom-spacer
{
	padding-bottom: 12px;
}

#lawbrary .is-search-input
{
	width: calc(100% - 37px);
	float: left;
	border-radius: 15px;
	/*margin-top: 0px;*/
	/*display: inline-block;*/
}

#lawbrary .is-tool
{
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: 50px 50px;
	float: left;
	/*display: inline-block;*/
	margin: 0 5px 0 5px;
	background-image: url('./image/lawbrary-grid.png');
	background-color: transparent;
}

#lawbrary .is-tool.is-category
{
	background-position: 0px 0px;
}

#lawbrary .is-tool.is-category.is-clicked
{
	background-position: 0px -50px;
}

#lawbrary .is-tool.is-search
{
	background-position: -50px 0px;
}

#lawbrary .is-tool.is-excel
{
	background-position: -400px 0px;
}

#lawbrary .is-tool.is-search.is-clicked
{
	background-position: -50px -50px;
}

#lawbrary .is-tool.is-my
{
	background-position: -100px 0px;
}

#lawbrary .is-tool.is-my.is-clicked
{
	background-position: -100px -50px;
}

#lawbrary .is-tool.is-sort,
#lawbrary .is-tool.is-sort.caption-asc,
#lawbrary .is-tool.is-sort.date-asc,
#lawbrary .is-tool.is-sort.created-asc,
#lawbrary .is-tool.is-sort.court-asc,
#lawbrary .is-tool.is-sort.docket-asc,
#lawbrary .is-tool.is-sort.court-docket-asc
{
	background-position: -350px 0px;
}

#lawbrary .is-tool.is-sort.caption-desc,
#lawbrary .is-tool.is-sort.date-desc,
#lawbrary .is-tool.is-sort.created-desc,
#lawbrary .is-tool.is-sort.court-desc,
#lawbrary .is-tool.is-sort.docket-desc,
#lawbrary .is-tool.is-sort.court-docket-desc
{
	background-position: -350px -50px;
}

#lawbrary .is-tool.is-add
{
	background-position: -250px 0px;
}

#lawbrary .is-tool.is-edit
{
	background-position: -300px 0px;
}

#lawbrary .is-huge-button
{
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 20px 20px 0;
	border-radius: 6px;
	position: relative;
	border: solid 1px black;
	/*background: white;*/
}

#lawbrary .is-huge-button:before
{
	width: 50px;
	height: 50px;
	background-image: url('./image/lawbrary-grid.png');
	background-repeat: no-repeat;
	display: block;
	margin: 30px 49px;
	/*margin: 0px 49px 38px 49px;*/
	content: '';
	background-position: 50px 50px;
}

#lawbrary .is-huge-button p
{
	font-size: 14px;
	line-height: 1.2em;
	width: 148px;
	max-height: 48px;
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 2px 9px 0 9px;
	margin-bottom: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: black;
}

#lawbrary .is-huge-button p.is-counter
{
	padding: 4px 0 0 2px;
	width: 24px;
	height: 24px;
	right: 0;
	top: 0;
	border-radius: 12px;
	color: white;
	background-color: #e30613;
	margin: 9px -9px 0 0;
}

#lawbrary .is-huge-button.is-category:before
{
	background-position: 0px -300px;
}

#lawbrary .is-huge-button.is-category-back:before
{
	background-position: -50px -300px;
}

#lawbrary .is-entrylist .is-list-entry:before
{
	margin: 0 9px 0 0;
	content: '';
	width: 36px;
	height: 36px;
	background-image: url('./image/lawbrary-grid.png');
	background-repeat: no-repeat;
	float: left;
	background-position: -50px -200px;
}

#lawbrary .is-entrylist .is-list-entry.is-bookmarked:before
{
	background-position: -50px -250px;
}

#lawbrary .is-image-preview
{
	width: 100%;
	border: solid 1px silver;
}

#lawbrary .is-embed-preview
{
	width: 100%;
	height: 500px;
}

#lawbrary .is-pdf-preview div,
#lawbrary .is-doc-preview div,
#lawbrary .is-xls-preview div
{
	height: 60px;
	width: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 1px solid silver;
	border-radius: 6px;
	margin: 0 6px 6px 0;
	display: inline-block;
	/*float:left;*/
}

#lawbrary .is-pdf-preview div:after,
#lawbrary .is-doc-preview div:after,
#lawbrary .is-xls-preview div:after
{
	content: '';
	float: left;
	height: 58px;
	width: 58px;
	background-image: url(./image/photoupload-grid.png);
	background-repeat: no-repeat;
	border-radius: 6px;
}

#lawbrary .is-pdf-preview div:after
{
	background-position: -200px -420px;
}

#lawbrary .is-doc-preview div:after
{
	background-position: -50px -420px;
}

#lawbrary .is-xls-preview div:after
{
	background-position: -125px -420px;
}

#lawbrary .is-category-tree
{
	padding-left: 30px;
	border-left: 1px solid silver;
	/*margin-bottom: 15px;*/
}

#lawbrary div.is-category-tree.is-first
{
	padding-left: 0px;
	border-left: 0px;
}

#lawbrary .is-category-area
{
	display: inline-block;
}

#lawbrary .is-category-button
{
	font-size: 14px;
	color: #005681;
	border-color: #005681;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	margin: 4px 0 0 0;
	border-radius: 14px;
	cursor: default;
	white-space: nowrap;
	line-height: 15px;
	padding: 5px 14px 5px 14px;
	display: inline-block;
}

#lawbrary .is-category-button.is-current
{
	background-color: #ffffcc;
}

#lawbrary .is-drop-target
{
	height: 4px;
}

#lawbrary .is-sub-wrapper
{
	padding: 2px 0 0 40px;
}

#lawbrary .is-drop-target.is-droppable
{
	border-bottom: 2px solid #005681;
	margin-bottom: 2px;
}

#lawbrary .is-dragged
{
	opacity: .4;
}

#lawbrary .is-light-button.is-new
{
	font-size: 28px;
	color: silver;
	border-color: silver;
}

#lawbrary .is-light-button.is-new:hover
{
	color: #005681;
	border-color: #005681;
}

#lawbrary .is-pen:after
{
	top: 3px;
	margin: 0 0 0 10px;
	content: '';
	width: 14px;
	height: 14px;
	background-image: url('./image/app-grid.png');
	background-repeat: no-repeat;
	position: relative;
	display: none;
	background-position: -100px 0px; /* blank */
}

#lawbrary .is-category-area:hover .is-pen:after
{
	display: inline-block;
}

#lawbrary .is-trash:after
{
	top: 3px;
	margin: 0 0 0 10px;
	content: '';
	width: 14px;
	width: 25px;
	height: 14px;
	background-image: url('./image/app-grid.png');
	background-repeat: no-repeat;
	position: relative;
	display: none;
	background-position: -250px 0px; /* blank */
}

#lawbrary .is-type-filter
{
	display: inline-block;
	border: 1px solid silver;
	margin: 0 9px 9px 0;
	padding: 5px 11px 6px 11px;
	border-radius: 3px;
}

#lawbrary .is-category-area:hover .is-trash:after
{
	display: inline-block;
}

#lawbrary .is-import-progress div
{
	height: 9px;
	background-color: gainsboro;
}

#lawbrary .is-import-progress div div
{
	height: 9px;
	background-color: black;
}

#lawbrary .sun-editor .se-container
{
	height: auto;
}

/******************************************************************************/
#lawbrary .is-content-preview-box
{
	/*border: solid 1px silver;*/
	/*padding: 19px 19px 19px 19px;*/
	/*margin: 5px 0 0 0;*/
}

#lawbrary .is-content-preview-box.is-editor-view
{
	border: solid 1px silver;
	padding: 19px 19px 19px 19px;
	margin: 5px 0 0 0;
}

#lawbrary .sun-editor-editable
{
	padding: 0;
}

#lawbrary .is-editor-view .sun-editor-editable
{
	padding: 16px;
}

/******************************************************************************/
/*imorted from old autorechtaktuell*/

#lawbrary .is-content-preview-box .text,
#lawbrary .sun-editor-editable .text
{
	font-size: 15px;
	text-align: justify;
}

#lawbrary .is-content-preview-box .text-n-bold,
#lawbrary .sun-editor-editable .text-n-bold
{
	font-size: 15px;
	text-align: justify;
	font-weight: normal;
}

#lawbrary .is-content-preview-box .text-button,
#lawbrary .sun-editor-editable .text-button
{
	font-size: 25px;
	line-height: 28px;
}

#lawbrary .is-content-preview-box .text-blau-u,
#lawbrary .sun-editor-editable .text-blau-u
{
	font-size: 25px;
	line-height: 28px;
	color: #0000ff;
	text-decoration: underline;
}

#lawbrary .is-content-preview-box .text-u,
#lawbrary .sun-editor-editable .text-u
{
	font-size: 25px;
	line-height: 28px;
	text-align: justify;
	text-decoration: underline;
}

#lawbrary .is-content-preview-box .text-k,
#lawbrary .sun-editor-editable .text-k
{
	font-size: 25px;
	line-height: 28px;
	text-align: justify;
	font-style: italic;
}

#lawbrary .is-content-preview-box .text-ausr-oben,
#lawbrary .sun-editor-editable .text-ausr-oben
{
	font-size: 25px;
	line-height: 28px;
	text-align: justify;
	vertical-align: top;
}

#lawbrary .is-content-preview-box .text-ueberschrift,
#lawbrary .sun-editor-editable .text-ueberschrift
{
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

#lawbrary .is-content-preview-box .text-anmerkung,
#lawbrary .sun-editor-editable .text-anmerkung
{
	font-size: 20px;
	line-height: 22px;
	text-align: justify;
	font-weight: bold;

}

#lawbrary .is-content-preview-box .text-anmerkung-u,
#lawbrary .sun-editor-editable .text-anmerkung-u
{
	font-size: 20px;
	line-height: 22px;
	text-align: justify;
	font-weight: bold;
	text-decoration: underline;
}

#lawbrary .is-content-preview-box .text-anmerkung-ausr-oben,
#lawbrary .sun-editor-editable .text-anmerkung-ausr-oben
{
	font-size: 20px;
	line-height: 22px;
	text-align: justify;
	vertical-align: top;
	font-weight: bold;
}

/******************************************************************************/

/*#lawbrary .is-content-preview-box p,*/
#lawbrary .sun-editor-editable,
#lawbrary .sun-editor-editable p
{
	font-size: 15px;
	font-family: my-new-regular-font, sans-serif;
}

#lawbrary .sun-editor-editable sub,
#lawbrary .sun-editor-editable sup
{
	font-size: 12px;
}

#lawbrary .sun-editor-editable pre,
.sun-editor .se-list-layer.se-list-format ul pre
{
	font-size: 15px;
	font-family: my-new-regular-font, sans-serif;
	/*font-weight: bold;*/
}

#lawbrary .sun-editor-editable h6,
.sun-editor .se-list-layer.se-list-format ul h6
{
	font-size: 15px;
	font-weight: bold;
}

#lawbrary .sun-editor-editable h5,
.sun-editor .se-list-layer.se-list-format ul h5
{
	font-size: 18px;
	font-weight: bold;
}

#lawbrary .sun-editor-editable h4,
.sun-editor .se-list-layer.se-list-format ul h4
{
	font-size: 20px;
	font-weight: bold;
}

#lawbrary .sun-editor-editable h3,
.sun-editor .se-list-layer.se-list-format ul h3
{
	font-size: 23px;
	font-weight: bold;
}

#lawbrary .sun-editor-editable h2,
.sun-editor .se-list-layer.se-list-format ul h2
{
	font-size: 25px;
	font-weight: bold;
}

#lawbrary .sun-editor-editable h1
.sun-editor .se-list-layer.se-list-format ul h1
{
	font-size: 28px;
	font-weight: bold;
}

#lawbrary .sun-editor-editable blockquote
{
	color: #005681;
	border-color: #005681;
}

/*#lawbrary .is-content-preview-box u,*/
#lawbrary .sun-editor-editable u
{
	text-decoration: underline;
}

#lawbrary .sun-editor-editable s,
#lawbrary .sun-editor-editable del,
#lawbrary .sun-editor-editable strike
{
	text-decoration: line-through;
}

#lawbrary .sun-editor-editable b,
#lawbrary .sun-editor-editable strong
{
	font-weight: bold;
}

#lawbrary .sun-editor-editable i,
#lawbrary .sun-editor-editable em
{
	font-style: italic;
}

#lawbrary .sun-editor .se-btn-list
{
	font-size: 15px;
}

/******************************************************************************/

#lawbrary #the-add-hashtag-input,
#lawbrary #the-add-hashtag-select
{
	border: 0;
	border-radius: 0;
	width: auto;
	border-bottom: solid 1px black;
	padding: 0 0 0 0;
}

#lawbrary .is-hashtag-button
{
	font-size: 15px;
	font-family: my-new-regular-font, sans-serif;
}

/*conform verdict*************************************************************/

#lawbrary .is-conform-verdict-box
{
	margin-left: 50%;
}

#lawbrary .is-list-entry.is-small
{
	margin: 0 0 0 0;
	max-height: 36px;
	overflow: hidden;
}

#lawbrary .is-list-entry-spacer
{
	height: 20px;
	border-left: solid 2px black;
	margin-left: 17px;
}

#lawbrary .is-list-entry-spacer-blank
{
	height: 20px;
}
