@font-face {
  font-family: "Raleway";
  src: url("/images/nvcg/font/Raleway-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("/images/nvcg/font/Raleway-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  src: url("/images/nvcg/font/OpenSans-Light.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  src: url("/images/nvcg/font/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  src: url("/images/nvcg/font/OpenSans-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  src: url("/images/nvcg/font/OpenSans-Bold.ttf") format("truetype");
}
/* settings these colors are optional, */
/* color of buttons and other action elements */
/* color to show a success after an action */
/* Color used as background like on a tableheader or a legend */
/* color to show a warning after an action */
/* color to show an error after an action */
/* color for general information elements*/
.MarkerOrange {
  color: #ff8300;
}

.MarkerBlue {
  color: #0012ff;
}

.MarkerGray {
  color: #555555;
}

/* 
HeaderType 1		 12 col bootstrap width horizontal
HeaderType 2		 full width horizontal
*/
/* header heigth when menu is on*/
/*menu height when scrolled down on page*/
/* header heigth when menu is off,  like on public page*/
/*
menupos 1		 top left
menupos 2		 bottom left
menupos 3		 top middle
menupos 4		 bottom middle
menupos 5		 top right 
menupos 6		 bottom right
*/
/*
fixedlinkspos 1		 top left
fixedlinkspos 2		 bottom left
fixedlinkspos 3		 top right
fixedlinkspos 4		 bottom right
*/
/*
    margin of the list items 
*/
/*
    margin of the list items in tablet modus
*/
/*Styles*/
#PElogo {
  background-image: url(/images/nvcg/nvcg2019_logo.svg);
  background-repeat: no-repeat;
  background-size: 225px auto;
  background-position: 100px 25px;
}
@media (max-width: 1199px) {
  #PElogo {
    background-position: 10px 15px;
  }
}

#PEmobilelogo {
  background-image: url(/images/nvcg/logo.svg);
}

#PEleftbackgr {
  background-color: #ffffff;
}

.FAContainer {
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
}

#fixedcontainer {
  background-color: #ffffff;
}

.headersmall #FixedActions {
  margin-top: 5px;
  margin-bottom: 5px;
}

.headerbig #FixedActions {
  margin-top: 5px;
  margin-bottom: 5px;
}

#NewPEheader {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}

.menuNotLoaded #PEleftbackgr,
.menuNotLoaded #PErightbackgr,
.menuNotLoaded #PElogo {
  height: 100px;
}

.menuLoaded #PEleftbackgr,
.menuLoaded #PErightbackgr,
.menuLoaded #PElogo {
  height: 100px;
}

#PEleftbackgr,
#PErightbackgr,
#PElogo {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: absolute;
}

#PElogo {
  height: 100px;
  overflow: hidden;
  position: absolute;
}

.menuNotLoaded #PEMenuContainer {
  height: 100px;
}

.headersmall .menuLoaded #PEMenuContainer {
  height: 100px;
}

.headerbig .menuLoaded #PEMenuContainer {
  height: 100px;
}

/*.PEwrapper{
	margin-top:$HeaderHeight+20;
}*/
@media (min-width: 991px) {
  #PEMenu {
    position: absolute;
    bottom: 0;
    right: 100px;
  }
}

/*PE menu EDU */
#BS-PE-Menu ul {
  list-style: none;
}
@media (max-width: 991px) {
  #BS-PE-Menu ul {
    width: 99% !important;
  }
}

#BS-PE-Menu > ul {
  margin: 0;
}

#BS-PE-Menu > li {
  display: inline-block;
  margin: 0;
  padding: 8px 20px 8px 20px;
}
@media (max-width: 1199px) {
  #BS-PE-Menu > li {
    margin: 0;
    padding: 8px 10px 0 10px;
  }
  #BS-PE-Menu > li a {
    font-size: 12px;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  #BS-PE-Menu > li {
    display: block;
  }
}

@media (max-width: 991px) {
  #PEMenu {
    top: 0;
  }
}
#PEFixedlinks {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 991px) {
  .BSmenulink span {
    padding-right: 5px;
  }

  /*Top level menu link items style*/
  #BS-PE-Menu ul li a {
    display: block;
    background: transparent;
    /*background of tabs (default state)*/
    padding: 12px 22px 20px 22px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    line-height: 1em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  #BS-PE-Menu a.activeMenuItem:link,
