/* ======================================================================
	Defaults     
=======================================================================*/

html {
  margin: 0;
  padding: 0;
  color: #383838;
  font-family: Open Sans;
  font-size: 13px;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.formHeader {
  font-size: 22px;
  margin-bottom: 10px;
  color: #cd171f;
}
.grayButton {
  font-size: 13px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #f0f0f0;
  text-decoration: none;
  color: #383838;
  background-color: #f0f0f0;
  cursor: pointer;
}
.grayButton:hover {
  background-color: #838383;
  border: 1px solid #838383;
  color: white;
}
/* ======================================================================
	Main Layout     
=======================================================================*/

.clear {
  clear: both;
}
/* ======================================================================
	Bread crumb     
=======================================================================*/

#breadcrumb_container .breadCrumbItem,
#sub_breadcrumb_container .breadCrumbItem,
.headerFilterContainer .breadCrumbItem,
#breadcrumb_container .activeBreadCrumb,
#sub_breadcrumb_container .activeBreadCrumb,
.headerFilterContainer .activeBreadCrumb,
#breadcrumb_container .headerItem,
#sub_breadcrumb_container .headerItem,
.headerFilterContainer .headerItem,
#breadcrumb_container .lastBreadcrumb,
#sub_breadcrumb_container .lastBreadcrumb,
.headerFilterContainer .lastBreadcrumb {
  position: relative;
  color: white;
  cursor: pointer;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#breadcrumb_container .breadCrumbItem a,
#sub_breadcrumb_container .breadCrumbItem a,
.headerFilterContainer .breadCrumbItem a,
#breadcrumb_container .activeBreadCrumb a,
#sub_breadcrumb_container .activeBreadCrumb a,
.headerFilterContainer .activeBreadCrumb a,
#breadcrumb_container .headerItem a,
#sub_breadcrumb_container .headerItem a,
.headerFilterContainer .headerItem a,
#breadcrumb_container .lastBreadcrumb a,
#sub_breadcrumb_container .lastBreadcrumb a,
.headerFilterContainer .lastBreadcrumb a {
  color: white;
  text-decoration: none;
}
#breadcrumb_container .breadCrumbItem:first-child,
#sub_breadcrumb_container .breadCrumbItem:first-child,
.headerFilterContainer .breadCrumbItem:first-child {
  background-color: #838383;
  z-index: 2;
  margin-left: 8px;
}
#breadcrumb_container .breadCrumbItem:nth-child(2),
#sub_breadcrumb_container .breadCrumbItem:nth-child(2),
.headerFilterContainer .breadCrumbItem:nth-child(2) {
  background-color: white;
}
#breadcrumb_container .lastBreadcrumb,
#sub_breadcrumb_container .lastBreadcrumb,
.headerFilterContainer .lastBreadcrumb {
  background-color: #e4f0c4 !important;
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
  border-bottom-right-radius: 20px;
  color: blue;
  border-top-right-radius: 20px;
}
#breadcrumb_container .activeBreadCrumb,
#sub_breadcrumb_container .activeBreadCrumb,
.headerFilterContainer .activeBreadCrumb {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
  padding-right: 9px;
  padding-left: 11px;
  color: black;
  margin-left: 0px;
  z-index: 2;
  background-color: white;
  padding-right: 20px;
}
#breadcrumb_container .activeBreadCrumb:hover,
#sub_breadcrumb_container .activeBreadCrumb:hover,
.headerFilterContainer .activeBreadCrumb:hover {
  text-decoration: underline;
  background-color: #969696;
}
#sub_breadcrumb_container {
  position: fixed;
}
#sub_breadcrumb_container .breadCrumbItem {
  background-color: white !important;
  z-index: 2;
  margin-left: 0 !important;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  padding-right: 20px;
}
#sub_breadcrumb_container .breadCrumbItem a {
  color: black !important;
}
/* ======================================================================
	General Data table     
=======================================================================*/

