/* app css stylesheet */

body, html{
  height: 100%;
}

body {
  margin:0;
  padding:0;
  height:100%;
}

#wrapper {
  min-height:100%;
  position:relative;
}

#body {
  padding: 0.1px;
  position: relative;
  padding-bottom:80px;   /* Height of the footer */
}

#footer {
  position:absolute;
  bottom:0;
  width:100%;
  height:50px;   /* Height of the footer */
  background: #eeeeee;
  border-top: 2px;
  border-top-style: solid;
  border-top-color: rgba(4, 73, 141, 0.43);
  /* background-image: linear-gradient(#54b4eb, #2fa4e7 282%, #1d9ce5); */
}

.menu {
  list-style: none;
  /* border-bottom: 0.1em solid black; */
  margin-bottom: 0em;
  padding-top: 1em;
  padding-right: 5em;
  padding-left: 0em;
  padding-bottom: 1em;
  background: #375c8e;
  text-align: right;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

.content .container-fluid {
  /*margin-top: 50px;*/
}

.page-header {
  padding-bottom: 11px;
}

.carousel {
  margin-top: 50px;
}

.nav li a{
  outline: none;
}

/* adds styling for cursor. http://angular-ui.github.io/bootstrap/ */
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; /* background-color: white; */}

.homePageSlider {
  /*margin-top: 50px;*/
  margin-left: 0px;
  position: relative;
}

.homePageSlider img {
  width: 100%;
  position:absolute;
}

.homePageSlider .slide.inactive {
  transition: 2.5s ease;
  opacity: 0;
}

.homePageSlider .slide.active {
  transition: 2.5s ease;
  opacity: 1;
}

.announcement {
/*   padding-left: 60px; */
/* padding-right: 60px; */
  text-align: center;
}

.announcement p {
  padding-left: 50px;
  padding-right: 50px;
  color: black;
}

.announce:hover {
/*   background-color: rgba(238, 238, 238, 0.5); */

  border-top: rgb(211, 137, 0);
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom: rgb(211, 137, 0);
  border-bottom-style: solid;
  border-bottom-width: 1px;

  padding-top: 14px;
  padding-bottom: 14px;
}


.announcement .btn {
  margin-top: 10pt;
  margin-bottom: 10pt;
}

.announcement h2 {
  margin-bottom: 0;
}

.announcement-row {
  margin-top: 100px;
}

.announce {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#logo {
    position: relative;
    float: left;
    width: 47%;
    margin-top: 25%;
}

.container-fluid {
  padding-left: 10%;
  padding-right: 10%;
}

.navbar {
  margin-bottom: 0;
}

.navbar-inner {
  background-color: rgba(255, 255, 255, 0);
}

.navbar-brand {
  padding-left: 0;
}

.navbar-right {
  margin: 0;
}

.panel-heading h2 {
  text-align: center;
}

p {
  font-size: 1em;
}

.row {
  margin: 0;
}

.generalSearch {
  padding-top: 0.35em;
}

address {
  text-align: left;
  margin-bottom: 0px;
}

.contactInfo {
  text-align: left;
}

.caption h3{
  margin-top: 0;
  margin-bottom: 0;
}

.caption h2 {
  margin-top: 0;
}

.caption a {
  color: #555555;
}

.searchNav {
  margin-top: 0;
  font-size: 0.5em;
}

#downloadButton {
  color: #d17200;
  font-size: 10pt;
  text-decoration: none;
}

#downloadButton:hover {
  background: none;
  border: none;
  color: #653200;
  cursor: pointer;
}

.loadingText{
  position: absolute;
  left: 46.9%;
  top: 300%;
}

.spinner {
  position: absolute;
  width: 0px;
  z-index: 2000000000;
  left: 50%;
}

.pagination {
  margin-top: 0px;
  margin-bottom: 0px;
}

dl {
  margin: 0;
}

.contactInfo dt {
  width: 20px;
}

.schoolView h2 {
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: 200;
}

.contactInfo dd {
  margin-left: 40px;
  width: 300px;
}

.schoolInfo dt {
  width: 103px;
}

.schoolInfo dd {
  margin-left: 112px;
  width: 200px;
}

.schoolViewRow {
  margin-bottom: 20px;
}

.schoolView .col-lg-6 {
  padding: 0px;
}

.schoolView hr {
  margin-right: 10px;
}

.searchSidebarNav li a{
  color: black;
}

.searchSidebarNav li.active a{
  color: #2fa4e7;
  font-weight: bold;
  border-left: medium solid rgb(49, 126, 172);
}

.searchSidebarNav li.hover {
  background-color: white;
}

.ng-table-rowselected tr, .ng-table tr {
  cursor: pointer;
}

dd {
  margin-left: 20px;
}

.staffListing h3 small{
  font-size: 80%;
  font-weight: 200;
}

.staffListing .list-inline {
  margin-top: 0;
  margin-bottom: 0;
}

#map {
  height:500px;
  width:100%;
}

.closedSchool {
  text-decoration: line-through;
}

.narrow-margins {
  padding-left: 5%;
  padding-right: 5%;
}

.form-control-static {
    padding-top: 0;
    padding-bottom: 0;
}

.form-horizontal .control-label {
    padding-top: 0;
}

.adminSchoolView .control-label {
    padding-top: 5px;
    padding-right: 0;
}

.adminLoginView {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.deleteButton:hover {
    color: red;
}