#MainMenu {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}
#ContentWrapper {
  left: 60px;
  position: absolute;
  right: 10px;
  top: 60px;
}
#NavigationWrapper {
  height: 100%;
  left: 0;
  position: fixed;
  top: 50px;
  width: 48px;
  z-index: 9000;
}
#navigationColumn {
  background-color: #838383;
  height: 100%;
  overflow: hidden;
  padding-left: 6px;
  box-sizing: border-box;
  padding-top: 11px;
  position: absolute;
  width: 48px;
  z-index: 2;
}
#navigationColumn a,
#navigationColumn span {
  display: none;
}
.navColumnCollapsed {
  box-shadow: 2px 10px 11px rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
  padding-right: 10px;
}
#TopWrapper {
  background-color: #a4cd39;
  height: 48px;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  z-index: 31;
  border: solid 1px #838383;
  /* ======================================================================
	User Options     
    =======================================================================*/

  /* ======================================================================
	Notifications     
    =======================================================================*/

}
#TopWrapper #SearchButton {
  font-size: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 9px;
  left: 8px;
  color: #838383;
}
#TopWrapper #SearchDeelnemerContainer {
  width: 162px;
  float: right;
  margin-right: 20px;
}
#TopWrapper #SearchDeelnemerContainer #SearchBox {
  position: relative;
  width: 162px;
  height: 32px;
  float: right;
  margin-top: 8px;
}
#TopWrapper #SearchDeelnemerContainer input {
  height: 32px;
  width: 162px;
  background-color: white;
  margin-bottom: 0;
  border: solid 1px #838383;
  box-sizing: border-box;
  border-radius: 20px;
  padding-left: 25px;
}
#TopWrapper #SearchResultContainer {
  background-color: white;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 10px;
  width: 600px;
  z-index: 10;
  height: 400px;
}
#TopWrapper #SearchResultContainer .subResultContainer {
  float: left;
  width: 50%;
  height: 100%;
  overflow-y: auto;
}
#TopWrapper #SearchResultContainer .subResultContainer .title {
  height: 30px;
  line-height: 30px;
  color: white;
  padding-left: 10px;
  background-color: #9f9f9f;
}
#TopWrapper .searchLoader {
  box-sizing: border-box;
  padding-top: 50px;
  text-align: center;
  font-size: 15px;
}
#TopWrapper #imageTop {
  float: right;
  border-left: solid 1px #838383;
}
@media screen and (max-width: 1690px) {
  #TopWrapper #imageTop {
    display: none;
    border: none;
  }
}
#TopWrapper #UserOptionsContainer {
  height: 48px;
  width: 75px;
  float: right;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  border-left: solid 1px #838383;
  position: relative;
}
#TopWrapper #UserOptionsContainer .userPointer {
  padding-right: 12px;
  line-height: 48px;
  height: 48px;
  font-size: 22px;
  color: white;
}
#TopWrapper #UserOptionsContainer .userPointerArrow {
  padding-right: 8px;
  float: right;
  height: 48px;
  line-height: 38px;
  font-size: 22px;
  color: white;
}
#TopWrapper #UserOptionsContainer #CollapsedOptionsMenu {
  background-color: white;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 10;
  top: 50px;
  width: 150px;
  display: none;
  right: 0px;
}
#TopWrapper #UserOptionsContainer #CollapsedOptionsMenu .optionEntry {
  font-size: 17px;
  padding: 5px;
  text-align: left;
}
#TopWrapper #UserOptionsContainer #CollapsedOptionsMenu .optionEntry .optionsIcon {
  color: #838383;
  margin-right: 10px;
}
#TopWrapper #UserOptionsContainer #CollapsedOptionsMenu .optionEntry:hover {
  background-color: #a4cd39 !important;
  color: white;
}
#TopWrapper #NotificationsContainer {
  float: right;
  height: 48px;
  width: 92px;
  cursor: pointer;
  background-color: #d2d2d2;
  border-left: solid 1px #838383;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200) {
  #TopWrapper #NotificationsContainer {
    display: none;
  }
}
#TopWrapper #NotificationsContainer .NotificationArrow {
  float: right;
  height: 48px;
  line-height: 40px;
  font-size: 22px;
  color: #838383;
  margin-right: 11px;
}
#TopWrapper #NotificationsContainer .notificationIcon {
  height: 48px;
  line-height: 60px;
  font-size: 22px;
  color: #838383;
  margin-left: 11px;
}
#TopWrapper #NotificationsContainer .notificationsCountWidget {
  background-color: #cd171f;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 35px;
  top: 2px;
  width: 30px;
  border-radius: 15px;
  text-align: center;
  color: white;
  font-weight: bold;
}
#TopWrapper #NotificationsContainer #NotificationsInfoContainer {
  display: none;
  background-color: white;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0px;
  width: 300px;
  z-index: 40;
  padding: 10px;
  top: 50px;
}
#TopWrapper #NotificationsContainer #NotificationsInfoContainer .notificationEntry {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}
#TopWrapper #NotificationsContainer #NotificationsInfoContainer .notificationEntry .notificationTitle {
  font-weight: bold;
  padding: 2px;
}
#TopWrapper #NotificationsContainer #NotificationsInfoContainer .notificationEntry .notificationTitle .notificationDate {
  color: #969696;
  float: right;
  font-size: 11px;
  line-height: 18px;
}
#TopWrapper #NotificationsContainer #NotificationsInfoContainer .notificationEntry:hover {
  background-color: #f0f0f0;
}
#TopWrapper #NotificationsContainer #NotificationsInfoContainer .notificationEntry .notificationMessage {
  padding: 2px;
  position: relative;
  width: 260px;
}
#TopWrapper #NotificationsContainer #NotificationsInfoContainer .notificationEntry .notificationMessage .notificationsetSeen {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -40px;
  top: 5px;
}
#TopWrapper #NotificationsContainer #NotificationsInfoContainer .notificationEntry .notificationMessage .notificationsetSeen .fa {
  color: #838383;
  font-size: 20px;
}
#TopWrapper #NotificationsContainer #NotificationsInfoContainer .notificationEntry .notificationMessage .notificationsetSeen .fa:hover {
  color: #a4cd39;
}
/* ======================================================================
	voortgangswidget     
=======================================================================*/

