﻿.sidebar {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    top:80px;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 16px;
}

    .sidebar a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 20px;
        color: #818181;
        display: block;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    padding: 0px 10px;
    overflow: hidden;
}
.leader {
    border: 1px solid;
    background-color: #E6E6E6;
    display: inline-block;
    width: 400px;
    margin: 2px;
    padding: 2px;
    background-repeat: no-repeat;
    height: 75px;
}

.pri {
    width: 40%;
    margin-left: 30%;
    margin-top: 5%;
}

@media screen and (max-width: 450px) {
    .pri {
        padding-top: 40%;
        width: 80%;
        margin-left: 10%;
    }

    .iframe {
        margin-top: 15%;
    }
}
.container mt-5 {
    float: right;
}
.container i {
    margin-left: -30px;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .sidebar {
        width: 40px; /* Nastavi želeno zoženo širino sidebar-a */
    }

        .sidebar a {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px; /* Poljubno prilagodite polnjenje */
            text-align: center;
        }

    .lbl {
        display: none; /* Skrij besedilo */
    }

    .iframe {
        padding-top: 15%;
        padding-right: 5%;
        height: 4000px;
        overflow-y: scroll;
    }
}

/*Skupina panel zgoraj nad tabelo*/
.btnPanel {
    width: 100%;
    background-color: #64615e;
    height: 40px;
    position: relative;
    float: left;
}
.ButtonDodaj {
    background-color: #97c294;
    text-align: center;
    font-weight: bold;
    border-radius: 25px;
    border-color: #447241;
    width: 100px;
    position: absolute;
    float: left;
    top: 5px;
    left: 20px;
    Color: #253e23;
    display: block;
}
.Filter {
    background-color: white;
    border-color: #080807;
    width: 200px;
    position: absolute;
    float: left;
    left: 150px;
    top: 5px;
    display: block;
}
.TipkaIskanje {
    height: 24px;
    width: 24px;
    position: absolute;
    float: left;
    left: 360px;
    top: 10px;
    display: block;
} 

.CboZaposleni{
    height: 24px;
    width: 100px;
    position: absolute;
    float: left;
    left: 400px;
    top: 10px;
    display: block;
}
.CboObdobje {
    height: 24px;
    width: 100px;
    position: absolute;
    float: left;
    left: 650px;
    top: 10px;
    display: block;
}
.btnNatisniEvidenca {
    height: 30px;
    width: 100px;
    border-radius: 5px;
    position: absolute;
    float: left;
    left: 900px;
    top: 5px;
    padding: 0px 10px 0px 25px;
    display: block;
    background: url(Images/Print_16x16.png) left 3px top 5px no-repeat #97c294;
    text-align: justify-all;
}
/*Konec Skupina panel zgoraj nad tabelo*/

.ButtonShrani {
    background-color: #97c294;
    text-align: center;
    font-weight: bold;
    border-radius: 25px;
    border-color: #447241;
    width: 100px;
    color: #253e23;
    display: block;
}

.ButtonGeslo {
    background-color: #97c294;
    text-align: center;
    font-weight: bold;
    border-radius: 25px;
    border-color: #447241;
    width: 150px;
    color: #253e23;
    display: block;
}

.Podjetje{
    margin-left:20px;
}
/*.centered-iframe {
    margin-top: 2%;
    margin-left: 30%;
    width: 80%;
    height: 100%;

}*/
.boxshadow {
    box-shadow: -1px 4px 26px 6px rgba(0,0,0,0.75);
    -webkit-box-shadow: -1px 4px 26px 6px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 26px 6px rgba(0,0,0,0.75);
}
.page-container > * {
    display: inline-block;
}

.iframe {
    padding-top: 8%;
    margin-left: 15%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 135px;
    right: 243px;
    width: 80%;
    height: 70%;
}


footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    padding: 10px;
    text-align: center;

    /*margin-top: 90px;
    background-color: #f2f2f2;
    padding: 10px;
    text-align: center;*/
}
#checkSobota,#checkNedelja{
   
}
#izbiraPoste1, #izbiraMesta, #izbiraDrzave, #izbiraStatusa, #izbiraSpola {
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
}
body {
    overflow-x: hidden;

}


.custom-table {
    width: 100%; 
    border-collapse: collapse;
    margin-bottom: 20px;
    

}

    .custom-table th, .custom-table td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .custom-table th {
        background-color: #f2f2f2;
    }
.GridalternateItemStyle {
    background-color: #d5d3d2;
    color: black;
    font-size: 12pt;
}

.GridHeaderStyle {
    background-color: #73726E;
    color: black;
    font-size: 12pt;
    font-weight: bold;
}

.loginBody {
    background-color: lightgray;
}




