/* reset */
body {
  background: #191c1f;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, a {
  margin-bottom: 0;
}

hr {
      border-top: 1px solid #0468fd;
}

color {
  color: #007bff;
}

.app_container {
  margin-bottom: 70px;
}

#loading-bar-container .bar {
  position: relative;
}

a {
  color: inherit;
}

a:hover {
  color: #fff;
}

.box {
  margin-top: 25px;
  margin-bottom: 25px;
}

.navbar-brand {
  color: #fff !important;
}

.version {
  color: white;
}

.header {
  background-color: #666666;
}

.headerBox {
  padding: 50px;
}

.gbBox {
  border: 1px solid #C3DEED;
  border-radius: 5px;
  padding: 20px;
  color: grey;
  /*box-shadow: 0px 3px 10px #eeeeee;*/
}

.btn_añadir {
  margin-left: 10px;
}

.gbInBox {

}

.gbIn{
  padding: 20px;
}

.modal {
  z-index: 9999;
}

.modal-header {
  background-color: #0468fd;
  border-bottom-color: #0468fd;
  color: white;
}

.modal-body {
  background-color: #343a40;
  color: white;
}

.modal-footer {
  background-color: #343a40;
  color: white;
  border-top-color: #343a40;
}


/*.table-inverse,
.table-inverse th {
  background-color: #343a40 !important;
}*/

.edit_buttons {
  text-align: center;
}

#formData .form-control,
#formData .form-control:focus {
  background-color: white;
  color: black;
}

.toolbar {
  background-color: #343a40;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
}

.toolbar label {
  color: white;
  margin-right: 5px;
}

.toolbar input {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.formToolbar {
  padding-right: 20px;
}

.paginationBox {
  margin-bottom: 0px;
}

.navBox {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #343a40;
  padding-right: 20px;
}

.table {
  margin-bottom: 0px;
}

.table td, .table th {
    vertical-align: middle;
  }

.page-link {
    color: white;
  }

.page-item.disabled .page-link,
.page-link {
  background-color: #0468fd;
  border-color: #0468fd;
}

.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
    background-color: #63aeff;
    border-color: #63aeff;
    color: white;
}

.edit_buttons i:hover {
  color: #0468fd;
}

.total {
  padding: 20px;
  background-color: #212529;
  color: white;
  font-size: 20px;
  margin-bottom: 70px;
}

tr th {
  background-color: #0468fd !important;
  border-top-color: #0468fd !important;
}

footer {
  z-index: 8888;
  position: fixed;
  left: 0px;
  background-color: #343a40;
  width: 100%;
  padding: 10px;
  bottom: 0px;
  color: white;
  font-size: 14px;
}
