
/**
 * Bootstrap Fonts
 */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('./bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('./bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  url('./bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
  url('./bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
  url('./bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/**
 *Font Awesome Fonts
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('./bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('./bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),
  url('./bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),
  url('./bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
  url('./bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/**
 * App-wide Styles
 */

.alert {
  border: 2px solid red;
  border-radius: 4px;
  font-weight: bold;
  padding: 1em;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1em;
}

body {
  /* jQuery's offset() is confused when the position is set to relative (by
   * angular-material) */
  position: static;
}

.lf-form-table .lf-form-table-row.section-header.level1 {
  background-color: rgb(67,115,156);
  color: white;
}

.lf-form-body .lf-form-table-row.level1.target-show td {
  color: #E8F2FC;
}

md-dialog-content {
  padding: 1em;
}

/* CSS adjustments for PHR */
.lf-form .button-row .lf-float-button {
  margin-bottom: 1em;
}

/* loading msg */
.loading {
  background-color: #458AC5;
  color: white;
  font-size: 24px;
  height: 60%;
  width: 70%;
  margin: 50px auto 50px auto;
  text-align: center;
  vertical-align: middle;
  padding: 25px;
}

/* Styles for the header */
body {
  margin: 0;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
#header {
  position: relative;
  background-color: #202020;
  font-size: .8em;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  color: #E8F2FC;
  border-top: 2px solid #458AC5;
  border-bottom: 7px solid #4cae4c;
  line-height: normal;
  padding-bottom: 22px;
  height: 70px;
}
#logo {
  position: relative;
  top: 5px;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
#header a {
  color: #1E4193;
  text-decoration: none;
}
#logo img {
  float: left;
  margin-right: 10px;
  margin-left: 20px;
  /* border-right: 1px solid #5cb85c; */
  padding-right: 0.75em;
  max-height: 50px;
}
#logo, #log img {
  display: block;
}
#logo .site-name-slogan {
  font-size: 14px;
  position: relative;
  top: 10px;
  left: -2px;
}
#logo .site-name-slogan span {
  display: block;
  font-size: 14px;
  position: relative;
  left: -2px;
}
#logo .site-name-slogan .slogan {
  color: #202020;
  font-size: 12px;
  position: relative;
  left: 1px;
}
#siteNameBox {
  /* margin-top: 2.2em; */
}
#siteName {
  font-size: 3em;
}
#version {
  float: right;
  padding-right: 1em;
  font-weight: bold;
}
/* End of styles for the header */
/* Styles for the footer */
#fine-print {
  border-top: 2px solid #458AC5;
  clear: left;
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
}
ul.horz-list li {
  list-style-type: none;
  display: inline;
  padding-left: 8px;
  padding-right: 10px;
  border-right: 1px solid #999;
}
ul.horz-list li.last-item {
  border-right: none;
}
#usagov {
  vertical-align: bottom;
}
/* Add some space above the footer.  For some reason adding a margin-top
   does not work, perhaps because of a float, so instead we add padding to the
   floated element.
 */
.col-md-9 {
  padding-bottom: 1em;
}

/* End of styles for the footer */
