﻿/* 
    INDEX:
	
    Styling of MijnOmgeving, Kim and Registers route. 

    - 1.  Basic styling	
	- 2.  Text headers
	- 3.  Page Layout, Grey section, etc 
	- 4.  Styling special blocks (toelichting/waarschuwing/etc.)
	- 5.  "Let Op" text styling from Introduction text
	- 6.  Zoekblok CB_Zoeken_Organisatie
	- 7.  TFA
	- 8.  Vuurwerkartikelen
	- 9.  ASv_011_Bijlagen thumbnails
	- 10. Mijn voorkeuren icon style
	- 11. MEDIA
    - 12. WIDGET
*/

@import url('RijksoverheidWebfonts.css');

/*  ===================
    1. Basic styling
    =================== */
/* :root { */
    /* font-size: 90%; */
/* } */

/* Base CSS variables */
:root {
  --font-base: 1.26562rem;  
  --font-family: Rijksoverheid SansWebText,Calibri,sans-serif;
  --font-color: #000;
  --font-h1: 2.02729rem;
  --font-h2: 1.80203rem;
  --font-h3: 1.25503rem;
}

html, body {
	overflow-x: hidden !important; /* hides horizontal scroll */
	align-items: center;	
}

html {
  font-size: 2rem; /* simulate zoomed text */
}

body, p, li, span, th, td, legend, .tf-question-label {
    font-size: var(--font-base);
    line-height: 1.38272;	
}

body, .text {
    font-family: var(--font-family);
    color: var(--font-color);
    word-break: break-word;
}

    .text p {
        margin-bottom: 0;
    }

        .text p:first-child {
            padding: 0;
        }

    .text h3 {
        font-size: var(--font-h3);
        margin: 1.6rem 0rem 0rem 0rem;
    }

        .text h3:first-child {
            margin: 0;
        }

body a.bypass:focus{
	border: 0;
	outline: 2px dashed #000;
	outline-offset: -2px;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
}

.body-content{
	font-size: font-family: var(--font-family); /* respects zoom scaling */	
	aspect-ratio: 16 / 9; /* lock ratio */
	align-items: center;
	width: min(100vw, 100vh * (16/9));
	/* width: 90vw; /* must define width or height */
	height: auto; /* other dimension calculated */
}

h1 {
    font-size: var(--font-h1);
    line-height: 1.23318;
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
}

h2 {
    font-size: var(--font-h2);
    line-height: 1.38732;
    font-weight: bold;
    margin: 0rem 0rem 1rem 0rem;
}

h3 {
	font-size: var(--font-h3);
    line-height: 1.38732;
    font-weight: bold;
    margin: 0rem 0rem 1rem 0rem;
}

a {
    color: #01689b;
    cursor: pointer;
}

    a.back-button {
        color: #01689b;
    }
	
	a:focus{
        outline: 2px dashed #000;
		z-index: 1010;
		outline-offset: 0;
		-webkit-box-shadow: 0 0 0 2px #fff;
		box-shadow: 0 0 0 2px #fff;
    } 

    a:hover {
        color: #154273;
        text-decoration: underline;
    }

    a:visited {
        color: #884488;
    }

/* =======================
    Main styling of input and contentwrapper.
   ======================= */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="month"],
input[type="week"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="datetime-local"],
input[type="datetime"],
input[type="search"],
input[type="url"],
input[type="date"],
textarea,
select {
    min-height: 44px;
    padding: 0 5px 0 5px;
}

#ctl00_ctl00_CntWrapper_CntMain_ssm {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.readonly {
    pointer-events: none;
}

.invisible-wrapper {
    display: none !important;
}

.invisible {
    display: none;
}

.witregel /*Standalone*/ {
    content: "";
    height: 24px;
    display: none;
}

.Empty {
    display: none;
}

.marginleft-48 {
    margin-left: -48px !important;
}

.resume-container {
    display: none;
}

.text {
    display: block;
    font-size: var(--font-base);
}

.text-small {
    font-size: 0.6875rem;
    margin-left: -18px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="month"],
input[type="week"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="datetime-local"],
input[type="datetime"],
input[type="search"],
input[type="url"],
input[type="date"],
textarea {
    font-family: Rijksoverheid SansWebText,Calibri,sans-serif;
    font-size: 100%;
    font-weight: normal;
    border: 0;
    border-bottom: 2px solid #01689B;
}

/*input[type="submit"] {
    font-size: inherit;
    font-weight: normal;
    border-radius: 0px;
	 width: auto; */
}