table.viewTable {
  font-size: 12px;
}
table.viewTable thead th {
  text-align: left;
  border-bottom: 1px solid #838383;
  color: #838383;
  line-height: 30px;
}
table.viewTable tbody td {
  line-height: 30px;
}
.dataTable thead th {
  background-color: #a4cd39;
  padding: 5px;
  text-align: left;
  color: white;
}
.dataTable thead tr.blackText th {
  color: black;
}
.dataTable tbody tr {
  background-color: #f0f0f0;
  cursor: pointer;
  color: black;
}
.dataTable tbody tr td {
  padding: 5px;
  border-top: 2px solid white;
}
.dataTable tbody tr td.sortTd i {
  color: #a4cd39;
  font-size: 16px;
}
.dataTable tbody tr td.sortTd i:active {
  color: #b8e14d;
}
.dataTable tbody tr td.sortTd i:hover {
  color: white;
}
.dataTable tbody :hover,
.dataTable tbody tr.selectedRow {
  background-color: #838383 !important;
  color: white;
}
.dataTable tbody tr.inactiveRow {
  color: #838383;
}
.dataTable tbody .subHeader td {
  background-color: #e5e5e5;
  font-weight: bold;
  cursor: initial;
}
.dataTable tbody .subHeader td:hover {
  color: black !important;
  background-color: #e5e5e5 !important;
  font-weight: bold;
}
.dataTable .editColumn,
.dataTable .deleteColumn {
  padding: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #838383;
}
.dataTable .editColumn .fa,
.dataTable .deleteColumn .fa {
  background-color: none !important;
  color: white;
  cursor: pointer;
  font-size: 16px;
}
.dataTable .editColumn .fa:hover,
.dataTable .deleteColumn .fa:hover {
  background-color: none !important;
}
.dataTable .editColumn:hover,
.dataTable .deleteColumn:hover {
  background-color: white !important;
}
.dataTable .editColumn:hover .fa,
.dataTable .deleteColumn:hover .fa {
  color: #838383;
}
.dataTable .deleteColumn {
  background-color: #cd171f;
}
.dataTable .deleteColumn:hover .fa {
  color: #cd171f;
}
.dataTable .tableInput {
  color: black;
  background-color: white;
}
.dataTable.noHover tbody tr:hover {
  cursor: initial;
  background-color: #f0f0f0 !important;
  color: black !important;
}
.dataTable.noHover tbody tr:hover td {
  background-color: #f0f0f0 !important;
  color: black !important;
}
#FaseContainer,
#IndicatorContainer {
  display: inline-block;
  vertical-align: top;
}
#SuccessChartContainer {
  width: 100%;
  height: 200px;
  vertical-align: top;
  text-align: center;
}
#SuccessChartContainer #SuccessChart {
  margin-left: 160px;
  width: 500px;
}
#IndicatorContainer {
  margin-left: 50px;
}
#DeelnemerContainer {
  overflow-y: scroll;
}
#CurrentProgressWeek {
  position: absolute;
  right: 10px;
  font-size: 18px;
  width: 180px;
  font-weight: bold;
  height: 25px;
}
@media screen and (max-width: 1114px) {
  .orderselect,
  .coachingSelect,
  .generalSelect {
    width: 85px;
  }
}
/* ======================================================================
	Uitstroom Selector     
=======================================================================*/

#UitstroomSelector,
#StatisticsUitstroomSelector {
  display: inline-block;
  position: relative;
  width: 450px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -50px;
  padding-left: 50px;
  z-index: 1;
}
#UitstroomSelector #UitstroomSelectorLabel,
#StatisticsUitstroomSelector #UitstroomSelectorLabel {
  cursor: pointer;
}
#UitstroomSelector #UitstroomSelectorLabel:hover,
#StatisticsUitstroomSelector #UitstroomSelectorLabel:hover {
  text-decoration: underline;
  cursor: pointer;
}
#UitstroomSelector .selectorBox,
#StatisticsUitstroomSelector .selectorBox {
  position: absolute;
  top: 0;
  background-color: white;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4);
  display: none;
  width: 200px;
  z-index: 10;
}
/* ======================================================================
	Social     
=======================================================================*/