#WidgetContainer,
#CoachWidgetContainer,
#NdcWidgetContainer,
#ContractReportRenderContainer,
#RondePlacesContainer {
  background-color: #cd171f;
  width: 135px;
  height: 48px;
  box-sizing: border-box;
  border-left: solid 1px #838383;
  float: right;
}
#WidgetContainer .CoachWidgetStar,
#CoachWidgetContainer .CoachWidgetStar,
#NdcWidgetContainer .CoachWidgetStar,
#ContractReportRenderContainer .CoachWidgetStar,
#RondePlacesContainer .CoachWidgetStar {
  color: white;
  margin-left: 10px;
  margin-right: 15px;
  height: 48px;
  line-height: 48px;
}
#WidgetContainer #CoachHpLabel,
#CoachWidgetContainer #CoachHpLabel,
#NdcWidgetContainer #CoachHpLabel,
#ContractReportRenderContainer #CoachHpLabel,
#RondePlacesContainer #CoachHpLabel {
  color: white;
}
#WidgetContainer #WidgetBox,
#CoachWidgetContainer #WidgetBox,
#NdcWidgetContainer #WidgetBox,
#ContractReportRenderContainer #WidgetBox,
#RondePlacesContainer #WidgetBox {
  cursor: pointer;
  border-left: solid 1px #838383;
}
#WidgetContainer #WidgetBox .voortgangWidgetEntry,
#CoachWidgetContainer #WidgetBox .voortgangWidgetEntry,
#NdcWidgetContainer #WidgetBox .voortgangWidgetEntry,
#ContractReportRenderContainer #WidgetBox .voortgangWidgetEntry,
#RondePlacesContainer #WidgetBox .voortgangWidgetEntry {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  width: calc(70%);
  font-size: 22px;
}
#WidgetContainer #WidgetBox .voortgangWidgetEntry #ProgressTotalChart,
#CoachWidgetContainer #WidgetBox .voortgangWidgetEntry #ProgressTotalChart,
#NdcWidgetContainer #WidgetBox .voortgangWidgetEntry #ProgressTotalChart,
#ContractReportRenderContainer #WidgetBox .voortgangWidgetEntry #ProgressTotalChart,
#RondePlacesContainer #WidgetBox .voortgangWidgetEntry #ProgressTotalChart {
  color: white;
  font-size: 22px;
  margin-left: 20px;
}
#WidgetContainer #WidgetBox .voortgangWidgetEntry .widgetCount,
#CoachWidgetContainer #WidgetBox .voortgangWidgetEntry .widgetCount,
#NdcWidgetContainer #WidgetBox .voortgangWidgetEntry .widgetCount,
#ContractReportRenderContainer #WidgetBox .voortgangWidgetEntry .widgetCount,
#RondePlacesContainer #WidgetBox .voortgangWidgetEntry .widgetCount {
  display: inline-block;
  line-height: 48px;
  vertical-align: top;
  margin-left: 10px;
  font-size: 22px;
  font-weight: bold;
  color: white;
}
#WidgetContainer #WidgetBox .voortgangWidgetEntry .voortgangWidgetIcon,
#CoachWidgetContainer #WidgetBox .voortgangWidgetEntry .voortgangWidgetIcon,
#NdcWidgetContainer #WidgetBox .voortgangWidgetEntry .voortgangWidgetIcon,
#ContractReportRenderContainer #WidgetBox .voortgangWidgetEntry .voortgangWidgetIcon,
#RondePlacesContainer #WidgetBox .voortgangWidgetEntry .voortgangWidgetIcon {
  width: 24px;
  height: 24px;
  display: inline-block;
}
#WidgetContainer #WidgetBox .stadWidgetLabel,
#CoachWidgetContainer #WidgetBox .stadWidgetLabel,
#NdcWidgetContainer #WidgetBox .stadWidgetLabel,
#ContractReportRenderContainer #WidgetBox .stadWidgetLabel,
#RondePlacesContainer #WidgetBox .stadWidgetLabel {
  float: right;
  color: #838383;
  font-weight: bold;
  font-size: 24px;
}
#WidgetContainer #WidgetCollapseBox,
#CoachWidgetContainer #WidgetCollapseBox,
#NdcWidgetContainer #WidgetCollapseBox,
#ContractReportRenderContainer #WidgetCollapseBox,
#RondePlacesContainer #WidgetCollapseBox {
  position: absolute;
  top: 50px;
  background-color: white;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4);
  padding: 5px;
  right: 0;
  width: 1000px;
  z-index: 10;
  display: none;
  overflow-y: scroll;
}
#WidgetContainer .voortgangOndernemerIcon,
#CoachWidgetContainer .voortgangOndernemerIcon,
#NdcWidgetContainer .voortgangOndernemerIcon,
#ContractReportRenderContainer .voortgangOndernemerIcon,
#RondePlacesContainer .voortgangOndernemerIcon {
  background-image: url("../../images/icons/24x24/businessman.png");
}
#WidgetContainer .voortgangOpleidingIcon,
#CoachWidgetContainer .voortgangOpleidingIcon,
#NdcWidgetContainer .voortgangOpleidingIcon,
#ContractReportRenderContainer .voortgangOpleidingIcon,
#RondePlacesContainer .voortgangOpleidingIcon {
  background-image: url("../../images/icons/24x24/schoolhat.png");
}
#WidgetContainer .voortgangWerkIcon,
#CoachWidgetContainer .voortgangWerkIcon,
#NdcWidgetContainer .voortgangWerkIcon,
#ContractReportRenderContainer .voortgangWerkIcon,
#RondePlacesContainer .voortgangWerkIcon {
  background-image: url("../../images/icons/24x24/suitcase.png");
}
#WidgetContainer .collapseUpIcon,
#CoachWidgetContainer .collapseUpIcon,
#NdcWidgetContainer .collapseUpIcon,
#ContractReportRenderContainer .collapseUpIcon,
#RondePlacesContainer .collapseUpIcon {
  background-image: url("../../images/navigation/selectIconUp.png");
}
#WidgetContainer .widgetCollapseIcon,
#CoachWidgetContainer .widgetCollapseIcon,
#NdcWidgetContainer .widgetCollapseIcon,
#ContractReportRenderContainer .widgetCollapseIcon,
#RondePlacesContainer .widgetCollapseIcon {
  float: right;
  height: 48px;
  line-height: 40px;
  font-size: 22px;
  color: white;
  margin-right: 15px;
}
#WidgetContainer .WidgetCollapseBoxTitle,
#CoachWidgetContainer .WidgetCollapseBoxTitle,
#NdcWidgetContainer .WidgetCollapseBoxTitle,
#ContractReportRenderContainer .WidgetCollapseBoxTitle,
#RondePlacesContainer .WidgetCollapseBoxTitle {
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid #a4cd39;
  margin-bottom: 10px;
  margin-top: 20px;
}
#CoachWidgetContainer,
#NdcWidgetContainer,
.WidgetHeaderContainer,
#ContractReportRenderContainer,
#RondePlacesContainer {
  height: 48px;
  line-height: 34px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  background-color: #9f9f9f;
  position: relative;
}
#ContractReportRenderContainer,
#RondePlacesContainer {
  background-color: #f0f0f0;
  width: 230px;
  font-size: 14px;
  line-height: 50px;
}
#ContractReportRenderContainer .fa,
#RondePlacesContainer .fa {
  font-size: 20px;
  margin-left: 10px;
  color: #838383;
}
#RondePlacesContainer {
  width: 220px;
}
#ContractReportRenderContainer {
  color: white;
}
#NdcWidgetContainer {
  line-height: 48px;
  color: white;
  font-size: 16px;
  text-align: center;
}
#CoachWidgetCollapseBox,
#NdcReportCollapseBox,
#ContractWidgetCollapseBox,
#RondePlacesCollapseBox {
  background-color: white;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4);
  display: none;
  padding: 5px;
  position: absolute;
  right: 200px;
  top: 50px;
  width: 500px;
  z-index: 11;
}
#CoachWidgetCollapseBox .location,
#NdcReportCollapseBox .location,
#ContractWidgetCollapseBox .location,
#RondePlacesCollapseBox .location {
  font-size: 18px;
  color: #a4cd39;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
