@import "bootstrap/bootstrap.css";

* {
  margin: 0px;
  padding: 0px;
}

header {
  background-color: #c80f2e;
  width: 100%;
  height: 55px;
}

footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #ea868f;
  z-index:4;
}
.invitado {
  width: 25px;
}
.imgLogo {
  width: 100px;
}

i.bi-plus-circle {
  font-size: 20px;
}

a.nav-link {
  text-decoration: none;
  color: white;
  transition: all 0.5s;
  transform: scale(1);
  display: inline-block;
}

a.nav-link:hover {
  color: white;
  transition: all 0.5s;
  transform: scale(1.2);
  display: inline-block;
}

@media (max-width: 481px) {
  header {
    margin-bottom: 10px;
  }
  .SPF {
    display: none;
  }
  .DPF {
    margin-left: 10px;
  }
  .navbar-nav {
    background-color: #c80f2e;
    border: solid 2px black;
  }
  .nav-item {
    padding-left: 5px;
    z-index: 2;
  }
  a.nav-link {
    font-size: smaller;
    z-index: 1;
  }
  table th {
    z-index: -1;
  }
  #btnCrear {
    margin-left: 0%;
  }
  #tabla {
    margin-top: 0px;
  }
  .uss_tit {
    float: right;
    margin-left: 0px;
    font-size: 80%;
  }
  .invitado {
    width: 20px;
  }
  .imgLogo {
    display: none;
  }
  .dataTables_filter {
    float: left !important;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .navbar-nav {
    background-color: #c80f2e;
    /* border: solid 2px black; */
    margin-bottom: 1000px;
  }
  .nav-item {
    padding-left: 5px;
  }
  header {
    margin-bottom: 80px;
  }

  #btnCrear {
    margin-bottom: 10px;
  }
  #tabla {
    margin-top: 0px;
  }
}

@media (min-width: 1025px) {
  .nav-link {
    font-size: larger;
  }
  #btnCrear {
    margin-top: 20px;
  }
  #tabla {
    margin-top: 8px;
  }
}

.hide_column {
  display: none;
  visibility: hidden;
}
.cover {
  position: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-image: url("/img/backgroud.jpg");
}
.image-size-small {
  max-width: 120px;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
}
li {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid white;
}
li:last-child {
  border-right: none;
}
.divadd {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
.vertical {
  vertical-align: text-bottom;
}
.centertit {
  margin-top: 15px;
}
.uss_tit {
  float: right;
  margin-left: 10px;
}
label.error {
  color: red;
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}
input.error,
textarea.error {
  border: 1px solid red;
  font-weight: 300;
  color: red;
}
table th {
  background-color: #d8242e !important;
  color: white;
  z-index: -1;
}
table > tbody > tr > td {
  vertical-align: middle !important;
}
div .dt-buttons {
  float: left;
}
.dataTables_length {
  float: left;
}
.page-item.active .page-link {
  background-color: IndianRed !important;
}
.page-link {
  color: red !important;
}
input[type="checkbox"],
input[type="radio"] {
  filter: hue-rotate(140deg);
}
div.slider {
  display: none;
}
.navbar-toggler {
  color: white;
}
