/* COLOR THEME v1.1 */
/* FONTS */
/* END */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
* {
  -webkit-font-smoothing: antialiased; }

body, html {
  height: 100%; }

body {
  font-family: "Source Sans Pro";
  background-color: #0c1a2d;
  margin: 0;
  padding: 0; }

h1 {
  font-family: "Helvetica Neue", "Open Sans", sans-serif;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 40px; }

/* FONT AWESOME styles */
.so-icon-2x {
  font-size: 2em;
  line-height: 1.4em;
  opacity: .6; }

/* END*/
.hw {
  width: 100%;
  position: fixed;
  top: 0px; }

.header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  background-color: #1c3e69;
  color: #fff;
  height: 40px;
  line-height: 40px; }
  .header .title {
    font-size: 1.3rem;
    font-weight: 600; }
    .header .title em {
      font-weight: 200;
      font-style: normal; }
  .header .left, .header .right {
    padding: 0 10px;
    font-weight: 800; }

/* /header */
.header-center {
  display: flex;
  justify-content: center;
  flex-direction: row;
  background-color: #1c3e69;
  color: #fff;
  height: 40px;
  line-height: 40px; }
  .header-center .title {
    font-size: 1.1rem;
    font-weight: 600; }
    .header-center .title em {
      font-weight: 200;
      font-style: normal; }

