button{
    background-color: #FC814A !important;
    color: white !important;
    font-weight: bold !important;
}

#username{
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: none !important;
}

#username:disabled{
    background-color: #e9ecef !important;
}
#user{
    font-weight: bold !important;
    padding-right: 30px !important;
    margin: 0 !important;
    margin-top: 10px !important;
}
#uporabnikAdmin{
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: smaller !important;
    color: #96939B !important;
}
nav{
    height: 100%;
    width: 150px;
    position: fixed;
    background-color: #e8e8e8;
    cursor: default;
    font-weight: bold;
}

nav > header{
    width: 100%;
    padding: 5px;
    text-align: center;
    background-color: #564256;
    color:white;
}

nav > ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

nav > ul > li{
    width: 100%;
    padding: 5px;
    text-align: left;
    cursor: pointer;
}

nav > ul > li:hover{
    background: #96939B;
    animation-name: test;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

nav > ul > ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #FC814A;
    color: white;
}

nav > ul > ul > li{
    width: 100%;
    padding: 5px;
    padding-left: 30px;
    text-align: left;
    cursor: pointer;
}

nav > ul > ul > li:hover{
    background: #be5b2c;
    animation-name: test;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul > .danger:hover{
    background-color: #FC814A;
    color:white;
}

@keyframes test {
    from {width: 150px;}
    to {width: 160px;}
}


nav > footer{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px;
    text-align: center;
    color:white;
    background-color: #564256;
}

#Vsebina{
    margin-left: 150px;
    padding: 20px;
    padding-top: 0 !important;
}

.dodaj{
    border: 0;
    margin-bottom: 5px;
    background-color: #FC814A;
    border-radius: 5px;
    color: white;
    font-weight: bolder;
    min-height: 60px;
    min-width: 150px;
    font-size: x-large;
}

.iskanje{
    background-color: #FC814A;
    border: 0;
    border-radius: 5px;
    width: 25px;
    color: white;   
    margin-left: 5px;
}

th{
    background-color: #564256 !important;
    color: white !important;
}

td > button{
    border: 0;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #FC814A;
    border-radius: 5px;
    color: white;
    width: 50px;
    font-weight: normal !important;
}

label{
    width: 125px !important;
    text-align: left !important;
    margin: 0 !important;
    margin-right: 10px !important;
    margin-bottom: 5px !important;
    font-weight: bold !important;
    border-radius: 5px;
    padding: 7px;
}

#obrazecContainer{
    max-width: 600px;
    margin: auto;
}

#obrazecPotrdi{
    background-color: #be5b2c;
    border: 0;
    border-radius: 5px;
    color: white;
    font-weight: bolder;
    min-height: 40px;
    min-width: 150px;
    font-size: x-large;
}

#obrazecPonastavi{
    background-color: #FC814A;
    border: 0;
    border-radius: 5px;
    color: white;
    font-weight: bolder;
    min-height: 40px;
    min-width: 150px;
    font-size: x-large;
    margin-right: 10px;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

input::placeholder{
    color: #dbd4d4 !important;
}

#login{
    background-color: #FC814A;
    color: white;
    font-weight: bold;
}

#StNamestitev{
    height: 200px;
    width: 200px;
    background-color: #e8e8e8;
    border-radius: 5px;
}

#StNamestitev :nth-child(1){
    font-weight: bolder;
    font-size:50px;
}

#StNamestitev :nth-child(2){
    font-weight: bold;
    font-size:30px;
}