#BS-PE-Menu a.activeMenuItem:visited,
#BS-PE-Menu a.activeMenuItem:active {
    color: #5ecbea;
  }

  #BS-PE-Menu ul li a:hover,
#BS-PE-Menu a.activeMenuItem:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  /*1st sub level menu*/
  #BS-PE-Menu ul li ul {
    background-color: #fff;
    border-top: 3px solid #2ea3f2;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
  }

  #BS-PE-Menu ul li ul li {
    padding: 0 20px;
  }

  /* Sub level menu links style */
  #BS-PE-Menu ul li ul li a:link,
#BS-PE-Menu ul li ul li a:active,
#BS-PE-Menu ul li ul li a:visited {
    width: auto;
    /*width of sub menus*/
    min-width: 240px;
    color: rgba(0, 0, 0, 0.6);
    padding: 6px 20px;
    margin: 0;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    border: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: 2em;
  }

  #BS-PE-Menu ul li ul li a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
#usr_fixedLinks,
#usr_fixedLinks a:link,
#usr_fixedLinks a:active,
#usr_fixedLinks a:visited {
  background: transparent;
  /*background of tabs (default state)*/
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  line-height: 1em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#usr_fixedLinks a:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.talen {
  padding-top: 13px;
  padding-right: 55px;
}

a.talenlink:link {
  color: #5ecbea;
  font-weight: 400;
  text-decoration: none;
}

a.talenlink:visited {
  color: #5ecbea;
  font-weight: 400;
  text-decoration: none;
}

a.talenlink:hover {
  color: #5ecbea;
  font-weight: 400;
  text-decoration: none;
}

a.presentTaal:link {
  color: #5ecbea;
  font-weight: 400;
  text-decoration: none;
}

a.presentTaal:visited {
  color: #5ecbea;
  font-weight: 400;
  text-decoration: none;
}

a.presentTaal:hover {
  color: #5ecbea;
  font-weight: 400;
  text-decoration: none;
}

.linkblockmelding {
  border-bottom: solid 1px #5ecbea;
}

.MessageDetail {
  border-top: solid 1px #5ecbea;
}

input[type=range] {
  background-color: #eeeeee;
}
input[type=range]::-webkit-slider-thumb {
  background-color: #5ecbea;
}
input[type=range]:hover {
  background-color: white;
}

.rangevalue {
  color: #5ecbea;
}

.mailreddot {
  color: #ff5062;
}

#evalholder .starholder .star {
  color: #5ecbea;
}
#evalholder .starholder .star span.startext {
  color: #fff;
}

#hamburgerclose {
  background-color: #5ecbea;
}

@media (max-width: 991px) {
  #fixedcontainer {
    background-color: #5ecbea;
  }
}

.__cov-progress {
  box-shadow: 0px 0px 2px 0px black;
  background-color: #5ecbea;
}

.uploader-file-progress {
  background-color: #eaedf0;
}

.upload-success {
  background-color: #86f680;
}

.upload-error {
  background-color: #ffe9eb;
}

.chosen-container .chosen-results li.active-result.highlighted {
  background-color: #5ecbea;
  color: #000000;
}

label.input-toggle > input:checked + span:after {
  background-color: #5ecbea;
  color: #000000;
}

label.input-radio > input:checked + span {
  border-color: #5ecbea;
}

label.input-radio > input:disabled + span {
  border-color: #b0b0b0;
  pointer-events: none;
  cursor: not-allowed;
}

label.input-radio > input:disabled + span:before {
  background: #b0b0b0;
}

label.input-radio > span:before {
  background-color: #5ecbea;
  color: #000000;
}

.BStab.tabselect {
  border-color: #5ecbea;
}

.filtertags li.tags {
  background-color: #5ecbea;
  color: #000000;
}

.BStitlebar .filter {
  color: #5ecbea;
}

.star-ratings-css-top {
  color: #5ecbea;
}

.btn-info,
.gritter-info,
.bckcol-info {
  background-color: #2ca8ff;
  color: #000000 !important;
}

.btn-link {
  color: #5ecbea;
}