select {
    border: none;
    border-bottom: 2px solid #01689B;
}

div input:focus-visible, div select:focus-visible, div textarea:focus-visible{
	outline: 2px dashed #000;
    box-shadow: none;
}   box-shadow: none;

input:focus {
  outline: none;
  background-color: white;
  border: 1px solid #ccc; /* keep border subtle */
}

/* Remove the blue background on input on autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent !important;
    border-bottom: 2px solid #cc003d !important;
}

/* CUSTOM TFA */
.toolbar-button, .toolbar a {
    color: #fff;
    padding: 0;
    margin: 0;
    background: none;
    padding: 0 1rem;
    border: none;
    line-height: 75px; /* equal to .mainmenu height */
    height: 75px;
}

.toolbar a {
    display: block;
}

.toolbar button:hover {
    cursor: pointer;
}

.navbar .toolbar {
    justify-content: flex-end;
    margin-left: auto;
}

.tf-dialog-content #openTFABox input[type=submit] {
    background: #01689b;
    color: #fff;
}

a.close-TFAbox {
    font-weight: bold;
}
/* CUSTOM TFA */

/* ==================
   2. Text headers
   ================== */   
.navbar.mainmenu .navbar, .navbar.mainmenu .account-container, .info-no-targetgroups-selected {
    display: none;
}

/* difference between portal and form title. 
Formtitle will always be directly under the main. */
main > .title-tripleforms {
    border: none;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-left: 30px;
}

.title-tripleforms h1 {
    width: 100%;
    display: block;
    font-size: 1.80203rem;
    line-height: 1.38732;
    font-weight: bold;
    margin: 0rem 0rem 1rem 0rem;
	word-break: normal;
    hyphens: none;
}

main > .title-tripleforms h1 {
    /* make sure title is not in the way of TFA block*/
    padding-right: 12rem;
}

.title-tripleforms ul {
    bottom: initial;
    top: 0;
}  
   
.formuliertitel h2{
	font-size: 1.75rem;
    color: #01689b;
    margin-bottom: 10px;
    font-weight: normal;
}

/*  ===================
    3. Page Layout, Grey section, etc 
    =================== */
.sectionAnchorStart,
.sectionAnchorEnd {
    visibility: hidden;
    display: none;
}

.bodySection {
    background-color: #f3f3f3;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 30px;
    margin-right: 0;
    font-size: var(--font-base);
}

.head-tf-subtitle {
    font-size: 1.80203rem;
    line-height: 1.38732;
    font-weight: bold;
}

.ctl00_ctl00_CntWrapper_CntMain_ssm_ctl00_ctl01_cell_1 {
    width: 30px !important;
    flex-shrink: 0;
}

/* information and warning sections*/
.toelichting {
    font-size: var(--font-base);
}

.waarschuwing {
    font-size: var(--font-base);
}

.waarschuwingBackground, .succesBackground, .dangerBackground, .infoBackground, .toelichtingBackground {
    background-position: left 30px top;
    background-repeat: no-repeat;
    padding-top: 36px;
    padding-bottom: 20px;
}

.waarschuwingBackground,
.widget.waarschuwingBackground {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZCRDMyNjt9PC9zdHlsZT48Zz48Zz48cmVjdCB4PSIxLjUiIHk9IjEuNSIgY2xhc3M9InN0MCIgd2lkdGg9IjIxIiBoZWlnaHQ9IjIxIi8+PHJlY3QgeD0iMTAuNSIgeT0iNi41IiB3aWR0aD0iMyIgaGVpZ2h0PSI3Ii8+PHJlY3QgeD0iMTAuNSIgeT0iMTUuNSIgd2lkdGg9IjMiIGhlaWdodD0iMiIvPjwvZz48L2c+PC9zdmc+'); /*Waarschuwing*/
    background-color: #FEF1BC;
}

.toelichtingVoorkeur.toelichtingBackground {
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 1.3rem 0 0 0;
    background-position: left 30px top;
    font-size: 1.26562rem;
}

/* warning within a inleiding element */
.waarschuwingInleidingBackground-error {
    padding: 2rem 1.4rem 1.4rem !important;
}

/* ==================
   4. Styling special blocks (toelichting/waarschuwing/etc.)
   ================== */
