#login-wrapper {
  width: 100%;
  text-align: center;
  padding-top: 100px; }
  #login-wrapper form {
    padding: 20px; }
  #login-wrapper input {
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }
  #login-wrapper .submit {
    height: 40px;
    width: 50%;
    background-color: #001514;
    color: #FBFFFE;
    font-size: 22px;
    border: none;
    border-radius: 4px; }

.datepicker-wrapper {
  width: 100%;
  text-align: center; }

#terminDate {
  background-image: url("/images/koledar.png");
  background-size: 200px 30px;
  color: transparent;
  height: 30px;
  width: 200px;
  border: 0px;
  border-radius: 5px; }

.termin-item {
  margin: 10px;
  border-radius: 10px;
  background-color: #001514;
  color: #FBFFFE;
  display: flex;
  flex-flow: row wrap;
  text-align: center; }
  .termin-item > * {
    width: 50%; }
  .termin-item .termin-info {
    background-color: #17a2b82b;
    width: 48%;
    border-radius: 5px;
    padding-top: 5px;
    height: 25px;
    margin-top: 10px; }
    .termin-item .termin-info button {
      background-color: transparent;
      border: 0;
      color: #FBFFFE; }
  .termin-item a {
    color: #FBFFFE;
    font-style: normal;
    text-decoration: none; }
  .termin-item .termin-action-wrapper {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%; }
  .termin-item .termin-action {
    background-color: #3CB371;
    border-radius: 5px;
    padding: 5px;
    margin-top: 30px; }
    .termin-item .termin-action button {
      background-color: transparent;
      border: 0;
      color: #FBFFFE; }
  .termin-item .termin-checkout {
    background-color: #EE342A; }
  .termin-item .termin-counter-bar {
    background-color: #FBFFFE;
    height: 10px;
    border-radius: 3px;
    margin: 10px; }
    .termin-item .termin-counter-bar .active-counter {
      border-radius: 3px;
      height: 10px; }
    .termin-item .termin-counter-bar .green-bg {
      background-color: #3CB371; }
    .termin-item .termin-counter-bar .yellow-bg {
      background-color: #E6AF2E; }
    .termin-item .termin-counter-bar .red-bg {
      background-color: #EE342A; }

.termin-alert-wrapper, .termin-users-wrapper {
  overflow: hidden;
  position: fixed;
  height: 120%;
  width: 100%;
  background-color: rgba(86, 86, 86, 0.6);
  top: 0;
  display: none; }

.termin-alert-container {
  position: absolute;
  width: 80%;
  height: 200px;
  text-align: center;
  left: 50%;
  top: 100px; }
  .termin-alert-container .termin-alert-bg-cyan {
    background-color: #17a2b8; }
  .termin-alert-container .termin-alert-content {
    color: #FBFFFE;
    position: relative;
    background-color: #EE342A;
    left: -50%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    opacity: 1; }
    .termin-alert-container .termin-alert-content .terminInfoList {
      list-style: none;
      text-align: left; }
      .termin-alert-container .termin-alert-content .terminInfoList .btn-checkout {
        margin-left: 10px;}
      .termin-alert-container .termin-alert-content .terminInfoList .btn-checkout img {
        position: relative;
        top: 3px;
        width: 16px;
      }
      .termin-alert-container .termin-alert-content .terminInfoList li {
        padding-bottom: 5px;
      }
    .termin-alert-container .termin-alert-content .termin-logs {
      text-decoration: line-through; }
  .termin-alert-container h2 {
    font-size: 28px; }
  .termin-alert-container button {
    margin-top: 20px;
    font-size: 18px;
    background-color: #FBFFFE;
    color: #001514;
    border: 0;
    border-radius: 5px;
    height: 30px; }
  .termin-alert-container p {
    font-size: 16px; }

.termin-empty-list {
  text-align: center;
  color: grey; }

.termin-canceled {
  position: absolute;
  text-align: center;
  width: 95%;
  height: 107px;
  background-color: rgba(138, 138, 138, 0.7);
  padding-top: 20px;
  border-radius: 10px; }

.error-wrapper {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 30%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #EE342A;
  border-radius: 5px;
  color: #FBFFFE; }

.user-info-wrapper {
  margin-top: -10px; }

.user-data {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0;
  background-color: #f2f2f2;
  border-bottom: 10px solid #eaeaea;
  color: grey; }
  .user-data .user-fullname {
    font-size: 32px; }
  .user-data .user-picture img {
    width: 50px; }

.user-visits {
  text-align: center;
  padding-top: 10px; }
  .user-visits #user-month-select {
    height: 35px; }
  .user-visits h3, .user-visits h4 {
    margin: 0 !important; }

.visit-info {
  padding-top: 0 !important;
  margin-top: 0 !important;
  height: auto !important;
  width: 50% !important;
  border-radius: 10px; }
  .visit-info button {
    padding-top: 15px; }

.termin-empty-alert {
  text-align: center;
  margin-top: 10px;
  background-color: #777777;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  color: white; }

.payment-status {
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  color: white; }
  .payment-status .payment-paid {
    background-color: #3CB371;
    border-radius: 4px; }
  .payment-status .payment-unpaid {
    background-color: #EE342A;
    border-radius: 4px; }
  .payment-status .payment-zero {
    background-color: grey;
    border-radius: 4px; }

.article-wrapper {
  background-color: #001514;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  border-radius: 15px;
  color: white; }
  .article-wrapper .article-title {
    font-size: 18px; }
  .article-wrapper .article-content {
    background-color: grey;
    padding: 10px;
    border-radius: 10px;
    white-space: pre-line }
  .article-wrapper a {
    color: red; }

body {
  padding: 0px;
  margin: 0px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: #FBFFFE; }

.wrapper {
  display: inline-flex;
  padding: 20px;
  background-color: #001514; }

.navigation-wrapper {
  padding: 0;
  width: 100%;
  overflow: hidden; }
  .navigation-wrapper a {
    float: left;
    display: block;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    color: #FBFFFE;
    padding-right: 10px; }

#navigation-wrapper {
  position: fixed;
  min-height: 60px; }
  #navigation-wrapper .logo-wrapper {
    display: inline-flex; }
  #navigation-wrapper .logo-image {
    height: 30px;
    margin-top: 20px;
    margin-left: 15px; }
  #navigation-wrapper .logo-name {
    color: #FBFFFE;
    padding-left: 5px; }
  #navigation-wrapper ul li {
    list-style: none; }
  #navigation-wrapper .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    line-height: 2;
    font-size: 36px;
    color: #EE342A; }
  #navigation-wrapper .logout {
    background-color: red;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px; }
  #navigation-wrapper #nav-list {
    display: none; }
    #navigation-wrapper #nav-list li {
      margin-bottom: 10px;
      line-height: 2; }

.content-wrapper {
  padding-top: 80px;
  max-width: 800px; }

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

.popup {
  width: 80%;
  padding: 15px;
  left: 0;
  margin-left: 5%;
  border: 1px solid rgb(1,82,73);
  border-radius: 10px;
  color: rgb(1,82,73);
  background: white;
  position: absolute;
  top: 15%;
  box-shadow: 5px 5px 5px #000;
  z-index: 10001;
  font-weight: 700;
  text-align: center;
}

.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.85);
  z-index: 10000;
  display: none;
}

