#content_main {
  padding-bottom: 50px;
}

.tooltip {
  position: fixed;
}

#wrapper {
  overflow-x: hidden;
}

.btn-default {
  background-color: #0094D6 !important;
  color: white;
}
.btn-default:hover {
  background-color: #0078B4 !important;
  color: white;
}

#page-wrapper {
  margin-top: 20px;
}

th:first-child {
  border-top-left-radius: 4px;
}

th:last-child {
  border-top-right-radius: 4px;
}

#group_list_table .group-row {
  cursor: pointer;
  cursor: hand;
}
#group_list_table table {
  width: 98%;
  margin-left: 1%;
}
#group_list_table .button-cell {
  text-align: right;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #BDDEEF;
}

th {
  background-color: #0094D6;
  color: white;
}

td.current {
  background-color: #66ff33 !important;
}

.panel .form-group {
  margin: 0px;
}

.panel {
  border-color: #0094D6;
}
.panel .panel-heading {
  border-color: #0094D6;
  background-color: #0094D6;
  color: white;
}

.btn-default, th {
  border-color: #0094D6;
}

.col-aanleren {
  border-right-width: 4px !important;
  border-right-color: #0094D6 !important;
}

.btn-primary.btn-lightblue {
  background-color: #4098e5;
  border-color: #4098e5;
}/*# sourceMappingURL=custom_stylesheet.css.map */