
td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

body {
    padding-top: 50px;  /*assuming the height of the navbar is 50px */
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-menu>li>a {
    color: #aec251;
}

.btn-default {
    background-color: #aec251;
    font-weight: bold;
    font-size: 16px;
}

.background-image {
  background-image: url("../img/leerlingenmapje-regenboog-rechts-logo.png");
  background-position: left;
  background-repeat: repeat;
}

.nice-green-border {
    border-radius: 10px;
    border: 10px solid #aec251;
    padding: 30px;
    background-color: white;
}

hr.nice-green-line {
    border-top: 10px solid #d1dc9c;
    margin-top: -5px;
    margin-bottom: 10px;
}


.busy-indicator {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

figure.imagecaption {
    padding: 1px;
    margin: 1px;
    float: left;
    border: 1px solid black;
    display : inline;
}

figure.selected {
  background-color: yellow;
  box-shadow: 0px 12px 22px 1px #333;
}

.flex-container {
    display: flex;
    align-content: stretch;
    align-items: center;
}

.flex-container > div {
}

.bootbox-confirm div div div button.btn-primary{
    background-color: #aec251;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    border-color: #ccc;
    border-color: #adadad;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid transparent;
}

.bootbox-alert div div div button.btn-primary, .legend-badge{
    background-color: #aec251;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    border-color: #ccc;
    border-color: #adadad;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid transparent;
}

.tooltip-inner {
    max-width: 500px;
    /* If max-width does not work, try using width instead */
    width: 500px;
}

.glyphicon {
    font-size: 20px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px;
}

.single-line {
    display: flex;
}

.single-line label {
    margin-right: 20px;
    padding-top: 5px;
}

.default-hidden {
    display: none;
}

.datepicker {
  z-index:1050 !important; /* above navbar */
}

[hidden], template {
    display: none;
}