@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
body {
  background: #111;
  color: white;
  margin: 0;
  padding: 0;
}
html {
  padding: 0;
  margin: 0;
  /* text-overflow: ellipsis;*/
  /* overflow: hidden;*/
  /*white-space: nowrap;*/
  word-break: break-all;
}
.canceled {
}
.pos-event {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  margin: 5px;
  background: #ccc;
  border-radius: 5px;
}
.pos-event:hover:after {
  content: "x";
  color: red;
  padding: 0 2px;
  margin: 0 5px;
  background: grey;
}
.box {
  padding: 10px 0px;
  margin: 10px 0px;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  display: inline-block;
}
.button-box {
  padding: 20px;
}
.card select {
  margin: 0 auto;
}

.refund {
  width: 100%;
}
.scanned {
  background: orange !important;
}
.event-list {
  margin: 0;
  padding: 0;
}
.event-list li {
  padding: 5px 0;
}
.ticket-box {
  width: 100%;
  min-height: 500px;
  background: #ccc;
  padding: 20px;
  text-align: center;
}
.ticket-box::after {
  content: " ";
  display: block;
  clear: both;
}

.ticket.new {
  background-color: yellow;
}

.ticket-box .ticket {
  float: left;
  padding: 4px;
  transition: all 0.5s ease;
  position: relative;
  font-size: 12px;
  margin: 5px;
  overflow: hidden;
  border-left: 20px solid #ccc;
  width: 150px;
}

.iframe {
  background: transparent;
  overflow: hidden;
  word-break: normal;
  color: black;
}
.iframe input,
.iframe select {
  padding: 5px;
  margin: 0;
}
.iframe label {
  padding: 5px 0;
  font-size: 12px;
}
.iframe * {
  color: black;
}
.iframe [type="text"],
.iframe select {
  width: 100%;
}

.iframe h2 {
  padding: 0;
  margin: 0;
}

.payment-box {
  border-bottom: 1px solid black !important;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.ticket .info-box {
  position: relative;
  background: #900;
  transition: all 0.2s ease;
  height: 100%;
  width: 100%;
  top: 0;
  box-shadow: 0 0 5px black inset;
  left: 0;
  padding: 4px;
  border-radius: 4px;
  height: 40px;
  overflow: hidden;
  margin: 10px 0 0 0;
}
.ticket.picked .info-box {
  background: #060;
}

.sub-header {
  width: 100%;
  height: 180px;
  display: none;
}

#chart_events {
  padding: 0 20px;
  display: inline-block;
  position: relative;
}
#charts {
  height: 400px;
  width: 100%;
  display: block;
  float: none;
}

.toggle-booking {
  display: inline-block;
}

.toggle-booking span {
  padding: 5px;
  border-radius: 5px;
}
.toggle-booking.active .on {
  background-color: #060;
}

.toggle-booking .off {
  background-color: #600;
}
.toggle-booking.active .off {
  background-color: inherit;
}
#chart {
  width: 100%;
  height: 200px;
}
.fix-header {
  position: fixed;
  width: 100%;
  background: black;
  top: 0;
}
.fix-header .spacer {
  height: 40px;
}
.fix-form {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6000;
}
#event,
#list,
#hashes {
  float: right;
  margin: 0 10px;
}
#list input,
#hashes input {
  display: inline-block;
}
.login-form {
  padding: 30px;
  margin: 0 auto;
}