.btn-primary, .button,
.buttonklein,
.buttonrestrict,
.gritter-primary,
.bckcol-primary {
  background-color: #5ecbea;
  color: #000000;
}

.btn-success,
.gritter-success,
.bckcol-success {
  background-color: #18ce0f;
  color: #ffffff;
}

.btn-danger,
.gritter-danger,
.bckcol-danger {
  background-color: #ff5062;
  color: #000000;
}

.btn-warning,
.gritter-warning,
.bckcol-warning {
  background-color: #ffb236;
  color: #000000;
}

.gritter-primary a:link,
.gritter-primary a:visited,
.gritter-primary a:active,
.gritter-primary a:hover {
  color: #000000;
}

.gritter-warning a:link,
.gritter-warning a:visited,
.gritter-warning a:active,
.gritter-warning a:hover {
  color: #000000;
}

.gritter-danger a:link,
.gritter-danger a:visited,
.gritter-danger a:active,
.gritter-danger a:hover {
  color: #000000;
}

.gritter-info a:link,
.gritter-info a:visited,
.gritter-info a:active,
.gritter-info a:hover {
  color: #000000;
}

.graphicon {
  color: #5ecbea;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-success {
  color: #fff;
  background-color: #18ce0f;
  border-color: #15b60d;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #129e0c;
  border-color: #0f7d09;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #18ce0f;
  border-color: #15b60d;
}
.btn-success .badge {
  color: #18ce0f;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #2ca8ff;
  border-color: #139dff;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0092f8;
  border-color: #007dd4;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #2ca8ff;
  border-color: #139dff;
}
.btn-info .badge {
  color: #2ca8ff;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #ffb236;
  border-color: #ffa81d;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9e03;
  border-color: #de8900;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #ffb236;
  border-color: #ffa81d;
}
.btn-warning .badge {
  color: #ffb236;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ff5062;
  border-color: #ff374b;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1d34;
  border-color: #f8001a;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #ff5062;
  border-color: #ff374b;
}
.btn-danger .badge {
  color: #ff5062;
  background-color: #fff;
}

.bckcol-info-light {
  background-color: #eaedf0;
}

.bckcol-info-lighter {
  background-color: #eeeeee;
}

.datagridheader, .table-striped > tbody > tr:nth-child(1) {
  background-color: #eaedf0;
}

.XVdatagridheader {
  background-color: #5ecbea;
  color: #000000;
}

.XVdatagridheader > th > a {
  color: #000000;
  text-decoration: underline;
}

.XVdatagridheader > th {
  color: #000000;
}

.PESearchbar,
.bluerowspacer,
legend,
.XVSearchbar {
  background-color: #eaedf0;
}

.accordeon .collapsable {
  border: solid #eaedf0;
  border-width: 0px 2px 2px 2px;
}

.accordeon .tab,
#stickyheader .tab {
  border-bottom-color: #5ecbea;
  border-top-color: #5ecbea;
  border-left-color: #5ecbea;
  border-right-color: #5ecbea;
}

.stickyback {
  background-color: #eeeeee;
  border-bottom: solid 8px #5ecbea;
}

legend,
fieldset {
  border: 2px solid #eaedf0;
}

.datagridV3 tr.datagridaltitem:hover,
.datagridV3 tr.datagriditem:hover,
.publiccourserow:hover {
  background-color: #eaedf0;
}

.table-hover > tbody > tr:hover {
  background-color: #eaedf0;
}

.button:hover,
.buttonrestrict:hover,
.btn-primary:hover,
.buttonklein:hover {
  background-color: #e5f7fc;
  border-color: #e5f7fc;
}

.btn-primary, .button,
.buttonklein,
.buttonrestrict {
  color: #000000;
  background-color: #5ecbea;
  border-color: #5ecbea;
}

.btn-primary:focus, .button:focus,
.buttonklein:focus,
.buttonrestrict:focus,
.btn-primary.focus,
.focus.button,
.focus.buttonklein,
.focus.buttonrestrict {
  color: #000000;
  background-color: #5ecbea;
  border-color: #5ecbea;
  box-shadow: 0;
}

.btn-primary.disabled, .disabled.button,
.disabled.buttonklein,
.disabled.buttonrestrict,
.btn-primary:disabled,
.button:disabled,
.buttonklein:disabled,
.buttonrestrict:disabled {
  background-color: #5ecbea;
  border-color: #5ecbea;
}