.toelichtingBackground {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij48Zz48cmVjdCB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjIxIiBzdHlsZT0iZmlsbDojMDA3YmM3OyIvPjxyZWN0IHg9IjEwLjUiIHk9IjYuNSIgd2lkdGg9IjMiIGhlaWdodD0iNyIgc3R5bGU9ImZpbGw6I2ZmZjsiLz48cmVjdCB4PSIxMC41IiB5PSIxNS41IiB3aWR0aD0iMyIgaGVpZ2h0PSIyIiBzdHlsZT0iZmlsbDojZmZmOyIvPjwvZz48L3N2Zz4=);
    background-color: #d9ebf7;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: 15px -2px;
}

.succesBackground {
    background-color: #C5F2B2;
    background-image: url( 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjEuNSIgeT0iMS41IiBmaWxsPSIjNEU5NjI1IiB3aWR0aD0iMjEiIGhlaWdodD0iMjEiLz4NCjxyZWN0IHg9IjEwLjUiIHk9IjYuNSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjMiIGhlaWdodD0iNyIvPg0KPHJlY3QgeD0iMTAuNSIgeT0iMTUuNSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjMiIGhlaWdodD0iMiIvPg0KPC9zdmc+DQo=');
}

.dangerBackground {
    background-color: #F7D2DD;
    background-image: url( 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjEuNSIgeT0iMS41IiBmaWxsPSIjQ0MwMDNEIiB3aWR0aD0iMjEiIGhlaWdodD0iMjEiLz4NCjxyZWN0IHg9IjEwLjUiIHk9IjYuNSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjMiIGhlaWdodD0iNyIvPg0KPHJlY3QgeD0iMTAuNSIgeT0iMTUuNSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjMiIGhlaWdodD0iMiIvPg0KPC9zdmc+DQo=');
}

.infoBackground {
    background-color: #d9ebf7;
    background-image: url( 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjEuNSIgeT0iMS41IiBmaWxsPSIjMEQ3QkM3IiB3aWR0aD0iMjEiIGhlaWdodD0iMjEiLz4NCjxyZWN0IHg9IjEwLjUiIHk9IjYuNSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjMiIGhlaWdodD0iNyIvPg0KPHJlY3QgeD0iMTAuNSIgeT0iMTUuNSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjMiIGhlaWdodD0iMiIvPg0KPC9zdmc+DQo=');
}

.timeout-dialog-box {
    z-index: 99975;
}

.timeout-dialog-box-content {
    background-color: #fdf6bb;
    padding: 21px 20px 0px 20px;
    margin-bottom: 15px;
    line-height: 24px;
}

/*  ================== 
    5. "Let Op" text styling from Introduction text
    ==================  */
.LetOpTekst {
    display: block;
    margin-top: 2rem;
    margin-bottom: 0.4rem !important;
    padding: 0 4rem 0 2.5rem;
    border-left: 10px solid #01689b;
    font-weight: normal;
}

ul.LetOpTekstBullet {
    left: -20px;
    text-align: left;
    position: relative;
}

.LetOpTekstExtraSpatieAlsH3 {
    margin-top: 2rem !important;
}

/* ==================
   6. Zoekblok CB_Zoeken_Organisatie 
   ================== */
   
a.uitgebreidzoekenlink.extendedSearch {
    position: relative;
    /* margin-left: calc(-100% + 376px); */
    margin-top: 2.3rem;
    padding-left: 1rem;
	width: 185px;
    display: block;
    line-height: 2rem;
    background-image: url(../images/calArrowRight.png);
    background-position: -8px center;
    background-repeat: no-repeat;
    text-decoration: underline;
}

.BPOVUitgebreidZoekenStart,
.BPOVUitgebreidZoekenEnd,
.BPOVadvancedSearch {
    display: none;
}

.startAdvancedSearch,
.endAdvancedSearch {
    display: none !important;
}

.FilterenUitgebreidZoekenStart,
.FilterenUitgebreidZoekenEnd,
.FilteradvancedSearch {
    display: none;
}

a.FilterButtonSearch {
    margin: 22px 0px 0px 0px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4yMfEgaZUAAAFXSURBVDhPjZIvSwRRFMXdoItJ2CC7QRCDxbVZTFosYjD4ASyCwVVBEJvRaDPtl9Bq3SgqVkHBooJbZGDY+fPG331zhhmZDXvgcN+cc899b2beVAHnXBOepmn6SI2hY/0Or4Mg6KitjizL2jQ9UT3IGZ0ebf0DN9ReArFpu1WaTsIwXKJ24B7ei3nUX56XFcuBcKzgsGYCtFmCA/XcSs6B8WBGkiQ9STUQ6kJDCucleyOCNnVB0liwyZt235Lkw/Y+FNeSNBb4zxaO43hHkhc/JG5LqgF7jg1G1kf/imQfvjFRH2Va8j/gXSn4SmlI9lMXEQMzabrjQrRl2WC7OJf2Wuaz7ssqwZF3Mfyx7HisB9R7ODStCv7KhWIloihap9muptpyoH3CPix2twHnipXAa2CuUvdpOOBEm6xnzEM/hMUAw5kPTQoCR5UTfEmeHIR6DPh2zq39AciKwxeuc958AAAAAElFTkSuQmCC') !important;
    background-repeat: no-repeat;
    background-position: 13px;
    background-size: 15px;
    float: left;
    background-color: #01689b;
    color: #01689b;
    padding: 7px 0px 7px 30px;
    text-decoration: none;
    position: relative;
}

/* Set text-decoration to underline here and remove it straight after. Otherwise IE will continue to show the underline */
.AdvancedFilterButton::before {
    text-decoration: underline;
}

.AdvancedFilterButton::before {
    content: "\2228 \0020 \0020";
    display: inline-block;
    text-decoration: none;
}

.AdvancedFilterExpanded {
    padding-left: 265px;
    width: calc(100% - 265px);
}

    .AdvancedFilterExpanded::before {
        text-decoration: underline;
    }

    .AdvancedFilterExpanded::before {
        display: inline-block;
        content: "\2227 \0020 \0020";
        text-decoration: none;
    }

.FilterButton {
    margin: 0px;
    margin-top: 30px;
    background-image: none !important;
    float: left;
    padding-left: 6px;
    background-color: #01689b;
    color: white;
    padding: 15px;
    text-decoration: none;
    position: relative;
    left: 10px;
}

/* CB_ZOEKORGANISATIE*/
/* Specific for search organisation */
table[id*="GridResultatenNL"] {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: -20px;
}

    table[id*="GridResultatenNL"] tr.header {
        display: none;
    }

    table[id*="GridResultatenNL"] tr {
        border-bottom: 2px solid #fff;
    }

    table[id*="GridResultatenNL"] td {
        border: none !important;
        padding: 15px 5px !important;
        padding-left: 5px;
    }

        table[id*="GridResultatenNL"] td:nth-child(1) {
            padding-left: 15px !important;
        }

        table[id*="GridResultatenNL"] td:last-child {
            padding-right: 15px !important;
        }

    table[id*="GridResultatenNL"] .pager {
        border-top: 3px solid #01689b !important;
        border-bottom: none;
    }

        table[id*="GridResultatenNL"] .pager td {
            padding: 0 !important;
            background: #f3f3f3;
        }

        table[id*="GridResultatenNL"] .pager table {
            border-collapse: collapse;
            border-spacing: 0 !important;
            border: none;
        }

        table[id*="GridResultatenNL"] .pager td table tr {
            border: none;
        }

        table[id*="GridResultatenNL"] .pager td table td {
            padding: 0 5px !important;
            /*line-height: 47px;*/
        }

            table[id*="GridResultatenNL"] .pager td table td:first-child {
                padding-left: 10px !important;
            }

        table[id*="GridResultatenNL"] .pager span {
            background: #01689b;
            color: #fff;
            display: block;
            padding: 0 8px;
        }

        table[id*="GridResultatenNL"] .pager a {
            text-decoration: none;
        }

    table[id*="GridResultatenNL"] .selectedRow td {
        background: #e6e6e6;
    }

table#pagerGridResultatenNL {
    margin-top: -2px;
    margin-left: 0px;
    width: 101%;
}

    table#pagerGridResultatenNL .pager a {
        cursor: pointer;
    }

.charsRemainingCounter {
    float: left;
}

/* =======================
    7. TFA
   ======================= */
#openTFABoxWrapper {
    width: auto;
    max-width: 720px;
    height: auto;
    max-height: 500px;
    padding: 20px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    z-index: 9999;
}

