/*****************************************************************************/

/* font face definitions */

/*****************************************************************************/

@font-face {
  font-family: 'open_sansregular';
  src: url('fonts/opensans-regular-webfont.eot');
  src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('fonts/OpenSans-Light-webfont.eot');
  src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*****************************************************************************/

/* structural layout */

/*****************************************************************************/

body,
input,
textarea {
  font-family: open_sansregular !important;
  font-size: 13px;
  color: #383838;
}
#contentColumn {
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
body {
  background-color: white;
  background-image: none;
  margin: 0;
  padding: 0;
}
#MainContent {
  padding: 0;
  position: relative !important;
  background-color: white;
  margin: 10px;
  margin-left: 60px;
  margin-top: 60px;
  overflow: visible;
  min-width: 1280px;
}
.navImage {
  border: none;
  margin-top: 60px;
}
.scrollContainer {
  overflow: auto;
}
.plusIcon {
  background-image: url("../images/icons/16x16/add.png");
  height: 16px;
  width: 16px;
}
.loadIcon {
  background-image: url("../images/loading.gif");
  width: 32px;
  height: 32px;
  display: none;
}
.lockIcon {
  background-image: url("../images/icons/24x24/lock.png");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.lockIcon:hover {
  background-image: url("../images/icons/24x24/lock_open.png");
}
.unlockIcon {
  background-image: url("../images/icons/24x24/lock_open.png");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.unlockIcon:hover {
  background-image: url("../images/icons/24x24/lock.png");
}
.editIcon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/24x24/pencil2_gray.png);
}
.editIcon:hover {
  background-image: url(../images/icons/24x24/pencil2.png);
}
.checkIcon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/24x24/check.png);
}
.sideEditPencil {
  position: absolute;
  right: 5px;
  top: 0;
}
.sideEditRemove {
  position: absolute;
  top: 10px;
  cursor: pointer;
  color: red;
  z-index: 2;
  right: 40px;
  font-size: 20px !important;
}
.editIcon16 {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/16x16/pencil2_gray.png);
}
.editIcon16:hover {
  background-image: url(../images/icons/16x16/pencil2.png);
}
.deleteIcon16 {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/16x16/garbage_gray.png);
}
.deleteIcon16:hover {
  background-image: url(../images/icons/16x16/garbage.png);
}
.deleteIcon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/24x24/garbage_gray.png);
}
.smallLoadingIcon {
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/16x16/ajaxLoader.gif);
}
.deleteIcon:hover {
  background-image: url(../images/icons/24x24/garbage.png);
}
.formContainer {
  position: relative;
  width: 600px;
  margin-bottom: 60px;
}
.formHeader {
  font-size: 22px;
  margin-bottom: 10px;
}
input,
textarea,
select {
  background-color: #f0f0f0;
  border: none;
  padding: 3px;
}
.description {
  width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 25px;
}
input:disabled,
textarea:disabled {
  background: #fafafa;
}
.inputDisabled,
.disabled {
  background: #fafafa !important;
  cursor: default;
}
.disabled option {
  display: none;
}
.textAreaFull {
  height: 100px;
  width: 414px;
}
.textFieldFull {
  width: 414px;
}
.formLabel {
  color: #838383;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  width: 150px;
  line-height: 25px;
}
.formEntry {
  margin-bottom: 3px;
  margin-top: 3px;
  width: 100%;
  position: relative;
}
.validationError {
  color: red;
}
.dropdownEntry {
  height: 26px;
}
.customCheckbox,
.customRadioButton {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.dayBox,
.monthBox,
.yearBox {
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  width: 25px;
}
.yearBox {
  width: 50px;
}
.customCheckboxBackground {
  background-color: #f0f0f0;
  display: inline-block;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.customCheckbox .checked,
.customRadioButton .checked {
  background-color: #cd171f;
  border-radius: 8px;
  height: 16px;
  left: 4px;
  position: absolute;
  top: 4px;
  cursor: pointer;
  width: 16px;
}
.floatingLabel {
  color: #cd171f;
  float: right;
  margin-left: 10px;
  cursor: pointer;
  line-height: 25px;
}
.customCheckbox label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  user-select: none;
}
.hiddenCheckbox {
  display: none;
  visibility: hidden;
}
.submitContainer input[type="submit"] {
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.submitContainer input[type="submit"]:disabled {
  font-style: italic;
  color: #f0f0f0;
  background-color: gainsboro;
}
.submitContainer {
  position: fixed;
  bottom: 10px;
  text-align: right;
  left: 508px;
  width: 400px;
}
input[type="submit"],
button,
.addButton {
  background-color: #838383;
  color: black;
  color: white;
  cursor: pointer;
  text-align: left;
  white-space: normal;
}
input[type="submit"]:hover,
button:hover,
.addButton:hover {
  background-color: #a1a1a1 !important;
}
.addButton {
  display: inline-block;
  padding: 5px;
}
.actionButtonContainer input[type="submit"] {
  width: 100%;
}
.formSelectParent,
.smallFormSelectparent {
  overflow: hidden;
  width: 420px;
}
.smallFormSelectparent {
  float: right;
  width: 100px;
}
.customSelect,
.smallCustomSelect {
  background: url("../images/navigation/selectIconSmall.png") no-repeat scroll 395px 0 #f0f0f0;
  border: medium none;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  width: 450px;
}
.smallCustomSelect {
  background: url("../images/navigation/selectIconSmall.png") no-repeat scroll 77px 0 #f0f0f0;
  width: 130px;
}
.fieldValue {
  display: inline-block;
  width: 420px;
}
.inlineLabel {
  color: #cd171f;
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
  line-height: 24px;
  padding-right: 10px;
}
.calendarIcon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
}
.CustomFieldInline.formSelectParent {
  width: 150px;
  display: inline-block;
}
.CustomFieldInline.formSelectParent select.customSelect {
  width: 180px;
  background: url(../images/navigation/selectIconSmall.png) no-repeat scroll 127px 0 #f0f0f0;
}
.CustomFieldInline input,
input.CustomFieldInline {
  vertical-align: top;
  display: inline-block;
  max-width: 30%;
}
.sidePlusIcon {
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/16x16/add.png");
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  cursor: pointer;
}
#AddBuddy {
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/16x16/add.png");
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  cursor: pointer;
}
.formPopup {
  background-color: white;
}
.popupContent {
  padding: 15px;
  position: relative;
}
.formPopup .titleBar {
  padding: 10px;
  padding-left: 15px;
  position: relative;
  color: white;
  font-size: 18px;
}
.formPopup .titleBar .closeButton {
  float: right;
  font-size: 26px;
  cursor: pointer;
  color: white;
}
.formPopup .titleBar .closeButton:hover {
  color: gray;
}
.formPopup .formPopupLabel {
  color: #cd171f;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  width: 150px;
}
.formPopup .formPopupFieldValue {
  display: inline-block;
  margin-bottom: 3px;
  width: 150px;
}
.popupSave {
  background-color: #838383;
  color: white;
  cursor: pointer;
  padding: 5px;
}
.popupTextField {
  float: right;
}
.popupError {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #cd171f;
  width: 300px;
}
.popupSelect {
  float: right;
  width: 154px;
}
.popupTextArea {
  float: right;
  width: 148px;
}
.closePopup {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("../images/icons/16x16/delete.png");
  width: 16px;
  height: 16px;
  cursor: pointer;
}
/* Tiny carousel */