.btn-primary:not(:disabled):not(.disabled):active, .button:not(:disabled):not(.disabled):active,
.buttonklein:not(:disabled):not(.disabled):active,
.buttonrestrict:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.button:not(:disabled):not(.disabled).active,
.buttonklein:not(:disabled):not(.disabled).active,
.buttonrestrict:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.button,
.show > .dropdown-toggle.buttonklein,
.show > .dropdown-toggle.buttonrestrict {
  background-color: #5ecbea !important;
  border-color: #5ecbea !important;
}

.htmlmessage {
  border-color: #5ecbea;
}

.htmlmessage hr {
  border-color: #2ca8ff;
}

.tab {
  background-color: #eeeeee;
  border-bottom: solid 5px #5ecbea;
}

.tab:hover,
.tab:active {
  background-color: #eaedf0;
}

#BottomThing {
  border-top: solid 8px #2ca8ff;
}

/*.ui-state-default,
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
    border-color: $brand-primary;
	background: $brand-primary;
}*/
/*vue Bootstrap datumcontrol*/
.BSdatepicker .btn-default .glyphicon-chevron-left,
.BSdatepicker .glyphicon-chevron-right {
  color: #5ecbea;
}
.BSdatepicker .btn-default:active:hover .glyphicon-chevron-left,
.BSdatepicker .btn-default:active:hover .glyphicon-chevron-right {
  color: #fff;
}
.BSdatepicker .BSdatepicker .btn-default:active:hover .glyphicon-chevron-left,
.BSdatepicker .BSdatepicker .btn-default:active:hover .glyphicon-chevron-right {
  color: #5ecbea;
}
.BSdatepicker .btn-info,
.BSdatepicker .btn-info:hover {
  background-color: #5ecbea;
  color: #000000;
}
.BSdatepicker tbody .btn-info {
  background-color: #d4d4d4;
  color: #fff;
}
.BSdatepicker .btn-default:hover,
.BSdatepicker .btn-primary:hover,
.BSdatepicker .button:hover,
.BSdatepicker .buttonklein:hover,
.BSdatepicker .buttonrestrict:hover {
  background-color: #d4d4d4;
}
.BSdatepicker .btn-default:active,
.BSdatepicker .btn-default:focus {
  background-color: #fff;
}
.BSdatepicker .btn-default:active:hover {
  background-color: #5ecbea;
  color: #000000;
}
.BSdatepicker .btn-primary, .BSdatepicker .button,
.BSdatepicker .buttonklein,
.BSdatepicker .buttonrestrict,
.BSdatepicker .btn-primary:active:hover,
.BSdatepicker .btn-primary:focus {
  background-color: #5ecbea;
  color: #000000 !important;
}

/*einde bootstrap datumcontrol clientskin*/
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #5ecbea;
  color: #000000;
}