.tf-dialog-cancel-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
}

/* =======================
    8. Vuurwerkartikelen
	======================= */
.collapseImage {
    width: 42px;
    height: 42px;
    line-height: 40px;
    cursor: pointer;
    margin-left: -5px;
}

.CollapseGroupOpen,
.CollapseGroupClose {
    display: none;
    color: #000000;
}

.collapseTitel {
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    margin-left: -30px;
}

.invisibleSpatie {
    height: 20px;
    line-height: 2em;
}

.readonly {
    pointer-events: none;
}

.search-link {
    background-color: #F3F3F3 !important;
    border: 0;
    text-decoration: underline;
    text-align: left;
    color: #01689b;
    cursor: pointer;
    padding: 0;
}

/* =======================
    9. ASv_011_Bijlagen thumbnails
	======================= */
.imagesThumbnailsDiv {
    margin-top: 24px;
    max-width: 767px;
    width: 100%;
}

.imageThumbnail {
    width: 230px;
    display: inline-block;
    margin-right: 24px;
}

.imageThumbnailFigcaption {
    font-size: 1rem;
}

.removeImageThumbnailButton {
    float: right;
}

/* =======================
    10. Mijn voorkeuren icon style
	======================= */
.account-container {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

/* user icon and Mijn voorkeuren icon style. use both selectors because classes of <li> items in loggedin/out en Mijn voorkeuren template differ.  */
.account-container > li.account-button-container > a::before,
.account-container > li > a.login-button::before {
    font-size: 1.1rem;
    font-feature-settings: "liga" 1;
    line-height: 1;
    position: absolute;
    top: 1.80rem;
    left: 0.25rem;
    bottom: 0px;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
}

/* loggedin/out icon */
.account-button-container > a.login-button::before {
    content: 'user';
    font-family: 'Rijksoverheid Iconen 2';
}

/* login/out button: add underline on focus, remove border bottom on focus  */
.account-container li a.login-button:focus {
    border-width: 0;
    text-decoration: underline;
}

/* Mijn voorkeuren icon */
.account-button-container > a::before {
    content: 'settings';
    font-family: 'Material Icons';
}

/* Don't do margin-left if there's a toolbar element before the account-container which does margin-left */
.toolbar + .account-container {
    margin-left: 0;
}

#closed-menu-text {
    display: none;
}

