﻿/*TODO: Custom overrides, below, needs to be removed*/
.col-lg-1half, .col-md-1half, .col-sm-1half {
  width: 12%; }

.col-lg-1threeforth, .col-md-1threeforth, .col-sm-1threeforth {
  width: 13%; }

.col-md-15percent {
  width: 15%; }

.navbar-inverse {
  background-color: #222222;
  background-color: rgba(34, 34, 34, 0.8);
  border-color: #222222;
  border-color: rgba(34, 34, 34, 0.8); }

@media (max-width: 768px) {
  .navbar-ex1-collapse {
    background-color: #222222;
    background-color: #222222;
    border-color: #222222; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; } }

.navbar-inverse .navbar-nav > li > a {
  color: #ccc;
  text-shadow: none; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #222222;
  border-color: rgba(34, 34, 34, 0.8); }

.navbar-inverse .navbar-brand {
  color: #C4C4C4; }

@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: 0px; } }

.modal-body {
  max-height: 48%;
  overflow: auto; }

.fieldset-border {
  border: 1px groove #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
  box-shadow: 0px 0px 0px 0px #777; }
  .fieldset-border legend {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    width: inherit;
    /* Or auto */
    padding: 0 10px;
    /* To give a bit of padding on the left and right */
    border-bottom: none; }

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  left: 0;
  color: #777;
  font-size: 12px;
  display: table; }
  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 li + li {
    margin-left: 10px; }

@media (min-width: 992px) {
  .form-group .inline {
    padding-right: 0; } }

legend {
  border-bottom-color: #ccc;
  /* sligthly darker than BS to stand out against gray background */ }

hr {
  border-top-color: #ccc;
  /* sligthly darker than BS to stand out against gray background */ }

.row.row-striped:nth-of-type(odd) {
  background-color: #f9f9f9; }

.row.row-padded {
  padding: 10px 0; }
