﻿@font-face {
    font-family: 'Metropolis';
    src: url('Fonts/WebFonts/Metropolis-Regular.eot');
    src: url('Fonts/WebFonts/Metropolis-Regular.eot') format('embedded-opentype'), url('Fonts/WebFonts/Metropolis-Regular.woff') format('woff'), url('Fonts/WebFonts/Metropolis-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 
body {
    font-family: 'Metropolis', Arial, sans-serif;
    font-size: 1em;
    background-color: #E5E5E5;
    color: #000;
}
input[type=date] {
    width: 100%;
    box-sizing: border-box;
    font-family: 'Metropolis', Arial, sans-serif;
    color: #000;
}

/* Headings */
h1 
{
    font-size: 2.2em;
    font-weight: normal;
}
h2
{
    font-size: 1.46em;
}
h3
{
    font-size: 1.25em;
}
h4
{
    font-size: 1.10em;
}
/* Master Page specific classes */
#HeaderStrip 
{
    background-color: #fff;
}
#HeaderStrip:after 
{
    content: "";
    display: table;
    clear: both;
}
#Logo
{
    top: 10px;
    left: 10px;
}
#LogoImage
{
    width: 290px;
    padding: 10px;
}
#Title {
    display: block;
    position: relative;
    margin: 0 auto;
    color: rgb(147, 155, 161);
    text-align: center;
}
#UserName {
    position: relative;
    top: 25px;
    float: right;
    font-size: .9em;
    color: #9a9797;
    border: 1px solid #696;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    background: #ffffff;
    display: block;
    margin-right: 20px;
    padding: 3px;
}
#HeaderUnderStrip {
    float: left;
    clear: both;
    height: 20px;
    width: 100%;
    background: rgb(135,27,83);
    background: linear-gradient(180deg, rgba(135,27,83,1) 1%, rgba(222,43,136,1) 93%, rgba(255,255,255,1) 100%);
}
#Wrapper {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #696;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    background: #ffffff;
    display: block;
}
#Content {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}
/* Responsive Columns */
#Column1 {
    visibility: visible;
}
#Column2 {
    visibility: visible;
}
#Column3 {
    visibility: visible;
}

.LeftAligned
{
    text-align: left;
}

.CenterAligned
{
    text-align: center;
}
.RightAligned
{
    text-align: right;
}

.RightAlignedMax {
    text-align: right;
}

.MiddleAligned
{
   vertical-align: middle;
}

.Font_95em {
    font-size: 0.95em;
}

.Font_90em {
    font-size: 0.90em;
}

/* Responsive Layout */
.Column
{
    float: left;
    width: 33.33%;
}
.Row:after {
    content: "";
    display: table;
    clear: both;
}
/* Special Styles */
.SectionHeader {
    float: left;
    clear: both;
    height: 40px;   
    width: 100%;
    background: rgb(135,27,83);
    background: linear-gradient(180deg, rgba(135,27,83,1) 1%, rgba(222,43,136,1) 93%, rgba(255,255,255,1) 100%);
}
.SectionHeaderText {
    position: relative;
    top: 6px;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
}

.SubHeading {
    top: 4px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle;
    width: 100%
}

.SubHeadingLabel {
    top: 4px;
    text-align: right;
    font-size: 1.0em;
    font-weight: bold;
    vertical-align: middle;
    width: 100%;
}

.SubHeadingField {
    top: 4px;
    text-align: left;
    font-size: 1.0em;
    font-weight: bold;
    vertical-align: middle;
    width: 100%;
}

/* Button Styles */
.Button {
    border-radius: 50px;
    transition: all 0.2s;
    margin-top: 15px;
/*    text-transform: uppercase;*/
    padding: 7px 15px;
    border: 2px solid #111111;
    font-weight: 700;
    background: rgb(153, 49, 137);
    color: #fff;
    margin: 0 auto;
}

.Button:hover {
    background: #000000;
    color: #ffffff;
    cursor: pointer;
}
.Button:disabled {
    background: #cccccc;
    color: #666666;
    cursor: not-allowed;
}
.Grow {
    transition: all .2s ease-in-out;
}
.Grow:hover {
    transform: scale(1.2);
}
.MinorButton {
    border-radius: 20px;
    transition: all 0.2s;
    margin-top: 15px;
/*    text-transform: uppercase;*/
    padding: 3px 7px;
    border: 1px solid #111111;
    font-weight: 700;
    background: rgb(153, 49, 137);
    color: #fff;
    margin: 0 auto;
}

.MinorButton:hover {
    background: #000000;
    color: #ffffff;
    cursor: pointer;
}

.MinorButton:disabled {
    background: #cccccc;
    color: #666666;
    cursor: not-allowed;
    cursor: not-allowed;
}

.TopMarginAdjust_10
{
    margin-top: 10px;
}

.LeftMarginAdjust_10 {
    margin-left: 10px;
}

   .Bouncy {
    animation: Bouncy 5s infinite linear;
    position: relative;
}