.carousel {
  height: 1%;
  overflow: hidden;
  padding: 0 0 0px;
}
.carousel .viewport {
  float: left;
  width: 435px;
  height: 125px;
  overflow: hidden;
  position: relative;
  padding-right: 0px;
}
.carousel .buttonContainer {
  background-color: #838383;
  width: 33px;
  height: 125px;
  float: left;
  margin-right: 10px;
}
.carousel .buttons {
  background: url("../images/navigation/navigateLeft.png") no-repeat scroll 0 0 transparent;
  display: block;
  margin: 0px 0px 0 0;
  text-indent: -999em;
  height: 42px;
  width: 39px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.carousel .next {
  background: url("../images/navigation/navigateRight.png");
}
.carousel .disable {
  visibility: hidden;
}
.carousel .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.carousel .overview li {
  float: left;
  margin: 0 0 0 0;
  padding: 0px;
  width: 100px;
  margin-right: 10px;
}
.formTable {
  width: 572px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}
.formTable td {
  padding-left: 5px;
  background-color: #f0f0f0;
  border-top: 2px solid white;
}
.formTable .headerTd {
  background-color: white;
}
.bottomButton {
  background-color: #838383;
  color: white;
  font-size: 13px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.graycustomCheckbox {
  display: none;
  margin: 10px;
}
.graycustomCheckbox + label {
  background: url(../images/checkbox/zr_unchecked.png) no-repeat;
  margin: -2px;
  padding: 4px 12px;
  min-height: 18px;
  display: inline-block;
}
.graycustomCheckbox:checked + label {
  background: url(../images/checkbox/zr_checked.png) no-repeat;
}
.showInactivesContainer {
  position: absolute;
  height: 25px;
  width: 148px;
  top: 2px;
  right: 48px;
  z-index: 20;
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.uploadImage {
  background-image: url("../images/icons/64x64/paperclip.png");
  height: 64px;
  width: 64px;
  z-index: 2;
}
/*
	Loading feedback
*/

.saveFeedbackContainer {
  display: none;
  line-height: 24px;
  float: left;
}
.saveIcon {
  background-image: url("../images/icons/24x24/floppy_disk_blue.png");
  width: 24px;
  height: 24px;
  display: inline-block;
}
.saveLabel {
  display: inline-block;
  vertical-align: top;
}
.saveLoadingIcon {
  display: none;
  background-image: url("../images/loading.gif");
  width: 32px;
  height: 32px;
  position: absolute;
  right: 110px;
  top: 2px;
}
.lockForm {
  position: absolute;
  right: -60px;
  top: 40px;
}
.rightsGroup {
  background-color: #f0f0f0;
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
  margin-right: 10px;
  width: 280px;
}
.rightsContainer {
  float: left;
}
.rightGroupTitle {
  color: #cd171f;
  font-size: 17px;
  margin-bottom: 20px;
}
.norightsContainer {
  margin-top: 50px;
}
.noRightsText {
  display: inline-block;
  width: 480px;
  margin-left: 20px;
  vertical-align: top;
  padding-top: 10px;
}
#DateError {
  color: #cd171f;
}
.helpContainer {
  height: 34px;
  position: fixed;
  right: 50px;
  top: 60px;
  z-index: 10;
  width: 152px;
  cursor: pointer;
}
.helpContainer:hover {
  background-color: #f0f0f0;
}
.helpContainer .contentWrapper {
  padding-left: 5px;
  padding-bottom: 5px;
  position: relative;
  padding-top: 5px;
  text-align: right;
}
#lnkLogout {
  position: absolute;
  top: 35px;
  right: 26px;
}
#HelpInfo {
  position: absolute;
  width: 250px;
  height: 100px;
  z-index: 11;
  background-color: white;
  border: 1px solid #f0f0f0;
  display: none;
  padding: 10px;
  right: 0;
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.4);
}
.helpDisplay {
  display: inline-block;
  width: 75px;
  font-weight: bold;
}
/* CSS 3 on/off swithes */

