<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.uppercase {
    text-transform: uppercase;
}

.nav-idented {
    padding-left: 40px !important;
}


.shortLength {
    width: 120px;
}

.hisnaSt {
    width: 30px;
    max-width: 30px;
}

.datoteka {
    padding-bottom: 20px;
}

.podrobnosti {
    background-color: #fafafa;
}

    .podrobnosti .table {
        background-color: #fafafa;
    }

.expandZahteva {
    cursor: pointer;
}

.date-narrow {
    width: 140px;
}

.zahtevaHeader {
    background-color: #eff4f8;
}

.error {
    color: #db2d43;
}

.podrobnostiPoizvedbe td {
    padding: 0px !important;
}

.fileUpload {
    position: relative;
    margin-bottom: 4px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .fileUpload .help-block {
        position: absolute;
        top: 2px;
        left: 95px;
        color: #db2d43;
    }

#strinjanje-error {
    color: #db2d43;
}

.checkbox input[type="checkbox"]:checked + span + label::after {
    font-family: 'Ajpesfont';
    line-height: 15px;
    content: "\ED6F";
}

/* ******************************* RESPONSIVE TABELE *********************************/
@media only screen and (max-width: 760px) {
    .table-rwd, .table-rwd thead, .table-rwd tbody, .table-rwd th, .table-rwd td, .table-rwd tr {
        display: block;
        border: none !important;
    }

        .table-rwd thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .table-rwd tr {
            border: 1px solid #ddd !important;
            margin-top: -1px;
        }

        .table-rwd td {
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 55% !important;
            text-align: left !important;
            display: none;
            min-height: 34px;
        }

        .table-rwd .show-details td {
            display: block;
        }

        .table-rwd td:before {
            position: absolute;
            left: 0px;
            width: 40%;
        }

        .table-rwd td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            padding-left: 10px;
        }


        .table-rwd td:first-child {
            padding-left: 10px !important;
            color: #3c99db;
            text-decoration: none;
            padding-right: 30px;
            cursor: pointer;
            display: block;
        }

        .table-rwd .show-details td:first-child {
            border-bottom: 1px solid #ddd !important;
        }

        .table-rwd td:first-child:hover,
        .table-rwd td:first-child:focus {
            color: #2071ab;
            text-decoration: underline;
        }

        .table-rwd td:first-child:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .table-rwd td:first-child:before {
            content: '';
        }

        .table-rwd td:first-child:after {
            top: 9px;
            right: 4px;
            height: 14px;
            width: 14px;
            display: block;
            position: absolute;
            color: #337ab7;
            border: 0px solid white;
            box-sizing: content-box;
            text-align: center;
            font-family: 'Glyphicons Halflings';
            font-size: 12px;
            line-height: 14px;
            content: '\e259';
        }

        .table-rwd .show-details td:first-child:after {
            content: '\e260';
        }

        .table-rwd div {
            display: inline;
        }
}
</pre></body></html>