body {
	background-color: #404040 !important;
}

#header {
	height: 180px;
	text-align: center;
	display: table;
	width: 100%;
	background-color: #831518;
	color: white;
}

#header h1 {
	display: table-cell;
	vertical-align: middle;
}

.bg-dark {
	background-color: black !important;
}

.nav-link {
	color: white !important;
	padding-right: 50px !important;
	font-weight: bold !important;
	font-size: 15px !important;
}

.navbar-nav {
	margin: 0 auto;
	text-align: center;
}

nav,
.navbar-nav {
	background-color: black !important;
	color: white !important;
}

#left {
	background-color: white;
}

img {
	vertical-align: initial !important;
}

#right {
	background-color: #fcedede8;
	border-left: 2px double black;
}

#infoheader {
	width: 100%;
	clear: both;
}

#infoheaderleft {
	width: 70%;
	float: left;
	text-align: left;
}

#infoheaderright {
	width: 30%;
	float: right;
	text-align: right;
}

.activeInfo {
	color: #A80909;
	font-weight: bold;
}

.inactiveInfo {
	color: black;
	font-weight: bold;
	color: gray;
}

.inactiveInfo~div,
.inactiveInfo~div a {
	color: lightgray;
	text-align: justify;
	font-size: 15px;
}

/*.inactiveInfoAll{
	color: lightgray;
}*/

/* #lab table tr td font a,
.materijali table tr td a,
a.labAdded {
	color: black;
	text-decoration: underline;
}

#lab table tr td font a:hover,
.materijali table tr td a:hover,
a.labAdded:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
 */

img.view {
	width: 30px;
	height: 30px;
	vertical-align: middle !important;
}

img.view:hover {
	-ms-transform: scale(1.15);
	/* IE 9 */
	-webkit-transform: scale(1.15);
	/* Safari 3-8 */
	transform: scale(1.15);
}

img.logotip {
	width: 100px;
}

a,
.btn-link {
	color: maroon;
}

a:hover,
.btn-link:hover {
	font-weight: bold;
	color: maroon;
}

.materijali td:first-child {
	width: 50%;
	text-align: right;
}

.materijali a {
	color: #A80909;
}

.vezbe {
	border-collapse: collapse;
	border: 1px solid #dee2e6;
}

#obavestenja {
	td {
		text-align: justify;
			font-size: 15px;
	}
	a {text-decoration: underline;}
}

.date {
	font-weight: bold;
}

.new,
.permanent {
	color: #A80909;
}