body, div, p, input, button {
	font-family: "IBM Plex Sans Condensed", Arial, sans-serif;	
	font-size: 16px;
}
body {
	margin: 0;
}
table {
	font-size: 15px;
	color: #555;
}
#userTable {
    display: none;
    clear: both;
    padding: 3em 0;
}
.loader {
    border: 6px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.table-container {
    position: relative;
}
.btn-povratak {
    text-align: center;
    margin-bottom: 2em;
}

.btn-povratak a {
    text-decoration: none;
}
.popis-odjela {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.popis-odjela li {
width: 33%;
}
.popis-odjela a {
    padding: 1rem;
    display: block;
    margin: .5rem;
    text-decoration: none;
    text-align: center;
    color: #000;
    background: #f2f2f2;
    transition: all ease .5s;
     border: solid 1px #f2f2f2;
	border-radius: 4px;
}
.popis-odjela a:hover {
background: #ecfcff;
   transition: all ease .5s;
   border: solid 1px #000;
}

.search-container {
    margin: 0 auto;
    background-color: #0a3e6a;
    color: #fff;
    padding: 40px;
    text-align: center;
	margin-bottom: 3em;
	border-radius: 10px;
}
input#brojpotvrde {
    padding: 0;
    border-radius: 7px;
    border: none;
    height: 45px;
    width: 100%;
    line-height: 45px;
    max-width: 360px;
    text-align: center;
}
input[type="submit"],
.btn-povratak a button {
    padding: 0;
    border-radius: 8px;
    width: 100%;
    background-image: linear-gradient(135deg, rgba(0,91,172,1) 0%, rgba(22,156,255,1) 100%);
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    max-width: 360px;
    margin-top: 10px;
	cursor: pointer;
	
}
form.search-form {
    max-width: 370px;
    margin: auto;
}
h1 {
    font-weight: bold;
    font-size: 27px;
    margin: 0 0 1em;
}
h2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 1em;
}
.search-container ul {
    list-style: none;
    padding: 0;
    max-width: 300px;
    margin: 2em auto 0;
    text-align: left;
    border: 1px solid #fff;
    padding: 30px;
    border-radius: 10px;
    font-size: 18px;
}
.search-container li {
    margin: 10px 0;
}


@media (max-width: 767px) {
	.popis-odjela li {
		width: 100%;
	}
}