/*
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {	
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
		max-height: 2000px !important;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);		
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }	
}

/*#topFixedNavbar1 {
	overflow-y: auto !important;	
}*/

.marginBottom-0 {
	margin-bottom:0;
}

.dropdown-submenu {
	position:relative;
}

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

.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:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}

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

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

.mid h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: white;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2rem;
	transform: translate(-50%, -50%);
}

h4 {
	font-weight: 400;
	padding-top: 10px;
}

.invisibletable table {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	text-shadow: 1px 1px 0px #fff;	
	margin:10px;	

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
}

.invisibletable table th {
	padding:11px 15px 12px 15px;	
}

.invisibletable table tr {
	text-align: left;
	padding-left:10px;
}

.invisibletable table td {
	padding:10px;	
}

.table-responsive {
    overflow-x: auto;
}

.regulartable table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}

.regulartable table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}

.regulartable table a:active,
.regulartable table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

.regulartable table {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:10px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

.regulartable table th {
	padding:11px 15px 12px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

.regulartable table tr {
	text-align: left;
	padding-left:10px;
}

.regulartable table td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

.regulartable table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

.regulartable table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

table th:first-child {
	text-align: left;
	padding-left:10px;
}

table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}

table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}

table td:first-child {
	text-align: left;
	padding-left:10px;
	border-left: 0;
}

table tr:last-child td {
	border-bottom:0;
}

table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}

table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}

.banner img {	
	width: 100%;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	box-shadow: 8px 8px 10px #aaa;
}

.banner img:hover {	
	width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	box-shadow: 8px 8px 10px #aaa;
}

.titleheader {
	margin: 1em 0 0.5em 0.5em;
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	position: relative;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	font-size: 20px;
	line-height: 40px;
	color: #000000;
	border-bottom: 1px solid rgba(53,86,129, 0.3);
}

.peopleimg {
    box-shadow: 8px 8px 10px #aaa;
    display: inline;
    width: 100%;
    max-width: 200px;
}

ol {
	margin-bottom: 20px;
}

ul {	
	%margin-bottom: 20px;
}

.announcements-section {    
    padding-top: 25px;
    text-align: left;  
	background: #fff;
	padding-bottom: 25px;
}

.coursedetails-section {
    padding-top: 25px;
    text-align: left;
    background: #fafafa;
	padding-bottom: 25px;
}

.schedule-section {
	padding-top: 25px;
    text-align: left;
    background: #fff;
	padding-bottom: 25px;
}

.gradingscheme-section {
	padding-top: 25px;
    text-align: left;
    background: #fafafa;
	padding-bottom: 25px;
}

.assessmentrubrics-section {
	padding-top: 25px;
    text-align: left;
    background: #fff;
	padding-bottom: 25px;
}

.people-section {
    padding-top: 25px;
    text-align: left;
    background: #fafafa;
	padding-bottom: 25px;
}

.lectures-section {
    padding-top: 25px;
    text-align: left;
    background: #fff;
	padding-bottom: 25px;
}

.labs-section {
    padding-top: 25px;
    text-align: left;
    background: #fafafa;
	padding-bottom: 25px;
}

.assignments-section {
    padding-top: 25px;
    text-align: left;
    background: #fff;
	padding-bottom: 25px;
}

.exam-section {
    padding-top: 25px;
    text-align: left;
    background: #fafafa;
	padding-bottom: 25px;
}

.self-learning-section {
    padding-top: 25px;
    text-align: left;
    background: #fff;
	padding-bottom: 25px;
}

.faqs-section {
    padding-top: 25px;
    text-align: left;
    background: #fafafa;
	padding-bottom: 25px;
}

.honorcode-section {
    padding-top: 25px;
    text-align: left;
    background: #fff;
	padding-bottom: 25px;
}

.download-section {
    padding-top: 25px;
    text-align: left;
    background: #fafafa;
	padding-bottom: 25px;
}

.page-footer {
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
	background-color: #eaeaea;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin-left: 0.6em;
  padding: 0;
}

ol > li {
  display: table;
  margin-left: 0.6em;
  counter-increment: item;  
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;  
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}


/* iframe's parent node */
div#L1 {
	position: fixed;
	width: 100%;
	height: 100%;
}

/* iframe itself */
div#L1 > iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
