html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  padding-top: 70px;
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.footer  .text-muted {
  margin: 20px 0;
}
.form-group .form-control-feedback {
  pointer-events: initial  /* or - auto // or -  unset  */
}

#datatable img {
  max-height:100px;
  max-width:100px;
}
td > div {
position: relative;
background-color: inherit;
}
td > div > .action {
  position: absolute;
  top: 0px;
  right: 0px;
  width:95px;
  background-color: inherit;
}
li > .action {
  position: absolute;
  top: 10px;
  right: 0px;
  width:100px;
  /*background-color: inherit;*/
}
.list-group-collapse > li > ul li:first-child {
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}
.list-group-collapse > li > ul {
  margin-top: 10px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -11px;
}
.list-group-collapse > li > ul > li{
  padding-left: 30px;
}

.tg2,
.rg1 {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 10px;
  margin-bottom: -11px;
}

.tg2 li,
.rg1 li {
  padding-left: 30px;
}

.rg2 {
  margin-top: 10px;
  margin-left: -31px;
  margin-right: -16px;
  margin-bottom: -11px;
}

.rg2 li {
  padding-left: 45px;
}

.list-group-empty {
  padding-top: 4px;
}

a.btn {
  margin-left: 2px;
  margin-right: 2px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.div-striped .row-striped{ /*Parent DIV requires div-striped class*/
  border: 1px solid #ddd;
  padding-top: 8px;
  padding-bottom: 8px;
}

.div-striped .row-striped:not(:first-child){
  border-top: 0px solid #ddd;
}

.personnotregistered.div-striped .row-striped > div:not(:last-child){
  border-right: 1px solid #ddd;
}

.div-striped .row-striped:nth-of-type(odd){
  background-color: #f9f9f9;
}

.shiftgroup {
  font-weight:bold;
}

table.shifttable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

td.shiftitem{
  font-size:10px;
  border-radius: 6px;
  /*background-color: lightblue;*/
  color: black;
  white-space:nowrap;
  padding: 4px !important;
  text-align: center;
}


div.shiftitemhighlight{
  font-size:10px;
  border-radius: 6px;
  background-color: red;
  color: black;
}


td.shifthighlight{
  /*background-color: #337ab7 !important;*/
  color: white !important;
  /*font-weight: bold;*/
}

.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
	background: green;
	width:100px; 
	list-style-type:none;
}
.rg2 .ui-state-highlight {
	margin-left: 20px;
}