/* GLOBAL STYLES
-------------------------------------------------- */

body {
    /*color: #5a5a5a;*/
    color:#060606; /* darker than the original color (ali 7/22/15 & 8/4) */
    background: #efedee url('../img/bg-header.jpg') 0 0 repeat-x;
    /*background:#E8E8E8 url('../img/bg-header.jpg') 0 0 repeat-x;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    background-size: auto 150px;
}
body.home {
    background-size: auto auto;
}
body a {
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

/* THE SITE TITLE
-------------------------------------------------- */

#siteTitle {
    position: absolute;
    top: 0;
    width: 100%;
}
#siteTitle .container {
    position: relative;
}
#siteTitle h1 a {
    height: 86px;
    width: 324px;
    background: transparent url('../img/logo-ion.png') 100% 0 no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 18px;
    right: -8px;
}
#siteTitle h1 a:hover {
    opacity: 0.6;
}

/* THE NAVBAR
-------------------------------------------------- */

.nav-top #topLinks {
    margin-left: 19px;
}
.nav-top #topLinks ul {
    margin-bottom: 0;
}
.nav-top #topLinks ul li {
    background-color: rgba(0, 0, 0, 0.15);
    padding-right: 0;
    padding-left: 0;
    float: left;
    height: 28px;
    line-height: 28px;
}
.nav-top #topLinks ul li:nth-child(n+4) {
    /* fourth item */
    background-color: rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: 10px;
    margin-right: 5px;
}
.nav-top #topLinks ul li:nth-child(n+5) {
    /* fifth item and on */
    background-color: transparent;
    border-bottom-right-radius: 0;
    margin-right: 0;
}
.nav-top #topLinks ul li a {
    color: #ccc;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
}
.nav-top #topLinks ul li.active a {
    color: #fff;
}
.nav-top #topLinks ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.nav-top #topLinks ul li:first-child {
    padding-left: 3px;
}
.nav-top #topLinks ul li:nth-child(n+4) a {
    /* fourth item */
    /*text-transform: uppercase; Ali 7/15/15 */
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-top #topLinks ul li:nth-child(n+5) a {
    /* fifth item and on */
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.nav-top #topLinks ul li:nth-child(n+5) a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.nav-top #topLinks ul li a .fa {
    font-size: 12px;
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
    position: absolute;
    top: 65px;
}
.navbar-wrapper .navbar .dropdown-menu {
    font-size: 12px;
}
.navbar-wrapper .navbar .dropdown-menu>li>a {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-wrapper .navbar .dropdown-menu .dropdown-header {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
    text-transform: uppercase !important;
    font-weight: bold !important;
    color: #aaa;
}
.navbar-wrapper #navbar > ul {
    background-color: rgba(0, 0, 0, 0.20);
}
.navbar-wrapper #navbar > ul > li {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
.navbar-wrapper #navbar > ul > li > a {
    color: #fff;
}
.navbar-wrapper #navbar > ul > li > a:hover {
    background-color: rgba(0, 0, 0, 0.20);
    color: #ccc;
}
.navbar-wrapper #navbar > ul > li.active > a,
.navbar-wrapper #navbar > ul > li.active > a,
.navbar-wrapper #navbar > ul > li.active > a:focus,
.navbar-wrapper #navbar > ul > li.active > a:hover {
    background-color: rgba(0, 0, 0, 0.20);
}
.navbar-wrapper #navbar > ul > li.open > a,
.navbar-wrapper #navbar > ul > li.open > a,
.navbar-wrapper #navbar > ul > li.open > a:focus,
.navbar-wrapper #navbar > ul > li.open > a:hover {
    background-color: rgba(0, 0, 0, 0.40);
}
.navbar-wrapper #navbar > ul > li li {
    text-transform: none;
    font-weight: normal;
}
.navbar-wrapper .navbar .container {
    width: auto;
}

/* HOMEPAGE CAROUSEL
-------------------------------------------------- */

#homeCarousel {
    max-width: 1140px;
    margin: 125px auto 15px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}
.carousel {
    height: 260px;
    margin-bottom: 60px;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    height: 260px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 260px;
}

/* MAIN CONTENT
-------------------------------------------------- */

