.mdPmemoText {
    font-size: 0.7em;
    font-weight:100;
}


.button_new_report {
    background-color:#00263D;;
    height:40px;
    text-align:center; 
    vertical-align: middle; 
    color:white;
    margin-bottom: 10px;
    padding:5px;
}


.button_new_report_a {
    color:white;
}


.mdTextarea {
    margin: 0px;
    width: 100%;
    display: block;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
    border-radius: 0px;
    padding: 10px 15px;
    border: 1px solid rgb(95, 89, 74);
    border-image: none;
    color: rgb(29, 29, 27);
    
    font-size: 16px;    
    
    min-height: 100px;
    max-width: 507px;
    resize: vertical;   
}

.mdTextarea_inline {
    margin: 0px;
    width: 100%;
    display: inline-block;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
    border-radius: 0px;
    padding: 10px 15px;
    border: 1px solid rgb(95, 89, 74);
    border-image: none;
    color: rgb(29, 29, 27);
    
    font-size: 16px;
    
    min-height: 100px;
    max-width: 505px;
    resize: vertical;
    margin-bottom : 10px;	

}



.mdFieldset {
    margin: 0em 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    max-width: 830px;
    border-radius: 0px;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;    
}

.mdSummaryFieldSet {
    margin: 0px 8px 0px 0px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgb(153, 204, 0);
    border-image: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;  
}

.mdLegend {
    color:  #00263D;
    
    font-size: 1.5rem;
    font-weight: 700;
}
.mdH1 {   
    font-size: 2.5em;
    color: #00263D;
    
    -ms-word-wrap: break-word;
    margin: 0px 0px 0.75em;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
}
.mdP {
    color: #00263D;
    
    display: block;
    margin: 0px 0px 0px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 1.0rem;    
}

.mdP_map {
    color: #00263D;
    
    display: block;
    margin: 0px 0px 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 1.0rem;    
}


.p-nomargin {
    color: #00263D;
    
    display: block!important;
    margin: 0px 0px 0px 0px!important;
    margin-block-start: 0px!important;
    margin-block-end: 0px!important;
    margin-inline-start: 0px!important;
    margin-inline-end: 0px!important;
    font-size: 1.6rem!important;
    text-align: left!important;
}

.mdLabel {
    color: #00263D;
    
    /*line-height: 2.33em;*/
    margin: 0.5em 0px;
    font-size: 18px;

    padding: 0px;
    font-weight: 600;
    vertical-align: top;
    max-width: 630px;

    display: block;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
    /*
    float: left;
    clear: left;
    */  
    text-align: left;
    padding: 0px;
}


.mdLabel_inline {
    color: #00263D;
    
    /*line-height: 2.33em;*/
    
    font-size: 18px;

    padding: 0px;
    font-weight: 600;
    vertical-align: top;
    max-width: 175px;
    width:100%;
    display: block;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
    /*
    float: left;
    clear: left;
    */  
    text-align: left;
    padding: 0px;
    display:inline-block;
    
	text-decoration: none;    
}
.mdValidationHint {

    position: relative;
    margin-bottom:10px;
    color: #000000;
    font-size:16px;
    border: 1px solid #fb00ff6b;
    
    width: 100%;
    max-width: 660px;
    display: block;
    background: #F6EAF6;
    font-weight: bold;
}

.mdValidationParent{    
    max-width: 505px;
    width: 100%;
    display: inline-block;
}

.mdValidationParent-inline{    
    max-width: 505px;    
    display: inline-block;
    float: left;
}


.mdDiv {    
    /*margin-bottom: 15px;*/

    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
}

.border-div {    
    /*margin-bottom: 15px;*/

    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
    border-color: rgb(95, 89, 74);
    border-radius: 0px;
}
.mdSelect {

    border-color: rgb(95, 89, 74);    
    border-radius: 0px;

    padding: 9px 15px;
    border: 1px solid rgb(95, 89, 74);
    border-image: none;
    color: rgb(29, 29, 27);
    
    font-size: 16px;
    width: 100%;
    max-width: 505px;

    display: block;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;    

}

