.verborgen
{
	display: none !important;
}

.searchresult-elements ul li
{
	position: relative;
}

.searchresult-elements ul li input[type='checkbox']
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.searchresult-elements ul li label
{
	margin-left: 20px;
}

.wettekst-inhoud .searchresult li:first-child
{
	border-top: 0px;
}

.searchresult-elements ul li:last-child
{
	margin-bottom: 10px;
}

#content.wettekst-inhoud .searchresult-elements ul li label
{
	border: none;
	margin-bottom: 0px;
	width: auto;
}

.wettekst-inhoud .searchresult-elements ul li label a {
  color: #004080;
}

.form-container ul.check-group.bij-datum
{
	padding-left: 150px;
}

.error[style*="inline"]
{
    display: block !Important;
}

#contenttable li a[disabled],
#contenttable li a[disabled]:hover,
#contenttable li a.disabled,
#contenttable li a.disabled:hover
{
	color: #979797;
	text-decoration: none;
	background-position: right top;
	cursor: default;
}

.resultcounter + .next
{
	margin-left: 46%;
}

.breadcrumb
{
	white-space: nowrap;
}

.todo, .todo * { color: red; }


/* 
    Waardelijst-popup 
*/
fieldset .subselection ul li.template
{
	display: none;
}

ul.category_selection + a.category_selection {
	display: block;
	height: 15px;
	clear: both;
}

#content label + input[type="hidden"] + ul, label + p.info + input[type="hidden"] + ul, label + div.info + input[type="hidden"] + ul, .double-column label + input[type="hidden"] + ul
{
	float: left;
	clear: none;
}

.category_selection.geen-items
{
    display: none;
}

/*input[type="hidden"]:not([value]) + ul + a.category_selection,
input[type="hidden"][value = ""] + ul + a.category_selection,*/
ul.category_selection.geen-items + a.category_selection
{
	display: inline;
	margin-left: 0px;
	clear: none;
}

abbr {
	cursor: help;
}

fieldset .subselection ul li.verborgen:before, ul.category_selection li.verborgen:before {
	content: "";
}

#background_popup {
  z-index: 150;
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  background: #000;
  top: 0px;
  left: 0px;
}

.popup.popup_selection { position: fixed; }
html .popup>h2 { margin-bottom: 0px; }

.popup>fieldset, .popup>div, .popup>div>fieldset {
	margin-top: 0px;
}

body .popup > p
{
	margin-top: 0;
	margin-bottom: 0;
}

body .buttons a
{
	padding-bottom: 1px;
	padding-top: 1px;
}

body .popup .popup-checkbox
{
	margin-bottom: -39px;
	z-index: 1;
	background: none;
	width: 300px;
}

body .popup .popup-checkbox input
{
	float: none;
	display: inline-block;
}

body .popup .popup-checkbox label
{
	float: none;
	clear: none;
	display: inline;
	border: 0;
}

body .popup#popupeurlex .buttons input,
body .popup#popupeurlex .buttons a
{
	z-index: 2;
	position: relative;
}

.fragment-header h3 + div.contentactions
{
    margin-top: -14px !important;
}

.wettekst-inhoud .boek, .wettekst-inhoud .deel, .wettekst-inhoud .titeldeel, .wettekst-inhoud .afdeling, .wettekst-inhoud .hoofdstuk, .wettekst-inhoud .paragraaf {
  clear: both;
}
.tekst .contentactions {
    margin-top: 3px;
}
.content .twk-opmerking p.gegenereerde-tekst {
	font-weight: normal;
    margin-bottom: 0px;
}

.content p.vergelijkuitleg {
    margin-bottom: 0px;
}
#popupvergelijken .buttons input[disabled] {
	background-image: none !important;
}

/* I.v.m. assembla #128, iets groter */
html div.link_dropdown {  
  width: 166px;
  height: 87px;
}

html div.link_dropdown > div {
  width: 159px;
}

.header p.storingsmelding {
    color: #ff0000;
    font-weight: bold;
    position: absolute;
    left: 400px;
    top: 0px;
}

/* Admin/ping */
.pingtabel { }
.pingtabel th, .pingtabel td { padding: 5px; }

body .infoheader
{
    position: fixed;
    width: 960px;
    top: 53px;
    z-index: 10;
    margin-top: 0;
}
body.afdrukken .infoheader
{
    position: relative;
    width: auto;
    top: 0px;
    z-index: 10;
    margin-top: 100px;
}

.infoheader + .content
{
     padding-top: 144px;
}

body.afdrukken .infoheader + .content
{
     padding-top: 0px;
}

.geen-richtlijnresultaten ol
{
    font-weight: normal;
}

div.contentactions a.section_top {
  left: 0px;
  background: url(../images/iconen/omhoog_icon.png) no-repeat;
}

.fulltext-zoeken, .wijzigingen
{
    position: relative;
    margin-bottom: 30px;
}

.fulltext-zoeken a.next, .wijzigingen a.next
{
    padding-left: 54px;
}

.fulltext-zoeken a.previous, .wijzigingen a.previous 
{
    padding-right: 51px;
}

.fulltext-zoeken .trefwoord
{
    margin-bottom: 15px;
}

.fulltext-zoeken a.inactief,
.wijzigingen a.inactief
{
    visibility: hidden;
}

.wijzigingen h2
{
    margin-bottom: 10px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and ( min--moz-device-pixel-ratio: 1.5), only screen and ( -o-min-device-pixel-ratio: 3/2), only screen and ( min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi)
{
    div.contentactions a.section_top
    {
        background-image: url(../images/iconen/omhoog_icon2x.png);
        background-size: 16px 116px;
    }
}