body {
	background-color: #8a8b8c66 !important;
}

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

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

.bg-dark {
	background-color: #183254 !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-item-centered {
	display: flex;
  	align-items: center;
}

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

#left {
	background-color: white;
}

img {
	vertical-align: initial !important;
}

#right {
	background-color: #E2F1FF;
	border-left: 2px double #183254;
}

#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;
}

a.view {
	text-decoration: none;
	color: black;
}

a.view:hover {
	text-decoration: none !important;
	color: black;
}

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 {
	font-weight: normal;
	text-decoration: none;
	color: #183254;
}

a:hover,
.btn-link:hover {
	font-weight: bold;
	text-decoration: none !important;
	color: #183254;
}

#teachers a {
	color: #183254;
}

.date {
	font-weight: bold;
}

.new,
.permanent {
	color: dodgerblue;
}

.rokovi td:first-child,
.rezultati td:first-child,
.materijali td:first-child {
	width: 60%;
	text-align: right;
}

.domaci td {
	text-align: center;
}

small {
	color: cornflowerblue;

	a {
		color: cornflowerblue !important;
	}
}

.teachers_title {
	margin-top: 30px; 
	margin-bottom: 25px;
}

.teachers_subtitle {
	margin-top: 25px; 
	margin-bottom: 10px;
}

.teachers_element {
	margin-top: 0px; 
	margin-bottom: 6px;
}

.no_bottom_margin {
	margin-bottom: 0px;
}
