﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
	color: #0366d6;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
	font-family: "Open Sans", sans-serif;
	background: #e8e5c0 url("../images/bg-sprite.png") repeat-x 0 -320px;
}

.footer {
	overflow: auto;
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 60px; /* Vertically center the text there */
	padding: 30px 0 40px 0;
	color: #555;
	text-align: center;
}

body > .container {
	margin-top: 20px;
	margin-bottom: 130px;
}

main {
	position: relative;
	padding: 20px;
	background: #fff url("../images/content_bg.png") repeat-y right top;
}

.main-shadow {
	background: url("../images/footer_bg.png") no-repeat center top;
	/*	background-size: cover;*/
	height: 9px;
}

.wrapper {
	border: 12px solid rgba(255, 255, 255, 0.33);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.title-text {
	font-size: 32px;
	color: white;
}

	.title-text:hover {
		color: antiquewhite;
		text-decoration: none;
	}

@media (min-width: 992px) {
	.prijavni-list {
		display: grid;
		align-items: end;
		grid-auto-columns: 1fr;
	}

	.select2-container .wrap.select2-selection--single .select2-selection__rendered {
		word-wrap: break-word;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.documents-status {
	display: grid;
	grid-template-columns: auto min-content;
	align-items: center;
}

.kandidat-id {
	margin: 0;
}

.button-pdf {
	margin-bottom: 20px;
}

.status-background {
	padding: 1rem;
	margin: 0.5rem;
	/*white-space: nowrap;*/
}

.form-group, .form-check, .form-row {
	margin: 1rem;
}

@media (max-width: 991.98px) {
	.select2 {
		width: 100% !important;
	}
}

.semafor {
	text-align: center;
	vertical-align: middle !important;
}

span.netacno {
	color: red;
}

span.tacno {
	color: green;
}

span.uplatnica {
	background-color: white;
	padding: 5px;
	border-color: black;
	border-style: solid;
}

span.multiline-error {
	white-space: pre-line;
}

.blink::after {
	width: 22px;
	height: 22px;
	background: #e10006;
	content: "";
	display: inline-block;
	border-radius: 100%;
	margin-left: 10px;
	-webkit-box-shadow: 0 0 0 0 #000;
	box-shadow: 0 0 0 0 #000;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	from {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 6, 0.7);
		box-shadow: 0 0 0 0 rgba(255, 0, 6, 0.7);
	}

	70% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-box-shadow: 0 0 0 10px rgba(255, 0, 6, 0);
		box-shadow: 0 0 0 10px rgba(255, 0, 6, 0);
	}

	to {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 6, 0);
		box-shadow: 0 0 0 0 rgba(255, 0, 6, 0);
	}
}
