﻿#menu > li > a:focus, #menu > li > a:hover, #menu > li.active > a {
  background-color: #777777;
  color: white;
  text-shadow: none;
  background-image: none;
  box-shadow: none; }

html {
  position: relative;
  min-height: 100%; }

body {
  min-width: 320px;
  min-height: 100%;
  margin-bottom: 40px; }

#wrapper {
  height: calc(100% - 40px); }

@media (max-width: 768px) {
  .navbar-ex1-collapse #menu > li > a {
    color: #ccc; } }

#menu-container {
  width: 200px;
  overflow: hidden; }
  #menu-container > li:first-child a {
    padding: 8px; }
    #menu-container > li:first-child a:hover {
      background-color: #ccc; }
    #menu-container > li:first-child a img {
      background: white; }

#menu .fa {
  margin-right: 10px; }

#menu > li > a {
  color: #333; }
  #menu > li > a:hover {
    background-color: #428bca !important; }

@media (min-width: 768px) {
  .side-nav > li > a {
    width: 200px; } }

.hide {
  display: none; }

#page-wrapper {
  padding-left: 15px;
  padding-bottom: 0;
  height: 100%; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  display: table;
  z-index: 10; }
  footer ul {
    margin: auto;
    list-style: none;
    padding: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }
    footer ul li {
      display: inline-block;
      line-height: 16px; }
  footer > h2 {
    margin-top: 0; }
  footer li + li {
    margin-left: 10px; }

.avatar {
  width: 30px;
  height: 30px;
  margin-right: 4px; }

a.disabled {
  cursor: default;
  color: gray;
  text-decoration: none;
  font-style: italic; }

.content-wrapper .row {
  background: white; }
  .content-wrapper .row:last-child {
    padding-bottom: 10px; }

.search .highlight {
  background-color: #ff0; }

.field-validation-error + .field-validation-error {
  display: block; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.school-header {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  margin: 0 auto; }

.language-dropdown {
  padding-top: 5px; }

.menu-nav li {
  width: 100%; }

.scroll-wrapper {
  height: calc(100% - 280px);
  width: 206px; }

.sort-image {
  color: #31708f;
  font-size: 10px; }

.text-bold {
  font-weight: bold; }

.control-display {
  margin-bottom: 0;
  padding-top: 7px;
  text-align: left; }

.disabled {
  pointer-events: none;
  background-color: #eeeeee;
  cursor: not-allowed; }

.font-normal {
  font-weight: normal !important; }

.lmargin-20 {
  margin-left: 20px !important; }

.bmargin-0 {
  margin-bottom: 0px !important; }

.scrollable-menu {
  height: auto;
  max-height: 330px;
  overflow-x: hidden; }

.btn-excel {
  color: #fff;
  background-color: #217142;
  background-image: linear-gradient(to bottom, #5c9072 0, #217142 100%);
  border-color: #217142; }

.btn-pdf {
  color: #fff;
  background-color: #b50706;
  background-image: linear-gradient(to bottom, #bf6060 0, #b50706 100%);
  border-color: #b50706; }
