body {
    font-family: 'Poppins', Arial, sans-serif;
}

#container {
    width: 100%;
    text-align: center;
    font-size: large;
    color: #fff;
    background-color: #f99d1c;
}

#containerNap {
    width: 1024px;
    text-align: center;
    font-size: medium;
    color: #000;
    background-color: #fff;
    margin:0 auto;
}

#containerDivPod {
    width: 100%;
    text-align: left;
    font-size: medium;
    color: #000;
    background-color: #fff;
}

#header {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

#image {
    width: 100%;
    text-align: center;
}

#login {
    width: 100%;
    text-align: center;
}

#form {
    text-align: left;
    width: 30%;
    display: inline-block;
}

label {
    margin-top: 10px;
    width: 100%;
    color: #305A6F;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #F5F5F5;
    border: 0px;
    height: 60px;
    border-radius: 6px;
}

.margin-top {
    margin-top: 10px;
}

.button {
    background-color: #00bce4;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    border-radius: 6px;
    width: 100%;
    height: 60px;
}

a {
    color: #00bce4;
    text-decoration: none;
}

#naslov {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 48px;
}

.err {
    text-align: left;
    width: 100%;
    display: inline-block;
    border-color: red;
}

.svetlo-modra{
    color: #00bce4;
}

.temno-modra{
    color: #00314a;
}

#divSkrij{
    display: none;
    text-align: center;
}

#table_main{
    width: 100%;
    font-size: small;
    border: 0;
    border-collapse: collapse;
}
#table_main th, #table_main td, #table_main tr{
    border: 0;
}

#table_main th{
    background-color: #f99d1c;
    padding: 4px;
}

#table_main td{
    padding: 4px;
}

.thHead{
    background-color: #ffffff !important;
    font-size: medium;
}

#table_main tr:nth-child(even) {background-color: #f2f2f2;}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Poppins', Arial, sans-serif;
}