/* Child style sheet */




@import url("bootstrap.gray-blue.css");
a.dropdown-item{
    color:#fff;
    padding:10px;
    display: inline-block;
}
.dropdown-menu{
    background-color:#555555;
}
/*-----------Stuff I added or changed-------------------*/

.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-weight: bold;
}
.buslogo {
  padding: 40px 15px;
  text-align: center;
}
.logo-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
}
.form-inline {
	margin-top: 7px;
	}
.home-header {
	text-align: center;
	}
hr {
	border-color: #666;
	}
.home-link {
	color: #c93237;
}
/*---------Table on Modules page-----------------*/
.table.table-striped-alt > tbody > tr:nth-child(2n+1) > td, .table.table-striped-alt > tbody > tr:nth-child(2n+1) > th {
    background-color: #c93237;
    color: #fff;
}
.table-titles {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
	}
.mod-num {
	width: 3%;
	}
.mod-name {
	width: 75%;
	}
.mod-pass {
	width: 22%;
	}
	
.form-horizontal .control-label {
    text-align: center;
}
.btn-default {
    background-color: #c93237;
    color: #fff;
    transition: all 200ms ease-in 0s;
}
.btn-primary {
    background-color: #c93237;
    border-color: #373f47;
    color: #ffffff;
    transition: all 200ms ease-in 0s;
}