@font-face {
  font-family: "SourceSansPro";
  font-weight: 400;
  src: url("/images/vet/font/SourceSansPro-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro";
  font-weight: 600;
  src: url("/images/vet/font/SourceSansPro-SemiBold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "BreeSerif";
  font-weight: 400;
  src: url("/images/vet/font/BreeSerif-Regular.ttf") format("truetype");
  font-style: normal;
}
/* 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*/
/*$brand-primary-hover-color: #;*/
.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*/
/*#PEleftbackgr{
	background: url(/images/knov/logowithoutmenu.png) no-repeat;
    @media (min-width: $screen-md-min) and (max-width: $screen-md-max ) {
        left:-100px;
    }
}*/
#PEmobilelogo {
  background-image: url(/images/vet/toplogo.png);
}

.mobileheaderbackground {
  background-color: #ffffff;
}

#PElogo {
  width: 100%;
  background: url(/images/vet/toplogo.png) no-repeat;
  background-size: auto 80px;
  background-position: 110px 20px;
}
@media (max-width: 1400px) {
  #PElogo {
    background-position: 25px 10px;
  }
}

#PEleftbackgr {
  border-bottom: 1px solid #eee;
}

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

#PEMenuContainer {
  position: relative;
}

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

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

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

.menuNotLoaded #PEMenuContainer {
  height: 125px;
}

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

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

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

@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 {
  border-bottom: 2px solid #c10073;
}
#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 {
    margin-top: 0;
    padding: 0 0 0 38px;
  }

  #BS-PE-Menu ul li:first-child {
    margin-top: 0;
    padding: 0 0 0 0;
  }

  #BS-PE-Menu ul li a {
    display: block;
    background-color: transparent;
    /*background of tabs (default state)*/
    color: #592764;
    font-family: "SourceSansPro", arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease-in-out;
    height: 50px;
    padding: 15px 0 15px 0;
  }

  #BS-PE-Menu ul li a:link,
#BS-PE-Menu ul li a:visited {
    color: #592764;
    font-family: "SourceSansPro", arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  #BS-PE-Menu ul li a:hover {
    background-color: transparent;
    color: #c10073;
  }

  /*1st sub level menu*/
  #BS-PE-Menu ul li ul {
    text-align: left;
    padding: 5px 0;
    min-width: 200px;
    background: #fff;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.23);
  }

  #BS-PE-Menu ul li ul li,
#BS-PE-Menu ul li ul li:first-child {
    padding: 5px 0 5px 15px;
  }

  /* 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*/
    margin: 0;
    border: none;
    background-image: none;
    background-color: white;
    color: #592764;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    height: auto;
    padding: 0;
  }

  #BS-PE-Menu ul li ul li a:hover {
    color: #c10073;
  }

  #BS-PE-Menu a.activeMenuItem:link,
#BS-PE-Menu a.activeMenuItem:visited,
#BS-PE-Menu a.activeMenuItem:active {
    color: #c10073;
  }
}
.downarrowclass {
  position: absolute;
  top: 28px;
  right: 7px;
}

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

#usr_fixedLinks {
  display: block;
  position: fixed;
  right: 5px;
  left: auto;
  top: 5px;
  color: #7d7d89;
  font-weight: normal;
  font-size: 13px;
  padding-right: 97px;
}
@media (max-width: 1400px) {
  #usr_fixedLinks {
    padding-right: 18px;
  }
}

#usr_fixedLinks a:link,
#usr_fixedLinks a:active,
#usr_fixedLinks a:visited,
#usr_fixedLinks a:hover {
  color: #c10073;
  text-decoration: underline;
  font-weight: normal;
  font-size: 13px;
}

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

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

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

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

input[type=range] {
  background-color: #eeeeee;
}
input[type=range]::-webkit-slider-thumb {
  background-color: #592764;
}
input[type=range]:hover {
  background-color: #d5acde;
}

.rangevalue {
  color: #592764;
}

.mailreddot {
  color: #e30040;
}

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

#hamburgerclose {
  background-color: #592764;
}

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

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

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

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

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

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

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

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

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

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

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

.BStitlebar .filter {
  color: #592764;
}

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

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

.btn-link {
  color: #592764;
}

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

.btn-success,
.gritter-success,
.bckcol-success {
  background-color: #5cb85c;
  color: #000000;
}

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

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

.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: #000000;
}

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

.graphicon {
  color: #592764;
}