.mdSelect_inline {

    border-color: rgb(95, 89, 74);    
    border-radius: 0px;

    padding: 9px 15px;
    border: 1px solid rgb(95, 89, 74);
    border-image: none;
    color: rgb(29, 29, 27);
    
    font-size: 16px;
    width: 100%;
    max-width: 505px;

    display:inline-block;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
    margin-bottom:10px;    

}





.mdCheckboxLabel {
    color: #00263D;
    
    display: inline-block!important;
    padding-left: 15px!important;
    text-indent: -15px!important;
    font-weight: 700!important;
}
.mdCheckboxInput {
    vertical-align: top;
    position: relative;
    top: 5px;
    margin-top: 0; 
}

.mdInput:not([type=checkbox]) {
    display: block;

    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;

    border-color: rgb(95, 89, 74);
    border-radius: 0px;
    padding: 10px 15px;
    border: 1px solid rgb(95, 89, 74);
    border-image: none;
    color: rgb(29, 29, 27);
    
    font-size: 16px;
    box-sizing: border-box;
}
.mdInput:not([type='checkbox']):not([type=image]):not([type='password']):not([type='number']):not([type=checkbox]):not([type=radio]):not([type='reset']):not([type='button']):not([type='submit']) {
    display: inline-block;    
    border-color: rgb(95, 89, 74);
    border-radius: 0px;


    border: 1px solid rgb(95, 89, 74);
    border-image: none;
    color: rgb(29, 29, 27);
    
    font-size: 16px;
    width: 100%;

    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:border-box;    
    margin-bottom:10px;
}

.zipcode {
    display: inline-block;    
    border-color: rgb(95, 89, 74);
    border-radius: 0px;


    border: 1px solid rgb(95, 89, 74);
    border-image: none;
    color: rgb(29, 29, 27);
    
    font-size: 16px;
    width: 100%;

    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box; 
    text-transform: uppercase;
}



output {
    text-align:left !important;
}





.mdButton {
    padding: 0px 0.5em;
    border-radius: 0px;
    border: 2px solid rgb(95, 89, 74);
    transition: transform 100ms, transform 100ms;
    border-image: none;
    text-align: center;
    color: white;
    line-height: 1.6;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 1.5em;
    min-height: 0px;
    background-image: none;
    background-clip: padding-box;
    background-color: #00263D;
    margin: 2.5em 0px 0px;
    width: auto;
    
    font-size: 24px;
    display: inline-block;
    cursor: pointer;
}

.mdButton:hover {
    border-color: rgb(95, 89, 74);
    color: white;
    transform: scale(1.05);
    background-color: #00263D;
    -webkit-transform: scale(1.05);
}

.button-small {
    padding: 0px 0.5em;
    border-radius: 0px;
    border: 2px solid rgb(255, 255, 255);
    transition: transform 100ms, transform 100ms;
    border-image: none;
    text-align: center;
    color: white;
    line-height: 1.6;
    font-weight: 100;
    text-decoration: none;
    margin-bottom: 0.5em;
    min-height: 0px;
    background-image: none;
    background-clip: padding-box;
    background-color: #00263D;
    margin: 0.5em 0px 0px;
    width: 100%;
    
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
}

.button-small:hover {
    overflow: hidden;
    border-color: rgb(255, 255, 255);
    color: white;
    transform: scale(1.05);
    background-color: #00263D;
    -webkit-transform: scale(1.01);
}

.inline-select {
    display: inline-block;
}

.form-file {
    border-color: rgb(95, 89, 74);
    border-radius: 0px;
    padding: 10px 15px;
    border: 1px solid rgb(95, 89, 74);
    border-image: none;
    color: rgb(29, 29, 27);
    
    font-size: 16px;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;

    width: 100%;
    max-width: 510px;
    margin-bottom: 13px;
}



.fileatt-div {
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0.5em;      
}
.description {
    color: rgb(0,0,0);
    
    line-height: 1.4;
    font-size: 14px;
    margin-top: 0.3em;
    display: block;  
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
}

.mdInput[type='radio']  {   
    margin: 0px 0.4em 0px 0px;
    padding: 0px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
    display: inline-block;
    width:20px;
    border: 1px;
}



