﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
    color: #BEFF21;
}

a:hover {
    color: #A1BD1D;
}

.btn-primary {
    font-weight: bold;
    color: #000;
    background-color: #BEFF21;
    border-color: #BEFF21;
}

.btn-primary:hover {
    font-weight: bold;
    color: #000;
    background-color: #A1BD1D;
    border-color: #A1BD1D;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #BEFF21;
    border-color: #BEFF21;
}

.free-count {
    color: #BEFF21;
}

.not-free-count {
    color: red;
}

.border-drzkoryti {
    border-color: #E5097F !important;
}

.highlighted {
    color: #BEFF21;
}

html {
  font-size: 14px;  
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

h2 {
    text-align: center;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    color: #FFFFFF;
    margin-bottom: 60px;
    background: #000000 url(../img/DrzkorytiBackground.jpg) no-repeat fixed center;
    background-size: contain;
    background-color: #000000;
}

.registration-success {
    background-image: url(../img/DrzkorytiBackground_RegistrationSuccess.png);
}

.error {
    background-image: url(../img/DrzkorytiBackground_Error.png);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

input.larger {
    width: 30px;
    height: 30px;
}

.modal-title {
    color: #000000;
}

.modal-body {
    color: #000000;
}

.table {
    color: #ffffff;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}