/* /header-center */
.app {
  background-color: #0c1a2d; }

.week {
  background-color: #2c62a5; }

p {
  margin-top: 5px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: 300; }

span.l {
  font-weight: 100; }

span.r {
  font-weight: 500; }

.wrapper {
  max-width: 320px;
  min-width: 320px;
  min-height: 568px;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid #666;
  background-color: #1c3e69; }

p {
  text-align: center; }

.tableHeader {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.columnHeader {
  background-color: #070e18;
  color: #fff;
  font-weight: bold; }
  .columnHeader a {
    color: #fff; }

.column {
  width: 25%;
  height: 30px;
  background-color: #666;
  display: flex;
  color: #fff;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #3472c2;
  font-weight: 800;
  font-size: 1.2em; }

.middle {
  background-color: #3e7dcc; }

.column.vrijedag {
  background-color: #8b8b14; }

.column.vrijedag.middle {
  background-color: #9d9d17; }

.weekRow.vrijedag.odd, .weekRow.vrijedag.even-middle {
  background-color: #f1f1a3; }

.weekRow.vrijedag.even, .weekRow.vrijedag.odd-middle {
  background-color: #eeee8c; }

.empty {
  background-color: transparent !important;
  width: 25%; }

.day {
  font-family: "Source Sans Pro";
  font-size: 0.9rem;
  font-weight: 600;
  width: 25%;
  display: flex;
  align-content: center;
  align-items: center;
  padding-left: 0.5rem; }
  .day .txt {
    margin-left: 0.5rem; }
  .day em {
    font-size: 0.8rem;
    font-weight: 200;
    font-style: normal; }

.center {
  text-align: center;
  vertical-align: center;
  border: 1px solid #f00;
  margin: 0 auto; }

.weekRow {
  font-family: "Source Sans Pro";
  font-size: 0.9rem;
  font-weight: 600;
  width: 25%;
  display: flex;
  align-content: center;
  align-items: left; }
  .weekRow div {
    height: 31px; }
  .weekRow div:nth-child(2) {
    background: rgba(0, 0, 0, 0.05); }
  .weekRow .txt {
    margin-left: 0.5rem; }
  .weekRow em {
    font-size: 0.8rem;
    font-weight: 200;
    font-style: normal; }

.weekNameRow {
  font-family: "Source Sans Pro";
  font-size: 0.9rem;
  font-weight: 600;
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .weekNameRow :nth-child(1) {
    padding-left: 0.5rem; }
  .weekNameRow :nth-child(2) {
    width: 31px; }
    .weekNameRow :nth-child(2) div {
      text-align: right;
      margin-top: 3px;
      padding-right: 4px;
      width: 31px;
      height: 29px; }
  .weekNameRow .txt {
    margin-left: 0.5rem; }
  .weekNameRow em {
    font-size: 0.8rem;
    font-weight: 200;
    font-style: normal; }

.even {
  background-color: #bfd4ee; }

.odd {
  background-color: #e7eff9; }

.even-middle {
  background-color: #cfdff2; }

.odd-middle {
  background-color: #f7fafd; }

.columnDay {
  width: 25%;
  height: 60px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: row wrap;
  align-content: center;
  font-weight: 800; }

.taak {
  display: inline-block;
  padding: 2px;
  margin: 3px 2px;
  width: 27px;
  height: 27px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  font-family: monospace;
  font-size: 0.7rem; }

.small-taak {
  display: inline-block;
  padding: 2px;
  margin: 2px 2px;
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  font-family: monospace;
  font-size: 0.60rem; }

.pr {
  background-color: #f6c86a;
  color: #fff; }

.pb {
  background-color: #f6c86a;
  color: #000; }

.t1 {
  background-color: #F00;
  color: #fff; }

/* The side navigation menu */
.sidenav-right {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: #0c1a2d;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */ }

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  left: 0;
  background-color: #0c1a2d;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */ }

.icon-search {
  color: #0c1a2d; }

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  color: #aaa;
  display: block;
  transition: 0.3s; }

.sidenav-right a {
  padding-top: 4px;
  margin-left: 10px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
  color: #aaa;
  display: block;
  transition: 0.3s; }

/* When you mouse over the navigation links, change their color */
.sidenav-right a:hover, .sidenav a:hover, .offcanvas a:focus {
  color: #f1f1f1; }

/* Position and style the close button (top right corner) */
.sidenav-right .closebtn, .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 36px;
  margin-left: 50px; }

.sidenav .indent-nav {
  padding-left: 50px; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

body,
html {
  height: 100%; }

.login-page {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: 100%; }

.login-form {
  width: 300px;
  margin: auto;
  background-color: #1c3e69; }
  .login-form h3 {
    color: #fff;
    font-weight: 200; }
    .login-form h3 em {
      font-weight: 600;
      font-style: normal; }

form .login-form {
  width: calc(100% - 40px);
  background-color: #1c3e69;
  border-radius: 4px;
  padding: 20px; }

form button {
  width: 253px;
  margin: 6px 0 0 0;
  outline: 0;
  background-color: #2c62a5;
  /* Green */
  border: none;
  color: white;
  padding: 9px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  border-radius: 0 !important; }

form input, form input[type="password"] {
  font-family: "Source Sans Pro";
  border: 1px solid #2c62a5;
  width: 240px;
  margin: 5px 0;
  padding: 4px 5px;
  background-color: #f7fafd;
  border-radius: 0; }

.login-form {
  width: 300px;
  margin: auto;
  background-color: #1c3e69; }

.login-form h3 {
  color: #fff;
  font-weight: 200; }

.login-form h3 em {
  font-weight: 600;
  font-style: normal; }

form .login-form {
  width: calc(100%-40px);
  background-color: #1c3e69;
  border-radius: 4px;
  padding: 20px; }

form .login-form button {
  width: 253px;
  margin: 6px 0 0 0;
  outline: 0;
  background-color: #2c62a5;
  /* Green */
  border: none;
  color: white;
  padding: 9px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  border-radius: 0 !important; }

form input, form input[type="password"] {
  font-family: "Source Sans Pro";
  border: 1px solid #2c62a5;
  width: 240px;
  margin: 5px 0;
  padding: 4px 5px;
  background-color: #f7fafd;
  border-radius: 0; }

.navBlock input[type="password"], .navBlock input[type="text"], .navBlock input[type="email"] {
  width: 320px;
  border-radius: 0;
  background-color: #eee !important; }

.navBlock label {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 6px; }

.navBlock button {
  width: 320px; }

.fw {
  width: 320px;
  border-radius: 0px;
  margin-bottom: 5px; }

.header a {
  color: #f1f1f1;
  text-decoration: none; }

.so-icon-header {
  font-size: 1.6em;
  opacity: .9;
  margin-right: 5px; }

.weeknummer-header {
  display: inline-block;
  font-size: 1.6em;
  line-height: 40px;
  text-align: middle;
  font-weight: 600; }

.legendaText {
  font-family: "Source Sans Pro";
  font-size: 0.9rem;
  font-weight: 600;
  width: calc(75% - 0.5rem);
  display: flex;
  align-content: center;
  align-items: center;
  padding-left: 0.5rem; }

.navBlock {
  color: #fff;
  margin: 0 auto;
  max-width: 320px;
  text-align: center; }

.navigationCell {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  justify-content: center;
  background-color: #275691;
  color: #e6e6e6;
  height: 40px;
  line-height: 40px;
  max-width: 320px;
  margin: 8px auto; }

.navigationCell:hover {
  background-color: #316eba;
  color: #fff;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.legendaIcon {
  width: 25%;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: row wrap;
  align-content: center;
  font-weight: 800; }

.even {
  background-color: #bfd4ee; }

.odd {
  background-color: #e7eff9; }

.even-middle {
  background-color: #cfdff2; }

.odd-middle {
  background-color: #f7fafd; }

div.even > .row-middle {
  background-color: #cfdff2; }

div.odd > .row-middle {
  background-color: #f7fafd; }

div.current {
  border-top: 3px solid #f00;
  border-bottom: 3px solid #f00; }

.form-check-input {
  margin-top: .7rem;
  margin-left: -1.4rem; }

.active {
  opacity: 1; }

.ta-left {
  text-align: left; }

.line-under {
  border-bottom: 1px solid #0c1a2d; }

.small {
  font-size: 14px; }

.weekAllContainer {
  min-width: 1680px; }

.monthAllContainer {
  min-width: 1680px; }

/* LEGENDA FOR PLANNER */
.sidenav-right {
  width: 250px;
  margin-top: 45px;
  padding-top: 0px; }
  .sidenav-right .closebtn {
    display: none; }

.nameTruncate {
  display: block;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.planningContainer {
  width: 100%; }

.planner {
  width: calc(100% - 260px); }

.weekAllContainer {
  min-width: 1100px; }

div.label_checkbox_pair {
  clear: both;
  float: none;
  position: relative; }

div.label_checkbox_pair input {
  left: -2px;
  position: absolute;
  top: 1px; }

div.label_checkbox_pair label {
  display: block;
  margin-left: 18px;
  text-align: left;
  width: 250px; }

input[type=checkbox] {
  width: 20px !important;
  margin-top: 8px; }

@media screen and (max-width: 1400px) {
  .sidenav-right {
    width: 0;
    padding-top: 60px;
    /* Place content 60px from the top */
    margin-top: 0px; }
    .sidenav-right .closebtn {
      display: block; }
  .planner {
    width: 100%; } }

/* HIDE PRINT BUTTON */
@media screen and (max-width: 480px) {
  .icon-print {
    display: none; } }

@media print {
  .no-print, .no-print * {
    display: none !important; } }
