﻿html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media print {
  p {
    font-family: 'Book Antiqua', Georgia, 'Times New Roman', serif;
    font-size: 13pt;
  }
}

@media screen {
  .hideOnScreen {
    display: none;
  }
}

img.illustration {
  padding-bottom: 1.5em;
  break-inside:avoid;
}

div.footnote {
  border-top: solid #1500FF thin;
  margin-top: 5em;
  margin-bottom: 3em;
}

div.keepWithNext {
  break-inside: avoid-page;
}

.icon-plus-square-open:before {
  content: "\f196";
}

.icon-minus-square-open:before {
  content: "\f147";
}

.sectionToggle {
  font-family: FontAwesome;
}

.datepicker {
  background-color: white !IMPORTANT;
}

.footer {
  text-align: right;
  margin-bottom: 1em;
}

.datepicker table thead tr th,
.datepicker table thead tr td {
  background-color: white !IMPORTANT;
}

.nav > li > a {
  padding: 6px 8px;
}

.dropdown-menu {
  z-index: 99999;
}

.table-condensed thead > tr {
  background-color: white;
}

.filesize {
  text-align: right;
}

.page-header {
  border-bottom: none;
}

.attribution-panel {
  text-align: right;
}

.attribution-caption {
  font-family: serif;
  font-style: italic;
}

th.file {
  min-width: 15em;
}

li.col-xs-1, li.col-sm-1, li.col-md-1, li.col-lg-1, li.col-xs-2, li.col-sm-2, li.col-md-2, li.col-lg-2, li.col-xs-3, li.col-sm-3, li.col-md-3, li.col-lg-3, li.col-xs-4, li.col-sm-4, li.col-md-4, li.col-lg-4, li.col-xs-5, li.col-sm-5, li.col-md-5, li.col-lg-5, li.col-xs-6, li.col-sm-6, li.col-md-6, li.col-lg-6, li.col-xs-7, li.col-sm-7, li.col-md-7, li.col-lg-7, li.col-xs-8, li.col-sm-8, li.col-md-8, li.col-lg-8, li.col-xs-9, li.col-sm-9, li.col-md-9, li.col-lg-9, li.col-xs-10, li.col-sm-10, li.col-md-10, li.col-lg-10, li.col-xs-11, li.col-sm-11, li.col-md-11, li.col-lg-11, li.col-xs-12, li.col-sm-12, li.col-md-12, li.col-lg-12 {
  padding-left: 0em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  page-break-after: avoid;
}

h1, .h1 {
  font-size: 2em;
  font-weight: 400;
}

h2, .h2 {
  font-size: 1.5em;
  font-weight: 500;
}


h3, .h3 {
  font-size: medium;
  font-weight: 500;
}


h4, .h4 {
  font-size: small;
  font-weight: 600;
}


h5, .h5 {
  font-size: smaller;
  font-weight: 500;
  font-style: inherit;
}


h6, .h6 {
  font-size: x-small;
  font-weight: 500;
}


.orange {
  color: orange;
}

.highlightQueueControl {
  color: black;
}

.folder-icon {
  color: gray;
  cursor: pointer;
}

.orangered {
  color: orangered;
}

.busy-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: wait;
}

.upload-progressbar-outer {
  width: 100%;
  height: 4px;
  padding: 0px;
  background-color: lightgrey;
}

.upload-progressbar-inner {
  height: 100%;
  margin: 0px;
  background-color: #F2701C;
}

.rowIcon {
  text-align: center;
  color: #555555;
  width: 7em;
}

.offBlack {
  color: #555555;
}

.rowIcon i {
  font-size: x-large;
  margin-left: 6px;
  margin-right: 6px;
}

.default-cursor {
  cursor: default;
}

/* vvvvvvvv from durandal samples.css */
.page-host {
  position: relative;
  top: 40px;
}

.navbar-fixed-top .navbar-inner {
  padding-left: 1em;
  padding-right: 1em;
}

.navbar-fixed-top .icon-home {
  font-size: 18px;
}

.well {
  padding: 8px 0;
}

.loader {
  margin: 6px 8px 4px 8px;
  visibility: hidden;
}

  .loader.active {
    visibility: visible;
  }

.knockout-samples {
  margin-top: 20px;
}

  .knockout-samples .liveExample {
    padding: 20px;
  }

@media (max-width: 979px) {
  .page-host {
    top: 0;
  }

  .navbar-fixed-top {
    margin-bottom: 0;
  }
}
/* ^^^^^^^^ from durandal samples.css */

