@font-face {
  font-family: "Average Sans";
  font-weight: 400;
  src: url("/images/stir/font/AverageSans-Regular.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*/
#PEwrapper {
  display: block;
}

#headercontainer {
  width: 100%;
  margin: 0 auto;
  transition: all 300ms ease;
}

@media (min-width: 992px) {
  .menuLoaded #headercontainer {
    height: 100% !important;
  }
}
#PEMenuContainer {
  position: relative;
}

#PEmobilelogo {
  background-image: url("/images/stir/logo.jpg");
}

.mobileheaderbackground {
  background-color: #ffffff;
}

#PElogo {
  background: url("/images/stir/logo.jpg") no-repeat;
  margin: 0 auto;
  height: 79px;
  max-width: 100%;
  position: relative;
  background-position: 0 0px;
  background-size: 80px auto;
}

#PEleftbackgr {
  -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);
}

#PEleftbackgr,
#PErightbackgr,
#PElogo,
#PEMenulistholder {
  width: 1377px;
}

.FAContainer {
  background-color: #fff;
  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: #fff;
}

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

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

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

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

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

#PEMenuContainer {
  height: 52px;
}

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

@media (min-width: 768px) {
  #usr_menu {
    width: 750px;
    /*margin-top:78px;*/
  }
}
@media (min-width: 992px) {
  #usr_menu {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #usr_menu {
    width: 1230px;
  }
}

/*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;
  }
}

#PEMenu {
  background-color: #c2e3f4;
  padding-top: 5px;
  padding-bottom: 5px;
}

#PEFixedlinks {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .fixedLinks_CurrentUser,
  .fixedLinks_CurrentProfGroup {
    display: none;
  }
}

@media (min-width: 991px) {
  /*Top level menu link items style*/
  #BS-PE-Menu ul li a {
    display: block;
    color: #005083;
    font-family: "Average Sans", sans-serif;
    font-size: 17px;
    text-decoration: none;
    line-height: 40px;
    font-weight: normal;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #BS-PE-Menu ul li a:link,
  #BS-PE-Menu ul li a:active,
  #BS-PE-Menu ul li a:visited {
    color: #005083;
  }
  #BS-PE-Menu ul li a:hover,
  #BS-PE-Menu ul li .activeMenuItem {
    background-color: #005083;
    color: #ffffff !important;
  }
  #BS-PE-Menu ul li:hover ul {
    transition: max-height 400ms ease-in;
  }
  /*1st sub level menu*/
  #BS-PE-Menu ul li ul {
    text-align: left;
    min-width: 200px;
    background-color: #005083;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
    border-bottom: #003150 solid 2px;
  }
  #BS-PE-Menu ul li ul li {
    margin: 0;
  }
  #BS-PE-Menu ul li ul li:hover {
    background-color: #005083;
  }
  /* Sub level menu links style */
  #BS-PE-Menu ul li ul li a,
  #BS-PE-Menu ul li ul li a:link,
  #BS-PE-Menu ul li ul li a:visited {
    color: #ffffff;
    border-bottom: 2px solid #005083;
    width: auto; /*width of sub menus*/
    min-width: 200px;
    margin: 0;
    background-image: none;
    font-size: 17px;
    font-weight: bold;
    background-color: #005083;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    padding: 7px 15px 5px 15px;
    line-height: 20px;
  }
  #BS-PE-Menu ul li ul li a:active {
    color: white;
  }
  #BS-PE-Menu ul li ul li a:hover {
    border-bottom: #003150 solid 2px;
  }
}
.downarrowclass {
  position: absolute;
  top: 28px;
  right: 7px;
}

.rightarrowclass {
  position: absolute;
  top: 6px;
  right: 5px;
}

/* Fixed links */
#PEFixedlinks {
  position: fixed;
  top: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .fixedLinks_CurrentUser,
  .fixedLinks_CurrentProfGroup {
    display: none;
  }
}

#usr_fixedLinks {
  display: block;
  position: fixed;
  right: 20px;
  left: auto;
  top: 10px;
  color: #ccc;
  font-weight: normal;
  font-size: 12px;
}

#usr_fixedLinks a:link,
#usr_fixedLinks a:active,
#usr_fixedLinks a:visited,
#usr_fixedLinks a:hover {
  color: #005083;
  font-weight: bold;
  text-decoration: none;
}

#usr_fixedLinks a:hover {
  color: #005083;
  text-decoration: none;
}

.XVtable,
.XVtablepaginglabel {
  font-size: 13px;
}

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

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

input[type=range] {
  background-color: #eeeeee;
}
input[type=range]::-webkit-slider-thumb {
  background-color: #005083;
}
input[type=range]:hover {
  background-color: #83cfff;
}

.rangevalue {
  color: #005083;
}

.mailreddot {
  color: #bf0073;
}

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

#hamburgerclose {
  background-color: #005083;
}

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

.__cov-progress {
  box-shadow: 0px 0px 2px 0px rgb(0, 0, 0);
  background-color: #005083;
}

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

.upload-success {
  background-color: #d0e86a;
}

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