@keyframes Bouncy {
    0% {
        top: 0em
    }

    40% {
        top: 0em
    }

    43% {
        top: -0.9em
    }

    46% {
        top: 0em
    }

    48% {
        top: -0.4em
    }

    50% {
        top: 0em
    }

    100% {
        top: 0em;
    }
} 
/* Media Queries */
@media screen and (max-width: 800px) {
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.2em;
    }

    h3 {
        font-size: 1em;
    }
    #LogoImage
    {
        width: 200px;
    }
    #Title {
        clear: both;
        text-align: left;
    }
    #UserName
    {
        visibility: hidden;
    }
    .Column {
        width: 50%;
    }
    #Column3 {
        visibility: hidden;
    }

    .SectionHeaderText {
        top: 8px;
        font-size: 1.1em;
    }

}
@media screen and (max-width: 640px) {

    h1 {
        font-size: 1.4em;
    }

    h2 {
        font-size: 1.1em;
    }

    h3 {
        font-size: 0.9em;
    }

    #Title {
        top: -15px;
        text-align: center;
    }
    .Row
    {
        height:50px;
    }
    .Column
    {
        width: 98%;
        margin: 0 auto;
        height: 20px;
    }
    #Column1
    {
        visibility: hidden;
    }
    #Column3 {
        visibility: hidden;
    }

    /* Button Styles */
    .Button {
        font-size: 0.8em;
    }

    .MinorButton {
        font-size: 0.8em;
    }

    .SectionHeaderText {
        top: 10px;
        font-size: 0.9em;
    }

    .SubHeading {
        top: 4px;
        text-align: left;
        font-size: 1.0em;
        font-weight: bold;
        vertical-align: middle;
        width:100%;
    }

    .SubHeadingLabel {
        top: 4px;
        text-align: right;
        font-size: 1.0em;
        font-weight: bold;
        vertical-align: middle;       
    }

    .SubHeadingField {
        top: 4px;
        text-align: left;
        font-size: 1.0em;
        font-weight: bold;
        vertical-align: middle;       
    }
 }

@media screen and (max-width: 480px) {

    h1 {
        font-size: 1.2em;
    }

    h2 {
        font-size: 0.9em;
    }

    h3 {
        font-size: 0.7em;
    }

    #Title {
        font-size: 0.9em;
    }

    .RightAlignedMax {
        text-align: left;
    }
    .Column {
        height: 25px;
    }

    .Button {
        font-size: 0.8em;
        padding: 4px 8px;
    }

    .MinorButton {
        font-size: 0.65em;
        padding: 2px 6px
    }
	
	.Footer {
        font-size: 0.8em;
    }

    .SectionHeaderText {
        font-size: 0.8em;
    }

    .SubHeadingLabel {
        top: 4px;
        text-align: left;
        font-size: 0.9em;
        font-weight: bold;
        vertical-align: middle;
    }

    .SubHeadingField {
        top: 4px;
        text-align: left;
        font-size: 0.9em;
        font-weight: bold;
        vertical-align: middle;
    }

    .SubHeadingButton {
        top: 4px;
        text-align: center;
        font-size: 0.9em;
        font-weight: bold;
        vertical-align: middle;
    }

    .LeftMarginAdjust_10 {
        margin-left: 0px;
    }
}

@media screen and (max-width: 240px) {

    .Column {
        height: 40px;
    }
    #Title {
        font-size: 0.7em;
    }
}

#floatingBarsG {
    position: relative;
    width: 60px;
    height: 75px;
    margin: auto;
}

.blockG {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 10px;
    height: 23px;
    border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeG;
    -o-animation-name: fadeG;
    -ms-animation-name: fadeG;
    -webkit-animation-name: fadeG;
    -moz-animation-name: fadeG;
    animation-duration: 0.882s;
    -o-animation-duration: 0.882s;
    -ms-animation-duration: 0.882s;
    -webkit-animation-duration: 0.882s;
    -moz-animation-duration: 0.882s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#rotateG_01 {
    left: 0;
    top: 27px;
    animation-delay: 0.3295s;
    -o-animation-delay: 0.3295s;
    -ms-animation-delay: 0.3295s;
    -webkit-animation-delay: 0.3295s;
    -moz-animation-delay: 0.3295s;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#rotateG_02 {
    left: 8px;
    top: 10px;
    animation-delay: 0.446s;
    -o-animation-delay: 0.446s;
    -ms-animation-delay: 0.446s;
    -webkit-animation-delay: 0.446s;
    -moz-animation-delay: 0.446s;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#rotateG_03 {
    left: 25px;
    top: 3px;
    animation-delay: 0.5525s;
    -o-animation-delay: 0.5525s;
    -ms-animation-delay: 0.5525s;
    -webkit-animation-delay: 0.5525s;
    -moz-animation-delay: 0.5525s;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

#rotateG_04 {
    right: 8px;
    top: 10px;
    animation-delay: 0.659s;
    -o-animation-delay: 0.659s;
    -ms-animation-delay: 0.659s;
    -webkit-animation-delay: 0.659s;
    -moz-animation-delay: 0.659s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#rotateG_05 {
    right: 0;
    top: 27px;
    animation-delay: 0.7755s;
    -o-animation-delay: 0.7755s;
    -ms-animation-delay: 0.7755s;
    -webkit-animation-delay: 0.7755s;
    -moz-animation-delay: 0.7755s;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#rotateG_06 {
    right: 8px;
    bottom: 7px;
    animation-delay: 0.882s;
    -o-animation-delay: 0.882s;
    -ms-animation-delay: 0.882s;
    -webkit-animation-delay: 0.882s;
    -moz-animation-delay: 0.882s;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

#rotateG_07 {
    bottom: 0;
    left: 25px;
    animation-delay: 0.9985s;
    -o-animation-delay: 0.9985s;
    -ms-animation-delay: 0.9985s;
    -webkit-animation-delay: 0.9985s;
    -moz-animation-delay: 0.9985s;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#rotateG_08 {
    left: 8px;
    bottom: 7px;
    animation-delay: 1.105s;
    -o-animation-delay: 1.105s;
    -ms-animation-delay: 1.105s;
    -webkit-animation-delay: 1.105s;
    -moz-animation-delay: 1.105s;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}



@keyframes fadeG {
    0% {
        background-color: rgb(255,0,255);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: rgb(255,0,255);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: rgb(255,0,255);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: rgb(255,0,255);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes fadeG {
    0% {
        background-color: rgb(255,0,255);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}