.squaredThree label {
  background: -webkit-linear-gradient(top, white 0%, #8bdaf0 100%);
  background: linear-gradient(top, white 0%, #8bdaf0 100%);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.squaredThree label:after {
  background: -webkit-linear-gradient(top, #5ecbea 0%, #8bdaf0 100%);
  background: linear-gradient(top, #5ecbea 0%, #8bdaf0 100%);
}

.squaredFour label:after {
  border-color: #5ecbea;
}
.squaredFour:hover::after {
  opacity: 0.5;
}
.squaredFour input[type=checkbox][disabled] label:after {
  border-color: #cccccc;
}

/* de volgende settings zijn er voor om alle maatwerkmenu div's op de goede hoogtes te zetten*/
@media (min-width: 992px) {
  /*.menuNotLoaded #contentdiv {
        top: $HeaderHeight + $HeightofActionsBar !important;
    }
    .headersmall .menuLoaded #contentdiv {
        top: $HeaderHeightMenuSmall + $HeightofActionsBar !important;
    }

    .headerbig .menuLoaded #contentdiv {
        top: $HeaderHeightMenu + $HeightofActionsBar !important;
    }*/
  /*.menuNotLoaded #gritter-notice-wrapper {
        top: $HeaderHeight + $HeightofActionsBar !important;
    }

    .headersmall .menuLoaded #gritter-notice-wrapper {
        top: $HeaderHeightMenuSmall + $HeightofActionsBar !important;
    }

    .headerbig .menuLoaded #gritter-notice-wrapper {
        top: $HeaderHeightMenu + $HeightofActionsBar !important;
    }*/
}
@media (min-width: 992px) and (min-width: 992px) {
  .FAContainer {
    top: 0 !important;
  }
}
@media (min-width: 992px) {
  .menuNotLoaded #headercontainer {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .headersmall .menuLoaded #headercontainer {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .headerbig .menuLoaded #headercontainer {
    height: 100px;
  }
}
@media (max-width: 991px) {
  .menuNotLoaded #headercontainer {
    height: 37px;
  }

  .headersmall .menuLoaded #headercontainer {
    height: 37px;
  }

  .headerbig .menuLoaded #headercontainer {
    height: 37px;
  }

  /*.menuNotLoaded #contentdiv {
        margin-top: $HeaderHeight + $HeightofActionsBar !important;
    }

    .headersmall .menuLoaded #contentdiv {
        margin-top: $HeaderHeightMenuSmall + $HeightofActionsBar !important;
    }

    .headerbig .menuLoaded #contentdiv {
        margin-top: $HeaderHeightMenu + $HeightofActionsBar !important;
    }*/
  /*.menuNotLoaded #gritter-notice-wrapper {
        top: $HeaderHeight + $HeightofActionsBar !important;
    }

    .headersmall .menuLoaded #gritter-notice-wrapper {
        top: $HeaderHeightMenuSmall + $HeightofActionsBar !important;
    }

    .headerbig .menuLoaded #gritter-notice-wrapper {
        top: $HeaderHeightMenu + $HeightofActionsBar !important;
    }*/
}
/* EINDE de volgende settings zijn er voor om alle maatwerkmenu div's op de goede hoogtes te zetten*/
/*loader/waiter/spinner brand primary kleuren*/
.loader {
  border: 6px solid currentColor;
}

.loader:first-child {
  color: white;
  border-top-color: #5ecbea;
}

/*einde loader/waiter*/
/* SPE020 target pagina css*/
.target-header,
.target-primaryheader {
  background-color: #5ecbea;
  color: #000000 !important;
}

.progress-success {
  background-color: #18ce0f !important;
  color: #ffffff !important;
}

.progresstext-success {
  color: #18ce0f;
}

.progressbar-success {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .target-targetbuttonrow,
.target-item3,
.target-item-singlerow2 {
    border-color: #5ecbea !important;
  }
}
/* einde SPE020 target pagina css*/
/* spe026 vue pagina target detail css */
.stickybar {
  background-color: #5ecbea;
  color: #000000;
}

.subtarget-header,
.subtarget-primaryheader {
  background-color: #5ecbea;
  color: #000000 !important;
}

@media (max-width: 768px) {
  .target-item-progresscircle,
.target-item-nvt,
.targetbox {
    border-color: #5ecbea !important;
  }
}
/* einde spe026 vue pagina target detail css*/
/* begin css membership card / registratiepas */
.membercardheader {
  background-color: #5ecbea;
  color: #000000;
}

.membercardfooter {
  background-color: #5ecbea;
  color: #000000;
}

/* einde css membership card / registratiepas  */
/* start slider css */
.vue-slider-dot-tooltip-text {
  color: #000000;
}

.vue-slider-dot-tooltip-inner {
  background-color: #5ecbea;
}

.vue-slider-dot-handle {
  background-color: #5ecbea;
}

.vue-slider-rail {
  background-color: #b8e8f6;
  filter: brightness(0.7);
}

.vue-slider-mark-step {
  background-color: #5ecbea;
}

.vue-slider-mark-step-active {
  background-color: #b8e8f6;
  filter: brightness(0.7);
}

.vue-slider-dot-handle::after {
  background-color: #5ecbea;
  opacity: 0.32;
}

.vue-slider:hover .vue-slider-process {
  background-color: #5ecbea;
  border-color: #5ecbea;
}

.vue-slider-process {
  background-color: #5ecbea;
}

/* einde vue slider css */
/* Default CSS Stylesheet for a new Web Application project */
body {
  background-color: white;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  line-height: 1.375;
}