.chosen-container .chosen-results li.active-result.highlighted {
  background-color: #005083;
  color: #ffffff;
}

label.input-toggle > input:checked + span:after {
  background-color: #005083;
  color: #ffffff;
}

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

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: #005083;
  color: #ffffff;
}

.BStab.tabselect {
  border-color: #005083;
}

.filtertags li.tags {
  background-color: #005083;
  color: #ffffff;
}

.BStitlebar .filter {
  color: #005083;
}

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

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

.btn-link {
  color: #005083;
}

.btn-primary, .button,
.buttonklein,
.buttonrestrict,
.gritter-primary,
.bckcol-primary {
  background-color: #005083;
  color: #ffffff;
}

.btn-success,
.gritter-success,
.bckcol-success {
  background-color: #86a019;
  color: #ffffff;
}

.btn-danger,
.gritter-danger,
.bckcol-danger {
  background-color: #bf0073;
  color: #ffffff;
}

.btn-warning,
.gritter-warning,
.bckcol-warning {
  background-color: #e48905;
  color: #ffffff;
}

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

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

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

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

.graphicon {
  color: #005083;
}

.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: #86a019;
  border-color: #748a16;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #617412;
  border-color: #47550d;
}
.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: #86a019;
  border-color: #748a16;
}
.btn-success .badge {
  color: #86a019;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #c2e3f4;
  border-color: #acd9f0;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #97cfec;
  border-color: #79c1e7;
}
.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: #c2e3f4;
  border-color: #acd9f0;
}
.btn-info .badge {
  color: #c2e3f4;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #e48905;
  border-color: #cb7a04;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b26b04;
  border-color: #8f5603;
}
.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: #e48905;
  border-color: #cb7a04;
}
.btn-warning .badge {
  color: #e48905;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #bf0073;
  border-color: #a60064;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #8c0054;
  border-color: #68003f;
}
.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: #bf0073;
  border-color: #a60064;
}
.btn-danger .badge {
  color: #bf0073;
  background-color: #fff;
}

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

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

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

.XVdatagridheader {
  background-color: #005083;
  color: #ffffff;
}

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

.XVdatagridheader > th {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

.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: #005083 !important;
  border-color: #005083 !important;
}

.htmlmessage {
  border-color: #005083;
}

.htmlmessage hr {
  border-color: #c2e3f4;
}

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

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

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

/*.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: #005083;
}
.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: #005083;
}
.BSdatepicker .btn-info,
.BSdatepicker .btn-info:hover {
  background-color: #005083;
  color: #ffffff;
}
.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: #005083;
  color: #ffffff;
}
.BSdatepicker .btn-primary, .BSdatepicker .button,
.BSdatepicker .buttonklein,
.BSdatepicker .buttonrestrict,
.BSdatepicker .btn-primary:active:hover,
.BSdatepicker .btn-primary:focus {
  background-color: #005083;
  color: #ffffff !important;
}

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

.squaredThree label {
  background: -webkit-linear-gradient(top, white 0%, #006fb6 100%);
  background: linear-gradient(top, white 0%, #006fb6 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, #005083 0%, #006fb6 100%);
  background: linear-gradient(top, #005083 0%, #006fb6 100%);
}

.squaredFour label:after {
  border-color: #005083;
}
.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: 125px;
  }
  .headersmall .menuLoaded #headercontainer {
    height: 125px;
  }
  .headerbig .menuLoaded #headercontainer {
    height: 125px;
  }
}
@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: #50bbff;
  border-top-color: #005083;
}

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

.progress-success {
  background-color: #86a019 !important;
  color: #ffffff !important;
}

.progresstext-success {
  color: #86a019;
}

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

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

.subtarget-header,
.subtarget-primaryheader {
  background-color: #005083;
  color: #ffffff !important;
}

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

.membercardfooter {
  background-color: #005083;
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

/* einde vue slider css */
/* Default CSS Stylesheet for a new Web Application project */
body {
  background: #fff;
  color: #000;
  font-family: "Average Sans", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
}

.contentbody {
  color: #000;
  font-family: "Average Sans", sans-serif;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}

.beheer_meta_spe470_bh_metawithpossiblevalues.PG657 #butBack {
  display: none;
}

.beheer_dossiers_spe531_bh_dossierdetail #butAfkeuren {
  background-color: #ed1c16;
  color: #fff;
}

legend {
  font-size: 12px;
  padding: 2px;
}

.mailtablerow {
  padding-top: 8px;
  min-height: 30px;
}

.Mailcell {
  margin-bottom: 8px;
}

.ui-widget-header {
  background-color: #005083;
  border-color: #005083;
}

#PEMenulistholder ul li a {
  border-bottom: 0;
}

.bodyPublic #plhCompTree .titel,
.bodyPublic #lblprofGroupLevelHeaderText,
.bodyPublic #plhClusterTree .titel {
  font-size: 12px;
}

.bodyPublic #plhCompTree {
  padding-top: 48px;
}

