/**
 *   initializer for kom less
 */
/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,%20Verdana,%20sans-serif&fwDefault=normal&fsDefault=&cornerRadius=4px&bgColorHeader=dddddd&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=01_flat.png&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Verdana, sans-serif;
  font-size: ;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff url("../edubroker/jquery-ui/theme1/images/ui-bg_flat_75_ffffff_40x100.8692e6efddf8.png") 50% 50% repeat-x;
  color: #444444;
}
.ui-widget-content a {
  color: #444444;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd url("../shared/css/images/ui-bg_highlight-soft_50_dddddd_1x100.f522d8dea1ee.png") 50% 50% repeat-x;
  color: #444444;
  font-weight: bold;
}
.ui-widget-header a {
  color: #444444;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #dddddd;
  background: #f6f6f6 url("../shared/css/images/ui-bg_highlight-soft_100_f6f6f6_1x100.f09a7f32f3b8.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #0073ea;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #0073ea;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #0073ea;
  background: #0073ea url("../shared/css/images/ui-bg_highlight-soft_25_0073ea_1x100.ab918b94152f.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff url("../edubroker/jquery-ui/theme1/images/ui-bg_glass_65_ffffff_1x400.e5a8f32e28fd.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #ff0084;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff url("../shared/css/images/ui-bg_flat_55_ffffff_40x100.8692e6efddf8.png") 50% 50% repeat-x;
  color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff url("../shared/css/images/ui-bg_flat_55_ffffff_40x100.8692e6efddf8.png") 50% 50% repeat-x;
  color: #222222;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #222222;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #222222;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../shared/css/images/ui-icons_ff0084_256x240.2036379446b9.png");
}
.ui-widget-content .ui-icon {
  background-image: url("../shared/css/images/ui-icons_ff0084_256x240.2036379446b9.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../shared/css/images/ui-icons_0073ea_256x240.5620dfc42b8d.png");
}
.ui-state-default .ui-icon {
  background-image: url("../shared/css/images/ui-icons_666666_256x240.5deec0671648.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../shared/css/images/ui-icons_ffffff_256x240.342bc03f6264.png");
}
.ui-state-active .ui-icon {
  background-image: url("../shared/css/images/ui-icons_454545_256x240.119dd0c2e94a.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("../shared/css/images/ui-icons_0073ea_256x240.5620dfc42b8d.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../shared/css/images/ui-icons_ff0084_256x240.2036379446b9.png");
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #eeeeee url("../shared/css/images/ui-bg_flat_0_eeeeee_40x100.7bc7b055c099.png") 50% 50% repeat-x;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url("../shared/css/images/ui-bg_flat_0_aaaaaa_40x100.2a44fbdb7360.png") 50% 50% repeat-x;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/*!
 * jQuery UI Resizable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*!
 * jQuery UI Selectable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*!
 * jQuery UI Accordion 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: 0.5em 0.5em 0.5em 0.7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*!
 * jQuery UI Autocomplete 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.23
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*!
 * jQuery UI Button 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 0.1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*!
 * jQuery UI Slider 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*!
 * jQuery UI Tabs 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 0.2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*!
 * jQuery UI Datepicker 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
/*!
 * jQuery UI Progressbar 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
/*!
 * Parts copied from: Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
/* @group Form */
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.ui-combobox-input,
.ui-autocomplete.ui-menu li {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #0073A5;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 930px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 850px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 770px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 690px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 610px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 530px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 450px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 370px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 290px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 210px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 130px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *zoom: 1;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.dropdown-menu.options.show {
  display: block;
}
/* @end */
/**
 *   Colours
 */
/**
 *   typography basic
 */
@font-face {
  font-family: 'SansationRegular';
  src: url("../fonts/Sansation_Regular-webfont.d560a2f9a0c4.eot");
  src: url("../fonts/Sansation_Regular-webfont.d560a2f9a0c4.eot?#iefix") format('embedded-opentype'), url("../fonts/Sansation_Regular-webfont.45a17d8da008.woff") format('woff'), url("../fonts/Sansation_Regular-webfont.daea8104bd51.ttf") format('truetype'), url("../fonts/Sansation_Regular-webfont.9e34fcc3fac2.svg#SansationRegular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SansationLight';
  src: url("../fonts/Sansation_Light-webfont.e091ed0662dc.eot");
  src: url("../fonts/Sansation_Light-webfont.e091ed0662dc.eot?#iefix") format('embedded-opentype'), url("../fonts/Sansation_Light-webfont.606bdd7c7c23.woff") format('woff'), url("../fonts/Sansation_Light-webfont.4ad666b57dd8.ttf") format('truetype'), url("../fonts/Sansation_Light-webfont.8614ec6bc736.svg#SansationLight") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SansationBold';
  src: url("../fonts/sansation_bold-webfont.536cf25d3ca9.eot");
  src: url("../fonts/sansation_bold-webfont.536cf25d3ca9.eot?#iefix") format('embedded-opentype'), url("../fonts/sansation_bold-webfont.0efd2b907720.woff") format('woff'), url("../fonts/sansation_bold-webfont.41a1950c3179.ttf") format('truetype'), url("../fonts/sansation_bold-webfont.5315ace70262.svg#SansationBold") format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #313131;
  font: 80%/150% Arial, Verdana, sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: 'SansationRegular', Arial, sans-serif;
  color: #415765;
  margin-bottom: 0.5em;
  text-rendering: optimizelegibility;
}
h1 {
  font: 270%/100% 'SansationLight', Arial, sans-serif;
}
h2 {
  font-size: 135%;
  line-height: 120%;
}
h3 {
  font-size: 105%;
  line-height: 115%;
}
h4 {
  font-size: 100%;
  text-transform: uppercase;
  color: #535353;
  line-height: 100%;
}
#description p:first-child {
  font-size: 125%;
  line-height: 175%;
  color: #7F7F7F;
}
ul {
  margin-bottom: 1.5em;
}
li {
  margin-bottom: 0.75em;
  line-height: 150%;
}
p {
  margin-bottom: 1.5em;
}
a {
  color: #0073A5;
  text-decoration: none;
}
a:hover {
  color: #00618C;
  text-decoration: underline;
  cursor: pointer;
}
dl > dt {
  font-weight: bold;
}
dl > dd {
  margin-bottom: 1.5em;
  margin-left: 0;
}
h2.highlight {
  background-color: #d5e3e8;
  background-color: rgba(190, 211, 220, 0.6);
  background-image: url("../img/pattern-strip-diagonal.2bce42104e5e.png");
  margin-bottom: 1em;
  padding: 0.5em 0.7em;
}
/**
 *   basic layout
 */
html {
  width: 100%;
  height: 100%;
  background-color: #2C3A41;
}
body {
  background: url("../img/organic-bottom.fd9950de1412.png") no-repeat left bottom;
  background-color: #fff;
  background-size: 600px;
}
#content {
  padding: 3em 20px 100px;
  max-width: 960px;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
img {
  max-width: 100%;
}
/* @group Main navigation */
#main-nav {
  font-family: 'SansationRegular', Arial, sans-serif;
  display: block;
  padding: 0;
  width: 100%;
  position: relative;
  font-size: 120%;
  height: 100%;
  margin: 0;
}
#main-nav > span {
  position: absolute;
  display: block;
  bottom: -1px;
  width: 100%;
}
#main-nav a {
  width: 32%;
  text-align: center;
  padding: 0.8em 0 0.6em;
  font-family: 'SansationLight', Arial, sans-serif;
  color: #33434C;
  text-decoration: none;
  display: block;
  float: left;
  border: 1px solid transparent;
  border-bottom-style: solid;
  border-top-width: 2px;
  text-shadow: 0 1px 0 #ccc;
}
#main-nav a:hover {
  text-decoration: none;
  background-color: rgba(211, 227, 234, 0.7);
}
#main-nav .home {
  background-image: url("../img/beeldmerk.df043df5f2b8.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -100%;
}
#main-nav .badge {
  background-color: rgba(65, 87, 101, 0.5);
  color: #fff;
  border-radius: 20px;
  margin-left: 3px;
  margin-right: -10px;
  font: bold 75% Verdana, Arial, sans-serif;
  text-shadow: none;
  text-align: center;
  position: relative;
  top: -1px;
  padding: 0.2em 0.5em 0.2em 0.55em;
}
#home .home,
#modules .modules,
#mijn .mijn,
#home .home:hover,
#modules .modules:hover,
#mijn .mijn:hover {
  background-color: #fff;
  border-right: 1px solid #BED3DC;
  border-left: 1px solid #BED3DC;
  border-top: 2px solid #E45129;
  border-bottom: 1px solid #fff;
  cursor: default;
}
/* @end */
/* @group Secondary navigation */
#secondary-nav {
  position: absolute;
  top: 0px;
  width: 100%;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 2px 0;
  font-size: 90%;
  background-color: #415765;
  background: -moz-linear-gradient(90deg, #475F6D 0%, #415765 100%) #415765;
  background: -webkit-gradient(linear, left bottom, left top, from(#415765), to(#475F6D)) #415765;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
#secondary-nav a {
  color: #BED3DC;
  text-decoration: none;
  line-height: 100%;
}
#secondary-nav a:hover {
  color: #BED3DC;
  text-decoration: none;
  cursor: pointer;
}
#secondary-nav form {
  margin: 0;
}
#secondary-nav form input.link {
  border: none;
  color: #BED3DC;
  text-decoration: none;
  line-height: 100%;
}
#secondary-nav .inloggen {
  border-radius: 5px;
  padding: 0.7em 1em;
  position: relative;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 2px;
  background-color: rgba(0, 0, 0, 0.15);
}
#secondary-nav .menu {
  float: left;
  overflow: hidden;
  margin-right: 10px;
  background-size: contain;
  background-image: url("../img/icon-menu.1be071713d59.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0.7em;
  text-indent: -100%;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-left: 10px;
  line-height: 100%;
  margin-top: 2px;
}
#secondary-nav nav {
  background-color: #415765;
  float: right;
  position: absolute;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  left: 1em;
  top: 3.5em;
  z-index: 500;
}
#secondary-nav nav.open {
  display: block;
}
#secondary-nav nav a {
  display: block;
  padding: 1em 15px;
}
#secondary-nav nav a:hover {
  background-color: #35454C;
}
#secondary-nav nav a.selected {
  text-shadow: 0 1px 0 #000000;
  background-color: #2C3A41;
  background: -moz-linear-gradient(90deg, #2C3A41 0%, #242E33 100%) #2C3A41;
  background: -webkit-gradient(linear, left bottom, left top, from(#2C3A41), to(#242E33)) #2C3A41;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
}
/* @end */
/* @group Navigation pills */
.nav-pills {
  overflow: hidden;
  border-bottom: 1px solid silver;
  margin-bottom: 2em;
}
.nav-pills > div {
  float: left;
  width: 30%;
  margin-right: 3%;
}
.nav-pills h2 {
  font-size: 110%;
}
.nav-pills ul {
  list-style: none;
  margin-left: 0;
}
.nav-pills ul.nav-stacked {
  margin-bottom: 1.5em;
}
.nav-pills li {
  margin: 0 0 2px;
}
.nav-pills a {
  display: block;
  border-radius: 0.4em;
  padding: 0.35em 0.7em;
  overflow: hidden;
  text-shadow: 0 1px 0 #ffffff;
}
.nav-pills a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.nav-pills .active a,
.nav-pills .active a:hover {
  background-color: #2a7da1;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
/* @end */
.banner {
  position: relative;
  margin-bottom: 2em;
  overflow: hidden;
  border: 1px solid #e6ebed;
  margin-right: -20px;
  margin-left: -20px;
}
.banner .textwrap {
  position: absolute;
  float: left;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: ;
  left: 0;
  padding: 1em;
  line-height: 150%;
  border-radius: 0.5em;
  top: 0;
  margin: 20px;
}
.banner .textwrap h1 {
  font-size: 180%;
}
.banner .textwrap .btn {
  font-size: 100%;
}
.banner img {
  width: 700px;
  max-width: 500%;
  display: block;
  float: right;
}
.banner .tagline {
  position: absolute;
  border-radius: 1em;
  right: 1em;
  bottom: 1em;
  margin: 0;
  color: #435765;
  font-style: italic;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.2em 0.8em;
  line-height: 1.3em;
}
.testimonial {
  background: url("../img/pattern-strip-diagonal.2bce42104e5e.png") center center rgba(190, 211, 220, 0.6);
  border-radius: 5px;
  border: 2px solid #bed3dc;
  text-shadow: 0 1px 0 #ffffff;
  padding: 2em;
  margin-bottom: 2em;
}
.testimonial img {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.testimonial h2 {
  margin-bottom: 1em;
}
.testimonial blockquote {
  display: inline;
  color: #435765;
}
.testimonial cite {
  display: block;
  margin-top: 1em;
  font-style: italic;
  color: #7496a6;
}
@media (min-width: 700px) {
  .banner .textwrap {
    background-color: rgba(255, 255, 255, 0.8);
    margin-right: 1em;
    margin-top: 1em;
    margin-left: 1em;
    padding: 1em;
    line-height: 150%;
    width: 50%;
  }
  .banner .textwrap h1 {
    font-size: 195%;
  }
  .banner .textwrap .btn {
    font-size: 100%;
  }
  .banner img {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
section#modal .alert {
  margin-bottom: 5px !important;
}
#toslink {
  clear: both;
  display: block;
}
.formmodal label,
.loginmodal label,
.newaccountmodal label,
#modal label {
  float: left;
  clear: left;
  width: 35%;
}
.formmodal .singlecheckbox label,
.loginmodal .singlecheckbox label,
.newaccountmodal .singlecheckbox label,
#modal .singlecheckbox label {
  clear: none;
  width: auto;
}
.formmodal input[type=text],
.loginmodal input[type=text],
.newaccountmodal input[type=text],
#modal input[type=text],
.formmodal input[type=password],
.loginmodal input[type=password],
.newaccountmodal input[type=password],
#modal input[type=password],
.formmodal input[type=email],
.loginmodal input[type=email],
.newaccountmodal input[type=email],
#modal input[type=email],
.formmodal .fieldgroup,
.loginmodal .fieldgroup,
.newaccountmodal .fieldgroup,
#modal .fieldgroup,
.formmodal select,
.loginmodal select,
.newaccountmodal select,
#modal select {
  float: right;
  width: 60%;
}
.formmodal .fieldgroup,
.loginmodal .fieldgroup,
.newaccountmodal .fieldgroup,
#modal .fieldgroup {
  *zoom: 1;
  padding-right: 0;
  margin-right: 0;
}
.formmodal .fieldgroup:before,
.loginmodal .fieldgroup:before,
.newaccountmodal .fieldgroup:before,
#modal .fieldgroup:before,
.formmodal .fieldgroup:after,
.loginmodal .fieldgroup:after,
.newaccountmodal .fieldgroup:after,
#modal .fieldgroup:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.formmodal .fieldgroup:after,
.loginmodal .fieldgroup:after,
.newaccountmodal .fieldgroup:after,
#modal .fieldgroup:after {
  clear: both;
}
.formmodal .fieldgroup .field.flex,
.loginmodal .fieldgroup .field.flex,
.newaccountmodal .fieldgroup .field.flex,
#modal .fieldgroup .field.flex {
  padding-right: 0;
}
.formmodal .fieldgroup .field.flex input[type="text"],
.loginmodal .fieldgroup .field.flex input[type="text"],
.newaccountmodal .fieldgroup .field.flex input[type="text"],
#modal .fieldgroup .field.flex input[type="text"] {
  width: 100%;
}
.formmodal .fieldgroup .field input[type="text"],
.loginmodal .fieldgroup .field input[type="text"],
.newaccountmodal .fieldgroup .field input[type="text"],
#modal .fieldgroup .field input[type="text"] {
  padding: 4px 0.5ex;
}
.formmodal .controls,
.loginmodal .controls,
.newaccountmodal .controls,
#modal .controls {
  *zoom: 1;
  margin-top: 20px;
}
.formmodal .controls:before,
.loginmodal .controls:before,
.newaccountmodal .controls:before,
#modal .controls:before,
.formmodal .controls:after,
.loginmodal .controls:after,
.newaccountmodal .controls:after,
#modal .controls:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.formmodal .controls:after,
.loginmodal .controls:after,
.newaccountmodal .controls:after,
#modal .controls:after {
  clear: both;
}
.formmodal .controls div,
.loginmodal .controls div,
.newaccountmodal .controls div,
#modal .controls div {
  line-height: 2em;
}
.formmodal .controls .links,
.loginmodal .controls .links,
.newaccountmodal .controls .links,
#modal .controls .links {
  float: right;
  line-height: 2em;
}
.formmodal ul.errorlist,
.loginmodal ul.errorlist,
.newaccountmodal ul.errorlist,
#modal ul.errorlist {
  margin-left: 40%;
}
.formmodal .row,
.loginmodal .row,
.newaccountmodal .row,
#modal .row {
  margin-bottom: 5px;
}
.formmodal.module-detail-modal,
.loginmodal.module-detail-modal,
.newaccountmodal.module-detail-modal,
#modal.module-detail-modal {
  overflow: hidden;
  min-height: 350px;
}
.formmodal.module-detail-modal .modalcontainer,
.loginmodal.module-detail-modal .modalcontainer,
.newaccountmodal.module-detail-modal .modalcontainer,
#modal.module-detail-modal .modalcontainer {
  margin: 30px auto 0 auto;
  width: 90%;
  max-width: 800px;
  height: 80%;
}
.formmodal.module-detail-modal .modalcontainer .moduledata,
.loginmodal.module-detail-modal .modalcontainer .moduledata,
.newaccountmodal.module-detail-modal .modalcontainer .moduledata,
#modal.module-detail-modal .modalcontainer .moduledata {
  overflow-y: scroll;
  height: 90%;
}
.loginmodal#modal .g-recaptcha {
  float: right;
  width: 60%;
  padding-right: 10px;
}
.ui-widget-content {
  z-index: 1000;
}
form .fieldgroup {
  *zoom: 1;
  margin-right: 0.5ex;
}
form .fieldgroup:before,
form .fieldgroup:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
form .fieldgroup:after {
  clear: both;
}
form .fieldgroup .field {
  padding-right: 1ex;
}
form .fieldgroup .field input[type=text] {
  display: block;
  width: 100%;
  padding: 0.5ex;
}
form .fieldgroup .field select {
  max-width: 100%;
}
form .fieldgroup .fix-l.chars-7,
form .fieldgroup .fix-r.chars-7 {
  width: 7ex;
}
form .fieldgroup .fix-l.chars-9,
form .fieldgroup .fix-r.chars-9 {
  width: 9ex;
}
form .fieldgroup .fix-l {
  float: left;
}
form .fieldgroup .fix-r {
  float: right;
}
form .fieldgroup .flex {
  padding-right: 1ex;
}
form .fieldgroup .flex.l-chars-7 {
  padding-left: 9ex;
}
form .fieldgroup .flex.r-chars-7 {
  padding-right: 10ex;
}
form .fieldgroup .flex.l-chars-9 {
  padding-left: 11ex;
}
form .errorlist {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 5px;
}
form .errorlist li {
  margin-bottom: 0;
  color: #b94a48;
}
form input[type=checkbox],
form input[type=radio] {
  vertical-align: text-bottom;
  margin-bottom: 2px;
}
form input[type=checkbox] + label,
form input[type=radio] + label {
  display: inline;
}
form .alert {
  padding: 0 5px;
  margin: 0 -5px;
  width: 100%;
}
form fieldset {
  width: 100%;
}
form fieldset.fieldset-buttons {
  width: 100% !important;
}
form label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
form label[for=id_no_bsn] {
  height: auto;
  white-space: normal;
}
form .singlecheckbox input[type="checkbox"] {
  float: left;
}
form .singlecheckbox label {
  display: block;
  float: none;
}
form .singlecheckbox ul.errorlist {
  margin-left: 20px;
}
form.mijn-profiel fieldset {
  margin-bottom: 2em;
}
.ui-combobox {
  position: relative;
  display: inline-block;
}
.ui-combobox .ui-button {
  height: 18px;
  width: 18px;
  padding: 4px;
}
a.ui-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #555;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-color: #eee #eee #c8c8c8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
a.ui-combobox-toggle:focus {
  outline: none;
}
a.ui-combobox-toggle:hover,
a.ui-combobox-toggle:active,
a.ui-combobox-toggle.active,
a.ui-combobox-toggle.disabled,
a.ui-combobox-toggle[disabled] {
  background-color: #eee;
}
a.ui-combobox-toggle:active,
a.ui-combobox-toggle.active {
  background-color: #d5d5d5 \9;
}
a.ui-combobox-toggle::before {
  display: block;
  line-height: 26px;
  text-align: center;
}
a.ui-combobox-toggle:hover {
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff 0%, #ddd 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #ddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
  border-color: #ddd #ddd #b7b7b7;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
a.ui-combobox-toggle:hover:hover,
a.ui-combobox-toggle:hover:active,
a.ui-combobox-toggle:hover.active,
a.ui-combobox-toggle:hover.disabled,
a.ui-combobox-toggle:hover[disabled] {
  background-color: #ddd;
}
a.ui-combobox-toggle:hover:active,
a.ui-combobox-toggle:hover.active {
  background-color: #c4c4c4 \9;
}
a.ui-combobox-toggle:active {
  color: #fff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#999), to(#7F7F7F));
  background-image: -webkit-linear-gradient(top, #999 0%, #7F7F7F 100%);
  background-image: -moz-linear-gradient(top, #999 0%, #7F7F7F 100%);
  background-image: linear-gradient(to bottom, #999 0%, #7F7F7F 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff7f7f7f', GradientType=0);
  border-color: #7F7F7F #7F7F7F #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
a.ui-combobox-toggle:active:hover,
a.ui-combobox-toggle:active:active,
a.ui-combobox-toggle:active.active,
a.ui-combobox-toggle:active.disabled,
a.ui-combobox-toggle:active[disabled] {
  background-color: #7F7F7F;
}
a.ui-combobox-toggle:active:active,
a.ui-combobox-toggle:active.active {
  background-color: #666666 \9;
}
.field .ui-combobox {
  width: 100%;
}
.field .ui-combobox .ui-combobox-input {
  width: calc(100% - 26px);
  margin-right: -1px;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 360px;
}
.ui-autocomplete li {
  width: 95%;
}
.ui-autocomplete li a {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.field .ui-combobox .ui-combobox-input.ui-state-default.hasfocus {
  background: #ffffff !important;
}
.ui-menu .ui-menu-item {
  margin: 0 -4px !important;
}
button.btn-link {
  background: none;
  border: none;
}
/*
Kies op maat
Visual design prototype
Versie 1.0
Herjen Oldenbeuving
*/
/* @group Header */
html.modal-page {
  overflow: hidden;
}
body > header {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #BED3DC;
  height: 6.25em;
  background-color: rgba(190, 211, 220, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
}
body > header > h1 {
  height: 0px;
  margin: 0px;
  overflow: hidden;
}
body > header .dropdown.languageselect {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0.5em;
  background-color: #fff;
  border: 1px solid #bfd3dc;
  font-size: 90%;
  width: 117px;
}
body > header .dropdown.languageselect a {
  display: block;
  padding: 3px 5px 3px 10px !important;
  margin: 0;
  text-align: left !important;
  width: 100px !important;
}
body > header .dropdown.languageselect a.dropdown-toggle {
  background: url("../img/dropselect-icon.c426dfc2d110.png") right top no-repeat;
}
body > header .dropdown.languageselect a.dropdown-toggle:hover {
  background-position: right -30px;
}
body > header .dropdown.languageselect ul.dropdown-menu {
  left: -1px;
  margin-top: 2px;
  width: 117px;
  min-width: 100px;
  padding: 0;
}
body > header .dropdown.languageselect ul.dropdown-menu li {
  width: 16ex;
  padding: 0;
  margin: 0;
}
/* @end */
/* @group Footer */
footer {
  padding-top: 20px;
  padding-bottom: 40px;
  color: #858d9a;
  background: url("../img/background-footer_100.646e4d5df5d2.png") #2C3A41;
  background-size: 100px;
  position: relative;
  border-top: 3px solid rgba(0, 0, 0, 0.5);
  font-size: 90%;
}
footer > .copyrights {
  text-align: center;
  text-shadow: 0 1px 1px #000000;
}
footer > .beeldmerk {
  overflow: hidden;
  padding: 40px 0 0;
  width: 40px;
  background-size: 100%;
  background: url("../img/beeldmerk-wit-50.60b62539e3a7.png") no-repeat center center;
  height: 0;
  margin: 0 auto;
}
footer > .onderdeel {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  border-top: 2px solid #617081;
  padding-top: 1.5em;
}
footer > .onderdeel .tekst {
  margin-bottom: 5px;
  text-align: center;
  display: block;
}
footer > .footerlinks {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
footer .logos {
  margin: 0 auto;
  padding: 0;
  display: block;
  text-align: center;
}
footer .studiekeuze {
  width: 50px;
  margin-right: 20px;
}
footer .surf {
  width: 58px;
}
footer .version {
  text-align: center;
  font-size: 0.75em;
  margin-bottom: 0;
}
footer .wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  text-align: center;
}
footer .wrap .languageselect h3,
footer .wrap .footerlinks h3 {
  font-size: 1.5em;
  color: #858d9a;
  font-weight: normal;
}
footer .wrap .languageselect ul,
footer .wrap .footerlinks ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .wrap .languageselect a,
footer .wrap .footerlinks a {
  color: #599ED8;
}
/* @group Pages */
/* @group Type page*/
#main {
  margin-bottom: 20px;
}
aside.brand {
  display: none;
}
/* @end */
/* @group Modules */
.select-filter,
#filter {
  display: none;
}
.search-modules .pager {
  float: none;
  width: 100%;
}
.search-modules .pager td {
  margin: 0;
  color: #999;
  padding: 0;
  vertical-align: top;
}
.search-modules .pager .count {
  padding: 0.5em;
}
.search-modules .pager .next,
.search-modules .pager .previous {
  width: 34px;
}
.search-modules .pager .next a,
.search-modules .pager .previous a {
  display: block;
  padding-top: 3em;
  height: 0;
  line-height: 200%;
  width: 3em;
  position: relative;
  color: #999;
  font-size: 80%;
  border-radius: 3px;
  overflow: hidden;
  background-color: #BFDBE8;
  color: #0072A5;
}
.search-modules .pager .next a:before,
.search-modules .pager .previous a:before {
  content: "▶";
  position: absolute;
  text-align: center;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.6em;
}
.search-modules .pager .next a:hover,
.search-modules .pager .previous a:hover {
  text-decoration: none;
  background-color: #2980a6;
  color: white;
}
.search-modules .pager .next a.disabled,
.search-modules .pager .previous a.disabled,
.search-modules .pager .next a.disabled:hover,
.search-modules .pager .previous a.disabled:hover {
  cursor: default;
  background-color: #BFDBE8;
  color: #0072A5;
  opacity: 0.5;
}
.search-modules .pager .previous a:before {
  content: "◀";
}
.search-modules .pager .sliderbox {
  text-align: center;
  padding: 5px 17px 0 17px;
}
.search-modules .pager .sliderbox .slider {
  width: 100% !important;
  margin: 0;
}
.search-modules .pager .sliderbox .slider .slider-handle {
  text-align: center;
  color: white;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin-left: -17px !important;
  margin-top: -16px !important;
  background-image: none;
  background-color: #2980a6;
  border-radius: 3px;
}
.search-modules .pager .sliderbox .slider .slider-handle.hide {
  display: none;
}
.search-modules .pager .sliderbox .slider .slider-track {
  border-bottom: 2px solid #f1f1f1;
}
.search-modules .pager .firstlast {
  width: 35px;
  line-height: 34px;
  font-size: 90%;
  text-align: center;
}
.search-modules a:hover {
  text-decoration: none;
  background-color: #2980a6;
  color: white;
}
input {
  margin-bottom: 1.5em;
}
/* @group Sorting */
.sorting {
  float: right;
  display: block;
  clear: both;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.sorting > label {
  display: inline-block;
  color: #999;
  font-size: 90%;
  margin: 0 0.5em 0 0;
}
.sorting > select {
  width: auto;
  font-size: 90%;
  margin: 0;
}
/* @end */
/* @group Search */
#search {
  margin-bottom: 1em;
  position: relative;
}
#search .search-field {
  display: block;
}
#search label {
  color: #415765;
  margin-bottom: 0.5em;
  text-rendering: optimizelegibility;
  font-weight: bold;
  font-family: 'SansationRegular', Arial, sans-serif;
  margin-top: 0.4em;
  float: left;
  margin-right: 1em;
}
#search input {
  display: inline-block;
  margin: 0 0.5em 0 0;
  width: 45%;
}
/* @end */
/* @group Result */
.result-list {
  list-style: none;
  margin-left: 0;
  clear: both;
  margin-bottom: 2em;
  border-bottom: 2px solid #e3e3e3;
}
.result-list .result {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 -20px;
}
.result > a {
  color: #313131;
  display: block;
  padding: 1em 20px;
  margin: 0;
  position: relative;
}
.result > a:hover {
  text-decoration: none;
  background-color: #d8f3ff;
  background-color: rgba(0, 114, 165, 0.15);
}
.result > a:hover > h3 {
  text-decoration: underline;
  color: #00618C;
}
.result h3 {
  color: #0073A5;
  margin-right: 3em;
}
.result .description {
  font-size: 90%;
  line-height: 125%;
  color: #7F7F7F;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 6.25em;
  min-height: 60px;
  display: block;
  position: relative;
  word-break: hyphenate;
  word-wrap: break-word;
}
.result .dates {
  margin: 0 0 0 0;
  list-style: none;
  font-size: 90%;
}
.result .dates li {
  margin: 0;
}
.result .dates .open {
  color: green;
}
.result .dates .close {
  color: #E45129;
}
.result .european-credit {
  position: absolute;
  top: 1em;
  right: 1em;
  border-radius: 3px;
  color: #535353;
}
.result .european-credit .points {
  font-weight: bold;
}
.result .european-credit .type {
  font-size: 50%;
  position: relative;
  top: -0.4em;
}
.result .logo,
.result .logo-alt {
  margin: 0 0 1ex 1ex;
  padding: 0;
  float: right;
  background-color: transparent;
}
.result .logo .logo-inner,
.result .logo-alt .logo-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 75px;
  height: 75px;
}
.result .logo img,
.result .logo-alt img {
  margin: 0;
}
.result .logo-alt {
  overflow: hidden;
  white-space: normal;
  font-size: 0.8em;
  line-height: 1.2em;
  color: #7F7F7F;
  font-style: italic;
  padding-top: 5px;
  width: 75px;
  height: 70px;
  background-color: white;
  background-image: url("../img/organic-top.d7dfab38adb4.png");
  background-color: #f3f3f3;
  background-position: right 0;
  background-size: 300px;
  border-radius: 4px;
}
#modules.modules-detail .pager {
  float: right;
}
.modules-detail #main {
  border-bottom: 1px solid #ccc;
}
.modules-detail #main > h2 {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #ccc;
  background: url("../img/vishaak.b158e7ccc49e.png") no-repeat right center #fff;
  background-size: 15px;
  cursor: pointer;
}
.modules-detail #main > h2 + div {
  display: none;
}
.modules-detail .educationperiods .open {
  color: green;
}
.modules-detail .educationperiods .close {
  color: #E45129;
}
.modules-detail .disclaimer {
  font-size: 0.9em;
  font-style: italic;
}
aside .action,
aside .detail {
  padding: 20px;
  display: block;
  text-shadow: 0px 1px 0 #ffffff;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid #999;
  background: url("../img/noise.3ff60809293a.png") #fff;
}
aside .action {
  background-color: #e1f2fa;
}
aside .action a,
aside .action input.link {
  color: #285473;
  font-weight: bold;
  text-shadow: 0px 1px 0 #ffffff;
}
aside .action a.btn,
aside .action input.link.btn {
  color: #fff;
  font-weight: normal;
  font-style: normal;
}
aside .action a.disabled,
aside .action input.link.disabled {
  color: #7F7F7F;
  text-decoration: none;
}
aside .action input.link {
  background: transparent;
  border: none;
  padding: 0;
  font-size: inherit;
}
aside .action input.link:hover {
  text-decoration: underline;
}
aside .detail .logo {
  display: block;
  background-color: #fff;
  margin-bottom: 15px;
  min-height: 30px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
aside .detail .logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/noise.3ff60809293a.png");
}
aside .detail .logo img {
  display: block;
  margin: 0 auto;
}
aside .detail a {
  color: #007199;
}
aside .detail a.inactive {
  color: #6f6f6f;
  font-weight: bold;
  cursor: auto;
}
aside .detail .collapsible > a {
  margin-left: -20px;
  margin-right: -20px;
}
aside .detail ul.unstyled {
  color: #7F7F7F;
}
aside .detail ul.unstyled em {
  color: #222;
  font-weight: normal;
  font-style: normal;
  margin-left: 5px;
}
aside .detail .easy-map-googlemap {
  width: 100% !important;
}
/* @end */
/* @end */
/* @group Components */
/* @group News */
.news li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}
.news li > h3 {
  font: bold 110%/120% Arial, Verdana, sans-serif;
}
/* @end */
/* @group Message */
.message {
  border-bottom: 1px solid transparent;
  margin-bottom: 20px;
  position: relative;
}
.message .header {
  list-style: none;
  margin: 0 0 10px;
  border-bottom: 1px solid #cfcfcf;
  padding: 10px;
  font-size: 90%;
  color: #4b4b4b;
  background-image: url("../img/pattern-strip-diagonal.2bce42104e5e.png");
  background-color: rgba(190, 211, 220, 0.6);
}
.message.new .header {
  border-bottom: 1px solid #bfd3dd;
}
.message.new .badge {
  width: 0.7em;
  height: 0;
  display: inline-block;
  padding-top: 0.7em;
  top: 0.5em;
  border-radius: 4em;
  margin-right: 0.7em;
  background: -moz-linear-gradient(90deg, #dd4d2f 0%, #ec9b8b 100%) #E45129;
  background: -webkit-gradient(linear, left bottom, left top, from(#dd4d2f), to(#ec9b8b)) #E45129;
  left: 0.5em;
  overflow: hidden;
  border: 1px solid #ffffff;
  position: absolute;
}
.message .header {
  margin: 0 0 10px;
  overflow: hidden;
}
.message .header dd {
  color: #767676;
  float: left;
  clear: both;
  margin: 0;
  width: 22%;
  text-align: right;
  padding-right: 3%;
}
.message .header dt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  float: left;
  width: 75%;
}
/* @end */
/* @group Tabs second */
.nav-tabs-second {
  border-bottom: 1px solid #E3e3e3;
  background: -moz-linear-gradient(90deg, #efefef 0%, #ffffff 100%) #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#efefef), to(#ffffff)) #fff;
  font-size: 90%;
}
.nav-tabs-second ul {
  max-width: 960px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.nav-tabs-second ul > li {
  float: left;
  margin: 0;
  padding: 0.5em 0 0.5em 0.5em;
  width: auto;
}
.nav-tabs-second ul > li > a {
  display: block;
  margin: 0 0 -2px;
  border-radius: 2em;
  padding: 0.5em 1.2em;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.nav-tabs-second ul > li > a:hover {
  background-color: rgba(0, 114, 165, 0.1);
  text-decoration: none;
}
.nav-tabs-second ul > .active > a,
.nav-tabs-second ul > .active > a:hover {
  color: #415765;
  background: -moz-linear-gradient(90deg, #FFF 0%, #E5E5E5 100%) #E5E5E5;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#E5E5E5)) #E5E5E5;
  box-shadow: 0px -1px 0px #BED3DC;
  text-decoration: none;
  cursor: default;
}
.nav-tabs-second .badge {
  border-radius: 20px;
  text-shadow: none;
  text-align: center;
  font-weight: bold;
  border-style: solid;
  border-color: silver;
  background-color: rgba(65, 87, 101, 0.5);
  background-color: ;
  color: #fff;
  font-size: 85%;
  padding: 0.19em 0.6em;
}
/* @end */
/* @group Collapsible */
.collapsible > a {
  border-top: 1px solid #CCCCCC;
  display: block;
  position: relative;
  background: url("../img/collapsible-background.ec0c5a93fe89.png") repeat-x;
  background-size: contain;
  padding: 0.75em 0 0.75em 18px;
}
.collapsible > a:before {
  display: block;
  width: 25px;
  height: 20px;
  position: absolute;
  left: 20px;
  font-size: 90%;
  opacity: 0.75;
  margin-top: 0.1em;
}
.collapsible.open > a:before {
  font-size: 100%;
  left: 18px;
}
.collapsible > a:hover {
  text-decoration: none;
}
.collapsible.open > a {
  background: none;
}
.collapsible.close > div {
  display: none;
}
.collapsible.last {
  margin-bottom: 2em;
}
/* @end */
/* @group Page navigation */
.page-nav {
  margin-bottom: 10px;
}
.page-nav .back {
  float: left;
  color: #999;
  padding: 0.5em 0.5em 0.5em 1.3em;
  position: relative;
}
.page-nav .back:before {
  content: "←";
  position: absolute;
  left: 0;
}
.page-nav .back:hover {
  text-decoration: none;
  left: -1.5em;
  padding-right: 2em;
}
.page-nav .pagecount {
  text-align: center;
  color: #2980a6;
}
.page-nav .pager {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.page-nav .pager li {
  float: right;
  margin: 0;
  color: #999;
}
.page-nav .pager .count {
  padding: 0.5em;
}
.page-nav .pager a {
  display: block;
  padding-top: 3em;
  height: 0;
  line-height: 200%;
  width: 3em;
  position: relative;
  color: #999;
  font-size: 80%;
  border-radius: 3px;
}
.page-nav .pager a:hover {
  text-decoration: none;
  background-color: #E5E5E5;
}
.page-nav .pager .next a:before {
  content: "▶";
  position: absolute;
  text-align: center;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.6em;
}
.page-nav .pager .previous a:before {
  content: "◀";
  position: absolute;
  text-align: center;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.6em;
}
.page-nav .pager .disabled a,
.page-nav .pager .disabled a:hover {
  cursor: default;
  opacity: 0.5;
}
/* @end */
/* @group Link list */
.link-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 2em;
}
.link-list a {
  display: block;
  line-height: 125%;
}
/* @end */
/* @group Alert */
.alert-block,
.alert-info,
.alert-error,
.alert-success {
  padding: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.5em;
}
.alert-success {
  color: #476e15;
  background-color: #dfefca;
  border-color: #c5e3a6;
}
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-info {
  background-color: #f2f2f2;
  border-color: #ebebeb;
}
.alert-block {
  color: #7b520c;
  background-color: #fef1b4;
  border-color: #fee796;
}
.alert-block h2,
.alert-block h3,
.alert-block p,
.alert-block a,
.alert-success h2,
.alert-success h3,
.alert-success p,
.alert-success a,
.alert-info h2,
.alert-info h3,
.alert-info p,
.alert-info a {
  color: inherit;
}
.alert-block a,
.alert-success a,
.alert-info a {
  text-decoration: underline;
}
/* @end */
/* @group Leerovereenkomst */
.agreement {
  position: relative;
  border: 1px solid #d0d0d0;
  margin-bottom: 1em;
  border-bottom-style: none;
  background-color: #fff;
  background-image: url("../img/noise.3ff60809293a.png");
}
.agreement .step {
  position: absolute;
  right: 1em;
  top: 0.8em;
  color: #40536b;
}
.agreement > div {
  display: none;
  position: relative;
}
.agreement > a {
  display: block;
  text-shadow: 0 1px 0 #ffffff;
  padding: 1em 3.5em 1em 2.7em;
  border-bottom: 1px solid #b4b2b2;
  background: url("../img/collapsible-background.ec0c5a93fe89.png") repeat;
  background-size: contain;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.agreement > a:hover {
  text-decoration: none;
  background-color: #D8D8D8;
}
.agreement.open {
  background-color: #fff;
  background-image: none;
}
.agreement.open .step {
  display: none;
}
.agreement.open > div {
  display: block;
}
.agreement.open > a,
.agreement.open > a:hover {
  background-size: inherit;
  background: url("../img/noise.3ff60809293a.png") #fff;
}
.agreement > a:before {
  content: "▶";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  font-size: 120%;
  left: 0.75em;
  color: #415765;
  margin: 0;
}
.agreement.open > a:before {
  content: "▼";
}
.agreement .badge {
  width: 0.8em;
  height: 0;
  display: inline-block;
  padding-top: 0.8em;
  position: relative;
  top: 0.15em;
  border-radius: 1em;
  margin-right: 0.7em;
  background: -moz-linear-gradient(90deg, #dd4d2f 0%, #ec9b8b 100%) #E45129;
  background: -webkit-gradient(linear, left bottom, left top, from(#dd4d2f), to(#ec9b8b)) #E45129;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.agreement > a > h3 {
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  position: relative;
}
.agreement .more-info {
  right: 1em;
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 2em;
  padding-top: 2em;
  background: url("../img/icon-info-21-o60.2e3d556029ed.png") no-repeat center center;
  top: -2.6em;
}
.agreement .more-info:hover {
  background: url("../img/icon-info-21.61287d650eba.png") no-repeat center center !important;
}
.agreement .help {
  right: 1em;
  top: 1.2em;
  position: absolute;
  overflow: hidden;
  height: 0;
  padding-top: 2em;
  background: url("../img/icon-help-21-o60.c3c7f4c8ea36.png") no-repeat center center;
  width: 2em;
}
.agreement .help:hover {
  background: url("../img/icon-help-21.86295b54cb47.png") no-repeat center center !important;
}
.agreement .container {
  padding: 1.5em 1em 1em;
  position: relative;
}
.agreement .container .stepcontent > h3 {
  font-size: 125%;
  color: #E45129;
  margin-bottom: 1.5em;
  margin-right: 2em;
}
.agreement .address {
  font-style: italic;
  margin-top: 1em;
}
/* @group Active */
.agreement.active {
  background: url("../img/pattern-strip-diagonal.2bce42104e5e.png") #CFDFE5;
  border-radius: 5px;
  border: 2px solid #b6d7e6;
  margin-bottom: 2.5em;
  text-shadow: 0 1px 0 #ffffff;
  padding: 1.5em 1.5em 0;
  border-bottom-color: #9dc9dd;
}
.agreement.active a {
  color: #00618C;
}
.agreement.active > h3 {
  font-weight: normal;
  font-style: normal;
  font-size: 150%;
  color: #313131;
  opacity: 0.9;
}
.agreement.active .aangemeld {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em;
}
.agreement.active .inschrijven {
  text-align: center;
}
.agreement.active .kom {
  border-top: 1px solid #b2d4e4;
  padding: 45px 0 0;
  height: 0;
  overflow: hidden;
  background: url("../img/beeldmerk-watermerk.0d22f2b01756.png") no-repeat center center;
  background-size: 40px;
  margin: 2.5em 0 0;
}
/* @end */
/* @group Form */
.agreement form {
  margin: 0;
  padding: 0;
}
.agreement fieldset {
  padding-bottom: 2em;
  overflow: hidden;
}
.agreement legend {
  margin-bottom: 2em;
  display: block;
}
/* @end */
.agreement .step-1 select {
  width: auto;
  max-width: 100%;
}
.agreement .step-4 .alert-block,
.agreement .step-4 .alert-info {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}
/* @group Step navigation */
.agreement nav {
  background: url("../img/noise.3ff60809293a.png") #e0f1f8;
  padding: 1em;
  margin: 0 -1em -1em;
  position: relative;
  float: none;
  overflow: hidden;
  border-bottom: 1px solid #81abbb;
  border-top: 1px solid #b7cfd8;
}
.agreement nav .next {
  float: right;
}
.agreement nav .previous {
  float: right;
  margin-right: 10px;
  color: #00618C;
}
.agreement nav .cancel {
  float: left;
  color: #00618C;
  border: none;
  background: none;
}
/* @end */
/* @group Step indicator */
.agreement .step-indicator {
  list-style-position: inside;
  width: 100%;
  border-bottom: 1px solid silver;
  margin: 0;
}
.agreement .step-indicator > li {
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  margin: 0 0 -1px;
  font-size: 90%;
  text-shadow: 0 1px 0 #ffffff;
  color: #999;
  background: url("../img/step-indicator-default-arrow-44.a3b58105145b.png") no-repeat;
  background-size: contain;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 5.5%;
  width: 14.5%;
}
.agreement .step-indicator li.active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #972a14;
  background: url("../img/step-indicator-done-arrow-44.07249ba3fb81.png") no-repeat, url("../img/step-indicator-active-44.cc5bd68615bb.png");
  background-color: #E45129;
}
.agreement .step-indicator li.done {
  color: #313131;
  border-bottom: 1px solid #999;
  background: url("../img/step-indicator-done-arrow-44.07249ba3fb81.png") no-repeat, url("../img/step-indicator-done-44.e2227c4f1f72.png");
  background-color: #E5E5E5;
}
.agreement .step-indicator li.active + li {
  background: url("../img/step-indicator-active-arrow-44.bafa436d877a.png") no-repeat;
}
.agreement .step-indicator li.done:first-child {
  background: url("../img/step-indicator-done-44.e2227c4f1f72.png");
}
.agreement .step-indicator li.active:first-child {
  background: url("../img/step-indicator-active-44.cc5bd68615bb.png");
}
/* @end */
/* @end */
/* @group Modal */
#modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
#modal > div {
  background-color: #fff;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5em;
  padding: 2em;
  border-radius: 10px;
  border: 5px solid #2e2e2e;
  position: relative;
}
#modal textarea {
  width: 95%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}
#modal .close {
  height: 0;
  overflow: hidden;
  display: block;
  padding-top: 2em;
  position: absolute;
  background-size: 100%;
  background: url("../img/icon-close-dark-28.e25fff8e7157.png") no-repeat center center;
  opacity: 0.5;
  width: 2em;
  right: 2.5em;
  top: 2.4em;
}
#modal h2 {
  padding-right: 2.5em;
}
#modal .close:hover {
  opacity: 1;
}
/* @end */
/* @end */
/* @group Form */
label {
  display: block;
  height: 20px;
  padding: 4px;
  margin-bottom: 9px;
  line-height: 18px;
  color: #555555;
}
legend {
  color: #415765;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 0.5em;
}
/* @group Button */
.btn {
  display: inline-block;
  text-align: center;
  font: 100% 'SansationRegular', Arial, sans-serif;
  color: #295060;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  padding: 0.5em 1em;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #21424C;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.4;
  filter: alpha(opacity=4);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 135%;
  line-height: 120%;
  padding: 0.65em 1.15em;
}
.btn-small {
  padding: 0.5em 1em;
  font-size: 90%;
  line-height: 100%;
}
.btn-primary {
  background-color: #577E8C;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5);
  background-image: -ms-linear-gradient(top, #577E8C, #295060);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#577E8C), to(#295060));
  background-image: -webkit-linear-gradient(top, #577E8C, #295060);
  background-image: -o-linear-gradient(top, #577E8C, #295060);
  background-image: -moz-linear-gradient(top, #577E8C, #295060);
  background-image: linear-gradient(top, #577E8C, #295060);
  background-repeat: repeat-x;
  border-color: #295060;
  border-color: rgba(0, 0, 0, 0.3);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#577E8C', endColorstr='#295060', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: #fff;
}
.btn-link {
  padding: 0.5em 1em;
  line-height: 125%;
  text-align: center;
  text-shadow: 0 1px 1px #ffffff;
  font-size: 100%;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #274F5B;
  color: #fff;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450 0%, #f89406 100%);
  background-image: -moz-linear-gradient(top, #fbb450 0%, #f89406 100%);
  background-image: linear-gradient(to bottom, #fbb450 0%, #f89406 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);
  background-image: -moz-linear-gradient(top, #ee5f5b 0%, #bd362f 100%);
  background-image: linear-gradient(to bottom, #ee5f5b 0%, #bd362f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: -moz-linear-gradient(top, #62c462 0%, #51a351 100%);
  background-image: linear-gradient(to bottom, #62c462 0%, #51a351 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #2f96b4 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2f96b4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#555), to(#222));
  background-image: -webkit-linear-gradient(top, #555 0%, #222 100%);
  background-image: -moz-linear-gradient(top, #555 0%, #222 100%);
  background-image: linear-gradient(to bottom, #555 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
/* @end */
/* @end */
/* @group Media queries */
@media (min-width: 700px) {
  /* @group Basic layout */
  body {
    font-size: 90%;
    background-size: 800px;
    background-color: #fff;
  }
  body > header {
    height: 9.5em;
    background-image: url("../img/organic-top.d7dfab38adb4.png");
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: 600px;
  }
  footer > .beeldmerk {
    padding: 50px 0 0;
    width: 50px;
  }
  /* @group Header */
  /* @group Main navigation */
  #main-nav {
    padding: 0;
    max-width: 960px;
    font-size: 110%;
    margin: 0 auto;
    height: 100%;
  }
  #main-nav > span {
    width: 480px;
    padding-left: 160px;
  }
  #main-nav a {
    padding: 0.8em 0;
  }
  #main-nav .home {
    background-size: 6em;
    left: 0;
    width: 160px;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: inherit;
    bottom: 0;
    background-image: url("../img/logo.17f7629330b1.png");
    background-position: center bottom;
    padding: 6.5em 0 0;
  }
  #home .home,
  #home .home:hover {
    position: absolute;
    top: inherit;
  }
  /* @end */
  /* @group Secondary navigation */
  #secondary-nav {
    font-size: 80%;
    padding-top: 4px;
    padding-bottom: 3px;
  }
  #secondary-nav > span {
    max-width: 960px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: block;
  }
  #secondary-nav .menu {
    display: none;
  }
  #secondary-nav nav {
    background-color: transparent;
    padding: 0;
    display: block;
    position: static;
    margin-right: 10px;
  }
  #secondary-nav nav a,
  #secondary-nav .inloggen {
    display: inline-block;
    border-radius: 2em;
    padding: 0.7em 1.3em;
  }
  #secondary-nav .inloggen {
    position: static;
    float: right;
    margin: 0 20px 0 0;
    background-color: transparent;
  }
  /* @end */
  /* @end */
  /* @end */
  /* @group Pages */
  #faq #content dl {
    float: left;
    margin-right: 2%;
    width: 47.9%;
  }
  /* @group Type page */
  .main-aside #main {
    width: 64.458%;
    float: left;
  }
  .main-aside aside {
    float: right;
    width: 31.25%;
    font-size: 90%;
    line-height: 150%;
    margin-top: 0.5em;
  }
  .aside-main #main {
    width: 64.458%;
    float: right;
  }
  .aside-main aside {
    float: left;
    width: 31.25%;
    font-size: 90%;
    line-height: 150%;
    margin-top: 0.5em;
  }
  .aside-main-aside #main {
    width: 47.916%;
    float: left;
  }
  .aside-main-aside aside.second {
    width: 22.916%;
    float: left;
    font-size: 90%;
    margin-right: 2%;
    margin-top: 0.5em;
  }
  .aside-main-aside aside.third {
    width: 22.916%;
    float: right;
    font-size: 90%;
    margin-top: 0.5em;
  }
  aside.brand {
    height: 40em;
    border-radius: 10px;
    display: block;
    background: url("../img/pattern-organic-chaos-white.8e4ac93b0af5.png");
    opacity: 0.75;
    background-color: rgba(190, 211, 220, 0.7);
  }
  /* @end */
  /* @group Modules */
  #modules .aside-main-aside aside.second {
    width: 19.916%;
    background: url("../img/noise.3ff60809293a.png") #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
    padding: 1em 1.5% 0;
  }
  .result-list .result {
    margin: 0;
  }
  .result > a {
    padding: 1em;
  }
  /* @group Search */
  #search {
    border-bottom: 1px solid #e3e3e3;
  }
  #search .search-field {
    width: 47.916%;
    margin-left: 24.916%;
    padding-left: 1em;
    margin-bottom: 0.5em;
    display: block;
  }
  #search label {
    position: absolute;
  }
  #search input {
    display: inline-block;
    width: 73%;
  }
  #filter {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    overflow: hidden;
    display: block;
  }
  #filter > h3 {
    float: left;
    margin-right: 1em;
    padding-top: 0.3em;
  }
  #filter .filter-labels {
    list-style: none;
    margin: 0;
  }
  #filter .filter-labels > li {
    float: left;
    background-color: #738C99;
    margin: 0 1em 0.5em 0;
    color: #fff;
    font-size: 90%;
    border-radius: 3px;
    position: relative;
    padding: 0.3em 2.1em 0.3em 0.5em;
  }
  #filter .filter-labels a {
    height: 0;
    overflow: hidden;
    display: block;
    padding-top: 2em;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 70%;
    background: url("../img/icon-close-light-28.56c15ed8f289.png") no-repeat center center;
    opacity: 0.5;
    width: 2em;
  }
  #filter .filter-labels a:hover {
    opacity: 1;
  }
  /* @end */
  /* @group Select filter */
  .select-filter {
    text-shadow: 0px 1px 0px #fff;
  }
  .select-filter > h2 {
    margin-bottom: 0.7em;
    color: #999;
  }
  .select-filter select {
    display: block;
    width: auto;
    max-width: 100%;
  }
  .select-filter .link-list a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
  }
  .select-filter .link-list a.disabled {
    color: gray;
    text-decoration: none;
  }
  .select-filter .link-list .amount {
    color: gray;
    float: right;
  }
  /* @end */
  /* @end */
  /* @group Modules detail */
  aside .action,
  aside .detail {
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .modules-detail #main {
    border-style: none;
  }
  .modules-detail #main h2 {
    border-style: none;
    background: url("../img/pattern-strip-diagonal.2bce42104e5e.png") rgba(190, 211, 220, 0.6);
    margin-bottom: 0.5em;
    background-size: 10px;
  }
  .modules-detail #main > h2 + div {
    display: block;
  }
  /* @end */
  /* @end */
  /* @group Components */
  #modal > div {
    width: 600px;
  }
  /* @group Message */
  .message .header dd {
    width: 15%;
  }
  .message .header dt {
    width: 82%;
  }
  /* @end */
  /* @group Leerovereenkomst */
  .agreement .step-2 fieldset {
    float: left;
    margin-right: 3%;
    width: 30%;
  }
  .agreement .step-2 fieldset select {
    width: auto;
  }
  .agreement .step-indicator > li {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 4.5%;
    width: 15.5%;
  }
  /* @group Step 3 */
  .agreement .step-3 .alert-block,
  .agreement .step-3 ol {
    float: left;
    width: 40%;
  }
  .agreement .step-3 .alert-block {
    margin-right: 5%;
    padding: 1.5em 2.5% 0.5em;
  }
  /* @end */
  .agreement .step-4 .alert-block,
  .agreement .step-4 .alert-info {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  /* @end */
  /* @group Navigation pills */
  .nav-pills {
    border-bottom-style: none;
  }
  .nav-pills > div {
    float: left;
    width: 100%;
    margin: 0;
  }
  /* @end */
  /* @end */
}
@media (min-width: 1000px) {
  body {
    background: url("../img/organic-bottom.fd9950de1412.png") no-repeat left bottom, url("../img/organic-strip-left.d4ab25482aff.png") no-repeat left 250px;
    background-color: #fff;
  }
  body > header {
    background-size: 800px;
  }
}
.agreement-moduledetail .statsblock {
  padding: 6px 12px;
  margin-bottom: 16px;
  background-color: #f9ecba;
  color: #62462c;
}
.agreement-moduledetail .statsblock td.label {
  text-align: left;
  padding-right: 5em;
}
.alert-neutral {
  background-color: #f2f2f2;
  border-color: #ebebeb;
  color: #000;
}
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 20px/2;
  width: 100%;
  margin-top: -20px/4;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -20px/2;
  margin-top: -20px/4;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 20px/2 20px/2 20px/2;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 20px/2;
  height: 100%;
  margin-left: -20px/4;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -20px/4;
  margin-top: -20px/2;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 20px/2 0 20px/2 20px/2;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f9f9f9), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -moz-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 20px;
}
.slider-handle.triangle {
  background: transparent none;
}
@media (min-width: 700px) {
  /**
 * 	kies op maat responsive min widht 700px
 */
  /* @group Basic layout */
  body {
    font-size: 90%;
    background-size: 800px;
    background-color: white;
  }
  body > header {
    height: 9.5em;
    background-image: url("../img/organic-top.d7dfab38adb4.png");
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: 600px;
  }
  body > header .dropdown.languageselect {
    display: block;
    right: 20px;
  }
  footer > .beeldmerk {
    padding: 50px 0 0;
    width: 50px;
  }
  footer .wrap {
    text-align: left;
  }
  footer .wrap .languageselect,
  footer .wrap .footerlinks {
    position: absolute;
    left: 20px;
  }
  /* @end */
  /* @group Main navigation */
  #main-nav {
    padding: 0;
    max-width: 960px;
    font-size: 110%;
    margin: 0 auto;
    height: 100%;
  }
  #main-nav > span {
    width: 480px;
    padding-left: 160px;
  }
  #main-nav a {
    padding: 0.8em 0;
  }
  #main-nav .home {
    background-size: 6em;
    left: 0;
    width: 160px;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: inherit;
    bottom: 0;
    background-image: url("../img/logo_95.43fb7d924635.png");
    background-position: center bottom;
    padding: 6.5em 0 0;
  }
  #home .home,
  #home .home:hover {
    position: absolute;
    top: inherit;
  }
  /* @end */
  /* @group Secondary navigation */
  #secondary-nav {
    font-size: 80%;
    padding-top: 4px;
    padding-bottom: 3px;
  }
  #secondary-nav > span {
    max-width: 960px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: block;
  }
  #secondary-nav .menu {
    display: none;
  }
  #secondary-nav nav {
    background-color: transparent;
    padding: 0;
    display: block;
    position: static;
    margin-right: 10px;
  }
  #secondary-nav nav a,
  #secondary-nav .inloggen {
    display: inline-block;
    border-radius: 2em;
    padding: 0.7em 1.3em;
  }
  #secondary-nav .inloggen {
    position: static;
    float: right;
    margin: 0 20px 0 0;
    background-color: transparent;
  }
  /* @end */
  /* @group Pages */
  #faq #content dl {
    float: left;
    margin-right: 2%;
    width: 47.9%;
  }
  /* @group Type page */
  .main-aside #main {
    width: 64.458%;
    float: left;
  }
  .main-aside aside {
    float: right;
    width: 31.25%;
    font-size: 90%;
    line-height: 150%;
    margin-top: 0.5em;
  }
  .aside-main #main {
    width: 64.458%;
    float: right;
  }
  .aside-main aside {
    float: left;
    width: 31.25%;
    font-size: 90%;
    line-height: 150%;
    margin-top: 0.5em;
  }
  .aside-main-aside #main {
    width: 47.916%;
    float: left;
  }
  .aside-main-aside aside.second {
    width: 22.916%;
    float: left;
    font-size: 90%;
    margin-right: 2%;
    margin-top: 0.5em;
  }
  .aside-main-aside aside.third {
    width: 22.916%;
    float: right;
    font-size: 90%;
    margin-top: 0.5em;
  }
  .mijn-profiel fieldset {
    width: 30%;
    float: left;
    margin-right: 3%;
  }
  .mijn-profiel fieldset select {
    width: auto;
  }
  .mijn-profiel button {
    clear: both;
    float: left;
  }
  aside.brand {
    height: 40em;
    border-radius: 10px;
    display: block;
    background: url("../img/pattern-organic-chaos-white.8e4ac93b0af5.png");
    opacity: 0.75;
    background-color: rgba(190, 211, 220, 0.7);
  }
  /* @end */
  /* @group Modules */
  #modules .aside-main-aside aside.second {
    width: 19.916%;
    background: url("../img/noise.3ff60809293a.png") white;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
    padding: 1em 1.5% 0;
  }
  .result-list .result {
    margin: 0;
  }
  .result > a {
    padding: 1em;
  }
  /* @group Search */
  #search {
    border-bottom: 1px solid #e3e3e3;
  }
  #search .search-field {
    width: 47.916%;
    margin-left: 24.916%;
    padding-left: 1em;
    margin-bottom: 0.5em;
    display: block;
  }
  #search label {
    position: absolute;
  }
  #search input {
    display: inline-block;
    width: 73%;
  }
  #filter {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    overflow: hidden;
    display: block;
  }
  #filter > h3 {
    float: left;
    margin-right: 1em;
    padding-top: 0.3em;
  }
  #filter .filter-labels {
    list-style: none;
    margin: 0;
  }
  #filter .filter-labels > li {
    float: left;
    background-color: #738C99;
    margin: 0 1em 0.5em 0;
    color: white;
    font-size: 90%;
    border-radius: 3px;
    position: relative;
    padding: 0.3em 2.1em 0.3em 0.5em;
  }
  #filter .filter-labels a {
    height: 0;
    overflow: hidden;
    display: block;
    padding-top: 2em;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 70%;
    background: url("../img/icon-close-light-18-o50.2231bbe077f4.png") no-repeat center center;
    width: 2em;
  }
  #filter .filter-labels a:hover {
    opacity: 1;
  }
  /* @end */
  /* @group Select filter */
  .select-filter > h2 {
    margin-bottom: 0.7em;
    color: #999;
  }
  .select-filter {
    text-shadow: 0px 1px 0px #fff;
  }
  .select-filter select {
    display: block;
    width: auto;
    max-width: 100%;
  }
  .select-filter .link-list a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
  }
  .select-filter .link-list .amount {
    color: gray;
    float: right;
  }
  /* @end */
  /* @end */
  /* @group Modules detail */
  aside .action,
  aside .detail {
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .modules-detail #main {
    border-style: none;
  }
  .modules-detail #main h2 {
    border-style: none;
    background: url("../img/pattern-strip-diagonal.2bce42104e5e.png") rgba(190, 211, 220, 0.6);
    margin-bottom: 0.5em;
    background-size: 10px;
  }
  .modules-detail #main > h2 + div {
    display: block;
  }
  /* @end */
  /* @end */
  /* @group Components */
  #modal > div {
    width: 600px;
  }
  /* @group Message */
  .message .header dd {
    width: 15%;
  }
  .message .header dt {
    width: 82%;
  }
  /* @end */
  /* @group Leerovereenkomst */
  .agreement .step-personal fieldset {
    float: left;
    margin-right: 3%;
    width: 30%;
  }
  .agreement .step-personal fieldset select {
    width: auto;
  }
  .agreement .step-indicator > li {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 4.5%;
    width: 15.5%;
  }
  .agreement .step-permission .alert-block,
  .agreement .step-permission ol {
    float: left;
    width: 60%;
  }
  .agreement .step-permission .alert-block {
    margin-right: 5%;
    padding: 1.5em 2.5% 0.5em;
  }
  .agreement .step-accept .alert-block,
  .agreement .step-expired .alert-block,
  .agreement .step-accept .alert-info,
  .agreement .step-expired .alert-info {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  /* @end */
  /* @group Navigation pills */
  .nav-pills {
    border-bottom-style: none;
  }
  .nav-pills > div {
    float: left;
    width: 100%;
    margin: 0;
  }
  /* @end */
  .nav-tabs-second ul > li > a {
    overflow: visible;
  }
}
@media (min-width: 1000px) {
  /**
 * 	kies op maat responsive min widht 100px
 */
  body {
    background: url("../img/organic-bottom.fd9950de1412.png") no-repeat left bottom, url("../img/organic-strip-left.d4ab25482aff.png") no-repeat left 250px;
    background-color: white;
  }
  body > header {
    background-size: 800px;
  }
  body > header .dropdown.languageselect {
    right: 0px;
  }
  .mijn-profiel .system-message {
    margin-right: 3%;
  }
}
@media print {
  /*

Don't collapse the div when printing the module page.
Request for issue: https://kiesopmaat.atlassian.net/browse/EDUBROKER-528

*/
  .modules-detail #main > h2 + div {
    display: block;
  }
  header,
  nav,
  footer {
    display: none;
  }
}
/*# sourceMappingURL=kom.css.74515616da34.map */