ul.social {
  overflow: hidden;
  list-style: outside none none;
  margin-bottom: 30px;
  padding: 0;
  background-color: #a4cd39;
  width: 160px;
  border-radius: 10px;
}
ul.social li {
  float: left;
  padding: 4px;
}
ul.social li a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 45px;
  margin-right: 5px;
  width: 40px;
}
ul.social li #li {
  background-image: url("../../images/social/social-linkedin.png");
}
ul.social li #li:hover {
  background-image: url("../../images/social/social-linkedin-h.png");
}
ul.social li #fb {
  background-image: url("../../images/social/social-facebook.png");
}
ul.social li #fb:hover {
  background-image: url("../../images/social/social-facebook-h.png");
}
ul.social li #tw {
  background-image: url("../../images/social/social-twitter.png");
}
ul.social li #tw:hover {
  background-image: url("../../images/social/social-twitter-h.png");
}
.smileyContainer {
  padding-left: 0;
  position: relative;
  width: 90px;
  vertical-align: top;
  margin-top: -2px;
}
.smileyContainer .smileyIcon {
  cursor: pointer;
  display: inline-block;
  margin-left: 0px;
  padding: 0;
  color: #c8c8c8;
  font-size: 28px;
  vertical-align: top;
  font-weight: bold;
}
.smileyContainer .smileyIcon .fa {
  vertical-align: top;
}
.smileyContainer .redSmiley:hover {
  color: #cd171f;
}
.smileyContainer .orangeSmiley:hover {
  color: #ffa000;
}
.smileyContainer .greenSmiley:hover {
  color: #a4cd39;
}
.DialogBackground,
#MainShadowBackground,
.PopupBackground {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4;
  top: 0;
  left: 0;
  z-index: 5003;
}
.DialogContainer,
.GeneralPopup {
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 5004;
}
.DialogContainer .closeModal,
.GeneralPopup .closeModal {
  float: right;
  font-size: 20px;
}
.DialogContainer .redBackground,
.GeneralPopup .redBackground {
  background-color: #cd171f;
  color: white;
}
.DialogContainer .privacyTitleBar,
.GeneralPopup .privacyTitleBar {
  line-height: 30px;
  height: 30px;
  color: white;
  background-color: #b8e14d;
  color: black;
}
.DialogContainer .privacyBottomBar,
.GeneralPopup .privacyBottomBar {
  height: 40px;
  border-top: 1px solid #c8c8c8;
}
.DialogContainer .privacyBottomBar button,
.GeneralPopup .privacyBottomBar button {
  border: none;
  height: 30px;
  margin-top: 5px;
}
.DialogContainer .privacyBottomBar button:hover,
.GeneralPopup .privacyBottomBar button:hover,
.DialogContainer .privacyBottomBar button:active,
.GeneralPopup .privacyBottomBar button:active {
  text-decoration: underline;
}
.DialogContainer .PrivacyDialog,
.GeneralPopup .PrivacyDialog {
  height: 80%;
  width: 840px;
  z-index: 2002;
  opacity: 1;
  background-color: white;
  position: fixed;
  top: 10%;
  margin-left: -420px;
  left: 50%;
}
.DialogContainer .PrivacyDialog iframe,
.GeneralPopup .PrivacyDialog iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.DialogContainer .Dialog,
.GeneralPopup .Dialog {
  background-color: white;
  width: 400px;
  margin: 0 auto;
  z-index: 2002;
  opacity: 1;
  margin-top: 200px;
  box-shadow: 0px 0px 8px #888888;
}
.DialogContainer .Dialog .formEntry,
.GeneralPopup .Dialog .formEntry {
  clear: both;
  min-height: 25px;
  width: 100%;
}
.DialogContainer .Dialog .formEntry .label,
.GeneralPopup .Dialog .formEntry .label {
  line-height: 25px;
  width: 30%;
  float: left;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}
