body {
  background-color: #f0f0f0;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; }

h1, h2 {
  color: #333;
  font-weight: bold; }

.bgbody {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.6em; }

p {
  font-size: 1.2rem; }

.clear {
  clear: both; }

.hidden {
  display: none; }

.form-container {
  width: 400px;
  margin-top: -140px;
  margin-left: -200px;
  top: 50%;
  left: 50%;
  position: absolute;
  background-color: #fafafa;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .form-container h1 {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 25px;
    padding: 20px;
    text-align: center; }
  .form-container form {
    padding: 0 20px 20px; }
  .form-container label {
    display: none; }
  .form-container input {
    font-size: 1.6em;
    padding: 0.8em 1em;
    width: 100%;
    border: 1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
    border-radius: 3px; }
    .form-container input:focus {
      border: 1px solid #c3c3c3; }
  .form-container button {
    background-color: #36a9e1;
    color: #FFF;
    border: none;
    width: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-top: 0; }
    .form-container button:hover {
      background-color: #219fdd; }
    .form-container button:active {
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset; }

.header {
  height: 60px;
  background-color: #FFF;
  border-bottom: 1px solid #e2e2e2;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100; }
  .header .nav-toggle {
    width: 60px;
    padding: 20px;
    float: left;
    box-sizing: border-box;
    height: 60px;
    cursor: pointer; }
    .header .nav-toggle:hover {
      background-color: #f6f6f6; }
    .header .nav-toggle .stripe {
      background-color: #333;
      height: 2px;
      display: block;
      margin-top: 4px; }
  .header .logo {
    text-decoration: none;
    color: #333;
    font-size: 2em;
    padding: 0 20px;
    line-height: 60px; }
  .header .user {
    float: right; }
    .header .user .user-photo {
      float: left;
      width: 60px; }
      .header .user .user-photo img {
        height: 40px;
        float: left;
        border-radius: 3px;
        margin: 10px;
        background-color: #CCC;
        border: 0; }
    .header .user .user-name {
      float: left;
      height: 60px;
      line-height: 60px;
      font-size: 14px; }
  .header a {
    border-left: 1px solid #e2e2e2;
    transition: background 0.2s ease;
    float: left;
    height: 60px;
    display: block;
    padding: 0 1.5em;
    font-size: 1.4em;
    color: #666666;
    text-decoration: none;
    line-height: 60px; }
    .header a.active {
      background-color: #f6f6f6; }

.header-links {
  float: right; }
  .header-links a:hover {
    background-color: #f6f6f6; }

.navigation-wrapper {
  float: left;
  width: 270px;
  overflow: hidden;
  transition: width 0.2s ease;
  background-color: #404040;
  position: fixed;
  top: 60px;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2) inset; }
  .navigation-wrapper.closed {
    width: 60px; }

.navigation {
  width: 270px; }
  .navigation .icon {
    float: left;
    height: 40px;
    margin-right: 10px;
    padding: 0 10px;
    position: relative;
    width: 20px; }
    .navigation .icon svg {
      fill: #EEE;
      height: 20px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 20px; }
  .navigation li {
    display: block;
    color: #CCC;
    text-decoration: none;
    height: 60px; }
  .navigation a {
    font-size: 1.4em;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 4px solid #404040;
    transition: background 0.2s ease, border 0.2s ease;
    padding: 10px 10px 10px 6px; }
    .navigation a:hover {
      background-color: #303030;
      border-left: 4px solid #303030; }
    .navigation a.active {
      border-left: 4px solid #36a9e1;
      background-color: #303030; }

.content-wrapper {
  padding-left: 270px;
  transition: padding 0.2s ease;
  padding-top: 60px; }
  .content-wrapper.full {
    padding-left: 65px; }

.content {
  margin: 10px 5px; }
  .content.home {
    margin: 10px; }
    .content.home .box-container {
      max-width: 760px;
      float: none; }
      .content.home .box-container .box-header {
        text-align: center; }

/* DASHBOARD */
#inputform {
  padding: 20px; }
  #inputform .btn {
    width: 49%;
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%; }
  #inputform table {
    margin: 0 0.5%; }
  #inputform td {
    border: none; }

.nr-input.form-control {
  margin: 0 1%;
  padding: 5px;
  width: 98%;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-align: center; }

.nr-input.form-control.error {
  border: 1px solid #FF0000; }

.nr-input.form-control.ster1,
.nr-input.form-control.ster2 {
  background-color: #fafafa; }

/* TABLES */
.column {
  float: left; }

.box-container {
  background-color: #fafafa;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%; }
  .box-container.no-background {
    background: none; }

.alert-container.green {
  background-color: #71D161;
  color: #E6FFBF; }
  .alert-container.green .icon {
    background-image: url("../img/check.png"); }
.alert-container.red {
  background-color: #CF4647;
  color: #FCC5C5; }
  .alert-container.red .icon {
    background-image: url("../img/warning.png"); }
.alert-container .icon {
  float: left;
  width: 32px;
  height: 32px;
  margin: 7px 0px 7px 20px; }

.alert-container .confirm-submit {
  display: none; }

.alert-container.red .confirm-submit {
  float: right;
  display: block;
  padding: 15px 20px;
  font-size: 16px;
  text-decoration: none;
  color: #FCC5C5;
  border-left: 1px solid #FCC5C5; }

.alert-container.red .confirm-submit:hover {
  background-color: #FCC5C5;
  color: #CF4647; }

.alert-container .text {
  padding: 15px 20px;
  font-size: 16px;
  float: left; }

.box-container:after {
  content: '';
  display: block;
  clear: both;
  max-width: 49%; }

.box-container.half {
  width: 49%;
  margin-left: 0.5%;
  margin-right: 0.5%; }

.box-container.half.ml {
  margin-left: 1%; }

.box-container.onethird {
  width: 32.333%;
  margin-left: 0.5%;
  margin-right: 0.5%; }

.box-container.quarter {
  width: 24.25%; }

.box-container .box-header {
  height: 45px;
  border-bottom: 1px solid #e3e3e3; }

.box-container .box-header h2 {
  float: left;
  padding: 10px 20px;
  line-height: 25px; }

.box-container .box-header span.date {
  padding: 15px 20px;
  float: right;
  color: #999;
  line-height: 20px;
  text-transform: uppercase; }

.box-container .dataTables_length,
.box-container .dataTables_filter {
  padding: 15px 20px; }

.dataTables_length {
  font-size: 1.5em; }

.dataTables_length select {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  margin-right: 5px;
  padding: 5px; }

.box-container .dataTables_filter input {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 5px 5px 25px;
  background-image: url("../images/icons/search-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding: 10px 0;
  margin: 15px 20px;
  font-size: 1.5em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  background-color: #fff;
  margin: 15px 20px;
  padding: 0;
  font-size: 1.4em;
  border: 1px solid #ddd;
  border-radius: 3px; }

.dataTables_wrapper td.green {
  background-color: rgba(89, 146, 43, 0.3); }

.dataTables_wrapper td.yellow {
  background-color: rgba(244, 198, 61, 0.3); }

.dataTables_wrapper td.red {
  background-color: rgba(215, 2, 6, 0.3); }

.box-container thead {
  background-color: #FFF;
  font-size: 1.6em;
  color: #666; }

.box-container thead th {
  white-space: nowrap;
  padding: 10px 25px 10px 15px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.box-container tr.odd {
  background-color: #f9f9f9; }

.box-container tr.even {
  background-color: #fff; }

.box-container .previous tbody tr:hover {
  background-color: rgba(54, 169, 225, 0.03);
  cursor: pointer; }

.box-container td {
  font-size: 1.6em;
  color: #666;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  vertical-align: middle; }

.box-container thead tr th:last-child,
.box-container tbody tr td:last-child {
  border-right: 0; }

.box-container tbody tr.odd.user-picks-by-date:hover,
.box-container tbody tr.even.user-picks-by-date:hover {
  background-color: #f9f9f9;
  cursor: default; }

/*table.dataTable tbody tr.user-picks-by-date {*/
/*display: none;*/
/*}*/
table.dataTable tbody td.user-picks-by-date {
  border-left: 5px solid #e3e3e3;
  padding-left: 0;
  padding-right: 0; }

table.dataTable.previous tbody td.user-picks-by-date {
  padding-left: 10px;
  padding-right: 10px; }

.user-pick-by-date-row-wrap {
  display: none; }

.user-pick-by-date-row {
  border-bottom: 1px solid #f0f0f0;
  clear: both;
  height: 40px;
  margin-bottom: 10px; 
  padding-bottom: 10px;
  position: relative;}

.pick-data {
  padding-left: 50px;
  border-radius: 0 3px 3px 0;
  overflow: hidden; }
  .pick-data table {
    width: 100%; }

.next-picks .user-pick-by-date-row {
  height: 50px;
  position: relative;
  background-color: #fff;
  border-radius: 3px; }

.next-picks .user-pick-by-date-row.faded {
  opacity: 0.5; }

.user-pick-by-date-row.last {
  border: medium none;
  margin: 0; }

.user-pick-by-date-row .photo {
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 40px; }
  .user-pick-by-date-row .photo img {
    width: 100%;
    border-radius: 3px; }

.responsible {
  height: 80px; }
  .responsible .photo {
    float: left;
    margin-right: 20px;
    height: 60px; }
  .responsible .name {
    font-size: 2.6em;
    padding-top: 20px;
    height: 60px;
    border-radius: 0 3px 3px 0; }
  .responsible img {
    border-radius: 3px 0 0 3px;
    height: 80px; }
  .responsible .weekrep {
    display: block;
    font-size: 12px;
    color: #999; }

.countdown-wrapper, .pot-wrapper {
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 2em; }
  .countdown-wrapper .countdown, .countdown-wrapper .pot, .pot-wrapper .countdown, .pot-wrapper .pot {
    font-weight: bold; }

.user-pick-numbers {
  margin-left: 45px;
}

.user-pick-stars {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}

.user-pick-profit {
  margin-left: 5px;
}

.user-pick-numbers,
.user-pick-stars,
.user-pick-profit {
  float: left; }

td.user-pick-number,
td.user-pick-star {
  border: none;
  text-align: center;
  height: 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.user-pick-number span,
.user-pick-numbers span,
.user-pick-star span,
.user-pick-stars span,
.user-pick-profit span {
  border-radius: 3px;
  display: inline-block;
  font-size: 1.3em;
  line-height: 40px;
  text-align: center; }

.user-pick-number span,
.user-pick-star span,
.user-pick-numbers span,
.user-pick-stars span {
  width: 38px;
  height: 38px; }

.next-picks .user-pick-number span,
.next-picks .user-pick-star span,
.next-picks .user-pick-numbers span,
.next-picks .user-pick-stars span {
  font-size: 1.5em;
  line-height: 38px;
  height: 38px;
  width: 38px; }

.user-pick-profit span {
  height: 40px;
  padding: 0 15px; }

td.user-pick-number span,
.user-pick-numbers span {
  color: #151642; }

td.user-pick-star {
  background-color: #d0d0d0; }

td.user-pick-star span,
.user-pick-stars span {
  color: #151642; }

.user-pick-numbers span.picked {
  border: 1px solid #36A9E1;
  font-weight: bold;
  background-color: #36A9E1; }

.user-pick-stars span.picked {
  border: 1px solid #151642;
  font-weight: bold;
  background-color: #36A9E1; }

.user-pick-profit span.green {
  background-color: rgba(89, 146, 43, 0.3);
  color: #333; }

.user-pick-profit span.yellow {
  background-color: rgba(244, 198, 61, 0.3);
  color: #333; }

.user-pick-profit span.red {
  background-color: rgba(215, 2, 6, 0.3); }

.box-container .graph-wrapper {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.graph-box {
  width: 100%;
  height: 500px; }

.with-legend .graph-box {
  width: 80%;
  float: left; }

.with-legend.nummers-gekozen-getrokken-wrapper .graph-box {
  height: 1000px; }
  .with-legend.nummers-gekozen-getrokken-wrapper .graph-box.ct-chart .ct-bar {
    stroke-width: 5px; }

.pie-chart.with-legend .graph-box {
  width: 65%;
  height: 500px; }

.legend {
  width: 16%;
  float: right;
  margin: 1% 2%;
  border-radius: 3px;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px; }

.pie-chart .legend {
  width: 31%; }

.legend li {
  padding: 15px 20px;
  font-size: 1.4em; }

.legend-title {
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3; }

.legend .color {
  border-radius: 3px;
  display: block;
  float: left;
  height: 15px;
  margin-right: 10px;
  width: 15px; }

.legend .chart-a {
  background-color: #d70206; }

.legend .chart-b {
  background-color: #f05b4f; }

.legend .chart-c {
  background-color: #f4c63d; }

.legend .chart-d {
  background-color: #d17905; }

.legend .chart-e {
  background-color: #453d3f; }

.legend .chart-f {
  background-color: #59922b; }

.legend .chart-g {
  background-color: #664FB9; }

.legend .chart-h {
  background-color: #6b0392; }

.legend .chart-i {
  background-color: #f05b4f; }

.legend-item .won,
.legend-item .lost,
.legend-note .date-from,
.legend-note .date-until {
  font-weight: bold; }

.pie-chart .legend-item {
  display: none; }

.tooltip {
  background: #36a9e1 none repeat scroll 0 0;
  color: #FFF;
  display: inline-block;
  font-weight: 700;
  min-width: 5em;
  padding: 0.5em;
  pointer-events: none;
  position: absolute;
  text-align: center;
  z-index: 1;
  font-size: 1.6em;
  border-radius: 3px; }

.tooltip .info {
  display: block; }

.tooltip .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #36a8e1 transparent transparent transparent;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  bottom: -10px; }

.ct-chart-pie .ct-label {
  color: #000;
  font-size: 1.2rem; }

.settings form {
  padding: 20px; }

.settings .img-upload-container {
  float: left;
  width: 100px; }

.settings .img-content {
  height: 100px;
  width: 100%; }

.settings .img-content img {
  border-radius: 3px; }

.settings .input-content {
  width: 100%; }

.settings .input-content.with-img {
  padding-left: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.settings .input {
  margin-top: 10px;
  padding: 5px 0; }

.settings label {
  font-size: 1rem;
  display: block;
  margin-bottom: 10px; }

.settings input,
.settings select {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.settings .change-password {
  /*display: none;*/ }

.settings .editPassword {
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 0.7rem;
  padding: 10px 5px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  transition: background 0.2s ease; }
  .settings .editPassword:hover {
    background-color: #e0e0e0; }

.btn {
  background-color: #36a9e1;
  color: #FFF;
  border: none;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.2s ease;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  text-decoration: none;
  margin-top: 10px; }
  .btn:hover {
    background-color: #219fdd; }
  .btn.getRandom, .btn.getUnused {
    background-color: rgba(54, 168, 225, 0.8);
    width: 24% !important; }
    .btn.getRandom:hover, .btn.getUnused:hover {
      background-color: rgba(33, 159, 221, 0.8); }

.footer {
  background-color: #fafafa;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  float: right;
  margin-right: 20px;
  padding: 20px; }

.separator {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 2px;
  max-width: 760px; }

@media screen and (max-width: 1000px) {
  .box-container {
    border-radius: 0; }
    .box-container.half {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }

  .content-wrapper {
    min-width: 340px; }

  .box-container {
    min-width: 300px; }

  .content-container {
    max-width: 100%;
    overflow: hidden; }

  .content {
    margin: 10px 0px; }

  #inputform,
  .quote {
    padding: 10px; } }
@media screen and (max-width: 800px) {
  .graph-wrapper.with-legend .graph-box,
  .graph-wrapper.with-legend .legend {
    width: 100% !important; }

  .navigation-wrapper.closed {
    width: 0; }

  .content-wrapper.full {
    padding-left: 0; }

  .content {
    margin: 0; }

  .content-container {
    position: relative;
    top: 60px;
    left: 0;
    right: 0; }
    .content-container.login {
      position: initial; }
      .content-container.login .form-container {
        width: 100%;
        margin-left: -50%;
        top: 30%; }

  .content-wrapper {
    padding-top: 0; }

  .ptr--ptr {
    position: fixed;
    background: #333333;
    background: linear-gradient(0deg, rgba(51, 51, 51, 0) 20%, rgba(51, 48, 0, 0.4) 100%);
    height: 20px;
    width: 100%;
    z-index: 1000;
    box-shadow: none !important; }
    .ptr--ptr .ptr--text, .ptr--ptr .ptr--icon {
      font-size: 1.8em;
      color: rgba(0, 0, 0, 0.7); } }
@media screen and (max-width: 550px) {
  .pick-data {
    padding-left: 40px; }

  .next-picks .user-pick-by-date-row {
    height: 40px;
    min-width: 300px; }

  .user-pick-number span,
  .user-pick-numbers span,
  .user-pick-star span {
    font-size: 1.2em;
    line-height: 28px; }

  td.user-pick-number,
  td.user-pick-star {
    height: 40px; }

  .user-pick-star:last-of-type span {
    margin-right: 0; }

  .next-picks .user-pick-by-date-row .photo {
    width: 40px; }

  .next-picks .user-pick-by-date-row .initials {
    font-size: 14px;
    line-height: 32px;
    width: 30px; }

  .user-pick-number span,
  .user-pick-star span {
    width: 28px;
    height: 28px; }

  .next-picks .user-pick-number span,
  .next-picks .user-pick-star span {
    font-size: 1.2em;
    line-height: 30px;
    height: 30px;
    width: 30px; } }

/*# sourceMappingURL=styles.css.map */
