﻿
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #FFFFFF;
}

th, td {
	text-align: left;
	vertical-align: top;
	border-bottom: 0.5pt solid lightgray;
	padding: 4px 12px 4px 12px;
}

table {
	border-collapse: collapse;
	empty-cells: show;
	margin: 12px 0px 12px 0px;
}

.app_footer_select {
  position: absolute;
  width: 99%;
  height: 50px;
  bottom: 0;
  color: #fff;
  background: #000000;
  display: block;
  padding-left: 1%;
}

  .app_footer_select > a {
    color: white;
    font-size: .8em;
    padding-right: 4pt;
    padding-left: 4pt;
  }

.app-footer_select_funct-left {
  position: initial;
  top: 0;
  left: 0;
  padding-top: 12px;
  font-size: 12pt;
}

  .app-footer_select_funct-left a {
    font-size: .8em;
    color: #ffffff;
    text-decoration: none;
    margin-right: 10px;
    cursor: pointer;
  }

.app-footer_select_funct-right {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 12px;
  font-size: 12pt;
}

  .app-footer_select_funct-right a {
    font-size: .8em;
    color: #808080;
    text-decoration: none;
    margin-right: 10px;
    cursor: pointer;
  }


.footer-content-body {
  margin-left: 20px;
  position: fixed;
  top: 50px;
  height: 90%;
  overflow-y: auto;
}

.footer-content-back-btn {
  height: 16px;
  width: 16px;
  color: white;
  cursor: pointer;
}

.footer-content-back-div {
  font-size: 24px;
  color: white;
  padding-top: 17px;
  padding-left: 15px
}

.footer-content-header {
  color: white;
  height: 50px;
  width: 100%;
  background-color: #266396;
  position: fixed;
}

h1 {
  font-size: 1.5em;
  font-weight: lighter;
  margin: 16pt 0;
}

h2 {
  font-size: 1.25em;
  font-weight: lighter;
  margin: 9pt 0;
}

a {
	color: #0064C9;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

@media only screen and (max-width: 450pt) {
  .app_footer_select {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    color: #fff;
    background: #000000;
    display: block;
  }
}