#CoachWidgetCollapseBox .coachStatusTable,
#NdcReportCollapseBox .coachStatusTable,
#ContractWidgetCollapseBox .coachStatusTable,
#RondePlacesCollapseBox .coachStatusTable {
  width: 100%;
}
#CoachWidgetCollapseBox .coachStatusTable thead th,
#NdcReportCollapseBox .coachStatusTable thead th,
#ContractWidgetCollapseBox .coachStatusTable thead th,
#RondePlacesCollapseBox .coachStatusTable thead th {
  background-color: #a4cd39;
  padding: 7px;
  font-weight: normal;
}
#CoachWidgetCollapseBox .coachStatusTable tbody td,
#NdcReportCollapseBox .coachStatusTable tbody td,
#ContractWidgetCollapseBox .coachStatusTable tbody td,
#RondePlacesCollapseBox .coachStatusTable tbody td {
  padding: 7px;
  text-align: center;
  background-color: #f0f0f0;
}
#ContractWidgetCollapseBox,
#RondePlacesCollapseBox {
  overflow-y: auto;
  width: 850px;
}
#RondePlacesCollapseBox {
  right: 75px;
}
#NdcReportCollapseBox {
  width: auto;
  clear: both;
  overflow-y: auto;
  right: 50px;
  max-width: 80%;
  min-width: 500px;
  width: 1000px;
}
#NdcReportCollapseBox .btnExcelExport {
  color: blue;
  position: absolute;
  right: 10px;
  top: 10px;
}
#NdcReportCollapseBox .alignRight {
  text-align: right;
}
#NdcReportCollapseBox .deelnemerTableContainer,
#NdcReportCollapseBox .coachTableContainer,
#NdcReportCollapseBox .modulesTableContainer {
  float: left;
}
#NdcReportCollapseBox .modulesTableContainer {
  clear: both;
  margin-top: 20px;
}
#NdcReportCollapseBox .deelnemerStatusPieChartContainer {
  float: left;
  width: 200px;
  height: 200px;
  padding: 10px;
}
#NdcReportCollapseBox .loadingContainer {
  text-align: center;
  font-size: 16px;
  margin-top: 50px;
}
#NdcReportCollapseBox .locationContainer {
  padding: 20px 0;
  border-bottom: 1px solid #9f9f9f;
}
#NdcReportCollapseBox .locationContainer .subheader {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0;
}
#NdcReportCollapseBox .locationContainer .percentage {
  font-weight: bold;
  margin-left: 10px;
}
.NotificationsModalContainer .Dialog {
  margin-top: 100px;
  width: 800px;
}
.NotificationsModalContainer .popupContent {
  padding: 0;
}
.NotificationsModalContainer .popupContent .notificationsScrollContainer {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}
.NotificationsModalContainer .popupContent .notificationsScrollContainer .notificationContentHeader {
  background-color: #e5e5e5;
  line-height: 30px;
  height: 30px;
}
.NotificationsModalContainer .popupContent .notificationsScrollContainer .notificationContentHeader div {
  float: left;
  padding: 0 10px;
}
.NotificationsModalContainer .popupContent .notificationsScrollContainer .notificationContent {
  text-align: left;
  padding: 10px;
  white-space: pre-line;
}
.NotificationsModalContainer .popupContent .markAsRead {
  float: right;
  color: gray;
  cursor: pointer;
  font-weight: bold;
}
.NotificationsModalContainer .popupContent .markAsRead:hover {
  color: #a4cd39;
}
.NotificationsModalContainer .popupContent button {
  margin: 10px;
  border: none;
  height: 30px;
  line-height: 30px;
}
