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

#dataTable td{
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}

.mgk-orange {
  background-color: #F67000 !important;
}
.mgk-orange-color {
  color: #F67000 !important;
}

.mgk-green {
  background-color: #87C201 !important;
}
.mgk-green-color {
  color: #87C201 !important;
}

.mgk-orange-ligth {
  background-color: #FFCAAF !important;
}
.mgk-orange-ligth-color {
  color: #FFCAAF !important;
}

.mgk-orange-ligth-2 {
  background-color: #FFE8D1 !important;
}
.mgk-orange-ligth-2-color {
  color: #FFE8D1 !important;
}

.mgk-green-light {
  background-color: #F1FFC4 !important;
}
.mgk-green-light-color {
  color: #F1FFC4 !important;
}

.mgk-blue {
  background-color: #1F2041 !important;
}
.mgk-blue-color {
  color: #1F2041 !important;
}

.bg {
  /* The image used 
  background-image: url("./resources/server_rack_2.jpg");
  */
  background: linear-gradient(rgba(230,230,230,.7), rgba(0,0,0,.8)), url("./resources/server_rack_2.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
