html, body, form, div, img, h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
	border: none;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1050;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    opacity:	.8;
    filter: 	alpha(opacity=80);
    background: rgb( 255, 255, 255 ) 
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
}


    .modal.iframebootbox__modal.show {
        background: none transparent;
        z-index: 10000;
        padding-right: 0 !important;
    }

    .modal.iframebootbox__modal .modal-dialog {
        max-width: 1280px !important;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        margin: 15px auto;
    }

@media (min-height: 768px) and (min-width: 768px) {
    .modal.iframebootbox__modal .modal-dialog {
        width: calc(100% - 90px);
        height: calc(100% - 90px);
        margin: 45px auto;
    }
}

.modal.iframebootbox__modal .modal-content {
    padding: 0 !important;
    height: 100%;
}

.modal.iframebootbox__modal .iframebootbox__iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal.iframebootbox__modal.show + .modal-backdrop {
    background: #fff;
    z-index: 9999;
}

body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}

img {
	border: 0;
}

a {
	/*outline: none;*/
}

p {
	margin: 0 0 21px;
}

label {
    font-weight: 200 !important;
}

iframe {
	border: 0 none;
}

.error-container {
	display: block;
	padding: 9.5px;
	margin: 0 0 14px;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

.error {
	color: #e00000;
	margin: 7px 0;
}

.button {
	border: 0 none;
	cursor: pointer;
	background-position: left -1px;
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-border-radius:0px;
    display: inline-block;
}

.button:hover {
	background-position: left bottom;
}

.default-button,
.default-button-large {
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

.title-button {
	float: right;
}

.img-frame {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
}

.clearer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	display: block;
	background-color: transparent;
	border: 0px solid black;
}

.hr {
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
}

caption.explanation-table-caption {
    font-style: italic;
    border-bottom: 1px solid #595959;
    color: #595959;
    margin-top: 1em;
    padding-bottom: .5em;
}

th, td {
    vertical-align: top;
    padding: 0;
}

.js-enabled .no-js-only {
	display: none;
}

.page-content {
	max-width: 857px;
}

.page-content.notexist {
    border-color: #555555;
    border-width: 1px;
    border-style: None;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.page-content > #lblMessage {
    color:Black;
    font-family:Verdana;
    font-size:Large;
    font-weight:bold;
    }

.page-content > #backUrl {
    color:#555555;
    font-family:Verdana;
    font-size:Medium;
    text-decoration:none;
}

.complete{
    display:none;
}

.more{
    color: #8E8E8E;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.hidden
{
   display: none !important;
}

/* voor eenvoudig zoeken */
.element-hidden {
    display: none !important;
}

.opties-knop
{
    position: relative;
    z-index: 15;
}

pre.xdebug-var-dump,
pre.print_v {
	white-space: pre-wrap;
	max-width: 100%;
	overflow: auto;
	border: 1px solid #000;
	background: #fff;
	font: 14px normal/normal 'Roboto Mono', 'Lucida Console', monospace;
	padding: 1rem;
	margin: 1rem 0;
}

	pre.xdebug-var-dump > small:first-child {
		margin:-1rem -1rem 1rem;
		padding:1rem;
		white-space: normal;
		width: calc(100% + 2rem);
		display: block;
		word-break: break-word;
		background:#eee;
	}

/* IE10: https://github.com/kmewhort/pointer_events_polyfill */
[data-statistic-status="posting"] {
    /* IE 10 doesnt understand pointer events :( */
    pointer-events: none;
}

.infinite-button {
	background-color: #50a4cb;
    height: 25px;
    width: 25px;
    border-radius: 0px !important;
    position:relative;
    top:-2px;
    left:-5px;
    padding: 2px !important;
}

.infinite-button.active {
	background-color: #49bc1c;
}

.infinite-button:hover {
	background-color: #5bb9e4;
}

.infinite-button > i {
        color: #fff;
    }

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none;
        animation: none;
    }
}

.cm-extended-result a.extended-search-template,
.cm-extended-result div.atlantis-form-group:not([data-globaal=true]) {
    display: none;
}

/*Een disabled textarea kan al niet geselecteerd worden, maar de WCAG scanner zeurt er nog steeds om, omdat de styles.css van kendo-ui er styling voor heeft.*/
.k-textarea:disabled::selection, .k-textarea[disabled]::selection, .k-textarea.k-state-disabled::selection {
    color: #595959 !important;
}