.contentbody {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  color: #333;
}

#BottomThing {
  border-color: #1c3645;
}

/*talen staat in de header*/
a:link {
  color: #5ecbea;
  font-weight: 600;
  text-decoration: none;
}

a:active {
  color: #5ecbea;
  font-weight: 600;
  text-decoration: none;
}

a:visited {
  color: #5ecbea;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #5ecbea;
  font-weight: 600;
  text-decoration: underline;
}

.titel,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  color: #1c3645;
  font-weight: 500;
}

h1 {
  font-size: 26px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-size: 22px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2e2545;
}
@media (max-width: 991px) {
  h3 {
    font-size: 16px;
  }
}

.titel {
  font-size: 26px;
}
@media (max-width: 991px) {
  .titel {
    font-size: 22px;
  }
}

.datagrid {
  border-left-width: thin;
  border-bottom-width: thin;
  border-top-width: thin;
  border-right-width: thin;
  border-style: solid;
  border-color: #ccc;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  text-align: left;
  width: 90%;
}

/*Table met tabbladen*/
.overzicht {
  border-left-width: thin;
  border-bottom-width: thin;
  border-top-width: thin;
  border-right-width: thin;
  border-style: solid;
  border-color: #ccc;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  text-align: left;
  width: 100%;
}

.table_border {
  border-left-width: thin;
  border-bottom-width: thin;
  border-top-width: thin;
  border-right-width: thin;
  border-style: solid;
  border-color: #ccc;
  width: 100%;
}

.tabel_zonder_opmaak {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
}

.table_subrule_true {
  background-color: #f2f2f2;
  /*grijse schaduw*/
  width: 100%;
}

.table_subrule_false {
  width: 100%;
}

.customtable {
  border-left-width: thin;
  border-bottom-width: thin;
  border-top-width: thin;
  border-right-width: thin;
  border-style: solid;
  border-color: #cccccc;
}

.datagridheader, .table-striped > tbody > tr:nth-child(1),
.uploadgridheader {
  background: #5ecbea;
  color: white;
  font-size: 13px;
  font-weight: bold;
  background-image: none;
}

.datagridheader a:link, .table-striped > tbody > tr:nth-child(1) a:link {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.datagridheader a:active, .table-striped > tbody > tr:nth-child(1) a:active {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.datagridheader a:visited, .table-striped > tbody > tr:nth-child(1) a:visited {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.datagridheader a:hover, .table-striped > tbody > tr:nth-child(1) a:hover {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.datagridpager {
  background: #eaedf0;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}

.datagriditem {
  font-size: 13px;
  color: #333;
}

.datagridaltitem {
  font-size: 13px;
  color: #333;
}

.tablelefthead {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
  width: 300px;
}

/*dropdownlistbox */
.select {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  background-color: white;
  color: #333;
}

/*multiple select */
.listbox {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  background-color: white;
  color: #333;
}

/*textfields*/
.text {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  color: #333;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  color: #333;
  padding-top: 6px;
  padding-bottom: 5px;
  background: white;
}

.textArea {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  color: #333;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 5px;
  background: white;
}

.select {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  background-color: white;
  color: #333;
}

.ghost {
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  width: 100%;
  font-size: 13px;
  background-color: white;
  color: #333;
  border-style: none;
}

.textgroot {
  width: 300px;
}

.email {
  width: 200px;
}

.datum {
  width: 75px;
}

.punten {
  width: 35px;
}

.getal {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  color: #333;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 5px;
  background: white;
}

.text4karakters {
  width: 50px;
}

/*---------*/
/*buttons*/
.button, .btn, .btnrestrict {
  text-decoration: none;
  cursor: pointer;
  font-family: "Alegreya", sans-serif;
  font-weight: 400;
}

.btn-primary, .button,
.buttonklein,
.buttonrestrict,
.button:hover,
.buttonrestrict:hover,
.btn-primary:hover {
  border: 1px solid #1c3645;
  background-color: #1c3645;
  color: #fff;
}

.buttonklein {
  width: 50px;
}

.btn-default,
.btn-default:hover {
  border: 1px solid #5ecbea;
  background-color: #fff;
  color: #5ecbea;
}

/*------*/

/*# sourceMappingURL=nvcg2019.scss.map */