/* =======================
    11. MEDIA 
   ======================= */
@media screen and (min-width: 1200px) {
    .body-content {
        padding-top: 32px;
    }

    /*OVERZICHTSPAGINA'S - VERGUNNINGEN EN MELDINGEN*/
    .case-details-wrapper {
        margin-top: 7px;
    }

    .case-details-wrapper {
        margin-bottom: 20px;
    }

        .case-details-wrapper table {
            width: 100%;
        }

         .case-details-wrapper th {
            font-weight: normal;
            padding: 5px 0;
            width: 35%;
        }
}

/* 	==================
    12. WIDGET
    ================= */

/* Reset styling for widget */
.widget {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

    .widget li {
        text-indent: 0px;
    }

        .widget li::before {
            content: '';
            padding: 0;
        }

.widget-latestMessages {
    background-color: transparent;
}

/*MijnOmgeving styling datatables */
.datatables-wrapper .widget-MaintenanceMessage {
    width: 100%;
    float: left;
}

/* Styling for tripleforms portal page */
#kimtables-wrapper > .widget-MaintenanceMessage {
    width: calc(100% - 2rem);
    margin: 0 1rem 1rem 1rem;
    float: none;
}

/* Styling for tripleforms page */
.row.widget-maintenance-wrapper {
    width: 75%;
    margin: auto;
}

.widget-maintenance-wrapper .col-md-12 {
    padding: 0;
}

.widget-maintenance-wrapper .widget-MaintenanceMessage {
    margin-left: 30px;
}

.widget-MaintenanceMessage {
    padding: 2rem 1rem 2rem 30px;
}

.widget-newRequestOrReport li {
    /*text-indent: 0;*/
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1200px !important;
    }

    .account-container {
        margin-right: 0px;
    }

    .home-jumbotron > div {
        margin-left: 0rem;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        width: 100% !important;
    }

    .mainmenu > .container > nav.navbar {
        width: 50%;
        float: left;
    }

    .account-container {
        text-align: right;
        width: 50%;
        margin-left: auto;
        margin-right: 0px;
    }
}

@media screen and (min-width: 992px) {
    :root {
        font-size: 100%;
    }

    body {
        font-size: 120%;
    }

    footer.space-footer li a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .home-jumbotron,
    .home-notification,
    .home-jumbotron > div,
    .home-notification > div {
        margin-bottom: 3rem;
    }

        .home-jumbotron > div,
        .home-notification > div {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }

    .home-tocaseslinks,
    .home-quicklinks,
    .home-faq {
        margin-bottom: 2rem;
    }
}