.SPE026LastTarget #divPrintMe {
  top: 26px;
  margin-right: 10px;
}

.talen {
  display: none;
}

a:link {
  color: #bf0073;
  font-weight: 400;
  text-decoration: underline;
}

a:active {
  color: #bf0073;
  font-weight: 400;
  text-decoration: underline;
}

a:visited {
  color: #bf0073;
  font-weight: 400;
  text-decoration: underline;
}

a:hover {
  color: #e48905;
  font-weight: 400;
  text-decoration: underline;
}

h1 {
  font-size: 25px;
  font-family: "Average Sans", sans-serif;
  font-weight: 700;
  color: #005083;
}

h2 {
  font-size: 21px;
  font-family: "Average Sans", sans-serif;
  font-weight: 700;
  color: #005083;
}

h3 {
  font-family: "Average Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #005083;
}

.titel {
  font-size: 25px;
  font-weight: 700;
  font-family: "Average Sans", sans-serif;
  color: #005083;
}

.datagrid {
  border-left-width: thin;
  border-bottom-width: thin;
  border-top-width: thin;
  border-right-width: thin;
  border-style: solid;
  border-color: #153e89;
  font-family: "Average Sans", sans-serif;
  font-size: 12px;
  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: #153e89;
  font-family: "Average Sans", sans-serif;
  font-size: 12px;
  text-align: lef;
  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: Gray;
  width: 100%;
}

.tabel_zonder_opmaak {
  font-family: "Average Sans", sans-serif;
  font-size: 12px;
  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: #aeb3bf;
}

.datagridheader, .table-striped > tbody > tr:nth-child(1),
.uploadgridheader {
  background-color: #86a019;
  color: white;
  font-size: 12px;
  font-weight: 300;
  background-image: none;
  border-bottom: 0;
}

.datagridheader a:link, .table-striped > tbody > tr:nth-child(1) a:link {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.datagridheader a:active, .table-striped > tbody > tr:nth-child(1) a:active {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.datagridheader a:visited, .table-striped > tbody > tr:nth-child(1) a:visited {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.datagridheader a:hover, .table-striped > tbody > tr:nth-child(1) a:hover {
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}

.datagridpager {
  background: #d8d9dc;
  color: #996b6b;
  font-size: 12px;
  font-weight: bold;
}

.datagriditem {
  background: white;
  font-size: 12px;
  color: Black;
}

.datagridaltitem {
  background-color: #efefef;
  font-size: 12px;
  color: Black;
}

.tablelefthead {
  color: black;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
  width: 300px;
}

/*textfields & multiple select & dropdownlistbox */
.select {
  font-family: "Average Sans", sans-serif;
  font-size: 12px;
  background-color: white;
  color: #717171;
}

.select,
.listbox,
.text,
.textArea,
.getal {
  -webkit-box-shadow: 1px 0px 1px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 1px 0px 1px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 1px 0px 1px 0px rgba(255, 255, 255, 0.25);
  color: #717171;
  background-color: white;
  font-size: 12px;
  font-family: "Average Sans", sans-serif;
}

.text,
.textArea,
.ghost,
.getal {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding-top: 6px;
  padding-bottom: 5px;
  width: 100%;
}

/*dropdownlistbox */
.chosen-container {
  font-size: 12px;
}

/*multiple select */
.listbox {
  font-family: "Average Sans", sans-serif;
  font-size: 12px;
}

/*textfields*/
.text {
  padding-top: 6px;
  padding-bottom: 5px;
  font-size: 12px;
  font-family: "Average Sans", sans-serif;
}

.textArea {
  width: 75%;
  border: 1px solid #d5d5d5;
  font-size: 12px;
  font-family: "Average Sans", sans-serif;
  border-radius: 3px;
  color: #717171;
  padding-top: 6px;
  padding-bottom: 5px;
  background: white;
}

.textgroot {
  width: 300px;
}

.email {
  width: 200px;
}

.datum {
  width: 75px;
}

.punten {
  width: 35px;
}

.getal {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  color: #717171;
  font: 12px;
  font-family: "Average Sans", sans-serif;
  padding-top: 6px;
  padding-bottom: 5px;
  background: white;
}

.text4karakters {
  width: 50px;
}

/*---------*/
/*buttons*/
.button, .btn {
  text-decoration: none;
  cursor: pointer;
  font-family: "Average Sans", sans-serif;
  color: #005083;
  background-color: #fff;
}

.button:hover,
.btn:hover {
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  background-color: transparent;
  color: #fff;
  background-color: #005083;
  border-color: #005083;
}

.btn-primary, .button,
.buttonklein,
.buttonrestrict {
  border-color: #ccc;
}

.buttonrestrict {
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  font-family: "Average Sans", sans-serif;
  text-transform: lowercase;
  color: #005083;
  background-color: #fff;
}

.buttonrestrict:hover {
  text-decoration: none;
  color: #fff;
  border-color: #8f360b;
  background-color: #8f360b;
}

.buttonklein {
  width: 50px;
}

.btn-link:hover {
  color: #e48905 !important;
}

/*---------*/

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