@media (min-width: 768px) {
  .popup {
    width: 66.66666666%;
    margin-left: 16.666666%;
  }
}
@media (min-width: 992px) {
  .popup {
    width: 80%;
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .popup {
    width: 33.33333%;
    margin-left: 33.33333%;
  }
}

.dialog-btn {
  background-color:#44B78B;
  color: white;
  font-weight: 700;
  border: 1px solid #44B78B;
  border-radius: 10px;
  height: 30px;
  width: 30%;
  margin-right: 5px;
}
.dialog-btn:hover {
  background-color:#015249;
  cursor: pointer;
}

.dayString {
  color: grey;
  text-align: center;
  font-size: 22px;
}

.terminHour{
  font-size:22px;
  margin-top: 15px;
}

.newsH2 {
  text-align: center;
}

.btn-cancel {
  background-color: red;
  border-color: red;
}

.full-width {
  width: 100% !important;
}

.pregledTable {
  border: 1px solid black;
  border-collapse: collapse;
}
.pregledTable td {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid grey;
}

.red {
  background-color: #f3acac;
}

.green {
  background-color: #44B78B;
}

.btn-prijavi {
  outline: none;
  background: black;
  color: white;
  border: none;
  cursor: pointer;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}

div.ui-datepicker {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  left: 5% !important;
  width: 90%;
}
@media (min-width: 768px) {
  .xdsoft_datepicker {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 600px !important;
    left: 5%;
  }
}

.termin-users-wrapper .termin-alert-container button.btn-confirm {
  margin-right: 10px;
  background-color: #44B78B;
}

.termin-users-wrapper .termin-alert-container button.btn-cancel {
  background-color:red;
}

#termin-users {
  min-width: 150px;
  max-width: 200px;
  min-height: 25px;
  font-size: 14px;
}

.termin-list-wrapper .termin-list-navigation {
  display: flex;
  justify-content: space-between;
  margin: 10px;
}

.termin-list-wrapper .termin-list-navigation a {
  color: red;
  font-size: 16px;
  font-weight: bold;
  margin: 1.3em 15px;
  text-decoration: none;
}

.termin-list-wrapper .termin-list-navigation a:visited {
  color: red;
}

.termin-list-wrapper .termin-list-navigation a.hidden{
  visibility: hidden;
}