#mainContent #contentTitle {
    z-index: 5;
    margin: 125px 0px 15px;
    padding-bottom: 9px;
    background: #fff url("../img/bg-contentTitle.png") repeat 0 0;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
#mainContent #contentTitle h1 {
    color: #333;
    margin: 13px 0 5px;
    font-size: 24px;
}
#mainContent #contentTitle .lead {
    /*color: #777; */  
	color: #212121; /* modified 7/27 by Ali */
    font-size: 17px;
    margin-bottom: 5px;
}
body.home #mainContent #contentTitle {
    display: none;
}
#mainContent h2,
#mainContent .h2 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: normal;
}
#mainContent h3,
#mainContent .h3 {
    font-size: 19px;
}
#mainContent h4,
#mainContent .h4 {
    font-size: 17px;
}
body.home #mainContent h2 {
    font-weight: normal;
    font-size: 18px;
    font-weight: 600;
    color: #939393;
    text-transform: none;
}
#mainContent h2 small,
#mainContent .h2 small {
    text-transform: none;
}
#mainContent h2 .fa-stack {
    margin-top: -3px;
}
#mainContent h2 .fa-stack-1x {
    font-size: 14px;
    text-align: center;
}
#mainContent h2 .fa-stack-2x {
    color: #009ac8;
}
#mainContent blockquote {
    border-color: #ddd;
}
#mainContent hr {
    border-top-color: #ddd;
}
#mainContent .aside {
    padding: 15px;
    margin: 20px 0 0 -15px;
}
#mainContent .aside-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
	margin-right:10px;
	
}


/* FOOTER
-------------------------------------------------- */

#siteFooter {}
#siteFooter .footer-top {
    background: transparent url('../img/bg-footer-top.jpg') top center no-repeat;
    padding-top: 70px;
	margin-left:0px;
}
#siteFooter .footer-top h2,
#siteFooter .footer-top li {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #b2b2b2;
    margin-bottom: 15px;
}
#siteFooter .footer-top li {
    margin-bottom: 10px;
}
#siteFooter a {
    color: #888;
}
#siteFooter a:hover {
    color: #333;
}
#siteFooter .footer-address li {
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 5px;
    color: #999;
}
#siteFooter .footer-address li .fa {
    width: 15px;
}
#siteFooter .footer-bottom {
    font-size: 10px;
    /*text-transform: uppercase; Ali 7/715/15 */
    background: #e5e5e5;
    padding: 20px 0 5px;
    margin-top: 25px;
    color: #aaa;
}
#siteFooter .footer-bottom ul li:first-child {
    background: rgba(0, 0, 0, 0.1);
    font-weight: bold;
}
#siteFooter .footer-bottom .pull-right a {
    height: 78px;
    width: 270px;
    background: transparent url('../img/logo-illinois.png') 100% 0 no-repeat;
    background-size: contain;
    display: inline-block;
    opacity: .3;
}
#siteFooter .footer-bottom .pull-right a:hover {
    opacity: .8;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {
    #siteTitle h1 a {
        height: 86px;
        width: 103px;
        background-size: cover;
        top: 22px;
    }
}
@media (min-width: 768px) {
    .navbar-wrapper .container,
    .navbar-wrapper .navbar-collapse {
        padding: 0;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        margin-left: 15px;
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #homeCarousel {
        max-width: 720px;
    }
    .carousel-inner > .item {
        overflow: hidden;
    }
    .carousel-inner > .item > img {
        min-width: 1100px !important;
        left: -150px;
    }
}
@media (min-width: 992px) {
    #homeCarousel {
        max-width: 940px;
    }
    .carousel-inner > .item {
        overflow: hidden;
    }
    .carousel-inner > .item > img {
        min-width: 1100px !important;
        left: -50px;
    }
}
@media (min-width: 1200px) {
    #homeCarousel {
        max-width: 1140px;
    }
    .carousel-inner > .item {
        overflow: hidden;
    }
    .carousel-inner > .item > img {
        min-width: 100% !important;
        left: 0;
    }
    .navbar-wrapper #navbar > ul > li > a {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 767px) {
    .navbar-inverse {
        background-color: transparent;
        width: 100%;
    }
    .navbar-wrapper .navbar {
        top: 53px;
    }
    .navbar-inverse #navbar {
        background-color: #222;
        margin: 0;
    }
    .navbar-wrapper #navbar > ul {
        background-color: transparent;
    }
    .navbar-inverse .navbar-toggle {
        float: left;
        margin: 3px 0 0 15px;
        border-color: transparent;
        background-color: rgba(0, 0, 0, 0.20);
        border-radius: 0;
    }
    .navbar-inverse .navbar-toggle:hover {
        background-color: rgba(0, 0, 0, 0.40);
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        color: #bbb;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        color: #fff;
    }
    .navbar-inverse .navbar-toggle[aria-expanded="true"] {
        background-color: rgba(0, 0, 0, 0.40);
    }
    .nav-top #topLinks {
        margin-left: -10px;
    }
    #siteTitle h1 a {
        width: 275px;
        right: 7px;
        z-index: 100;
    }
    #mainContent #contentTitle {
        margin-top: 105px;
    }
}
@media (max-width: 767px) {
    #siteTitle h1 a {
        width: 245px;
    }

	/* Additional CSS (added by Ali) */
	.badges {
		display:none;
	}
	
}