.onoffswitch {
  position: relative;
  width: 111px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 5px;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.2s ease-in 0s;
  -webkit-transition: margin 0.2s ease-in 0s;
  -o-transition: margin 0.2s ease-in 0s;
  transition: margin 0.2s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 31px;
  padding: 0;
  line-height: 31px;
  font-size: 17px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "Open";
  padding-left: 16px;
  background-color: #a4cd39;
  color: white;
}
.onoffswitch-inner:after {
  content: "Dicht";
  padding-right: 16px;
  background-color: #e3e3e3;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  width: 23px;
  margin: 4px;
  background: white;
  border: 2px solid white;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 76px;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}
.deelnemerIndicator {
  color: black;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 30px;
}
.orderselect,
.coachingSelect,
.generalSelect {
  background-color: white;
}
#ReminderContainer {
  display: inline-block;
  vertical-align: top;
}
.reminderBlock {
  background-color: #f0f0f0;
  padding: 10px;
  width: 300px;
  margin-bottom: 20px;
}
.reminderTitle {
  font-size: 20px;
  margin-bottom: 10px;
}
.reminderTekst {
  white-space: pre-wrap;
}
.exportLink {
  cursor: pointer;
  color: black;
  text-decoration: none;
  line-height: 36px;
  padding: 5px;
  vertical-align: top;
}
.exportLink:hover {
  text-decoration: underline;
  background-color: #f0f0f0;
}
#KlasSelectorHuidig,
#UitstroomSelectorHuidig {
  font-weight: bold;
  padding-left: 5px;
}
.deelnemerPhoto {
  width: 50px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
}
.deelnemerData {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  line-height: normal;
  width: 208px;
  overflow: hidden;
}
.deelnemerName {
  font-weight: bold;
}
.searchEntry {
  margin-bottom: 20px;
  cursor: pointer;
}
.searchEntry .deelnemerData {
  width: 208px;
}
.searchLink {
  color: blue;
}
.searchLink:hover {
  text-decoration: underline;
}
.editableRegistration {
  cursor: pointer;
}
.greenButton,
.redButton {
  border: 1px solid white;
  color: white;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  cursor: pointer;
}
.genericButton {
  color: white;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  padding: 0 5px;
  border: none !important;
  box-shadow: none !important;
  height: 23px;
  line-height: 23px;
}
.greenButton:hover,
.redButton:hover {
  background-color: white;
  box-shadow: 0 0 0 1px white, 0 0 0 3px white;
}
.redButton {
  background-color: #cd171f;
  box-shadow: 0 0 0 1px white, 0 0 0 3px #cd171f;
}
.redButton:hover {
  border: 1px solid #cd171f;
  color: #cd171f;
}
.score-container .fa {
  font-size: 30px;
  cursor: pointer;
  color: #c8c8c8;
}
.score-container .score1.selected {
  color: #cd171f;
}
.score-container .score2.selected {
  color: #ffa000;
}
.score-container .score3.selected {
  color: #fff800;
}
.score-container .score4.selected {
  color: #80e410;
}
.score-container .score5.selected {
  color: #a4cd39;
}
