﻿/* SKRIJE VSE KAJ NI NAMENJENO TISKANJU */
.printDisplayNone
{
    display:none;
    visibility:hidden;
}

    /* TO JE ZA KLEPET V ŽIVO */
    div.zopim {
        display: none;
        visibility: hidden;
    }
/* SKRIJE VSE KAJ NI NAMENJENO TISKANJU */

/* PONASTAVI BARVE IN OBROBE TABELE ZA TISKANJE */
h2.mainH
{
    color:Black;
}

#displayLicences
{
    border:1px solid #000;
    border-collapse:collapse;
}

#displayLicences tr
{
    color:#1e1e1e;
}

#displayLicences td, th
{
    border:1px solid #000;
    white-space:nowrap;
}

#displayLicences th
{
    border-top-width:2px;
    border-bottom-width:2px;
}

#displayLicences th:first-child
{
    border-left-width:2px;
}

#displayLicences th:last-child
{
    border-right-width:2px;
}

.custom-upload-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #337ab7;
    color: red;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}
/* PONASTAVI BARVE IN OBROBE TABELE ZA TISKANJE */
