body {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #555555;
  margin: 0 auto;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.9em;
  margin-bottom: 10px;
}

#sort a {
  color: white;
}

#sitename img {
  margin-right: 10px;
}

a {
  color: #253571;
}

  a:hover {
    color: #253571;
  }

h1 {
  font-size: 45px;
  font-family: Arial, Helvetica, sans-serif;
  color: #01203F;
  font-weight: normal;
  text-decoration: none;
}


h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  padding: 0 0 5px;
  margin: 20px 0;
  font-size: 19px;
}

h3 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}

h4 {
  padding-bottom: 10px;
  font-size: 15px;
  color: #555555;
}

h5 {
  padding-bottom: 10px;
  font-size: 13px;
  color: #666666;
}

/** wrapper **/
div#wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/** sitename+nav **/
div#sitename {
  margin-top: 5px;
  padding: 10px;
}

  div#sitename h1 {
    font-size: 24pt;
    color: #253571;
  }

    div#sitename h1 a {
      font-size: 24pt;
      font-family: Arial, Helvetica, sans-serif;
      color: #01203F;
      font-weight: normal;
      text-decoration: none;
    }


/** header **/
div#header {
  background: url('images/header-bg.png') repeat-x scroll bottom left;
  padding-top: 20px;
  padding-left: 20px;
}

div.header-bottom {
  display: block;
  height: 30px;
  background: transparent url('images/header-bottom.png') no-repeat scroll bottom left;
}

div#header h2 {
  color: #fff;
  font-weight: normal;
}

div#header p {
  color: #fff;
  font-weight: bold;
  padding-bottom: 0;
  font-size: 16px;
}

div.header-text {
  float: left;
  width: 590px;
}

.subheader {
  font-size: 16px;
  color: #719595;
  font-weight: bold;
  margin-bottom: 10px;
}

/** body **/
div#body-wrapper {
  background-color: #ffffff;
}

div#body {
  padding-left: 10px;
  border: 1px solid #ddd;
  border-bottom: none;
  font-size: 13px;
}

td {
  font-size: 13px;
}

  td input[type=checkbox] {
    margin: 0 auto;
    position: relative;
    display: block;
  }

/** content+sidebar styles **/
div.column {
  float: left;
  line-height: 1.9em;
  padding: 10px 0;
}

  div.column h3 {
    color: #212121;
  }

  div.column h1 {
    margin: 20px 0;
  }

  div.column h2 {
    padding-bottom: 10px;
    font-size: 20px;
  }

div.column-right {
  margin-left: 15px;
}

div.column-left {
  margin-right: 15px;
}

div.column-650 {
  width: 650px;
}

div.column-240 {
  width: 240px;
}

div.bcnav {
  background: #EDEDED url('images/nav-bg.png') repeat-x scroll top left;
  border-bottom: 1px solid #ddd;
}

  div.bcnav div.bcnav-left {
    background: transparent url('images/nav-left.png') no-repeat scroll top left;
  }

  div.bcnav div.bcnav-right {
    padding: 5px;
    background: transparent url('images/nav-right.png') no-repeat scroll top right;
  }

  div.bcnav h3 {
    border: none;
    color: #666;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    float: left;
  }

  div.bcnav ul {
    color: #555555;
    font-family: "Trebuchet MS",Verdana,Arial, sans-serif;
    font-size: 13px;
    padding-left: 10px;
    margin: 0;
    float: left;
    list-style: none;
  }

    div.bcnav ul li {
      float: left;
      display: block;
      padding: 0 2px;
    }

/** footer **/
div#footer {
  border-radius: 4px 4px 4px 4px;
  background-color: #253571;
  border-top: 1px solid #253571;
  padding: 18px;
  color: #eee;
  margin-top: 20px;
  font-size: 12px;
}

  div#footer p {
    margin-top: -5px;
    color: #eee;
  }

  div#footer a {
    color: #eee;
    text-decoration: underline;
  }

/** clear **/
.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  display: inline-block;
  display: block;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.textCenter {
  text-align: center;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
  border-bottom: 1px #253571 solid;
  padding: 0 0 2px;
  position: relative;
  margin: 0;
  text-align: right;
}

  ul#menu li {
    display: inline;
    list-style: none;
  }

    ul#menu li#greeting {
      padding: 10px 20px;
      font-weight: bold;
      text-decoration: none;
      line-height: 2.8em;
      color: #fff;
    }

    ul#menu li a {
      padding: 10px 20px;
      text-decoration: none;
      line-height: 2.8em;
      background-color: #253571;
      color: #ffffff;
      border-radius: 4px 4px 0 0;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
    }

      ul#menu li a:hover {
        background-color: #253571;
        text-decoration: none;
      }

      ul#menu li a:active {
        background-color: #253571;
        text-decoration: none;
      }

    ul#menu li.selected a {
      background-color: #fff;
      color: #000;
    }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}

legend {
  font-size: 1.2em;
  font-weight: bold;
}


textarea {
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 6px;
  min-height: 75px;
  font-family: inherit;
  font-size: inherit;
}

input[type="text"],
input[type="password"] {
  border: 1px solid #ccc;
  padding: 2px;
  color: #444;
  width: 200px;
}

select {
  border: 1px solid #ccc;
  padding: 2px;
  color: #444;
}

input[type="submit"] {
  padding: 3px;
}

input[type="button"] {
  padding: 3px;
}

input[type="radio"] {
  width: 20px;
  padding: 0;
  vertical-align: middle;
}

