html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "Segoe UI", sans-serif;

	/* background-image: url('../img/bck.jpg'); */
	background-image: url('https://images.pexels.com/photos/3789871/pexels-photo-3789871.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260');
	height: 100%;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	margin: 0px;
}

h1, h2 {
	margin: 0px;
}

a {
	text-decoration: none !important;
}

.wrap{
	
}

.content-wrap {
	margin: auto;
	margin-top: 7%;
	background-color: white;
	width: 860px;
	min-height: 650px;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

.header {
	border-radius: 5px 5px 0px 0px;
	height: 166px;
	padding: 20px;
	/*background-color: #2987c9;*/

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2987c9+0,65aee4+100 */
background: #2987c9; /* Old browsers */
background: -moz-linear-gradient(45deg,  #2987c9 0%, #65aee4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #2987c9 0%,#65aee4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #2987c9 0%,#65aee4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2987c9', endColorstr='#65aee4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.profile .profile-img{
	float: left;
	margin-right: 20px;
}

.name, .position {
	color: white;
	padding-top: 10px;
}

.name {
	padding-top: 10px;
	font-weight: 400;
	font-size: 30px;
}

.position {
	font-weight: 200;
	font-size: 25px;
}

.matf {
	float: right;
	margin-top: -80px;
}

.navbar {
	color: white;
	background-color: #247bb8;
	border: 0px;
	border-radius: 0px;
	padding: 0px;
	box-shadow: inset 0px 0px 7px rgba(0,0,0,0.1);
}

.nav li a {
	color: white !important;
	font-size: 18px;
	font-weight: 200;
}

.nav li.active a {
	color: white !important;
	font-size: 18px;
	font-weight: 400;
	background-color: rgba(0,0,0,0)  !important;
}

.sidebar {
	background-color: #f0f3f5;
	height: 100%;
}

.notif {
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	color: #247bb8;
	margin-top: -10px;
	padding: 5px;
}

.no-notif {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.main-content {
	padding: 25px;
}

.main-content h3 {
	margin: -5px;
	font-size: 20px;
	color: #247bb8;
	font-weight: 400;
}

.course-code {
	width: 60px;
	height: 60px;
	background-color: #247bb8;
	color: white;
	text-align: center;
	font-size: 20px;
	padding-top: 17px;
	float: left;
	margin-right: 20px;
}

.course-name {
	color: black;
	font-size: 20px;
}

.smer {
	color: black;
	font-weight: 400;
	font-size: 15px;
}

.back-arrow {
	font-size: 30px;
	float: left;
	margin-top: -4px;
	margin-right: 10px;
}

p.info {
	font-size: 15px;
	color: black;
}

.footer {
	width: 860px;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
	background-color: #2987c9;
	color: white;
	height: 70px;
	padding-top: 20px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

@media(max-width: 900px){
	.content-wrap {
		width: 100%;
		height: 100%;
	}

	.footer {
		width: 100%;
	}
}

@media(max-width: 600px){
	.name {
		font-size: 20px;
	}

	.position {
		font-size: 18px;
	}

	.matf {
		display: none;
	}
}

button.navbar-toggle.collapsed {
	background-color: white !important;
}



.single-notif {
	padding: 10px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */

}

.notif-date {
	font-size: 13px;
	font-weight: 400;
}

.notif-title {
	font-size: 20px;
	color: red;
}