.payment-preview {
  width: 100%;
  max-width: 800px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.payment-preview tr td {
  padding: 10px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.payment-preview tr td:nth-child(2) {
  text-align: right;
  font-weight: bold;
}
.ticket-table {
  width: 100%;
}
.ticket-table tr,
td,
th {
  text-align: left;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.login {
  margin: 10px 0;
}
* {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
a {
  color: inherit;
  /* text-decoration: none; */
}

.pad {
  padding: 2px 4px;
  background: grey;
  font-weight: bold;
  font-size: 10px;
  margin: 10px 0;
  border-radius: 5px;
  display: table;
}

.pad::after {
  content: "▼";
}
.ticket {
  text-align: center;
  display: block;
  padding: 15px;
  background: #600;
  margin: 1px;
  margin-bottom: 5px;
  font-weight: bold;
  text-shadow: 0 0 3px black;
  border-radius: 10px;
  box-shadow: 0 0 15px black inset;
  border: 1px solid #ccc;
  border-left: 30px solid #ccc;
  color: white;
  text-decoration: none;
}
.ticket small {
  display: block;
  font-weight: lighter;
}

.ticket:hover {
  background: #e00;
}

.ticket::before {
  content: "€ ";
}

.picked::before {
  content: "✓ ";
}
.ticket a {
  color: white;
  text-decoration: none;
}
.picked {
  background: #090;
}
.picked:hover {
  background: #0e0;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
[class*="col-"] {
  flex: 1;
  float: left;
  padding: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
.row,
.row * {
  box-sizing: border-box;
}
.row {
  display: flex;
}
.row.no-gutter [class*="col-"] {
  padding: 0;
  border: none;
}
.right {
  float: right !important;
  text-align: right;
}
input:not([type="checkbox"]):not([type="radio"]),
select {
  padding: 5px;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  max-width: 400px;
}

label {
  display: block;
  font-size: 16px !important;
}

.payment-box label {
  display: inline;
  font-size: 12px !important;
  padding: 5px;
}
.payment-box input {
  display: inline;
  font-size: 12px !important;
  vertical-align: middle;
}

.point {
  width: 100%;
  height: 16px;
}
.inactive {
  opacity: 0.3;
}
.small-num {
  font-size: 25px;
}
.card {
  background: #999;
  padding: 20px;
  text-align: center;
}

.card:hover {
  background: rgb(55, 55, 70);
}
.cards a {
  text-decoration: none;
}
.big-num {
  font-size: 72px;
}
.button {
  padding: 10px;
  margin: 0 5px 0 0;
  border: none;
  color: inherit;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  background: #ccc;
  cursor: pointer;
  font-size: 12px;
  border: 1px #9a332a solid !important;
}

.iframe a {
  text-decoration: underline;
  color: darkred !important;
}
.button a:hover {
  color: #ffbb59;
}
.button:hover {
  background: rgb(71, 79, 93);
}
.events .row .col-4 {
  border: 1px solid white;
  padding: 5px;
}
.events .row:hover {
  /* cursor: pointer; */
  /*background-color: rgba(255, 255, 255, 0.5) !important;*/
}

a {
  color: white;
}
.events .row:nth-child(even) {
  background: rgba(50, 50, 50, 0.1);
}
.events .row:nth-child(odd) {
  background: rgba(50, 50, 50, 0.5);
}
.events .row.unpayed:nth-child(even) {
  background: rgba(255, 0, 0, 0.1);
}
.events .row.unpayed:nth-child(odd) {
  background: rgba(255, 0, 0, 0.2);
}
.events .row.head {
  font-weight: bold;
  background: #ffbb59;
  border-bottom: 3px solid black;
}
.slika {
  background-image: url(../img/vstopnice.jpg);
  height: 100%;
  max-width: 900px;
  min-height: 1300px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.dogodki_naslov {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #9a332a;
  font-weight: bold;
}
.preview-box {
  /* background-image: url(../img/preview.jpg); */
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-position: top center;
  height: 100%;
  width: 100%;
  min-height: 1300px;
  position: relative;
  overflow: auto;
}

.centerer {
  width: 90%;
}
.preview-container {
  position: relative;
  margin: 300px auto 0 auto;
  width: 800px;
}

h4 {
  margin: 0;
  padding: 0;
}
.hidden {
  display: none;
}

.payment.hidden {
  display: none !important;
}

.msg-box {
  color: #900;
  font-size: 10px;
}
.price {
  font-size: 20px;
  border-top: 1px solid black !important;
  padding: 15px 0 0px 0;
  margin: 20px 0 0px 0;
}
.price h2 {
  padding: 0;
}
.price h2::after {
  content: "€";
}
h2 {
  padding: 0px 20px 50px 20px;
}

.validate input {
  border: 2px solid transparent;
  outline: none !important;
}

.validate .button,
.card-payment .button {
  background-color: #b54226;
  border-radius: 5px;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  padding: 8px;
  font-weight: bold;
  color: white;
  border: none !important;
}

.validate .button:hover {
  background-color: #bf5f28;
}

.good {
  border: 2px solid #ffbb59 !important;
}
.error {
  margin-top: 10px;
  /* border: 2px solid #900 !important; */
}
.loader {
  display: none;
  background-image: url(../img/loading.gif);
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 5;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
}
header {
  background-color: black;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;

  background-position: center -30px;
  background-size: 650px;
  position: relative;
  z-index: 5000;
}
footer {
  height: 50px;
  background-color: #ffbb59;
}

.user {
  padding-left: 20px;
}

.menu {
  margin: 0 auto;
  display: block;
  z-index: 500;
  position: relative;
  background: #ffbb59;
}
.menu ul {
  padding: 0;
  margin: 0;
}
.menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  float: left;
  transition: all 0.2s ease;
}
.menu ul li a {
  background-color: rgb(22, 39, 12);
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #ffbb59;
  color: #fff;
  padding: 10px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
}

.menu ul li ul {
  position: absolute;
  display: none;
  right: 0;
  z-index: 600;
}
.menu ul li ul li {
  display: block;
  float: none;
}
.menu ul li ul li a {
  padding: 5px;
  background: black;
  width: 150px;
}
.menu ul li a:hover {
  background: orange;
}
.menu ul li:hover + ul,
.menu ul li:hover > ul,
.menu ul li:hover ~ ul {
  display: block !important;
}
.spacer {
  height: 180px;
  opacity: 0;
}
.clear {
  clear: both;
}

.code a textarea {
  display: none;
}
.dp-modal {
  position: fixed;
  top: 0;
  z-index: 90;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
}

.dp {
  position: fixed;
  background: #fff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  max-height: 400px;
  z-index: 900000;
  padding-top: 3px;
  overflow: hidden;
  width: 500px;
  left: 150px;
  top: 150px;
}

.dp:before {
  content: " ";
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: blue;
}

.dp-permanent .dp {
  padding-top: 0;
  border: 1px solid #eee;
  box-shadow: none;
}

.dp-permanent .dp:before {
  display: none;
}

.dp-cal {
  min-height: 300px;
}

.dp-below {
  position: absolute;
  font-size: 0.8em;
  width: 400px;
  max-width: 100vw;
}

.dp-permanent {
  position: relative;
  font-size: 0.8em;
  width: 400px;
  max-width: 100vw;
}

.dp-permanent .dp {
  z-index: 0;
}

.dp-modal .dp {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: calc(100% - 4em);
  transform: translate(-50%, -50%);
  animation: slide-up 0.3s forwards;
}

.dp-months {
  padding: 24px;
}

.dp-years {
  box-sizing: border-box;
  max-height: 400px;
  padding: 8px 0;
  overflow: auto !important;
  /* HACK for Chrome on Android */
}

.dp-cal-month,
.dp-cal-year,
.dp-day,
.dp-month,
.dp-year {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #3b404d;
  border-radius: 2px;
}

.dp-cal-header {
  position: relative;
  text-align: center;
  padding-bottom: 16px;
  background: #f5f5f5;
}

.dp-next,
.dp-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  top: 14px;
  color: #777;
  border-radius: 2px;
}

.dp-next:focus,
.dp-prev:focus,
.dp-next:hover {
  outline: none;
  color: inherit;
}

.dp-prev {
  left: 24px;
}

.dp-prev:hover {
  outline: none;
  color: inherit;
}

.dp-next {
  right: 24px;
}

.dp-prev:before,
.dp-next:before {
  content: "";
  border: 2px solid;
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(-45deg);
  transition: border-color 0.2s;
  margin: 9px 0 40px 4px;
}

.dp-prev:before {
  border-right: 0;
  border-bottom: 0;
}

.dp-next:before {
  border-left: 0;
  border-top: 0;
  margin-left: 0;
  margin-right: 4px;
}

.dp-cal-month,
.dp-cal-year {
  display: inline-block;
  font-size: 1.4em;
  padding: 16px 8px 8px;
  outline: none;
}

.dp-cal-footer {
  text-align: center;
  background: #f5f5f5;
}

.dp-day-today:after {
  content: "";
  height: 0;
  width: 0;
  border: 7px solid blue;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.dp-close,
.dp-clear,
.dp-today {
  box-sizing: border-box;
  display: inline-block;
  width: 33%;
  padding: 8px;
  text-decoration: none;
  color: inherit;
}

.dp-permanent .dp-close,
.dp-permanent .dp-clear {
  display: none;
}

.dp-close:hover,
.dp-close:focus {
  background: #75bcfc;
  color: white;
}

.dp-clear:hover,
.dp-clear:focus {
  background: #75bcfc;
  color: white;
}

.dp-today:hover,
.dp-today:focus {
  background: #75bcfc;
  color: white;
}

.dp-next:hover,
.dp-next:focus {
  background: #75bcfc;
  color: white;
}

.dp-prev:hover,
.dp-prev:focus {
  background: #75bcfc;
  color: white;
}

.dp-cal-month:focus,
.dp-cal-month:hover {
  background: #75bcfc;
  color: white;
}

.dp-cal-year:hover,
.dp-cal-year:focus {
  background: #75bcfc;
  color: white;
}

.dp-col-header,
.dp-day {
  width: 14.28571429%;
  display: inline-block;
  padding: 8px;
  text-align: center;
}

.dp-col-header {
  color: #aaa;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  padding: 8px 0;
}

.dp-month {
  width: 33%;
  display: inline-block;
  padding: 8px;
}

.dp-year {
  display: block;
  padding: 8px 40px;
}

.dp-edge-day {
  color: #aaa;
}

.dp-day:hover,
.dp-month:hover,
.dp-year:hover {
  outline: none;
  background: #75bcfc;
  color: white;
}

.dp-current {
  outline: none;
  background: #75bcfc;
  color: white;
}

.dp-current:focus {
  outline: none;
  background: #75bcfc;
  color: white;
}

.dp-day:focus,
.dp-month:focus,
.dp-year:focus {
  outline: none;
  background: #75bcfc;
  color: white;
}

.dp-selected {
  background: #3b99fc;
  color: #fff;
}

.dp-selected:hover,
.dp-selected:focus {
  background: #3b99fc;
  color: #fff;
}

.dp-day-disabled {
  background: transparent;
  color: #ddd;
}

.dp-day-disabled:focus,
.dp-day-disabled:hover {
  background: #ddd;
}

.dp-focuser {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
}

/* Responsive overrides */
@media (max-width: 480px), (max-height: 480px) {
  .dp-modal .dp {
    font-size: 0.9em;
    width: auto;
    width: 100%;
  }

  .dp-day-of-week,
  .dp-day {
    padding: 8px;
  }
}

@keyframes slide-up {
  0% {
    transform: translate(-50%, 100%);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 600px) {
  .img {
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  .menu li,
  .spacer {
    display: none !important;
  }
  .menu .active li {
    display: block !important;
    width: 100%;
    float: none;
    text-align: center;
  }
  .menu .active li.toggle-menu {
  }
  .menu li.right,
  .menu li.toggle-menu {
    display: inline-block !important;
  }
  [class*="col-"] {
    display: block;
    width: 100% !important;
  }
  .row {
    display: block;
  }
}

.validate .row {
  margin: 0 -15px !important;
}
input[type="checkbox"] {
  display: inline;
  margin-right: 5px;
  width: auto !important;
}
.validate input[type="checkbox"] ~ label {
  display: inline;
  font-size: 10px;
  padding: 2px 0;
  vertical-align: bottom;
}
input[type="radio"] {
  display: inline;
}
.info_box {
  display: none;
}
.policy-label {
  max-width: 90%;
}
.toggle-menu {
  display: none !important;
  padding: 15px;
  margin: 15px;
  width: auto !important;
}
#info_upn_nalog {
  display: none;
}
.toggle-menu::after {
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: url(../img/menu.png);
  background-size: contain;
}
.toggle-menu.close::after {
  background: url(../img/close.png);
  background-size: contain;
}
.toggle-menu.close {
}

.toggle-menu:hover {
  cursor: pointer;
}
.menu {
  position: relative;
  z-index: 50000;
}
.input_2 {
  font-size: 12px;
  color: #000000;
  border: 1px #ccc solid !important;
  background-color: #fafafa;
  border-radius: 5px;
  padding: 8px 10px !important;
}

.validate .row {
  margin: 0;
}

.canceled {
  opacity: 0.5;
}
.refund {
  opacity: 0.5;
  background: black;
}

.limited-event-list {
  text-align: left;
  margin: 10px;
  background: #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.limited-event-list span {
  padding: 10px;
  display: inline-block;
}
.live-link {
  background: green;
  padding: 10px;
  float: right;
}
.list-link {
  background: grey;
  padding: 10px;
  float: right;
}
.live-link:hover {
  background: darkgreen;
}
.list-link:hover {
  background: rgb(65, 65, 65);
}

.card-payment {
  display: block;
  max-width: 800px;
  padding: 20px;
  background: #fafafa;
  margin: 10px 0;
  border-radius: 4px;
}
#card-element iframe {
  padding: 10px;
  background: white;
  border-radius: 4px;
}

.broken {
  background-color: red !important;
  cursor: pointer;
}
