﻿body {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 8px;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 8px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 8px;
}

input[type="text"] {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    height: 22px;
}

input[type="password"] {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    height: 22px;
}

input[type="email"] {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    height: 22px;
}

input[type="submit"] {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 16px;
    line-height: initial;
    height: auto;
    width: auto;
    padding: 4px;
}

input[type="button"] {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 16px;
    line-height: initial;
    height: auto;
    width: auto;
    margin: initial;
    padding: 4px;
}

input[type="file"] {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 16px;
    height: 24px;
}

select[size="1"] {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 16px;
    height: 24px;
}

select {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 16px;
}

label {
    font-size: 16px;
    font-weight: bold;
}

table {
    border-collapse: collapse;
}

th {
    font-size: 16px;
    font-weight: bold;
    padding: 2px 8px 2px 8px;
    text-align: left;
    position: -webkit-sticky; /* Safari */
    position: sticky; /* and other browsers */
    top: 0;
    background: white;
}

.box_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background-color: white;
    border-radius: 6px;
    border: 1px solid black;
    text-align: center;
}

.ui-datepicker-calendar th {
    position: initial;
}

td {
    padding: 2px 8px 2px 8px;
}

.validator {
    color: red;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tabela_glava {
    border-top: 3px solid lightgray;
    border-bottom: 2px solid lightgray;
    font-weight: bold;
}

.tabela_noga {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    font-weight: normal;
    color: black;
}

.sort_asc {
    background-image: url(slike/sort_asc.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-left: 6px;
}

.sort_desc {
    background-image: url(slike/sort_desc.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-left: 6px;
}