.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #be0071;
  border-color: #a50062;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #8b0053;
  border-color: #67003d;
}
.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: #be0071;
  border-color: #a50062;
}
.btn-info .badge {
  color: #be0071;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f1aa24;
  border-color: #eca00f;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d4900e;
  border-color: #b3790b;
}
.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: #f1aa24;
  border-color: #eca00f;
}
.btn-warning .badge {
  color: #f1aa24;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e30040;
  border-color: #ca0039;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b00032;
  border-color: #8c0028;
}
.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: #e30040;
  border-color: #ca0039;
}
.btn-danger .badge {
  color: #e30040;
  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: #592764;
  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: #592764;
  border-top-color: #592764;
  border-left-color: #592764;
  border-right-color: #592764;
}

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

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: #b162c2;
  border-color: #b162c2;
}

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

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

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

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

.htmlmessage {
  border-color: #592764;
}

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

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

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

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

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

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

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

.squaredFour label:after {
  border-color: #592764;
}
.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;
  }
}
@media (min-width: 992px) {
  .headersmall .menuLoaded #headercontainer {
    height: 125px;
  }
}
@media (min-width: 992px) {
  .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: #c387d0;
  border-top-color: #592764;
}

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

.progress-success {
  background-color: #5cb85c !important;
  color: #000000 !important;
}

.progresstext-success {
  color: #5cb85c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* einde vue slider css */
/* Default CSS Stylesheet for a new Web Application project */
body {
  background-color: white;
  font-family: "SourceSansPro", arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.contentbody {
  font-family: "SourceSansPro", arial, sans-serif;
  font-size: 14px;
  color: #000;
}

.SPE020_ProfgroupName {
  display: none;
}

.meldingenbalk {
  font-size: 10pt;
}

.subruleOverviewStatusBarBorder {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
}

.datagridV3Unhover .subruleOverviewStatusBarBorder tr:last-child td:last-child {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.datagridV3 tr.datagridaltitem:hover,
.datagridV3 tr.datagriditem:hover {
  background: #ed8c00;
  opacity: 0.8;
}

.datagridV3 table.contentbody.subruleOverviewStatusBarBorder tr:last-child td:first-child,
.datagridV3Unhover table.contentbody.subruleOverviewStatusBarBorder tr:last-child td:first-child {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.pnlColStatus .fa-circle.pnlColStatus_red:before {
  color: white;
}

.beheer_dossiers_spe531_bh_dossierdetail #butAfkeuren {
  display: none;
}

#lblDossierSetName,
.prof_spe060_pr_dossiersubmit #divAnchors,
#usr_submit_dossier_navigator1_butOpslaan {
  display: none;
}

.allroles_wizards_wizardsubmitdossier_wzr_submit_dossier_step_02 #divbeschrijving,
.allroles_wizards_wizardsubmitdossier_wzr_submit_dossier_step_02b #divbeschrijving,
.allroles_wizards_wizardsubmitdossier_wzr_submit_dossier_step_06 #divbeschrijving {
  display: none;
}

.prof_spe030_pr_orgstatusoverzicht .fixedLinks_CurrentProfGroup,
.prof_spe030_pr_orgstatusoverzicht .spanFixedLinksMeldingen {
  display: none;
}

.prof_spe030_pr_orgstatusoverzicht .menuItem4,
.prof_spe030_pr_orgstatusoverzicht .menuItem85 {
  display: none;
}

#dgdActiveTargets .SPE030Datum {
  width: 160px;
}

#dgdActiveTargets .SPE030Catalogue {
  width: 50px;
}

#dgdOldTargets .SPE030Datum {
  width: 212px;
}

#dgdActiveTargets .SPE030Naam,
#dgdOldTargets .SPE030Naam {
  width: 350px;
}

#dgdOldTargets .SPE030Norm,
#dgdOldTargets .SPE030Netto,
#dgdActiveTargets .SPE030Norm,
#dgdActiveTargets .SPE030Netto,
#dgdActiveTargets .SPE030Status {
  width: 70px;
}

#dgdOldTargets .SPE030Status {
  width: 70px;
}

#dgdActiveTargets.datagrid {
  width: auto;
}

#dgdActiveTargets .SPE030Messages {
  width: 120px;
}

#dgdActiveTargets .SPE030Aanmelden {
  width: 200px;
}

#dgdOldTargets.datagrid {
  width: auto;
}

.bodyPR .spanFixedLinksWisselProfgroup {
  display: none;
}

#plhCompTree,
.TD_Tree {
  display: none;
}

.lbtAddActSPE026 {
  display: inline-block;
  background-image: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-right: 10px;
  height: auto;
  background-image: none;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #ed8c00;
  color: #ffffff;
  border-radius: 5px;
  border: none;
  padding: 5px 20px;
}

