/* Inspired by Omnia */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  float: left; }

body {
  font-family: Arial, Helvetica, sans-serif;
  background: url("./images/background.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-width: 320px;
  overflow-x: auto; }

@media only screen and (max-width: 320px) {
  body {
    overflow-x: auto; } }

.header {
  max-height: 7em !important;
  position: relative;
  text-align: right; }

.logo-container {
  text-align: center;
  display: inline-block; }

.logo-container img {
  max-height: 7em; }

.logo-container p {
  font-size: xx-small;
  color: #d0d2d4; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*overflow: auto;*/ }

#inner-content-primary {
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 85px;
  height: 100%; }

.container-fluid {
  max-width: 1000px; }

/*The below is a hack to only target IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #inner-content-primary {
    min-height: 300px; } }

#footer-primary {
  position: absolute;
  bottom: 0px;
  height: calc(40px * 2);
  width: 100%; }

.logo-bar-main {
  position: absolute;
  top: 0px;
  right: 5px;
  width: calc(100% - 5px);
  min-width: 320px;
  height: 40px;
  background: url("./images/footer-bar.png") no-repeat right center;
  background-size: cover; }

.logobar-text {
  position: absolute;
  top: 40%;
  left: 10px;
  height: 40px; }

.logobar-text span {
  display: block;
  font-size: 9px;
  color: #fff;
  /*padding: 0 0 16px 60px;*/
  font-family: Arial, Helvetica, sans-serif; }

.taskbar {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0px; }

.taskbar button {
  display: block;
  position: absolute;
  height: 100% !important;
  bottom: 0px; }

#start-button {
  left: 0px; }

#logout-button {
  right: 0px; }

@media only screen and (max-height: 400px), screen and (max-width: 500px) {
  #footer-primary {
    display: none; }
  #inner-content-primary {
    margin-bottom: 0px; }
  .header {
    max-height: calc(7em * 0.7) !important; }
  .header img {
    max-height: calc(7em * 0.7); } }

#inner-content-primary {
  min-width: 320px;
  position: relative; }

.container {
  text-align: center;
  max-width: 800px; }

.container .menu-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  margin-bottom: 3em; }

.container .menu-option p {
  margin-top: 1em; }

.container h3 {
  margin-bottom: 2em; }

.menu-option-container a:hover {
  text-decoration: none; }
