html, body {
  height: 100%;
  width: 100%; }

body {
  display: table; }

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none; }

#banner {
  background-color: #500000;
  height: 95px; }

#banner-text:hover {
  text-decoration: none; }
#banner-text > h1 {
  margin-top: 11px;
  color: #FFFFFF;
  padding-top: 15px; }

#wrap {
  height: auto; }

.row {
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .row.separate {
    border-bottom: solid 1px lightgrey; }
  .row:last-child {
    border-bottom: none;
    margin-bottom: 0; }

#footer {
  display: table-row;
  height: 50px;
  background-color: #3C0000; }
  #footer > .container > ul > li {
    padding: 0; }
    #footer > .container > ul > li:hover {
      background-color: #500000;
      height: 50px; }
    #footer > .container > ul > li > a {
      line-height: 50px;
      color: #FFFFFF;
      text-decoration: none;
      padding-right: 20px;
      padding-left: 20px;
      padding-top: 16px;
      padding-bottom: 16px; }

.final-index-link {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px; }

.scrollable-menu {
  height: auto;
  max-height: 300px;
  overflow-x: hidden; }

#helpdesk-ticket-table, #helpdesk-active-ticket-table, #facilities-ticket-table, #facilities-active-ticket-table {
  margin-top: 15px; }

#helpdesk-active-ticket-table, #facilities-active-ticket-table {
  display: none; }

#facilities-datetime-picker {
  margin-bottom: 15px; }

#ezproxy-permissions-green {
  color: green; }

#ezproxy-permissions-red {
  color: red; }

.navbar-default {
  background-color: #3C0000;
  margin-bottom: 0;
  border: none;
  border-bottom: solid 1px #8D8D8D;
  border-radius: 0; }

/* .navbar-nav > li > a {padding-top:10px !important; padding-bottom:10px !important;} //TODO determine ration between navbar height and this. */
.navbar {
  min-height: 50px !important; }

/*  
.nav.navbar-nav.navbar-right li:first-child {
  border-left: solid 1px #6A0000; }
.nav.navbar-nav.navbar-right li:not(:last-child) {
  border-right: solid 1px #6A0000; }
.nav.navbar-nav.navbar-right li:last-child {
  border-right: solid 1px #6A0000; }
*/

.breadcrumb {
  margin-top: 15px; }

.nav.navbar-nav.navbar-right li a {
  color: #FFFFFF; 
  
}
  
  .nav.navbar-nav.navbar-right li a:hover {
    background: #ffc222; 
	color: #000000;
}

@media (max-width: 768px) {
  .navbar-collapse {
    border-top: 1px solid #8D8D8D !important;
    box-shadow: none; }

  #index-submit-button {
    margin-top: 10px; } }
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }
  
.selectWidth {
	width: auto;
  	margin:10px;
}

.unit-table td:first-child, .ticket-table td:first-child {
  color: #337ab7; }
  .unit-table td:first-child:hover, .ticket-table td:first-child:hover {
    text-decoration: underline;
    cursor: pointer; }

.select2-selection__rendered {
    min-width: 150px;
}
.help-block {
    color: #a94442;
}

#select2-room-container {
	min-width: 300px;
}

#category-selector-button {
	margin-right: 10px;
}

#select2-topic-container {
	min-width: 300px;
}

.tamu-header-brand-text {
    margin-left: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    color: white;
}

a:hover{
    text-decoration: none;
}