﻿html, body {
    height: 100%;
    font-family: 'Roboto Condensed';
    font-size: 0.875rem; /*povozimo bootstrap default 1rem*/
}

/* pt-sans-narrow-regular - latin */
/* pt-sans-narrow-regular - latin-ext_latin */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/pt-sans-narrow-v12-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('fonts/pt-sans-narrow-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/pt-sans-narrow-v12-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/pt-sans-narrow-v12-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/pt-sans-narrow-v12-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/pt-sans-narrow-v12-latin-ext_latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}


/* roboto-condensed-regular - latin-ext_latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-condensed-v19-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('fonts/roboto-condensed-v19-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v19-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v19-latin-ext_latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

.fa-book:hover {
    transform: rotate(360deg);
    transition: all 3s;
}

dd {
    margin-bottom: 0px;
}

.table td {
    padding: 0.25rem;
}

.custom-file-label::after {
    content: "Brskaj" !important;
}