/* CSS Document */

.d-none {
  display: none;
}

.image.fit.cert {
    display: block;
    margin: auto !important;
    width: 25% !important;
}

/* main.css changes begin */
ul.pagination li:first-child {
  padding-right: 0 !important; }
ul.pagination li:last-child {
  padding-left: 0 !important; }
ul p {
  padding-left: 0.5em; }
/* main.css changes end */

ul.pagination > li {
  cursor: pointer;
}

.red {
  color: orangered !important;
}

.zelena {
  color: green !important;
}

/* prettyPhoto changes begin*/
div.pp_pic_holder a { border-bottom:none !important; }
/* prettyPhoto changes end*/

ul.bbottom {
    border-bottom: solid 1px rgba(210, 215, 217, 0.75);
    padding-bottom: 0.5em;
}
.kalendar-link {
    border-bottom: none;
    color: #ffffff !important;
}

.mb-05 {
    margin-bottom: 0.5em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mt-05 {
    margin-top: 0.5em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-5 {
    margin-top: 5em;
}

.font-small {
    font-size: small;
}

.td-v-center {
    vertical-align: middle;
}

.single-line {
    white-space: nowrap;
}

.td-all-center, .all-center {
    text-align: center;
    text-align: -webkit-center;
    vertical-align: middle;
}

ul.kontakt li {
  border-top: none;
  margin: 0;
}

.do-bloku {
  text-align: justify;
}

.p-l-05 {
  padding-left: 0.5em;
}

.p-l-1 {
  padding-left: 1em;
}

.p-r-05 {
  padding-left: 0.5em;
}

.p-r-1 {
  padding-left: 1em;
}

/* VALIDATOR */
input.validate-error, input.validate-success {
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

input.validate-success  {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    border-color: var(--green);
}

input.validate-error {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B81111'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23B81111' stroke='none'/%3E%3C/svg%3E");
    border-color: var(--error-color);
}

input.validate-success:focus {
    border-color: var(--success-color);
    box-shadow: 0 0 0 .25rem #19875440;
}

input.validate-error:focus {
    border-color: var(--error-color);
    box-shadow: 0 0 0 .25rem #dc354540;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: rgb(114, 28, 36);
    background-color: rgb(248, 215, 218);
    border-color: rgb(245, 198, 203);
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-spe {
    color: #ff9933 !important;
    background-color: rgba(245, 106, 106, 0.05);
    border-color: #ff9933;
}

.alert-special {
    font-size: 1.1em;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    line-height: 1.5;
    margin: 3em 0 3em 0;
}

.alert-none, .sem-none, .el-hide {
    display: none;
}

.alert-block, .sem-block {
    display: block;
}
.maxwidth {
  max-width: 100% !important;
}
.image.fit.smaller img {
  width: 60%; }
  @media screen and (max-width: 736px) {
    .image.fit.smaller img {
            max-width: 100%;
    }
  }
span.frac {
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
}
span.frac > sup, span.frac > sub {
  display: block;
  font: inherit;
  padding: 0 0.3em;
}
span.frac > sup {border-bottom: 0.08em solid;}
span.frac > span {display: none;}

