.navbar-brand {
	/*height: 0 !important;
	width: 0 !important;*/
	text-indent: 0px !important;
	color: #ffffff !important;
	font-size: 16px !important;
	/*border:2px solid white;*/
	display: inline-block !important;
	top: 31px !important;
	/*background-color: white;*/
	background-image: url('../img/side_logo.png'), url('../img/logo.png');
	background-repeat: no-repeat;
	background-position: 2% 0%, 15% 0%;
	background-size: 10%, 15% ;
	padding-left:10px !important;
	padding-top: 10px !important;
	padding-right:10px !important;
	padding-bottom: 15px !important;
	/*filter: brightness(0) invert(1);*/
}
.scrolled .navbar-brand {
	color: #1B4277 !important;
	background-position: 2% 2%, 15% 2% !important;
	/*border:2px solid black;*/
	top:6px !important;
}
.probootstrap-navbar.scrolled .navbar-nav > li > a {
    padding-top: 27px !important;
    padding-bottom: 26px !important;
}
h1.primary-heading {
	font-family: inherit !important;
}
p.sub-heading {
	margin: 0 !important;
	color: white !important;
}
h3.secondary-heading {
	padding: 0 0 5px !important;
	top: 0px !important
}
h1.site-heading {
	text-align: center;
	color: #dd0000;
	border-bottom: 2px solid #dd0000;
}
li.login-link, li.login-link a {
	background:#892020;
	color: white !important;
}

@media screen and (max-width: 480px)
,{
	.probootstrap-navbar .navbar-brand {
		/*top: -10px !important;*/
		color:transparent !important;
		border:2px solid black;
		background-position: 2% 50%, 70% 50%;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	h1.primary-heading{
		font-size: 24px !important;
	}
	p.sub-heading {
		font-size: 15px !important
	}
	h1.site-heading, h3.secondary-heading {
		font-size: 18px !important;
	}
	.probootstrap-heading .primary-heading {
		font-size: 30px !important;
	}
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -100% !important;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0;
	border-radius: 10px;
	border-top-right-radius: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/*.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}*/

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    /*float: none;*/
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
h4.report-h4 {
	font-size: 18px;
	text-align: center;
}
.dist-list-stu {
	height: 550px;
	overflow: hidden;
	overflow-y: scroll;
}
.stu_report p {
	margin: 0;
}