.tickeralogin-events-table {
  margin: 20px 0 0 0;
  width: 100%;
}
.tickeralogin-events-table tr.event td {
  vertical-align: top;
}
.tickeralogin-events-table tr.event td:nth-child(1) {
  width: 30%;
}
.tickeralogin-events-table tr.event td:nth-child(2) {
  width: 45%;
}
.tickeralogin-events-table tr.event td:nth-child(3) {
  width: 15%;
}
.tickeralogin-events-table tr.event td:nth-child(4) {
  width: 10%;
}
.tickeralogin-events-table tr.event td.title small {
  display: block;
  opacity: 0.7;
}
.tickeralogin-events-table .actions .dashicons {
  margin-left: 10px;
}

#tickeralogin-login label {
  display: block;
  margin: 10px 0 0 0;
}
#tickeralogin-login input[type=text],
#tickeralogin-login input[type=password] {
  width: 100%;
}

.dashboard-menu {
  margin: 10px 0 0 -10px;
}
.dashboard-menu li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.dashboard-menu li:after {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  content: "|";
}
.dashboard-menu li:last-child:after {
  display: none;
}

.tickera-modal {
  display: none;
}
.tickera-modal .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: rgba(0, 0, 0, 0.7);
}
.tickera-modal .box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background: #391540;
}
.tickera-modal .box .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.tickera-modal .box .close:hover {
  color: #ffda53;
}
.tickera-modal .box h2 {
  margin-bottom: 10px;
}
.tickera-modal .box small {
  display: block;
  margin-bottom: 20px;
}
.tickera-modal .box input {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
}
.tickera-modal .box input:last-child {
  margin-bottom: 0;
}

.login-error {
  margin: 10px 0 20px 0;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  background: red;
  border-radius: 5px;
}

.event-statistic-modal {
  display: none;
  z-index: 10;
}
.event-statistic-modal .event-statistic-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.event-statistic-modal .event-statistic-modal-container {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 800px;
  padding: 30px;
  background: #270d2c;
}
.event-statistic-modal .event-statistic-modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  cursor: pointer;
}
.event-statistic-modal .event-statistic-modal-close:hover {
  color: #ffda53;
}
.event-statistic-modal .event-statistic-modal-close span {
  font-size: 40px;
}

.ajax-spinner {
  display: none;
  z-index: 99999;
}
.ajax-spinner .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.ajax-spinner .spinner-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  margin: -60px 0 0 -40px;
}
.ajax-spinner .tickeralogin-iteration {
  margin-top: 15px;
  color: #fff;
  text-align: center;
}

svg {
  margin: 0 auto;
  width: 70px;
  overflow: visible;
}
svg .loader-ring {
  transform-origin: 50px 50px;
  animation: starting-fill 0.5s forwards, vary-loader-width 3s 0.5s linear infinite alternate, spin 1.6s 0.2s linear infinite;
}
svg .loader-ring-overlay {
  visibility: hidden;
  transform-origin: 50px 50px;
  animation: spin 1.6s 0.2s linear infinite;
}

@keyframes starting-fill {
  to {
    stroke-dashoffset: 270;
  }
}
@keyframes vary-loader-width {
  0% {
    stroke-dashoffset: 270;
  }
  50% {
    stroke-dashoffset: 170;
  }
  100% {
    stroke-dashoffset: 275;
  }
}
@keyframes complete-fill {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*****************/
/***** Media *****/
/*****************/
@media (min-width: 1600px) {
  .event-statistic-modal .event-statistic-modal-container {
    top: 100px;
    max-width: 1000px;
    border-radius: 10px;
  }
}
.tickera-modal .box {
  min-width: 400px;
}

/*# sourceMappingURL=tickeralogin.css.map */