/* CHEATSHEET CODE
-------------------------------------------------- */

.cheatsheet {
    background: rgba(255, 255, 255, 0.8);
    padding-top: 1px;
    padding-bottom: 25px;
    margin: -15px 15px 0;
    z-index: 0;
    width: auto;
}
.cheatsheet h2 {
    margin: 25px 0 15px;
}
.cheatsheet .js-html-inspector:hover {
    background: rgba(0, 0, 0, 0.02);
}
.cheatsheet .media {
    margin-top: 15px;
}
.js-html-inspector {
    position: relative;
}
.js-html-inspector .js-btn-inspector {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    background-color: #fff
}
.js-html-inspector:hover .js-btn-inspector {
    display: block
}
#dialog-html-inspector code {
    word-break: normal;
    word-wrap: normal;
    white-space: pre
}


/* Additional CSS (added by Ali)
/* also override bootstrap.css  */
-------------------------------------------------*/

.tablehead {
	background-color:#326699;
	color:white;
}

blockquote {
  padding: 5px 30px;
  margin: 0 0 20px;
  font-size: 13px;
  border-left:none;
}

.badges {
	background-color:#FFF;
	padding:20px;
	margin-bottom:20px;
}

.coloredbox1 {
	margin-top:25px;
	margin-bottom:10px;
	background-color:#6C6;
	padding:5px;
	text-align:center;
}

.coloredbox2 {
	margin-top:25px;
	margin-bottom:10px;
	background-color:#FFCCCC;
	padding:5px;
	text-align:center;
}

.coloredbox3 {
	margin-top:25px;
	margin-bottom:10px;
	background-color:#CCFFFF;
	padding:5px;
	text-align:center;
}

.coloredbox4 {
	margin-top:25px;
	margin-bottom:10px;
	background-color:#FFFFCC;
	padding:5px;
	text-align:center;
}

.coloredbox5 {
	margin-top:25px;
	margin-bottom:10px;
	background-color:#F93;
	padding:5px;
	text-align:center;
}

.floatleft {
	float:left;
	background-color:#9F6;
	margin-right:20px;
}

.loggedin {
	padding-left:25px;
}

a {
	/*color:#06F;*/
	font-weight:600;
	text-decoration:none;
}

.ErrorMessage, .UpdateMessage {
	color:#CC0000;
	font-weight:bold;
	margin-top:5px;
}

.evaluation {
	text-align:center;
}

.evaluation input{
	margin:10px
}

.form-group {
  margin-bottom: 5px;
}

.form-group .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.col-sm-3, .col-sm-5 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

#billing {
	color:#a1a1a1;
}

.customlist {
	margin-bottom:5px;
}

#search {
	margin-left:14px;
}

.pagination a {
	font-size:12px;
	text-decoration:underline;
}

.custominput {
  height: 24px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

th {
	background-color:#326699;
	color:#FFF;
}

#coursedropdown {
	width:300px;
}

h2 {
	font-size:20px !important;
	text-transform:none !important;
}

h3 {
	font-size:16px !important;
    /*font-weight: bold !important;*/
	text-transform:none !important;
}

h4 {
	/*text-transform: uppercase !important;*/
    font-size: 13px !important;
    font-weight: bold !important;
    color:#666 !important;
    margin-bottom: 10px !important;
}