body 
{
   /* font-family: "Open Sans",Arial,sans-serif;*/
   background-color: #f2f0ea;
}

html
{
   /* font-family: "Open Sans",Arial,sans-serif;*/
   background-color: #f2f0ea;
}

.mdPmemoText {
    font-size: 0.7em;
    font-weight:100;
}


.button_new_report {
    border-radius: 0px;
    border: 2px solid rgb(95, 89, 74);
    background-color: #2d7497;
    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: 19px;
    border: solid 2px #b9bbbc;
    border-image: none;
    color: rgb(29, 29, 27);
    background-color: rgb(255, 255, 255);
    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: 19px;
    border: solid 2px #b9bbbc;
    border-image: none;
    color: rgb(29, 29, 27);
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    min-height: 100px;    
    resize: vertical;
    margin-bottom : 10px;	

}



.mdFieldset {
    margin: 0em 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    max-width: 100%;
    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 1px 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:  #000000;
    background-color: #f2f0ea;
    font-size: 1.5rem;
    font-weight: 700;   
}
.mdH1 {   
    
    color:  #000000;
    background-color: #f2f0ea;
    padding-left:0!important;
    -ms-word-wrap: break-word;
}
.mdP {
    color:  #000000;
    background-color: #f2f0ea;
    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: #043F85;
    background-color: rgb(255, 255, 255);
    display: block;
    margin: 0px 0px 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 1.0rem;    
}


.p-nomargin {
    color: #043F85;
    background-color: rgb(255, 255, 255);
    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:  #000000;
    background-color: #f2f0ea;
    /*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:  #000000;
    background-color: #f2f0ea;
    /*line-height: 2.33em;*/
    font-size: 18px;
    font-weight: 600;
    vertical-align: top;
    max-width: 250px;
    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;
    border: solid 1px #448eb3;
    background-color: #eef7fb;
    color: #000;
    padding:10px;
    width: 100%;
    max-width: 660px;
    display: block;
    font-size: 16px;    
}


.mdValidationParent{    
    max-width: 595px;
    width: 100%;
    display: inline-block;
}

.mdValidationParent-inline{    
    max-width: 595px;    
    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;
    font-size: 16px;
}
.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);
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    width: 100%;
    

    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: 5px 69px 5px 19px;
    background-position: right -1px top -3px;
    border: solid 2px #b9bbbc;

    border-image: none;
    color: rgb(29, 29, 27);
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    width: 100%!important;
    max-width: 595px!important;

    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:  #000000;
    background-color: #f2f0ea;
    display: inline-block!important;
    padding-left: 15px!important;
    padding-top:16px;
    text-indent: -15px!important;
    font-weight: 700!important;   
    font-size: 16px;
}
.mdCheckboxInput {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-top: 0; 
}

.alert-message {
    border: solid 1px #448eb3;
    padding: 1em;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    background-color: #eef7fb;
    color: #000;   
    font-size: 16px;
}

.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: 0 19px;
    border: solid 2px #b9bbbc;

    border-image: none;
    color: rgb(29, 29, 27);
    background-color: rgb(255, 255, 255);
    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']) {
    height: 48px;
    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);
    background-color: rgb(255, 255, 255);
    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);
    background-color: rgb(255, 255, 255);
    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: #2d7497;
    margin: 1.5em 0px 0px;
    width: auto;
    font-size: 24px;
    display: inline-block;
    cursor: pointer;
}

.mdButton:hover {
    border-radius: 0px;
    border: 2px solid rgb(95, 89, 74);
    background-color: #2d7497;
    color: white;    
}

.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: #2d7497;
    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;   
    background-color: #2d7497;    
}

.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);
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;

    max-width: 849px!important;
    width: 100%!important;
    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:  #000000;
    background-color: #f2f0ea;
    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;
    border-width: 2px!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: 0;
    background-color: transparent;
    border-collapse: collapse;
    border:none!important;
}

.mdBody{
    background-color: #f2f0ea;
    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);
    background-color: rgb(255, 255, 255);
    font-size: 12.5px;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
}

.pPager {
    font-size: 16px!important;
    display: block!important;;
    margin: 0px 0px 0px!important;
    text-align: left;
}

.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);
    background-color: rgb(255, 255, 255);
    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  {    
    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 */
    width: 100%;
}

.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: 18px!important;
}



.ondertekst{
    padding-bottom:0px;
    min-height:150px;
    border:solid 1px red;	
    background-color: #043F85;

}

@media (min-width:400px){
    .ondertekst{  
        min-height:34px;	
        border:solid 1px green;
        background-color: #043F85;
    }
}


.abc {
    background-color :#004178;
    padding:0;    
    margin:0;
    margin-top:0px;
    color:white;
    clear: both;
    display: flex;
    float:left;   
}




@media (min-width:500px){
    .abc {
        padding-right:10px;
        background-color :#004178;
        clear : none;	
        font-size:13px;
    }
    
    .abc2 {
        margin-left:0px;
        height:32px;

    }
}

/*set the max with high to turn off inline of personal detail fields*/
@media only screen and (max-width: 850px) {
  .mdI {
        width:100%!important;
        min-width:0px!important;
    }
}


@media (min-width:500px){
    
}


.abc img {
    margin-left:0px;
    margin-top:0px;
    width:32px; 
    height:32px;
    margin-right:0px;
    margin-bottom:-11px
    display: inline-block;
}

.abc span {
    margin:0px;
    padding:0px;
    margin-top: 5px;
    font-size: 15px;
}

.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;
}



/* Create two equal columns that floats next to each other */
.column1 {
    float: left;
    width: 30%;
    padding: 10px;

}

.column2 {
    float: left;
    width: 70%;
    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%;
    }
}


.fieldset-legend 
{
    font-weight: bold;
    display: block;   
    max-width: 525px;
    font-size: 21px;
}

.form-textarea-wrapper
{
    font-size: 18px;
    margin-bottom: 6px;
}