/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

.tooltip-inner {
    max-width: 600px;
    text-align: left;
}

.modal {
    margin-top:80px;
}

/* datepicker (sch-date) tonen in modal-dialoog */
.dropdown-menu[datepicker-popup-wrap] {
  z-index:4000;
}

#ui-datepicker-div {
  z-index:1051 !important;
}

/* backdrop tijdens cg-busy voor grid-header en grid-selected */
.cg-busy {
  z-index: 1026;
}
.cg-busy-default-wrapper {
  z-index: 1027;
}
.form-control.ng-invalid {
    background-color: rgba(255, 222, 222, 1);
    border-color: #a94442;
    color: #a94442;
}

.error {
    color: #a94442;
}

pre {
   font-family: "courier new", courier, monospace;
   font-size: 10px;
}

.created {
    background-color: #dceed1;
}

.edited {
    background-color: #ffcc99;
}

.deleted {
    background-color: #eed1dc;
}

.created:hover {
  background-color:#eaf5e4;
}

.edited:hover {
    background-color: #ffd9b3;
}

.deleted:hover {
  background-color:#f5e4ea;
}

.ngRow .selected {
    background-color: #c9dde1!important;
}

.modal-xlg {
    width: 1250px;
}