﻿* {
    box-sizing: border-box;
}

body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
}

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;
}

span input {
    height:auto;
}

input {
    border: 1px solid #b9b9b9;
    padding: 0 7px;
    height: 36px;
    border-radius: 3px;
}

input:focus {
    border: 1px solid #5897fb;
}

input[type="radio"] {
    vertical-align:middle;
}

input[type="checkbox"] {
    vertical-align:middle;
}

input[type="image"] {
    border:0px;
    padding:0;
    height:auto;
    border-radius:initial;
}

input[type="text"] {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 8px 0px 8px; 
    height:36px;
}

li {
    list-style-image: url("slike/bi_icon16.png");
    padding: 0px 8px 0px 12px;
}

.stolpci {
}

.input_text {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 8px 0px 8px;
    height: 36px;
}

textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px; 
    border:1px solid #b9b9b9;
    border-radius:3px
}

textarea:focus {
    border: 1px solid #5897fb;
}

input[type="password"] {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 8px 0px 8px;
    height:36px;
}

input[type="submit"] {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height:initial;
    min-height: 36px;
    width:auto;
    padding: 4px 24px;
}

input[type="button"] {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height:initial;
    min-height: 36px;
    width:auto;
    margin:initial;
    padding: 4px 24px;
}

input[type="file"] {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    border:0px;
    padding:0px;
    height:36px;
    border-radius:0px;
}

select[size="1"] {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    height:24px;
}

select:not(.listbox) {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 8px 0px 8px;
    height: 36px;
    border: 1px solid #b9b9b9;
    padding: 0 7px;
    height: 36px;
    border-radius: 3px;
}

label {
    font-size: 16px;
}

td label {
    font-weight:bold;
}

table {
    border-collapse: collapse;
}

th {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 2px 8px 2px 8px;
}

td {
    padding: 2px 8px 2px 8px;
}

.fv {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .fv td {
        padding: 0px;
    }

.mf {
}
    .mf td {
        padding: 2px 8px 2px 8px;
    }

.tv td {
    padding: 0px 0px 0px 4px;
    border: 0px solid black;
    margin: 0px 0px 0px 0px;
}

.tv table {
    padding: 0px 0px 0px 0px;
    border: 0px solid black;
    margin: -4px 0px 0px 0px;
}

.td_autofit {
    width:1%; white-space:nowrap;
}

.validator {
    padding-left: 8px;
    color: red;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.listbox {
    display:block;
    position:absolute;
    z-index:100;
    float:left;
    clear:none;
}

select.listbox {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 8px 0px 8px;
}

.listbox_right {
    display:block;
    position:absolute;
    z-index:101;
    right:0px;
    margin-top:4px;
    padding: 5px 5px 5px 5px;
    clear:none;
    background-color: #ebe4dc;
    border: 2px solid black;
}

.najdi_text {
    vertical-align:top;
    line-height:18px;
    height:18px;
    display:inline-block;
}

.margin_padding_zero {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-spacing: 0px 0px;
}

.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;
}

.sort_asc_lv {
    background-image: url(slike/sort_asc.png); 
    background-position:right center; 
    background-repeat:no-repeat; 
    background-attachment:scroll;
    padding-right:24px;
}

.sort_desc_lv {
    background-image: url(slike/sort_desc.png); 
    background-position:right center; 
    background-repeat:no-repeat; 
    background-attachment:scroll;
    padding-right:24px;
}

.tabela_glava {
    border-top: 3px solid lightgray; 
    border-bottom: 2px solid lightgray;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

.tabela_noga {
    border-top: 1px solid lightgray; 
    border-bottom: 1px solid lightgray;
    font-weight: normal;
    color: black;
}

.table_padding_left_right {
    padding-left: 6px;
    padding-right: 16px;
}

.action_button {
    margin-right: 16px;
    margin-top: 6px;
}

.tiskanje_noga {
    display: block;
    position: fixed;
    border-bottom: 0cm;
}

.tr_edit {
    border-left: 4px solid green;
}

.tr_insert {
    border-left: 4px solid orange;
}

.sm_box_right {
    float: right; 
    clear: right; 
    margin-top: 12px; 
    padding:6px; 
    background-color: white; 
    border-radius: 6px; 
    border: 1px solid black;
}

.status_float_right {
    float:right; 
    clear:right;
    padding:6px; 
    background-color: white; 
    border-radius: 6px; 
    border: 1px solid black;
}

.radio label {
    font-weight: normal;
}

.opomba {
    font-size:smaller;
}

.obvezno {
    color:darkred;
}

.obvezno_pp {
    color:darkgreen;
}

.box_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px; 
    background-color: white; 
    border-radius: 6px; 
    border: 1px solid black;
    text-align: center;
}

.slika_centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index:90;
}

.slika_naslednji {
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    z-index:110;
    opacity: 0.7;
}

.slika_prejsnji {
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    z-index:111;
    opacity: 0.7;
}

.slika_podatki {
    font-size: x-small;
}

.ui-datepicker-trigger {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.noga {
    background-color: #e1b52f;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 12px;
    text-align: center;
    width: 100%;
}

.noga a {
    color: white;
    text-decoration:none;
}

.noga a:hover {
    color: #623e3e;
}

.sticky {
    position: sticky;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1050;
}

.telo {
    width:800px; 
    margin:auto;
}

.okvir {
    padding: 10px; 
    background-color: white; 
    border-radius: 6px; 
    border: 1px solid black;
    margin: 6px;
}

.glava {
    background-color: #e1b52f;
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    left: 0px;
    z-index: 90;
}

    .glava a {
        color: white;
        text-decoration: none;
    }
    .glava a:hover {
        color: #623e3e;
    }

.akcija {
    width: 100%;
    top: 35px;
    left: 0px;
    right: 0px;
    padding: 6px;
    margin-top: -58px;
    margin-left: 0px;
    margin-right: 0px;
}

.akcija2 {
    width: 100%;
    top: 35px;
    left: 0px;
    right: 0px;
    padding: 6px;
    margin-top: -60px;
    margin-left: 0px;
    margin-right: 0px;
}

.nogafix {
    position:fixed;
    bottom:0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 20%;
    overflow-y: auto;
    z-index: 50;
    padding: 6px;
    background-color: white;
}

.crta_pod_naslovom {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 133%;
    font-weight: bold;
    color: #912e00;
    margin-top: 6px;
    margin-bottom: 4px;
}

.normal10 {
    font-size: 83%;
    font-weight: normal;
}

.slika_vrstica {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 4px 0px;
}

.tr_wizard_sp {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 4px solid darkgreen;
    border-bottom: 4px solid darkgreen;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

[class*="col-"] {
    float: left;
    padding: 15px;
    z-index: 10;
}

.row {
    margin: 0px 0px 0px 8px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}


@media only screen and (min-width: 768px) {
    /* For tablet: */
    .col-t-1 {width: 25%;}
    .col-t-2 {width: 33.33%;}
    .col-t-3 {width: 50%;}
    .col-t-4 {width: 100%;}
}

@media only screen and (min-width: 1200px) {
    /* For desktop: */
    .col-1 {width: 25%;}
    .col-2 {width: 33.33%;}
    .col-3 {width: 50%;}
    .col-4 {width: 100%;}
}
.ui-autocomplete-loading {
    background: white url("slike/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete {
    max-height: 216px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu {
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu-item {
    overflow-y: hidden;
    overflow-x: hidden;
}

.ui-menu-item-wrapper {
    overflow-y: hidden;
    overflow-x: hidden;
}