﻿* { margin: 0; padding: 0; }
page
{
    margin:0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.dashboard-login
{
    background-image:url("images/Login_Background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.dashboard-main
{
    background-image:url("images/Main_Background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
.textStyle
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}
.textStyleHeader
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight:bold;
}
.textStyleHuge
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 72px;
    font-weight:bold;
}
.textWhite
{
    color:white;
}
.borderStyle
{
    border:1px solid black;
}
.centerJustify
{
    text-align:center;
}
.rightJustify
{
    text-align:right;
}
.smalllayout
{
    width:20%;
}
.mediumlayout
{
    width:30%;
}
.largelayout
{
    width:60%;
}
.fulllayout
{
    width:100%;
}
.halfLayout
{
    width:50%;
}
.fullHeight
{
    height:100%;
}
.inline
{
    display:inline-block;
}
.critical
{
    color: red;
}
.buttonStyle
{
    padding:5px 20px 5px 20px;
}
.backgroundLogin
{
    position: fixed;
    bottom: 10%;
    right: 10%;
}
.overlay-chart
{    
    position: fixed;
    bottom: -80px;
    right: 20%;
    opacity:0.7;
}
.backgroundLoginInner
{
    background-color:lightgrey;
    padding-left:20px;
    padding-right:20px;    
}
.deepShadow
{
    box-shadow: black 5px 5px;
}
.lightShadow
{
    box-shadow: 10px 10px 5px 5px rgb(20,20,20, 0.4);
}
.deepShadowText
{
    text-shadow: black 5px 5px;
}
.deepShadowTextSmall
{
    text-shadow: black 2px 2px;
}
.lightShadowText
{
    text-shadow: grey 10px 10px;
}
.backgroundLogo
{
    position: fixed;
    top: 50px;
    left: 50px;
}
.fly
{
    float:left;
}