.radioButtonList label {
  margin-right: 4px;
  white-space: nowrap;
}

.question {
  font-weight: bold;
}

.answer {
  line-height: 21px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.header {
  background-color: #253571;
  color: #ffffff;
  padding: 6px 5px;
  text-align: left;
}

/* TABLES
----------------------------------------------------------*/

table {
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

  table td {
    padding: 5px;
    vertical-align: top;
  }

  table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #253571;
    border: solid 1px #253571;
    color: White;
    white-space: nowrap;
    font-weight: normal;
  }

  table.detailstable {
    border: 0;
  }

    table.detailstable td {
      padding: 1px;
    }


    table.detailstable th {
      padding: 1px 1px;
      font-weight: bold;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
  clear: both;
}

.error {
  color: Red;
}

nav,
#menucontainer {
  margin-top: 4px;
  clear: both;
}

div#title {
  display: block;
  float: left;
  text-align: left;
}

.logo {
  display: block;
  margin-bottom: 1px;
}

  .logo img, .logo span {
    vertical-align: middle;
  }

  .logo a {
    font-size: 28px;
    text-decoration: none;
  }

.login-display {
  font-size: 1.1em;
  display: inline-block;
  text-align: right;
  margin: 10px;
  color: #253571;
}

  .login-display a:link {
    color: #253571;
    text-decoration: underline;
  }

  .login-display a:visited {
    color: #253571;
    text-decoration: underline;
  }

  .login-display a:hover {
    color: #253571;
    text-decoration: none;
  }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}

.validation-summary-valid {
  display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
  margin: 1em 0 0 0;
}

.display-field,
.editor-field {
  margin: 0.5em 0 0 0;
}

.text-box {
  width: 30em;
}

  .text-box.multi-line {
    height: 6.5em;
  }

.tri-state {
  width: 6em;
}

/* Jquery ui styles */


.ui-widget-content {
  background: #F9F9F9;
  border: 1px solid #253571;
  color: #222222;
  margin: 5px;
}

.ui-dialog {
  left: 0;
  outline: 0 none;
  padding: 0 !important;
  position: absolute;
  top: 0;
  z-index: 1002;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
}

  .ui-dialog .ui-dialog-titlebar-close {
    right: 0;
    visibility: hidden;
  }

.ui-dialog-buttonpane {
  border: 0;
}

.ui-dialog-buttonset {
  text-align: right;
}

.ui-dialog .ui-dialog-content {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  overflow: auto;
  position: relative;
  padding: 0 !important;
  margin: 5px;
}

.ui-widget-header {
  background: #253571;
  border: 0;
  color: #fff;
  font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.1em .5em;
  position: relative;
  font-size: 1em;
}

.ui-button {
  font-size: 1.2em;
  padding: 3px;
}

.ui-widget-overlay {
  background-color: #000000;
  opacity: 0.5;
  -moz-opacity: 0.50;
  filter: alpha(opacity=50);
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.pager .pagerInActive {
  background: url("/layout/images/pager.png") no-repeat scroll 0 -23px rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 20px;
  margin: 0 2px 0 1px;
  padding-top: 3px;
  text-align: center;
  width: 22px;
}

.pager .pagerVolgende {
  background: url("/layout/images/volgende.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 20px;
  margin: 0 0 0 1px;
  padding-right: 13px;
  padding-top: 3px;
  text-align: center;
  width: 67px;
}

.pager .pagerActive {
  background: url("/layout/images/pager.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  display: block;
  float: left;
  height: 20px;
  margin: 0 2px 0 1px;
  padding-top: 3px;
  text-align: center;
  width: 22px;
}


.pager .pagerVorige {
  background: url("/layout/images/vorige.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 20px;
  margin: 0 2px 0 0;
  padding-left: 13px;
  padding-top: 3px;
  text-align: center;
  width: 52px;
}


.pager .pagerSeparator {
  display: block;
  float: left;
  margin: 0 2px 0 1px;
  padding-top: 3px;
  text-align: center;
}

.no-wrap {
  white-space: nowrap;
}

input[type=submit] {
  border: 2px solid #CCC;
  border-radius: 3px;
  box-shadow: inset 0px 0px 5px 0px #000;
  background-color: #ddd;
}



.icon-edit, .icon-user, .icon-group, .icon-detail, .icon-delete, .icon-clone, .icon-publish {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}

  .icon-edit:before {
    content: url(/layout/icons/pencil91.png);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .icon-user:before {
    content: url(/layout/icons/user151.png);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .icon-group:before {
    content: url(/layout/icons/team2.png);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .icon-detail:before {
    content: url(/layout/icons/add164.png);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .icon-clone:before {
    content: url(/layout/icons/copy.png);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .icon-delete:before {
    content: url(/layout/icons/cross89.png);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .icon-publish:before {
    content: url(/layout/icons/1158129.gif);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }

.records-label {
  float: left;
  line-height: 24px;
  margin-left: 5px;
}

table table label {
  display: block;
}

table table input {
  display: block;
  position: relative;
  margin: 0 auto;
}

.row {
  background-color: #fff;
}

.oddrow {
  background-color: #CACAC7;
}

.editrow {
  background-color: #D8ECFF;
}

.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  background-color: #FB66AA;
  color: White;
  padding: 5px;
  font-size: 10pt;
  font-family: Arial, sans-serif;
}

.aandoeningen {
  width: 580px;
}

.aandoeningen:focus { 
  outline: 0;
}