.lbtAddActSPE026:link,
.lbtAddActSPE026:hover,
.lbtAddActSPE026:visited,
.lbtAddActSPE026:active {
  text-decoration: none;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 10pt;
  font-weight: bold;
}

.lbtAddActSPE026:hover {
  background-color: #833888;
  transition: all 0.4s ease-in-out;
}

.profgroupNameInMenu {
  display: block;
  font-size: 10pt;
  width: 140px;
}

.tabLinksDossier a.inactiveDossierLink {
  font-size: 10pt;
}

.talen {
  font-family: "SourceSansPro", arial, sans-serif;
  font-size: 11px;
  color: #028861;
  font-weight: bold;
  display: none;
  position: absolute;
  top: 60px;
  left: 150px;
}

a.talenlink:link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a.talenlink:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a.talenlink:hover {
  color: black;
  font-weight: bold;
  text-decoration: underline overline;
}

.error {
  color: Red;
  font-weight: bold;
}

.afgekeurd {
  font-size: 14px;
  color: red;
  font-weight: bold;
}

.goedgekeurd {
  font-size: 14px;
  color: green;
  font-weight: bold;
}

a:link {
  color: #c10073;
  font-weight: normal;
  text-decoration: underline;
}

a:active {
  color: #c10073;
  font-weight: normal;
  text-decoration: underline;
}

a:visited {
  color: #c10073;
  font-weight: normal;
  text-decoration: underline;
}

a:hover {
  color: #c10073;
  font-weight: normal;
  text-decoration: none;
}

h1 {
  font-size: 24px;
  margin-bottom: 22px;
  font-family: "BreeSerif", Arial, Tahoma;
  color: #592764;
  font-weight: 400;
}

h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #c10073;
  font-weight: 600;
  font-family: "SourceSansPro", arial, sans-serif;
}

h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #c10073;
  font-weight: 600;
  font-family: "SourceSansPro", arial, sans-serif;
}

.titel {
  font-size: 24px;
  margin-bottom: 22px;
  font-family: "BreeSerif", Arial, Tahoma;
  color: #592764;
  font-weight: 400;
}

.datagrid {
  border: 1px solid #dedddd;
  font-family: "SourceSansPro", arial, sans-serif;
  font-size: 14px;
  text-align: left;
  width: 90%;
}

/*Table met tabbladen*/
.overzicht {
  border: 1px solid #dedddd;
  font-family: "SourceSansPro", arial, sans-serif;
  font-size: 14px;
  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: Gray;
  width: 100%;
}

.tabel_zonder_opmaak {
  font-family: "SourceSansPro", arial, sans-serif;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

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

.table_subrule_false {
  width: 100%;
}

.customtable {
  border: 1px solid #dedddd;
}

.datagridheader, .table-striped > tbody > tr:nth-child(1),
.uploadgridheader {
  background-color: #592764;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

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

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

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

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

.datagridpager {
  background: #d8d9dc;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

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

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

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

/*dropdownlistbox */
.select {
  font-family: "SourceSansPro", arial, sans-serif;
  font-size: 14px;
  background-color: white;
  color: black;
}

/*multiple select */
.listbox {
  font-family: "SourceSansPro", arial, sans-serif;
  font-size: 14px;
  background-color: white;
  color: black;
}

/*textfields*/
.text {
  font-family: "SourceSansPro", arial, sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #7f9db9;
}

.ghost {
  font-family: "SourceSansPro", arial, sans-serif;
  width: 100%;
  font-size: 14px;
  background-color: white;
  color: #5e5e5e;
  border-style: none;
}

.textgroot {
  width: 300px;
}

.email {
  width: 200px;
}

.textarea {
  font-family: "SourceSansPro", arial, sans-serif;
  width: 75%;
  font-size: 14px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #7f9db9;
}

.datum {
  width: 75px;
}

.punten {
  width: 35px;
}

.getal {
  font-family: "SourceSansPro", arial, sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #7f9db9;
  width: 35px;
}

.text4karakters {
  width: 50px;
}

/*---------*/
/*buttons*/
.button {
  font-family: "SourceSansPro", arial, sans-serif;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

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

.buttonrestrict {
  background-image: none;
  font-family: "SourceSansPro", arial, sans-serif;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.buttonklein {
  width: 50px;
}

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

/*------*/
.trInactiveProf {
  font-style: italic;
  color: gray;
}

.trInactiveProf a,
.trInactiveProf a:link,
.trInactiveProf a:hover,
.trInactiveProf a:active,
.trInactiveProf a:visited {
  font-style: italic;
  color: gray;
}

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