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, footer, 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;
}

article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}

/*
 * Copyright (c) 2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:-moz-placeholder {
  color: #bcc0c8 !important;
}

::-webkit-input-placeholder {
  color: #bcc0c8;
}

:-ms-input-placeholder {
  color: #bcc0c8 !important;
}

body {
  font-family:Arial;
}

.login {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 20px 20px;
  border: 1px solid #172b4e;
  border-bottom-color: #142647;
  border-radius: 5px;
  background-color:#ffffff;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.5);
}

.login-button {
    cursor:pointer;
}

.login-help {
    text-align: center;
}

.login-help > a {
    _font-size: 12px;
    color:#d4deef;
    color:#1C2CB7;
    color:#000000;
    text-decoration: none;
    font-family:'calibri light';
}

.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  _background-color: #564b4e;
  background-color:#ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  
  color:#807679;
  font-family:Arial;
  font-size:11px;
  font-weight:lighter;
}

.side-nav a {
  padding: 4px 4px 4px 4px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  color:#0696df;
  display: block;
  transition: 0.3s;
}

.side-nav a:hover {
  color: #f1f1f1;
}

.side-nav .filter-button-close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 40px;
  margin-left: 50px;
}

.side-nav-open {
    top: 10px;
    right: 5px;
    font-size: 30px;
    margin-left: 5px;
    color:#0696df;
    cursor:pointer;
}

@media screen and (max-height: 450px) {
  .side-nav {padding-top: 10px;}
}

.button
{
    width: 150px;
    align-content: center;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 0px 6px 0px;
    cursor: pointer;
    background-color:transparent;
    color:#8A8A8A;
    border:1px solid #8A8A8A;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button:hover
{
    outline: 0;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #343f78;
    background-color:#343f78;
}