html {
  background-size: cover;
  background-attachment: fixed;
}

body {
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-family: Maven Pro, Arial;
  padding-top: 80px;
}

h1, h2 {
  font-family: Roboto Black, "Source Serif Pro", sans-serif;
  text-transform: uppercase;
}

.col-sm-3, .navbar {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  border: 0;
}
.col-sm-3 a:hover, .navbar a:hover {

}

.top-margin-60 {
  margin-top: 60px;
}
.ls-page-header {
  background-color: #f4f3f2;
  color: #d82f26;
  margin: -20px -20px 40px -20px;
  padding: 20px 60px 20px 20px;
}
.ls-page-header h1 {
  font-size: 3.5rem;
  font-weight: 400;
}
.ls-page-header {
  font-size: 2.5rem;
  font-weight: 100;
}
.panel-primary>.panel-heading {
  background-color: #000000;

}
.panel-body h3 {
  margin-top: 0;
}
#MainMenu .list-group-item {
  width: 244px;
}
.list-group-submenu {
  margin-top: 1px;
}

.navbar-default .navbar-brand {
  width: 300px;
}

@media (min-width: 767px) {
  .affix,.affix-top {
      position:fixed;
  }
}

@media (min-width: 979px) {

  #midCol.affix-top {
      position:fixed;
  	  width:265px;
  	  margin-right:10px;

  }

  #midCol.affix {
      position:static;
      width:100%;
  }
  .navbar-default .navbar-brand {
    width: 300px;
  }

}
@media (min-width: 767px) {
  .navbar-default .navbar-brand {
    width: 350px;
  }
}


.col-sm-9 {
  background-color: #fff;
  padding: 20px;
}
.panel {
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
.list-group-item:first-child {
  border-radius: 0;
}

#MainMenu a.list-group-item-success,
#MainMenu a.list-group-item {
  color: #222;
  font-weight: bold;
}
#MainMenu .collapse a.list-group-item {
  background-color: #fff !important;
  color: #c8922b;
  border-color: #fff;
}
#MainMenu .list-group > .collapse > .list-group-submenu > a.list-group-item {
  background-color: rgba(0, 70, 140, 1) !important;
  padding-left: 25px;
}
#MainMenu a.list-group-item-success:hover,
#MainMenu a.list-group-item-success:focus,
#MainMenu .list-group .collapse .list-group-item:hover,
#MainMenu .list-group > .collapse > .list-group-submenu > a.list-group-item:hover {
  color: #222 !important;
  background-color: #fff !important;
  border-left: 5px solid #c8922b;
  -webkit-transition: background-color .5s; /* For Safari 3.1 to 6.0 */
  transition: background-color .5s;
}

#MainMenu .list-group-item-success,
#MainMenu .list-group-item
{
   background-color: #f4f3f2 !important;
   border: 0;
   margin: 1px;
   margin-bottom: 0;
   border-left: 5px solid #b7bcc2;
   padding: 15px;
   color: #222;
}
#MainMenu .list-group-item-success:first-child,
#MainMenu .list-group-item:first-child
{
  margin-top: 0;
  border-left: 5px solid #b7bcc2;

}

.container-fluid {
}

/* overrides */

.affix {
  margin-top: 5px;
}

/* branding */

a.branding {
  background: transparent url('../images/logo-elearning.png') center center no-repeat;
  display: block;
  margin: 0 10px 10px 20px;
  height: 80px;
  width: 190px;
}

a.ls {
  background: url('../images/logo-ls.png') center center no-repeat;
  background-color: #f4f3f2;
  display: block;
  margin: 1px;
  padding: 50px 30px;
  height: 49px;
  width: 244px;
}
/* navigation */

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
  color: #000 !important;
}
.navbar-default .navbar-brand {
  background: transparent url('../images/SLLI Logo (Red & Black) - small.png') right center no-repeat;
}
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;

}
.navbar-collapse {
}
.navbar-brand {
  height: 100px;
}

.nav>li>form {
  padding-top: 40px;
  padding-bottom: 15px;
  margin-bottom: -5px;
}
.nav>li>a {
  background-color: transparent;
  color: #fff;
  border-bottom: 5px solid transparent;
  margin-bottom: -10px;
  padding-top: 55px;
  padding-bottom: 25px;
}

.nav>li>a:hover {
  background-color: #fff !important;
  color: #5F6871 !important;
  border-bottom: 5px solid #FFA54D;
  -webkit-transition: background-color .5s; /* For Safari 3.1 to 6.0 */
  transition: background-color .5s;
}

.container {
  width: auto;
  max-width: 1120px;
  padding: 0 15px;
  margin-top: 40px;
}
.footer .container {
  padding: 20px 0 0 0;
}

.glyphicon-duplicate:before {
  content: "\e224";
}


.label-comingsoon {
  background-color: #A6C1E0;
}
.label-prereq {
  background-color: #A6E0A8;
}

/*
a, a:visited {
  color: #70468C;
}
a:focus, a:active, a:hover {
  color: #472D59;
}
*/

.table {
  background-color: #fff;
}

.table-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}

.btn-primary {
  background-color: #1d355e;
  border-color: #1d355e;
}

body.login table {
  background-image: url('../images/Summit_Line_MTN_White_Primary-CONNECTED.svg');
  background-size: cover;
}

.table > thead > tr > th {
  vertical-align: bottom;
}