﻿@charset "UTF-8";
/* TODO: default color */
/* TODO: default color */
body {
  padding-top: 50px;
  padding-bottom: 20px; }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

/* General */
.no-left-padding {
  padding-left: 0; }

.no-right-padding {
  padding-right: 0; }

.color-preview {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom; }

span.helpcursor {
  cursor: help; }

tr.gray-row {
  background-color: #f9f9f9; }

tr.yellow-row {
  background-color: #d9edf7; }

tr.courseblock-row td:first-of-type {
  padding-left: 20px; }

tr.courseblock-row {
  color: #959595; }

.panel-heading span.reporting-search-option-separator:last-of-type {
  display: none; }

.panel-heading a,
.panel-heading a:hover {
  color: #ffffff; }

.button-panel .btn {
  margin-bottom: 4px; }

.move-button-spacer {
  display: inline-block;
  width: 13px; }

/* Centered columns styles */
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

/* Form elements */
.validation-summary-errors {
  color: #a94442; }

.checkbox-inline label {
  font-weight: normal; }

.form-checkbox {
  position: relative !important; }

.display-only {
  padding-top: 7px; }

.colored {
  color: #337ab7; }

.btn-file {
  position: relative;
  overflow: hidden; }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block; }

.btn .glyphicon {
  margin-right: 7px; }

.btn .glyphicon.no-right-margin {
  margin-right: 0; }

.ui-datepicker-calendar tbody tr td a.ui-state-active {
  background: #337ab7;
  border: 1px solid #337ab7;
  color: white; }

.checkboxImage {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }

::-webkit-input-placeholder {
  color: #bbb !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #bbb !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb !important; }

:-ms-input-placeholder {
  color: #bbb !important; }

.ui-datepicker {
  z-index: 99999 !important; }

.booklet-contentpage-image-cropper,
.booklet-contentpage-logo-cropper {
  height: 250px;
  width: 250px; }

.booklet-promopage-image-cropper {
  width: 250px;
  height: 354px; }

.booklet-photopage-image-cropper-portrait {
  /*width: 250px;
    height: 375px;*/
  width: 167px;
  height: 250px; }

.booklet-photopage-image-cropper-landscape {
  /*width: 375px;
    height: 250px;*/
  width: 250px;
  height: 167px; }

.booklet-jpegpage-image-cropper {
  width: 178px;
  height: 250px; }

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: $default-form-input-width;
}*/
/* Management NavBar */
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff; }

.navbar-inverse .navbar-nav > li > div.copyright {
  color: #9d9d9d;
  padding-top: 15px;
  padding-bottom: 15px; }

/* Management Menu Page */
ol.management-menu-list {
  list-style-type: none;
  padding-left: 0px;
  margin: 0 auto; }
  ol.management-menu-list li.grid-icon {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 20px 10px 10px 10px;
    margin: 4px; }
    ol.management-menu-list li.grid-icon div span.glyphicon {
      font-size: 32px; }

/* Photo Selection Page */
.photo-selection-list {
  list-style-type: none;
  padding-left: 0px;
  margin: 0 auto; }
  .photo-selection-list li.grid-photo {
    padding: 0;
    margin: 4px;
    width: 200px;
    height: 244px;
    float: left; }

/* Course page */
.club-address-option {
  display: block;
  padding: 12px;
  margin-bottom: 20px;
  line-height: 1.4285;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  min-height: 85px; }
  .club-address-option p {
    margin-bottom: 0; }

@media all and (max-width: 992px) {
  .address-selection-container.no-left-padding,
  .address-selection-container.no-right-padding {
    padding-left: 0;
    padding-right: 0; }
  .img-preview-container {
    margin-bottom: 12px; }
  .img-preview-container.no-left-padding {
    padding-right: 0; } }

/* Frontend */
body.front-end {
  padding-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #333; }

.contact-icon-image {
  margin-top: 70px; }

.front-end {
  /* Typography */ }
  .front-end input {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #333; }
  .front-end .alert p:last-of-type {
    margin: 0; }
  .front-end p {
    font-size: 1em;
    /* 14px */
    line-height: 1.5em;
    /* 28px */
    margin: 0 0 1.5em 0; }
  .front-end h1, .front-end h2, .front-end h3, .front-end h4, .front-end h5, .front-end h6 {
    font-family: Dosis, sans-serif;
    margin-bottom: 0em;
    color: #006135;
    letter-spacing: 1px;
    font-weight: 600; }
  .front-end h1 {
    font-size: 2em;
    line-height: 1.5em;
    margin-top: 0.75em; }
  .front-end h2 {
    font-size: 1.7143em;
    line-height: 1.75em;
    margin-top: 0.875em; }
  .front-end h3 {
    font-size: 1.5714em;
    line-height: 1.9091em;
    margin-top: 0.9545em; }
  .front-end h4 {
    font-size: 1.4286em;
    line-height: 1.05em;
    margin-top: 1.05em; }
  .front-end h5 {
    font-size: 1.2857em;
    line-height: 1.1667em;
    margin-top: 1.1667em; }
  .front-end h6 {
    font-size: 1.1429em;
    line-height: 1.3125em;
    margin-top: 1.3125em; }
  .front-end hgroup {
    margin-bottom: 20px; }
    .front-end hgroup h2 {
      font-size: 1.1429em;
      margin-top: 0; }
  .front-end .page-header {
    border: none; }
  .front-end a, .front-end a:visited {
    color: #006135; }
  .front-end a:hover, .front-end a:focus {
    color: #333; }
  .front-end div.text-danger {
    color: #a94442; }
  .front-end .form-control {
    height: 38px; }
  .front-end .btn-default,
  .front-end .btn-default:active,
  .front-end .btn-default:hover,
  .front-end .btn-default:focus,
  .front-end .btn-default:visited {
    background-color: #fff;
    border-radius: 0; }
  .front-end .btn-primary,
  .front-end .btn-primary:active,
  .front-end .btn-primary:hover,
  .front-end .btn-primary:focus,
  .front-end .btn-primary:visited {
    background-color: #f5a300;
    border-color: #f5a300;
    color: #fff;
    border-radius: 0; }
  .front-end .btn-mini {
    padding: 4px 6px 2px 6px;
    margin-right: 2px; }
    .front-end .btn-mini .glyphicon {
      margin: 0; }
  .front-end .navbar-header {
    float: left;
    padding: 15px;
    text-align: center;
    width: 100%; }
  .front-end .navbar-brand {
    float: none;
    margin-left: 12px !important; }
  .front-end .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top; }
  .front-end .navbar .navbar-collapse {
    text-align: center; }
  .front-end .navbar-inverse {
    background-color: #006135;
    border-color: #000;
    padding-top: 10px;
    box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.35); }
  .front-end .navbar-inverse .navbar-brand {
    color: #fff;
    font-family: Chewy, serif;
    font-size: 42px;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 2px 2px 1px black; }
  .front-end .navbar-inverse .navbar-nav > li > a,
  .front-end .navbar-inverse .navbar-nav .navbar-loginform > li > a {
    color: #fff;
    font-family: Chewy, serif;
    letter-spacing: 1px;
    font-size: 18px;
    text-shadow: 2px 2px 1px black; }
  .front-end .navbar-inverse .navbar-nav .navbar-loginform > li > a:hover,
  .front-end .navbar-inverse .navbar-nav .navbar-loginform > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .front-end .nav .navbar-loginform > li > a:hover,
  .front-end .nav .navbar-loginform > li > a:focus {
    text-decoration: none;
    background-color: #eee; }
  .front-end .navbar-loginform {
    display: inline-block;
    float: left; }
  @media all and (max-width: 767px) {
    .front-end .navbar-loginform {
      display: inline-block;
      float: none; } }
  .front-end .nav .navbar-loginform > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }
  @media all and (min-width: 768px) {
    .front-end .navbar-nav .navbar-loginform > li > a {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .front-end .navbar-nav .navbar-loginform > li > a {
    line-height: 20px; }
  .front-end .body-background {
    position: relative;
    background-image: url("../../Content/Images/radial.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 50px; }
  .front-end .body-content .container.bordered-container {
    position: relative;
    background: #fff;
    z-index: 20;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    box-shadow: 0 5px 20px 0 rgba(50, 50, 50, 0.85);
    -moz-border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -ms-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -ms-border-top-right-radius: 8px;
    border-top-right-radius: 8px; }
  .front-end .extra-body-padding-top {
    padding-top: 70px; }
  .front-end footer {
    box-shadow: 0 0 15px 5px rgba(50, 50, 50, 0.35); }
  .front-end footer, .front-end .subsection-header {
    position: relative;
    background: #006135;
    z-index: 20;
    padding: 20px;
    margin: 0;
    text-align: center;
    min-height: 80px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-shadow: 0 0 15px 5px rgba(50, 50, 50, 0.35); }
    .front-end footer p, .front-end .subsection-header p {
      color: #fff; }
    .front-end footer h2, .front-end .subsection-header h2 {
      color: #fff;
      margin-top: 0;
      text-shadow: 2px 2px 1px black; }
  .front-end .subsection {
    position: relative;
    z-index: 10;
    background-color: #FEF5CC;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000; }
    .front-end .subsection p {
      margin: 0; }
    .front-end .subsection .panel {
      margin-bottom: 0; }
    .front-end .subsection .lessons-table thead tr th {
      font-family: Chewy, serif;
      font-size: 14pt;
      color: #006135;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .front-end .subsection .lessons-table tbody tr td {
      color: #333;
      padding: 4px 8px; }
    .front-end .subsection .lessons-table > thead > tr > th,
    .front-end .subsection .lessons-table > tbody > tr > th,
    .front-end .subsection .lessons-table > tfoot > tr > th,
    .front-end .subsection .lessons-table > thead > tr > td,
    .front-end .subsection .lessons-table > tbody > tr > td,
    .front-end .subsection .lessons-table > tfoot > tr > td {
      border-top: none;
      border-bottom: none; }
    .front-end .subsection .lessons-table > tbody + tbody {
      border-top: none; }
  .front-end .prefooter .course-page-contact-details {
    position: relative;
    z-index: 20; }
    .front-end .prefooter .course-page-contact-details .contact-table thead tr th {
      font-family: Dosis, sans-serif;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-align: center; }
    .front-end .prefooter .course-page-contact-details .contact-table tbody tr td {
      color: #fff; }
    .front-end .prefooter .course-page-contact-details .contact-table > thead > tr > th,
    .front-end .prefooter .course-page-contact-details .contact-table > tbody > tr > th,
    .front-end .prefooter .course-page-contact-details .contact-table > tfoot > tr > th,
    .front-end .prefooter .course-page-contact-details .contact-table > thead > tr > td,
    .front-end .prefooter .course-page-contact-details .contact-table > tbody > tr > td,
    .front-end .prefooter .course-page-contact-details .contact-table > tfoot > tr > td {
      border-top: none;
      border-bottom: none; }
    .front-end .prefooter .course-page-contact-details .contact-table > tbody + tbody {
      border-top: none; }
    .front-end .prefooter .course-page-contact-details span.glyphicon {
      color: #fff; }
  .front-end .prefooter.body-background {
    padding-top: 20px; }
  .front-end .carousel {
    position: relative;
    z-index: 30;
    margin-top: 60px;
    border-bottom: 1px solid #000; }
  .front-end .carousel-inner .item img {
    width: 100%; }
  .front-end .color-overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 97, 53, 0.8);
    z-index: 10; }
  .front-end .panel {
    border-radius: 0;
    border-color: #006135; }
  .front-end .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .front-end .panel-heading h5 {
      margin-top: 0; }
      .front-end .panel-heading h5 span.glyphicon {
        margin-right: 6px; }
  .front-end .panel-default > .panel-heading {
    background-color: #006135; }
  .front-end .panel-title {
    color: #fff;
    margin-top: 0; }
    .front-end .panel-title span.glyphicon {
      color: #fff; }
  .front-end .glyphicon {
    font-family: 'Glyphicons Halflings'; }
  .front-end ul.glyph-bullets {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none; }
  .front-end li.starred {
    display: block; }
  .front-end li.starred:before {
    content: "";
    font-family: 'Glyphicons Halflings';
    font-size: 14px;
    float: left;
    margin-top: 0;
    margin-left: -20px;
    color: #006135; }
  .front-end div.course-page-overview-list {
    float: none;
    margin: 0 auto; }
    .front-end div.course-page-overview-list div.course-page-list-item {
      position: relative;
      width: 265px;
      float: left;
      margin: 10px; }
    .front-end div.course-page-overview-list img.course-page-cover {
      width: 265px;
      height: 175px; }
    .front-end div.course-page-overview-list div.course-page-list-item-header {
      padding: 8px;
      height: 36px; }
      .front-end div.course-page-overview-list div.course-page-list-item-header h5 {
        color: #fff;
        margin-top: 0; }
    .front-end div.course-page-overview-list div.course-page-list-item-header.sport {
      background-color: #7DB61A; }
    .front-end div.course-page-overview-list div.course-page-list-item-header.cultuur {
      background-color: #FFD225; }
    .front-end div.course-page-overview-list div.course-page-list-item-label {
      position: absolute;
      bottom: 0px;
      height: 36px;
      width: 265px;
      color: #000;
      background-color: rgba(255, 255, 255, 0.6);
      padding: 8px; }
      .front-end div.course-page-overview-list div.course-page-list-item-label span {
        font-size: 11px; }
    .front-end div.course-page-overview-list div.course-page-list-item-button-container {
      position: absolute;
      bottom: 26px;
      right: 10px; }
      .front-end div.course-page-overview-list div.course-page-list-item-button-container .btn-default {
        background-color: #F5A300;
        border-width: 0;
        border-radius: 0;
        color: #fff;
        font-family: Dosis, sans-serif;
        letter-spacing: 1px; }
    .front-end div.course-page-overview-list .course-page-blocked {
      position: absolute;
      z-index: 50;
      margin: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .front-end div.course-page-overview-list .course-page-blocked .course-page-blocked-caption {
        z-index: 60;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 265px;
        text-align: center; }
        .front-end div.course-page-overview-list .course-page-blocked .course-page-blocked-caption h2 {
          color: #fff;
          margin-top: 0; }
        .front-end div.course-page-overview-list .course-page-blocked .course-page-blocked-caption a:hover, .front-end div.course-page-overview-list .course-page-blocked .course-page-blocked-caption a:focus, .front-end div.course-page-overview-list .course-page-blocked .course-page-blocked-caption a:visited, .front-end div.course-page-overview-list .course-page-blocked .course-page-blocked-caption a:link, .front-end div.course-page-overview-list .course-page-blocked .course-page-blocked-caption a:active {
          text-decoration: none; }
      .front-end div.course-page-overview-list .course-page-blocked .course-page-blocked-caption.sport {
        background-color: #7DB61A; }
      .front-end div.course-page-overview-list .course-page-blocked .course-page-blocked-caption.cultuur {
        background-color: #FFD225; }
      .front-end div.course-page-overview-list .course-page-blocked img {
        height: 211px;
        width: 265px; }
  .front-end .course-page-info-card-container {
    padding-top: 50px; }
  .front-end .course-page-info-card {
    padding: 20px;
    background-color: #fff;
    margin: 40px 10px;
    box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.35);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
    .front-end .course-page-info-card h6 {
      font-family: "Open Sans", sans-serif;
      margin-top: 0; }
  .front-end .course-page-details {
    margin-top: 65px; }
  .front-end .course-page-title {
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    font-family: Chewy, serif;
    font-size: 42px;
    margin-left: 10px; }
  .front-end .course-page-subtitle {
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    text-transform: uppercase;
    margin-left: 35px; }
  .front-end img.club-logo {
    width: 150px;
    height: 100px;
    display: block;
    margin: 0 auto; }
  .front-end div.club-logo-container {
    margin-bottom: 10px; }
  .front-end div.course-page-photo-container {
    padding: 0 50px; }
  .front-end div.course-page-photo-container div.course-page-photo:first-child {
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    margin: 40px 10px; }
    .front-end div.course-page-photo-container div.course-page-photo:first-child .img-thumbnail {
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      padding: 8px;
      box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.35); }
  .front-end div.course-page-photo-container div.course-page-photo:last-child {
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    margin: 40px 10px; }
    .front-end div.course-page-photo-container div.course-page-photo:last-child .img-thumbnail {
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      padding: 8px;
      box-shadow: 0 5px 15px 0 rgba(50, 50, 50, 0.35); }
  @media all and (max-width: 480px) {
    .front-end div.course-page-photo-container {
      padding: 0 30px; }
    .front-end div.course-page-photo-container div.course-page-photo:first-child .img-thumbnail {
      padding: 4px; }
    .front-end div.course-page-photo-container div.course-page-photo:last-child .img-thumbnail {
      padding: 4px; } }
  .front-end .btn-signup,
  .front-end .btn-signup:active,
  .front-end .btn-signup:hover,
  .front-end .btn-signup:focus,
  .front-end .btn-signup:visited {
    background-color: #f5a300;
    color: #fff;
    float: right;
    vertical-align: middle;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .front-end .btn-additem,
  .front-end .btn-additem:active,
  .front-end .btn-additem:hover,
  .front-end .btn-additem:focus,
  .front-end .btn-additem:visited {
    background-color: #f5a300;
    color: #fff;
    padding: 8px 10px;
    font-weight: bold;
    letter-spacing: 1px; }
  .front-end .input-group-padded {
    padding-left: 15px;
    padding-right: 15px; }
  .front-end .call-to-action-bar .btn-default {
    background-color: #f5a300;
    padding: 14px 14px 16px 14px;
    border-width: 2px;
    border-color: #fff;
    color: #fff;
    font-family: Dosis, sans-serif;
    font-size: 1.7143em;
    letter-spacing: 1px;
    text-shadow: 2px 2px 1px black;
    box-shadow: 2px 2px 1px 0 black; }
  .front-end .call-to-action-bar .glyphicon {
    font-size: larger;
    color: #fff;
    border-radius: 100%;
    padding: 15px 14px 15px 14px;
    text-align: center;
    text-shadow: none;
    border: 2px solid #fff;
    box-shadow: 2px 2px 1px 0 black; }
  .front-end .course-entry-header {
    margin-left: 15px;
    margin-right: 15px; }
  .front-end .btn-delete-course-entry {
    margin-top: 1.3125em;
    margin-left: 15px; }
  .front-end .btn-table-toggle-button {
    margin-left: 8px; }
  .front-end .log-out-form {
    display: inline; }

@media all and (min-width: 768px) {
  .modal-dialog {
    width: 750px; } }

@media (max-width: 767px) {
  .btn .glyphicon {
    margin-right: 0; }
  .front-end .navbar-inverse .navbar-brand {
    font-size: 24px; }
  .front-end .carousel {
    margin-top: 40px; }
  .front-end .course-page-info-card h6 {
    margin-top: 1.3125em; }
  .table-responsive {
    border: none; } }

