.brand_login {
  text-align: center;
}

.shake {
  display: inline-block;
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin:50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.hidelogin {
  display: none;
}

.btn-enviar {
  display: inline-block;
  /*padding: 1px 12px;*/
  margin-bottom: 0;
  width: 36%;
  /* margin-left: 3px; */
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  /* border-radius: 4px; */
}

.progress-bar-morado.h5a {
  background-color: #BA4BD6;
}

.tick {
  margin-top: 7px;
  display: none;
}

.itmt7 {
  margin-top: 7px;
}

.text_filter {
  text-align: center;
}

.btn-acctions {
  color: #CB0909;
  background-color: #FCFCFC;
  border-color: #A3A1A1;
}

.btn-disabled {
  color: grey;
  background-color: #FCFCFC;
  border-color: #A3A1A1;
}

*{
text-transform:uppercase;
}

.noupper {
  text-transform: none !important;
}

#ticketsAjax td {
  text-transform: none !important;
}

.wwpfooter {
  bottom: 0px;
  position: fixed;
  text-align: center;
  /* border: 1px solid; */
  width: 100%;
    color: #ffffff;
   background-color: #E45959;
    font-weight: 300; 
  font-size: 13px;   
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
