﻿
/* Styles for Header
-----------------------------------------------------------*/
#header-wrapper
{
    width: 100%;
}

#header-panel
{
    position: fixed;
    top: 0px;
    width: 100%;
}

#menudeck
{
    height: 0em;
    background-color: #1E2A30;
    position: relative;
    overflow: hidden;
    z-index: 99999;
}

#menu-panel, #hpush
{
    height: 3.12em;
}

/* Styles for Body
-----------------------------------------------------------*/
body, html
{
    height: 100%;
}

body
{
    font-size: .85em;
    font-family: "Segoe UI" , Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: white;
    margin: 0em;
}

header, footer, nav, section {
    display: block;
}

#mainDisplay
{
    background-color: transparent;
	min-height: 100vh;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Styles for datepicker
-----------------------------------------------------------*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

/* Styles for Footer
-----------------------------------------------------------*/
.footer-container
{
	height: 9.5em;
}

.footer-container
{
    width: 100%;
    font-family: tahoma;
    background-color: #336699;
}

.foot-backtotop-round-button {
    width:4em;
    height:3.6em;
    cursor:pointer;
    position:fixed;
    bottom:2em;
    right:2em;
    display:none;
}
.foot-backtotop-round-button-border {
    padding-top:0.4em;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.foot-backtotop-round-button-inner {
    margin: auto;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    background-color: rgba(0,0,0,0.8);
    border:2px solid #3b6c8e;
    vertical-align:middle;
    position:relative;
}
.foot-backtotop-round-button-inner:hover {
    background-color: #092e47;
}
.foot-backtotop-round-icon {
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #3b6c8e;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    top:1em;
    left:0.7em;
}

.footer-backtotop 
{
    font-family:arial,sans-serif;
    font-size:1em;
    background-color:#37475a;
    height:2em;
    color:white;
    text-align:center;
    padding-top:0.5em;
    cursor:pointer;
}

.footer-backtotop:hover {
    background-color: #485769;
}

.footer
{
    height: 7em;
    color: #E6E6E6;
    background-color: #141F1B;
}

.footer-left 
{
    display:inline-block;
    width:60%;
    vertical-align:top;
}

.footer-right
{
    display:inline-block;
    width:39%;
    vertical-align:top;
    padding-top:1em;
    text-align:right;
}

@media screen and (max-width:700px) {
    .footer
    {
        height: 10em;
        color: #E6E6E6;
        background-color: #141F1B;
    }

    .footer-left 
    {
        width:100%;   
    }

    .footer-right
    {
        padding-left:5em;
        width:calc(100% - 55px);
        text-align:left;
    }
}