#dropdown_sif_zup{
    width: 100%;
}
#dropdown_sif_opc{
    width: 100%;
}
#dropdown_sif_nas{
    width: 100%;
}
#dropdown_sif_uli{
    width: 100%;
}
#dropdown_uredaj{
    width: 100%;
}
.modal {
    text-align: center;
    background-color: white;
    color: red;
    opacity:0.5 !important;
}
.modal h1,h2{
    font-weight: bold;
}
#analitika {
    border: 1px solid #bce8f1;
}

#analitika td {
    border: 1px solid #bce8f1;
    text-align:center;
    background-color: white;
    height: 1px;
}
.progress{
    background-color: #bce8f1;
}
.progress-bar{
    color: black;
}
td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}
