@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');

body {
    background-color: #313131;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

h1{
    font-family:Quicksand;
}

h3{
    font-family:Quicksand;
    font-size: 4em;
}

h4{
    font-family:Quicksand;
    font-size: 5em;
}

h5{
    font-family:Quicksand;
    font-size: 4em;
    text-align: center;
    color: white;
}

.radnici{
    display:none;
}

.naslov{
    width:100%;
    margin:20px auto;
    padding:30px;
    position:center;
    background-color: #242424;
}

.img{
    margin:auto;
    width: 50%;
    padding:30px;
}

.radnik{
    width:80%;
    margin:20px auto;
    margin-left: 15%;
    padding:30px;
    position:relative;
    border-radius:10px;
}

.sektor{
    width:90%;
    margin:20px auto;
    margin-top: 50px;
    padding:30px;
    position:relative;
    border-radius:10px;
    background-color: #a3a3a3;
    border-left: 20px solid #242424;
}

.close{
    position:absolute;
    width:30px;
    height:30px;
    opacity:0.5;
    border-width:1px;
    border-style:solid;
    border-radius:50%;
    right:15px;
    top:25px;
    text-align:center;
    font-size:1.6em;
    cursor:pointer;
}

.Nepoznato
{
    background-color: #a3a3a3;
    border-left: 20px solid #242424;
}

.Prisutan
{
    background-color: #7acc88;
    border-left: 20px solid #2e4d33;
}

.SD
{
    background-color: #0099e5;
    border-left: 20px solid #004466;
}

.GO
{
    background-color: #0099e5;
    border-left: 20px solid #004466;
}

.Bolovanje
{
    background-color: #0099e5;
    border-left: 20px solid #004466;
}

.Teren
{
    background-color: #ac73e5;
    border-left: 20px solid #4c3366;
}

.Neplaćeno
{
    background-color: #e5a82e;
    border-left: 20px solid #664b14;
}

.Neopravdano
{
    background-color: #cc553d;
    border-left: 20px solid #4d2017;
}

.Odjavljen
{
    background-color: #ebebeb;
    border-left: 20px solid #6b6b6b;
}