/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26/10/2018, 11:12:40 AM
    Author     : felip
*/

.nombre_usuario {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #9c27b0;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px 0;
  text-align: center;
}
.nombre-movil {
  bottom: 0;
  color: #9c27b0;
  font-weight: 400;
  position: absolute;
  text-align: center;
  width: 100%;
}
.show-movil {
  display: none;
}
@media (max-width: 991px) {
  .show-movil {
    display: block;
  }
}

.iconoHelp {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.bold {
  font-weight: bold !important;
}
.margin-top-30 {
  margin-top: 30px;
}
.pointer {
  cursor: pointer;
}
.color-primary {
  color: #9c27b0 !important;
}
.centrar-bloque {
  margin: 0 auto !important;
}
.form-group input[type="file"] {
  opacity: 1 !important;
  position: initial !important;
}
.center-flex {
  display: flex;
  justify-content: center;
}
.form-group select {
  height: 36px !important;
}
.input-group.small {
  margin: 0 auto;
  width: 120px;
}
.background-red {
  background: #ffeeec;
}
.td-actions {
  min-width: 100px;
  text-align: center;
}
.margin-top-15 {
  margin-top: 15px;
}
.btn.btn-white {
  color: #942bae;
  font-weight: bold;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  background: #e9e7e7;
  color: #942bae;
}
.table-shopping > thead > tr > th {
  text-transform: none;
}
thead tr th,
thead tr td {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .main-panel > .content {
    padding: 0;
  }

  .container-fluid > nav {
    text-align: center;
    width: 100%;
  }

  .btn-round.btn {
    padding: 8px 13px;
    font-size: 0.7rem;
  }
  .btn-round.btn.btn-sm {
    padding: 6px 10px;
    font-size: 0.6rem;
  }
  .btn-round.btn.btn-sm .fa {
    font-size: 0.8rem;
  }
}
.badge.badge-pill {
  font-size: 80%;
}
.primary-text {
  color: #9c27b0 !important;
}

.dots {
  width: 56px;
  height: 26.9px;
  background: radial-gradient(circle closest-side, #9c27b0 90%, #0000) 0% 50%,
    radial-gradient(circle closest-side, #9c27b0 90%, #0000) 50% 50%,
    radial-gradient(circle closest-side, #9c27b0 90%, #0000) 100% 50%;
  background-size: calc(100% / 3) 13.4px;
  background-repeat: no-repeat;
  animation: dots-7ar3yq 1s infinite linear;
}

@keyframes dots-7ar3yq {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }

  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }

  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }

  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
