html, body {
  height: 100%;
  margin: 0;
  padding: 0 0;
  font-size: 12pt;
  background: #000000;
  color: #006699; }

a {
  cursor: pointer; }

div.menu {
  min-width: 70px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 0px;
  top: 0; }

.mainPage {
  background: #ffffff;
  height: 100%;
  -webkit-transition: all linear 1s;
  transition: all linear 1s; }

.page1 {
  height: 100%;
  background: #ffffff;
  opacity: 1;
  overflow-y: auto;
  overflow-x: hidden; }

.nfh-pane {
  -webkit-transition: all linear 1.5s;
  transition: all linear 1.5s;
  position: relative;
  overflow: hidden; }

.nfh-pane.ng-hide {
  opacity: 0; }

.nfh-roller {
  background: transparent;
  color: #00ff9a;
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  position: absolute;
  height: 1500px;
  overflow: hidden;
  -webkit-transition: top 0.92s;
  /* Safari */
  transition: top 0.92s;
  transition-timing-function: linear;
  z-index: -1; }

.ng-invalid-pattern {
  color: #a91e1e; }

.pane1 {
  color: #00ff9a;
  z-index: 0; }

.pane2 {
  color: #00ffe0;
  z-index: 0; }

.pane3 {
  color: #00e0ff;
  z-index: 0; }

.nfhBlack {
  width: 100%;
  z-index: 500;
  position: relative; }

.logo {
  height: 30px; }

.menu-top {
  /*position:relative;
  top: 0px;*/
  margin-top: 15px;
  margin-right: 10px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
  transition: all 0.1s ease;
  color: #006699;
  display: inline-block;
  font-size: 14pt;
  cursor: pointer; }
  .menu-top:hover {
    color: #00ff9a;
    background: #006699;
    text-decoration: none;
    opacity: 0.5; }

.section-hdg {
  padding-top: 0px;
  padding-bottom: 0px;
  /*height: $header-height;*/
  transition: all 0.1s ease;
  color: #FFFFFF;
  font-size: 14pt;
  cursor: pointer;
  display: block;
  text-align: left; }
  .section-hdg:hover {
    color: #009966;
    text-decoration: none;
    /*opacity: 0.5;*/ }

.section-glyph {
  font-size: 1.3em;
  /*font-weight: bold;*/ }

.top-nav {
  height: 100px;
  display: flex; }

.remove-padding {
  padding: 0 !important; }

.remove-margin {
  margin: 0 !important; }

.page-wrapper {
  height: 100%;
  margin-bottom: -30px;
  padding-top: 0;
  display: block;
  background: #000000; }

.page-holder {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  background: #000000; }

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.norm {
  display: block;
  margin-bottom: 10px; }

.btn1 {
  cursor: pointer;
  display: block;
  background: #006699;
  color: #ffffff;
  /*padding: 10px;*/
  text-align: center;
  max-width: 250px; }

.clickable {
  cursor: pointer; }

.form-bg {
  background: #e3f8fb; }

#controls {
  position: absolute;
  top: 0.1em;
  left: 0;
  height: 2em;
  line-height: 2em; }

.float-right {
  float: right; }

.glyph-sz {
  font-size: 0.5em;
  background: #009966;
  border-radius: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: -3px; }

.animate-show {
  opacity: 1; }

.hdr1 {
  margin-top: 7px;
  color: #006699;
  font-size: 12pt;
  background: #e3f8fb;
  font-weight: bolder; }

h2 {
  color: #006699;
  font-style: italic;
  font-weight: bold;
  font-size: 12pt; }

td {
  padding-right: 15px; }

.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.3s; }

.animate-show.ng-hide {
  opacity: 0; }

img {
  max-width: 100%;
  height: auto; }

.copyright {
  font-size: 8pt;
  color: #006699; }

@media screen and (max-width: 370px) {
  .logo {
    height: 22px; } }

/*# sourceMappingURL=main.css.map */
