input.button-red,
.button-red {
  background-color: #ef2e31;
  border-color: #ef2e31;
}

.button-red-outline {
  background-color: transparent;
  color: #ef2e31;
  border: 0.1rem solid #ef2e31;
}

.center {
  text-align: center;
}

a {
  color: black;
}

.fa-user{
  padding-top: 15px;
  padding-right: 50px;
  color: #000000;
}

.vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
  background: #ef2e31;
  color: #fff; }

.log-file {
  font-family: monospace;
  font-size: .9em;
  line-height: 17px;
}

.font-size-accesos {
  font-size: 0.7em;
}

.cursor-pointer{
  cursor: pointer;
}

.vex-open {
  overflow: initial !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.text-right {
  text-align: right !important;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  border-color: #ef2e31 !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  font-size: 1.5rem;
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  list-style: none;
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-content > li {
  margin: 0;
  padding: 5px 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content > li:hover {
  background-color: #ef2e31;

}
.dropdown-content > li:hover > a {
  color: #ffffff;
}



/* Spinner */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(239, 46, 49, 0.2);
  border-right: 1.1em solid rgba(239, 46, 49, 0.2);
  border-bottom: 1.1em solid rgba(239, 46, 49, 0.2);
  border-left: 1.1em solid #ef2e31;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.button-ticket {
  padding-left: 1em;
  padding-right: 1em;
}

ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none;
}

.hide {
  display: none;
}