p {
  margin-bottom: 0;
}

.nav-item {
  margin: 0 10px;
}

.status-alert {
  background-color:#dc3545;
}
.status-warning {
  background-color:#ffc107;
}
.status-normal {
  background-color:#0e6eb7;
}

.status-inactive {
  background-color:gray;
  /* color: black; */
}

.jumbotron {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.badge-pill {
  font-size:15pt;
  position: absolute;
}

.sidebarservices {
  /* position: absolute; */
  width: 100%;
  padding: 0 20px;
  /* float: left; */
  /* border:1px solid blue; */
}
.sidebarservices .status-group {
  text-align:left;
  font-size:15pt;
  background:#343a40;
  color:white;
  padding: 10px 20px;
}

.status-group:hover {
  background:gray !important;
  cursor: initial;
}
.sidebarservices li {
  list-style:none;
  /* background-color:#0e6eb7; */
  margin:5px 10px;
  text-align:left;
  /* padding: 10px 20px 10px 20px; */
  padding: 2px 2px 2px 2px;
  border-radius:5px 5px;
  cursor:pointer;

}
.sidebarservices li a {
  text-decoration:none;
  color:white !important;
  /* font-family: Century Gothic, sans-serif; */
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1.25rem;
  font-weight: 500;
}
.sidebarservices li:hover {
  background:black;
  color:black;
}

.container {
  width: 100%;
  padding: 0;
  margin: 5px 5px 5px 5px;
  background: inherit;
  max-width: 1700px;
}

.flex-shrink-0{
  margin-left: 100px;
}
.textcontainer {
  width: 60%;
  padding: 0;
  margin-left: 100px;
  background: inherit;
}

/* .container:hover {
  width: 100%;
  background: black;
  color: black;
} */


/* .container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px;
} */

.row {
  margin: 0;
}

.thick_font {
  font-weight: bold;
}

.col {
  text-align: center;
  color: white;
  font-size: 1rem;
  font-weight: 300;
}

.col-3 {
  text-align: center;
  color: white;
  font-size: 1rem;
  font-weight: 300;
}

.col-2 {
  text-align: center;
  color: white;
  font-size: 1rem;
  font-weight: 300;
}

.devices-page {
  margin-top: 80px;
}

.device-name{
  text-align: left;
  color: white;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1.25rem;
  font-weight: 500;
}

.device-cwname{
  text-align: left;
}

.None-Found {
  text-align: center;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1.25rem;
  font-weight: 500;
}


.footer-section {
  background-color: #343a40;
  text-align: center;
  color: #f8f9fa;
  width: 100%;
}

.footer-text {
  padding: 5px 0;
}

/* .footer {
  text-align: center;
} */

.pagination {
  /* position: absolute; */
  /* padding-bottom: 50px; */
  width: 100%;
  margin: 5px 0 50px 0;
  padding: 10px 20px 10px 20px;

  /* margin:5px 10px;
  padding: 10px 20px 10px 20px; */
}

.collapse {
  display: none;
}

/* .form-signin{
  margin-top: 200px;
} */

.form-signin {
  width: 100%;
  max-width: 330px;
  /* padding: 15px; */
  /* margin-top: 200px; */
  margin: auto;
}

.sign-in-button{
  width: 50%;
  margin-left: 25%;
  margin-right: 25%
  /* margin-left: 470px; */
}

.sign-out-button{
  margin-left: 20px;

}

.btn{
  margin: 5px;
}

.temporary_text{
  margin-left: 20px;
  margin-top: 100px;
}

.table-centered {
  position: center;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.outer-div {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
  background-color: #007bff;
}

.dev-banner {
  display: inline-block;
  /* margin: 0 auto; */
  /* margin: 0 100px 0 100px; */
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 3px;
  background-color: #dc3545;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  /* background-color: #777777; */
  border-radius: 10px;
}
