body {
  /*background: url('/images/background-site-none.jpg') no-repeat center center fixed;*/
  background-color: #dbdbdb;
  background-size: cover;
  color: black;
  padding-top: 5.5rem;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}

.loadingIn {
  margin-top: 20%;
  margin-left: 28%;
  width: 50%;
  position: absolute;
}

h1 {
  font-size: 4em;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
  margin-top: 20px;
}

.card {
  color: black;
}

.card-header a {
  color: white;
}

.card-secondary .card-header a {
  color: black;
}

.card li {
  color: black;
}

.device-info .row {
  margin-top: 1rem;
}

.device-info:last-child {
  margin-bottom: 1rem;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 100%;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.hidden {
  display: none;
}

#navbarButton {
  color: white;
  z-index: 9999;
  padding: 20px;
  border-radius: 10px;
  position: fixed;
}

.navbar,
.card,
.card-header,
.btn,
.list-group-item {
  border-radius: 0px !important;
}

.error {
  color: red;
}

.index i,
.card-title {
  color: #0093c6;
}

.index .card {
  height: 100%;
}

.index h1 {
  font-size: 10em;
}

.list-group-item {
  color: black;
}

.cke_editable {
  background: white;
}
