#mainNav .navbar-brand {
  width: 130px;
}

.ck-nav {
  padding-bottom: 1px;
  padding-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

.ck-navbar {
    background-color: white;
}



.ck-table {
    border-top: 5px solid black; 
    border-bottom: 5px solid black;
}
.ck-thead {
    border-bottom: 3px solid;
  }
  
.ck-breadcrumb {
    padding:0;
    margin:0;
    height: 15px;
    font-size: 12px;
    background-color: transparent;
  }

.img-flex-box {
  display: flex;
  justify-content: center;
  height: 500px;
}

.machine-img {
  width: 400px;
  margin: auto;
  display: block;
}

.machine-img-display {
  width: 400px;
}

/* color:green;text-shadow: 0 0 3px #000;text-align:center;width: 100%; */

.green-indicator {
  color: green;
  text-shadow: 0 0 3px #000;
  text-align: center;
  width: 100%;
}

.yellow-indicator {
  color: yellow;
  text-shadow: 0 0 3px #000;
  text-align: center;
  width: 100%;
}

.red-indicator {
  color: red;
  text-shadow: 0 0 3px #000;
  text-align: center;
  width: 100%;
}

.gray-indicator {
  color: gray;
  text-shadow: 0 0 3px #000;
  text-align: center;
  width: 100%;
}

.div_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .menu-fix {
    padding-left: 10px;
  }
}