﻿/* 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: #fff;
    margin: 0em;
}

header, footer, nav, section {
    display: block;
}

#mainDisplay
{
    background-color: transparent;
	min-height: 90%;
}

/* 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 Footer
-----------------------------------------------------------*/
.footer-container
{
	height: 22.5em;
}

.footer-container
{
    width: 100%;
    font-family: tahoma;
    background-color: #E6E6E6;
}

.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:#CFCFCF;
    height:2em;
    color:white;
    text-align:center;
    padding-top:0.5em;
    cursor:pointer;
}

.footer-backtotop:hover {
    background-color: #E6E6E6;
}

.footer1
{
    color: #333333;
    height: 17em;
    padding-top: 1em;
    background-color: #CFCFCF;
}

.footer2
{
    height: 3em;
    color: #787878;
    background-color: #E6E6E6;
}