html {
  height: 100%; }

body {
  height: 100%;
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  background-color: #faf9f8 !important; }

a {
  outline: none;
  transition-duration: 0.2s; }
  a:hover {
    outline: none;
    transition-duration: 0.2s; }

tr {
  transition-duration: 0.2s; }
  tr:hover {
    transition-duration: 0.2s; }

/*
 * Header / Footer
 */
.bg-green {
  background: #1b6353; }

footer {
  flex-shrink: none;
  margin-top: -0px;
  width: 100%; }
  footer p {
    font-size: 12px;
    margin-bottom: 4px; }
  footer a {
    color: #ffffff;
    transition-duration: 0.2s; }
    footer a:hover {
      color: #8db1a9;
      text-decoration: none;
      transition-duration: 0.2s; }

/*
 * Main Menu
 */
.jumbotron {
  margin-top: -18px; }

@media (max-width: 992px) {
  body {
    padding-top: 140px; }

  .jumbotron {
    margin-top: -28px; } }
@media (max-width: 576px) {
  body {
    padding-top: 140px; }

  .jumbotron {
    margin-top: -28px; } }
.collapse-message {
  max-height: 300px;
  overflow-y: auto; }

.collapse-menu .list-group-item-action {
  background-color: #f8f9fa; }
  .collapse-menu .list-group-item-action:hover {
    background-color: #e9ecef; }

#messageAlert {
  position: fixed;
  z-index: 100;
  width: 50%;
  left: 25%;
  display: none; }

#pageContent {
  flex: 1 0 auto; }

.list-group-item-action {
  border-color: #edebe9 !important; }
  .list-group-item-action:hover {
    background-color: #e9ecef !important; }

/*
 * Forms
 */
#loginForm {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto; }
  #loginForm .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px; }
    #loginForm .form-control:focus {
      z-index: 2; }
  #loginForm input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  #loginForm input[type="password"] {
    margin-bottom: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

/*
 * Tables
 */
.table-sm {
  font-size: 15px; }

.td-scroll {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto; }

/**
 * Search Applicants page
 */
.search-header {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto; }
  .search-header .search {
    min-width: 100%; }
    .search-header .search tr {
      display: flex;
      justify-content: space-around;
      padding-bottom: 20px; }
      @media (max-width: 480px) {
        .search-header .search tr {
          flex-direction: column; } }
  .search-header #apps {
    min-width: 100%; }
    .search-header #apps td {
      margin-top: 10px; }

/**
 * Judge Pages
 */
.judge-btn {
  border: 1px solid #1b6353 !important; }
  .judge-btn:hover {
    background-color: #1b6353;
    color: white !important;
    border-color: white; }

.form-control:focus {
  border: 1px solid green !important;
  box-shadow: 0 0 3px green !important;
  -moz-box-shadow: 0 0 3px green !important;
  -webkit-box-shadow: 0 0 3px green !important; }

/*# sourceMappingURL=custom.css.map */