.radiobutton {
    margin: 0px 0.4em 0px 0px;
    padding: 0px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; 
    box-sizing:content-box;
    display: inline-block;
    width:20px;
    border: 1px;
}

.catHint {
    background-color:rgb(242, 250, 252);
    color:rgb(67, 70, 167);
    max-width: 505px;
    font-size: 15px;
    margin: 0px 0px 5px;
    -ms-box-sizing:border-x;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;

}

.arealabel {
    width: 250px;
    text-align: left;
    float: none;
    padding: 2px;
}

.centerdiv {   
    margin: auto;
    width:50%;
    margin: auto; 
    max-width: 525px;
}

.button-div {   
    margin: auto;
    width:100%;
    margin: auto; 
    max-width: 525px;
}

.centerParent {
    text-align: center;
    display: inline-block;
}
outsite {
    position: absolute;
    left: -999em;
}

.summary-P {
    margin: 0px;
    display: block;
    text-align: left!important;
    padding: 2px;
}

.summary-radiobutton-div {
    margin:0 0 0 0;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: left!important;     
}

.is-invalid {
    border-color: #ff6666!important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/*viewer css*/
.mdTable {

    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    border:none!important;
}

.mdBody{
    background-color: white!important;
    border:none!important;    
}

.mdTd {

    padding: .40rem;
    vertical-align: top;
    border-left:none!important;    
    border-right:none!important;    
    border-top: 1px solid #dee2e6!important;
}

.mdA {
    color: rgb(95, 89, 74);
    
    font-size: 12.5px;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
}

.pPager {
    font-size: 12.5px!important;
    display: block!important;;
    margin: 0px 0px 0px!important;;
}

.viewerWrapper {
    max-width: 89rem;
    padding-top: 35px;
    padding-right: 35px;
    padding-left: 35px;
    position: relative;
    box-shadow: 0px 0px 25px 0px rgba(29,29,27,0.3);
    
    margin-right: auto;
    margin-left: auto;
    -ms-box-sizing:border-x;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
}

.div-left {
    float: left;
    margin-right: 20px;
    width: 275px;
}

.div-right {
    overflow: hidden;
    margin: 10px;
    min-height: 170px;;
}

.reportSearch  {
    width:100%!important;
    background-image: url("../MeldDeskMap/images/search-24.png"); /* Add a search icon to input */
    background-position: 2px 8px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */

    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px!important;    /* Add some padding */
    border: 1px solid #ddd!important;    /* Add a grey border */
    margin-bottom: 12px!important;    /* Add some space below the input */
}

.embed-responsive-16by9 {
    min-height:500px;
    border:solid 1px red;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.mdARef {
    color: #2543CC!important;
    font-size: 12px!important;
}



.ondertekst{
    padding-bottom:0px;
    min-height:150px;
    border:solid 1px red;	
    background-color: #00263D;

}

@media (min-width:400px){
    .ondertekst{  
        min-height:40px;	
        border:solid 1px green;
        background-color: #00263D;
    }
}


.abc {
    background-color :#00263D;
    padding:0;    
    margin:0;
    margin-top:0px;
    color:white;
    clear: both;
}




@media (min-width:500px){
    .abc {
        padding-right:10px;
        background-color :#00263D;
        clear : none;	
        font-size:13px;
    }
}

@media (min-width:200px){
    .abc2{

        margin-left:0px;
        height:32px;

    }
}



@media (min-width:500px){
    .abc2 {
        margin-left:0px;
        height:32px;

    }
}


.abc img {
    margin-left:0px;
    margin-top:0px;
    width:32px; 
    height:32px;
    margin-right:0px;
    margin-bottom:-11px;
}

.abc span {
    margin:0px;padding:0px;
}

.boxsizing {
    -ms-box-sizing:border-x;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.content {
    margin: 0px auto;
    max-width: 56.11em;
    font-size: 10pt;    
    border-image: none;
    padding-top: 40px;
}


* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column1 {
    float: left;
    width: 30%;
    padding: 10px;

}

.column2 {
    float: left;
    width: 70%;
    padding: 10px;

}

.wrapper {

    width:90%;
    margin: auto;

    padding: 10px;	


}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column1 {
        width: 100%;
    }
    .column2 {
        width: 100%;
    }
}


