/* iframe_style */

html, body
{
   height: 100%;
}

body
{
margin:0;
font-size: 15px;
font-family: 'Poppins', Helvetica, Arial, sans-serif;
letter-spacing: 0.75px; 
line-height: 1.8em;
color:#49439d;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #3cdaa9; font-size: 12pt;}
a:hover {
  color: #49439d; }

  .fa.fa-arrow-circle-left {
	font-size: 23pt;  
  }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #49439d;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #3cdaa9;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  margin: 5px 0 0 0;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #49439d;
  background-color: transparent;
  border-color: #3cdaa9;
 }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #49439d;
  background-color: transparent;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #49439d;
  background-color: transparent;
  border-color: #3cdaa9; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
height: 31px;
background-color: #E9E9E9;
border: 1px solid #D1D1D1;
border-radius: 4px;
overflow: hidden;
width:300px;
}

select#sexe {
width:70px;	
}

select {
height: 35px;
width: 280px;
background-color: #E9E9E9;
border: 1px solid #D1D1D1;
border-radius: 4px;
overflow: hidden;
-webkit-box-shadow: 0;
box-shadow: 0;
}

select:focus,
option:focus {
border-color: #D1D1D1;
-webkit-box-shadow: 0!important;
box-shadow: 0!important;
}

option:checked {
color: #49439d;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; 
  }
  
  
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus{
 
 }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; 
  }

  fieldset {
  padding: 0;
  border-width: 0; 
  }

  input[type="checkbox"],
input[type="radio"] {
  display: inline;transform: scale(1.5); margin:8px; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 0px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.2em; }




/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
  padding-left: 5px;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

select {
	width: 280px;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}


/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


input#invoer
{
border-radius: 5px;
padding-left:3px;
background-color:#E9E9E9;
max-width:260px!important;
}


#milform_home
{
display:block;
position:absolute;
bottom:0px;
margin-bottom:10px;
background:#80B9E3;
min-width:300px;
width: 94%;
height:295px;
-webkit-border-top-left-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-bottomleft: 7px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;

-webkit-border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;

}

#txt_milform_home
{
padding:10px;
}

input:focus{

}


.styled-select {
   width: 240px;
   width/*\**/: 240px; /* hack for IE8 */
  *width: 268px; /* hack for IE7 */
  _width: 268px; /* hack for IE6 */
   height: 25px;
   height/*\**/: 25px; /* hack for IE8 */
  *height: 22px; /* hack for IE7 */
  _height: 22px; /* hack for IE6 */
   overflow: hidden;
   background: url(../admin/images/pijltje.gif) no-repeat right #FFFFFF;
}
.styled-select select {
   width: 268px;
   width/*\**/: 268px; /* hack for IE8 */
  *width: 268px; /* hack for IE7 */
   height: 25px;
   height/*\**/: 25px; /* hack for IE8 */
  *height: 22px; /* hack for IE7 */
  _height: 22px; /* hack for IE6 */
   background: transparent;
   padding: 1px;
   border: 1px solid #ccc;
   font-face: Arial;
   font-size: 12px;
   font-weight: bold;
   color: #0090D1;
   -webkit-appearance: none;
}

#oorzaak_items{
max-width:500px; 
font-size:14px;
overflow:hidden;
color:#3cdaa9; 
margin-bottom:.6em;
padding-left:35px;
padding-bottom:3px;
}


/* Mobile Styles for 1010px breakpoint */
@media screen and (max-width: 450px) {


#oorzaak_items {
    font-size: 12px;
	line-height: 1.5em;
}
	
}


.meldinglijst { 
height: 430px; 
width:100%; 
overflow:auto;
}
			
.recentrecord { 
margin-bottom: 8px; 
}

/* ........................*/

.nicEdit-main{
font-family: Arial;
background-color: white;
font-size:11pt;
color:#000;
width:300px;
height:40px;
}

.nicEdit-pane {
color: #000 !important;
}

.nicEdit-panel {
background-color: #f0f0f0;
}

/* End Additional CSS Styles */