.DialogContainer .Dialog .formEntry .input,
.GeneralPopup .Dialog .formEntry .input {
  width: 70%;
  float: left;
  min-height: 25px;
  text-align: left;
}
.DialogContainer .Dialog .formEntry .input input[type="text"],
.GeneralPopup .Dialog .formEntry .input input[type="text"],
.DialogContainer .Dialog .formEntry .input textarea,
.GeneralPopup .Dialog .formEntry .input textarea,
.DialogContainer .Dialog .formEntry .input select,
.GeneralPopup .Dialog .formEntry .input select {
  box-sizing: border-box;
  min-height: 25px;
  line-height: 25px;
  padding: 0;
  padding-left: 10px;
  width: 100%;
}
.DialogContainer .Dialog .formEntry .input textarea,
.GeneralPopup .Dialog .formEntry .input textarea {
  margin-bottom: 2px;
}
.DialogContainer .Dialog .formEntry input[type="text"].datepicker,
.GeneralPopup .Dialog .formEntry input[type="text"].datepicker {
  float: right;
  width: 100px;
}
.DialogContainer .Dialog .titleBar,
.GeneralPopup .Dialog .titleBar {
  line-height: 30px;
  color: white;
}
.DialogContainer .Dialog .titleBar .fa,
.GeneralPopup .Dialog .titleBar .fa {
  float: right;
  line-height: 30px;
  cursor: pointer;
  margin-right: 10px;
}
.DialogContainer .Dialog .buttonContainer,
.GeneralPopup .Dialog .buttonContainer {
  margin-top: 15px;
}
.DialogContainer .Dialog .buttonContainer button,
.GeneralPopup .Dialog .buttonContainer button {
  margin: 0 10px;
}
.infoWindowContainer {
  position: absolute;
  background-color: white;
  box-shadow: 0 5px 19px rgba(0, 0, 0, 0.15);
  padding: 10px;
  left: 0;
  bottom: 20px;
  color: black;
  cursor: default;
}
.infoWindowContainer .closeButton {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.infoWindow {
  position: relative;
}
.popup_background {
  z-index: 5000;
  background-color: black;
  opacity: 0.4;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
}
#EntryPopup {
  min-width: 550px;
}
.popup_wrapper {
  z-index: 5001;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.popup_wrapper .formPopup {
  display: inline-block;
  text-align: left;
  position: relative;
  vertical-align: middle;
  background-color: white;
}
.popup_wrapper .popup_align {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.filterOption,
.filterSubOption {
  background-color: #fcfcfc;
  color: black;
  margin-bottom: 2px;
  cursor: pointer;
  padding: 5px 5px 5px 10px;
}
.filterOption:hover,
.filterSubOption:hover {
  background-color: #e3e3e3;
}
.filterOption .filterOptionCounter,
.filterSubOption .filterOptionCounter {
  color: #191919;
  float: right;
  font-weight: bold;
}
a.grayAnchor {
  color: gray;
  cursor: pointer;
  margin-left: 10px;
}
a.grayAnchor:hover {
  text-decoration: underline;
}
/* ======================================================================
	Layouting     
=======================================================================*/

.layoutRow {
  display: table;
  clear: both;
  width: 100%;
}
.layoutRow .column25,
.layoutRow .column50,
.layoutRow .column75,
.layoutRow .column100,
.layoutRow .column60,
.layoutRow .column40 {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 5px;
}
.layoutRow .column25 .padding10,
.layoutRow .column50 .padding10,
.layoutRow .column75 .padding10,
.layoutRow .column100 .padding10,
.layoutRow .column60 .padding10,
.layoutRow .column40 .padding10 {
  padding: 10px;
}
.layoutRow .column25 .columnContent,
.layoutRow .column50 .columnContent,
.layoutRow .column75 .columnContent,
.layoutRow .column100 .columnContent,
.layoutRow .column60 .columnContent,
.layoutRow .column40 .columnContent {
  height: 100%;
  width: 100%;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
}
.layoutRow .column25 .columnContent .columnHeader,
.layoutRow .column50 .columnContent .columnHeader,
.layoutRow .column75 .columnContent .columnHeader,
.layoutRow .column100 .columnContent .columnHeader,
.layoutRow .column60 .columnContent .columnHeader,
.layoutRow .column40 .columnContent .columnHeader {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: white;
  padding-left: 10px;
}
.layoutRow .column25 .columnContent label,
.layoutRow .column50 .columnContent label,
.layoutRow .column75 .columnContent label,
.layoutRow .column100 .columnContent label,
.layoutRow .column60 .columnContent label,
.layoutRow .column40 .columnContent label {
  display: block;
  margin-top: 5px;
  clear: both;
  height: 30px;
}
.layoutRow .column25 .columnContent label span,
.layoutRow .column50 .columnContent label span,
.layoutRow .column75 .columnContent label span,
.layoutRow .column100 .columnContent label span,
.layoutRow .column60 .columnContent label span,
.layoutRow .column40 .columnContent label span {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.layoutRow .column25 .columnContent label input[type="text"],
.layoutRow .column50 .columnContent label input[type="text"],
.layoutRow .column75 .columnContent label input[type="text"],
.layoutRow .column100 .columnContent label input[type="text"],
.layoutRow .column60 .columnContent label input[type="text"],
.layoutRow .column40 .columnContent label input[type="text"],
.layoutRow .column25 .columnContent label textarea,
.layoutRow .column50 .columnContent label textarea,
.layoutRow .column75 .columnContent label textarea,
.layoutRow .column100 .columnContent label textarea,
.layoutRow .column60 .columnContent label textarea,
.layoutRow .column40 .columnContent label textarea {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
}
.layoutRow .column25 .columnContent label textarea,
.layoutRow .column50 .columnContent label textarea,
.layoutRow .column75 .columnContent label textarea,
.layoutRow .column100 .columnContent label textarea,
.layoutRow .column60 .columnContent label textarea,
.layoutRow .column40 .columnContent label textarea {
  margin-bottom: 10px;
  min-height: 100px;
}
.layoutRow .column25 .columnContent label select,
.layoutRow .column50 .columnContent label select,
.layoutRow .column75 .columnContent label select,
.layoutRow .column100 .columnContent label select,
.layoutRow .column60 .columnContent label select,
.layoutRow .column40 .columnContent label select {
  width: 100%;
}
.layoutRow .column25 .columnContent label .addon,
.layoutRow .column50 .columnContent label .addon,
.layoutRow .column75 .columnContent label .addon,
.layoutRow .column100 .columnContent label .addon,
.layoutRow .column60 .columnContent label .addon,
.layoutRow .column40 .columnContent label .addon {
  width: 50%;
  float: left;
}
.layoutRow .column25 .columnContent button,
.layoutRow .column50 .columnContent button,
.layoutRow .column75 .columnContent button,
.layoutRow .column100 .columnContent button,
.layoutRow .column60 .columnContent button,
.layoutRow .column40 .columnContent button {
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: capitalize;
  color: white;
  background-color: black;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.layoutRow .column25 .columnContent button:hover,
.layoutRow .column50 .columnContent button:hover,
.layoutRow .column75 .columnContent button:hover,
.layoutRow .column100 .columnContent button:hover,
.layoutRow .column60 .columnContent button:hover,
.layoutRow .column40 .columnContent button:hover {
  transition: all 0.2s ease 0s;
  background-color: #000064;
}
.layoutRow .column25 .columnContent button:active,
.layoutRow .column50 .columnContent button:active,
.layoutRow .column75 .columnContent button:active,
.layoutRow .column100 .columnContent button:active,
.layoutRow .column60 .columnContent button:active,
.layoutRow .column40 .columnContent button:active {
  transition: all 0.2s ease 0s;
  background-color: #000064;
}
.layoutRow .column25 .columnContent button:disabled,
.layoutRow .column50 .columnContent button:disabled,
.layoutRow .column75 .columnContent button:disabled,
.layoutRow .column100 .columnContent button:disabled,
.layoutRow .column60 .columnContent button:disabled,
.layoutRow .column40 .columnContent button:disabled {
  font-style: italic;
  background-color: #f0f0f0;
  color: #c8c8c8;
}
.layoutRow .column25 .fa-trash,
.layoutRow .column50 .fa-trash,
.layoutRow .column75 .fa-trash,
.layoutRow .column100 .fa-trash,
.layoutRow .column60 .fa-trash,
.layoutRow .column40 .fa-trash {
  cursor: pointer;
  font-size: 18px;
  color: red;
  line-height: 30px;
}
.layoutRow .column25 .fa-trash:hover,
.layoutRow .column50 .fa-trash:hover,
.layoutRow .column75 .fa-trash:hover,
.layoutRow .column100 .fa-trash:hover,
.layoutRow .column60 .fa-trash:hover,
.layoutRow .column40 .fa-trash:hover,
.layoutRow .column25 .fa-trash:active,
.layoutRow .column50 .fa-trash:active,
.layoutRow .column75 .fa-trash:active,
.layoutRow .column100 .fa-trash:active,
.layoutRow .column60 .fa-trash:active,
.layoutRow .column40 .fa-trash:active {
  color: #861125;
}
.layoutRow .column25 {
  width: 25%;
}
.layoutRow .column50 {
  width: 50%;
}
.layoutRow .column75 {
  width: 75%;
}
.layoutRow .column100 {
  width: 100%;
}
.layoutRow .column60 {
  width: 60%;
}
.layoutRow .column40 {
  width: 40%;
}
.layoutRow .contactEntry,
.layoutRow .activityEntry {
  height: 30px;
  line-height: 30px;
  background-color: #f0f0f0;
  padding-left: 10px;
  margin-top: 1px;
}
.layoutRow .contactEntry .fa-trash,
.layoutRow .activityEntry .fa-trash {
  color: red;
  float: right;
  margin-right: 10px;
}
.dummyHeaderDiv {
  position: absolute;
  z-index: 10;
  background-color: white;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 30px;
  height: 30px;
  top: 0px;
  left: -20px;
}
.selectorBackground {
  background-color: #e4f0c4;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-right: 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 40px;
  margin-left: 3px;
}
.rondeSelector {
  position: relative;
  font-size: 14px;
  color: black;
  display: inline-block;
}
.rondeSelector .selectionLabel {
  color: #3951cd;
  cursor: pointer;
}
.rondeSelector .selectionLabel:hover {
  text-decoration: underline;
}
.rondeSelector .selectContainer {
  position: absolute;
  top: 30px;
  left: 0;
}
.rondeSelector .selectContainer .selectBox,
.rondeSelector .selectContainer .selectBoxOverflow {
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  background-color: white;
}
.rondeSelector .selectContainer .selectBox .selectItem,
.rondeSelector .selectContainer .selectBoxOverflow .selectItem,
.rondeSelector .selectContainer .selectBox .selectItemBig,
.rondeSelector .selectContainer .selectBoxOverflow .selectItemBig {
  background-color: white;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 50px;
  cursor: pointer;
  border-top: 1px solid white;
  position: relative;
  white-space: nowrap;
  width: 150px;
  float: left;
}
.rondeSelector .selectContainer .selectBox .selectItem .fa-caret-right,
.rondeSelector .selectContainer .selectBoxOverflow .selectItem .fa-caret-right,
.rondeSelector .selectContainer .selectBox .selectItemBig .fa-caret-right,
.rondeSelector .selectContainer .selectBoxOverflow .selectItemBig .fa-caret-right,
.rondeSelector .selectContainer .selectBox .selectItem .counter,
.rondeSelector .selectContainer .selectBoxOverflow .selectItem .counter,
.rondeSelector .selectContainer .selectBox .selectItemBig .counter,
.rondeSelector .selectContainer .selectBoxOverflow .selectItemBig .counter {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 30px;
}
.rondeSelector .selectContainer .selectBox .selectItem .counter,
.rondeSelector .selectContainer .selectBoxOverflow .selectItem .counter,
.rondeSelector .selectContainer .selectBox .selectItemBig .counter,
.rondeSelector .selectContainer .selectBoxOverflow .selectItemBig .counter {
  font-weight: bold;
}
.rondeSelector .selectContainer .selectBox .selectItem:hover,
.rondeSelector .selectContainer .selectBoxOverflow .selectItem:hover,
.rondeSelector .selectContainer .selectBox .selectItemBig:hover,
.rondeSelector .selectContainer .selectBoxOverflow .selectItemBig:hover {
  background-color: #e3e3e3;
}
.rondeSelector .selectContainer .selectBox .selectItemBig,
.rondeSelector .selectContainer .selectBoxOverflow .selectItemBig {
  width: 300px;
}
.rondeSelector .selectContainer .selectBox .selectItemSelected,
.rondeSelector .selectContainer .selectBoxOverflow .selectItemSelected {
  background-color: #f1f8e1;
}
.rondeSelector .selectContainer .selectBoxOverflow {
  width: auto;
  overflow-y: auto;
  max-height: 400px;
}
.headerFilterContainer {
  color: white;
  position: fixed;
  left: 150px;
  top: 1px;
  height: 50px;
  line-height: 50px;
  z-index: 40;
}
.headerFilterContainer .headerItem {
  display: inline-block;
  margin-left: 5px;
}
.headerFilterContainer .DeelnemerStatusContainer,
.headerFilterContainer .FilterPanelButton {
  display: inline-block;
  margin-left: 20px;
}
.headerFilterContainer .FilterPanelButton {
  background-color: white;
  border: 1px solid #e6e6e6;
  color: black;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin-top: 11px;
  cursor: pointer;
}
.headerFilterContainer .FilterPanelButton .fa {
  float: right;
  margin-left: 10px;
  line-height: 28px;
}
.headerFilterContainer .FilterContainer {
  background-color: white;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4);
  padding: 10px;
  color: black;
  line-height: 25px;
  width: 400px;
}
.headerFilterContainer .FilterContainer .filterGroup {
  clear: both;
  margin-bottom: 40px;
}
.headerFilterContainer .FilterContainer .filterGroup .filterGroupHeader {
  float: left;
  width: 150px;
  color: black;
  font-weight: bold;
  vertical-align: top;
}
.headerFilterContainer .FilterContainer .filterGroup .filterItem {
  float: right;
}
.headerFilterContainer .FilterContainer .filterGroup .filterItem select {
  background-color: #f0f0f0;
  width: 150px;
}
.ui-dialog .ui-dialog-title {
  color: white;
}
.ui-tabs .ui-tabs-nav li a:focus,
.ui-tabs .ui-tabs-nav li a:active,
.ui-tabs .ui-tabs-nav li a:hover,
.ui-tabs .ui-tabs-nav li a:visited,
.ui-tabs .ui-tabs-nav li a:link {
  outline: 0 !important;
}
#rosterReeksEditor *:focus,
#rosterReeksEditor *:active,
#rosterReeksEditor *:hover,
#rosterReeksEditor *:visited {
  outline: none !important;
}
#rosterTab3 {
  margin-bottom: 30px;
}
.generalLink {
  cursor: pointer;
  color: blue !important;
}
.generalLink:hover {
  text-decoration: underline;
}
table.listManager {
  border: none;
}
table.listManager thead tr th {
  font-weight: normal;
  color: #838383;
  padding: 2px 10px;
  text-align: left;
  vertical-align: top;
  padding-bottom: 10px;
}
table.listManager tbody td {
  vertical-align: top;
  padding: 2px 10px;
}
table.listManager tbody tr:first-child td {
  padding-bottom: 10px;
}
table.listManager tbody tr:not(:first-child) td {
  padding: 15px 0;
  border-top: 1px solid gray;
}
table.listManager tbody tr:not(:first-child) .fa {
  font-size: 15px;
  cursor: pointer;
}
table.listManager tbody tr:not(:first-child) .fa-pencil {
  color: gray;
}
table.listManager tbody tr:not(:first-child) .fa-pencil:hover {
  color: black;
}
table.listManager tbody tr:not(:first-child) .fa-trash {
  color: #cd171f;
}
table.listManager input,
table.listManager select {
  border: none;
  background-color: #f0f0f0;
  width: 100%;
  box-sizing: border-box;
}
table.listManager textarea {
  width: 100%;
}
table.listManager input[type="checkbox"] {
  width: auto;
}
#FilePreviewContainer .contain {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
#FilePreviewContainer .bottomBar {
  text-align: center;
  margin-top: 10px;
}
#FilePreviewContainer .bottomBar .generalLink {
  margin-right: 10px;
}
#FilePreviewContainer .Dialog {
  width: 100%;
  max-width: 90%;
  height: 100%;
  max-height: 90%;
  margin-top: 10px;
}
#FilePreviewContainer .displayContainer {
  height: calc(100% - 75px);
  overflow-y: auto;
}
#FilePreviewContainer .previewImage,
#FilePreviewContainer .previewPdf {
  width: 100%;
  height: auto;
}
.rondeMultiSelector {
  background-color: #f0f0f0;
  color: #383838;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  min-width: 170px;
}
.rondeMultiSelector .displayText {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.rondeMultiSelector .rondeContainer {
  position: absolute;
  height: 200px;
  left: 0;
  top: -100px;
  width: 400px;
  border: 1px solid gray;
  background-color: white;
  display: none;
}
.rondeMultiSelector .rondeContainer .buttons,
.rondeMultiSelector .rondeContainer .rondes {
  position: absolute;
  left: 0;
  right: 0;
}
.rondeMultiSelector .rondeContainer .buttons {
  bottom: 0;
  height: 30px;
  padding: 0 10px;
}
.rondeMultiSelector .rondeContainer .rondes {
  bottom: 35px;
  top: 0;
  overflow-y: auto;
}
.downloadLink {
  margin-top: 10px;
  color: blue;
  cursor: pointer;
}
.downloadLink:hover {
  color: blue;
  text-decoration: underline;
}
table.view-table tr td:first-child {
  color: #838383;
  padding: 4px 0;
  vertical-align: top;
  font-size: 12px;
  white-space: nowrap;
}
table.view-table tr td:nth-child(2) {
  padding-left: 10px;
  width: 174px;
  position: relative;
  font-weight: bold;
  padding-left: 5px;
}
table.view-table tr td:nth-child(2) input,
table.view-table tr td:nth-child(2) select {
  box-sizing: border-box;
  background-color: white;
  padding-left: 10px;
  width: 190px;
  height: 20px;
}
table.view-table tr td:nth-child(2) label {
  cursor: pointer;
}
table.view-table tr td:nth-child(2) input[type=checkbox] {
  width: auto;
  height: auto;
  cursor: pointer;
}
table.view-table tr td:nth-child(2) .email {
  color: #3951cd;
  cursor: pointer;
}
table.view-table tr td:nth-child(2) span {
  text-decoration: underline;
  cursor: pointer;
}
table.view-table tr td:nth-child(2) .removeItem {
  position: absolute;
  right: 3px;
  top: 0;
  line-height: 20px;
  font-size: 16px;
  color: red;
  cursor: pointer;
}
.SearchSelect,
.MultiSelect {
  display: inline-block;
  height: 30px;
  width: 100%;
  position: relative;
  z-index: 2;
  color: black;
}
.SearchSelect input,
.MultiSelect input {
  line-height: 20px;
  font-size: 15px;
  width: calc(100% - 20px) !important;
  box-sizing: border-box;
  float: left;
  border: 1px solid #d7d7d7;
  height: 20px;
  padding: 0;
  padding-left: 10px;
  cursor: default;
}
.SearchSelect .caretContainer,
.MultiSelect .caretContainer {
  float: left;
  width: 20px;
  height: 21px;
  cursor: default;
}
.SearchSelect .caretContainer button,
.MultiSelect .caretContainer button {
  height: 21px;
  width: 24px;
  text-align: center;
  padding: 0;
}
.SearchSelect .listContainer,
.MultiSelect .listContainer {
  position: absolute;
  max-height: 200px;
  overflow-y: auto;
  top: 20px;
  right: 20px;
  width: calc(100% - 30px) !important;
  border: 1px solid #d7d7d7;
  background-color: white;
}
.SearchSelect .listContainer .listItem,
.MultiSelect .listContainer .listItem {
  height: 20px;
  line-height: 20px;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 10px;
  overflow: hidden;
}
.SearchSelect .listContainer .listItem:hover,
.MultiSelect .listContainer .listItem:hover {
  cursor: pointer;
}
.SearchSelect .listContainer .active,
.MultiSelect .listContainer .active {
  background-color: #e7f5fd;
}
.SearchSelect.smallSelect {
  height: 25px;
  line-height: 25px;
}
.SearchSelect.smallSelect input,
.SearchSelect.smallSelect .caretContainer,
.SearchSelect.smallSelect .caretContainer button {
  height: 25px;
  line-height: 25px;
}
.SearchSelect.smallSelect .caretContainer,
.SearchSelect.smallSelect .caretContainer button {
  width: 25px;
}
